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

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

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



body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

i, em {
  font-style: italic;
}

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

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

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

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

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

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

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

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

textarea {
  resize: none;
}

@charset "UTF-8";
/*
All typefaces used in Butter, available by class and as mixins.

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

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

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

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

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

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

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

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

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

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

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

*/
/* Theme mapper */
/*
Globally relevant dimensions/numbers/etc go here

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

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

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

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

@keyframes highlight-in {
  from {
    background-color: #c80000;
  }
}
/* MIXINS */
.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-1 {
  flex: 1;
}

.pos-rel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cursor-pointer {
  cursor: pointer;
}

.cursor-text {
  cursor: text;
}

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

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

.float-right {
  float: right;
}

.float-left {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

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

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

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

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

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

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

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

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

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

/* 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-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-size: 16px;
  font-weight: bold;
  line-height: 18px;	
}
.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

*/
/* Theme mapper */
/*
Globally relevant dimensions/numbers/etc go here

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

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

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

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

@keyframes highlight-in {
  from {
    background-color: #c80000;
  }
}
/* MIXINS */
.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-1 {
  flex: 1;
}

.pos-rel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cursor-pointer {
  cursor: pointer;
}

.cursor-text {
  cursor: text;
}

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

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

.float-right {
  float: right;
}

.float-left {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

.bubble-element.Icon {
  padding: 0;
  text-align: center;
  background: none;
  border: none;
  cursor: inherit;
  overflow: hidden;
}
.bubble-element.Button {
  padding: 0;
  border: none;
  cursor: inherit;
  background: none;
  text-align: left;
}
.bubble-element.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 #c4c4c4;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@charset "UTF-8";
/*!
 *  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("fonts/fontawesome-webfont.eot");
  src: url("fonts/fontawesome-webfont.eot") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2") format("woff2"), url("fonts/fontawesome-webfont.woff") format("woff"), url("fonts/fontawesome-webfont.ttf") format("truetype"), url("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: "ÃƒÂ¯Ã¢â€šÂ¬Ã¢â€šÂ¬";
}

.fa-music:before {
  content: "ÃƒÂ¯Ã¢â€šÂ¬Ã¯Â¿Â½";
}

.fa-search:before {
  content: "ÃƒÂ¯Ã¢â€šÂ¬Ã¢â‚¬Å¡";
}

.fa-envelope-o:before {
  content: "ÃƒÂ¯Ã¢â€šÂ¬Ã†â€™";
}

.fa-heart:before {
  content: "ÃƒÂ¯Ã¢â€šÂ¬Ã¢â‚¬Å¾";
}

.fa-star:before {
  content: "ÃƒÂ¯Ã¢â€šÂ¬Ã¢â‚¬Â¦";
}

.fa-star-o:before {
  content: "ÃƒÂ¯Ã¢â€šÂ¬Ã¢â‚¬Â ";
}

.fa-user:before {
  content: "ÃƒÂ¯Ã¢â€šÂ¬Ã¢â‚¬Â¡";
}

.fa-film:before {
  content: "ÃƒÂ¯Ã¢â€šÂ¬Ã‹â€ ";
}

.fa-th-large:before {
  content: "ÃƒÂ¯Ã¢â€šÂ¬Ã¢â‚¬Â°";
}

.fa-th:before {
  content: "ÃƒÂ¯Ã¢â€šÂ¬Ã…Â ";
}

.fa-th-list:before {
  content: "ÃƒÂ¯Ã¢â€šÂ¬Ã¢â‚¬Â¹";
}

.fa-check:before {
  content: "ÃƒÂ¯Ã¢â€šÂ¬Ã…â€™";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "ÃƒÂ¯Ã¢â€šÂ¬Ã¯Â¿Â½";
}

.fa-search-plus:before {
  content: "ÃƒÂ¯Ã¢â€šÂ¬Ã…Â½";
}

.fa-search-minus:before {
  content: "ÃƒÂ¯Ã¢â€šÂ¬Ã¯Â¿Â½";
}

.fa-power-off:before {
  content: "ÃƒÂ¯Ã¢â€šÂ¬Ã¢â‚¬Ëœ";
}

.fa-signal:before {
  content: "ÃƒÂ¯Ã¢â€šÂ¬Ã¢â‚¬â„¢";
}

.fa-gear:before, .fa-cog:before {
  content: "ÃƒÂ¯Ã¢â€šÂ¬Ã¢â‚¬Å“";
}

.fa-trash-o:before {
  content: "ÃƒÂ¯Ã¢â€šÂ¬Ã¢â‚¬ï¿½";
}

.fa-home:before {
  content: "ÃƒÂ¯Ã¢â€šÂ¬Ã¢â‚¬Â¢";
}

.fa-file-o:before {
  content: "ÃƒÂ¯Ã¢â€šÂ¬Ã¢â‚¬â€œ";
}

.fa-clock-o:before {
  content: "ÃƒÂ¯Ã¢â€šÂ¬Ã¢â‚¬â€�";
}

.fa-road:before {
  content: "ÃƒÂ¯Ã¢â€šÂ¬Ã‹Å“";
}

.fa-download:before {
  content: "ÃƒÂ¯Ã¢â€šÂ¬Ã¢â€žÂ¢";
}

.fa-arrow-circle-o-down:before {
  content: "ÃƒÂ¯Ã¢â€šÂ¬Ã…Â¡";
}

.fa-arrow-circle-o-up:before {
  content: "ÃƒÂ¯Ã¢â€šÂ¬Ã¢â‚¬Âº";
}

.fa-inbox:before {
  content: "ÃƒÂ¯Ã¢â€šÂ¬Ã…â€œ";
}

.fa-play-circle-o:before {
  content: "ÃƒÂ¯Ã¢â€šÂ¬Ã¯Â¿Â½";
}

.fa-rotate-right:before, .fa-repeat:before {
  content: "ÃƒÂ¯Ã¢â€šÂ¬Ã…Â¾";
}

.fa-refresh:before {
  content: "ÃƒÂ¯Ã¢â€šÂ¬Ã‚Â¡";
}

.fa-list-alt:before {
  content: "ÃƒÂ¯Ã¢â€šÂ¬Ã‚Â¢";
}

.fa-lock:before {
  content: "ÃƒÂ¯Ã¢â€šÂ¬Ã‚Â£";
}

.fa-flag:before {
  content: "ÃƒÂ¯Ã¢â€šÂ¬Ã‚Â¤";
}

.fa-headphones:before {
  content: "ÃƒÂ¯Ã¢â€šÂ¬Ã‚Â¥";
}

.fa-volume-off:before {
  content: "ÃƒÂ¯Ã¢â€šÂ¬Ã‚Â¦";
}

.fa-volume-down:before {
  content: "ÃƒÂ¯Ã¢â€šÂ¬Ã‚Â§";
}

.fa-volume-up:before {
  content: "ÃƒÂ¯Ã¢â€šÂ¬Ã‚Â¨";
}

.fa-qrcode:before {
  content: "ÃƒÂ¯Ã¢â€šÂ¬Ã‚Â©";
}

.fa-barcode:before {
  content: "ÃƒÂ¯Ã¢â€šÂ¬Ã‚Âª";
}

.fa-tag:before {
  content: "ÃƒÂ¯Ã¢â€šÂ¬Ã‚Â«";
}

.fa-tags:before {
  content: "ÃƒÂ¯Ã¢â€šÂ¬Ã‚Â¬";
}

.fa-book:before {
  content: "ÃƒÂ¯Ã¢â€šÂ¬Ã‚Â­";
}

.fa-bookmark:before {
  content: "ÃƒÂ¯Ã¢â€šÂ¬Ã‚Â®";
}

.fa-print:before {
  content: "ÃƒÂ¯Ã¢â€šÂ¬Ã‚Â¯";
}

.fa-camera:before {
  content: "ÃƒÂ¯Ã¢â€šÂ¬Ã‚Â°";
}

.fa-font:before {
  content: "ÃƒÂ¯Ã¢â€šÂ¬Ã‚Â±";
}

.fa-bold:before {
  content: "ÃƒÂ¯Ã¢â€šÂ¬Ã‚Â²";
}

.fa-italic:before {
  content: "ÃƒÂ¯Ã¢â€šÂ¬Ã‚Â³";
}

.fa-text-height:before {
  content: "ÃƒÂ¯Ã¢â€šÂ¬Ã‚Â´";
}

.fa-text-width:before {
  content: "ÃƒÂ¯Ã¢â€šÂ¬Ã‚Âµ";
}

.fa-align-left:before {
  content: "ÃƒÂ¯Ã¢â€šÂ¬Ã‚Â¶";
}

.fa-align-center:before {
  content: "ÃƒÂ¯Ã¢â€šÂ¬Ã‚Â·";
}

.fa-align-right:before {
  content: "ÃƒÂ¯Ã¢â€šÂ¬Ã‚Â¸";
}

.fa-align-justify:before {
  content: "ÃƒÂ¯Ã¢â€šÂ¬Ã‚Â¹";
}

.fa-list:before {
  content: "ÃƒÂ¯Ã¢â€šÂ¬Ã‚Âº";
}

.fa-dedent:before, .fa-outdent:before {
  content: "ÃƒÂ¯Ã¢â€šÂ¬Ã‚Â»";
}

.fa-indent:before {
  content: "ÃƒÂ¯Ã¢â€šÂ¬Ã‚Â¼";
}

.fa-video-camera:before {
  content: "ÃƒÂ¯Ã¢â€šÂ¬Ã‚Â½";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "ÃƒÂ¯Ã¢â€šÂ¬Ã‚Â¾";
}

.fa-pencil:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â€šÂ¬";
}

.fa-map-marker:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¯Â¿Â½";
}

.fa-adjust:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â‚¬Å¡";
}

.fa-tint:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã†â€™";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â‚¬Å¾";
}

.fa-share-square-o:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â‚¬Â¦";
}

.fa-check-square-o:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â‚¬Â ";
}

.fa-arrows:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â‚¬Â¡";
}

.fa-step-backward:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‹â€ ";
}

.fa-fast-backward:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â‚¬Â°";
}

.fa-backward:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã…Â ";
}

.fa-play:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â‚¬Â¹";
}

.fa-pause:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã…â€™";
}

.fa-stop:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¯Â¿Â½";
}

.fa-forward:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã…Â½";
}

.fa-fast-forward:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¯Â¿Â½";
}

.fa-step-forward:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â‚¬Ëœ";
}

.fa-eject:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â‚¬â„¢";
}

.fa-chevron-left:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â‚¬Å“";
}

.fa-chevron-right:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â‚¬ï¿½";
}

.fa-plus-circle:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â‚¬Â¢";
}

.fa-minus-circle:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â‚¬â€œ";
}

.fa-times-circle:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â‚¬â€�";
}

.fa-check-circle:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‹Å“";
}

.fa-question-circle:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â€žÂ¢";
}

.fa-info-circle:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã…Â¡";
}

.fa-crosshairs:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â‚¬Âº";
}

.fa-times-circle-o:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã…â€œ";
}

.fa-check-circle-o:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¯Â¿Â½";
}

.fa-ban:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã…Â¾";
}

.fa-arrow-left:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â ";
}

.fa-arrow-right:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â¡";
}

.fa-arrow-up:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â¢";
}

.fa-arrow-down:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â£";
}

.fa-mail-forward:before, .fa-share:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â¤";
}

.fa-expand:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â¥";
}

.fa-compress:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â¦";
}

.fa-plus:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â§";
}

.fa-minus:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â¨";
}

.fa-asterisk:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â©";
}

.fa-exclamation-circle:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Âª";
}

.fa-gift:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â«";
}

.fa-leaf:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â¬";
}

.fa-fire:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â­";
}

.fa-eye:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â®";
}

.fa-eye-slash:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â°";
}

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â±";
}

.fa-plane:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â²";
}

.fa-calendar:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â³";
}

.fa-random:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â´";
}

.fa-comment:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Âµ";
}

.fa-magnet:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â¶";
}

.fa-chevron-up:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â·";
}

.fa-chevron-down:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â¸";
}

.fa-retweet:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â¹";
}

.fa-shopping-cart:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Âº";
}

.fa-folder:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â»";
}

.fa-folder-open:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â¼";
}

.fa-arrows-v:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â½";
}

.fa-arrows-h:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â¾";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¡Ã¢â€šÂ¬";
}

.fa-twitter-square:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¡Ã¯Â¿Â½";
}

.fa-facebook-square:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¡Ã¢â‚¬Å¡";
}

.fa-camera-retro:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¡Ã†â€™";
}

.fa-key:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¡Ã¢â‚¬Å¾";
}

.fa-gears:before, .fa-cogs:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¡Ã¢â‚¬Â¦";
}

.fa-comments:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¡Ã¢â‚¬Â ";
}

.fa-thumbs-o-up:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¡Ã¢â‚¬Â¡";
}

.fa-thumbs-o-down:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¡Ã‹â€ ";
}

.fa-star-half:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¡Ã¢â‚¬Â°";
}

.fa-heart-o:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¡Ã…Â ";
}

.fa-sign-out:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¡Ã¢â‚¬Â¹";
}

.fa-linkedin-square:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¡Ã…â€™";
}

.fa-thumb-tack:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¡Ã¯Â¿Â½";
}

.fa-external-link:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¡Ã…Â½";
}

.fa-sign-in:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¡Ã¯Â¿Â½";
}

.fa-trophy:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¡Ã¢â‚¬Ëœ";
}

.fa-github-square:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¡Ã¢â‚¬â„¢";
}

.fa-upload:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¡Ã¢â‚¬Å“";
}

.fa-lemon-o:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¡Ã¢â‚¬ï¿½";
}

.fa-phone:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¡Ã¢â‚¬Â¢";
}

.fa-square-o:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¡Ã¢â‚¬â€œ";
}

.fa-bookmark-o:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¡Ã¢â‚¬â€�";
}

.fa-phone-square:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¡Ã‹Å“";
}

.fa-twitter:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¡Ã¢â€žÂ¢";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¡Ã…Â¡";
}

.fa-github:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¡Ã¢â‚¬Âº";
}

.fa-unlock:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¡Ã…â€œ";
}

.fa-credit-card:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¡Ã¯Â¿Â½";
}

.fa-feed:before, .fa-rss:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¡Ã…Â¾";
}

.fa-hdd-o:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¡Ã‚Â ";
}

.fa-bullhorn:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¡Ã‚Â¡";
}

.fa-bell:before {
  content: "ÃƒÂ¯Ã†â€™Ã‚Â³";
}

.fa-certificate:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¡Ã‚Â£";
}

.fa-hand-o-right:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¡Ã‚Â¤";
}

.fa-hand-o-left:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¡Ã‚Â¥";
}

.fa-hand-o-up:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¡Ã‚Â¦";
}

.fa-hand-o-down:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¡Ã‚Â§";
}

.fa-arrow-circle-left:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¡Ã‚Â¨";
}

.fa-arrow-circle-right:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¡Ã‚Â©";
}

.fa-arrow-circle-up:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¡Ã‚Âª";
}

.fa-arrow-circle-down:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¡Ã‚Â«";
}

.fa-globe:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¡Ã‚Â¬";
}

.fa-wrench:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¡Ã‚Â­";
}

.fa-tasks:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¡Ã‚Â®";
}

.fa-filter:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¡Ã‚Â°";
}

.fa-briefcase:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¡Ã‚Â±";
}

.fa-arrows-alt:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¡Ã‚Â²";
}

.fa-group:before, .fa-users:before {
  content: "ÃƒÂ¯Ã†â€™Ã¢â€šÂ¬";
}

.fa-chain:before, .fa-link:before {
  content: "ÃƒÂ¯Ã†â€™Ã¯Â¿Â½";
}

.fa-cloud:before {
  content: "ÃƒÂ¯Ã†â€™Ã¢â‚¬Å¡";
}

.fa-flask:before {
  content: "ÃƒÂ¯Ã†â€™Ã†â€™";
}

.fa-cut:before, .fa-scissors:before {
  content: "ÃƒÂ¯Ã†â€™Ã¢â‚¬Å¾";
}

.fa-copy:before, .fa-files-o:before {
  content: "ÃƒÂ¯Ã†â€™Ã¢â‚¬Â¦";
}

.fa-paperclip:before {
  content: "ÃƒÂ¯Ã†â€™Ã¢â‚¬Â ";
}

.fa-save:before, .fa-floppy-o:before {
  content: "ÃƒÂ¯Ã†â€™Ã¢â‚¬Â¡";
}

.fa-square:before {
  content: "ÃƒÂ¯Ã†â€™Ã‹â€ ";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "ÃƒÂ¯Ã†â€™Ã¢â‚¬Â°";
}

.fa-list-ul:before {
  content: "ÃƒÂ¯Ã†â€™Ã…Â ";
}

.fa-list-ol:before {
  content: "ÃƒÂ¯Ã†â€™Ã¢â‚¬Â¹";
}

.fa-strikethrough:before {
  content: "ÃƒÂ¯Ã†â€™Ã…â€™";
}

.fa-underline:before {
  content: "ÃƒÂ¯Ã†â€™Ã¯Â¿Â½";
}

.fa-table:before {
  content: "ÃƒÂ¯Ã†â€™Ã…Â½";
}

.fa-magic:before {
  content: "ÃƒÂ¯Ã†â€™Ã¯Â¿Â½";
}

.fa-truck:before {
  content: "ÃƒÂ¯Ã†â€™Ã¢â‚¬Ëœ";
}

.fa-pinterest:before {
  content: "ÃƒÂ¯Ã†â€™Ã¢â‚¬â„¢";
}

.fa-pinterest-square:before {
  content: "ÃƒÂ¯Ã†â€™Ã¢â‚¬Å“";
}

.fa-google-plus-square:before {
  content: "ÃƒÂ¯Ã†â€™Ã¢â‚¬ï¿½";
}

.fa-google-plus:before {
  content: "ÃƒÂ¯Ã†â€™Ã¢â‚¬Â¢";
}

.fa-money:before {
  content: "ÃƒÂ¯Ã†â€™Ã¢â‚¬â€œ";
}

.fa-caret-down:before {
  content: "ÃƒÂ¯Ã†â€™Ã¢â‚¬â€�";
}

.fa-caret-up:before {
  content: "ÃƒÂ¯Ã†â€™Ã‹Å“";
}

.fa-caret-left:before {
  content: "ÃƒÂ¯Ã†â€™Ã¢â€žÂ¢";
}

.fa-caret-right:before {
  content: "ÃƒÂ¯Ã†â€™Ã…Â¡";
}

.fa-columns:before {
  content: "ÃƒÂ¯Ã†â€™Ã¢â‚¬Âº";
}

.fa-unsorted:before, .fa-sort:before {
  content: "ÃƒÂ¯Ã†â€™Ã…â€œ";
}

.fa-sort-down:before, .fa-sort-desc:before {
  content: "ÃƒÂ¯Ã†â€™Ã¯Â¿Â½";
}

.fa-sort-up:before, .fa-sort-asc:before {
  content: "ÃƒÂ¯Ã†â€™Ã…Â¾";
}

.fa-envelope:before {
  content: "ÃƒÂ¯Ã†â€™Ã‚Â ";
}

.fa-linkedin:before {
  content: "ÃƒÂ¯Ã†â€™Ã‚Â¡";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "ÃƒÂ¯Ã†â€™Ã‚Â¢";
}

.fa-legal:before, .fa-gavel:before {
  content: "ÃƒÂ¯Ã†â€™Ã‚Â£";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "ÃƒÂ¯Ã†â€™Ã‚Â¤";
}

.fa-comment-o:before {
  content: "ÃƒÂ¯Ã†â€™Ã‚Â¥";
}

.fa-comments-o:before {
  content: "ÃƒÂ¯Ã†â€™Ã‚Â¦";
}

.fa-flash:before, .fa-bolt:before {
  content: "ÃƒÂ¯Ã†â€™Ã‚Â§";
}

.fa-sitemap:before {
  content: "ÃƒÂ¯Ã†â€™Ã‚Â¨";
}

.fa-umbrella:before {
  content: "ÃƒÂ¯Ã†â€™Ã‚Â©";
}

.fa-paste:before, .fa-clipboard:before {
  content: "ÃƒÂ¯Ã†â€™Ã‚Âª";
}

.fa-lightbulb-o:before {
  content: "ÃƒÂ¯Ã†â€™Ã‚Â«";
}

.fa-exchange:before {
  content: "ÃƒÂ¯Ã†â€™Ã‚Â¬";
}

.fa-cloud-download:before {
  content: "ÃƒÂ¯Ã†â€™Ã‚Â­";
}

.fa-cloud-upload:before {
  content: "ÃƒÂ¯Ã†â€™Ã‚Â®";
}

.fa-user-md:before {
  content: "ÃƒÂ¯Ã†â€™Ã‚Â°";
}

.fa-stethoscope:before {
  content: "ÃƒÂ¯Ã†â€™Ã‚Â±";
}

.fa-suitcase:before {
  content: "ÃƒÂ¯Ã†â€™Ã‚Â²";
}

.fa-bell-o:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¡Ã‚Â¢";
}

.fa-coffee:before {
  content: "ÃƒÂ¯Ã†â€™Ã‚Â´";
}

.fa-cutlery:before {
  content: "ÃƒÂ¯Ã†â€™Ã‚Âµ";
}

.fa-file-text-o:before {
  content: "ÃƒÂ¯Ã†â€™Ã‚Â¶";
}

.fa-building-o:before {
  content: "ÃƒÂ¯Ã†â€™Ã‚Â·";
}

.fa-hospital-o:before {
  content: "ÃƒÂ¯Ã†â€™Ã‚Â¸";
}

.fa-ambulance:before {
  content: "ÃƒÂ¯Ã†â€™Ã‚Â¹";
}

.fa-medkit:before {
  content: "ÃƒÂ¯Ã†â€™Ã‚Âº";
}

.fa-fighter-jet:before {
  content: "ÃƒÂ¯Ã†â€™Ã‚Â»";
}

.fa-beer:before {
  content: "ÃƒÂ¯Ã†â€™Ã‚Â¼";
}

.fa-h-square:before {
  content: "ÃƒÂ¯Ã†â€™Ã‚Â½";
}

.fa-plus-square:before {
  content: "ÃƒÂ¯Ã†â€™Ã‚Â¾";
}

.fa-angle-double-left:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â€šÂ¬";
}

.fa-angle-double-right:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¯Â¿Â½";
}

.fa-angle-double-up:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Å¡";
}

.fa-angle-double-down:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã†â€™";
}

.fa-angle-left:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Å¾";
}

.fa-angle-right:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Â¦";
}

.fa-angle-up:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Â ";
}

.fa-angle-down:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Â¡";
}

.fa-desktop:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã‹â€ ";
}

.fa-laptop:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Â°";
}

.fa-tablet:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã…Â ";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Â¹";
}

.fa-circle-o:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã…â€™";
}

.fa-quote-left:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¯Â¿Â½";
}

.fa-quote-right:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã…Â½";
}

.fa-spinner:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¯Â¿Â½";
}

.fa-circle:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Ëœ";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬â„¢";
}

.fa-github-alt:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Å“";
}

.fa-folder-o:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬ï¿½";
}

.fa-folder-open-o:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Â¢";
}

.fa-smile-o:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã‹Å“";
}

.fa-frown-o:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â€žÂ¢";
}

.fa-meh-o:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã…Â¡";
}

.fa-gamepad:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Âº";
}

.fa-keyboard-o:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã…â€œ";
}

.fa-flag-o:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¯Â¿Â½";
}

.fa-flag-checkered:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã…Â¾";
}

.fa-terminal:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã‚Â ";
}

.fa-code:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã‚Â¡";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã‚Â¢";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã‚Â£";
}

.fa-location-arrow:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã‚Â¤";
}

.fa-crop:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã‚Â¥";
}

.fa-code-fork:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã‚Â¦";
}

.fa-unlink:before, .fa-chain-broken:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã‚Â§";
}

.fa-question:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã‚Â¨";
}

.fa-info:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã‚Â©";
}

.fa-exclamation:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã‚Âª";
}

.fa-superscript:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã‚Â«";
}

.fa-subscript:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã‚Â¬";
}

.fa-eraser:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã‚Â­";
}

.fa-puzzle-piece:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã‚Â®";
}

.fa-microphone:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã‚Â°";
}

.fa-microphone-slash:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã‚Â±";
}

.fa-shield:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã‚Â²";
}

.fa-calendar-o:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã‚Â³";
}

.fa-fire-extinguisher:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã‚Â´";
}

.fa-rocket:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã‚Âµ";
}

.fa-maxcdn:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã‚Â¶";
}

.fa-chevron-circle-left:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã‚Â·";
}

.fa-chevron-circle-right:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã‚Â¸";
}

.fa-chevron-circle-up:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã‚Â¹";
}

.fa-chevron-circle-down:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã‚Âº";
}

.fa-html5:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã‚Â»";
}

.fa-css3:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã‚Â¼";
}

.fa-anchor:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã‚Â½";
}

.fa-unlock-alt:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã‚Â¾";
}

.fa-bullseye:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã¢â€šÂ¬";
}

.fa-ellipsis-h:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã¯Â¿Â½";
}

.fa-ellipsis-v:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã¢â‚¬Å¡";
}

.fa-rss-square:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã†â€™";
}

.fa-play-circle:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã¢â‚¬Å¾";
}

.fa-ticket:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã¢â‚¬Â¦";
}

.fa-minus-square:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã¢â‚¬Â ";
}

.fa-minus-square-o:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã¢â‚¬Â¡";
}

.fa-level-up:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã‹â€ ";
}

.fa-level-down:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã¢â‚¬Â°";
}

.fa-check-square:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã…Â ";
}

.fa-pencil-square:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã¢â‚¬Â¹";
}

.fa-external-link-square:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã…â€™";
}

.fa-share-square:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã¯Â¿Â½";
}

.fa-compass:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã…Â½";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã¯Â¿Â½";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã¢â‚¬Ëœ";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã¢â‚¬â„¢";
}

.fa-euro:before, .fa-eur:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã¢â‚¬Å“";
}

.fa-gbp:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã¢â‚¬ï¿½";
}

.fa-dollar:before, .fa-usd:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã¢â‚¬Â¢";
}

.fa-rupee:before, .fa-inr:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã¢â‚¬â€œ";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã¢â‚¬â€�";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã‹Å“";
}

.fa-won:before, .fa-krw:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã¢â€žÂ¢";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã…Â¡";
}

.fa-file:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã¢â‚¬Âº";
}

.fa-file-text:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã…â€œ";
}

.fa-sort-alpha-asc:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã¯Â¿Â½";
}

.fa-sort-alpha-desc:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã…Â¾";
}

.fa-sort-amount-asc:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã‚Â ";
}

.fa-sort-amount-desc:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã‚Â¡";
}

.fa-sort-numeric-asc:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã‚Â¢";
}

.fa-sort-numeric-desc:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã‚Â£";
}

.fa-thumbs-up:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã‚Â¤";
}

.fa-thumbs-down:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã‚Â¥";
}

.fa-youtube-square:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã‚Â¦";
}

.fa-youtube:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã‚Â§";
}

.fa-xing:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã‚Â¨";
}

.fa-xing-square:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã‚Â©";
}

.fa-youtube-play:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã‚Âª";
}

.fa-dropbox:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã‚Â«";
}

.fa-stack-overflow:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã‚Â¬";
}

.fa-instagram:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã‚Â­";
}

.fa-flickr:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã‚Â®";
}

.fa-adn:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã‚Â°";
}

.fa-bitbucket:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã‚Â±";
}

.fa-bitbucket-square:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã‚Â²";
}

.fa-tumblr:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã‚Â³";
}

.fa-tumblr-square:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã‚Â´";
}

.fa-long-arrow-down:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã‚Âµ";
}

.fa-long-arrow-up:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã‚Â¶";
}

.fa-long-arrow-left:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã‚Â·";
}

.fa-long-arrow-right:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã‚Â¸";
}

.fa-apple:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã‚Â¹";
}

.fa-windows:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã‚Âº";
}

.fa-android:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã‚Â»";
}

.fa-linux:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã‚Â¼";
}

.fa-dribbble:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã‚Â½";
}

.fa-skype:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã‚Â¾";
}

.fa-foursquare:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â Ã¢â€šÂ¬";
}

.fa-trello:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â Ã¯Â¿Â½";
}

.fa-female:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â Ã¢â‚¬Å¡";
}

.fa-male:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â Ã†â€™";
}

.fa-gittip:before, .fa-gratipay:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â Ã¢â‚¬Å¾";
}

.fa-sun-o:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â Ã¢â‚¬Â¦";
}

.fa-moon-o:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â Ã¢â‚¬Â ";
}

.fa-archive:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â Ã¢â‚¬Â¡";
}

.fa-bug:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â Ã‹â€ ";
}

.fa-vk:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â Ã¢â‚¬Â°";
}

.fa-weibo:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â Ã…Â ";
}

.fa-renren:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â Ã¢â‚¬Â¹";
}

.fa-pagelines:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â Ã…â€™";
}

.fa-stack-exchange:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â Ã¯Â¿Â½";
}

.fa-arrow-circle-o-right:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â Ã…Â½";
}

.fa-arrow-circle-o-left:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â Ã¯Â¿Â½";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â Ã¢â‚¬Ëœ";
}

.fa-dot-circle-o:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â Ã¢â‚¬â„¢";
}

.fa-wheelchair:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â Ã¢â‚¬Å“";
}

.fa-vimeo-square:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â Ã¢â‚¬ï¿½";
}

.fa-turkish-lira:before, .fa-try:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â Ã¢â‚¬Â¢";
}

.fa-plus-square-o:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â Ã¢â‚¬â€œ";
}

.fa-space-shuttle:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â Ã¢â‚¬â€�";
}

.fa-slack:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â Ã‹Å“";
}

.fa-envelope-square:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â Ã¢â€žÂ¢";
}

.fa-wordpress:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â Ã…Â¡";
}

.fa-openid:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â Ã¢â‚¬Âº";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â Ã…â€œ";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â Ã¯Â¿Â½";
}

.fa-yahoo:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â Ã…Â¾";
}

.fa-google:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â Ã‚Â ";
}

.fa-reddit:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â Ã‚Â¡";
}

.fa-reddit-square:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â Ã‚Â¢";
}

.fa-stumbleupon-circle:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â Ã‚Â£";
}

.fa-stumbleupon:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â Ã‚Â¤";
}

.fa-delicious:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â Ã‚Â¥";
}

.fa-digg:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â Ã‚Â¦";
}

.fa-pied-piper-pp:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â Ã‚Â§";
}

.fa-pied-piper-alt:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â Ã‚Â¨";
}

.fa-drupal:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â Ã‚Â©";
}

.fa-joomla:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â Ã‚Âª";
}

.fa-language:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â Ã‚Â«";
}

.fa-fax:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â Ã‚Â¬";
}

.fa-building:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â Ã‚Â­";
}

.fa-child:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â Ã‚Â®";
}

.fa-paw:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â Ã‚Â°";
}

.fa-spoon:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â Ã‚Â±";
}

.fa-cube:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â Ã‚Â²";
}

.fa-cubes:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â Ã‚Â³";
}

.fa-behance:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â Ã‚Â´";
}

.fa-behance-square:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â Ã‚Âµ";
}

.fa-steam:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â Ã‚Â¶";
}

.fa-steam-square:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â Ã‚Â·";
}

.fa-recycle:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â Ã‚Â¸";
}

.fa-automobile:before, .fa-car:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â Ã‚Â¹";
}

.fa-cab:before, .fa-taxi:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â Ã‚Âº";
}

.fa-tree:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â Ã‚Â»";
}

.fa-spotify:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â Ã‚Â¼";
}

.fa-deviantart:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â Ã‚Â½";
}

.fa-soundcloud:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â Ã‚Â¾";
}

.fa-database:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã¢â€šÂ¬";
}

.fa-file-pdf-o:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã¯Â¿Â½";
}

.fa-file-word-o:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã¢â‚¬Å¡";
}

.fa-file-excel-o:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã†â€™";
}

.fa-file-powerpoint-o:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã¢â‚¬Å¾";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã¢â‚¬Â¦";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã¢â‚¬Â ";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã¢â‚¬Â¡";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã‹â€ ";
}

.fa-file-code-o:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã¢â‚¬Â°";
}

.fa-vine:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã…Â ";
}

.fa-codepen:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã¢â‚¬Â¹";
}

.fa-jsfiddle:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã…â€™";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã¯Â¿Â½";
}

.fa-circle-o-notch:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã…Â½";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã¯Â¿Â½";
}

.fa-ge:before, .fa-empire:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã¢â‚¬Ëœ";
}

.fa-git-square:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã¢â‚¬â„¢";
}

.fa-git:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã¢â‚¬Å“";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã¢â‚¬ï¿½";
}

.fa-tencent-weibo:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã¢â‚¬Â¢";
}

.fa-qq:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã¢â‚¬â€œ";
}

.fa-wechat:before, .fa-weixin:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã¢â‚¬â€�";
}

.fa-send:before, .fa-paper-plane:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã‹Å“";
}

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã¢â€žÂ¢";
}

.fa-history:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã…Â¡";
}

.fa-circle-thin:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã¢â‚¬Âº";
}

.fa-header:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã…â€œ";
}

.fa-paragraph:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã¯Â¿Â½";
}

.fa-sliders:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã…Â¾";
}

.fa-share-alt:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã‚Â ";
}

.fa-share-alt-square:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã‚Â¡";
}

.fa-bomb:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã‚Â¢";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã‚Â£";
}

.fa-tty:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã‚Â¤";
}

.fa-binoculars:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã‚Â¥";
}

.fa-plug:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã‚Â¦";
}

.fa-slideshare:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã‚Â§";
}

.fa-twitch:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã‚Â¨";
}

.fa-yelp:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã‚Â©";
}

.fa-newspaper-o:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã‚Âª";
}

.fa-wifi:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã‚Â«";
}

.fa-calculator:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã‚Â¬";
}

.fa-paypal:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã‚Â­";
}

.fa-google-wallet:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã‚Â®";
}

.fa-cc-visa:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã‚Â°";
}

.fa-cc-mastercard:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã‚Â±";
}

.fa-cc-discover:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã‚Â²";
}

.fa-cc-amex:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã‚Â³";
}

.fa-cc-paypal:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã‚Â´";
}

.fa-cc-stripe:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã‚Âµ";
}

.fa-bell-slash:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã‚Â¶";
}

.fa-bell-slash-o:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã‚Â·";
}

.fa-trash:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã‚Â¸";
}

.fa-copyright:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã‚Â¹";
}

.fa-at:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã‚Âº";
}

.fa-eyedropper:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã‚Â»";
}

.fa-paint-brush:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã‚Â¼";
}

.fa-birthday-cake:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã‚Â½";
}

.fa-area-chart:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã‚Â¾";
}

.fa-pie-chart:before {
  content: "ÃƒÂ¯Ã‹â€ Ã¢â€šÂ¬";
}

.fa-line-chart:before {
  content: "ÃƒÂ¯Ã‹â€ Ã¯Â¿Â½";
}

.fa-lastfm:before {
  content: "ÃƒÂ¯Ã‹â€ Ã¢â‚¬Å¡";
}

.fa-lastfm-square:before {
  content: "ÃƒÂ¯Ã‹â€ Ã†â€™";
}

.fa-toggle-off:before {
  content: "ÃƒÂ¯Ã‹â€ Ã¢â‚¬Å¾";
}

.fa-toggle-on:before {
  content: "ÃƒÂ¯Ã‹â€ Ã¢â‚¬Â¦";
}

.fa-bicycle:before {
  content: "ÃƒÂ¯Ã‹â€ Ã¢â‚¬Â ";
}

.fa-bus:before {
  content: "ÃƒÂ¯Ã‹â€ Ã¢â‚¬Â¡";
}

.fa-ioxhost:before {
  content: "ÃƒÂ¯Ã‹â€ Ã‹â€ ";
}

.fa-angellist:before {
  content: "ÃƒÂ¯Ã‹â€ Ã¢â‚¬Â°";
}

.fa-cc:before {
  content: "ÃƒÂ¯Ã‹â€ Ã…Â ";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "ÃƒÂ¯Ã‹â€ Ã¢â‚¬Â¹";
}

.fa-meanpath:before {
  content: "ÃƒÂ¯Ã‹â€ Ã…â€™";
}

.fa-buysellads:before {
  content: "ÃƒÂ¯Ã‹â€ Ã¯Â¿Â½";
}

.fa-connectdevelop:before {
  content: "ÃƒÂ¯Ã‹â€ Ã…Â½";
}

.fa-dashcube:before {
  content: "ÃƒÂ¯Ã‹â€ Ã¯Â¿Â½";
}

.fa-forumbee:before {
  content: "ÃƒÂ¯Ã‹â€ Ã¢â‚¬Ëœ";
}

.fa-leanpub:before {
  content: "ÃƒÂ¯Ã‹â€ Ã¢â‚¬â„¢";
}

.fa-sellsy:before {
  content: "ÃƒÂ¯Ã‹â€ Ã¢â‚¬Å“";
}

.fa-shirtsinbulk:before {
  content: "ÃƒÂ¯Ã‹â€ Ã¢â‚¬ï¿½";
}

.fa-simplybuilt:before {
  content: "ÃƒÂ¯Ã‹â€ Ã¢â‚¬Â¢";
}

.fa-skyatlas:before {
  content: "ÃƒÂ¯Ã‹â€ Ã¢â‚¬â€œ";
}

.fa-cart-plus:before {
  content: "ÃƒÂ¯Ã‹â€ Ã¢â‚¬â€�";
}

.fa-cart-arrow-down:before {
  content: "ÃƒÂ¯Ã‹â€ Ã‹Å“";
}

.fa-diamond:before {
  content: "ÃƒÂ¯Ã‹â€ Ã¢â€žÂ¢";
}

.fa-ship:before {
  content: "ÃƒÂ¯Ã‹â€ Ã…Â¡";
}

.fa-user-secret:before {
  content: "ÃƒÂ¯Ã‹â€ Ã¢â‚¬Âº";
}

.fa-motorcycle:before {
  content: "ÃƒÂ¯Ã‹â€ Ã…â€œ";
}

.fa-street-view:before {
  content: "ÃƒÂ¯Ã‹â€ Ã¯Â¿Â½";
}

.fa-heartbeat:before {
  content: "ÃƒÂ¯Ã‹â€ Ã…Â¾";
}

.fa-venus:before {
  content: "ÃƒÂ¯Ã‹â€ Ã‚Â¡";
}

.fa-mars:before {
  content: "ÃƒÂ¯Ã‹â€ Ã‚Â¢";
}

.fa-mercury:before {
  content: "ÃƒÂ¯Ã‹â€ Ã‚Â£";
}

.fa-intersex:before, .fa-transgender:before {
  content: "ÃƒÂ¯Ã‹â€ Ã‚Â¤";
}

.fa-transgender-alt:before {
  content: "ÃƒÂ¯Ã‹â€ Ã‚Â¥";
}

.fa-venus-double:before {
  content: "ÃƒÂ¯Ã‹â€ Ã‚Â¦";
}

.fa-mars-double:before {
  content: "ÃƒÂ¯Ã‹â€ Ã‚Â§";
}

.fa-venus-mars:before {
  content: "ÃƒÂ¯Ã‹â€ Ã‚Â¨";
}

.fa-mars-stroke:before {
  content: "ÃƒÂ¯Ã‹â€ Ã‚Â©";
}

.fa-mars-stroke-v:before {
  content: "ÃƒÂ¯Ã‹â€ Ã‚Âª";
}

.fa-mars-stroke-h:before {
  content: "ÃƒÂ¯Ã‹â€ Ã‚Â«";
}

.fa-neuter:before {
  content: "ÃƒÂ¯Ã‹â€ Ã‚Â¬";
}

.fa-genderless:before {
  content: "ÃƒÂ¯Ã‹â€ Ã‚Â­";
}

.fa-facebook-official:before {
  content: "ÃƒÂ¯Ã‹â€ Ã‚Â°";
}

.fa-pinterest-p:before {
  content: "ÃƒÂ¯Ã‹â€ Ã‚Â±";
}

.fa-whatsapp:before {
  content: "ÃƒÂ¯Ã‹â€ Ã‚Â²";
}

.fa-server:before {
  content: "ÃƒÂ¯Ã‹â€ Ã‚Â³";
}

.fa-user-plus:before {
  content: "ÃƒÂ¯Ã‹â€ Ã‚Â´";
}

.fa-user-times:before {
  content: "ÃƒÂ¯Ã‹â€ Ã‚Âµ";
}

.fa-hotel:before, .fa-bed:before {
  content: "ÃƒÂ¯Ã‹â€ Ã‚Â¶";
}

.fa-viacoin:before {
  content: "ÃƒÂ¯Ã‹â€ Ã‚Â·";
}

.fa-train:before {
  content: "ÃƒÂ¯Ã‹â€ Ã‚Â¸";
}

.fa-subway:before {
  content: "ÃƒÂ¯Ã‹â€ Ã‚Â¹";
}

.fa-medium:before {
  content: "ÃƒÂ¯Ã‹â€ Ã‚Âº";
}

.fa-yc:before, .fa-y-combinator:before {
  content: "ÃƒÂ¯Ã‹â€ Ã‚Â»";
}

.fa-optin-monster:before {
  content: "ÃƒÂ¯Ã‹â€ Ã‚Â¼";
}

.fa-opencart:before {
  content: "ÃƒÂ¯Ã‹â€ Ã‚Â½";
}

.fa-expeditedssl:before {
  content: "ÃƒÂ¯Ã‹â€ Ã‚Â¾";
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã¢â€šÂ¬";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã¯Â¿Â½";
}

.fa-battery-2:before, .fa-battery-half:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã¢â‚¬Å¡";
}

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã†â€™";
}

.fa-battery-0:before, .fa-battery-empty:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã¢â‚¬Å¾";
}

.fa-mouse-pointer:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã¢â‚¬Â¦";
}

.fa-i-cursor:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã¢â‚¬Â ";
}

.fa-object-group:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã¢â‚¬Â¡";
}

.fa-object-ungroup:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã‹â€ ";
}

.fa-sticky-note:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã¢â‚¬Â°";
}

.fa-sticky-note-o:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã…Â ";
}

.fa-cc-jcb:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã¢â‚¬Â¹";
}

.fa-cc-diners-club:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã…â€™";
}

.fa-clone:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã¯Â¿Â½";
}

.fa-balance-scale:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã…Â½";
}

.fa-hourglass-o:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã¯Â¿Â½";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã¢â‚¬Ëœ";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã¢â‚¬â„¢";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã¢â‚¬Å“";
}

.fa-hourglass:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã¢â‚¬ï¿½";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã¢â‚¬Â¢";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã¢â‚¬â€œ";
}

.fa-hand-scissors-o:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã¢â‚¬â€�";
}

.fa-hand-lizard-o:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã‹Å“";
}

.fa-hand-spock-o:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã¢â€žÂ¢";
}

.fa-hand-pointer-o:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã…Â¡";
}

.fa-hand-peace-o:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã¢â‚¬Âº";
}

.fa-trademark:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã…â€œ";
}

.fa-registered:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã¯Â¿Â½";
}

.fa-creative-commons:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã…Â¾";
}

.fa-gg:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã‚Â ";
}

.fa-gg-circle:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã‚Â¡";
}

.fa-tripadvisor:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã‚Â¢";
}

.fa-odnoklassniki:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã‚Â£";
}

.fa-odnoklassniki-square:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã‚Â¤";
}

.fa-get-pocket:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã‚Â¥";
}

.fa-wikipedia-w:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã‚Â¦";
}

.fa-safari:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã‚Â§";
}

.fa-chrome:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã‚Â¨";
}

.fa-firefox:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã‚Â©";
}

.fa-opera:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã‚Âª";
}

.fa-internet-explorer:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã‚Â«";
}

.fa-tv:before, .fa-television:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã‚Â¬";
}

.fa-contao:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã‚Â­";
}

.fa-500px:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã‚Â®";
}

.fa-amazon:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã‚Â°";
}

.fa-calendar-plus-o:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã‚Â±";
}

.fa-calendar-minus-o:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã‚Â²";
}

.fa-calendar-times-o:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã‚Â³";
}

.fa-calendar-check-o:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã‚Â´";
}

.fa-industry:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã‚Âµ";
}

.fa-map-pin:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã‚Â¶";
}

.fa-map-signs:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã‚Â·";
}

.fa-map-o:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã‚Â¸";
}

.fa-map:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã‚Â¹";
}

.fa-commenting:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã‚Âº";
}

.fa-commenting-o:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã‚Â»";
}

.fa-houzz:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã‚Â¼";
}

.fa-vimeo:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã‚Â½";
}

.fa-black-tie:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã‚Â¾";
}

.fa-fonticons:before {
  content: "ÃƒÂ¯Ã…Â Ã¢â€šÂ¬";
}

.fa-reddit-alien:before {
  content: "ÃƒÂ¯Ã…Â Ã¯Â¿Â½";
}

.fa-edge:before {
  content: "ÃƒÂ¯Ã…Â Ã¢â‚¬Å¡";
}

.fa-credit-card-alt:before {
  content: "ÃƒÂ¯Ã…Â Ã†â€™";
}

.fa-codiepie:before {
  content: "ÃƒÂ¯Ã…Â Ã¢â‚¬Å¾";
}

.fa-modx:before {
  content: "ÃƒÂ¯Ã…Â Ã¢â‚¬Â¦";
}

.fa-fort-awesome:before {
  content: "ÃƒÂ¯Ã…Â Ã¢â‚¬Â ";
}

.fa-usb:before {
  content: "ÃƒÂ¯Ã…Â Ã¢â‚¬Â¡";
}

.fa-product-hunt:before {
  content: "ÃƒÂ¯Ã…Â Ã‹â€ ";
}

.fa-mixcloud:before {
  content: "ÃƒÂ¯Ã…Â Ã¢â‚¬Â°";
}

.fa-scribd:before {
  content: "ÃƒÂ¯Ã…Â Ã…Â ";
}

.fa-pause-circle:before {
  content: "ÃƒÂ¯Ã…Â Ã¢â‚¬Â¹";
}

.fa-pause-circle-o:before {
  content: "ÃƒÂ¯Ã…Â Ã…â€™";
}

.fa-stop-circle:before {
  content: "ÃƒÂ¯Ã…Â Ã¯Â¿Â½";
}

.fa-stop-circle-o:before {
  content: "ÃƒÂ¯Ã…Â Ã…Â½";
}

.fa-shopping-bag:before {
  content: "ÃƒÂ¯Ã…Â Ã¯Â¿Â½";
}

.fa-shopping-basket:before {
  content: "ÃƒÂ¯Ã…Â Ã¢â‚¬Ëœ";
}

.fa-hashtag:before {
  content: "ÃƒÂ¯Ã…Â Ã¢â‚¬â„¢";
}

.fa-bluetooth:before {
  content: "ÃƒÂ¯Ã…Â Ã¢â‚¬Å“";
}

.fa-bluetooth-b:before {
  content: "ÃƒÂ¯Ã…Â Ã¢â‚¬ï¿½";
}

.fa-percent:before {
  content: "ÃƒÂ¯Ã…Â Ã¢â‚¬Â¢";
}

.fa-gitlab:before {
  content: "ÃƒÂ¯Ã…Â Ã¢â‚¬â€œ";
}

.fa-wpbeginner:before {
  content: "ÃƒÂ¯Ã…Â Ã¢â‚¬â€�";
}

.fa-wpforms:before {
  content: "ÃƒÂ¯Ã…Â Ã‹Å“";
}

.fa-envira:before {
  content: "ÃƒÂ¯Ã…Â Ã¢â€žÂ¢";
}

.fa-universal-access:before {
  content: "ÃƒÂ¯Ã…Â Ã…Â¡";
}

.fa-wheelchair-alt:before {
  content: "ÃƒÂ¯Ã…Â Ã¢â‚¬Âº";
}

.fa-question-circle-o:before {
  content: "ÃƒÂ¯Ã…Â Ã…â€œ";
}

.fa-blind:before {
  content: "ÃƒÂ¯Ã…Â Ã¯Â¿Â½";
}

.fa-audio-description:before {
  content: "ÃƒÂ¯Ã…Â Ã…Â¾";
}

.fa-volume-control-phone:before {
  content: "ÃƒÂ¯Ã…Â Ã‚Â ";
}

.fa-braille:before {
  content: "ÃƒÂ¯Ã…Â Ã‚Â¡";
}

.fa-assistive-listening-systems:before {
  content: "ÃƒÂ¯Ã…Â Ã‚Â¢";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "ÃƒÂ¯Ã…Â Ã‚Â£";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "ÃƒÂ¯Ã…Â Ã‚Â¤";
}

.fa-glide:before {
  content: "ÃƒÂ¯Ã…Â Ã‚Â¥";
}

.fa-glide-g:before {
  content: "ÃƒÂ¯Ã…Â Ã‚Â¦";
}

.fa-signing:before, .fa-sign-language:before {
  content: "ÃƒÂ¯Ã…Â Ã‚Â§";
}

.fa-low-vision:before {
  content: "ÃƒÂ¯Ã…Â Ã‚Â¨";
}

.fa-viadeo:before {
  content: "ÃƒÂ¯Ã…Â Ã‚Â©";
}

.fa-viadeo-square:before {
  content: "ÃƒÂ¯Ã…Â Ã‚Âª";
}

.fa-snapchat:before {
  content: "ÃƒÂ¯Ã…Â Ã‚Â«";
}

.fa-snapchat-ghost:before {
  content: "ÃƒÂ¯Ã…Â Ã‚Â¬";
}

.fa-snapchat-square:before {
  content: "ÃƒÂ¯Ã…Â Ã‚Â­";
}

.fa-pied-piper:before {
  content: "ÃƒÂ¯Ã…Â Ã‚Â®";
}

.fa-first-order:before {
  content: "ÃƒÂ¯Ã…Â Ã‚Â°";
}

.fa-yoast:before {
  content: "ÃƒÂ¯Ã…Â Ã‚Â±";
}

.fa-themeisle:before {
  content: "ÃƒÂ¯Ã…Â Ã‚Â²";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "ÃƒÂ¯Ã…Â Ã‚Â³";
}

.fa-fa:before, .fa-font-awesome:before {
  content: "ÃƒÂ¯Ã…Â Ã‚Â´";
}

.fa-handshake-o:before {
  content: "ÃƒÂ¯Ã…Â Ã‚Âµ";
}

.fa-envelope-open:before {
  content: "ÃƒÂ¯Ã…Â Ã‚Â¶";
}

.fa-envelope-open-o:before {
  content: "ÃƒÂ¯Ã…Â Ã‚Â·";
}

.fa-linode:before {
  content: "ÃƒÂ¯Ã…Â Ã‚Â¸";
}

.fa-address-book:before {
  content: "ÃƒÂ¯Ã…Â Ã‚Â¹";
}

.fa-address-book-o:before {
  content: "ÃƒÂ¯Ã…Â Ã‚Âº";
}

.fa-vcard:before, .fa-address-card:before {
  content: "ÃƒÂ¯Ã…Â Ã‚Â»";
}

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "ÃƒÂ¯Ã…Â Ã‚Â¼";
}

.fa-user-circle:before {
  content: "ÃƒÂ¯Ã…Â Ã‚Â½";
}

.fa-user-circle-o:before {
  content: "ÃƒÂ¯Ã…Â Ã‚Â¾";
}

.fa-user-o:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¹Ã¢â€šÂ¬";
}

.fa-id-badge:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¹Ã¯Â¿Â½";
}

.fa-drivers-license:before, .fa-id-card:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¹Ã¢â‚¬Å¡";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¹Ã†â€™";
}

.fa-quora:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¹Ã¢â‚¬Å¾";
}

.fa-free-code-camp:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¹Ã¢â‚¬Â¦";
}

.fa-telegram:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¹Ã¢â‚¬Â ";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¹Ã¢â‚¬Â¡";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¹Ã‹â€ ";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¹Ã¢â‚¬Â°";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¹Ã…Â ";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¹Ã¢â‚¬Â¹";
}

.fa-shower:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¹Ã…â€™";
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¹Ã¯Â¿Â½";
}

.fa-podcast:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¹Ã…Â½";
}

.fa-window-maximize:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¹Ã¯Â¿Â½";
}

.fa-window-minimize:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¹Ã¢â‚¬Ëœ";
}

.fa-window-restore:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¹Ã¢â‚¬â„¢";
}

.fa-times-rectangle:before, .fa-window-close:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¹Ã¢â‚¬Å“";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¹Ã¢â‚¬ï¿½";
}

.fa-bandcamp:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¹Ã¢â‚¬Â¢";
}

.fa-grav:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¹Ã¢â‚¬â€œ";
}

.fa-etsy:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¹Ã¢â‚¬â€�";
}

.fa-imdb:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¹Ã‹Å“";
}

.fa-ravelry:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¹Ã¢â€žÂ¢";
}

.fa-eercast:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¹Ã…Â¡";
}

.fa-microchip:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¹Ã¢â‚¬Âº";
}

.fa-snowflake-o:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¹Ã…â€œ";
}

.fa-superpowers:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¹Ã¯Â¿Â½";
}

.fa-wpexplorer:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¹Ã…Â¾";
}

.fa-meetup:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¹Ã‚Â ";
}

.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;
}

@charset "UTF-8";
/*!
  Ionicons, v2.0.1
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by GoogleÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ioniconÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢s grid from original.
*/
@font-face {
  font-family: "Ionicons";
  font-display: "block";
  src: url("fonts/ionicons.eot");
  src: url("fonts/ionicons1.eot") format("embedded-opentype"), url("fonts/ionicons.ttf") format("truetype"), url("fonts/ionicons.woff") format("woff"), url("fonts/ionicons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.ion, .ionicons, .ion-alert:before, .ion-alert-circled:before, .ion-android-add:before, .ion-android-add-circle:before, .ion-android-alarm-clock:before, .ion-android-alert:before, .ion-android-apps:before, .ion-android-archive:before, .ion-android-arrow-back:before, .ion-android-arrow-down:before, .ion-android-arrow-dropdown:before, .ion-android-arrow-dropdown-circle:before, .ion-android-arrow-dropleft:before, .ion-android-arrow-dropleft-circle:before, .ion-android-arrow-dropright:before, .ion-android-arrow-dropright-circle:before, .ion-android-arrow-dropup:before, .ion-android-arrow-dropup-circle:before, .ion-android-arrow-forward:before, .ion-android-arrow-up:before, .ion-android-attach:before, .ion-android-bar:before, .ion-android-bicycle:before, .ion-android-boat:before, .ion-android-bookmark:before, .ion-android-bulb:before, .ion-android-bus:before, .ion-android-calendar:before, .ion-android-call:before, .ion-android-camera:before, .ion-android-cancel:before, .ion-android-car:before, .ion-android-cart:before, .ion-android-chat:before, .ion-android-checkbox:before, .ion-android-checkbox-blank:before, .ion-android-checkbox-outline:before, .ion-android-checkbox-outline-blank:before, .ion-android-checkmark-circle:before, .ion-android-clipboard:before, .ion-android-close:before, .ion-android-cloud:before, .ion-android-cloud-circle:before, .ion-android-cloud-done:before, .ion-android-cloud-outline:before, .ion-android-color-palette:before, .ion-android-compass:before, .ion-android-contact:before, .ion-android-contacts:before, .ion-android-contract:before, .ion-android-create:before, .ion-android-delete:before, .ion-android-desktop:before, .ion-android-document:before, .ion-android-done:before, .ion-android-done-all:before, .ion-android-download:before, .ion-android-drafts:before, .ion-android-exit:before, .ion-android-expand:before, .ion-android-favorite:before, .ion-android-favorite-outline:before, .ion-android-film:before, .ion-android-folder:before, .ion-android-folder-open:before, .ion-android-funnel:before, .ion-android-globe:before, .ion-android-hand:before, .ion-android-hangout:before, .ion-android-happy:before, .ion-android-home:before, .ion-android-image:before, .ion-android-laptop:before, .ion-android-list:before, .ion-android-locate:before, .ion-android-lock:before, .ion-android-mail:before, .ion-android-map:before, .ion-android-menu:before, .ion-android-microphone:before, .ion-android-microphone-off:before, .ion-android-more-horizontal:before, .ion-android-more-vertical:before, .ion-android-navigate:before, .ion-android-notifications:before, .ion-android-notifications-none:before, .ion-android-notifications-off:before, .ion-android-open:before, .ion-android-options:before, .ion-android-people:before, .ion-android-person:before, .ion-android-person-add:before, .ion-android-phone-landscape:before, .ion-android-phone-portrait:before, .ion-android-pin:before, .ion-android-plane:before, .ion-android-playstore:before, .ion-android-print:before, .ion-android-radio-button-off:before, .ion-android-radio-button-on:before, .ion-android-refresh:before, .ion-android-remove:before, .ion-android-remove-circle:before, .ion-android-restaurant:before, .ion-android-sad:before, .ion-android-search:before, .ion-android-send:before, .ion-android-settings:before, .ion-android-share:before, .ion-android-share-alt:before, .ion-android-star:before, .ion-android-star-half:before, .ion-android-star-outline:before, .ion-android-stopwatch:before, .ion-android-subway:before, .ion-android-sunny:before, .ion-android-sync:before, .ion-android-textsms:before, .ion-android-time:before, .ion-android-train:before, .ion-android-unlock:before, .ion-android-upload:before, .ion-android-volume-down:before, .ion-android-volume-mute:before, .ion-android-volume-off:before, .ion-android-volume-up:before, .ion-android-walk:before, .ion-android-warning:before, .ion-android-watch:before, .ion-android-wifi:before, .ion-aperture:before, .ion-archive:before, .ion-arrow-down-a:before, .ion-arrow-down-b:before, .ion-arrow-down-c:before, .ion-arrow-expand:before, .ion-arrow-graph-down-left:before, .ion-arrow-graph-down-right:before, .ion-arrow-graph-up-left:before, .ion-arrow-graph-up-right:before, .ion-arrow-left-a:before, .ion-arrow-left-b:before, .ion-arrow-left-c:before, .ion-arrow-move:before, .ion-arrow-resize:before, .ion-arrow-return-left:before, .ion-arrow-return-right:before, .ion-arrow-right-a:before, .ion-arrow-right-b:before, .ion-arrow-right-c:before, .ion-arrow-shrink:before, .ion-arrow-swap:before, .ion-arrow-up-a:before, .ion-arrow-up-b:before, .ion-arrow-up-c:before, .ion-asterisk:before, .ion-at:before, .ion-backspace:before, .ion-backspace-outline:before, .ion-bag:before, .ion-battery-charging:before, .ion-battery-empty:before, .ion-battery-full:before, .ion-battery-half:before, .ion-battery-low:before, .ion-beaker:before, .ion-beer:before, .ion-bluetooth:before, .ion-bonfire:before, .ion-bookmark:before, .ion-bowtie:before, .ion-briefcase:before, .ion-bug:before, .ion-calculator:before, .ion-calendar:before, .ion-camera:before, .ion-card:before, .ion-cash:before, .ion-chatbox:before, .ion-chatbox-working:before, .ion-chatboxes:before, .ion-chatbubble:before, .ion-chatbubble-working:before, .ion-chatbubbles:before, .ion-checkmark:before, .ion-checkmark-circled:before, .ion-checkmark-round:before, .ion-chevron-down:before, .ion-chevron-left:before, .ion-chevron-right:before, .ion-chevron-up:before, .ion-clipboard:before, .ion-clock:before, .ion-close:before, .ion-close-circled:before, .ion-close-round:before, .ion-closed-captioning:before, .ion-cloud:before, .ion-code:before, .ion-code-download:before, .ion-code-working:before, .ion-coffee:before, .ion-compass:before, .ion-compose:before, .ion-connection-bars:before, .ion-contrast:before, .ion-crop:before, .ion-cube:before, .ion-disc:before, .ion-document:before, .ion-document-text:before, .ion-drag:before, .ion-earth:before, .ion-easel:before, .ion-edit:before, .ion-egg:before, .ion-eject:before, .ion-email:before, .ion-email-unread:before, .ion-erlenmeyer-flask:before, .ion-erlenmeyer-flask-bubbles:before, .ion-eye:before, .ion-eye-disabled:before, .ion-female:before, .ion-filing:before, .ion-film-marker:before, .ion-fireball:before, .ion-flag:before, .ion-flame:before, .ion-flash:before, .ion-flash-off:before, .ion-folder:before, .ion-fork:before, .ion-fork-repo:before, .ion-forward:before, .ion-funnel:before, .ion-gear-a:before, .ion-gear-b:before, .ion-grid:before, .ion-hammer:before, .ion-happy:before, .ion-happy-outline:before, .ion-headphone:before, .ion-heart:before, .ion-heart-broken:before, .ion-help:before, .ion-help-buoy:before, .ion-help-circled:before, .ion-home:before, .ion-icecream:before, .ion-image:before, .ion-images:before, .ion-information:before, .ion-information-circled:before, .ion-ionic:before, .ion-ios-alarm:before, .ion-ios-alarm-outline:before, .ion-ios-albums:before, .ion-ios-albums-outline:before, .ion-ios-americanfootball:before, .ion-ios-americanfootball-outline:before, .ion-ios-analytics:before, .ion-ios-analytics-outline:before, .ion-ios-arrow-back:before, .ion-ios-arrow-down:before, .ion-ios-arrow-forward:before, .ion-ios-arrow-left:before, .ion-ios-arrow-right:before, .ion-ios-arrow-thin-down:before, .ion-ios-arrow-thin-left:before, .ion-ios-arrow-thin-right:before, .ion-ios-arrow-thin-up:before, .ion-ios-arrow-up:before, .ion-ios-at:before, .ion-ios-at-outline:before, .ion-ios-barcode:before, .ion-ios-barcode-outline:before, .ion-ios-baseball:before, .ion-ios-baseball-outline:before, .ion-ios-basketball:before, .ion-ios-basketball-outline:before, .ion-ios-bell:before, .ion-ios-bell-outline:before, .ion-ios-body:before, .ion-ios-body-outline:before, .ion-ios-bolt:before, .ion-ios-bolt-outline:before, .ion-ios-book:before, .ion-ios-book-outline:before, .ion-ios-bookmarks:before, .ion-ios-bookmarks-outline:before, .ion-ios-box:before, .ion-ios-box-outline:before, .ion-ios-briefcase:before, .ion-ios-briefcase-outline:before, .ion-ios-browsers:before, .ion-ios-browsers-outline:before, .ion-ios-calculator:before, .ion-ios-calculator-outline:before, .ion-ios-calendar:before, .ion-ios-calendar-outline:before, .ion-ios-camera:before, .ion-ios-camera-outline:before, .ion-ios-cart:before, .ion-ios-cart-outline:before, .ion-ios-chatboxes:before, .ion-ios-chatboxes-outline:before, .ion-ios-chatbubble:before, .ion-ios-chatbubble-outline:before, .ion-ios-checkmark:before, .ion-ios-checkmark-empty:before, .ion-ios-checkmark-outline:before, .ion-ios-circle-filled:before, .ion-ios-circle-outline:before, .ion-ios-clock:before, .ion-ios-clock-outline:before, .ion-ios-close:before, .ion-ios-close-empty:before, .ion-ios-close-outline:before, .ion-ios-cloud:before, .ion-ios-cloud-download:before, .ion-ios-cloud-download-outline:before, .ion-ios-cloud-outline:before, .ion-ios-cloud-upload:before, .ion-ios-cloud-upload-outline:before, .ion-ios-cloudy:before, .ion-ios-cloudy-night:before, .ion-ios-cloudy-night-outline:before, .ion-ios-cloudy-outline:before, .ion-ios-cog:before, .ion-ios-cog-outline:before, .ion-ios-color-filter:before, .ion-ios-color-filter-outline:before, .ion-ios-color-wand:before, .ion-ios-color-wand-outline:before, .ion-ios-compose:before, .ion-ios-compose-outline:before, .ion-ios-contact:before, .ion-ios-contact-outline:before, .ion-ios-copy:before, .ion-ios-copy-outline:before, .ion-ios-crop:before, .ion-ios-crop-strong:before, .ion-ios-download:before, .ion-ios-download-outline:before, .ion-ios-drag:before, .ion-ios-email:before, .ion-ios-email-outline:before, .ion-ios-eye:before, .ion-ios-eye-outline:before, .ion-ios-fastforward:before, .ion-ios-fastforward-outline:before, .ion-ios-filing:before, .ion-ios-filing-outline:before, .ion-ios-film:before, .ion-ios-film-outline:before, .ion-ios-flag:before, .ion-ios-flag-outline:before, .ion-ios-flame:before, .ion-ios-flame-outline:before, .ion-ios-flask:before, .ion-ios-flask-outline:before, .ion-ios-flower:before, .ion-ios-flower-outline:before, .ion-ios-folder:before, .ion-ios-folder-outline:before, .ion-ios-football:before, .ion-ios-football-outline:before, .ion-ios-game-controller-a:before, .ion-ios-game-controller-a-outline:before, .ion-ios-game-controller-b:before, .ion-ios-game-controller-b-outline:before, .ion-ios-gear:before, .ion-ios-gear-outline:before, .ion-ios-glasses:before, .ion-ios-glasses-outline:before, .ion-ios-grid-view:before, .ion-ios-grid-view-outline:before, .ion-ios-heart:before, .ion-ios-heart-outline:before, .ion-ios-help:before, .ion-ios-help-empty:before, .ion-ios-help-outline:before, .ion-ios-home:before, .ion-ios-home-outline:before, .ion-ios-infinite:before, .ion-ios-infinite-outline:before, .ion-ios-information:before, .ion-ios-information-empty:before, .ion-ios-information-outline:before, .ion-ios-ionic-outline:before, .ion-ios-keypad:before, .ion-ios-keypad-outline:before, .ion-ios-lightbulb:before, .ion-ios-lightbulb-outline:before, .ion-ios-list:before, .ion-ios-list-outline:before, .ion-ios-location:before, .ion-ios-location-outline:before, .ion-ios-locked:before, .ion-ios-locked-outline:before, .ion-ios-loop:before, .ion-ios-loop-strong:before, .ion-ios-medical:before, .ion-ios-medical-outline:before, .ion-ios-medkit:before, .ion-ios-medkit-outline:before, .ion-ios-mic:before, .ion-ios-mic-off:before, .ion-ios-mic-outline:before, .ion-ios-minus:before, .ion-ios-minus-empty:before, .ion-ios-minus-outline:before, .ion-ios-monitor:before, .ion-ios-monitor-outline:before, .ion-ios-moon:before, .ion-ios-moon-outline:before, .ion-ios-more:before, .ion-ios-more-outline:before, .ion-ios-musical-note:before, .ion-ios-musical-notes:before, .ion-ios-navigate:before, .ion-ios-navigate-outline:before, .ion-ios-nutrition:before, .ion-ios-nutrition-outline:before, .ion-ios-paper:before, .ion-ios-paper-outline:before, .ion-ios-paperplane:before, .ion-ios-paperplane-outline:before, .ion-ios-partlysunny:before, .ion-ios-partlysunny-outline:before, .ion-ios-pause:before, .ion-ios-pause-outline:before, .ion-ios-paw:before, .ion-ios-paw-outline:before, .ion-ios-people:before, .ion-ios-people-outline:before, .ion-ios-person:before, .ion-ios-person-outline:before, .ion-ios-personadd:before, .ion-ios-personadd-outline:before, .ion-ios-photos:before, .ion-ios-photos-outline:before, .ion-ios-pie:before, .ion-ios-pie-outline:before, .ion-ios-pint:before, .ion-ios-pint-outline:before, .ion-ios-play:before, .ion-ios-play-outline:before, .ion-ios-plus:before, .ion-ios-plus-empty:before, .ion-ios-plus-outline:before, .ion-ios-pricetag:before, .ion-ios-pricetag-outline:before, .ion-ios-pricetags:before, .ion-ios-pricetags-outline:before, .ion-ios-printer:before, .ion-ios-printer-outline:before, .ion-ios-pulse:before, .ion-ios-pulse-strong:before, .ion-ios-rainy:before, .ion-ios-rainy-outline:before, .ion-ios-recording:before, .ion-ios-recording-outline:before, .ion-ios-redo:before, .ion-ios-redo-outline:before, .ion-ios-refresh:before, .ion-ios-refresh-empty:before, .ion-ios-refresh-outline:before, .ion-ios-reload:before, .ion-ios-reverse-camera:before, .ion-ios-reverse-camera-outline:before, .ion-ios-rewind:before, .ion-ios-rewind-outline:before, .ion-ios-rose:before, .ion-ios-rose-outline:before, .ion-ios-search:before, .ion-ios-search-strong:before, .ion-ios-settings:before, .ion-ios-settings-strong:before, .ion-ios-shuffle:before, .ion-ios-shuffle-strong:before, .ion-ios-skipbackward:before, .ion-ios-skipbackward-outline:before, .ion-ios-skipforward:before, .ion-ios-skipforward-outline:before, .ion-ios-snowy:before, .ion-ios-speedometer:before, .ion-ios-speedometer-outline:before, .ion-ios-star:before, .ion-ios-star-half:before, .ion-ios-star-outline:before, .ion-ios-stopwatch:before, .ion-ios-stopwatch-outline:before, .ion-ios-sunny:before, .ion-ios-sunny-outline:before, .ion-ios-telephone:before, .ion-ios-telephone-outline:before, .ion-ios-tennisball:before, .ion-ios-tennisball-outline:before, .ion-ios-thunderstorm:before, .ion-ios-thunderstorm-outline:before, .ion-ios-time:before, .ion-ios-time-outline:before, .ion-ios-timer:before, .ion-ios-timer-outline:before, .ion-ios-toggle:before, .ion-ios-toggle-outline:before, .ion-ios-trash:before, .ion-ios-trash-outline:before, .ion-ios-undo:before, .ion-ios-undo-outline:before, .ion-ios-unlocked:before, .ion-ios-unlocked-outline:before, .ion-ios-upload:before, .ion-ios-upload-outline:before, .ion-ios-videocam:before, .ion-ios-videocam-outline:before, .ion-ios-volume-high:before, .ion-ios-volume-low:before, .ion-ios-wineglass:before, .ion-ios-wineglass-outline:before, .ion-ios-world:before, .ion-ios-world-outline:before, .ion-ipad:before, .ion-iphone:before, .ion-ipod:before, .ion-jet:before, .ion-key:before, .ion-knife:before, .ion-laptop:before, .ion-leaf:before, .ion-levels:before, .ion-lightbulb:before, .ion-link:before, .ion-load-a:before, .ion-load-b:before, .ion-load-c:before, .ion-load-d:before, .ion-location:before, .ion-lock-combination:before, .ion-locked:before, .ion-log-in:before, .ion-log-out:before, .ion-loop:before, .ion-magnet:before, .ion-male:before, .ion-man:before, .ion-map:before, .ion-medkit:before, .ion-merge:before, .ion-mic-a:before, .ion-mic-b:before, .ion-mic-c:before, .ion-minus:before, .ion-minus-circled:before, .ion-minus-round:before, .ion-model-s:before, .ion-monitor:before, .ion-more:before, .ion-mouse:before, .ion-music-note:before, .ion-navicon:before, .ion-navicon-round:before, .ion-navigate:before, .ion-network:before, .ion-no-smoking:before, .ion-nuclear:before, .ion-outlet:before, .ion-paintbrush:before, .ion-paintbucket:before, .ion-paper-airplane:before, .ion-paperclip:before, .ion-pause:before, .ion-person:before, .ion-person-add:before, .ion-person-stalker:before, .ion-pie-graph:before, .ion-pin:before, .ion-pinpoint:before, .ion-pizza:before, .ion-plane:before, .ion-planet:before, .ion-play:before, .ion-playstation:before, .ion-plus:before, .ion-plus-circled:before, .ion-plus-round:before, .ion-podium:before, .ion-pound:before, .ion-power:before, .ion-pricetag:before, .ion-pricetags:before, .ion-printer:before, .ion-pull-request:before, .ion-qr-scanner:before, .ion-quote:before, .ion-radio-waves:before, .ion-record:before, .ion-refresh:before, .ion-reply:before, .ion-reply-all:before, .ion-ribbon-a:before, .ion-ribbon-b:before, .ion-sad:before, .ion-sad-outline:before, .ion-scissors:before, .ion-search:before, .ion-settings:before, .ion-share:before, .ion-shuffle:before, .ion-skip-backward:before, .ion-skip-forward:before, .ion-social-android:before, .ion-social-android-outline:before, .ion-social-angular:before, .ion-social-angular-outline:before, .ion-social-apple:before, .ion-social-apple-outline:before, .ion-social-bitcoin:before, .ion-social-bitcoin-outline:before, .ion-social-buffer:before, .ion-social-buffer-outline:before, .ion-social-chrome:before, .ion-social-chrome-outline:before, .ion-social-codepen:before, .ion-social-codepen-outline:before, .ion-social-css3:before, .ion-social-css3-outline:before, .ion-social-designernews:before, .ion-social-designernews-outline:before, .ion-social-dribbble:before, .ion-social-dribbble-outline:before, .ion-social-dropbox:before, .ion-social-dropbox-outline:before, .ion-social-euro:before, .ion-social-euro-outline:before, .ion-social-facebook:before, .ion-social-facebook-outline:before, .ion-social-foursquare:before, .ion-social-foursquare-outline:before, .ion-social-freebsd-devil:before, .ion-social-github:before, .ion-social-github-outline:before, .ion-social-google:before, .ion-social-google-outline:before, .ion-social-googleplus:before, .ion-social-googleplus-outline:before, .ion-social-hackernews:before, .ion-social-hackernews-outline:before, .ion-social-html5:before, .ion-social-html5-outline:before, .ion-social-instagram:before, .ion-social-instagram-outline:before, .ion-social-javascript:before, .ion-social-javascript-outline:before, .ion-social-linkedin:before, .ion-social-linkedin-outline:before, .ion-social-markdown:before, .ion-social-nodejs:before, .ion-social-octocat:before, .ion-social-pinterest:before, .ion-social-pinterest-outline:before, .ion-social-python:before, .ion-social-reddit:before, .ion-social-reddit-outline:before, .ion-social-rss:before, .ion-social-rss-outline:before, .ion-social-sass:before, .ion-social-skype:before, .ion-social-skype-outline:before, .ion-social-snapchat:before, .ion-social-snapchat-outline:before, .ion-social-tumblr:before, .ion-social-tumblr-outline:before, .ion-social-tux:before, .ion-social-twitch:before, .ion-social-twitch-outline:before, .ion-social-twitter:before, .ion-social-twitter-outline:before, .ion-social-usd:before, .ion-social-usd-outline:before, .ion-social-vimeo:before, .ion-social-vimeo-outline:before, .ion-social-whatsapp:before, .ion-social-whatsapp-outline:before, .ion-social-windows:before, .ion-social-windows-outline:before, .ion-social-wordpress:before, .ion-social-wordpress-outline:before, .ion-social-yahoo:before, .ion-social-yahoo-outline:before, .ion-social-yen:before, .ion-social-yen-outline:before, .ion-social-youtube:before, .ion-social-youtube-outline:before, .ion-soup-can:before, .ion-soup-can-outline:before, .ion-speakerphone:before, .ion-speedometer:before, .ion-spoon:before, .ion-star:before, .ion-stats-bars:before, .ion-steam:before, .ion-stop:before, .ion-thermometer:before, .ion-thumbsdown:before, .ion-thumbsup:before, .ion-toggle:before, .ion-toggle-filled:before, .ion-transgender:before, .ion-trash-a:before, .ion-trash-b:before, .ion-trophy:before, .ion-tshirt:before, .ion-tshirt-outline:before, .ion-umbrella:before, .ion-university:before, .ion-unlocked:before, .ion-upload:before, .ion-usb:before, .ion-videocamera:before, .ion-volume-high:before, .ion-volume-low:before, .ion-volume-medium:before, .ion-volume-mute:before, .ion-wand:before, .ion-waterdrop:before, .ion-wifi:before, .ion-wineglass:before, .ion-woman:before, .ion-wrench:before, .ion-xbox:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ion-alert:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¯Â¿Â½";
}

.ion-alert-circled:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â€šÂ¬";
}

.ion-android-add:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¹Ã¢â‚¬Â¡";
}

.ion-android-add-circle:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â€žÂ¢";
}

