.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33712001-9a6d-4f2c-a31a-51b9e4fbb242/Topene.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:cover !important;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#pxTyzL4cwEyPkSvxp3A8JR6wPfqHg4sD { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#pxTyzL4cwEyPkSvxp3A8JR6wPfqHg4sD > .row .container { background-color: transparent; background-image: none; }#pxTyzL4cwEyPkSvxp3A8JR6wPfqHg4sD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxTyzL4cwEyPkSvxp3A8JR6wPfqHg4sD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxTyzL4cwEyPkSvxp3A8JR6wPfqHg4sD > .row .container > .video-iframe-container { display: none; }#pxTyzL4cwEyPkSvxp3A8JR6wPfqHg4sD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxTyzL4cwEyPkSvxp3A8JR6wPfqHg4sD > .row > .video-iframe-container { display: none; }#pxTyzL4cwEyPkSvxp3A8JR6wPfqHg4sD > .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); }#pxTyzL4cwEyPkSvxp3A8JR6wPfqHg4sD > .row .container { border-width: 0; border-radius: 0; }#pxTyzL4cwEyPkSvxp3A8JR6wPfqHg4sD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pxTyzL4cwEyPkSvxp3A8JR6wPfqHg4sD > .row .container { width:75rem;height:5rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#ne41yL9aHDdu9p448A8mQQhovgyERatI { position:absolute;display:block;z-index:15013;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:9.125rem;top:1.2999992370606rem;left:3.125rem;overflow:hidden;display:block; }
#xg9hVkmsZTce0Jp3CXOBTeCFEPZqdcfu { position:absolute;display:block;z-index:15008;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.625rem;width:14.0625rem;top:0.8125rem;left:15.0625rem;overflow:hidden;display:block; }
#EHUOTGDadoFVUaTvG3TlUsNbd605TQfu { position:absolute;display:block;z-index:15009;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:10.5625rem;top:1.1875rem;left:16.8125rem;overflow:hidden;display:block; }
#MxT29KBlQX8ET7Snq30hkGaZT57cWZX6 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:12.75rem;top:0.875rem;left:29.125rem;overflow:hidden;display:block; }
#RT91ICikAgJBMJnP01KmGT7wI1RgcAhS { position:absolute;display:block;z-index:15010;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:9.375rem;top:1.3000000715256rem;left:30.4375rem;overflow:hidden;display:block; }
#Othn80B1VRPKOAPkaxDwUyxxWEhxFFmN { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:15rem;top:0.86250019073488rem;left:42.343746185302rem;overflow:hidden;display:block; }
#lW6bLfG5lmkqFNETSP6HuzmLLhAPaT12 { 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:1.875rem;width:13.5625rem;top:1.3000001907349rem;left:43.062496185302rem;overflow:hidden;display:block; }
#N4ph2SK6GI1trV61GLoJehw36RMeAK6D { position:absolute;display:block;z-index:15007;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.6875rem;width:13.3125rem;top:0.78125rem;left:1rem;overflow:hidden;display:block; }
#T9OcXVCQqwdAp8l5utg9G25otHo6xtrN { position:absolute;display:block;z-index:14986;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.625rem;top:0.8125rem;left:66.4375rem;overflow:hidden;display:block; }
#V0SpgmfCWmfH77TJWLKmQZnoStKrgUwF { position:absolute;display:block;z-index:15009;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:5.3125rem;top:1.3000001907349rem;left:67.5937461853rem;overflow:hidden;display:block; }
#wfi53V9PQx8yuTetpvI9MLNBtgl4FmbU { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:8.0625rem;top:0.8125rem;left:57.749998092651rem;overflow:hidden;display:block; }
#d0MMH2R2xA5IH6CfC8dw47T7rr4d0QlF { 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:1.875rem;width:5.9375rem;top:1.2992187738419rem;left:58.812498092651rem;overflow:hidden;display:block; }
#KAUMqDHqExLrEhCTwGZGl3oBmeJRhlA9 { display:block; }#KAUMqDHqExLrEhCTwGZGl3oBmeJRhlA9 { background-color: transparent; background-image: none; }#KAUMqDHqExLrEhCTwGZGl3oBmeJRhlA9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KAUMqDHqExLrEhCTwGZGl3oBmeJRhlA9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KAUMqDHqExLrEhCTwGZGl3oBmeJRhlA9 > .row .container > .video-iframe-container { display: none; }#KAUMqDHqExLrEhCTwGZGl3oBmeJRhlA9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KAUMqDHqExLrEhCTwGZGl3oBmeJRhlA9 > .row > .video-iframe-container { display: none; }#KAUMqDHqExLrEhCTwGZGl3oBmeJRhlA9 > .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); }#KAUMqDHqExLrEhCTwGZGl3oBmeJRhlA9 { border-width: 0; border-radius: 0; }#KAUMqDHqExLrEhCTwGZGl3oBmeJRhlA9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KAUMqDHqExLrEhCTwGZGl3oBmeJRhlA9 > .row .container { background-color:transparent;background-image:none;width:75rem;height:25.9375rem;font-size:0.875rem;font-family:arial;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#zz6sWLdab77sccgwolIffP2P5OufPDoT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:7.25rem;top:7.3958330154419rem;left:60.249996185302rem;overflow:hidden;display:block; }
#zqbTmntX7nzOSBZMlTlSNZTRp9hF4rnx { 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:23.0625rem;width:42.5625rem;top:2.0208330154419rem;left:14.9375rem;overflow:hidden;display:block; }
#PLbp9yDrPPsVeaNxaEwRn4IUFQZTxEPm { 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:39.8125rem;width:46.6875rem;top:1.1145830154419rem;left:-32.614642002208rem;overflow:hidden;display:block; }
#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container { background-color: transparent; background-image: none; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container > .video-iframe-container { display: none; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row > .video-iframe-container { display: none; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .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); }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container { border-width: 0; border-radius: 0; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container { font-size:0.875rem;font-family:arial;height:13.4375rem;width:75rem;position:relative;display:block; }#rhtHMzX2xDLxWInzhSBNCnOKFhx3N73m { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.375rem;width:23.125rem;top:1.076042175293rem;left:5.6552085876465rem;overflow:hidden;display:block; }
#pqKwNkzPVdk6P2XTXqJQhFUw5ECs5lll { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.8125rem;width:30.9375rem;top:0.638542175293rem;left:39.280208587646rem;overflow:hidden;display:block; }
#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container { background-color: transparent; background-image: none; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container > .video-iframe-container { display: none; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row > .video-iframe-container { display: none; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .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); }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container { border-width: 0; border-radius: 0; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:block; }#qmQrFfT3ehcq0vwKgIZdIPqk612vteFq { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:22.875rem;top:0.5rem;left:39.159374237061rem;overflow:hidden;display:block; }
#n5AAVGWd1vpZQI3SpK0TvoSH2zx57zz6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0rem;left:63.447917938231rem; }
#n5AAVGWd1vpZQI3SpK0TvoSH2zx57zz6 > img { max-width: 100%;max-height:100%; width:3.9375rem; height:3.9375rem; }#EPWodyDFT0oWvmMaucXVuDzt2QBlGQLU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#EPWodyDFT0oWvmMaucXVuDzt2QBlGQLU > .row .container { background-color: transparent; background-image: none; }#EPWodyDFT0oWvmMaucXVuDzt2QBlGQLU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EPWodyDFT0oWvmMaucXVuDzt2QBlGQLU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EPWodyDFT0oWvmMaucXVuDzt2QBlGQLU > .row .container > .video-iframe-container { display: none; }#EPWodyDFT0oWvmMaucXVuDzt2QBlGQLU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EPWodyDFT0oWvmMaucXVuDzt2QBlGQLU > .row > .video-iframe-container { display: none; }#EPWodyDFT0oWvmMaucXVuDzt2QBlGQLU > .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); }#EPWodyDFT0oWvmMaucXVuDzt2QBlGQLU > .row .container { border-width: 0; border-radius: 0; }#EPWodyDFT0oWvmMaucXVuDzt2QBlGQLU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EPWodyDFT0oWvmMaucXVuDzt2QBlGQLU > .row .container { font-size:0.875rem;font-family:arial;height:50.6875rem;width:75rem;position:relative;display:block; }#GhI82U2DNcKbWOSVq6QXNJvSxyINHUpc { 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.625rem;width:47.125rem;top:45.020832061767rem;left:25.225847530211rem;overflow:hidden;display:block; }
#JhVSRTwovFwNUlGVePzJpI0W0MT5ZORa { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.8125rem;width:27.375rem;top:25.135416984558rem;left:46.749996185302rem;overflow:hidden;display:block; }
#TgEtdgckszm96XJGX8WvrpLvJLnWORE6 { position:absolute;display:block;z-index:15007;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:19.75rem;width:22.1875rem;top:26.197265625rem;left:13.9375rem;overflow:hidden;display:block; }
#LZo2HRJL10SrBLkn9GDTC1BteewUrm0n { position:absolute;display:block;z-index:15008;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:13.0625rem;width:18.375rem;top:1.8541669845581rem;left:54.906247138977rem;overflow:hidden;display:block; }
#SQERbqWAa8eSyrlzsEbQhslzUOgEK6wN { position:absolute;display:block;z-index:15009;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.9375rem;width:19.875rem;top:1.8541660308838rem;left:19.538539886474rem;overflow:hidden;display:block; }
#Tdi3nlTl7rEpxoKXuFqpOJ5JM8DDNRaR { position:absolute;display:block;z-index:15010;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.25rem;width:19.875rem;top:12.017709732056rem;left:4.0677089691162rem;overflow:hidden;display:block; }
#eyC18ZPa0PNGpsL42CxSLAKgvWCTfQgX { position:absolute;display:block;z-index:15011;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.1875rem;width:19.4375rem;top:13.048959732056rem;left:50.718746185302rem;overflow:hidden;display:block; }
#Z1m7xTR40PU7RXhcO6nCpg2L8anXIhyw { position:absolute;display:block;z-index:14999;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:49.5rem;width:48.0625rem;top:1.0833282470703rem;left:59.626041412354rem;overflow:hidden;display:block; }
#K6OIdsZpk7BE4Q3NodBXlNUdKTnKkCMq { position:absolute;display:block;z-index:15013;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:32.5625rem;width:36.625rem;top:9.7708330154419rem;left:-34.556137071782rem;overflow:hidden;display:block; }
#iHiNAdA5keXxHbHRTD0sXT4O0SU1UAsF { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:47.5625rem;width:75rem;top:1.1250009536743rem;left:0.0010414123535156rem;overflow:hidden;display:block; }
#V36SxtXkqgHzreslDW1dZgN2OPc5nMws { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:13.0625rem;top:7.2187519073488rem;left:43.233333587646rem;overflow:hidden;display:block; }
#PabwfqJqTry14ciasA6tGR0NEMJGtc5h { position:absolute;display:block;z-index:15014;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:23.5625rem;width:15.5rem;top:25.134765625rem;left:39.4677734375rem;overflow:hidden;display:block; }
#PQoHq5NTIuWMg7GBBcwUlCHefhqBpkn2 { position:absolute;display:block;z-index:15015;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:14.1875rem;width:13.9375rem;top:30.3330078125rem;left:0rem;overflow:hidden;display:block; }
#mxTyeWitc2I5JHFShb7GT8eGT55pE5CD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#mxTyeWitc2I5JHFShb7GT8eGT55pE5CD > .row .container { background-color: transparent; background-image: none; }#mxTyeWitc2I5JHFShb7GT8eGT55pE5CD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxTyeWitc2I5JHFShb7GT8eGT55pE5CD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxTyeWitc2I5JHFShb7GT8eGT55pE5CD > .row .container > .video-iframe-container { display: none; }#mxTyeWitc2I5JHFShb7GT8eGT55pE5CD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxTyeWitc2I5JHFShb7GT8eGT55pE5CD > .row > .video-iframe-container { display: none; }#mxTyeWitc2I5JHFShb7GT8eGT55pE5CD > .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); }#mxTyeWitc2I5JHFShb7GT8eGT55pE5CD > .row .container { border-width: 0; border-radius: 0; }#mxTyeWitc2I5JHFShb7GT8eGT55pE5CD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mxTyeWitc2I5JHFShb7GT8eGT55pE5CD > .row .container { font-size:0.875rem;font-family:arial;height:37.4375rem;width:75rem;position:relative;display:block; }#P130TTRstZEq6X5IVmLzs7KuPBO8J7HX { color:#fbfbfb;display:block;width:54.4375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8.7874984741213rem;left:10.25rem;height:3.9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#BObp95Tzr51E11q1qmFITFzC00uVRFdn { 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:23.9375rem;width:30.1875rem;top:13.417707443238rem;left:38.202083587646rem;overflow:hidden;display:block; }
#IW3caQ5ZwDk6WMUvUyVfsRffDDwITX3S { position:absolute;display:block;z-index:15016;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:5.6875rem;width:22.8125rem;top:3.16978931427rem;left:46.327083587646rem;overflow:hidden;display:block; }
#qOCIJ5RSaVpw8es4uIziMhFGtcZ3Cure { color:#ffffff;display:block;width:62.8125rem;position:absolute;font-family:anybody;font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:9.9749994277956rem;left:6.09375rem;height:9.75rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#BZlDVEeuJN6cKr8JSTnRp5k24kV1T3HT { position:absolute;display:block;z-index:15020;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:19.125rem;width:19.125rem;top:16.910423278809rem;left:4.5635414123535rem;overflow:hidden;display:block; }
#VGcKfqtlwXrCBO4OMi8CTy98Ib4Ipx8r { position:absolute;display:block;z-index:14998;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:16.75rem;width:12rem;top:-2.0687495901489rem;left:-17.311273078822rem;overflow:hidden;display:block; }
#NV7rRBGnXUVDJG07p8pcBhzu7IFiWTrq { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:71.9375rem;top:2.6364593505859rem;left:1.2510414123535rem;overflow:hidden;display:block; }
#AwTqFGKAI20R1nmcdTE6RABNrnXfKrsO { position:relative;display:block; }#AwTqFGKAI20R1nmcdTE6RABNrnXfKrsO { background-color: transparent; background-image: none; }#AwTqFGKAI20R1nmcdTE6RABNrnXfKrsO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AwTqFGKAI20R1nmcdTE6RABNrnXfKrsO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AwTqFGKAI20R1nmcdTE6RABNrnXfKrsO > .row .container > .video-iframe-container { display: none; }#AwTqFGKAI20R1nmcdTE6RABNrnXfKrsO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AwTqFGKAI20R1nmcdTE6RABNrnXfKrsO > .row > .video-iframe-container { display: none; }#AwTqFGKAI20R1nmcdTE6RABNrnXfKrsO > .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); }#AwTqFGKAI20R1nmcdTE6RABNrnXfKrsO { border-width: 0; border-radius: 0; }#AwTqFGKAI20R1nmcdTE6RABNrnXfKrsO > .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; }#AwTqFGKAI20R1nmcdTE6RABNrnXfKrsO > .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:32.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#N8XQ3IifXsWr3kCDc9vLk2z2DxbmC9WJ { color:#ffffff;display:block;width:65.5625rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:17.295832633972rem;left:6.6552085876462rem;height:10.4rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#sBPImiET5uFHFl0essSPZH6mJ22xeAV0 { position:absolute;display:block;z-index:15018;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:5.125rem;width:17.875rem;top:4.5rem;left:6.6552085876462rem;overflow:hidden;display:block; }
#kTV0QXC5L9toBxJrPUIHKZWxMgqlaI7T { position:absolute;display:block;z-index:15019;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:14.125rem;width:23.4375rem;top:0rem;left:49.437867977729rem;overflow:hidden;display:block; }
#wgtbiWDdHIIHEiMXpLGOl43xbVx5ly1I { position:absolute;display:block;z-index:15010;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:30.625rem;width:73.6875rem;top:0.78125190734863rem;left:0.0010414123535156rem;overflow:hidden;display:block; }
#ZXk7lbBMszmHpbIt0cFpE2L9z5RrdgKJ { color:#ffffff;display:block;width:65.5625rem;position:absolute;font-family:anybody;font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:11.594790458679rem;left:6.6552085876462rem;height:3.25rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#ColsPMQ8zHG2ZBTiQNOkJx18PqPAD8WT { position:absolute;display:block;z-index:15023;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:19.5625rem;width:19.5rem;top:31.40625rem;left:50.5517578125rem;overflow:hidden;display:block; }
#obBL80XIxI8NmeisOhWkLFwVwx5BpITg { position:relative;display:block; }#obBL80XIxI8NmeisOhWkLFwVwx5BpITg { background-color: transparent; background-image: none; }#obBL80XIxI8NmeisOhWkLFwVwx5BpITg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#obBL80XIxI8NmeisOhWkLFwVwx5BpITg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#obBL80XIxI8NmeisOhWkLFwVwx5BpITg > .row .container > .video-iframe-container { display: none; }#obBL80XIxI8NmeisOhWkLFwVwx5BpITg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#obBL80XIxI8NmeisOhWkLFwVwx5BpITg > .row > .video-iframe-container { display: none; }#obBL80XIxI8NmeisOhWkLFwVwx5BpITg > .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); }#obBL80XIxI8NmeisOhWkLFwVwx5BpITg { border-width: 0; border-radius: 0; }#obBL80XIxI8NmeisOhWkLFwVwx5BpITg > .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; }#obBL80XIxI8NmeisOhWkLFwVwx5BpITg > .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:19.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qaGod6cvDaxGbzlkovd2xDtpm968STRD .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qaGod6cvDaxGbzlkovd2xDtpm968STRD .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#df06e7;background-image:none;color:#ffffff;padding-top:0.685rem;padding-right:0.604375rem;padding-bottom:0.685rem;padding-left:0.604375rem;display:block;align-items:center;width:3.62625rem;min-width:3.62625rem;height:3.681875rem;position:relative;font-family:anybody;font-size:2.74rem;font-weight:700;line-height:58.91px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qaGod6cvDaxGbzlkovd2xDtpm968STRD .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.428125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.835625rem;height:1.455625rem;position:relative;font-family:"open sans";font-size:1.0275rem;font-weight:400;line-height:23.29px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qaGod6cvDaxGbzlkovd2xDtpm968STRD { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:23.3125rem;height:6.935625rem;padding-top:0.85625rem;padding-right:0.86375rem;padding-bottom:0.85625rem;padding-left:0.86375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:10.086460113526rem;left:24.980209350586rem;z-index:15024; }
#qaGod6cvDaxGbzlkovd2xDtpm968STRD #xOix0ffvz8H7T8THv6ZTgr8JQttaCs6r { display:flex;position:relative;top:0rem;left:0rem; }
#qaGod6cvDaxGbzlkovd2xDtpm968STRD #GOlkUzTcvKqqCXrMOoOhBXFdCTBzoTea { width:auto; }
#qaGod6cvDaxGbzlkovd2xDtpm968STRD #Xob8HpB8tGIFEZS1md6DdhROlqLAOpN9 {  }
#qaGod6cvDaxGbzlkovd2xDtpm968STRD #exh2zwrIzDi390M3BJgtfChWsfVhpLoo { display:flex;position:relative;top:0rem;left:0rem; }
#qaGod6cvDaxGbzlkovd2xDtpm968STRD #WyASh8fZzzHpEKGElFgTANzdKLnRQz6K {  }
#qaGod6cvDaxGbzlkovd2xDtpm968STRD #fcH18mTvqbIwPSpg044EAXcPQfLF7R6B {  }
#qaGod6cvDaxGbzlkovd2xDtpm968STRD #ndOpWRZuZaS4LgD0HZTxxpm68v7455p4 { display:flex;position:relative;top:0rem;left:0rem; }
#qaGod6cvDaxGbzlkovd2xDtpm968STRD #FIRd0rcmHNP3TMq5ylTTr1OPeoqTri0u {  }
#qaGod6cvDaxGbzlkovd2xDtpm968STRD #td6Cnh8aSkbcTWATiXiOhkfUOJoHphwi {  }
#qaGod6cvDaxGbzlkovd2xDtpm968STRD #b15FIRbTC6BGmhWqWRqzmNL0lyw7C2p2 { display:flex;position:relative;top:0rem;left:0rem; }
#qaGod6cvDaxGbzlkovd2xDtpm968STRD #MbEP7phbbGKz904ahcbRWRlXq1yPvksw {  }
#qaGod6cvDaxGbzlkovd2xDtpm968STRD #zzB4sSMpxWcz7a1wrs0ZgIzyyturC6XX {  }
#SrlLy0xeXys8f3xOTKf0uSwbzTeacPA7 { color:#ffffff;display:block;width:65.5625rem;position:absolute;font-family:anybody;font-size:2.5625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:3.3135414123535rem;left:4.71875rem;height:3.33125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GIsVpXkZVxxTtLUoyF7H2RHlsbLrGR7v { position:absolute;display:block;z-index:14997;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.75rem;width:37.4375rem;top:1.3760414123535rem;left:18.78125rem;overflow:hidden;display:block; }
#NCq6V44m3I9h5KV4gT8HgGS6TJLSLQpo { position:absolute;display:block;z-index:15022;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:18.625rem;width:9.0625rem;top:0.625rem;left:7.8427085876462rem;overflow:hidden;display:block; }
#evPibIES75u1UrIAodWPTs3L79LmpSob { position:relative;display:block; }#evPibIES75u1UrIAodWPTs3L79LmpSob { background-color: transparent; background-image: none; }#evPibIES75u1UrIAodWPTs3L79LmpSob::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#evPibIES75u1UrIAodWPTs3L79LmpSob > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#evPibIES75u1UrIAodWPTs3L79LmpSob > .row .container > .video-iframe-container { display: none; }#evPibIES75u1UrIAodWPTs3L79LmpSob > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#evPibIES75u1UrIAodWPTs3L79LmpSob > .row > .video-iframe-container { display: none; }#evPibIES75u1UrIAodWPTs3L79LmpSob > .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); }#evPibIES75u1UrIAodWPTs3L79LmpSob { border-width: 0; border-radius: 0; }#evPibIES75u1UrIAodWPTs3L79LmpSob > .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; }#evPibIES75u1UrIAodWPTs3L79LmpSob > .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:50.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Cc0y8RzKhAI1uVp9444PabiCptO1tHbT { color:#ffffff;display:block;width:42.0625rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:8.7614593505863rem;left:5.9677085876465rem;height:2.6rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#HkpAH3w4pMLQiM4p2GKwpnrCoUfXtBAF { color:#ffffff;display:block;width:65.5625rem;position:absolute;font-family:anybody;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:12.143753051757rem;left:5.9677085876465rem;height:1.4625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#W3eTxqQ9TEFJfHC1CAtbBcmRXTmckai9 { color:#ffffff;display:block;width:65.5625rem;position:absolute;font-family:anybody;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:14.356250762939rem;left:5.9677085876465rem;height:2.925rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#Tyo2HflP69bxiAiTglsro2KtoAWx2rEO { position:absolute;display:block;z-index:15019;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:5.125rem;width:11.4375rem;top:3.5739593505859rem;left:5.9052085876465rem;overflow:hidden;display:block; }
#MI5sUZk3vOROGJEGGf3QIx4U3annsSHU { color:#ffffff;display:block;width:65.5625rem;position:absolute;font-family:anybody;font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:18.009376525879rem;left:5.9677085876465rem;height:1.4625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#zNXZA34L6tNNdq28sNRQmRQuRaDGnJbB { position:absolute;display:block;z-index:15024;height:29.5625rem;width:53rem;top:20.176042556762rem;left:8.0927085876462rem;display:block; }
#WQra2J7iFJ7UHXghesZIuRd07ac0rD31 { position:absolute;display:block;z-index:14999;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:18.5625rem;width:18.5625rem;top:25.0361328125rem;left:46.1806640625rem;overflow:hidden;display:block; }
#T4z3vOMkkcNiHul9xgtc5i2anPtdcCyr { position:absolute;display:block;z-index:14998;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:11.875rem;width:11.875rem;top:22.636458396912rem;left:0.0010414123535156rem;overflow:hidden;display:block; }
#WwzLMv2ZXpqunLE1N4rZP3tuVtuwXonM { position:absolute;display:block;z-index:15021;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.5rem;width:18.5625rem;top:2.9312477111816rem;left:53.037502288818rem;overflow:hidden;display:block; }
#k8Uq8BoZUI7KFEwS3Tysl0HZzXTr4OgK { position:absolute;display:block;z-index:14997;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:32.75rem;width:36.1875rem;top:0.72500228881838rem;left:37.368747711182rem;overflow:hidden;display:block; }
#RORbcCGUVrEH2z5nANES4e6DnBqe9x66 { position:absolute;display:block;z-index:14996;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:32.75rem;width:37.4375rem;top:1.4125051498413rem;left:0.0010414123535156rem;overflow:hidden;display:block; }
#LvXMSeSPQ3suUoVzoXx1g24H7awpgtT4 { position:relative;display:block; }#LvXMSeSPQ3suUoVzoXx1g24H7awpgtT4 { background-color: transparent; background-image: none; }#LvXMSeSPQ3suUoVzoXx1g24H7awpgtT4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvXMSeSPQ3suUoVzoXx1g24H7awpgtT4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvXMSeSPQ3suUoVzoXx1g24H7awpgtT4 > .row .container > .video-iframe-container { display: none; }#LvXMSeSPQ3suUoVzoXx1g24H7awpgtT4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvXMSeSPQ3suUoVzoXx1g24H7awpgtT4 > .row > .video-iframe-container { display: none; }#LvXMSeSPQ3suUoVzoXx1g24H7awpgtT4 > .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); }#LvXMSeSPQ3suUoVzoXx1g24H7awpgtT4 { border-width: 0; border-radius: 0; }#LvXMSeSPQ3suUoVzoXx1g24H7awpgtT4 > .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; }#LvXMSeSPQ3suUoVzoXx1g24H7awpgtT4 > .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:39.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vqF9CXykC0866X0lq6OMRx9RkwTzxVuv { 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:26.75rem;width:28.1875rem;top:7.8125rem;left:42.187496185302rem;overflow:hidden;display:block; }
#iQX4OKT0TTH3F5fggeve3JpD0mzFtTDa { 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:30.5625rem;width:25.4375rem;top:9.1875rem;left:48.624996185302rem;overflow:hidden;display:block; }
#einlpHDPXFd0ZpttXRa6GfAEH6r44F3s { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.0625rem;width:29.6875rem;top:10.75rem;left:11.6875rem;overflow:hidden;display:block; }
#Xokh2BbbGiCEuFBChhQei49K1947G7xW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.6875rem;width:30.5rem;top:10.75rem;left:0.0010414123535156rem;overflow:hidden;display:block; }
#CzbtT6eWDTXVw4lqDZ1liZPo4kDfgnrc { 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:5.625rem;width:30.375rem;top:2.40625rem;left:2.1239585876465rem;overflow:hidden;display:block; }
#pT380m5TSaUnUdrMl07Imes7KCovPHGO { 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:4.6875rem;width:25.8125rem;top:3.1947917938233rem;left:3.5614585876465rem;overflow:hidden;display:block; }
#TUy1iiKpMwqKQp0sl6wqTF4QdszDMVTJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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:none; }#TUy1iiKpMwqKQp0sl6wqTF4QdszDMVTJ > .row .container { border-width: 0; border-radius: 0; }#TUy1iiKpMwqKQp0sl6wqTF4QdszDMVTJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TUy1iiKpMwqKQp0sl6wqTF4QdszDMVTJ > .row .container { font-size:0.875rem;font-family:arial;height:33.25rem;width:75rem;position:relative;display:none; }#Ucxi1xxIK8WgmThkRfOfT5bW1tIhAx0A { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:26.25rem;width:48.75rem;top:5.1875rem;left:13.125rem;display:block; }
#tKmrIlOHJLpl3KutNba11ZLPvcTz0TQ0 { position:absolute;display:block;z-index:15028;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.125rem;width:30.875rem;top:0.375rem;left:22.0625rem;overflow:hidden;display:block; }
#iTZXsQbnpTfy86gEt8HJflowD8CmWCQT { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.9375rem;top:0.53125rem;left:16.875rem;overflow:hidden;display:block; }
#odEDHZ86EBz5bnyMiwTWwmSZb5qsTOVp { position:relative;display:block; }#odEDHZ86EBz5bnyMiwTWwmSZb5qsTOVp { background-color: transparent; background-image: none; }#odEDHZ86EBz5bnyMiwTWwmSZb5qsTOVp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odEDHZ86EBz5bnyMiwTWwmSZb5qsTOVp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odEDHZ86EBz5bnyMiwTWwmSZb5qsTOVp > .row .container > .video-iframe-container { display: none; }#odEDHZ86EBz5bnyMiwTWwmSZb5qsTOVp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odEDHZ86EBz5bnyMiwTWwmSZb5qsTOVp > .row > .video-iframe-container { display: none; }#odEDHZ86EBz5bnyMiwTWwmSZb5qsTOVp > .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); }#odEDHZ86EBz5bnyMiwTWwmSZb5qsTOVp { border-width: 0; border-radius: 0; }#odEDHZ86EBz5bnyMiwTWwmSZb5qsTOVp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#odEDHZ86EBz5bnyMiwTWwmSZb5qsTOVp > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ROVbuvxFqOzUiiVmdt1f6bwZzDdIlAeT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:7.1875rem;top:0.9375rem;left:1.5625rem;overflow:hidden;display:block; }
#COwSMbwRJr5Mg7NgtoAR4OKe32fG8tNq { 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:4.6875rem;width:11.0625rem;top:3.3749771118164rem;left:0.625rem;overflow:hidden;display:block; }
#F4fROb4K07xDKpaosqkHiVhuyJMLW0Tk { box-sizing:content-box;height:6.9375rem;width:0.125rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;top:0.9375rem;left:15.367659395973rem;display:block; }
#AC8g1yLmXVT2pspWrGV2SLXbEPe0sC4r { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:11.9375rem;top:0.9375rem;left:17.8125rem;overflow:hidden;display:block; }
#O34BFBU1gEh5dkRLqSkUaM2G06Nq3mqU { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:7.5rem;top:4.4052734375rem;left:17.8125rem;overflow:hidden;display:block; }
#QrnlFyaAtBI2RynsycDw5TQJFSHZQe03 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:7.5rem;top:4.5302734375rem;left:27.375rem;overflow:hidden;display:block; }
#H403e80Pz0Z7nlBXrCEOHvo9QsAXB7rX { 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:1.9375rem;width:7.5rem;top:4.7490234375rem;left:37.75rem;overflow:hidden;display:block; }
#OHzbBFZbR7GMkQXIfT0M6WTKxsxocMo4 { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;top:9.6875rem;left:0rem;display:block; }
#oxZ3EkTzZJoa68iUJ8NFNsPZtmh3STJL { position:absolute;display:block;z-index:15003;background-color:#004673;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;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:0.125rem;top:1rem;left:20.4375rem;display:none; }
#fxzq0z6limOTWtce96ETgIh6erqQRUSd { position:relative;display:block; }#fxzq0z6limOTWtce96ETgIh6erqQRUSd { background-color: transparent; background-image: none; }#fxzq0z6limOTWtce96ETgIh6erqQRUSd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fxzq0z6limOTWtce96ETgIh6erqQRUSd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fxzq0z6limOTWtce96ETgIh6erqQRUSd > .row .container > .video-iframe-container { display: none; }#fxzq0z6limOTWtce96ETgIh6erqQRUSd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fxzq0z6limOTWtce96ETgIh6erqQRUSd > .row > .video-iframe-container { display: none; }#fxzq0z6limOTWtce96ETgIh6erqQRUSd > .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); }#fxzq0z6limOTWtce96ETgIh6erqQRUSd { border-width: 0; border-radius: 0; }#fxzq0z6limOTWtce96ETgIh6erqQRUSd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fxzq0z6limOTWtce96ETgIh6erqQRUSd > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#zag6VnPnCQu0EmP6EkVVHdRVWRHrnyTE { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:11.3125rem;top:0.9375rem;left:1.25rem;overflow:hidden;display:block; }
#k1q305iEEJKqkODtNpx3opzGFvLzcwvm { position:absolute;display:block;z-index:14999;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.6875rem;width:13.3125rem;top:3.625rem;left:1.25rem;overflow:hidden;display:block; }
#U7ayxqNyTW8y9xaJxCw5UG697y4vFtNc { 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:4.625rem;width:8.625rem;top:3.65625rem;left:15.90625rem;overflow:hidden;display:block; }
#SI4ygPzvKEJ4EGiGabHXwoi1JZQ6Lzc9 { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;top:9.625rem;left:0rem;display:block; }
#MOKg3smEwgsCvJTW7x7qUWHwl6lv43xn { position:relative;display:block; }#MOKg3smEwgsCvJTW7x7qUWHwl6lv43xn { background-color: transparent; background-image: none; }#MOKg3smEwgsCvJTW7x7qUWHwl6lv43xn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MOKg3smEwgsCvJTW7x7qUWHwl6lv43xn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MOKg3smEwgsCvJTW7x7qUWHwl6lv43xn > .row .container > .video-iframe-container { display: none; }#MOKg3smEwgsCvJTW7x7qUWHwl6lv43xn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MOKg3smEwgsCvJTW7x7qUWHwl6lv43xn > .row > .video-iframe-container { display: none; }#MOKg3smEwgsCvJTW7x7qUWHwl6lv43xn > .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); }#MOKg3smEwgsCvJTW7x7qUWHwl6lv43xn { border-width: 0; border-radius: 0; }#MOKg3smEwgsCvJTW7x7qUWHwl6lv43xn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MOKg3smEwgsCvJTW7x7qUWHwl6lv43xn > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#i72iWxGEOHfLTlOkxAFS04fG87n1Ekpb { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:17.125rem;top:0.8125rem;left:1.3125rem;overflow:hidden;display:block; }
#hgrOBRZJ2fWB4sdoLQF3pLckHzTtJvaH { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;top:9.375rem;left:0rem;display:block; }
#VIJah35wSqT8wJTZtvyqOpN09MHHp1Tk { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:7.5rem;top:4.25rem;left:1.3125rem;overflow:hidden;display:block; }
#lvQJuQnw4SSIOOqCrbJpvN7fl8MwwFxc { position:relative;display:block; }#lvQJuQnw4SSIOOqCrbJpvN7fl8MwwFxc { background-color: transparent; background-image: none; }#lvQJuQnw4SSIOOqCrbJpvN7fl8MwwFxc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lvQJuQnw4SSIOOqCrbJpvN7fl8MwwFxc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lvQJuQnw4SSIOOqCrbJpvN7fl8MwwFxc > .row .container > .video-iframe-container { display: none; }#lvQJuQnw4SSIOOqCrbJpvN7fl8MwwFxc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lvQJuQnw4SSIOOqCrbJpvN7fl8MwwFxc > .row > .video-iframe-container { display: none; }#lvQJuQnw4SSIOOqCrbJpvN7fl8MwwFxc > .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); }#lvQJuQnw4SSIOOqCrbJpvN7fl8MwwFxc { border-width: 0; border-radius: 0; }#lvQJuQnw4SSIOOqCrbJpvN7fl8MwwFxc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lvQJuQnw4SSIOOqCrbJpvN7fl8MwwFxc > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ZFmzax6Ag83RbeukJ5pT1176fXK4hRGO { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:13.5rem;top:0.5625rem;left:1.9375rem;overflow:hidden;display:block; }
#cyIO8ghHdeuBaWJ0KArCepKG74KBSvdV { position:absolute;display:block;z-index:15007;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:14.3125rem;top:5.9375190734863rem;left:29.5rem;overflow:hidden;display:block; }
#zpxfDOSRDKWQgkNNJr12WR43GruR8MwE { position:absolute;display:block;z-index:15008;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.25rem;width:5rem;top:4.4375rem;left:1.9375rem;overflow:hidden;display:block; }
#T7mlzRQzbhamg7cmVgcuTkgopTify1e7 { position:absolute;display:block;z-index:15009;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.125rem;width:5rem;top:4.5rem;left:7.9375rem;overflow:hidden;display:block; }
#MJX2m9xcEb5TEIfgIAupJUaczFBhrq8O { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.625rem;top:5.0000190734863rem;left:21.904167175293rem;overflow:hidden;display:block; }
#UQVnmLhIMOG0krRrUwcwXamaNNTvkn5v { position:absolute;display:block;z-index:15011;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:4rem;width:3.75rem;top:4.5625190734863rem;left:15.4375rem;overflow:hidden;display:block; }
#nWCxhmmoWtyuQAvaqIb3R55iJOJLqIyk { 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:2.6875rem;width:3.75rem;top:5.2187690734863rem;left:52.71667098999rem;overflow:hidden;display:block; }
#vXyyGeWRbKnBuXGoliU02gUGIPOtRttw { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:6.25rem;top:4.3750190734863rem;left:44.850002288818rem;overflow:hidden;display:block; }
#PoGn7tz93IADwc6d0VlZSUpEohPW2SLU { position:absolute;display:block;z-index:15014;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:6.875rem;top:5.5000190734863rem;left:59.02917098999rem;overflow:hidden;display:block; }
#t7sJ5dxNTx9M7PDatp7q9zaH6uUD10Ua { box-sizing:content-box;height:0.1875rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;top:9.5rem;left:0rem;display:block; }
#NasJa3BOxDNRFEA0BbNWd5sDwP8z2tme { position:relative;display:block; }#NasJa3BOxDNRFEA0BbNWd5sDwP8z2tme { background-color: transparent; background-image: none; }#NasJa3BOxDNRFEA0BbNWd5sDwP8z2tme::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NasJa3BOxDNRFEA0BbNWd5sDwP8z2tme > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NasJa3BOxDNRFEA0BbNWd5sDwP8z2tme > .row .container > .video-iframe-container { display: none; }#NasJa3BOxDNRFEA0BbNWd5sDwP8z2tme > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NasJa3BOxDNRFEA0BbNWd5sDwP8z2tme > .row > .video-iframe-container { display: none; }#NasJa3BOxDNRFEA0BbNWd5sDwP8z2tme > .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); }#NasJa3BOxDNRFEA0BbNWd5sDwP8z2tme { border-width: 0; border-radius: 0; }#NasJa3BOxDNRFEA0BbNWd5sDwP8z2tme > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NasJa3BOxDNRFEA0BbNWd5sDwP8z2tme > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#El9sGVhKMSNW8oJ2c8QHqA8Q1vHxT1TR { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:13.875rem;top:1.1875rem;left:1.9027776718139rem;overflow:hidden;display:block; }
#u1mtTWZxrgAlWEAkq2rPQe2vMK8baI0T { position:absolute;display:block;z-index:15006;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.8125rem;width:5.1875rem;top:5.0869140625rem;left:1.90234375rem;overflow:hidden;display:block; }
#ondNgcQSl23wLRSpWUleoufll5S4mLbx { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:6.375rem;top:6.0244140625rem;left:9.466796875rem;overflow:hidden;display:block; }
#s4pdq7aqAg16AACHCIuE4yeSRJfllTOR { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:none;top:11.375rem;left:0rem;display:block; }
#RvZXT3SsQwrQetETTGa7VNDJtEecdMkw { 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:2.8125rem;width:6.875rem;top:6.0869140625rem;left:18.75rem;overflow:hidden;display:block; }
#E96UaWkiy1ALaTuRUlBLe119kFuZyPMi { position:relative;display:block; }#E96UaWkiy1ALaTuRUlBLe119kFuZyPMi { background-color: transparent; background-image: none; }#E96UaWkiy1ALaTuRUlBLe119kFuZyPMi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E96UaWkiy1ALaTuRUlBLe119kFuZyPMi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E96UaWkiy1ALaTuRUlBLe119kFuZyPMi > .row .container > .video-iframe-container { display: none; }#E96UaWkiy1ALaTuRUlBLe119kFuZyPMi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E96UaWkiy1ALaTuRUlBLe119kFuZyPMi > .row > .video-iframe-container { display: none; }#E96UaWkiy1ALaTuRUlBLe119kFuZyPMi > .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); }#E96UaWkiy1ALaTuRUlBLe119kFuZyPMi { border-width: 0; border-radius: 0; }#E96UaWkiy1ALaTuRUlBLe119kFuZyPMi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E96UaWkiy1ALaTuRUlBLe119kFuZyPMi > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#eJCwIdgTIz7JHrILTWgdTl9Afu7QS8DD { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:11.9375rem;top:0.92499923706056rem;left:1.5302085876465rem;overflow:hidden;display:block; }
#tWn1U9godV4kTZcJKsJ8zcVr8Qh1xGfd { 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:3.9375rem;width:4.0625rem;top:4.0810546875rem;left:1.716796875rem;overflow:hidden;display:block; }
#a7lQ2FhTuPtpP9dWeDT8QSq7NPtNVkdr { position:absolute;display:block;z-index:15013;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.375rem;width:6.25rem;top:5.3625001907349rem;left:7.2875022888181rem;overflow:hidden;display:block; }
#hKf9SqtFSf7rUsTZkprbZl0aqxcWaQCV { position:absolute;display:block;z-index:15014;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:8.9375rem;top:5.3624992370606rem;left:15.467708587646rem;overflow:hidden;display:block; }
#xeVNZbN1SBdySsJd7Lnc3yPMasZS02bC { position:absolute;display:block;z-index:15015;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.8125rem;width:11.125rem;top:4.6435546875rem;left:25.875rem;overflow:hidden;display:block; }
#cPO1hTcWNd2e29MnnqniOzLkndqvPIdl { position:absolute;display:block;z-index:15016;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.75rem;width:10.6875rem;top:4.6748046875rem;left:37.9375rem;overflow:hidden;display:block; }
#A67TRGlTyIJpdUFeibHI4ELnzmeBemxx { 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:2.375rem;width:7.1875rem;top:4.8623046875rem;left:49.75rem;overflow:hidden;display:block; }
#pP0Vt3ZSyvH7usFVEMTA6vwJ5Oa2IgPV { position:absolute;display:block;z-index:15018;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:3rem;width:8.8125rem;top:9.3125rem;left:48.9375rem;overflow:hidden;display:block; }
#iOz6fT6UBh19cTCGvq2r1hvmilvTmg3x { position:absolute;display:block;z-index:15019;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:6.1875rem;top:10.625rem;left:1.716796875rem;overflow:hidden;display:block; }
#FBkKQTFofqRisr37X22Do6FZAcpFPucO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:7.875rem;top:9.5625rem;left:10rem;overflow:hidden;display:block; }
#VrT0BqDUST8gXpPfZ7JCmEgbWVJfME7r { position:absolute;display:block;z-index:15020;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.125rem;width:3.375rem;top:9.375rem;left:19.75rem;overflow:hidden;display:block; }
#BvpcwzkVf63bmWT728qrzVyTz1bzhcxt { position:absolute;display:block;z-index:15021;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:5.5rem;width:7.75rem;top:8.6875rem;left:26.625rem;overflow:hidden;display:block; }
#TrvLGcGtTimoXEPgTCAe1mDUoTASq3Lz { position:absolute;display:block;z-index:15022;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.75rem;width:8.5625rem;top:9.75rem;left:38.25rem;overflow:hidden;display:block; }
#TGhtwGO4KlTKU9DwkX78H8U6ML80LTqk { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;top:14.25rem;left:0rem;display:block; }
#C4uLTETdDav3X6fJ8MIXkOTtPLWE8qT8 { position:absolute;display:block;z-index:15023;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.75rem;width:7.1875rem;top:9.9375rem;left:60.125rem;overflow:hidden;display:block; }
#Z46PT5nti4J0PiN9J1JzsV6Kc45PdSgh { position:relative;display:block; }#Z46PT5nti4J0PiN9J1JzsV6Kc45PdSgh { background-color: transparent; background-image: none; }#Z46PT5nti4J0PiN9J1JzsV6Kc45PdSgh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z46PT5nti4J0PiN9J1JzsV6Kc45PdSgh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z46PT5nti4J0PiN9J1JzsV6Kc45PdSgh > .row .container > .video-iframe-container { display: none; }#Z46PT5nti4J0PiN9J1JzsV6Kc45PdSgh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z46PT5nti4J0PiN9J1JzsV6Kc45PdSgh > .row > .video-iframe-container { display: none; }#Z46PT5nti4J0PiN9J1JzsV6Kc45PdSgh > .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); }#Z46PT5nti4J0PiN9J1JzsV6Kc45PdSgh { border-width: 0; border-radius: 0; }#Z46PT5nti4J0PiN9J1JzsV6Kc45PdSgh > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z46PT5nti4J0PiN9J1JzsV6Kc45PdSgh > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#oxsyRh8KNHbpCgWTitWcGkGVOoPPquvh { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:7.875rem;top:0.8125rem;left:1.9375rem;overflow:hidden;display:block; }
#xMr9ocN3Xue5JS0luhbXCfff5kyhqCaW { position:absolute;display:block;z-index:15009;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.25rem;width:3.3125rem;top:4.4375rem;left:1.9375rem;overflow:hidden;display:block; }
#Ol5so5gg8MlB7N5NVffJVrkuQUv6CfNu { position:absolute;display:block;z-index:15010;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.75rem;width:5rem;top:5.6875rem;left:6.875rem;overflow:hidden;display:block; }
#kGPhGQabumBXg7J6bVXANve1VOoe2g1d { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.75rem;top:4.4375rem;left:13.75rem;overflow:hidden;display:block; }
#TXJrITM6Xsm4vi67maucM7VXlzCKUMUe { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;top:10.625rem;left:0rem;display:block; }
#UTKVCBQydWBcJsV5X4t35VoooZZCZvGs { position:relative;display:block; }#UTKVCBQydWBcJsV5X4t35VoooZZCZvGs { background-color: transparent; background-image: none; }#UTKVCBQydWBcJsV5X4t35VoooZZCZvGs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTKVCBQydWBcJsV5X4t35VoooZZCZvGs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTKVCBQydWBcJsV5X4t35VoooZZCZvGs > .row .container > .video-iframe-container { display: none; }#UTKVCBQydWBcJsV5X4t35VoooZZCZvGs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTKVCBQydWBcJsV5X4t35VoooZZCZvGs > .row > .video-iframe-container { display: none; }#UTKVCBQydWBcJsV5X4t35VoooZZCZvGs > .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); }#UTKVCBQydWBcJsV5X4t35VoooZZCZvGs { border-width: 0; border-radius: 0; }#UTKVCBQydWBcJsV5X4t35VoooZZCZvGs > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UTKVCBQydWBcJsV5X4t35VoooZZCZvGs > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#DVAkIK1GySWFfw6L8GsfdR6zKv5JbmUL { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:12.25rem;top:0.625rem;left:1.9375rem;overflow:hidden;display:block; }
#pFWcRUhyEn9PhL7gO7kDBnLENkAoa6F0 { position:absolute;display:block;z-index:15010;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:4rem;width:5rem;top:4.3125rem;left:1.9375rem;overflow:hidden;display:block; }
#MQNvrUyh7cWhsQfz56lAGvcSdzwoWGyA { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:4.3125rem;left:8.875rem;overflow:hidden;display:block; }
#VC7eVgiAAzWZiNPiWA4IA3P7s1S94AH0 { 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:3.8125rem;width:3.75rem;top:4.375rem;left:14.75rem;overflow:hidden;display:block; }
#KVXfc4GkxeyF0RFKEiSEoDRPbP4KWPzz { position:absolute;display:block;z-index:15013;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.25rem;width:6.25rem;top:5.1875rem;left:20.5rem;overflow:hidden;display:block; }
#poGhNtMNwkTFIG9VGctONCUX58eEoxqQ { position:absolute;display:block;z-index:15014;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.25rem;width:3.75rem;top:3.75rem;left:28.5rem;overflow:hidden;display:block; }
#EJPbZ95O6k06OWtVPOmssVSfvaz94ono { position:absolute;display:block;z-index:15015;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.125rem;width:6.875rem;top:4.25rem;left:33.4375rem;overflow:hidden;display:block; }
#DftiwhRVFD6S2a97wT2abMruh6lDFUeH { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.0625rem;top:3.75rem;left:43.96875rem;overflow:hidden;display:block; }
#UPB7a2wcuD7a8ah8kb3EKsV2HWFiTwns { 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:2.875rem;width:3.875rem;top:9.96875rem;left:34.9375rem;overflow:hidden;display:block; }
#WHgoBbyMB7oqurQTENVH8pHz4lnQVP76 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.4375rem;top:9.71875rem;left:26.75rem;overflow:hidden;display:block; }
#zfatKF87OKhvE3pmHQ51gz3RKDhXwwBm { position:absolute;display:block;z-index:15019;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:5.0625rem;width:5.0625rem;top:8.875rem;left:18.5rem;overflow:hidden;display:block; }
#oNlH1FyXEnifAXAoN0fnJ4GJTBP4N8G8 { position:absolute;display:block;z-index:15020;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.8125rem;width:4.9375rem;top:10.34375rem;left:11.5234375rem;overflow:hidden;display:block; }
#W6bNBoL9Hd0ee36y3x09SDCIs2JIzN33 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:9.875rem;top:10.1875rem;left:1.0859375rem;overflow:hidden;display:block; }
#MXSSDqvmJwQB4VlDdc7mghi716RXpMyb { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;top:15.5rem;left:0rem;display:block; }
#HI5MEBiRWkPbXF24ofSFmTdqt9D5tgZ5 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:7.5rem;top:9.96875rem;left:42.4375rem;overflow:hidden;display:block; }
#KOMxpNTeanbenambZ9T5N6Sh7MLSnxEi { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:9.875rem;left:51rem;overflow:hidden;display:block; }
#NZa1V5Xl3VTvQdvvKybGu53suJTzThu3 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:4.3125rem;left:50.59375rem;overflow:hidden;display:block; }
#q9J2TDVQy5dn1OJGXJV6vSVtivuDeItb { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:5.875rem;top:4.71875rem;left:57.1142578125rem;overflow:hidden;display:block; }
#ZF9WeTwELNSDyJ7aGoBi7WzkPrN5AsQH { position:relative;display:block; }#ZF9WeTwELNSDyJ7aGoBi7WzkPrN5AsQH { background-color: transparent; background-image: none; }#ZF9WeTwELNSDyJ7aGoBi7WzkPrN5AsQH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZF9WeTwELNSDyJ7aGoBi7WzkPrN5AsQH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZF9WeTwELNSDyJ7aGoBi7WzkPrN5AsQH > .row .container > .video-iframe-container { display: none; }#ZF9WeTwELNSDyJ7aGoBi7WzkPrN5AsQH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZF9WeTwELNSDyJ7aGoBi7WzkPrN5AsQH > .row > .video-iframe-container { display: none; }#ZF9WeTwELNSDyJ7aGoBi7WzkPrN5AsQH > .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); }#ZF9WeTwELNSDyJ7aGoBi7WzkPrN5AsQH { border-width: 0; border-radius: 0; }#ZF9WeTwELNSDyJ7aGoBi7WzkPrN5AsQH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZF9WeTwELNSDyJ7aGoBi7WzkPrN5AsQH > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#AqWvrcySaaKCK743JOb0TK9WKcny7pJP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:11.875rem;top:1.5000019073486rem;left:2.3125rem;overflow:hidden;display:block; }
#LdJPTGfkEhQz8wsyTuyVvmggbEmcimt7 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:5.3125rem;top:5.0645751953125rem;left:2.3125rem;overflow:hidden;display:block; }
#DWUlH7c2EvL9w0TMmxtskOrkapqnPfVz { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:8.6875rem;top:5.064453125rem;left:37.2490234375rem;overflow:hidden;display:block; }
#tg1zlvtgQ2XF1WqOOt6KoD8FNyCVuXRa { position:absolute;display:block;z-index:15006;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.25rem;width:5.3125rem;top:4.564453125rem;left:30.875rem;overflow:hidden;display:block; }
#JLidAqcWgG0FWmuJcEsCKTJLC84DZsKf { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:5.3125rem;top:4.84375rem;left:10.029296875rem;overflow:hidden;display:block; }
#uADr2MdnzwgM2XZlWcQv2wChlXLbzasE { position:absolute;display:block;z-index:15006;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.9375rem;width:5.3125rem;top:5.064453125rem;left:17.5rem;overflow:hidden;display:block; }
#D1L4iS3dSPMSZ4sTJCwWwB0xO3D8CDbw { position:absolute;display:block;z-index:15006;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.75rem;width:7.125rem;top:5.064453125rem;left:47.3115234375rem;overflow:hidden;display:block; }
#btI7XK7PMd92p3e1iUCIxT4t4urUwwsP { position:absolute;display:block;z-index:15007;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.8125rem;width:5rem;top:4.283203125rem;left:24.091796875rem;overflow:hidden;display:block; }
#sCHBqU994WtFJA0HDmD2OklSzlpkBltW { position:relative;display:block; }#sCHBqU994WtFJA0HDmD2OklSzlpkBltW { background-color: transparent; background-image: none; }#sCHBqU994WtFJA0HDmD2OklSzlpkBltW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sCHBqU994WtFJA0HDmD2OklSzlpkBltW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sCHBqU994WtFJA0HDmD2OklSzlpkBltW > .row .container > .video-iframe-container { display: none; }#sCHBqU994WtFJA0HDmD2OklSzlpkBltW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sCHBqU994WtFJA0HDmD2OklSzlpkBltW > .row > .video-iframe-container { display: none; }#sCHBqU994WtFJA0HDmD2OklSzlpkBltW > .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); }#sCHBqU994WtFJA0HDmD2OklSzlpkBltW { border-width: 0; border-radius: 0; }#sCHBqU994WtFJA0HDmD2OklSzlpkBltW > .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; }#sCHBqU994WtFJA0HDmD2OklSzlpkBltW > .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:15.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bBw7xFALJ7WWZ1XOpcpzDAHvR2cLu03x { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:10.8125rem;top:1.3749980926514rem;left:4.9375rem;overflow:hidden;display:block; }
#WRCmiFJhUqtt2vPZJT7TSRa2n7AK4eT8 { position:absolute;display:block;z-index:14988;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:17.25rem;top:1.5rem;left:2.46875rem;overflow:hidden;display:block; }
#AWZC2kanNkwVIq4B5pTCnheV6RRayt8L { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:11.67812538147rem;left:52.593746185302rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#b7e0x90ARQ3cEk4VMA4J376AhZJSLybF { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:11.67812538147rem;left:26.8125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#hTRLn6h61FblT37H9d4NTN8gqW20t1gU { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:anybody;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:9.5135440826419rem;left:26.8125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TrPnQtpierwSuJDWpe5arWZ6uUJgNbyx { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:"advent pro";font-size:1.4375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:9.3104190826419rem;left:52.593746185302rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p1sZvKhNgTk4uTscfT4eHQrKudrSDJyL { 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:3.9375rem;width:23.4375rem;top:5.6875019073486rem;left:50.781246185302rem;overflow:hidden;display:block; }
#ysF52oRZdTkHg9T0egFagXqt84sqOySA { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:12.815626144409rem;left:52.593746185302rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#hqh1HT0MylAZfiyPL1RPt0LG2UJJtWTa { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:22.6875rem;top:5.6875019073486rem;left:25.78125rem;overflow:hidden;display:block; }
#i6vNczTivxVQn9iGtB5AfJJTt6vyzUrk { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:22.6875rem;top:5.6875019073486rem;left:1.15625rem;overflow:hidden;display:block; }
#eTD5VBvfNzyG20KSoGmp9LkI0XngTPtI { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:12.97812461853rem;left:26.8125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#rt2d5SP4sW4yDizJmTFzUGuM7M51PuZU { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:11.67812538147rem;left:2.59375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#k123zk5rTMSIkZMGR9P0H7EXh4quldBt { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:anybody;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:9.5135440826419rem;left:2.59375rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KG81TnvCwPTHCMIqKEMgsQWKJ7NPKpZT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#KG81TnvCwPTHCMIqKEMgsQWKJ7NPKpZT > .row .container { background-color: transparent; background-image: none; }#KG81TnvCwPTHCMIqKEMgsQWKJ7NPKpZT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KG81TnvCwPTHCMIqKEMgsQWKJ7NPKpZT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KG81TnvCwPTHCMIqKEMgsQWKJ7NPKpZT > .row .container > .video-iframe-container { display: none; }#KG81TnvCwPTHCMIqKEMgsQWKJ7NPKpZT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KG81TnvCwPTHCMIqKEMgsQWKJ7NPKpZT > .row > .video-iframe-container { display: none; }#KG81TnvCwPTHCMIqKEMgsQWKJ7NPKpZT > .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); }#KG81TnvCwPTHCMIqKEMgsQWKJ7NPKpZT > .row .container { border-width: 0; border-radius: 0; }#KG81TnvCwPTHCMIqKEMgsQWKJ7NPKpZT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KG81TnvCwPTHCMIqKEMgsQWKJ7NPKpZT > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#KHBs4d1scu9qmAXRwUSkABKzdE5fd34z { color:#004673;display:block;width:25.375rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:4rem;left:8.625rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zf26piAtZrpNsmwCcPflfUI7y3HZ40E1 { position:absolute;display:block;z-index:15002;background-color:#004673;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;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.5625rem;width:0.125rem;top:0.95624923706056rem;left:31.062500953674rem;display:block; }
#ABaran1BVQimaBKRqEs82i3i3kaN0R7e { color:#000000;display:block;width:27.625rem;position:absolute;font-family:"open sans";font-size:0.5rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0);top:0.95624923706056rem;left:1.375rem;height:4.9rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#Rb26FTbphTEv67EZZ1MAZsiB9XFEMATE { color:#000000;display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:0.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:0.95624923706056rem;left:32.562500953674rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#MHZv9zEnIsileVUhg4ocfEX42D64o4me { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.390625rem;left:32.562500953674rem;height:0.73125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AL4n3gnsW9USFPSN2dy6lEiA9PZ9lXDy { 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:2.6875rem;width:6.4375rem;top:0.95624923706056rem;left:50.584374427796rem;overflow:hidden;display:block; }
#WetEHA9yp9NL2fcXcGmREgr4WyiPK6bL { position:absolute;display:block;z-index:15011;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.25rem;width:10.75rem;top:0.95624923706056rem;left:61.596874237061rem;overflow:hidden;display:block; }
#vl9uzv3WnbBXCv7Q83iGI32e58KLU2W8 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.625rem;height:1.1875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1.3812561035156rem;left:62.159374237061rem;display:block; }
#nWe48qJb48pM8xDAT7dh6T95xLrKr72e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pxTyzL4cwEyPkSvxp3A8JR6wPfqHg4sD { display:block; }#pxTyzL4cwEyPkSvxp3A8JR6wPfqHg4sD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ne41yL9aHDdu9p448A8mQQhovgyERatI { width:9.125rem;height:1.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xg9hVkmsZTce0Jp3CXOBTeCFEPZqdcfu { width:14.0625rem;height:2.625rem;top:0.8125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHUOTGDadoFVUaTvG3TlUsNbd605TQfu { width:10.5625rem;height:1.875rem;top:1.1875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxT29KBlQX8ET7Snq30hkGaZT57cWZX6 { width:12.75rem;height:2.5rem;top:0.875rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT91ICikAgJBMJnP01KmGT7wI1RgcAhS { width:9.375rem;height:1.875rem;top:1.25rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Othn80B1VRPKOAPkaxDwUyxxWEhxFFmN { width:15rem;height:2.5rem;top:0.8125rem;left:28.718746185302rem;display:block; }
 }@media only screen and (max-width: 763px) { #lW6bLfG5lmkqFNETSP6HuzmLLhAPaT12 { width:13.5625rem;height:1.875rem;top:1.25rem;left:29.437496185302rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4ph2SK6GI1trV61GLoJehw36RMeAK6D { width:13.3125rem;height:2.6875rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9OcXVCQqwdAp8l5utg9G25otHo6xtrN { width:7.625rem;height:2.5rem;top:0.8125rem;left:40.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0SpgmfCWmfH77TJWLKmQZnoStKrgUwF { width:5.3125rem;height:1.875rem;top:1.25rem;left:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfi53V9PQx8yuTetpvI9MLNBtgl4FmbU { width:8.0625rem;height:2.5rem;top:0.8125rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0MMH2R2xA5IH6CfC8dw47T7rr4d0QlF { width:5.9375rem;height:1.875rem;top:1.25rem;left:41.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAUMqDHqExLrEhCTwGZGl3oBmeJRhlA9 { display:block; }#KAUMqDHqExLrEhCTwGZGl3oBmeJRhlA9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zz6sWLdab77sccgwolIffP2P5OufPDoT { width:7.25rem;height:5.6875rem;top:7.375rem;left:40.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqbTmntX7nzOSBZMlTlSNZTRp9hF4rnx { width:42.5625rem;height:23.0625rem;top:2rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLbp9yDrPPsVeaNxaEwRn4IUFQZTxEPm { width:46.6875rem;height:39.8125rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 { display:block; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rhtHMzX2xDLxWInzhSBNCnOKFhx3N73m { width:23.125rem;height:11.375rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqKwNkzPVdk6P2XTXqJQhFUw5ECs5lll { width:30.9375rem;height:10.8125rem;top:0.625rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 { display:block; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qmQrFfT3ehcq0vwKgIZdIPqk612vteFq { width:22.875rem;height:3.8125rem;top:0.5rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5AAVGWd1vpZQI3SpK0TvoSH2zx57zz6 { width:3.9375rem;height:3.9375rem;top:0rem;left:43.8125rem;display:block; }
#n5AAVGWd1vpZQI3SpK0TvoSH2zx57zz6 > img { max-width: 100%;max-height:100%; width:3.9375rem; height:3.9375rem; } }@media only screen and (max-width: 763px) { #EPWodyDFT0oWvmMaucXVuDzt2QBlGQLU { display:block; }#EPWodyDFT0oWvmMaucXVuDzt2QBlGQLU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GhI82U2DNcKbWOSVq6QXNJvSxyINHUpc { width:47.125rem;height:4.625rem;top:45rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhVSRTwovFwNUlGVePzJpI0W0MT5ZORa { width:27.375rem;height:21.8125rem;top:25.125rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgEtdgckszm96XJGX8WvrpLvJLnWORE6 { width:22.1875rem;height:19.75rem;top:26.1875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZo2HRJL10SrBLkn9GDTC1BteewUrm0n { width:18.375rem;height:13.0625rem;top:1.8125rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQERbqWAa8eSyrlzsEbQhslzUOgEK6wN { width:19.875rem;height:7.9375rem;top:1.8125rem;left:5.9135398864746rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdi3nlTl7rEpxoKXuFqpOJ5JM8DDNRaR { width:19.875rem;height:8.25rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyC18ZPa0PNGpsL42CxSLAKgvWCTfQgX { width:19.4375rem;height:6.1875rem;top:13rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1m7xTR40PU7RXhcO6nCpg2L8anXIhyw { width:47.75rem;height:49.178153446034rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6OIdsZpk7BE4Q3NodBXlNUdKTnKkCMq { width:36.625rem;height:32.5625rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHiNAdA5keXxHbHRTD0sXT4O0SU1UAsF { width:47.75rem;height:30.281458333333rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V36SxtXkqgHzreslDW1dZgN2OPc5nMws { width:13.0625rem;height:3.8125rem;top:7.1875rem;left:29.608333587646rem;display:block; }
 }@media only screen and (max-width: 763px) { #PabwfqJqTry14ciasA6tGR0NEMJGtc5h { width:15.5rem;height:23.5625rem;top:25.125rem;left:25.8427734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQoHq5NTIuWMg7GBBcwUlCHefhqBpkn2 { width:13.9375rem;height:14.1875rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxTyeWitc2I5JHFShb7GT8eGT55pE5CD { display:block; }#mxTyeWitc2I5JHFShb7GT8eGT55pE5CD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P130TTRstZEq6X5IVmLzs7KuPBO8J7HX { width:47.75rem;height:3.875rem;top:8.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BObp95Tzr51E11q1qmFITFzC00uVRFdn { width:30.1875rem;height:23.9375rem;top:13.375rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IW3caQ5ZwDk6WMUvUyVfsRffDDwITX3S { width:22.8125rem;height:5.6875rem;top:3.125rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOCIJ5RSaVpw8es4uIziMhFGtcZ3Cure { width:47.75rem;height:9.75rem;top:9.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZlDVEeuJN6cKr8JSTnRp5k24kV1T3HT { width:19.125rem;height:19.125rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGcKfqtlwXrCBO4OMi8CTy98Ib4Ipx8r { width:12rem;height:16.75rem;top:-2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NV7rRBGnXUVDJG07p8pcBhzu7IFiWTrq { width:47.75rem;height:20.12054735013rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwTqFGKAI20R1nmcdTE6RABNrnXfKrsO { display:block; }#AwTqFGKAI20R1nmcdTE6RABNrnXfKrsO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N8XQ3IifXsWr3kCDc9vLk2z2DxbmC9WJ { width:47.75rem;height:10.375rem;top:17.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBPImiET5uFHFl0essSPZH6mJ22xeAV0 { width:17.875rem;height:5.125rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTV0QXC5L9toBxJrPUIHKZWxMgqlaI7T { width:23.4375rem;height:14.125rem;top:0rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgtbiWDdHIIHEiMXpLGOl43xbVx5ly1I { width:47.75rem;height:19.845207803223rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXk7lbBMszmHpbIt0cFpE2L9z5RrdgKJ { width:47.75rem;height:3.25rem;top:11.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ColsPMQ8zHG2ZBTiQNOkJx18PqPAD8WT { width:19.5rem;height:19.5625rem;top:31.375rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #obBL80XIxI8NmeisOhWkLFwVwx5BpITg { display:block; }#obBL80XIxI8NmeisOhWkLFwVwx5BpITg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qaGod6cvDaxGbzlkovd2xDtpm968STRD .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qaGod6cvDaxGbzlkovd2xDtpm968STRD .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#qaGod6cvDaxGbzlkovd2xDtpm968STRD .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#qaGod6cvDaxGbzlkovd2xDtpm968STRD { display:flex;width:18rem;height:5.0625rem;top:12.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qaGod6cvDaxGbzlkovd2xDtpm968STRD #xOix0ffvz8H7T8THv6ZTgr8JQttaCs6r { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qaGod6cvDaxGbzlkovd2xDtpm968STRD #GOlkUzTcvKqqCXrMOoOhBXFdCTBzoTea {  }
 }@media only screen and (max-width: 763px) { #qaGod6cvDaxGbzlkovd2xDtpm968STRD #Xob8HpB8tGIFEZS1md6DdhROlqLAOpN9 {  }
 }@media only screen and (max-width: 763px) { #qaGod6cvDaxGbzlkovd2xDtpm968STRD #exh2zwrIzDi390M3BJgtfChWsfVhpLoo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qaGod6cvDaxGbzlkovd2xDtpm968STRD #WyASh8fZzzHpEKGElFgTANzdKLnRQz6K {  }
 }@media only screen and (max-width: 763px) { #qaGod6cvDaxGbzlkovd2xDtpm968STRD #fcH18mTvqbIwPSpg044EAXcPQfLF7R6B {  }
 }@media only screen and (max-width: 763px) { #qaGod6cvDaxGbzlkovd2xDtpm968STRD #ndOpWRZuZaS4LgD0HZTxxpm68v7455p4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qaGod6cvDaxGbzlkovd2xDtpm968STRD #FIRd0rcmHNP3TMq5ylTTr1OPeoqTri0u {  }
 }@media only screen and (max-width: 763px) { #qaGod6cvDaxGbzlkovd2xDtpm968STRD #td6Cnh8aSkbcTWATiXiOhkfUOJoHphwi {  }
 }@media only screen and (max-width: 763px) { #qaGod6cvDaxGbzlkovd2xDtpm968STRD #b15FIRbTC6BGmhWqWRqzmNL0lyw7C2p2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qaGod6cvDaxGbzlkovd2xDtpm968STRD #MbEP7phbbGKz904ahcbRWRlXq1yPvksw {  }
 }@media only screen and (max-width: 763px) { #qaGod6cvDaxGbzlkovd2xDtpm968STRD #zzB4sSMpxWcz7a1wrs0ZgIzyyturC6XX {  }
 }@media only screen and (max-width: 763px) { #SrlLy0xeXys8f3xOTKf0uSwbzTeacPA7 { width:47.75rem;height:0;top:3.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIsVpXkZVxxTtLUoyF7H2RHlsbLrGR7v { width:37.4375rem;height:6.75rem;top:1.375rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCq6V44m3I9h5KV4gT8HgGS6TJLSLQpo { width:9.0625rem;height:18.625rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #evPibIES75u1UrIAodWPTs3L79LmpSob { display:block; }#evPibIES75u1UrIAodWPTs3L79LmpSob > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cc0y8RzKhAI1uVp9444PabiCptO1tHbT { width:42.0625rem;height:2.5625rem;top:8.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkpAH3w4pMLQiM4p2GKwpnrCoUfXtBAF { width:47.75rem;height:1.4375rem;top:12.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3eTxqQ9TEFJfHC1CAtbBcmRXTmckai9 { width:47.75rem;height:2.875rem;top:14.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tyo2HflP69bxiAiTglsro2KtoAWx2rEO { width:11.4375rem;height:5.125rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MI5sUZk3vOROGJEGGf3QIx4U3annsSHU { width:47.75rem;height:1.4375rem;top:18rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNXZA34L6tNNdq28sNRQmRQuRaDGnJbB { width:47.75rem;height:29.5625rem;top:20.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQra2J7iFJ7UHXghesZIuRd07ac0rD31 { width:18.5625rem;height:18.5625rem;top:25rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4z3vOMkkcNiHul9xgtc5i2anPtdcCyr { width:11.875rem;height:11.875rem;top:22.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwzLMv2ZXpqunLE1N4rZP3tuVtuwXonM { width:18.5625rem;height:8.5rem;top:2.875rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8Uq8BoZUI7KFEwS3Tysl0HZzXTr4OgK { width:36.1875rem;height:32.75rem;top:0.6875rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RORbcCGUVrEH2z5nANES4e6DnBqe9x66 { width:37.4375rem;height:32.75rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvXMSeSPQ3suUoVzoXx1g24H7awpgtT4 { display:block; }#LvXMSeSPQ3suUoVzoXx1g24H7awpgtT4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vqF9CXykC0866X0lq6OMRx9RkwTzxVuv { width:28.1875rem;height:26.75rem;top:7.8125rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQX4OKT0TTH3F5fggeve3JpD0mzFtTDa { width:25.4375rem;height:30.5625rem;top:9.1875rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #einlpHDPXFd0ZpttXRa6GfAEH6r44F3s { width:29.6875rem;height:23.0625rem;top:10.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xokh2BbbGiCEuFBChhQei49K1947G7xW { width:30.5rem;height:27.6875rem;top:10.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzbtT6eWDTXVw4lqDZ1liZPo4kDfgnrc { width:30.375rem;height:5.625rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT380m5TSaUnUdrMl07Imes7KCovPHGO { width:25.8125rem;height:4.6875rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUy1iiKpMwqKQp0sl6wqTF4QdszDMVTJ { display:none; }#TUy1iiKpMwqKQp0sl6wqTF4QdszDMVTJ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ucxi1xxIK8WgmThkRfOfT5bW1tIhAx0A { width:47.75rem;height:25.711538461538rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKmrIlOHJLpl3KutNba11ZLPvcTz0TQ0 { width:30.875rem;height:4.125rem;top:0.375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTZXsQbnpTfy86gEt8HJflowD8CmWCQT { width:3.9375rem;height:3.0625rem;top:0.5rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #odEDHZ86EBz5bnyMiwTWwmSZb5qsTOVp { display:block; }#odEDHZ86EBz5bnyMiwTWwmSZb5qsTOVp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ROVbuvxFqOzUiiVmdt1f6bwZzDdIlAeT { width:7.1875rem;height:2.1875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #COwSMbwRJr5Mg7NgtoAR4OKe32fG8tNq { width:11.0625rem;height:4.6875rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4fROb4K07xDKpaosqkHiVhuyJMLW0Tk { width:0.125rem;height:6.9375rem;top:0.9375rem;left:1.7426593959731rem;display:block; }
 }@media only screen and (max-width: 763px) { #AC8g1yLmXVT2pspWrGV2SLXbEPe0sC4r { width:11.9375rem;height:2.1875rem;top:0.9375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O34BFBU1gEh5dkRLqSkUaM2G06Nq3mqU { width:7.5rem;height:2.625rem;top:4.375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrnlFyaAtBI2RynsycDw5TQJFSHZQe03 { width:7.5rem;height:2.375rem;top:4.5rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H403e80Pz0Z7nlBXrCEOHvo9QsAXB7rX { width:7.5rem;height:1.9375rem;top:4.6875rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHzbBFZbR7GMkQXIfT0M6WTKxsxocMo4 { width:47.75rem;height:0.125rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxZ3EkTzZJoa68iUJ8NFNsPZtmh3STJL { width:0.125rem;height:9.625rem;top:1rem;left:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fxzq0z6limOTWtce96ETgIh6erqQRUSd { display:block; }#fxzq0z6limOTWtce96ETgIh6erqQRUSd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zag6VnPnCQu0EmP6EkVVHdRVWRHrnyTE { width:11.3125rem;height:2.1875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1q305iEEJKqkODtNpx3opzGFvLzcwvm { width:13.3125rem;height:4.6875rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7ayxqNyTW8y9xaJxCw5UG697y4vFtNc { width:8.625rem;height:4.625rem;top:3.625rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SI4ygPzvKEJ4EGiGabHXwoi1JZQ6Lzc9 { width:47.75rem;height:0.125rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOKg3smEwgsCvJTW7x7qUWHwl6lv43xn { display:block; }#MOKg3smEwgsCvJTW7x7qUWHwl6lv43xn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i72iWxGEOHfLTlOkxAFS04fG87n1Ekpb { width:17.125rem;height:2.1875rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgrOBRZJ2fWB4sdoLQF3pLckHzTtJvaH { width:47.75rem;height:0.125rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIJah35wSqT8wJTZtvyqOpN09MHHp1Tk { width:7.5rem;height:3.5rem;top:4.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvQJuQnw4SSIOOqCrbJpvN7fl8MwwFxc { display:block; }#lvQJuQnw4SSIOOqCrbJpvN7fl8MwwFxc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZFmzax6Ag83RbeukJ5pT1176fXK4hRGO { width:13.5rem;height:2.1875rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyIO8ghHdeuBaWJ0KArCepKG74KBSvdV { width:14.3125rem;height:1.25rem;top:5.9375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpxfDOSRDKWQgkNNJr12WR43GruR8MwE { width:5rem;height:4.25rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7mlzRQzbhamg7cmVgcuTkgopTify1e7 { width:5rem;height:4.125rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJX2m9xcEb5TEIfgIAupJUaczFBhrq8O { width:5.625rem;height:3.125rem;top:5rem;left:8.2791671752931rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQVnmLhIMOG0krRrUwcwXamaNNTvkn5v { width:3.75rem;height:4rem;top:4.5625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWCxhmmoWtyuQAvaqIb3R55iJOJLqIyk { width:3.75rem;height:2.6875rem;top:5.1875rem;left:39.09167098999rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXyyGeWRbKnBuXGoliU02gUGIPOtRttw { width:6.25rem;height:4.375rem;top:4.375rem;left:31.225002288818rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoGn7tz93IADwc6d0VlZSUpEohPW2SLU { width:6.875rem;height:2.125rem;top:5.5rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7sJ5dxNTx9M7PDatp7q9zaH6uUD10Ua { width:47.75rem;height:0.1875rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NasJa3BOxDNRFEA0BbNWd5sDwP8z2tme { display:block; }#NasJa3BOxDNRFEA0BbNWd5sDwP8z2tme > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #El9sGVhKMSNW8oJ2c8QHqA8Q1vHxT1TR { width:13.875rem;height:2.1875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1mtTWZxrgAlWEAkq2rPQe2vMK8baI0T { width:5.1875rem;height:4.8125rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ondNgcQSl23wLRSpWUleoufll5S4mLbx { width:6.375rem;height:3.9375rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4pdq7aqAg16AACHCIuE4yeSRJfllTOR { width:47.75rem;height:0.125rem;top:11.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvZXT3SsQwrQetETTGa7VNDJtEecdMkw { width:6.875rem;height:2.8125rem;top:6.0625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E96UaWkiy1ALaTuRUlBLe119kFuZyPMi { display:block; }#E96UaWkiy1ALaTuRUlBLe119kFuZyPMi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eJCwIdgTIz7JHrILTWgdTl9Afu7QS8DD { width:11.9375rem;height:2.1875rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWn1U9godV4kTZcJKsJ8zcVr8Qh1xGfd { width:4.0625rem;height:3.9375rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7lQ2FhTuPtpP9dWeDT8QSq7NPtNVkdr { width:6.25rem;height:1.375rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKf9SqtFSf7rUsTZkprbZl0aqxcWaQCV { width:8.9375rem;height:1.25rem;top:5.3125rem;left:1.8427085876465rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeVNZbN1SBdySsJd7Lnc3yPMasZS02bC { width:11.125rem;height:2.8125rem;top:4.625rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPO1hTcWNd2e29MnnqniOzLkndqvPIdl { width:10.6875rem;height:2.75rem;top:4.625rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A67TRGlTyIJpdUFeibHI4ELnzmeBemxx { width:7.1875rem;height:2.375rem;top:4.8125rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pP0Vt3ZSyvH7usFVEMTA6vwJ5Oa2IgPV { width:8.8125rem;height:3rem;top:9.3125rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOz6fT6UBh19cTCGvq2r1hvmilvTmg3x { width:6.1875rem;height:1.625rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBkKQTFofqRisr37X22Do6FZAcpFPucO { width:7.875rem;height:3.75rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrT0BqDUST8gXpPfZ7JCmEgbWVJfME7r { width:3.375rem;height:4.125rem;top:9.375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvpcwzkVf63bmWT728qrzVyTz1bzhcxt { width:7.75rem;height:5.5rem;top:8.6875rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrvLGcGtTimoXEPgTCAe1mDUoTASq3Lz { width:8.5625rem;height:2.75rem;top:9.75rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGhtwGO4KlTKU9DwkX78H8U6ML80LTqk { width:47.75rem;height:0.125rem;top:14.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4uLTETdDav3X6fJ8MIXkOTtPLWE8qT8 { width:7.1875rem;height:1.75rem;top:9.9375rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z46PT5nti4J0PiN9J1JzsV6Kc45PdSgh { display:block; }#Z46PT5nti4J0PiN9J1JzsV6Kc45PdSgh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oxsyRh8KNHbpCgWTitWcGkGVOoPPquvh { width:7.875rem;height:2.1875rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMr9ocN3Xue5JS0luhbXCfff5kyhqCaW { width:3.3125rem;height:4.25rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ol5so5gg8MlB7N5NVffJVrkuQUv6CfNu { width:5rem;height:1.75rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGPhGQabumBXg7J6bVXANve1VOoe2g1d { width:3.75rem;height:3.875rem;top:4.4375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXJrITM6Xsm4vi67maucM7VXlzCKUMUe { width:47.75rem;height:0.125rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTKVCBQydWBcJsV5X4t35VoooZZCZvGs { display:block; }#UTKVCBQydWBcJsV5X4t35VoooZZCZvGs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DVAkIK1GySWFfw6L8GsfdR6zKv5JbmUL { width:12.25rem;height:2.1875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFWcRUhyEn9PhL7gO7kDBnLENkAoa6F0 { width:5rem;height:4rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQNvrUyh7cWhsQfz56lAGvcSdzwoWGyA { width:3.9375rem;height:3.9375rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VC7eVgiAAzWZiNPiWA4IA3P7s1S94AH0 { width:3.75rem;height:3.8125rem;top:4.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVXfc4GkxeyF0RFKEiSEoDRPbP4KWPzz { width:6.25rem;height:2.25rem;top:5.1875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #poGhNtMNwkTFIG9VGctONCUX58eEoxqQ { width:3.75rem;height:4.25rem;top:3.75rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJPbZ95O6k06OWtVPOmssVSfvaz94ono { width:6.875rem;height:4.125rem;top:4.25rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DftiwhRVFD6S2a97wT2abMruh6lDFUeH { width:3.0625rem;height:3.75rem;top:3.75rem;left:30.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPB7a2wcuD7a8ah8kb3EKsV2HWFiTwns { width:3.875rem;height:2.875rem;top:9.9375rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHgoBbyMB7oqurQTENVH8pHz4lnQVP76 { width:3.4375rem;height:3.375rem;top:9.6875rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfatKF87OKhvE3pmHQ51gz3RKDhXwwBm { width:5.0625rem;height:5.0625rem;top:8.875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNlH1FyXEnifAXAoN0fnJ4GJTBP4N8G8 { width:4.9375rem;height:2.8125rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6bNBoL9Hd0ee36y3x09SDCIs2JIzN33 { width:9.875rem;height:4.375rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXSSDqvmJwQB4VlDdc7mghi716RXpMyb { width:47.75rem;height:0.125rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI5MEBiRWkPbXF24ofSFmTdqt9D5tgZ5 { width:7.5rem;height:3.25rem;top:9.9375rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOMxpNTeanbenambZ9T5N6Sh7MLSnxEi { width:3.6875rem;height:3.6875rem;top:9.875rem;left:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZa1V5Xl3VTvQdvvKybGu53suJTzThu3 { width:3.9375rem;height:3.9375rem;top:4.3125rem;left:36.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9J2TDVQy5dn1OJGXJV6vSVtivuDeItb { width:5.875rem;height:3.1875rem;top:4.6875rem;left:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZF9WeTwELNSDyJ7aGoBi7WzkPrN5AsQH { display:block; }#ZF9WeTwELNSDyJ7aGoBi7WzkPrN5AsQH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AqWvrcySaaKCK743JOb0TK9WKcny7pJP { width:11.875rem;height:2.1875rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdJPTGfkEhQz8wsyTuyVvmggbEmcimt7 { width:5.3125rem;height:2.8125rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWUlH7c2EvL9w0TMmxtskOrkapqnPfVz { width:8.6875rem;height:2.5625rem;top:5.0625rem;left:23.6240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tg1zlvtgQ2XF1WqOOt6KoD8FNyCVuXRa { width:5.3125rem;height:2.25rem;top:4.5625rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLidAqcWgG0FWmuJcEsCKTJLC84DZsKf { width:5.3125rem;height:2.375rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uADr2MdnzwgM2XZlWcQv2wChlXLbzasE { width:5.3125rem;height:1.9375rem;top:5.0625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1L4iS3dSPMSZ4sTJCwWwB0xO3D8CDbw { width:7.125rem;height:1.75rem;top:5.0625rem;left:33.6865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #btI7XK7PMd92p3e1iUCIxT4t4urUwwsP { width:5rem;height:2.8125rem;top:4.25rem;left:10.466796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCHBqU994WtFJA0HDmD2OklSzlpkBltW { display:block; }#sCHBqU994WtFJA0HDmD2OklSzlpkBltW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bBw7xFALJ7WWZ1XOpcpzDAHvR2cLu03x { width:10.8125rem;height:3.625rem;top:1.3125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRCmiFJhUqtt2vPZJT7TSRa2n7AK4eT8 { width:17.25rem;height:3.375rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWZC2kanNkwVIq4B5pTCnheV6RRayt8L { width:19.8125rem;height:1.25rem;top:11.625rem;left:27.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7e0x90ARQ3cEk4VMA4J376AhZJSLybF { width:19.8125rem;height:1.25rem;top:11.625rem;left:11.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTRLn6h61FblT37H9d4NTN8gqW20t1gU { width:19.8125rem;height:1.4375rem;top:9.5rem;left:11.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrPnQtpierwSuJDWpe5arWZ6uUJgNbyx { width:19.8125rem;height:1.8125rem;top:9.25rem;left:27.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1sZvKhNgTk4uTscfT4eHQrKudrSDJyL { width:23.4375rem;height:3.9375rem;top:5.6875rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysF52oRZdTkHg9T0egFagXqt84sqOySA { width:19.8125rem;height:1.25rem;top:12.8125rem;left:27.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqh1HT0MylAZfiyPL1RPt0LG2UJJtWTa { width:22.6875rem;height:3.9375rem;top:5.6875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6vNczTivxVQn9iGtB5AfJJTt6vyzUrk { width:22.6875rem;height:3.9375rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTD5VBvfNzyG20KSoGmp9LkI0XngTPtI { width:19.8125rem;height:1.25rem;top:12.9375rem;left:11.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rt2d5SP4sW4yDizJmTFzUGuM7M51PuZU { width:19.8125rem;height:1.25rem;top:11.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k123zk5rTMSIkZMGR9P0H7EXh4quldBt { width:19.8125rem;height:1.4375rem;top:9.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG81TnvCwPTHCMIqKEMgsQWKJ7NPKpZT { display:block; }#KG81TnvCwPTHCMIqKEMgsQWKJ7NPKpZT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KHBs4d1scu9qmAXRwUSkABKzdE5fd34z { width:25.375rem;height:1.625rem;top:4rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zf26piAtZrpNsmwCcPflfUI7y3HZ40E1 { width:0.125rem;height:4.5625rem;top:0.9375rem;left:17.437500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABaran1BVQimaBKRqEs82i3i3kaN0R7e { top:0.9375rem;left:0rem;width:27.625rem;height:4.875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rb26FTbphTEv67EZZ1MAZsiB9XFEMATE { width:13.75rem;height:1.3125rem;top:0.9375rem;left:18.8125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHZv9zEnIsileVUhg4ocfEX42D64o4me { width:12.5rem;height:0.6875rem;top:3.375rem;left:18.937500953674rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AL4n3gnsW9USFPSN2dy6lEiA9PZ9lXDy { width:6.4375rem;height:2.6875rem;top:0.9375rem;left:36.959374427796rem;display:block; }
 }@media only screen and (max-width: 763px) { #WetEHA9yp9NL2fcXcGmREgr4WyiPK6bL { width:10.75rem;height:2.25rem;top:0.9375rem;left:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #vl9uzv3WnbBXCv7Q83iGI32e58KLU2W8 { width:9.625rem;height:1.1875rem;top:1.375rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWe48qJb48pM8xDAT7dh6T95xLrKr72e { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33712001-9a6d-4f2c-a31a-51b9e4fbb242/Topene.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:contain !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); } }@media only screen and (max-width: 763px) { #pxTyzL4cwEyPkSvxp3A8JR6wPfqHg4sD { background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#pxTyzL4cwEyPkSvxp3A8JR6wPfqHg4sD > .row .container { background-color: transparent; background-image: none; }#pxTyzL4cwEyPkSvxp3A8JR6wPfqHg4sD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxTyzL4cwEyPkSvxp3A8JR6wPfqHg4sD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxTyzL4cwEyPkSvxp3A8JR6wPfqHg4sD > .row .container > .video-iframe-container { display: none; }#pxTyzL4cwEyPkSvxp3A8JR6wPfqHg4sD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxTyzL4cwEyPkSvxp3A8JR6wPfqHg4sD > .row > .video-iframe-container { display: none; }#pxTyzL4cwEyPkSvxp3A8JR6wPfqHg4sD > .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); }#pxTyzL4cwEyPkSvxp3A8JR6wPfqHg4sD > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ne41yL9aHDdu9p448A8mQQhovgyERatI { width:6.0625rem;height:1.25rem;top:1.34375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xg9hVkmsZTce0Jp3CXOBTeCFEPZqdcfu { width:9rem;height:1.625rem;top:1.1875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHUOTGDadoFVUaTvG3TlUsNbd605TQfu { width:7rem;height:1.25rem;top:1.375rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxT29KBlQX8ET7Snq30hkGaZT57cWZX6 { width:9.5625rem;height:1.875rem;top:3.4375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT91ICikAgJBMJnP01KmGT7wI1RgcAhS { width:6.25rem;height:1.25rem;top:3.75rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Othn80B1VRPKOAPkaxDwUyxxWEhxFFmN { width:10.6875rem;height:1.875rem;top:5.75rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lW6bLfG5lmkqFNETSP6HuzmLLhAPaT12 { width:9rem;height:1.25rem;top:6.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4ph2SK6GI1trV61GLoJehw36RMeAK6D { width:8.375rem;height:1.6875rem;top:1.125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9OcXVCQqwdAp8l5utg9G25otHo6xtrN { width:6.25rem;height:1.875rem;top:5.75rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0SpgmfCWmfH77TJWLKmQZnoStKrgUwF { width:3.5rem;height:1.25rem;top:6.0625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfi53V9PQx8yuTetpvI9MLNBtgl4FmbU { width:6rem;height:1.875rem;top:3.5rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0MMH2R2xA5IH6CfC8dw47T7rr4d0QlF { width:3.9375rem;height:1.25rem;top:3.8125rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAUMqDHqExLrEhCTwGZGl3oBmeJRhlA9 { background-color:transparent;background-image:none;display:block; }#KAUMqDHqExLrEhCTwGZGl3oBmeJRhlA9 > .row .container { background-color: transparent; background-image: none; }#KAUMqDHqExLrEhCTwGZGl3oBmeJRhlA9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KAUMqDHqExLrEhCTwGZGl3oBmeJRhlA9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KAUMqDHqExLrEhCTwGZGl3oBmeJRhlA9 > .row .container > .video-iframe-container { display: none; }#KAUMqDHqExLrEhCTwGZGl3oBmeJRhlA9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KAUMqDHqExLrEhCTwGZGl3oBmeJRhlA9 > .row > .video-iframe-container { display: none; }#KAUMqDHqExLrEhCTwGZGl3oBmeJRhlA9 > .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); }#KAUMqDHqExLrEhCTwGZGl3oBmeJRhlA9 > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zz6sWLdab77sccgwolIffP2P5OufPDoT { width:2rem;height:1.5625rem;top:1.0625rem;left:16.468749582768rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqbTmntX7nzOSBZMlTlSNZTRp9hF4rnx { width:10.9375rem;height:5.8125rem;top:0rem;left:4.5312500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLbp9yDrPPsVeaNxaEwRn4IUFQZTxEPm { width:5.3125rem;height:4.5625rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 { background-color:transparent;background-image:url("https://images.assets-landingi.com/VMBVyqA5/roz.png");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:initial !important;display:block; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7.adaptive-delivery-prevent-bg, #hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7.lazyload, #hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7.lazyloading { background-image: none; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container { background-color: transparent; background-image: none; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container > .video-iframe-container { display: none; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row > .video-iframe-container { display: none; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .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); }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rhtHMzX2xDLxWInzhSBNCnOKFhx3N73m { width:8.9375rem;height:4.375rem;top:0.75rem;left:0.77604103088381rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqKwNkzPVdk6P2XTXqJQhFUw5ECs5lll { width:9.375rem;height:3rem;top:1.09375rem;left:10.334335769315rem;display:block; }
 }@media only screen and (max-width: 763px) { #uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 { display:block; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qmQrFfT3ehcq0vwKgIZdIPqk612vteFq { width:10.8125rem;height:1.75rem;top:1.2645835876465rem;left:2.2260408401489rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5AAVGWd1vpZQI3SpK0TvoSH2zx57zz6 { display:flex;width:2.4375rem;height:2.4375rem;top:0.9208335876465rem;left:14.46875rem; }
#n5AAVGWd1vpZQI3SpK0TvoSH2zx57zz6 > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; } }@media only screen and (max-width: 763px) { #EPWodyDFT0oWvmMaucXVuDzt2QBlGQLU { display:block; }#EPWodyDFT0oWvmMaucXVuDzt2QBlGQLU > .row .container { width:20rem;height:17.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GhI82U2DNcKbWOSVq6QXNJvSxyINHUpc { width:13.375rem;height:1.25rem;top:15.870833396912rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhVSRTwovFwNUlGVePzJpI0W0MT5ZORa { width:4.1875rem;height:3.3125rem;top:11.128125190735rem;left:14.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgEtdgckszm96XJGX8WvrpLvJLnWORE6 { width:4.6875rem;height:4.1875rem;top:11.1826171875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZo2HRJL10SrBLkn9GDTC1BteewUrm0n { width:3.5rem;height:2.5rem;top:2.3854169845581rem;left:11.569790840149rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQERbqWAa8eSyrlzsEbQhslzUOgEK6wN { width:4.6875rem;height:1.8125rem;top:7.0546875rem;left:11.5693359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdi3nlTl7rEpxoKXuFqpOJ5JM8DDNRaR { width:7.3125rem;height:2.9375rem;top:1.25rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyC18ZPa0PNGpsL42CxSLAKgvWCTfQgX { width:6.75rem;height:2.0625rem;top:4.1875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1m7xTR40PU7RXhcO6nCpg2L8anXIhyw { width:5rem;height:5.125rem;top:2.3854169845581rem;left:14.999999046326rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6OIdsZpk7BE4Q3NodBXlNUdKTnKkCMq { width:6rem;height:5.3125rem;top:3.4927072525024rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHiNAdA5keXxHbHRTD0sXT4O0SU1UAsF { width:17.5625rem;height:11.125rem;top:4.8156251907349rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V36SxtXkqgHzreslDW1dZgN2OPc5nMws { width:5.25rem;height:1.5rem;top:8.8677082061769rem;left:0.81979084014894rem;display:block; }
 }@media only screen and (max-width: 763px) { #PabwfqJqTry14ciasA6tGR0NEMJGtc5h { width:3rem;height:4.5625rem;top:11.3701171875rem;left:12.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQoHq5NTIuWMg7GBBcwUlCHefhqBpkn2 { width:3.9375rem;height:4rem;top:11.1279296875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxTyeWitc2I5JHFShb7GT8eGT55pE5CD { display:block; }#mxTyeWitc2I5JHFShb7GT8eGT55pE5CD > .row .container { width:20rem;height:33.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P130TTRstZEq6X5IVmLzs7KuPBO8J7HX { width:20rem;height:3.9rem;top:4.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BObp95Tzr51E11q1qmFITFzC00uVRFdn { width:14.5625rem;height:11.4375rem;top:21.750000953674rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IW3caQ5ZwDk6WMUvUyVfsRffDDwITX3S { width:9.9375rem;height:2.3125rem;top:3.625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOCIJ5RSaVpw8es4uIziMhFGtcZ3Cure { width:16rem;height:18.2rem;top:6.5625009536744rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZlDVEeuJN6cKr8JSTnRp5k24kV1T3HT { width:5.875rem;height:5.875rem;top:4.7683715820312E-6rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGcKfqtlwXrCBO4OMi8CTy98Ib4Ipx8r { width:3.5rem;height:4.875rem;top:26.625000953674rem;left:2.75rem;overflow:hidden;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #NV7rRBGnXUVDJG07p8pcBhzu7IFiWTrq { width:20rem;height:24.625rem;top:2.0624961853027rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwTqFGKAI20R1nmcdTE6RABNrnXfKrsO { display:block; }#AwTqFGKAI20R1nmcdTE6RABNrnXfKrsO > .row .container { width:20rem;height:37.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N8XQ3IifXsWr3kCDc9vLk2z2DxbmC9WJ { width:17.25rem;height:22.75rem;top:11.4375rem;left:1.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBPImiET5uFHFl0essSPZH6mJ22xeAV0 { width:6.6875rem;height:1.875rem;top:4.4375rem;left:2.1906242370606rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTV0QXC5L9toBxJrPUIHKZWxMgqlaI7T { width:8rem;height:4.8125rem;top:0.52499961853027rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgtbiWDdHIIHEiMXpLGOl43xbVx5ly1I { width:20rem;height:35.9375rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXk7lbBMszmHpbIt0cFpE2L9z5RrdgKJ { width:16.3125rem;height:3.4125rem;top:6.6322917938231rem;left:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ColsPMQ8zHG2ZBTiQNOkJx18PqPAD8WT { width:7.0625rem;height:7.0625rem;top:10.31875038147rem;left:8.2583332061769rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #obBL80XIxI8NmeisOhWkLFwVwx5BpITg { display:block; }#obBL80XIxI8NmeisOhWkLFwVwx5BpITg > .row .container { width:20rem;height:19.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qaGod6cvDaxGbzlkovd2xDtpm968STRD .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qaGod6cvDaxGbzlkovd2xDtpm968STRD .widget-text.counter-number { padding-top:0.31rem;padding-right:0.27875rem;padding-bottom:0.31rem;padding-left:0.27875rem;width:1.673125rem;min-width:1.673125rem;height:1.6675rem;font-size:1.24125rem;line-height:26.68px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qaGod6cvDaxGbzlkovd2xDtpm968STRD .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.194375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.230625rem;height:0.659375rem;font-size:0.465rem;line-height:10.55px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qaGod6cvDaxGbzlkovd2xDtpm968STRD { display:flex;width:11.375rem;height:3.125rem;top:7.86874961853rem;left:6.887499809265rem;padding-top:0.53125rem;padding-right:0.55rem;padding-bottom:0.53125rem;padding-left:0.55rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #qaGod6cvDaxGbzlkovd2xDtpm968STRD #xOix0ffvz8H7T8THv6ZTgr8JQttaCs6r { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qaGod6cvDaxGbzlkovd2xDtpm968STRD #GOlkUzTcvKqqCXrMOoOhBXFdCTBzoTea {  }
 }@media only screen and (max-width: 763px) { #qaGod6cvDaxGbzlkovd2xDtpm968STRD #Xob8HpB8tGIFEZS1md6DdhROlqLAOpN9 {  }
 }@media only screen and (max-width: 763px) { #qaGod6cvDaxGbzlkovd2xDtpm968STRD #exh2zwrIzDi390M3BJgtfChWsfVhpLoo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qaGod6cvDaxGbzlkovd2xDtpm968STRD #WyASh8fZzzHpEKGElFgTANzdKLnRQz6K {  }
 }@media only screen and (max-width: 763px) { #qaGod6cvDaxGbzlkovd2xDtpm968STRD #fcH18mTvqbIwPSpg044EAXcPQfLF7R6B {  }
 }@media only screen and (max-width: 763px) { #qaGod6cvDaxGbzlkovd2xDtpm968STRD #ndOpWRZuZaS4LgD0HZTxxpm68v7455p4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qaGod6cvDaxGbzlkovd2xDtpm968STRD #FIRd0rcmHNP3TMq5ylTTr1OPeoqTri0u {  }
 }@media only screen and (max-width: 763px) { #qaGod6cvDaxGbzlkovd2xDtpm968STRD #td6Cnh8aSkbcTWATiXiOhkfUOJoHphwi {  }
 }@media only screen and (max-width: 763px) { #qaGod6cvDaxGbzlkovd2xDtpm968STRD #b15FIRbTC6BGmhWqWRqzmNL0lyw7C2p2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qaGod6cvDaxGbzlkovd2xDtpm968STRD #MbEP7phbbGKz904ahcbRWRlXq1yPvksw {  }
 }@media only screen and (max-width: 763px) { #qaGod6cvDaxGbzlkovd2xDtpm968STRD #zzB4sSMpxWcz7a1wrs0ZgIzyyturC6XX {  }
 }@media only screen and (max-width: 763px) { #SrlLy0xeXys8f3xOTKf0uSwbzTeacPA7 { width:13.625rem;height:3.4125rem;top:2.7749996185302rem;left:6.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIsVpXkZVxxTtLUoyF7H2RHlsbLrGR7v { width:18.625rem;height:4.625rem;top:2.0249996185302rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCq6V44m3I9h5KV4gT8HgGS6TJLSLQpo { width:9.0625rem;height:18.625rem;top:0.64999961853025rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #evPibIES75u1UrIAodWPTs3L79LmpSob { display:block; }#evPibIES75u1UrIAodWPTs3L79LmpSob > .row .container { width:20rem;height:45.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cc0y8RzKhAI1uVp9444PabiCptO1tHbT { width:16.375rem;height:5.6875rem;top:9.0625rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkpAH3w4pMLQiM4p2GKwpnrCoUfXtBAF { width:16rem;height:3.4125rem;top:15.375000953674rem;left:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3eTxqQ9TEFJfHC1CAtbBcmRXTmckai9 { width:16.1875rem;height:3.9rem;top:19.97500038147rem;left:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tyo2HflP69bxiAiTglsro2KtoAWx2rEO { width:11.4375rem;height:5.125rem;top:2.3125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MI5sUZk3vOROGJEGGf3QIx4U3annsSHU { width:16.0625rem;height:2.925rem;top:24.812503814698rem;left:2.53125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNXZA34L6tNNdq28sNRQmRQuRaDGnJbB { width:20rem;height:10.3125rem;top:34.549999237061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQra2J7iFJ7UHXghesZIuRd07ac0rD31 { width:5.25rem;height:5.25rem;top:29.299999237061rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4z3vOMkkcNiHul9xgtc5i2anPtdcCyr { width:7.6875rem;height:7.6875rem;top:3.1750011444092rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwzLMv2ZXpqunLE1N4rZP3tuVtuwXonM { width:11.875rem;height:5.375rem;top:28.424999237061rem;left:6.9447908401487rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8Uq8BoZUI7KFEwS3Tysl0HZzXTr4OgK { width:18.3125rem;height:29.25rem;top:6.75rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RORbcCGUVrEH2z5nANES4e6DnBqe9x66 { width:20rem;height:36.1875rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvXMSeSPQ3suUoVzoXx1g24H7awpgtT4 { display:block; }#LvXMSeSPQ3suUoVzoXx1g24H7awpgtT4 > .row .container { width:20rem;height:14.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vqF9CXykC0866X0lq6OMRx9RkwTzxVuv { width:8.25rem;height:7.8125rem;top:3.875rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQX4OKT0TTH3F5fggeve3JpD0mzFtTDa { width:8.3125rem;height:10rem;top:3.875rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #einlpHDPXFd0ZpttXRa6GfAEH6r44F3s { width:9.0625rem;height:7rem;top:3.875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xokh2BbbGiCEuFBChhQei49K1947G7xW { width:9.25rem;height:8.3125rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzbtT6eWDTXVw4lqDZ1liZPo4kDfgnrc { width:9.75rem;height:1.75rem;top:1.1875038146973rem;left:0.51979160308838rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT380m5TSaUnUdrMl07Imes7KCovPHGO { width:7.4375rem;height:1.3125rem;top:1.40625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUy1iiKpMwqKQp0sl6wqTF4QdszDMVTJ { display:none; }#TUy1iiKpMwqKQp0sl6wqTF4QdszDMVTJ > .row .container { width:20rem;height:14.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ucxi1xxIK8WgmThkRfOfT5bW1tIhAx0A { width:18.1875rem;height:9.75rem;top:3.6875rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKmrIlOHJLpl3KutNba11ZLPvcTz0TQ0 { width:12.5625rem;height:1.5rem;top:0.63437652587888rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTZXsQbnpTfy86gEt8HJflowD8CmWCQT { width:2.8125rem;height:2.1875rem;top:0.57187652587891rem;left:16.748958587646rem;display:block; }
 }@media only screen and (max-width: 763px) { #odEDHZ86EBz5bnyMiwTWwmSZb5qsTOVp { display:block; }#odEDHZ86EBz5bnyMiwTWwmSZb5qsTOVp > .row .container { width:20rem;height:11.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ROVbuvxFqOzUiiVmdt1f6bwZzDdIlAeT { width:3.625rem;height:1rem;top:1.0520820617676rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #COwSMbwRJr5Mg7NgtoAR4OKe32fG8tNq { width:6.125rem;height:2.5625rem;top:2.1875rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4fROb4K07xDKpaosqkHiVhuyJMLW0Tk { width:0.125rem;height:6.9375rem;top:4.6875rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AC8g1yLmXVT2pspWrGV2SLXbEPe0sC4r { width:5.5rem;height:1rem;top:5.9375038146972rem;left:7.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #O34BFBU1gEh5dkRLqSkUaM2G06Nq3mqU { width:4.625rem;height:1.5625rem;top:8rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrnlFyaAtBI2RynsycDw5TQJFSHZQe03 { width:5.4375rem;height:1.75rem;top:7.96875rem;left:7.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H403e80Pz0Z7nlBXrCEOHvo9QsAXB7rX { width:4.6875rem;height:1.25rem;top:8.375rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHzbBFZbR7GMkQXIfT0M6WTKxsxocMo4 { width:20rem;height:0.125rem;top:10.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxZ3EkTzZJoa68iUJ8NFNsPZtmh3STJL { width:9.625rem;height:0.125rem;top:4.9375rem;left:4.8125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #fxzq0z6limOTWtce96ETgIh6erqQRUSd { display:block; }#fxzq0z6limOTWtce96ETgIh6erqQRUSd > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zag6VnPnCQu0EmP6EkVVHdRVWRHrnyTE { width:6.5rem;height:1rem;top:0.47604370117188rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1q305iEEJKqkODtNpx3opzGFvLzcwvm { width:7.25rem;height:2.4375rem;top:1.96875rem;left:2.1318359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7ayxqNyTW8y9xaJxCw5UG697y4vFtNc { width:4.8125rem;height:2.625rem;top:1.875rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SI4ygPzvKEJ4EGiGabHXwoi1JZQ6Lzc9 { width:20rem;height:0.125rem;top:4.6010417938233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOKg3smEwgsCvJTW7x7qUWHwl6lv43xn { display:block; }#MOKg3smEwgsCvJTW7x7qUWHwl6lv43xn > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i72iWxGEOHfLTlOkxAFS04fG87n1Ekpb { width:7.8125rem;height:1rem;top:0.65625rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgrOBRZJ2fWB4sdoLQF3pLckHzTtJvaH { width:20rem;height:0.125rem;top:4.6166667938233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIJah35wSqT8wJTZtvyqOpN09MHHp1Tk { width:4rem;height:1.8125rem;top:2.171875rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvQJuQnw4SSIOOqCrbJpvN7fl8MwwFxc { display:block; }#lvQJuQnw4SSIOOqCrbJpvN7fl8MwwFxc > .row .container { width:20rem;height:11.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZFmzax6Ag83RbeukJ5pT1176fXK4hRGO { width:6.125rem;height:1rem;top:0.6767578125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyIO8ghHdeuBaWJ0KArCepKG74KBSvdV { width:10.125rem;height:0.8125rem;top:6.0281248092651rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpxfDOSRDKWQgkNNJr12WR43GruR8MwE { width:2.9375rem;height:2.5rem;top:2.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7mlzRQzbhamg7cmVgcuTkgopTify1e7 { width:3rem;height:2.5rem;top:2.375rem;left:5.1947908401489rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJX2m9xcEb5TEIfgIAupJUaczFBhrq8O { width:3.1875rem;height:1.875rem;top:2.6875rem;left:9.9447908401487rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQVnmLhIMOG0krRrUwcwXamaNNTvkn5v { width:2.3125rem;height:2.5625rem;top:2.34375rem;left:14.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWCxhmmoWtyuQAvaqIb3R55iJOJLqIyk { width:3.375rem;height:2.4375rem;top:7.809374809265rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXyyGeWRbKnBuXGoliU02gUGIPOtRttw { width:6.25rem;height:4.375rem;top:6.840624809265rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoGn7tz93IADwc6d0VlZSUpEohPW2SLU { width:5.625rem;height:1.6875rem;top:8.0208349227906rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7sJ5dxNTx9M7PDatp7q9zaH6uUD10Ua { width:20rem;height:0.1875rem;top:11.097916603088rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NasJa3BOxDNRFEA0BbNWd5sDwP8z2tme { display:block; }#NasJa3BOxDNRFEA0BbNWd5sDwP8z2tme > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #El9sGVhKMSNW8oJ2c8QHqA8Q1vHxT1TR { width:6.625rem;height:1rem;top:0.5625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1mtTWZxrgAlWEAkq2rPQe2vMK8baI0T { width:3.3125rem;height:3.125rem;top:1.5625rem;left:1.6318359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ondNgcQSl23wLRSpWUleoufll5S4mLbx { width:4.25rem;height:2.625rem;top:1.75rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4pdq7aqAg16AACHCIuE4yeSRJfllTOR { width:20rem;height:0.125rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvZXT3SsQwrQetETTGa7VNDJtEecdMkw { width:4.25rem;height:1.6875rem;top:2.28125rem;left:14.3232421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E96UaWkiy1ALaTuRUlBLe119kFuZyPMi { display:block; }#E96UaWkiy1ALaTuRUlBLe119kFuZyPMi > .row .container { width:20rem;height:17.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eJCwIdgTIz7JHrILTWgdTl9Afu7QS8DD { width:5.4375rem;height:1rem;top:0.7392578125rem;left:7.28125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tWn1U9godV4kTZcJKsJ8zcVr8Qh1xGfd { width:2.5625rem;height:2.5rem;top:1.7395858764649rem;left:1.5385408401489rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7lQ2FhTuPtpP9dWeDT8QSq7NPtNVkdr { width:6.25rem;height:1.375rem;top:2.3020858764649rem;left:5.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKf9SqtFSf7rUsTZkprbZl0aqxcWaQCV { width:6.875rem;height:0.875rem;top:5.5520858764649rem;left:1.5385408401489rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeVNZbN1SBdySsJd7Lnc3yPMasZS02bC { width:7.375rem;height:1.875rem;top:5.0520858764649rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPO1hTcWNd2e29MnnqniOzLkndqvPIdl { width:7.25rem;height:1.875rem;top:8.177085876465rem;left:1.5385408401489rem;display:block; }
 }@media only screen and (max-width: 763px) { #A67TRGlTyIJpdUFeibHI4ELnzmeBemxx { width:5.625rem;height:1.875rem;top:8.177085876465rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pP0Vt3ZSyvH7usFVEMTA6vwJ5Oa2IgPV { width:5.8125rem;height:2rem;top:2.3093748092651rem;left:12.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOz6fT6UBh19cTCGvq2r1hvmilvTmg3x { width:4.6875rem;height:1.25rem;top:11.177085876465rem;left:1.5385408401489rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBkKQTFofqRisr37X22Do6FZAcpFPucO { width:4.9375rem;height:2.375rem;top:10.614585876465rem;left:7.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrT0BqDUST8gXpPfZ7JCmEgbWVJfME7r { width:2.1875rem;height:2.75rem;top:10.052085876465rem;left:14.194790840149rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvpcwzkVf63bmWT728qrzVyTz1bzhcxt { width:5.0625rem;height:3.625rem;top:13rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrvLGcGtTimoXEPgTCAe1mDUoTASq3Lz { width:4.875rem;height:1.5rem;top:13.9443359375rem;left:8.4130859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGhtwGO4KlTKU9DwkX78H8U6ML80LTqk { width:20rem;height:0.125rem;top:16.569791793823rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4uLTETdDav3X6fJ8MIXkOTtPLWE8qT8 { width:4.625rem;height:1.0625rem;top:14.28125rem;left:14.1943359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z46PT5nti4J0PiN9J1JzsV6Kc45PdSgh { display:block; }#Z46PT5nti4J0PiN9J1JzsV6Kc45PdSgh > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oxsyRh8KNHbpCgWTitWcGkGVOoPPquvh { width:3.5625rem;height:1rem;top:0.6142578125rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMr9ocN3Xue5JS0luhbXCfff5kyhqCaW { width:1.9375rem;height:2.5rem;top:2.3093738555908rem;left:4.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ol5so5gg8MlB7N5NVffJVrkuQUv6CfNu { width:3.5625rem;height:1.25rem;top:2.9343738555908rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGPhGQabumBXg7J6bVXANve1VOoe2g1d { width:2.375rem;height:2.5rem;top:2.4343738555908rem;left:14.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXJrITM6Xsm4vi67maucM7VXlzCKUMUe { width:20rem;height:0.125rem;top:5.6145839691162rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTKVCBQydWBcJsV5X4t35VoooZZCZvGs { display:block; }#UTKVCBQydWBcJsV5X4t35VoooZZCZvGs > .row .container { width:20rem;height:16.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DVAkIK1GySWFfw6L8GsfdR6zKv5JbmUL { width:5.5625rem;height:1rem;top:0.8017578125rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFWcRUhyEn9PhL7gO7kDBnLENkAoa6F0 { width:3.5rem;height:2.8125rem;top:2.6458339691162rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQNvrUyh7cWhsQfz56lAGvcSdzwoWGyA { width:2.8125rem;height:2.8125rem;top:2.6458339691162rem;left:11.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VC7eVgiAAzWZiNPiWA4IA3P7s1S94AH0 { width:2.75rem;height:2.8125rem;top:2.6458339691162rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVXfc4GkxeyF0RFKEiSEoDRPbP4KWPzz { width:5.1875rem;height:1.875rem;top:6.6458339691163rem;left:1.0385408401489rem;display:block; }
 }@media only screen and (max-width: 763px) { #poGhNtMNwkTFIG9VGctONCUX58eEoxqQ { width:2.6875rem;height:3.0625rem;top:2.5208339691162rem;left:15.781249046326rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJPbZ95O6k06OWtVPOmssVSfvaz94ono { width:4.125rem;height:2.5rem;top:6.6458339691163rem;left:6.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DftiwhRVFD6S2a97wT2abMruh6lDFUeH { width:2.0625rem;height:2.5625rem;top:10.177083969116rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPB7a2wcuD7a8ah8kb3EKsV2HWFiTwns { width:2.8125rem;height:2.125rem;top:6.5208339691163rem;left:15.718749046326rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHgoBbyMB7oqurQTENVH8pHz4lnQVP76 { width:2.625rem;height:2.625rem;top:10.145833969116rem;left:10.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfatKF87OKhvE3pmHQ51gz3RKDhXwwBm { width:2.8125rem;height:2.8125rem;top:6.1770839691162rem;left:11.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNlH1FyXEnifAXAoN0fnJ4GJTBP4N8G8 { width:3.8125rem;height:2.1875rem;top:10.208333969116rem;left:14.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6bNBoL9Hd0ee36y3x09SDCIs2JIzN33 { width:6.1875rem;height:2.75rem;top:10.083333969116rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXSSDqvmJwQB4VlDdc7mghi716RXpMyb { width:20rem;height:0.125rem;top:16.6767578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI5MEBiRWkPbXF24ofSFmTdqt9D5tgZ5 { width:3.75rem;height:1.5rem;top:13.8017578125rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOMxpNTeanbenambZ9T5N6Sh7MLSnxEi { width:1.6875rem;height:1.6875rem;top:13.7080078125rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZa1V5Xl3VTvQdvvKybGu53suJTzThu3 { width:2.375rem;height:2.375rem;top:13.3642578125rem;left:10.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9J2TDVQy5dn1OJGXJV6vSVtivuDeItb { width:3.5625rem;height:1.8125rem;top:13.7392578125rem;left:14.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZF9WeTwELNSDyJ7aGoBi7WzkPrN5AsQH { display:block; }#ZF9WeTwELNSDyJ7aGoBi7WzkPrN5AsQH > .row .container { width:20rem;height:11.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AqWvrcySaaKCK743JOb0TK9WKcny7pJP { width:5.625rem;height:1rem;top:0.9375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdJPTGfkEhQz8wsyTuyVvmggbEmcimt7 { width:4.125rem;height:2.1875rem;top:3.2499980926514rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWUlH7c2EvL9w0TMmxtskOrkapqnPfVz { width:6.3125rem;height:1.875rem;top:9.75rem;left:6.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tg1zlvtgQ2XF1WqOOt6KoD8FNyCVuXRa { width:4.375rem;height:1.875rem;top:6.3750019073488rem;left:6.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLidAqcWgG0FWmuJcEsCKTJLC84DZsKf { width:4.875rem;height:2.1875rem;top:3.15625rem;left:6.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uADr2MdnzwgM2XZlWcQv2wChlXLbzasE { width:5.125rem;height:1.875rem;top:3.375rem;left:12.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1L4iS3dSPMSZ4sTJCwWwB0xO3D8CDbw { width:6.0625rem;height:1.5rem;top:6.8197917938231rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #btI7XK7PMd92p3e1iUCIxT4t4urUwwsP { width:4.375rem;height:2.5rem;top:6.2500019073488rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCHBqU994WtFJA0HDmD2OklSzlpkBltW { display:block; }#sCHBqU994WtFJA0HDmD2OklSzlpkBltW > .row .container { width:20rem;height:21.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bBw7xFALJ7WWZ1XOpcpzDAHvR2cLu03x { width:5.875rem;height:1.875rem;top:1.6875rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRCmiFJhUqtt2vPZJT7TSRa2n7AK4eT8 { width:11.5625rem;height:2.1875rem;top:1.5625rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWZC2kanNkwVIq4B5pTCnheV6RRayt8L { width:19.8125rem;height:1.1375rem;top:19.189584732056rem;left:0.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7e0x90ARQ3cEk4VMA4J376AhZJSLybF { width:19.8125rem;height:1.1375rem;top:11.85000038147rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTRLn6h61FblT37H9d4NTN8gqW20t1gU { width:19.8125rem;height:1.1375rem;top:10.71249961853rem;left:0.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrPnQtpierwSuJDWpe5arWZ6uUJgNbyx { width:19.8125rem;height:1.1375rem;top:16.914583206177rem;left:0.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1sZvKhNgTk4uTscfT4eHQrKudrSDJyL { width:13.4375rem;height:2.1875rem;top:14.727083206177rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysF52oRZdTkHg9T0egFagXqt84sqOySA { width:19.8125rem;height:1.1375rem;top:18.052083969116rem;left:0.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqh1HT0MylAZfiyPL1RPt0LG2UJJtWTa { width:13.0625rem;height:2.1875rem;top:8.39999961853rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6vNczTivxVQn9iGtB5AfJJTt6vyzUrk { width:13.9375rem;height:2.1875rem;top:3.75rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTD5VBvfNzyG20KSoGmp9LkI0XngTPtI { width:15.0625rem;height:1.1375rem;top:13.02499961853rem;left:2.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rt2d5SP4sW4yDizJmTFzUGuM7M51PuZU { width:15.625rem;height:1.1375rem;top:7.2624988555906rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k123zk5rTMSIkZMGR9P0H7EXh4quldBt { width:14.0625rem;height:1.1375rem;top:5.9375rem;left:2.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG81TnvCwPTHCMIqKEMgsQWKJ7NPKpZT { display:block; }#KG81TnvCwPTHCMIqKEMgsQWKJ7NPKpZT > .row .container { width:20rem;height:13rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KHBs4d1scu9qmAXRwUSkABKzdE5fd34z { width:15.4375rem;height:0;top:4.25rem;left:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zf26piAtZrpNsmwCcPflfUI7y3HZ40E1 { width:9.625rem;height:0.125rem;top:0.875rem;left:5.1875rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #ABaran1BVQimaBKRqEs82i3i3kaN0R7e { width:17.9375rem;height:5.5125rem;top:1.5625rem;left:1.0625rem;font-size:0.4375rem;text-align:left;text-align-last:left;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #Rb26FTbphTEv67EZZ1MAZsiB9XFEMATE { width:11.625rem;height:1.1375rem;top:11.5625rem;left:1.0625rem;font-size:0.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MHZv9zEnIsileVUhg4ocfEX42D64o4me { width:12.5rem;height:0.65rem;top:10.4375rem;left:1.0625rem;font-size:0.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AL4n3gnsW9USFPSN2dy6lEiA9PZ9lXDy { width:6.4375rem;height:2.6875rem;top:8.9447898864744rem;left:12.632290840149rem;display:block; }
 }@media only screen and (max-width: 763px) { #WetEHA9yp9NL2fcXcGmREgr4WyiPK6bL { width:6.875rem;height:1.4375rem;top:8.3895835876462rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vl9uzv3WnbBXCv7Q83iGI32e58KLU2W8 { width:6.625rem;height:1rem;top:8.9447898864744rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWe48qJb48pM8xDAT7dh6T95xLrKr72e { display:block; }
 }