.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
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 {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRuUqN9zyu8Jm14pOyZfXpB4d8R0VcUv { background-color:#e4e8ef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#XRuUqN9zyu8Jm14pOyZfXpB4d8R0VcUv > .row .container { background-color: transparent; background-image: none; }#XRuUqN9zyu8Jm14pOyZfXpB4d8R0VcUv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRuUqN9zyu8Jm14pOyZfXpB4d8R0VcUv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRuUqN9zyu8Jm14pOyZfXpB4d8R0VcUv > .row .container > .video-iframe-container { display: none; }#XRuUqN9zyu8Jm14pOyZfXpB4d8R0VcUv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRuUqN9zyu8Jm14pOyZfXpB4d8R0VcUv > .row > .video-iframe-container { display: none; }#XRuUqN9zyu8Jm14pOyZfXpB4d8R0VcUv > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRuUqN9zyu8Jm14pOyZfXpB4d8R0VcUv > .row .container { border-width: 0; border-radius: 0; }#XRuUqN9zyu8Jm14pOyZfXpB4d8R0VcUv > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#XRuUqN9zyu8Jm14pOyZfXpB4d8R0VcUv > .row .container { font-size:0.875rem;font-family:arial;height:49.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#fc45af64d08f90c34cd957e0c36ceeeb { box-sizing:content-box;height:43.125rem;width:25.8125rem;position:absolute;display:block;z-index:15002;background-color:#f0f1f3;background-image:none;top:1.34375rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;display:block; }
#c71cbc7f4c7d49e510fbaf392eef5b86 { background-color:#f0f1f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dfdfdf;border-left:0.0625rem solid #dfdfdf;border-right:0.0625rem solid #dfdfdf;border-bottom:0.0625rem solid #dfdfdf;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#505050;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4375rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.1875rem;left:2.0625rem;display:block; }
#Ed9451563fd6e968e0032a2aa08ae664 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t8e30e5cbd31d925a9f640ee9822a2be { background-color:#d1e4ee;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dfdfdf;border-left:0.0625rem solid #dfdfdf;border-right:0.0625rem solid #dfdfdf;border-bottom:0.0625rem solid #dfdfdf;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#505050;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4375rem;height:2.0625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.1875rem;left:9.6875rem;display:block; }
#fc894baba6e2319f61a840a0abe05b45 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v9c5aff3cb6eaea1e3c444b2931fb802 { background-color:#f0f1f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dfdfdf;border-left:0.0625rem solid #dfdfdf;border-right:0.0625rem solid #dfdfdf;border-bottom:0.0625rem solid #dfdfdf;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#505050;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4375rem;height:2.0625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.1875rem;left:17.375rem;display:block; }
#e1751be0fbb701011dc82f98def7890a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T6614563a03e436e78cf078dbca54274 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:0.5625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:1.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:5.125rem;left:2.0625rem;display:block; }
#b1b8f9885b2c2ebe49c87043f9dbfb7f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e835010d54abcdd2644a0e5184de4a1d { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:0.5625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:1.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:5.125rem;left:5.25rem;display:block; }
#c337d12f2a1427098560c9b68b4d4dac { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T3cc273790f308534a6c54e50b1715d8 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:0.5625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:1.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:5.125rem;left:8.5625rem;display:block; }
#f9254f2a9ae6fc1312b39a34dd26132b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H0de2773237c05193b2304fb28317adf { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:0.5625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:1.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:5.125rem;left:11.6875rem;display:block; }
#la8d973fe78ffbbe4abd3d5f541cf508 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qb5989e2c245351aaffd394971dda488 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0463a9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:0.5625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:1.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:5.125rem;left:14.75rem;display:block; }
#f0485492f53e5817db8128df91d66b87 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I4fae5be753d43488ba4647632b67aa8 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:0.5625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:1.75rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:5.125rem;left:18.125rem;display:block; }
#ndfefee3721fd291bdbb6ad9c962a251 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Faa8959741e06376066afeb2f9418a4a { box-sizing:content-box;height:0.125rem;width:1.875rem;position:absolute;display:block;z-index:15012;background-color:#0463a9;background-image:none;top:6.8125rem;left:15.0625rem;display:block; }
#Pfc9c2f38cefea491921d9b84f21e857 { color:#000000;display:block;width:3.5625rem;position:absolute;font-family:ubuntu;font-size:0.5rem;font-weight:300;z-index:15013;line-height:2.4;letter-spacing:0;top:8.375rem;left:0rem;height:36.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cb33453bc23dce362d4cc8ca7c9b10ec { box-sizing:content-box;height:2.125rem;width:20.1875rem;position:absolute;display:block;z-index:15014;background-color:#f8f5f5;background-image:none;top:8.1875rem;left:3.5625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;border-top:0.0625rem solid #d1d1d1;border-left:0.0625rem solid #d1d1d1;border-right:0.0625rem solid #d1d1d1;border-bottom:0.0625rem solid #d1d1d1;display:block; }
#K05278f62c3a3cfc60f789c558660c80 { box-sizing:content-box;height:16.3125rem;width:20.1875rem;position:absolute;display:block;z-index:15015;background-color:#f8f5f5;background-image:none;top:11.75rem;left:3.5625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;border-top:0.0625rem solid #d1d1d1;border-left:0.0625rem solid #d1d1d1;border-right:0.0625rem solid #d1d1d1;border-bottom:0.0625rem solid #d1d1d1;display:block; }
#c632e3be3cb94a68f0fe9060d2f7067c { box-sizing:content-box;height:3.375rem;width:20.1875rem;position:absolute;display:block;z-index:15016;background-color:#f8f5f5;background-image:none;top:40.25rem;left:3.5625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;border-top:0.0625rem solid #d1d1d1;border-left:0.0625rem solid #d1d1d1;border-right:0.0625rem solid #d1d1d1;border-bottom:0.0625rem solid #d1d1d1;display:block; }
#T2f12e1618d1a66a414913fd56d2709f { color:#000000;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:8.75rem;left:6.8125rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#b58de9c921f5f7bb8a5e77d02ccbde25 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:16.625rem;left:7.75rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#a2477037e87642b4537d211d6c6a2582 { box-sizing:content-box;height:2.3125rem;width:13.9375rem;position:absolute;display:block;z-index:15016;background-color:#f8f5f5;background-image:none;top:18.75rem;left:6.625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;border-top:0.0625rem solid #505050;border-left:0.0625rem solid #505050;border-right:0.0625rem solid #505050;border-bottom:0.0625rem solid #505050;display:block; }
#Of960649105526681f3e0daa41547fe2 { color:#505050;display:block;width:9.6875rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:19.5rem;left:8.5rem;height:0.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c27a43433c75dc9cc8575868a8f05a2f { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:19.5rem;left:19.375rem; }
#te952f9f2101073ebd03981096f6b8f5 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:41.4375rem;left:7.75rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#w47927df68863bfe0854cd844204f56e { box-sizing:content-box;height:43.1875rem;width:48.625rem;position:absolute;display:block;z-index:15021;background-color:#f0f1f3;background-image:none;top:1.3125rem;left:26.375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: none;display:block; }
#ca318478ddaa47b4920723df8c91e352 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:41.4375rem;width:31.25rem;top:2.1875rem;left:27.0625rem;overflow:hidden;display:block; }
#tf013157f9d68ecf66f63807a61d5488 { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:#0463a9;background-image:none;top:10.1875rem;left:13.1875rem;display:block; }
#Aa2dd4fd324958ec3ba36597c3f293d3 { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15024;background-color:#0463a9;background-image:none;top:11.625rem;left:13.1875rem;display:block; }
#U922f0a95ca500315fb8c681f6bdad36 { box-sizing:content-box;height:0.5625rem;width:0.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:#0463a9;background-image:none;top:12.8125rem;left:4.6875rem;display:block; }
#a8e996f6a41bfd7639145b3e7f45e46e { box-sizing:content-box;height:0.5625rem;width:0.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15026;background-color:#0463a9;background-image:none;top:26.75rem;left:4.6875rem;display:block; }
#a9f5e8e4bd8ddf30d135db795ff72abd { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:#0463a9;background-image:none;top:29.9375rem;left:13.25rem;display:block; }
#b5c81f9b1db8ba3f9fd1273222322d64 { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15028;background-color:#0463a9;background-image:none;top:27.9375rem;left:13.25rem;display:block; }
#c63b4d54179990cd4fa182de8e9c9507 { box-sizing:content-box;height:1.5625rem;width:0;position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:none;top:10.4375rem;left:13.375rem;border-top:0.0625rem dashed #000000;border-left:0.0625rem dashed #000000;border-right:0.0625rem dashed #000000;border-bottom:0.0625rem dashed #000000;display:block; }
#f30ef02e4d224892a726b3806b2ebfeb { box-sizing:content-box;height:13.4375rem;width:0;position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:none;top:13.3125rem;left:4.875rem;border-top:0.0625rem dashed #000000;border-left:0.0625rem dashed #000000;border-right:0.0625rem dashed #000000;border-bottom:0.0625rem dashed #000000;display:block; }
#J7051cbcdda7cf7c5cf847adc6da484b { box-sizing:content-box;color:#5d92ff;font-size:0.5rem;font-weight:400;line-height:1;height:0.75rem;width:0.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:16.8125rem;left:4.5625rem; }
#fe7efac110bf206b9e5425cce20b901d { box-sizing:content-box;height:1.3125rem;width:1.3125rem;position:absolute;display:block;z-index:15030;background-color:#f8f5f5;background-image:none;top:16.4375rem;left:4.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#c03e42ec1fc58057a3598aa31454e425 { box-sizing:content-box;height:0.75rem;width:0.6875rem;position:absolute;display:block;z-index:15032;background-color:#f0f1f3;background-image:none;top:10.75rem;left:13.125rem;display:block; }
#bdd294b852510cd350cf3a10b840d778 { color:#000000;display:block;width:2.1875rem;position:absolute;font-family:arial;font-size:0.375rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:10.6875rem;left:13.875rem;height:0.875rem;text-align:center;text-align-last:center;display:block; }
#i9edad11b6055d97afa25c9b62e1ac0b { color:#000000;display:block;width:2.1875rem;position:absolute;font-family:arial;font-size:0.375rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:16.75rem;left:5.40625rem;height:0.875rem;text-align:center;text-align-last:center;display:block; }
#ba8f862a8f3c46763577d709b7aeb663 { box-sizing:content-box;color:#5d92ff;font-size:0.5rem;font-weight:400;line-height:1;height:0.75rem;width:0.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:10.75rem;left:13.0625rem; }
#xd5b542efcf99b8150777b93b337d8bb { box-sizing:content-box;height:1rem;width:0.9375rem;position:absolute;display:block;z-index:15036;background-color:#f0f1f3;background-image:none;top:28.8125rem;left:13rem;display:block; }
#J26b6e14a7f8f3a5c46c96ce0348088d { box-sizing:content-box;color:#5d92ff;font-size:0.5rem;font-weight:400;line-height:1;height:0.75rem;width:0.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:29rem;left:13.125rem; }
#a7a6be7d01029a2782b0d94c5402b4de { box-sizing:content-box;height:1.5625rem;width:0;position:absolute;display:block;z-index:15026;background-color:#e3e3e3;background-image:none;top:28.3125rem;left:13.4375rem;border-top:0.0625rem dashed #000000;border-left:0.0625rem dashed #000000;border-right:0.0625rem dashed #000000;border-bottom:0.0625rem dashed #000000;display:block; }
#t92f5b9ec1b39162c0e3bf3ae531f4a7 { color:#000000;display:block;width:2.1875rem;position:absolute;font-family:arial;font-size:0.375rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:28.94970703125rem;left:13.625rem;height:0.875rem;text-align:center;text-align-last:center;display:block; }
#cdcb91ef3f5941adda894685bd5f985e { box-sizing:content-box;height:3.1875rem;width:20.1875rem;position:absolute;display:block;z-index:15015;background-color:#f8f5f5;background-image:none;top:30.1875rem;left:3.5625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;border-top:0.0625rem solid #d1d1d1;border-left:0.0625rem solid #d1d1d1;border-right:0.0625rem solid #d1d1d1;border-bottom:0.0625rem solid #d1d1d1;display:block; }
#ae5d2dd5cdfebf9c3d54b8afaf3d7ed5 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:31.28125rem;left:7.75rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#acf04aa129d3760157cd1be46ac44ff7 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:0.5625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:1.75rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:5.125rem;left:21.125rem;display:block; }
#Aff47a7bd1aae03f7bf5504cbc4fcc02 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f40087004e9aa3acfa8848d6079345e3 { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15033;background-color:#0463a9;background-image:none;top:35.0625rem;left:13.1875rem;display:block; }
#b974ead0bb64c9ae7ee100b5df001616 { box-sizing:content-box;height:1.5625rem;width:0;position:absolute;display:block;z-index:15032;background-color:#e3e3e3;background-image:none;top:33.5rem;left:13.375rem;border-top:0.0625rem dashed #000000;border-left:0.0625rem dashed #000000;border-right:0.0625rem dashed #000000;border-bottom:0.0625rem dashed #000000;display:block; }
#cb62f5a80dd88e335a2f734941708860 { box-sizing:content-box;height:0.75rem;width:0.6875rem;position:absolute;display:block;z-index:15042;background-color:#f0f1f3;background-image:none;top:34.125rem;left:13.125rem;display:block; }
#Q23fecf36584bb781a1496b4755cc7ee { color:#000000;display:block;width:2.1875rem;position:absolute;font-family:arial;font-size:0.375rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:34.0625rem;left:13.75rem;height:0.875rem;text-align:center;text-align-last:center;display:block; }
#f3abfbbf321e2b1eeb46667b08159fa6 { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:#0463a9;background-image:none;top:33.25rem;left:13.1875rem;display:block; }
#Tb7785034e0718ea1a1ad4423ec8f6d3 { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:0.75rem;top:34.0625rem;left:13.0625rem;overflow:hidden;display:block; }
#d02bd38df6321fd471ad5d4e90ed0e08 { box-sizing:content-box;height:3.125rem;width:20.1875rem;position:absolute;display:block;z-index:15025;background-color:#f8f5f5;background-image:none;top:35.3125rem;left:3.6875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;border-top:0.0625rem solid #d1d1d1;border-left:0.0625rem solid #d1d1d1;border-right:0.0625rem solid #d1d1d1;border-bottom:0.0625rem solid #d1d1d1;display:block; }
#c9728d7c815b19cddbb187b5372859bd { box-sizing:content-box;height:2.125rem;width:13.1875rem;position:absolute;display:block;z-index:15026;background-color:#f8f5f5;background-image:none;top:35.875rem;left:10.1875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;border-top:0.0625rem solid #505050;border-left:0.0625rem solid #505050;border-right:0.0625rem solid #505050;border-bottom:0.0625rem solid #505050;display:block; }
#ee1fc12dd5c82c9b3baae07ab1104015 { color:#000000;display:block;width:6.375rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:36.375rem;left:3.75rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#bb67240b038734ad252005657aede843 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:36.5625rem;left:22rem; }
#b2b69f02ec046caed8b4e4c1f16bc017 { color:#505050;display:block;width:10.875rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:36.5625rem;left:10.5625rem;height:0.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B73aa103e4fb61eadda3f142680c5711 { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15039;background-color:#0463a9;background-image:none;top:40rem;left:13.25rem;display:block; }
#z19e5159bddec22efb6508a56af100eb { box-sizing:content-box;height:1.5625rem;width:0;position:absolute;display:block;z-index:15038;background-color:#e3e3e3;background-image:none;top:38.4375rem;left:13.4375rem;border-top:0.0625rem dashed #000000;border-left:0.0625rem dashed #000000;border-right:0.0625rem dashed #000000;border-bottom:0.0625rem dashed #000000;display:block; }
#V7f042c16ab8789686879597167b10d3 { color:#000000;display:block;width:2.1875rem;position:absolute;font-family:arial;font-size:0.375rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:39rem;left:13.8125rem;height:0.875rem;text-align:center;text-align-last:center;display:block; }
#dce660ea833cb09249fea84b2811a98b { box-sizing:content-box;height:0.75rem;width:0.6875rem;position:absolute;display:block;z-index:15048;background-color:#f0f1f3;background-image:none;top:39.0625rem;left:13.1875rem;display:block; }
#Kd4748a122a310766918c2d289a3c064 { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:0.75rem;top:39rem;left:13.125rem;overflow:hidden;display:block; }
#cb963fb6de8920c0672de18a9cb840d8 { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15040;background-color:#0463a9;background-image:none;top:38.1875rem;left:13.25rem;display:block; }
#Obaccc460e1dabb812cc6d7c19c9b3d2 { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:41.8125rem;width:16rem;top:2.03125rem;left:58.3125rem;overflow:hidden;display:block; }
#FO57S5woRFZtmcvsRSd35n3mTuGgfndC { z-index:15064;top:40.4375rem;left:57rem;background-color:#f0f1f3;background-image:none;border-top:0.0625rem solid #e5f2f9;border-left:0.0625rem solid #e5f2f9;border-right:0.0625rem solid #e5f2f9;border-bottom:0.0625rem solid #e5f2f9;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.625rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:5.625rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#I7vm6xJ3hiTDTwnB0BNZ76WqnSKxoz2k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lgfaDLy0i9EL7Gc80J2aLst5CzlbTJlJ { z-index:15063;top:40.4375rem;left:63.375rem;background-color:#ffce38;background-image:none;border-top:0.0625rem solid #e5f2f9;border-left:0.0625rem solid #e5f2f9;border-right:0.0625rem solid #e5f2f9;border-bottom:0.0625rem solid #e5f2f9;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.625rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:10.375rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#NFtuiZPTs3HttLhaECu9E9AQW1rNHabq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XRuUqN9zyu8Jm14pOyZfXpB4d8R0VcUv { display:block; }#XRuUqN9zyu8Jm14pOyZfXpB4d8R0VcUv > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fc45af64d08f90c34cd957e0c36ceeeb { top:1.3125rem;left:0rem;width:25.8125rem;height:43.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c71cbc7f4c7d49e510fbaf392eef5b86 { width:6.4375rem;height:2.1875rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed9451563fd6e968e0032a2aa08ae664 { display:block; }
 }@media only screen and (max-width: 763px) { #t8e30e5cbd31d925a9f640ee9822a2be { width:6.4375rem;height:2.0625rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc894baba6e2319f61a840a0abe05b45 { display:block; }
 }@media only screen and (max-width: 763px) { #v9c5aff3cb6eaea1e3c444b2931fb802 { width:6.4375rem;height:2.0625rem;top:2.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1751be0fbb701011dc82f98def7890a { display:block; }
 }@media only screen and (max-width: 763px) { #T6614563a03e436e78cf078dbca54274 { width:2.5rem;height:1.75rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1b8f9885b2c2ebe49c87043f9dbfb7f { display:block; }
 }@media only screen and (max-width: 763px) { #e835010d54abcdd2644a0e5184de4a1d { width:2.5rem;height:1.75rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c337d12f2a1427098560c9b68b4d4dac { display:block; }
 }@media only screen and (max-width: 763px) { #T3cc273790f308534a6c54e50b1715d8 { width:2.5rem;height:1.75rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9254f2a9ae6fc1312b39a34dd26132b { display:block; }
 }@media only screen and (max-width: 763px) { #H0de2773237c05193b2304fb28317adf { width:2.5rem;height:1.75rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #la8d973fe78ffbbe4abd3d5f541cf508 { display:block; }
 }@media only screen and (max-width: 763px) { #Qb5989e2c245351aaffd394971dda488 { width:2.5rem;height:1.75rem;top:5.125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0485492f53e5817db8128df91d66b87 { display:block; }
 }@media only screen and (max-width: 763px) { #I4fae5be753d43488ba4647632b67aa8 { width:2.5rem;height:1.75rem;top:5.125rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndfefee3721fd291bdbb6ad9c962a251 { display:block; }
 }@media only screen and (max-width: 763px) { #Faa8959741e06376066afeb2f9418a4a { top:6.8125rem;left:1.4375rem;width:1.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pfc9c2f38cefea491921d9b84f21e857 { top:8.375rem;left:0rem;width:3.5625rem;height:37.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb33453bc23dce362d4cc8ca7c9b10ec { top:8.1875rem;left:0rem;width:20.1875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K05278f62c3a3cfc60f789c558660c80 { top:11.75rem;left:0rem;width:20.1875rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c632e3be3cb94a68f0fe9060d2f7067c { top:40.25rem;left:0rem;width:20.1875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2f12e1618d1a66a414913fd56d2709f { top:8.75rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b58de9c921f5f7bb8a5e77d02ccbde25 { top:16.625rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2477037e87642b4537d211d6c6a2582 { top:18.75rem;left:0rem;width:13.9375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Of960649105526681f3e0daa41547fe2 { top:19.5rem;left:0rem;width:9.6875rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c27a43433c75dc9cc8575868a8f05a2f { top:19.5rem;left:5.75rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #te952f9f2101073ebd03981096f6b8f5 { top:41.4375rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w47927df68863bfe0854cd844204f56e { top:1.3125rem;left:0rem;width:47.75rem;height:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca318478ddaa47b4920723df8c91e352 { top:2.1875rem;left:13.4375rem;width:31.25rem;height:41.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tf013157f9d68ecf66f63807a61d5488 { top:10.1875rem;left:0rem;width:0.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aa2dd4fd324958ec3ba36597c3f293d3 { top:11.625rem;left:0rem;width:0.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U922f0a95ca500315fb8c681f6bdad36 { top:12.8125rem;left:0rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8e996f6a41bfd7639145b3e7f45e46e { top:26.75rem;left:0rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9f5e8e4bd8ddf30d135db795ff72abd { top:29.9375rem;left:0rem;width:0.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5c81f9b1db8ba3f9fd1273222322d64 { top:27.9375rem;left:0rem;width:0.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c63b4d54179990cd4fa182de8e9c9507 { top:10.4375rem;left:0rem;width:0;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f30ef02e4d224892a726b3806b2ebfeb { top:13.3125rem;left:0rem;width:0;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7051cbcdda7cf7c5cf847adc6da484b { top:16.8125rem;left:0rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fe7efac110bf206b9e5425cce20b901d { top:16.4375rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c03e42ec1fc58057a3598aa31454e425 { top:10.75rem;left:0rem;width:0.6875rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdd294b852510cd350cf3a10b840d778 { top:10.6875rem;left:0.25rem;width:2.1875rem;height:0.4375rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9edad11b6055d97afa25c9b62e1ac0b { top:16.75rem;left:0rem;width:2.1875rem;height:0.875rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba8f862a8f3c46763577d709b7aeb663 { top:10.75rem;left:0rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xd5b542efcf99b8150777b93b337d8bb { top:28.8125rem;left:0rem;width:0.9375rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J26b6e14a7f8f3a5c46c96ce0348088d { top:29rem;left:0rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7a6be7d01029a2782b0d94c5402b4de { top:28.3125rem;left:0rem;width:0;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t92f5b9ec1b39162c0e3bf3ae531f4a7 { top:28.9375rem;left:0rem;width:2.1875rem;height:0.4375rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdcb91ef3f5941adda894685bd5f985e { top:30.1875rem;left:0rem;width:20.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae5d2dd5cdfebf9c3d54b8afaf3d7ed5 { top:31.25rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #acf04aa129d3760157cd1be46ac44ff7 { width:2.5rem;height:1.75rem;top:5.125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aff47a7bd1aae03f7bf5504cbc4fcc02 { display:block; }
 }@media only screen and (max-width: 763px) { #f40087004e9aa3acfa8848d6079345e3 { top:35.0625rem;left:0rem;width:0.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b974ead0bb64c9ae7ee100b5df001616 { top:33.5rem;left:0rem;width:0;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb62f5a80dd88e335a2f734941708860 { top:34.125rem;left:0rem;width:0.6875rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q23fecf36584bb781a1496b4755cc7ee { top:34.0625rem;left:0.125rem;width:2.1875rem;height:0.4375rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3abfbbf321e2b1eeb46667b08159fa6 { top:33.25rem;left:0rem;width:0.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb7785034e0718ea1a1ad4423ec8f6d3 { top:34.0625rem;left:0rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d02bd38df6321fd471ad5d4e90ed0e08 { top:35.3125rem;left:0rem;width:20.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9728d7c815b19cddbb187b5372859bd { top:35.875rem;left:0rem;width:13.1875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ee1fc12dd5c82c9b3baae07ab1104015 { top:36.375rem;left:0rem;width:6.375rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb67240b038734ad252005657aede843 { top:36.5625rem;left:8.375rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2b69f02ec046caed8b4e4c1f16bc017 { top:36.5625rem;left:0rem;width:10.875rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B73aa103e4fb61eadda3f142680c5711 { top:40rem;left:0rem;width:0.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z19e5159bddec22efb6508a56af100eb { top:38.4375rem;left:0rem;width:0;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7f042c16ab8789686879597167b10d3 { top:39rem;left:0.1875rem;width:2.1875rem;height:0.4375rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dce660ea833cb09249fea84b2811a98b { top:39.0625rem;left:0rem;width:0.6875rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kd4748a122a310766918c2d289a3c064 { top:39rem;left:0rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb963fb6de8920c0672de18a9cb840d8 { top:38.1875rem;left:0rem;width:0.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Obaccc460e1dabb812cc6d7c19c9b3d2 { top:2rem;left:31.75rem;width:16rem;height:41.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FO57S5woRFZtmcvsRSd35n3mTuGgfndC { top:40.4375rem;left:42.125rem;width:5.625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7vm6xJ3hiTDTwnB0BNZ76WqnSKxoz2k { display:block; }
 }@media only screen and (max-width: 763px) { #lgfaDLy0i9EL7Gc80J2aLst5CzlbTJlJ { top:40.4375rem;left:37.375rem;width:10.375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFtuiZPTs3HttLhaECu9E9AQW1rNHabq { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XRuUqN9zyu8Jm14pOyZfXpB4d8R0VcUv { background-color:#f0f1f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#XRuUqN9zyu8Jm14pOyZfXpB4d8R0VcUv > .row .container { background-color: transparent; background-image: none; }#XRuUqN9zyu8Jm14pOyZfXpB4d8R0VcUv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRuUqN9zyu8Jm14pOyZfXpB4d8R0VcUv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRuUqN9zyu8Jm14pOyZfXpB4d8R0VcUv > .row .container > .video-iframe-container { display: none; }#XRuUqN9zyu8Jm14pOyZfXpB4d8R0VcUv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRuUqN9zyu8Jm14pOyZfXpB4d8R0VcUv > .row > .video-iframe-container { display: none; }#XRuUqN9zyu8Jm14pOyZfXpB4d8R0VcUv > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRuUqN9zyu8Jm14pOyZfXpB4d8R0VcUv > .row .container { width:20rem;height:73rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fc45af64d08f90c34cd957e0c36ceeeb { width:20rem;height:43.125rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #c71cbc7f4c7d49e510fbaf392eef5b86 { width:5.9375rem;height:2.1875rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed9451563fd6e968e0032a2aa08ae664 { display:block; }
 }@media only screen and (max-width: 763px) { #t8e30e5cbd31d925a9f640ee9822a2be { width:5.9375rem;height:2.1875rem;top:21.25rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc894baba6e2319f61a840a0abe05b45 { display:block; }
 }@media only screen and (max-width: 763px) { #v9c5aff3cb6eaea1e3c444b2931fb802 { width:5.9375rem;height:2.1875rem;top:21.3125rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1751be0fbb701011dc82f98def7890a { display:block; }
 }@media only screen and (max-width: 763px) { #T6614563a03e436e78cf078dbca54274 { width:1.4375rem;height:1.75rem;top:24rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1b8f9885b2c2ebe49c87043f9dbfb7f { display:block; }
 }@media only screen and (max-width: 763px) { #e835010d54abcdd2644a0e5184de4a1d { width:2.5rem;height:1.75rem;top:24rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c337d12f2a1427098560c9b68b4d4dac { display:block; }
 }@media only screen and (max-width: 763px) { #T3cc273790f308534a6c54e50b1715d8 { width:2.5rem;height:1.75rem;top:24rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9254f2a9ae6fc1312b39a34dd26132b { display:block; }
 }@media only screen and (max-width: 763px) { #H0de2773237c05193b2304fb28317adf { width:2.5rem;height:1.75rem;top:24rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #la8d973fe78ffbbe4abd3d5f541cf508 { display:block; }
 }@media only screen and (max-width: 763px) { #Qb5989e2c245351aaffd394971dda488 { width:2.5rem;height:1.75rem;top:24rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0485492f53e5817db8128df91d66b87 { display:block; }
 }@media only screen and (max-width: 763px) { #I4fae5be753d43488ba4647632b67aa8 { width:2.5rem;height:1.75rem;top:24rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndfefee3721fd291bdbb6ad9c962a251 { display:block; }
 }@media only screen and (max-width: 763px) { #Faa8959741e06376066afeb2f9418a4a { width:1.25rem;height:0.125rem;top:25.375rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pfc9c2f38cefea491921d9b84f21e857 { width:1.5rem;height:37.19089375rem;top:26.3125rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb33453bc23dce362d4cc8ca7c9b10ec { width:17.375rem;height:3.125rem;top:26.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K05278f62c3a3cfc60f789c558660c80 { width:17.3125rem;height:15rem;top:31rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c632e3be3cb94a68f0fe9060d2f7067c { width:17.3125rem;height:3rem;top:58.1875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2f12e1618d1a66a414913fd56d2709f { width:17.5rem;height:0.9746125rem;top:27.53125rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b58de9c921f5f7bb8a5e77d02ccbde25 { width:13.75rem;height:0.9746125rem;top:34.875rem;left:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2477037e87642b4537d211d6c6a2582 { width:15rem;height:2.3125rem;top:36.5625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Of960649105526681f3e0daa41547fe2 { width:14.1875rem;height:0.8125rem;top:37.375rem;left:4.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c27a43433c75dc9cc8575868a8f05a2f { display:flex;width:0.9375rem;height:0.9375rem;top:37.3125rem;left:17.75rem; }
 }@media only screen and (max-width: 763px) { #te952f9f2101073ebd03981096f6b8f5 { width:17.1875rem;height:0.9746125rem;top:59.3125rem;left:2.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w47927df68863bfe0854cd844204f56e { width:20rem;height:43.1875rem;top:48.46875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ca318478ddaa47b4920723df8c91e352 { width:13.1875rem;height:19.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tf013157f9d68ecf66f63807a61d5488 { width:0.5rem;height:0.5rem;top:29.25rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aa2dd4fd324958ec3ba36597c3f293d3 { width:0.5rem;height:0.5rem;top:30.8125rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #U922f0a95ca500315fb8c681f6bdad36 { width:0.5625rem;height:0.5625rem;top:31.5625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8e996f6a41bfd7639145b3e7f45e46e { width:0.5625rem;height:0.5625rem;top:45.125rem;left:3.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9f5e8e4bd8ddf30d135db795ff72abd { width:0.5rem;height:0.5rem;top:47.875rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5c81f9b1db8ba3f9fd1273222322d64 { width:0.5rem;height:0.5rem;top:45.875rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #c63b4d54179990cd4fa182de8e9c9507 { width:0;height:1.5625rem;top:29.375rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f30ef02e4d224892a726b3806b2ebfeb { width:0;height:13.4375rem;top:31.75rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7051cbcdda7cf7c5cf847adc6da484b { display:flex;width:0.75rem;height:0.75rem;top:33.125rem;left:3.3125rem; }
 }@media only screen and (max-width: 763px) { #fe7efac110bf206b9e5425cce20b901d { width:1.3125rem;height:1.3125rem;top:32.84375rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c03e42ec1fc58057a3598aa31454e425 { width:0.6875rem;height:0.75rem;top:29.875rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdd294b852510cd350cf3a10b840d778 { width:2.1875rem;height:0.97461rem;top:29.875rem;left:11.625rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9edad11b6055d97afa25c9b62e1ac0b { width:2.1875rem;height:0.97461rem;top:33.0625rem;left:3.9375rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba8f862a8f3c46763577d709b7aeb663 { display:flex;width:0.75rem;height:0.75rem;top:29.875rem;left:10.9375rem; }
 }@media only screen and (max-width: 763px) { #xd5b542efcf99b8150777b93b337d8bb { width:0.9375rem;height:1rem;top:46.75rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J26b6e14a7f8f3a5c46c96ce0348088d { display:flex;width:0.75rem;height:0.75rem;top:46.8125rem;left:10.875rem; }
 }@media only screen and (max-width: 763px) { #a7a6be7d01029a2782b0d94c5402b4de { width:0;height:1.5625rem;top:46.25rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t92f5b9ec1b39162c0e3bf3ae531f4a7 { width:2.1875rem;height:0.97461rem;top:46.875rem;left:11.625rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdcb91ef3f5941adda894685bd5f985e { width:17.375rem;height:3.1875rem;top:48.125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae5d2dd5cdfebf9c3d54b8afaf3d7ed5 { width:17.375rem;height:0.9746125rem;top:49.375rem;left:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #acf04aa129d3760157cd1be46ac44ff7 { width:1.4375rem;height:1.75rem;top:24rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aff47a7bd1aae03f7bf5504cbc4fcc02 { display:block; }
 }@media only screen and (max-width: 763px) { #f40087004e9aa3acfa8848d6079345e3 { width:0.5rem;height:0.5rem;top:53rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #b974ead0bb64c9ae7ee100b5df001616 { width:0;height:1.5625rem;top:51.4375rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb62f5a80dd88e335a2f734941708860 { width:0.6875rem;height:0.75rem;top:52.0625rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q23fecf36584bb781a1496b4755cc7ee { width:2.1875rem;height:0.97461rem;top:52rem;left:11.4375rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3abfbbf321e2b1eeb46667b08159fa6 { width:0.5rem;height:0.5rem;top:51.1875rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb7785034e0718ea1a1ad4423ec8f6d3 { width:0.75rem;height:0.75rem;top:52rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d02bd38df6321fd471ad5d4e90ed0e08 { width:17.3125rem;height:3.125rem;top:53.25rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9728d7c815b19cddbb187b5372859bd { width:11.3125rem;height:2.125rem;top:53.8125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ee1fc12dd5c82c9b3baae07ab1104015 { width:5.375rem;height:0.9746125rem;top:54.4375rem;left:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb67240b038734ad252005657aede843 { display:flex;width:0.9375rem;height:0.9375rem;top:54.5rem;left:18.125rem; }
 }@media only screen and (max-width: 763px) { #b2b69f02ec046caed8b4e4c1f16bc017 { width:10.8125rem;height:0.8125rem;top:54.5rem;left:8.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B73aa103e4fb61eadda3f142680c5711 { width:0.5rem;height:0.5rem;top:57.9375rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #z19e5159bddec22efb6508a56af100eb { width:0;height:1.5625rem;top:56.375rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7f042c16ab8789686879597167b10d3 { width:2.1875rem;height:0.97461rem;top:56.9375rem;left:11.625rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dce660ea833cb09249fea84b2811a98b { width:0.6875rem;height:0.75rem;top:57rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kd4748a122a310766918c2d289a3c064 { width:0.75rem;height:0.75rem;top:57rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb963fb6de8920c0672de18a9cb840d8 { width:0.5rem;height:0.5rem;top:56.3125rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #Obaccc460e1dabb812cc6d7c19c9b3d2 { width:6.875rem;height:19.25rem;top:1.1875rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FO57S5woRFZtmcvsRSd35n3mTuGgfndC { top:67.3779296875rem;left:7.1875rem;width:5.625rem;height:2.875rem;box-shadow: 0.0625rem 0.3125rem 0.625rem rgba(0,0,0,0.21) ;display:block; }
 }@media only screen and (max-width: 763px) { #I7vm6xJ3hiTDTwnB0BNZ76WqnSKxoz2k { display:block; }
 }@media only screen and (max-width: 763px) { #lgfaDLy0i9EL7Gc80J2aLst5CzlbTJlJ { top:63.5029296875rem;left:4.8125rem;width:10.375rem;height:2.875rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;display:block; }
 }@media only screen and (max-width: 763px) { #NFtuiZPTs3HttLhaECu9E9AQW1rNHabq { display:block; }
 }