.ion-android-alarm-clock:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã…Â¡";
}

.ion-android-alert:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â‚¬Âº";
}

.ion-android-apps:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã…â€œ";
}

.ion-android-archive:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¹Ã¢â‚¬Â°";
}

.ion-android-arrow-back:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¹Ã…Â ";
}

.ion-android-arrow-down:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¯Â¿Â½";
}

.ion-android-arrow-dropdown:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã…Â¸";
}

.ion-android-arrow-dropdown-circle:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã…Â¾";
}

.ion-android-arrow-dropleft:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â¡";
}

.ion-android-arrow-dropleft-circle:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â ";
}

.ion-android-arrow-dropright:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â£";
}

.ion-android-arrow-dropright-circle:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â¢";
}

.ion-android-arrow-dropup:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â¥";
}

.ion-android-arrow-dropup-circle:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â¤";
}

.ion-android-arrow-forward:before {
  content: "ÃƒÂ¯Ã…â€™Ã¯Â¿Â½";
}

.ion-android-arrow-up:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â¦";
}

.ion-android-attach:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â§";
}

.ion-android-bar:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â¨";
}

.ion-android-bicycle:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â©";
}

.ion-android-boat:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Âª";
}

.ion-android-bookmark:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â«";
}

.ion-android-bulb:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â¬";
}

