.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#lE51ZJaRAcW9nc4gSvCPOqAtWq36SFEp { 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; }#lE51ZJaRAcW9nc4gSvCPOqAtWq36SFEp > .row .container { background-color: transparent; background-image: none; }#lE51ZJaRAcW9nc4gSvCPOqAtWq36SFEp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lE51ZJaRAcW9nc4gSvCPOqAtWq36SFEp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lE51ZJaRAcW9nc4gSvCPOqAtWq36SFEp > .row .container > .video-iframe-container { display: none; }#lE51ZJaRAcW9nc4gSvCPOqAtWq36SFEp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lE51ZJaRAcW9nc4gSvCPOqAtWq36SFEp > .row > .video-iframe-container { display: none; }#lE51ZJaRAcW9nc4gSvCPOqAtWq36SFEp > .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); }#lE51ZJaRAcW9nc4gSvCPOqAtWq36SFEp > .row .container { border-width: 0; border-radius: 0; }#lE51ZJaRAcW9nc4gSvCPOqAtWq36SFEp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lE51ZJaRAcW9nc4gSvCPOqAtWq36SFEp > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:60rem;position:relative;display:block; }#ZZGpAnvSm4TOb5611db9qRn8G2qHQQsr { background-color:transparent;background-image:none;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:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.21875rem;left:19.5625rem;display:block; }
#DN4MoiJTJJxxOT59MCZgGWsvxqHyyNhU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xebdtKP1GxDqT2N4TU1Dx9hGHG2bGiqN { background-color:transparent;background-image:none;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:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.0625rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.21875rem;left:26.75rem;display:block; }
#Qsrqp5OW10R7sTb5TEBSvemtH0WlxWIp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tKtC1MmmpOAPcicoIdTTCZ0v3K8X6UAG { background-color:transparent;background-image:none;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:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.21875rem;left:38.25rem;display:block; }
#C6AR4qazzHt4LQmWp8ZzXrMlqO0o3UG9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SBdh65r8BtZB4hTELKHSzcZgQiKv4kha { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #b20404, #000000);background-image: -moz-linear-gradient(115deg, #b20404, #000000);background-image: -ms-linear-gradient(115deg, #b20404, #000000);background-image: -o-linear-gradient(115deg, #b20404, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b20404', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b20404', endColorstr='#000000' );";background-image: linear-gradient(115deg, #b20404, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.25rem;left:48.2509765625rem;display:block; }
#sEVqz5JWiZWt2UGfuqoUxGEyaTGWxOIV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NNwGl0Bg693Uk7u6xrQ2crBTcHV6fgyI { color:#000000;display:block;width:4.6875rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:6.25rem;left:8.25rem;height:0.8125rem;display:block; }
#cHyzvavotBfhVet49WmnxsyTFarEZfpP { position:absolute;display:block;z-index:15012;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:6.25rem;width:10.5rem;top:0rem;left:2.5rem;overflow:hidden;display:block; }
#ZRWQfxqJ9W4o9DMUkfSCWTMXDcTyXyOz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#ZRWQfxqJ9W4o9DMUkfSCWTMXDcTyXyOz.adaptive-delivery-prevent-bg, #ZRWQfxqJ9W4o9DMUkfSCWTMXDcTyXyOz.lazyload, #ZRWQfxqJ9W4o9DMUkfSCWTMXDcTyXyOz.lazyloading { background-image: none; }#ZRWQfxqJ9W4o9DMUkfSCWTMXDcTyXyOz > .row .container { background-color: transparent; background-image: none; }#ZRWQfxqJ9W4o9DMUkfSCWTMXDcTyXyOz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZRWQfxqJ9W4o9DMUkfSCWTMXDcTyXyOz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZRWQfxqJ9W4o9DMUkfSCWTMXDcTyXyOz > .row .container > .video-iframe-container { display: none; }#ZRWQfxqJ9W4o9DMUkfSCWTMXDcTyXyOz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZRWQfxqJ9W4o9DMUkfSCWTMXDcTyXyOz > .row > .video-iframe-container { display: none; }#ZRWQfxqJ9W4o9DMUkfSCWTMXDcTyXyOz > .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); }#ZRWQfxqJ9W4o9DMUkfSCWTMXDcTyXyOz > .row .container { border-width: 0; border-radius: 0; }#ZRWQfxqJ9W4o9DMUkfSCWTMXDcTyXyOz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZRWQfxqJ9W4o9DMUkfSCWTMXDcTyXyOz > .row .container { font-size:0.875rem;font-family:arial;height:20.3125rem;width:60rem;position:relative;display:block; }#Rm2PQPtCEcL7alVVh5FaC7woLivNDwCg { 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:4.1875rem;width:4.1875rem;top:1.375rem;left:0rem;overflow:hidden;display:block; }
#zab5awfigS1SKUiiMKVayLUFN1nLpfX2 { color:#000000;display:block;width:32.5rem;position:absolute;font-family:"roboto condensed";font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:1.375rem;left:0rem;height:1.94921875rem;font-style:normal;display:block; }
#EPeOHiBPegVAeXP6ywK1qwfuVasI688T { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:"roboto condensed";font-size:3rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:3.744140625rem;left:0rem;height:7.19925rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DGfdPuB557A0FkmMmtdQrUGN4cAsmKeG { color:#000000;display:block;width:25.125rem;position:absolute;font-family:"roboto condensed";font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:12.080078125rem;left:0rem;height:1.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lGX6a1VLlRTUdeVTtfF876TLwX0r7LKS { background-color:transparent;background-image: -webkit-linear-gradient(153deg, #ff0000, #000000);background-image: -moz-linear-gradient(153deg, #ff0000, #000000);background-image: -ms-linear-gradient(153deg, #ff0000, #000000);background-image: -o-linear-gradient(153deg, #ff0000, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#000000' );";background-image: linear-gradient(153deg, #ff0000, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:2.25rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:15.375rem;left:0rem;display:block; }
#QZHiHIthCON6g7GN2UzDDZJtFKTK6De3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oPeQb5dTkVAL0WE77MEVq7TJyKO1cKn0 { position:absolute;display:block;z-index:15017;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:17.2480625rem;width:31.4355625rem;top:2.8935546875rem;left:25.125rem;overflow:hidden;display:block; }
#E5L2mRwuQ7CZdp2PINTuCU1Z4DFLZnnB { position:relative;display:block; }#E5L2mRwuQ7CZdp2PINTuCU1Z4DFLZnnB { background-color: transparent; background-image: none; }#E5L2mRwuQ7CZdp2PINTuCU1Z4DFLZnnB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5L2mRwuQ7CZdp2PINTuCU1Z4DFLZnnB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5L2mRwuQ7CZdp2PINTuCU1Z4DFLZnnB > .row .container > .video-iframe-container { display: none; }#E5L2mRwuQ7CZdp2PINTuCU1Z4DFLZnnB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5L2mRwuQ7CZdp2PINTuCU1Z4DFLZnnB > .row > .video-iframe-container { display: none; }#E5L2mRwuQ7CZdp2PINTuCU1Z4DFLZnnB > .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); }#E5L2mRwuQ7CZdp2PINTuCU1Z4DFLZnnB { border-width: 0; border-radius: 0; }#E5L2mRwuQ7CZdp2PINTuCU1Z4DFLZnnB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#E5L2mRwuQ7CZdp2PINTuCU1Z4DFLZnnB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bvxFGcKygw87111CLq03LaPvbHihTaxd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:5.1875rem;left:1.5rem; }
#tzdsLDnyxHrktzzVeyXRmumFNnTbmIzH { color:#000000;display:block;width:16rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.57421875rem;left:4.0625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#s5LCMcUnZGoHxOiGMlFcuF5HesqMybXa { color:#000000;display:block;width:16rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.75rem;left:4.0625rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bdCmBqTwhzuc9EXAXl16RgCEUxBStDVD { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(237deg, #ff1100, #000000);background-image: -moz-linear-gradient(237deg, #ff1100, #000000);background-image: -ms-linear-gradient(237deg, #ff1100, #000000);background-image: -o-linear-gradient(237deg, #ff1100, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1100', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1100', endColorstr='#000000' );";background-image: linear-gradient(237deg, #ff1100, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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;height:2.3125rem;width:9.125rem;top:1.5107421875rem;left:4.125rem;display:block; }
#lqEZcZxnfORwVRZTMzNIaGCGvWBHKGag { color:#000000;display:block;width:8.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.017578125rem;left:4.8125rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Zm7EaqrHKl9fwzHT3Zb1qk8P4UVfPtDw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:4.1875rem;left:20.4375rem; }
#JEtD8a4QanC6O2bk20Tn7V6G1ufxbPFm { color:#000000;display:block;width:16rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.75rem;left:25.0625rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#W6VWJIuA0khTo2GzaOUS4k9rUXtAqWFs { color:#000000;display:block;width:16rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.63671875rem;left:25.125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gyHkeeIKKceLeToSHdpFbpxcOqrc51I5 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(237deg, #ff1100, #000000);background-image: -moz-linear-gradient(237deg, #ff1100, #000000);background-image: -ms-linear-gradient(237deg, #ff1100, #000000);background-image: -o-linear-gradient(237deg, #ff1100, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1100', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1100', endColorstr='#000000' );";background-image: linear-gradient(237deg, #ff1100, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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;height:2.3125rem;width:8.875rem;top:1.5107421875rem;left:25.0625rem;display:block; }
#RrlOwX9dCX7RSvr0cwHEf00X1TxE09rI { color:#000000;display:block;width:7.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.0166015625rem;left:26.0615234375rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mDNxMUeaRtAVuWeCUi54WHpB1vtTzzRn { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(237deg, #ff1100, #000000);background-image: -moz-linear-gradient(237deg, #ff1100, #000000);background-image: -ms-linear-gradient(237deg, #ff1100, #000000);background-image: -o-linear-gradient(237deg, #ff1100, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1100', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1100', endColorstr='#000000' );";background-image: linear-gradient(237deg, #ff1100, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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;height:2.3125rem;width:7.875rem;top:1.5107421875rem;left:44.21875rem;display:block; }
#NUDxw2vqkW7zZDpDpZ59I7p5obikRZ9W { color:#000000;display:block;width:15.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.75rem;left:44.46875rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TJhUZtM2sd6qKKiFu0AKaqlkKbBTSLfl { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.63671875rem;left:44.46875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DDksrtDWu9IuIrRgamUtN3uQrH0hEisO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:4.28125rem;left:40rem; }
#cAUEkRTTIGr75D8hQ3P28z7WaoxWkHeR { color:#000000;display:block;width:12.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.0166015625rem;left:44.75rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lzgtnZHNcyoqTfqtVCuTvnetvzwlSXig { 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; }#lzgtnZHNcyoqTfqtVCuTvnetvzwlSXig > .row .container { background-color: transparent; background-image: none; }#lzgtnZHNcyoqTfqtVCuTvnetvzwlSXig::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lzgtnZHNcyoqTfqtVCuTvnetvzwlSXig > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lzgtnZHNcyoqTfqtVCuTvnetvzwlSXig > .row .container > .video-iframe-container { display: none; }#lzgtnZHNcyoqTfqtVCuTvnetvzwlSXig > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lzgtnZHNcyoqTfqtVCuTvnetvzwlSXig > .row > .video-iframe-container { display: none; }#lzgtnZHNcyoqTfqtVCuTvnetvzwlSXig > .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); }#lzgtnZHNcyoqTfqtVCuTvnetvzwlSXig > .row .container { border-width: 0; border-radius: 0; }#lzgtnZHNcyoqTfqtVCuTvnetvzwlSXig > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lzgtnZHNcyoqTfqtVCuTvnetvzwlSXig > .row .container { font-size:0.875rem;font-family:arial;height:37.75rem;width:60rem;position:relative;display:block; }#db2PsnZewz2Sl6LMPiIqql214uo2wJ6C { color:rgba(0,0,0,0.7);display:block;width:25.8125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15014;line-height:2.1;letter-spacing:0;top:12.33203125rem;left:0rem;height:3.673825rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#anCF1hHIVQ8E544g8J16BsQ31LwPaPo3 { color:rgba(255,255,255,0.7);display:block;width:30.5rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.0146484375rem;left:0rem;height:2.84375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cgkv9AuWthKUImLo7vs2sLddmDisqQoI .widget-form-header { font-size:0.875rem; }
#cgkv9AuWthKUImLo7vs2sLddmDisqQoI .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:0.875rem;font-weight:bold;color:#000000;width:17.1875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#cgkv9AuWthKUImLo7vs2sLddmDisqQoI .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.1875rem;box-sizing:border-box;height:2.1875rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:roboto;text-align:center;text-align-last:center;font-weight:700;font-style:normal;vertical-align:top; }
#cgkv9AuWthKUImLo7vs2sLddmDisqQoI .widget-input-text {padding-top: 0; padding-bottom: 0;}#cgkv9AuWthKUImLo7vs2sLddmDisqQoI .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.1875rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:roboto;text-align:center;text-align-last:center;font-weight:700;font-style:normal;vertical-align:top; }
#cgkv9AuWthKUImLo7vs2sLddmDisqQoI .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.1875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:roboto;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#cgkv9AuWthKUImLo7vs2sLddmDisqQoI .widget-input-select {padding-top: 0; padding-bottom: 0;}#cgkv9AuWthKUImLo7vs2sLddmDisqQoI .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#cgkv9AuWthKUImLo7vs2sLddmDisqQoI .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#cgkv9AuWthKUImLo7vs2sLddmDisqQoI .widget-input-button { border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:transparent;background-image: -webkit-linear-gradient(117deg, #000000, #ff0000);background-image: -moz-linear-gradient(117deg, #000000, #ff0000);background-image: -ms-linear-gradient(117deg, #000000, #ff0000);background-image: -o-linear-gradient(117deg, #000000, #ff0000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ff0000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ff0000' );";background-image: linear-gradient(117deg, #000000, #ff0000);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#ffffff;width:17.1875rem;height:3.4375rem;font-family:roboto;overflow:hidden;box-shadow: 0.375rem 0.3125rem 1.0625rem rgba(5,5,5,0.36) ; }
#cgkv9AuWthKUImLo7vs2sLddmDisqQoI [class*="-text"]:-moz-placeholder { color:#000000;font-family:roboto;font-size:0.875rem; }
#cgkv9AuWthKUImLo7vs2sLddmDisqQoI [class*="-text"]::-moz-placeholder { color:#000000;font-family:roboto;font-size:0.875rem; }
#cgkv9AuWthKUImLo7vs2sLddmDisqQoI [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:roboto;font-size:0.875rem; }
#cgkv9AuWthKUImLo7vs2sLddmDisqQoI [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:roboto;font-size:0.875rem; }
#cgkv9AuWthKUImLo7vs2sLddmDisqQoI .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:roboto;line-height:1.3;font-size:0.8125rem;font-weight:300;color:#ffffff;vertical-align:top;width:16rem;overflow:hidden;font-style:normal;float:none; }
#cgkv9AuWthKUImLo7vs2sLddmDisqQoI .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#cgkv9AuWthKUImLo7vs2sLddmDisqQoI .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:roboto;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#cgkv9AuWthKUImLo7vs2sLddmDisqQoI .widget-container { padding-top:0.875rem;padding-right:0;padding-bottom:0.8125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#cgkv9AuWthKUImLo7vs2sLddmDisqQoI .widget-container:first-of-type{padding-top:0;}#cgkv9AuWthKUImLo7vs2sLddmDisqQoI .widget-container:last-of-type{padding-bottom:0;}#cgkv9AuWthKUImLo7vs2sLddmDisqQoI  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.1875rem;height:auto;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;z-index:15015;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(204,204,204,0.5) ;position:absolute;top:4.4599609375rem;left:35.0302734375rem;font-size:0.875rem; }
#cgkv9AuWthKUImLo7vs2sLddmDisqQoI .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.1875rem;display:block;vertical-align:top; }
#cgkv9AuWthKUImLo7vs2sLddmDisqQoI .widget-info-text { display:block;height:auto;font-family:roboto;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cgkv9AuWthKUImLo7vs2sLddmDisqQoI {display:block;}#cgkv9AuWthKUImLo7vs2sLddmDisqQoI { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.1875rem;height:auto;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;z-index:15015;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(204,204,204,0.5) ;position:absolute;top:4.4599609375rem;left:35.0302734375rem;font-size:0.875rem; }
#cgkv9AuWthKUImLo7vs2sLddmDisqQoI #JGOv2lxvMTmP1k7XTw4PNUo96KbWhxTe { position:relative; }
#cgkv9AuWthKUImLo7vs2sLddmDisqQoI #J3gOmGh4GPGPQitXA1hT6Bih7NT1Uc9w { position:relative;display:block; }
#cgkv9AuWthKUImLo7vs2sLddmDisqQoI #R08S8mQeeKNgzvukmyKMW78AdwAMUI1w { position:relative; }
#cgkv9AuWthKUImLo7vs2sLddmDisqQoI #u5z3SqUZeDKVv0w4csVUUOsQAsL6Tio2 { position:relative; }
#cgkv9AuWthKUImLo7vs2sLddmDisqQoI #XTxp7ouOD4uZD5RJvgUrgAra9eep1reD { position:relative;display:block; }
#cgkv9AuWthKUImLo7vs2sLddmDisqQoI #CrTZiwhDGr92MrZu9TXUk34JSg7orAun { position:relative; }
#cgkv9AuWthKUImLo7vs2sLddmDisqQoI #tysAct0vXgtgvlWs4fILPJVNnkZlUc45 { position:relative; }
#cgkv9AuWthKUImLo7vs2sLddmDisqQoI #UaDc6EcaTUmIyXwAq9r7Xn8JPGA1rSKF { position:relative;display:none; }
#cgkv9AuWthKUImLo7vs2sLddmDisqQoI #JQd5eG0CryQC3cDco7QUfaKqyuvDqgLS { position:relative; }
#cgkv9AuWthKUImLo7vs2sLddmDisqQoI #m0aN2qfNVROdvwo8rHr7vO2HsJzaDOob { position:relative; }
#cgkv9AuWthKUImLo7vs2sLddmDisqQoI #E5O1dvbDQXU6dXoTouGROEak3KXdHLWF { position:relative;display:none; }
#cgkv9AuWthKUImLo7vs2sLddmDisqQoI #lxwo4CipWm7exd5IGOtDTS8mZdbiFpFZ { position:relative; }
#cgkv9AuWthKUImLo7vs2sLddmDisqQoI #vmfDHd5xfdwIgSC0PE55HoSwcCpUWHa4 { position:relative; }
#cgkv9AuWthKUImLo7vs2sLddmDisqQoI #k2lFkSHNLu9CTSAALlP1PWeTkutq4HRf { position:relative;display:none; }
#cgkv9AuWthKUImLo7vs2sLddmDisqQoI #f0PPJhnkXceCiuOny4sfgeInMW6B66cO { position:relative; }
#cgkv9AuWthKUImLo7vs2sLddmDisqQoI #GuLLprzqkMh9WMtCEfoVTMxytS8tbqxD { position:relative; }
#cgkv9AuWthKUImLo7vs2sLddmDisqQoI #KHKZI2ZspZ9RDPSslxhO0iJHNoJmoCcg { position:relative; }
#SiVVN569CpmpIPHccOoHHkO8GnfgA9Au { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:35.75rem;width:22rem;top:5.875rem;left:37.875rem;display:block; }
#rP2zKARBi8FDPcpelmu7WqedploZ97yn { color:#de0000;display:block;width:29.6245625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1.6189231872559rem;left:30.000003814698rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rr8ETNa1Z7RtTAZ5WRAkAvkTHRCyow65 { background-color:#ffffff;background-image:none;border-top:0.125rem solid #09699d;border-left:0.125rem solid #09699d;border-right:0.125rem solid #09699d;border-bottom:0.125rem solid #09699d;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.0625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:31.125rem;left:2.09375rem;display:block; }
#f52GBQts0d36GgXPdU6Se7WwfUtw2vZD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JnxRegMod4DtP6KdfPfmifCnhahWqTfu { background-color:transparent;background-image: -webkit-linear-gradient(219deg, #ff0000, #000000);background-image: -moz-linear-gradient(219deg, #ff0000, #000000);background-image: -ms-linear-gradient(219deg, #ff0000, #000000);background-image: -o-linear-gradient(219deg, #ff0000, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#000000' );";background-image: linear-gradient(219deg, #ff0000, #000000);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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.0625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:31.125rem;left:15.0625rem;display:block; }
#vniqLteLV0lFR8oFxJZ2u7n65BAfD2pe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L4wVLHqOG6NDFECBJAzbm9BMINCcIv2g { color:rgba(0,0,0,0.7);display:block;width:25.8125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15015;line-height:2.1;letter-spacing:0;top:14.14453125rem;left:0rem;height:1.8369125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RQBlW91ST9w7EMvk2UnLpgIISUQy1Bfp { color:rgba(0,0,0,0.7);display:block;width:25.811625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15016;line-height:2.1;letter-spacing:0;top:17.036676406861rem;left:0rem;height:3.673825rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WnkEQtLw85mbvOTzDPHd01UHXPiIU4TK { color:rgba(0,0,0,0.7);display:block;width:25.8125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15017;line-height:2.1;letter-spacing:0;top:25.11328125rem;left:0rem;height:1.8369125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pwTfB6OOb1Bl1Ggotv4ThxnT9QeSepqy { color:rgba(0,0,0,0.7);display:block;width:25.8125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15018;line-height:2.1;letter-spacing:0;top:21.7705078125rem;left:0rem;height:1.8369125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GIeu0Fi00bCAlzCTLSZcKzVXlW898sIb { color:rgba(255,255,255,0.7);display:block;width:30.5rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.8583984375rem;left:0rem;height:2.84375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZRxg1XMcOPVultZknbRFKcX3scTHtbMA { color:rgba(255,255,255,0.7);display:block;width:18.5rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.7021484375rem;left:0rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XwfsJEsZWoCF5yTEF5vvmQd1KztoPq8p { 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; }#XwfsJEsZWoCF5yTEF5vvmQd1KztoPq8p > .row .container { background-color: transparent; background-image: none; }#XwfsJEsZWoCF5yTEF5vvmQd1KztoPq8p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwfsJEsZWoCF5yTEF5vvmQd1KztoPq8p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwfsJEsZWoCF5yTEF5vvmQd1KztoPq8p > .row .container > .video-iframe-container { display: none; }#XwfsJEsZWoCF5yTEF5vvmQd1KztoPq8p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwfsJEsZWoCF5yTEF5vvmQd1KztoPq8p > .row > .video-iframe-container { display: none; }#XwfsJEsZWoCF5yTEF5vvmQd1KztoPq8p > .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); }#XwfsJEsZWoCF5yTEF5vvmQd1KztoPq8p > .row .container { border-width: 0; border-radius: 0; }#XwfsJEsZWoCF5yTEF5vvmQd1KztoPq8p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XwfsJEsZWoCF5yTEF5vvmQd1KztoPq8p > .row .container { font-size:0.875rem;font-family:arial;height:58.6875rem;width:60rem;position:relative;display:block; }#HfRIw4vmRUhXfbRfKaNldAFWn2grieI9 { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid #5d92ff;border-left:0rem solid #5d92ff;border-right:0rem solid #5d92ff;border-bottom:0.875rem solid #f10000;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: 0rem 0rem 0.625rem rgba(0,0,0,0.35) ;height:46.625rem;width:18.8125rem;top:10.125rem;left:0.59375rem;display:block; }
#oUQkBdJsOtddv7oe8MzJESOipJIADWtC { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/55e9ebf6-87b6-407a-9997-81dfebfe2c8a/1995g.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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:11.4375rem;width:18.8125rem;top:10.1875rem;left:0.59375rem;display:block; }#oUQkBdJsOtddv7oe8MzJESOipJIADWtC.adaptive-delivery-prevent-bg, #oUQkBdJsOtddv7oe8MzJESOipJIADWtC.lazyload, #oUQkBdJsOtddv7oe8MzJESOipJIADWtC.lazyloading { background-image: none; }
#F6iLKdlraNqmQp3ODBTLrJvJgLGIuvNK { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:52.8125rem;left:2.5rem;display:block; }
#LXFkiHL5ZNx7oekkZyfUKAh857MTOaXD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qP3X4S9XypbpZQSLTlvAoryLqqyohtTV { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.875rem solid #ef0000;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: 0rem 0rem 0.625rem rgba(0,0,0,0.35) ;height:46.6875rem;width:18.8125rem;top:10.125rem;left:20.59375rem;display:block; }
#IeTcDe1FfPXX6nEqEQZFFT4XnALRVSTQ { position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/682c48b5-3723-410c-bd3a-7bdb9f962dd0/2995g.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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:11.4375rem;width:18.8125rem;top:10.125rem;left:20.59375rem;display:block; }#IeTcDe1FfPXX6nEqEQZFFT4XnALRVSTQ.adaptive-delivery-prevent-bg, #IeTcDe1FfPXX6nEqEQZFFT4XnALRVSTQ.lazyload, #IeTcDe1FfPXX6nEqEQZFFT4XnALRVSTQ.lazyloading { background-image: none; }
#WmbLIl3fuOKCOLneHz8UfPhGouO8wZ7g { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.875rem solid #f60000;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: 0rem 0rem 0.625rem rgba(0,0,0,0.35) ;height:46.6875rem;width:18.8125rem;top:10.125rem;left:40rem;display:block; }
#du0GmVTW9tkQ6wEq0zstnXn65JAD38AO { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/da444bc3-9f6c-4ec2-aec7-f00f79216ac2/299lit.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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:11.5rem;width:18.8125rem;top:10.125rem;left:40rem;display:block; }#du0GmVTW9tkQ6wEq0zstnXn65JAD38AO.adaptive-delivery-prevent-bg, #du0GmVTW9tkQ6wEq0zstnXn65JAD38AO.lazyload, #du0GmVTW9tkQ6wEq0zstnXn65JAD38AO.lazyloading { background-image: none; }
#HuLDs1XSGcqbihOsAsudbAntA6m7al1p { position:absolute;display:block;z-index:15027;background-color:#ca0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:1.75rem;width:8.1875rem;top:11.0625rem;left:20.5625rem;display:block; }
#KvRW9ZBEVkAX7G7uHEEclpr1BqtsnTt2 { color:#ffffff;display:block;width:9.1875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:11.287109375rem;left:19.40625rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JT4Z6l0TLJoWq0ST8ygnVUe3zofOqOlz { color:#e10000;display:block;width:60rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.3125rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qC2cSqpyxyHhT1axehulJH2y4RFCyla5 { position:absolute;display:block;z-index:15028;background-color:#ca0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:1.75rem;width:8.1875rem;top:11.0625rem;left:0.59375rem;display:block; }
#DFgGzzxH0LWXLwkowCwKaLh1yGM5ahV1 { color:#ffffff;display:block;width:9.1875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:11.287109375rem;left:0rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cCJuAhDEmahL3iXx6WAxrCJrAeEPwKuQ { position:absolute;display:block;z-index:15028;background-color:#ca0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:1.75rem;width:8.1875rem;top:11.0625rem;left:40rem;display:block; }
#vPQGVsFvdil8m0TpHEDBL4Qp1i7DBWMT { color:#ffffff;display:block;width:9.1875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:11.287109375rem;left:39.40625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DFVvQOpbw88iWkeI8NXNOsZZh0TQOxSz { color:#000000;display:block;width:18.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:19.5625rem;left:1.125rem;height:1.462675rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vxKanhfcxX6PQg69297eAxETCV9MZHcJ { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0.7);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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:2.125rem;width:18.8125rem;top:19.5rem;left:0.59375rem;display:block; }
#sBLS5MVhqg9DdNfgUf6ZxH5cEHrhskf5 { position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0.3);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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:2.125rem;width:18.8125rem;top:19.5rem;left:20.59375rem;display:block; }
#zRQtFJ87wFDC5lezeDQ55xIn6aAeTRN6 { position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0.3);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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:2.125rem;width:18.8125rem;top:22.25rem;left:20.59375rem;display:block; }
#c3f4WDw740o6xuKMmyhdNmoX4o0UTxwm { position:absolute;display:block;z-index:15031;background-color:rgba(0,0,0,0.7);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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:2.125rem;width:18.8125rem;top:19.5rem;left:20.59375rem;display:block; }
#gdXDntr2bIIVrvkoz8p3C7KMcA8Lxrxf { position:absolute;display:block;z-index:15032;background-color:rgba(0,0,0,0.7);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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:2.125rem;width:18.8125rem;top:19.5rem;left:40rem;display:block; }
#tdTWtfl93csBriUT7PXzuGsG4ST9Dnqd { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:19.708984375rem;left:21.5rem;height:1.462675rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UivTPWbas18p07xc4tm5QEP2SVWlTZ3i { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:19.708984375rem;left:40.90625rem;height:1.70605625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Sv0mKETe92FWpzRp4LJETTa3VatQHZOX { position:absolute;display:block;z-index:15033;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.5rem;width:17.3125rem;top:23.9375rem;left:1.34375rem;display:block; }
#xoawaFLagD9fA2phDo0GEaKINCozdLXX { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:22.537109375rem;left:1.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nAlyo5NnJNM4MVb6d18yoWaT2nnklTB0 { position:absolute;display:block;z-index:15034;background-color:#1bc300;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.5rem;width:1.625rem;top:23.9375rem;left:1.375rem;display:block; }
#A17LKVkq6A1nrowvU8KGzBN5XqkIbq1m { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:24.9375rem;left:1.5rem;height:0.9746125rem;display:block; }
#tpnoG9k3bQU5V1S8fJxPb2XW2SuvydtJ { color:#000000;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:45.1748046875rem;left:2.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rLdJ5U4rZ0MFe15CtVmzxKRspDT92bHZ { color:#000000;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:26.82421875rem;left:1.5rem;height:1.2999125rem;display:block; }
#LukyZB6OAWo5KC9o5E7c5DuzK8HRVuPE { color:#000000;display:block;width:12.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:28.4365234375rem;left:2rem;height:;display:block; }#LukyZB6OAWo5KC9o5E7c5DuzK8HRVuPE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LukyZB6OAWo5KC9o5E7c5DuzK8HRVuPE li:before{  }
#UvT5laGHwxCzsVqUlZdTVWWHCSAOBBkb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:27.7490234375rem;left:16.625rem; }
#Edic0l2FNexx3sBhxHqZl1MAeUH1ARVS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:30.0625rem;left:16.125rem; }
#iteFtKpT9WqPFfdadcTMTNTU3s3AKEdy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:33.375rem;left:16.25rem; }
#B7DvSUBHyBrn0oAGLs6H8EVvxcmX7iSA { position:absolute;display:block;z-index:15040;background-color:#ffe1ba;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:18.6875rem;top:44.8876953125rem;left:0.59375rem;display:block; }
#gzlKax40Uk58mFoTxVlKlzdtSBu15Thn { color:#000000;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:49.1875rem;left:1.125rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Fhep8xP2x2ulE6cKMuLRZLhsAeLrtVZo { color:#000000;display:block;width:15.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:22.662109375rem;left:21.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bpN4dKFwBoNGHNXTBX89T6pL7OK5tauZ { position:absolute;display:block;z-index:15034;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.5rem;width:17.3125rem;top:24.1875rem;left:21.34375rem;display:block; }
#FqiTq0gJzVUTPeFoxxa8ODPzdC1ApNuH { position:absolute;display:block;z-index:15035;background-color:#1bc300;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.5rem;width:3.25rem;top:24.1875rem;left:21.40625rem;display:block; }
#RlGeCDPDXW3P2vagra2zGmDBmPKES66J { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:24.9375rem;left:21.5rem;height:0.9746125rem;display:block; }
#rSzMTceNlHTPkphNVCsVkLe6Tlui0G1O { color:#000000;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:26.82421875rem;left:21.5rem;height:1.29980625rem;display:block; }
#stS4IXmTDND2qamWv3Io0nOW9AekCASX { color:#000000;display:block;width:12.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:28.40234375rem;left:21.9375rem;height:;display:block; }#stS4IXmTDND2qamWv3Io0nOW9AekCASX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#stS4IXmTDND2qamWv3Io0nOW9AekCASX li:before{  }
#Icv984RiQ1wVcwDyDWyDz2T7tFRASW7r { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:27.7490234375rem;left:36.625rem; }
#EsuFL3v2WHpW6WzRsZhTRuESpr3idzTC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:30.0625rem;left:36.125rem; }
#lNgiTkDBpqwKN9M4WlsXT9wZR2HSUJ52 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:33.375rem;left:36.25rem; }
#nmyIsHfmlxG6vogPMpF4QooKNLZFF74e { position:absolute;display:block;z-index:15041;background-color:#ffe1ba;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:18.6875rem;top:43.3623046875rem;left:20.59375rem;display:block; }
#AxSoX7lpaummpfWPF7TBsoMbibwdnCCe { color:#000000;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:43.650390625rem;left:22.5rem;height:1.29980625rem;display:block; }
#vhZMtmvAFhQ3JvQ2mG5HVNMyZTIVdpKi { color:#000000;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:47.9501953125rem;left:21.5rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vnazHkPtTeEZS8bT1H7XqOkSOObCLBA4 { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:52.8125rem;left:22.5rem;display:block; }
#o8T1f0lBgbcfVBcDl0C1wTGd0A6aagfB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QfHL5zy5tbTcDLhiol49RTksclyyI8e1 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:22.662109375rem;left:40.90625rem;height:1.2999125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ATmwZx8TzM8aPyrhbg9zKTg3MuIwLLzk { position:absolute;display:block;z-index:15035;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.5rem;width:17.3125rem;top:24.1875rem;left:40.75rem;display:block; }
#bAA5l2bgIPhFNMT5X8JBsl4Rh5JrNcKK { position:absolute;display:block;z-index:15036;background-color:#1bc300;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.5rem;width:4.1875rem;top:24.1875rem;left:40.84375rem;display:block; }
#Ud8ymIUvprpc3iXTywZQ22wClQ59RnNv { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:24.9375rem;left:40.90625rem;height:0.9746125rem;display:block; }
#IMKmUABP0av7Xxz32JeIWTRLltI8RhWe { color:#000000;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:26.82421875rem;left:40.90625rem;height:1.29980625rem;display:block; }
#whA0GbSSZuayRBpWbX6Z5i9I3DebGZgq { color:#000000;display:block;width:12.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:28.435546875rem;left:41.5rem;height:;display:block; }#whA0GbSSZuayRBpWbX6Z5i9I3DebGZgq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#whA0GbSSZuayRBpWbX6Z5i9I3DebGZgq li:before{  }
#TwJIKbnwiqTicl1XXA1HN3LyESqn8lwV { color:#000000;display:block;width:15.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:46.474609375rem;left:43rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TCihsf3LMQHx2KBz3l1aEyzK3AwxmaN8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:27.7490234375rem;left:56.03125rem; }
#xJcRrpA7l587drdF7fWTwW4G4bL7uHpn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:30.03125rem;left:55.53125rem; }
#r0JU7euV1FPwv5Q32TzymCX74PcXhzMf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:36.533203125rem;left:56.125rem; }
#eU2M7kUygAqQgLaSCHuPwD3kBFXkT6aR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:33.0419921875rem;left:55.6875rem; }
#Ow5MRXDaQEio8lZiCeknsIJ863maO1D7 { color:#000000;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:49.1875rem;left:40.90625rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kdR08yQXmANgBvANBuC4AAdhgA7Oa3uQ { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:52.8125rem;left:41.90625rem;display:block; }
#EmhmyJ8NFCBX3eFmLGAqZr8TiDO5IPEP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ei5eEzBRaUxO0pqC8k2amPMHUw2TZiGG { color:#000000;display:block;width:10.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:51.21875rem;left:1.125rem;height:0.9746125rem;display:block; }
#X5okALCCPN1C4gRrELXZbyb4WH1RExFe { color:#000000;display:block;width:10.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:50.3056640625rem;left:21.5rem;height:0.9746125rem;display:block; }
#Zbu2BKLq6IF3IwxaGyerdFuw4VuCMwG5 { color:#000000;display:block;width:10.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:51.21875rem;left:40.90625rem;height:0.9746125rem;display:block; }
#dEz0TbbyIANom3qxAgTuTRyyouUJRmER { 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:2.125rem;width:2.125rem;top:36.408203125rem;left:36.4375rem;overflow:hidden;display:block; }
#URbFATMrw675hx54Nfl58IiPP3h07OSO { position:absolute;display:block;z-index:15052;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.125rem;width:2.125rem;top:38.654296875rem;left:36.4375rem;overflow:hidden;display:block; }
#mGOmbNrF1MODWt83cgDe3TUM81ocTsEd { color:#9c9c9c;display:block;width:60rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:5.6239166259766rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QBemUiILkuyu38qKsnzL8I4fswdqu18f { position:absolute;display:block;z-index:15053;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.125rem;width:2.125rem;top:36.6923828125rem;left:16.59375rem;overflow:hidden;display:block; }
#q33tvTcOBtiiTEhk3q0xTS5Gvpz4nger { 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; }#q33tvTcOBtiiTEhk3q0xTS5Gvpz4nger > .row .container { background-color: transparent; background-image: none; }#q33tvTcOBtiiTEhk3q0xTS5Gvpz4nger::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q33tvTcOBtiiTEhk3q0xTS5Gvpz4nger > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q33tvTcOBtiiTEhk3q0xTS5Gvpz4nger > .row .container > .video-iframe-container { display: none; }#q33tvTcOBtiiTEhk3q0xTS5Gvpz4nger > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q33tvTcOBtiiTEhk3q0xTS5Gvpz4nger > .row > .video-iframe-container { display: none; }#q33tvTcOBtiiTEhk3q0xTS5Gvpz4nger > .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); }#q33tvTcOBtiiTEhk3q0xTS5Gvpz4nger > .row .container { border-width: 0; border-radius: 0; }#q33tvTcOBtiiTEhk3q0xTS5Gvpz4nger > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q33tvTcOBtiiTEhk3q0xTS5Gvpz4nger > .row .container { font-size:0.875rem;font-family:arial;height:64.4375rem;width:60rem;position:relative;display:block; }#FAwI7RDbmMSF0iTWfv9gwz9Uf9kO6PMA { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid #5d92ff;border-left:0rem solid #5d92ff;border-right:0rem solid #5d92ff;border-bottom:0.875rem solid #f10000;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: 0rem 0rem 0.625rem rgba(0,0,0,0.35) ;height:58.9375rem;width:18.8125rem;top:0.625rem;left:0.59375rem;display:block; }
#rhnnEr5xZT0dXFytgype7ct4mT7Nu1yv { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c36dd027-6202-458e-b001-c97e2e3beae4/ultrasatrter.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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:11.4375rem;width:18.8125rem;top:2.1875rem;left:0.625rem;display:block; }#rhnnEr5xZT0dXFytgype7ct4mT7Nu1yv.adaptive-delivery-prevent-bg, #rhnnEr5xZT0dXFytgype7ct4mT7Nu1yv.lazyload, #rhnnEr5xZT0dXFytgype7ct4mT7Nu1yv.lazyloading { background-image: none; }
#d118zk2WyIE38qPPtH7KuoON88Pgq2Ri { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:56.3115234375rem;left:3.21875rem;display:block; }
#llFVJzFF75HoZogTLGCdXEiif4qOsblf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xBMuGLBpDtWTDz3HBAQrZc17vMTKD2cA { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.875rem solid #ef0000;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: 0rem 0rem 0.625rem rgba(0,0,0,0.35) ;height:59.125rem;width:18.8125rem;top:2.125rem;left:20.625rem;display:block; }
#dMV6st8OZq0yalzgUXVoJCHJKG3E90MU { position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e6182ac5-0844-4419-848b-0c564c167b63/ultraentertainment.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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:11.4375rem;width:18.8125rem;top:2.125rem;left:20.625rem;display:block; }#dMV6st8OZq0yalzgUXVoJCHJKG3E90MU.adaptive-delivery-prevent-bg, #dMV6st8OZq0yalzgUXVoJCHJKG3E90MU.lazyload, #dMV6st8OZq0yalzgUXVoJCHJKG3E90MU.lazyloading { background-image: none; }
#yPzuh10c6ourb1IrQ8Fz4kgH97tHfFTH { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.875rem solid #f60000;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: 0rem 0rem 0.625rem rgba(0,0,0,0.35) ;height:59.1875rem;width:18.8125rem;top:2.125rem;left:40.625rem;display:block; }
#mUPTFU2sCqc61m34DzoCXq9ZuCTiLa0n { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2779a498-cfc9-446b-b6cb-4b8a730bf783/ultrasports.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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:11.5rem;width:18.8125rem;top:2.125rem;left:40.625rem;display:block; }#mUPTFU2sCqc61m34DzoCXq9ZuCTiLa0n.adaptive-delivery-prevent-bg, #mUPTFU2sCqc61m34DzoCXq9ZuCTiLa0n.lazyload, #mUPTFU2sCqc61m34DzoCXq9ZuCTiLa0n.lazyloading { background-image: none; }
#eJUTKmZ73TEDM8Dyer6zHcde2Uhemh5W { position:absolute;display:block;z-index:15027;background-color:#ca0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:1.8125rem;width:10.5rem;top:3.138888875rem;left:20.648422706649rem;display:block; }
#AcN5RsiOXKiN1OrDxRLlmvEdfcelIBo4 { color:#ffffff;display:block;width:9.1875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:3.2873249053955rem;left:20.930557250976rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r1UCEy1igUaps3zG8lqHcVHBfVlw8Av2 { position:absolute;display:block;z-index:15028;background-color:#ca0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:1.75rem;width:9.5625rem;top:3.0625rem;left:0.625rem;display:block; }
#bTmIZkOJg7aUllRG0LQppZoV9hDvGPEp { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:3.25rem;left:0rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lHdtMF11rqa7ZAvoUxfm85cKLszQE45q { position:absolute;display:block;z-index:15028;background-color:#ca0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:1.75rem;width:9.4375rem;top:3.0625rem;left:40.625rem;display:block; }
#mnPZHQ1AffGNyqFKJcoLeRcb4w3XiPTZ { color:#ffffff;display:block;width:9.1875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:3.287109375rem;left:40.625rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zucS1DzNqs3wGPIfGzn9CSLH7hXRM3sr { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:11.6875rem;left:1.5rem;height:1.462675rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IEmPobWFKF948BfaOZpb3NsL74OpdOTP { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0.7);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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:2.125rem;width:18.8125rem;top:11.5rem;left:0.625rem;display:block; }
#iqdTVTspQytOFLEdKauciMSJWiM1TKRB { position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0.3);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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:2.125rem;width:18.8125rem;top:11.5rem;left:20.625rem;display:block; }
#GTi1etaWe1nGEl8C4OJqC9DxJAAHACnq { position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0.3);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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:2.125rem;width:18.8125rem;top:14.25rem;left:20.625rem;display:block; }
#rP0hWE6dWO0BARq3KpQTcx6ZRRIJ1Op1 { position:absolute;display:block;z-index:15031;background-color:rgba(0,0,0,0.7);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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:2.125rem;width:18.8125rem;top:11.5rem;left:20.625rem;display:block; }
#lAPp6qUzxgiUydHUJ5klGBZZflsoQFwd { position:absolute;display:block;z-index:15032;background-color:rgba(0,0,0,0.7);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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:2.125rem;width:18.8125rem;top:11.5rem;left:40.625rem;display:block; }
#IssJMXgWDbytSiZWCLeBMHeEyPsiOuGz { color:#000000;display:block;width:11rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:11.93359375rem;left:21.1875rem;height:1.462675rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iRZ99pXeId2ybWmJDZDp4lgcqCAtAp8u { position:absolute;display:block;z-index:15033;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.5rem;width:17.3125rem;top:16.8125rem;left:1.375rem;display:block; }
#FQQ0UHlRBpF0hGWfRGT9fkiLe7zU00GT { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:14.25rem;left:1.5rem;height:1.29980625rem;display:block; }
#dhw8qobtgn7pP1K30sAPayXqTWp0Flba { position:absolute;display:block;z-index:15034;background-color:#1bc300;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.5rem;width:10.625rem;top:16.8125rem;left:1.375rem;display:block; }
#QJfbSOztTpTloTB3nyGqUgLTGdFaXgVq { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:17.5625rem;left:1.5rem;height:0.9746125rem;display:block; }
#EwPTWPWJoqI93nMcISMbT8HuS2vy2xrV { color:#000000;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:45.630859375rem;left:3.1875rem;height:1.2999125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bkPP8cm2fIzTIuvkw3iXVJTEtkIJQ29D { color:#000000;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:18.69921875rem;left:1.5rem;height:1.29980625rem;display:block; }
#XrhNeX37DRZcEEdmwQxerrei4mhAVt8B { color:#000000;display:block;width:12.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:20.2578125rem;left:1.5rem;height:;display:block; }#XrhNeX37DRZcEEdmwQxerrei4mhAVt8B li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XrhNeX37DRZcEEdmwQxerrei4mhAVt8B li:before{  }
#Q6tQynyPvD34S6lhnTdNFlpU0TNfru85 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:19.75rem;left:16.625rem; }
#EQDfc4qWaT372Zamoflu9bbw7oxEu3n5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:22.0625rem;left:16.125rem; }
#MbNfTTLzHNg2EWhrTFTxu3CoylD2tud1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:24.9375rem;left:16.25rem; }
#X66kGPZqFm4RfwZOAaOAk2znWaWu6AmI { position:absolute;display:block;z-index:15040;background-color:#ffe1ba;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:18.6875rem;top:45.34375rem;left:0.59375rem;display:block; }
#WK2seVfBQ09DtNIMTFenmtIa8nB14DBk { position:absolute;display:block;z-index:15042;background-color:#e80000;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:1.75rem;width:5.8125rem;top:48rem;left:1.5rem;display:block; }
#WgKSszhC3I4m340vter7AwtflXFLHVbU { color:#ffffff;display:block;width:5.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:48.2626953125rem;left:1.6875rem;height:1.2999125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#bMT78eJIMT4FRyxWkU8dsbSywCXHfuDi { color:#000000;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:49.6875rem;left:1.5rem;height:2.03125rem;display:block; }
#kSkGRdbL7bxSTia11bhEdpPtPaORdwkN { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:14.6875rem;left:21.5625rem;height:1.29980625rem;display:block; }
#mVX7iQGW5NoTafxrnIO3lRC9LW3h46ln { position:absolute;display:block;z-index:15034;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.5rem;width:17.3125rem;top:16.1875rem;left:21.375rem;display:block; }
#cWhf4ON9aEdT1tTfRNAlKgXwC9XvJhUT { position:absolute;display:block;z-index:15035;background-color:#1bc300;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.5rem;width:13.5rem;top:16.1875rem;left:21.4375rem;display:block; }
#LlPCQazzokw8CSRhnVtK3DS0Fs2CDwLR { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:17.173828125rem;left:21.5625rem;height:0.9746125rem;display:block; }
#kDcbkxZvNenZXeSFr8algQrOxOWQGEWw { color:#000000;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:18.8125rem;left:21.5625rem;height:1.2999125rem;display:block; }
#Mhr4EOrQDXpegsEFkxGdPDnaCT8yvNSi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:19.75rem;left:36.6875rem; }
#FvcWFIZWTok8ReFhoeqTKhBraxe50g88 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:22.0625rem;left:36.1875rem; }
#RoRx5JrU4su0eZd70hB8hMotmqEUmQiU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:25rem;left:36.3125rem; }
#euxSZmXrMOoa1NXLm8pzTPT0966AVkUH { position:absolute;display:block;z-index:15041;background-color:#ffe1ba;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:18.6875rem;top:49.90625rem;left:20.59375rem;display:block; }
#s6WcGdd6iAB2P5Tk6FUxdmWGoO9tl0vU { color:#000000;display:block;width:6.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:50.052734375rem;left:26.53125rem;height:1.29980625rem;display:block; }
#Ipy0XPxpmm7xRt2kWr1AODVabWTOouih { color:#000000;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:52.3115234375rem;left:21.5625rem;height:2.03125rem;display:block; }
#HVb4OsRfGuVx9kPS5SgmXLvvv0lKXk8o { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:56.3115234375rem;left:22.5rem;display:block; }
#UMfFDgRFosAKrcqLWS31TXP4Aow1k9v4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TQuH3tUltQLo1aMKp0QvXqDsn54U9UIg { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:14.6875rem;left:41.5rem;height:1.2999125rem;display:block; }
#EnTDXltTsHwTpRnBsPEkhJwC0GHFpUz6 { position:absolute;display:block;z-index:15035;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.5rem;width:17.3125rem;top:16.1875rem;left:41.375rem;display:block; }
#nIZ7ZgX45sS9EIX033Nv8hihELG1mvy2 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:17.5859375rem;left:41.5rem;height:0.9746125rem;display:block; }
#C40GiTucT7xTN9fonQoLia6cs2Ph2a0I { color:#000000;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:18.8125rem;left:41.5rem;height:1.2999125rem;display:block; }
#M87FTy5KT2yve92NIX5kmRK8OwdDt8ou { position:absolute;display:block;z-index:15042;background-color:#ffe1ba;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:18.6875rem;top:49.75rem;left:40.59375rem;display:block; }
#DzTPSzgeTXOcBBTNSV8IkW8VhQ5M53gJ { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:50.052734375rem;left:42.40625rem;height:1.2999125rem;display:block; }
#wnkzcqwtk9JeJHNffLZZ3ApUFiKeQRFW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:19.75rem;left:56.625rem; }
#C1aqtIT4im16T6kHbh7HlvAhxmE45bDg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:22.0625rem;left:56.125rem; }
#Lg7y2wsNGZdGoV6Lsz0QUU8UpR3Hrknw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:25.0625rem;left:56.25rem; }
#oVlSdsUp5ZM09HxAdv2G8geT0nQA3caB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:34.375rem;left:56.3125rem; }
#iVGw4liLnPbEaR0EKqypDbTUlgG5x6ac { position:absolute;display:block;z-index:15049;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:1.3125rem;width:4.875rem;top:27.9228515625rem;left:13.875rem;overflow:hidden;display:block; }
#iRM72zJedpy5df47CBvQiGv6v9G25ldT { color:#000000;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:52.3115234375rem;left:41.5rem;height:2.03125rem;display:block; }
#Tvz6aDLDdhDITLqeDHqZp0oCiSdBZc1T { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:56.3115234375rem;left:42.5rem;display:block; }
#rTri1SWi3HKlzl1hBD6BTJgEFaSA8KGB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oopOgH3inF2T8dm8zf7d6G2SyehXq3GV { position:absolute;display:block;z-index:15050;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.9375rem;width:3.75rem;top:27.5rem;left:55rem;overflow:hidden;display:block; }
#optlXFqawu46NxNtzvn5utRpcTsihqJJ { color:#000000;display:block;width:10.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:51.875rem;left:1.5rem;height:0.9746125rem;display:block; }
#Ee9wXGB47n4Q6eUKRutIl7Cy01gAhD6w { color:#000000;display:block;width:10.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:54.3427734375rem;left:21.5625rem;height:0.9746125rem;display:block; }
#ksneab7NKndwxpW5wausBfh9qCST1VbR { color:#000000;display:block;width:10.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:54.3427734375rem;left:41.5rem;height:0.9746125rem;display:block; }
#onwvxTwmC5NQpypNpkKKeEaSVGsWgDTL { 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:2.125rem;width:2.125rem;top:28.6875rem;left:36.5rem;overflow:hidden;display:block; }
#Crv7JbBswx7MzbRFGUvSbWyuTaWMgChl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:30.96875rem;left:16.625rem; }
#RkFU3pLk4OqzSb5gHTvdJKgs0DVS6bqF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:32.75rem;left:16.625rem; }
#vK0BuOFOcsJAgSXP1XSdAu1sXE8px774 { position:absolute;display:block;z-index:15052;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:1.625rem;width:1.625rem;top:29.1875rem;left:16.625rem;overflow:hidden;display:block; }
#hR6ePLFQGDydzsE3RNlbPS6BtkslCyVd { 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:15055;opacity:1;top:34.4375rem;left:15.625rem; }
#h6hViqcFG9OK2VcgGNTea7rMJH5R2Dsp { position:absolute;display:block;z-index:15056;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.125rem;width:2.125rem;top:39.625rem;left:16.15625rem;overflow:hidden;display:block; }
#WR5BvuSW0xyncLgq1MTzqVOBcT9WTXMy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15057;opacity:1;top:37.5rem;left:16.15625rem; }
#kP8UZSFJLkiXxkBxKPQLltWQkdkbM7bB { position:absolute;display:block;z-index:15034;background-color:#ff7400;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.5rem;width:14rem;top:16.1875rem;left:24.75rem;display:block; }
#RUZqsxqfwWqTyQWT4pSkf9ivq0FPMFBe { color:#000000;display:block;width:12.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:20.4375rem;left:22.0625rem;height:25.2216875rem;display:block; }#RUZqsxqfwWqTyQWT4pSkf9ivq0FPMFBe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RUZqsxqfwWqTyQWT4pSkf9ivq0FPMFBe li:before{  }
#HbGOfb0vUW7ouqTcBy5Hva0nSnyrQF4T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:31.125rem;left:37.0625rem; }
#MpbK6fXh3AZxeWqtomW4l3WCMC2pygfW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:32.75rem;left:37.125rem; }
#kx3Gr6JXQkGIsBQr8QUJHbguahy1qtNX { 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:15056;opacity:1;top:34.40625rem;left:36.375rem; }
#OmWrPmQ5LhT5Q4bfClWEZs7T5E9nohZN { position:absolute;display:block;z-index:15057;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:38.59375rem;left:36.5625rem;overflow:hidden;display:block; }
#aDWXq3bBkb132Ti56o30BSC3E3T6zkug { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15058;opacity:1;top:41.140625rem;left:36.625rem; }
#acxrm4aRXH1Kq1w43QzZJicQNCc4slPH { position:absolute;display:block;z-index:15059;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:1.5rem;width:2.3125rem;top:44.193359375rem;left:36.4375rem;overflow:hidden;display:block; }
#cUhrGhISCQTOBSxNTNJ2J5iX5pczPnUe { color:#000000;display:block;width:18.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:11.849609375rem;left:41.5rem;height:1.462675rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZIg32cuim8P1dvSMPek9g8cE6AIgJD22 { position:absolute;display:block;z-index:15035;background-color:#ff7400;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.4375rem;width:14rem;top:16.25rem;left:44.737499237061rem;display:block; }
#PFn6smLqcebmcSDg41ftowEvSGmquTAk { position:absolute;display:block;z-index:15036;background-color:#1bc300;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.4375rem;width:13.5rem;top:16.25rem;left:41.375rem;display:block; }
#gLAxu84A3iqhhNhW8W7JE3lsQc4E4Jdn { color:#000000;display:block;width:12.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:20.4375rem;left:42.0625rem;height:;display:block; }#gLAxu84A3iqhhNhW8W7JE3lsQc4E4Jdn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gLAxu84A3iqhhNhW8W7JE3lsQc4E4Jdn li:before{  }
#nEZ2zu9IHeEgMNlnozqTpMKM6DaiqZdT { position:absolute;display:block;z-index:15052;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:1.875rem;width:1.875rem;top:28.6875rem;left:56.53125rem;overflow:hidden;display:block; }
#TalBacIibdrTEJg0N2vb72ALeBUCSeNr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:30.6796875rem;left:56.75rem; }
#v2fRU53nqK7Vg8S4Bvwwn6c7TKX7EWto { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:32.5625rem;left:56.8125rem; }
#ilSDxv6q7nfaUNXyzMAhAi3paQVxQdtl { position:absolute;display:block;z-index:15058;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:1.25rem;width:1.9375rem;top:39.375rem;left:56.8125rem;overflow:hidden;display:block; }
#JHioRr64DeFoVOq0JKMFvZQKcFyLBJTP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15059;opacity:1;top:36.8125rem;left:56.625rem; }
#ebAScRqf5zpfd4iI3lkfGoTPHWkwaafC { position:absolute;display:block;z-index:15062;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.0625rem;width:2.0625rem;top:43.630859375rem;left:56.6875rem;overflow:hidden;display:block; }
#GsnWqu7Koom5hBh5nvelW8o82yEmFFv1 { position:absolute;display:block;z-index:15050;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:1rem;width:4rem;top:27.5rem;left:35.1875rem;overflow:hidden;display:block; }
#Vys4rWcEhJJsyH4S6nTJkt7uZASs9UKB { position:absolute;display:block;z-index:15057;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:2rem;width:2rem;top:42.2421875rem;left:16.28125rem;overflow:hidden;display:block; }
#ILFpNPn0WXpduEzpDXP7p34k6iPvxP0A { position:absolute;display:block;z-index:15059;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:2rem;width:2rem;top:41.25390625rem;left:56.75rem;overflow:hidden;display:block; }
#g13ORFKwB8FTu82xJLfSpFbDNpvtDCgf { position:absolute;display:block;z-index:15060;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.0625rem;width:2.0625rem;top:46.3681640625rem;left:36.4375rem;overflow:hidden;display:block; }
#g98saL8ImgBcGGyWAZ9ztKyS549DD55W { position:absolute;display:block;z-index:15063;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:46.0625rem;left:56.625rem;overflow:hidden;display:block; }
#K0gvE8rto4zIqWkJhPDbB8lelqQLgecB { color:#e50000;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:15.51171875rem;left:1.5rem;height:0.9746125rem;display:block; }
#lU7r2X3qog9eof5LT5FdTO7HLltsfbPP { position:absolute;display:block;z-index:15033;background-color:#ff7400;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.5rem;width:14rem;top:16.8125rem;left:3.71875rem;display:block; }
#sqKTU6sgX3J15bPpW5BNhRtPBHq4Zmoi { 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; }#sqKTU6sgX3J15bPpW5BNhRtPBHq4Zmoi > .row .container { background-color: transparent; background-image: none; }#sqKTU6sgX3J15bPpW5BNhRtPBHq4Zmoi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sqKTU6sgX3J15bPpW5BNhRtPBHq4Zmoi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sqKTU6sgX3J15bPpW5BNhRtPBHq4Zmoi > .row .container > .video-iframe-container { display: none; }#sqKTU6sgX3J15bPpW5BNhRtPBHq4Zmoi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sqKTU6sgX3J15bPpW5BNhRtPBHq4Zmoi > .row > .video-iframe-container { display: none; }#sqKTU6sgX3J15bPpW5BNhRtPBHq4Zmoi > .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); }#sqKTU6sgX3J15bPpW5BNhRtPBHq4Zmoi > .row .container { border-width: 0; border-radius: 0; }#sqKTU6sgX3J15bPpW5BNhRtPBHq4Zmoi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sqKTU6sgX3J15bPpW5BNhRtPBHq4Zmoi > .row .container { font-size:0.875rem;font-family:arial;height:64.4375rem;width:60rem;position:relative;display:block; }#noMcQT96OOJ6FXawDneIZFUlmFGJ9JcA { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.875rem solid #ef0000;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: 0rem 0rem 0.625rem rgba(0,0,0,0.35) ;height:59.124375rem;width:18.811875rem;top:2.2384986877441rem;left:0.59244918823242rem;display:block; }
#rGnDwOZFXSWzPGphXM9Kk7RIcCCTGKf7 { position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e6182ac5-0844-4419-848b-0c564c167b63/ultraentertainment.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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:11.4375rem;width:18.8125rem;top:2.125rem;left:0.5625rem;display:block; }#rGnDwOZFXSWzPGphXM9Kk7RIcCCTGKf7.adaptive-delivery-prevent-bg, #rGnDwOZFXSWzPGphXM9Kk7RIcCCTGKf7.lazyload, #rGnDwOZFXSWzPGphXM9Kk7RIcCCTGKf7.lazyloading { background-image: none; }
#zki5bfGolqrHSRdlokKhH86eyuCXkUaM { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.875rem solid #f60000;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: 0rem 0rem 0.625rem rgba(0,0,0,0.35) ;height:59.1875rem;width:18.8125rem;top:2.125rem;left:20.75rem;display:block; }
#M2s9MuryzEqVTWiJigPwoIVientSrtkd { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2779a498-cfc9-446b-b6cb-4b8a730bf783/ultrasports.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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:11.5rem;width:18.8125rem;top:2.125rem;left:20.75rem;display:block; }#M2s9MuryzEqVTWiJigPwoIVientSrtkd.adaptive-delivery-prevent-bg, #M2s9MuryzEqVTWiJigPwoIVientSrtkd.lazyload, #M2s9MuryzEqVTWiJigPwoIVientSrtkd.lazyloading { background-image: none; }
#aEP0iZwHMmVmCNuJT5twTiO7MaSAdgVL { position:absolute;display:block;z-index:15027;background-color:#ca0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:1.8125rem;width:10.5rem;top:3.125rem;left:0.625rem;display:block; }
#JKXBGkzKTS1kvrvZ5xLgQITJrWWJLhW1 { color:#ffffff;display:block;width:9.1875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:3.380859375rem;left:21.0625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XAHkOsIuix2qnQLbB88edaAqEoDu5Dm6 { position:absolute;display:block;z-index:15028;background-color:#ca0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:1.75rem;width:9.4375rem;top:3.0625rem;left:20.75rem;display:block; }
#fbD6ehbc6c2iQVTO1lFgRNDf6PfE6uCq { color:#ffffff;display:block;width:9.1875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:3.380859375rem;left:1.28125rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dTTVRSZR2ue1X3SKwx5eKehPX69yuk6F { position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0.3);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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:2.125rem;width:18.8125rem;top:11.5rem;left:0.5625rem;display:block; }
#r0vsNUopVX5VIu9R2Glezn6kyLSVXULm { position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0.3);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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:2.125rem;width:18.8125rem;top:14.25rem;left:0.5625rem;display:block; }
#FkVlIX0Rwlhs2a09vKAumhx8KmurfHXF { position:absolute;display:block;z-index:15031;background-color:rgba(0,0,0,0.7);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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:2.125rem;width:18.8125rem;top:11.5rem;left:0.5625rem;display:block; }
#KVrvXaikRJ211AGZwTNoRrHaU3UNAbRW { position:absolute;display:block;z-index:15032;background-color:rgba(0,0,0,0.7);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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:2.125rem;width:18.8125rem;top:11.5rem;left:20.75rem;display:block; }
#GBukdNsTzESEP2kHbh48TSsvI1k9DDcn { color:#000000;display:block;width:17.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:11.936849594116rem;left:0.87456512451175rem;height:1.462675rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NkielqPd6k3TVFCXOJ92kL0QhxpPU23T { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:14.6875rem;left:1.4375rem;height:1.2999125rem;display:block; }
#nOCUMOcVs9bTa61wHeI09AqeIfvpF3v2 { position:absolute;display:block;z-index:15034;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.5rem;width:17.3125rem;top:16.1875rem;left:1.3125rem;display:block; }
#lGqX6S0c0NlWlT0LivN14MZRFK5kDCIm { position:absolute;display:block;z-index:15035;background-color:#1bc300;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.5rem;width:13.5rem;top:16.1875rem;left:1.375rem;display:block; }
#cNIGcu2kI4WUTRelNmIe9Hn9fy9Szahz { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:17.125rem;left:1.5rem;height:0.9746125rem;display:block; }
#SE4gmcgA6PALLbtXdL5zaMUhvRyVvhZS { color:#000000;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:18.8125rem;left:1.5rem;height:1.2999125rem;display:block; }
#UsV4PFduIB4kIPQJqm6a4RLqqgKUddWt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:19.75rem;left:16.625rem; }
#tgNlxUL9zL3J4JJG0FvKyEx8WDW075UC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:22.0625rem;left:16.125rem; }
#xyyKiybhiTZRGlUJgxRn1XgAHg9yXXF8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:25rem;left:16.25rem; }
#amqQGmbsVrXauFcWSVTOUr5X1XN3XGQI { position:absolute;display:block;z-index:15041;background-color:#ffe1ba;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:18.6875rem;top:49.875rem;left:0.5625rem;display:block; }
#Rd2buCpVXO115TvDWkPWI6UwMlICsOqo { color:#000000;display:block;width:8.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:50.162109375rem;left:5.75rem;height:1.2999125rem;display:block; }
#uixyL3cH5qZlJ5TLwQWHWTo4QhqhWy8u { color:#000000;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:52.3125rem;left:1.5rem;height:2.03125rem;display:block; }
#Q3RdJKpD4X0hdD4fwl9NTGsFVQDtyTdA { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:56.3125rem;left:2.4375rem;display:block; }
#V2rGC9HqREW6DXKMZL7xElKTOFpPegIA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gUbzq889vDkrVG7Ul7iMz9SG2lA2DNng { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:14.6875rem;left:21.625rem;height:1.2999125rem;display:block; }
#hddGQo5gTGWv2iTJnzizEm3omITM3TF4 { position:absolute;display:block;z-index:15035;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.5rem;width:17.3125rem;top:16.1875rem;left:21.5rem;display:block; }
#gi10TU4I13qhxVyMNTrmc9l0U8ES3Sq4 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:16.9375rem;left:21.625rem;height:0.9746125rem;display:block; }
#hyWTv7BDDsKMD4ACWIHWhHMcv60a8g0v { color:#000000;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:18.8125rem;left:21.625rem;height:1.2999125rem;display:block; }
#sOcCUGyKk2mknlxMyJ6Zs8TiDTcfVgDS { position:absolute;display:block;z-index:15042;background-color:#ffe1ba;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:18.6875rem;top:31.2802734375rem;left:20.779296875rem;display:block; }
#iZbDVIy879hDkulpzCb90ab2zWi5oGut { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:31.818359375rem;left:21.1875rem;height:1.0556625rem;text-align:center;text-align-last:center;display:block; }
#JkU7lWrLUyJdMmk36Afns1u3LZnJEwTt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:20.125rem;left:36.8125rem; }
#bvJsPzrGWkxV0QAfFCenQ88eZBHH4Iit { color:#000000;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:51.762148022652rem;left:21.624351501465rem;height:2.03125rem;display:block; }
#LUQHvuFA1mDd6iZCtr9IBLTHW6dkm17D { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:56.311845898628rem;left:22.500003814698rem;display:block; }
#H0lylSg5UTBJdDDCJUduLdDutsa51tZT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vpUpZZe0R8wRc1nb2fIFAqvTfSmRoHpl { position:absolute;display:block;z-index:15050;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.9375rem;width:3.75rem;top:23.630643963814rem;left:35.131298065186rem;overflow:hidden;display:block; }
#ExETWq8OFwnPs01wEQbxqA8nAN9mwd9P { color:#000000;display:block;width:10.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:54.3125rem;left:1.5rem;height:0.9746125rem;display:block; }
#wUR62i8DlTQvzwsxK6OOXGp9WatdWg6N { color:#000000;display:block;width:10.374375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:54.343526959419rem;left:21.624351501465rem;height:0.9746125rem;display:block; }
#O2pIaNdqThzsDbbJNWPbaRwOGKkx0avf { 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:2.125rem;width:2.125rem;top:28.6875rem;left:16.4375rem;overflow:hidden;display:block; }
#shPRdie9nNEbdPXOTN8d3cQbQ9I8Nphs { position:absolute;display:block;z-index:15034;background-color:#ff7400;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.5rem;width:14rem;top:16.1875rem;left:4.6875rem;display:block; }
#wlWuXmXxT7MpIeAW7s2P4aBw3sr6XdtL { color:#000000;display:block;width:13.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:20.4375rem;left:2rem;height:;display:block; }#wlWuXmXxT7MpIeAW7s2P4aBw3sr6XdtL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wlWuXmXxT7MpIeAW7s2P4aBw3sr6XdtL li:before{  }
#Nk8TwS2xfXX5QwliAsl6tRo3bWPVKvkF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:31.125rem;left:17rem; }
#dhm4VWkvTCo2HqReAEBrp3dtUETE6EC3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:32.75rem;left:17.0625rem; }
#cToWHMSSAMHfQuWGSzhDInC4zlyBU2hr { 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:15056;opacity:1;top:34.375rem;left:16.3125rem; }
#xEu06eqADo7MNezv35tAeAgOOtOslFTy { position:absolute;display:block;z-index:15057;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.375rem;width:2.375rem;top:40.1875rem;left:16.3125rem;overflow:hidden;display:block; }
#xHUTzvqWOogcViwWbMSL28vooFllq4Nc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15058;opacity:1;top:37.5rem;left:16.5625rem; }
#WVeoAshZewg6KOWLsiN6aTltuyrV4JQD { position:absolute;display:block;z-index:15059;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:1.5rem;width:2.3125rem;top:43.3125rem;left:16.375rem;overflow:hidden;display:block; }
#wOzvFDVMTx1Cw8MTLfoFn9ChNhd8xNpT { color:#000000;display:block;width:18.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:11.875rem;left:21.625rem;height:1.462675rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CtJNOMN5GnEZSUEyM9DsdH7J295sHFla { position:absolute;display:block;z-index:15035;background-color:#ff7400;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.4375rem;width:14rem;top:16.25rem;left:24.875rem;display:block; }
#lyRUPlXiyL9pSUrw8Jflr2d3s5UFzHwc { position:absolute;display:block;z-index:15036;background-color:#1bc300;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.4375rem;width:13.5rem;top:16.25rem;left:21.5rem;display:block; }
#oT0nEzy9LpXZsGwCtEpkU29AwETTduHh { color:#000000;display:block;width:12.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:20.4375rem;left:22.1875rem;height:9.723625rem;display:block; }#oT0nEzy9LpXZsGwCtEpkU29AwETTduHh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oT0nEzy9LpXZsGwCtEpkU29AwETTduHh li:before{  }
#sUtFwPdL23wA0HkOPwWOpqy4n6NK3DxU { position:absolute;display:block;z-index:15050;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:1rem;width:4rem;top:27.5rem;left:15.125rem;overflow:hidden;display:block; }
#rEAtuwVNMl551XTXwhPR3AaOXvS7TW6b { position:absolute;display:block;z-index:15060;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:2rem;width:2rem;top:45.125rem;left:16.4375rem;overflow:hidden;display:block; }
#ZHVhUOvDx3MqLvR1pl7iABJn9sKZ1WyH { position:absolute;display:block;z-index:15061;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:2rem;width:2rem;top:47.5rem;left:16.5rem;overflow:hidden;display:block; }
#eDXO7SWAlUZiAq4zHCwbTxXQD9fWOzJ0 { position:absolute;display:block;z-index:15041;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.875rem solid #f60000;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: 0rem 0rem 0.625rem rgba(0,0,0,0.35) ;height:59.1875rem;width:18.8125rem;top:2.25rem;left:40.4375rem;display:block; }
#m4JnEiSiGuLpvIPUZTq5FrzAGTNJ3ZeR { position:absolute;display:block;z-index:15042;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2779a498-cfc9-446b-b6cb-4b8a730bf783/ultrasports.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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:11.5rem;width:18.8125rem;top:2.25rem;left:40.4375rem;display:block; }#m4JnEiSiGuLpvIPUZTq5FrzAGTNJ3ZeR.adaptive-delivery-prevent-bg, #m4JnEiSiGuLpvIPUZTq5FrzAGTNJ3ZeR.lazyload, #m4JnEiSiGuLpvIPUZTq5FrzAGTNJ3ZeR.lazyloading { background-image: none; }
#yfbRC7uGrOtKd4liwofO0qfDuSuopWP9 { position:absolute;display:block;z-index:15052;background-color:rgba(0,0,0,0.7);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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:2.125rem;width:18.8125rem;top:11.625rem;left:40.4375rem;display:block; }
#TJFpND0vZm3W1ckvdUoWcFeFMJ5TMXWu { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:14.8125rem;left:41.3125rem;height:1.2999125rem;display:block; }
#bdWcuXt4yIvo8ZTvFWuJ0hAeMFWXfm2f { position:absolute;display:block;z-index:15055;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.5rem;width:17.3125rem;top:16.3125rem;left:41.1875rem;display:block; }
#t2MRnbFtc5py9lGVecnO2faqvUR3KE8k { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:17.0625rem;left:41.3125rem;height:0.975rem;display:block; }
#uewkQ2m4P0XllAfR9s6wAtxLM031NaCZ { color:#000000;display:block;width:18.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:12rem;left:41.3125rem;height:1.462675rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mOXSlOkE7tSHhgqon0Z6ELKIOZ3PxJbC { position:absolute;display:block;z-index:15056;background-color:#1bc300;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.4375rem;width:7.6875rem;top:16.374784469604rem;left:41.187065124512rem;display:block; }
#ORTSmXi1mEro7oVrgbBMa7og0TDuL001 { color:#000000;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:18.9375rem;left:41.3125rem;height:1.3rem;display:block; }
#uxrzGyDOlemVInQgPFtkfWiwIEMi1WD9 { position:absolute;display:block;z-index:15062;background-color:#ffe1ba;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:18.6875rem;top:39.78125rem;left:40.4677734375rem;display:block; }
#W5INt5klz7JanTIop2AiT2X0xo1wCRcl { color:#000000;display:block;width:17.9373125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:40.318359375rem;left:41.0302734375rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#dzsD639wvJdSwhvxaRzkhVyVoa5wyNMn { color:#000000;display:block;width:12.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:20.5625rem;left:41.875rem;height:;display:block; }#dzsD639wvJdSwhvxaRzkhVyVoa5wyNMn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dzsD639wvJdSwhvxaRzkhVyVoa5wyNMn li:before{  }
#ELHmSPZ4Ri2BdtLhoKVOAbafMxBalL80 { color:#000000;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:51.875rem;left:41.3125rem;height:2.03125rem;display:block; }
#IRMMGOtzOxFMJLW1dHOAhBSoZ21apigw { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;z-index:15066;text-align:center;text-align-last:center;top:56.4375rem;left:42.1875rem;display:block; }
#De3cArgQ6AKM558DcHC8pn867mHNhKTR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gLvS9MTGViMfkfSSd8yCUkKTucyLyRTC { color:#000000;display:block;width:10.374375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:54.4375rem;left:41.3125rem;height:0.9746125rem;display:block; }
#w21KKum0iJJEfTqXedKQMh4rEl0nTbTX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:20.25rem;left:56.5rem; }
#uSrkGBpBJWfMMuzOtWGWnbyVnpeDfez8 { position:relative;display:block; }#uSrkGBpBJWfMMuzOtWGWnbyVnpeDfez8 { background-color: transparent; background-image: none; }#uSrkGBpBJWfMMuzOtWGWnbyVnpeDfez8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSrkGBpBJWfMMuzOtWGWnbyVnpeDfez8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSrkGBpBJWfMMuzOtWGWnbyVnpeDfez8 > .row .container > .video-iframe-container { display: none; }#uSrkGBpBJWfMMuzOtWGWnbyVnpeDfez8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSrkGBpBJWfMMuzOtWGWnbyVnpeDfez8 > .row > .video-iframe-container { display: none; }#uSrkGBpBJWfMMuzOtWGWnbyVnpeDfez8 > .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); }#uSrkGBpBJWfMMuzOtWGWnbyVnpeDfez8 { border-width: 0; border-radius: 0; }#uSrkGBpBJWfMMuzOtWGWnbyVnpeDfez8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uSrkGBpBJWfMMuzOtWGWnbyVnpeDfez8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#shggEcew4TFzRB0UzmoJmW8osF4Ku1Qa { color:#000000;display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.625rem;left:5.75rem;height:3.4121125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Oc6vynHmrQtaS8pHmZTIIOhVT2KrRfBp { 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:8.875rem;width:5.625rem;top:6.3125rem;left:8.15625rem;overflow:hidden;display:block; }
#PxwpVEAWRhOuzoPkPISJISPztzek37q5 { position:absolute;display:block;z-index:15002;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:9.625rem;width:6.625rem;top:5.9375rem;left:26.6875rem;overflow:hidden;display:block; }
#cMGlseQxEzMtb4rn5kPUVQSldq4Qwf17 { 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:7.125rem;width:9.875rem;top:7.1875rem;left:43.28125rem;overflow:hidden;display:block; }
#xz6PyU6UZ0Q9VMBUoIddT4uoIs9Di0xM { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:15.5625rem;left:4.71875rem;height:1.2999125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZSkXTQZZ8bJU34VTtt4Qp44vXTNzrLBa { color:#000000;display:block;width:18.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.5625rem;left:20.875rem;height:1.2999125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l9tTcDmnkqqxcOas3Ba4iAE0bxzfmTQW { color:#000000;display:block;width:18.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:15.1875rem;left:39.09375rem;height:1.2999125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KKkqAsfTV9OVTRBfUMVaE6QcEhL3wxny { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.62500953674319rem;left:39.749355316162rem;height:3.4121125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CA2WKMyqeKtK5hJKTDQ0fiLmINPX4TCo { position:relative;display:block; }#CA2WKMyqeKtK5hJKTDQ0fiLmINPX4TCo { background-color: transparent; background-image: none; }#CA2WKMyqeKtK5hJKTDQ0fiLmINPX4TCo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CA2WKMyqeKtK5hJKTDQ0fiLmINPX4TCo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CA2WKMyqeKtK5hJKTDQ0fiLmINPX4TCo > .row .container > .video-iframe-container { display: none; }#CA2WKMyqeKtK5hJKTDQ0fiLmINPX4TCo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CA2WKMyqeKtK5hJKTDQ0fiLmINPX4TCo > .row > .video-iframe-container { display: none; }#CA2WKMyqeKtK5hJKTDQ0fiLmINPX4TCo > .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); }#CA2WKMyqeKtK5hJKTDQ0fiLmINPX4TCo { border-width: 0; border-radius: 0; }#CA2WKMyqeKtK5hJKTDQ0fiLmINPX4TCo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CA2WKMyqeKtK5hJKTDQ0fiLmINPX4TCo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff0000, #000000);background-image: -moz-linear-gradient(180deg, #ff0000, #000000);background-image: -ms-linear-gradient(180deg, #ff0000, #000000);background-image: -o-linear-gradient(180deg, #ff0000, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#000000' );";background-image: linear-gradient(180deg, #ff0000, #000000);background-size:auto !important;font-size:0.875rem;font-family:arial;height:14.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XxZCcKaDVxLz84hNWbE03uulhPq4ENUw { color:#000000;display:block;width:27.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.9736328125rem;left:2.53125rem;height:1.2999125rem;display:block; }
#NOnIvTSIMocEuRsqaeqtGzHTziUOc4C3 { position:absolute;display:block;z-index:14999;background-color:#ffffff;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-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:2.5rem;width:12.9375rem;top:5.771484375rem;left:2.53125rem;display:block; }
#ypphPHfpTUOLTVRJtAuR4teL4MgLax5o { color:#000000;display:block;width:13.25rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.087890625rem;left:3.09375rem;height:1.8684875rem;display:block; }
#lOZA1t76ubTUEeV3hdMpO2PrbJHlGcir { color:#000000;display:block;width:27.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.0625rem;left:2.53125rem;height:1.2999125rem;display:block; }
#mIV2SeWqMUxA4JoBqpJ6LGuTXwhJcoMu { 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:15002;opacity:1;top:2.0869140625rem;left:39.65625rem; }
#QWDH2ozinx43856I6L6J1E1IsUwLtXgq { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.6337890625rem;left:43.90625rem;height:2.03125rem;display:block; }
#LMiGgIJQxTu96lg2955Woc5Xpd34uT0W { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.01171875rem;left:39.96875rem;height:2.92535rem;display:block; }
#OAMRqiKlH1gTWtQlgZFAHswQhC3UyNXv { color:#000000;display:block;width:12.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.0869140625rem;left:2.53125rem;height:1.2999125rem;display:block; }
#IdESkIsviazWLwtGoNF5zJ8OeRsb4eXt { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#IdESkIsviazWLwtGoNF5zJ8OeRsb4eXt { background-color: transparent; background-image: none; }#IdESkIsviazWLwtGoNF5zJ8OeRsb4eXt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IdESkIsviazWLwtGoNF5zJ8OeRsb4eXt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IdESkIsviazWLwtGoNF5zJ8OeRsb4eXt > .row .container > .video-iframe-container { display: none; }#IdESkIsviazWLwtGoNF5zJ8OeRsb4eXt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IdESkIsviazWLwtGoNF5zJ8OeRsb4eXt > .row > .video-iframe-container { display: none; }#IdESkIsviazWLwtGoNF5zJ8OeRsb4eXt > .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); }#IdESkIsviazWLwtGoNF5zJ8OeRsb4eXt { border-width: 0; border-radius: 0; }#IdESkIsviazWLwtGoNF5zJ8OeRsb4eXt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IdESkIsviazWLwtGoNF5zJ8OeRsb4eXt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:3rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#a8kMRcztIhGpph3nRWXeUUQT8BLgTtiJ { background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#e8f7ff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.8125rem;height:2.8125rem;text-decoration:none;z-index:15006;text-align:left;text-align-last:left;top:0rem;left:6.875rem;display:block; }
#DoXcWU283rbd4SHwhC1myrCJay27LRrR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mn30dnHfkDOQdu1M5u2ChbHtatiqM78C { background-color:#25d320;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#e8f7ff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:2.875rem;text-decoration:none;z-index:15007;text-align:left;text-align-last:left;top:0rem;left:42.0625rem;display:block; }
#TzZhf9il7UfwkCwuFFTfJFkHlO4dSvT3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IeokQF0ebIOSzz0CRTXs7pL9V7nV72kM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:0rem;left:48.5rem; }
#MWznJCec3nLA7owz5eqLVXdavFVFmFwl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:0.3125rem;left:11.6875rem; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lE51ZJaRAcW9nc4gSvCPOqAtWq36SFEp { display:block; }#lE51ZJaRAcW9nc4gSvCPOqAtWq36SFEp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZZGpAnvSm4TOb5611db9qRn8G2qHQQsr { width:6.5rem;height:2.1875rem;top:1.1875rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DN4MoiJTJJxxOT59MCZgGWsvxqHyyNhU { display:block; }
 }@media only screen and (max-width: 763px) { #xebdtKP1GxDqT2N4TU1Dx9hGHG2bGiqN { width:10.0625rem;height:2.1875rem;top:1.1875rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qsrqp5OW10R7sTb5TEBSvemtH0WlxWIp { display:block; }
 }@media only screen and (max-width: 763px) { #tKtC1MmmpOAPcicoIdTTCZ0v3K8X6UAG { width:6.5rem;height:2.1875rem;top:1.1875rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6AR4qazzHt4LQmWp8ZzXrMlqO0o3UG9 { display:block; }
 }@media only screen and (max-width: 763px) { #SBdh65r8BtZB4hTELKHSzcZgQiKv4kha { width:8.6875rem;height:2.125rem;top:1.25rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEVqz5JWiZWt2UGfuqoUxGEyaTGWxOIV { display:block; }
 }@media only screen and (max-width: 763px) { #NNwGl0Bg693Uk7u6xrQ2crBTcHV6fgyI { top:6.25rem;left:2.125rem;width:4.6875rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHyzvavotBfhVet49WmnxsyTFarEZfpP { top:0rem;left:0rem;width:10.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRWQfxqJ9W4o9DMUkfSCWTMXDcTyXyOz { display:block; }#ZRWQfxqJ9W4o9DMUkfSCWTMXDcTyXyOz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rm2PQPtCEcL7alVVh5FaC7woLivNDwCg { top:1.375rem;left:0rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zab5awfigS1SKUiiMKVayLUFN1nLpfX2 { top:1.3125rem;left:0rem;width:32.5rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPeOHiBPegVAeXP6ywK1qwfuVasI688T { top:3.6875rem;left:0rem;width:36.4375rem;height:7.1875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGfdPuB557A0FkmMmtdQrUGN4cAsmKeG { top:12.0625rem;left:0rem;width:25.125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGX6a1VLlRTUdeVTtfF876TLwX0r7LKS { width:10.5rem;height:2.25rem;top:15.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZHiHIthCON6g7GN2UzDDZJtFKTK6De3 { display:block; }
 }@media only screen and (max-width: 763px) { #oPeQb5dTkVAL0WE77MEVq7TJyKO1cKn0 { width:31.375rem;height:17.214833071223rem;top:2.875rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5L2mRwuQ7CZdp2PINTuCU1Z4DFLZnnB { display:block; }#E5L2mRwuQ7CZdp2PINTuCU1Z4DFLZnnB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bvxFGcKygw87111CLq03LaPvbHihTaxd { top:5.1875rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzdsLDnyxHrktzzVeyXRmumFNnTbmIzH { top:6.5625rem;left:0rem;width:16rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5LCMcUnZGoHxOiGMlFcuF5HesqMybXa { top:4.75rem;left:0rem;width:16rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdCmBqTwhzuc9EXAXl16RgCEUxBStDVD { top:1.5rem;left:2.0625rem;width:9.125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqEZcZxnfORwVRZTMzNIaGCGvWBHKGag { top:2rem;left:2.75rem;width:8.1875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zm7EaqrHKl9fwzHT3Zb1qk8P4UVfPtDw { top:4.1875rem;left:15.875rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEtD8a4QanC6O2bk20Tn7V6G1ufxbPFm { top:4.75rem;left:15.75rem;width:16rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6VWJIuA0khTo2GzaOUS4k9rUXtAqWFs { top:6.625rem;left:15.8125rem;width:15.9375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyHkeeIKKceLeToSHdpFbpxcOqrc51I5 { top:1.5rem;left:18.875rem;width:8.875rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrlOwX9dCX7RSvr0cwHEf00X1TxE09rI { top:2rem;left:19.8740234375rem;width:7.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDNxMUeaRtAVuWeCUi54WHpB1vtTzzRn { top:1.5rem;left:33.90625rem;width:7.875rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUDxw2vqkW7zZDpDpZ59I7p5obikRZ9W { top:4.75rem;left:31.875rem;width:15.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJhUZtM2sd6qKKiFu0AKaqlkKbBTSLfl { top:6.625rem;left:33.0625rem;width:14.5625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDksrtDWu9IuIrRgamUtN3uQrH0hEisO { top:4.25rem;left:31.75rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAUEkRTTIGr75D8hQ3P28z7WaoxWkHeR { top:2rem;left:34.4375rem;width:12.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzgtnZHNcyoqTfqtVCuTvnetvzwlSXig { display:block; }#lzgtnZHNcyoqTfqtVCuTvnetvzwlSXig > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #db2PsnZewz2Sl6LMPiIqql214uo2wJ6C { top:12.3125rem;left:0rem;width:25.8125rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #anCF1hHIVQ8E544g8J16BsQ31LwPaPo3 { top:3rem;left:0rem;width:30.5rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgkv9AuWthKUImLo7vs2sLddmDisqQoI .widget-regular-label { width:17.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#cgkv9AuWthKUImLo7vs2sLddmDisqQoI .widget-input-text { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cgkv9AuWthKUImLo7vs2sLddmDisqQoI .widget-input-text {padding-top: 0; padding-bottom: 0;}#cgkv9AuWthKUImLo7vs2sLddmDisqQoI .widget-textarea { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cgkv9AuWthKUImLo7vs2sLddmDisqQoI .widget-input-select { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cgkv9AuWthKUImLo7vs2sLddmDisqQoI .widget-input-select {padding-top: 0; padding-bottom: 0;}#cgkv9AuWthKUImLo7vs2sLddmDisqQoI .widget-input-button { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cgkv9AuWthKUImLo7vs2sLddmDisqQoI .widget-checkbox-label { width:16rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cgkv9AuWthKUImLo7vs2sLddmDisqQoI  { width:17.1875rem;height:auto;top:4.4375rem;left:25.8427734375rem; }
#cgkv9AuWthKUImLo7vs2sLddmDisqQoI .radio-container { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cgkv9AuWthKUImLo7vs2sLddmDisqQoI {display:block;}#cgkv9AuWthKUImLo7vs2sLddmDisqQoI { width:17.1875rem;height:auto;top:4.4375rem;left:25.8427734375rem; }
 }@media only screen and (max-width: 763px) { #cgkv9AuWthKUImLo7vs2sLddmDisqQoI #JGOv2lxvMTmP1k7XTw4PNUo96KbWhxTe {  }
 }@media only screen and (max-width: 763px) { #cgkv9AuWthKUImLo7vs2sLddmDisqQoI #J3gOmGh4GPGPQitXA1hT6Bih7NT1Uc9w { display:block; }
 }@media only screen and (max-width: 763px) { #cgkv9AuWthKUImLo7vs2sLddmDisqQoI #R08S8mQeeKNgzvukmyKMW78AdwAMUI1w {  }
 }@media only screen and (max-width: 763px) { #cgkv9AuWthKUImLo7vs2sLddmDisqQoI #u5z3SqUZeDKVv0w4csVUUOsQAsL6Tio2 {  }
 }@media only screen and (max-width: 763px) { #cgkv9AuWthKUImLo7vs2sLddmDisqQoI #XTxp7ouOD4uZD5RJvgUrgAra9eep1reD { display:block; }
 }@media only screen and (max-width: 763px) { #cgkv9AuWthKUImLo7vs2sLddmDisqQoI #CrTZiwhDGr92MrZu9TXUk34JSg7orAun {  }
 }@media only screen and (max-width: 763px) { #cgkv9AuWthKUImLo7vs2sLddmDisqQoI #tysAct0vXgtgvlWs4fILPJVNnkZlUc45 {  }
 }@media only screen and (max-width: 763px) { #cgkv9AuWthKUImLo7vs2sLddmDisqQoI #UaDc6EcaTUmIyXwAq9r7Xn8JPGA1rSKF {  }
 }@media only screen and (max-width: 763px) { #cgkv9AuWthKUImLo7vs2sLddmDisqQoI #JQd5eG0CryQC3cDco7QUfaKqyuvDqgLS {  }
 }@media only screen and (max-width: 763px) { #cgkv9AuWthKUImLo7vs2sLddmDisqQoI #m0aN2qfNVROdvwo8rHr7vO2HsJzaDOob {  }
 }@media only screen and (max-width: 763px) { #cgkv9AuWthKUImLo7vs2sLddmDisqQoI #E5O1dvbDQXU6dXoTouGROEak3KXdHLWF {  }
 }@media only screen and (max-width: 763px) { #cgkv9AuWthKUImLo7vs2sLddmDisqQoI #lxwo4CipWm7exd5IGOtDTS8mZdbiFpFZ {  }
 }@media only screen and (max-width: 763px) { #cgkv9AuWthKUImLo7vs2sLddmDisqQoI #vmfDHd5xfdwIgSC0PE55HoSwcCpUWHa4 {  }
 }@media only screen and (max-width: 763px) { #cgkv9AuWthKUImLo7vs2sLddmDisqQoI #k2lFkSHNLu9CTSAALlP1PWeTkutq4HRf {  }
 }@media only screen and (max-width: 763px) { #cgkv9AuWthKUImLo7vs2sLddmDisqQoI #f0PPJhnkXceCiuOny4sfgeInMW6B66cO {  }
 }@media only screen and (max-width: 763px) { #cgkv9AuWthKUImLo7vs2sLddmDisqQoI #GuLLprzqkMh9WMtCEfoVTMxytS8tbqxD {  }
 }@media only screen and (max-width: 763px) { #cgkv9AuWthKUImLo7vs2sLddmDisqQoI #KHKZI2ZspZ9RDPSslxhO0iJHNoJmoCcg {  }
 }@media only screen and (max-width: 763px) { #SiVVN569CpmpIPHccOoHHkO8GnfgA9Au { top:5.875rem;left:25.75rem;width:22rem;height:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rP2zKARBi8FDPcpelmu7WqedploZ97yn { top:1.5625rem;left:18.125rem;width:29.5625rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rr8ETNa1Z7RtTAZ5WRAkAvkTHRCyow65 { width:10.8125rem;height:3.0625rem;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f52GBQts0d36GgXPdU6Se7WwfUtw2vZD { display:block; }
 }@media only screen and (max-width: 763px) { #JnxRegMod4DtP6KdfPfmifCnhahWqTfu { width:10.8125rem;height:3.0625rem;top:31.125rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #vniqLteLV0lFR8oFxJZ2u7n65BAfD2pe { display:block; }
 }@media only screen and (max-width: 763px) { #L4wVLHqOG6NDFECBJAzbm9BMINCcIv2g { top:14.125rem;left:0rem;width:25.75rem;height:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQBlW91ST9w7EMvk2UnLpgIISUQy1Bfp { top:17rem;left:0rem;width:25.75rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnkEQtLw85mbvOTzDPHd01UHXPiIU4TK { top:25.0625rem;left:0rem;width:25.8125rem;height:0;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwTfB6OOb1Bl1Ggotv4ThxnT9QeSepqy { top:21.75rem;left:0rem;width:25.8125rem;height:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIeu0Fi00bCAlzCTLSZcKzVXlW898sIb { top:5.8125rem;left:0rem;width:30.4375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRxg1XMcOPVultZknbRFKcX3scTHtbMA { top:8.6875rem;left:0rem;width:18.4375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwfsJEsZWoCF5yTEF5vvmQd1KztoPq8p { display:block; }#XwfsJEsZWoCF5yTEF5vvmQd1KztoPq8p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HfRIw4vmRUhXfbRfKaNldAFWn2grieI9 { width:18.8125rem;height:46.625rem;top:10.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUQkBdJsOtddv7oe8MzJESOipJIADWtC { width:18.8125rem;height:11.4375rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6iLKdlraNqmQp3ODBTLrJvJgLGIuvNK { width:15rem;height:3.4375rem;top:52.8125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXFkiHL5ZNx7oekkZyfUKAh857MTOaXD { display:block; }
 }@media only screen and (max-width: 763px) { #qP3X4S9XypbpZQSLTlvAoryLqqyohtTV { width:18.8125rem;height:46.6875rem;top:10.125rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeTcDe1FfPXX6nEqEQZFFT4XnALRVSTQ { width:18.8125rem;height:11.4375rem;top:10.125rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmbLIl3fuOKCOLneHz8UfPhGouO8wZ7g { width:18.8125rem;height:46.6875rem;top:10.125rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #du0GmVTW9tkQ6wEq0zstnXn65JAD38AO { width:18.8125rem;height:11.5rem;top:10.125rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuLDs1XSGcqbihOsAsudbAntA6m7al1p { width:8.1875rem;height:1.75rem;top:11.0625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvRW9ZBEVkAX7G7uHEEclpr1BqtsnTt2 { width:9.1875rem;height:1.3125rem;top:11.25rem;left:7.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT4Z6l0TLJoWq0ST8ygnVUe3zofOqOlz { width:47.75rem;height:2.375rem;top:2.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qC2cSqpyxyHhT1axehulJH2y4RFCyla5 { width:8.1875rem;height:1.75rem;top:11.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFgGzzxH0LWXLwkowCwKaLh1yGM5ahV1 { width:9.1875rem;height:1.25rem;top:11.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCJuAhDEmahL3iXx6WAxrCJrAeEPwKuQ { width:8.1875rem;height:1.75rem;top:11.0625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPQGVsFvdil8m0TpHEDBL4Qp1i7DBWMT { width:9.1875rem;height:1.25rem;top:11.25rem;left:22.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFVvQOpbw88iWkeI8NXNOsZZh0TQOxSz { top:19.5625rem;left:0rem;width:18.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxKanhfcxX6PQg69297eAxETCV9MZHcJ { top:19.5rem;left:0rem;width:18.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBLS5MVhqg9DdNfgUf6ZxH5cEHrhskf5 { top:19.5rem;left:12.9375rem;width:18.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRQtFJ87wFDC5lezeDQ55xIn6aAeTRN6 { top:22.25rem;left:12.9375rem;width:18.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3f4WDw740o6xuKMmyhdNmoX4o0UTxwm { top:19.5rem;left:12.9375rem;width:18.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdXDntr2bIIVrvkoz8p3C7KMcA8Lxrxf { top:19.5rem;left:28.8125rem;width:18.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdTWtfl93csBriUT7PXzuGsG4ST9Dnqd { top:19.6875rem;left:14.0625rem;width:17.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UivTPWbas18p07xc4tm5QEP2SVWlTZ3i { top:19.6875rem;left:29.3125rem;width:18.3125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv0mKETe92FWpzRp4LJETTa3VatQHZOX { top:23.9375rem;left:0rem;width:17.3125rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoawaFLagD9fA2phDo0GEaKINCozdLXX { top:22.5rem;left:0rem;width:12.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAlyo5NnJNM4MVb6d18yoWaT2nnklTB0 { top:23.9375rem;left:0rem;width:1.625rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A17LKVkq6A1nrowvU8KGzBN5XqkIbq1m { top:24.9375rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpnoG9k3bQU5V1S8fJxPb2XW2SuvydtJ { top:45.125rem;left:0.4375rem;width:15rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLdJ5U4rZ0MFe15CtVmzxKRspDT92bHZ { top:26.8125rem;left:0rem;width:15rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LukyZB6OAWo5KC9o5E7c5DuzK8HRVuPE { top:28.375rem;left:0rem;width:12.25rem;height:;font-size:1rem;display:block; }#LukyZB6OAWo5KC9o5E7c5DuzK8HRVuPE li:before{  }
 }@media only screen and (max-width: 763px) { #UvT5laGHwxCzsVqUlZdTVWWHCSAOBBkb { top:27.6875rem;left:13.9375rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Edic0l2FNexx3sBhxHqZl1MAeUH1ARVS { top:30.0625rem;left:13.4375rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iteFtKpT9WqPFfdadcTMTNTU3s3AKEdy { top:33.375rem;left:13.5625rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7DvSUBHyBrn0oAGLs6H8EVvxcmX7iSA { top:44.875rem;left:0rem;width:18.6875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzlKax40Uk58mFoTxVlKlzdtSBu15Thn { top:49.1875rem;left:0rem;width:15rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fhep8xP2x2ulE6cKMuLRZLhsAeLrtVZo { top:22.625rem;left:15.875rem;width:15.125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpN4dKFwBoNGHNXTBX89T6pL7OK5tauZ { top:24.1875rem;left:14.4375rem;width:17.3125rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqiTq0gJzVUTPeFoxxa8ODPzdC1ApNuH { top:24.1875rem;left:15.875rem;width:3.25rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlGeCDPDXW3P2vagra2zGmDBmPKES66J { top:24.9375rem;left:15.875rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSzMTceNlHTPkphNVCsVkLe6Tlui0G1O { top:26.8125rem;left:15.875rem;width:15rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #stS4IXmTDND2qamWv3Io0nOW9AekCASX { top:28.375rem;left:15.875rem;width:12.25rem;height:;font-size:1rem;display:block; }#stS4IXmTDND2qamWv3Io0nOW9AekCASX li:before{  }
 }@media only screen and (max-width: 763px) { #Icv984RiQ1wVcwDyDWyDz2T7tFRASW7r { top:27.6875rem;left:29.8125rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsuFL3v2WHpW6WzRsZhTRuESpr3idzTC { top:30.0625rem;left:29.3125rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNgiTkDBpqwKN9M4WlsXT9wZR2HSUJ52 { top:33.375rem;left:29.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmyIsHfmlxG6vogPMpF4QooKNLZFF74e { top:43.3125rem;left:12.9375rem;width:18.6875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxSoX7lpaummpfWPF7TBsoMbibwdnCCe { top:43.625rem;left:16.3125rem;width:15rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhZMtmvAFhQ3JvQ2mG5HVNMyZTIVdpKi { top:47.9375rem;left:15.875rem;width:15rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnazHkPtTeEZS8bT1H7XqOkSOObCLBA4 { width:15rem;height:3.4375rem;top:52.8125rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8T1f0lBgbcfVBcDl0C1wTGd0A6aagfB { display:block; }
 }@media only screen and (max-width: 763px) { #QfHL5zy5tbTcDLhiol49RTksclyyI8e1 { top:22.625rem;left:31.75rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATmwZx8TzM8aPyrhbg9zKTg3MuIwLLzk { top:24.1875rem;left:30.3125rem;width:17.3125rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAA5l2bgIPhFNMT5X8JBsl4Rh5JrNcKK { top:24.1875rem;left:31.75rem;width:4.1875rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ud8ymIUvprpc3iXTywZQ22wClQ59RnNv { top:24.9375rem;left:31.75rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMKmUABP0av7Xxz32JeIWTRLltI8RhWe { top:26.8125rem;left:31.75rem;width:15rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #whA0GbSSZuayRBpWbX6Z5i9I3DebGZgq { top:28.375rem;left:31.75rem;width:12.25rem;height:;font-size:1rem;display:block; }#whA0GbSSZuayRBpWbX6Z5i9I3DebGZgq li:before{  }
 }@media only screen and (max-width: 763px) { #TwJIKbnwiqTicl1XXA1HN3LyESqn8lwV { top:46.4375rem;left:32.5rem;width:15.125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCihsf3LMQHx2KBz3l1aEyzK3AwxmaN8 { top:27.6875rem;left:45.6875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJcRrpA7l587drdF7fWTwW4G4bL7uHpn { top:30rem;left:45.1875rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0JU7euV1FPwv5Q32TzymCX74PcXhzMf { top:36.5rem;left:45.625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU2M7kUygAqQgLaSCHuPwD3kBFXkT6aR { top:33rem;left:45.1875rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ow5MRXDaQEio8lZiCeknsIJ863maO1D7 { top:49.1875rem;left:31.75rem;width:15rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdR08yQXmANgBvANBuC4AAdhgA7Oa3uQ { width:15rem;height:3.4375rem;top:52.8125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmhmyJ8NFCBX3eFmLGAqZr8TiDO5IPEP { display:block; }
 }@media only screen and (max-width: 763px) { #Ei5eEzBRaUxO0pqC8k2amPMHUw2TZiGG { top:51.1875rem;left:0rem;width:10.375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5okALCCPN1C4gRrELXZbyb4WH1RExFe { top:50.25rem;left:15.875rem;width:10.375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zbu2BKLq6IF3IwxaGyerdFuw4VuCMwG5 { top:51.1875rem;left:31.75rem;width:10.375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEz0TbbyIANom3qxAgTuTRyyouUJRmER { top:36.375rem;left:29.625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #URbFATMrw675hx54Nfl58IiPP3h07OSO { top:38.625rem;left:29.75rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGOmbNrF1MODWt83cgDe3TUM81ocTsEd { width:47.75rem;height:1.625rem;top:5.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBemUiILkuyu38qKsnzL8I4fswdqu18f { top:36.6875rem;left:13.75rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q33tvTcOBtiiTEhk3q0xTS5Gvpz4nger { display:none; }#q33tvTcOBtiiTEhk3q0xTS5Gvpz4nger > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FAwI7RDbmMSF0iTWfv9gwz9Uf9kO6PMA { width:18.8125rem;height:58.9375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhnnEr5xZT0dXFytgype7ct4mT7Nu1yv { width:18.8125rem;height:11.4375rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d118zk2WyIE38qPPtH7KuoON88Pgq2Ri { width:15rem;height:3.4375rem;top:56.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #llFVJzFF75HoZogTLGCdXEiif4qOsblf { display:block; }
 }@media only screen and (max-width: 763px) { #xBMuGLBpDtWTDz3HBAQrZc17vMTKD2cA { width:18.8125rem;height:59.125rem;top:2.125rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMV6st8OZq0yalzgUXVoJCHJKG3E90MU { width:18.8125rem;height:11.4375rem;top:2.125rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPzuh10c6ourb1IrQ8Fz4kgH97tHfFTH { width:18.8125rem;height:59.1875rem;top:2.125rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUPTFU2sCqc61m34DzoCXq9ZuCTiLa0n { width:18.8125rem;height:11.5rem;top:2.125rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJUTKmZ73TEDM8Dyer6zHcde2Uhemh5W { width:10.5rem;height:1.8125rem;top:3.125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcN5RsiOXKiN1OrDxRLlmvEdfcelIBo4 { width:9.1875rem;height:1.25rem;top:3.25rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1UCEy1igUaps3zG8lqHcVHBfVlw8Av2 { width:9.5625rem;height:1.75rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTmIZkOJg7aUllRG0LQppZoV9hDvGPEp { width:10.8125rem;height:1.25rem;top:3.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHdtMF11rqa7ZAvoUxfm85cKLszQE45q { width:9.4375rem;height:1.75rem;top:3.0625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnPZHQ1AffGNyqFKJcoLeRcb4w3XiPTZ { width:9.1875rem;height:1.25rem;top:3.25rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zucS1DzNqs3wGPIfGzn9CSLH7hXRM3sr { top:11.625rem;left:0rem;width:18.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEmPobWFKF948BfaOZpb3NsL74OpdOTP { top:11.5rem;left:0rem;width:18.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqdTVTspQytOFLEdKauciMSJWiM1TKRB { top:11.5rem;left:12.9375rem;width:18.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTi1etaWe1nGEl8C4OJqC9DxJAAHACnq { top:14.25rem;left:12.9375rem;width:18.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rP0hWE6dWO0BARq3KpQTcx6ZRRIJ1Op1 { top:11.5rem;left:12.9375rem;width:18.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAPp6qUzxgiUydHUJ5klGBZZflsoQFwd { top:11.5rem;left:28.8125rem;width:18.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IssJMXgWDbytSiZWCLeBMHeEyPsiOuGz { top:11.875rem;left:15.875rem;width:10.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRZ99pXeId2ybWmJDZDp4lgcqCAtAp8u { top:16.8125rem;left:0rem;width:17.3125rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQQ0UHlRBpF0hGWfRGT9fkiLe7zU00GT { top:14.25rem;left:0rem;width:11.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhw8qobtgn7pP1K30sAPayXqTWp0Flba { top:16.8125rem;left:0rem;width:10.625rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJfbSOztTpTloTB3nyGqUgLTGdFaXgVq { top:17.5625rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwPTWPWJoqI93nMcISMbT8HuS2vy2xrV { top:45.625rem;left:0.875rem;width:15rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkPP8cm2fIzTIuvkw3iXVJTEtkIJQ29D { top:18.6875rem;left:0rem;width:15rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrhNeX37DRZcEEdmwQxerrei4mhAVt8B { top:20.25rem;left:0rem;width:12.25rem;height:;font-size:1rem;display:block; }#XrhNeX37DRZcEEdmwQxerrei4mhAVt8B li:before{  }
 }@media only screen and (max-width: 763px) { #Q6tQynyPvD34S6lhnTdNFlpU0TNfru85 { top:19.75rem;left:13.9375rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQDfc4qWaT372Zamoflu9bbw7oxEu3n5 { top:22.0625rem;left:13.4375rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbNfTTLzHNg2EWhrTFTxu3CoylD2tud1 { top:24.9375rem;left:13.5625rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X66kGPZqFm4RfwZOAaOAk2znWaWu6AmI { top:45.3125rem;left:0rem;width:18.6875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK2seVfBQ09DtNIMTFenmtIa8nB14DBk { top:48rem;left:0rem;width:5.8125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgKSszhC3I4m340vter7AwtflXFLHVbU { top:48.25rem;left:0rem;width:5.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMT78eJIMT4FRyxWkU8dsbSywCXHfuDi { top:49.6875rem;left:0rem;width:15rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSkGRdbL7bxSTia11bhEdpPtPaORdwkN { top:14.6875rem;left:15.875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVX7iQGW5NoTafxrnIO3lRC9LW3h46ln { top:16.1875rem;left:14.4375rem;width:17.3125rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWhf4ON9aEdT1tTfRNAlKgXwC9XvJhUT { top:16.1875rem;left:15.875rem;width:13.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlPCQazzokw8CSRhnVtK3DS0Fs2CDwLR { top:17.125rem;left:15.875rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDcbkxZvNenZXeSFr8algQrOxOWQGEWw { top:18.8125rem;left:15.875rem;width:15rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mhr4EOrQDXpegsEFkxGdPDnaCT8yvNSi { top:19.75rem;left:29.8125rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvcWFIZWTok8ReFhoeqTKhBraxe50g88 { top:22.0625rem;left:29.3125rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoRx5JrU4su0eZd70hB8hMotmqEUmQiU { top:25rem;left:29.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #euxSZmXrMOoa1NXLm8pzTPT0966AVkUH { top:49.875rem;left:12.9375rem;width:18.6875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6WcGdd6iAB2P5Tk6FUxdmWGoO9tl0vU { top:50rem;left:20.34375rem;width:6.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ipy0XPxpmm7xRt2kWr1AODVabWTOouih { top:52.25rem;left:15.875rem;width:15rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVb4OsRfGuVx9kPS5SgmXLvvv0lKXk8o { width:15rem;height:3.4375rem;top:56.25rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMfFDgRFosAKrcqLWS31TXP4Aow1k9v4 { display:block; }
 }@media only screen and (max-width: 763px) { #TQuH3tUltQLo1aMKp0QvXqDsn54U9UIg { top:14.6875rem;left:31.75rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnTDXltTsHwTpRnBsPEkhJwC0GHFpUz6 { top:16.1875rem;left:30.3125rem;width:17.3125rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIZ7ZgX45sS9EIX033Nv8hihELG1mvy2 { top:17.5625rem;left:31.75rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C40GiTucT7xTN9fonQoLia6cs2Ph2a0I { top:18.8125rem;left:31.75rem;width:15rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M87FTy5KT2yve92NIX5kmRK8OwdDt8ou { top:49.75rem;left:28.8125rem;width:18.6875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzTPSzgeTXOcBBTNSV8IkW8VhQ5M53gJ { top:50rem;left:32.09375rem;width:15.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnkzcqwtk9JeJHNffLZZ3ApUFiKeQRFW { top:19.75rem;left:45.6875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1aqtIT4im16T6kHbh7HlvAhxmE45bDg { top:22.0625rem;left:45.1875rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lg7y2wsNGZdGoV6Lsz0QUU8UpR3Hrknw { top:25.0625rem;left:45.3125rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVlSdsUp5ZM09HxAdv2G8geT0nQA3caB { top:34.375rem;left:45.1875rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVGw4liLnPbEaR0EKqypDbTUlgG5x6ac { top:27.875rem;left:11rem;width:4.875rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRM72zJedpy5df47CBvQiGv6v9G25ldT { top:52.25rem;left:31.75rem;width:15rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tvz6aDLDdhDITLqeDHqZp0oCiSdBZc1T { width:15rem;height:3.4375rem;top:56.25rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTri1SWi3HKlzl1hBD6BTJgEFaSA8KGB { display:block; }
 }@media only screen and (max-width: 763px) { #oopOgH3inF2T8dm8zf7d6G2SyehXq3GV { top:27.5rem;left:43.875rem;width:3.75rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #optlXFqawu46NxNtzvn5utRpcTsihqJJ { top:51.875rem;left:0rem;width:10.375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ee9wXGB47n4Q6eUKRutIl7Cy01gAhD6w { top:54.3125rem;left:15.875rem;width:10.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksneab7NKndwxpW5wausBfh9qCST1VbR { top:54.3125rem;left:31.75rem;width:10.375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #onwvxTwmC5NQpypNpkKKeEaSVGsWgDTL { top:28.6875rem;left:29.625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Crv7JbBswx7MzbRFGUvSbWyuTaWMgChl { top:30.9375rem;left:14.25rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RkFU3pLk4OqzSb5gHTvdJKgs0DVS6bqF { top:32.75rem;left:14.25rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vK0BuOFOcsJAgSXP1XSdAu1sXE8px774 { top:29.1875rem;left:13.75rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hR6ePLFQGDydzsE3RNlbPS6BtkslCyVd { top:34.4375rem;left:12.75rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #h6hViqcFG9OK2VcgGNTea7rMJH5R2Dsp { top:39.625rem;left:13.75rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR5BvuSW0xyncLgq1MTzqVOBcT9WTXMy { top:37.5rem;left:13.75rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kP8UZSFJLkiXxkBxKPQLltWQkdkbM7bB { top:16.1875rem;left:17.75rem;width:14rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUZqsxqfwWqTyQWT4pSkf9ivq0FPMFBe { top:20.4375rem;left:15.875rem;width:12.25rem;height:;font-size:1rem;display:block; }#RUZqsxqfwWqTyQWT4pSkf9ivq0FPMFBe li:before{  }
 }@media only screen and (max-width: 763px) { #HbGOfb0vUW7ouqTcBy5Hva0nSnyrQF4T { top:31.125rem;left:30.125rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MpbK6fXh3AZxeWqtomW4l3WCMC2pygfW { top:32.75rem;left:30.125rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kx3Gr6JXQkGIsBQr8QUJHbguahy1qtNX { top:34.375rem;left:28.625rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OmWrPmQ5LhT5Q4bfClWEZs7T5E9nohZN { top:38.5625rem;left:29.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDWXq3bBkb132Ti56o30BSC3E3T6zkug { top:41.125rem;left:29.625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #acxrm4aRXH1Kq1w43QzZJicQNCc4slPH { top:44.1875rem;left:29.4375rem;width:2.3125rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUhrGhISCQTOBSxNTNJ2J5iX5pczPnUe { top:11.8125rem;left:29.1875rem;width:18.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIg32cuim8P1dvSMPek9g8cE6AIgJD22 { top:16.25rem;left:33.625rem;width:14rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFn6smLqcebmcSDg41ftowEvSGmquTAk { top:16.25rem;left:31.75rem;width:13.5rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLAxu84A3iqhhNhW8W7JE3lsQc4E4Jdn { top:20.4375rem;left:31.75rem;width:12.25rem;height:;font-size:1rem;display:block; }#gLAxu84A3iqhhNhW8W7JE3lsQc4E4Jdn li:before{  }
 }@media only screen and (max-width: 763px) { #nEZ2zu9IHeEgMNlnozqTpMKM6DaiqZdT { top:28.6875rem;left:45.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TalBacIibdrTEJg0N2vb72ALeBUCSeNr { top:30.625rem;left:46rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #v2fRU53nqK7Vg8S4Bvwwn6c7TKX7EWto { top:32.5625rem;left:46rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ilSDxv6q7nfaUNXyzMAhAi3paQVxQdtl { top:39.375rem;left:45.6875rem;width:1.9375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHioRr64DeFoVOq0JKMFvZQKcFyLBJTP { top:36.8125rem;left:45.5rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebAScRqf5zpfd4iI3lkfGoTPHWkwaafC { top:43.625rem;left:45.5625rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsnWqu7Koom5hBh5nvelW8o82yEmFFv1 { top:27.5rem;left:27.75rem;width:4rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vys4rWcEhJJsyH4S6nTJkt7uZASs9UKB { top:42.1875rem;left:13.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILFpNPn0WXpduEzpDXP7p34k6iPvxP0A { top:41.25rem;left:45.625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #g13ORFKwB8FTu82xJLfSpFbDNpvtDCgf { top:46.3125rem;left:30.25rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g98saL8ImgBcGGyWAZ9ztKyS549DD55W { top:46.0625rem;left:45.4375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0gvE8rto4zIqWkJhPDbB8lelqQLgecB { top:15.5rem;left:0rem;width:11.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lU7r2X3qog9eof5LT5FdTO7HLltsfbPP { top:16.8125rem;left:1.65625rem;width:14rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqKTU6sgX3J15bPpW5BNhRtPBHq4Zmoi { display:none; }#sqKTU6sgX3J15bPpW5BNhRtPBHq4Zmoi > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #noMcQT96OOJ6FXawDneIZFUlmFGJ9JcA { width:18.75rem;height:59.0625rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGnDwOZFXSWzPGphXM9Kk7RIcCCTGKf7 { width:18.75rem;height:11.375rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zki5bfGolqrHSRdlokKhH86eyuCXkUaM { width:18.75rem;height:59.125rem;top:2.125rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2s9MuryzEqVTWiJigPwoIVientSrtkd { width:18.75rem;height:11.4375rem;top:2.125rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEP0iZwHMmVmCNuJT5twTiO7MaSAdgVL { width:10.4375rem;height:1.75rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKXBGkzKTS1kvrvZ5xLgQITJrWWJLhW1 { width:9.1875rem;height:1.25rem;top:3.375rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAHkOsIuix2qnQLbB88edaAqEoDu5Dm6 { width:9.375rem;height:1.6875rem;top:3.0625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbD6ehbc6c2iQVTO1lFgRNDf6PfE6uCq { width:9.1875rem;height:1.25rem;top:3.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTTVRSZR2ue1X3SKwx5eKehPX69yuk6F { top:11.5rem;left:0rem;width:18.75rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0vsNUopVX5VIu9R2Glezn6kyLSVXULm { top:14.25rem;left:0rem;width:18.75rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkVlIX0Rwlhs2a09vKAumhx8KmurfHXF { top:11.5rem;left:0rem;width:18.75rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVrvXaikRJ211AGZwTNoRrHaU3UNAbRW { top:11.5rem;left:12.9375rem;width:18.75rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBukdNsTzESEP2kHbh48TSsvI1k9DDcn { top:11.875rem;left:0rem;width:17.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkielqPd6k3TVFCXOJ92kL0QhxpPU23T { top:14.6875rem;left:0rem;width:12.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOCUMOcVs9bTa61wHeI09AqeIfvpF3v2 { top:16.1875rem;left:0rem;width:17.25rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGqX6S0c0NlWlT0LivN14MZRFK5kDCIm { top:16.1875rem;left:0rem;width:13.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNIGcu2kI4WUTRelNmIe9Hn9fy9Szahz { top:17.125rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SE4gmcgA6PALLbtXdL5zaMUhvRyVvhZS { top:18.8125rem;left:0rem;width:15rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsV4PFduIB4kIPQJqm6a4RLqqgKUddWt { top:19.75rem;left:13.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgNlxUL9zL3J4JJG0FvKyEx8WDW075UC { top:22.0625rem;left:13.4375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyyKiybhiTZRGlUJgxRn1XgAHg9yXXF8 { top:25rem;left:13.5625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #amqQGmbsVrXauFcWSVTOUr5X1XN3XGQI { top:49.875rem;left:0rem;width:18.625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rd2buCpVXO115TvDWkPWI6UwMlICsOqo { top:50.125rem;left:3.6875rem;width:8.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uixyL3cH5qZlJ5TLwQWHWTo4QhqhWy8u { top:52.3125rem;left:0rem;width:15rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3RdJKpD4X0hdD4fwl9NTGsFVQDtyTdA { width:15rem;height:3.4375rem;top:56.3125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2rGC9HqREW6DXKMZL7xElKTOFpPegIA { display:block; }
 }@media only screen and (max-width: 763px) { #gUbzq889vDkrVG7Ul7iMz9SG2lA2DNng { top:14.6875rem;left:15.875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hddGQo5gTGWv2iTJnzizEm3omITM3TF4 { top:16.1875rem;left:14.4375rem;width:17.25rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gi10TU4I13qhxVyMNTrmc9l0U8ES3Sq4 { top:16.9375rem;left:15.875rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyWTv7BDDsKMD4ACWIHWhHMcv60a8g0v { top:18.8125rem;left:15.875rem;width:15rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOcCUGyKk2mknlxMyJ6Zs8TiDTcfVgDS { top:31.25rem;left:12.9375rem;width:18.6875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZbDVIy879hDkulpzCb90ab2zWi5oGut { top:31.8125rem;left:13.8125rem;width:17.9375rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkU7lWrLUyJdMmk36Afns1u3LZnJEwTt { top:20.125rem;left:29.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvJsPzrGWkxV0QAfFCenQ88eZBHH4Iit { top:51.75rem;left:15.875rem;width:15rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUQHvuFA1mDd6iZCtr9IBLTHW6dkm17D { width:15rem;height:3.4375rem;top:56.25rem;left:16.312503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0lylSg5UTBJdDDCJUduLdDutsa51tZT { display:block; }
 }@media only screen and (max-width: 763px) { #vpUpZZe0R8wRc1nb2fIFAqvTfSmRoHpl { top:23.625rem;left:28rem;width:3.75rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExETWq8OFwnPs01wEQbxqA8nAN9mwd9P { top:54.3125rem;left:0rem;width:10.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUR62i8DlTQvzwsxK6OOXGp9WatdWg6N { top:54.3125rem;left:15.875rem;width:10.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2pIaNdqThzsDbbJNWPbaRwOGKkx0avf { top:28.6875rem;left:13.75rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #shPRdie9nNEbdPXOTN8d3cQbQ9I8Nphs { top:16.1875rem;left:1.875rem;width:13.9375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlWuXmXxT7MpIeAW7s2P4aBw3sr6XdtL { top:20.4375rem;left:0rem;width:13.3125rem;height:;font-size:1rem;display:block; }#wlWuXmXxT7MpIeAW7s2P4aBw3sr6XdtL li:before{  }
 }@media only screen and (max-width: 763px) { #Nk8TwS2xfXX5QwliAsl6tRo3bWPVKvkF { top:31.125rem;left:14.25rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dhm4VWkvTCo2HqReAEBrp3dtUETE6EC3 { top:32.75rem;left:14.25rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cToWHMSSAMHfQuWGSzhDInC4zlyBU2hr { top:34.375rem;left:12.75rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xEu06eqADo7MNezv35tAeAgOOtOslFTy { top:40.1875rem;left:13.5rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHUTzvqWOogcViwWbMSL28vooFllq4Nc { top:37.5rem;left:13.75rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVeoAshZewg6KOWLsiN6aTltuyrV4JQD { top:43.3125rem;left:13.625rem;width:2.25rem;height:1.4594594594594rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOzvFDVMTx1Cw8MTLfoFn9ChNhd8xNpT { top:11.875rem;left:13.3125rem;width:18.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtJNOMN5GnEZSUEyM9DsdH7J295sHFla { top:16.25rem;left:17.75rem;width:13.9375rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyRUPlXiyL9pSUrw8Jflr2d3s5UFzHwc { top:16.25rem;left:15.875rem;width:13.4375rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT0nEzy9LpXZsGwCtEpkU29AwETTduHh { top:20.4375rem;left:16rem;width:12.25rem;height:;font-size:1rem;display:block; }#oT0nEzy9LpXZsGwCtEpkU29AwETTduHh li:before{  }
 }@media only screen and (max-width: 763px) { #sUtFwPdL23wA0HkOPwWOpqy4n6NK3DxU { top:27.5rem;left:11.875rem;width:3.9375rem;height:0.98384122663225rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEAtuwVNMl551XTXwhPR3AaOXvS7TW6b { top:45.125rem;left:13.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHVhUOvDx3MqLvR1pl7iABJn9sKZ1WyH { top:47.5rem;left:13.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDXO7SWAlUZiAq4zHCwbTxXQD9fWOzJ0 { width:18.75rem;height:59.125rem;top:2.25rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4JnEiSiGuLpvIPUZTq5FrzAGTNJ3ZeR { width:18.75rem;height:11.4375rem;top:2.25rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfbRC7uGrOtKd4liwofO0qfDuSuopWP9 { top:11.625rem;left:28.875rem;width:18.75rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJFpND0vZm3W1ckvdUoWcFeFMJ5TMXWu { top:14.75rem;left:31.75rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdWcuXt4yIvo8ZTvFWuJ0hAeMFWXfm2f { top:16.3125rem;left:30.375rem;width:17.25rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2MRnbFtc5py9lGVecnO2faqvUR3KE8k { top:17rem;left:31.75rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uewkQ2m4P0XllAfR9s6wAtxLM031NaCZ { top:11.9375rem;left:29.1875rem;width:18.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOXSlOkE7tSHhgqon0Z6ELKIOZ3PxJbC { top:16.3125rem;left:31.75rem;width:7.6875rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORTSmXi1mEro7oVrgbBMa7og0TDuL001 { top:18.9375rem;left:31.75rem;width:15rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxrzGyDOlemVInQgPFtkfWiwIEMi1WD9 { top:39.75rem;left:28.875rem;width:18.6875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5INt5klz7JanTIop2AiT2X0xo1wCRcl { top:40.3125rem;left:29.75rem;width:17.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzsD639wvJdSwhvxaRzkhVyVoa5wyNMn { top:20.5625rem;left:31.75rem;width:12.25rem;height:;font-size:1rem;display:block; }#dzsD639wvJdSwhvxaRzkhVyVoa5wyNMn li:before{  }
 }@media only screen and (max-width: 763px) { #ELHmSPZ4Ri2BdtLhoKVOAbafMxBalL80 { top:51.875rem;left:31.75rem;width:15rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRMMGOtzOxFMJLW1dHOAhBSoZ21apigw { width:15rem;height:3.4375rem;top:56.4375rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #De3cArgQ6AKM558DcHC8pn867mHNhKTR { display:block; }
 }@media only screen and (max-width: 763px) { #gLvS9MTGViMfkfSSd8yCUkKTucyLyRTC { top:54.4375rem;left:31.75rem;width:10.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w21KKum0iJJEfTqXedKQMh4rEl0nTbTX { top:20.25rem;left:45.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSrkGBpBJWfMMuzOtWGWnbyVnpeDfez8 { display:block; }#uSrkGBpBJWfMMuzOtWGWnbyVnpeDfez8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #shggEcew4TFzRB0UzmoJmW8osF4Ku1Qa { top:0.625rem;left:0rem;width:40.625rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oc6vynHmrQtaS8pHmZTIIOhVT2KrRfBp { top:6.3125rem;left:2.03125rem;width:5.625rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxwpVEAWRhOuzoPkPISJISPztzek37q5 { top:5.9375rem;left:20.5625rem;width:6.625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMGlseQxEzMtb4rn5kPUVQSldq4Qwf17 { top:7.1875rem;left:37.15625rem;width:9.875rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xz6PyU6UZ0Q9VMBUoIddT4uoIs9Di0xM { top:15.5625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSkXTQZZ8bJU34VTtt4Qp44vXTNzrLBa { top:15.5625rem;left:14.75rem;width:18.25rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9tTcDmnkqqxcOas3Ba4iAE0bxzfmTQW { top:15.1875rem;left:29.5rem;width:18.25rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKkqAsfTV9OVTRBfUMVaE6QcEhL3wxny { top:0.625rem;left:33.624355316162rem;width:10.9375rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CA2WKMyqeKtK5hJKTDQ0fiLmINPX4TCo { display:block; }#CA2WKMyqeKtK5hJKTDQ0fiLmINPX4TCo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XxZCcKaDVxLz84hNWbE03uulhPq4ENUw { top:3.9375rem;left:0rem;width:27.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOnIvTSIMocEuRsqaeqtGzHTziUOc4C3 { top:5.75rem;left:0rem;width:12.9375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypphPHfpTUOLTVRJtAuR4teL4MgLax5o { top:6.0625rem;left:0rem;width:13.25rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOZA1t76ubTUEeV3hdMpO2PrbJHlGcir { top:10.0625rem;left:0rem;width:27.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIV2SeWqMUxA4JoBqpJ6LGuTXwhJcoMu { top:2.0625rem;left:33.53125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWDH2ozinx43856I6L6J1E1IsUwLtXgq { top:2.625rem;left:35.25rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMiGgIJQxTu96lg2955Woc5Xpd34uT0W { top:7rem;left:32.4375rem;width:15.3125rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAMRqiKlH1gTWtQlgZFAHswQhC3UyNXv { top:2.0625rem;left:0rem;width:12.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdESkIsviazWLwtGoNF5zJ8OeRsb4eXt { display:block; }#IdESkIsviazWLwtGoNF5zJ8OeRsb4eXt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a8kMRcztIhGpph3nRWXeUUQT8BLgTtiJ { width:7.8125rem;height:2.8125rem;top:0rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoXcWU283rbd4SHwhC1myrCJay27LRrR { display:block; }
 }@media only screen and (max-width: 763px) { #mn30dnHfkDOQdu1M5u2ChbHtatiqM78C { width:9.25rem;height:2.875rem;top:0rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzZhf9il7UfwkCwuFFTfJFkHlO4dSvT3 { display:block; }
 }@media only screen and (max-width: 763px) { #IeokQF0ebIOSzz0CRTXs7pL9V7nV72kM { top:0rem;left:42.375rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWznJCec3nLA7owz5eqLVXdavFVFmFwl { top:0.3125rem;left:5.5625rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lE51ZJaRAcW9nc4gSvCPOqAtWq36SFEp { position:relative;z-index:auto;display:block; }#lE51ZJaRAcW9nc4gSvCPOqAtWq36SFEp > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZZGpAnvSm4TOb5611db9qRn8G2qHQQsr { width:3.93663125rem;height:2.1875rem;top:5.6369361877441rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DN4MoiJTJJxxOT59MCZgGWsvxqHyyNhU { display:block; }
 }@media only screen and (max-width: 763px) { #xebdtKP1GxDqT2N4TU1Dx9hGHG2bGiqN { width:10.4373125rem;height:2.1875rem;top:5.6369361877441rem;left:3.9355469346046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qsrqp5OW10R7sTb5TEBSvemtH0WlxWIp { display:block; }
 }@media only screen and (max-width: 763px) { #tKtC1MmmpOAPcicoIdTTCZ0v3K8X6UAG { width:5.625rem;height:2.1875rem;top:5.6369361877441rem;left:14.373915731907rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6AR4qazzHt4LQmWp8ZzXrMlqO0o3UG9 { display:block; }
 }@media only screen and (max-width: 763px) { #SBdh65r8BtZB4hTELKHSzcZgQiKv4kha { width:8.6865rem;height:2.124025rem;top:8.4365234375rem;left:5.6552734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEVqz5JWiZWt2UGfuqoUxGEyaTGWxOIV { display:block; }
 }@media only screen and (max-width: 763px) { #NNwGl0Bg693Uk7u6xrQ2crBTcHV6fgyI { width:4.375rem;height:0.8125rem;top:4.90625rem;left:10.05859375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHyzvavotBfhVet49WmnxsyTFarEZfpP { width:8.1875rem;height:4.8125rem;top:0rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRWQfxqJ9W4o9DMUkfSCWTMXDcTyXyOz { background-color:transparent;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#ZRWQfxqJ9W4o9DMUkfSCWTMXDcTyXyOz.adaptive-delivery-prevent-bg, #ZRWQfxqJ9W4o9DMUkfSCWTMXDcTyXyOz.lazyload, #ZRWQfxqJ9W4o9DMUkfSCWTMXDcTyXyOz.lazyloading { background-image: none; }#ZRWQfxqJ9W4o9DMUkfSCWTMXDcTyXyOz > .row .container { background-color: transparent; background-image: none; }#ZRWQfxqJ9W4o9DMUkfSCWTMXDcTyXyOz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZRWQfxqJ9W4o9DMUkfSCWTMXDcTyXyOz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZRWQfxqJ9W4o9DMUkfSCWTMXDcTyXyOz > .row .container > .video-iframe-container { display: none; }#ZRWQfxqJ9W4o9DMUkfSCWTMXDcTyXyOz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZRWQfxqJ9W4o9DMUkfSCWTMXDcTyXyOz > .row > .video-iframe-container { display: none; }#ZRWQfxqJ9W4o9DMUkfSCWTMXDcTyXyOz > .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); }#ZRWQfxqJ9W4o9DMUkfSCWTMXDcTyXyOz > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rm2PQPtCEcL7alVVh5FaC7woLivNDwCg { width:4.25rem;height:4.25rem;top:1.125rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zab5awfigS1SKUiiMKVayLUFN1nLpfX2 { width:20rem;height:1.625rem;top:0.9140625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EPeOHiBPegVAeXP6ywK1qwfuVasI688T { width:20rem;height:5.3984375rem;top:2.4765625rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DGfdPuB557A0FkmMmtdQrUGN4cAsmKeG { width:17rem;height:1.57421875rem;top:8.5625rem;left:1.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lGX6a1VLlRTUdeVTtfF876TLwX0r7LKS { width:16.25rem;height:3.125rem;top:11.6875rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZHiHIthCON6g7GN2UzDDZJtFKTK6De3 { display:block; }
 }@media only screen and (max-width: 763px) { #oPeQb5dTkVAL0WE77MEVq7TJyKO1cKn0 { width:19.3125rem;height:10.625rem;top:16.810546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5L2mRwuQ7CZdp2PINTuCU1Z4DFLZnnB { display:block; }#E5L2mRwuQ7CZdp2PINTuCU1Z4DFLZnnB > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bvxFGcKygw87111CLq03LaPvbHihTaxd { display:flex;width:2.625rem;height:2.625rem;top:3.736328125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tzdsLDnyxHrktzzVeyXRmumFNnTbmIzH { width:16rem;height:1.2999125rem;top:5.123046875rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5LCMcUnZGoHxOiGMlFcuF5HesqMybXa { width:16rem;height:1.2999125rem;top:3.748046875rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdCmBqTwhzuc9EXAXl16RgCEUxBStDVD { width:11.375rem;height:2.3125rem;top:1.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqEZcZxnfORwVRZTMzNIaGCGvWBHKGag { width:10.375rem;height:1.29980625rem;top:1.755859375rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zm7EaqrHKl9fwzHT3Zb1qk8P4UVfPtDw { display:flex;width:1.75rem;height:1.75rem;top:11.478515625rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #JEtD8a4QanC6O2bk20Tn7V6G1ufxbPFm { width:13.3125rem;height:1.2999125rem;top:10.41796875rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6VWJIuA0khTo2GzaOUS4k9rUXtAqWFs { width:14.5rem;height:1.2999125rem;top:11.7041015625rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyHkeeIKKceLeToSHdpFbpxcOqrc51I5 { width:8.1875rem;height:2.3125rem;top:8.10546875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrlOwX9dCX7RSvr0cwHEf00X1TxE09rI { width:7.25rem;height:1.29980625rem;top:8.611328125rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDNxMUeaRtAVuWeCUi54WHpB1vtTzzRn { width:12.9375rem;height:2.3125rem;top:15.01171875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUDxw2vqkW7zZDpDpZ59I7p5obikRZ9W { width:15.75rem;height:1.2999125rem;top:17.32421875rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJhUZtM2sd6qKKiFu0AKaqlkKbBTSLfl { width:14.5625rem;height:1.2999125rem;top:18.6240234375rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDksrtDWu9IuIrRgamUtN3uQrH0hEisO { display:flex;width:1.9375rem;height:1.9375rem;top:17.32421875rem;left:0.34375rem; }
 }@media only screen and (max-width: 763px) { #cAUEkRTTIGr75D8hQ3P28z7WaoxWkHeR { width:12rem;height:1.29980625rem;top:15.517578125rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzgtnZHNcyoqTfqtVCuTvnetvzwlSXig { display:block; }#lzgtnZHNcyoqTfqtVCuTvnetvzwlSXig > .row .container { width:20rem;height:65.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #db2PsnZewz2Sl6LMPiIqql214uo2wJ6C { width:18.8125rem;height:5.0625rem;top:4.6875rem;left:0.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #anCF1hHIVQ8E544g8J16BsQ31LwPaPo3 { width:20rem;height:1.462675rem;top:0.36328125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cgkv9AuWthKUImLo7vs2sLddmDisqQoI .widget-regular-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#cgkv9AuWthKUImLo7vs2sLddmDisqQoI .widget-input-text { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cgkv9AuWthKUImLo7vs2sLddmDisqQoI .widget-input-text {padding-top: 0; padding-bottom: 0;}#cgkv9AuWthKUImLo7vs2sLddmDisqQoI .widget-textarea { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cgkv9AuWthKUImLo7vs2sLddmDisqQoI .widget-input-select { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cgkv9AuWthKUImLo7vs2sLddmDisqQoI .widget-input-select {padding-top: 0; padding-bottom: 0;}#cgkv9AuWthKUImLo7vs2sLddmDisqQoI .widget-input-button { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cgkv9AuWthKUImLo7vs2sLddmDisqQoI .widget-checkbox-label { width:14.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cgkv9AuWthKUImLo7vs2sLddmDisqQoI  { width:16.125rem;height:auto;top:33.625rem;left:0.5625rem; }
#cgkv9AuWthKUImLo7vs2sLddmDisqQoI .radio-container { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cgkv9AuWthKUImLo7vs2sLddmDisqQoI {display:block;}#cgkv9AuWthKUImLo7vs2sLddmDisqQoI { width:16.125rem;height:auto;top:33.625rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #cgkv9AuWthKUImLo7vs2sLddmDisqQoI #JGOv2lxvMTmP1k7XTw4PNUo96KbWhxTe {  }
 }@media only screen and (max-width: 763px) { #cgkv9AuWthKUImLo7vs2sLddmDisqQoI #J3gOmGh4GPGPQitXA1hT6Bih7NT1Uc9w { display:block; }
 }@media only screen and (max-width: 763px) { #cgkv9AuWthKUImLo7vs2sLddmDisqQoI #R08S8mQeeKNgzvukmyKMW78AdwAMUI1w {  }
 }@media only screen and (max-width: 763px) { #cgkv9AuWthKUImLo7vs2sLddmDisqQoI #u5z3SqUZeDKVv0w4csVUUOsQAsL6Tio2 {  }
 }@media only screen and (max-width: 763px) { #cgkv9AuWthKUImLo7vs2sLddmDisqQoI #XTxp7ouOD4uZD5RJvgUrgAra9eep1reD { display:block; }
 }@media only screen and (max-width: 763px) { #cgkv9AuWthKUImLo7vs2sLddmDisqQoI #CrTZiwhDGr92MrZu9TXUk34JSg7orAun {  }
 }@media only screen and (max-width: 763px) { #cgkv9AuWthKUImLo7vs2sLddmDisqQoI #tysAct0vXgtgvlWs4fILPJVNnkZlUc45 {  }
 }@media only screen and (max-width: 763px) { #cgkv9AuWthKUImLo7vs2sLddmDisqQoI #UaDc6EcaTUmIyXwAq9r7Xn8JPGA1rSKF { display:none; }
 }@media only screen and (max-width: 763px) { #cgkv9AuWthKUImLo7vs2sLddmDisqQoI #JQd5eG0CryQC3cDco7QUfaKqyuvDqgLS {  }
 }@media only screen and (max-width: 763px) { #cgkv9AuWthKUImLo7vs2sLddmDisqQoI #m0aN2qfNVROdvwo8rHr7vO2HsJzaDOob {  }
 }@media only screen and (max-width: 763px) { #cgkv9AuWthKUImLo7vs2sLddmDisqQoI #E5O1dvbDQXU6dXoTouGROEak3KXdHLWF { display:none; }
 }@media only screen and (max-width: 763px) { #cgkv9AuWthKUImLo7vs2sLddmDisqQoI #lxwo4CipWm7exd5IGOtDTS8mZdbiFpFZ {  }
 }@media only screen and (max-width: 763px) { #cgkv9AuWthKUImLo7vs2sLddmDisqQoI #vmfDHd5xfdwIgSC0PE55HoSwcCpUWHa4 {  }
 }@media only screen and (max-width: 763px) { #cgkv9AuWthKUImLo7vs2sLddmDisqQoI #k2lFkSHNLu9CTSAALlP1PWeTkutq4HRf { display:none; }
 }@media only screen and (max-width: 763px) { #cgkv9AuWthKUImLo7vs2sLddmDisqQoI #f0PPJhnkXceCiuOny4sfgeInMW6B66cO {  }
 }@media only screen and (max-width: 763px) { #cgkv9AuWthKUImLo7vs2sLddmDisqQoI #GuLLprzqkMh9WMtCEfoVTMxytS8tbqxD {  }
 }@media only screen and (max-width: 763px) { #cgkv9AuWthKUImLo7vs2sLddmDisqQoI #KHKZI2ZspZ9RDPSslxhO0iJHNoJmoCcg {  }
 }@media only screen and (max-width: 763px) { #SiVVN569CpmpIPHccOoHHkO8GnfgA9Au { width:20rem;height:26.5rem;top:18.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rP2zKARBi8FDPcpelmu7WqedploZ97yn { width:19.311rem;height:1.625rem;top:30.499127388001rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rr8ETNa1Z7RtTAZ5WRAkAvkTHRCyow65 { width:8.25rem;height:3.0625rem;top:24.374134063721rem;left:0.56206601858139rem;display:block; }
 }@media only screen and (max-width: 763px) { #f52GBQts0d36GgXPdU6Se7WwfUtw2vZD { display:block; }
 }@media only screen and (max-width: 763px) { #JnxRegMod4DtP6KdfPfmifCnhahWqTfu { width:9.1875rem;height:3.0625rem;top:24.311634063721rem;left:10.312500059604rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vniqLteLV0lFR8oFxJZ2u7n65BAfD2pe { display:block; }
 }@media only screen and (max-width: 763px) { #L4wVLHqOG6NDFECBJAzbm9BMINCcIv2g { width:20rem;height:3.375rem;top:8.3125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #RQBlW91ST9w7EMvk2UnLpgIISUQy1Bfp { width:20rem;height:5.0625rem;top:11.6875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #WnkEQtLw85mbvOTzDPHd01UHXPiIU4TK { width:20rem;height:1.6875rem;top:19.875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #pwTfB6OOb1Bl1Ggotv4ThxnT9QeSepqy { width:20rem;height:1.6875rem;top:17.3125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #GIeu0Fi00bCAlzCTLSZcKzVXlW898sIb { width:20rem;height:1.462675rem;top:1.69921875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZRxg1XMcOPVultZknbRFKcX3scTHtbMA { width:18.5rem;height:1.625rem;top:3rem;left:0.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XwfsJEsZWoCF5yTEF5vvmQd1KztoPq8p { display:block; }#XwfsJEsZWoCF5yTEF5vvmQd1KztoPq8p > .row .container { width:20rem;height:155.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HfRIw4vmRUhXfbRfKaNldAFWn2grieI9 { width:18.8125rem;height:45.625rem;top:5.9375rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #oUQkBdJsOtddv7oe8MzJESOipJIADWtC { width:18.8125rem;height:10.9375rem;top:5.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6iLKdlraNqmQp3ODBTLrJvJgLGIuvNK { width:13.8125rem;height:3.4375rem;top:47.6875rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXFkiHL5ZNx7oekkZyfUKAh857MTOaXD { display:block; }
 }@media only screen and (max-width: 763px) { #qP3X4S9XypbpZQSLTlvAoryLqqyohtTV { width:18.8125rem;height:48.25rem;top:104.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeTcDe1FfPXX6nEqEQZFFT4XnALRVSTQ { width:18.8125rem;height:11.4375rem;top:53.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmbLIl3fuOKCOLneHz8UfPhGouO8wZ7g { width:18.875rem;height:47.125rem;top:53.5rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #du0GmVTW9tkQ6wEq0zstnXn65JAD38AO { width:18.8125rem;height:11.5625rem;top:104.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuLDs1XSGcqbihOsAsudbAntA6m7al1p { width:7.9375rem;height:1.75rem;top:106.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvRW9ZBEVkAX7G7uHEEclpr1BqtsnTt2 { width:7.875rem;height:1.29980625rem;top:55.162109375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #JT4Z6l0TLJoWq0ST8ygnVUe3zofOqOlz { width:20rem;height:1.5434rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qC2cSqpyxyHhT1axehulJH2y4RFCyla5 { width:8.1875rem;height:1.75rem;top:7rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFgGzzxH0LWXLwkowCwKaLh1yGM5ahV1 { width:9.1875rem;height:1.29980625rem;top:7.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCJuAhDEmahL3iXx6WAxrCJrAeEPwKuQ { width:8.1875rem;height:1.75rem;top:54.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPQGVsFvdil8m0TpHEDBL4Qp1i7DBWMT { width:7.625rem;height:1.29980625rem;top:106.474609375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFVvQOpbw88iWkeI8NXNOsZZh0TQOxSz { width:17rem;height:1.4624rem;top:15.25rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxKanhfcxX6PQg69297eAxETCV9MZHcJ { width:11.9375rem;height:2.125rem;top:106.0625rem;left:4.1875rem;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;display:block; }
 }@media only screen and (max-width: 763px) { #sBLS5MVhqg9DdNfgUf6ZxH5cEHrhskf5 { width:18.8125rem;height:2.125rem;top:106rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRQtFJ87wFDC5lezeDQ55xIn6aAeTRN6 { width:18.8125rem;height:2.125rem;top:62.875rem;left:0.5rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #c3f4WDw740o6xuKMmyhdNmoX4o0UTxwm { width:18.8125rem;height:2.125rem;top:14.8125rem;left:0.625rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #gdXDntr2bIIVrvkoz8p3C7KMcA8Lxrxf { width:18.6875rem;height:2.125rem;top:113.875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdTWtfl93csBriUT7PXzuGsG4ST9Dnqd { width:18.625rem;height:1.4624rem;top:63.0625rem;left:1.375rem;font-size:1.125rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #UivTPWbas18p07xc4tm5QEP2SVWlTZ3i { width:17.8125rem;height:1.70605625rem;top:114.125rem;left:1.5rem;font-size:1.3125rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #Sv0mKETe92FWpzRp4LJETTa3VatQHZOX { width:17.3125rem;height:0.5rem;top:19rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoawaFLagD9fA2phDo0GEaKINCozdLXX { width:12.5rem;height:1.29980625rem;top:17.5625rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAlyo5NnJNM4MVb6d18yoWaT2nnklTB0 { width:1.625rem;height:0.5rem;top:19rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A17LKVkq6A1nrowvU8KGzBN5XqkIbq1m { width:12.5rem;height:0.9746125rem;top:19.6875rem;left:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpnoG9k3bQU5V1S8fJxPb2XW2SuvydtJ { width:15.0625rem;height:1.29980625rem;top:39.38671875rem;left:2.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLdJ5U4rZ0MFe15CtVmzxKRspDT92bHZ { width:4.9375rem;height:1.29980625rem;top:21.0625rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LukyZB6OAWo5KC9o5E7c5DuzK8HRVuPE { width:12.25rem;height:11.6484375rem;top:22.9375rem;left:1.8125rem;font-size:1rem;display:block; }#LukyZB6OAWo5KC9o5E7c5DuzK8HRVuPE li:before{  }
 }@media only screen and (max-width: 763px) { #UvT5laGHwxCzsVqUlZdTVWWHCSAOBBkb { display:flex;width:1.9375rem;height:1.9375rem;top:22.375rem;left:17.5625rem; }
 }@media only screen and (max-width: 763px) { #Edic0l2FNexx3sBhxHqZl1MAeUH1ARVS { display:flex;width:2.4375rem;height:2.4375rem;top:24.4375rem;left:16.6875rem; }
 }@media only screen and (max-width: 763px) { #iteFtKpT9WqPFfdadcTMTNTU3s3AKEdy { display:flex;width:2.3125rem;height:2.3125rem;top:27.6875rem;left:16.6875rem; }
 }@media only screen and (max-width: 763px) { #B7DvSUBHyBrn0oAGLs6H8EVvxcmX7iSA { width:18.6875rem;height:1.75rem;top:39.099609375rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzlKax40Uk58mFoTxVlKlzdtSBu15Thn { width:13.8125rem;height:2.03125rem;top:43.84375rem;left:1.5rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fhep8xP2x2ulE6cKMuLRZLhsAeLrtVZo { width:12.5rem;height:2.5996125rem;top:65.9375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpN4dKFwBoNGHNXTBX89T6pL7OK5tauZ { width:17.3125rem;height:0.5rem;top:67.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqiTq0gJzVUTPeFoxxa8ODPzdC1ApNuH { width:3.25rem;height:0.5rem;top:67.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlGeCDPDXW3P2vagra2zGmDBmPKES66J { width:12.5rem;height:0.9746125rem;top:67.9375rem;left:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSzMTceNlHTPkphNVCsVkLe6Tlui0G1O { width:15rem;height:1.29980625rem;top:69.6875rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #stS4IXmTDND2qamWv3Io0nOW9AekCASX { width:12.25rem;height:11.6484375rem;top:71.6875rem;left:2.125rem;font-size:1rem;display:block; }#stS4IXmTDND2qamWv3Io0nOW9AekCASX li:before{  }
 }@media only screen and (max-width: 763px) { #Icv984RiQ1wVcwDyDWyDz2T7tFRASW7r { display:flex;width:1.9375rem;height:1.9375rem;top:71rem;left:16.5625rem; }
 }@media only screen and (max-width: 763px) { #EsuFL3v2WHpW6WzRsZhTRuESpr3idzTC { display:flex;width:2.4375rem;height:2.4375rem;top:72.9375rem;left:16rem; }
 }@media only screen and (max-width: 763px) { #lNgiTkDBpqwKN9M4WlsXT9wZR2HSUJ52 { display:flex;width:2.3125rem;height:2.3125rem;top:76.375rem;left:16.125rem; }
 }@media only screen and (max-width: 763px) { #nmyIsHfmlxG6vogPMpF4QooKNLZFF74e { width:18.75rem;height:1.75rem;top:87.4375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxSoX7lpaummpfWPF7TBsoMbibwdnCCe { width:15rem;height:1.29980625rem;top:87.75rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhZMtmvAFhQ3JvQ2mG5HVNMyZTIVdpKi { width:15rem;height:2.03125rem;top:92.125rem;left:1.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnazHkPtTeEZS8bT1H7XqOkSOObCLBA4 { width:15rem;height:3.4375rem;top:96.625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8T1f0lBgbcfVBcDl0C1wTGd0A6aagfB { display:block; }
 }@media only screen and (max-width: 763px) { #QfHL5zy5tbTcDLhiol49RTksclyyI8e1 { width:12.5rem;height:1.2999125rem;top:116.625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATmwZx8TzM8aPyrhbg9zKTg3MuIwLLzk { width:17.3125rem;height:0.5rem;top:118.125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAA5l2bgIPhFNMT5X8JBsl4Rh5JrNcKK { width:4.1875rem;height:0.5rem;top:118.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ud8ymIUvprpc3iXTywZQ22wClQ59RnNv { width:12.5rem;height:0.9749375rem;top:118.875rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMKmUABP0av7Xxz32JeIWTRLltI8RhWe { width:15rem;height:1.2999125rem;top:120.5rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #whA0GbSSZuayRBpWbX6Z5i9I3DebGZgq { width:12.25rem;height:10.036125rem;top:122.3125rem;left:1.8125rem;font-size:1rem;display:block; }#whA0GbSSZuayRBpWbX6Z5i9I3DebGZgq li:before{  }
 }@media only screen and (max-width: 763px) { #TwJIKbnwiqTicl1XXA1HN3LyESqn8lwV { width:13rem;height:1.29980625rem;top:140.599609375rem;left:3.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCihsf3LMQHx2KBz3l1aEyzK3AwxmaN8 { display:flex;width:1.9375rem;height:1.9375rem;top:121.8125rem;left:16.6875rem; }
 }@media only screen and (max-width: 763px) { #xJcRrpA7l587drdF7fWTwW4G4bL7uHpn { display:flex;width:2.4375rem;height:2.4375rem;top:123.75rem;left:16.125rem; }
 }@media only screen and (max-width: 763px) { #r0JU7euV1FPwv5Q32TzymCX74PcXhzMf { display:flex;width:2rem;height:2rem;top:132.4375rem;left:16.5625rem; }
 }@media only screen and (max-width: 763px) { #eU2M7kUygAqQgLaSCHuPwD3kBFXkT6aR { display:flex;width:2.4375rem;height:2.4375rem;top:129.125rem;left:16.125rem; }
 }@media only screen and (max-width: 763px) { #Ow5MRXDaQEio8lZiCeknsIJ863maO1D7 { width:15rem;height:2.03125rem;top:143.28125rem;left:1.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdR08yQXmANgBvANBuC4AAdhgA7Oa3uQ { width:15rem;height:3.4375rem;top:148rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmhmyJ8NFCBX3eFmLGAqZr8TiDO5IPEP { display:block; }
 }@media only screen and (max-width: 763px) { #Ei5eEzBRaUxO0pqC8k2amPMHUw2TZiGG { width:6.875rem;height:0.9746125rem;top:45.8125rem;left:1.09375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X5okALCCPN1C4gRrELXZbyb4WH1RExFe { width:10.375rem;height:0.9749375rem;top:145.25rem;left:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zbu2BKLq6IF3IwxaGyerdFuw4VuCMwG5 { width:6.125rem;height:0.9746125rem;top:94.125rem;left:1.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dEz0TbbyIANom3qxAgTuTRyyouUJRmER { width:2.125rem;height:2.125rem;top:79.8125rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #URbFATMrw675hx54Nfl58IiPP3h07OSO { width:2.125rem;height:2.125rem;top:81.9375rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGOmbNrF1MODWt83cgDe3TUM81ocTsEd { width:20rem;height:0.9746125rem;top:3.69921875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBemUiILkuyu38qKsnzL8I4fswdqu18f { width:2.125rem;height:2.125rem;top:31.8125rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q33tvTcOBtiiTEhk3q0xTS5Gvpz4nger { display:block; }#q33tvTcOBtiiTEhk3q0xTS5Gvpz4nger > .row .container { width:20rem;height:191.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FAwI7RDbmMSF0iTWfv9gwz9Uf9kO6PMA { width:18.8125rem;height:56.125rem;top:1.375rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #rhnnEr5xZT0dXFytgype7ct4mT7Nu1yv { width:18.8125rem;height:10.9375rem;top:1.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d118zk2WyIE38qPPtH7KuoON88Pgq2Ri { width:13.8125rem;height:3.4375rem;top:52.75rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #llFVJzFF75HoZogTLGCdXEiif4qOsblf { display:block; }
 }@media only screen and (max-width: 763px) { #xBMuGLBpDtWTDz3HBAQrZc17vMTKD2cA { width:18.8125rem;height:60.9375rem;top:124.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMV6st8OZq0yalzgUXVoJCHJKG3E90MU { width:18.8125rem;height:11.4375rem;top:59.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPzuh10c6ourb1IrQ8Fz4kgH97tHfFTH { width:18.875rem;height:61.6875rem;top:59.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUPTFU2sCqc61m34DzoCXq9ZuCTiLa0n { width:18.8125rem;height:11.5625rem;top:124.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJUTKmZ73TEDM8Dyer6zHcde2Uhemh5W { width:9.125rem;height:1.75rem;top:125.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcN5RsiOXKiN1OrDxRLlmvEdfcelIBo4 { width:7.875rem;height:1.2999125rem;top:126.1875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1UCEy1igUaps3zG8lqHcVHBfVlw8Av2 { width:9.25rem;height:1.75rem;top:2.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTmIZkOJg7aUllRG0LQppZoV9hDvGPEp { width:9.1875rem;height:1.2999125rem;top:2.662109375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHdtMF11rqa7ZAvoUxfm85cKLszQE45q { width:9.375rem;height:1.75rem;top:61.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnPZHQ1AffGNyqFKJcoLeRcb4w3XiPTZ { width:8.375rem;height:1.2999125rem;top:61.474609375rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zucS1DzNqs3wGPIfGzn9CSLH7hXRM3sr { width:18rem;height:1.462675rem;top:10.6875rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEmPobWFKF948BfaOZpb3NsL74OpdOTP { width:11.9375rem;height:2.125rem;top:125.75rem;left:4.25rem;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;display:block; }
 }@media only screen and (max-width: 763px) { #iqdTVTspQytOFLEdKauciMSJWiM1TKRB { width:18.8125rem;height:2.125rem;top:125.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTi1etaWe1nGEl8C4OJqC9DxJAAHACnq { width:18.8125rem;height:2.125rem;top:69.1875rem;left:0.625rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #rP0hWE6dWO0BARq3KpQTcx6ZRRIJ1Op1 { width:18.8125rem;height:2.125rem;top:10.25rem;left:0.625rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #lAPp6qUzxgiUydHUJ5klGBZZflsoQFwd { width:18.6875rem;height:2.125rem;top:133.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IssJMXgWDbytSiZWCLeBMHeEyPsiOuGz { width:18.125rem;height:1.21875rem;top:69.625rem;left:0.9375rem;font-size:0.9375rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #iRZ99pXeId2ybWmJDZDp4lgcqCAtAp8u { width:17.3125rem;height:0.5rem;top:15.5rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQQ0UHlRBpF0hGWfRGT9fkiLe7zU00GT { width:14.125rem;height:1.29980625rem;top:12.861328125rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhw8qobtgn7pP1K30sAPayXqTWp0Flba { width:10.5rem;height:0.5rem;top:15.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJfbSOztTpTloTB3nyGqUgLTGdFaXgVq { width:12.5rem;height:0.9746125rem;top:16rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwPTWPWJoqI93nMcISMbT8HuS2vy2xrV { width:15rem;height:1.2999125rem;top:43.974609375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkPP8cm2fIzTIuvkw3iXVJTEtkIJQ29D { width:4.9375rem;height:1.29980625rem;top:17.48828125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XrhNeX37DRZcEEdmwQxerrei4mhAVt8B { width:12.25rem;height:19.3974375rem;top:19.2265625rem;left:1.625rem;font-size:1rem;display:block; }#XrhNeX37DRZcEEdmwQxerrei4mhAVt8B li:before{  }
 }@media only screen and (max-width: 763px) { #Q6tQynyPvD34S6lhnTdNFlpU0TNfru85 { display:flex;width:1.9375rem;height:1.9375rem;top:17.8740234375rem;left:16.90625rem; }
 }@media only screen and (max-width: 763px) { #EQDfc4qWaT372Zamoflu9bbw7oxEu3n5 { display:flex;width:2.4375rem;height:2.4375rem;top:19.8115234375rem;left:17.0625rem; }
 }@media only screen and (max-width: 763px) { #MbNfTTLzHNg2EWhrTFTxu3CoylD2tud1 { display:flex;width:2.125rem;height:2.125rem;top:22.6865234375rem;left:16.8125rem; }
 }@media only screen and (max-width: 763px) { #X66kGPZqFm4RfwZOAaOAk2znWaWu6AmI { width:18.6875rem;height:1.75rem;top:43.6875rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK2seVfBQ09DtNIMTFenmtIa8nB14DBk { width:5.8125rem;height:1.75rem;top:46.5rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgKSszhC3I4m340vter7AwtflXFLHVbU { width:5.5625rem;height:1.2999125rem;top:46.724609375rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMT78eJIMT4FRyxWkU8dsbSywCXHfuDi { width:13.8125rem;height:2.03125rem;top:48.25rem;left:1.5rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kSkGRdbL7bxSTia11bhEdpPtPaORdwkN { width:12.5rem;height:1.29980625rem;top:72.25rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVX7iQGW5NoTafxrnIO3lRC9LW3h46ln { width:17.3125rem;height:0.5rem;top:73.5625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWhf4ON9aEdT1tTfRNAlKgXwC9XvJhUT { width:14.3125rem;height:0.5rem;top:73.5625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlPCQazzokw8CSRhnVtK3DS0Fs2CDwLR { width:12.5rem;height:0.9746125rem;top:74.462890625rem;left:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDcbkxZvNenZXeSFr8algQrOxOWQGEWw { width:15rem;height:1.2999125rem;top:76.3251953125rem;left:1.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mhr4EOrQDXpegsEFkxGdPDnaCT8yvNSi { display:flex;width:1.9375rem;height:1.9375rem;top:77.3125rem;left:16.6875rem; }
 }@media only screen and (max-width: 763px) { #FvcWFIZWTok8ReFhoeqTKhBraxe50g88 { display:flex;width:2.4375rem;height:2.4375rem;top:79.25rem;left:16.125rem; }
 }@media only screen and (max-width: 763px) { #RoRx5JrU4su0eZd70hB8hMotmqEUmQiU { display:flex;width:2.3125rem;height:2.3125rem;top:82.6875rem;left:16.25rem; }
 }@media only screen and (max-width: 763px) { #euxSZmXrMOoa1NXLm8pzTPT0966AVkUH { width:18.75rem;height:1.75rem;top:108.0625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6WcGdd6iAB2P5Tk6FUxdmWGoO9tl0vU { width:15rem;height:1.29980625rem;top:108.349609375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ipy0XPxpmm7xRt2kWr1AODVabWTOouih { width:15rem;height:2.03125rem;top:112.162109375rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVb4OsRfGuVx9kPS5SgmXLvvv0lKXk8o { width:15rem;height:3.4375rem;top:116.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMfFDgRFosAKrcqLWS31TXP4Aow1k9v4 { display:block; }
 }@media only screen and (max-width: 763px) { #TQuH3tUltQLo1aMKp0QvXqDsn54U9UIg { width:12.5rem;height:1.2999125rem;top:136.3125rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnTDXltTsHwTpRnBsPEkhJwC0GHFpUz6 { width:17.3125rem;height:0.5rem;top:137.8125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIZ7ZgX45sS9EIX033Nv8hihELG1mvy2 { width:12.5rem;height:0.9746125rem;top:138.6875rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C40GiTucT7xTN9fonQoLia6cs2Ph2a0I { width:15rem;height:1.2999125rem;top:140.3125rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M87FTy5KT2yve92NIX5kmRK8OwdDt8ou { width:18.6875rem;height:1.75rem;top:173.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzTPSzgeTXOcBBTNSV8IkW8VhQ5M53gJ { width:15.25rem;height:1.29980625rem;top:173.474609375rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnkzcqwtk9JeJHNffLZZ3ApUFiKeQRFW { display:flex;width:1.9375rem;height:1.9375rem;top:141.5rem;left:16.75rem; }
 }@media only screen and (max-width: 763px) { #C1aqtIT4im16T6kHbh7HlvAhxmE45bDg { display:flex;width:2.4375rem;height:2.4375rem;top:143.4375rem;left:16.1875rem; }
 }@media only screen and (max-width: 763px) { #Lg7y2wsNGZdGoV6Lsz0QUU8UpR3Hrknw { display:flex;width:2.3125rem;height:2.3125rem;top:146.5625rem;left:16.25rem; }
 }@media only screen and (max-width: 763px) { #oVlSdsUp5ZM09HxAdv2G8geT0nQA3caB { display:flex;width:2.4375rem;height:2.4375rem;top:155.875rem;left:16.65625rem; }
 }@media only screen and (max-width: 763px) { #iVGw4liLnPbEaR0EKqypDbTUlgG5x6ac { width:5.9375rem;height:1rem;top:25.5625rem;left:13.8rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRM72zJedpy5df47CBvQiGv6v9G25ldT { width:15rem;height:2.03125rem;top:175.8125rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tvz6aDLDdhDITLqeDHqZp0oCiSdBZc1T { width:15rem;height:3.4375rem;top:179.8125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTri1SWi3HKlzl1hBD6BTJgEFaSA8KGB { display:block; }
 }@media only screen and (max-width: 763px) { #oopOgH3inF2T8dm8zf7d6G2SyehXq3GV { width:4.5625rem;height:1.125rem;top:149.4375rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #optlXFqawu46NxNtzvn5utRpcTsihqJJ { width:6.5rem;height:0.9749375rem;top:50.28125rem;left:1.28125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ee9wXGB47n4Q6eUKRutIl7Cy01gAhD6w { width:10.375rem;height:0.9746125rem;top:177.84375rem;left:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksneab7NKndwxpW5wausBfh9qCST1VbR { width:6.0625rem;height:0.9749375rem;top:114.193359375rem;left:1.34375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #onwvxTwmC5NQpypNpkKKeEaSVGsWgDTL { width:1.9375rem;height:1.9375rem;top:86.625rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Crv7JbBswx7MzbRFGUvSbWyuTaWMgChl { display:flex;top:28.5625rem;left:16.75rem;width:1.8125rem;height:1.8125rem;z-index:15058; }
 }@media only screen and (max-width: 763px) { #RkFU3pLk4OqzSb5gHTvdJKgs0DVS6bqF { display:flex;top:30.375rem;left:16.75rem;width:1.625rem;height:1.625rem;z-index:15059; }
 }@media only screen and (max-width: 763px) { #vK0BuOFOcsJAgSXP1XSdAu1sXE8px774 { width:1.625rem;height:1.625rem;top:26.75rem;left:16.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hR6ePLFQGDydzsE3RNlbPS6BtkslCyVd { display:flex;top:32rem;left:16.90625rem;width:2.0625rem;height:2.0625rem;z-index:15060; }
 }@media only screen and (max-width: 763px) { #h6hViqcFG9OK2VcgGNTea7rMJH5R2Dsp { width:2.375rem;height:2.375rem;top:40.03515625rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR5BvuSW0xyncLgq1MTzqVOBcT9WTXMy { display:flex;width:2.125rem;height:2.125rem;top:34.625rem;left:16.375rem; }
 }@media only screen and (max-width: 763px) { #kP8UZSFJLkiXxkBxKPQLltWQkdkbM7bB { width:14.0625rem;height:0.5rem;top:73.5625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUZqsxqfwWqTyQWT4pSkf9ivq0FPMFBe { width:12.25rem;height:25.2216875rem;top:78.375rem;left:2.5rem;font-size:1rem;display:block; }#RUZqsxqfwWqTyQWT4pSkf9ivq0FPMFBe li:before{  }
 }@media only screen and (max-width: 763px) { #HbGOfb0vUW7ouqTcBy5Hva0nSnyrQF4T { display:flex;top:88.5625rem;left:16.75rem;width:1.625rem;height:1.625rem;z-index:15058; }
 }@media only screen and (max-width: 763px) { #MpbK6fXh3AZxeWqtomW4l3WCMC2pygfW { display:flex;top:90.5625rem;left:16.90625rem;width:1.625rem;height:1.625rem;z-index:15059; }
 }@media only screen and (max-width: 763px) { #kx3Gr6JXQkGIsBQr8QUJHbguahy1qtNX { display:flex;top:92.4375rem;left:16.375rem;width:3.125rem;height:3.125rem;z-index:15060; }
 }@media only screen and (max-width: 763px) { #OmWrPmQ5LhT5Q4bfClWEZs7T5E9nohZN { width:1.8125rem;height:1.8125rem;top:95.5625rem;left:16.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDWXq3bBkb132Ti56o30BSC3E3T6zkug { display:flex;width:2.125rem;height:2.125rem;top:99.3125rem;left:16.78125rem; }
 }@media only screen and (max-width: 763px) { #acxrm4aRXH1Kq1w43QzZJicQNCc4slPH { width:2.375rem;height:1.4375rem;top:101.9375rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUhrGhISCQTOBSxNTNJ2J5iX5pczPnUe { width:17.75rem;height:1.462675rem;top:133.75rem;left:1.25rem;font-size:1.125rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #ZIg32cuim8P1dvSMPek9g8cE6AIgJD22 { width:14rem;height:0.4375rem;top:137.875rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFn6smLqcebmcSDg41ftowEvSGmquTAk { width:13.5rem;height:0.4375rem;top:137.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLAxu84A3iqhhNhW8W7JE3lsQc4E4Jdn { width:12.25rem;height:24.546875rem;top:142.25rem;left:1.875rem;font-size:1rem;display:block; }#gLAxu84A3iqhhNhW8W7JE3lsQc4E4Jdn li:before{  }
 }@media only screen and (max-width: 763px) { #nEZ2zu9IHeEgMNlnozqTpMKM6DaiqZdT { width:1.875rem;height:1.875rem;top:150.625rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TalBacIibdrTEJg0N2vb72ALeBUCSeNr { display:flex;top:152.5625rem;left:17rem;width:1.625rem;height:1.625rem;z-index:15058; }
 }@media only screen and (max-width: 763px) { #v2fRU53nqK7Vg8S4Bvwwn6c7TKX7EWto { display:flex;top:154.375rem;left:17rem;width:1.625rem;height:1.625rem;z-index:15059; }
 }@media only screen and (max-width: 763px) { #ilSDxv6q7nfaUNXyzMAhAi3paQVxQdtl { width:1.9375rem;height:1.25rem;top:158.3125rem;left:16.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHioRr64DeFoVOq0JKMFvZQKcFyLBJTP { display:flex;width:2.125rem;height:2.125rem;top:159.5625rem;left:16.46875rem; }
 }@media only screen and (max-width: 763px) { #ebAScRqf5zpfd4iI3lkfGoTPHWkwaafC { width:2.0625rem;height:2.0625rem;top:164.3125rem;left:16.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsnWqu7Koom5hBh5nvelW8o82yEmFFv1 { width:4rem;height:1rem;top:85rem;left:14.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vys4rWcEhJJsyH4S6nTJkt7uZASs9UKB { width:2rem;height:2rem;top:161.6875rem;left:16.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILFpNPn0WXpduEzpDXP7p34k6iPvxP0A { width:2rem;height:2rem;top:37.22265625rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g13ORFKwB8FTu82xJLfSpFbDNpvtDCgf { width:2.0625rem;height:2.0625rem;top:167.708984375rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g98saL8ImgBcGGyWAZ9ztKyS549DD55W { width:2.1875rem;height:2.1875rem;top:104.6962890625rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0gvE8rto4zIqWkJhPDbB8lelqQLgecB { width:11.625rem;height:0.9746125rem;top:14.2744140625rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lU7r2X3qog9eof5LT5FdTO7HLltsfbPP { width:14rem;height:0.5rem;top:15.5rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqKTU6sgX3J15bPpW5BNhRtPBHq4Zmoi { display:block; }#sqKTU6sgX3J15bPpW5BNhRtPBHq4Zmoi > .row .container { width:20rem;height:161.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #noMcQT96OOJ6FXawDneIZFUlmFGJ9JcA { width:18.8125rem;height:43.75rem;top:66.6865234375rem;left:0.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGnDwOZFXSWzPGphXM9Kk7RIcCCTGKf7 { width:18.8125rem;height:11.4375rem;top:1.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zki5bfGolqrHSRdlokKhH86eyuCXkUaM { width:18.875rem;height:61.6875rem;top:1.5625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2s9MuryzEqVTWiJigPwoIVientSrtkd { width:18.8125rem;height:11.5625rem;top:66.6875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEP0iZwHMmVmCNuJT5twTiO7MaSAdgVL { width:9.125rem;height:1.75rem;top:68.5625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKXBGkzKTS1kvrvZ5xLgQITJrWWJLhW1 { width:8.5625rem;height:1.29980625rem;top:68.8125rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAHkOsIuix2qnQLbB88edaAqEoDu5Dm6 { width:9.375rem;height:1.75rem;top:2.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbD6ehbc6c2iQVTO1lFgRNDf6PfE6uCq { width:8.375rem;height:1.29980625rem;top:2.875rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTTVRSZR2ue1X3SKwx5eKehPX69yuk6F { width:18.8125rem;height:2.125rem;top:68.3125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0vsNUopVX5VIu9R2Glezn6kyLSVXULm { width:18.8125rem;height:2.125rem;top:10.5625rem;left:0.625rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #FkVlIX0Rwlhs2a09vKAumhx8KmurfHXF { width:18.8125rem;height:2.125rem;top:10.25rem;left:0.625rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #KVrvXaikRJ211AGZwTNoRrHaU3UNAbRW { width:18.6875rem;height:2.125rem;top:76.1875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBukdNsTzESEP2kHbh48TSsvI1k9DDcn { width:18.125rem;height:1.21875rem;top:11rem;left:0.9375rem;font-size:0.9375rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #NkielqPd6k3TVFCXOJ92kL0QhxpPU23T { width:12.5rem;height:1.29980625rem;top:13.625rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOCUMOcVs9bTa61wHeI09AqeIfvpF3v2 { width:17.3125rem;height:0.5rem;top:14.9375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGqX6S0c0NlWlT0LivN14MZRFK5kDCIm { width:14.3125rem;height:0.5rem;top:14.9375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNIGcu2kI4WUTRelNmIe9Hn9fy9Szahz { width:12.5rem;height:0.9746125rem;top:15.8125rem;left:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SE4gmcgA6PALLbtXdL5zaMUhvRyVvhZS { width:15rem;height:1.29980625rem;top:17.6875rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsV4PFduIB4kIPQJqm6a4RLqqgKUddWt { display:flex;width:1.9375rem;height:1.9375rem;top:18.6875rem;left:16.6875rem; }
 }@media only screen and (max-width: 763px) { #tgNlxUL9zL3J4JJG0FvKyEx8WDW075UC { display:flex;width:2.4375rem;height:2.4375rem;top:20.625rem;left:16.125rem; }
 }@media only screen and (max-width: 763px) { #xyyKiybhiTZRGlUJgxRn1XgAHg9yXXF8 { display:flex;width:2.3125rem;height:2.3125rem;top:24.0625rem;left:16.25rem; }
 }@media only screen and (max-width: 763px) { #amqQGmbsVrXauFcWSVTOUr5X1XN3XGQI { width:18.75rem;height:1.75rem;top:51.5rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rd2buCpVXO115TvDWkPWI6UwMlICsOqo { width:9.5625rem;height:1.29980625rem;top:51.787109375rem;left:5.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uixyL3cH5qZlJ5TLwQWHWTo4QhqhWy8u { width:15rem;height:2.03125rem;top:53.5625rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3RdJKpD4X0hdD4fwl9NTGsFVQDtyTdA { width:15rem;height:3.4375rem;top:58.125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2rGC9HqREW6DXKMZL7xElKTOFpPegIA { display:block; }
 }@media only screen and (max-width: 763px) { #gUbzq889vDkrVG7Ul7iMz9SG2lA2DNng { width:12.5rem;height:1.29980625rem;top:78.9375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hddGQo5gTGWv2iTJnzizEm3omITM3TF4 { width:17.3125rem;height:0.5rem;top:80.4375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gi10TU4I13qhxVyMNTrmc9l0U8ES3Sq4 { width:12.5rem;height:0.9746125rem;top:81.25rem;left:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyWTv7BDDsKMD4ACWIHWhHMcv60a8g0v { width:15rem;height:1.2999125rem;top:82.9375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOcCUGyKk2mknlxMyJ6Zs8TiDTcfVgDS { width:18.6875rem;height:2.8125rem;top:96.5rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZbDVIy879hDkulpzCb90ab2zWi5oGut { width:18.375rem;height:1.13671875rem;top:97.400390625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkU7lWrLUyJdMmk36Afns1u3LZnJEwTt { display:flex;width:1.9375rem;height:1.9375rem;top:84.125rem;left:16.6875rem; }
 }@media only screen and (max-width: 763px) { #bvJsPzrGWkxV0QAfFCenQ88eZBHH4Iit { width:15rem;height:2.03125rem;top:100.5302734375rem;left:1rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUQHvuFA1mDd6iZCtr9IBLTHW6dkm17D { width:15rem;height:3.4375rem;top:105.1240234375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0lylSg5UTBJdDDCJUduLdDutsa51tZT { display:block; }
 }@media only screen and (max-width: 763px) { #vpUpZZe0R8wRc1nb2fIFAqvTfSmRoHpl { width:4.56163125rem;height:1.12413125rem;top:88.0625rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExETWq8OFwnPs01wEQbxqA8nAN9mwd9P { width:10.374rem;height:0.9746125rem;top:102.5615234375rem;left:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUR62i8DlTQvzwsxK6OOXGp9WatdWg6N { width:6.0625rem;height:0.9746125rem;top:55.5625rem;left:1.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O2pIaNdqThzsDbbJNWPbaRwOGKkx0avf { width:1.9375rem;height:1.9375rem;top:28rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #shPRdie9nNEbdPXOTN8d3cQbQ9I8Nphs { width:14.0625rem;height:0.5rem;top:14.9375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlWuXmXxT7MpIeAW7s2P4aBw3sr6XdtL { width:12.25rem;height:28.4463125rem;top:19.75rem;left:2.5rem;font-size:1rem;display:block; }#wlWuXmXxT7MpIeAW7s2P4aBw3sr6XdtL li:before{  }
 }@media only screen and (max-width: 763px) { #Nk8TwS2xfXX5QwliAsl6tRo3bWPVKvkF { display:flex;top:29.9375rem;left:16.75rem;width:1.625rem;height:1.625rem;z-index:15058; }
 }@media only screen and (max-width: 763px) { #dhm4VWkvTCo2HqReAEBrp3dtUETE6EC3 { display:flex;top:31.9375rem;left:16.875rem;width:1.625rem;height:1.625rem;z-index:15059; }
 }@media only screen and (max-width: 763px) { #cToWHMSSAMHfQuWGSzhDInC4zlyBU2hr { display:flex;top:33.8125rem;left:16.375rem;width:3.125rem;height:3.125rem;z-index:15060; }
 }@media only screen and (max-width: 763px) { #xEu06eqADo7MNezv35tAeAgOOtOslFTy { width:2.3125rem;height:2.3125rem;top:40.9375rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHUTzvqWOogcViwWbMSL28vooFllq4Nc { display:flex;width:2.125rem;height:2.125rem;top:37.875rem;left:16.625rem; }
 }@media only screen and (max-width: 763px) { #WVeoAshZewg6KOWLsiN6aTltuyrV4JQD { width:2.375rem;height:1.4375rem;top:43.75rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOzvFDVMTx1Cw8MTLfoFn9ChNhd8xNpT { width:17.75rem;height:1.4624rem;top:76.375rem;left:1.1875rem;font-size:1.125rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #CtJNOMN5GnEZSUEyM9DsdH7J295sHFla { width:14rem;height:0.4375rem;top:80.5rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyRUPlXiyL9pSUrw8Jflr2d3s5UFzHwc { width:13.5rem;height:0.4375rem;top:80.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT0nEzy9LpXZsGwCtEpkU29AwETTduHh { width:12.25rem;height:9.723625rem;top:84.875rem;left:1.8125rem;font-size:1rem;display:block; }#oT0nEzy9LpXZsGwCtEpkU29AwETTduHh li:before{  }
 }@media only screen and (max-width: 763px) { #sUtFwPdL23wA0HkOPwWOpqy4n6NK3DxU { width:4rem;height:1rem;top:26.375rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEAtuwVNMl551XTXwhPR3AaOXvS7TW6b { width:2rem;height:2rem;top:46.5625rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHVhUOvDx3MqLvR1pl7iABJn9sKZ1WyH { width:2rem;height:2rem;top:49.0625rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDXO7SWAlUZiAq4zHCwbTxXQD9fWOzJ0 { width:18.75rem;height:47.3125rem;top:112.8125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4JnEiSiGuLpvIPUZTq5FrzAGTNJ3ZeR { width:18.75rem;height:11.4375rem;top:112.8125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfbRC7uGrOtKd4liwofO0qfDuSuopWP9 { width:18.75rem;height:2.0625rem;top:122.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJFpND0vZm3W1ckvdUoWcFeFMJ5TMXWu { width:12.5rem;height:1.2999125rem;top:125.375rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdWcuXt4yIvo8ZTvFWuJ0hAeMFWXfm2f { width:17.25rem;height:0.4375rem;top:126.875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2MRnbFtc5py9lGVecnO2faqvUR3KE8k { width:12.5rem;height:0.9746125rem;top:127.625rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uewkQ2m4P0XllAfR9s6wAtxLM031NaCZ { width:18.4375rem;height:1.462675rem;top:122.5625rem;left:1.5625rem;font-size:1.125rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #mOXSlOkE7tSHhgqon0Z6ELKIOZ3PxJbC { width:13.4375rem;height:0.375rem;top:126.9375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORTSmXi1mEro7oVrgbBMa7og0TDuL001 { width:15rem;height:1.2999125rem;top:129.5rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxrzGyDOlemVInQgPFtkfWiwIEMi1WD9 { width:18.625rem;height:3rem;top:147.38671875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5INt5klz7JanTIop2AiT2X0xo1wCRcl { width:17.874rem;height:2.2734375rem;top:147.8125rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzsD639wvJdSwhvxaRzkhVyVoa5wyNMn { width:12.1875rem;height:14.5605625rem;top:131.125rem;left:2.125rem;font-size:1rem;display:block; }#dzsD639wvJdSwhvxaRzkhVyVoa5wyNMn li:before{  }
 }@media only screen and (max-width: 763px) { #ELHmSPZ4Ri2BdtLhoKVOAbafMxBalL80 { width:15rem;height:2.03125rem;top:151.1875rem;left:1.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRMMGOtzOxFMJLW1dHOAhBSoZ21apigw { width:15rem;height:3.4375rem;top:155.0625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #De3cArgQ6AKM558DcHC8pn867mHNhKTR { display:block; }
 }@media only screen and (max-width: 763px) { #gLvS9MTGViMfkfSSd8yCUkKTucyLyRTC { width:7.375rem;height:0.9746125rem;top:153.21875rem;left:0.875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w21KKum0iJJEfTqXedKQMh4rEl0nTbTX { display:flex;width:1.875rem;height:1.875rem;top:130.8125rem;left:16.75rem; }
 }@media only screen and (max-width: 763px) { #uSrkGBpBJWfMMuzOtWGWnbyVnpeDfez8 { display:block; }#uSrkGBpBJWfMMuzOtWGWnbyVnpeDfez8 > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #shggEcew4TFzRB0UzmoJmW8osF4Ku1Qa { width:20rem;height:1.462675rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oc6vynHmrQtaS8pHmZTIIOhVT2KrRfBp { width:3rem;height:4.8125rem;top:3.7978515625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxwpVEAWRhOuzoPkPISJISPztzek37q5 { width:2.875rem;height:4.1875rem;top:4.1103515625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMGlseQxEzMtb4rn5kPUVQSldq4Qwf17 { width:4.25rem;height:3rem;top:5.6728515625rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xz6PyU6UZ0Q9VMBUoIddT4uoIs9Di0xM { width:4.9375rem;height:1.625rem;top:8.9853515625rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZSkXTQZZ8bJU34VTtt4Qp44vXTNzrLBa { width:4.6875rem;height:2.4375rem;top:8.6103515625rem;left:7.65625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9tTcDmnkqqxcOas3Ba4iAE0bxzfmTQW { width:5.5rem;height:0.8125rem;top:8.7978515625rem;left:14.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKkqAsfTV9OVTRBfUMVaE6QcEhL3wxny { width:6.0625rem;height:1.462675rem;top:2.5234375rem;left:6.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CA2WKMyqeKtK5hJKTDQ0fiLmINPX4TCo { display:block; }#CA2WKMyqeKtK5hJKTDQ0fiLmINPX4TCo > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XxZCcKaDVxLz84hNWbE03uulhPq4ENUw { width:17.75rem;height:2.5996125rem;top:1.25rem;left:1.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NOnIvTSIMocEuRsqaeqtGzHTziUOc4C3 { width:12.9375rem;height:2.5rem;top:4.630859375rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypphPHfpTUOLTVRJtAuR4teL4MgLax5o { width:13.25rem;height:1.86889375rem;top:4.947265625rem;left:4.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOZA1t76ubTUEeV3hdMpO2PrbJHlGcir { width:20rem;height:2.5996125rem;top:8.04296875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mIV2SeWqMUxA4JoBqpJ6LGuTXwhJcoMu { display:flex;width:2.4375rem;height:2.4375rem;top:17.6806640625rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #QWDH2ozinx43856I6L6J1E1IsUwLtXgq { width:12.5rem;height:2.03125rem;top:13.5859375rem;left:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMiGgIJQxTu96lg2955Woc5Xpd34uT0W { width:15.3125rem;height:2.5996125rem;top:17.505859375rem;left:3.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAMRqiKlH1gTWtQlgZFAHswQhC3UyNXv { width:12.25rem;height:1.2999125rem;top:22.66796875rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IdESkIsviazWLwtGoNF5zJ8OeRsb4eXt { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#IdESkIsviazWLwtGoNF5zJ8OeRsb4eXt > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a8kMRcztIhGpph3nRWXeUUQT8BLgTtiJ { width:7.1875rem;height:2.8125rem;top:1.09375rem;left:1.625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DoXcWU283rbd4SHwhC1myrCJay27LRrR { display:block; }
 }@media only screen and (max-width: 763px) { #mn30dnHfkDOQdu1M5u2ChbHtatiqM78C { width:8.75rem;height:2.875rem;top:1.0625rem;left:10rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TzZhf9il7UfwkCwuFFTfJFkHlO4dSvT3 { display:block; }
 }@media only screen and (max-width: 763px) { #IeokQF0ebIOSzz0CRTXs7pL9V7nV72kM { display:flex;width:2.6875rem;height:2.6875rem;top:1.15625rem;left:16.375rem; }
 }@media only screen and (max-width: 763px) { #MWznJCec3nLA7owz5eqLVXdavFVFmFwl { display:flex;width:2.375rem;height:2.375rem;top:1.3125rem;left:5.9375rem; }
 }