.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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#HSmm36n0WpbvJJDhIAE0BML45m8MT54D { background-color:#ffffff;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; }#HSmm36n0WpbvJJDhIAE0BML45m8MT54D > .row .container { background-color: transparent; background-image: none; }#HSmm36n0WpbvJJDhIAE0BML45m8MT54D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HSmm36n0WpbvJJDhIAE0BML45m8MT54D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HSmm36n0WpbvJJDhIAE0BML45m8MT54D > .row .container > .video-iframe-container { display: none; }#HSmm36n0WpbvJJDhIAE0BML45m8MT54D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HSmm36n0WpbvJJDhIAE0BML45m8MT54D > .row > .video-iframe-container { display: none; }#HSmm36n0WpbvJJDhIAE0BML45m8MT54D > .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); }#HSmm36n0WpbvJJDhIAE0BML45m8MT54D > .row .container { border-width: 0; border-radius: 0; }#HSmm36n0WpbvJJDhIAE0BML45m8MT54D > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HSmm36n0WpbvJJDhIAE0BML45m8MT54D > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;overflow:visible;position:relative;display:block; }#JvVdTCkdUFJHXOCftUXu4qTpZsQ12sdO { position:absolute;display:block;z-index:15000;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:2.5rem;width:7.6875rem;top:1.25rem;left:33.65625rem;overflow:hidden;display:block; }
#gXzkJL4XrqSlgueKr77wgTrNufNDTeVg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e03e52;background-image:url("https://images.assets-landingi.com/uc/dfe351c9-5987-4b65-8735-faae5b27b79b/NOBELBRLinksRedesSociaisBGLP2.png");background-position:top left !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gXzkJL4XrqSlgueKr77wgTrNufNDTeVg.adaptive-delivery-prevent-bg, #gXzkJL4XrqSlgueKr77wgTrNufNDTeVg.lazyload, #gXzkJL4XrqSlgueKr77wgTrNufNDTeVg.lazyloading { background-image: none; }#gXzkJL4XrqSlgueKr77wgTrNufNDTeVg > .row .container { background-color: transparent; background-image: none; }#gXzkJL4XrqSlgueKr77wgTrNufNDTeVg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gXzkJL4XrqSlgueKr77wgTrNufNDTeVg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gXzkJL4XrqSlgueKr77wgTrNufNDTeVg > .row .container > .video-iframe-container { display: none; }#gXzkJL4XrqSlgueKr77wgTrNufNDTeVg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gXzkJL4XrqSlgueKr77wgTrNufNDTeVg > .row > .video-iframe-container { display: none; }#gXzkJL4XrqSlgueKr77wgTrNufNDTeVg > .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); }#gXzkJL4XrqSlgueKr77wgTrNufNDTeVg > .row .container { border-width: 0; border-radius: 0; }#gXzkJL4XrqSlgueKr77wgTrNufNDTeVg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gXzkJL4XrqSlgueKr77wgTrNufNDTeVg > .row .container { font-size:0.875rem;font-family:arial;height:130.1875rem;width:75rem;position:relative;display:block; }#RSsXFpTInxRV4Uyzq5LTDQ5PMNcemapy { z-index:15000;top:61.1875rem;left:20.3125rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#333333;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"mark pro";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:34.375rem;height:4.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ltWUwJ4lxbo0IRDbRyulQ2SXCQaFhvBe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rZGSS3fxNJaOtsR8FKvHbsdqfwQpCyyf { z-index:15002;top:66.8125rem;left:20.3125rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#333333;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"mark pro";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:34.375rem;height:4.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#IoQTC2Dft8xQDkfLvTxhFxoK6VXFNZC6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VpUKgRLT7cNOtfu5dPIM094qtpJ3InOe { color:#faf8fa;display:block;width:30.1875rem;position:absolute;font-family:"mark pro";font-size:1.5625rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;top:15.875rem;left:22.4375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LpXMAKB5RDKpVr1KJvl47PgbompmOTqH { z-index:15003;top:72.4375rem;left:20.3125rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#333333;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"mark pro";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:34.375rem;height:4.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#QruxeRzXmSDSQkOXHzyirxDZASo8ks3v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f3kWXwdTC0AZWwLZWfJQeQkvH363ZwUu { z-index:15004;top:83.5625rem;left:20.3125rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#333333;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"mark pro";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:34.375rem;height:4.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#lMKFDKQ53WMtOC0J2tormu2ATltmseDM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JgScrPNN86hyLEhlMZrK5cwPmtOnRNVR { z-index:15005;top:89.5rem;left:20.3125rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#333333;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"mark pro";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:34.375rem;height:4.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fDp2nGr4W0V8vZEHTUaWZh95ai3TewFs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R48MKDurlRG4PSPN1ZeguUnxRdO38Zyx { z-index:15006;top:95.125rem;left:20.3125rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#333333;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"mark pro";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:34.375rem;height:4.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#gvs56Wg7d8cb99iHPPme56OtLJSHISWJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SewgsSDkHo3u81qhWohwwm3m7ehA0pyZ { z-index:15007;top:100.75rem;left:20.3125rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#333333;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"mark pro";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:34.375rem;height:4.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qZCzEZAbDZnTIsZfW2gSUg1qSEmD1SKx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q8FtOXIR4DGPQ5lzPLzerNTZeAwdMKmg { z-index:15008;top:117.625rem;left:20.3125rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#333333;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"mark pro";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:34.3741875rem;height:4.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#AntbsCrHvJI68v6LaHGdK4p0KdEDbIXm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VL7oU6RzH1aQ8p2Ssdlk0bfCFJlZETtR { z-index:15009;top:106.375rem;left:20.3125rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#333333;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"mark pro";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:34.375rem;height:4.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#b5AwPahnqyPeJw8dXBsUK1NlTBuyExwT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OiyTtk5ws2kZ5r7OgGn3GSqG4F33NrGb { z-index:15006;top:78.0625rem;left:20.3125rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#333333;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"mark pro";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:34.375rem;height:4.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#QnRL3iLPv8kJQHfu4ZvaCyQk4MzB503a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MklKc4RLsTfkKXHC20XPcFPFHaqWpHKp { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15113;opacity:1;top:62.3125rem;left:51.5625rem; }
#HIbk6v22C5priz8aGOzb4VJ21NsCD87E { position:absolute;display:block;z-index:15112;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:2.1875rem;width:2.1875rem;top:19.0625rem;left:30.8125rem;overflow:hidden;display:block; }
#vzQTeTOQQzvvRdaTrkebyOQFnTe7TtWJ { position:absolute;display:block;z-index:15113;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:2.1875rem;width:2.1875rem;top:19.0625rem;left:33.5625rem;overflow:hidden;display:block; }
#NWVSfohqLkHuwTcIZ75Kvo5p00BzV4sX { position:absolute;display:block;z-index:15114;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:2.1875rem;width:2.1875rem;top:19.0625rem;left:36.375rem;overflow:hidden;display:block; }
#HLly5UtCizzNi8BeKanLOglVOOhxgmQV { position:absolute;display:block;z-index:15115;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:2.1875rem;width:2.1875rem;top:19.0625rem;left:39.1875rem;overflow:hidden;display:block; }
#el26x7PRNcUcVFRG2rMfaicCnml8Toga { position:absolute;display:block;z-index:15116;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:2.1875rem;width:2.1875rem;top:19.0625rem;left:42rem;overflow:hidden;display:block; }
#DGJ1pHhwNiS5KWR2zAEf8t47rvadL5Gx { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15114;opacity:1;top:67.9375rem;left:51.5625rem; }
#tIBfEmNKKM2TBLUX2BVwk7fyRQQRQtT5 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15115;opacity:1;top:73.5625rem;left:51.5625rem; }
#XTg4sbC3o9hhiryr2cB79TwOEFNCBXLT { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15116;opacity:1;top:79.1875rem;left:51.5625rem; }
#iBSSywhpM3Wgc86I5ZEITNwiMiesSfh7 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15117;opacity:1;top:84.6875rem;left:51.5625rem; }
#nXbTKXxTMpn7ASQhyqSvp7Ey5ee4dvIS { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15118;opacity:1;top:90.625rem;left:51.5625rem; }
#g8SW7cImaNoGpSGIFUAg3Xq2wvRwBrSF { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15119;opacity:1;top:96.25rem;left:51.5625rem; }
#vm1vit0nJZxGIg6u8Llbnzo2Kn4TJe0B { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15120;opacity:1;top:101.875rem;left:51.5625rem; }
#i2QXmyfZVGcKtKsB7it8akvhzNwN9Cmb { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15121;opacity:1;top:107.5rem;left:51.5625rem; }
#CqvHCXsdzyKpE4RxWGTQza6EZwhyRPBA { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15122;opacity:1;top:118.75rem;left:51.5625rem; }
#pzZz4i2RmfDyrcmFx7CTfXttySCHUfnE { position:absolute;display:block;z-index:15123;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:4.375rem;width:4.375rem;top:61.1875rem;left:20.3125rem;overflow:hidden;display:block; }
#c0xTo25FsC2FFhFrfeuymOfmi8Mgz5d2 { position:absolute;display:block;z-index:15124;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:4.375rem;width:4.375rem;top:66.8125rem;left:20.3125rem;overflow:hidden;display:block; }
#IU9a4KAMDvKuqfBzFJsnxeOJOZ01NT2l { position:absolute;display:block;z-index:15125;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:4.375rem;width:4.375rem;top:72.4375rem;left:20.3125rem;overflow:hidden;display:block; }
#EalJfEDaDLVqXAueo6Pn3sWCysJzHiPn { position:absolute;display:block;z-index:15126;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:4.375rem;width:4.375rem;top:78.0625rem;left:20.3125rem;overflow:hidden;display:block; }
#Bv1oB9qHamwTxxTkRyuHyFQaO8HiycdT { position:absolute;display:block;z-index:15127;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:4.375rem;width:4.375rem;top:83.5625rem;left:20.3125rem;overflow:hidden;display:block; }
#nCAEvZSVaUrMx1ShUhvFlv8ZQOoCKhIZ { position:absolute;display:block;z-index:15128;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:4.375rem;width:4.375rem;top:89.5rem;left:20.3125rem;overflow:hidden;display:block; }
#vlodhcV0LJtPoZIQoZxUvvpWkuNszFvH { position:absolute;display:block;z-index:15129;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:4.375rem;width:4.375rem;top:95.125rem;left:20.3125rem;overflow:hidden;display:block; }
#mrNv0gNgsZxJ1EcL0XkHPK2g5QETeuIM { position:absolute;display:block;z-index:15130;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:4.375rem;width:4.375rem;top:100.75rem;left:20.3125rem;overflow:hidden;display:block; }
#hZyyfX4wqTEvWVfhClrS4W7ARs2AmD7T { position:absolute;display:block;z-index:15131;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:4.375rem;width:4.375rem;top:106.375rem;left:20.3125rem;overflow:hidden;display:block; }
#nolE7cW0v4DFCZq2JAyuTVgUulxPg1gb { position:absolute;display:block;z-index:15132;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:4.375rem;width:4.375rem;top:117.625rem;left:20.3125rem;overflow:hidden;display:block; }
#zh96CXZDOsOHniU5U4y85nIVIP3Su26Q { position:absolute;display:block;z-index:15133;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:4.9375rem;width:24.0625rem;top:7.5rem;left:25.467967987061rem;overflow:hidden;display:block; }
#Pw1Cm21D8xeu1tqVhcIctXTamETaiTch { z-index:15003;top:50rem;left:20.3125rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#333333;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"mark pro";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:34.375rem;height:4.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ZRzbyzkTZTc23Ubg9tuqDxwOwarpnel8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Niru773sSW4S81EzWKQHQJVNJMiQg0kt { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15116;opacity:1;top:51.125rem;left:51.5625rem; }
#Ks7l0nhE9zAUXpTZ3eVXZ7I3ewEMnCcx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15134;opacity:1;top:50.625rem;left:20.9375rem; }
#a82IlO0N2RGeqQcNha29FyVLe3Txn3kx { z-index:15006;top:55.625rem;left:20.375rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#333333;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"mark pro";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:34.375rem;height:4.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Tr6iSOnooKZ58DRQnetGhaDalcWArabd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Nk7CoJqTveeNwLe13GBAWhmdPMT55kVF { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15119;opacity:1;top:56.75rem;left:51.625rem; }
#wwOHTVXIOTJZbVNSfT6F846WUcVdz12M { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15122;opacity:1;top:87.5625rem;left:51.625rem;display:none; }
#aRLqULlq4LFqmR0FRIZ1OB0d339eMhri { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15122;opacity:1;top:87.5625rem;left:51.625rem;display:none; }
#A1HaXlRr8kgsmgW7GDg2SqgypeEdF9TZ { position:absolute;display:block;z-index:15124;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:4.375rem;width:4.375rem;top:55.625rem;left:20.3125rem;overflow:hidden;display:block; }
#MGpe1JPlHZgoT6dVWtHTGZTkOTrAOAQp { z-index:15012;top:112rem;left:20.3125rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#333333;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"mark pro";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:34.375rem;height:4.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#BJxcrzbQ1ZDINiErlS1B4MpgZZIoM5FL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FiWu9HGseSc332JNxUZiqkJrOiKlkzh0 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15124;opacity:1;top:113.125rem;left:51.5625rem; }
#xUKNfR2QsTimCNkkJ8nPNDhgm1mQPEaT { position:absolute;display:block;z-index:15134;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:4.375rem;width:4.375rem;top:112rem;left:20.3125rem;overflow:hidden;display:block; }
#Km3yQJUT4cfq71LSGCMSB2TEebsN7R9O { z-index:15006;top:44.1875rem;left:20.3125rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#333333;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"mark pro";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:34.375rem;height:4.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TlQloS0hpbIEPZd73sHQmGMn7dDd2FSO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OPaXneS1PaLu89MHOWLvurq5W2R7dEbg { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15119;opacity:1;top:45.3125rem;left:51.5625rem; }
#dToxRxmTZ9vrpOu23WeAShloI937wdKX { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15122;opacity:1;top:87.5625rem;left:51.625rem;display:none; }
#FABD9mkiG58zwiFwGe1Qlu1VcprK3a9T { position:absolute;display:block;z-index:15135;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:3.9375rem;width:3.5625rem;top:44.6875rem;left:20.6875rem;overflow:hidden;display:block; }
#CT7qIxISdONiHgq1vtB685vqbGVXQsUi { z-index:15009;top:38.375rem;left:20.3125rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#333333;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"mark pro";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:34.375rem;height:4.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#QOLrXkoBGHJqq0Lgo6Tk3JCL1nBalfQt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z9oeyHbQHoWAPgbKFKB8DcwVykfTWu2n { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15122;opacity:1;top:39.5rem;left:51.5625rem; }
#PycIBxbtn502A93f0Cf1NFQBgH0OXzAk { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15122;opacity:1;top:87.5625rem;left:51.625rem;display:none; }
#nqnqTxbAf7K7mZppOyKlEus8OPSK5k1s { position:absolute;display:block;z-index:15136;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:3.9375rem;width:3.3125rem;top:38.875rem;left:20.8125rem;overflow:hidden;display:block; }
#rAGqoXM1kAOBKyMqqLSVl7syt1FW4XHS { z-index:15012;top:27.25rem;left:20.3125rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#333333;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"mark pro";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:34.375rem;height:4.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#U8tHxzH6tHB67cbzEODE6gkhCVnkyvJQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RAX3zpQF9brQOazTaVk7yiUAa0ld8A7H { position:absolute;display:block;z-index:15139;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:3.8125rem;width:3.3125rem;top:27.75rem;left:20.8125rem;overflow:hidden;display:block; }
#fm7pNkbt8cLI4rvILMTPLIaeBMK11xt5 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15125;opacity:1;top:28.375rem;left:51.5625rem; }
#vx5HMSHOWrL4iBS02LtbAgFGfyTgT2cK { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15122;opacity:1;top:112.875rem;left:51.5625rem;display:none; }
#r2EUDPIlpfqNoKEN29BNd0ucp3B9MVX8 { z-index:15015;top:32.625rem;left:20.3125rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#333333;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"mark pro";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:34.375rem;height:4.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#pswbI4RCVQbLzJJ5BmcKxT5vUMr997S4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gGWR7xrwbyU5JP8IbSVblCt7AuCiOUWH { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15128;opacity:1;top:33.75rem;left:51.5625rem; }
#m6zoJJBqvkt1r0eh4M013r30fylIEp7C { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15122;opacity:1;top:112.875rem;left:51.5625rem;display:none; }
#CoT7rPpDi6hKJO9RuSKBRap0W4DCqT1O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CoT7rPpDi6hKJO9RuSKBRap0W4DCqT1O > .row .container { background-color: transparent; background-image: none; }#CoT7rPpDi6hKJO9RuSKBRap0W4DCqT1O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CoT7rPpDi6hKJO9RuSKBRap0W4DCqT1O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CoT7rPpDi6hKJO9RuSKBRap0W4DCqT1O > .row .container > .video-iframe-container { display: none; }#CoT7rPpDi6hKJO9RuSKBRap0W4DCqT1O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CoT7rPpDi6hKJO9RuSKBRap0W4DCqT1O > .row > .video-iframe-container { display: none; }#CoT7rPpDi6hKJO9RuSKBRap0W4DCqT1O > .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); }#CoT7rPpDi6hKJO9RuSKBRap0W4DCqT1O > .row .container { border-width: 0; border-radius: 0; }#CoT7rPpDi6hKJO9RuSKBRap0W4DCqT1O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CoT7rPpDi6hKJO9RuSKBRap0W4DCqT1O > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#GhgMPQ4HZIuxaZ8H7R80tLM2gXwfPKSV { position:absolute;display:block;z-index:15001;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:2.5rem;width:7.6875rem;top:1.875rem;left:2.5rem;overflow:hidden;display:block; }
#vpfhaVu8eBtlBt3nLppkxu0PvadoTXuI { color:#000000;display:block;width:34.8125rem;position:absolute;font-family:"mark pro";font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.556640625rem;left:26.3125rem;height:1.1375rem;text-align:right;text-align-last:right;display:block; }
#ARc5JyiGxWrawR6rFN0nDkomhmSt0HGu { position:absolute;display:block;z-index:15003;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:2.1875rem;width:2.1875rem;top:2.03125rem;left:63.5625rem;overflow:hidden;display:block; }
#D1vmfIdIBVykLxz5iXivzysKy4l0ILV7 { position:absolute;display:block;z-index:15004;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:2.1875rem;width:2.1875rem;top:2.03125rem;left:66.9375rem;overflow:hidden;display:block; }
#FQAfWn7TT7GmigftsrKtH6XOGdGsB6uQ { position:absolute;display:block;z-index:15005;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:2.1875rem;width:2.1875rem;top:2.03125rem;left:70.3125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HSmm36n0WpbvJJDhIAE0BML45m8MT54D { display:block; }#HSmm36n0WpbvJJDhIAE0BML45m8MT54D > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JvVdTCkdUFJHXOCftUXu4qTpZsQ12sdO { width:7.6875rem;height:2.5rem;top:1.25rem;left:20.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXzkJL4XrqSlgueKr77wgTrNufNDTeVg { display:block; }#gXzkJL4XrqSlgueKr77wgTrNufNDTeVg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RSsXFpTInxRV4Uyzq5LTDQ5PMNcemapy { top:61.1875rem;left:6.6875rem;width:34.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltWUwJ4lxbo0IRDbRyulQ2SXCQaFhvBe { display:block; }
 }@media only screen and (max-width: 763px) { #rZGSS3fxNJaOtsR8FKvHbsdqfwQpCyyf { top:66.8125rem;left:6.6875rem;width:34.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoQTC2Dft8xQDkfLvTxhFxoK6VXFNZC6 { display:block; }
 }@media only screen and (max-width: 763px) { #VpUKgRLT7cNOtfu5dPIM094qtpJ3InOe { width:30.1875rem;height:2rem;top:15.875rem;left:8.8124980926512rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpXMAKB5RDKpVr1KJvl47PgbompmOTqH { top:72.4375rem;left:6.6875rem;width:34.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QruxeRzXmSDSQkOXHzyirxDZASo8ks3v { display:block; }
 }@media only screen and (max-width: 763px) { #f3kWXwdTC0AZWwLZWfJQeQkvH363ZwUu { top:83.5625rem;left:6.6875rem;width:34.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMKFDKQ53WMtOC0J2tormu2ATltmseDM { display:block; }
 }@media only screen and (max-width: 763px) { #JgScrPNN86hyLEhlMZrK5cwPmtOnRNVR { top:89.5rem;left:6.6875rem;width:34.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDp2nGr4W0V8vZEHTUaWZh95ai3TewFs { display:block; }
 }@media only screen and (max-width: 763px) { #R48MKDurlRG4PSPN1ZeguUnxRdO38Zyx { top:95.125rem;left:6.6875rem;width:34.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvs56Wg7d8cb99iHPPme56OtLJSHISWJ { display:block; }
 }@media only screen and (max-width: 763px) { #SewgsSDkHo3u81qhWohwwm3m7ehA0pyZ { top:100.75rem;left:6.6875rem;width:34.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZCzEZAbDZnTIsZfW2gSUg1qSEmD1SKx { display:block; }
 }@media only screen and (max-width: 763px) { #Q8FtOXIR4DGPQ5lzPLzerNTZeAwdMKmg { top:117.625rem;left:6.6875rem;width:34.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AntbsCrHvJI68v6LaHGdK4p0KdEDbIXm { display:block; }
 }@media only screen and (max-width: 763px) { #VL7oU6RzH1aQ8p2Ssdlk0bfCFJlZETtR { top:106.375rem;left:6.6875rem;width:34.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5AwPahnqyPeJw8dXBsUK1NlTBuyExwT { display:block; }
 }@media only screen and (max-width: 763px) { #OiyTtk5ws2kZ5r7OgGn3GSqG4F33NrGb { top:78.0625rem;left:6.6875rem;width:34.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnRL3iLPv8kJQHfu4ZvaCyQk4MzB503a { display:block; }
 }@media only screen and (max-width: 763px) { #MklKc4RLsTfkKXHC20XPcFPFHaqWpHKp { width:2.0625rem;height:2.0625rem;top:62.3125rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIbk6v22C5priz8aGOzb4VJ21NsCD87E { width:2.1875rem;height:2.1875rem;top:19.0625rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzQTeTOQQzvvRdaTrkebyOQFnTe7TtWJ { width:2.1875rem;height:2.1875rem;top:19.0625rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWVSfohqLkHuwTcIZ75Kvo5p00BzV4sX { width:2.1875rem;height:2.1875rem;top:19.0625rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLly5UtCizzNi8BeKanLOglVOOhxgmQV { width:2.1875rem;height:2.1875rem;top:19.0625rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #el26x7PRNcUcVFRG2rMfaicCnml8Toga { width:2.1875rem;height:2.1875rem;top:19.0625rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGJ1pHhwNiS5KWR2zAEf8t47rvadL5Gx { width:2.0625rem;height:2.0625rem;top:67.9375rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIBfEmNKKM2TBLUX2BVwk7fyRQQRQtT5 { width:2.0625rem;height:2.0625rem;top:73.5625rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTg4sbC3o9hhiryr2cB79TwOEFNCBXLT { width:2.0625rem;height:2.0625rem;top:79.1875rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBSSywhpM3Wgc86I5ZEITNwiMiesSfh7 { width:2.0625rem;height:2.0625rem;top:84.6875rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXbTKXxTMpn7ASQhyqSvp7Ey5ee4dvIS { width:2.0625rem;height:2.0625rem;top:90.625rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8SW7cImaNoGpSGIFUAg3Xq2wvRwBrSF { width:2.0625rem;height:2.0625rem;top:96.25rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vm1vit0nJZxGIg6u8Llbnzo2Kn4TJe0B { width:2.0625rem;height:2.0625rem;top:101.875rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2QXmyfZVGcKtKsB7it8akvhzNwN9Cmb { width:2.0625rem;height:2.0625rem;top:107.5rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqvHCXsdzyKpE4RxWGTQza6EZwhyRPBA { width:2.0625rem;height:2.0625rem;top:118.75rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzZz4i2RmfDyrcmFx7CTfXttySCHUfnE { width:4.3125rem;height:4.3125rem;top:61.1875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0xTo25FsC2FFhFrfeuymOfmi8Mgz5d2 { width:4.3125rem;height:4.3125rem;top:66.8125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IU9a4KAMDvKuqfBzFJsnxeOJOZ01NT2l { width:4.3125rem;height:4.3125rem;top:72.4375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EalJfEDaDLVqXAueo6Pn3sWCysJzHiPn { width:4.3125rem;height:4.3125rem;top:78.0625rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bv1oB9qHamwTxxTkRyuHyFQaO8HiycdT { width:4.3125rem;height:4.3125rem;top:83.5625rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCAEvZSVaUrMx1ShUhvFlv8ZQOoCKhIZ { width:4.3125rem;height:4.3125rem;top:89.5rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlodhcV0LJtPoZIQoZxUvvpWkuNszFvH { width:4.3125rem;height:4.3125rem;top:95.125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrNv0gNgsZxJ1EcL0XkHPK2g5QETeuIM { width:4.3125rem;height:4.3125rem;top:100.75rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZyyfX4wqTEvWVfhClrS4W7ARs2AmD7T { width:4.3125rem;height:4.3125rem;top:106.375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nolE7cW0v4DFCZq2JAyuTVgUulxPg1gb { width:4.3125rem;height:4.3125rem;top:117.625rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zh96CXZDOsOHniU5U4y85nIVIP3Su26Q { width:24.0625rem;height:4.9375rem;top:7.5rem;left:11.842967987061rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pw1Cm21D8xeu1tqVhcIctXTamETaiTch { top:50rem;left:6.6875rem;width:34.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRzbyzkTZTc23Ubg9tuqDxwOwarpnel8 { display:block; }
 }@media only screen and (max-width: 763px) { #Niru773sSW4S81EzWKQHQJVNJMiQg0kt { width:2.0625rem;height:2.0625rem;top:51.125rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ks7l0nhE9zAUXpTZ3eVXZ7I3ewEMnCcx { width:3.0625rem;height:3.0625rem;top:50.625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a82IlO0N2RGeqQcNha29FyVLe3Txn3kx { top:55.625rem;left:6.75rem;width:34.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr6iSOnooKZ58DRQnetGhaDalcWArabd { display:block; }
 }@media only screen and (max-width: 763px) { #Nk7CoJqTveeNwLe13GBAWhmdPMT55kVF { width:2.0625rem;height:2.0625rem;top:56.75rem;left:38rem;display:none; }
 }@media only screen and (max-width: 763px) { #wwOHTVXIOTJZbVNSfT6F846WUcVdz12M { width:2.125rem;height:2.125rem;top:87.5625rem;left:38rem;display:none; }
 }@media only screen and (max-width: 763px) { #aRLqULlq4LFqmR0FRIZ1OB0d339eMhri { width:2.125rem;height:2.125rem;top:87.5625rem;left:38rem;display:none; }
 }@media only screen and (max-width: 763px) { #A1HaXlRr8kgsmgW7GDg2SqgypeEdF9TZ { width:4.3125rem;height:4.3125rem;top:55.625rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGpe1JPlHZgoT6dVWtHTGZTkOTrAOAQp { top:112rem;left:6.6875rem;width:34.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJxcrzbQ1ZDINiErlS1B4MpgZZIoM5FL { display:block; }
 }@media only screen and (max-width: 763px) { #FiWu9HGseSc332JNxUZiqkJrOiKlkzh0 { width:2.0625rem;height:2.0625rem;top:113.125rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUKNfR2QsTimCNkkJ8nPNDhgm1mQPEaT { width:4.3125rem;height:4.3125rem;top:112rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Km3yQJUT4cfq71LSGCMSB2TEebsN7R9O { top:44.1875rem;left:6.6875rem;width:34.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlQloS0hpbIEPZd73sHQmGMn7dDd2FSO { display:block; }
 }@media only screen and (max-width: 763px) { #OPaXneS1PaLu89MHOWLvurq5W2R7dEbg { width:2.0625rem;height:2.0625rem;top:45.3125rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dToxRxmTZ9vrpOu23WeAShloI937wdKX { width:2.125rem;height:2.125rem;top:87.5625rem;left:38rem;display:none; }
 }@media only screen and (max-width: 763px) { #FABD9mkiG58zwiFwGe1Qlu1VcprK3a9T { width:3.5rem;height:3.8689110679462rem;top:44.6875rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT7qIxISdONiHgq1vtB685vqbGVXQsUi { top:38.375rem;left:6.6875rem;width:34.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOLrXkoBGHJqq0Lgo6Tk3JCL1nBalfQt { display:block; }
 }@media only screen and (max-width: 763px) { #z9oeyHbQHoWAPgbKFKB8DcwVykfTWu2n { width:2.0625rem;height:2.0625rem;top:39.5rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PycIBxbtn502A93f0Cf1NFQBgH0OXzAk { width:2.125rem;height:2.125rem;top:87.5625rem;left:38rem;display:none; }
 }@media only screen and (max-width: 763px) { #nqnqTxbAf7K7mZppOyKlEus8OPSK5k1s { width:3.25rem;height:3.8632341592182rem;top:38.875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAGqoXM1kAOBKyMqqLSVl7syt1FW4XHS { top:27.25rem;left:6.6875rem;width:34.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8tHxzH6tHB67cbzEODE6gkhCVnkyvJQ { display:block; }
 }@media only screen and (max-width: 763px) { #RAX3zpQF9brQOazTaVk7yiUAa0ld8A7H { width:3.3125rem;height:3.8125rem;top:27.75rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fm7pNkbt8cLI4rvILMTPLIaeBMK11xt5 { width:2.125rem;height:2.125rem;top:28.375rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx5HMSHOWrL4iBS02LtbAgFGfyTgT2cK { width:2.125rem;height:2.125rem;top:112.875rem;left:37.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #r2EUDPIlpfqNoKEN29BNd0ucp3B9MVX8 { top:32.625rem;left:6.6875rem;width:34.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pswbI4RCVQbLzJJ5BmcKxT5vUMr997S4 { display:block; }
 }@media only screen and (max-width: 763px) { #gGWR7xrwbyU5JP8IbSVblCt7AuCiOUWH { width:2.125rem;height:2.125rem;top:33.75rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6zoJJBqvkt1r0eh4M013r30fylIEp7C { width:2.125rem;height:2.125rem;top:112.875rem;left:37.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CoT7rPpDi6hKJO9RuSKBRap0W4DCqT1O { display:block; }#CoT7rPpDi6hKJO9RuSKBRap0W4DCqT1O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GhgMPQ4HZIuxaZ8H7R80tLM2gXwfPKSV { width:7.6875rem;height:2.5rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpfhaVu8eBtlBt3nLppkxu0PvadoTXuI { width:34.8125rem;height:1.125rem;top:2.5rem;left:12.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARc5JyiGxWrawR6rFN0nDkomhmSt0HGu { width:2.1875rem;height:2.1875rem;top:2rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1vmfIdIBVykLxz5iXivzysKy4l0ILV7 { width:2.1875rem;height:2.1875rem;top:2rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQAfWn7TT7GmigftsrKtH6XOGdGsB6uQ { width:2.1875rem;height:2.1875rem;top:2rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HSmm36n0WpbvJJDhIAE0BML45m8MT54D { display:block; }#HSmm36n0WpbvJJDhIAE0BML45m8MT54D > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JvVdTCkdUFJHXOCftUXu4qTpZsQ12sdO { width:7.6875rem;height:2.5rem;top:1.25rem;left:6.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXzkJL4XrqSlgueKr77wgTrNufNDTeVg { display:block; }#gXzkJL4XrqSlgueKr77wgTrNufNDTeVg > .row .container { width:20rem;height:123.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RSsXFpTInxRV4Uyzq5LTDQ5PMNcemapy { top:60.25rem;left:0rem;width:20rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltWUwJ4lxbo0IRDbRyulQ2SXCQaFhvBe { display:block; }
 }@media only screen and (max-width: 763px) { #rZGSS3fxNJaOtsR8FKvHbsdqfwQpCyyf { top:65.875rem;left:0rem;width:20rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoQTC2Dft8xQDkfLvTxhFxoK6VXFNZC6 { display:block; }
 }@media only screen and (max-width: 763px) { #VpUKgRLT7cNOtfu5dPIM094qtpJ3InOe { width:20rem;height:1.6497375rem;top:13.375rem;left:0rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LpXMAKB5RDKpVr1KJvl47PgbompmOTqH { top:71.5rem;left:0rem;width:20rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QruxeRzXmSDSQkOXHzyirxDZASo8ks3v { display:block; }
 }@media only screen and (max-width: 763px) { #f3kWXwdTC0AZWwLZWfJQeQkvH363ZwUu { top:82.75rem;left:0rem;width:20rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMKFDKQ53WMtOC0J2tormu2ATltmseDM { display:block; }
 }@media only screen and (max-width: 763px) { #JgScrPNN86hyLEhlMZrK5cwPmtOnRNVR { top:88.375rem;left:0rem;width:20rem;height:4.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDp2nGr4W0V8vZEHTUaWZh95ai3TewFs { display:block; }
 }@media only screen and (max-width: 763px) { #R48MKDurlRG4PSPN1ZeguUnxRdO38Zyx { top:94rem;left:0rem;width:20rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvs56Wg7d8cb99iHPPme56OtLJSHISWJ { display:block; }
 }@media only screen and (max-width: 763px) { #SewgsSDkHo3u81qhWohwwm3m7ehA0pyZ { top:99.75rem;left:0rem;width:20rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZCzEZAbDZnTIsZfW2gSUg1qSEmD1SKx { display:block; }
 }@media only screen and (max-width: 763px) { #Q8FtOXIR4DGPQ5lzPLzerNTZeAwdMKmg { top:116.625rem;left:0rem;width:20rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AntbsCrHvJI68v6LaHGdK4p0KdEDbIXm { display:block; }
 }@media only screen and (max-width: 763px) { #VL7oU6RzH1aQ8p2Ssdlk0bfCFJlZETtR { top:105.375rem;left:0rem;width:20rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5AwPahnqyPeJw8dXBsUK1NlTBuyExwT { display:block; }
 }@media only screen and (max-width: 763px) { #OiyTtk5ws2kZ5r7OgGn3GSqG4F33NrGb { top:77.125rem;left:0rem;width:20rem;height:4.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QnRL3iLPv8kJQHfu4ZvaCyQk4MzB503a { display:block; }
 }@media only screen and (max-width: 763px) { #MklKc4RLsTfkKXHC20XPcFPFHaqWpHKp { display:flex;width:2.125rem;height:2.125rem;top:61.375rem;left:17.25rem; }
 }@media only screen and (max-width: 763px) { #HIbk6v22C5priz8aGOzb4VJ21NsCD87E { width:2.1875rem;height:2.1875rem;top:16.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzQTeTOQQzvvRdaTrkebyOQFnTe7TtWJ { width:2.1875rem;height:2.1875rem;top:16.125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWVSfohqLkHuwTcIZ75Kvo5p00BzV4sX { width:2.1875rem;height:2.1875rem;top:16.125rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLly5UtCizzNi8BeKanLOglVOOhxgmQV { width:2.1875rem;height:2.1875rem;top:16.125rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #el26x7PRNcUcVFRG2rMfaicCnml8Toga { width:2.1875rem;height:2.1875rem;top:16.125rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGJ1pHhwNiS5KWR2zAEf8t47rvadL5Gx { display:flex;width:2.125rem;height:2.125rem;top:67rem;left:17.25rem; }
 }@media only screen and (max-width: 763px) { #tIBfEmNKKM2TBLUX2BVwk7fyRQQRQtT5 { display:flex;width:2.125rem;height:2.125rem;top:72.625rem;left:17.25rem; }
 }@media only screen and (max-width: 763px) { #XTg4sbC3o9hhiryr2cB79TwOEFNCBXLT { display:flex;width:2.125rem;height:2.125rem;top:78.25rem;left:17.25rem; }
 }@media only screen and (max-width: 763px) { #iBSSywhpM3Wgc86I5ZEITNwiMiesSfh7 { display:flex;width:2.125rem;height:2.125rem;top:83.875rem;left:17.25rem; }
 }@media only screen and (max-width: 763px) { #nXbTKXxTMpn7ASQhyqSvp7Ey5ee4dvIS { display:flex;width:2.125rem;height:2.125rem;top:89.5rem;left:17.25rem; }
 }@media only screen and (max-width: 763px) { #g8SW7cImaNoGpSGIFUAg3Xq2wvRwBrSF { display:flex;width:2.125rem;height:2.125rem;top:95.125rem;left:17.25rem; }
 }@media only screen and (max-width: 763px) { #vm1vit0nJZxGIg6u8Llbnzo2Kn4TJe0B { display:flex;width:2.125rem;height:2.125rem;top:100.875rem;left:17.25rem; }
 }@media only screen and (max-width: 763px) { #i2QXmyfZVGcKtKsB7it8akvhzNwN9Cmb { display:flex;width:2.125rem;height:2.125rem;top:106.5rem;left:17.25rem; }
 }@media only screen and (max-width: 763px) { #CqvHCXsdzyKpE4RxWGTQza6EZwhyRPBA { display:flex;width:2.125rem;height:2.125rem;top:117.75rem;left:17.25rem; }
 }@media only screen and (max-width: 763px) { #pzZz4i2RmfDyrcmFx7CTfXttySCHUfnE { width:4.375rem;height:4.375rem;top:60.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0xTo25FsC2FFhFrfeuymOfmi8Mgz5d2 { width:4.375rem;height:4.375rem;top:65.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IU9a4KAMDvKuqfBzFJsnxeOJOZ01NT2l { width:4.375rem;height:4.375rem;top:71.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EalJfEDaDLVqXAueo6Pn3sWCysJzHiPn { width:4.375rem;height:4.375rem;top:77.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bv1oB9qHamwTxxTkRyuHyFQaO8HiycdT { width:4.375rem;height:4.375rem;top:82.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCAEvZSVaUrMx1ShUhvFlv8ZQOoCKhIZ { width:4.375rem;height:4.375rem;top:88.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlodhcV0LJtPoZIQoZxUvvpWkuNszFvH { width:4.375rem;height:4.375rem;top:94rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrNv0gNgsZxJ1EcL0XkHPK2g5QETeuIM { width:4.375rem;height:4.375rem;top:99.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZyyfX4wqTEvWVfhClrS4W7ARs2AmD7T { width:4.375rem;height:4.375rem;top:105.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nolE7cW0v4DFCZq2JAyuTVgUulxPg1gb { width:4.375rem;height:4.375rem;top:116.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zh96CXZDOsOHniU5U4y85nIVIP3Su26Q { width:20rem;height:4.1038961038961rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pw1Cm21D8xeu1tqVhcIctXTamETaiTch { top:48.8125rem;left:0.0625rem;width:20rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRzbyzkTZTc23Ubg9tuqDxwOwarpnel8 { display:block; }
 }@media only screen and (max-width: 763px) { #Niru773sSW4S81EzWKQHQJVNJMiQg0kt { display:flex;width:2.125rem;height:2.125rem;top:30.1875rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ks7l0nhE9zAUXpTZ3eVXZ7I3ewEMnCcx { display:flex;width:3.125rem;height:3.125rem;top:49.4375rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #a82IlO0N2RGeqQcNha29FyVLe3Txn3kx { top:54.5rem;left:0rem;width:20rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr6iSOnooKZ58DRQnetGhaDalcWArabd { display:block; }
 }@media only screen and (max-width: 763px) { #Nk7CoJqTveeNwLe13GBAWhmdPMT55kVF { display:flex;width:2.125rem;height:2.125rem;top:97.25rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wwOHTVXIOTJZbVNSfT6F846WUcVdz12M { display:flex;width:2.125rem;height:2.125rem;top:49.9375rem;left:17.25rem;z-index:15123; }
 }@media only screen and (max-width: 763px) { #aRLqULlq4LFqmR0FRIZ1OB0d339eMhri { display:flex;width:2.125rem;height:2.125rem;top:55.625rem;left:17.25rem;z-index:15124; }
 }@media only screen and (max-width: 763px) { #A1HaXlRr8kgsmgW7GDg2SqgypeEdF9TZ { width:4.375rem;height:4.375rem;top:54.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGpe1JPlHZgoT6dVWtHTGZTkOTrAOAQp { top:111rem;left:0rem;width:20rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJxcrzbQ1ZDINiErlS1B4MpgZZIoM5FL { display:block; }
 }@media only screen and (max-width: 763px) { #FiWu9HGseSc332JNxUZiqkJrOiKlkzh0 { display:flex;width:2.125rem;height:2.125rem;top:112.125rem;left:17.25rem; }
 }@media only screen and (max-width: 763px) { #xUKNfR2QsTimCNkkJ8nPNDhgm1mQPEaT { width:4.375rem;height:4.375rem;top:111rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Km3yQJUT4cfq71LSGCMSB2TEebsN7R9O { top:42.6875rem;left:0rem;width:20rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlQloS0hpbIEPZd73sHQmGMn7dDd2FSO { display:block; }
 }@media only screen and (max-width: 763px) { #OPaXneS1PaLu89MHOWLvurq5W2R7dEbg { display:flex;width:2.0625rem;height:2.0625rem;top:45.3125rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dToxRxmTZ9vrpOu23WeAShloI937wdKX { display:flex;width:2.125rem;height:2.125rem;top:43.8125rem;left:17.25rem;z-index:15124; }
 }@media only screen and (max-width: 763px) { #FABD9mkiG58zwiFwGe1Qlu1VcprK3a9T { width:3.5625rem;height:3.9375rem;top:43.1875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT7qIxISdONiHgq1vtB685vqbGVXQsUi { top:37rem;left:0.125rem;width:20rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOLrXkoBGHJqq0Lgo6Tk3JCL1nBalfQt { display:block; }
 }@media only screen and (max-width: 763px) { #z9oeyHbQHoWAPgbKFKB8DcwVykfTWu2n { display:flex;width:2.0625rem;height:2.0625rem;top:39.5rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PycIBxbtn502A93f0Cf1NFQBgH0OXzAk { display:flex;width:2.125rem;height:2.125rem;top:38.125rem;left:17.25rem;z-index:15125; }
 }@media only screen and (max-width: 763px) { #nqnqTxbAf7K7mZppOyKlEus8OPSK5k1s { width:3.3125rem;height:3.9375rem;top:37.5rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAGqoXM1kAOBKyMqqLSVl7syt1FW4XHS { top:25.375rem;left:0rem;width:20rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8tHxzH6tHB67cbzEODE6gkhCVnkyvJQ { display:block; }
 }@media only screen and (max-width: 763px) { #RAX3zpQF9brQOazTaVk7yiUAa0ld8A7H { width:3.75rem;height:4.3125rem;top:25.405209541321rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fm7pNkbt8cLI4rvILMTPLIaeBMK11xt5 { display:flex;width:2.125rem;height:2.125rem;top:28.375rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vx5HMSHOWrL4iBS02LtbAgFGfyTgT2cK { display:flex;width:2.125rem;height:2.125rem;top:26.5rem;left:17.25rem;z-index:15123; }
 }@media only screen and (max-width: 763px) { #r2EUDPIlpfqNoKEN29BNd0ucp3B9MVX8 { top:31rem;left:0rem;width:20rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pswbI4RCVQbLzJJ5BmcKxT5vUMr997S4 { display:block; }
 }@media only screen and (max-width: 763px) { #gGWR7xrwbyU5JP8IbSVblCt7AuCiOUWH { display:flex;width:2.125rem;height:2.125rem;top:33.75rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #m6zoJJBqvkt1r0eh4M013r30fylIEp7C { display:flex;width:2.125rem;height:2.125rem;top:32.125rem;left:17.25rem;z-index:15124; }
 }@media only screen and (max-width: 763px) { #CoT7rPpDi6hKJO9RuSKBRap0W4DCqT1O { display:block; }#CoT7rPpDi6hKJO9RuSKBRap0W4DCqT1O > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GhgMPQ4HZIuxaZ8H7R80tLM2gXwfPKSV { width:7.6875rem;height:2.5rem;top:3.125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpfhaVu8eBtlBt3nLppkxu0PvadoTXuI { width:20rem;height:2.59895625rem;top:7.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ARc5JyiGxWrawR6rFN0nDkomhmSt0HGu { width:2.1875rem;height:2.1875rem;top:11.25rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1vmfIdIBVykLxz5iXivzysKy4l0ILV7 { width:2.1875rem;height:2.1875rem;top:11.25rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQAfWn7TT7GmigftsrKtH6XOGdGsB6uQ { width:2.1875rem;height:2.1875rem;top:11.25rem;left:12.3125rem;display:block; }
 }