.ion-android-bus:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â­";
}

.ion-android-calendar:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¹Ã¢â‚¬Ëœ";
}

.ion-android-call:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¹Ã¢â‚¬â„¢";
}

.ion-android-camera:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¹Ã¢â‚¬Å“";
}

.ion-android-cancel:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â®";
}

.ion-android-car:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â¯";
}

.ion-android-cart:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â°";
}

.ion-android-chat:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¹Ã¢â‚¬ï¿½";
}

.ion-android-checkbox:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â´";
}

.ion-android-checkbox-blank:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â±";
}

.ion-android-checkbox-outline:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â³";
}

.ion-android-checkbox-outline-blank:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â²";
}

.ion-android-checkmark-circle:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Âµ";
}

.ion-android-clipboard:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â¶";
}

.ion-android-close:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¹Ã¢â‚¬â€�";
}

.ion-android-cloud:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Âº";
}

.ion-android-cloud-circle:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â·";
}

.ion-android-cloud-done:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â¸";
}

.ion-android-cloud-outline:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â¹";
}

.ion-android-color-palette:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â»";
}

.ion-android-compass:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â¼";
}

.ion-android-contact:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¹Ã‹Å“";
}

.ion-android-contacts:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¹Ã¢â€žÂ¢";
}

.ion-android-contract:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â½";
}

