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

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

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

i,
em {
  font-style: italic;
}

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

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

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

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

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

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

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

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

textarea {
  resize: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-1 {
  flex: 1;
}

.pos-rel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.min-width-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 */
/*

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-1 {
  flex: 1;
}

.pos-rel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cursor-pointer {
  cursor: pointer;
}

.cursor-text {
  cursor: text;
}

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

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

.float-right {
  float: right;
}

.float-left {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

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

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

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

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

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

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

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

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

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

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

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

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

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

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

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

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

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

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

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

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

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

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

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

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

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

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

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

.fa-ticket:before {
  content: "\f145";
}

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

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

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

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

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

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

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

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

.fa-won:before, .fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

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

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

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

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

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

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

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

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

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

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

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

.fa-tumblr:before {
  content: "\f173";
}

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

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

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

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

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

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

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

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

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

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

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

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

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

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

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

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

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

.fa-reddit:before {
  content: "\f1a1";
}

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

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

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

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

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

.fa-steam:before {
  content: "\f1b6";
}

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

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

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

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

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

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

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

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

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

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

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

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

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

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

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

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

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

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

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

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

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

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

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

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

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

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

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

.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

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

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before, .fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

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

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

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

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

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

.fa-pause-circle-o:before {
  content: "\f28c";
}

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

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

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

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

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

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

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

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

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

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

.fa-linode:before {
  content: "\f2b8";
}

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

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc";
}

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

.fa-user-circle-o:before {
  content: "\f2be";
}

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

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*# sourceMappingURL=font-awesome.min.css.map */

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/static/fonts/MaterialIcons-Regular.woff2) format("woff2"), url(/static/fonts/MaterialIcons-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Material Icons Outline";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/static/fonts/MaterialIcons-Outlined.woff2) format("woff2"), url(/static/fonts/MaterialIconsOutlined-Regular.otf) format("opentype");
}
.material-icons {
  font-family: "Material Icons";
}

.material-icons-outline {
  font-family: "Material Icons Outline";
}

