.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;
}
.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-input-select option {
  color: #000;
}
.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 {
  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:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:42.0625rem;width:75rem;position:relative;display:block; }#lHJkif0E585gvTv7IftEGq0mi44G6esp { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.9375rem;width:52.625rem;top:1.75rem;left:2.6875rem;overflow:hidden;display:block; }
#td2XF9bMNeEWTKvJ2GlDNZloRK17cNeR { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.875rem;width:36.1875rem;top:12.625rem;left:2.6875rem;overflow:hidden;display:block; }
#uDTMqkSVD7oXnRQN8ReWJl19CvQygl2p { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:6.25rem;top:34.4375rem;left:31.1875rem;overflow:hidden;display:block; }
#FbvXaK4ab5AWpgr3E2gcgvFaefwZxJb3 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:5.375rem;top:34.4375rem;left:66.9375rem;overflow:hidden;display:block; }
#sE9kaN9kQMETfVkeSha00Ug0IBFpI7R3 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:8.375rem;top:34.4375rem;left:2.6875rem;overflow:hidden;display:block; }
#J0zT3PdT0KBxJqkIOdOvCXXOliaKXoev { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:7.5625rem;top:34.4375rem;left:58.25rem;overflow:hidden;display:block; }
#MiWWthq5WtEgr94EoqzZOBTJ7Dq4Qm0B { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:9.875rem;top:35.1875rem;left:13.125rem;overflow:hidden;display:block; }
#JRKZTKTDpr2RIU2yiyIih2808GH7ITG2 { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:9.6875rem;top:34.59375rem;left:46.9375rem;overflow:hidden;display:block; }
#wQnTSNBR39FQ4CyB9WVhl5SKRIiATuOu { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:6.625rem;top:34.4375rem;left:38.6875rem;overflow:hidden;display:block; }
#yeX4dgBR3LRTIpB1GBwSqF8K7GN3SiNB { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:5.625rem;top:34.4375rem;left:24.6875rem;overflow:hidden;display:block; }
#cgc6rekiNe1QTwnFFqriTxRhTL9pmTHO { position:absolute;display:block;z-index:100012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.75rem;width:0.75rem;top:41.25rem;left:35.1875rem;display:block; }
#hbCpuEB3EGLvZXVA97MWK4ZBK3p9Dq4T { position:absolute;display:block;z-index:100013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.75rem;width:0.75rem;top:41.25rem;left:37.125rem;display:block; }
#KATgMkWqHD4vAQTrsC86WNdPh9izo0z1 { position:absolute;display:block;z-index:100014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.75rem;width:0.75rem;top:41.25rem;left:39rem;display:block; }
#xdG24ml8MWZkKvRTyidKGQNEWKguAkdO { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:3.625rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:34.46875rem;left:2.71875rem;display:block; }
#QgnKFv66JXf5CvlxUUdEVim3m9GMcyde { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#edU1HpOwkvCtz2h3RaDu5avGrDKf6lhI { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.25rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:34.65625rem;left:12.4375rem;display:block; }
#DxpqsZfxebQB3nGpDJlIipqbmaN4tqTt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mLgnIXO7qRTSSv6VuzufsKlwfgofqN3l { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5rem;height:3.0625rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:34.90625rem;left:24.5625rem;display:block; }
#So1Opfn91GTUhT5qXrour4tHcg0korqa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#eIrGEzCZXBpvU6OtZFcxOAsn9iBI4URG { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.375rem;height:3.75rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:34.40625rem;left:31.2451171875rem;display:block; }
#Py0hGuxfNwEb3JZcqFf00u3q18pDeT4X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#v75XClA15HWTb4MdW2F3e6DlMMf1KTSU { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.375rem;height:3.5rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:34.53125rem;left:38.875rem;display:block; }
#iQFV8LTt4aX5GkURbn1pCo9q4qwscKU1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oBXusNp6iXSivhpg35oKUhx9cZWdvv8a { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:4.5625rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:34.15625rem;left:67.125rem;display:block; }
#mo5D44luTfMAHLPbfSfe3osJohrgtZ1B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vvzEMBI1sswcQ840LJz3I4FChI7E7fHs { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:3.4375rem;text-decoration:none;z-index:100020;text-align:center;text-align-last:center;top:34.59375rem;left:46.625rem;display:block; }
#tW6nZerE9tKFOgd4T6zCz00VfbFJqJPT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vMUgLnVeduugOmTuZfu7XoybikvoJ4km { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:3.4375rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:34.5625rem;left:58.0625rem;display:block; }
#SkpUUeIdofBdJ3Q7fuT3T41R2JiPzLKo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kSaPkzLspsbbTSZqcW278QLSmOP65xRg { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:42.1875rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#y0kJ2ynk5Ns7VuCocBZHtdm2J9oLnWD2 { position:absolute;display:block;z-index:100012;background-color:#cc0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:3.75rem;width:17.4375rem;top:19.0625rem;left:46.625rem;display:none; }
#QRRuCh7XIIcE3dBZuy4GMZQGaJJaIPso { color:#ffffff;display:block;width:9.625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:100026;line-height:1.1;letter-spacing:0;top:21.25rem;left:50.6875rem;height:0;text-align:center;text-align-last:center;display:none; }
#SJZp0Qx4e1MACL3QMFrT6FquuAUw3Rwz { box-sizing:content-box;color:#ffffff;font-size:2.75rem;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:block;z-index:100031;top:18.875rem;left:60.4375rem;display:none; }
#KZQZmVV3FgAzM0oBqChW7dLlIq6UNMcO { position:relative;display:block; }#KZQZmVV3FgAzM0oBqChW7dLlIq6UNMcO { background-color: transparent; background-image: none; }#KZQZmVV3FgAzM0oBqChW7dLlIq6UNMcO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KZQZmVV3FgAzM0oBqChW7dLlIq6UNMcO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KZQZmVV3FgAzM0oBqChW7dLlIq6UNMcO > .row .container > .video-iframe-container { display: none; }#KZQZmVV3FgAzM0oBqChW7dLlIq6UNMcO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KZQZmVV3FgAzM0oBqChW7dLlIq6UNMcO > .row > .video-iframe-container { display: none; }#KZQZmVV3FgAzM0oBqChW7dLlIq6UNMcO > .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); }#KZQZmVV3FgAzM0oBqChW7dLlIq6UNMcO { border-width: 0; border-radius: 0; }#KZQZmVV3FgAzM0oBqChW7dLlIq6UNMcO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:48.9375rem;width:75rem;position:relative;display:block; }#DapJo8Bd3l7VLo0DHCvIJvNnpwukbc7H { color:#ffffff;display:block;width:31.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:100000;line-height:1.1;letter-spacing:0;top:7.75rem;left:3rem;height:7.9rem;text-align:justify;text-align-last:initial;display:block; }
#CxQtxpw8Q4v2AArLAFhH2GgMm0nLM2mR { color:#ffffff;display:block;width:34.6875rem;position:absolute;font-family:lato;font-size:3.75rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:3.1875rem;left:2.8125rem;height:4.875rem;font-style:normal;display:block; }
#dcbJJtqiEwtoWqMZDHbdRiLvEhJod8Xk { color:#ffffff;display:block;width:31.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:100002;line-height:1.1;letter-spacing:0;top:20.4375rem;left:3rem;height:6.53125rem;text-align:justify;text-align-last:initial;display:block; }
#niIVhhg6yXoi7yib18fklQU9CLfuwgc1 { color:#ffffff;display:block;width:7.6875rem;position:absolute;font-family:lato;font-size:3.75rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:15.75rem;left:3rem;height:4.875rem;font-style:normal;display:block; }
#Gb6ZRXKB9HHGvPL2SVDeSDZC7qnZXIEb { color:#ffffff;display:block;width:20.9375rem;position:absolute;font-family:lato;font-size:3.75rem;font-weight:700;z-index:100004;line-height:.9;letter-spacing:0;top:28.8125rem;left:16.1875rem;height:13.5rem;font-style:normal;display:block; }
#pOlCy1FzRXlzu6APawci446wORDvDyIB { color:#ffffff;display:block;width:31.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:100003;line-height:1.1;letter-spacing:0;top:43.4375rem;left:16.1875rem;height:1.30625rem;text-align:justify;text-align-last:initial;display:block; }
#H12QfF4IupvWiWuBUDq1Fg8sh1sLzumL { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.4375rem;width:0.375rem;top:29.125rem;left:14.125rem;display:block; }
#kaAaL6O4Xs8gQn18GTStb0L3b6UB9P6v { color:#ffffff;display:block;width:32.0625rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:700;z-index:100002;line-height:1;letter-spacing:0;top:3.75rem;left:40.5625rem;height:6.25rem;font-style:normal;display:block; }
#rJrRuR952OIQxRDgQZ1UVddeRIV2s5PB { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:100001;line-height:1.1;letter-spacing:0;top:10.9375rem;left:40.5625rem;height:6.53125rem;text-align:justify;text-align-last:initial;display:block; }
#MWe7wypnitGgFpp6JSSOvgt5bOf3XFTx { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.5625rem;width:31.0625rem;top:10rem;left:43.9375rem;overflow:hidden;display:block; }
#ERTxTxrsVwRfinhLN5y3hFwHn0WxeSGN { color:#e50202;display:block;width:29.1875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:100006;line-height:.9;letter-spacing:0;top:28.8125rem;left:40.0625rem;height:2.25rem;font-style:normal;display:block; }
#Ii28vATGbUnc0pXRpaQ28mwU4SfOD52F { color:#ffffff;display:block;width:29.1875rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:100007;line-height:.9;letter-spacing:0;top:30.875rem;left:40.0625rem;height:1.6875rem;font-style:normal;display:block; }
#twVq7yxDy2wJewpiKG8tSquW8JionISe { color:#e50202;display:block;width:29.1875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:100007;line-height:.9;letter-spacing:0;top:34.6875rem;left:40.0625rem;height:2.25rem;font-style:normal;display:block; }
#P9zLuaWNBIyoXvTm1wRoSve4Ia20bZMi { color:#ffffff;display:block;width:25.4375rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:100008;line-height:.9;letter-spacing:0;top:36.9375rem;left:40rem;height:1.6875rem;font-style:normal;display:block; }
#Jg0cAhiN51tgD7E2oOSDTC8kZNZnTkn3 { color:#e50202;display:block;width:29.1875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:100008;line-height:.9;letter-spacing:0;top:40.6875rem;left:40.0625rem;height:2.25rem;font-style:normal;display:block; }
#NP4DMJRbdlK3yvbt2bzp8AyruX21OzBg { color:#ffffff;display:block;width:29.1875rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:100009;line-height:.9;letter-spacing:0;top:42.9375rem;left:40.0625rem;height:1.6875rem;font-style:normal;display:block; }
#ukBpd9Z1wlAasp2Fv3f26lggFWyXSutP { position:absolute;display:block;z-index:100017;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.75rem;width:0.75rem;top:48.1875rem;left:39rem;display:block; }
#WbognVgkznvbaGNhhboinpM9OUfAhi75 { position:absolute;display:block;z-index:100016;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.75rem;width:0.75rem;top:48.1875rem;left:37.125rem;display:block; }
#PWQvkCgAFCTxJRLEPTvxQ7GoZFJ6sn5B { position:absolute;display:block;z-index:100015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.75rem;width:0.75rem;top:48.1875rem;left:35.1875rem;display:block; }
#P7cnBKk1KBxi59t28w2PKXlsMCE4mKuu { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.4375rem;width:0.375rem;top:29.125rem;left:14.125rem;display:none; }
#K4PpIn27Jo3AQpl2BDX9v1Tn6p43GuOZ { position:relative;display:block; }#K4PpIn27Jo3AQpl2BDX9v1Tn6p43GuOZ { background-color: transparent; background-image: none; }#K4PpIn27Jo3AQpl2BDX9v1Tn6p43GuOZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#K4PpIn27Jo3AQpl2BDX9v1Tn6p43GuOZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#K4PpIn27Jo3AQpl2BDX9v1Tn6p43GuOZ > .row .container > .video-iframe-container { display: none; }#K4PpIn27Jo3AQpl2BDX9v1Tn6p43GuOZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#K4PpIn27Jo3AQpl2BDX9v1Tn6p43GuOZ > .row > .video-iframe-container { display: none; }#K4PpIn27Jo3AQpl2BDX9v1Tn6p43GuOZ > .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); }#K4PpIn27Jo3AQpl2BDX9v1Tn6p43GuOZ { border-width: 0; border-radius: 0; }#K4PpIn27Jo3AQpl2BDX9v1Tn6p43GuOZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:35.4375rem;width:75rem;position:relative;display:block; }#MkQfyDsQ4MghiSyUHGc1nMcttSwwbwIP { color:#ffffff;display:block;width:28.625rem;position:absolute;font-family:lato;font-size:3.75rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:1rem;left:2.875rem;height:4.875rem;font-style:normal;display:block; }
#AqMfTHUNittFhzLpwFa0hMV6nFTvoTLz { color:#ffffff;display:block;width:20rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:700;z-index:100018;line-height:1.1;letter-spacing:0;top:8.5rem;left:2.875rem;height:2.26875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#eWR4IH9enOAkKliMZst9uHG9ucTsWzMU { color:#ffffff;display:block;width:9.625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:100019;line-height:1.1;letter-spacing:0;top:11.75rem;left:2.875rem;height:1.30625rem;text-align:justify;text-align-last:initial;display:block; }
#WsdmEzFtbwsR31oRETO7wFV9wwkTACbw { color:#ffffff;display:block;width:16rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:700;z-index:100020;line-height:1.1;letter-spacing:0;top:11.6171875rem;left:11.875rem;height:1.44375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#WdxHnJlk8LUUndV096ZaaQQx2f0bw2xd { color:#ffffff;display:block;width:31rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:700;z-index:100019;line-height:1.1;letter-spacing:0;top:16.3125rem;left:2.875rem;height:2.26875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#hGde9ob7FvmOVo4UvyRWVSZRo9ebZyDq { color:#ffffff;display:block;width:33.125rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:100018;line-height:1.1;letter-spacing:0;top:23.4375rem;left:9.4375rem;height:3.91875rem;text-align:left;text-align-last:left;display:block; }
#Vb573Gwpp6HF1FbJoJsuzvoqN0KrV71k { color:#ffffff;display:block;width:21.5rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:100019;line-height:1.1;letter-spacing:0;top:23.4375rem;left:40.625rem;height:2.6125rem;text-align:left;text-align-last:left;display:block; }
#DPcUTtLDXc8Awo3auFLro9ZOLW17VFRu { position:absolute;display:block;z-index:100019;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.75rem;width:0.75rem;top:33.3125rem;left:38.0625rem;display:block; }
#OFGEop8e43UwU7fpdRcXx23CktiuqZ1w { position:absolute;display:block;z-index:100020;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.75rem;width:0.75rem;top:33.3125rem;left:39.9375rem;display:block; }
#GT8odMZvkZ2LaqQ0NsFcTuZatSFQv5Zg { position:absolute;display:block;z-index:100018;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.75rem;width:0.75rem;top:33.3125rem;left:36.125rem;display:block; }
#uDqC1vpLdWAzgcPhMsegipCAIPhtFSoN { box-sizing:content-box;color:#ef0202;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100021;top:20.5625rem;left:6.5625rem;display:block; }
#mhbRnF6pLwahK0XAne6OJo5VhK4JntT5 { box-sizing:content-box;color:#ef0202;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100022;top:20.25rem;left:38.125rem;display:block; }
#WktiU1rXP6ygEQZkNeitmUCo8HWqJFtE { box-sizing:content-box;color:#ef0202;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100023;top:8.4150390625rem;left:0rem;display:block; }
#dnmGkEiQ5kD7H1I1fEPvlUAxAmQBce96 { box-sizing:content-box;color:#ef0202;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100024;top:16.2275390625rem;left:0rem;display:block; }
#Ih8Cpx763DXRZm2dDD8G0hJBHRkgT67P { color:#ffffff;display:block;width:4.8125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:100019;line-height:1.1;letter-spacing:0;top:21.4375rem;left:9.4375rem;height:1.30625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nFPgOZv78pnok4QW06G6ssCIhE4tHWCC { color:#ffffff;display:block;width:4.8125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:100020;line-height:1.1;letter-spacing:0;top:21.375rem;left:40.6875rem;height:1.30625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eUMb2LKuFH3aSxos8NKe5McdGQ6R7dDk { color:#ffffff;display:block;width:16.3125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:100019;line-height:1.1;letter-spacing:0;top:27.9375rem;left:9.4375rem;height:1.03125rem;text-align:left;text-align-last:left;display:block; }
#F3nyQfbMBFgnqM1zmEDSmsLEt3yJ6zR8 { color:#ffffff;display:block;width:16.3125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:100020;line-height:1.1;letter-spacing:0;top:27.8125rem;left:40.625rem;height:1.03125rem;text-align:left;text-align-last:left;display:block; }
#rsWz7WbSXX9vbq7NnECN4HM7CIR3u8qs { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.8125rem;width:26.375rem;top:0rem;left:48.499711981567rem;overflow:hidden;display:block; }
#U6yUqruy4Zzg6SdoTxIBoZqgB0VRLilP { position:absolute;display:block;z-index:100006;background-color:#cc0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:3.75rem;width:17.4375rem;top:9.1875rem;left:40.6875rem;display:block; }
#P2Q20vnRGPRBgSmW86upKhAge6hSBpiO { color:#ffffff;display:block;width:9.625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:100020;line-height:1.1;letter-spacing:0;top:10.4560546875rem;left:44.78125rem;height:1.5125rem;text-align:center;text-align-last:center;display:block; }
#BAPRf1MWXciExOtn7T5oqg8CaqJuynSD { box-sizing:content-box;color:#ffffff;font-size:2.75rem;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:block;z-index:100025;top:11.3125rem;left:54.5rem;display:block; }
#SrfuaMQhnugUv79TZ6KPwHhHgUMpWH4u { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:3.6875rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:9.4296875rem;left:40.875rem;display:block; }
#lzAty4RCQItER84KniMWxS6R6W8l7fUh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XH65g4yimXt3Gay9r6i00ne8kkRinxL4 { position:relative;display:block; }#XH65g4yimXt3Gay9r6i00ne8kkRinxL4 { background-color: transparent; background-image: none; }#XH65g4yimXt3Gay9r6i00ne8kkRinxL4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XH65g4yimXt3Gay9r6i00ne8kkRinxL4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XH65g4yimXt3Gay9r6i00ne8kkRinxL4 > .row .container > .video-iframe-container { display: none; }#XH65g4yimXt3Gay9r6i00ne8kkRinxL4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XH65g4yimXt3Gay9r6i00ne8kkRinxL4 > .row > .video-iframe-container { display: none; }#XH65g4yimXt3Gay9r6i00ne8kkRinxL4 > .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); }#XH65g4yimXt3Gay9r6i00ne8kkRinxL4 { border-width: 0; border-radius: 0; }#XH65g4yimXt3Gay9r6i00ne8kkRinxL4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:42.75rem;width:75rem;position:relative;display:block; }#aWDayZDZrQhkkMVe8zqQXfiIfJUiPtJ5 { color:#ffffff;display:block;width:20rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:100017;line-height:1.1;letter-spacing:0;top:14.5rem;left:2.5rem;height:7.9rem;text-align:justify;text-align-last:initial;display:block; }
#GofE3zd2Xl3NucNZSfC9ToDn8xuTfbek { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:14.5625rem;top:9.0625rem;left:2.875rem;overflow:hidden;display:block; }
#TCUpJv3MclZlNOArxFsBmvIm0kM8lW42 { color:#ffffff;display:block;width:31.75rem;position:absolute;font-family:lato;font-size:3.75rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:1.0625rem;left:2.8125rem;height:4.875rem;font-style:normal;display:block; }
#TvQoQS7bgldBHVAgBUukFO28H9rJJ7lX { color:#e50202;display:block;width:8.375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:100023;line-height:.9;letter-spacing:0;top:26.25rem;left:2.5rem;height:1.6875rem;font-style:normal;display:block; }
#DxRqXdyfTBcffUtEZVrSViIDBGvKJTFM { color:#ffffff;display:block;width:11.9375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100024;line-height:.9;letter-spacing:0;top:26.53125rem;left:5.375rem;height:1.125rem;font-style:normal;display:block; }
#T1osliZVIPcZZIUFJWyxMr5Z6vcyHsob { color:#ffffff;display:block;width:20.4375rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:100018;line-height:1.1;letter-spacing:0;top:14.5rem;left:27.28125rem;height:11.75625rem;text-align:justify;text-align-last:initial;display:block; }
#LUQhtBkBUIWrrPmRLXp8d2WDgXDOTpaU { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:13.5625rem;top:9.0625rem;left:27.28125rem;overflow:hidden;display:block; }
#fOWZxTcCml72D02sZqvwJFdySifxmQ0T { color:#ffffff;display:block;width:9.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100025;line-height:.9;letter-spacing:0;top:28.65625rem;left:32.75rem;height:1.125rem;font-style:normal;display:block; }
#ozMWG7iGlqi1DU5TFn1VTrJteI2q4DBr { color:#e50202;display:block;width:3.1875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:100024;line-height:.9;letter-spacing:0;top:28.375rem;left:30.1875rem;height:1.6875rem;font-style:normal;display:block; }
#qNCWapsK7ylUnItrzLVkcJrqsTdO4hGV { color:#ffffff;display:block;width:3.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100026;line-height:.9;letter-spacing:0;top:28.75rem;left:27.3125rem;height:1.125rem;font-style:normal;display:block; }
#WP6MvXaxBAOmObJHikTbAAZEXLdC1KeN { color:#e50202;display:block;width:10.375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:100024;line-height:.9;letter-spacing:0;top:28.5625rem;left:2.5rem;height:1.6875rem;font-style:normal;display:block; }
#qmGgpzqEENgJtqTyEDck1XQm8cZBm76B { color:#ffffff;display:block;width:12.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100025;line-height:.9;letter-spacing:0;top:28.9375rem;left:9.25rem;height:1.125rem;font-style:normal;display:block; }
#p4VCRoyI2izVSbyN9K5EAnQfDg3JeEr4 { color:#ffffff;display:block;width:20rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:100004;line-height:1.1;letter-spacing:0;top:14.5rem;left:52.5rem;height:13.0625rem;text-align:justify;text-align-last:initial;display:block; }
#asdZXCtLIWqERVzzz5p1i63vtP2IUexE { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.1875rem;width:11.875rem;top:8.03125rem;left:51.875rem;overflow:hidden;display:block; }
#EhJFNb53UT7NbL7msfvJmhme2Ad470T4 { color:#e50202;display:block;width:11.75rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:100025;line-height:.9;letter-spacing:0;top:30.6875rem;left:27.28125rem;height:1.6875rem;font-style:normal;display:block; }
#rsEHpNRMDJfTGdQsbHRcENyPADexRxrG { color:#ffffff;display:block;width:11.6875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100026;line-height:.9;letter-spacing:0;top:31.03125rem;left:38.6875rem;height:1.125rem;font-style:normal;display:block; }
#r2z5qsAzohvTexVcV3Ixwe1MUzDaQKrA { color:#e50202;display:block;width:8.375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:100024;line-height:.9;letter-spacing:0;top:30.6875rem;left:52.5rem;height:1.6875rem;font-style:normal;display:block; }
#bbKafEw4ZWdvqJxXGxkR71lminttvZV0 { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100025;line-height:.9;letter-spacing:0;top:31.125rem;left:54.1875rem;height:1.125rem;font-style:normal;display:block; }
#VWgbgZA8Id3p6sKOlpHRDMc1TRheZH8l { color:#e50202;display:block;width:10.375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:100025;line-height:.9;letter-spacing:0;top:30.75rem;left:2.6875rem;height:1.6875rem;font-style:normal;display:block; }
#MG7MNlHqND1LuAXP2ndTfLzUyr2FwmG6 { color:#ffffff;display:block;width:12.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100026;line-height:.9;letter-spacing:0;top:31.125rem;left:6.3125rem;height:1.125rem;font-style:normal;display:block; }
#mMI1DgtZbBgRbAidVKcOoCKn54fy5frN { position:absolute;display:block;z-index:100009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.875rem;width:0.125rem;top:14.34375rem;left:24.8125rem;display:block; }
#TkWDXAyBa18AIk5Q18el9ixVLfcT5koF { position:absolute;display:block;z-index:100010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.875rem;width:0.125rem;top:14.40625rem;left:49.875rem;display:block; }
#xeRt04TFCBSRMFJErnypf02ibgnVagMR { color:#ffffff;display:block;width:19.3125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:100023;line-height:1.1;letter-spacing:0;top:36.5625rem;left:52.5rem;height:1.5125rem;text-align:center;text-align-last:center;display:block; }
#XPlgTDatvx7QdiORvKTGTsbhtW2lX54v { position:absolute;display:block;z-index:100009;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #cc0000;border-left:0.1875rem solid #cc0000;border-right:0.1875rem solid #cc0000;border-bottom:0.1875rem solid #cc0000;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:2.5625rem;width:19.1875rem;top:36rem;left:52.5rem;display:block; }
#TOCrJ6TB6nl0s6W0lgqtBmA2Kms1Z7bW { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100028;top:37.1875rem;left:70.3125rem;display:block; }
#Vhi5kcDteVUUSIfCBTdxWzntTl9zkkye { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100031;top:37.1875rem;left:44.875rem;display:block; }
#mzp0Xxx9gAaLVcJr7zF0q6dzrViUThLp { color:#ffffff;display:block;width:19.3125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:100026;line-height:1.1;letter-spacing:0;top:36.5625rem;left:27.0625rem;height:1.5125rem;text-align:center;text-align-last:center;display:block; }
#Qf7cX5wV9GNR8w82fTwqSB6AxLLqZSk1 { position:absolute;display:block;z-index:100012;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #cc0000;border-left:0.1875rem solid #cc0000;border-right:0.1875rem solid #cc0000;border-bottom:0.1875rem solid #cc0000;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:2.5625rem;width:19.1875rem;top:36rem;left:27.0625rem;display:block; }
#TTirFgKSAcfdCJnoFXLv1Pf7TSBc8bHM { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100037;top:37.1875rem;left:20.625rem;display:block; }
#lt2SoxzFkU8VoTmWytRq1Dmcw91wRNzB { color:#ffffff;display:block;width:19.3125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:100032;line-height:1.1;letter-spacing:0;top:36.5625rem;left:2.5rem;height:1.5125rem;text-align:center;text-align-last:center;display:block; }
#dMAkCWM5slrAWCzGpyvk58zvC0TrROBg { position:absolute;display:block;z-index:100018;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #cc0000;border-left:0.1875rem solid #cc0000;border-right:0.1875rem solid #cc0000;border-bottom:0.1875rem solid #cc0000;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:2.5625rem;width:19.1875rem;top:36rem;left:2.5rem;display:block; }
#uuGzJTyf0P0uRhaa8ub3RDhBU9UFBQV4 { position:relative;display:block; }#uuGzJTyf0P0uRhaa8ub3RDhBU9UFBQV4 { background-color: transparent; background-image: none; }#uuGzJTyf0P0uRhaa8ub3RDhBU9UFBQV4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uuGzJTyf0P0uRhaa8ub3RDhBU9UFBQV4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uuGzJTyf0P0uRhaa8ub3RDhBU9UFBQV4 > .row .container > .video-iframe-container { display: none; }#uuGzJTyf0P0uRhaa8ub3RDhBU9UFBQV4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uuGzJTyf0P0uRhaa8ub3RDhBU9UFBQV4 > .row > .video-iframe-container { display: none; }#uuGzJTyf0P0uRhaa8ub3RDhBU9UFBQV4 > .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); }#uuGzJTyf0P0uRhaa8ub3RDhBU9UFBQV4 { border-width: 0; border-radius: 0; }#uuGzJTyf0P0uRhaa8ub3RDhBU9UFBQV4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:34rem;width:75rem;position:relative;display:block; }#GL1inUJI4Qu3wNtpp7KWawtshiJli651 { color:#ffffff;display:block;width:20rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:100002;line-height:1.1;letter-spacing:0;top:8.11328125rem;left:2.5rem;height:6.53125rem;text-align:justify;text-align-last:initial;display:block; }
#JG5wIX5WwxLsxZ1DIzczWltwohgav4k0 { color:#ffffff;display:block;width:20rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:100003;line-height:1.1;letter-spacing:0;top:8.11328125rem;left:27.5rem;height:9.14375rem;text-align:justify;text-align-last:initial;display:block; }
#Qvck4uUIZJvicA9szS70ooKAtxlod4i7 { color:#e50202;display:block;width:13.375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:100008;line-height:.9;letter-spacing:0;top:18.25rem;left:2.5rem;height:1.6875rem;font-style:normal;display:block; }
#iHNeXBr85WCiZywyzMeHqZiQ1lGvrPdV { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100009;line-height:.9;letter-spacing:0;top:18.6875rem;left:8rem;height:1.125rem;font-style:normal;display:block; }
#Hl1oTgUsIkeAUSngN1vfTd81dlR3qQhx { color:#e50202;display:block;width:10.375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:100009;line-height:.9;letter-spacing:0;top:20.6875rem;left:2.5rem;height:1.6875rem;font-style:normal;display:block; }
#IPTPuPZzqNDx4EqVXzxJRBdOirF7kBXT { color:#ffffff;display:block;width:11.6875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100010;line-height:.9;letter-spacing:0;top:21.0625rem;left:4.9375rem;height:1.125rem;font-style:normal;display:block; }
#Kp9uL5V599CZaDG7pVl9yWiTMIwzIbdQ { color:#e50202;display:block;width:7.0625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:100010;line-height:.9;letter-spacing:0;top:23.1875rem;left:2.5rem;height:1.6875rem;font-style:normal;display:block; }
#Pz9dfJXA3VKadTXKTIB7Mlx2mSfg3JyT { color:#ffffff;display:block;width:19.75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100011;line-height:.9;letter-spacing:0;top:23.5625rem;left:5rem;height:1.125rem;font-style:normal;display:block; }
#X4fXCC4dhZUphsXR0mT19P0Cn1vvq0XU { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.875rem;width:0.125rem;top:6.92578125rem;left:49.875rem;display:block; }
#xgQle0XBJqeRyTJNw5qiTrpHJh4ym8ct { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.875rem;width:0.125rem;top:7rem;left:24.8125rem;display:block; }
#CS5I6yenn7ByW36Q1bsmBFKlogiRNfzo { color:#ffffff;display:block;width:20rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:100004;line-height:1.1;letter-spacing:0;top:8.11328125rem;left:52.5rem;height:9.14375rem;text-align:justify;text-align-last:initial;display:block; }
#y8MWvaAZfSprU7HHQvVTH6OuwWITgNQ0 { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.1875rem;width:8.625rem;top:1.80078125rem;left:27.5rem;overflow:hidden;display:block; }
#HT0aLxRpJkBSOlyZSuvuR8G8Z0Fhtrnn { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.1875rem;width:9.125rem;top:1.80078125rem;left:51.625rem;overflow:hidden;display:block; }
#Bg4oF475pCCcvd5FKL8O6Hggr4oG0lxs { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:6.875rem;top:2rem;left:1.8125rem;overflow:hidden;display:block; }
#wCTmR380lb8WTToPcCoeiCMyhGdGsT9h { color:#e50202;display:block;width:13.375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:100009;line-height:.9;letter-spacing:0;top:23.1875rem;left:27.5rem;height:3.375rem;font-style:normal;display:block; }
#TzxB4cfDQiEhnNIqTOdDessGMlLT0V2f { color:#ffffff;display:block;width:14.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100010;line-height:.9;letter-spacing:0;top:23.5rem;left:30.375rem;height:1.125rem;font-style:normal;display:block; }
#CXNuUkrppgq57ni2T2Xw0702fo1Oq55n { color:#ffffff;display:block;width:11.6875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100016;line-height:.9;letter-spacing:0;top:21.3125rem;left:55rem;height:1.125rem;font-style:normal;display:block; }
#yO5HMZq8wo75FoTmTZRKSLni1JlLffT6 { color:#e50202;display:block;width:10.375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:100015;line-height:.9;letter-spacing:0;top:20.9375rem;left:52.625rem;height:1.6875rem;font-style:normal;display:block; }
#TuxQDtIbWEHyIOEVSTxiBerGrmaaeHAM { color:#e50202;display:block;width:7.0625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:100016;line-height:.9;letter-spacing:0;top:23.4375rem;left:52.5rem;height:1.6875rem;font-style:normal;display:block; }
#wCduQfiWe1Rz0nFcimUxNvSnSNhRnRxK { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100015;line-height:.9;letter-spacing:0;top:18.75rem;left:56.875rem;height:1.125rem;font-style:normal;display:block; }
#BnF2xkto8Neo2Feh4DE0JftFsI9f6KR9 { color:#e50202;display:block;width:13.375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:100014;line-height:.9;letter-spacing:0;top:18.375rem;left:52.625rem;height:1.6875rem;font-style:normal;display:block; }
#O76vmxWrUqD87XE8fIC5X84OEkyTIwpB { color:#ffffff;display:block;width:19.75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100017;line-height:.9;letter-spacing:0;top:23.71875rem;left:55.25rem;height:1.125rem;font-style:normal;display:block; }
#d4avZN1vW11LW5o6FKwnF9Tkz8G5p4Xd { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100040;top:28.4375rem;left:20.3125rem;display:block; }
#Fr5MnL5N35rrcEWbMVnLeR4J9H4z2s0L { color:#ffffff;display:block;width:19.3125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:100035;line-height:1.1;letter-spacing:0;top:28.30078125rem;left:2.84375rem;height:1.5125rem;text-align:center;text-align-last:center;display:block; }
#ySX1FBPyfPeb3ZVs77teMtk8q4XrWXXa { position:absolute;display:block;z-index:100021;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #cc0000;border-left:0.1875rem solid #cc0000;border-right:0.1875rem solid #cc0000;border-bottom:0.1875rem solid #cc0000;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:2.5625rem;width:19.1875rem;top:27.75rem;left:2.5rem;display:block; }
#iyyT77cqgPnZAednElQEnP8ofUI8Wua6 { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100043;top:28.4375rem;left:45.3125rem;display:block; }
#EaTvXx7wPtKVIFxWQZZMR1bZ1PPetowt { color:#ffffff;display:block;width:19.3125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:100038;line-height:1.1;letter-spacing:0;top:28.369140625rem;left:27.5rem;height:1.5125rem;text-align:center;text-align-last:center;display:block; }
#hBCh6eUJAbifRFr62WINhWs5ikruiizi { position:absolute;display:block;z-index:100024;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #cc0000;border-left:0.1875rem solid #cc0000;border-right:0.1875rem solid #cc0000;border-bottom:0.1875rem solid #cc0000;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:2.5625rem;width:19.1875rem;top:27.75rem;left:27.5rem;display:block; }
#oXRN86ruvxtyA67wRC7wNPFki3XBul1J { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:28.4375rem;left:70.5625rem;display:block; }
#pgL0BHhGziqWOgSqiwWxQD0TuCQ2ZQhB { color:#ffffff;display:block;width:19.3125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:100041;line-height:1.1;letter-spacing:0;top:28.375rem;left:52.5rem;height:1.5125rem;text-align:center;text-align-last:center;display:block; }
#k0SSQ7tcfknEOFihwpH6k4klu39SAvVp { position:absolute;display:block;z-index:100027;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #cc0000;border-left:0.1875rem solid #cc0000;border-right:0.1875rem solid #cc0000;border-bottom:0.1875rem solid #cc0000;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:2.5625rem;width:19.1875rem;top:27.75rem;left:52.5rem;display:block; }
#PxlQ5ODWl9XKp0yaXy1AbGuHeW8zHszb { position:relative;display:block; }#PxlQ5ODWl9XKp0yaXy1AbGuHeW8zHszb { background-color: transparent; background-image: none; }#PxlQ5ODWl9XKp0yaXy1AbGuHeW8zHszb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PxlQ5ODWl9XKp0yaXy1AbGuHeW8zHszb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PxlQ5ODWl9XKp0yaXy1AbGuHeW8zHszb > .row .container > .video-iframe-container { display: none; }#PxlQ5ODWl9XKp0yaXy1AbGuHeW8zHszb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PxlQ5ODWl9XKp0yaXy1AbGuHeW8zHszb > .row > .video-iframe-container { display: none; }#PxlQ5ODWl9XKp0yaXy1AbGuHeW8zHszb > .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); }#PxlQ5ODWl9XKp0yaXy1AbGuHeW8zHszb { border-width: 0; border-radius: 0; }#PxlQ5ODWl9XKp0yaXy1AbGuHeW8zHszb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:39.3125rem;width:75rem;position:relative;display:block; }#LvA7F0WBfyBqq76QuzTbtwkIPFeLovvw { color:#ffffff;display:block;width:20rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:100002;line-height:1.1;letter-spacing:0;top:8.75rem;left:2.5rem;height:9.14375rem;text-align:justify;text-align-last:initial;display:block; }
#FDgNcC0WIDxxfdO2X0UEF87S2iVtM1yo { color:#ffffff;display:block;width:20rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:100003;line-height:1.1;letter-spacing:0;top:8.75rem;left:27.5rem;height:2.6125rem;text-align:justify;text-align-last:initial;display:block; }
#wNB5o5R7NL9z59aWAHzzDQPNVxrQnJKx { color:#e50202;display:block;width:10.375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:100009;line-height:.9;letter-spacing:0;top:20.9375rem;left:2.5rem;height:1.6875rem;font-style:normal;display:block; }
#V4IBo8DGpKsDfo28oOIH8zF8nHCFdLTv { color:#ffffff;display:block;width:11.6875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100010;line-height:.9;letter-spacing:0;top:21.1875rem;left:6.25rem;height:1.125rem;font-style:normal;display:block; }
#kQJ1rPKfEiV0TWiwQ2rrh8Cghd8vnPQ8 { color:#e50202;display:block;width:7.0625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:100010;line-height:.9;letter-spacing:0;top:23.1875rem;left:2.5rem;height:1.6875rem;font-style:normal;display:block; }
#TNlNbxlbcCExSO8ai1F0V1TzQpyeTJXg { color:#ffffff;display:block;width:18rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100011;line-height:.9;letter-spacing:0;top:23.5625rem;left:5.625rem;height:1.125rem;font-style:normal;display:block; }
#Jx15P10BOafzhdGXMBuw3I8S0m8WPRRp { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.875rem;width:0.125rem;top:6.92578125rem;left:49.9375rem;display:block; }
#wiCP6hitDt9LBTsSXwG5A6AXizeHamN3 { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.875rem;width:0.125rem;top:6.92578125rem;left:24.9375rem;display:block; }
#HuJlQIM0HWI3X1nKTAeLzJGG6lQ69KmG { color:#ffffff;display:block;width:20rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:100004;line-height:1.1;letter-spacing:0;top:8.75rem;left:52.5rem;height:6.53125rem;text-align:justify;text-align-last:initial;display:block; }
#e9qCqTD0uTGA372JdezoqOgC8hDMdfBW { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.1875rem;width:14.5625rem;top:2.1875rem;left:1.9375rem;overflow:hidden;display:block; }
#eFT45WboFLGLgi649ZBmWZ2cUsuuyy0q { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.1875rem;width:10.4375rem;top:2rem;left:26.5625rem;overflow:hidden;display:block; }
#VDXCprfXRanmCpsBsDEDhBbHiKqG4agS { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.1875rem;width:7.375rem;top:2rem;left:51rem;overflow:hidden;display:block; }
#mp6t96GB4w7BZbGWJTOLuAPZiGiGLCy6 { color:#e50202;display:block;width:7.0625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:100011;line-height:.9;letter-spacing:0;top:23.1875rem;left:27.5rem;height:1.6875rem;font-style:normal;display:block; }
#M18HmEhnStqUzC5DWVO2aLVDiCMTC4Az { color:#ffffff;display:block;width:19.75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100012;line-height:.9;letter-spacing:0;top:23.5rem;left:30.3125rem;height:1.125rem;font-style:normal;display:block; }
#qtLsgA7JPdJBNzakHGs4kvQMXPq1u6mT { color:#e50202;display:block;width:2.8125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:100011;line-height:.9;letter-spacing:0;top:20.6875rem;left:35rem;height:1.6875rem;font-style:normal;display:block; }
#mgLyzPwCbdqi3D0SlPCgXMVrdnd1xwpH { color:#ffffff;display:block;width:11.6875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100011;line-height:.9;letter-spacing:0;top:21.125rem;left:38.25rem;height:1.125rem;font-style:normal;display:block; }
#B4TmRTEPaSHz3x9STpIDwdyehIwrnT6t { color:#e50202;display:block;width:6rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:100009;line-height:.9;letter-spacing:0;top:18.25rem;left:27.5rem;height:1.6875rem;font-style:normal;display:block; }
#DwvXFGThLRH79zMLLhg80c6SZlWthoIc { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100010;line-height:.9;letter-spacing:0;top:18.6875rem;left:32.875rem;height:1.125rem;font-style:normal;display:block; }
#h1R7Z7HVfgJAGRL6oIU5hfUL0n7zEhFR { color:#ffffff;display:block;width:11.6875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:100012;line-height:.9;letter-spacing:0;top:21.0625rem;left:27.5rem;height:1.125rem;font-style:normal;display:block; }
#qvQ6Dm3tdzDgpW92DN1PfUZ2p4Xpb8dD { color:#ffffff;display:block;width:19.75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100012;line-height:.9;letter-spacing:0;top:23.5625rem;left:54.75rem;height:1.125rem;font-style:normal;display:block; }
#rlBPGluqzL2qWW4C1Uhe971D421tHfbm { color:#e50202;display:block;width:7.0625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:100011;line-height:.9;letter-spacing:0;top:23.1875rem;left:52.4375rem;height:1.6875rem;font-style:normal;display:block; }
#ee2hPcQvT1gsHzF5CBINod9chnWAzanv { color:#ffffff;display:block;width:6.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100011;line-height:.9;letter-spacing:0;top:20.96875rem;left:52.5rem;height:1.125rem;font-style:normal;display:block; }
#x55UmhR1sq7IMhIiClBuy520l9UumImd { color:#e50202;display:block;width:9.4375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:100010;line-height:.9;letter-spacing:0;top:20.6875rem;left:58.8125rem;height:1.6875rem;font-style:normal;display:block; }
#dSAKfk8V3aS3izE7nNi08b2or6IUWilW { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100010;line-height:.9;letter-spacing:0;top:18.53125rem;left:52.5rem;height:1.125rem;font-style:normal;display:block; }
#xXDIn0PRWI1HNRBr8rZ0WTpNSxWss7VR { color:#e50202;display:block;width:13.375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:100009;line-height:.9;letter-spacing:0;top:18.076171875rem;left:58.5rem;height:1.6875rem;font-style:normal;display:block; }
#xFR0g41z73uTXDuwvBGR4lqCiMrrAvhx { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100049;top:28.431640625rem;left:20.5625rem;display:block; }
#pd3Gh1TpkL1sVBLfoKeCHzM8nFTOoP7u { color:#ffffff;display:block;width:19.3125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:100044;line-height:1.1;letter-spacing:0;top:28.244140625rem;left:2.65625rem;height:1.5125rem;text-align:center;text-align-last:center;display:block; }
#yTRTyZsDXPltnFDB6gTRzEd0bMOoTuTi { position:absolute;display:block;z-index:100030;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #cc0000;border-left:0.1875rem solid #cc0000;border-right:0.1875rem solid #cc0000;border-bottom:0.1875rem solid #cc0000;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:2.5625rem;width:19.1875rem;top:27.6875rem;left:2.5rem;display:block; }
#p3fJJC7ZKL9tV800a1Dm9Z071zAFST7w { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100058;top:28.431640625rem;left:45.4375rem;display:block; }
#T55EL2HrPHMPJda46UvxSc4E0XerO1Ht { color:#ffffff;display:block;width:19.3125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:100047;line-height:1.1;letter-spacing:0;top:28.181640625rem;left:27.5rem;height:1.5125rem;text-align:center;text-align-last:center;display:block; }
#UNyWgzhb7CotuUGop5nTKeTPIMzz96CF { position:absolute;display:block;z-index:100001;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #cc0000;border-left:0.1875rem solid #cc0000;border-right:0.1875rem solid #cc0000;border-bottom:0.1875rem solid #cc0000;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:2.5625rem;width:19.1875rem;top:27.53125rem;left:27.71875rem;display:block; }
#aJQItg83yG6s2v1k4kCm6kFrr4ZREka2 { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100055;top:28.431640625rem;left:70.375rem;display:block; }
#RwM9llryJmvMpFuEcD9AOT6lO0sTIHbJ { color:#ffffff;display:block;width:19.3125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:100050;line-height:1.1;letter-spacing:0;top:28.181640625rem;left:52.5625rem;height:1.5125rem;text-align:center;text-align-last:center;display:block; }
#tFxx24RobX74sgp6ZE4k7TVPHBJ3ZB5b { position:absolute;display:block;z-index:100036;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #cc0000;border-left:0.1875rem solid #cc0000;border-right:0.1875rem solid #cc0000;border-bottom:0.1875rem solid #cc0000;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:2.5625rem;width:19.1875rem;top:27.5rem;left:52.5rem;display:block; }
#HTKflUhuB9spOlgizwb7AhxTtZewM7uw { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:2.875rem;text-decoration:none;z-index:100031;text-align:center;text-align-last:center;top:27.65625rem;left:27.625rem;display:block; }
#pIwaLerAUyM9K96Ok36dFnl0ARMt1ozJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JQTSroHvLNUmmXSeXxySGyifOJJuZCTa { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.6875rem;height:3.4375rem;text-decoration:none;z-index:100032;text-align:center;text-align-last:center;top:27.28125rem;left:52.15625rem;display:block; }
#Jywe5Ok6xOqWJ0DeDEw3OBio2TiTXmKV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#uJ1wymuuu5f5GFzxWXVGvRN0PokRxZqM { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#uJ1wymuuu5f5GFzxWXVGvRN0PokRxZqM { background-color: transparent; background-image: none; }#uJ1wymuuu5f5GFzxWXVGvRN0PokRxZqM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uJ1wymuuu5f5GFzxWXVGvRN0PokRxZqM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uJ1wymuuu5f5GFzxWXVGvRN0PokRxZqM > .row .container > .video-iframe-container { display: none; }#uJ1wymuuu5f5GFzxWXVGvRN0PokRxZqM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uJ1wymuuu5f5GFzxWXVGvRN0PokRxZqM > .row > .video-iframe-container { display: none; }#uJ1wymuuu5f5GFzxWXVGvRN0PokRxZqM > .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); }#uJ1wymuuu5f5GFzxWXVGvRN0PokRxZqM { border-width: 0; border-radius: 0; }#uJ1wymuuu5f5GFzxWXVGvRN0PokRxZqM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0.71);background-image:none;font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }#R0hJnLuy0Bqc2UaVUuDd6iN1TkNEFPuM { color:#ffffff;display:block;width:19.1875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:100023;line-height:1.1;letter-spacing:0;top:2.4937515258789rem;left:27.906249046326rem;height:1.5125rem;text-align:center;text-align-last:center;display:block; }
#OWnlxNbo4Ct019QmLm9UBJHCh8bhJ5OO { position:absolute;display:block;z-index:100009;background-color:#cc0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:2.5rem;width:19rem;top:1.875rem;left:27.6875rem;display:block; }
#QBo68WCdGsyvK8Htbr2rCBPPwSmi3gbp { box-sizing:content-box;color:#ffffff;font-size:2.75rem;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:block;z-index:100028;top:2.4375rem;left:44.625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lHJkif0E585gvTv7IftEGq0mi44G6esp { width:47.75rem;height:8.1095605700713rem;top:1.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #td2XF9bMNeEWTKvJ2GlDNZloRK17cNeR { width:36.1875rem;height:18.875rem;top:12.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uDTMqkSVD7oXnRQN8ReWJl19CvQygl2p { width:6.25rem;height:3.75rem;top:34.4375rem;left:17.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FbvXaK4ab5AWpgr3E2gcgvFaefwZxJb3 { width:5.375rem;height:3.75rem;top:34.4375rem;left:42.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sE9kaN9kQMETfVkeSha00Ug0IBFpI7R3 { width:8.375rem;height:3.75rem;top:34.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #J0zT3PdT0KBxJqkIOdOvCXXOliaKXoev { width:7.5625rem;height:3.75rem;top:34.4375rem;left:40.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MiWWthq5WtEgr94EoqzZOBTJ7Dq4Qm0B { width:9.875rem;height:2.25rem;top:35.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JRKZTKTDpr2RIU2yiyIih2808GH7ITG2 { width:9.6875rem;height:3.4375rem;top:34.5625rem;left:33.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wQnTSNBR39FQ4CyB9WVhl5SKRIiATuOu { width:6.625rem;height:3.75rem;top:34.4375rem;left:25.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yeX4dgBR3LRTIpB1GBwSqF8K7GN3SiNB { width:5.625rem;height:3.75rem;top:34.4375rem;left:11.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cgc6rekiNe1QTwnFFqriTxRhTL9pmTHO { width:0.75rem;height:0.75rem;top:41.25rem;left:21.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hbCpuEB3EGLvZXVA97MWK4ZBK3p9Dq4T { width:0.75rem;height:0.75rem;top:41.25rem;left:23.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #KATgMkWqHD4vAQTrsC86WNdPh9izo0z1 { width:0.75rem;height:0.75rem;top:41.25rem;left:25.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xdG24ml8MWZkKvRTyidKGQNEWKguAkdO { width:8.5625rem;height:3.625rem;top:34.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgnKFv66JXf5CvlxUUdEVim3m9GMcyde { display:block; }
 }@media only screen and (max-width: 763px) { #edU1HpOwkvCtz2h3RaDu5avGrDKf6lhI { width:11.125rem;height:3.25rem;top:34.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DxpqsZfxebQB3nGpDJlIipqbmaN4tqTt { display:block; }
 }@media only screen and (max-width: 763px) { #mLgnIXO7qRTSSv6VuzufsKlwfgofqN3l { width:5.5rem;height:3.0625rem;top:34.875rem;left:10.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #So1Opfn91GTUhT5qXrour4tHcg0korqa { display:block; }
 }@media only screen and (max-width: 763px) { #eIrGEzCZXBpvU6OtZFcxOAsn9iBI4URG { width:6.375rem;height:3.75rem;top:34.375rem;left:17.6201171875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Py0hGuxfNwEb3JZcqFf00u3q18pDeT4X { display:block; }
 }@media only screen and (max-width: 763px) { #v75XClA15HWTb4MdW2F3e6DlMMf1KTSU { width:6.375rem;height:3.5rem;top:34.5rem;left:25.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #iQFV8LTt4aX5GkURbn1pCo9q4qwscKU1 { display:block; }
 }@media only screen and (max-width: 763px) { #oBXusNp6iXSivhpg35oKUhx9cZWdvv8a { width:5rem;height:4.5625rem;top:34.125rem;left:42.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mo5D44luTfMAHLPbfSfe3osJohrgtZ1B { display:block; }
 }@media only screen and (max-width: 763px) { #vvzEMBI1sswcQ840LJz3I4FChI7E7fHs { width:10.1875rem;height:3.4375rem;top:34.5625rem;left:33rem;display:none; }
 }@media only screen and (max-width: 763px) { #tW6nZerE9tKFOgd4T6zCz00VfbFJqJPT { display:block; }
 }@media only screen and (max-width: 763px) { #vMUgLnVeduugOmTuZfu7XoybikvoJ4km { width:7.875rem;height:3.4375rem;top:34.5625rem;left:39.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SkpUUeIdofBdJ3Q7fuT3T41R2JiPzLKo { display:block; }
 }@media only screen and (max-width: 763px) { #kSaPkzLspsbbTSZqcW278QLSmOP65xRg { width:47.75rem;height:26.859375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #y0kJ2ynk5Ns7VuCocBZHtdm2J9oLnWD2 { width:17.4375rem;height:3.75rem;top:19.0625rem;left:29.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QRRuCh7XIIcE3dBZuy4GMZQGaJJaIPso { width:9.625rem;height:1.5rem;top:29.125rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SJZp0Qx4e1MACL3QMFrT6FquuAUw3Rwz { width:3.9375rem;height:3.9375rem;top:18.875rem;left:43.8125rem;font-size:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KZQZmVV3FgAzM0oBqChW7dLlIq6UNMcO { display:block; }#KZQZmVV3FgAzM0oBqChW7dLlIq6UNMcO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DapJo8Bd3l7VLo0DHCvIJvNnpwukbc7H { width:31.6875rem;height:7.8125rem;top:7.75rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #CxQtxpw8Q4v2AArLAFhH2GgMm0nLM2mR { width:34.6875rem;height:4.875rem;top:3.1875rem;left:0rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dcbJJtqiEwtoWqMZDHbdRiLvEhJod8Xk { width:31.6875rem;height:6.5rem;top:20.4375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #niIVhhg6yXoi7yib18fklQU9CLfuwgc1 { width:7.6875rem;height:4.875rem;top:15.75rem;left:0rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gb6ZRXKB9HHGvPL2SVDeSDZC7qnZXIEb { width:20.9375rem;height:13.5rem;top:28.8125rem;left:2.9375rem;font-size:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pOlCy1FzRXlzu6APawci446wORDvDyIB { width:31.6875rem;height:1.25rem;top:43.4375rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #H12QfF4IupvWiWuBUDq1Fg8sh1sLzumL { width:0.375rem;height:15.4375rem;top:29.125rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kaAaL6O4Xs8gQn18GTStb0L3b6UB9P6v { width:32.0625rem;height:6.25rem;top:3.75rem;left:15.6875rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rJrRuR952OIQxRDgQZ1UVddeRIV2s5PB { width:16.0625rem;height:6.5rem;top:10.9375rem;left:23.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MWe7wypnitGgFpp6JSSOvgt5bOf3XFTx { width:31.0625rem;height:24.5625rem;top:10rem;left:16.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ERTxTxrsVwRfinhLN5y3hFwHn0WxeSGN { width:29.1875rem;height:2.25rem;top:28.8125rem;left:18.5625rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ii28vATGbUnc0pXRpaQ28mwU4SfOD52F { width:29.1875rem;height:1.6875rem;top:30.875rem;left:18.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #twVq7yxDy2wJewpiKG8tSquW8JionISe { width:29.1875rem;height:2.25rem;top:34.6875rem;left:18.5625rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #P9zLuaWNBIyoXvTm1wRoSve4Ia20bZMi { width:25.4375rem;height:1.6875rem;top:36.9375rem;left:22.3125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jg0cAhiN51tgD7E2oOSDTC8kZNZnTkn3 { width:29.1875rem;height:2.25rem;top:40.6875rem;left:18.5625rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NP4DMJRbdlK3yvbt2bzp8AyruX21OzBg { width:29.1875rem;height:1.6875rem;top:42.9375rem;left:18.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ukBpd9Z1wlAasp2Fv3f26lggFWyXSutP { width:0.75rem;height:0.75rem;top:48.1875rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WbognVgkznvbaGNhhboinpM9OUfAhi75 { width:0.75rem;height:0.75rem;top:48.1875rem;left:23.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PWQvkCgAFCTxJRLEPTvxQ7GoZFJ6sn5B { width:0.75rem;height:0.75rem;top:48.1875rem;left:23.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #P7cnBKk1KBxi59t28w2PKXlsMCE4mKuu { width:0.375rem;height:15.4375rem;top:29.125rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #K4PpIn27Jo3AQpl2BDX9v1Tn6p43GuOZ { display:block; }#K4PpIn27Jo3AQpl2BDX9v1Tn6p43GuOZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MkQfyDsQ4MghiSyUHGc1nMcttSwwbwIP { width:28.625rem;height:4.875rem;top:1rem;left:0rem;font-size:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #AqMfTHUNittFhzLpwFa0hMV6nFTvoTLz { width:20rem;height:2.25rem;top:8.5rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #eWR4IH9enOAkKliMZst9uHG9ucTsWzMU { width:9.625rem;height:1.3056625rem;top:11.75rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WsdmEzFtbwsR31oRETO7wFV9wwkTACbw { width:16rem;height:1.4433625rem;top:11.5625rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WdxHnJlk8LUUndV096ZaaQQx2f0bw2xd { width:31rem;height:2.25rem;top:16.3125rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #hGde9ob7FvmOVo4UvyRWVSZRo9ebZyDq { width:33.125rem;height:3.875rem;top:23.4375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vb573Gwpp6HF1FbJoJsuzvoqN0KrV71k { width:21.5rem;height:2.625rem;top:23.4375rem;left:26.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DPcUTtLDXc8Awo3auFLro9ZOLW17VFRu { width:0.75rem;height:0.75rem;top:33.3125rem;left:24.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OFGEop8e43UwU7fpdRcXx23CktiuqZ1w { width:0.75rem;height:0.75rem;top:33.3125rem;left:26.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GT8odMZvkZ2LaqQ0NsFcTuZatSFQv5Zg { width:0.75rem;height:0.75rem;top:33.3125rem;left:22.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #uDqC1vpLdWAzgcPhMsegipCAIPhtFSoN { width:3.125rem;height:3.125rem;top:20.5625rem;left:0rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mhbRnF6pLwahK0XAne6OJo5VhK4JntT5 { width:3.125rem;height:3.125rem;top:20.25rem;left:24.5rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WktiU1rXP6ygEQZkNeitmUCo8HWqJFtE { width:2.4375rem;height:2.4375rem;top:8.375rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dnmGkEiQ5kD7H1I1fEPvlUAxAmQBce96 { width:2.4375rem;height:2.4375rem;top:16.1875rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ih8Cpx763DXRZm2dDD8G0hJBHRkgT67P { width:4.8125rem;height:1.3056625rem;top:21.4375rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nFPgOZv78pnok4QW06G6ssCIhE4tHWCC { width:4.8125rem;height:1.3056625rem;top:21.375rem;left:27.0625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eUMb2LKuFH3aSxos8NKe5McdGQ6R7dDk { width:16.3125rem;height:1rem;top:27.9375rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #F3nyQfbMBFgnqM1zmEDSmsLEt3yJ6zR8 { width:16.3125rem;height:1rem;top:27.8125rem;left:27rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rsWz7WbSXX9vbq7NnECN4HM7CIR3u8qs { width:26.375rem;height:20.8125rem;top:0rem;left:21.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #U6yUqruy4Zzg6SdoTxIBoZqgB0VRLilP { width:17.4375rem;height:3.75rem;top:9.1875rem;left:27.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #P2Q20vnRGPRBgSmW86upKhAge6hSBpiO { width:9.625rem;height:1.51171875rem;top:10.4375rem;left:31.15625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BAPRf1MWXciExOtn7T5oqg8CaqJuynSD { width:3.9375rem;height:3.9375rem;top:11.3125rem;left:40.875rem;font-size:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SrfuaMQhnugUv79TZ6KPwHhHgUMpWH4u { width:17.375rem;height:3.6875rem;top:9.375rem;left:27.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lzAty4RCQItER84KniMWxS6R6W8l7fUh { display:block; }
 }@media only screen and (max-width: 763px) { #XH65g4yimXt3Gay9r6i00ne8kkRinxL4 { display:block; }#XH65g4yimXt3Gay9r6i00ne8kkRinxL4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aWDayZDZrQhkkMVe8zqQXfiIfJUiPtJ5 { width:20rem;height:7.8125rem;top:14.5rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GofE3zd2Xl3NucNZSfC9ToDn8xuTfbek { width:14.5625rem;height:3.125rem;top:9.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TCUpJv3MclZlNOArxFsBmvIm0kM8lW42 { width:31.75rem;height:4.875rem;top:1.0625rem;left:0rem;font-size:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TvQoQS7bgldBHVAgBUukFO28H9rJJ7lX { width:8.375rem;height:1.6875rem;top:26.25rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DxRqXdyfTBcffUtEZVrSViIDBGvKJTFM { width:11.9375rem;height:1.125rem;top:26.5rem;left:0.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #T1osliZVIPcZZIUFJWyxMr5Z6vcyHsob { width:20.4375rem;height:11.75rem;top:14.5rem;left:11.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LUQhtBkBUIWrrPmRLXp8d2WDgXDOTpaU { width:13.5625rem;height:3.125rem;top:9.0625rem;left:15.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fOWZxTcCml72D02sZqvwJFdySifxmQ0T { width:9.5rem;height:1.125rem;top:28.625rem;left:19.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ozMWG7iGlqi1DU5TFn1VTrJteI2q4DBr { width:3.1875rem;height:1.6875rem;top:28.375rem;left:16.5rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qNCWapsK7ylUnItrzLVkcJrqsTdO4hGV { width:3.25rem;height:1.125rem;top:28.75rem;left:15.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WP6MvXaxBAOmObJHikTbAAZEXLdC1KeN { width:10.375rem;height:1.6875rem;top:28.5625rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qmGgpzqEENgJtqTyEDck1XQm8cZBm76B { width:12.875rem;height:1.125rem;top:28.9375rem;left:3rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #p4VCRoyI2izVSbyN9K5EAnQfDg3JeEr4 { width:20rem;height:13rem;top:14.5rem;left:27.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #asdZXCtLIWqERVzzz5p1i63vtP2IUexE { width:11.875rem;height:5.1875rem;top:8rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #EhJFNb53UT7NbL7msfvJmhme2Ad470T4 { width:11.75rem;height:1.6875rem;top:30.6875rem;left:15.875rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rsEHpNRMDJfTGdQsbHRcENyPADexRxrG { width:11.6875rem;height:1.125rem;top:31rem;left:20.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #r2z5qsAzohvTexVcV3Ixwe1MUzDaQKrA { width:8.375rem;height:1.6875rem;top:30.6875rem;left:31.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bbKafEw4ZWdvqJxXGxkR71lminttvZV0 { width:17.5rem;height:1.125rem;top:31.125rem;left:30.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VWgbgZA8Id3p6sKOlpHRDMc1TRheZH8l { width:10.375rem;height:1.6875rem;top:30.75rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MG7MNlHqND1LuAXP2ndTfLzUyr2FwmG6 { width:12.875rem;height:1.125rem;top:31.125rem;left:1.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mMI1DgtZbBgRbAidVKcOoCKn54fy5frN { width:0.125rem;height:17.875rem;top:14.3125rem;left:15.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TkWDXAyBa18AIk5Q18el9ixVLfcT5koF { width:0.125rem;height:17.875rem;top:14.375rem;left:31.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xeRt04TFCBSRMFJErnypf02ibgnVagMR { width:19.3125rem;height:1.51171875rem;top:36.5625rem;left:28.3125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XPlgTDatvx7QdiORvKTGTsbhtW2lX54v { width:19.1875rem;height:2.5625rem;top:36rem;left:28.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TOCrJ6TB6nl0s6W0lgqtBmA2Kms1Z7bW { width:3.125rem;height:3.125rem;top:37.1875rem;left:44.5rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vhi5kcDteVUUSIfCBTdxWzntTl9zkkye { width:3.125rem;height:3.125rem;top:37.1875rem;left:28.625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mzp0Xxx9gAaLVcJr7zF0q6dzrViUThLp { width:19.3125rem;height:1.51171875rem;top:36.5625rem;left:12.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qf7cX5wV9GNR8w82fTwqSB6AxLLqZSk1 { width:19.1875rem;height:2.5625rem;top:36rem;left:12.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTirFgKSAcfdCJnoFXLv1Pf7TSBc8bHM { width:3.125rem;height:3.125rem;top:37.1875rem;left:12.75rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lt2SoxzFkU8VoTmWytRq1Dmcw91wRNzB { width:19.3125rem;height:1.51171875rem;top:36.5625rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dMAkCWM5slrAWCzGpyvk58zvC0TrROBg { width:19.1875rem;height:2.5625rem;top:36rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uuGzJTyf0P0uRhaa8ub3RDhBU9UFBQV4 { display:block; }#uuGzJTyf0P0uRhaa8ub3RDhBU9UFBQV4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GL1inUJI4Qu3wNtpp7KWawtshiJli651 { width:20rem;height:6.5rem;top:8.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JG5wIX5WwxLsxZ1DIzczWltwohgav4k0 { width:20rem;height:7.8125rem;top:8.0625rem;left:11.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qvck4uUIZJvicA9szS70ooKAtxlod4i7 { width:13.375rem;height:1.6875rem;top:18.25rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #iHNeXBr85WCiZywyzMeHqZiQ1lGvrPdV { width:9.5625rem;height:1.125rem;top:18.6875rem;left:3.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hl1oTgUsIkeAUSngN1vfTd81dlR3qQhx { width:10.375rem;height:1.6875rem;top:20.6875rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #IPTPuPZzqNDx4EqVXzxJRBdOirF7kBXT { width:11.6875rem;height:1.125rem;top:21.0625rem;left:0.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kp9uL5V599CZaDG7pVl9yWiTMIwzIbdQ { width:7.0625rem;height:1.6875rem;top:23.1875rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pz9dfJXA3VKadTXKTIB7Mlx2mSfg3JyT { width:19.75rem;height:1.125rem;top:23.5625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #X4fXCC4dhZUphsXR0mT19P0Cn1vvq0XU { width:0.125rem;height:17.875rem;top:6.875rem;left:31.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xgQle0XBJqeRyTJNw5qiTrpHJh4ym8ct { width:0.125rem;height:17.875rem;top:7rem;left:15.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CS5I6yenn7ByW36Q1bsmBFKlogiRNfzo { width:20rem;height:9.125rem;top:8.0625rem;left:27.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #y8MWvaAZfSprU7HHQvVTH6OuwWITgNQ0 { width:8.625rem;height:5.1875rem;top:1.75rem;left:15.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HT0aLxRpJkBSOlyZSuvuR8G8Z0Fhtrnn { width:9.125rem;height:5.1875rem;top:1.75rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bg4oF475pCCcvd5FKL8O6Hggr4oG0lxs { width:6.875rem;height:4.4375rem;top:2rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wCTmR380lb8WTToPcCoeiCMyhGdGsT9h { width:13.375rem;height:3.375rem;top:23.1875rem;left:15.875rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TzxB4cfDQiEhnNIqTOdDessGMlLT0V2f { width:14.4375rem;height:1.125rem;top:23.5rem;left:16.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #CXNuUkrppgq57ni2T2Xw0702fo1Oq55n { width:11.6875rem;height:1.125rem;top:21.3125rem;left:32.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yO5HMZq8wo75FoTmTZRKSLni1JlLffT6 { width:10.375rem;height:1.6875rem;top:20.9375rem;left:31.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TuxQDtIbWEHyIOEVSTxiBerGrmaaeHAM { width:7.0625rem;height:1.6875rem;top:23.4375rem;left:31.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wCduQfiWe1Rz0nFcimUxNvSnSNhRnRxK { width:9.5625rem;height:1.125rem;top:18.75rem;left:34.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BnF2xkto8Neo2Feh4DE0JftFsI9f6KR9 { width:13.375rem;height:1.6875rem;top:18.375rem;left:31.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #O76vmxWrUqD87XE8fIC5X84OEkyTIwpB { width:19.75rem;height:1.125rem;top:23.6875rem;left:27.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #d4avZN1vW11LW5o6FKwnF9Tkz8G5p4Xd { width:3.125rem;height:3.125rem;top:28.4375rem;left:12.75rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fr5MnL5N35rrcEWbMVnLeR4J9H4z2s0L { width:19.3125rem;height:1.51171875rem;top:28.25rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ySX1FBPyfPeb3ZVs77teMtk8q4XrWXXa { width:19.1875rem;height:2.5625rem;top:27.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iyyT77cqgPnZAednElQEnP8ofUI8Wua6 { width:3.125rem;height:3.125rem;top:28.4375rem;left:28.625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EaTvXx7wPtKVIFxWQZZMR1bZ1PPetowt { width:19.3125rem;height:1.51171875rem;top:28.3125rem;left:12.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hBCh6eUJAbifRFr62WINhWs5ikruiizi { width:19.1875rem;height:2.5625rem;top:27.75rem;left:12.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oXRN86ruvxtyA67wRC7wNPFki3XBul1J { width:3.125rem;height:3.125rem;top:28.4375rem;left:44.5rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pgL0BHhGziqWOgSqiwWxQD0TuCQ2ZQhB { width:19.3125rem;height:1.51171875rem;top:28.375rem;left:28.3125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #k0SSQ7tcfknEOFihwpH6k4klu39SAvVp { width:19.1875rem;height:2.5625rem;top:27.75rem;left:28.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PxlQ5ODWl9XKp0yaXy1AbGuHeW8zHszb { display:block; }#PxlQ5ODWl9XKp0yaXy1AbGuHeW8zHszb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LvA7F0WBfyBqq76QuzTbtwkIPFeLovvw { width:20rem;height:9.125rem;top:8.75rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FDgNcC0WIDxxfdO2X0UEF87S2iVtM1yo { width:20rem;height:2.5625rem;top:8.75rem;left:11.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wNB5o5R7NL9z59aWAHzzDQPNVxrQnJKx { width:10.375rem;height:1.6875rem;top:20.9375rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #V4IBo8DGpKsDfo28oOIH8zF8nHCFdLTv { width:11.6875rem;height:1.125rem;top:21.1875rem;left:1.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kQJ1rPKfEiV0TWiwQ2rrh8Cghd8vnPQ8 { width:7.0625rem;height:1.6875rem;top:23.1875rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TNlNbxlbcCExSO8ai1F0V1TzQpyeTJXg { width:18rem;height:1.125rem;top:23.5625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jx15P10BOafzhdGXMBuw3I8S0m8WPRRp { width:0.125rem;height:17.875rem;top:6.875rem;left:31.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wiCP6hitDt9LBTsSXwG5A6AXizeHamN3 { width:0.125rem;height:17.875rem;top:6.875rem;left:15.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HuJlQIM0HWI3X1nKTAeLzJGG6lQ69KmG { width:20rem;height:6.5rem;top:8.75rem;left:27.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #e9qCqTD0uTGA372JdezoqOgC8hDMdfBW { width:14.5625rem;height:5.1875rem;top:2.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eFT45WboFLGLgi649ZBmWZ2cUsuuyy0q { width:10.4375rem;height:5.1875rem;top:2rem;left:15.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VDXCprfXRanmCpsBsDEDhBbHiKqG4agS { width:7.375rem;height:5.1875rem;top:2rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mp6t96GB4w7BZbGWJTOLuAPZiGiGLCy6 { width:7.0625rem;height:1.6875rem;top:23.1875rem;left:15.875rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #M18HmEhnStqUzC5DWVO2aLVDiCMTC4Az { width:19.75rem;height:1.125rem;top:23.5rem;left:12rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qtLsgA7JPdJBNzakHGs4kvQMXPq1u6mT { width:2.8125rem;height:1.6875rem;top:20.6875rem;left:21.3125rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mgLyzPwCbdqi3D0SlPCgXMVrdnd1xwpH { width:11.6875rem;height:1.125rem;top:21.125rem;left:20.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #B4TmRTEPaSHz3x9STpIDwdyehIwrnT6t { width:6rem;height:1.6875rem;top:18.25rem;left:15.875rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DwvXFGThLRH79zMLLhg80c6SZlWthoIc { width:9.5625rem;height:1.125rem;top:18.6875rem;left:19.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #h1R7Z7HVfgJAGRL6oIU5hfUL0n7zEhFR { width:11.6875rem;height:1.125rem;top:21.0625rem;left:15.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qvQ6Dm3tdzDgpW92DN1PfUZ2p4Xpb8dD { width:19.75rem;height:1.125rem;top:23.5625rem;left:27.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rlBPGluqzL2qWW4C1Uhe971D421tHfbm { width:7.0625rem;height:1.6875rem;top:23.1875rem;left:31.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ee2hPcQvT1gsHzF5CBINod9chnWAzanv { width:6.625rem;height:1.125rem;top:20.9375rem;left:31.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #x55UmhR1sq7IMhIiClBuy520l9UumImd { width:9.4375rem;height:1.6875rem;top:20.6875rem;left:36rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dSAKfk8V3aS3izE7nNi08b2or6IUWilW { width:9.5625rem;height:1.125rem;top:18.5rem;left:31.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xXDIn0PRWI1HNRBr8rZ0WTpNSxWss7VR { width:13.375rem;height:1.6875rem;top:18.0625rem;left:34.25rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xFR0g41z73uTXDuwvBGR4lqCiMrrAvhx { width:3.125rem;height:3.125rem;top:28.375rem;left:12.75rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pd3Gh1TpkL1sVBLfoKeCHzM8nFTOoP7u { width:19.3125rem;height:1.51171875rem;top:28.1875rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yTRTyZsDXPltnFDB6gTRzEd0bMOoTuTi { width:19.1875rem;height:2.5625rem;top:27.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #p3fJJC7ZKL9tV800a1Dm9Z071zAFST7w { width:3.125rem;height:3.125rem;top:28.375rem;left:28.625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T55EL2HrPHMPJda46UvxSc4E0XerO1Ht { width:19.3125rem;height:1.51171875rem;top:28.125rem;left:12.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UNyWgzhb7CotuUGop5nTKeTPIMzz96CF { width:19.1875rem;height:2.5625rem;top:27.5rem;left:12.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aJQItg83yG6s2v1k4kCm6kFrr4ZREka2 { width:3.125rem;height:3.125rem;top:28.375rem;left:44.5rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RwM9llryJmvMpFuEcD9AOT6lO0sTIHbJ { width:19.3125rem;height:1.51171875rem;top:28.125rem;left:28.3125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tFxx24RobX74sgp6ZE4k7TVPHBJ3ZB5b { width:19.1875rem;height:2.5625rem;top:27.5rem;left:28.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HTKflUhuB9spOlgizwb7AhxTtZewM7uw { width:19.375rem;height:2.875rem;top:27.625rem;left:11.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pIwaLerAUyM9K96Ok36dFnl0ARMt1ozJ { display:block; }
 }@media only screen and (max-width: 763px) { #JQTSroHvLNUmmXSeXxySGyifOJJuZCTa { width:20.6875rem;height:3.4375rem;top:27.25rem;left:26.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jywe5Ok6xOqWJ0DeDEw3OBio2TiTXmKV { display:block; }
 }@media only screen and (max-width: 763px) { #uJ1wymuuu5f5GFzxWXVGvRN0PokRxZqM { display:block; }#uJ1wymuuu5f5GFzxWXVGvRN0PokRxZqM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R0hJnLuy0Bqc2UaVUuDd6iN1TkNEFPuM { width:19.1875rem;height:1.5rem;top:2.4375rem;left:14.281249046326rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OWnlxNbo4Ct019QmLm9UBJHCh8bhJ5OO { width:19rem;height:2.5rem;top:1.875rem;left:14.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QBo68WCdGsyvK8Htbr2rCBPPwSmi3gbp { width:3.9375rem;height:3.9375rem;top:2.4375rem;left:31rem;font-size:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lHJkif0E585gvTv7IftEGq0mi44G6esp { width:19.125rem;height:2.9375rem;top:1.0615234375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #td2XF9bMNeEWTKvJ2GlDNZloRK17cNeR { width:14.1875rem;height:7.3125rem;top:4.7490234375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDTMqkSVD7oXnRQN8ReWJl19CvQygl2p { width:5.1875rem;height:3.125rem;top:20.375rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbvXaK4ab5AWpgr3E2gcgvFaefwZxJb3 { width:4.4375rem;height:3.125rem;top:23.25rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sE9kaN9kQMETfVkeSha00Ug0IBFpI7R3 { width:7.5rem;height:3.1875rem;top:17.4375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0zT3PdT0KBxJqkIOdOvCXXOliaKXoev { width:6.25rem;height:3.125rem;top:23.5625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiWWthq5WtEgr94EoqzZOBTJ7Dq4Qm0B { width:7.625rem;height:1.75rem;top:18rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRKZTKTDpr2RIU2yiyIih2808GH7ITG2 { width:8.75rem;height:3.125rem;top:23.4375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQnTSNBR39FQ4CyB9WVhl5SKRIiATuOu { width:5.5rem;height:3.125rem;top:20.375rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeX4dgBR3LRTIpB1GBwSqF8K7GN3SiNB { width:4.6875rem;height:3.125rem;top:20.4375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgc6rekiNe1QTwnFFqriTxRhTL9pmTHO { width:0.75rem;height:0.75rem;top:40.0625rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hbCpuEB3EGLvZXVA97MWK4ZBK3p9Dq4T { width:0.75rem;height:0.75rem;top:42.0625rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KATgMkWqHD4vAQTrsC86WNdPh9izo0z1 { width:0.75rem;height:0.75rem;top:44.0625rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xdG24ml8MWZkKvRTyidKGQNEWKguAkdO { width:7.8125rem;height:2.25rem;top:17.9375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgnKFv66JXf5CvlxUUdEVim3m9GMcyde { display:block; }
 }@media only screen and (max-width: 763px) { #edU1HpOwkvCtz2h3RaDu5avGrDKf6lhI { width:8.4375rem;height:2.3125rem;top:17.9375rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxpqsZfxebQB3nGpDJlIipqbmaN4tqTt { display:block; }
 }@media only screen and (max-width: 763px) { #mLgnIXO7qRTSSv6VuzufsKlwfgofqN3l { width:4.8125rem;height:2.3125rem;top:20.8125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #So1Opfn91GTUhT5qXrour4tHcg0korqa { display:block; }
 }@media only screen and (max-width: 763px) { #eIrGEzCZXBpvU6OtZFcxOAsn9iBI4URG { width:4.5625rem;height:2.8125rem;top:20.625rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #Py0hGuxfNwEb3JZcqFf00u3q18pDeT4X { display:block; }
 }@media only screen and (max-width: 763px) { #v75XClA15HWTb4MdW2F3e6DlMMf1KTSU { width:4.875rem;height:2.25rem;top:21rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQFV8LTt4aX5GkURbn1pCo9q4qwscKU1 { display:block; }
 }@media only screen and (max-width: 763px) { #oBXusNp6iXSivhpg35oKUhx9cZWdvv8a { width:2.6875rem;height:3.0625rem;top:23.25rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo5D44luTfMAHLPbfSfe3osJohrgtZ1B { display:block; }
 }@media only screen and (max-width: 763px) { #vvzEMBI1sswcQ840LJz3I4FChI7E7fHs { width:8.8125rem;height:2.0625rem;top:24rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tW6nZerE9tKFOgd4T6zCz00VfbFJqJPT { display:block; }
 }@media only screen and (max-width: 763px) { #vMUgLnVeduugOmTuZfu7XoybikvoJ4km { width:5.9375rem;height:2.375rem;top:24rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkpUUeIdofBdJ3Q7fuT3T41R2JiPzLKo { display:block; }
 }@media only screen and (max-width: 763px) { #kSaPkzLspsbbTSZqcW278QLSmOP65xRg { width:20rem;height:11.25rem;top:6.71875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0kJ2ynk5Ns7VuCocBZHtdm2J9oLnWD2 { width:17.4375rem;height:2.125rem;top:28.6875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRRuCh7XIIcE3dBZuy4GMZQGaJJaIPso { width:9.625rem;height:1.5125rem;top:29.125rem;left:5.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJZp0Qx4e1MACL3QMFrT6FquuAUw3Rwz { width:2.8125rem;height:2.75rem;top:29.6875rem;left:17.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZQZmVV3FgAzM0oBqChW7dLlIq6UNMcO { display:block; }#KZQZmVV3FgAzM0oBqChW7dLlIq6UNMcO > .row .container { width:20rem;height:67.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DapJo8Bd3l7VLo0DHCvIJvNnpwukbc7H { width:18.5rem;height:9.959rem;top:5.099609375rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxQtxpw8Q4v2AArLAFhH2GgMm0nLM2mR { width:20rem;height:2.925rem;top:2.236328125rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dcbJJtqiEwtoWqMZDHbdRiLvEhJod8Xk { width:18.4375rem;height:8.796875rem;top:19.4677734375rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #niIVhhg6yXoi7yib18fklQU9CLfuwgc1 { width:7.6875rem;height:3.0872375rem;top:16.4443359375rem;left:0.6875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gb6ZRXKB9HHGvPL2SVDeSDZC7qnZXIEb { width:10.375rem;height:7.26041875rem;top:29.880859375rem;left:8.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOlCy1FzRXlzu6APawci446wORDvDyIB { width:8.5625rem;height:2.6125rem;top:37.6552734375rem;left:8.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H12QfF4IupvWiWuBUDq1Fg8sh1sLzumL { width:0.125rem;height:7.0625rem;top:29.94921875rem;left:7.7587890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaAaL6O4Xs8gQn18GTStb0L3b6UB9P6v { width:19.0625rem;height:4.00035rem;top:42.4599609375rem;left:0.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJrRuR952OIQxRDgQZ1UVddeRIV2s5PB { width:18.375rem;height:4.4609375rem;top:47.7099609375rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWe7wypnitGgFpp6JSSOvgt5bOf3XFTx { width:20rem;height:15.8144375rem;top:60.599609375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ERTxTxrsVwRfinhLN5y3hFwHn0WxeSGN { width:8.1875rem;height:1.79948125rem;top:53.13737487793rem;left:8.8750005960463rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ii28vATGbUnc0pXRpaQ28mwU4SfOD52F { width:6.1875rem;height:1.125rem;top:54.875rem;left:8.875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #twVq7yxDy2wJewpiKG8tSquW8JionISe { width:11.25rem;height:1.8rem;top:56.8876953125rem;left:8.75rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P9zLuaWNBIyoXvTm1wRoSve4Ia20bZMi { width:10.375rem;height:2.25rem;top:58.71875rem;left:8.875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Jg0cAhiN51tgD7E2oOSDTC8kZNZnTkn3 { width:11rem;height:1.29361875rem;top:62.832034111025rem;left:9.0000005960463rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NP4DMJRbdlK3yvbt2bzp8AyruX21OzBg { width:11.0625rem;height:2.25rem;top:64.0625rem;left:8.9375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ukBpd9Z1wlAasp2Fv3f26lggFWyXSutP { width:0.75rem;height:0.75rem;top:117.70124375rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WbognVgkznvbaGNhhboinpM9OUfAhi75 { width:0.75rem;height:0.75rem;top:64.2100125rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PWQvkCgAFCTxJRLEPTvxQ7GoZFJ6sn5B { width:0.75rem;height:0.75rem;top:62.2100125rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #P7cnBKk1KBxi59t28w2PKXlsMCE4mKuu { width:0.125rem;height:12.9375rem;top:53.3681640625rem;left:8.0087890625rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #K4PpIn27Jo3AQpl2BDX9v1Tn6p43GuOZ { display:block; }#K4PpIn27Jo3AQpl2BDX9v1Tn6p43GuOZ > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MkQfyDsQ4MghiSyUHGc1nMcttSwwbwIP { width:19rem;height:2.6rem;top:1rem;left:1rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqMfTHUNittFhzLpwFa0hMV6nFTvoTLz { width:11.625rem;height:1.7122375rem;top:5.0625rem;left:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWR4IH9enOAkKliMZst9uHG9ucTsWzMU { width:9.625rem;height:1.30625rem;top:9.173828125rem;left:3.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsdmEzFtbwsR31oRETO7wFV9wwkTACbw { width:14.75rem;height:1.44375rem;top:10.478118896484rem;left:3.2500000596046rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WdxHnJlk8LUUndV096ZaaQQx2f0bw2xd { width:13.25rem;height:3.3rem;top:20.359375rem;left:3.375rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hGde9ob7FvmOVo4UvyRWVSZRo9ebZyDq { width:16.75rem;height:2.88671875rem;top:26.87890625rem;left:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vb573Gwpp6HF1FbJoJsuzvoqN0KrV71k { width:16.9375rem;height:1.924475rem;top:35.2578125rem;left:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPcUTtLDXc8Awo3auFLro9ZOLW17VFRu { width:0.75rem;height:0.75rem;top:83.2236375rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OFGEop8e43UwU7fpdRcXx23CktiuqZ1w { width:0.75rem;height:0.75rem;top:85.2236375rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GT8odMZvkZ2LaqQ0NsFcTuZatSFQv5Zg { width:0.75rem;height:0.75rem;top:81.2236375rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uDqC1vpLdWAzgcPhMsegipCAIPhtFSoN { width:1.875rem;height:1.875rem;top:25.06640625rem;left:1.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhbRnF6pLwahK0XAne6OJo5VhK4JntT5 { width:1.875rem;height:1.875rem;top:33.34765625rem;left:1.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WktiU1rXP6ygEQZkNeitmUCo8HWqJFtE { width:2.4375rem;height:2.4375rem;top:4.66796875rem;left:0.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnmGkEiQ5kD7H1I1fEPvlUAxAmQBce96 { width:2.4375rem;height:2.4375rem;top:19.984375rem;left:0.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ih8Cpx763DXRZm2dDD8G0hJBHRkgT67P { width:4.8125rem;height:1.30625rem;top:25.4140625rem;left:3.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFPgOZv78pnok4QW06G6ssCIhE4tHWCC { width:4.8125rem;height:1.30625rem;top:33.73046875rem;left:3.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUMb2LKuFH3aSxos8NKe5McdGQ6R7dDk { width:16.3125rem;height:0.89375rem;top:38.703125rem;left:3.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3nyQfbMBFgnqM1zmEDSmsLEt3yJ6zR8 { width:16.3125rem;height:0.89375rem;top:31.1923828125rem;left:3.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsWz7WbSXX9vbq7NnECN4HM7CIR3u8qs { width:20rem;height:15.78125rem;top:37.0078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6yUqruy4Zzg6SdoTxIBoZqgB0VRLilP { width:17.75rem;height:2.75rem;top:13.796875rem;left:0.90625005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2Q20vnRGPRBgSmW86upKhAge6hSBpiO { width:9.625rem;height:1.5125rem;top:14.634765625rem;left:5.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAPRf1MWXciExOtn7T5oqg8CaqJuynSD { width:3.375rem;height:3.375rem;top:15.009376525879rem;left:16.625000774861rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrfuaMQhnugUv79TZ6KPwHhHgUMpWH4u { width:17.375rem;height:3.6875rem;top:13.515625rem;left:1.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzAty4RCQItER84KniMWxS6R6W8l7fUh { display:block; }
 }@media only screen and (max-width: 763px) { #XH65g4yimXt3Gay9r6i00ne8kkRinxL4 { display:block; }#XH65g4yimXt3Gay9r6i00ne8kkRinxL4 > .row .container { width:20rem;height:78.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aWDayZDZrQhkkMVe8zqQXfiIfJUiPtJ5 { width:20rem;height:4.8112rem;top:9.4746125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GofE3zd2Xl3NucNZSfC9ToDn8xuTfbek { width:11.5625rem;height:2.5rem;top:6.037109375rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCUpJv3MclZlNOArxFsBmvIm0kM8lW42 { width:12rem;height:2.6rem;top:1.25rem;left:0.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvQoQS7bgldBHVAgBUukFO28H9rJJ7lX { width:7.25rem;height:1.51875rem;top:15.58984375rem;left:0.3125rem;font-size:1.6875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #DxRqXdyfTBcffUtEZVrSViIDBGvKJTFM { width:11.9375rem;height:0.9622375rem;top:15.96484375rem;left:8.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1osliZVIPcZZIUFJWyxMr5Z6vcyHsob { width:20rem;height:8.796875rem;top:32.12109375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUQhtBkBUIWrrPmRLXp8d2WDgXDOTpaU { width:10.0625rem;height:2.25rem;top:29.24609375rem;left:4.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOWZxTcCml72D02sZqvwJFdySifxmQ0T { width:9.5rem;height:0.9622375rem;top:42.5rem;left:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozMWG7iGlqi1DU5TFn1VTrJteI2q4DBr { width:2rem;height:1.51875rem;top:42.1875rem;left:5.5625rem;font-size:1.6875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #qNCWapsK7ylUnItrzLVkcJrqsTdO4hGV { width:3.25rem;height:0.9622375rem;top:42.625rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WP6MvXaxBAOmObJHikTbAAZEXLdC1KeN { width:6.375rem;height:1.57486875rem;top:17.27734375rem;left:1.1875rem;font-size:1.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #qmGgpzqEENgJtqTyEDck1XQm8cZBm76B { width:9.75rem;height:0.9622375rem;top:17.640625rem;left:8.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4VCRoyI2izVSbyN9K5EAnQfDg3JeEr4 { width:20rem;height:8.796875rem;top:60.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #asdZXCtLIWqERVzzz5p1i63vtP2IUexE { width:11.875rem;height:5.1875rem;top:55.0625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhJFNb53UT7NbL7msfvJmhme2Ad470T4 { width:8.3125rem;height:3.03645625rem;top:43.8125rem;left:-0.5625rem;font-size:1.6875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #rsEHpNRMDJfTGdQsbHRcENyPADexRxrG { width:11.6875rem;height:0.9622375rem;top:44.125rem;left:8.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2z5qsAzohvTexVcV3Ixwe1MUzDaQKrA { width:8.375rem;height:1.125rem;top:70.755500793456rem;left:6.7800069451331rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbKafEw4ZWdvqJxXGxkR71lminttvZV0 { width:9.375rem;height:1.8rem;top:70.419919013975rem;left:8.3114343285563rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWgbgZA8Id3p6sKOlpHRDMc1TRheZH8l { width:3.375rem;height:1.57486875rem;top:18.96484375rem;left:4.21875rem;font-size:1.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #MG7MNlHqND1LuAXP2ndTfLzUyr2FwmG6 { width:7.125rem;height:0.9622375rem;top:19.44140625rem;left:8.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMI1DgtZbBgRbAidVKcOoCKn54fy5frN { width:0.125rem;height:17.875rem;top:34.4961125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TkWDXAyBa18AIk5Q18el9ixVLfcT5koF { width:0.125rem;height:17.875rem;top:89.5596125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xeRt04TFCBSRMFJErnypf02ibgnVagMR { width:19.3125rem;height:1.5125rem;top:74.25rem;left:0.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPlgTDatvx7QdiORvKTGTsbhtW2lX54v { width:19.1875rem;height:2.5625rem;top:73.6875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOCrJ6TB6nl0s6W0lgqtBmA2Kms1Z7bW { width:3.125rem;height:3.125rem;top:74.875rem;left:16.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vhi5kcDteVUUSIfCBTdxWzntTl9zkkye { width:3.125rem;height:3.125rem;top:49.4375rem;left:16.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzp0Xxx9gAaLVcJr7zF0q6dzrViUThLp { width:19.3125rem;height:1.5125rem;top:48.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qf7cX5wV9GNR8w82fTwqSB6AxLLqZSk1 { width:19.1875rem;height:2.5625rem;top:48.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTirFgKSAcfdCJnoFXLv1Pf7TSBc8bHM { width:3.125rem;height:3.125rem;top:23.1875rem;left:16.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lt2SoxzFkU8VoTmWytRq1Dmcw91wRNzB { width:19.3125rem;height:1.5125rem;top:22.5625rem;left:0.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMAkCWM5slrAWCzGpyvk58zvC0TrROBg { width:19.1875rem;height:2.5625rem;top:22rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuGzJTyf0P0uRhaa8ub3RDhBU9UFBQV4 { display:block; }#uuGzJTyf0P0uRhaa8ub3RDhBU9UFBQV4 > .row .container { width:20rem;height:72.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GL1inUJI4Qu3wNtpp7KWawtshiJli651 { width:20rem;height:5.49805rem;top:5.1827068328858rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JG5wIX5WwxLsxZ1DIzczWltwohgav4k0 { width:20rem;height:6.597625rem;top:30.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qvck4uUIZJvicA9szS70ooKAtxlod4i7 { width:4.5625rem;height:1.57486875rem;top:11.714134216309rem;left:3.3114343285561rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHNeXBr85WCiZywyzMeHqZiQ1lGvrPdV { width:9.5623125rem;height:0.9622375rem;top:12.01953125rem;left:8.3109012246131rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hl1oTgUsIkeAUSngN1vfTd81dlR3qQhx { width:3.0625rem;height:1.57486875rem;top:13.401634216309rem;left:4.8117895722389rem;font-size:1.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #IPTPuPZzqNDx4EqVXzxJRBdOirF7kBXT { width:11.6868125rem;height:0.9622375rem;top:13.894353866577rem;left:8.3123221993444rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kp9uL5V599CZaDG7pVl9yWiTMIwzIbdQ { width:2.1875rem;height:1.57486875rem;top:15.088954925537rem;left:5.6864343285561rem;font-size:1.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Pz9dfJXA3VKadTXKTIB7Mlx2mSfg3JyT { width:11.4375rem;height:0.9622375rem;top:15.4508228302rem;left:8.3128550648687rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4fXCC4dhZUphsXR0mT19P0Cn1vvq0XU { width:0.125rem;height:17.875rem;top:77.423875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xgQle0XBJqeRyTJNw5qiTrpHJh4ym8ct { width:0.125rem;height:17.875rem;top:30.652375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CS5I6yenn7ByW36Q1bsmBFKlogiRNfzo { width:20rem;height:5.49805rem;top:52.993074417114rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8MWvaAZfSprU7HHQvVTH6OuwWITgNQ0 { width:8rem;height:4.75rem;top:24.687499523163rem;left:5.6871448159218rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT0aLxRpJkBSOlyZSuvuR8G8Z0Fhtrnn { width:7.4369375rem;height:4.1867875rem;top:48.619672775269rem;left:5.6862569451332rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bg4oF475pCCcvd5FKL8O6Hggr4oG0lxs { width:6.875rem;height:4.4375rem;top:0.68714523315431rem;left:6.5616121888162rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCTmR380lb8WTToPcCoeiCMyhGdGsT9h { width:4.4375rem;height:3.1497375rem;top:38.235084533691rem;left:3.4676843285561rem;font-size:1.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #TzxB4cfDQiEhnNIqTOdDessGMlLT0V2f { width:11.5625rem;height:0.9622375rem;top:38.734728813171rem;left:8.4366117119788rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXNuUkrppgq57ni2T2Xw0702fo1Oq55n { width:7.4375rem;height:0.9622375rem;top:61.917966842651rem;left:8.3123221993444rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yO5HMZq8wo75FoTmTZRKSLni1JlLffT6 { width:2.87464375rem;height:1.57486875rem;top:61.42506980896rem;left:4.9975138306617rem;font-size:1.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #TuxQDtIbWEHyIOEVSTxiBerGrmaaeHAM { width:7.0623125rem;height:1.57486875rem;top:62.985790252688rem;left:0.8718039393425rem;font-size:1.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #wCduQfiWe1Rz0nFcimUxNvSnSNhRnRxK { width:9.5623125rem;height:0.9622375rem;top:60.406070709229rem;left:8.3709159493444rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnF2xkto8Neo2Feh4DE0JftFsI9f6KR9 { width:4.874825rem;height:1.57486875rem;top:59.913504600525rem;left:2.9051339030266rem;font-size:1.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #O76vmxWrUqD87XE8fIC5X84OEkyTIwpB { width:11.4375rem;height:0.9622375rem;top:63.290304183962rem;left:8.3128550648687rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4avZN1vW11LW5o6FKwnF9Tkz8G5p4Xd { width:3.125rem;height:3.125rem;top:18.4375rem;left:16.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fr5MnL5N35rrcEWbMVnLeR4J9H4z2s0L { width:19.3125rem;height:1.5125rem;top:18.3125rem;left:0.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySX1FBPyfPeb3ZVs77teMtk8q4XrWXXa { width:19.1875rem;height:2.5625rem;top:17.8125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyyT77cqgPnZAednElQEnP8ofUI8Wua6 { width:3.125rem;height:3.125rem;top:41.87428855896rem;left:16.874998629093rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaTvXx7wPtKVIFxWQZZMR1bZ1PPetowt { width:19.3125rem;height:1.5125rem;top:41.812143325806rem;left:0.18732243776321rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBCh6eUJAbifRFr62WINhWs5ikruiizi { width:19.1875rem;height:2.5625rem;top:41.187143325806rem;left:0.18732243776321rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXRN86ruvxtyA67wRC7wNPFki3XBul1J { width:3.125rem;height:3.125rem;top:66.6875rem;left:16.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgL0BHhGziqWOgSqiwWxQD0TuCQ2ZQhB { width:19.3125rem;height:1.5125rem;top:66.625rem;left:0.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0SSQ7tcfknEOFihwpH6k4klu39SAvVp { width:19.1875rem;height:2.5625rem;top:66rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxlQ5ODWl9XKp0yaXy1AbGuHeW8zHszb { display:block; }#PxlQ5ODWl9XKp0yaXy1AbGuHeW8zHszb > .row .container { width:20rem;height:72.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LvA7F0WBfyBqq76QuzTbtwkIPFeLovvw { width:20rem;height:6.597625rem;top:5.1867198944092rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDgNcC0WIDxxfdO2X0UEF87S2iVtM1yo { width:20rem;height:2.19921875rem;top:30.194531440735rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNB5o5R7NL9z59aWAHzzDQPNVxrQnJKx { width:3.1875rem;height:1.57486875rem;top:13.159374237061rem;left:4.6875002980232rem;font-size:1.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #V4IBo8DGpKsDfo28oOIH8zF8nHCFdLTv { width:9.4375rem;height:0.9622375rem;top:13.715625762939rem;left:8.3429687619206rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQJ1rPKfEiV0TWiwQ2rrh8Cghd8vnPQ8 { width:4.25rem;height:1.57486875rem;top:14.734375rem;left:3.6562502980233rem;font-size:1.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #TNlNbxlbcCExSO8ai1F0V1TzQpyeTJXg { width:11.6875rem;height:0.9622375rem;top:15.171875rem;left:8.2507813572881rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jx15P10BOafzhdGXMBuw3I8S0m8WPRRp { width:0.125rem;height:17.875rem;top:81.555678125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wiCP6hitDt9LBTsSXwG5A6AXizeHamN3 { width:0.125rem;height:17.875rem;top:28.7011875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HuJlQIM0HWI3X1nKTAeLzJGG6lQ69KmG { width:20rem;height:4.4609375rem;top:53.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9qCqTD0uTGA372JdezoqOgC8hDMdfBW { width:12.25rem;height:4.3125rem;top:0.93593788146975rem;left:3.8750002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFT45WboFLGLgi649ZBmWZ2cUsuuyy0q { width:10.4368125rem;height:5.187325rem;top:25.007812410593rem;left:4.7812502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDXCprfXRanmCpsBsDEDhBbHiKqG4agS { width:5.875rem;height:4.125rem;top:48.125rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp6t96GB4w7BZbGWJTOLuAPZiGiGLCy6 { width:7.0625rem;height:1.57486875rem;top:37.825001716614rem;left:0.81171876192094rem;font-size:1.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #M18HmEhnStqUzC5DWVO2aLVDiCMTC4Az { width:8.0625rem;height:0.9622375rem;top:38.443751335144rem;left:8.3429687619206rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtLsgA7JPdJBNzakHGs4kvQMXPq1u6mT { width:2.8125rem;height:1.57486875rem;top:36.187500953674rem;left:5.0625002980232rem;font-size:1.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #mgLyzPwCbdqi3D0SlPCgXMVrdnd1xwpH { width:7.5rem;height:0.9622375rem;top:36.743750572204rem;left:8.3429687619206rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4TmRTEPaSHz3x9STpIDwdyehIwrnT6t { width:6rem;height:1.57486875rem;top:34.640625rem;left:1.9367187619209rem;font-size:1.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #DwvXFGThLRH79zMLLhg80c6SZlWthoIc { width:9.5625rem;height:0.9622375rem;top:35.190625190735rem;left:8.3429687619206rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1R7Z7HVfgJAGRL6oIU5hfUL0n7zEhFR { width:6.125rem;height:0.9622375rem;top:33.453125953674rem;left:1.6867187619209rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #qvQ6Dm3tdzDgpW92DN1PfUZ2p4Xpb8dD { width:10.375rem;height:0.9622375rem;top:62.875rem;left:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlBPGluqzL2qWW4C1Uhe971D421tHfbm { width:7.0625rem;height:1.57486875rem;top:62.4375rem;left:0.75rem;font-size:1.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ee2hPcQvT1gsHzF5CBINod9chnWAzanv { width:6.125rem;height:0.9622375rem;top:61.0625rem;left:1.625rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #x55UmhR1sq7IMhIiClBuy520l9UumImd { width:9.4375rem;height:1.57486875rem;top:60.625rem;left:8.3125rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dSAKfk8V3aS3izE7nNi08b2or6IUWilW { width:6.375rem;height:0.9622375rem;top:59.25rem;left:1.4375rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #xXDIn0PRWI1HNRBr8rZ0WTpNSxWss7VR { width:11.75rem;height:1.57486875rem;top:59rem;left:8.25rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xFR0g41z73uTXDuwvBGR4lqCiMrrAvhx { width:3.125rem;height:3.125rem;top:18.375rem;left:16.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pd3Gh1TpkL1sVBLfoKeCHzM8nFTOoP7u { width:19.3125rem;height:1.5125rem;top:18.1875rem;left:0.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTRTyZsDXPltnFDB6gTRzEd0bMOoTuTi { width:19.1875rem;height:2.5625rem;top:17.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3fJJC7ZKL9tV800a1Dm9Z071zAFST7w { width:3.125rem;height:3.125rem;top:41.625rem;left:16.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T55EL2HrPHMPJda46UvxSc4E0XerO1Ht { width:19.3125rem;height:1.5125rem;top:41.375rem;left:0.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNyWgzhb7CotuUGop5nTKeTPIMzz96CF { width:19.1875rem;height:2.5625rem;top:40.75rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJQItg83yG6s2v1k4kCm6kFrr4ZREka2 { width:3.125rem;height:3.125rem;top:66.4375rem;left:16.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwM9llryJmvMpFuEcD9AOT6lO0sTIHbJ { width:19.3125rem;height:1.5125rem;top:66.1875rem;left:0.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFxx24RobX74sgp6ZE4k7TVPHBJ3ZB5b { width:19.1875rem;height:2.5625rem;top:65.5rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTKflUhuB9spOlgizwb7AhxTtZewM7uw { width:19.375rem;height:2.875rem;top:40.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIwaLerAUyM9K96Ok36dFnl0ARMt1ozJ { display:block; }
 }@media only screen and (max-width: 763px) { #JQTSroHvLNUmmXSeXxySGyifOJJuZCTa { width:19rem;height:3.4375rem;top:65.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jywe5Ok6xOqWJ0DeDEw3OBio2TiTXmKV { display:block; }
 }@media only screen and (max-width: 763px) { #uJ1wymuuu5f5GFzxWXVGvRN0PokRxZqM { position:relative;z-index:auto;display:block; }#uJ1wymuuu5f5GFzxWXVGvRN0PokRxZqM > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R0hJnLuy0Bqc2UaVUuDd6iN1TkNEFPuM { width:19.1875rem;height:1.5125rem;top:1.9304676055908rem;left:0.40625005960464rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWnlxNbo4Ct019QmLm9UBJHCh8bhJ5OO { width:19rem;height:2.5rem;top:1.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBo68WCdGsyvK8Htbr2rCBPPwSmi3gbp { width:3.9375rem;height:3.9375rem;top:1.8125rem;left:16.0625rem;font-size:2.75rem;display:block; }
 }