.ion-android-create:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â¾";
}

.ion-android-delete:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â¿";
}

.ion-android-desktop:before {
  content: "ÃƒÂ¯Ã…Â½Ã¢â€šÂ¬";
}

.ion-android-document:before {
  content: "ÃƒÂ¯Ã…Â½Ã¯Â¿Â½";
}

.ion-android-done:before {
  content: "ÃƒÂ¯Ã…Â½Ã†â€™";
}

.ion-android-done-all:before {
  content: "ÃƒÂ¯Ã…Â½Ã¢â‚¬Å¡";
}

.ion-android-download:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¹Ã¯Â¿Â½";
}

.ion-android-drafts:before {
  content: "ÃƒÂ¯Ã…Â½Ã¢â‚¬Å¾";
}

.ion-android-exit:before {
  content: "ÃƒÂ¯Ã…Â½Ã¢â‚¬Â¦";
}

.ion-android-expand:before {
  content: "ÃƒÂ¯Ã…Â½Ã¢â‚¬Â ";
}

.ion-android-favorite:before {
  content: "ÃƒÂ¯Ã…Â½Ã‹â€ ";
}

.ion-android-favorite-outline:before {
  content: "ÃƒÂ¯Ã…Â½Ã¢â‚¬Â¡";
}

.ion-android-film:before {
  content: "ÃƒÂ¯Ã…Â½Ã¢â‚¬Â°";
}

.ion-android-folder:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¹Ã‚Â ";
}

.ion-android-folder-open:before {
  content: "ÃƒÂ¯Ã…Â½Ã…Â ";
}

.ion-android-funnel:before {
  content: "ÃƒÂ¯Ã…Â½Ã¢â‚¬Â¹";
}

.ion-android-globe:before {
  content: "ÃƒÂ¯Ã…Â½Ã…â€™";
}

.ion-android-hand:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¹Ã‚Â£";
}

.ion-android-hangout:before {
  content: "ÃƒÂ¯Ã…Â½Ã¯Â¿Â½";
}

.ion-android-happy:before {
  content: "ÃƒÂ¯Ã…Â½Ã…Â½";
}

.ion-android-home:before {
  content: "ÃƒÂ¯Ã…Â½Ã¯Â¿Â½";
}

.ion-android-image:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¹Ã‚Â¤";
}

.ion-android-laptop:before {
  content: "ÃƒÂ¯Ã…Â½Ã¯Â¿Â½";
}

.ion-android-list:before {
  content: "ÃƒÂ¯Ã…Â½Ã¢â‚¬Ëœ";
}

.ion-android-locate:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¹Ã‚Â©";
}

.ion-android-lock:before {
  content: "ÃƒÂ¯Ã…Â½Ã¢â‚¬â„¢";
}

.ion-android-mail:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¹Ã‚Â«";
}

.ion-android-map:before {
  content: "ÃƒÂ¯Ã…Â½Ã¢â‚¬Å“";
}

.ion-android-menu:before {
  content: "ÃƒÂ¯Ã…Â½Ã¢â‚¬ï¿½";
}

.ion-android-microphone:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¹Ã‚Â¬";
}

.ion-android-microphone-off:before {
  content: "ÃƒÂ¯Ã…Â½Ã¢â‚¬Â¢";
}

.ion-android-more-horizontal:before {
  content: "ÃƒÂ¯Ã…Â½Ã¢â‚¬â€œ";
}

.ion-android-more-vertical:before {
  content: "ÃƒÂ¯Ã…Â½Ã¢â‚¬â€�";
}

.ion-android-navigate:before {
  content: "ÃƒÂ¯Ã…Â½Ã‹Å“";
}

.ion-android-notifications:before {
  content: "ÃƒÂ¯Ã…Â½Ã¢â‚¬Âº";
}

.ion-android-notifications-none:before {
  content: "ÃƒÂ¯Ã…Â½Ã¢â€žÂ¢";
}

.ion-android-notifications-off:before {
  content: "ÃƒÂ¯Ã…Â½Ã…Â¡";
}

.ion-android-open:before {
  content: "ÃƒÂ¯Ã…Â½Ã…â€œ";
}

.ion-android-options:before {
  content: "ÃƒÂ¯Ã…Â½Ã¯Â¿Â½";
}

.ion-android-people:before {
  content: "ÃƒÂ¯Ã…Â½Ã…Â¾";
}

.ion-android-person:before {
  content: "ÃƒÂ¯Ã…Â½Ã‚Â ";
}

.ion-android-person-add:before {
  content: "ÃƒÂ¯Ã…Â½Ã…Â¸";
}

.ion-android-phone-landscape:before {
  content: "ÃƒÂ¯Ã…Â½Ã‚Â¡";
}

.ion-android-phone-portrait:before {
  content: "ÃƒÂ¯Ã…Â½Ã‚Â¢";
}

.ion-android-pin:before {
  content: "ÃƒÂ¯Ã…Â½Ã‚Â£";
}

.ion-android-plane:before {
  content: "ÃƒÂ¯Ã…Â½Ã‚Â¤";
}

.ion-android-playstore:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¹Ã‚Â°";
}

.ion-android-print:before {
  content: "ÃƒÂ¯Ã…Â½Ã‚Â¥";
}

.ion-android-radio-button-off:before {
  content: "ÃƒÂ¯Ã…Â½Ã‚Â¦";
}

.ion-android-radio-button-on:before {
  content: "ÃƒÂ¯Ã…Â½Ã‚Â§";
}

.ion-android-refresh:before {
  content: "ÃƒÂ¯Ã…Â½Ã‚Â¨";
}

.ion-android-remove:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¹Ã‚Â´";
}

.ion-android-remove-circle:before {
  content: "ÃƒÂ¯Ã…Â½Ã‚Â©";
}

.ion-android-restaurant:before {
  content: "ÃƒÂ¯Ã…Â½Ã‚Âª";
}

.ion-android-sad:before {
  content: "ÃƒÂ¯Ã…Â½Ã‚Â«";
}

.ion-android-search:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¹Ã‚Âµ";
}

.ion-android-send:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¹Ã‚Â¶";
}

.ion-android-settings:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¹Ã‚Â·";
}

.ion-android-share:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¹Ã‚Â¸";
}

.ion-android-share-alt:before {
  content: "ÃƒÂ¯Ã…Â½Ã‚Â¬";
}

.ion-android-star:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¹Ã‚Â¼";
}

.ion-android-star-half:before {
  content: "ÃƒÂ¯Ã…Â½Ã‚Â­";
}

.ion-android-star-outline:before {
  content: "ÃƒÂ¯Ã…Â½Ã‚Â®";
}

.ion-android-stopwatch:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¹Ã‚Â½";
}

.ion-android-subway:before {
  content: "ÃƒÂ¯Ã…Â½Ã‚Â¯";
}

.ion-android-sunny:before {
  content: "ÃƒÂ¯Ã…Â½Ã‚Â°";
}

.ion-android-sync:before {
  content: "ÃƒÂ¯Ã…Â½Ã‚Â±";
}

.ion-android-textsms:before {
  content: "ÃƒÂ¯Ã…Â½Ã‚Â²";
}

.ion-android-time:before {
  content: "ÃƒÂ¯Ã…Â½Ã‚Â³";
}

.ion-android-train:before {
  content: "ÃƒÂ¯Ã…Â½Ã‚Â´";
}

.ion-android-unlock:before {
  content: "ÃƒÂ¯Ã…Â½Ã‚Âµ";
}

.ion-android-upload:before {
  content: "ÃƒÂ¯Ã…Â½Ã‚Â¶";
}

.ion-android-volume-down:before {
  content: "ÃƒÂ¯Ã…Â½Ã‚Â·";
}

.ion-android-volume-mute:before {
  content: "ÃƒÂ¯Ã…Â½Ã‚Â¸";
}

.ion-android-volume-off:before {
  content: "ÃƒÂ¯Ã…Â½Ã‚Â¹";
}

.ion-android-volume-up:before {
  content: "ÃƒÂ¯Ã…Â½Ã‚Âº";
}

.ion-android-walk:before {
  content: "ÃƒÂ¯Ã…Â½Ã‚Â»";
}

.ion-android-warning:before {
  content: "ÃƒÂ¯Ã…Â½Ã‚Â¼";
}

.ion-android-watch:before {
  content: "ÃƒÂ¯Ã…Â½Ã‚Â½";
}

.ion-android-wifi:before {
  content: "ÃƒÂ¯Ã…â€™Ã¢â‚¬Â¦";
}

.ion-aperture:before {
  content: "ÃƒÂ¯Ã…â€™Ã¢â‚¬Å“";
}

.ion-archive:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Å¡";
}

.ion-arrow-down-a:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã†â€™";
}

.ion-arrow-down-b:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Å¾";
}

.ion-arrow-down-c:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Â¦";
}

.ion-arrow-expand:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã…Â¾";
}

.ion-arrow-graph-down-left:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã…Â¸";
}

.ion-arrow-graph-down-right:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã‚Â ";
}

.ion-arrow-graph-up-left:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã‚Â¡";
}

.ion-arrow-graph-up-right:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã‚Â¢";
}

.ion-arrow-left-a:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Â ";
}

.ion-arrow-left-b:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Â¡";
}

.ion-arrow-left-c:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã‹â€ ";
}

.ion-arrow-move:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã‚Â£";
}

.ion-arrow-resize:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã‚Â¤";
}

.ion-arrow-return-left:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã‚Â¥";
}

.ion-arrow-return-right:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã‚Â¦";
}

.ion-arrow-right-a:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Â°";
}

.ion-arrow-right-b:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã…Â ";
}

.ion-arrow-right-c:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Â¹";
}

.ion-arrow-shrink:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã‚Â§";
}

.ion-arrow-swap:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã‚Â¨";
}

.ion-arrow-up-a:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã…â€™";
}

.ion-arrow-up-b:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¯Â¿Â½";
}

.ion-arrow-up-c:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã…Â½";
}

.ion-asterisk:before {
  content: "ÃƒÂ¯Ã…â€™Ã¢â‚¬ï¿½";
}

.ion-at:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¯Â¿Â½";
}

.ion-backspace:before {
  content: "ÃƒÂ¯Ã…Â½Ã‚Â¿";
}

.ion-backspace-outline:before {
  content: "ÃƒÂ¯Ã…Â½Ã‚Â¾";
}

.ion-bag:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¯Â¿Â½";
}

.ion-battery-charging:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Ëœ";
}

.ion-battery-empty:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬â„¢";
}

.ion-battery-full:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Å“";
}

.ion-battery-half:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬ï¿½";
}

.ion-battery-low:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Â¢";
}

.ion-beaker:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã‚Â©";
}

.ion-beer:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã‚Âª";
}

.ion-bluetooth:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬â€œ";
}

.ion-bonfire:before {
  content: "ÃƒÂ¯Ã…â€™Ã¢â‚¬Â¢";
}

.ion-bookmark:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã‚Â«";
}

.ion-bowtie:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â€šÂ¬";
}

.ion-briefcase:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã‚Â¬";
}

.ion-bug:before {
  content: "ÃƒÂ¯Ã…Â Ã‚Â¾";
}

.ion-calculator:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã‚Â­";
}

.ion-calendar:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬â€�";
}

.ion-camera:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã‹Å“";
}