.material-icons,
.material-icons-outline {
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

.bubble-element.materialicons-Materialicon svg {
  vertical-align: bottom;
}

/*# sourceMappingURL=material-icons.css.map */

body {--stylesheet-active: true;}
.b-root .bubble-element.baTaGaYf {
  background-color: rgba(249,250,251,1);
  min-width: 0px;
  min-height: 100%;
  min-height: max(0px, 100%);
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 2;
  height: max-content;
  flex-shrink: 0;
  opacity: 1;
}
.b-root body {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.b-root {
  --font_default: "Open Sans";
  --font_bTqGj_default: "Open Sans";
  --font_bTqGk_default: "Open Sans";
  --font_bTqZU_default: "Roboto";
  --font_bTqZV_default: "Open Sans";
  --font_bTqgb_default: "Roboto";
  --font_bTqgc_default: "Lato";
  --font_bTqxr_default: "Roboto";
  --font_bTqxs_default: "Open Sans";
  --font_bTrJI_default: "Roboto";
  --font_bTrJJ_default: "Lato";
  --font_bTrOB_default: "Roboto";
  --font_bTrOF_default: "Open Sans";
  --font_bTrVm_default: "Roboto";
  --font_bTrVn_default: "Lato";
  --font_bTrmX_default: "Montserrat";
  --font_bTrmY_default: "Open Sans";
  --font_bTrtb_default: "Roboto";
  --font_bTrtf_default: "Raleway";
  --font_bTsWA_default: "Roboto";
  --font_bTsWB_default: "Open Sans";
  --font_bTsfp_default: "Roboto";
  --font_bTsfq_default: "Lato";
  --font_bTssx_default: "Circular";
  --font_bTssy_default: "Roboto";
  --font_bTtBI_default: "Oswald";
  --font_bTtBJ_default: "Open Sans";
  --font_bTtMw_default: "Roboto";
  --font_bTtMx_default: "Lato";
  --font_bTtyJ_default: "Roboto";
  --font_bTtyK_default: "Montserrat";
  --font_bTvLP_default: "Roboto";
  --font_bTvLT_default: "Montserrat";
  --font_bTvuY_default: "Roboto";
  --font_bTvuZ_default: "Open Sans";
  --font_bTwIo_default: "Roboto";
  --font_bTwIp_default: "Montserrat";
  --font_bTwTU_default: "Roboto";
  --font_bTwTV_default: "Lato";
  --font_bTwcD_default: "Roboto";
  --font_bTwcH_default: "Open Sans";
  --font_bTwjD_default: "Roboto";
  --font_bTwjE_default: "Lato";
  --font_bTwrO_default: "Roboto";
  --font_bTwrP_default: "Lato";
  --font_bTwyj_default: "Oswald";
  --font_bTwyn_default: "Open Sans";
  --font_bTxHQ_default: "Roboto";
  --font_bTxHR_default: "Lato";
  --font_bTxPm_default: "Roboto";
  --font_bTxPn_default: "Lato";
  --font_bTxYD_default: "Roboto";
  --font_bTxYH_default: "Montserrat";
  --font_bTxex_default: "Roboto";
  --font_bTxey_default: "Lato";
  --font_bTxoR_default: "Roboto";
  --font_bTxoV_default: "Lato";
  --font_bTxvk_default: "Roboto";
  --font_bTxvl_default: "Lato";
  --font_bTyCO_default: "Oswald";
  --font_bTyCP_default: "Lato";
  --font_bTyJv_default: "Roboto";
  --font_bTyJz_default: "Nunito";
  --font_bTyRN_default: "Roboto";
  --font_bTyRO_default: "Lato";
  --font_bTyYp_default: "Roboto";
  --font_bTyYt_default: "Open Sans";
  --font_bTyie_default: "Poppins";
  --font_bTyif_default: "Montserrat";
  --font_bTzCu_default: "Roboto";
  --font_bTzCv_default: "Open Sans";
  --font_bTzTa_default: "Roboto";
  --font_bTzTb_default: "Lato";
  --font_bUAnr_default: "Roboto";
  --font_bUAns_default: "Open Sans";
  --font_bUCxb_default: "Montserrat";
  --font_bUCxf_default: "Open Sans";
  --font_bUFhM_default: "Roboto";
  --font_bUFhN_default: "Montserrat";
  --font_bUGeU_default: "Merriweather";
  --font_bUGeV_default: "Roboto";
  --font_bUKAh_default: "Roboto";
  --font_bUKAi_default: "Lato";
  --font_bUMIp_default: "Roboto";
  --font_bUMIq_default: "Lato";
  --font_bUNHY_default: "Roboto";
  --font_bUNHZ_default: "Open Sans";
  --font_bUOhd_default: "Roboto";
  --font_bUOhe_default: "Lato";
  --font_bUOqq_default: "Nunito";
  --font_bUOqr_default: "Roboto";
  --font_bUPQQ_default: "Roboto";
  --font_bUPQR_default: "Lato";
  --font_bURGk_default: "Roboto";
  --font_bURGl_default: "Open Sans";
  --font_bURsK_default: "Roboto";
  --font_bURsL_default: "Lato";
  --color_text_default: rgba(9, 23, 71, 1);
  --color_text_default_rgb: 9,23,71;
  --color_alert_default: rgba(250, 181, 21, 1);
  --color_alert_default_rgb: 250,181,21;
  --color_primary_default: rgba(0,0,0,1);
  --color_primary_default_rgb: 0,0,0;
  --color_success_default: rgba(23, 219, 78, 1);
  --color_success_default_rgb: 23,219,78;
  --color_surface_default: rgba(255, 255, 255, 1);
  --color_surface_default_rgb: 255,255,255;
  --color_background_default: rgba(255, 255, 255, 1);
  --color_background_default_rgb: 255,255,255;
  --color_destructive_default: rgba(255, 0, 0, 1);
  --color_destructive_default_rgb: 255,0,0;
  --color_primary_contrast_default: rgba(255, 255, 255, 1);
  --color_primary_contrast_default_rgb: 255,255,255;
  --color_bTqGe_default: rgba(0,0,0,0.1);
  --color_bTqGe_default_rgb: 0,0,0;
  --color_bTqGf_default: rgba(227,230,235,1);
  --color_bTqGf_default_rgb: 227,230,235;
  --color_bTqZB_default: rgba(35, 25, 23, 1);
  --color_bTqZB_default_rgb: 35,25,23;
  --color_bTqZC_default: rgba(250, 181, 21, 1);
  --color_bTqZC_default_rgb: 250,181,21;
  --color_bTqZD_default: rgba(143, 75, 56, 1);
  --color_bTqZD_default_rgb: 143,75,56;
  --color_bTqZH_default: rgba(23, 219, 78, 1);
  --color_bTqZH_default_rgb: 23,219,78;
  --color_bTqZI_default: rgba(255, 255, 255, 1);
  --color_bTqZI_default_rgb: 255,255,255;
  --color_bTqZJ_default: rgba(255, 248, 246, 1);
  --color_bTqZJ_default_rgb: 255,248,246;
  --color_bTqZN_default: rgba(255, 0, 0, 1);
  --color_bTqZN_default_rgb: 255,0,0;
  --color_bTqZO_default: rgba(255, 255, 255, 1);
  --color_bTqZO_default_rgb: 255,255,255;
  --color_bTqZP_default: rgba(255, 219, 209, 1);
  --color_bTqZP_default_rgb: 255,219,209;
  --color_bTqZT_default: rgba(216, 194, 188, 1);
  --color_bTqZT_default_rgb: 216,194,188;
  --color_bTqgF_default: rgba(24, 28, 32, 1);
  --color_bTqgF_default_rgb: 24,28,32;
  --color_bTqgJ_default: rgba(250, 181, 21, 1);
  --color_bTqgJ_default_rgb: 250,181,21;
  --color_bTqgK_default: rgba(46, 98, 140, 1);
  --color_bTqgK_default_rgb: 46,98,140;
  --color_bTqgL_default: rgba(23, 219, 78, 1);
  --color_bTqgL_default_rgb: 23,219,78;
  --color_bTqgP_default: rgba(255, 255, 255, 1);
  --color_bTqgP_default_rgb: 255,255,255;
  --color_bTqgQ_default: rgba(247, 249, 255, 1);
  --color_bTqgQ_default_rgb: 247,249,255;
  --color_bTqgR_default: rgba(255, 0, 0, 1);
  --color_bTqgR_default_rgb: 255,0,0;
  --color_bTqgV_default: rgba(255, 255, 255, 1);
  --color_bTqgV_default_rgb: 255,255,255;
  --color_bTqgW_default: rgba(213, 228, 246, 1);
  --color_bTqgW_default_rgb: 213,228,246;
  --color_bTqgX_default: rgba(194, 199, 207, 1);
  --color_bTqgX_default_rgb: 194,199,207;
  --color_bTqxV_default: rgba(35, 25, 23, 1);
  --color_bTqxV_default_rgb: 35,25,23;
  --color_bTqxZ_default: rgba(250, 181, 21, 1);
  --color_bTqxZ_default_rgb: 250,181,21;
  --color_bTqxa_default: rgba(144, 75, 60, 1);
  --color_bTqxa_default_rgb: 144,75,60;
  --color_bTqxb_default: rgba(23, 219, 78, 1);
  --color_bTqxb_default_rgb: 23,219,78;
  --color_bTqxf_default: rgba(255, 255, 255, 1);
  --color_bTqxf_default_rgb: 255,255,255;
  --color_bTqxg_default: rgba(255, 248, 246, 1);
  --color_bTqxg_default_rgb: 255,248,246;
  --color_bTqxh_default: rgba(255, 0, 0, 1);
  --color_bTqxh_default_rgb: 255,0,0;
  --color_bTqxl_default: rgba(255, 255, 255, 1);
  --color_bTqxl_default_rgb: 255,255,255;
  --color_bTqxm_default: rgba(255, 218, 211, 1);
  --color_bTqxm_default_rgb: 255,218,211;
  --color_bTqxn_default: rgba(216, 194, 189, 1);
  --color_bTqxn_default_rgb: 216,194,189;
  --color_bTrIk_default: rgba(241, 223, 218, 1);
  --color_bTrIk_default_rgb: 241,223,218;
  --color_bTrIl_default: rgba(250, 181, 21, 1);
  --color_bTrIl_default_rgb: 250,181,21;
  --color_bTrIp_default: rgba(226, 226, 233, 1);
  --color_bTrIp_default_rgb: 226,226,233;
  --color_bTrIq_default: rgba(250, 181, 21, 1);
  --color_bTrIq_default_rgb: 250,181,21;
  --color_bTrIr_default: rgba(176, 198, 255, 1);
  --color_bTrIr_default_rgb: 176,198,255;
  --color_bTrIv_default: rgba(23, 219, 78, 1);
  --color_bTrIv_default_rgb: 23,219,78;
  --color_bTrIw_default: rgba(40, 42, 47, 1);
  --color_bTrIw_default_rgb: 40,42,47;
  --color_bTrIx_default: rgba(18, 19, 24, 1);
  --color_bTrIx_default_rgb: 18,19,24;
  --color_bTrJB_default: rgba(255, 0, 0, 1);
  --color_bTrJB_default_rgb: 255,0,0;
  --color_bTrJC_default: rgba(21, 46, 96, 1);
  --color_bTrJC_default_rgb: 21,46,96;
  --color_bTrJD_default: rgba(64, 70, 89, 1);
  --color_bTrJD_default_rgb: 64,70,89;
  --color_bTrJH_default: rgba(68, 70, 79, 1);
  --color_bTrJH_default_rgb: 68,70,79;
  --color_bTrNn_default: rgba(255, 181, 160, 1);
  --color_bTrNn_default_rgb: 255,181,160;
  --color_bTrNo_default: rgba(23, 219, 78, 1);
  --color_bTrNo_default_rgb: 23,219,78;
  --color_bTrNp_default: rgba(50, 40, 37, 1);
  --color_bTrNp_default_rgb: 50,40,37;
  --color_bTrNt_default: rgba(26, 17, 15, 1);
  --color_bTrNt_default_rgb: 26,17,15;
  --color_bTrNu_default: rgba(255, 0, 0, 1);
  --color_bTrNu_default_rgb: 255,0,0;
  --color_bTrNv_default: rgba(86, 31, 15, 1);
  --color_bTrNv_default_rgb: 86,31,15;
  --color_bTrNz_default: rgba(93, 64, 56, 1);
  --color_bTrNz_default_rgb: 93,64,56;
  --color_bTrOA_default: rgba(83, 67, 63, 1);
  --color_bTrOA_default_rgb: 83,67,63;
  --color_bTrVT_default: rgba(25, 28, 32, 1);
  --color_bTrVT_default_rgb: 25,28,32;
  --color_bTrVU_default: rgba(250, 181, 21, 1);
  --color_bTrVU_default_rgb: 250,181,21;
  --color_bTrVV_default: rgba(57, 96, 143, 1);
  --color_bTrVV_default_rgb: 57,96,143;
  --color_bTrVZ_default: rgba(23, 219, 78, 1);
  --color_bTrVZ_default_rgb: 23,219,78;
  --color_bTrVa_default: rgba(255, 255, 255, 1);
  --color_bTrVa_default_rgb: 255,255,255;
  --color_bTrVb_default: rgba(248, 249, 255, 1);
  --color_bTrVb_default_rgb: 248,249,255;
  --color_bTrVf_default: rgba(255, 0, 0, 1);
  --color_bTrVf_default_rgb: 255,0,0;
  --color_bTrVg_default: rgba(255, 255, 255, 1);
  --color_bTrVg_default_rgb: 255,255,255;
  --color_bTrVh_default: rgba(215, 227, 248, 1);
  --color_bTrVh_default_rgb: 215,227,248;
  --color_bTrVl_default: rgba(195, 198, 207, 1);
  --color_bTrVl_default_rgb: 195,198,207;
  --color_bTrmB_default: rgba(35, 25, 25, 1);
  --color_bTrmB_default_rgb: 35,25,25;
  --color_bTrmF_default: rgba(250, 181, 21, 1);
  --color_bTrmF_default_rgb: 250,181,21;
  --color_bTrmG_default: rgba(144, 74, 73, 1);
  --color_bTrmG_default_rgb: 144,74,73;
  --color_bTrmH_default: rgba(23, 219, 78, 1);
  --color_bTrmH_default_rgb: 23,219,78;
  --color_bTrmL_default: rgba(255, 255, 255, 1);
  --color_bTrmL_default_rgb: 255,255,255;
  --color_bTrmM_default: rgba(255, 248, 247, 1);
  --color_bTrmM_default_rgb: 255,248,247;
  --color_bTrmN_default: rgba(255, 0, 0, 1);
  --color_bTrmN_default_rgb: 255,0,0;
  --color_bTrmR_default: rgba(255, 255, 255, 1);
  --color_bTrmR_default_rgb: 255,255,255;
  --color_bTrmS_default: rgba(255, 218, 216, 1);
  --color_bTrmS_default_rgb: 255,218,216;
  --color_bTrmT_default: rgba(215, 193, 192, 1);
  --color_bTrmT_default_rgb: 215,193,192;
  --color_bTrtI_default: rgba(26, 27, 33, 1);
  --color_bTrtI_default_rgb: 26,27,33;
  --color_bTrtJ_default: rgba(250, 181, 21, 1);
  --color_bTrtJ_default_rgb: 250,181,21;
  --color_bTrtN_default: rgba(76, 92, 146, 1);
  --color_bTrtN_default_rgb: 76,92,146;
  --color_bTrtO_default: rgba(23, 219, 78, 1);
  --color_bTrtO_default_rgb: 23,219,78;
  --color_bTrtP_default: rgba(255, 255, 255, 1);
  --color_bTrtP_default_rgb: 255,255,255;
  --color_bTrtT_default: rgba(250, 248, 255, 1);
  --color_bTrtT_default_rgb: 250,248,255;
  --color_bTrtU_default: rgba(255, 0, 0, 1);
  --color_bTrtU_default_rgb: 255,0,0;
  --color_bTrtV_default: rgba(255, 255, 255, 1);
  --color_bTrtV_default_rgb: 255,255,255;
  --color_bTrtZ_default: rgba(222, 225, 249, 1);
  --color_bTrtZ_default_rgb: 222,225,249;
  --color_bTrta_default: rgba(198, 198, 208, 1);
  --color_bTrta_default_rgb: 198,198,208;
  --color_bTsMX_default: rgba(241, 223, 220, 1);
  --color_bTsMX_default_rgb: 241,223,220;
  --color_bTsVh_default: rgba(35, 25, 23, 1);
  --color_bTsVh_default_rgb: 35,25,23;
  --color_bTsVi_default: rgba(250, 181, 21, 1);
  --color_bTsVi_default_rgb: 250,181,21;
  --color_bTsVj_default: rgba(143, 75, 56, 1);
  --color_bTsVj_default_rgb: 143,75,56;
  --color_bTsVn_default: rgba(23, 219, 78, 1);
  --color_bTsVn_default_rgb: 23,219,78;
  --color_bTsVo_default: rgba(255, 255, 255, 1);
  --color_bTsVo_default_rgb: 255,255,255;
  --color_bTsVp_default: rgba(255, 248, 246, 1);
  --color_bTsVp_default_rgb: 255,248,246;
  --color_bTsVt_default: rgba(255, 0, 0, 1);
  --color_bTsVt_default_rgb: 255,0,0;
  --color_bTsVu_default: rgba(255, 255, 255, 1);
  --color_bTsVu_default_rgb: 255,255,255;
  --color_bTsVv_default: rgba(255, 219, 209, 1);
  --color_bTsVv_default_rgb: 255,219,209;
  --color_bTsVz_default: rgba(216, 194, 188, 1);
  --color_bTsVz_default_rgb: 216,194,188;
  --color_bTsfX_default: rgba(250, 181, 21, 1);
  --color_bTsfX_default_rgb: 250,181,21;
  --color_bTsfY_default: rgba(255, 180, 168, 1);
  --color_bTsfY_default_rgb: 255,180,168;
  --color_bTsfZ_default: rgba(23, 219, 78, 1);
  --color_bTsfZ_default_rgb: 23,219,78;
  --color_bTsfd_default: rgba(50, 40, 38, 1);
  --color_bTsfd_default_rgb: 50,40,38;
  --color_bTsfe_default: rgba(26, 17, 16, 1);
  --color_bTsfe_default_rgb: 26,17,16;
  --color_bTsff_default: rgba(255, 0, 0, 1);
  --color_bTsff_default_rgb: 255,0,0;
  --color_bTsfj_default: rgba(86, 30, 22, 1);
  --color_bTsfj_default_rgb: 86,30,22;
  --color_bTsfk_default: rgba(93, 63, 59, 1);
  --color_bTsfk_default_rgb: 93,63,59;
  --color_bTsfl_default: rgba(83, 67, 65, 1);
  --color_bTsfl_default_rgb: 83,67,65;
  --color_bTssb_default: rgba(35, 25, 25, 1);
  --color_bTssb_default_rgb: 35,25,25;
  --color_bTssf_default: rgba(250, 181, 21, 1);
  --color_bTssf_default_rgb: 250,181,21;
  --color_bTssg_default: rgba(144, 74, 73, 1);
  --color_bTssg_default_rgb: 144,74,73;
  --color_bTssh_default: rgba(23, 219, 78, 1);
  --color_bTssh_default_rgb: 23,219,78;
  --color_bTssl_default: rgba(255, 255, 255, 1);
  --color_bTssl_default_rgb: 255,255,255;
  --color_bTssm_default: rgba(255, 248, 247, 1);
  --color_bTssm_default_rgb: 255,248,247;
  --color_bTssn_default: rgba(255, 0, 0, 1);
  --color_bTssn_default_rgb: 255,0,0;
  --color_bTssr_default: rgba(255, 255, 255, 1);
  --color_bTssr_default_rgb: 255,255,255;
  --color_bTsss_default: rgba(255, 218, 216, 1);
  --color_bTsss_default_rgb: 255,218,216;
  --color_bTsst_default: rgba(215, 193, 192, 1);
  --color_bTsst_default_rgb: 215,193,192;
  --color_bTtAp_default: rgba(35, 25, 23, 1);
  --color_bTtAp_default_rgb: 35,25,23;
  --color_bTtAq_default: rgba(250, 181, 21, 1);
  --color_bTtAq_default_rgb: 250,181,21;
  --color_bTtAr_default: rgba(144, 75, 60, 1);
  --color_bTtAr_default_rgb: 144,75,60;
  --color_bTtAv_default: rgba(23, 219, 78, 1);
  --color_bTtAv_default_rgb: 23,219,78;
  --color_bTtAw_default: rgba(255, 255, 255, 1);
  --color_bTtAw_default_rgb: 255,255,255;
  --color_bTtAx_default: rgba(255, 248, 246, 1);
  --color_bTtAx_default_rgb: 255,248,246;
  --color_bTtBB_default: rgba(255, 0, 0, 1);
  --color_bTtBB_default_rgb: 255,0,0;
  --color_bTtBC_default: rgba(255, 255, 255, 1);
  --color_bTtBC_default_rgb: 255,255,255;
  --color_bTtBD_default: rgba(255, 218, 211, 1);
  --color_bTtBD_default_rgb: 255,218,211;
  --color_bTtBH_default: rgba(216, 194, 189, 1);
  --color_bTtBH_default_rgb: 216,194,189;
  --color_bTtMd_default: rgba(25, 28, 32, 1);
  --color_bTtMd_default_rgb: 25,28,32;
  --color_bTtMe_default: rgba(250, 181, 21, 1);
  --color_bTtMe_default_rgb: 250,181,21;
  --color_bTtMf_default: rgba(59, 96, 143, 1);
  --color_bTtMf_default_rgb: 59,96,143;
  --color_bTtMj_default: rgba(23, 219, 78, 1);
  --color_bTtMj_default_rgb: 23,219,78;
  --color_bTtMk_default: rgba(255, 255, 255, 1);
  --color_bTtMk_default_rgb: 255,255,255;
  --color_bTtMl_default: rgba(248, 249, 255, 1);
  --color_bTtMl_default_rgb: 248,249,255;
  --color_bTtMp_default: rgba(255, 0, 0, 1);
  --color_bTtMp_default_rgb: 255,0,0;
  --color_bTtMq_default: rgba(255, 255, 255, 1);
  --color_bTtMq_default_rgb: 255,255,255;
  --color_bTtMr_default: rgba(216, 227, 248, 1);
  --color_bTtMr_default_rgb: 216,227,248;
  --color_bTtMv_default: rgba(195, 198, 207, 1);
  --color_bTtMv_default_rgb: 195,198,207;
  --color_bTtxn_default: rgba(25, 28, 32, 1);
  --color_bTtxn_default_rgb: 25,28,32;
  --color_bTtxr_default: rgba(250, 181, 21, 1);
  --color_bTtxr_default_rgb: 250,181,21;
  --color_bTtxs_default: rgba(64, 95, 144, 1);
  --color_bTtxs_default_rgb: 64,95,144;
  --color_bTtxt_default: rgba(23, 219, 78, 1);
  --color_bTtxt_default_rgb: 23,219,78;
  --color_bTtxx_default: rgba(255, 255, 255, 1);
  --color_bTtxx_default_rgb: 255,255,255;
  --color_bTtxy_default: rgba(249, 249, 255, 1);
  --color_bTtxy_default_rgb: 249,249,255;
  --color_bTtxz_default: rgba(255, 0, 0, 1);
  --color_bTtxz_default_rgb: 255,0,0;
  --color_bTtyD_default: rgba(255, 255, 255, 1);
  --color_bTtyD_default_rgb: 255,255,255;
  --color_bTtyE_default: rgba(217, 226, 249, 1);
  --color_bTtyE_default_rgb: 217,226,249;
  --color_bTtyF_default: rgba(196, 198, 207, 1);
  --color_bTtyF_default_rgb: 196,198,207;
  --color_bTvKw_default: rgba(241, 223, 219, 1);
  --color_bTvKw_default_rgb: 241,223,219;
  --color_bTvKx_default: rgba(250, 181, 21, 1);
  --color_bTvKx_default_rgb: 250,181,21;
  --color_bTvLB_default: rgba(255, 180, 164, 1);
  --color_bTvLB_default_rgb: 255,180,164;
  --color_bTvLC_default: rgba(23, 219, 78, 1);
  --color_bTvLC_default_rgb: 23,219,78;
  --color_bTvLD_default: rgba(50, 40, 37, 1);
  --color_bTvLD_default_rgb: 50,40,37;
  --color_bTvLH_default: rgba(26, 17, 15, 1);
  --color_bTvLH_default_rgb: 26,17,15;
  --color_bTvLI_default: rgba(255, 0, 0, 1);
  --color_bTvLI_default_rgb: 255,0,0;
  --color_bTvLJ_default: rgba(86, 31, 18, 1);
  --color_bTvLJ_default_rgb: 86,31,18;
  --color_bTvLN_default: rgba(93, 63, 57, 1);
  --color_bTvLN_default_rgb: 93,63,57;
  --color_bTvLO_default: rgba(83, 67, 64, 1);
  --color_bTvLO_default_rgb: 83,67,64;
  --color_bTvuF_default: rgba(241, 223, 220, 1);
  --color_bTvuF_default_rgb: 241,223,220;
  --color_bTvuG_default: rgba(250, 181, 21, 1);
  --color_bTvuG_default_rgb: 250,181,21;
  --color_bTvuH_default: rgba(255, 180, 168, 1);
  --color_bTvuH_default_rgb: 255,180,168;
  --color_bTvuL_default: rgba(23, 219, 78, 1);
  --color_bTvuL_default_rgb: 23,219,78;
  --color_bTvuM_default: rgba(50, 40, 38, 1);
  --color_bTvuM_default_rgb: 50,40,38;
  --color_bTvuN_default: rgba(26, 17, 16, 1);
  --color_bTvuN_default_rgb: 26,17,16;
  --color_bTvuR_default: rgba(255, 0, 0, 1);
  --color_bTvuR_default_rgb: 255,0,0;
  --color_bTvuS_default: rgba(86, 30, 22, 1);
  --color_bTvuS_default_rgb: 86,30,22;
  --color_bTvuT_default: rgba(93, 63, 59, 1);
  --color_bTvuT_default_rgb: 93,63,59;
  --color_bTvuX_default: rgba(83, 67, 65, 1);
  --color_bTvuX_default_rgb: 83,67,65;
  --color_bTwIV_default: rgba(35, 25, 23, 1);
  --color_bTwIV_default_rgb: 35,25,23;
  --color_bTwIW_default: rgba(250, 181, 21, 1);
  --color_bTwIW_default_rgb: 250,181,21;
  --color_bTwIX_default: rgba(143, 75, 56, 1);
  --color_bTwIX_default_rgb: 143,75,56;
  --color_bTwIb_default: rgba(23, 219, 78, 1);
  --color_bTwIb_default_rgb: 23,219,78;
  --color_bTwIc_default: rgba(255, 255, 255, 1);
  --color_bTwIc_default_rgb: 255,255,255;
  --color_bTwId_default: rgba(255, 248, 246, 1);
  --color_bTwId_default_rgb: 255,248,246;
  --color_bTwIh_default: rgba(255, 0, 0, 1);
  --color_bTwIh_default_rgb: 255,0,0;
  --color_bTwIi_default: rgba(255, 255, 255, 1);
  --color_bTwIi_default_rgb: 255,255,255;
  --color_bTwIj_default: rgba(255, 219, 209, 1);
  --color_bTwIj_default_rgb: 255,219,209;
  --color_bTwIn_default: rgba(216, 194, 188, 1);
  --color_bTwIn_default_rgb: 216,194,188;
  --color_bTwTB_default: rgba(25, 28, 32, 1);
  --color_bTwTB_default_rgb: 25,28,32;
  --color_bTwTC_default: rgba(250, 181, 21, 1);
  --color_bTwTC_default_rgb: 250,181,21;
  --color_bTwTD_default: rgba(60, 96, 144, 1);
  --color_bTwTD_default_rgb: 60,96,144;
  --color_bTwTH_default: rgba(23, 219, 78, 1);
  --color_bTwTH_default_rgb: 23,219,78;
  --color_bTwTI_default: rgba(255, 255, 255, 1);
  --color_bTwTI_default_rgb: 255,255,255;
  --color_bTwTJ_default: rgba(249, 249, 255, 1);
  --color_bTwTJ_default_rgb: 249,249,255;
  --color_bTwTN_default: rgba(255, 0, 0, 1);
  --color_bTwTN_default_rgb: 255,0,0;
  --color_bTwTO_default: rgba(255, 255, 255, 1);
  --color_bTwTO_default_rgb: 255,255,255;
  --color_bTwTP_default: rgba(216, 227, 248, 1);
  --color_bTwTP_default_rgb: 216,227,248;
  --color_bTwTT_default: rgba(195, 198, 207, 1);
  --color_bTwTT_default_rgb: 195,198,207;
  --color_bTwaQ_default: rgba(35, 25, 23, 1);
  --color_bTwaQ_default_rgb: 35,25,23;
  --color_bTwaR_default: rgba(250, 181, 21, 1);
  --color_bTwaR_default_rgb: 250,181,21;
  --color_bTwbp_default: rgba(144, 75, 60, 1);
  --color_bTwbp_default_rgb: 144,75,60;
  --color_bTwbq_default: rgba(23, 219, 78, 1);
  --color_bTwbq_default_rgb: 23,219,78;
  --color_bTwbr_default: rgba(255, 255, 255, 1);
  --color_bTwbr_default_rgb: 255,255,255;
  --color_bTwbv_default: rgba(255, 248, 246, 1);
  --color_bTwbv_default_rgb: 255,248,246;
  --color_bTwbw_default: rgba(255, 0, 0, 1);
  --color_bTwbw_default_rgb: 255,0,0;
  --color_bTwbx_default: rgba(255, 255, 255, 1);
  --color_bTwbx_default_rgb: 255,255,255;
  --color_bTwcB_default: rgba(255, 218, 211, 1);
  --color_bTwcB_default_rgb: 255,218,211;
  --color_bTwcC_default: rgba(216, 194, 189, 1);
  --color_bTwcC_default_rgb: 216,194,189;
  --color_bTwib_default: rgba(241, 223, 220, 1);
  --color_bTwib_default_rgb: 241,223,220;
  --color_bTwil_default: rgba(250, 181, 21, 1);
  --color_bTwil_default_rgb: 250,181,21;
  --color_bTwim_default: rgba(255, 180, 168, 1);
  --color_bTwim_default_rgb: 255,180,168;
  --color_bTwin_default: rgba(23, 219, 78, 1);
  --color_bTwin_default_rgb: 23,219,78;
  --color_bTwir_default: rgba(50, 40, 38, 1);
  --color_bTwir_default_rgb: 50,40,38;
  --color_bTwis_default: rgba(26, 17, 16, 1);
  --color_bTwis_default_rgb: 26,17,16;
  --color_bTwit_default: rgba(255, 0, 0, 1);
  --color_bTwit_default_rgb: 255,0,0;
  --color_bTwix_default: rgba(86, 30, 22, 1);
  --color_bTwix_default_rgb: 86,30,22;
  --color_bTwiy_default: rgba(93, 63, 59, 1);
  --color_bTwiy_default_rgb: 93,63,59;
  --color_bTwiz_default: rgba(83, 67, 65, 1);
  --color_bTwiz_default_rgb: 83,67,65;
  --color_bTwqv_default: rgba(27, 27, 33, 1);
  --color_bTwqv_default_rgb: 27,27,33;
  --color_bTwqw_default: rgba(250, 181, 21, 1);
  --color_bTwqw_default_rgb: 250,181,21;
  --color_bTwqx_default: rgba(87, 89, 146, 1);
  --color_bTwqx_default_rgb: 87,89,146;
  --color_bTwrB_default: rgba(23, 219, 78, 1);
  --color_bTwrB_default_rgb: 23,219,78;
  --color_bTwrC_default: rgba(255, 255, 255, 1);
  --color_bTwrC_default_rgb: 255,255,255;
  --color_bTwrD_default: rgba(252, 248, 255, 1);
  --color_bTwrD_default_rgb: 252,248,255;
  --color_bTwrH_default: rgba(255, 0, 0, 1);
  --color_bTwrH_default_rgb: 255,0,0;
  --color_bTwrI_default: rgba(255, 255, 255, 1);
  --color_bTwrI_default_rgb: 255,255,255;
  --color_bTwrJ_default: rgba(226, 224, 249, 1);
  --color_bTwrJ_default_rgb: 226,224,249;
  --color_bTwrN_default: rgba(199, 197, 208, 1);
  --color_bTwrN_default_rgb: 199,197,208;
  --color_bTwyK_default: rgba(224, 228, 219, 1);
  --color_bTwyK_default_rgb: 224,228,219;
  --color_bTwyL_default: rgba(250, 181, 21, 1);
  --color_bTwyL_default_rgb: 250,181,21;
  --color_bTwyV_default: rgba(161, 211, 154, 1);
  --color_bTwyV_default_rgb: 161,211,154;
  --color_bTwyW_default: rgba(23, 219, 78, 1);
  --color_bTwyW_default_rgb: 23,219,78;
  --color_bTwyX_default: rgba(39, 43, 37, 1);
  --color_bTwyX_default_rgb: 39,43,37;
  --color_bTwyb_default: rgba(16, 20, 15, 1);
  --color_bTwyb_default_rgb: 16,20,15;
  --color_bTwyc_default: rgba(255, 0, 0, 1);
  --color_bTwyc_default_rgb: 255,0,0;
  --color_bTwyd_default: rgba(10, 57, 15, 1);
  --color_bTwyd_default_rgb: 10,57,15;
  --color_bTwyh_default: rgba(59, 75, 56, 1);
  --color_bTwyh_default_rgb: 59,75,56;
  --color_bTwyi_default: rgba(66, 73, 64, 1);
  --color_bTwyi_default_rgb: 66,73,64;
  --color_bTxGx_default: rgba(241, 223, 219, 1);
  --color_bTxGx_default_rgb: 241,223,219;
  --color_bTxGy_default: rgba(250, 181, 21, 1);
  --color_bTxGy_default_rgb: 250,181,21;
  --color_bTxGz_default: rgba(255, 180, 164, 1);
  --color_bTxGz_default_rgb: 255,180,164;
  --color_bTxHD_default: rgba(23, 219, 78, 1);
  --color_bTxHD_default_rgb: 23,219,78;
  --color_bTxHE_default: rgba(50, 40, 37, 1);
  --color_bTxHE_default_rgb: 50,40,37;
  --color_bTxHF_default: rgba(26, 17, 15, 1);
  --color_bTxHF_default_rgb: 26,17,15;
  --color_bTxHJ_default: rgba(255, 0, 0, 1);
  --color_bTxHJ_default_rgb: 255,0,0;
  --color_bTxHK_default: rgba(86, 31, 18, 1);
  --color_bTxHK_default_rgb: 86,31,18;
  --color_bTxHL_default: rgba(93, 63, 57, 1);
  --color_bTxHL_default_rgb: 93,63,57;
  --color_bTxHP_default: rgba(83, 67, 64, 1);
  --color_bTxHP_default_rgb: 83,67,64;
  --color_bTxPO_default: rgba(35, 25, 23, 1);
  --color_bTxPO_default_rgb: 35,25,23;
  --color_bTxPP_default: rgba(250, 181, 21, 1);
  --color_bTxPP_default_rgb: 250,181,21;
  --color_bTxPT_default: rgba(35, 25, 23, 1);
  --color_bTxPT_default_rgb: 35,25,23;
  --color_bTxPU_default: rgba(250, 181, 21, 1);
  --color_bTxPU_default_rgb: 250,181,21;
  --color_bTxPV_default: rgba(144, 75, 60, 1);
  --color_bTxPV_default_rgb: 144,75,60;
  --color_bTxPZ_default: rgba(23, 219, 78, 1);
  --color_bTxPZ_default_rgb: 23,219,78;
  --color_bTxPa_default: rgba(255, 255, 255, 1);
  --color_bTxPa_default_rgb: 255,255,255;
  --color_bTxPb_default: rgba(255, 248, 246, 1);
  --color_bTxPb_default_rgb: 255,248,246;
  --color_bTxPf_default: rgba(255, 0, 0, 1);
  --color_bTxPf_default_rgb: 255,0,0;
  --color_bTxPg_default: rgba(255, 255, 255, 1);
  --color_bTxPg_default_rgb: 255,255,255;
  --color_bTxPh_default: rgba(255, 218, 211, 1);
  --color_bTxPh_default_rgb: 255,218,211;
  --color_bTxPl_default: rgba(216, 194, 189, 1);
  --color_bTxPl_default_rgb: 216,194,189;
  --color_bTxXk_default: rgba(26, 27, 33, 1);
  --color_bTxXk_default_rgb: 26,27,33;
  --color_bTxXl_default: rgba(250, 181, 21, 1);
  --color_bTxXl_default_rgb: 250,181,21;
  --color_bTxXp_default: rgba(77, 92, 146, 1);
  --color_bTxXp_default_rgb: 77,92,146;
  --color_bTxXq_default: rgba(23, 219, 78, 1);
  --color_bTxXq_default_rgb: 23,219,78;
  --color_bTxXr_default: rgba(255, 255, 255, 1);
  --color_bTxXr_default_rgb: 255,255,255;
  --color_bTxXv_default: rgba(250, 248, 255, 1);
  --color_bTxXv_default_rgb: 250,248,255;
  --color_bTxXw_default: rgba(255, 0, 0, 1);
  --color_bTxXw_default_rgb: 255,0,0;
  --color_bTxXx_default: rgba(255, 255, 255, 1);
  --color_bTxXx_default_rgb: 255,255,255;
  --color_bTxYB_default: rgba(222, 225, 249, 1);
  --color_bTxYB_default_rgb: 222,225,249;
  --color_bTxYC_default: rgba(198, 197, 208, 1);
  --color_bTxYC_default_rgb: 198,197,208;
  --color_bTxeb_default: rgba(26, 27, 33, 1);
  --color_bTxeb_default_rgb: 26,27,33;
  --color_bTxef_default: rgba(250, 181, 21, 1);
  --color_bTxef_default_rgb: 250,181,21;
  --color_bTxeg_default: rgba(72, 93, 146, 1);
  --color_bTxeg_default_rgb: 72,93,146;
  --color_bTxeh_default: rgba(23, 219, 78, 1);
  --color_bTxeh_default_rgb: 23,219,78;
  --color_bTxel_default: rgba(255, 255, 255, 1);
  --color_bTxel_default_rgb: 255,255,255;
  --color_bTxem_default: rgba(250, 248, 255, 1);
  --color_bTxem_default_rgb: 250,248,255;
  --color_bTxen_default: rgba(255, 0, 0, 1);
  --color_bTxen_default_rgb: 255,0,0;
  --color_bTxer_default: rgba(255, 255, 255, 1);
  --color_bTxer_default_rgb: 255,255,255;
  --color_bTxes_default: rgba(220, 226, 249, 1);
  --color_bTxes_default_rgb: 220,226,249;
  --color_bTxet_default: rgba(197, 198, 208, 1);
  --color_bTxet_default_rgb: 197,198,208;
  --color_bTxoD_default: rgba(143, 75, 56, 1);
  --color_bTxoD_default_rgb: 143,75,56;
  --color_bTxoE_default: rgba(23, 219, 78, 1);
  --color_bTxoE_default_rgb: 23,219,78;
  --color_bTxoF_default: rgba(255, 255, 255, 1);
  --color_bTxoF_default_rgb: 255,255,255;
  --color_bTxoJ_default: rgba(255, 248, 246, 1);
  --color_bTxoJ_default_rgb: 255,248,246;
  --color_bTxoK_default: rgba(255, 0, 0, 1);
  --color_bTxoK_default_rgb: 255,0,0;
  --color_bTxoL_default: rgba(255, 255, 255, 1);
  --color_bTxoL_default_rgb: 255,255,255;
  --color_bTxoP_default: rgba(255, 219, 209, 1);
  --color_bTxoP_default_rgb: 255,219,209;
  --color_bTxoQ_default: rgba(216, 194, 188, 1);
  --color_bTxoQ_default_rgb: 216,194,188;
  --color_bTxvR_default: rgba(26, 27, 32, 1);
  --color_bTxvR_default_rgb: 26,27,32;
  --color_bTxvS_default: rgba(250, 181, 21, 1);
  --color_bTxvS_default_rgb: 250,181,21;
  --color_bTxvT_default: rgba(67, 94, 145, 1);
  --color_bTxvT_default_rgb: 67,94,145;
  --color_bTxvX_default: rgba(23, 219, 78, 1);
  --color_bTxvX_default_rgb: 23,219,78;
  --color_bTxvY_default: rgba(255, 255, 255, 1);
  --color_bTxvY_default_rgb: 255,255,255;
  --color_bTxvZ_default: rgba(249, 249, 255, 1);
  --color_bTxvZ_default_rgb: 249,249,255;
  --color_bTxvd_default: rgba(255, 0, 0, 1);
  --color_bTxvd_default_rgb: 255,0,0;
  --color_bTxve_default: rgba(255, 255, 255, 1);
  --color_bTxve_default_rgb: 255,255,255;
  --color_bTxvf_default: rgba(219, 226, 249, 1);
  --color_bTxvf_default_rgb: 219,226,249;
  --color_bTxvj_default: rgba(196, 198, 208, 1);
  --color_bTxvj_default_rgb: 196,198,208;
  --color_bTyBv_default: rgba(222, 227, 229, 1);
  --color_bTyBv_default_rgb: 222,227,229;
  --color_bTyBw_default: rgba(250, 181, 21, 1);
  --color_bTyBw_default_rgb: 250,181,21;
  --color_bTyBx_default: rgba(130, 211, 224, 1);
  --color_bTyBx_default_rgb: 130,211,224;
  --color_bTyCB_default: rgba(23, 219, 78, 1);
  --color_bTyCB_default_rgb: 23,219,78;
  --color_bTyCC_default: rgba(37, 43, 44, 1);
  --color_bTyCC_default_rgb: 37,43,44;
  --color_bTyCD_default: rgba(14, 20, 21, 1);
  --color_bTyCD_default_rgb: 14,20,21;
  --color_bTyCH_default: rgba(255, 0, 0, 1);
  --color_bTyCH_default_rgb: 255,0,0;
  --color_bTyCI_default: rgba(0, 54, 61, 1);
  --color_bTyCI_default_rgb: 0,54,61;
  --color_bTyCJ_default: rgba(51, 75, 79, 1);
  --color_bTyCJ_default_rgb: 51,75,79;
  --color_bTyCN_default: rgba(63, 72, 74, 1);
  --color_bTyCN_default_rgb: 63,72,74;
  --color_bTyJc_default: rgba(25, 28, 32, 1);
  --color_bTyJc_default_rgb: 25,28,32;
  --color_bTyJd_default: rgba(250, 181, 21, 1);
  --color_bTyJd_default_rgb: 250,181,21;
  --color_bTyJh_default: rgba(60, 96, 144, 1);
  --color_bTyJh_default_rgb: 60,96,144;
  --color_bTyJi_default: rgba(23, 219, 78, 1);
  --color_bTyJi_default_rgb: 23,219,78;
  --color_bTyJj_default: rgba(255, 255, 255, 1);
  --color_bTyJj_default_rgb: 255,255,255;
  --color_bTyJn_default: rgba(249, 249, 255, 1);
  --color_bTyJn_default_rgb: 249,249,255;
  --color_bTyJo_default: rgba(255, 0, 0, 1);
  --color_bTyJo_default_rgb: 255,0,0;
  --color_bTyJp_default: rgba(255, 255, 255, 1);
  --color_bTyJp_default_rgb: 255,255,255;
  --color_bTyJt_default: rgba(216, 227, 248, 1);
  --color_bTyJt_default_rgb: 216,227,248;
  --color_bTyJu_default: rgba(195, 198, 207, 1);
  --color_bTyJu_default_rgb: 195,198,207;
  --color_bTyQr_default: rgba(26, 27, 32, 1);
  --color_bTyQr_default_rgb: 26,27,32;
  --color_bTyQv_default: rgba(250, 181, 21, 1);
  --color_bTyQv_default_rgb: 250,181,21;
  --color_bTyQw_default: rgba(67, 94, 145, 1);
  --color_bTyQw_default_rgb: 67,94,145;
  --color_bTyQx_default: rgba(23, 219, 78, 1);
  --color_bTyQx_default_rgb: 23,219,78;
  --color_bTyRB_default: rgba(255, 255, 255, 1);
  --color_bTyRB_default_rgb: 255,255,255;
  --color_bTyRC_default: rgba(249, 249, 255, 1);
  --color_bTyRC_default_rgb: 249,249,255;
  --color_bTyRD_default: rgba(255, 0, 0, 1);
  --color_bTyRD_default_rgb: 255,0,0;
  --color_bTyRH_default: rgba(255, 255, 255, 1);
  --color_bTyRH_default_rgb: 255,255,255;
  --color_bTyRI_default: rgba(219, 226, 249, 1);
  --color_bTyRI_default_rgb: 219,226,249;
  --color_bTyRJ_default: rgba(196, 198, 208, 1);
  --color_bTyRJ_default_rgb: 196,198,208;
  --color_bTyYW_default: rgba(241, 222, 220, 1);
  --color_bTyYW_default_rgb: 241,222,220;
  --color_bTyYX_default: rgba(250, 181, 21, 1);
  --color_bTyYX_default_rgb: 250,181,21;
  --color_bTyYb_default: rgba(255, 179, 172, 1);
  --color_bTyYb_default_rgb: 255,179,172;
  --color_bTyYc_default: rgba(23, 219, 78, 1);
  --color_bTyYc_default_rgb: 23,219,78;
  --color_bTyYd_default: rgba(50, 40, 38, 1);
  --color_bTyYd_default_rgb: 50,40,38;
  --color_bTyYh_default: rgba(26, 17, 16, 1);
  --color_bTyYh_default_rgb: 26,17,16;
  --color_bTyYi_default: rgba(255, 0, 0, 1);
  --color_bTyYi_default_rgb: 255,0,0;
  --color_bTyYj_default: rgba(87, 30, 26, 1);
  --color_bTyYj_default_rgb: 87,30,26;
  --color_bTyYn_default: rgba(93, 63, 60, 1);
  --color_bTyYn_default_rgb: 93,63,60;
  --color_bTyYo_default: rgba(83, 67, 66, 1);
  --color_bTyYo_default_rgb: 83,67,66;
  --color_bTyiL_default: rgba(241, 223, 218, 1);
  --color_bTyiL_default_rgb: 241,223,218;
  --color_bTyiM_default: rgba(250, 181, 21, 1);
  --color_bTyiM_default_rgb: 250,181,21;
  --color_bTyiN_default: rgba(255, 181, 160, 1);
  --color_bTyiN_default_rgb: 255,181,160;
  --color_bTyiR_default: rgba(23, 219, 78, 1);
  --color_bTyiR_default_rgb: 23,219,78;
  --color_bTyiS_default: rgba(50, 40, 37, 1);
  --color_bTyiS_default_rgb: 50,40,37;
  --color_bTyiT_default: rgba(26, 17, 15, 1);
  --color_bTyiT_default_rgb: 26,17,15;
  --color_bTyiX_default: rgba(255, 0, 0, 1);
  --color_bTyiX_default_rgb: 255,0,0;
  --color_bTyiY_default: rgba(86, 31, 15, 1);
  --color_bTyiY_default_rgb: 86,31,15;
  --color_bTyiZ_default: rgba(93, 64, 56, 1);
  --color_bTyiZ_default_rgb: 93,64,56;
  --color_bTyid_default: rgba(83, 67, 63, 1);
  --color_bTyid_default_rgb: 83,67,63;
  --color_bTzCb_default: rgba(34, 25, 26, 1);
  --color_bTzCb_default_rgb: 34,25,26;
  --color_bTzCc_default: rgba(250, 181, 21, 1);
  --color_bTzCc_default_rgb: 250,181,21;
  --color_bTzCd_default: rgba(142, 73, 86, 1);
  --color_bTzCd_default_rgb: 142,73,86;
  --color_bTzCh_default: rgba(23, 219, 78, 1);
  --color_bTzCh_default_rgb: 23,219,78;
  --color_bTzCi_default: rgba(255, 255, 255, 1);
  --color_bTzCi_default_rgb: 255,255,255;
  --color_bTzCj_default: rgba(255, 248, 247, 1);
  --color_bTzCj_default_rgb: 255,248,247;
  --color_bTzCn_default: rgba(255, 0, 0, 1);
  --color_bTzCn_default_rgb: 255,0,0;
  --color_bTzCo_default: rgba(255, 255, 255, 1);
  --color_bTzCo_default_rgb: 255,255,255;
  --color_bTzCp_default: rgba(255, 217, 222, 1);
  --color_bTzCp_default_rgb: 255,217,222;
  --color_bTzCt_default: rgba(214, 194, 195, 1);
  --color_bTzCt_default_rgb: 214,194,195;
  --color_bTzTH_default: rgba(35, 25, 23, 1);
  --color_bTzTH_default_rgb: 35,25,23;
  --color_bTzTI_default: rgba(250, 181, 21, 1);
  --color_bTzTI_default_rgb: 250,181,21;
  --color_bTzTJ_default: rgba(143, 75, 56, 1);
  --color_bTzTJ_default_rgb: 143,75,56;
  --color_bTzTN_default: rgba(23, 219, 78, 1);
  --color_bTzTN_default_rgb: 23,219,78;
  --color_bTzTO_default: rgba(255, 255, 255, 1);
  --color_bTzTO_default_rgb: 255,255,255;
  --color_bTzTP_default: rgba(255, 248, 246, 1);
  --color_bTzTP_default_rgb: 255,248,246;
  --color_bTzTT_default: rgba(255, 0, 0, 1);
  --color_bTzTT_default_rgb: 255,0,0;
  --color_bTzTU_default: rgba(255, 255, 255, 1);
  --color_bTzTU_default_rgb: 255,255,255;
  --color_bTzTV_default: rgba(255, 219, 209, 1);
  --color_bTzTV_default_rgb: 255,219,209;
  --color_bTzTZ_default: rgba(216, 194, 188, 1);
  --color_bTzTZ_default_rgb: 216,194,188;
  --color_bUAnV_default: rgba(25, 28, 32, 1);
  --color_bUAnV_default_rgb: 25,28,32;
  --color_bUAnZ_default: rgba(250, 181, 21, 1);
  --color_bUAnZ_default_rgb: 250,181,21;
  --color_bUAna_default: rgba(62, 95, 144, 1);
  --color_bUAna_default_rgb: 62,95,144;
  --color_bUAnb_default: rgba(23, 219, 78, 1);
  --color_bUAnb_default_rgb: 23,219,78;
  --color_bUAnf_default: rgba(255, 255, 255, 1);
  --color_bUAnf_default_rgb: 255,255,255;
  --color_bUAng_default: rgba(249, 249, 255, 1);
  --color_bUAng_default_rgb: 249,249,255;
  --color_bUAnh_default: rgba(255, 0, 0, 1);
  --color_bUAnh_default_rgb: 255,0,0;
  --color_bUAnl_default: rgba(255, 255, 255, 1);
  --color_bUAnl_default_rgb: 255,255,255;
  --color_bUAnm_default: rgba(217, 227, 248, 1);
  --color_bUAnm_default_rgb: 217,227,248;
  --color_bUAnn_default: rgba(196, 198, 207, 1);
  --color_bUAnn_default_rgb: 196,198,207;
  --color_bUCxI_default: rgba(35, 25, 23, 1);
  --color_bUCxI_default_rgb: 35,25,23;
  --color_bUCxJ_default: rgba(250, 181, 21, 1);
  --color_bUCxJ_default_rgb: 250,181,21;
  --color_bUCxN_default: rgba(143, 75, 56, 1);
  --color_bUCxN_default_rgb: 143,75,56;
  --color_bUCxO_default: rgba(23, 219, 78, 1);
  --color_bUCxO_default_rgb: 23,219,78;
  --color_bUCxP_default: rgba(255, 255, 255, 1);
  --color_bUCxP_default_rgb: 255,255,255;
  --color_bUCxT_default: rgba(255, 248, 246, 1);
  --color_bUCxT_default_rgb: 255,248,246;
  --color_bUCxU_default: rgba(255, 0, 0, 1);
  --color_bUCxU_default_rgb: 255,0,0;
  --color_bUCxV_default: rgba(255, 255, 255, 1);
  --color_bUCxV_default_rgb: 255,255,255;
  --color_bUCxZ_default: rgba(255, 219, 209, 1);
  --color_bUCxZ_default_rgb: 255,219,209;
  --color_bUCxa_default: rgba(216, 194, 188, 1);
  --color_bUCxa_default_rgb: 216,194,188;
  --color_bUFgt_default: rgba(35, 25, 23, 1);
  --color_bUFgt_default_rgb: 35,25,23;
  --color_bUFgu_default: rgba(250, 181, 21, 1);
  --color_bUFgu_default_rgb: 250,181,21;
  --color_bUFgv_default: rgba(143, 76, 56, 1);
  --color_bUFgv_default_rgb: 143,76,56;
  --color_bUFgz_default: rgba(23, 219, 78, 1);
  --color_bUFgz_default_rgb: 23,219,78;
  --color_bUFhA_default: rgba(255, 255, 255, 1);
  --color_bUFhA_default_rgb: 255,255,255;
  --color_bUFhB_default: rgba(255, 248, 246, 1);
  --color_bUFhB_default_rgb: 255,248,246;
  --color_bUFhF_default: rgba(255, 0, 0, 1);
  --color_bUFhF_default_rgb: 255,0,0;
  --color_bUFhG_default: rgba(255, 255, 255, 1);
  --color_bUFhG_default_rgb: 255,255,255;
  --color_bUFhH_default: rgba(255, 219, 209, 1);
  --color_bUFhH_default_rgb: 255,219,209;
  --color_bUFhL_default: rgba(216, 194, 188, 1);
  --color_bUFhL_default_rgb: 216,194,188;
  --color_bUGeB_default: rgba(23, 29, 30, 1);
  --color_bUGeB_default_rgb: 23,29,30;
  --color_bUGeC_default: rgba(250, 181, 21, 1);
  --color_bUGeC_default_rgb: 250,181,21;
  --color_bUGeD_default: rgba(0, 104, 116, 1);
  --color_bUGeD_default_rgb: 0,104,116;
  --color_bUGeH_default: rgba(23, 219, 78, 1);
  --color_bUGeH_default_rgb: 23,219,78;
  --color_bUGeI_default: rgba(255, 255, 255, 1);
  --color_bUGeI_default_rgb: 255,255,255;
  --color_bUGeJ_default: rgba(245, 250, 251, 1);
  --color_bUGeJ_default_rgb: 245,250,251;
  --color_bUGeN_default: rgba(255, 0, 0, 1);
  --color_bUGeN_default_rgb: 255,0,0;
  --color_bUGeO_default: rgba(255, 255, 255, 1);
  --color_bUGeO_default_rgb: 255,255,255;
  --color_bUGeP_default: rgba(205, 231, 236, 1);
  --color_bUGeP_default_rgb: 205,231,236;
  --color_bUGeT_default: rgba(191, 200, 202, 1);
  --color_bUGeT_default_rgb: 191,200,202;
  --color_bUKAL_default: rgba(224, 226, 232, 1);
  --color_bUKAL_default_rgb: 224,226,232;
  --color_bUKAP_default: rgba(250, 181, 21, 1);
  --color_bUKAP_default_rgb: 250,181,21;
  --color_bUKAQ_default: rgba(156, 203, 251, 1);
  --color_bUKAQ_default_rgb: 156,203,251;
  --color_bUKAR_default: rgba(23, 219, 78, 1);
  --color_bUKAR_default_rgb: 23,219,78;
  --color_bUKAV_default: rgba(39, 42, 47, 1);
  --color_bUKAV_default_rgb: 39,42,47;
  --color_bUKAW_default: rgba(16, 20, 24, 1);
  --color_bUKAW_default_rgb: 16,20,24;
  --color_bUKAX_default: rgba(255, 0, 0, 1);
  --color_bUKAX_default_rgb: 255,0,0;
  --color_bUKAb_default: rgba(0, 51, 84, 1);
  --color_bUKAb_default_rgb: 0,51,84;
  --color_bUKAc_default: rgba(58, 72, 87, 1);
  --color_bUKAc_default_rgb: 58,72,87;
  --color_bUKAd_default: rgba(66, 71, 78, 1);
  --color_bUKAd_default_rgb: 66,71,78;
  --color_bUMIT_default: rgba(35, 25, 23, 1);
  --color_bUMIT_default_rgb: 35,25,23;
  --color_bUMIX_default: rgba(250, 181, 21, 1);
  --color_bUMIX_default_rgb: 250,181,21;
  --color_bUMIY_default: rgba(143, 75, 56, 1);
  --color_bUMIY_default_rgb: 143,75,56;
  --color_bUMIZ_default: rgba(23, 219, 78, 1);
  --color_bUMIZ_default_rgb: 23,219,78;
  --color_bUMId_default: rgba(255, 255, 255, 1);
  --color_bUMId_default_rgb: 255,255,255;
  --color_bUMIe_default: rgba(255, 248, 246, 1);
  --color_bUMIe_default_rgb: 255,248,246;
  --color_bUMIf_default: rgba(255, 0, 0, 1);
  --color_bUMIf_default_rgb: 255,0,0;
  --color_bUMIj_default: rgba(255, 255, 255, 1);
  --color_bUMIj_default_rgb: 255,255,255;
  --color_bUMIk_default: rgba(255, 219, 209, 1);
  --color_bUMIk_default_rgb: 255,219,209;
  --color_bUMIl_default: rgba(216, 194, 188, 1);
  --color_bUMIl_default_rgb: 216,194,188;
  --color_bUNHF_default: rgba(24, 28, 32, 1);
  --color_bUNHF_default_rgb: 24,28,32;
  --color_bUNHG_default: rgba(250, 181, 21, 1);
  --color_bUNHG_default_rgb: 250,181,21;
  --color_bUNHH_default: rgba(40, 99, 138, 1);
  --color_bUNHH_default_rgb: 40,99,138;
  --color_bUNHL_default: rgba(23, 219, 78, 1);
  --color_bUNHL_default_rgb: 23,219,78;
  --color_bUNHM_default: rgba(255, 255, 255, 1);
  --color_bUNHM_default_rgb: 255,255,255;
  --color_bUNHN_default: rgba(247, 249, 255, 1);
  --color_bUNHN_default_rgb: 247,249,255;
  --color_bUNHR_default: rgba(255, 0, 0, 1);
  --color_bUNHR_default_rgb: 255,0,0;
  --color_bUNHS_default: rgba(255, 255, 255, 1);
  --color_bUNHS_default_rgb: 255,255,255;
  --color_bUNHT_default: rgba(211, 229, 246, 1);
  --color_bUNHT_default_rgb: 211,229,246;
  --color_bUNHX_default: rgba(193, 199, 206, 1);
  --color_bUNHX_default_rgb: 193,199,206;
  --color_bUOhH_default: rgba(26, 27, 33, 1);
  --color_bUOhH_default_rgb: 26,27,33;
  --color_bUOhL_default: rgba(250, 181, 21, 1);
  --color_bUOhL_default_rgb: 250,181,21;
  --color_bUOhM_default: rgba(76, 92, 146, 1);
  --color_bUOhM_default_rgb: 76,92,146;
  --color_bUOhN_default: rgba(23, 219, 78, 1);
  --color_bUOhN_default_rgb: 23,219,78;
  --color_bUOhR_default: rgba(255, 255, 255, 1);
  --color_bUOhR_default_rgb: 255,255,255;
  --color_bUOhS_default: rgba(250, 248, 255, 1);
  --color_bUOhS_default_rgb: 250,248,255;
  --color_bUOhT_default: rgba(255, 0, 0, 1);
  --color_bUOhT_default_rgb: 255,0,0;
  --color_bUOhX_default: rgba(255, 255, 255, 1);
  --color_bUOhX_default_rgb: 255,255,255;
  --color_bUOhY_default: rgba(222, 225, 249, 1);
  --color_bUOhY_default_rgb: 222,225,249;
  --color_bUOhZ_default: rgba(198, 198, 208, 1);
  --color_bUOhZ_default_rgb: 198,198,208;
  --color_bUOqX_default: rgba(35, 25, 25, 1);
  --color_bUOqX_default_rgb: 35,25,25;
  --color_bUOqY_default: rgba(250, 181, 21, 1);
  --color_bUOqY_default_rgb: 250,181,21;
  --color_bUOqZ_default: rgba(144, 74, 73, 1);
  --color_bUOqZ_default_rgb: 144,74,73;
  --color_bUOqd_default: rgba(23, 219, 78, 1);
  --color_bUOqd_default_rgb: 23,219,78;
  --color_bUOqe_default: rgba(255, 255, 255, 1);
  --color_bUOqe_default_rgb: 255,255,255;
  --color_bUOqf_default: rgba(255, 248, 247, 1);
  --color_bUOqf_default_rgb: 255,248,247;
  --color_bUOqj_default: rgba(255, 0, 0, 1);
  --color_bUOqj_default_rgb: 255,0,0;
  --color_bUOqk_default: rgba(255, 255, 255, 1);
  --color_bUOqk_default_rgb: 255,255,255;
  --color_bUOql_default: rgba(255, 218, 216, 1);
  --color_bUOql_default_rgb: 255,218,216;
  --color_bUOqp_default: rgba(215, 193, 192, 1);
  --color_bUOqp_default_rgb: 215,193,192;
  --color_bUPPx_default: rgba(25, 28, 32, 1);
  --color_bUPPx_default_rgb: 25,28,32;
  --color_bUPPy_default: rgba(250, 181, 21, 1);
  --color_bUPPy_default_rgb: 250,181,21;
  --color_bUPPz_default: rgba(61, 95, 144, 1);
  --color_bUPPz_default_rgb: 61,95,144;
  --color_bUPQD_default: rgba(23, 219, 78, 1);
  --color_bUPQD_default_rgb: 23,219,78;
  --color_bUPQE_default: rgba(255, 255, 255, 1);
  --color_bUPQE_default_rgb: 255,255,255;
  --color_bUPQF_default: rgba(249, 249, 255, 1);
  --color_bUPQF_default_rgb: 249,249,255;
  --color_bUPQJ_default: rgba(255, 0, 0, 1);
  --color_bUPQJ_default_rgb: 255,0,0;
  --color_bUPQK_default: rgba(255, 255, 255, 1);
  --color_bUPQK_default_rgb: 255,255,255;
  --color_bUPQL_default: rgba(217, 227, 248, 1);
  --color_bUPQL_default_rgb: 217,227,248;
  --color_bUPQP_default: rgba(196, 198, 207, 1);
  --color_bUPQP_default_rgb: 196,198,207;
  --color_bURGR_default: rgba(241, 223, 219, 1);
  --color_bURGR_default_rgb: 241,223,219;
  --color_bURGS_default: rgba(250, 181, 21, 1);
  --color_bURGS_default_rgb: 250,181,21;
  --color_bURGT_default: rgba(255, 180, 164, 1);
  --color_bURGT_default_rgb: 255,180,164;
  --color_bURGX_default: rgba(23, 219, 78, 1);
  --color_bURGX_default_rgb: 23,219,78;
  --color_bURGY_default: rgba(50, 40, 37, 1);
  --color_bURGY_default_rgb: 50,40,37;
  --color_bURGZ_default: rgba(26, 17, 15, 1);
  --color_bURGZ_default_rgb: 26,17,15;
  --color_bURGd_default: rgba(255, 0, 0, 1);
  --color_bURGd_default_rgb: 255,0,0;
  --color_bURGe_default: rgba(86, 31, 18, 1);
  --color_bURGe_default_rgb: 86,31,18;
  --color_bURGf_default: rgba(93, 63, 57, 1);
  --color_bURGf_default_rgb: 93,63,57;
  --color_bURGj_default: rgba(83, 67, 64, 1);
  --color_bURGj_default_rgb: 83,67,64;
  --color_bURrr_default: rgba(24, 28, 32, 1);
  --color_bURrr_default_rgb: 24,28,32;
  --color_bURrs_default: rgba(250, 181, 21, 1);
  --color_bURrs_default_rgb: 250,181,21;
  --color_bURrt_default: rgba(48, 98, 140, 1);
  --color_bURrt_default_rgb: 48,98,140;
  --color_bURrx_default: rgba(23, 219, 78, 1);
  --color_bURrx_default_rgb: 23,219,78;
  --color_bURry_default: rgba(255, 255, 255, 1);
  --color_bURry_default_rgb: 255,255,255;
  --color_bURrz_default: rgba(247, 249, 255, 1);
  --color_bURrz_default_rgb: 247,249,255;
  --color_bURsD_default: rgba(255, 0, 0, 1);
  --color_bURsD_default_rgb: 255,0,0;
  --color_bURsE_default: rgba(255, 255, 255, 1);
  --color_bURsE_default_rgb: 255,255,255;
  --color_bURsF_default: rgba(213, 228, 247, 1);
  --color_bURsF_default_rgb: 213,228,247;
  --color_bURsJ_default: rgba(194, 199, 207, 1);
  --color_bURsJ_default_rgb: 194,199,207;
}
.b-root .baTaGaYf> .bubble-r-container {
  justify-content: center;
}
.b-root .bubble-element.baUaGaQo {
  width: initial;
  min-width: 320px;
  min-height: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  max-width: 100%;
  height: initial;
  max-height: 100%;
  margin-right: auto;
  position: fixed;
  z-index: 1504;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
}
.b-root .baUaGaQo> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baUaGaQt {
  overflow: hidden auto;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 24px 16px 24px 16px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 280px;
  order: 1;
  min-height: 100%;
  max-height: 100%;
  height: 100%;
  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.baUaOnaL {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baUaOnaN {
  visibility: hidden;
  font-family: var(--font_bTyRO_default_default);
  font-size: 14px;
  font-weight: 600;
  color: var(--color_bTyQr_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 12px 16px 12px 16px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 7;
  min-height: 46px;
  max-height: 46px;
  height: 46px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baUaOnaN .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUaOnaN .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUaOnaR {
  visibility: hidden;
  font-family: var(--font_bTyRO_default_default);
  font-size: 14px;
  font-weight: 600;
  color: var(--color_bTyQr_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 12px 16px 12px 16px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 46px;
  max-height: 46px;
  height: 46px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baUaOnaR .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUaOnaR .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUaOnaS {
  visibility: hidden;
  font-family: var(--font_bTyRO_default_default);
  font-size: 14px;
  font-weight: 600;
  color: var(--color_bTyQr_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 12px 16px 12px 16px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 5;
  min-height: 46px;
  max-height: 46px;
  height: 46px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baUaOnaS .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUaOnaS .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUaOnaX {
  visibility: hidden;
  font-family: var(--font_bTyRO_default_default);
  font-size: 14px;
  font-weight: 600;
  color: rgba(58,164,152,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 120px;
  max-width: 120px;
  order: 16;
  min-height: 41px;
  max-height: 41px;
  height: 41px;
  flex-grow: 1;
  width: 120px;
  margin-left: 0px;
  margin-top: 75px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .baUaOnaX .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUaOnaX .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUaOnaY {
  visibility: hidden;
  font-family: var(--font_bTyRO_default_default);
  font-size: 14px;
  font-weight: 600;
  color: var(--color_bTyQr_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 12px 16px 12px 16px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 46px;
  max-height: 46px;
  height: 46px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baUaOnaY .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUaOnaY .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUaOnaM {
  font-family: var(--font_bTyRO_default_default);
  font-size: 14px;
  font-weight: 600;
  color: var(--color_bTyQr_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 12px 16px 12px 16px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 11;
  min-height: 46px;
  max-height: 46px;
  height: 46px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baUaOnaM .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUaOnaM .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUaOnaZ {
  font-family: var(--font_bTyRO_default_default);
  font-size: 14px;
  font-weight: 600;
  color: var(--color_bTyQr_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 12px 16px 12px 16px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 13;
  min-height: 46px;
  max-height: 46px;
  height: 46px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baUaOnaZ .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUaOnaZ .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUaOnd {
  font-family: var(--font_bTyRO_default_default);
  font-size: 14px;
  font-weight: 600;
  color: var(--color_bTyQr_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 12px 16px 12px 16px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 12;
  min-height: 46px;
  max-height: 46px;
  height: 46px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baUaOnd .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUaOnd .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUaOne {
  font-family: var(--font_bTyRO_default_default);
  font-size: 14px;
  font-weight: 600;
  color: var(--color_bTyQr_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 12px 16px 12px 16px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 8;
  min-height: 46px;
  max-height: 46px;
  height: 46px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baUaOne .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUaOne .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUaOnf {
  font-family: var(--font_bTyRO_default_default);
  font-size: 14px;
  font-weight: 600;
  color: var(--color_bTyQr_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 12px 16px 12px 16px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 10;
  min-height: 46px;
  max-height: 46px;
  height: 46px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baUaOnf .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUaOnf .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUaOnj {
  font-family: var(--font_bTyRO_default_default);
  font-size: 14px;
  font-weight: 600;
  color: var(--color_bTyQr_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 12px 16px 12px 16px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 0px;
  order: 9;
  min-height: 46px;
  max-height: 46px;
  height: 46px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.b-root .baUaOnj .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUaOnj .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUaOnk {
  font-family: var(--font_bTyRO_default_default);
  font-size: 14px;
  font-weight: 600;
  color: var(--color_bTyRH_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 151px;
  max-width: 151px;
  order: 15;
  min-height: 46px;
  max-height: 46px;
  height: 46px;
  flex-grow: 1;
  width: 151px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .baUaOnk .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_contrast_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUaOnk .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUaJpaM {
  overflow: visible;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 95%;
  max-width: 95%;
  order: 107;
  min-height: 575px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: 95%;
  margin-left: 0px;
  margin-top: 25px;
  margin-right: 0px;
  margin-bottom: 25px;
  z-index: 2;
}
.b-root .baUaJpaM> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baUaJpaT {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 1155px;
  order: 6;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 50px);
  margin-left: 25px;
  margin-top: 10px;
  margin-right: 25px;
  margin-bottom: 24px;
  z-index: 2;
}
.b-root .bubble-element.baUaJpaS {
  overflow: visible;
  justify-content: center;
  row-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  max-width: 95%;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baUaJpaN {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTqgb_default);
  font-size: 74px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  text-shadow: 0px 8px 16px rgba(58,164,152,1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUaJpaR {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTrOB_default);
  font-size: 32px;
  font-weight: 300;
  color: var(--color_primary_contrast_default);
  text-align: center;
  text-shadow: 0px 8px 16px rgba(58,164,152,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 5;
  min-height: 1px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 12px;
  z-index: 3;
}
.b-root .bubble-element.baUaJpaY {
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 320px;
  max-width: 85%;
  order: 7;
  min-height: 0.5px;
  max-height: 0.5px;
  height: 0.5px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: -23px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 4;
}
.b-root .baUaJpaY .aspect-ratio {
}
.b-root .bubble-element.baUaJpaZ {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 225px;
  max-width: 225px;
  order: 5;
  min-height: 195px;
  max-height: 195px;
  height: 195px;
  flex-grow: 1;
  width: 225px;
  margin-left: 0px;
  margin-top: 25px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .baUaJpaZ img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baUaJpaZ .aspect-ratio {
}
.b-root .bubble-element.baUaJpd {
  font-family: var(--font_bTqZU_default);
  font-size: 20px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 225px;
  max-width: 225px;
  order: 18;
  min-height: 55px;
  max-height: 55px;
  height: 55px;
  flex-grow: 1;
  width: 225px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 6;
}
.b-root .baUaJpd .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUaJpd .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUaUaZz {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 100%;
  order: 17;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 25px;
}
.b-root .baUaUaZz.bubble-rg {
  gap: 0px;
  grid-template-rows: repeat(1, minmax(max-content, auto));
  grid-auto-columns: minmax(max-content, 175px);
  grid-auto-flow: column;
}
.b-root .baUaUaZz.bubble-rg > .group-item {
  min-width: 175px;
  box-sizing: content-box;
}
.b-root .bubble-element.baUaUaaE {
  overflow: visible;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(107,107,107,0.5);
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  cursor: pointer;
  align-self: start;
  justify-self: start;
  min-width: 305px;
  max-width: 305px;
  min-height: 295px;
  width: 305px;
  height: 0px;
  margin-left: 8px;
  margin-top: 10px;
  margin-right: 8px;
  margin-bottom: 25px;
  z-index: 2;
}
.b-root .baUaUaaE> .bubble-r-container {
  justify-content: center;
}
.b-root .bubble-element.baUaUaaF {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 98%;
  max-width: 98%;
  order: 1;
  min-height: 75%;
  max-height: 75%;
  height: 75%;
  flex-grow: 1;
  width: 98%;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 2;
}
.b-root .bubble-element.baUaUaaJ {
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 179px;
  height: 179px;
  flex-grow: 1;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baUaUaaJ img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 10px;
}
.b-root .baUaUaaJ .aspect-ratio {
}
.b-root .bubble-element.baUaUaaK {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTqZU_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 165px;
  max-width: 95%;
  order: 31;
  min-height: 20px;
  max-height: 20px;
  height: 20px;
  flex-grow: 1;
  width: auto;
  margin-left: 6px;
  margin-top: -1px;
  margin-right: 0px;
  margin-bottom: -5px;
  z-index: 6;
}
.b-root .bubble-element.baUaUaaL {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTqZU_default);
  font-size: 14px;
  font-weight: 300;
  color: var(--color_primary_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 98%;
  max-width: 98%;
  order: 32;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: 98%;
  margin-left: 6px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 25px;
  z-index: 6;
}
.b-root .bubble-element.baUaUaaX {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTqgb_default);
  font-size: 34px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  text-shadow: 0px 8px 16px rgba(58,164,152,1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 16;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUaJtl {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 100%;
  order: 82;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
}
.b-root .baUaJtl.bubble-rg {
  gap: 0px;
  grid-template-rows: repeat(1, minmax(max-content, auto));
  grid-auto-columns: minmax(max-content, 175px);
  grid-auto-flow: column;
}
.b-root .baUaJtl.bubble-rg > .group-item {
  min-width: 175px;
  box-sizing: content-box;
}
.b-root .bubble-element.baUaJty {
  overflow: visible;
  justify-content: space-between;
  row-gap: 16px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 6px 6px 6px 0px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 20%;
  max-width: 95%;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 12px;
  z-index: 2;
}
.b-root .bubble-element.baUaJtm {
  overflow: visible;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(107,107,107,0.5);
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 375px;
  max-width: 375px;
  order: 7;
  min-height: 265px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: 375px;
  margin-left: 8px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baUaJtm> .bubble-r-container {
}
.b-root .bubble-element.baUaJtt {
  overflow: visible;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: end;
  justify-self: end;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  width: 100%;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baUaJtt> .bubble-r-container {
}
.b-root .bubble-element.baUaJtx {
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baUaJtx img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 10px;
}
.b-root .baUaJtx .aspect-ratio {
}
.b-root .bubble-element.baUaJuc {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_bTqZU_default);
  font-size: 28px;
  font-weight: bold;
  color: var(--color_primary_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 78;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baUaJut {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_bTqZU_default);
  font-size: 28px;
  font-weight: bold;
  color: var(--color_primary_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 95;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baUaJuz {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 100%;
  order: 98;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 25px;
}
.b-root .baUaJuz.bubble-rg {
  gap: 0px;
  grid-template-rows: repeat(1, minmax(max-content, auto));
  grid-auto-columns: minmax(max-content, 175px);
  grid-auto-flow: column;
}
.b-root .baUaJuz.bubble-rg > .group-item {
  min-width: 175px;
  box-sizing: content-box;
}
.b-root .bubble-element.baUaJvaG {
  overflow: visible;
  justify-content: space-between;
  row-gap: 16px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 6px 6px 6px 0px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 20%;
  max-width: 95%;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 12px;
  z-index: 2;
}
.b-root .bubble-element.baUaJvaA {
  overflow: visible;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(107,107,107,0.5);
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 375px;
  max-width: 375px;
  order: 7;
  min-height: 265px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: 375px;
  margin-left: 8px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baUaJvaA> .bubble-r-container {
  justify-content: center;
}
.b-root .bubble-element.baUaJvaB {
  overflow: visible;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 100%;
  max-height: 100%;
  height: 0px;
  flex-grow: 1;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baUaJvaB> .bubble-r-container {
}
.b-root .bubble-element.baUaJvaF {
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baUaJvaF img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 10px;
}
.b-root .baUaJvaF .aspect-ratio {
}
.b-root .bubble-element.baUaJvaX {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_bTqZU_default);
  font-size: 28px;
  font-weight: bold;
  color: var(--color_primary_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 102;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baUaJvp {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 100%;
  order: 104;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 25px;
}
.b-root .baUaJvp.bubble-rg {
  gap: 0px;
  grid-template-rows: repeat(1, minmax(max-content, auto));
  grid-auto-columns: minmax(max-content, 175px);
  grid-auto-flow: column;
}
.b-root .baUaJvp.bubble-rg > .group-item {
  min-width: 175px;
  box-sizing: content-box;
}
.b-root .bubble-element.baUaJvw {
  overflow: visible;
  justify-content: space-between;
  row-gap: 16px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 6px 6px 6px 0px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 20%;
  max-width: 95%;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 12px;
  z-index: 2;
}
.b-root .bubble-element.baUaJvq {
  overflow: visible;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(107,107,107,0.5);
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 375px;
  max-width: 375px;
  order: 7;
  min-height: 265px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: 375px;
  margin-left: 8px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baUaJvq> .bubble-r-container {
  justify-content: center;
}
.b-root .bubble-element.baUaJvr {
  overflow: visible;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 100%;
  max-height: 100%;
  height: 0px;
  flex-grow: 1;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baUaJvr> .bubble-r-container {
}
.b-root .bubble-element.baUaJvv {
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baUaJvv img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 10px;
}
.b-root .baUaJvv .aspect-ratio {
}
.b-root .bubble-element.baUaJwaC {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 108;
  min-height: 0px;
  height: max-content;
  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.baUaJwaH {
  overflow: visible;
  justify-content: space-between;
  row-gap: 24px;
  column-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 1137px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 80px);
  margin-left: 40px;
  margin-top: 64px;
  margin-right: 40px;
  margin-bottom: 108px;
  z-index: 2;
}
.b-root .bubble-element.baUaJwaI {
  overflow: visible;
  justify-content: flex-end;
  row-gap: 24px;
  column-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 484px;
  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.baUaJwaJ {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 12px 0px 12px;
  opacity: 1;
  align-self: flex-start;
  min-width: 112px;
  max-width: 112px;
  order: 1;
  min-height: 0px;
  width: 112px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baUaJwaN {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baUaJwaO {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baUaJwaP {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baUaJwaT {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 12px 0px 12px;
  opacity: 1;
  align-self: flex-start;
  min-width: 112px;
  max-width: 112px;
  order: 2;
  min-height: 0px;
  width: 112px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baUaJwaU {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baUaJwaV {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baUaJwaZ {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baUaJwh {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 12px 0px 12px;
  opacity: 1;
  align-self: flex-start;
  min-width: 112px;
  max-width: 112px;
  order: 4;
  min-height: 0px;
  width: 112px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baUaJwl {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 600;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baUaJwm {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baUaJwn {
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 20px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baUaJwr {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 12px;
  column-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baUaJws {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  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: 4;
}
.b-root .bubble-element.baUaJwx {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 400;
  color: rgba(var(--color_text_default_rgb), 0.6);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUaJwy {
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  align-self: flex-start;
  min-width: 32px;
  max-width: 32px;
  order: 1;
  width: 32px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .baUaJwy img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 100px;
}
.b-root .baUaJwy .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100.64377682403433%;
}
.b-root .bubble-element.baUaPaOv {
  overflow: visible;
  justify-content: center;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 245px;
  max-height: 245px;
  height: 245px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.baUaPaPaH {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTrOF_default);
  font-size: 30px;
  font-weight: 600;
  color: var(--color_primary_contrast_default);
  text-align: center;
  text-shadow: 0px 0px 8px var(--color_primary_contrast_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 1px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 6px;
  margin-top: 6px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUaPaOx {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 100%;
  order: 4;
  min-height: 205px;
  max-height: 205px;
  height: 205px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .baUaPaOx.bubble-rg {
  gap: 0px;
  grid-template-rows: repeat(1, minmax(0, 1fr));
  grid-auto-columns: minmax(max-content, 175px);
  grid-auto-flow: column;
}
.b-root .baUaPaOx.bubble-rg > .group-item {
  min-width: 175px;
  box-sizing: content-box;
}
.b-root .bubble-element.baUaPaPaB {
  overflow: visible;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 350px;
  max-width: 350px;
  min-height: 185px;
  max-height: 185px;
  width: 350px;
  height: 185px;
  margin-left: 8px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaPaPaD {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 600;
  color: var(--color_primary_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  max-width: 95%;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 6px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baUaPaPaC {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTqZU_default);
  font-size: 15px;
  font-weight: 500;
  color: var(--color_primary_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: end;
  justify-self: start;
  min-width: 0%;
  max-width: 95%;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 6px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baUaJxj {
  overflow: visible;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  cursor: default;
  align-self: center;
  min-width: 75%;
  max-width: 75%;
  order: 109;
  min-height: 415px;
  max-height: 415px;
  height: 415px;
  flex-grow: 1;
  width: 75%;
  margin-left: 0px;
  margin-top: 25px;
  margin-right: 0px;
  margin-bottom: 25px;
  z-index: 2;
}
.b-root .bubble-element.baUaJxz {
  font-family: var(--font_bTqZU_default);
  font-size: 20px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  justify-self: center;
  min-width: 220px;
  max-width: 220px;
  min-height: 55px;
  max-height: 55px;
  width: 220px;
  height: 55px;
  margin-left: 0px;
  margin-top: 275px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .baUaJxz .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUaJxz .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUaJxu {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 0px;
  min-height: 0px;
  width: calc(100% - 0px);
  height: max-content;
  margin-left: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .baUaJxu.bubble-rg {
  gap: 0px;
  grid-template-rows: repeat(1, minmax(max-content, auto));
  grid-auto-columns: minmax(max-content, 240px);
  grid-auto-flow: column;
}
.b-root .baUaJxu.bubble-rg > .group-item {
  min-width: 240px;
  box-sizing: content-box;
}
.b-root .bubble-element.baUaJxt {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 0px;
  max-width: 1155px;
  min-height: 0px;
  width: calc(100% - 50px);
  height: max-content;
  margin-left: 25px;
  margin-top: 10px;
  margin-right: 25px;
  margin-bottom: 24px;
  z-index: 2;
}
.b-root .bubble-element.baUaKaRs {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_bTqgc_default);
  font-size: 42px;
  font-weight: bold;
  color: var(--color_primary_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 57;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 25px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baUaEmaC0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 17;
  min-height: 500px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaEmz0 {
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 320px;
  max-width: 85%;
  order: 9;
  min-height: 0.5px;
  max-height: 0.5px;
  height: 0.5px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: -23px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 4;
}
.b-root .baUaEmz0 .aspect-ratio {
}
.b-root .bubble-element.baUaEms0 {
  overflow: visible;
  justify-content: center;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 17;
  min-height: 165px;
  max-height: 165px;
  height: 165px;
  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.baUaXhaR {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTrVn_default);
  font-size: 26px;
  font-weight: bold;
  color: var(--color_primary_default);
  text-align: center;
  text-shadow: 0px 0px 4px #Ffffff;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 575px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUaGaNaD {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaGaNaF {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 40px;
  margin-top: 16px;
  margin-right: 40px;
  margin-bottom: 16px;
  z-index: 2;
}
.b-root .bubble-element.baUaGaNaJ {
  overflow: visible;
  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.baUaKaOl {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_bTqgb_default);
  font-size: 20px;
  font-weight: 400;
  color: var(--color_primary_contrast_default);
  text-shadow: 0px 0px 8px #Ffffff;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  justify-self: end;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 100px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baUaHvaO {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_bTqgb_default);
  font-size: 20px;
  font-weight: 400;
  color: var(--color_primary_contrast_default);
  text-shadow: 0px 0px 8px #Ffffff;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  justify-self: end;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baUaHaPn {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_bTqgb_default);
  font-size: 20px;
  font-weight: 400;
  color: var(--color_primary_contrast_default);
  text-shadow: 0px 0px 8px #Ffffff;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  justify-self: end;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 150px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baUaGaNaL {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: start;
  min-width: 425px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 172px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baUaGxp {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTqgb_default);
  font-size: 18px;
  font-weight: 400;
  color: var(--color_primary_contrast_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 25px;
  margin-top: 7px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baUaGaNaR {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTqgb_default);
  font-size: 18px;
  font-weight: 400;
  color: var(--color_primary_contrast_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 25px;
  margin-top: 7px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baUaGaNaQ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTqgb_default);
  font-size: 18px;
  font-weight: 400;
  color: var(--color_primary_contrast_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 25px;
  margin-top: 7px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baUaGaNaP {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTqgb_default);
  font-size: 18px;
  font-weight: 400;
  color: var(--color_primary_contrast_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 7px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baUaGaNaK {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: start;
  min-width: 144px;
  max-width: 144px;
  min-height: 51px;
  max-height: 51px;
  width: 144px;
  height: 51px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .baUaGaNaK img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baUaGaNaK .aspect-ratio {
}
.b-root .bubble-element.baUaEmaZ0 {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 1155px;
  order: 8;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 50px);
  margin-left: 25px;
  margin-top: 25px;
  margin-right: 25px;
  margin-bottom: 24px;
  z-index: 2;
}
.b-root .bubble-element.baUaEmaV0 {
  overflow: visible;
  justify-content: center;
  row-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  max-width: 85%;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baUaVaWaD {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTtyK_default);
  font-size: 36px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  text-align: center;
  text-shadow: 0px 8px 16px rgba(58,164,152,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 95%;
  order: 6;
  min-height: 1px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 12px;
  z-index: 3;
}
.b-root .bubble-element.baUaEmaT0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTtyK_default);
  font-size: 48px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  text-align: center;
  text-shadow: 0px 8px 16px rgba(58,164,152,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 5;
  min-height: 1px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 2px;
  margin-top: 1px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 3;
}
.b-root .bubble-element.baUaXeaX {
  overflow: visible;
  justify-content: center;
  row-gap: 24px;
  column-gap: 48px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 80px 0px 0px 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 11;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaXeaZ {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  max-width: 525px;
  order: 1;
  min-height: 0px;
  width: 0px;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baUaXed {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTsfq_default);
  font-size: 46px;
  font-weight: 700;
  color: rgba(0,0,0,1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  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.baUaXee {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTrOF_default);
  font-size: 22px;
  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: 0px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 12px;
  z-index: 3;
}
.b-root .bubble-element.baUaXfaH {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 6;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  z-index: 4;
}
.b-root .bubble-element.baUaXfaN {
  font-family: var(--font_bTqZU_default);
  font-size: 18px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(58,164,152,0.5);
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  align-self: flex-start;
  min-width: 145px;
  max-width: 145px;
  order: 1;
  min-height: 45px;
  max-height: 45px;
  width: 145px;
  flex-grow: 1;
  height: 45px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baUaXfaN .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUaXfaN .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUaXfr {
  font-family: var(--font_bTqZU_default);
  font-size: 18px;
  font-weight: 500;
  color: rgba(58,164,152,1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(58,164,152,0.5);
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  align-self: flex-start;
  min-width: 145px;
  max-width: 145px;
  order: 2;
  min-height: 45px;
  max-height: 45px;
  width: 145px;
  flex-grow: 1;
  height: 45px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baUaXfr .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUaXfr .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUaXfx {
  font-family: var(--font_bTqZU_default);
  font-size: 18px;
  font-weight: 500;
  color: rgba(58,164,152,1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(58,164,152,0.5);
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  align-self: flex-start;
  min-width: 145px;
  max-width: 145px;
  order: 3;
  min-height: 45px;
  max-height: 45px;
  width: 145px;
  flex-grow: 1;
  height: 45px;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baUaXfx .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUaXfx .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUkaCaY {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(58,164,152,1);
  letter-spacing: 2px;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUpaEr {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 5;
  min-height: 175px;
  height: max-content;
  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.baUpaEx {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 1;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 2;
}
.b-root .bubble-element.baUpaFaD {
  color: rgba(19,113,102,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 48px;
  max-width: 48px;
  order: 1;
  min-height: 45px;
  max-height: 45px;
  width: 48px;
  flex-grow: 1;
  height: 45px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUpaFaJ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTqgb_default);
  font-size: 22px;
  font-weight: 500;
  color: var(--color_primary_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUpaFaP {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 2;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 2;
}
.b-root .bubble-element.baUpaFaR {
  color: rgba(19,113,102,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 48px;
  max-width: 48px;
  order: 1;
  min-height: 45px;
  max-height: 45px;
  width: 48px;
  flex-grow: 1;
  height: 45px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUpaFaV {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTqgb_default);
  font-size: 22px;
  font-weight: 500;
  color: var(--color_primary_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUpaFaX {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 3;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 2;
}
.b-root .bubble-element.baUpaFc {
  color: rgba(19,113,102,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 48px;
  max-width: 48px;
  order: 1;
  min-height: 45px;
  max-height: 45px;
  width: 48px;
  flex-grow: 1;
  height: 45px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUpaFd {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTqgb_default);
  font-size: 22px;
  font-weight: 500;
  color: var(--color_primary_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUpaKaU {
  overflow: visible;
  justify-content: center;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 7;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baUpaKaZ {
  font-family: var(--font_bTqZU_default);
  font-size: 10px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(58,164,152,0.5);
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  align-self: flex-start;
  min-width: 100px;
  max-width: 100px;
  order: 1;
  min-height: 35px;
  max-height: 35px;
  width: 100px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 25px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baUpaKaZ .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUpaKaZ .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUpaKa {
  font-family: var(--font_bTqZU_default);
  font-size: 10px;
  font-weight: 500;
  color: rgba(58,164,152,1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(58,164,152,0.5);
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  align-self: flex-start;
  min-width: 100px;
  max-width: 100px;
  order: 2;
  min-height: 35px;
  max-height: 35px;
  width: 100px;
  flex-grow: 1;
  height: 35px;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baUpaKa .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUpaKa .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUpaKb {
  font-family: var(--font_bTqZU_default);
  font-size: 10px;
  font-weight: 500;
  color: rgba(58,164,152,1);
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(58,164,152,0.5);
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  align-self: flex-start;
  min-width: 100px;
  max-width: 100px;
  order: 3;
  min-height: 35px;
  max-height: 35px;
  width: 100px;
  flex-grow: 1;
  height: 35px;
  margin-left: 25px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baUpaKb .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUpaKb .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUaXef {
  overflow: visible;
  justify-content: space-between;
  row-gap: 12px;
  column-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 600px;
  max-width: 600px;
  order: 3;
  min-height: 0px;
  width: 600px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 18px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baUvaIaJ {
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  width: 0px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baUvaIaJ img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 4px;
}
.b-root .baUvaIaJ .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 101.97490706319702%;
}
.b-root .bubble-element.baUaXgn {
  overflow: visible;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 675px;
  order: 18;
  min-height: 80px;
  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: 3;
}
.b-root .bubble-element.baUaXgo {
  overflow: visible;
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  align-self: center;
  justify-self: end;
  min-width: 165px;
  max-width: 165px;
  min-height: 120px;
  width: 165px;
  height: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaXgp {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 26px;
  font-weight: 500;
  color: var(--color_primary_default);
  text-shadow: 0px 0px 10px #Ffffff;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 105px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUaXgu {
  overflow: visible;
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 165px;
  max-width: 165px;
  min-height: 120px;
  width: 165px;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaXgz {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 26px;
  font-weight: 500;
  color: var(--color_primary_default);
  text-shadow: 0px 0px 10px #Ffffff;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 105px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUaXhaA {
  overflow: visible;
  border-radius: 100px;
  -moz-border-radius: 100px;
  opacity: 1;
  align-self: center;
  justify-self: start;
  min-width: 165px;
  max-width: 165px;
  min-height: 120px;
  width: 165px;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaXhaF {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 26px;
  font-weight: 500;
  color: var(--color_primary_default);
  text-shadow: 0px 0px 10px #Ffffff;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 105px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUaXbp {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_bTqgc_default);
  font-size: 34px;
  font-weight: 700;
  color: var(--color_bTvLH_default);
  text-align: center;
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 16;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUrhaP {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 10;
  min-height: 175px;
  max-height: 175px;
  height: 175px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 21;
}
.b-root .bubble-element.baUrht {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 42px;
  font-weight: bold;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 25px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUrhz {
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 675px;
  max-width: 675px;
  order: 3;
  min-height: 2px;
  max-height: 2px;
  height: 2px;
  flex-grow: 1;
  width: 675px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baUrhz .aspect-ratio {
}
.b-root .bubble-element.baUriaF {
  white-space: pre-wrap;
  overflow: visible;
  font-family: 'Lato';
  font-size: 26px;
  font-weight: 500;
  color: rgba(242,255,0,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUaMaEn {
  overflow: visible;
  visibility: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 75%;
  max-width: 75%;
  order: 86;
  min-height: 325px;
  max-height: 325px;
  height: 325px;
  flex-grow: 1;
  width: 75%;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 25px;
  z-index: 2;
}
.b-root .bubble-element.baUaMaEv {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 0px;
  min-height: 0px;
  width: calc(100% - 0px);
  height: max-content;
  margin-left: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .baUaMaEv.bubble-rg {
  gap: 0px;
  grid-template-rows: repeat(1, minmax(max-content, auto));
  grid-auto-columns: minmax(max-content, 240px);
  grid-auto-flow: column;
}
.b-root .baUaMaEv.bubble-rg > .group-item {
  min-width: 240px;
  box-sizing: content-box;
}
.b-root .bubble-element.baUaMaFaN {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: end;
  justify-self: center;
  min-width: 0px;
  max-width: 775px;
  min-height: 75px;
  width: calc(100% - 0px);
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 25px;
  z-index: 21;
}
.b-root .bubble-element.baUaMaFaR {
  font-family: var(--font_bTqZU_default);
  font-size: 20px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1;
  border-radius: 2px;
  -moz-border-radius: 2px;
  padding: 8px 24px 8px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  justify-self: center;
  min-width: 225px;
  max-width: 225px;
  min-height: 55px;
  max-height: 55px;
  width: 225px;
  height: 55px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .baUaMaFaR .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUaMaFaR .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUaMaGaD {
  overflow: visible;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 75%;
  max-width: 75%;
  order: 99;
  min-height: 325px;
  max-height: 325px;
  height: 325px;
  flex-grow: 1;
  width: 75%;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 25px;
  z-index: 2;
}
.b-root .bubble-element.baUaMaGaH {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 0px;
  min-height: 0px;
  width: calc(100% - 0px);
  height: max-content;
  margin-left: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .baUaMaGaH.bubble-rg {
  gap: 0px;
  grid-template-rows: repeat(1, minmax(max-content, auto));
  grid-auto-columns: minmax(max-content, 240px);
  grid-auto-flow: column;
}
.b-root .baUaMaGaH.bubble-rg > .group-item {
  min-width: 240px;
  box-sizing: content-box;
}
.b-root .bubble-element.baUaMaGaJ {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: end;
  justify-self: center;
  min-width: 0px;
  max-width: 775px;
  min-height: 75px;
  width: calc(100% - 0px);
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 25px;
  z-index: 21;
}
.b-root .bubble-element.baUaMaGaI {
  font-family: var(--font_bTqZU_default);
  font-size: 20px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 8px 24px 8px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  justify-self: center;
  min-width: 225px;
  max-width: 225px;
  min-height: 55px;
  max-height: 55px;
  width: 225px;
  height: 55px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .baUaMaGaI .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUaMaGaI .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUaPaOaM {
  overflow: visible;
  justify-content: center;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 5;
  min-height: 310px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.baUaPaNb {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 100%;
  order: 5;
  min-height: 205px;
  max-height: 205px;
  height: 205px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .baUaPaNb.bubble-rg {
  gap: 0px;
  grid-template-rows: repeat(1, minmax(0, 1fr));
  grid-auto-columns: minmax(max-content, 175px);
  grid-auto-flow: column;
}
.b-root .baUaPaNb.bubble-rg > .group-item {
  min-width: 175px;
  box-sizing: content-box;
}
.b-root .bubble-element.baUaPaNd {
  overflow: visible;
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 350px;
  max-width: 350px;
  min-height: 155px;
  max-height: 155px;
  width: 350px;
  height: 155px;
  margin-left: 8px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaPaNo {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTqZU_default);
  font-size: 14px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: end;
  justify-self: start;
  min-width: 0%;
  max-width: 85%;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 6px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baUaPaNu {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_primary_contrast_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  max-width: 95%;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 6px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baUaSsv {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTrOF_default);
  font-size: 24px;
  font-weight: 500;
  color: var(--color_bTrtT_default);
  text-align: center;
  text-shadow: 0px 0px 8px var(--color_primary_contrast_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 75%;
  max-width: 75%;
  order: 4;
  min-height: 1px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 75%;
  margin-left: 6px;
  margin-top: 6px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 3;
}
.b-root .bubble-element.baUaRzd {
  overflow: visible;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 95%;
  max-width: 95%;
  order: 65;
  min-height: 800px;
  max-height: 800px;
  height: 0px;
  flex-grow: 1;
  width: 95%;
  margin-left: 0px;
  margin-top: 25px;
  margin-right: 0px;
  margin-bottom: 25px;
  z-index: 2;
}
.b-root .baUaRzd> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baUaRzl {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  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: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .baUaRzl.bubble-rg {
  gap: 0px;
  grid-template-rows: repeat(1, minmax(max-content, auto));
  grid-auto-columns: minmax(max-content, 240px);
  grid-auto-flow: column;
}
.b-root .baUaRzl.bubble-rg > .group-item {
  min-width: 240px;
  box-sizing: content-box;
}
.b-root .bubble-element.baUaRzr {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 325px;
  max-width: 325px;
  order: 1;
  min-height: 200px;
  max-height: 200px;
  height: 200px;
  flex-grow: 1;
  width: 325px;
  margin-left: 0px;
  margin-top: 24px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .baUaRzr img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baUaRzr .aspect-ratio {
}
.b-root .bubble-element.baUaSaAaH {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40%;
  max-width: 40%;
  order: 2;
  min-height: 40%;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 40%;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baUaSaAaN {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTqgc_default);
  font-size: 32px;
  font-weight: bold;
  color: var(--color_bTxve_default);
  line-height: 1.4;
  padding: 0px 0px 0px 6px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaSaAaT {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTqgc_default);
  font-size: 22px;
  font-weight: 500;
  color: var(--color_bTxve_default);
  line-height: 1.4;
  padding: 0px 0px 0px 6px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaSaAaZ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTqgc_default);
  font-size: 32px;
  font-weight: bold;
  color: var(--color_bTxve_default);
  line-height: 1.4;
  padding: 0px 0px 0px 6px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaSaAf {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTqgc_default);
  font-size: 22px;
  font-weight: 500;
  color: var(--color_bTxve_default);
  line-height: 1.4;
  padding: 0px 0px 0px 6px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaSaAl {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTqgc_default);
  font-size: 22px;
  font-weight: 500;
  color: var(--color_bTxve_default);
  line-height: 1.4;
  padding: 0px 0px 0px 6px;
  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: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaSaAx {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTqgc_default);
  font-size: 22px;
  font-weight: 500;
  color: var(--color_bTxve_default);
  line-height: 1.4;
  padding: 0px 0px 0px 6px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 8;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaSaBaD {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTqgc_default);
  font-size: 32px;
  font-weight: bold;
  color: var(--color_bTxve_default);
  line-height: 1.4;
  padding: 0px 0px 0px 6px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 7;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaSaBaJ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTqgc_default);
  font-size: 32px;
  font-weight: bold;
  color: var(--color_bTxve_default);
  line-height: 1.4;
  padding: 0px 0px 0px 6px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 9;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaSaBaP {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTqgc_default);
  font-size: 22px;
  font-weight: 500;
  color: var(--color_bTxve_default);
  line-height: 1.4;
  padding: 0px 0px 0px 6px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 10;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaSaBaV {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTqgc_default);
  font-size: 22px;
  font-weight: 500;
  color: var(--color_bTxve_default);
  line-height: 1.4;
  padding: 0px 0px 0px 6px;
  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: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaSgaZ {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 65%;
  max-width: 65%;
  order: 3;
  min-height: 40%;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 65%;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baUaSge {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTqgc_default);
  font-size: 32px;
  font-weight: bold;
  color: var(--color_bTxve_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaSgf {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTqgc_default);
  font-size: 24px;
  font-weight: 500;
  color: var(--color_bTxve_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaSgj {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTqgc_default);
  font-size: 32px;
  font-weight: bold;
  color: var(--color_bTxve_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaSgk {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTqgc_default);
  font-size: 22px;
  font-weight: 500;
  color: var(--color_bTxve_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaSgl {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTqgc_default);
  font-size: 22px;
  font-weight: 500;
  color: var(--color_bTxve_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaSgp {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTqgc_default);
  font-size: 22px;
  font-weight: 500;
  color: var(--color_bTxve_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 8;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaSgq {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTqgc_default);
  font-size: 32px;
  font-weight: bold;
  color: var(--color_bTxve_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 7;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaSgr {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTqgc_default);
  font-size: 32px;
  font-weight: bold;
  color: var(--color_bTxve_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 9;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaSgv {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTqgc_default);
  font-size: 22px;
  font-weight: 500;
  color: var(--color_bTxve_default);
  line-height: 1.4;
  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: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaSgw {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTqgc_default);
  font-size: 22px;
  font-weight: 500;
  color: var(--color_bTxve_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 11;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUaSaBb {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 4;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 30px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baUaSaBh {
  font-family: var(--font_bTqZU_default);
  font-size: 20px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 220px;
  max-width: 220px;
  order: 1;
  min-height: 55px;
  max-height: 55px;
  width: 220px;
  flex-grow: 1;
  height: 55px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .baUaSaBh .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUaSaBh .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUaSaBz {
  font-family: var(--font_bTqZU_default);
  font-size: 20px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 12px 24px 12px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: flex-start;
  min-width: 220px;
  max-width: 220px;
  order: 2;
  min-height: 55px;
  max-height: 55px;
  width: 220px;
  flex-grow: 1;
  height: 55px;
  margin-left: 75px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .baUaSaBz .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUaSaBz .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUaUaUaV {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 75%;
  max-width: 75%;
  order: 16;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 75%;
  margin-left: 0px;
  margin-top: 25px;
  margin-right: 0px;
  margin-bottom: 25px;
  z-index: 2;
}
.b-root .bubble-element.baUaUaUj {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 1155px;
  order: 6;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 50px);
  margin-left: 25px;
  margin-top: 10px;
  margin-right: 25px;
  margin-bottom: 24px;
  z-index: 2;
}
.b-root .bubble-element.baUaUaUi {
  overflow: visible;
  justify-content: center;
  row-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  max-width: 100%;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baUaUaUaX {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTrVn_default);
  font-size: 28px;
  font-weight: 400;
  color: var(--color_primary_contrast_default);
  text-align: center;
  text-shadow: 0px 8px 16px rgba(58,164,152,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 5;
  min-height: 1px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 12px;
  z-index: 3;
}
.b-root .bubble-element.baUaUaUh {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTrOB_default);
  font-size: 22px;
  font-weight: 300;
  color: var(--color_primary_contrast_default);
  text-align: center;
  text-shadow: 0px 8px 16px rgba(58,164,152,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 9;
  min-height: 1px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 12px;
  z-index: 3;
}
.b-root .bubble-element.baUaUaUd {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTrOB_default);
  font-size: 22px;
  font-weight: 300;
  color: var(--color_primary_contrast_default);
  text-align: center;
  text-shadow: 0px 8px 16px rgba(58,164,152,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 8;
  min-height: 1px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 12px;
  z-index: 3;
}
.b-root .bubble-element.baUaUaUb {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTrOB_default);
  font-size: 22px;
  font-weight: 300;
  color: var(--color_primary_contrast_default);
  text-align: center;
  text-shadow: 0px 8px 16px rgba(58,164,152,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 7;
  min-height: 1px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 12px;
  z-index: 3;
}
.b-root .bubble-element.baUaUaUaW {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTrJJ_default);
  font-size: 54px;
  font-weight: 600;
  color: var(--color_primary_contrast_default);
  text-shadow: 0px 8px 16px rgba(58,164,152,1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUaUaUo {
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 320px;
  max-width: 85%;
  order: 7;
  min-height: 0.5px;
  max-height: 0.5px;
  height: 0.5px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: -23px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 4;
}
.b-root .baUaUaUo .aspect-ratio {
}
.b-root .bubble-element.baUaUaUt {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 175px;
  max-width: 175px;
  order: 5;
  min-height: 150px;
  max-height: 150px;
  height: 150px;
  flex-grow: 1;
  width: 175px;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: -65px;
  z-index: 5;
}
.b-root .baUaUaUt img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baUaUaUt .aspect-ratio {
}
.b-root .bubble-element.baUaUgp {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 85%;
  max-width: 85%;
  order: 8;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 85%;
  margin-left: 0px;
  margin-top: 25px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.baUaXaFp {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 8;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 30px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.baUaXaGaL {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.baUaXaGaB {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.baUaXaFu {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.baUaXaFv {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 175px;
  max-width: 175px;
  order: 2;
  min-height: 65px;
  width: 175px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 4;
}
.b-root .bubble-element.baUaXaFz {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTqgc_default);
  font-size: 18px;
  font-weight: bold;
  color: var(--color_bTrtP_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 21px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 2;
}
.b-root .bubble-element.baUaXaDl {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 175px;
  max-width: 175px;
  order: 2;
  min-height: 65px;
  width: 175px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 4;
}
.b-root .bubble-element.baUaXaDp {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTqgc_default);
  font-size: 18px;
  font-weight: bold;
  color: var(--color_bTrtP_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 21px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 2;
}
.b-root .bubble-element.baUaUlaZ {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 2;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.baUaUkaX0 {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.baUaUkaZ0 {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 175px;
  max-width: 175px;
  order: 2;
  min-height: 65px;
  width: 175px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 4;
}
.b-root .bubble-element.baUaUke0 {
  border-style: solid;
  border-width: 1px;
  border-color: #BDBDBD;
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Lato';
  font-size: 18px;
  font-weight: 400;
  color: #3D3D3D;
  padding: 0px 4px 0px 4px;
  opacity: 1;
  align-self: center;
  min-width: 75%;
  max-width: 75%;
  order: 2;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: 75%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUaUkd0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTqgc_default);
  font-size: 18px;
  font-weight: bold;
  color: var(--color_bTwrI_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 21px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 2;
}
.b-root .bubble-element.baUaUlaN {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.baUaUlaP {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 175px;
  max-width: 175px;
  order: 2;
  min-height: 65px;
  width: 175px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 4;
}
.b-root .bubble-element.baUaUlaU {
  border-style: solid;
  border-width: 1px;
  border-color: #BDBDBD;
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: 'Lato';
  font-size: 18px;
  font-weight: 400;
  color: #3D3D3D;
  padding: 0px 4px 0px 4px;
  opacity: 1;
  align-self: center;
  min-width: 75%;
  max-width: 75%;
  order: 2;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  flex-grow: 1;
  width: 75%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUaUlaT {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTqgc_default);
  font-size: 18px;
  font-weight: bold;
  color: var(--color_bTrtP_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 21px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 2;
}
.b-root .bubble-element.baUaXaEaJ {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 6;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 30px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.baUaXaEaO {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.baUaXaEaP {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 175px;
  max-width: 175px;
  order: 2;
  min-height: 65px;
  width: 175px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 4;
}
.b-root .bubble-element.baUaXaEaT {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTqgc_default);
  font-size: 18px;
  font-weight: bold;
  color: var(--color_bTwrI_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 21px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 2;
}
.b-root .bubble-element.baUaXaEaV {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.baUaXaEaZ {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 175px;
  max-width: 175px;
  order: 2;
  min-height: 65px;
  width: 175px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 4;
}
.b-root .bubble-element.baUaXaEa {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTqgc_default);
  font-size: 18px;
  font-weight: bold;
  color: var(--color_bTrtP_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 21px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 2;
}
.b-root .bubble-element.baUaXaEf {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.baUaVaXv {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  order: 7;
  min-height: 40px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 30px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.baUaVaXx {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.baUaVaYaB {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 175px;
  max-width: 175px;
  order: 2;
  min-height: 65px;
  width: 175px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 4;
}
.b-root .bubble-element.baUaVaYaC {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTqgc_default);
  font-size: 18px;
  font-weight: bold;
  color: var(--color_bTwrI_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 21px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 2;
}
.b-root .bubble-element.baUaVaYaH {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.baUaVaYaI {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 175px;
  max-width: 175px;
  order: 2;
  min-height: 65px;
  width: 175px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 4;
}
.b-root .bubble-element.baUaVaYaJ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTqgc_default);
  font-size: 18px;
  font-weight: bold;
  color: var(--color_bTrtP_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 21px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 4px;
  z-index: 2;
}
.b-root .bubble-element.baUaXaDj {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 40px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.baUaUpaE0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 775px;
  order: 10;
  min-height: 75px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 21;
}
.b-root .bubble-element.baUaUpaF0 {
  font-family: var(--font_bTqZU_default);
  font-size: 20px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 8px 24px 8px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  justify-self: center;
  min-width: 225px;
  max-width: 225px;
  min-height: 55px;
  max-height: 55px;
  width: 225px;
  height: 55px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .baUaUpaF0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUaUpaF0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUaUgaJ {
  overflow: visible;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 75%;
  max-width: 75%;
  order: 1;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: 75%;
  margin-left: 0px;
  margin-top: 25px;
  margin-right: 0px;
  margin-bottom: 25px;
  z-index: 2;
}
.b-root .baUaUgaJ> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baUaUom {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTrOB_default);
  font-size: 28px;
  font-weight: 300;
  color: var(--color_primary_contrast_default);
  text-align: center;
  text-shadow: 0px 8px 16px rgba(58,164,152,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 16;
  min-height: 1px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUaUgaK {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 7;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .baUaUgaK.bubble-rg {
  gap: 0px;
  grid-template-rows: repeat(1, minmax(max-content, auto));
  grid-auto-columns: minmax(max-content, 240px);
  grid-auto-flow: column;
}
.b-root .baUaUgaK.bubble-rg > .group-item {
  min-width: 240px;
  box-sizing: content-box;
}
.b-root .bubble-element.baUaUgj {
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 320px;
  max-width: 85%;
  order: 17;
  min-height: 0.5px;
  max-height: 0.5px;
  height: 0.5px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 4;
}
.b-root .baUaUgj .aspect-ratio {
}
.b-root .bubble-element.baUaUgaR {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 1155px;
  order: 13;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 50px);
  margin-left: 25px;
  margin-top: 10px;
  margin-right: 25px;
  margin-bottom: 24px;
  z-index: 2;
}
.b-root .bubble-element.baUaUgaQ {
  overflow: visible;
  justify-content: center;
  row-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  max-width: 95%;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baUaUgaL {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTqgb_default);
  font-size: 66px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  text-shadow: 0px 8px 16px rgba(58,164,152,1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUaXaZaO {
  overflow: visible;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 33;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 25px;
  margin-right: 0px;
  margin-bottom: 25px;
  z-index: 2;
}
.b-root .baUaXaZaO> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baUaUaXh {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 100%;
  order: 26;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
}
.b-root .baUaUaXh.bubble-rg {
  gap: 0px;
  grid-template-rows: repeat(1, minmax(max-content, auto));
  grid-auto-columns: minmax(max-content, 175px);
  grid-auto-flow: column;
}
.b-root .baUaUaXh.bubble-rg > .group-item {
  min-width: 175px;
  box-sizing: content-box;
}
.b-root .bubble-element.baUaUaYaH {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(107,107,107,0.5);
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  cursor: pointer;
  align-self: start;
  justify-self: start;
  min-width: 305px;
  max-width: 305px;
  min-height: 0px;
  width: 305px;
  height: max-content;
  margin-left: 8px;
  margin-top: 10px;
  margin-right: 8px;
  margin-bottom: 25px;
  z-index: 2;
}
.b-root .bubble-element.baUaUaXi {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTqZU_default);
  font-size: 14px;
  font-weight: 300;
  color: var(--color_primary_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 95%;
  max-width: 95%;
  order: 38;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 95%;
  margin-left: 6px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baUaUaXj {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTqZU_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 165px;
  max-width: 95%;
  order: 37;
  min-height: 20px;
  max-height: 20px;
  height: 20px;
  flex-grow: 1;
  width: auto;
  margin-left: 6px;
  margin-top: -1px;
  margin-right: 0px;
  margin-bottom: -5px;
  z-index: 6;
}
.b-root .bubble-element.baUaUaXn {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  max-width: 95%;
  order: 34;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baUaUaXo {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTqZU_default);
  font-size: 20px;
  font-weight: bold;
  color: var(--color_primary_default);
  line-height: 1.4;
  padding: 1px 0px 0px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baUaUaXp {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_bTqZU_default);
  font-size: 20px;
  font-weight: bold;
  color: rgba(255,0,0,1);
  line-height: 1.4;
  padding: 2px 0px 0px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 93px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baUaUaXt {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 95%;
  order: 33;
  min-height: 20px;
  max-height: 20px;
  height: 20px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 3px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baUaUaXu {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTqZU_default);
  font-size: 16px;
  font-weight: 500;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 0px 0px 0px 2px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 95%;
  order: 32;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 3px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: -5px;
  z-index: 8;
}
.b-root .bubble-element.baUaUaXv {
  overflow: visible;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 98%;
  max-width: 98%;
  order: 1;
  min-height: 200px;
  height: 0px;
  flex-grow: 1;
  width: 98%;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 2;
}
.b-root .baUaUaXv> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baUaUaXz {
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 100%;
  max-height: 100%;
  height: 100%;
  flex-grow: 1;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: -31px;
  z-index: 2;
}
.b-root .baUaUaXz img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 10px;
}
.b-root .baUaUaXz .aspect-ratio {
}
.b-root .bubble-element.baUpaEaN {
  overflow: visible;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 0px 10px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 70%;
  max-width: 70%;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  height: 0px;
  flex-grow: 1;
  width: 70%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .baUpaEaN> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baUpaEaT {
  color: rgba(255,255,255,1);
  visibility: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 1px 7px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  max-width: 40px;
  order: 1;
  min-height: 205%;
  max-height: 205%;
  width: 40px;
  flex-grow: 1;
  height: 205%;
  margin-left: 0px;
  margin-top: -2px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUpaEaP {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: var(--color_bTtyD_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: -1px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUkaFaS {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baUkaFaX {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 125px;
  max-width: 125px;
  min-height: 59px;
  max-height: 59px;
  width: 125px;
  height: 59px;
  margin-left: 1px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baUkaFaX img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .baUkaFaX .aspect-ratio {
}
.b-root .bubble-element.baUsaCaD {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_bTwis_default);
  line-height: 1.4;
  padding: 0px 0px 0px 2px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 3px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUtmaF {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  max-width: 0px;
  min-height: 0px;
  max-height: 0px;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUaXaZx {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTqZU_default);
  font-size: 34px;
  font-weight: 500;
  color: var(--color_bTvLH_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 10px;
  margin-top: 17px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 3;
}
.b-root .bubble-element.baUkaEh {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTqZU_default);
  font-size: 20px;
  font-weight: 400;
  color: var(--color_bTvLH_default);
  line-height: 1.2;
  padding: 0px 0px 0px 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 22;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 3;
}
.b-root .bubble-element.baUkaJx {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 23;
  min-height: 65px;
  max-height: 65px;
  height: 65px;
  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.baUkaJz {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  align-self: center;
  min-width: 150px;
  max-width: 150px;
  order: 1;
  min-height: 40px;
  width: 150px;
  flex-grow: 1;
  height: max-content;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUkaKaD {
  color: rgba(58,164,152,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: center;
  min-width: 35px;
  max-width: 35px;
  order: 1;
  min-height: 35px;
  max-height: 35px;
  width: 35px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUkaKaE {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 600;
  color: rgba(58,169,135,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUkaKaF {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  align-self: center;
  min-width: 150px;
  max-width: 150px;
  order: 2;
  min-height: 40px;
  width: 150px;
  flex-grow: 1;
  height: max-content;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUkaKaJ {
  color: rgba(58,164,152,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: center;
  min-width: 35px;
  max-width: 35px;
  order: 1;
  min-height: 35px;
  max-height: 35px;
  width: 35px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUkaKaK {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 600;
  color: rgba(58,169,135,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUkaKaL {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  align-self: center;
  min-width: 150px;
  max-width: 150px;
  order: 3;
  min-height: 40px;
  width: 150px;
  flex-grow: 1;
  height: max-content;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUkaKaP {
  color: rgba(58,164,152,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: center;
  min-width: 35px;
  max-width: 35px;
  order: 1;
  min-height: 35px;
  max-height: 35px;
  width: 35px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUkaKaQ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 600;
  color: rgba(58,169,135,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUrmaD {
  overflow: visible;
  justify-content: center;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 98%;
  max-width: 98%;
  order: 1;
  min-height: 675px;
  max-height: 675px;
  height: 675px;
  flex-grow: 1;
  width: 98%;
  margin-left: 0px;
  margin-top: 25px;
  margin-right: 0px;
  margin-bottom: 25px;
  z-index: 2;
}
.b-root .bubble-element.baUrmaT {
  font-family: var(--font_bTqZU_default);
  font-size: 20px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 8px 24px 6px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 275px;
  max-width: 275px;
  order: 5;
  min-height: 55px;
  max-height: 55px;
  height: 55px;
  flex-grow: 1;
  width: 275px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 6;
}
.b-root .baUrmaT .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUrmaT .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUrmaO {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 1155px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 50px);
  margin-left: 25px;
  margin-top: 10px;
  margin-right: 25px;
  margin-bottom: 25px;
  z-index: 2;
}
.b-root .bubble-element.baUrmaN {
  overflow: visible;
  justify-content: center;
  row-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  max-width: 95%;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baUrmaH {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTqGk_default);
  font-size: 38px;
  font-weight: 600;
  color: var(--color_primary_contrast_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: 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.baUrmaI {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTrOB_default);
  font-size: 28px;
  font-weight: 300;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 5;
  min-height: 1px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUrmaJ {
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 7;
  min-height: 0.5px;
  max-height: 0.5px;
  height: 0.5px;
  flex-grow: 1;
  width: 90%;
  margin-left: 0px;
  margin-top: -23px;
  margin-right: 0px;
  margin-bottom: 7px;
  z-index: 4;
}
.b-root .baUrmaJ .aspect-ratio {
}
.b-root .bubble-element.baUsaRh {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTrOB_default);
  font-size: 24px;
  font-weight: 300;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 6;
  min-height: 1px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 17px;
  z-index: 3;
}
.b-root .bubble-element.baUtaJf {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 425px;
  max-width: 425px;
  order: 1;
  min-height: 250px;
  max-height: 250px;
  height: 250px;
  flex-grow: 1;
  width: 425px;
  margin-left: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .baUtaJf img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baUtaJf .aspect-ratio {
}
.b-root .bubble-element.baUsph {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTyie_default);
  font-size: 34px;
  font-weight: 600;
  color: var(--color_bTvLH_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 27;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 3;
}
.b-root .bubble-element.baUspz {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTyie_default);
  font-size: 20px;
  font-weight: 400;
  color: var(--color_bTvLH_default);
  line-height: 1.2;
  padding: 0px 0px 0px 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 28;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 3;
}
.b-root .bubble-element.baUssaD {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 100%;
  order: 29;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .baUssaD.bubble-rg {
  gap: 0px;
  grid-template-rows: repeat(1, minmax(max-content, auto));
  grid-auto-columns: minmax(max-content, 175px);
  grid-auto-flow: column;
}
.b-root .baUssaD.bubble-rg > .group-item {
  min-width: 175px;
  box-sizing: content-box;
}
.b-root .bubble-element.baUssaF {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(107,107,107,0.5);
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  cursor: pointer;
  align-self: start;
  justify-self: start;
  min-width: 375px;
  max-width: 375px;
  min-height: 375px;
  max-height: 375px;
  width: 375px;
  height: 375px;
  margin-left: 8px;
  margin-top: 10px;
  margin-right: 8px;
  margin-bottom: 25px;
  z-index: 2;
}
.b-root .bubble-element.baUssaJ {
  overflow: visible;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  align-self: center;
  min-width: 98%;
  max-width: 98%;
  order: 1;
  min-height: 200px;
  height: 0px;
  flex-grow: 1;
  width: 98%;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 2;
}
.b-root .baUssaJ> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baUssaK {
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 100%;
  max-height: 100%;
  height: 100%;
  flex-grow: 1;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: -31px;
  z-index: 2;
}
.b-root .baUssaK img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 10px;
}
.b-root .baUssaK .aspect-ratio {
}
.b-root .bubble-element.baUtmaL {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  max-width: 0px;
  min-height: 0px;
  max-height: 0px;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUaUdz {
  overflow: visible;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 98%;
  max-width: 98%;
  order: 2;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: 98%;
  margin-left: 0px;
  margin-top: 25px;
  margin-right: 0px;
  margin-bottom: 25px;
  z-index: 2;
}
.b-root .baUaUdz> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baUaUew {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 100%;
  order: 14;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 25px;
}
.b-root .baUaUew.bubble-rg {
  gap: 0px;
  grid-template-rows: repeat(1, minmax(max-content, auto));
  grid-auto-columns: minmax(max-content, 175px);
  grid-auto-flow: column;
}
.b-root .baUaUew.bubble-rg > .group-item {
  min-width: 175px;
  box-sizing: content-box;
}
.b-root .bubble-element.baUaUfaN {
  overflow: visible;
  justify-content: space-between;
  row-gap: 16px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 6px 6px 6px 0px;
  opacity: 1;
  align-self: start;
  justify-self: center;
  min-width: 20%;
  max-width: 95%;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 12px;
  z-index: 2;
}
.b-root .bubble-element.baUaUfaB {
  overflow: visible;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(107,107,107,0.5);
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  cursor: pointer;
  align-self: start;
  justify-self: start;
  min-width: 375px;
  max-width: 375px;
  min-height: 295px;
  width: 375px;
  height: 0px;
  margin-left: 8px;
  margin-top: 10px;
  margin-right: 8px;
  margin-bottom: 25px;
  z-index: 2;
}
.b-root .baUaUfaB> .bubble-r-container {
  justify-content: center;
}
.b-root .bubble-element.baUaUfaJ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTqZU_default);
  font-size: 14px;
  font-weight: 300;
  color: var(--color_primary_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 95%;
  max-width: 95%;
  order: 33;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 95%;
  margin-left: 6px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 25px;
  z-index: 6;
}
.b-root .bubble-element.baUaUfaI {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTqZU_default);
  font-size: 14px;
  font-weight: 500;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 165px;
  max-width: 95%;
  order: 32;
  min-height: 20px;
  max-height: 20px;
  height: 20px;
  flex-grow: 1;
  width: auto;
  margin-left: 6px;
  margin-top: -1px;
  margin-right: 0px;
  margin-bottom: -5px;
  z-index: 6;
}
.b-root .bubble-element.baUaUfaH {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 105px;
  max-width: 105px;
  order: 26;
  min-height: 55px;
  max-height: 55px;
  height: 55px;
  flex-grow: 1;
  width: 105px;
  margin-left: 2px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 3;
}
.b-root .baUaUfaH img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  border-radius: 0px;
}
.b-root .baUaUfaH .aspect-ratio {
}
.b-root .bubble-element.baUaUfaC {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 98%;
  max-width: 98%;
  order: 1;
  min-height: 65%;
  max-height: 65%;
  height: 65%;
  flex-grow: 1;
  width: 98%;
  margin-left: 0px;
  margin-top: 24px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 2;
}
.b-root .bubble-element.baUaUfaD {
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 179px;
  height: 179px;
  flex-grow: 1;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baUaUfaD img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 10px;
}
.b-root .baUaUfaD .aspect-ratio {
}
.b-root .bubble-element.baUaUeaR {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 13;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .baUaUeaR.bubble-rg {
  gap: 0px;
  grid-template-rows: repeat(1, minmax(max-content, auto));
  grid-auto-columns: minmax(max-content, 240px);
  grid-auto-flow: column;
}
.b-root .baUaUeaR.bubble-rg > .group-item {
  min-width: 240px;
  box-sizing: content-box;
}
.b-root .bubble-element.baUaUeaX {
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 320px;
  max-width: 85%;
  order: 7;
  min-height: 0.5px;
  max-height: 0.5px;
  height: 0.5px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: -23px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 4;
}
.b-root .baUaUeaX .aspect-ratio {
}
.b-root .bubble-element.baUaUeaN {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 1155px;
  order: 6;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 50px);
  margin-left: 25px;
  margin-top: 10px;
  margin-right: 25px;
  margin-bottom: 24px;
  z-index: 2;
}
.b-root .bubble-element.baUaUeaM {
  overflow: visible;
  justify-content: center;
  row-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  max-width: 95%;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baUaUeaA {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTqgb_default);
  font-size: 66px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  text-shadow: 0px 8px 16px rgba(58,164,152,1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUaUeaF {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTrOB_default);
  font-size: 32px;
  font-weight: 300;
  color: var(--color_primary_contrast_default);
  text-align: center;
  text-shadow: 0px 8px 16px rgba(58,164,152,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 5;
  min-height: 1px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 12px;
  z-index: 3;
}
.b-root .bubble-element.baUaXaaD {
  overflow: visible;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 49;
  min-height: 0px;
  height: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 25px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baUaXaaD> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baUaXao {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTqZU_default);
  font-size: 34px;
  font-weight: 500;
  color: var(--color_bTvLH_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 10px;
  margin-top: 17px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 3;
}
.b-root .bubble-element.baUkaHaR {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 100%;
  order: 25;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
}
.b-root .baUkaHaR.bubble-rg {
  gap: 0px;
  grid-template-rows: repeat(1, minmax(max-content, auto));
  grid-auto-columns: minmax(max-content, 175px);
  grid-auto-flow: column;
}
.b-root .baUkaHaR.bubble-rg > .group-item {
  min-width: 175px;
  box-sizing: content-box;
}
.b-root .bubble-element.baUkaHaW {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(107,107,107,0.5);
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  cursor: pointer;
  align-self: start;
  justify-self: start;
  min-width: 305px;
  max-width: 305px;
  min-height: 0px;
  width: 305px;
  height: max-content;
  margin-left: 8px;
  margin-top: 10px;
  margin-right: 8px;
  margin-bottom: 25px;
  z-index: 2;
}
.b-root .bubble-element.baUkaHaX {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTqZU_default);
  font-size: 14px;
  font-weight: 300;
  color: var(--color_primary_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 95%;
  max-width: 95%;
  order: 36;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 95%;
  margin-left: 6px;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baUkaHc {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  max-width: 95%;
  order: 33;
  min-height: 0px;
  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: 9;
}
.b-root .bubble-element.baUkaHd {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTqZU_default);
  font-size: 20px;
  font-weight: bold;
  color: var(--color_primary_default);
  line-height: 1.4;
  padding: 1px 0px 0px 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baUkaHi {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 0px 0px 0px 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 95%;
  order: 31;
  min-height: 20px;
  max-height: 20px;
  height: 20px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 3px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baUkaHj {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTqZU_default);
  font-size: 16px;
  font-weight: 500;
  color: rgba(0,0,0,1);
  line-height: 1.4;
  padding: 0px 0px 0px 2px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  max-width: 95%;
  order: 30;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 3px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: -5px;
  z-index: 8;
}
.b-root .bubble-element.baUkaHn {
  overflow: visible;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 98%;
  max-width: 98%;
  order: 1;
  min-height: 200px;
  max-height: 200px;
  height: 0px;
  flex-grow: 1;
  width: 98%;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 2;
}
.b-root .baUkaHn> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baUkaHo {
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 100%;
  max-height: 100%;
  height: 100%;
  flex-grow: 1;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: -31px;
  z-index: 2;
}
.b-root .baUkaHo img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 10px;
}
.b-root .baUkaHo .aspect-ratio {
}
.b-root .bubble-element.baUpaEa {
  overflow: visible;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 0px 10px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 65%;
  max-width: 65%;
  order: 2;
  min-height: 30px;
  max-height: 30px;
  height: 0px;
  flex-grow: 1;
  width: 65%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .baUpaEa> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baUpaEf {
  color: var(--color_bTxeb_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 1px 7px 5px 5px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  max-width: 40px;
  order: 1;
  min-height: 205%;
  max-height: 205%;
  width: 40px;
  flex-grow: 1;
  height: 205%;
  margin-left: 0px;
  margin-top: -2px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUpaEg {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: bold;
  color: var(--color_primary_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  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.baUtmaR {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  max-width: 0px;
  min-height: 0px;
  max-height: 0px;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUkaIv {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTqZU_default);
  font-size: 20px;
  font-weight: 400;
  color: var(--color_bTvLH_default);
  line-height: 1.2;
  padding: 0px 0px 0px 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 23;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 3;
}
.b-root .bubble-element.baUkaJaB {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 40px;
  order: 24;
  min-height: 65px;
  max-height: 65px;
  height: 65px;
  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.baUkaJaH {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  align-self: center;
  min-width: 150px;
  max-width: 150px;
  order: 1;
  min-height: 40px;
  width: 150px;
  flex-grow: 1;
  height: max-content;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUkaJaN {
  color: rgba(58,164,152,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: center;
  min-width: 35px;
  max-width: 35px;
  order: 1;
  min-height: 35px;
  max-height: 35px;
  width: 35px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUkaJaT {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 600;
  color: rgba(58,169,135,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUkaJaZ {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  align-self: center;
  min-width: 150px;
  max-width: 150px;
  order: 2;
  min-height: 40px;
  width: 150px;
  flex-grow: 1;
  height: max-content;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUkaJb {
  color: rgba(58,164,152,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: center;
  min-width: 35px;
  max-width: 35px;
  order: 1;
  min-height: 35px;
  max-height: 35px;
  width: 35px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUkaJf {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 600;
  color: rgba(58,169,135,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUkaJh {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  align-self: center;
  min-width: 150px;
  max-width: 150px;
  order: 3;
  min-height: 40px;
  width: 150px;
  flex-grow: 1;
  height: max-content;
  margin-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUkaJm {
  color: rgba(58,164,152,1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 5px 5px 5px 5px;
  opacity: 1;
  align-self: center;
  min-width: 35px;
  max-width: 35px;
  order: 1;
  min-height: 35px;
  max-height: 35px;
  width: 35px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baUkaJn {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 600;
  color: rgba(58,169,135,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUrlj {
  overflow: visible;
  justify-content: center;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 98%;
  max-width: 98%;
  order: 1;
  min-height: 675px;
  max-height: 675px;
  height: 675px;
  flex-grow: 1;
  width: 98%;
  margin-left: 0px;
  margin-top: 25px;
  margin-right: 0px;
  margin-bottom: 25px;
  z-index: 2;
}
.b-root .bubble-element.baUrlx {
  font-family: var(--font_bTqZU_default);
  font-size: 20px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 8px 24px 6px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 275px;
  max-width: 275px;
  order: 5;
  min-height: 55px;
  max-height: 55px;
  height: 55px;
  flex-grow: 1;
  width: 275px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 6;
}
.b-root .baUrlx .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUrlx .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
.b-root .bubble-element.baUrlv {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 1155px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 50px);
  margin-left: 25px;
  margin-top: 10px;
  margin-right: 25px;
  margin-bottom: 25px;
  z-index: 2;
}
.b-root .bubble-element.baUrlr {
  overflow: visible;
  justify-content: center;
  row-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  max-width: 95%;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baUrll {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTrOB_default);
  font-size: 38px;
  font-weight: 400;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 5;
  min-height: 1px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUrlp {
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 8;
  min-height: 0.5px;
  max-height: 0.5px;
  height: 0.5px;
  flex-grow: 1;
  width: 90%;
  margin-left: 0px;
  margin-top: -23px;
  margin-right: 0px;
  margin-bottom: 7px;
  z-index: 4;
}
.b-root .baUrlp .aspect-ratio {
}
.b-root .bubble-element.baUrlq {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTrOB_default);
  font-size: 28px;
  font-weight: 300;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 7;
  min-height: 1px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 17px;
  z-index: 3;
}
.b-root .bubble-element.baUtaJl {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 425px;
  max-width: 425px;
  order: 1;
  min-height: 250px;
  max-height: 250px;
  height: 250px;
  flex-grow: 1;
  width: 425px;
  margin-left: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .baUtaJl img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baUtaJl .aspect-ratio {
}
.b-root .bubble-element.baUssaV {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTyie_default);
  font-size: 34px;
  font-weight: 600;
  color: var(--color_bTvLH_default);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 27;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  z-index: 3;
}
.b-root .bubble-element.baUssb {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTyie_default);
  font-size: 20px;
  font-weight: 400;
  color: var(--color_bTvLH_default);
  line-height: 1.2;
  padding: 0px 0px 0px 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 28;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 3;
}
.b-root .bubble-element.baUssh {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 100%;
  order: 29;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .baUssh.bubble-rg {
  gap: 0px;
  grid-template-rows: repeat(1, minmax(max-content, auto));
  grid-auto-columns: minmax(max-content, 175px);
  grid-auto-flow: column;
}
.b-root .baUssh.bubble-rg > .group-item {
  min-width: 175px;
  box-sizing: content-box;
}
.b-root .bubble-element.baUssj {
  overflow: visible;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(107,107,107,0.5);
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  cursor: pointer;
  align-self: start;
  justify-self: start;
  min-width: 375px;
  max-width: 375px;
  min-height: 375px;
  max-height: 375px;
  width: 375px;
  height: 375px;
  margin-left: 8px;
  margin-top: 10px;
  margin-right: 8px;
  margin-bottom: 25px;
  z-index: 2;
}
.b-root .bubble-element.baUssn {
  overflow: visible;
  border-radius: 20px;
  -moz-border-radius: 20px;
  opacity: 1;
  align-self: center;
  min-width: 98%;
  max-width: 98%;
  order: 1;
  min-height: 200px;
  height: 0px;
  flex-grow: 1;
  width: 98%;
  margin-left: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 5px;
  z-index: 2;
}
.b-root .baUssn> .bubble-r-container {
  justify-content: flex-start;
}
.b-root .bubble-element.baUsso {
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 100%;
  max-height: 100%;
  height: 100%;
  flex-grow: 1;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: -31px;
  z-index: 2;
}
.b-root .baUsso img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 10px;
}
.b-root .baUsso .aspect-ratio {
}
.b-root .bubble-element.baUtmaX {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: start;
  justify-self: start;
  min-width: 0px;
  max-width: 0px;
  min-height: 0px;
  max-height: 0px;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUaXca {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 75%;
  max-width: 75%;
  order: 89;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 75%;
  margin-left: 0px;
  margin-top: 25px;
  margin-right: 0px;
  margin-bottom: 25px;
  z-index: 2;
}
.b-root .bubble-element.baUaXcs {
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 320px;
  max-width: 85%;
  order: 13;
  min-height: 0.5px;
  max-height: 0.5px;
  height: 0.5px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: -23px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 4;
}
.b-root .baUaXcs .aspect-ratio {
}
.b-root .bubble-element.baUaXct {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 175px;
  max-width: 175px;
  order: 5;
  min-height: 150px;
  max-height: 150px;
  height: 150px;
  flex-grow: 1;
  width: 175px;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: -65px;
  z-index: 5;
}
.b-root .baUaXct img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baUaXct .aspect-ratio {
}
.b-root .bubble-element.baUaXcz {
  overflow: visible;
  justify-content: center;
  row-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 100%;
  order: 6;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baUaXdaE {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTrVn_default);
  font-size: 28px;
  font-weight: 400;
  color: var(--color_primary_contrast_default);
  text-align: center;
  text-shadow: 0px 8px 16px rgba(58,164,152,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 5;
  min-height: 1px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 12px;
  z-index: 3;
}
.b-root .bubble-element.baUaXdaF {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTrOB_default);
  font-size: 22px;
  font-weight: 300;
  color: var(--color_primary_contrast_default);
  text-align: center;
  text-shadow: 0px 8px 16px rgba(58,164,152,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 9;
  min-height: 1px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 12px;
  z-index: 3;
}
.b-root .bubble-element.baUaXdaJ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTrOB_default);
  font-size: 22px;
  font-weight: 300;
  color: var(--color_primary_contrast_default);
  text-align: center;
  text-shadow: 0px 8px 16px rgba(58,164,152,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 8;
  min-height: 1px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 12px;
  z-index: 3;
}
.b-root .bubble-element.baUaXdaK {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTrOB_default);
  font-size: 22px;
  font-weight: 300;
  color: var(--color_primary_contrast_default);
  text-align: center;
  text-shadow: 0px 8px 16px rgba(58,164,152,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 7;
  min-height: 1px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 12px;
  z-index: 3;
}
.b-root .bubble-element.baUaXdaD {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTrJJ_default);
  font-size: 54px;
  font-weight: 600;
  color: var(--color_primary_contrast_default);
  text-shadow: 0px 8px 16px rgba(58,164,152,1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUaXdaL {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTrOB_default);
  font-size: 22px;
  font-weight: 300;
  color: var(--color_primary_contrast_default);
  text-align: center;
  text-shadow: 0px 8px 16px rgba(58,164,152,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 10;
  min-height: 1px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 12px;
  z-index: 3;
}
.b-root .bubble-element.baUaXcn {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 1155px;
  order: 7;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 50px);
  margin-left: 25px;
  margin-top: 10px;
  margin-right: 25px;
  margin-bottom: 24px;
  z-index: 2;
}
.b-root .bubble-element.baUaXdaR {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 75%;
  max-width: 75%;
  order: 96;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 75%;
  margin-left: 0px;
  margin-top: 25px;
  margin-right: 0px;
  margin-bottom: 25px;
  z-index: 2;
}
.b-root .bubble-element.baUaXdaV {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 1155px;
  order: 7;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 50px);
  margin-left: 25px;
  margin-top: 10px;
  margin-right: 25px;
  margin-bottom: 24px;
  z-index: 2;
}
.b-root .bubble-element.baUaXdaX {
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 320px;
  max-width: 85%;
  order: 13;
  min-height: 0.5px;
  max-height: 0.5px;
  height: 0.5px;
  flex-grow: 1;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: -23px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 4;
}
.b-root .baUaXdaX .aspect-ratio {
}
.b-root .bubble-element.baUaXdb {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 175px;
  max-width: 175px;
  order: 5;
  min-height: 150px;
  max-height: 150px;
  height: 150px;
  flex-grow: 1;
  width: 175px;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: -65px;
  z-index: 5;
}
.b-root .baUaXdb img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baUaXdb .aspect-ratio {
}
.b-root .bubble-element.baUaXdo {
  overflow: visible;
  justify-content: center;
  row-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 100%;
  order: 6;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baUaXdd {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTrVn_default);
  font-size: 28px;
  font-weight: 400;
  color: var(--color_primary_contrast_default);
  text-align: center;
  text-shadow: 0px 8px 16px rgba(58,164,152,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 5;
  min-height: 1px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 12px;
  z-index: 3;
}
.b-root .bubble-element.baUaXdh {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTrOB_default);
  font-size: 22px;
  font-weight: 300;
  color: var(--color_primary_contrast_default);
  text-align: center;
  text-shadow: 0px 8px 16px rgba(58,164,152,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 10;
  min-height: 1px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 12px;
  z-index: 3;
}
.b-root .bubble-element.baUaXdi {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTrOB_default);
  font-size: 22px;
  font-weight: 300;
  color: var(--color_primary_contrast_default);
  text-align: center;
  text-shadow: 0px 8px 16px rgba(58,164,152,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 9;
  min-height: 1px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 12px;
  z-index: 3;
}
.b-root .bubble-element.baUaXdj {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTrOB_default);
  font-size: 22px;
  font-weight: 300;
  color: var(--color_primary_contrast_default);
  text-align: center;
  text-shadow: 0px 8px 16px rgba(58,164,152,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 8;
  min-height: 1px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 12px;
  z-index: 3;
}
.b-root .bubble-element.baUaXdc {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTrJJ_default);
  font-size: 54px;
  font-weight: 600;
  color: var(--color_primary_contrast_default);
  text-shadow: 0px 8px 16px rgba(58,164,152,1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUaXdn {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTrOB_default);
  font-size: 22px;
  font-weight: 300;
  color: var(--color_primary_contrast_default);
  text-align: center;
  text-shadow: 0px 8px 16px rgba(58,164,152,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 11;
  min-height: 1px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 12px;
  z-index: 3;
}
.b-root .bubble-element.baUaKaUaT {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 1;
  align-self: center;
  min-width: 85%;
  max-width: 85%;
  order: 34;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 85%;
  margin-left: 0px;
  margin-top: 25px;
  margin-right: 0px;
  margin-bottom: 25px;
  z-index: 2;
}
.b-root .bubble-element.baUaKaVt0 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 125px;
  max-width: 125px;
  order: 2;
  min-height: 100px;
  max-height: 100px;
  height: 100px;
  flex-grow: 1;
  width: 125px;
  margin-left: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .baUaKaVt0 img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baUaKaVt0 .aspect-ratio {
}
.b-root .bubble-element.baUaKaVz0 {
  overflow: visible;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 1155px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 50px);
  margin-left: 25px;
  margin-top: 10px;
  margin-right: 25px;
  margin-bottom: 25px;
  z-index: 2;
}
.b-root .bubble-element.baUaKaWaF0 {
  overflow: visible;
  justify-content: center;
  row-gap: 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  justify-self: center;
  min-width: 0px;
  max-width: 95%;
  min-height: 0px;
  width: max-content;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baUaSvaF {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTrOB_default);
  font-size: 22px;
  font-weight: 300;
  color: var(--color_primary_contrast_default);
  text-align: center;
  text-shadow: 0px 8px 16px rgba(58,164,152,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 9;
  min-height: 1px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 12px;
  z-index: 3;
}
.b-root .bubble-element.baUaSuz {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTrOB_default);
  font-size: 22px;
  font-weight: 300;
  color: var(--color_primary_contrast_default);
  text-align: center;
  text-shadow: 0px 8px 16px rgba(58,164,152,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 8;
  min-height: 1px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 12px;
  z-index: 3;
}
.b-root .bubble-element.baUaSut {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTrOB_default);
  font-size: 22px;
  font-weight: 300;
  color: var(--color_primary_contrast_default);
  text-align: center;
  text-shadow: 0px 8px 16px rgba(58,164,152,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 7;
  min-height: 1px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 12px;
  z-index: 3;
}
.b-root .bubble-element.baUaLaWb {
  border-radius: 5px;
  -moz-border-radius: 5px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 6;
  min-height: 0.5px;
  max-height: 0.5px;
  height: 0.5px;
  flex-grow: 1;
  width: 90%;
  margin-left: 0px;
  margin-top: -23px;
  margin-right: 0px;
  margin-bottom: 7px;
  z-index: 4;
}
.b-root .baUaLaWb .aspect-ratio {
}
.b-root .bubble-element.baUaKaWaB0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTrOB_default);
  font-size: 36px;
  font-weight: 300;
  color: var(--color_primary_contrast_default);
  text-align: center;
  text-shadow: 0px 8px 16px rgba(58,164,152,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 5;
  min-height: 1px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 2px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 17px;
  z-index: 3;
}
.b-root .bubble-element.baUaKaWaA0 {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_bTqgb_default);
  font-size: 68px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  text-shadow: 0px 8px 16px rgba(58,164,152,1);
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baUaKaVn0 {
  font-family: var(--font_bTqZU_default);
  font-size: 20px;
  font-weight: 500;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 8px 24px 6px 24px;
  opacity: 1;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  cursor: pointer;
  align-self: center;
  min-width: 225px;
  max-width: 225px;
  order: 4;
  min-height: 55px;
  max-height: 55px;
  height: 55px;
  flex-grow: 1;
  width: 225px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  z-index: 6;
}
.b-root .baUaKaVn0 .icon-item {
  width: 24px;
  height: 24px;
  color: var(--color_primary_default);
  flex-shrink: 0;
  font-size: 0px;
}
.b-root .baUaKaVn0 .label-item {
  min-width: 0px;
  overflow-wrap: break-word;
  text-align: center;
}