.ion-card:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â€žÂ¢";
}

.ion-cash:before {
  content: "ÃƒÂ¯Ã…â€™Ã¢â‚¬â€œ";
}

.ion-chatbox:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Âº";
}

.ion-chatbox-working:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã…Â¡";
}

.ion-chatboxes:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã…â€œ";
}

.ion-chatbubble:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã…Â¾";
}

.ion-chatbubble-working:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¯Â¿Â½";
}

.ion-chatbubbles:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã…Â¸";
}

.ion-checkmark:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã‚Â¢";
}

.ion-checkmark-circled:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã‚Â ";
}

.ion-checkmark-round:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã‚Â¡";
}

.ion-chevron-down:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã‚Â£";
}

.ion-chevron-left:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã‚Â¤";
}

.ion-chevron-right:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã‚Â¥";
}

.ion-chevron-up:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã‚Â¦";
}

.ion-clipboard:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã‚Â§";
}

.ion-clock:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã‚Â®";
}

.ion-close:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã‚Âª";
}

.ion-close-circled:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã‚Â¨";
}

.ion-close-round:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã‚Â©";
}

.ion-closed-captioning:before {
  content: "ÃƒÂ¯Ã…â€™Ã¢â‚¬â€�";
}

.ion-cloud:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã‚Â«";
}

.ion-code:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã‚Â±";
}

.ion-code-download:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã‚Â¯";
}

.ion-code-working:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã‚Â°";
}

.ion-coffee:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã‚Â²";
}

.ion-compass:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã‚Â³";
}

.ion-compose:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã‚Â¬";
}

.ion-connection-bars:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã‚Â´";
}

.ion-contrast:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã‚Âµ";
}

.ion-crop:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¯Â¿Â½";
}

.ion-cube:before {
  content: "ÃƒÂ¯Ã…â€™Ã‹Å“";
}

.ion-disc:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã‚Â­";
}

.ion-document:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã‚Â¯";
}

.ion-document-text:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã‚Â®";
}

.ion-drag:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã‚Â°";
}

.ion-earth:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã‚Â¶";
}

.ion-easel:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â‚¬Å¡";
}

.ion-edit:before {
  content: "ÃƒÂ¯Ã…Â Ã‚Â¿";
}

.ion-egg:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã‚Â·";
}

.ion-eject:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã‚Â±";
}

.ion-email:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã‚Â²";
}

.ion-email-unread:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã†â€™";
}

.ion-erlenmeyer-flask:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â‚¬Â¦";
}

.ion-erlenmeyer-flask-bubbles:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â‚¬Å¾";
}

.ion-eye:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã‚Â³";
}

.ion-eye-disabled:before {
  content: "ÃƒÂ¯Ã…â€™Ã¢â‚¬Â ";
}

.ion-female:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã‚Â¸";
}

.ion-filing:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã‚Â´";
}

.ion-film-marker:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã‚Âµ";
}

.ion-fireball:before {
  content: "ÃƒÂ¯Ã…â€™Ã¢â€žÂ¢";
}

.ion-flag:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã‚Â¹";
}

.ion-flame:before {
  content: "ÃƒÂ¯Ã…â€™Ã…Â¡";
}

.ion-flash:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã‚Â·";
}

.ion-flash-off:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã‚Â¶";
}

.ion-folder:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã‚Â¹";
}

.ion-fork:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã‚Âº";
}

.ion-fork-repo:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¹Ã¢â€šÂ¬";
}

.ion-forward:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã‚Âº";
}

.ion-funnel:before {
  content: "ÃƒÂ¯Ã…â€™Ã¢â‚¬Âº";
}

.ion-gear-a:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã‚Â½";
}

.ion-gear-b:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã‚Â¾";
}

.ion-grid:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã‚Â¿";
}

.ion-hammer:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã‚Â»";
}

.ion-happy:before {
  content: "ÃƒÂ¯Ã…â€™Ã…â€œ";
}

.ion-happy-outline:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â‚¬Â ";
}

.ion-headphone:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã¢â€šÂ¬";
}

.ion-heart:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã¯Â¿Â½";
}

.ion-heart-broken:before {
  content: "ÃƒÂ¯Ã…â€™Ã¯Â¿Â½";
}

.ion-help:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã†â€™";
}

.ion-help-buoy:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã‚Â¼";
}

.ion-help-circled:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã¢â‚¬Å¡";
}

.ion-home:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã¢â‚¬Å¾";
}

.ion-icecream:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã‚Â½";
}

.ion-image:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã¢â‚¬Â¡";
}

.ion-images:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã‹â€ ";
}

.ion-information:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã…Â ";
}

.ion-information-circled:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã¢â‚¬Â°";
}

.ion-ionic:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¦Ã¢â‚¬Â¹";
}

.ion-ios-alarm:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‹â€ ";
}

.ion-ios-alarm-outline:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â‚¬Â¡";
}

.ion-ios-albums:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã…Â ";
}

.ion-ios-albums-outline:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â‚¬Â°";
}

.ion-ios-americanfootball:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã…â€™";
}

.ion-ios-americanfootball-outline:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â‚¬Â¹";
}

.ion-ios-analytics:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã…Â½";
}

.ion-ios-analytics-outline:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¯Â¿Â½";
}

.ion-ios-arrow-back:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¯Â¿Â½";
}

.ion-ios-arrow-down:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¯Â¿Â½";
}

.ion-ios-arrow-forward:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â‚¬Ëœ";
}

.ion-ios-arrow-left:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â‚¬â„¢";
}

.ion-ios-arrow-right:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â‚¬Å“";
}

.ion-ios-arrow-thin-down:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â‚¬ï¿½";
}

.ion-ios-arrow-thin-left:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â‚¬Â¢";
}

.ion-ios-arrow-thin-right:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â‚¬â€œ";
}

.ion-ios-arrow-thin-up:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â‚¬â€�";
}

.ion-ios-arrow-up:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‹Å“";
}

.ion-ios-at:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã…Â¡";
}

.ion-ios-at-outline:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â€žÂ¢";
}

.ion-ios-barcode:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã…â€œ";
}

.ion-ios-barcode-outline:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â‚¬Âº";
}

.ion-ios-baseball:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã…Â¾";
}

.ion-ios-baseball-outline:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¯Â¿Â½";
}

.ion-ios-basketball:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â ";
}

.ion-ios-basketball-outline:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã…Â¸";
}

.ion-ios-bell:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â¢";
}

.ion-ios-bell-outline:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â¡";
}

.ion-ios-body:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â¤";
}

.ion-ios-body-outline:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â£";
}

.ion-ios-bolt:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â¦";
}

.ion-ios-bolt-outline:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â¥";
}

.ion-ios-book:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â¨";
}

.ion-ios-book-outline:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â§";
}

.ion-ios-bookmarks:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Âª";
}

.ion-ios-bookmarks-outline:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â©";
}

.ion-ios-box:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â¬";
}

.ion-ios-box-outline:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â«";
}

.ion-ios-briefcase:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â®";
}

.ion-ios-briefcase-outline:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â­";
}

.ion-ios-browsers:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â°";
}

.ion-ios-browsers-outline:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â¯";
}

.ion-ios-calculator:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â²";
}

.ion-ios-calculator-outline:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â±";
}

.ion-ios-calendar:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â´";
}

.ion-ios-calendar-outline:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â³";
}

.ion-ios-camera:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â¶";
}

.ion-ios-camera-outline:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Âµ";
}

.ion-ios-cart:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â¸";
}

.ion-ios-cart-outline:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â·";
}

.ion-ios-chatboxes:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Âº";
}

.ion-ios-chatboxes-outline:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â¹";
}

.ion-ios-chatbubble:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â¼";
}

.ion-ios-chatbubble-outline:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â»";
}

.ion-ios-checkmark:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â¿";
}

.ion-ios-checkmark-empty:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â½";
}

.ion-ios-checkmark-outline:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â¾";
}

.ion-ios-circle-filled:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â€šÂ¬";
}

.ion-ios-circle-outline:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¯Â¿Â½";
}

.ion-ios-clock:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã†â€™";
}

.ion-ios-clock-outline:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â‚¬Å¡";
}

.ion-ios-close:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â‚¬Â ";
}

.ion-ios-close-empty:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â‚¬Å¾";
}

.ion-ios-close-outline:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â‚¬Â¦";
}

.ion-ios-cloud:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã…â€™";
}

.ion-ios-cloud-download:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‹â€ ";
}

.ion-ios-cloud-download-outline:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â‚¬Â¡";
}

.ion-ios-cloud-outline:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â‚¬Â°";
}

.ion-ios-cloud-upload:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â‚¬Â¹";
}

.ion-ios-cloud-upload-outline:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã…Â ";
}

.ion-ios-cloudy:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¯Â¿Â½";
}

.ion-ios-cloudy-night:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã…Â½";
}

.ion-ios-cloudy-night-outline:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¯Â¿Â½";
}

.ion-ios-cloudy-outline:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¯Â¿Â½";
}

.ion-ios-cog:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â‚¬â„¢";
}

.ion-ios-cog-outline:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â‚¬Ëœ";
}

.ion-ios-color-filter:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â‚¬ï¿½";
}

.ion-ios-color-filter-outline:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â‚¬Å“";
}

.ion-ios-color-wand:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â‚¬â€œ";
}

.ion-ios-color-wand-outline:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â‚¬Â¢";
}

.ion-ios-compose:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‹Å“";
}

.ion-ios-compose-outline:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â‚¬â€�";
}

.ion-ios-contact:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã…Â¡";
}

.ion-ios-contact-outline:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â€žÂ¢";
}

.ion-ios-copy:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã…â€œ";
}

.ion-ios-copy-outline:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â‚¬Âº";
}

.ion-ios-crop:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã…Â¾";
}

.ion-ios-crop-strong:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¯Â¿Â½";
}

.ion-ios-download:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â ";
}

.ion-ios-download-outline:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã…Â¸";
}

.ion-ios-drag:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â¡";
}

.ion-ios-email:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â£";
}

.ion-ios-email-outline:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â¢";
}

.ion-ios-eye:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â¥";
}

.ion-ios-eye-outline:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â¤";
}

.ion-ios-fastforward:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â§";
}

.ion-ios-fastforward-outline:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â¦";
}

.ion-ios-filing:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â©";
}

.ion-ios-filing-outline:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â¨";
}

.ion-ios-film:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â«";
}

.ion-ios-film-outline:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Âª";
}

.ion-ios-flag:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â­";
}

.ion-ios-flag-outline:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â¬";
}

.ion-ios-flame:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â¯";
}

.ion-ios-flame-outline:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â®";
}

.ion-ios-flask:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â±";
}

.ion-ios-flask-outline:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â°";
}

.ion-ios-flower:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â³";
}

.ion-ios-flower-outline:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â²";
}

.ion-ios-folder:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Âµ";
}

.ion-ios-folder-outline:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â´";
}

.ion-ios-football:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â·";
}

.ion-ios-football-outline:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â¶";
}

.ion-ios-game-controller-a:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â¹";
}

.ion-ios-game-controller-a-outline:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â¸";
}

.ion-ios-game-controller-b:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â»";
}

.ion-ios-game-controller-b-outline:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Âº";
}

.ion-ios-gear:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â½";
}

.ion-ios-gear-outline:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â¼";
}

.ion-ios-glasses:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â¿";
}

.ion-ios-glasses-outline:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‚Â¾";
}

.ion-ios-grid-view:before {
  content: "ÃƒÂ¯Ã¢â‚¬ËœÃ¯Â¿Â½";
}

.ion-ios-grid-view-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬ËœÃ¢â€šÂ¬";
}

.ion-ios-heart:before {
  content: "ÃƒÂ¯Ã¢â‚¬ËœÃ†â€™";
}

.ion-ios-heart-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬ËœÃ¢â‚¬Å¡";
}

.ion-ios-help:before {
  content: "ÃƒÂ¯Ã¢â‚¬ËœÃ¢â‚¬Â ";
}

.ion-ios-help-empty:before {
  content: "ÃƒÂ¯Ã¢â‚¬ËœÃ¢â‚¬Å¾";
}

.ion-ios-help-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬ËœÃ¢â‚¬Â¦";
}

.ion-ios-home:before {
  content: "ÃƒÂ¯Ã¢â‚¬ËœÃ‹â€ ";
}

.ion-ios-home-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬ËœÃ¢â‚¬Â¡";
}

.ion-ios-infinite:before {
  content: "ÃƒÂ¯Ã¢â‚¬ËœÃ…Â ";
}

.ion-ios-infinite-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬ËœÃ¢â‚¬Â°";
}

.ion-ios-information:before {
  content: "ÃƒÂ¯Ã¢â‚¬ËœÃ¯Â¿Â½";
}

.ion-ios-information-empty:before {
  content: "ÃƒÂ¯Ã¢â‚¬ËœÃ¢â‚¬Â¹";
}

.ion-ios-information-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬ËœÃ…â€™";
}

.ion-ios-ionic-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬ËœÃ…Â½";
}

.ion-ios-keypad:before {
  content: "ÃƒÂ¯Ã¢â‚¬ËœÃ¯Â¿Â½";
}

.ion-ios-keypad-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬ËœÃ¯Â¿Â½";
}

.ion-ios-lightbulb:before {
  content: "ÃƒÂ¯Ã¢â‚¬ËœÃ¢â‚¬â„¢";
}

.ion-ios-lightbulb-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬ËœÃ¢â‚¬Ëœ";
}

.ion-ios-list:before {
  content: "ÃƒÂ¯Ã¢â‚¬ËœÃ¢â‚¬ï¿½";
}

.ion-ios-list-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬ËœÃ¢â‚¬Å“";
}

.ion-ios-location:before {
  content: "ÃƒÂ¯Ã¢â‚¬ËœÃ¢â‚¬â€œ";
}

.ion-ios-location-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬ËœÃ¢â‚¬Â¢";
}

.ion-ios-locked:before {
  content: "ÃƒÂ¯Ã¢â‚¬ËœÃ‹Å“";
}

.ion-ios-locked-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬ËœÃ¢â‚¬â€�";
}

.ion-ios-loop:before {
  content: "ÃƒÂ¯Ã¢â‚¬ËœÃ…Â¡";
}

.ion-ios-loop-strong:before {
  content: "ÃƒÂ¯Ã¢â‚¬ËœÃ¢â€žÂ¢";
}

.ion-ios-medical:before {
  content: "ÃƒÂ¯Ã¢â‚¬ËœÃ…â€œ";
}

.ion-ios-medical-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬ËœÃ¢â‚¬Âº";
}

.ion-ios-medkit:before {
  content: "ÃƒÂ¯Ã¢â‚¬ËœÃ…Â¾";
}

.ion-ios-medkit-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬ËœÃ¯Â¿Â½";
}

.ion-ios-mic:before {
  content: "ÃƒÂ¯Ã¢â‚¬ËœÃ‚Â¡";
}

.ion-ios-mic-off:before {
  content: "ÃƒÂ¯Ã¢â‚¬ËœÃ…Â¸";
}

.ion-ios-mic-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬ËœÃ‚Â ";
}

.ion-ios-minus:before {
  content: "ÃƒÂ¯Ã¢â‚¬ËœÃ‚Â¤";
}

.ion-ios-minus-empty:before {
  content: "ÃƒÂ¯Ã¢â‚¬ËœÃ‚Â¢";
}

.ion-ios-minus-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬ËœÃ‚Â£";
}

.ion-ios-monitor:before {
  content: "ÃƒÂ¯Ã¢â‚¬ËœÃ‚Â¦";
}

.ion-ios-monitor-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬ËœÃ‚Â¥";
}

.ion-ios-moon:before {
  content: "ÃƒÂ¯Ã¢â‚¬ËœÃ‚Â¨";
}

.ion-ios-moon-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬ËœÃ‚Â§";
}

.ion-ios-more:before {
  content: "ÃƒÂ¯Ã¢â‚¬ËœÃ‚Âª";
}

.ion-ios-more-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬ËœÃ‚Â©";
}

.ion-ios-musical-note:before {
  content: "ÃƒÂ¯Ã¢â‚¬ËœÃ‚Â«";
}

.ion-ios-musical-notes:before {
  content: "ÃƒÂ¯Ã¢â‚¬ËœÃ‚Â¬";
}

.ion-ios-navigate:before {
  content: "ÃƒÂ¯Ã¢â‚¬ËœÃ‚Â®";
}

.ion-ios-navigate-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬ËœÃ‚Â­";
}

.ion-ios-nutrition:before {
  content: "ÃƒÂ¯Ã¢â‚¬ËœÃ‚Â°";
}

.ion-ios-nutrition-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬ËœÃ‚Â¯";
}

.ion-ios-paper:before {
  content: "ÃƒÂ¯Ã¢â‚¬ËœÃ‚Â²";
}

.ion-ios-paper-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬ËœÃ‚Â±";
}

.ion-ios-paperplane:before {
  content: "ÃƒÂ¯Ã¢â‚¬ËœÃ‚Â´";
}

.ion-ios-paperplane-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬ËœÃ‚Â³";
}

.ion-ios-partlysunny:before {
  content: "ÃƒÂ¯Ã¢â‚¬ËœÃ‚Â¶";
}

.ion-ios-partlysunny-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬ËœÃ‚Âµ";
}

.ion-ios-pause:before {
  content: "ÃƒÂ¯Ã¢â‚¬ËœÃ‚Â¸";
}

.ion-ios-pause-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬ËœÃ‚Â·";
}

.ion-ios-paw:before {
  content: "ÃƒÂ¯Ã¢â‚¬ËœÃ‚Âº";
}

.ion-ios-paw-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬ËœÃ‚Â¹";
}

.ion-ios-people:before {
  content: "ÃƒÂ¯Ã¢â‚¬ËœÃ‚Â¼";
}

.ion-ios-people-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬ËœÃ‚Â»";
}

.ion-ios-person:before {
  content: "ÃƒÂ¯Ã¢â‚¬ËœÃ‚Â¾";
}

.ion-ios-person-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬ËœÃ‚Â½";
}

.ion-ios-personadd:before {
  content: "ÃƒÂ¯Ã¢â‚¬â„¢Ã¢â€šÂ¬";
}

.ion-ios-personadd-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬ËœÃ‚Â¿";
}

.ion-ios-photos:before {
  content: "ÃƒÂ¯Ã¢â‚¬â„¢Ã¢â‚¬Å¡";
}

.ion-ios-photos-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬â„¢Ã¯Â¿Â½";
}

.ion-ios-pie:before {
  content: "ÃƒÂ¯Ã¢â‚¬â„¢Ã¢â‚¬Å¾";
}

.ion-ios-pie-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬â„¢Ã†â€™";
}

.ion-ios-pint:before {
  content: "ÃƒÂ¯Ã¢â‚¬â„¢Ã¢â‚¬Â ";
}

.ion-ios-pint-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬â„¢Ã¢â‚¬Â¦";
}

.ion-ios-play:before {
  content: "ÃƒÂ¯Ã¢â‚¬â„¢Ã‹â€ ";
}

.ion-ios-play-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬â„¢Ã¢â‚¬Â¡";
}

.ion-ios-plus:before {
  content: "ÃƒÂ¯Ã¢â‚¬â„¢Ã¢â‚¬Â¹";
}

.ion-ios-plus-empty:before {
  content: "ÃƒÂ¯Ã¢â‚¬â„¢Ã¢â‚¬Â°";
}

.ion-ios-plus-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬â„¢Ã…Â ";
}

.ion-ios-pricetag:before {
  content: "ÃƒÂ¯Ã¢â‚¬â„¢Ã¯Â¿Â½";
}

.ion-ios-pricetag-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬â„¢Ã…â€™";
}

.ion-ios-pricetags:before {
  content: "ÃƒÂ¯Ã¢â‚¬â„¢Ã¯Â¿Â½";
}

.ion-ios-pricetags-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬â„¢Ã…Â½";
}

.ion-ios-printer:before {
  content: "ÃƒÂ¯Ã¢â‚¬â„¢Ã¢â‚¬Ëœ";
}

.ion-ios-printer-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬â„¢Ã¯Â¿Â½";
}

.ion-ios-pulse:before {
  content: "ÃƒÂ¯Ã¢â‚¬â„¢Ã¢â‚¬Å“";
}

.ion-ios-pulse-strong:before {
  content: "ÃƒÂ¯Ã¢â‚¬â„¢Ã¢â‚¬â„¢";
}

.ion-ios-rainy:before {
  content: "ÃƒÂ¯Ã¢â‚¬â„¢Ã¢â‚¬Â¢";
}

.ion-ios-rainy-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬â„¢Ã¢â‚¬ï¿½";
}

.ion-ios-recording:before {
  content: "ÃƒÂ¯Ã¢â‚¬â„¢Ã¢â‚¬â€�";
}

.ion-ios-recording-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬â„¢Ã¢â‚¬â€œ";
}

.ion-ios-redo:before {
  content: "ÃƒÂ¯Ã¢â‚¬â„¢Ã¢â€žÂ¢";
}

.ion-ios-redo-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬â„¢Ã‹Å“";
}

.ion-ios-refresh:before {
  content: "ÃƒÂ¯Ã¢â‚¬â„¢Ã…â€œ";
}

.ion-ios-refresh-empty:before {
  content: "ÃƒÂ¯Ã¢â‚¬â„¢Ã…Â¡";
}

.ion-ios-refresh-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬â„¢Ã¢â‚¬Âº";
}

.ion-ios-reload:before {
  content: "ÃƒÂ¯Ã¢â‚¬â„¢Ã¯Â¿Â½";
}

.ion-ios-reverse-camera:before {
  content: "ÃƒÂ¯Ã¢â‚¬â„¢Ã…Â¸";
}

.ion-ios-reverse-camera-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬â„¢Ã…Â¾";
}

.ion-ios-rewind:before {
  content: "ÃƒÂ¯Ã¢â‚¬â„¢Ã‚Â¡";
}

.ion-ios-rewind-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬â„¢Ã‚Â ";
}

.ion-ios-rose:before {
  content: "ÃƒÂ¯Ã¢â‚¬â„¢Ã‚Â£";
}

.ion-ios-rose-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬â„¢Ã‚Â¢";
}

.ion-ios-search:before {
  content: "ÃƒÂ¯Ã¢â‚¬â„¢Ã‚Â¥";
}

.ion-ios-search-strong:before {
  content: "ÃƒÂ¯Ã¢â‚¬â„¢Ã‚Â¤";
}

.ion-ios-settings:before {
  content: "ÃƒÂ¯Ã¢â‚¬â„¢Ã‚Â§";
}

.ion-ios-settings-strong:before {
  content: "ÃƒÂ¯Ã¢â‚¬â„¢Ã‚Â¦";
}

.ion-ios-shuffle:before {
  content: "ÃƒÂ¯Ã¢â‚¬â„¢Ã‚Â©";
}

.ion-ios-shuffle-strong:before {
  content: "ÃƒÂ¯Ã¢â‚¬â„¢Ã‚Â¨";
}

.ion-ios-skipbackward:before {
  content: "ÃƒÂ¯Ã¢â‚¬â„¢Ã‚Â«";
}

.ion-ios-skipbackward-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬â„¢Ã‚Âª";
}

.ion-ios-skipforward:before {
  content: "ÃƒÂ¯Ã¢â‚¬â„¢Ã‚Â­";
}

.ion-ios-skipforward-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬â„¢Ã‚Â¬";
}

.ion-ios-snowy:before {
  content: "ÃƒÂ¯Ã¢â‚¬â„¢Ã‚Â®";
}

.ion-ios-speedometer:before {
  content: "ÃƒÂ¯Ã¢â‚¬â„¢Ã‚Â°";
}

.ion-ios-speedometer-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬â„¢Ã‚Â¯";
}

.ion-ios-star:before {
  content: "ÃƒÂ¯Ã¢â‚¬â„¢Ã‚Â³";
}

.ion-ios-star-half:before {
  content: "ÃƒÂ¯Ã¢â‚¬â„¢Ã‚Â±";
}

.ion-ios-star-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬â„¢Ã‚Â²";
}

.ion-ios-stopwatch:before {
  content: "ÃƒÂ¯Ã¢â‚¬â„¢Ã‚Âµ";
}

.ion-ios-stopwatch-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬â„¢Ã‚Â´";
}

.ion-ios-sunny:before {
  content: "ÃƒÂ¯Ã¢â‚¬â„¢Ã‚Â·";
}

.ion-ios-sunny-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬â„¢Ã‚Â¶";
}

.ion-ios-telephone:before {
  content: "ÃƒÂ¯Ã¢â‚¬â„¢Ã‚Â¹";
}

.ion-ios-telephone-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬â„¢Ã‚Â¸";
}

.ion-ios-tennisball:before {
  content: "ÃƒÂ¯Ã¢â‚¬â„¢Ã‚Â»";
}

.ion-ios-tennisball-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬â„¢Ã‚Âº";
}

.ion-ios-thunderstorm:before {
  content: "ÃƒÂ¯Ã¢â‚¬â„¢Ã‚Â½";
}

.ion-ios-thunderstorm-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬â„¢Ã‚Â¼";
}

.ion-ios-time:before {
  content: "ÃƒÂ¯Ã¢â‚¬â„¢Ã‚Â¿";
}

.ion-ios-time-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬â„¢Ã‚Â¾";
}

.ion-ios-timer:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å“Ã¯Â¿Â½";
}

.ion-ios-timer-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å“Ã¢â€šÂ¬";
}

.ion-ios-toggle:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å“Ã†â€™";
}

.ion-ios-toggle-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å“Ã¢â‚¬Å¡";
}

.ion-ios-trash:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å“Ã¢â‚¬Â¦";
}

.ion-ios-trash-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å“Ã¢â‚¬Å¾";
}

.ion-ios-undo:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å“Ã¢â‚¬Â¡";
}

.ion-ios-undo-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å“Ã¢â‚¬Â ";
}

.ion-ios-unlocked:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å“Ã¢â‚¬Â°";
}

.ion-ios-unlocked-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å“Ã‹â€ ";
}

.ion-ios-upload:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å“Ã¢â‚¬Â¹";
}

.ion-ios-upload-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å“Ã…Â ";
}

.ion-ios-videocam:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å“Ã¯Â¿Â½";
}

.ion-ios-videocam-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å“Ã…â€™";
}

.ion-ios-volume-high:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å“Ã…Â½";
}

.ion-ios-volume-low:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å“Ã¯Â¿Â½";
}

.ion-ios-wineglass:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å“Ã¢â‚¬Ëœ";
}

.ion-ios-wineglass-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å“Ã¯Â¿Â½";
}

.ion-ios-world:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å“Ã¢â‚¬Å“";
}

.ion-ios-world-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å“Ã¢â‚¬â„¢";
}

.ion-ipad:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã‚Â¹";
}

.ion-iphone:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã‚Âº";
}

.ion-ipod:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã‚Â»";
}

.ion-jet:before {
  content: "ÃƒÂ¯Ã…Â Ã¢â‚¬Â¢";
}

.ion-key:before {
  content: "ÃƒÂ¯Ã…Â Ã¢â‚¬â€œ";
}

.ion-knife:before {
  content: "ÃƒÂ¯Ã…Â Ã¢â‚¬â€�";
}

.ion-laptop:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã‚Â¼";
}

.ion-leaf:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã‚Â½";
}

.ion-levels:before {
  content: "ÃƒÂ¯Ã…Â Ã‹Å“";
}

.ion-lightbulb:before {
  content: "ÃƒÂ¯Ã…Â Ã¢â€žÂ¢";
}

.ion-link:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã‚Â¾";
}

.ion-load-a:before {
  content: "ÃƒÂ¯Ã…Â Ã…Â¡";
}

.ion-load-b:before {
  content: "ÃƒÂ¯Ã…Â Ã¢â‚¬Âº";
}

.ion-load-c:before {
  content: "ÃƒÂ¯Ã…Â Ã…â€œ";
}

.ion-load-d:before {
  content: "ÃƒÂ¯Ã…Â Ã¯Â¿Â½";
}

.ion-location:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¡Ã‚Â¿";
}

.ion-lock-combination:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å“Ã¢â‚¬ï¿½";
}

.ion-locked:before {
  content: "ÃƒÂ¯Ã‹â€ Ã¢â€šÂ¬";
}

.ion-log-in:before {
  content: "ÃƒÂ¯Ã…Â Ã…Â¾";
}

.ion-log-out:before {
  content: "ÃƒÂ¯Ã…Â Ã…Â¸";
}

.ion-loop:before {
  content: "ÃƒÂ¯Ã‹â€ Ã¯Â¿Â½";
}

.ion-magnet:before {
  content: "ÃƒÂ¯Ã…Â Ã‚Â ";
}

.ion-male:before {
  content: "ÃƒÂ¯Ã…Â Ã‚Â¡";
}

.ion-man:before {
  content: "ÃƒÂ¯Ã‹â€ Ã¢â‚¬Å¡";
}

.ion-map:before {
  content: "ÃƒÂ¯Ã‹â€ Ã†â€™";
}

.ion-medkit:before {
  content: "ÃƒÂ¯Ã…Â Ã‚Â¢";
}

.ion-merge:before {
  content: "ÃƒÂ¯Ã…â€™Ã‚Â¿";
}

.ion-mic-a:before {
  content: "ÃƒÂ¯Ã‹â€ Ã¢â‚¬Å¾";
}

.ion-mic-b:before {
  content: "ÃƒÂ¯Ã‹â€ Ã¢â‚¬Â¦";
}

.ion-mic-c:before {
  content: "ÃƒÂ¯Ã‹â€ Ã¢â‚¬Â ";
}

.ion-minus:before {
  content: "ÃƒÂ¯Ã‹â€ Ã¢â‚¬Â°";
}

.ion-minus-circled:before {
  content: "ÃƒÂ¯Ã‹â€ Ã¢â‚¬Â¡";
}

.ion-minus-round:before {
  content: "ÃƒÂ¯Ã‹â€ Ã‹â€ ";
}

.ion-model-s:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¹Ã¯Â¿Â½";
}

.ion-monitor:before {
  content: "ÃƒÂ¯Ã‹â€ Ã…Â ";
}

.ion-more:before {
  content: "ÃƒÂ¯Ã‹â€ Ã¢â‚¬Â¹";
}

.ion-mouse:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â€šÂ¬";
}

.ion-music-note:before {
  content: "ÃƒÂ¯Ã‹â€ Ã…â€™";
}

.ion-navicon:before {
  content: "ÃƒÂ¯Ã‹â€ Ã…Â½";
}

.ion-navicon-round:before {
  content: "ÃƒÂ¯Ã‹â€ Ã¯Â¿Â½";
}

.ion-navigate:before {
  content: "ÃƒÂ¯Ã…Â Ã‚Â£";
}

.ion-network:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¯Â¿Â½";
}

.ion-no-smoking:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¹Ã¢â‚¬Å¡";
}

.ion-nuclear:before {
  content: "ÃƒÂ¯Ã…Â Ã‚Â¤";
}

.ion-outlet:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â‚¬Å¡";
}

.ion-paintbrush:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å“Ã¢â‚¬Â¢";
}

.ion-paintbucket:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å“Ã¢â‚¬â€œ";
}

.ion-paper-airplane:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¹Ã†â€™";
}

.ion-paperclip:before {
  content: "ÃƒÂ¯Ã‹â€ Ã¯Â¿Â½";
}

.ion-pause:before {
  content: "ÃƒÂ¯Ã‹â€ Ã¯Â¿Â½";
}

.ion-person:before {
  content: "ÃƒÂ¯Ã‹â€ Ã¢â‚¬Å“";
}

.ion-person-add:before {
  content: "ÃƒÂ¯Ã‹â€ Ã¢â‚¬Ëœ";
}

.ion-person-stalker:before {
  content: "ÃƒÂ¯Ã‹â€ Ã¢â‚¬â„¢";
}

.ion-pie-graph:before {
  content: "ÃƒÂ¯Ã…Â Ã‚Â¥";
}

.ion-pin:before {
  content: "ÃƒÂ¯Ã…Â Ã‚Â¦";
}

.ion-pinpoint:before {
  content: "ÃƒÂ¯Ã…Â Ã‚Â§";
}

.ion-pizza:before {
  content: "ÃƒÂ¯Ã…Â Ã‚Â¨";
}

.ion-plane:before {
  content: "ÃƒÂ¯Ã‹â€ Ã¢â‚¬ï¿½";
}

.ion-planet:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã†â€™";
}

.ion-play:before {
  content: "ÃƒÂ¯Ã‹â€ Ã¢â‚¬Â¢";
}

.ion-playstation:before {
  content: "ÃƒÂ¯Ã…â€™Ã…Â ";
}

.ion-plus:before {
  content: "ÃƒÂ¯Ã‹â€ Ã‹Å“";
}

.ion-plus-circled:before {
  content: "ÃƒÂ¯Ã‹â€ Ã¢â‚¬â€œ";
}

.ion-plus-round:before {
  content: "ÃƒÂ¯Ã‹â€ Ã¢â‚¬â€�";
}

.ion-podium:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â‚¬Å¾";
}

.ion-pound:before {
  content: "ÃƒÂ¯Ã‹â€ Ã¢â€žÂ¢";
}

.ion-power:before {
  content: "ÃƒÂ¯Ã…Â Ã‚Â©";
}

.ion-pricetag:before {
  content: "ÃƒÂ¯Ã…Â Ã‚Âª";
}

.ion-pricetags:before {
  content: "ÃƒÂ¯Ã…Â Ã‚Â«";
}

.ion-printer:before {
  content: "ÃƒÂ¯Ã‹â€ Ã…Â¡";
}

.ion-pull-request:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â‚¬Â¦";
}

.ion-qr-scanner:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â‚¬Â ";
}

.ion-quote:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â‚¬Â¡";
}

.ion-radio-waves:before {
  content: "ÃƒÂ¯Ã…Â Ã‚Â¬";
}

.ion-record:before {
  content: "ÃƒÂ¯Ã‹â€ Ã¢â‚¬Âº";
}

.ion-refresh:before {
  content: "ÃƒÂ¯Ã‹â€ Ã…â€œ";
}

.ion-reply:before {
  content: "ÃƒÂ¯Ã‹â€ Ã…Â¾";
}

.ion-reply-all:before {
  content: "ÃƒÂ¯Ã‹â€ Ã¯Â¿Â½";
}

.ion-ribbon-a:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‹â€ ";
}

.ion-ribbon-b:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â‚¬Â°";
}

.ion-sad:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã…Â ";
}

.ion-sad-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å“Ã¢â‚¬â€�";
}

.ion-scissors:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â‚¬Â¹";
}

.ion-search:before {
  content: "ÃƒÂ¯Ã‹â€ Ã…Â¸";
}

.ion-settings:before {
  content: "ÃƒÂ¯Ã…Â Ã‚Â­";
}

.ion-share:before {
  content: "ÃƒÂ¯Ã‹â€ Ã‚Â ";
}

.ion-shuffle:before {
  content: "ÃƒÂ¯Ã‹â€ Ã‚Â¡";
}

.ion-skip-backward:before {
  content: "ÃƒÂ¯Ã‹â€ Ã‚Â¢";
}

.ion-skip-forward:before {
  content: "ÃƒÂ¯Ã‹â€ Ã‚Â£";
}

.ion-social-android:before {
  content: "ÃƒÂ¯Ã‹â€ Ã‚Â¥";
}

.ion-social-android-outline:before {
  content: "ÃƒÂ¯Ã‹â€ Ã‚Â¤";
}

.ion-social-angular:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å“Ã¢â€žÂ¢";
}

.ion-social-angular-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å“Ã‹Å“";
}

.ion-social-apple:before {
  content: "ÃƒÂ¯Ã‹â€ Ã‚Â§";
}

.ion-social-apple-outline:before {
  content: "ÃƒÂ¯Ã‹â€ Ã‚Â¦";
}

.ion-social-bitcoin:before {
  content: "ÃƒÂ¯Ã…Â Ã‚Â¯";
}

.ion-social-bitcoin-outline:before {
  content: "ÃƒÂ¯Ã…Â Ã‚Â®";
}

.ion-social-buffer:before {
  content: "ÃƒÂ¯Ã‹â€ Ã‚Â©";
}

.ion-social-buffer-outline:before {
  content: "ÃƒÂ¯Ã‹â€ Ã‚Â¨";
}

.ion-social-chrome:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å“Ã¢â‚¬Âº";
}

.ion-social-chrome-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å“Ã…Â¡";
}

.ion-social-codepen:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å“Ã¯Â¿Â½";
}

.ion-social-codepen-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å“Ã…â€œ";
}

.ion-social-css3:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å“Ã…Â¸";
}

.ion-social-css3-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å“Ã…Â¾";
}

.ion-social-designernews:before {
  content: "ÃƒÂ¯Ã‹â€ Ã‚Â«";
}

.ion-social-designernews-outline:before {
  content: "ÃƒÂ¯Ã‹â€ Ã‚Âª";
}

.ion-social-dribbble:before {
  content: "ÃƒÂ¯Ã‹â€ Ã‚Â­";
}

.ion-social-dribbble-outline:before {
  content: "ÃƒÂ¯Ã‹â€ Ã‚Â¬";
}

.ion-social-dropbox:before {
  content: "ÃƒÂ¯Ã‹â€ Ã‚Â¯";
}

.ion-social-dropbox-outline:before {
  content: "ÃƒÂ¯Ã‹â€ Ã‚Â®";
}

.ion-social-euro:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å“Ã‚Â¡";
}

.ion-social-euro-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å“Ã‚Â ";
}

.ion-social-facebook:before {
  content: "ÃƒÂ¯Ã‹â€ Ã‚Â±";
}

.ion-social-facebook-outline:before {
  content: "ÃƒÂ¯Ã‹â€ Ã‚Â°";
}

.ion-social-foursquare:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¯Â¿Â½";
}

.ion-social-foursquare-outline:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã…â€™";
}

.ion-social-freebsd-devil:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¹Ã¢â‚¬Å¾";
}

.ion-social-github:before {
  content: "ÃƒÂ¯Ã‹â€ Ã‚Â³";
}

.ion-social-github-outline:before {
  content: "ÃƒÂ¯Ã‹â€ Ã‚Â²";
}

.ion-social-google:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¯Â¿Â½";
}

.ion-social-google-outline:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã…Â½";
}

.ion-social-googleplus:before {
  content: "ÃƒÂ¯Ã‹â€ Ã‚Âµ";
}

.ion-social-googleplus-outline:before {
  content: "ÃƒÂ¯Ã‹â€ Ã‚Â´";
}

.ion-social-hackernews:before {
  content: "ÃƒÂ¯Ã‹â€ Ã‚Â·";
}

.ion-social-hackernews-outline:before {
  content: "ÃƒÂ¯Ã‹â€ Ã‚Â¶";
}

.ion-social-html5:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å“Ã‚Â£";
}

.ion-social-html5-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å“Ã‚Â¢";
}

.ion-social-instagram:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â‚¬Ëœ";
}

.ion-social-instagram-outline:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¯Â¿Â½";
}

.ion-social-javascript:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å“Ã‚Â¥";
}

.ion-social-javascript-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å“Ã‚Â¤";
}

.ion-social-linkedin:before {
  content: "ÃƒÂ¯Ã‹â€ Ã‚Â¹";
}

.ion-social-linkedin-outline:before {
  content: "ÃƒÂ¯Ã‹â€ Ã‚Â¸";
}

.ion-social-markdown:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å“Ã‚Â¦";
}

.ion-social-nodejs:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å“Ã‚Â§";
}

.ion-social-octocat:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å“Ã‚Â¨";
}

.ion-social-pinterest:before {
  content: "ÃƒÂ¯Ã…Â Ã‚Â±";
}

.ion-social-pinterest-outline:before {
  content: "ÃƒÂ¯Ã…Â Ã‚Â°";
}

.ion-social-python:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å“Ã‚Â©";
}

.ion-social-reddit:before {
  content: "ÃƒÂ¯Ã‹â€ Ã‚Â»";
}

.ion-social-reddit-outline:before {
  content: "ÃƒÂ¯Ã‹â€ Ã‚Âº";
}

.ion-social-rss:before {
  content: "ÃƒÂ¯Ã‹â€ Ã‚Â½";
}

.ion-social-rss-outline:before {
  content: "ÃƒÂ¯Ã‹â€ Ã‚Â¼";
}

.ion-social-sass:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å“Ã‚Âª";
}

.ion-social-skype:before {
  content: "ÃƒÂ¯Ã‹â€ Ã‚Â¿";
}

.ion-social-skype-outline:before {
  content: "ÃƒÂ¯Ã‹â€ Ã‚Â¾";
}

.ion-social-snapchat:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å“Ã‚Â¬";
}

.ion-social-snapchat-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å“Ã‚Â«";
}

.ion-social-tumblr:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã¯Â¿Â½";
}

.ion-social-tumblr-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã¢â€šÂ¬";
}

.ion-social-tux:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â¹Ã¢â‚¬Â¦";
}

.ion-social-twitch:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å“Ã‚Â®";
}

.ion-social-twitch-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å“Ã‚Â­";
}

.ion-social-twitter:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã†â€™";
}

.ion-social-twitter-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã¢â‚¬Å¡";
}

.ion-social-usd:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â‚¬Å“";
}

.ion-social-usd-outline:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â‚¬â„¢";
}

.ion-social-vimeo:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã¢â‚¬Â¦";
}

.ion-social-vimeo-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã¢â‚¬Å¾";
}

.ion-social-whatsapp:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å“Ã‚Â°";
}

.ion-social-whatsapp-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å“Ã‚Â¯";
}

.ion-social-windows:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã¢â‚¬Â¡";
}

.ion-social-windows-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã¢â‚¬Â ";
}

.ion-social-wordpress:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã¢â‚¬Â°";
}

.ion-social-wordpress-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã‹â€ ";
}

.ion-social-yahoo:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã¢â‚¬Â¹";
}

.ion-social-yahoo-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã…Â ";
}

.ion-social-yen:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å“Ã‚Â²";
}

.ion-social-yen-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å“Ã‚Â±";
}

.ion-social-youtube:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã¯Â¿Â½";
}

.ion-social-youtube-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã…â€™";
}

.ion-soup-can:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å“Ã‚Â´";
}

.ion-soup-can-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å“Ã‚Â³";
}

.ion-speakerphone:before {
  content: "ÃƒÂ¯Ã…Â Ã‚Â²";
}

.ion-speedometer:before {
  content: "ÃƒÂ¯Ã…Â Ã‚Â³";
}

.ion-spoon:before {
  content: "ÃƒÂ¯Ã…Â Ã‚Â´";
}

.ion-star:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã…Â½";
}

.ion-stats-bars:before {
  content: "ÃƒÂ¯Ã…Â Ã‚Âµ";
}

.ion-steam:before {
  content: "ÃƒÂ¯Ã…â€™Ã¢â‚¬Â¹";
}

.ion-stop:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã¯Â¿Â½";
}

.ion-thermometer:before {
  content: "ÃƒÂ¯Ã…Â Ã‚Â¶";
}

.ion-thumbsdown:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã¯Â¿Â½";
}

.ion-thumbsup:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã¢â‚¬Ëœ";
}

.ion-toggle:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â‚¬Â¢";
}

.ion-toggle-filled:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â‚¬ï¿½";
}

.ion-transgender:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å“Ã‚Âµ";
}

.ion-trash-a:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã¢â‚¬â„¢";
}

.ion-trash-b:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã¢â‚¬Å“";
}

.ion-trophy:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â‚¬â€œ";
}

.ion-tshirt:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å“Ã‚Â·";
}

.ion-tshirt-outline:before {
  content: "ÃƒÂ¯Ã¢â‚¬Å“Ã‚Â¶";
}

.ion-umbrella:before {
  content: "ÃƒÂ¯Ã…Â Ã‚Â·";
}

.ion-university:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã¢â‚¬â€�";
}

.ion-unlocked:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã¢â‚¬ï¿½";
}

.ion-upload:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã¢â‚¬Â¢";
}

.ion-usb:before {
  content: "ÃƒÂ¯Ã…Â Ã‚Â¸";
}

.ion-videocamera:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã¢â‚¬â€œ";
}

.ion-volume-high:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã¢â‚¬â€�";
}

.ion-volume-low:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã‹Å“";
}

.ion-volume-medium:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã¢â€žÂ¢";
}

.ion-volume-mute:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã…Â¡";
}

.ion-wand:before {
  content: "ÃƒÂ¯Ã¯Â¿Â½Ã‹Å“";
}

.ion-waterdrop:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã¢â‚¬Âº";
}

.ion-wifi:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã…â€œ";
}

.ion-wineglass:before {
  content: "ÃƒÂ¯Ã…Â Ã‚Â¹";
}

.ion-woman:before {
  content: "ÃƒÂ¯Ã¢â‚¬Â°Ã¯Â¿Â½";
}

.ion-wrench:before {
  content: "ÃƒÂ¯Ã…Â Ã‚Âº";
}

.ion-xbox:before {
  content: "ÃƒÂ¯Ã…â€™Ã…â€™";
}

body {--stylesheet-active: true;}
.b-root .bubble-element.baTaGyaY {
  background-color: transparent;
  min-width: 0px;
  min-height: 100%;
  min-height: max(650px, 100%);
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 2;
  justify-content: flex-end;
  opacity: 1;
}
.b-root body {
  height: 100%;
}
.b-root {
  --font_default: "Inter";
  --color_text_default: rgba(51,51,51,1);
  --color_text_default_rgb: 51,51,51;
  --color_alert_default: rgba(250, 181, 21, 1);
  --color_alert_default_rgb: 250,181,21;
  --color_primary_default: rgba(73, 149, 87, 1);
  --color_primary_default_rgb: 73,149,87;
  --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;
}
.b-root .bubble-element.baTaGyd {
  width: initial;
  min-width: 100%;
  min-height: 51px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  max-width: 100%;
  height: initial;
  max-height: 51px;
  margin-right: auto;
  position: fixed;
  z-index: 1503;
  justify-content: space-between;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(255,255,255,0.2);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(255,255,255,0.06) ;
  -moz-box-shadow: 2px 2px 4px 0px rgba(255,255,255,0.06) ;
  box-shadow: 2px 2px 4px 0px rgba(255,255,255,0.06) ;
  padding: 5px 10px 5px 10px;
  opacity: 1;
}
.b-root .bubble-element.baTaGyn {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 30%;
  max-width: 30%;
  order: 2;
  min-height: 0px;
  width: 30%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaGyk {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 100px;
  max-width: 100px;
  order: 3;
  width: 100px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .baTaGyk img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaGyk .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 35.8433734939759%;
}
.b-root .bubble-element.baTaHaJaG {
  overflow: visible;
  justify-content: center;
  border-radius: 500px;
  -moz-border-radius: 500px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaGyv {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 700;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 30%;
  max-width: 30%;
  order: 3;
  min-height: 4px;
  width: 30%;
  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.baTaGyy {
  overflow: visible;
  justify-content: flex-end;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 30%;
  max-width: 30%;
  order: 4;
  min-height: 0px;
  width: 30%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baTaGzaG {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 500px;
  -moz-border-radius: 500px;
  padding: 10px 10px 10px 10px;
  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: 5;
}
.b-root .bubble-element.baTaGzaK {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 500px;
  -moz-border-radius: 500px;
  padding: 10px 10px 10px 10px;
  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: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baTaGzaL {
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 0px 20px 0px 20px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 1;
  min-height: 35px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baTaGzaR {
  width: initial;
  min-width: 15%;
  min-height: 4px;
  left: 0px;
  right: 0px;
  top: 51px;
  bottom: 0px;
  max-width: 15%;
  height: initial;
  margin-right: auto;
  position: fixed;
  z-index: 1503;
  justify-content: flex-start;
  visibility: hidden;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(0,0,0,0.06);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.06) ;
  -moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.06) ;
  box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.06) ;
  padding: 10px 0px 10px 0px;
  opacity: 1;
}
.b-root .bubble-element.baTaGzaU {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 45px;
  max-height: 45px;
  height: 45px;
  flex-grow: 1;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaGzh {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 500px;
  -moz-border-radius: 500px;
  opacity: 1;
  align-self: center;
  min-width: 5px;
  max-width: 5px;
  order: 1;
  min-height: 25px;
  max-height: 25px;
  width: 5px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaGzk {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 4px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baTaHaUc {
  overflow: visible;
  justify-content: center;
  border-radius: 500px;
  -moz-border-radius: 500px;
  opacity: 1;
  align-self: center;
  min-width: 25px;
  max-width: 25px;
  order: 2;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baTaHaUe {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 14px;
  max-width: 14px;
  order: 1;
  width: 14px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaHaUe img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaHaUe .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.baTaHaCh {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 45px;
  max-height: 45px;
  height: 45px;
  flex-grow: 1;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaHaCl {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 500px;
  -moz-border-radius: 500px;
  opacity: 1;
  align-self: center;
  min-width: 5px;
  max-width: 5px;
  order: 1;
  min-height: 25px;
  max-height: 25px;
  width: 5px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaHaCj {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 4px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baTaHaUaY {
  overflow: visible;
  justify-content: center;
  border-radius: 500px;
  -moz-border-radius: 500px;
  opacity: 1;
  align-self: center;
  min-width: 25px;
  max-width: 25px;
  order: 2;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baTaHaUaX {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 14px;
  max-width: 14px;
  order: 1;
  width: 14px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaHaUaX img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaHaUaX .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.baTaHaCx {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 3;
  min-height: 45px;
  max-height: 45px;
  height: 45px;
  flex-grow: 1;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaHaCz {
  overflow: visible;
  justify-content: center;
  border-radius: 500px;
  -moz-border-radius: 500px;
  opacity: 1;
  align-self: center;
  min-width: 25px;
  max-width: 25px;
  order: 2;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaHaDaA {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 14px;
  max-width: 14px;
  order: 1;
  width: 14px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaHaDaA img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaHaDaA .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.baTaHaCy {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 500px;
  -moz-border-radius: 500px;
  opacity: 1;
  align-self: center;
  min-width: 5px;
  max-width: 5px;
  order: 1;
  min-height: 25px;
  max-height: 25px;
  width: 5px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaHaDaC {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 4px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baTaHaDaB {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 6;
  min-height: 45px;
  max-height: 45px;
  height: 45px;
  flex-grow: 1;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTaHaDaI {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 500px;
  -moz-border-radius: 500px;
  opacity: 1;
  align-self: center;
  min-width: 5px;
  max-width: 5px;
  order: 1;
  min-height: 25px;
  max-height: 25px;
  width: 5px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaHaDaJ {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 4px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baTaHaDh {
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 40px;
  max-width: 40px;
  order: 5;
  width: 40px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .baTaHaDh img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaHaDh .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 40%;
}
.b-root .bubble-element.baTaHaUo {
  overflow: visible;
  justify-content: center;
  border-radius: 500px;
  -moz-border-radius: 500px;
  opacity: 1;
  align-self: center;
  min-width: 25px;
  max-width: 25px;
  order: 2;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baTaHaUq {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 14px;
  max-width: 14px;
  order: 1;
  width: 14px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaHaUq img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaHaUq .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.baTaHaDaS {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 5;
  min-height: 45px;
  max-height: 45px;
  height: 45px;
  flex-grow: 1;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTaHaDaT {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 500px;
  -moz-border-radius: 500px;
  opacity: 1;
  align-self: center;
  min-width: 5px;
  max-width: 5px;
  order: 1;
  min-height: 25px;
  max-height: 25px;
  width: 5px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaHaDaX {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 4px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baTaHaUk {
  overflow: visible;
  justify-content: center;
  border-radius: 500px;
  -moz-border-radius: 500px;
  opacity: 1;
  align-self: center;
  min-width: 25px;
  max-width: 25px;
  order: 3;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baTaHaUj {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 14px;
  max-width: 14px;
  order: 1;
  width: 14px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaHaUj img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaHaUj .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.baTaHaDaW {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 4;
  min-height: 45px;
  max-height: 45px;
  height: 45px;
  flex-grow: 1;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTaHaDd {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 500px;
  -moz-border-radius: 500px;
  opacity: 1;
  align-self: center;
  min-width: 5px;
  max-width: 5px;
  order: 1;
  min-height: 25px;
  max-height: 25px;
  width: 5px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaHaDe {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 4px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baTaHaUd {
  overflow: visible;
  justify-content: center;
  border-radius: 500px;
  -moz-border-radius: 500px;
  opacity: 1;
  align-self: center;
  min-width: 25px;
  max-width: 25px;
  order: 3;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baTaHaUi {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 14px;
  max-width: 14px;
  order: 1;
  width: 14px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaHaUi img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaHaUi .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.baTaHaEaE {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(255,255,255,0.2);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(255,255,255,0.2);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 7;
  min-height: 45px;
  max-height: 45px;
  height: 45px;
  flex-grow: 1;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baTaHaEaD {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 500px;
  -moz-border-radius: 500px;
  opacity: 1;
  align-self: center;
  min-width: 5px;
  max-width: 5px;
  order: 1;
  min-height: 25px;
  max-height: 25px;
  width: 5px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaHaEaH {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 4px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baTaHaUp {
  overflow: visible;
  justify-content: center;
  border-radius: 500px;
  -moz-border-radius: 500px;
  opacity: 1;
  align-self: center;
  min-width: 25px;
  max-width: 25px;
  order: 2;
  min-height: 25px;
  max-height: 25px;
  width: 25px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baTaHaUu {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 14px;
  max-width: 14px;
  order: 1;
  width: 14px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaHaUu img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaHaUu .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.baTaHaEaV {
  overflow: visible;
  justify-content: flex-start;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(255,255,255,0.2);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 10px 0px 10px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 9;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaHaEaL {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 45px;
  max-height: 45px;
  height: 45px;
  flex-grow: 1;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baTaHaEaN {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 500px;
  -moz-border-radius: 500px;
  opacity: 1;
  align-self: center;
  min-width: 5px;
  max-width: 5px;
  order: 1;
  min-height: 25px;
  max-height: 25px;
  width: 5px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaHaEaO {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 4px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baTaHaEaM {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 25px;
  max-width: 25px;
  order: 3;
  width: 25px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaHaEaM img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaHaEaM .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.baTaHaEaP {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 45px;
  max-height: 45px;
  height: 45px;
  flex-grow: 1;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baTaHaEaU {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 500px;
  -moz-border-radius: 500px;
  opacity: 1;
  align-self: center;
  min-width: 5px;
  max-width: 5px;
  order: 1;
  min-height: 25px;
  max-height: 25px;
  width: 5px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaHaEaS {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 4px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baTaHaEaW {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 25px;
  max-width: 25px;
  order: 3;
  width: 25px;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaHaEaW img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaHaEaW .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 100%;
}
.b-root .bubble-element.baTaHaEp {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 10px 0px 10px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 11;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.baTaHaEj {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 45px;
  max-height: 45px;
  height: 45px;
  flex-grow: 1;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baTaHaEl {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 500px;
  -moz-border-radius: 500px;
  opacity: 1;
  align-self: center;
  min-width: 5px;
  max-width: 5px;
  order: 1;
  min-height: 25px;
  max-height: 25px;
  width: 5px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaHaEm {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 4px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baTaHaEd {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 45px;
  max-height: 45px;
  height: 45px;
  flex-grow: 1;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baTaHaEf {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 500px;
  -moz-border-radius: 500px;
  opacity: 1;
  align-self: center;
  min-width: 5px;
  max-width: 5px;
  order: 1;
  min-height: 25px;
  max-height: 25px;
  width: 5px;
  flex-grow: 1;
  height: 25px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaHaEg {
  white-space: pre-wrap;
  overflow: visible;
  visibility: hidden;
  font-family: var(--font_default);
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 5;
  min-height: 4px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baTaGzo {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 85%;
  max-width: 85px;
  order: 1;
  min-height: 4px;
  width: 85%;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 50px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaGzr {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 500px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaGzu {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 40px 40px 40px 40px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 600px;
  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.baTaHaAaA {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.06) ;
  -moz-box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.06) ;
  box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.06) ;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 4px;
  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.baTaHaAaD {
  overflow: visible;
  justify-content: space-between;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(255,255,255,0.2);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 10px 20px 10px 20px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 50px;
  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.baTaHaAaG {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 4px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baTaHaAaJ {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 20px 0px 20px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaHaAaP {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 20px 10px 20px 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 49.25%;
  max-width: 49.25%;
  order: 1;
  min-height: 0px;
  width: 49.25%;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaHaAc {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-end;
  min-width: 0px;
  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: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaHaAaQ {
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 0px 20px 0px 20px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 35px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baTaHaAj {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 50%;
  order: 1;
  min-height: 4px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaHaAaT {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 20px 0px 20px 10px;
  opacity: 1;
  align-self: stretch;
  min-width: 49.25%;
  max-width: 49.25%;
  order: 3;
  min-height: 0px;
  width: 49.25%;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaHaAm {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-end;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baTaHaAp {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 50%;
  order: 1;
  min-height: 4px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaHaBaE {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 500px;
  -moz-border-radius: 500px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  cursor: default;
  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: 11;
}
.b-root .bubble-element.baTaHaAb {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0.5%;
  max-width: 0.5%;
  order: 2;
  min-height: 4px;
  width: 0.5%;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaGzx {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 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: 3;
}
.b-root .bubble-element.baTaHaBf {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 30px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 50px 0px 50px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 300px;
  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.baTaHaBi {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 24px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 4;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baTaHaBl {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 5;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baTaHaBo {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 50px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 50px 0px 50px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 300px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaHaBq {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 6;
  min-height: 200px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaHaBt {
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 47%;
  max-width: 47%;
  order: 1;
  width: 47%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaHaBt img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 4px;
}
.b-root .baTaHaBt .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 66.66666666666666%;
}
.b-root .bubble-element.baTaHaBz {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 20px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 47%;
  max-width: 47%;
  order: 4;
  min-height: 0px;
  width: 47%;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baTaHaBw {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 4;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baTaHaCaG {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 700;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 1;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaHaCaJ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 24px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 2;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baTaHaCaM {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baTaHaBn {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 24px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baTaHaBr {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baTaHaCa {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTaHaCaO {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 50px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 50px 0px 50px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 300px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaHaCaT {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 6;
  min-height: 200px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaHaCaV {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 20px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 47%;
  max-width: 47%;
  order: 1;
  min-height: 0px;
  width: 47%;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baTaHaCaW {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 90%;
  max-width: 90%;
  order: 4;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baTaHaCaU {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 700;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 90%;
  max-width: 90%;
  order: 1;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaHaCaY {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 24px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 90%;
  max-width: 90%;
  order: 2;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baTaHaVaH {
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 47%;
  max-width: 47%;
  order: 2;
  width: 47%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .baTaHaVaH img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 4px;
}
.b-root .baTaHaVaH .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 66.66666666666666%;
}
.b-root .bubble-element.baTaHaCaZ {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baTaHaCaX {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 24px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baTaHaCb {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baTaHaSp {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 200px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaHaRc {
  overflow: visible;
  justify-content: center;
  row-gap: 48px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 100px 24px 100px 24px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 1;
  min-height: 320px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.b-root .bubble-element.baTaHaRe {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 32px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.baTaHaTaO {
  overflow: visible;
  justify-content: space-between;
  row-gap: 32px;
  column-gap: 32px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0%;
  order: 1;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 21;
}
.b-root .bubble-element.baTaHaTaX {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 24px;
  column-gap: 32px;
  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: 35;
}
.b-root .bubble-element.baTaHaTaV {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 25;
}
.b-root .bubble-element.baTaHaTaZ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 600;
  color: rgba(255,255,255,1);
  line-height: 2;
  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: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 18;
}
.b-root .bubble-element.baTaHaTa {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 23;
}
.b-root .bubble-element.baTaHaTaY {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 24;
}
.b-root .bubble-element.baTaHaTc {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 24;
}
.b-root .bubble-element.baTaHaTd {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 25;
}
.b-root .bubble-element.baTaHaTb {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 34;
}
.b-root .bubble-element.baTaHaTf {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 600;
  color: rgba(255,255,255,1);
  line-height: 2;
  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: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 18;
}
.b-root .bubble-element.baTaHaTg {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 23;
}
.b-root .bubble-element.baTaHaTe {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 25;
}
.b-root .bubble-element.baTaHaTi {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 34;
}
.b-root .bubble-element.baTaHaTj {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 600;
  color: rgba(255,255,255,1);
  line-height: 2;
  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: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 18;
}
.b-root .bubble-element.baTaHaTh {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 23;
}
.b-root .bubble-element.baTaHaTl {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 24;
}
.b-root .bubble-element.baTaHaTm {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 24;
}
.b-root .bubble-element.baTaHaTk {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 6;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 26;
}
.b-root .bubble-element.baTaHaTo {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 8px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 34;
}
.b-root .bubble-element.baTaHaTp {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 600;
  color: rgba(255,255,255,1);
  line-height: 2;
  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: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 18;
}
.b-root .bubble-element.baTaHaTn {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 23;
}
.b-root .bubble-element.baTaHaTr {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 24;
}
.b-root .bubble-element.baTaHaTs {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 25;
}
.b-root .bubble-element.baTaHaTq {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 1;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.baTaHaTu {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 18;
}
.b-root .bubble-element.baTaHaTv {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 150px;
  max-width: 150px;
  order: 1;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 150px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .baTaHaTv img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0px;
}
.b-root .baTaHaTv .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 35.8433734939759%;
}
.b-root .bubble-element.baTaHaTt {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  max-width: 216px;
  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: 26;
}
.b-root .bubble-element.baTaHaSaK {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 3;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  flex-grow: 1;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 18;
}
.b-root .baTaHaSaK .aspect-ratio {
}
.b-root .bubble-element.baTaHaSaO {
  overflow: visible;
  justify-content: space-between;
  row-gap: 0px;
  column-gap: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0px;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 20;
}
.b-root .bubble-element.baTaHaSaP {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 2;
  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: 14;
}
.b-root .bubble-element.baTaHaSaN {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 16px;
  column-gap: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 5;
  min-height: 0px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 19;
}
.b-root .bubble-element.baTaHaSaR {
  color: var(--color_primary_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 24px;
  max-width: 24px;
  order: 5;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 15;
}
.b-root .bubble-element.baTaHaSaS {
  color: var(--color_primary_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 24px;
  max-width: 24px;
  order: 2;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 16;
}
.b-root .bubble-element.baTaHaSaQ {
  color: var(--color_primary_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 24px;
  max-width: 24px;
  order: 6;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 17;
}
.b-root .bubble-element.baTaHaSaU {
  color: var(--color_primary_default);
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 24px;
  max-width: 24px;
  order: 7;
  min-height: 24px;
  max-height: 24px;
  width: 24px;
  flex-grow: 1;
  height: 24px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 18;
}
.b-root .bubble-element.baTaHaAx {
  position: fixed;
  margin-left: auto;
  margin-right: auto;
  min-width: 100%;
  min-height: 50px;
  z-index: 20000;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: unset;
  width: initial;
  max-width: 100%;
  height: auto;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_primary_contrast_default);
  text-align: center;
  line-height: 1;
  opacity: 1;
}
.b-root .bubble-element.baTaHaEw {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 3;
  min-height: 500px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaHaFaB {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 40px 40px 40px 40px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 600px;
  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.baTaHaEz {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.06) ;
  -moz-box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.06) ;
  box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.06) ;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 4px;
  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.baTaHaFaD {
  overflow: visible;
  justify-content: space-between;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0,0,0,0.06);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 10px 20px 10px 20px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 50px;
  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.baTaHaFaE {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 4px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baTaHaFaC {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 20px 0px 20px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaHaFaG {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 20px 10px 20px 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 49.25%;
  max-width: 49.25%;
  order: 1;
  min-height: 0px;
  width: 49.25%;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaHaFaF {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-end;
  min-width: 0px;
  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: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaHaFaJ {
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 0px 20px 0px 20px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 35px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baTaHaFaK {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 50%;
  order: 1;
  min-height: 4px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaHaFaI {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 20px 0px 20px 10px;
  opacity: 1;
  align-self: stretch;
  min-width: 49.25%;
  max-width: 49.25%;
  order: 3;
  min-height: 0px;
  width: 49.25%;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaHaFaN {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-end;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baTaHaFaL {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 50%;
  order: 1;
  min-height: 4px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaHaFaP {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 500px;
  -moz-border-radius: 500px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  cursor: default;
  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: 11;
}
.b-root .bubble-element.baTaHaFaO {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0.5%;
  max-width: 0.5%;
  order: 2;
  min-height: 4px;
  width: 0.5%;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaHaYaE {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 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: 4;
}
.b-root .bubble-element.baTaHaYaJ {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 30px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 50px 0px 50px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 300px;
  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.baTaHaYaH {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 24px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 4;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baTaHaYaL {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 5;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baTaHaYaM {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 50px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 50px 0px 50px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 300px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaHaYaK {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 6;
  min-height: 200px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaHaYaO {
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 47%;
  max-width: 47%;
  order: 1;
  width: 47%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaHaYaO img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 4px;
}
.b-root .baTaHaYaO .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 66.66666666666666%;
}
.b-root .bubble-element.baTaHaYaP {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 20px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 47%;
  max-width: 47%;
  order: 4;
  min-height: 0px;
  width: 47%;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baTaHaYaN {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 4;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baTaHaYaR {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 700;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 1;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaHaYaS {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 24px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 2;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baTaHaYaQ {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baTaHaYaU {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 24px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baTaHaYaV {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baTaHaYaT {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTaHaYaX {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 50px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 50px 0px 50px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 300px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaHaYaY {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 6;
  min-height: 200px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaHaYaW {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 20px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 47%;
  max-width: 47%;
  order: 1;
  min-height: 0px;
  width: 47%;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baTaHaYa {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 90%;
  max-width: 90%;
  order: 4;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baTaHaYb {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 700;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 90%;
  max-width: 90%;
  order: 1;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaHaYaZ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 24px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 90%;
  max-width: 90%;
  order: 2;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baTaHaYd {
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 47%;
  max-width: 47%;
  order: 2;
  width: 47%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .baTaHaYd img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 4px;
}
.b-root .baTaHaYd .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 66.66666666666666%;
}
.b-root .bubble-element.baTaHaYe {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baTaHaYc {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 24px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baTaHaYg {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baTaHaYh {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 200px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaHaGaI {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 5;
  min-height: 500px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaHaGaH {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 40px 40px 40px 40px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 600px;
  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.baTaHaGaL {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.06) ;
  -moz-box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.06) ;
  box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.06) ;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 4px;
  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.baTaHaGaM {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0,0,0,0.06);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 10px 20px 10px 20px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 50px;
  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.baTaHaGaK {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 4px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baTaHaHaJ {
  border-style: solid;
  border-width: 1px;
  border-color: #BDBDBD;
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 60px;
  max-width: 60px;
  order: 4;
  min-height: 35px;
  max-height: 35px;
  width: 60px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaHaHaM {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 5;
  min-height: 4px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baTaHaGaO {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 20px 0px 20px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaHaGaP {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 20px 10px 20px 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 49.25%;
  max-width: 49.25%;
  order: 1;
  min-height: 0px;
  width: 49.25%;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaHaGaR {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-end;
  min-width: 0px;
  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: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaHaGaS {
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 0px 20px 0px 20px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 35px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baTaHaGaQ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 50%;
  order: 1;
  min-height: 4px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaHaGaU {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 20px 0px 20px 10px;
  opacity: 1;
  align-self: stretch;
  min-width: 49.25%;
  max-width: 49.25%;
  order: 3;
  min-height: 0px;
  width: 49.25%;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaHaGaT {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-end;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baTaHaGaX {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 50%;
  order: 1;
  min-height: 4px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaHaGaY {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 500px;
  -moz-border-radius: 500px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  cursor: default;
  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: 11;
}
.b-root .bubble-element.baTaHaGa {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0.5%;
  max-width: 0.5%;
  order: 2;
  min-height: 4px;
  width: 0.5%;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaHaZaM {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 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: 4;
}
.b-root .bubble-element.baTaHaZaR {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 30px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 50px 0px 50px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 300px;
  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.baTaHaZaP {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 24px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 4;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baTaHaZaT {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 5;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baTaHaZaU {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 50px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 50px 0px 50px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 300px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaHaZaS {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 6;
  min-height: 200px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaHaZaW {
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 47%;
  max-width: 47%;
  order: 1;
  width: 47%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaHaZaW img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 4px;
}
.b-root .baTaHaZaW .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 66.66666666666666%;
}
.b-root .bubble-element.baTaHaZaX {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 20px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 47%;
  max-width: 47%;
  order: 4;
  min-height: 0px;
  width: 47%;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baTaHaZaV {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 4;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baTaHaZaZ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 700;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 1;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaHaZa {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 24px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 2;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baTaHaZaY {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baTaHaZc {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 24px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baTaHaZd {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baTaHaZb {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTaHaZf {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 50px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 50px 0px 50px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 300px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaHaZg {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 6;
  min-height: 200px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaHaZe {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 20px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 47%;
  max-width: 47%;
  order: 1;
  min-height: 0px;
  width: 47%;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baTaHaZi {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 90%;
  max-width: 90%;
  order: 4;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baTaHaZj {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 700;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 90%;
  max-width: 90%;
  order: 1;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaHaZh {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 24px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 90%;
  max-width: 90%;
  order: 2;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baTaHaZl {
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 47%;
  max-width: 47%;
  order: 2;
  width: 47%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .baTaHaZl img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 4px;
}
.b-root .baTaHaZl .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 66.66666666666666%;
}
.b-root .bubble-element.baTaHaZm {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baTaHaZk {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 24px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baTaHaZo {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baTaHaZp {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 200px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaHaHaP {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 7;
  min-height: 500px;
  width: 100%;
  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.baTaHaHaU {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 40px 40px 40px 40px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 600px;
  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.baTaHaHaS {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.06) ;
  -moz-box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.06) ;
  box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.06) ;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 4px;
  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.baTaHaHaW {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0,0,0,0.06);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 10px 20px 10px 20px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 50px;
  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.baTaHaHaX {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 4px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baTaHaIe {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 7;
  min-height: 4px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baTaHaHaV {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 20px 0px 20px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaHaHaZ {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 20px 10px 20px 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 49.25%;
  max-width: 49.25%;
  order: 1;
  min-height: 0px;
  width: 49.25%;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaHaHaY {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-end;
  min-width: 0px;
  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: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaHaHc {
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 0px 20px 0px 20px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 35px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baTaHaHd {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 50%;
  order: 1;
  min-height: 4px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaHaHb {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 20px 0px 20px 10px;
  opacity: 1;
  align-self: stretch;
  min-width: 49.25%;
  max-width: 49.25%;
  order: 3;
  min-height: 0px;
  width: 49.25%;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaHaHg {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-end;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baTaHaHe {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 50%;
  order: 1;
  min-height: 4px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaHaHi {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 500px;
  -moz-border-radius: 500px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  cursor: default;
  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: 11;
}
.b-root .bubble-element.baTaHaHh {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0.5%;
  max-width: 0.5%;
  order: 2;
  min-height: 4px;
  width: 0.5%;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaHaaU {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 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: 4;
}
.b-root .bubble-element.baTaHaaZ {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 30px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 50px 0px 50px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 300px;
  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.baTaHaaX {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 24px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 4;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baTaHab {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 5;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baTaHac {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 50px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 50px 0px 50px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 300px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaHaa {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 6;
  min-height: 200px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaHae {
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 47%;
  max-width: 47%;
  order: 1;
  width: 47%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaHae img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 4px;
}
.b-root .baTaHae .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 66.66666666666666%;
}
.b-root .bubble-element.baTaHaf {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 20px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 47%;
  max-width: 47%;
  order: 4;
  min-height: 0px;
  width: 47%;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baTaHad {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 4;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baTaHah {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 700;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 1;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaHai {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 24px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 2;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baTaHag {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baTaHak {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 24px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baTaHal {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baTaHaj {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTaHan {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 50px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 50px 0px 50px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 300px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaHao {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 6;
  min-height: 200px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaHam {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 20px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 47%;
  max-width: 47%;
  order: 1;
  min-height: 0px;
  width: 47%;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baTaHaq {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 90%;
  max-width: 90%;
  order: 4;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baTaHar {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 700;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 90%;
  max-width: 90%;
  order: 1;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaHap {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 24px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 90%;
  max-width: 90%;
  order: 2;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baTaHat {
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 47%;
  max-width: 47%;
  order: 2;
  width: 47%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .baTaHat img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 4px;
}
.b-root .baTaHat .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 66.66666666666666%;
}
.b-root .bubble-element.baTaHau {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baTaHas {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 24px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baTaHaw {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baTaHax {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 200px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaHaKaB {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 100%;
  max-width: 100%;
  order: 8;
  min-height: 0px;
  width: 100%;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 6;
}
.b-root .bubble-element.baTaHaKaX {
  overflow: visible;
  justify-content: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 0px;
  height: 0px;
  flex-grow: 1;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaHaKaV {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 30px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-box-shadow: 0px 2px 16px 8px rgba(0,0,0,0.06) ;
  -moz-box-shadow: 0px 2px 16px 8px rgba(0,0,0,0.06) ;
  box-shadow: 0px 2px 16px 8px rgba(0,0,0,0.06) ;
  padding: 50px 0px 50px 0px;
  opacity: 1;
  align-self: center;
  min-width: 500px;
  max-width: 500px;
  order: 1;
  min-height: 300px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 500px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaHaKaZ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 24px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 1;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baTaHaLaO {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 7;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baTaHaLaF {
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 0px 20px 0px 20px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baTaHaLaI {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 13px;
  font-weight: 500;
  color: rgba(74, 129, 254, 1);
  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: 4px;
  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.baTaHaLaL {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 13px;
  font-weight: 500;
  color: rgba(74, 129, 254, 1);
  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: 4px;
  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: 10;
}
.b-root .bubble-element.baTaHaLaU {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.baTaHaKw {
  border-style: solid;
  border-width: 1px;
  border-color: #BDBDBD;
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: #3D3D3D;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 45px;
  max-height: 45px;
  height: 45px;
  flex-grow: 1;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baTaHaKz {
  border-style: solid;
  border-width: 1px;
  border-color: #BDBDBD;
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: #3D3D3D;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 45px;
  max-height: 45px;
  height: 45px;
  flex-grow: 1;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaHaLn {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 30px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-box-shadow: 0px 2px 16px 8px rgba(0,0,0,0.06) ;
  -moz-box-shadow: 0px 2px 16px 8px rgba(0,0,0,0.06) ;
  box-shadow: 0px 2px 16px 8px rgba(0,0,0,0.06) ;
  padding: 50px 0px 50px 0px;
  opacity: 1;
  align-self: center;
  min-width: 500px;
  max-width: 500px;
  order: 3;
  min-height: 300px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 500px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaHaLm {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 24px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 1;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baTaHaLq {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 7;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baTaHaLr {
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 0px 20px 0px 20px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baTaHaMaC {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 13px;
  font-weight: 500;
  color: rgba(74, 129, 254, 1);
  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: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baTaHaLu {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.baTaHaLs {
  border-style: solid;
  border-width: 1px;
  border-color: #BDBDBD;
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: #3D3D3D;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 45px;
  max-height: 45px;
  height: 45px;
  flex-grow: 1;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baTaHaMaP {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 30px;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-box-shadow: 0px 2px 16px 8px rgba(0,0,0,0.06) ;
  -moz-box-shadow: 0px 2px 16px 8px rgba(0,0,0,0.06) ;
  box-shadow: 0px 2px 16px 8px rgba(0,0,0,0.06) ;
  padding: 50px 0px 50px 0px;
  opacity: 1;
  align-self: center;
  min-width: 500px;
  max-width: 500px;
  order: 2;
  min-height: 300px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 500px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaHaMaR {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 24px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 1;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baTaHaMaS {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 7;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baTaHaMaQ {
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 0px 20px 0px 20px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 45px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baTaHaMaU {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 13px;
  font-weight: 500;
  color: rgba(74, 129, 254, 1);
  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: 4px;
  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.baTaHaMaT {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.baTaHaMaX {
  border-style: solid;
  border-width: 1px;
  border-color: #BDBDBD;
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: #3D3D3D;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 45px;
  max-height: 45px;
  height: 45px;
  flex-grow: 1;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baTaHaMaY {
  border-style: solid;
  border-width: 1px;
  border-color: #BDBDBD;
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: #3D3D3D;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 45px;
  max-height: 45px;
  height: 45px;
  flex-grow: 1;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaHaMaZ {
  border-style: solid;
  border-width: 1px;
  border-color: #BDBDBD;
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: #3D3D3D;
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 3;
  min-height: 45px;
  max-height: 45px;
  height: 45px;
  flex-grow: 1;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baTaHaNl {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 4;
  min-height: 500px;
  width: 100%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baTaHaNk {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 40px 40px 40px 40px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 600px;
  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.baTaHaNo {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.06) ;
  -moz-box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.06) ;
  box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.06) ;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 4px;
  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.baTaHaNp {
  overflow: visible;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0,0,0,0.06);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 10px 20px 10px 20px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 50px;
  height: 0px;
  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 .baTaHaNp> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
}
.b-root .bubble-element.baTaHaNn {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 4px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baTaHaOm {
  border-style: solid;
  border-width: 1px;
  border-color: #BDBDBD;
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 60px;
  max-width: 60px;
  order: 4;
  min-height: 35px;
  max-height: 35px;
  width: 60px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baTaHaOp {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 5;
  min-height: 4px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.baTaHaOs {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 7;
  min-height: 4px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.baTaHaOv {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 2px;
  max-width: 2px;
  order: 6;
  min-height: 100%;
  max-height: 100%;
  width: 2px;
  flex-grow: 1;
  height: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .baTaHaOv .aspect-ratio {
}
.b-root .bubble-element.baTaHaNr {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 20px 0px 20px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaHaNs {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 20px 10px 20px 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 49.25%;
  max-width: 49.25%;
  order: 1;
  min-height: 0px;
  width: 49.25%;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaHaNu {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-end;
  min-width: 0px;
  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: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaHaNv {
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 0px 20px 0px 20px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 35px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baTaHaNt {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 50%;
  order: 1;
  min-height: 4px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaHaNx {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 20px 0px 20px 10px;
  opacity: 1;
  align-self: stretch;
  min-width: 49.25%;
  max-width: 49.25%;
  order: 3;
  min-height: 0px;
  width: 49.25%;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaHaNw {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-end;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baTaHaOaA {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 50%;
  order: 1;
  min-height: 4px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaHaOaB {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 500px;
  -moz-border-radius: 500px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  cursor: default;
  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: 11;
}
.b-root .bubble-element.baTaHaOaD {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0.5%;
  max-width: 0.5%;
  order: 2;
  min-height: 4px;
  width: 0.5%;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaHaYi {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 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: 4;
}
.b-root .bubble-element.baTaHaYn {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 30px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 50px 0px 50px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 300px;
  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.baTaHaYl {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 24px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 4;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baTaHaYp {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 5;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baTaHaYq {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 50px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 50px 0px 50px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 300px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaHaYo {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 6;
  min-height: 200px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaHaYs {
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 47%;
  max-width: 47%;
  order: 1;
  width: 47%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaHaYs img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 4px;
}
.b-root .baTaHaYs .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 66.66666666666666%;
}
.b-root .bubble-element.baTaHaYt {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 20px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 47%;
  max-width: 47%;
  order: 4;
  min-height: 0px;
  width: 47%;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baTaHaYr {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 4;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baTaHaYv {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 700;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 1;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaHaYw {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 24px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 2;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baTaHaYu {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baTaHaYy {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 24px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baTaHaYz {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baTaHaYx {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTaHaZaB {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 50px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 50px 0px 50px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 300px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaHaZaC {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 6;
  min-height: 200px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaHaZaA {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 20px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 47%;
  max-width: 47%;
  order: 1;
  min-height: 0px;
  width: 47%;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baTaHaZaE {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 90%;
  max-width: 90%;
  order: 4;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baTaHaZaF {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 700;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 90%;
  max-width: 90%;
  order: 1;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaHaZaD {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 24px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 90%;
  max-width: 90%;
  order: 2;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baTaHaZaH {
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 47%;
  max-width: 47%;
  order: 2;
  width: 47%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .baTaHaZaH img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 4px;
}
.b-root .baTaHaZaH .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 66.66666666666666%;
}
.b-root .bubble-element.baTaHaZaI {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baTaHaZaG {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 24px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baTaHaZaK {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baTaHaZaL {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 200px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaHaQaR {
  overflow: visible;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 6;
  min-height: 500px;
  width: 100%;
  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.baTaHaQaT {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 40px 40px 40px 40px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 600px;
  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.baTaHaQaU {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.06) ;
  -moz-box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.06) ;
  box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.06) ;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 4px;
  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.baTaHaQaS {
  overflow: visible;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0,0,0,0.06);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 10px 20px 10px 20px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 50px;
  height: 0px;
  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 .baTaHaQaS> .bubble-r-container {
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
}
.b-root .bubble-element.baTaHaQaW {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 3;
  min-height: 4px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baTaHaQaX {
  border-style: solid;
  border-width: 1px;
  border-color: #BDBDBD;
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  padding: 0px 10px 0px 10px;
  opacity: 1;
  align-self: flex-start;
  min-width: 60px;
  max-width: 60px;
  order: 4;
  min-height: 35px;
  max-height: 35px;
  width: 60px;
  flex-grow: 1;
  height: 35px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baTaHaQaV {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 5;
  min-height: 4px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .bubble-element.baTaHaQaZ {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 7;
  min-height: 4px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 13;
}
.b-root .bubble-element.baTaHaQa {
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 2px;
  max-width: 2px;
  order: 6;
  min-height: 100%;
  max-height: 100%;
  width: 2px;
  flex-grow: 1;
  height: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 14;
}
.b-root .baTaHaQa .aspect-ratio {
}
.b-root .bubble-element.baTaHaQaY {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px 20px 0px 20px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaHaQc {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 20px 10px 20px 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 49.25%;
  max-width: 49.25%;
  order: 1;
  min-height: 0px;
  width: 49.25%;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaHaQb {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-end;
  min-width: 0px;
  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: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaHaQf {
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 0px 20px 0px 20px;
  opacity: 1;
  cursor: pointer;
  align-self: center;
  min-width: 0px;
  order: 2;
  min-height: 35px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baTaHaQg {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 50%;
  order: 1;
  min-height: 4px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaHaQe {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 20px 0px 20px 10px;
  opacity: 1;
  align-self: stretch;
  min-width: 49.25%;
  max-width: 49.25%;
  order: 3;
  min-height: 0px;
  width: 49.25%;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaHaQj {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-end;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baTaHaQh {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 12px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  max-width: 50%;
  order: 1;
  min-height: 4px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaHaQl {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 500px;
  -moz-border-radius: 500px;
  padding: 10px 10px 10px 10px;
  opacity: 1;
  cursor: default;
  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: 11;
}
.b-root .bubble-element.baTaHaQk {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 0.5%;
  max-width: 0.5%;
  order: 2;
  min-height: 4px;
  width: 0.5%;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaHaZq {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 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: 4;
}
.b-root .bubble-element.baTaHaZv {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 30px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 50px 0px 50px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 300px;
  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.baTaHaZt {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 24px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 4;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baTaHaZx {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 5;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baTaHaZy {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 50px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 50px 0px 50px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 300px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaHaZw {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 6;
  min-height: 200px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaHaaA {
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 47%;
  max-width: 47%;
  order: 1;
  width: 47%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .baTaHaaA img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 4px;
}
.b-root .baTaHaaA .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 66.66666666666666%;
}
.b-root .bubble-element.baTaHaaB {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 20px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 47%;
  max-width: 47%;
  order: 4;
  min-height: 0px;
  width: 47%;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baTaHaZz {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 4;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baTaHaaD {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 700;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 1;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaHaaE {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 24px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 2;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baTaHaaC {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baTaHaaG {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 24px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baTaHaaH {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baTaHaaF {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 3;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 5;
}
.b-root .bubble-element.baTaHaaJ {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 50px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 50px 0px 50px 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 300px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 4;
}
.b-root .bubble-element.baTaHaaK {
  overflow: visible;
  justify-content: space-between;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 6;
  min-height: 200px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaHaaI {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 20px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: stretch;
  min-width: 47%;
  max-width: 47%;
  order: 1;
  min-height: 0px;
  width: 47%;
  flex-grow: 1;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baTaHaaM {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 90%;
  max-width: 90%;
  order: 4;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baTaHaaN {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 700;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 90%;
  max-width: 90%;
  order: 1;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaHaaL {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 24px;
  font-weight: 500;
  color: rgba(255,255,255,1);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 90%;
  max-width: 90%;
  order: 2;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 11;
}
.b-root .bubble-element.baTaHaaP {
  border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 1;
  align-self: flex-start;
  min-width: 47%;
  max-width: 47%;
  order: 2;
  width: 47%;
  flex-grow: 1;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 12;
}
.b-root .baTaHaaP img {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 4px;
}
.b-root .baTaHaaP .aspect-ratio {
  position: relative;
  height: 0px;
  padding-top: 66.66666666666666%;
}
.b-root .bubble-element.baTaHaaQ {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 90%;
  max-width: 90%;
  order: 4;
  min-height: 0px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 90%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 10;
}
.b-root .bubble-element.baTaHaaO {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 24px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 7;
}
.b-root .bubble-element.baTaHaaS {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}
.b-root .bubble-element.baTaHaaT {
  overflow: visible;
  justify-content: flex-start;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: flex-start;
  min-width: 0px;
  order: 4;
  min-height: 200px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaHaBaP {
  justify-content: center;
  visibility: hidden;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-box-shadow: 2px 2px 4px 0px #000000 ;
  -moz-box-shadow: 2px 2px 4px 0px #000000 ;
  box-shadow: 2px 2px 4px 0px #000000 ;
  padding: 20px 20px 20px 20px;
  opacity: 1;
  left: 0px;
  right: 0px;
  z-index: 2002;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  height: auto;
  overflow-y: auto;
  grid-template-rows: minmax(100%, max-content);
  min-width: 500px;
  max-width: 500px;
  min-height: 500px;
}
.b-root .baTaHaBaP.greyout {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 2002;
}
.b-root .bubble-element.baTaHaBaS {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text_default);
  text-align: center;
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 4px;
  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.baTaHaNaB {
  min-width: 250px;
  max-width: 250px;
  min-height: 50px;
  height: auto;
  right: 20px;
  bottom: unset;
  z-index: 2105;
  margin-right: auto;
  overflow-y: auto;
  position: absolute;
  justify-content: flex-start;
  visibility: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-box-shadow: 0px 2px 16px 8px rgba(0,0,0,0.06) ;
  -moz-box-shadow: 0px 2px 16px 8px rgba(0,0,0,0.06) ;
  box-shadow: 0px 2px 16px 8px rgba(0,0,0,0.06) ;
}
.b-root .bubble-element.baTaHaNaE {
  overflow: visible;
  justify-content: center;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0,0,0,0.06);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 5px 15px 5px 15px;
  opacity: 1;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 1;
  min-height: 55px;
  max-height: 55px;
  height: 55px;
  flex-grow: 1;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
}
.b-root .bubble-element.baTaHaNaH {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 13px;
  font-weight: 500;
  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: 4px;
  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.baTaHaNaX {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 13px;
  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: 4px;
  height: max-content;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 9;
}
.b-root .bubble-element.baTaHaNaP {
  overflow: visible;
  justify-content: flex-start;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 5px 15px 5px 15px;
  opacity: 1;
  cursor: pointer;
  align-self: flex-start;
  min-width: 100%;
  max-width: 100%;
  order: 2;
  min-height: 55px;
  max-height: 55px;
  height: 55px;
  flex-grow: 1;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 3;
}
.b-root .bubble-element.baTaHaNaU {
  white-space: pre-wrap;
  overflow: visible;
  font-family: var(--font_default);
  font-size: 13px;
  font-weight: 500;
  color: var(--color_text_default);
  line-height: 1.4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  opacity: 1;
  align-self: center;
  min-width: 0px;
  order: 4;
  min-height: 4px;
  width: max-content;
  flex-grow: 0;
  height: max-content;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 8;
}

.User-area {
  width: 45px;
  height: 45px;
  position: relative;
  cursor: pointer;
  > .User-avtar {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    > img {
      width: 100%;
      height: 100%;
      border-radius: 30px;
    }
    border: 2px solid #F1F1F1;
    box-shadow: 0px 0px 12px -5px #000;
  }
}

.User-Dropdown {
  &:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -0.5em;
    right: 0px;
    box-sizing: border-box;
    border: 7px solid black;
    border-color: transparent transparent #F1F1F1 #F1F1F1;
    transform-origin: 0 0;
    transform: rotate(135deg);
    box-shadow: -3px 3px 3px -3px rgba(214, 214, 214, 0.78);
  }
  display: none;
  position: absolute;
  border-radius: 7px;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 13px;
  font-weight: 500;
  box-shadow: 0px 0px 8px rgba(214, 214, 214, 0.78);
  list-style: none;
  padding: 10px;
  width: 150px;
  margin: 0;
  line-height: 25px;
  top: 50px;
  right: -9%;
  &.U-open {
    display: block;
  }
  > li {
    padding: 0px;
    line-height: 47px;
    border-bottom: 1px solid rgba(215, 215, 215, 0.17);
    &:last-child {
      border-bottom: 0px;
    }
    > a {
      font-size: 13px;
      padding: 15px 25px 16px 10px;
      text-decoration: none;
      color: #1787e0;
      transition: all .2s ease-out;
    }
  }
  span {
    background: #16d67a;
    padding: 3px 10px;
    color: #fff;
    border-radius: 30px;
    font-size: 13px;
  }
  > li {
    &:before {
      content: '';
      width: 0px;
      height: 40px;
      position: absolute;
      background: #2196F3;
      margin-top: 4px;
      border-radius: 0 1px 1px 0;
      left: 0px;
      transition: all .2s ease;
    }
    &:hover:before {
      width: 5px;
      border-radius:30px;
    }
    a:hover {
      margin-left: 5px;
    }
  }
}

  .copy-notification {
    font-weight: bold;
      color: #fff;
      background-color: #000;
      padding: 10px;
      border-radius: 4px;
      position: fixed;
      width: 200px;
      top: 50%;
      left: 50%;
      margin-left: -100px;
  	  z-index: 900000000000000000;
      text-align:center;
  }