.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:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#r7Gs8DWceD7a5G8ovQoimTVVyTlKLV4c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#r7Gs8DWceD7a5G8ovQoimTVVyTlKLV4c > .row .container { background-color: transparent; background-image: none; }#r7Gs8DWceD7a5G8ovQoimTVVyTlKLV4c::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#r7Gs8DWceD7a5G8ovQoimTVVyTlKLV4c > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#r7Gs8DWceD7a5G8ovQoimTVVyTlKLV4c > .row .container > .video-iframe-container { display: none; }#r7Gs8DWceD7a5G8ovQoimTVVyTlKLV4c > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#r7Gs8DWceD7a5G8ovQoimTVVyTlKLV4c > .row > .video-iframe-container { display: none; }#r7Gs8DWceD7a5G8ovQoimTVVyTlKLV4c > .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); }#r7Gs8DWceD7a5G8ovQoimTVVyTlKLV4c > .row .container { border-width: 0; border-radius: 0; }#r7Gs8DWceD7a5G8ovQoimTVVyTlKLV4c > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#gm0yVgrnXk1gTo1LSHQXZaAweeGPqybU { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.9375rem;width:41.125rem;top:0.25rem;left:16.937501907349rem;overflow:hidden;display:block; }
#krIrFholwMFETC31hSr9LxaJayvIQn5X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#krIrFholwMFETC31hSr9LxaJayvIQn5X > .row .container { background-color: transparent; background-image: none; }#krIrFholwMFETC31hSr9LxaJayvIQn5X::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#krIrFholwMFETC31hSr9LxaJayvIQn5X > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#krIrFholwMFETC31hSr9LxaJayvIQn5X > .row .container > .video-iframe-container { display: none; }#krIrFholwMFETC31hSr9LxaJayvIQn5X > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#krIrFholwMFETC31hSr9LxaJayvIQn5X > .row > .video-iframe-container { display: none; }#krIrFholwMFETC31hSr9LxaJayvIQn5X > .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); }#krIrFholwMFETC31hSr9LxaJayvIQn5X > .row .container { border-width: 0; border-radius: 0; }#krIrFholwMFETC31hSr9LxaJayvIQn5X > .row .container { font-size:0.875rem;font-family:arial;height:9.5625rem;width:75rem;position:relative;display:block; }#ImppGUWqk9pFF8Vlp8IqJFKu3X4ZooLV { color:#000000;display:block;width:62.375rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:100000;line-height:1.3;letter-spacing:0;top:5rem;left:6.3125019073488rem;height:3.575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#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:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:59.75rem;width:75rem;position:relative;display:block; }#FWDeyTX8NehPy4abw6T7hruHsnSgamLx { color:#000000;display:block;width:38.1875rem;position:absolute;font-family:oswald;font-size:3.625rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.1875rem rgba(0,0,0,0.5);top:1.5625rem;left:18.40625rem;height:4.7125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F4QxQVTNQmqqSoBkGtGeU9QRMwuXsR7f { color:#f55a01;display:block;width:65.5625rem;position:absolute;font-family:oswald;font-size:4.75rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.125rem #000000;top:6.0625rem;left:4.71875rem;height:6.175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wN9MCGPbuHbT84MARWJxKooWHaBu5wfX { color:#454242;display:block;width:49.3125rem;position:absolute;font-family:oswald;font-size:1.625rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:18.4375rem;left:13.8125rem;height:4.225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JMHTTJqyDCLSCZMoGlzVrKpLkJU9cS8i { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.1875rem;width:22.125rem;top:49.1875rem;left:27.3125rem;overflow:hidden;display:block; }
#mI9SdEnGADnDxToaua0lUGqsDfvJTatL { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.375rem;width:68.75rem;top:23.875rem;left:3.125rem;overflow:hidden;display:block; }
#zS8PERT2Wm8dzUivk4FJBORgd8MMUZxH { position:relative;display:block; }#zS8PERT2Wm8dzUivk4FJBORgd8MMUZxH { background-color: transparent; background-image: none; }#zS8PERT2Wm8dzUivk4FJBORgd8MMUZxH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zS8PERT2Wm8dzUivk4FJBORgd8MMUZxH > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zS8PERT2Wm8dzUivk4FJBORgd8MMUZxH > .row .container > .video-iframe-container { display: none; }#zS8PERT2Wm8dzUivk4FJBORgd8MMUZxH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zS8PERT2Wm8dzUivk4FJBORgd8MMUZxH > .row > .video-iframe-container { display: none; }#zS8PERT2Wm8dzUivk4FJBORgd8MMUZxH > .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); }#zS8PERT2Wm8dzUivk4FJBORgd8MMUZxH { border-width: 0; border-radius: 0; }#zS8PERT2Wm8dzUivk4FJBORgd8MMUZxH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:66.8125rem;width:75rem;position:relative;display:block; }#URJwOvIJTflkW77mVRSfnJXZVQr6JN34 { position:absolute;display:block;z-index:100000;border-top:0.0625rem solid #ff0000;border-left:0.0625rem solid #ff0000;border-right:0.0625rem solid #ff0000;border-bottom:0.0625rem solid #ff0000;height:30rem;width:68.75rem;top:1.75rem;left:3.125rem;overflow:hidden;display:block; }
#mz7R0KUXtJ9PJTMEAsCovmtCvqt2mnvV { position:absolute;display:block;z-index:100001;border-top:0.0625rem solid #ff0000;border-left:0.0625rem solid #ff0000;border-right:0.0625rem solid #ff0000;border-bottom:0.0625rem solid #ff0000;height:29.5625rem;width:68.75rem;top:35.375rem;left:3.125rem;overflow:hidden;display:block; }
#ZqHJCfNcK0BTIu68cRlD3nWr07ZHK3dw { position:relative;display:block; }#ZqHJCfNcK0BTIu68cRlD3nWr07ZHK3dw { background-color: transparent; background-image: none; }#ZqHJCfNcK0BTIu68cRlD3nWr07ZHK3dw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZqHJCfNcK0BTIu68cRlD3nWr07ZHK3dw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZqHJCfNcK0BTIu68cRlD3nWr07ZHK3dw > .row .container > .video-iframe-container { display: none; }#ZqHJCfNcK0BTIu68cRlD3nWr07ZHK3dw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZqHJCfNcK0BTIu68cRlD3nWr07ZHK3dw > .row > .video-iframe-container { display: none; }#ZqHJCfNcK0BTIu68cRlD3nWr07ZHK3dw > .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); }#ZqHJCfNcK0BTIu68cRlD3nWr07ZHK3dw { border-width: 0; border-radius: 0; }#ZqHJCfNcK0BTIu68cRlD3nWr07ZHK3dw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:70.125rem;width:75rem;position:relative;display:block; }#IlhNT5SzmJn9b8VGaLzVzCXdHhp1C8TZ { position:absolute;display:block;z-index:100001;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:38.0625rem;width:31.25rem;top:1.546875rem;left:3.0625rem;overflow:hidden;display:block; }
#kSVy0uaqofXW6NduVWiBhFMp5ViADZvq { position:absolute;display:block;z-index:100002;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:46.25rem;width:31.25rem;top:1.546875rem;left:40.561719894409rem;overflow:hidden;display:block; }
#CUICuCTocrM6hPr03u5kZdUGi8zhdTzK { position:absolute;display:block;z-index:100004;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:20.375rem;width:31.25rem;top:49.109365463257rem;left:40.561719894409rem;overflow:hidden;display:block; }
#w2lZe8JO0z9wKPnmrukg5q8C15t60VVl { position:absolute;display:block;z-index:100005;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:25.25rem;width:31.25rem;top:44.296093940735rem;left:3.0625rem;overflow:hidden;display:block; }
#W6tdrvBdhQmJ3hWZoFhKq93x7kQGpgQ2 { position:relative;display:block; }#W6tdrvBdhQmJ3hWZoFhKq93x7kQGpgQ2 { background-color: transparent; background-image: none; }#W6tdrvBdhQmJ3hWZoFhKq93x7kQGpgQ2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#W6tdrvBdhQmJ3hWZoFhKq93x7kQGpgQ2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#W6tdrvBdhQmJ3hWZoFhKq93x7kQGpgQ2 > .row .container > .video-iframe-container { display: none; }#W6tdrvBdhQmJ3hWZoFhKq93x7kQGpgQ2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#W6tdrvBdhQmJ3hWZoFhKq93x7kQGpgQ2 > .row > .video-iframe-container { display: none; }#W6tdrvBdhQmJ3hWZoFhKq93x7kQGpgQ2 > .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); }#W6tdrvBdhQmJ3hWZoFhKq93x7kQGpgQ2 { border-width: 0; border-radius: 0; }#W6tdrvBdhQmJ3hWZoFhKq93x7kQGpgQ2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:50.125rem;width:75rem;position:relative;display:block; }#t0P0KW86d7bHTu0MNQBDc1sRymBiVBo4 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:38.25rem;width:68.5625rem;top:1.3718757629394rem;left:4.25rem;overflow:hidden;display:block; }
#tdta2vtXttNoLmsumzSnCu8F68m7Adxo { color:#000000;display:block;width:37.0625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:37.058595895768rem;left:18.968751907349rem;height:10.96875rem;text-align:center;text-align-last:center;display:block; }
#K5C8kcAincMapPpTZ5LO4HfTFffm2koW { position:absolute;display:block;z-index:100004;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.25rem solid #f55a01;border-left:0.25rem solid #f55a01;border-right:0.25rem solid #f55a01;border-bottom:0.25rem solid #f55a01;height:47.625rem;width:68.75rem;top:1.682820558548rem;left:2.875rem;display:block; }
#elvlfSlAgeFtTW45ERyNySR3pNSX3fHx { position:relative;display:block; }#elvlfSlAgeFtTW45ERyNySR3pNSX3fHx { background-color: transparent; background-image: none; }#elvlfSlAgeFtTW45ERyNySR3pNSX3fHx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#elvlfSlAgeFtTW45ERyNySR3pNSX3fHx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#elvlfSlAgeFtTW45ERyNySR3pNSX3fHx > .row .container > .video-iframe-container { display: none; }#elvlfSlAgeFtTW45ERyNySR3pNSX3fHx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#elvlfSlAgeFtTW45ERyNySR3pNSX3fHx > .row > .video-iframe-container { display: none; }#elvlfSlAgeFtTW45ERyNySR3pNSX3fHx > .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); }#elvlfSlAgeFtTW45ERyNySR3pNSX3fHx { border-width: 0; border-radius: 0; }#elvlfSlAgeFtTW45ERyNySR3pNSX3fHx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:114.4375rem;width:75rem;position:relative;display:block; }#ens8HQhMNC7T6KlUgmPAPX5G1BW8hFQ4 { position:absolute;display:block;z-index:100001;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:34.8125rem;width:31.25rem;top:1.546875rem;left:3.0625rem;overflow:hidden;display:block; }
#TR4LdrnbErqILSObzcUHbLDwcfP99nru { position:absolute;display:block;z-index:100002;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:32.75rem;width:31.25rem;top:1.546875rem;left:40.561719894409rem;overflow:hidden;display:block; }
#eU9W4o0KKqPPE7ztPh0c84kWnNJFRp3w { position:absolute;display:block;z-index:100004;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:23.75rem;width:31.25rem;top:63.234375rem;left:40.561719894409rem;overflow:hidden;display:block; }
#DVsScpzQnB3WzRXJ2oLQuFT5SH0FNz80 { position:absolute;display:block;z-index:100005;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:30.375rem;width:31.25rem;top:38.484375rem;left:3.0625rem;overflow:hidden;display:block; }
#zlz3oBVLC3OcKqXZ7OwGQSl4FC1cGzgU { position:absolute;display:block;z-index:100006;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:24.5rem;width:31.25rem;top:36.484375rem;left:40.561719894409rem;overflow:hidden;display:block; }
#rQb8xBAiFIwkn0UvBtlG6g72fLMS2pNF { position:absolute;display:block;z-index:100005;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:23.6875rem;width:31.25rem;top:71.109375rem;left:3.0625rem;overflow:hidden;display:block; }
#aSipvRfFSDOHTHZi4rVkkO1udBTT9c45 { position:absolute;display:block;z-index:100001;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:24.5625rem;width:31.25rem;top:89.360157012938rem;left:40.561719894409rem;overflow:hidden;display:block; }
#gh59sK7s4ldL4rgyw3rUhcV4ATM0W26A { position:relative;display:block; }#gh59sK7s4ldL4rgyw3rUhcV4ATM0W26A { background-color: transparent; background-image: none; }#gh59sK7s4ldL4rgyw3rUhcV4ATM0W26A::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gh59sK7s4ldL4rgyw3rUhcV4ATM0W26A > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gh59sK7s4ldL4rgyw3rUhcV4ATM0W26A > .row .container > .video-iframe-container { display: none; }#gh59sK7s4ldL4rgyw3rUhcV4ATM0W26A > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gh59sK7s4ldL4rgyw3rUhcV4ATM0W26A > .row > .video-iframe-container { display: none; }#gh59sK7s4ldL4rgyw3rUhcV4ATM0W26A > .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); }#gh59sK7s4ldL4rgyw3rUhcV4ATM0W26A { border-width: 0; border-radius: 0; }#gh59sK7s4ldL4rgyw3rUhcV4ATM0W26A > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:171.9375rem;width:75rem;position:relative;display:block; }#fhQgHgPZwM4zBfvlvXCxtKEdXTBOPQ36 { position:absolute;display:block;z-index:100001;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:50.1875rem;width:31.25rem;top:1.546875rem;left:3.0625rem;overflow:hidden;display:block; }
#u5v6Zy1NTuVpLILEqg13qgkGfSnZD6VQ { position:absolute;display:block;z-index:100002;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:39.9375rem;width:31.25rem;top:1.546875rem;left:40.561719894409rem;overflow:hidden;display:block; }
#WvGBOOxnHRCT35P2cVxHXN98MTGFTgWk { position:absolute;display:block;z-index:100004;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:42.6875rem;width:31.25rem;top:91.484375rem;left:3.0625rem;overflow:hidden;display:block; }
#coUOuagRDaJB6emuOpB1y4oOquT6iJUE { position:absolute;display:block;z-index:100005;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:36.6875rem;width:31.25rem;top:53.359375rem;left:3.0625rem;overflow:hidden;display:block; }
#TEBuWb1kOwzdTQvGMBC7TfJl2VPTSOQm { position:absolute;display:block;z-index:100006;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:85.3125rem;width:31.25rem;top:43.109375rem;left:40.561719894409rem;overflow:hidden;display:block; }
#LGcW9zBDhgBF2Gn2iPWaQTdNeFG1JB3s { position:absolute;display:block;z-index:100005;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:30.5625rem;width:31.25rem;top:130.04687690735rem;left:40.561719894409rem;overflow:hidden;display:block; }
#g2ptX8MGT3A8W2SUsSSWULAPiBiGd5vx { position:absolute;display:block;z-index:100001;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:34.75rem;width:31.25rem;top:135.73515892029rem;left:3.125rem;overflow:hidden;display:block; }
#qiqf9a4gRhUFH5zEugJUkWT9Rzg35u0U { position:relative;display:block; }#qiqf9a4gRhUFH5zEugJUkWT9Rzg35u0U { background-color: transparent; background-image: none; }#qiqf9a4gRhUFH5zEugJUkWT9Rzg35u0U::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qiqf9a4gRhUFH5zEugJUkWT9Rzg35u0U > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qiqf9a4gRhUFH5zEugJUkWT9Rzg35u0U > .row .container > .video-iframe-container { display: none; }#qiqf9a4gRhUFH5zEugJUkWT9Rzg35u0U > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qiqf9a4gRhUFH5zEugJUkWT9Rzg35u0U > .row > .video-iframe-container { display: none; }#qiqf9a4gRhUFH5zEugJUkWT9Rzg35u0U > .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); }#qiqf9a4gRhUFH5zEugJUkWT9Rzg35u0U { border-width: 0; border-radius: 0; }#qiqf9a4gRhUFH5zEugJUkWT9Rzg35u0U > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:145.9375rem;width:75rem;position:relative;display:block; }#N03dz7xuSHfOkxVHSV2lZoOqBoAx8lxb { position:absolute;display:block;z-index:100005;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:29.9375rem;width:68.75rem;top:1.1234374046326rem;left:3.0625rem;overflow:hidden;display:block; }
#tQXe8WTrchPn1IrS2QZvUpUzGTwczBtP { position:absolute;display:block;z-index:100006;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:37.25rem;width:68.75rem;top:32.324998855591rem;left:3.0625rem;overflow:hidden;display:block; }
#H5HbHDifTMqkDHafZBSTTJS8JdhBQkqn { position:absolute;display:block;z-index:100007;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:38.3125rem;width:68.75rem;top:71.012501716613rem;left:3.0625rem;overflow:hidden;display:block; }
#kX4t3hCXSNXNqA37izrQxKPDFq8VzNaE { position:absolute;display:block;z-index:100008;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:34.6875rem;width:68.75rem;top:110.69999980926rem;left:3.0625rem;overflow:hidden;display:block; }
#N14PyfPmiQACngfu6sTw2CU2VwzZ8mUS { position:relative;display:block; }#N14PyfPmiQACngfu6sTw2CU2VwzZ8mUS { background-color: transparent; background-image: none; }#N14PyfPmiQACngfu6sTw2CU2VwzZ8mUS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#N14PyfPmiQACngfu6sTw2CU2VwzZ8mUS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#N14PyfPmiQACngfu6sTw2CU2VwzZ8mUS > .row .container > .video-iframe-container { display: none; }#N14PyfPmiQACngfu6sTw2CU2VwzZ8mUS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#N14PyfPmiQACngfu6sTw2CU2VwzZ8mUS > .row > .video-iframe-container { display: none; }#N14PyfPmiQACngfu6sTw2CU2VwzZ8mUS > .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); }#N14PyfPmiQACngfu6sTw2CU2VwzZ8mUS { border-width: 0; border-radius: 0; }#N14PyfPmiQACngfu6sTw2CU2VwzZ8mUS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:79.9375rem;width:75rem;position:relative;display:block; }#LFrbKn9KUTbSNhTppfMiUVItxd9x4Tt7 { position:absolute;display:block;z-index:100005;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:41.3125rem;width:68.75rem;top:1.1234374046326rem;left:3.0625rem;overflow:hidden;display:block; }
#NMQE2xOqxJL9dAghCOZthZmIPpn0TUDz { position:absolute;display:block;z-index:100006;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:35.25rem;width:68.75rem;top:43.325000762939rem;left:3.0625rem;overflow:hidden;display:block; }
#SznrtlrxWIAt4CUyUuLpZyx2ZgfHsDIN { position:relative;display:block; }#SznrtlrxWIAt4CUyUuLpZyx2ZgfHsDIN { background-color: transparent; background-image: none; }#SznrtlrxWIAt4CUyUuLpZyx2ZgfHsDIN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SznrtlrxWIAt4CUyUuLpZyx2ZgfHsDIN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SznrtlrxWIAt4CUyUuLpZyx2ZgfHsDIN > .row .container > .video-iframe-container { display: none; }#SznrtlrxWIAt4CUyUuLpZyx2ZgfHsDIN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SznrtlrxWIAt4CUyUuLpZyx2ZgfHsDIN > .row > .video-iframe-container { display: none; }#SznrtlrxWIAt4CUyUuLpZyx2ZgfHsDIN > .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); }#SznrtlrxWIAt4CUyUuLpZyx2ZgfHsDIN { border-width: 0; border-radius: 0; }#SznrtlrxWIAt4CUyUuLpZyx2ZgfHsDIN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:25.5625rem;width:75rem;position:relative;display:block; }#FOfUThMFL4JLKib8n2N8GlPad297pzoK { position:absolute;display:block;z-index:100000;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:19.125rem;width:34.375rem;top:0.81250572204588rem;left:1.5rem;overflow:hidden;display:block; }
#f0Zu1nAJegF6FqURuKASGsr0mVUTE3r3 { position:absolute;display:block;z-index:100003;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:11.625rem;width:34.375rem;top:12.375rem;left:38.999219894409rem;overflow:hidden;display:block; }
#eg0KTWgJOd0HJM0fG8Q51KKpdvpN6ecd { position:absolute;display:block;z-index:100002;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:10.375rem;width:34.375rem;top:0.8125rem;left:39rem;overflow:hidden;display:block; }
#pU49TaCoaTHp1hOICVsAhc5dBO2NWwzL { position:relative;display:block; }#pU49TaCoaTHp1hOICVsAhc5dBO2NWwzL { background-color: transparent; background-image: none; }#pU49TaCoaTHp1hOICVsAhc5dBO2NWwzL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pU49TaCoaTHp1hOICVsAhc5dBO2NWwzL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pU49TaCoaTHp1hOICVsAhc5dBO2NWwzL > .row .container > .video-iframe-container { display: none; }#pU49TaCoaTHp1hOICVsAhc5dBO2NWwzL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pU49TaCoaTHp1hOICVsAhc5dBO2NWwzL > .row > .video-iframe-container { display: none; }#pU49TaCoaTHp1hOICVsAhc5dBO2NWwzL > .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); }#pU49TaCoaTHp1hOICVsAhc5dBO2NWwzL { border-width: 0; border-radius: 0; }#pU49TaCoaTHp1hOICVsAhc5dBO2NWwzL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:41.3125rem;width:75rem;position:relative;display:block; }#yIoRZ4T0lEfM0dD80z6W5g7IE4PEZFK6 { position:absolute;display:block;z-index:100006;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:38.6875rem;width:68.75rem;top:1.4499998092651rem;left:3.0625rem;overflow:hidden;display:block; }
#Hrfv4HFbJwUTif7l71LcOcso4LBfcb1U { position:relative;display:block; }#Hrfv4HFbJwUTif7l71LcOcso4LBfcb1U { background-color: transparent; background-image: none; }#Hrfv4HFbJwUTif7l71LcOcso4LBfcb1U::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Hrfv4HFbJwUTif7l71LcOcso4LBfcb1U > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Hrfv4HFbJwUTif7l71LcOcso4LBfcb1U > .row .container > .video-iframe-container { display: none; }#Hrfv4HFbJwUTif7l71LcOcso4LBfcb1U > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Hrfv4HFbJwUTif7l71LcOcso4LBfcb1U > .row > .video-iframe-container { display: none; }#Hrfv4HFbJwUTif7l71LcOcso4LBfcb1U > .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); }#Hrfv4HFbJwUTif7l71LcOcso4LBfcb1U { border-width: 0; border-radius: 0; }#Hrfv4HFbJwUTif7l71LcOcso4LBfcb1U > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:61.375rem;width:75rem;position:relative;display:block; }#NgHF6WHfJDtflPii72Z7ngqv2xLM53TK { position:absolute;display:block;z-index:100004;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:30.4375rem;width:34.375rem;top:29.375rem;left:1.5rem;overflow:hidden;display:block; }
#MTKnUvdgnCTpAJIU6T8MMcaz7T9D1xTb { position:absolute;display:block;z-index:100000;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:26.9375rem;width:34.375rem;top:0.8125rem;left:1.5rem;overflow:hidden;display:block; }
#NK2STWpIDVQvFUaqRH7XAdeT91EK7OoE { position:absolute;display:block;z-index:100003;border-top:0;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:14.375rem;width:34.375rem;top:33.9375rem;left:39rem;overflow:hidden;display:block; }
#WQavvTH1A7XZegWBv2aMWpaNobFkSTop { position:absolute;display:block;z-index:100002;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0;height:32.9375rem;width:34.375rem;top:0.8125rem;left:39rem;overflow:hidden;display:block; }
#XzI0pMrdin1ungLuwMEmrXG8LWEBpKdT { position:relative;display:block; }#XzI0pMrdin1ungLuwMEmrXG8LWEBpKdT { background-color: transparent; background-image: none; }#XzI0pMrdin1ungLuwMEmrXG8LWEBpKdT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XzI0pMrdin1ungLuwMEmrXG8LWEBpKdT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XzI0pMrdin1ungLuwMEmrXG8LWEBpKdT > .row .container > .video-iframe-container { display: none; }#XzI0pMrdin1ungLuwMEmrXG8LWEBpKdT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XzI0pMrdin1ungLuwMEmrXG8LWEBpKdT > .row > .video-iframe-container { display: none; }#XzI0pMrdin1ungLuwMEmrXG8LWEBpKdT > .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); }#XzI0pMrdin1ungLuwMEmrXG8LWEBpKdT { border-width: 0; border-radius: 0; }#XzI0pMrdin1ungLuwMEmrXG8LWEBpKdT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:46.125rem;width:75rem;position:relative;display:block; }#xtmlJezHJZtHzUrn52F9vBtgcA7x2QBL { position:absolute;display:block;z-index:100000;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:42.0625rem;width:75rem;top:1.0624999050051rem;left:0rem;overflow:hidden;display:block; }
#JJKidvs2tT5pFJ4ru4FEBk943bpMnvdJ { position:relative;display:block; }#JJKidvs2tT5pFJ4ru4FEBk943bpMnvdJ { background-color: transparent; background-image: none; }#JJKidvs2tT5pFJ4ru4FEBk943bpMnvdJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JJKidvs2tT5pFJ4ru4FEBk943bpMnvdJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JJKidvs2tT5pFJ4ru4FEBk943bpMnvdJ > .row .container > .video-iframe-container { display: none; }#JJKidvs2tT5pFJ4ru4FEBk943bpMnvdJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JJKidvs2tT5pFJ4ru4FEBk943bpMnvdJ > .row > .video-iframe-container { display: none; }#JJKidvs2tT5pFJ4ru4FEBk943bpMnvdJ > .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); }#JJKidvs2tT5pFJ4ru4FEBk943bpMnvdJ { border-width: 0; border-radius: 0; }#JJKidvs2tT5pFJ4ru4FEBk943bpMnvdJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#FlH0TrkcwgLlD3I8xKNXxMbi4mbL7oOO { position:absolute;display:block;z-index:100000;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:25.9375rem;width:34.375rem;top:0rem;left:1.4375rem;overflow:hidden;display:block; }
#dSslF5cFeEacSriHoD5C4PpWUoG86dXW { position:absolute;display:block;z-index:100001;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:26.4375rem;width:34.375rem;top:0rem;left:38.9375rem;overflow:hidden;display:block; }
#vvUENSdyWysemTG43ZMCSHMg5JoZWM2t { position:relative;display:block; }#vvUENSdyWysemTG43ZMCSHMg5JoZWM2t { background-color: transparent; background-image: none; }#vvUENSdyWysemTG43ZMCSHMg5JoZWM2t::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vvUENSdyWysemTG43ZMCSHMg5JoZWM2t > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vvUENSdyWysemTG43ZMCSHMg5JoZWM2t > .row .container > .video-iframe-container { display: none; }#vvUENSdyWysemTG43ZMCSHMg5JoZWM2t > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vvUENSdyWysemTG43ZMCSHMg5JoZWM2t > .row > .video-iframe-container { display: none; }#vvUENSdyWysemTG43ZMCSHMg5JoZWM2t > .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); }#vvUENSdyWysemTG43ZMCSHMg5JoZWM2t { border-width: 0; border-radius: 0; }#vvUENSdyWysemTG43ZMCSHMg5JoZWM2t > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:103.75rem;width:75rem;position:relative;display:block; }#FczKRyanFW4W5OECKvkAMz32LkX8GWEB { position:absolute;display:block;z-index:100000;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:32.6875rem;width:74.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#RcfqvlZbrQfIOtRtaf3TEBPpmFwLZi4m { position:absolute;display:block;z-index:100001;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:32.5625rem;width:74.875rem;top:34.631944656372rem;left:0rem;overflow:hidden;display:block; }
#lSlhHq4ACBoRtDRuHsycfl0Ou6DawxFC { position:absolute;display:block;z-index:100002;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:32.5625rem;width:74.875rem;top:69.166666030881rem;left:0rem;overflow:hidden;display:block; }
#J7DoPC8WVfiqcTlA7ghHgiME0k0a73ch { position:relative;display:block; }#J7DoPC8WVfiqcTlA7ghHgiME0k0a73ch { background-color: transparent; background-image: none; }#J7DoPC8WVfiqcTlA7ghHgiME0k0a73ch::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J7DoPC8WVfiqcTlA7ghHgiME0k0a73ch > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J7DoPC8WVfiqcTlA7ghHgiME0k0a73ch > .row .container > .video-iframe-container { display: none; }#J7DoPC8WVfiqcTlA7ghHgiME0k0a73ch > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J7DoPC8WVfiqcTlA7ghHgiME0k0a73ch > .row > .video-iframe-container { display: none; }#J7DoPC8WVfiqcTlA7ghHgiME0k0a73ch > .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); }#J7DoPC8WVfiqcTlA7ghHgiME0k0a73ch { border-width: 0; border-radius: 0; }#J7DoPC8WVfiqcTlA7ghHgiME0k0a73ch > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:28rem;width:75rem;position:relative;display:block; }#ObgTar9m3nTEJczDX1NgOdnssTVQDiXB { position:absolute;display:block;z-index:100000;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:25.25rem;width:74.875rem;top:1.3125rem;left:0rem;overflow:hidden;display:block; }
#m0on3CIvgypO4BEas6qnCIumUBhCZe76 { position:relative;display:block; }#m0on3CIvgypO4BEas6qnCIumUBhCZe76 { background-color: transparent; background-image: none; }#m0on3CIvgypO4BEas6qnCIumUBhCZe76::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#m0on3CIvgypO4BEas6qnCIumUBhCZe76 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#m0on3CIvgypO4BEas6qnCIumUBhCZe76 > .row .container > .video-iframe-container { display: none; }#m0on3CIvgypO4BEas6qnCIumUBhCZe76 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#m0on3CIvgypO4BEas6qnCIumUBhCZe76 > .row > .video-iframe-container { display: none; }#m0on3CIvgypO4BEas6qnCIumUBhCZe76 > .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); }#m0on3CIvgypO4BEas6qnCIumUBhCZe76 { border-width: 0; border-radius: 0; }#m0on3CIvgypO4BEas6qnCIumUBhCZe76 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26.8125rem;width:75rem;position:relative;display:block; }#Csg8SvXD5i70XqCdXQZPdxik8Ha69HuA { position:absolute;display:block;z-index:100000;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:25.375rem;width:31.25rem;top:0rem;left:3.125rem;overflow:hidden;display:block; }
#zeOOo1CxXyDxP0yM9kXEG53wfVfGsmiy { position:absolute;display:block;z-index:100001;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:23.75rem;width:31.25rem;top:0rem;left:40.625rem;overflow:hidden;display:block; }
#LC2TTZDNWCtLysRMwxoZVFfxPNc5ZMlz { position:relative;display:block; }#LC2TTZDNWCtLysRMwxoZVFfxPNc5ZMlz { background-color: transparent; background-image: none; }#LC2TTZDNWCtLysRMwxoZVFfxPNc5ZMlz::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LC2TTZDNWCtLysRMwxoZVFfxPNc5ZMlz > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LC2TTZDNWCtLysRMwxoZVFfxPNc5ZMlz > .row .container > .video-iframe-container { display: none; }#LC2TTZDNWCtLysRMwxoZVFfxPNc5ZMlz > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LC2TTZDNWCtLysRMwxoZVFfxPNc5ZMlz > .row > .video-iframe-container { display: none; }#LC2TTZDNWCtLysRMwxoZVFfxPNc5ZMlz > .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); }#LC2TTZDNWCtLysRMwxoZVFfxPNc5ZMlz { border-width: 0; border-radius: 0; }#LC2TTZDNWCtLysRMwxoZVFfxPNc5ZMlz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:34.4375rem;width:75rem;position:relative;display:block; }#ihA0yi3MwEDU8TsT6oZrwR8oypi5HTkf { position:absolute;display:block;z-index:100000;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:33.0625rem;width:31.6875rem;top:0rem;left:21.59375rem;overflow:hidden;display:block; }
#ofh1FFMtKEBfnGaHGcssslw95JVVR8tl { position:relative;display:block; }#ofh1FFMtKEBfnGaHGcssslw95JVVR8tl { background-color: transparent; background-image: none; }#ofh1FFMtKEBfnGaHGcssslw95JVVR8tl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ofh1FFMtKEBfnGaHGcssslw95JVVR8tl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ofh1FFMtKEBfnGaHGcssslw95JVVR8tl > .row .container > .video-iframe-container { display: none; }#ofh1FFMtKEBfnGaHGcssslw95JVVR8tl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ofh1FFMtKEBfnGaHGcssslw95JVVR8tl > .row > .video-iframe-container { display: none; }#ofh1FFMtKEBfnGaHGcssslw95JVVR8tl > .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); }#ofh1FFMtKEBfnGaHGcssslw95JVVR8tl { border-width: 0; border-radius: 0; }#ofh1FFMtKEBfnGaHGcssslw95JVVR8tl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#hUIohUXNrb9cQe7cmkrx7IDG3uU0HIdu { position:absolute;display:block;z-index:100000;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:35.0625rem;width:31.25rem;top:0rem;left:40.5rem;overflow:hidden;display:block; }
#ppPkG7VgMu35fblKW92uf7mPPBWKgoT4 { position:absolute;display:block;z-index:100001;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:37.5625rem;width:31.25rem;top:0rem;left:3.0625rem;overflow:hidden;display:block; }
#PmGohGuqApJWdGBQ9B3zTo8qGTsvsD63 { position:relative;display:block; }#PmGohGuqApJWdGBQ9B3zTo8qGTsvsD63 { background-color: transparent; background-image: none; }#PmGohGuqApJWdGBQ9B3zTo8qGTsvsD63::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PmGohGuqApJWdGBQ9B3zTo8qGTsvsD63 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PmGohGuqApJWdGBQ9B3zTo8qGTsvsD63 > .row .container > .video-iframe-container { display: none; }#PmGohGuqApJWdGBQ9B3zTo8qGTsvsD63 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PmGohGuqApJWdGBQ9B3zTo8qGTsvsD63 > .row > .video-iframe-container { display: none; }#PmGohGuqApJWdGBQ9B3zTo8qGTsvsD63 > .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); }#PmGohGuqApJWdGBQ9B3zTo8qGTsvsD63 { border-width: 0; border-radius: 0; }#PmGohGuqApJWdGBQ9B3zTo8qGTsvsD63 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:205.0625rem;width:75rem;position:relative;display:block; }#Ju6isGieIsiuXOlzB6pCm7StDXlMBIZ6 { position:absolute;display:block;z-index:100000;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:55.5625rem;width:31.25rem;top:0rem;left:3rem;overflow:hidden;display:block; }
#NixygL1ONnt3FTO6K4pgfu7WWA2mR2sC { position:absolute;display:block;z-index:100002;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:33.0625rem;width:31.25rem;top:48.5625rem;left:40.5rem;overflow:hidden;display:block; }
#kDKbmBRB9unX4uDTlyJXvcBCn1p2vwVy { position:absolute;display:block;z-index:100001;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:32.125rem;width:31.25rem;top:57.125rem;left:3.0625rem;overflow:hidden;display:block; }
#vnd7GIWu6zVi4lpw5TafsywoGuuzCQVX { position:absolute;display:block;z-index:100003;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:35.6875rem;width:31.25rem;top:83rem;left:40.5rem;overflow:hidden;display:block; }
#dcD4zQv7USOmTVg6GuTu3yu6qtnDqvrg { position:absolute;display:block;z-index:100003;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0;height:7.9375rem;width:31.25rem;top:90.9375rem;left:3.125rem;overflow:hidden;display:block; }
#r0lyhIadwg6U57yu4AmtUJ2rltILs4Su { position:absolute;display:block;z-index:100004;border-top:0;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:14.9375rem;width:31.25rem;top:114.4375rem;left:3.0625rem;overflow:hidden;display:block; }
#s08LohTZrVWlhS1kVqE0E5z6LNUWUDpn { position:absolute;display:block;z-index:100005;border-top:0;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0;height:15.5625rem;width:31.25rem;top:98.875rem;left:3.0625rem;overflow:hidden;display:block; }
#xPPHFebUooUXcHfmJFzrfvapRe28d4Uw { position:absolute;display:block;z-index:100004;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:26.625rem;width:31.25rem;top:120.25rem;left:40.5625rem;overflow:hidden;display:block; }
#ncPPz1GCTXhTCRgBg1hRfFyhJc0KCutO { position:absolute;display:block;z-index:100005;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:16.375rem;width:31.25rem;top:156rem;left:40.5625rem;overflow:hidden;display:block; }
#LvfcGF73v8yh8BfJzA28Ch8VPX12m2tb { position:absolute;display:block;z-index:100005;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:62.5rem;width:31.25rem;top:130.875rem;left:3.0625rem;overflow:hidden;display:block; }
#XPDNCdDC10Ua8srhe3MTmizqrLvCGOo0 { position:absolute;display:block;z-index:100007;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:28.625rem;width:31.25rem;top:174.375rem;left:40.5625rem;overflow:hidden;display:block; }
#DiWs10R7OLWxCZOT1H2rvnw0xyxEyG45 { position:absolute;display:block;z-index:100008;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:5.6875rem;width:31.25rem;top:148.4375rem;left:40.5625rem;overflow:hidden;display:block; }
#lHT3amqemM5HvZqWvkgIyxbHna3ugs7m { position:absolute;display:block;z-index:100001;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:46.9375rem;width:31.25rem;top:0rem;left:40.5rem;overflow:hidden;display:block; }
#BUPbMW85S7STv8BJM9glc9epiZWptxDD { position:relative;display:block; }#BUPbMW85S7STv8BJM9glc9epiZWptxDD { background-color: transparent; background-image: none; }#BUPbMW85S7STv8BJM9glc9epiZWptxDD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BUPbMW85S7STv8BJM9glc9epiZWptxDD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BUPbMW85S7STv8BJM9glc9epiZWptxDD > .row .container > .video-iframe-container { display: none; }#BUPbMW85S7STv8BJM9glc9epiZWptxDD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BUPbMW85S7STv8BJM9glc9epiZWptxDD > .row > .video-iframe-container { display: none; }#BUPbMW85S7STv8BJM9glc9epiZWptxDD > .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); }#BUPbMW85S7STv8BJM9glc9epiZWptxDD { border-width: 0; border-radius: 0; }#BUPbMW85S7STv8BJM9glc9epiZWptxDD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:60.5rem;width:75rem;position:relative;display:block; }#pZ0iwuXeeJReTpqQ7wpgHSwueSkhBgKy { position:absolute;display:block;z-index:100000;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:29.375rem;width:68.75rem;top:0rem;left:3rem;overflow:hidden;display:block; }
#lb9kFzDF77VZ9sDRV5TmZUutk96FPUZ3 { position:absolute;display:block;z-index:100001;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:27.9375rem;width:68.75rem;top:31.25rem;left:3rem;overflow:hidden;display:block; }
#helBfqBVavEhoVHK8QqGyIJXA7dWSwND { position:relative;display:block; }#helBfqBVavEhoVHK8QqGyIJXA7dWSwND { background-color: transparent; background-image: none; }#helBfqBVavEhoVHK8QqGyIJXA7dWSwND::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#helBfqBVavEhoVHK8QqGyIJXA7dWSwND > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#helBfqBVavEhoVHK8QqGyIJXA7dWSwND > .row .container > .video-iframe-container { display: none; }#helBfqBVavEhoVHK8QqGyIJXA7dWSwND > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#helBfqBVavEhoVHK8QqGyIJXA7dWSwND > .row > .video-iframe-container { display: none; }#helBfqBVavEhoVHK8QqGyIJXA7dWSwND > .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); }#helBfqBVavEhoVHK8QqGyIJXA7dWSwND { border-width: 0; border-radius: 0; }#helBfqBVavEhoVHK8QqGyIJXA7dWSwND > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:58.1875rem;width:75rem;position:relative;display:block; }#xwLz8T39CFynrazf6DWOxDkTLac0XbgS { position:absolute;display:block;z-index:100008;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:55.5625rem;width:31.25rem;top:1.25rem;left:21.8125rem;overflow:hidden;display:block; }
#D7TmT8zNDATx1hMkJGhIys5K4tQr6CUw { position:relative;display:block; }#D7TmT8zNDATx1hMkJGhIys5K4tQr6CUw { background-color: transparent; background-image: none; }#D7TmT8zNDATx1hMkJGhIys5K4tQr6CUw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D7TmT8zNDATx1hMkJGhIys5K4tQr6CUw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D7TmT8zNDATx1hMkJGhIys5K4tQr6CUw > .row .container > .video-iframe-container { display: none; }#D7TmT8zNDATx1hMkJGhIys5K4tQr6CUw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D7TmT8zNDATx1hMkJGhIys5K4tQr6CUw > .row > .video-iframe-container { display: none; }#D7TmT8zNDATx1hMkJGhIys5K4tQr6CUw > .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); }#D7TmT8zNDATx1hMkJGhIys5K4tQr6CUw { border-width: 0; border-radius: 0; }#D7TmT8zNDATx1hMkJGhIys5K4tQr6CUw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:75.375rem;width:75rem;position:relative;display:block; }#uQZsGcQ2fGOQp2xraO5hrSkcB9Dfts2w { position:absolute;display:block;z-index:100000;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:24.125rem;width:68.75rem;top:1.0625495910644rem;left:3.0625rem;overflow:hidden;display:block; }
#GGXdETgPOWKHwT5wMK5HK1HFNGkImy1P { position:absolute;display:block;z-index:100001;border-top:0.0625rem solid #ff0000;border-left:0.0625rem solid #ff0000;border-right:0.0625rem solid #ff0000;border-bottom:0.0625rem solid #ff0000;height:45.1875rem;width:68.75rem;top:26.824999809265rem;left:3.125rem;overflow:hidden;display:block; }
#FLZ9PD62AgUO6U4ZIs693dv1MX2GaU0H { position:relative;display:block; }#FLZ9PD62AgUO6U4ZIs693dv1MX2GaU0H { background-color: transparent; background-image: none; }#FLZ9PD62AgUO6U4ZIs693dv1MX2GaU0H::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FLZ9PD62AgUO6U4ZIs693dv1MX2GaU0H > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FLZ9PD62AgUO6U4ZIs693dv1MX2GaU0H > .row .container > .video-iframe-container { display: none; }#FLZ9PD62AgUO6U4ZIs693dv1MX2GaU0H > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FLZ9PD62AgUO6U4ZIs693dv1MX2GaU0H > .row > .video-iframe-container { display: none; }#FLZ9PD62AgUO6U4ZIs693dv1MX2GaU0H > .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); }#FLZ9PD62AgUO6U4ZIs693dv1MX2GaU0H { border-width: 0; border-radius: 0; }#FLZ9PD62AgUO6U4ZIs693dv1MX2GaU0H > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:52.4375rem;width:75rem;position:relative;display:block; }#IG5CDzB1OVdOuDc0n0ylsyyyrTAdo387 { color:#000000;display:block;width:62.5rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:4.8125rem;left:5.9375rem;height:4.875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JqARIwxecPhbNo3y6mELETXNTJ8dZic3 { position:absolute;display:block;z-index:99999;background-color:transparent;background-image:none;border-top:0.625rem dashed #f55a01;border-left:0.625rem dashed #f55a01;border-right:0.625rem dashed #f55a01;border-bottom:0.625rem dashed #f55a01;height:46.1875rem;width:66.5625rem;top:3.5625rem;left:3.5625rem;display:block; }
#T4kUCtcEM6H0kxvRJBWoyIqRL6H9Z17v { color:#000000;display:block;width:62.5rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:9.6625008583069rem;left:5.9375rem;height:6.6625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lZqSEhmrdMS7TpMoKMulPlvHFzxFUgli { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.375rem;width:59.5rem;top:17.52499961853rem;left:7.4375019073488rem;overflow:hidden;display:block; }
#N5uaiIvHKs8gVyic8czxqsKTHZ3DDSDh { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.3125rem;width:33.8125rem;top:38.899999856949rem;left:20.593751907349rem;overflow:hidden;display:block; }
#vuJnaRCSJzLWysowQoW9taG7uAb5ATSs { position:relative;display:block; }#vuJnaRCSJzLWysowQoW9taG7uAb5ATSs { background-color: transparent; background-image: none; }#vuJnaRCSJzLWysowQoW9taG7uAb5ATSs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vuJnaRCSJzLWysowQoW9taG7uAb5ATSs > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vuJnaRCSJzLWysowQoW9taG7uAb5ATSs > .row .container > .video-iframe-container { display: none; }#vuJnaRCSJzLWysowQoW9taG7uAb5ATSs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vuJnaRCSJzLWysowQoW9taG7uAb5ATSs > .row > .video-iframe-container { display: none; }#vuJnaRCSJzLWysowQoW9taG7uAb5ATSs > .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); }#vuJnaRCSJzLWysowQoW9taG7uAb5ATSs { border-width: 0; border-radius: 0; }#vuJnaRCSJzLWysowQoW9taG7uAb5ATSs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15.5625rem;width:75rem;position:relative;display:block; }#PNVXgs62kOzQgToToMS8PfeVqTgNHwGp { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.25rem;width:63.5625rem;top:0.625rem;left:5.71875rem;overflow:hidden;display:block; }
#PqsJHfg9FeFse9JGFUwrq3ETgZMzUmNh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f55a01;background-image:none;position:relative;display:block; }#PqsJHfg9FeFse9JGFUwrq3ETgZMzUmNh > .row .container { background-color: transparent; background-image: none; }#PqsJHfg9FeFse9JGFUwrq3ETgZMzUmNh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PqsJHfg9FeFse9JGFUwrq3ETgZMzUmNh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PqsJHfg9FeFse9JGFUwrq3ETgZMzUmNh > .row .container > .video-iframe-container { display: none; }#PqsJHfg9FeFse9JGFUwrq3ETgZMzUmNh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PqsJHfg9FeFse9JGFUwrq3ETgZMzUmNh > .row > .video-iframe-container { display: none; }#PqsJHfg9FeFse9JGFUwrq3ETgZMzUmNh > .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); }#PqsJHfg9FeFse9JGFUwrq3ETgZMzUmNh > .row .container { border-width: 0; border-radius: 0; }#PqsJHfg9FeFse9JGFUwrq3ETgZMzUmNh > .row .container { font-size:0.875rem;font-family:arial;height:66.3125rem;width:75rem;position:relative;display:block; }#HnmwHQQ2lSEEB5ol4RRcMy7vrptZqdKS { position:absolute;display:block;z-index:100000;border-top:0.125rem solid #e5e7e8;border-left:0.125rem solid #e5e7e8;border-right:0.125rem solid #e5e7e8;border-bottom:0.125rem solid #e5e7e8;height:18.75rem;width:18.75rem;top:6.1249766349792rem;left:11.187501907349rem;overflow:hidden;display:block; }
#GBv5fJANkEMJnnapO8JMNm2FbNmdpTSE { position:absolute;display:block;z-index:100001;border-top:0.125rem solid #e5e7e8;border-left:0.125rem solid #e5e7e8;border-right:0.125rem solid #e5e7e8;border-bottom:0.125rem solid #e5e7e8;height:18.75rem;width:18.75rem;top:37.624976634979rem;left:11.187501907349rem;overflow:hidden;display:block; }
#cMJNiBNC9UGgQQN7fGRS5uI2PzlC6HIl { color:#fff5e8;display:block;width:26.8125rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:3.875rem;left:32.625rem;height:2.275rem;font-style:normal;display:block; }
#UuEXVpqSnegG7xiVuL75QnN8T85ZWUzw { color:#fff5e8;display:block;width:26.8125rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:32.25rem;left:32.625rem;height:2.275rem;font-style:normal;display:block; }
#FhGaWiSh9pVOwmr1B6a929NPTUmU8khH { color:#e5e7e8;display:block;width:31.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:6.125rem;left:32.625rem;height:21.9375rem;display:block; }
#fobU9ceVVB5BTMR5HcTK67m0eXvmzxdz { color:#e5e7e8;display:block;width:31.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:34.5rem;left:32.625rem;height:27.7875rem;display:block; }
#ekZZztTMcLQkX28nu1g3D7JIf5iWhdRO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ekZZztTMcLQkX28nu1g3D7JIf5iWhdRO > .row .container { background-color: transparent; background-image: none; }#ekZZztTMcLQkX28nu1g3D7JIf5iWhdRO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ekZZztTMcLQkX28nu1g3D7JIf5iWhdRO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ekZZztTMcLQkX28nu1g3D7JIf5iWhdRO > .row .container > .video-iframe-container { display: none; }#ekZZztTMcLQkX28nu1g3D7JIf5iWhdRO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ekZZztTMcLQkX28nu1g3D7JIf5iWhdRO > .row > .video-iframe-container { display: none; }#ekZZztTMcLQkX28nu1g3D7JIf5iWhdRO > .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); }#ekZZztTMcLQkX28nu1g3D7JIf5iWhdRO > .row .container { border-width: 0; border-radius: 0; }#ekZZztTMcLQkX28nu1g3D7JIf5iWhdRO > .row .container { font-size:0.875rem;font-family:arial;height:134.8125rem;width:75rem;position:relative;display:block; }#J6fMzsBvucHSEIkFvPzEvWpgn7xTRDvQ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:1.625rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:0.625rem;left:31.25rem;height:2.1125rem;text-align:center;text-align-last:center;display:block; }
#ckdq1eTeUS9btUEZoEp6VvEh82nTLGna { color:#000000;display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:1.625rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:85.5625rem;left:31.25rem;height:2.1125rem;text-align:center;text-align-last:center;display:block; }
#bZLN5dTyFRwfbZMC4GMVLffADBLeEeTT { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37.375rem;width:56.25rem;top:0rem;left:9.375rem;overflow:hidden;display:block; }
#M9ZZczkB7E30CImCOtCVhT3ewzuBbkBv { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:45.3125rem;width:75rem;top:38.375rem;left:0rem;overflow:hidden;display:block; }
#NG3m1pf61spMrhv8exz3uUwvKbx0LLtC { color:#000000;display:block;width:68.9375rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:normal;z-index:100002;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:99.0625rem;left:3.0625rem;height:7.425rem;text-align:center;text-align-last:center;display:block; }
#kH51e8S61ZKvbi173i7WhEo4dCf5QUMn { color:#f55a01;display:block;width:62.4375rem;position:absolute;font-family:oswald;font-size:4.125rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.125rem #000000;top:92.375rem;left:6.3125rem;height:5.3625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IqsZqgidWTWlJgxQPuIlL2dBm4JCcAaZ { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.9375rem;width:56.25rem;top:107.28751850128rem;left:9.3750019073488rem;overflow:hidden;display:block; }
#mADoDAqnv7fibwZ9VoehNsBeQN3gXpGX { color:#000000;display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:700;z-index:100001;line-height:1;letter-spacing:0;top:35.5625rem;left:24.75rem;height:1.875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#GUvfifGIb5QsgMKQl3TPAVhhFbbeE15x { color:#000000;display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:3.125rem;font-weight:700;z-index:100002;line-height:1;letter-spacing:0;top:34.3125rem;left:37.75rem;height:3.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TvM8KdavFlagxUMSX1rzEM6tdZlpbdqk { position:relative;display:block; }#TvM8KdavFlagxUMSX1rzEM6tdZlpbdqk { background-color: transparent; background-image: none; }#TvM8KdavFlagxUMSX1rzEM6tdZlpbdqk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TvM8KdavFlagxUMSX1rzEM6tdZlpbdqk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TvM8KdavFlagxUMSX1rzEM6tdZlpbdqk > .row .container > .video-iframe-container { display: none; }#TvM8KdavFlagxUMSX1rzEM6tdZlpbdqk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TvM8KdavFlagxUMSX1rzEM6tdZlpbdqk > .row > .video-iframe-container { display: none; }#TvM8KdavFlagxUMSX1rzEM6tdZlpbdqk > .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); }#TvM8KdavFlagxUMSX1rzEM6tdZlpbdqk { border-width: 0; border-radius: 0; }#TvM8KdavFlagxUMSX1rzEM6tdZlpbdqk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:350.25rem;width:75rem;position:relative;display:block; }#wxGNMcFQ94S2w4qKTCwLtWAwm5b4Ga04 { position:absolute;display:block;z-index:100000;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:55.6875rem;width:34.375rem;top:5.5125091075898rem;left:1.1875rem;overflow:hidden;display:block; }
#d3TxTty6yiDJPBPkeqDq4N9mMT2s58Eq { color:#000000;display:block;width:3.625rem;position:absolute;font-family:anton;font-size:4.375rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:30.625rem;left:35.6875rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#pLdxNbJDdGLeHvFeExbK9KbJ9RJ70RhU { color:#000000;display:block;width:3.625rem;position:absolute;font-family:anton;font-size:4.375rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:66.8125rem;left:35.75rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#oNZQgZFMLaOV1Kz2voiGosVv0wNSOQ27 { position:absolute;display:block;z-index:100001;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:44.8125rem;width:34.375rem;top:47.25rem;left:39.375rem;overflow:hidden;display:block; }
#ffnmMaliNTMskTXAgqZ4vI5XHfaoP0pL { color:#000000;display:block;width:3.625rem;position:absolute;font-family:anton;font-size:4.375rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:102.875rem;left:35.6875rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#kT2H65kG56OhU8I2eqET92AP79M4VkJT { position:absolute;display:block;z-index:100002;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:44.8125rem;width:34.375rem;top:83.25rem;left:1.1875rem;overflow:hidden;display:block; }
#w7ELnBGCXZpBO2TJUwiZH84HHQpZ7Db1 { color:#000000;display:block;width:3.625rem;position:absolute;font-family:anton;font-size:4.375rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:139.5rem;left:35.6875rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#xV7gOyVSMLiZndsSuI3wd9K99tbXMknF { position:absolute;display:block;z-index:100003;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:30rem;width:34.375rem;top:127.25rem;left:39.3125rem;overflow:hidden;display:block; }
#X0MoOyFHOcHT8frcdghKanIp6RgbTWH8 { color:#000000;display:block;width:3.625rem;position:absolute;font-family:anton;font-size:4.375rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:176rem;left:35.6875rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#GwTDQBy5plf7VDSG0KR6BV975cJ62dup { position:absolute;display:block;z-index:100004;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:30.0625rem;width:34.375rem;top:163.75rem;left:1.1875rem;overflow:hidden;display:block; }
#V5I7OKlL2cpxgtm53vAhfPvyvCnTn0Xh { color:#000000;display:block;width:3.625rem;position:absolute;font-family:anton;font-size:4.375rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:211.6875rem;left:35.6875rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#DmJCRdbIrlU7XKoLDnDobsxIJ2TiD5Iw { position:absolute;display:block;z-index:100005;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0;height:48.5625rem;width:34.375rem;top:182.12500953674rem;left:39.311719894409rem;overflow:hidden;display:block; }
#EAkMN11lTdGbQsIO5qpHZXJV7ZxhbSo3 { color:#000000;display:block;width:3.625rem;position:absolute;font-family:anton;font-size:4.375rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:248.5rem;left:35.6875rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#XGrA0tGpGnATnittOX0Iz6WdVQgHgii9 { position:absolute;display:block;z-index:100006;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:67rem;width:34.375rem;top:217.76250934601rem;left:1.1875rem;overflow:hidden;display:block; }
#nlMTkP7NySzRuqf3N7OWEfcfgnPpfXev { color:#000000;display:block;width:3.625rem;position:absolute;font-family:anton;font-size:4.375rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:285.625rem;left:35.75rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#DwgLFfJfkQ2AW3S22bTb5bQbNfMD4bgN { position:absolute;display:block;z-index:100007;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:37.3125rem;width:34.375rem;top:269.75rem;left:39.3125rem;overflow:hidden;display:block; }
#T4HVEXBK1IxyGWWdKRtsx58qwxDKRUEA { color:#000000;display:block;width:3.625rem;position:absolute;font-family:anton;font-size:4.375rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:322.25rem;left:35.75rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#H1yRAJWwltqF8TchFk3lmxTzdUqXRsOn { position:absolute;display:block;z-index:100008;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:45.0625rem;width:34.375rem;top:302.5rem;left:1.1875rem;overflow:hidden;display:block; }
#K0cZIM8Qguzk7AALfCtXEBBMZMKU2Vnq { position:absolute;display:block;z-index:100006;border-top:0;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:14.5625rem;width:34.375rem;top:230.75000953674rem;left:39.311719894409rem;overflow:hidden;display:block; }
#lUT6mBJa50Uqo1kgdGva2QuqBDlU7cAG { position:absolute;display:block;z-index:100010;background-color:#f55a01;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:31.25rem;width:0.625rem;top:35.624994277954rem;left:37.187501907349rem;display:block; }
#qtWAXIsSq0kDAcMGCTc7AeZtVCVTuDCl { position:absolute;display:block;z-index:100011;background-color:transparent;background-image:none;border-top:0.625rem solid #f55a01;border-left:0.625rem solid #f55a01;border-right:0.625rem solid #f55a01;border-bottom:0.625rem solid #f55a01;height:4.25rem;width:2.5rem;top:66.8125rem;left:35.6875rem;display:block; }
#UPxSTbWERGsmc0I08qCXIFrAbUbiaF7G { position:absolute;display:block;z-index:100012;background-color:transparent;background-image:none;border-top:0.625rem solid #f55a01;border-left:0.625rem solid #f55a01;border-right:0.625rem solid #f55a01;border-bottom:0.625rem solid #f55a01;height:4.25rem;width:2.5rem;top:102.875rem;left:35.625rem;display:block; }
#wrT2TvBnGDcoFUevQ5eUyhwgPK2QHAXN { position:absolute;display:block;z-index:100013;background-color:transparent;background-image:none;border-top:0.625rem solid #f55a01;border-left:0.625rem solid #f55a01;border-right:0.625rem solid #f55a01;border-bottom:0.625rem solid #f55a01;height:4.25rem;width:2.5rem;top:139.5rem;left:35.625rem;display:block; }
#h3TymhH2aPlL58vqziwb8eIsJAas9JB9 { position:absolute;display:block;z-index:100014;background-color:transparent;background-image:none;border-top:0.625rem solid #f55a01;border-left:0.625rem solid #f55a01;border-right:0.625rem solid #f55a01;border-bottom:0.625rem solid #f55a01;height:4.25rem;width:2.5rem;top:176rem;left:35.625rem;display:block; }
#mSvPAF4ZRiw6uqGWagblNGfxs3dOs2ET { position:absolute;display:block;z-index:100015;background-color:transparent;background-image:none;border-top:0.625rem solid #f55a01;border-left:0.625rem solid #f55a01;border-right:0.625rem solid #f55a01;border-bottom:0.625rem solid #f55a01;height:4.25rem;width:2.5rem;top:211.75rem;left:35.625rem;display:block; }
#L6ZFoe8eSMHQmtetxex8HN2idtm5OsvG { position:absolute;display:block;z-index:100016;background-color:transparent;background-image:none;border-top:0.625rem solid #f55a01;border-left:0.625rem solid #f55a01;border-right:0.625rem solid #f55a01;border-bottom:0.625rem solid #f55a01;height:4.25rem;width:2.5rem;top:248.5625rem;left:35.625rem;display:block; }
#VquXGQRZJBJ8Zu07f2vN4KlgSJt3ZLPK { position:absolute;display:block;z-index:100017;background-color:transparent;background-image:none;border-top:0.625rem solid #f55a01;border-left:0.625rem solid #f55a01;border-right:0.625rem solid #f55a01;border-bottom:0.625rem solid #f55a01;height:4.25rem;width:2.5rem;top:285.625rem;left:35.6875rem;display:block; }
#QgHeJUecyHMUSsZA2dU2fJqHFGQ0OGFZ { position:absolute;display:block;z-index:100018;background-color:transparent;background-image:none;border-top:0.625rem solid #f55a01;border-left:0.625rem solid #f55a01;border-right:0.625rem solid #f55a01;border-bottom:0.625rem solid #f55a01;height:4.25rem;width:2.5rem;top:322.25rem;left:35.6875rem;display:block; }
#Mdpg0RmpR966LuDHZxbrih0w7UvVa7vO { position:absolute;display:block;z-index:100019;background-color:transparent;background-image:none;border-top:0.625rem solid #f55a01;border-left:0.625rem solid #f55a01;border-right:0.625rem solid #f55a01;border-bottom:0.625rem solid #f55a01;height:4.25rem;width:2.5rem;top:30.6875rem;left:35.625rem;display:block; }
#erAru0IwTfC1xJzK5wTaKTF97C6TTVS1 { position:absolute;display:block;z-index:100011;background-color:#f55a01;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:31.25rem;width:0.625rem;top:0rem;left:37.187501907349rem;display:block; }
#SxUXMLbHK86pORNSnJmWzyqGFOlSERAx { position:absolute;display:block;z-index:100012;background-color:#f55a01;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:31.25rem;width:0.625rem;top:71.75000190735rem;left:37.187501907349rem;display:block; }
#FiO4wiyxlZzm0ndueeA8hsOm9koPNmbm { position:absolute;display:block;z-index:100013;background-color:#f55a01;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:31.25rem;width:0.625rem;top:108.37500190735rem;left:37.187501907349rem;display:block; }
#tTxFaiaMuKv9rH0O7B6KPosU5D4GQH7P { position:absolute;display:block;z-index:100014;background-color:#f55a01;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:31.25rem;width:0.625rem;top:145.00000143051rem;left:37.187501907349rem;display:block; }
#lbJpRNbcJNL2kQbasrs8d16DGq9yaUnr { position:absolute;display:block;z-index:100015;background-color:#f55a01;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:31.25rem;width:0.625rem;top:181.00000190735rem;left:37.187501907349rem;display:block; }
#ANVTKPZxLnb4mFozTKpTrtmXAS5zRv4G { position:absolute;display:block;z-index:100016;background-color:#f55a01;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:31.5625rem;width:0.625rem;top:217.25000953674rem;left:37.187501907349rem;display:block; }
#MTUv7kZmcfP12wXZRy5T389qnxdC9CoJ { position:absolute;display:block;z-index:100017;background-color:#f55a01;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:32.1875rem;width:0.625rem;top:253.70000934601rem;left:37.187501907349rem;display:block; }
#HtbPHZ9CycbELloULv3Wtu92gzAKaUMe { position:absolute;display:block;z-index:100018;background-color:#f55a01;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:31.25rem;width:0.625rem;top:291.12500953674rem;left:37.187501907349rem;display:block; }
#IAKiFG9y7LyF8hyVh5H4kRtANugqWeQN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#IAKiFG9y7LyF8hyVh5H4kRtANugqWeQN > .row .container { border-width: 0; border-radius: 0; }#IAKiFG9y7LyF8hyVh5H4kRtANugqWeQN > .row .container { font-size:0.875rem;font-family:arial;height:147.1875rem;width:75rem;position:relative;display:none; }#xZvQFG5vD8TP86O0692ic3J5S3A8JG9T { color:#ff0000;display:block;width:10.0625rem;position:absolute;font-family:bitter;font-size:7.5rem;font-weight:700;z-index:100005;line-height:1;letter-spacing:0;text-shadow:-0.3125rem -0.1875rem 0.0625rem #680000;top:3.75rem;left:1.5rem;height:7.5rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#JWgxXyy3C6Xq5TR1kOfOoszurp1JSTw0 { color:#000000;display:block;width:60.8125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:4.625rem;left:12.6875rem;height:7.8rem;font-style:normal;display:block; }
#nMU1rTTR0Bovq4d6buGvLq0I9UkI5oWk { color:#000000;display:block;width:60.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:11.8125rem;left:12.625rem;height:20.65rem;font-style:normal;display:block; }#nMU1rTTR0Bovq4d6buGvLq0I9UkI5oWk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nMU1rTTR0Bovq4d6buGvLq0I9UkI5oWk li:before{  }
#XPJ0fPvz7KeXB1efLHauh83VUlCS4S6g { color:#ff0000;display:block;width:60.8125rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:31.8125rem;left:12.625rem;height:1.95rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#qNShExMTS8a4lpBp716aJBA6HThRmwmh { color:#ff0000;display:block;width:10.0625rem;position:absolute;font-family:bitter;font-size:7.5rem;font-weight:700;z-index:100009;line-height:1;letter-spacing:0;text-shadow:-0.3125rem -0.1875rem 0.0625rem #680000;top:33.75rem;left:1.5rem;height:7.5rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#BKZbUtom5OEVcxAbiXK9PQ8LpWrKXm7I { color:#000000;display:block;width:60.8125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:34.5625rem;left:12.6875rem;height:7.8rem;font-style:normal;display:block; }
#F2eL1DSCz3glfT6kMAT04TTCtV4DVW4a { color:#000000;display:block;width:60.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:43.5rem;left:12.6875rem;height:10.35rem;font-style:normal;display:block; }#F2eL1DSCz3glfT6kMAT04TTCtV4DVW4a li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#F2eL1DSCz3glfT6kMAT04TTCtV4DVW4a li:before{  }
#fO1e56VxhbyXQEwGkKIhtnWeLLCot9m7 { color:#ff0000;display:block;width:60.8125rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:53.4375rem;left:12.6875rem;height:1.95rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#wiMF6qGLIJ5k6swu47NMcce7GbqxBMHm { color:#ff0000;display:block;width:10.0625rem;position:absolute;font-family:bitter;font-size:7.5rem;font-weight:700;z-index:100013;line-height:1;letter-spacing:0;text-shadow:-0.3125rem -0.1875rem 0.0625rem #680000;top:55.375rem;left:1.5rem;height:7.5rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#KAZp4ym8p5EeqhORd3Zu8XuNNx61h05D { color:#000000;display:block;width:60.8125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:56.25rem;left:12.6875rem;height:7.8rem;font-style:normal;display:block; }
#dD3Pw2sWaUpaGDdW44CQwx8vOBBXCyBE { color:#000000;display:block;width:60.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100015;line-height:1.3;letter-spacing:0;top:65.5625rem;left:12.6875rem;height:7.75rem;font-style:normal;display:block; }#dD3Pw2sWaUpaGDdW44CQwx8vOBBXCyBE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dD3Pw2sWaUpaGDdW44CQwx8vOBBXCyBE li:before{  }
#OnITXAM6d1Ao0J9NTt5wIxhKafGQfsA4 { color:#ff0000;display:block;width:60.8125rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:73.0625rem;left:12.6875rem;height:1.95rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#MureQTGREDJkAqtuZCk7T6eylJIEDBm1 { color:#ff0000;display:block;width:10.0625rem;position:absolute;font-family:bitter;font-size:7.5rem;font-weight:700;z-index:100017;line-height:1;letter-spacing:0;text-shadow:-0.3125rem -0.1875rem 0.0625rem #680000;top:75rem;left:1.5rem;height:7.5rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ETpWyOgLvGAeNJSLfzUkh7nHJoPb4m4A { color:#000000;display:block;width:60.8125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:75.875rem;left:12.6875rem;height:3.9rem;font-style:normal;display:block; }
#k6ARgLX6Xa7KV0mhiGBfsn1eWUi2dN2L { color:#000000;display:block;width:60.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:81.1875rem;left:12.6875rem;height:4.5875rem;font-style:normal;display:block; }#k6ARgLX6Xa7KV0mhiGBfsn1eWUi2dN2L li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#k6ARgLX6Xa7KV0mhiGBfsn1eWUi2dN2L li:before{  }
#mqt0O3kvoRcwf8Js2k6lwFqaTiX33ofz { color:#ff0000;display:block;width:60.8125rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:85.5625rem;left:12.6875rem;height:1.95rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#ff8P4H6EVectT6yQRevztJ6BUabq4WTo { color:#ff0000;display:block;width:10.0625rem;position:absolute;font-family:bitter;font-size:7.5rem;font-weight:700;z-index:100021;line-height:1;letter-spacing:0;text-shadow:-0.3125rem -0.1875rem 0.0625rem #680000;top:87.5rem;left:1.5rem;height:7.5rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#DQaEbkkcziH8asRfKDD4tnLHuxXFC1ar { color:#000000;display:block;width:60.8125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;top:88.375rem;left:12.6875rem;height:7.8rem;font-style:normal;display:block; }
#c3vwtaCG985b09XT5VJ9WaFOZd39nOCS { color:#000000;display:block;width:60.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100023;line-height:1.3;letter-spacing:0;top:97.3125rem;left:12.6875rem;height:7.75rem;font-style:normal;display:block; }#c3vwtaCG985b09XT5VJ9WaFOZd39nOCS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#c3vwtaCG985b09XT5VJ9WaFOZd39nOCS li:before{  }
#K8IeVX7EDxEQArdNRiD5a3RDV1eMmVr1 { color:#ff0000;display:block;width:60.8125rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:104.8125rem;left:12.6875rem;height:1.95rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#pIJIOUelIhBLGVlDBDN7bmVq5VDtBgoD { color:#ff0000;display:block;width:10.0625rem;position:absolute;font-family:bitter;font-size:7.5rem;font-weight:700;z-index:100033;line-height:1;letter-spacing:0;text-shadow:-0.3125rem -0.1875rem 0.0625rem #680000;top:106.75rem;left:1.5625rem;height:7.5rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#PfISKaU2mS6Xt2Xyx3A0GKU1zr3g898t { color:#000000;display:block;width:60.8125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:100034;line-height:1.3;letter-spacing:0;top:107.625rem;left:12.6875rem;height:5.85rem;font-style:normal;display:block; }
#HX5WDcK8d1upXRR2Q8TKCyNrJ9mXQbXZ { color:#000000;display:block;width:60.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100035;line-height:1.3;letter-spacing:0;top:114.9375rem;left:12.6875rem;height:7.75rem;font-style:normal;display:block; }#HX5WDcK8d1upXRR2Q8TKCyNrJ9mXQbXZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HX5WDcK8d1upXRR2Q8TKCyNrJ9mXQbXZ li:before{  }
#TsNQmtdyt7CuaBaUVebeOwmusLLIH9gZ { color:#ff0000;display:block;width:60.8125rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:700;z-index:100036;line-height:1.3;letter-spacing:0;top:122.4375rem;left:12.6875rem;height:1.95rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#x7PrBgwzfzUZZisRLtvA2nVKfFQmb3HC { color:#ff0000;display:block;width:10.0625rem;position:absolute;font-family:bitter;font-size:7.5rem;font-weight:700;z-index:100037;line-height:1;letter-spacing:0;text-shadow:-0.3125rem -0.1875rem 0.0625rem #680000;top:124.375rem;left:1.5625rem;height:7.5rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ZMHEfD5worfQHnOL7k3zyZ6GcZt9zlIO { color:#000000;display:block;width:60.8125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:100038;line-height:1.3;letter-spacing:0;top:125.25rem;left:12.6875rem;height:5.85rem;font-style:normal;display:block; }
#FSTP4l4aPl3NVon60GgTq9IdvisdXre6 { color:#000000;display:block;width:60.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100039;line-height:1.3;letter-spacing:0;top:132.5625rem;left:12.6875rem;height:9.3625rem;font-style:normal;display:block; }#FSTP4l4aPl3NVon60GgTq9IdvisdXre6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FSTP4l4aPl3NVon60GgTq9IdvisdXre6 li:before{  }
#zGSIO178wJ1DrlHRAX5C2cw9xBPXvmJb { color:#ff0000;display:block;width:60.8125rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:700;z-index:100040;line-height:1.3;letter-spacing:0;top:141.625rem;left:12.6875rem;height:1.95rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#wcIKWe1eCy0A2RepEumFVHx9Qb0Zto85 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#wcIKWe1eCy0A2RepEumFVHx9Qb0Zto85 > .row .container { border-width: 0; border-radius: 0; }#wcIKWe1eCy0A2RepEumFVHx9Qb0Zto85 > .row .container { font-size:0.875rem;font-family:arial;height:102.1875rem;width:75rem;position:relative;display:none; }#PlTSHOchsyMqLgrni14TPmMHCWSf4ll3 { color:#000000;display:block;width:5.25rem;position:absolute;font-family:impact;font-size:1.875rem;font-weight:400;z-index:100009;line-height:1;letter-spacing:0;top:3.5rem;left:7.875rem;height:1.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ck2PJifkNHTdbclbksFM6CpfMZeenBuI { color:#ff0000;display:block;width:5rem;position:absolute;font-family:impact;font-size:3.75rem;font-weight:400;z-index:100010;line-height:1.2;letter-spacing:0;text-shadow:-0.3125rem -0.1875rem 0.0625rem #680000;top:2.1875rem;left:13.0625rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#imOoIUfnQSaPitVfZzyfZrW2B0VZOsXx { color:#000000;display:block;width:48.125rem;position:absolute;font-family:impact;font-size:1.875rem;font-weight:400;z-index:100010;line-height:1;letter-spacing:0;top:3.5rem;left:19rem;height:1.85rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iLJ1Fqk3vDhI7O0owBD8rFx8In0OgM4A { color:#000000;display:block;width:48.125rem;position:absolute;font-family:impact;font-size:1.875rem;font-weight:400;z-index:100013;line-height:1;letter-spacing:0;top:8rem;left:19rem;height:1.85rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dn4yz2IcZXDRQhwQFaFwOMkU4r4dQuLT { color:#000000;display:block;width:5.25rem;position:absolute;font-family:impact;font-size:1.875rem;font-weight:400;z-index:100012;line-height:1;letter-spacing:0;top:8rem;left:7.875rem;height:1.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HFFII6d8S8azrbxF8CuNNzR4dJ0XTi77 { color:#ff0000;display:block;width:5rem;position:absolute;font-family:impact;font-size:3.75rem;font-weight:400;z-index:100013;line-height:1.2;letter-spacing:0;text-shadow:-0.3125rem -0.1875rem 0.0625rem #680000;top:6.6875rem;left:13.0625rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x0b6BIqsGt7TvKZQ6IvlnIdqgiO94vcX { color:#000000;display:block;width:48.125rem;position:absolute;font-family:impact;font-size:1.875rem;font-weight:400;z-index:100016;line-height:1;letter-spacing:0;top:12.5rem;left:19rem;height:1.85rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WauvMIZqz1312Q69ycDJVKHAEkWk0MQP { color:#000000;display:block;width:5.25rem;position:absolute;font-family:impact;font-size:1.875rem;font-weight:400;z-index:100015;line-height:1;letter-spacing:0;top:12.5rem;left:7.875rem;height:1.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tTCamXTfZc28dDk3uwOeOBl0kINo40hx { color:#ff0000;display:block;width:5rem;position:absolute;font-family:impact;font-size:3.75rem;font-weight:400;z-index:100016;line-height:1.2;letter-spacing:0;text-shadow:-0.3125rem -0.1875rem 0.0625rem #680000;top:11.1875rem;left:13.125rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IqehWKf84LfOmHwFo9XZEEfOA3VGIwQu { color:#ff0000;display:block;width:5rem;position:absolute;font-family:impact;font-size:3.75rem;font-weight:400;z-index:100019;line-height:1.2;letter-spacing:0;text-shadow:-0.3125rem -0.1875rem 0.0625rem #680000;top:15.6875rem;left:13.125rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RgtDVkJrnmm4y0xPGiscq49lh5AG2U34 { color:#000000;display:block;width:48.125rem;position:absolute;font-family:impact;font-size:1.875rem;font-weight:400;z-index:100019;line-height:1;letter-spacing:0;top:17rem;left:19rem;height:1.85rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#r8rutdh23RIgt4OeXU1bh310VrgBivCu { color:#000000;display:block;width:5.25rem;position:absolute;font-family:impact;font-size:1.875rem;font-weight:400;z-index:100018;line-height:1;letter-spacing:0;top:17rem;left:7.875rem;height:1.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T7WzIMf56qshuc6gqupmEDmLSMWNbHTJ { color:#ff0000;display:block;width:5rem;position:absolute;font-family:impact;font-size:3.75rem;font-weight:400;z-index:100022;line-height:1.2;letter-spacing:0;text-shadow:-0.3125rem -0.1875rem 0.0625rem #680000;top:20.1875rem;left:13.125rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VkE2E3Ghkz52WmAUnQOPZpXTDxBaAgrC { color:#000000;display:block;width:48.125rem;position:absolute;font-family:impact;font-size:1.875rem;font-weight:400;z-index:100022;line-height:1;letter-spacing:0;top:21.5rem;left:19rem;height:1.85rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cfqHoR39POfnoPFbxqplZ76FzlK2WdGR { color:#000000;display:block;width:5.25rem;position:absolute;font-family:impact;font-size:1.875rem;font-weight:400;z-index:100021;line-height:1;letter-spacing:0;top:21.5rem;left:7.875rem;height:1.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RNX48eKyLy9fs82CfffcB5U76Zn8LzTN { color:#000000;display:block;width:48.125rem;position:absolute;font-family:impact;font-size:1.875rem;font-weight:400;z-index:100025;line-height:1;letter-spacing:0;top:26rem;left:19rem;height:1.85rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MXcZzsMoeZXXMs0nMNfihNDppi4HMtA2 { color:#ff0000;display:block;width:5rem;position:absolute;font-family:impact;font-size:3.75rem;font-weight:400;z-index:100025;line-height:1.2;letter-spacing:0;text-shadow:-0.3125rem -0.1875rem 0.0625rem #680000;top:24.6875rem;left:13.125rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cdplRDy7dIAMCGiRQ5Ai5cPsCl95by1g { color:#000000;display:block;width:5.25rem;position:absolute;font-family:impact;font-size:1.875rem;font-weight:400;z-index:100024;line-height:1;letter-spacing:0;top:26rem;left:7.875rem;height:1.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yQN179XIzkF5croelvXsJg2ptf1w0Zca { color:#000000;display:block;width:48.125rem;position:absolute;font-family:impact;font-size:1.875rem;font-weight:400;z-index:100028;line-height:1;letter-spacing:0;top:30.5rem;left:19rem;height:1.85rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EwGoPkfkeowzmfIPI3GG11UOb6R6VlHf { color:#ff0000;display:block;width:5rem;position:absolute;font-family:impact;font-size:3.75rem;font-weight:400;z-index:100028;line-height:1.2;letter-spacing:0;text-shadow:-0.3125rem -0.1875rem 0.0625rem #680000;top:29.1875rem;left:13.125rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tOrSnes3u6vxT2BZZo6gOb4Ew8FplWal { color:#000000;display:block;width:5.25rem;position:absolute;font-family:impact;font-size:1.875rem;font-weight:400;z-index:100027;line-height:1;letter-spacing:0;top:30.5rem;left:7.875rem;height:1.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cBaTvT1ywpJLeqmdba28pMuy89QPuZuz { color:#000000;display:block;width:48.125rem;position:absolute;font-family:impact;font-size:1.875rem;font-weight:400;z-index:100031;line-height:1;letter-spacing:0;top:35rem;left:19rem;height:1.85rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#B58Mkzy0oX75gDO7NB8RKo9yk1B7Fl6k { color:#ff0000;display:block;width:5rem;position:absolute;font-family:impact;font-size:3.75rem;font-weight:400;z-index:100031;line-height:1.2;letter-spacing:0;text-shadow:-0.3125rem -0.1875rem 0.0625rem #680000;top:33.6875rem;left:13.125rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XBRFwFq0uJt4DbRX3sWo8OWEPiigMupR { color:#000000;display:block;width:5.25rem;position:absolute;font-family:impact;font-size:1.875rem;font-weight:400;z-index:100030;line-height:1;letter-spacing:0;top:35rem;left:7.875rem;height:1.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hG9EZbDVHCKFlywnL7gkfmW42PTteNWL { color:#000000;display:block;width:48.125rem;position:absolute;font-family:impact;font-size:1.875rem;font-weight:400;z-index:100034;line-height:1;letter-spacing:0;top:39.5rem;left:19rem;height:1.85rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rQn75csq2r5D3KusNcOusCkVaPyilByQ { color:#ff0000;display:block;width:5rem;position:absolute;font-family:impact;font-size:3.75rem;font-weight:400;z-index:100034;line-height:1.2;letter-spacing:0;text-shadow:-0.3125rem -0.1875rem 0.0625rem #680000;top:38.1875rem;left:13.125rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b7vigSp967EaJq300NanRJ8VgpJdAP2D { color:#000000;display:block;width:5.25rem;position:absolute;font-family:impact;font-size:1.875rem;font-weight:400;z-index:100033;line-height:1;letter-spacing:0;top:39.5rem;left:7.875rem;height:1.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uhix3vkEmPINlMeRqtlvGQQx9bVhRvk3 { color:#000000;display:block;width:48.125rem;position:absolute;font-family:impact;font-size:1.875rem;font-weight:400;z-index:100037;line-height:1;letter-spacing:0;top:44rem;left:19rem;height:1.85rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AchiXGuURvBqK1L65TiyRKU2DkTsoHGv { color:#ff0000;display:block;width:5rem;position:absolute;font-family:impact;font-size:3.75rem;font-weight:400;z-index:100037;line-height:1.2;letter-spacing:0;text-shadow:-0.3125rem -0.1875rem 0.0625rem #680000;top:42.6875rem;left:13.125rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w8LaFCCbr1x8rBfvoCC7ANHMo5b3hcZu { color:#000000;display:block;width:5.25rem;position:absolute;font-family:impact;font-size:1.875rem;font-weight:400;z-index:100036;line-height:1;letter-spacing:0;top:44rem;left:7.875rem;height:1.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K42c3OC0Trn0bT1JxzSn1wF59z8zPBeQ { color:#ff0000;display:block;width:5rem;position:absolute;font-family:impact;font-size:3.75rem;font-weight:400;z-index:100040;line-height:1.2;letter-spacing:0;text-shadow:-0.3125rem -0.1875rem 0.0625rem #680000;top:47.1875rem;left:13.125rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TtJy84FbAcqUVBZoEAiFrZvQNaEl2im6 { color:#000000;display:block;width:48.125rem;position:absolute;font-family:impact;font-size:1.875rem;font-weight:400;z-index:100040;line-height:1;letter-spacing:0;top:48.5rem;left:19rem;height:1.85rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UFsZswwXDNeXWni3L6D9PcXT2CxmVUED { color:#000000;display:block;width:5.25rem;position:absolute;font-family:impact;font-size:1.875rem;font-weight:400;z-index:100039;line-height:1;letter-spacing:0;top:48.5rem;left:7.875rem;height:1.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mPwsh2a0zL3osh0HdSEMF0rVtXt0KUme { color:#ff0000;display:block;width:5rem;position:absolute;font-family:impact;font-size:3.75rem;font-weight:400;z-index:100043;line-height:1.2;letter-spacing:0;text-shadow:-0.3125rem -0.1875rem 0.0625rem #680000;top:51.6875rem;left:13.125rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uJfW40PJdgNoHFmGPqhrNKiXVSbTTnCl { color:#000000;display:block;width:48.125rem;position:absolute;font-family:impact;font-size:1.875rem;font-weight:400;z-index:100043;line-height:1;letter-spacing:0;top:53rem;left:19rem;height:1.85rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tLbCf7n9c0bhTTAnhGNchbQXC2sOVJxl { color:#000000;display:block;width:5.25rem;position:absolute;font-family:impact;font-size:1.875rem;font-weight:400;z-index:100042;line-height:1;letter-spacing:0;top:53rem;left:7.875rem;height:1.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q4wQfCwFQkgKGgtC3KIvzICLf6cQtBGb { color:#ff0000;display:block;width:5rem;position:absolute;font-family:impact;font-size:3.75rem;font-weight:400;z-index:100046;line-height:1.2;letter-spacing:0;text-shadow:-0.3125rem -0.1875rem 0.0625rem #680000;top:56.1875rem;left:13.125rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yCbu8wqm0AwJHuTus4DPJF89XpDXvbb6 { color:#000000;display:block;width:48.125rem;position:absolute;font-family:impact;font-size:1.875rem;font-weight:400;z-index:100046;line-height:1;letter-spacing:0;top:57.5rem;left:19rem;height:1.85rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GhVtOJiiLxKA7FswcVKT6I8da873h8Q6 { color:#000000;display:block;width:5.25rem;position:absolute;font-family:impact;font-size:1.875rem;font-weight:400;z-index:100045;line-height:1;letter-spacing:0;top:57.5rem;left:7.875rem;height:1.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vcT0Eibh5zFnPMK1Sq0R4UI6wy3hJ7Cf { color:#ff0000;display:block;width:5rem;position:absolute;font-family:impact;font-size:3.75rem;font-weight:400;z-index:100049;line-height:1.2;letter-spacing:0;text-shadow:-0.3125rem -0.1875rem 0.0625rem #680000;top:60.6875rem;left:13.125rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m8no8m5nXu7MsagD6fzW6Ocfxk5NCV0h { color:#000000;display:block;width:48.125rem;position:absolute;font-family:impact;font-size:1.875rem;font-weight:400;z-index:100049;line-height:1;letter-spacing:0;top:62rem;left:19rem;height:1.85rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZUBDpQC33NvA5xzeZ0gup9vogcm1obGG { color:#000000;display:block;width:5.25rem;position:absolute;font-family:impact;font-size:1.875rem;font-weight:400;z-index:100048;line-height:1;letter-spacing:0;top:62rem;left:7.875rem;height:1.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rOgVdDL3qOQfMfP0HPpe3bJ6L8aNVqD8 { color:#ff0000;display:block;width:5rem;position:absolute;font-family:impact;font-size:3.75rem;font-weight:400;z-index:100052;line-height:1.2;letter-spacing:0;text-shadow:-0.3125rem -0.1875rem 0.0625rem #680000;top:65.1875rem;left:13.125rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z45U64wSWvVh4x58MKD08Hnr5d71X8NR { color:#000000;display:block;width:48.125rem;position:absolute;font-family:impact;font-size:1.875rem;font-weight:400;z-index:100052;line-height:1;letter-spacing:0;top:66.5rem;left:19rem;height:1.85rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eEcWpF2rCRHAG34WrSDfFSFQ0FFCulbQ { color:#000000;display:block;width:5.25rem;position:absolute;font-family:impact;font-size:1.875rem;font-weight:400;z-index:100051;line-height:1;letter-spacing:0;top:66.5rem;left:7.875rem;height:1.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GGi6pwTuUufUgdRxq4VqIXqT0T9uuNEu { color:#ff0000;display:block;width:5rem;position:absolute;font-family:impact;font-size:3.75rem;font-weight:400;z-index:100055;line-height:1.2;letter-spacing:0;text-shadow:-0.3125rem -0.1875rem 0.0625rem #680000;top:69.6875rem;left:13.125rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xaGi1q5qbOtCHRLoQo4Mv2h591opqRgK { color:#000000;display:block;width:48.125rem;position:absolute;font-family:impact;font-size:1.875rem;font-weight:400;z-index:100055;line-height:1;letter-spacing:0;top:71rem;left:19rem;height:1.85rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HzBUUrJeIsgU5wNudB5MEKTMM2BlvpHV { color:#000000;display:block;width:5.25rem;position:absolute;font-family:impact;font-size:1.875rem;font-weight:400;z-index:100054;line-height:1;letter-spacing:0;top:71rem;left:7.875rem;height:1.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CPX9fqpfI93EMZIRJQ9r8q8zNf2fzqq4 { color:#ff0000;display:block;width:5rem;position:absolute;font-family:impact;font-size:3.75rem;font-weight:400;z-index:100058;line-height:1.2;letter-spacing:0;text-shadow:-0.3125rem -0.1875rem 0.0625rem #680000;top:74.1875rem;left:13.125rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZaFEWb1VUGEPp8OqoW37UNgbnaLpHyzb { color:#000000;display:block;width:48.125rem;position:absolute;font-family:impact;font-size:1.875rem;font-weight:400;z-index:100058;line-height:1;letter-spacing:0;top:75.5rem;left:19rem;height:1.85rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gBwoD7H8TdPTHXhGDxNZM85EmFodGhQs { color:#000000;display:block;width:5.25rem;position:absolute;font-family:impact;font-size:1.875rem;font-weight:400;z-index:100057;line-height:1;letter-spacing:0;top:75.5rem;left:7.875rem;height:1.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ludHneI5afUiL5tb1IBTNg8t981nQVCi { color:#ff0000;display:block;width:5rem;position:absolute;font-family:impact;font-size:3.75rem;font-weight:400;z-index:100061;line-height:1.2;letter-spacing:0;text-shadow:-0.3125rem -0.1875rem 0.0625rem #680000;top:78.6875rem;left:13.125rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tQKp2xe1U5Xpdb66pFuDbh01R2ee4SrX { color:#000000;display:block;width:48.125rem;position:absolute;font-family:impact;font-size:1.875rem;font-weight:400;z-index:100061;line-height:1;letter-spacing:0;top:80rem;left:19rem;height:1.85rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ofTIevJQ3PbHTKsULOLObgcT7dLPe1Bs { color:#000000;display:block;width:5.25rem;position:absolute;font-family:impact;font-size:1.875rem;font-weight:400;z-index:100060;line-height:1;letter-spacing:0;top:80rem;left:7.875rem;height:1.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iFaU6p1DcU0AsR0uxnR5FKTSwhCO9dlO { color:#ff0000;display:block;width:5rem;position:absolute;font-family:impact;font-size:3.75rem;font-weight:400;z-index:100064;line-height:1.2;letter-spacing:0;text-shadow:-0.3125rem -0.1875rem 0.0625rem #680000;top:83.1875rem;left:13.125rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rUa8nvJztTgwECw1Fr2wuSNpiwcExAvO { color:#000000;display:block;width:48.125rem;position:absolute;font-family:impact;font-size:1.875rem;font-weight:400;z-index:100064;line-height:1;letter-spacing:0;top:84.5rem;left:19rem;height:1.85rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qvpkKLFZseo16ZsVoZkXNOo1Cshoa5qr { color:#000000;display:block;width:5.25rem;position:absolute;font-family:impact;font-size:1.875rem;font-weight:400;z-index:100063;line-height:1;letter-spacing:0;top:84.5rem;left:7.875rem;height:1.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LMDEFIvmCicfOM6lcV0TNc1N4nSUeEoW { color:#ff0000;display:block;width:5rem;position:absolute;font-family:impact;font-size:3.75rem;font-weight:400;z-index:100067;line-height:1.2;letter-spacing:0;text-shadow:-0.3125rem -0.1875rem 0.0625rem #680000;top:87.6875rem;left:13.125rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qp04IitwnnsaBCIJzC9zCHahvmrqRORJ { color:#000000;display:block;width:48.125rem;position:absolute;font-family:impact;font-size:1.875rem;font-weight:400;z-index:100067;line-height:1;letter-spacing:0;top:89rem;left:19rem;height:1.85rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Q3pPwlHy4vir1hv6FmMlJTgk79Cr0RFh { color:#000000;display:block;width:5.25rem;position:absolute;font-family:impact;font-size:1.875rem;font-weight:400;z-index:100066;line-height:1;letter-spacing:0;top:89rem;left:7.875rem;height:1.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q9OvIBzT3rH4oVDQBEvPuUwts8t5wthO { color:#ff0000;display:block;width:5rem;position:absolute;font-family:impact;font-size:3.75rem;font-weight:400;z-index:100070;line-height:1.2;letter-spacing:0;text-shadow:-0.3125rem -0.1875rem 0.0625rem #680000;top:92.1875rem;left:13.125rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TmGTnsCEgGOmu4VRGDi6Kx0kZKrHbpf7 { color:#000000;display:block;width:48.125rem;position:absolute;font-family:impact;font-size:1.875rem;font-weight:400;z-index:100070;line-height:1;letter-spacing:0;top:93.5rem;left:19rem;height:1.85rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#twpIUowR9Gd4COpBO1Z1lnZC55eQV8gS { color:#000000;display:block;width:5.25rem;position:absolute;font-family:impact;font-size:1.875rem;font-weight:400;z-index:100069;line-height:1;letter-spacing:0;top:93.5rem;left:7.875rem;height:1.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rqDXtmVJH6f2CGMeMcVwBBHISLLv3i58 { color:#ff0000;display:block;width:69rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:700;z-index:100003;line-height:2;letter-spacing:0;top:97.62500190735rem;left:3rem;height:3rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#wH4Lu2ALd03RCXzzTliacflq9OyGlfud { position:relative;display:block; }#wH4Lu2ALd03RCXzzTliacflq9OyGlfud { background-color: transparent; background-image: none; }#wH4Lu2ALd03RCXzzTliacflq9OyGlfud::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wH4Lu2ALd03RCXzzTliacflq9OyGlfud > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wH4Lu2ALd03RCXzzTliacflq9OyGlfud > .row .container > .video-iframe-container { display: none; }#wH4Lu2ALd03RCXzzTliacflq9OyGlfud > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wH4Lu2ALd03RCXzzTliacflq9OyGlfud > .row > .video-iframe-container { display: none; }#wH4Lu2ALd03RCXzzTliacflq9OyGlfud > .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); }#wH4Lu2ALd03RCXzzTliacflq9OyGlfud { border-width: 0; border-radius: 0; }#wH4Lu2ALd03RCXzzTliacflq9OyGlfud > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15.5625rem;width:75rem;position:relative;display:block; }#ItcbmTV0fVm7SJ8CpPfX6M0DtJPVy5o4 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.25rem;width:63.5625rem;top:0.625rem;left:5.71875rem;overflow:hidden;display:block; }
#JLCeGn0HdCmK6bnF4ySQMxhvkDlaoF4b { position:relative;display:block; }#JLCeGn0HdCmK6bnF4ySQMxhvkDlaoF4b { background-color: transparent; background-image: none; }#JLCeGn0HdCmK6bnF4ySQMxhvkDlaoF4b::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JLCeGn0HdCmK6bnF4ySQMxhvkDlaoF4b > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JLCeGn0HdCmK6bnF4ySQMxhvkDlaoF4b > .row .container > .video-iframe-container { display: none; }#JLCeGn0HdCmK6bnF4ySQMxhvkDlaoF4b > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JLCeGn0HdCmK6bnF4ySQMxhvkDlaoF4b > .row > .video-iframe-container { display: none; }#JLCeGn0HdCmK6bnF4ySQMxhvkDlaoF4b > .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); }#JLCeGn0HdCmK6bnF4ySQMxhvkDlaoF4b { border-width: 0; border-radius: 0; }#JLCeGn0HdCmK6bnF4ySQMxhvkDlaoF4b > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:108.125rem;width:75rem;position:relative;display:block; }#kBqCR84Cm9xdH6M0NToMsy4qMZV6VSoV { position:absolute;display:block;z-index:100001;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:27.4375rem;width:31.25rem;top:1.25rem;left:40.5rem;overflow:hidden;display:block; }
#bB1RW4WLcwiTRoJeMrgIHUVi7hSo6T3B { position:absolute;display:block;z-index:100002;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:41.5625rem;width:31.25rem;top:1.2500004768372rem;left:3.0625rem;overflow:hidden;display:block; }
#FbAm8hHQ1nxK4m95tSkt5pRaCzKi8bux { position:absolute;display:block;z-index:100003;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:12.8125rem;width:31.25rem;top:44.3125rem;left:3.0625rem;overflow:hidden;display:block; }
#SwUC540xXWpKF3nZtreXqLgwSuTqaH1O { position:absolute;display:block;z-index:100004;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:55.25rem;width:31.25rem;top:30.312500476837rem;left:40.561719894409rem;overflow:hidden;display:block; }
#e0fiW4v1wyuFuCNVH7r2grIBIwIV40zM { position:absolute;display:block;z-index:100004;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:24.8125rem;width:31.25rem;top:58.5rem;left:3.0625rem;overflow:hidden;display:block; }
#sTHgl52LzIcGAO9Zcw6oISbIxyI3vMKV { position:absolute;display:block;z-index:100005;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:19.1875rem;width:31.25rem;top:87.062500476837rem;left:40.561719894409rem;overflow:hidden;display:block; }
#mAvUAMqSpDy14a8blK1CQ9TiTVrmE4TR { position:absolute;display:block;z-index:100006;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:18.625rem;width:31.25rem;top:84.875000476837rem;left:3.0625rem;overflow:hidden;display:block; }
#DadhtNuVxMvule5zw57ZyXzx3lfTG4ym { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#DadhtNuVxMvule5zw57ZyXzx3lfTG4ym > .row .container { background-color: transparent; background-image: none; }#DadhtNuVxMvule5zw57ZyXzx3lfTG4ym::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DadhtNuVxMvule5zw57ZyXzx3lfTG4ym > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DadhtNuVxMvule5zw57ZyXzx3lfTG4ym > .row .container > .video-iframe-container { display: none; }#DadhtNuVxMvule5zw57ZyXzx3lfTG4ym > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DadhtNuVxMvule5zw57ZyXzx3lfTG4ym > .row > .video-iframe-container { display: none; }#DadhtNuVxMvule5zw57ZyXzx3lfTG4ym > .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); }#DadhtNuVxMvule5zw57ZyXzx3lfTG4ym > .row .container { border-width: 0; border-radius: 0; }#DadhtNuVxMvule5zw57ZyXzx3lfTG4ym > .row .container { font-size:0.875rem;font-family:arial;height:14.375rem;width:75rem;position:relative;display:block; }#WKiiW0bpGeEo1JMrglyhJyLUTDuJArIR { color:#ff0000;display:block;width:69rem;position:absolute;font-family:oswald;font-size:3rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:0.875rem;left:3rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mUpFDIB05EbMm3XDcUDQV7Lrlc62JMwp { color:#000000;display:block;width:69rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:4.75rem;left:3rem;height:5.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oKNGQTVDVxL8qcRIvyWGnV00o9qkSs7H { color:#ff0000;display:block;width:69rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:700;z-index:100002;line-height:2;letter-spacing:0;top:10.5625rem;left:3rem;height:3rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#eOirdIbDH1p25PdDtMNM3tSxCaytVcJD { position:relative;display:block; }#eOirdIbDH1p25PdDtMNM3tSxCaytVcJD { background-color: transparent; background-image: none; }#eOirdIbDH1p25PdDtMNM3tSxCaytVcJD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eOirdIbDH1p25PdDtMNM3tSxCaytVcJD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eOirdIbDH1p25PdDtMNM3tSxCaytVcJD > .row .container > .video-iframe-container { display: none; }#eOirdIbDH1p25PdDtMNM3tSxCaytVcJD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eOirdIbDH1p25PdDtMNM3tSxCaytVcJD > .row > .video-iframe-container { display: none; }#eOirdIbDH1p25PdDtMNM3tSxCaytVcJD > .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); }#eOirdIbDH1p25PdDtMNM3tSxCaytVcJD { border-width: 0; border-radius: 0; }#eOirdIbDH1p25PdDtMNM3tSxCaytVcJD > .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:0.125rem;width:75rem;position:relative;display:block; }#AyNp3zIeHnJR7Ct363lztKJZmAHIUxWa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#AyNp3zIeHnJR7Ct363lztKJZmAHIUxWa > .row .container { background-color: transparent; background-image: none; }#AyNp3zIeHnJR7Ct363lztKJZmAHIUxWa::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AyNp3zIeHnJR7Ct363lztKJZmAHIUxWa > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AyNp3zIeHnJR7Ct363lztKJZmAHIUxWa > .row .container > .video-iframe-container { display: none; }#AyNp3zIeHnJR7Ct363lztKJZmAHIUxWa > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AyNp3zIeHnJR7Ct363lztKJZmAHIUxWa > .row > .video-iframe-container { display: none; }#AyNp3zIeHnJR7Ct363lztKJZmAHIUxWa > .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); }#AyNp3zIeHnJR7Ct363lztKJZmAHIUxWa > .row .container { border-width: 0; border-radius: 0; }#AyNp3zIeHnJR7Ct363lztKJZmAHIUxWa > .row .container { font-size:0.875rem;font-family:arial;height:18.125rem;width:75rem;position:relative;display:block; }#L39dK55DgXDxHhHgmZ3SaOMobtA099mx { color:#ff0000;display:block;width:69rem;position:absolute;font-family:oswald;font-size:3rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:0.875rem;left:3rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mTabOKkgSq8m4LUMXMNdfQWmfQC50sV1 { color:#000000;display:block;width:69rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:4.75rem;left:3rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Lg73Ro94vprG1F3Fv7pbT2EqyALFrwIm { color:#ff0000;display:block;width:69rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:700;z-index:100002;line-height:2;letter-spacing:0;top:14.4375rem;left:3rem;height:3rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#N7ev6pK25pWLD4b1tJ2LIV67IPNFEBRc { position:relative;display:block; }#N7ev6pK25pWLD4b1tJ2LIV67IPNFEBRc { background-color: transparent; background-image: none; }#N7ev6pK25pWLD4b1tJ2LIV67IPNFEBRc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#N7ev6pK25pWLD4b1tJ2LIV67IPNFEBRc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#N7ev6pK25pWLD4b1tJ2LIV67IPNFEBRc > .row .container > .video-iframe-container { display: none; }#N7ev6pK25pWLD4b1tJ2LIV67IPNFEBRc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#N7ev6pK25pWLD4b1tJ2LIV67IPNFEBRc > .row > .video-iframe-container { display: none; }#N7ev6pK25pWLD4b1tJ2LIV67IPNFEBRc > .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); }#N7ev6pK25pWLD4b1tJ2LIV67IPNFEBRc { border-width: 0; border-radius: 0; }#N7ev6pK25pWLD4b1tJ2LIV67IPNFEBRc > .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:0.125rem;width:75rem;position:relative;display:block; }#mLll22kWQ7QWVTOUgmRAsKSfui79XpxC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#mLll22kWQ7QWVTOUgmRAsKSfui79XpxC > .row .container { background-color: transparent; background-image: none; }#mLll22kWQ7QWVTOUgmRAsKSfui79XpxC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mLll22kWQ7QWVTOUgmRAsKSfui79XpxC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mLll22kWQ7QWVTOUgmRAsKSfui79XpxC > .row .container > .video-iframe-container { display: none; }#mLll22kWQ7QWVTOUgmRAsKSfui79XpxC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mLll22kWQ7QWVTOUgmRAsKSfui79XpxC > .row > .video-iframe-container { display: none; }#mLll22kWQ7QWVTOUgmRAsKSfui79XpxC > .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); }#mLll22kWQ7QWVTOUgmRAsKSfui79XpxC > .row .container { border-width: 0; border-radius: 0; }#mLll22kWQ7QWVTOUgmRAsKSfui79XpxC > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:75rem;position:relative;display:block; }#eGFJPQgXWHWTX0Z1J7s5A7D8wnsM0nKK { color:#ff0000;display:block;width:69rem;position:absolute;font-family:oswald;font-size:3rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:0.875rem;left:3rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qlA908QsApmSwSqTNcKpoBiT2NhTGBzk { color:#000000;display:block;width:69rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:4.75rem;left:3rem;height:5.8125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#l3sgcmSBEs4ZodUc6pufCeBfOCMgdSug { color:#ff0000;display:block;width:69rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:700;z-index:100002;line-height:2;letter-spacing:0;top:5.6875rem;left:3rem;height:3rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#LPFss5RWH5L6DvKCuPFIAf51QldyGhZW { position:relative;display:block; }#LPFss5RWH5L6DvKCuPFIAf51QldyGhZW { background-color: transparent; background-image: none; }#LPFss5RWH5L6DvKCuPFIAf51QldyGhZW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LPFss5RWH5L6DvKCuPFIAf51QldyGhZW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LPFss5RWH5L6DvKCuPFIAf51QldyGhZW > .row .container > .video-iframe-container { display: none; }#LPFss5RWH5L6DvKCuPFIAf51QldyGhZW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LPFss5RWH5L6DvKCuPFIAf51QldyGhZW > .row > .video-iframe-container { display: none; }#LPFss5RWH5L6DvKCuPFIAf51QldyGhZW > .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); }#LPFss5RWH5L6DvKCuPFIAf51QldyGhZW { border-width: 0; border-radius: 0; }#LPFss5RWH5L6DvKCuPFIAf51QldyGhZW > .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:0.125rem;width:75rem;position:relative;display:block; }#ihXSsydAcQka75v4h8triZu8HfbRIULh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ihXSsydAcQka75v4h8triZu8HfbRIULh > .row .container { background-color: transparent; background-image: none; }#ihXSsydAcQka75v4h8triZu8HfbRIULh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ihXSsydAcQka75v4h8triZu8HfbRIULh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ihXSsydAcQka75v4h8triZu8HfbRIULh > .row .container > .video-iframe-container { display: none; }#ihXSsydAcQka75v4h8triZu8HfbRIULh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ihXSsydAcQka75v4h8triZu8HfbRIULh > .row > .video-iframe-container { display: none; }#ihXSsydAcQka75v4h8triZu8HfbRIULh > .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); }#ihXSsydAcQka75v4h8triZu8HfbRIULh > .row .container { border-width: 0; border-radius: 0; }#ihXSsydAcQka75v4h8triZu8HfbRIULh > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:75rem;position:relative;display:block; }#QELarpfwTlHMgRXtisG8B3O6KqvoacWG { color:#ff0000;display:block;width:69rem;position:absolute;font-family:oswald;font-size:3rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:0.875rem;left:3rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DtugKBWRVl1RhIx3Q3494g5yswTtBJBF { color:#000000;display:block;width:69rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:4.75rem;left:3rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Xo8Jw2fWWaW8DUffodmnvtcx2R0JNZZC { color:#ff0000;display:block;width:69rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:700;z-index:100002;line-height:2;letter-spacing:0;top:5.6875rem;left:3rem;height:3rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#QVfZat8DTP3GSnf5S7oRfc3XJ6FWUgtP { position:relative;display:block; }#QVfZat8DTP3GSnf5S7oRfc3XJ6FWUgtP { background-color: transparent; background-image: none; }#QVfZat8DTP3GSnf5S7oRfc3XJ6FWUgtP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QVfZat8DTP3GSnf5S7oRfc3XJ6FWUgtP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QVfZat8DTP3GSnf5S7oRfc3XJ6FWUgtP > .row .container > .video-iframe-container { display: none; }#QVfZat8DTP3GSnf5S7oRfc3XJ6FWUgtP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QVfZat8DTP3GSnf5S7oRfc3XJ6FWUgtP > .row > .video-iframe-container { display: none; }#QVfZat8DTP3GSnf5S7oRfc3XJ6FWUgtP > .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); }#QVfZat8DTP3GSnf5S7oRfc3XJ6FWUgtP { border-width: 0; border-radius: 0; }#QVfZat8DTP3GSnf5S7oRfc3XJ6FWUgtP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:134.375rem;width:75rem;position:relative;display:block; }#EQrNzKVT6xvHnBEEfMydGPsX95adPTUE { position:absolute;display:block;z-index:100000;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0;height:16.9375rem;width:31.25rem;top:1.1875rem;left:3rem;overflow:hidden;display:block; }
#FOxxWsaaeELev4bSenk3WmJai4HgTv8U { position:absolute;display:block;z-index:100001;border-top:0;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0;height:37.75rem;width:31.25rem;top:18.25rem;left:3rem;overflow:hidden;display:block; }
#nyPUVG0qxDonVdAA5FQPgGcHc32TOlEs { position:absolute;display:block;z-index:100002;border-top:0rem solid #0e9ae5;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:36.3125rem;width:31.25rem;top:56rem;left:3rem;overflow:hidden;display:block; }
#P91s2m7rxodCf1XRWeNaGBvDT5UbV6Mz { position:absolute;display:block;z-index:100003;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:34.875rem;width:31.25rem;top:1.1875rem;left:40.5rem;overflow:hidden;display:block; }
#Wfphtu6WNfNsTLI3q02RyzzoVllc3gpT { position:absolute;display:block;z-index:100004;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:50rem;width:31.25rem;top:38rem;left:40.5rem;overflow:hidden;display:block; }
#NTzMAWZRNTGUL9VenyLAmL2xAT5Og5J0 { position:absolute;display:block;z-index:100005;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:39.9375rem;width:31.25rem;top:89.75rem;left:40.5rem;overflow:hidden;display:block; }
#GiDdXQGbPTQvI4kQFP9bIgG0cHl3p1hP { position:absolute;display:block;z-index:100006;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:39.0625rem;width:31.25rem;top:93.5625rem;left:3rem;overflow:hidden;display:block; }
#fTny1gffydqTugFZkJVhNVT5eXNJQpTD { position:relative;display:block; }#fTny1gffydqTugFZkJVhNVT5eXNJQpTD { background-color: transparent; background-image: none; }#fTny1gffydqTugFZkJVhNVT5eXNJQpTD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fTny1gffydqTugFZkJVhNVT5eXNJQpTD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fTny1gffydqTugFZkJVhNVT5eXNJQpTD > .row .container > .video-iframe-container { display: none; }#fTny1gffydqTugFZkJVhNVT5eXNJQpTD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fTny1gffydqTugFZkJVhNVT5eXNJQpTD > .row > .video-iframe-container { display: none; }#fTny1gffydqTugFZkJVhNVT5eXNJQpTD > .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); }#fTny1gffydqTugFZkJVhNVT5eXNJQpTD { border-width: 0; border-radius: 0; }#fTny1gffydqTugFZkJVhNVT5eXNJQpTD > .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:0.125rem;width:75rem;position:relative;display:block; }#wSSZKkOUSEO6yMXw5fTlDSL0F1SUx9VV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#wSSZKkOUSEO6yMXw5fTlDSL0F1SUx9VV > .row .container { background-color: transparent; background-image: none; }#wSSZKkOUSEO6yMXw5fTlDSL0F1SUx9VV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wSSZKkOUSEO6yMXw5fTlDSL0F1SUx9VV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wSSZKkOUSEO6yMXw5fTlDSL0F1SUx9VV > .row .container > .video-iframe-container { display: none; }#wSSZKkOUSEO6yMXw5fTlDSL0F1SUx9VV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wSSZKkOUSEO6yMXw5fTlDSL0F1SUx9VV > .row > .video-iframe-container { display: none; }#wSSZKkOUSEO6yMXw5fTlDSL0F1SUx9VV > .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); }#wSSZKkOUSEO6yMXw5fTlDSL0F1SUx9VV > .row .container { border-width: 0; border-radius: 0; }#wSSZKkOUSEO6yMXw5fTlDSL0F1SUx9VV > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#B1NWWbsHRdTZTv1aolS0gvsSpTR1n6TI { color:#000000;display:block;width:72.4375rem;position:absolute;font-family:oswald;font-size:4.375rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.6875rem;left:1.28125rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ayqoaOrtlfyy9lqqzN1BMWi92XCNDSsl { color:#000000;display:block;width:72.4375rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:400;z-index:100001;line-height:2;letter-spacing:0;top:7rem;left:1.28125rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dFUko0OMqXQX7VD3EbOXfaJ4Zss4pJ7w { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.125rem;width:28.125rem;top:11.999219417572rem;left:23.437501907349rem;overflow:hidden;display:block; }
#OvTQTIh5InNOeST9ISG9SyhRpEsmPio7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#OvTQTIh5InNOeST9ISG9SyhRpEsmPio7 > .row .container { background-color: transparent; background-image: none; }#OvTQTIh5InNOeST9ISG9SyhRpEsmPio7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OvTQTIh5InNOeST9ISG9SyhRpEsmPio7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OvTQTIh5InNOeST9ISG9SyhRpEsmPio7 > .row .container > .video-iframe-container { display: none; }#OvTQTIh5InNOeST9ISG9SyhRpEsmPio7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OvTQTIh5InNOeST9ISG9SyhRpEsmPio7 > .row > .video-iframe-container { display: none; }#OvTQTIh5InNOeST9ISG9SyhRpEsmPio7 > .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); }#OvTQTIh5InNOeST9ISG9SyhRpEsmPio7 > .row .container { border-width: 0; border-radius: 0; }#OvTQTIh5InNOeST9ISG9SyhRpEsmPio7 > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#gqFmTsvL3XkxhiLWgxMAk6yWoZlh3vTI { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.6875rem;width:21.8125rem;top:1.84375rem;left:1.59375rem;overflow:hidden;display:block; }
#bdJ0xLflJM49DiLoC1SJeCWUnp5lzFmf { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.375rem;width:23.75rem;top:1.84375rem;left:25.625rem;overflow:hidden;display:block; }
#HmVDoecMMkhFrHEUwBhiTTJ75IULaVQf { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.5rem;width:23.75rem;top:1.9375rem;left:50.625rem;overflow:hidden;display:block; }
#bghL8qKWHoIlFTe7Tog5295H0QqAfcM3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#bghL8qKWHoIlFTe7Tog5295H0QqAfcM3 > .row .container { background-color: transparent; background-image: none; }#bghL8qKWHoIlFTe7Tog5295H0QqAfcM3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bghL8qKWHoIlFTe7Tog5295H0QqAfcM3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bghL8qKWHoIlFTe7Tog5295H0QqAfcM3 > .row .container > .video-iframe-container { display: none; }#bghL8qKWHoIlFTe7Tog5295H0QqAfcM3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bghL8qKWHoIlFTe7Tog5295H0QqAfcM3 > .row > .video-iframe-container { display: none; }#bghL8qKWHoIlFTe7Tog5295H0QqAfcM3 > .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); }#bghL8qKWHoIlFTe7Tog5295H0QqAfcM3 > .row .container { border-width: 0; border-radius: 0; }#bghL8qKWHoIlFTe7Tog5295H0QqAfcM3 > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#GcD45DxWKkGW70kWlcmWvQWTCgTXMzVt { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.375rem;width:23.75rem;top:1rem;left:6.875rem;overflow:hidden;display:block; }
#eP68mSEeVMJcLdL62LCXf44gSrOn1kwq { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.9375rem;width:23.75rem;top:2.21875rem;left:44.375rem;overflow:hidden;display:block; }
#rxfmv5T48s8TAnHP6iqchHQgOKiorVU9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#rxfmv5T48s8TAnHP6iqchHQgOKiorVU9 > .row .container { background-color: transparent; background-image: none; }#rxfmv5T48s8TAnHP6iqchHQgOKiorVU9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rxfmv5T48s8TAnHP6iqchHQgOKiorVU9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rxfmv5T48s8TAnHP6iqchHQgOKiorVU9 > .row .container > .video-iframe-container { display: none; }#rxfmv5T48s8TAnHP6iqchHQgOKiorVU9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rxfmv5T48s8TAnHP6iqchHQgOKiorVU9 > .row > .video-iframe-container { display: none; }#rxfmv5T48s8TAnHP6iqchHQgOKiorVU9 > .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); }#rxfmv5T48s8TAnHP6iqchHQgOKiorVU9 > .row .container { border-width: 0; border-radius: 0; }#rxfmv5T48s8TAnHP6iqchHQgOKiorVU9 > .row .container { font-size:0.875rem;font-family:arial;height:450.1875rem;width:75rem;position:relative;display:block; }#iIVBp1any3KV9b01orDNGel0eVBV06Wg { color:#ff0000;display:block;width:73.0625rem;position:absolute;font-family:oswald;font-size:3rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:4.5625rem;left:1rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#caDxzgkGIrIGk8sr4dGOQV7VncOTNc83 { color:#ff0000;display:block;width:69rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:700;z-index:100003;line-height:2;letter-spacing:0;top:9.4375rem;left:3rem;height:3rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#EM8nzLmHr6qaCltB2IsHB9TzMupd1C4y { color:#2f2f2f;display:block;width:69rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:13rem;left:3rem;height:5.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xkLrr9lqZpzLUCl7yn6mKkHSGnalnp52 { color:#2f2f2f;display:block;width:69rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:32.375rem;left:3rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DI9X2TlUvTCbbRRBvdvM99ho70bXb7fo { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.1875rem;width:45.125rem;top:20.8125rem;left:14.9375rem;overflow:hidden;display:block; }
#y6a4i3c3PV0Jy5GrgCKyxHaQlvbS9Ly2 { box-sizing:content-box;color:#2f2f2f;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:100007;top:37.8125rem;left:35.9375rem;display:block; }
#hZomBJQzAEC67LA2CN4T1GARHTZTEkrH { color:#ff0000;display:block;width:73.0625rem;position:absolute;font-family:oswald;font-size:3rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:42.875rem;left:1rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vwdSigJaanuZpaQ2PMs70FRBPXlRZlgg { color:#ff0000;display:block;width:69rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:700;z-index:100005;line-height:2;letter-spacing:0;top:46.75rem;left:3rem;height:3rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#QWmbT4pp309Tvh2e1SiZapWtLauOauzK { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.875rem;width:28.3125rem;top:51.5625rem;left:23.34375rem;overflow:hidden;display:block; }
#Gfl4hfPdHoVZ9pBNfsXgDUkPgVTy0eW1 { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:42.75rem;width:28.3125rem;top:58.125rem;left:23.34375rem;overflow:hidden;display:block; }
#AeCRtg0FHeXDdKTyQ4FrrWlhq7ouMPXP { box-sizing:content-box;color:#2f2f2f;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:100008;top:101.125rem;left:35.9375rem;display:block; }
#CXunA9TP4EuIDwQONEkpPXzIQG97e3WQ { color:#ff0000;display:block;width:73.0625rem;position:absolute;font-family:oswald;font-size:3rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:104.1875rem;left:1rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dPalKmNt6PRDQVH9zTZCJJ9P7zTdXJhE { color:#ff0000;display:block;width:69rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:700;z-index:100007;line-height:2;letter-spacing:0;top:108.0625rem;left:3rem;height:3rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#BJC1kRHhvaTRvQ5J30efmIgx1sPfCUbM { color:#2f2f2f;display:block;width:69rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:111.0625rem;left:3rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LpJuUTaGMoeMaQrNWgM3oMEBwGhhi1gn { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.9375rem;width:48.4375rem;top:116.1875rem;left:13.28125rem;overflow:hidden;display:block; }
#RUXIVnl0nMT3XMpWKflnQsyNoLSooFco { box-sizing:content-box;color:#2f2f2f;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:100009;top:142.0625rem;left:35.9375rem;display:block; }
#Fhuxk37B3GHT3IlORT8HgQuAm5PLoJZV { color:#ff0000;display:block;width:73.0625rem;position:absolute;font-family:oswald;font-size:3rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:145.9375rem;left:1rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AztZvrw4OfcBhIT2Tgp6iz33pqslCwus { color:#ff0000;display:block;width:69rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:700;z-index:100009;line-height:2;letter-spacing:0;top:149.8125rem;left:3rem;height:3rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#AGqTd2qp9qEdqe6TpnsWEvShZE28s8Cs { box-sizing:content-box;color:#2f2f2f;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:100010;top:223.0625rem;left:35.937501907349rem;display:block; }
#zlnU10z4NVkcRAXfmTCOXOTUn19Wmuw6 { color:#ff0000;display:block;width:73.0625rem;position:absolute;font-family:oswald;font-size:3rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:227.8125rem;left:1rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DCGfUKWrq8kLBQnbUZ3w7WoxUt24SPG2 { color:#ff0000;display:block;width:69rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:700;z-index:100011;line-height:2;letter-spacing:0;top:231.6875rem;left:3rem;height:3rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#CTJwhArZq9owrqLrMUeq2ghp3eTTleUo { color:#ff0000;display:block;width:69rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:241.5rem;left:3rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f3VDZ5KNxGqZZX4e73tdafumoobN7Onf { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.125rem;width:26.1875rem;top:234.625rem;left:24.375rem;overflow:hidden;display:block; }
#vFqesK3B0t8O4tW7xdvuXO36AKG6quQ0 { color:#2f2f2f;display:block;width:69rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:244.0625rem;left:3rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zQt6mdm5WZALmX4pEyxTDXdq6UkypsqU { box-sizing:content-box;color:#2f2f2f;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:100011;top:246.3125rem;left:35.937501907349rem;display:block; }
#WMWXAXlLfZgriJ1rbXhTyZ1sRbXWwrLR { color:#ff0000;display:block;width:73.0625rem;position:absolute;font-family:oswald;font-size:3rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:249.375rem;left:1rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M5IQoshiulfJg0GETIf6Ce6ZsZQkh0FP { box-sizing:content-box;color:#2f2f2f;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:100012;top:254rem;left:35.937501907349rem;display:block; }
#D2Z9QNIUdc7P3CvJD0X4xc4OIQO8lIwD { color:#ff0000;display:block;width:73.0625rem;position:absolute;font-family:oswald;font-size:3rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:258.375rem;left:1rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tPUlmtqfQHwxzDl4RSWnWiulLeZ3Eldm { color:#2f2f2f;display:block;width:69rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:262.8125rem;left:3rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cwSMlJ3c5LTlHMt6knnzDv2szAO86JiT { color:#2f2f2f;display:block;width:69rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100014;line-height:1.3;letter-spacing:0;top:265.4375rem;left:3rem;height:5.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xLaTtrC2L1nqT64LqWnccKbqhLUhrg5t { color:#ff0000;display:block;width:69rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:700;z-index:100016;line-height:2;letter-spacing:0;top:270.4375rem;left:3rem;height:3rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#aKG3TDBJmNt2fpQoQS9VnKdzStGeqoQx { color:#ff0000;display:block;width:73.0625rem;position:absolute;font-family:oswald;font-size:3rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:273.4375rem;left:1rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RwBZLgWvM9nVqxVTdK0eLtUOO3afl2aF { color:#2f2f2f;display:block;width:69rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:277.875rem;left:3rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mUO3MMOLho0JdM6mBgDMuXVG7XINyhfm { color:#2f2f2f;display:block;width:69rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;top:282.5625rem;left:3rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fBr9O5blSPikIbwhIlPaQCoTkR0SZ5fD { color:#ff0000;display:block;width:69rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:700;z-index:100020;line-height:2;letter-spacing:0;top:285.0625rem;left:3rem;height:3rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#bBzEQHHg3Jmg8WctfETpzPEzlalm5qGX { color:#ff0000;display:block;width:73.0625rem;position:absolute;font-family:oswald;font-size:3rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:288.0625rem;left:1rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#udBf8IWPy7wqO0S3PF4buBwlTsggi17U { color:#2f2f2f;display:block;width:69rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;top:292.625rem;left:3.0625rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SZiOfhD8VOO9aGvSeLNtzRi1T5NsDZ90 { color:#2f2f2f;display:block;width:69rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100020;line-height:1.3;letter-spacing:0;top:295.3125rem;left:3.0625rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NUriryQyqfl8F3xc5BaoQ12AfdLXvGqu { color:#ff0000;display:block;width:69rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:700;z-index:100022;line-height:2;letter-spacing:0;top:296.5625rem;left:3.0625rem;height:3rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#I0wZ7LmZr3XXmla5dgo2FTnIxDGocD90 { color:#ff0000;display:block;width:73.0625rem;position:absolute;font-family:oswald;font-size:3rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:299.5625rem;left:0.9375rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ESKkKzlZXnolW9PWhS1xUmpPTocZGnIX { color:#2f2f2f;display:block;width:69rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:304.375rem;left:3rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iHXdTR4sopeBFi5gJPK4Lr1y2uMpvFNm { color:#ff0000;display:block;width:69rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:700;z-index:100023;line-height:2;letter-spacing:0;top:306.3125rem;left:3rem;height:3rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Mct9U7s1FcvTynFxhKlalmrMlrQWUg86 { color:#ff0000;display:block;width:73.0625rem;position:absolute;font-family:oswald;font-size:3rem;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:309.25rem;left:1rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w36B31sQTXQN8ScXrprNbaE6Tm3TJwKE { color:#2f2f2f;display:block;width:69rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:314.0625rem;left:3rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cVAfIqT61FJMuwZ49AvAMuhm8LaBXTGU { color:#2f2f2f;display:block;width:69rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100021;line-height:1.3;letter-spacing:0;top:324.625rem;left:3rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qlcV6BvMDXmiy6IrKzThTqm3ZbOWUKgn { color:#ff0000;display:block;width:69rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:700;z-index:100024;line-height:2;letter-spacing:0;top:325.875rem;left:3rem;height:3rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ORF17lPv0v35SQIdceUdsoTncSi1q8TD { color:#ff0000;display:block;width:73.0625rem;position:absolute;font-family:oswald;font-size:3rem;font-weight:700;z-index:100027;line-height:1.3;letter-spacing:0;top:413.9375rem;left:1rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bnGS4OpVedtcQVimPc6TTrMv3gNyUA2F { color:#2f2f2f;display:block;width:69rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:419rem;left:3rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SoiT0ITBrVpWyPXs7l58Gxb26WyZBnuN { color:#ff0000;display:block;width:73.0625rem;position:absolute;font-family:oswald;font-size:3rem;font-weight:700;z-index:100028;line-height:1.3;letter-spacing:0;top:328.875rem;left:1rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kOxzlfWMtdT66IegplCva6qPt1TcRP8U { color:#2f2f2f;display:block;width:69rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:333.4375rem;left:3rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LgCDsyBbTfNQEppUWEevBrRp5wQUqTcm { color:#ff0000;display:block;width:73.0625rem;position:absolute;font-family:oswald;font-size:3rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:436.75rem;left:1rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VwFIJBJnvdvJLoyqBkGVVk0DnecPlPkt { color:#2f2f2f;display:block;width:69rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:100027;line-height:1.3;letter-spacing:0;top:441.4375rem;left:3.0625rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cPTtgl5pTblBdLbW6I4GXtcymNcmTpkd { color:#2f2f2f;display:block;width:69rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100022;line-height:1.3;letter-spacing:0;top:444.3125rem;left:3.0625rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fiodo8TXBNbE0CfolGSgvga8nANCNgCa { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.25rem;width:56.25rem;top:158.0625rem;left:9.375rem;overflow:hidden;display:block; }
#smT2VlhtRhz4BwkJhABuhvgLggPs5df6 { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.0625rem;width:56.25rem;top:190.3125rem;left:9.375rem;overflow:hidden;display:block; }
#EA73DGRPH1r7IfHgEx8IIcMFRsFeDn79 { position:absolute;display:block;z-index:100032;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:62.5rem;width:55.9375rem;top:336.375rem;left:9.5rem;overflow:hidden;display:block; }
#kwrEAqy3LI3t6xVG7VzRAvkqdrntTx4v { color:#2f2f2f;display:block;width:69rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:152.8125rem;left:3rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZlTvOhFIDHJTy8GRbAomTtdJncgSQVyG { color:#ff0000;display:block;width:69rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:700;z-index:100025;line-height:2;letter-spacing:0;top:399.00000572204rem;left:3rem;height:3rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#AfppMnOrU73sLWhMfPnva9sV5vAB9PtM { color:#ff0000;display:block;width:73.0625rem;position:absolute;font-family:oswald;font-size:3rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:402rem;left:1rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W98Qyz8vWWGTATcrwNgtwcHkUc94rWMG { color:#2f2f2f;display:block;width:69rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:100027;line-height:1.3;letter-spacing:0;top:407.0625rem;left:3rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Iny7mrZ5pzBJv1vXDoxliQOOOCQXB6h7 { color:#ff0000;display:block;width:69rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:700;z-index:100026;line-height:2;letter-spacing:0;top:410.96250534057rem;left:3rem;height:3rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#y0BzN5rBsXT32r2cmq2M4rfHPbJr2lgQ { color:#ff0000;display:block;width:73.0625rem;position:absolute;font-family:oswald;font-size:3rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:424.0625rem;left:1rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VMDJ1NKKcpeTV3AgfyzG1GeIMHvwCalg { color:#2f2f2f;display:block;width:69rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:100027;line-height:1.3;letter-spacing:0;top:429.125rem;left:3rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cPwT3fDw0hoagCB06eV8uiolZTkBhDgi { color:#2f2f2f;display:block;width:69rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100023;line-height:1.3;letter-spacing:0;top:432.12500572204rem;left:3rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R4LSkM0Hh8xWZhBbdFsvM79HZ0QtHzm8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f55a01;background-image:none;position:relative;display:block; }#R4LSkM0Hh8xWZhBbdFsvM79HZ0QtHzm8 > .row .container { background-color: transparent; background-image: none; }#R4LSkM0Hh8xWZhBbdFsvM79HZ0QtHzm8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#R4LSkM0Hh8xWZhBbdFsvM79HZ0QtHzm8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#R4LSkM0Hh8xWZhBbdFsvM79HZ0QtHzm8 > .row .container > .video-iframe-container { display: none; }#R4LSkM0Hh8xWZhBbdFsvM79HZ0QtHzm8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#R4LSkM0Hh8xWZhBbdFsvM79HZ0QtHzm8 > .row > .video-iframe-container { display: none; }#R4LSkM0Hh8xWZhBbdFsvM79HZ0QtHzm8 > .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); }#R4LSkM0Hh8xWZhBbdFsvM79HZ0QtHzm8 > .row .container { border-width: 0; border-radius: 0; }#R4LSkM0Hh8xWZhBbdFsvM79HZ0QtHzm8 > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#WT6qMpzhm0h4G7LZM8vPBSrobJhGka9n { color:#fff5e8;display:block;width:71.9375rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:700;z-index:100000;line-height:1.1;letter-spacing:0;top:1.4375rem;left:1.53125rem;height:16.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p9u2d8k8TtvCNcnWvh4r4eXCEGv6QXpC { color:#000000;display:block;width:71.9375rem;position:absolute;font-family:oswald;font-size:3.125rem;font-weight:700;z-index:100001;line-height:1.1;letter-spacing:0;top:20.625rem;left:1.53125rem;height:3.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aICNd35O3P49zvrQ7ldnBAs7Fy3N6uMC { color:#e5e7e8;display:block;width:71.9375rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:700;z-index:100002;line-height:1.1;letter-spacing:0;top:26.3125rem;left:1.53125rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zwul6zgewPpK7ZKG94liQmD1MwVsMUnh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#zwul6zgewPpK7ZKG94liQmD1MwVsMUnh > .row .container { background-color: transparent; background-image: none; }#zwul6zgewPpK7ZKG94liQmD1MwVsMUnh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zwul6zgewPpK7ZKG94liQmD1MwVsMUnh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zwul6zgewPpK7ZKG94liQmD1MwVsMUnh > .row .container > .video-iframe-container { display: none; }#zwul6zgewPpK7ZKG94liQmD1MwVsMUnh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zwul6zgewPpK7ZKG94liQmD1MwVsMUnh > .row > .video-iframe-container { display: none; }#zwul6zgewPpK7ZKG94liQmD1MwVsMUnh > .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); }#zwul6zgewPpK7ZKG94liQmD1MwVsMUnh > .row .container { border-width: 0; border-radius: 0; }#zwul6zgewPpK7ZKG94liQmD1MwVsMUnh > .row .container { font-size:0.875rem;font-family:arial;height:136.3125rem;width:75rem;position:relative;display:block; }#pHuuLSLZlTJmuTM8yO73GX56zxLl3e23 { color:#000000;display:block;width:31.25rem;position:absolute;font-family:oswald;font-size:3.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.25rem;left:21.875rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o3O61uoOqQWu9uO3u4rFHJ5F4KBCDveb { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.625rem;width:75rem;top:7.125rem;left:0rem;overflow:hidden;display:block; }
#fq2yrka4SqkdvE9X3ps4iCwbGdTTXd7x { color:#ff0000;display:block;width:8.625rem;position:absolute;font-family:bitter;font-size:6.25rem;font-weight:700;z-index:100038;line-height:1;letter-spacing:0;text-shadow:-0.3125rem -0.1875rem 0.0625rem #680000;top:7.75rem;left:2.53125rem;height:6.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wbSE6fnBZiRPCopxH3gGDgoVmCNlwGeB { color:#2f2f2f;display:block;width:62.1875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:100039;line-height:1.5;letter-spacing:0;top:8.5625rem;left:11.09375rem;height:4.6875rem;font-style:normal;display:block; }
#LgZuOVcP7qXiaW8oqPGI3KxMUDvCJaf0 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.625rem;width:75rem;top:14rem;left:0rem;overflow:hidden;display:block; }
#mqtney8b7TaP3e9FTR7150CfkG45iGsT { color:#ff0000;display:block;width:8.625rem;position:absolute;font-family:bitter;font-size:6.25rem;font-weight:700;z-index:100041;line-height:1;letter-spacing:0;text-shadow:-0.3125rem -0.1875rem 0.0625rem #680000;top:14.625rem;left:2.53125rem;height:6.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cdO3m0ZyB9v7eXyJ3oEAOCe38bc2Tp1V { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.625rem;width:75rem;top:20.875rem;left:0rem;overflow:hidden;display:block; }
#dZwxnmJT8r0NuPLU1ZKwzoOgAvzS6vXh { color:#2f2f2f;display:block;width:62.1875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:100042;line-height:1.5;letter-spacing:0;top:15.4375rem;left:11.125rem;height:4.6875rem;font-style:normal;display:block; }
#QwmKT6fmvBnu5p4bNncpfA6T4cMTCSny { color:#ff0000;display:block;width:8.625rem;position:absolute;font-family:bitter;font-size:6.25rem;font-weight:700;z-index:100044;line-height:1;letter-spacing:0;text-shadow:-0.3125rem -0.1875rem 0.0625rem #680000;top:21.5rem;left:2.53125rem;height:6.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T8oRnvFsHKfrip70IZ5GfwxK8lH1fDAF { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.625rem;width:75rem;top:27.75rem;left:0rem;overflow:hidden;display:block; }
#I6cMTkyh1EvczrC9u3HJ0ZrPHT3IZsKz { color:#2f2f2f;display:block;width:62.1875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:100045;line-height:1.5;letter-spacing:0;top:23.46875rem;left:11.15625rem;height:2.34375rem;font-style:normal;display:block; }
#B6KNl2XO7pMEtQkcEQJdsCTT9abXC8GQ { color:#ff0000;display:block;width:8.625rem;position:absolute;font-family:bitter;font-size:6.25rem;font-weight:700;z-index:100047;line-height:1;letter-spacing:0;text-shadow:-0.3125rem -0.1875rem 0.0625rem #680000;top:28.375rem;left:2.53125rem;height:6.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dUL1Hq9STFvNRUsnycEbOEGT0whnEcKJ { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.625rem;width:75rem;top:34.625rem;left:0rem;overflow:hidden;display:block; }
#TKkf8KczXqcC9SIRFoa9TIIx9KKTroSx { color:#2f2f2f;display:block;width:62.1875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:100048;line-height:1.5;letter-spacing:0;top:30.34375rem;left:11.15625rem;height:2.34375rem;font-style:normal;display:block; }
#KFCSWpV9CmNllFPdJJdbW5aNESGclCce { color:#ff0000;display:block;width:8.625rem;position:absolute;font-family:bitter;font-size:6.25rem;font-weight:700;z-index:100050;line-height:1;letter-spacing:0;text-shadow:-0.3125rem -0.1875rem 0.0625rem #680000;top:35.25rem;left:2.53125rem;height:6.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZESfyo9cKsv6PcWb9F7mvxDbvmxEUECP { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.625rem;width:75rem;top:41.5rem;left:0rem;overflow:hidden;display:block; }
#G1zk8VVyW6LGpnoQle3ZcLeaayp1u1ge { color:#2f2f2f;display:block;width:62.1875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:100051;line-height:1.5;letter-spacing:0;top:37.21875rem;left:11.15625rem;height:2.34375rem;font-style:normal;display:block; }
#gKNVogu9Fd9BkOAiMi56COUqhaN9cyg8 { color:#ff0000;display:block;width:8.625rem;position:absolute;font-family:bitter;font-size:6.25rem;font-weight:700;z-index:100053;line-height:1;letter-spacing:0;text-shadow:-0.3125rem -0.1875rem 0.0625rem #680000;top:42.125rem;left:2.53125rem;height:6.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l66OyOdtq1r1nknEqM5q9DTmK6BtdXQZ { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.625rem;width:75rem;top:48.375rem;left:0rem;overflow:hidden;display:block; }
#Au5iHafpZiBEdsfanhUtnCfh12srgT2S { color:#2f2f2f;display:block;width:62.1875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:100054;line-height:1.5;letter-spacing:0;top:44.09375rem;left:11.15625rem;height:2.34375rem;font-style:normal;display:block; }
#Fa2mFmK5FyZp91Oz6Iq8aGkBRE6yon12 { color:#ff0000;display:block;width:8.625rem;position:absolute;font-family:bitter;font-size:6.25rem;font-weight:700;z-index:100056;line-height:1;letter-spacing:0;text-shadow:-0.3125rem -0.1875rem 0.0625rem #680000;top:49rem;left:2.53125rem;height:6.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#akOq5D6v9cwRQTAUVswSrd42pPt2D7nx { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.625rem;width:75rem;top:55.25rem;left:0rem;overflow:hidden;display:block; }
#RbFbFLfQOkz8qkbaeR1VMkADIyQ8GuPe { color:#2f2f2f;display:block;width:62.1875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:100057;line-height:1.5;letter-spacing:0;top:50.96875rem;left:11.15625rem;height:2.34375rem;font-style:normal;display:block; }
#sgChZSZdcdJkXcFStpCqI4F30NvMUoea { color:#ff0000;display:block;width:8.625rem;position:absolute;font-family:bitter;font-size:6.25rem;font-weight:700;z-index:100059;line-height:1;letter-spacing:0;text-shadow:-0.3125rem -0.1875rem 0.0625rem #680000;top:55.875rem;left:2.53125rem;height:6.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rUZfkzJ5FnQd9gfJHvwMCGgONX8cCVmO { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.625rem;width:75rem;top:62.125rem;left:0rem;overflow:hidden;display:block; }
#cG5gTWZ9K4nd3UR1FN9wf0VLEvRJ7aoP { color:#2f2f2f;display:block;width:62.1875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:100060;line-height:1.5;letter-spacing:0;top:57.84375rem;left:11.15625rem;height:2.34375rem;font-style:normal;display:block; }
#oNSLqxxZZwyc0fqJBwSZfhcnxzA6wWAW { color:#ff0000;display:block;width:8.625rem;position:absolute;font-family:bitter;font-size:6.25rem;font-weight:700;z-index:100062;line-height:1;letter-spacing:0;text-shadow:-0.3125rem -0.1875rem 0.0625rem #680000;top:62.75rem;left:2.53125rem;height:6.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gSvW9K798Sr1fy1GMVrGdXagC9EotcTr { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.625rem;width:75rem;top:69rem;left:0rem;overflow:hidden;display:block; }
#OKUGMgTHVNWQtLC5tDHNeIigaSPe0vhe { color:#2f2f2f;display:block;width:62.1875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:100063;line-height:1.5;letter-spacing:0;top:64.71875rem;left:11.15625rem;height:2.34375rem;font-style:normal;display:block; }
#VrKl16i9RLaQTu1iPFLf28KtDLTvsoVA { color:#ff0000;display:block;width:8.625rem;position:absolute;font-family:bitter;font-size:6.25rem;font-weight:700;z-index:100065;line-height:1;letter-spacing:0;text-shadow:-0.3125rem -0.1875rem 0.0625rem #680000;top:69.625rem;left:2.53125rem;height:6.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tVrFIHTRQbVX3gkVsS3VqTJST4IsRbz3 { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.625rem;width:75rem;top:75.875rem;left:0rem;overflow:hidden;display:block; }
#UECTJKz2VQGF5cXAH96Cm6ELTK6B5I02 { color:#2f2f2f;display:block;width:62.1875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:100066;line-height:1.5;letter-spacing:0;top:71.59375rem;left:11.15625rem;height:2.34375rem;font-style:normal;display:block; }
#R91tEBPZlu71keIOArWf5LevZqhJxEVC { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.625rem;width:75rem;top:82.75rem;left:0rem;overflow:hidden;display:block; }
#yzyXUx0VV1I9mWAcpxUeXTIgHI8rgCd8 { color:#2f2f2f;display:block;width:62.1875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:100069;line-height:1.5;letter-spacing:0;top:78.5rem;left:11.1875rem;height:2.34375rem;font-style:normal;display:block; }
#miRqvz5f45O0e0Tb1zLNccsSWtliV44i { color:#ff0000;display:block;width:8.625rem;position:absolute;font-family:bitter;font-size:6.25rem;font-weight:700;z-index:100066;line-height:1;letter-spacing:0;text-shadow:-0.3125rem -0.1875rem 0.0625rem #680000;top:76.5rem;left:2.53125rem;height:6.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hXfz5TAcSSZmhqbudIlz13BCarPHwM7J { color:#000000;display:block;width:66rem;position:absolute;font-family:oswald;font-size:2.625rem;font-weight:700;z-index:100071;line-height:1.3;letter-spacing:0;top:96.375rem;left:4.5rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XTG7zG40M5C5nIQXDOE60o6mpdR92Tb2 { color:#000000;display:block;width:66rem;position:absolute;font-family:oswald;font-size:2.625rem;font-weight:400;z-index:100072;line-height:1.3;letter-spacing:0;top:104.5625rem;left:4.5rem;height:6.825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RB6XhpgQ7L8COBl0IkrH9F4bT8Ni11RT { color:#ff0000;display:block;width:66rem;position:absolute;font-family:oswald;font-size:3.25rem;font-weight:700;z-index:100072;line-height:1.3;letter-spacing:0;top:99.75rem;left:4.5rem;height:4.225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RbalMDUJsLnDrAT6IkPS6ODLL85bTn93 { color:#000000;display:block;width:66rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:100073;line-height:1.3;letter-spacing:0;top:112.8125rem;left:4.5rem;height:21.45rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#Jy7MHAJnoRfhWaTNRpTWNWs7bKAKr4lM { position:absolute;display:block;z-index:100036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.625rem;width:75rem;top:89.625rem;left:0rem;overflow:hidden;display:block; }
#BFKDnshQlXvhm1iFT6m2tVwTe9iv5Xm1 { color:#ff0000;display:block;width:8.625rem;position:absolute;font-family:bitter;font-size:6.25rem;font-weight:700;z-index:100070;line-height:1;letter-spacing:0;text-shadow:-0.3125rem -0.1875rem 0.0625rem #680000;top:83.375rem;left:2.5rem;height:6.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XWuM4orMPQ6ndGVSD2Z2ft399STMxEMI { color:#2f2f2f;display:block;width:62.1875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:100073;line-height:1.5;letter-spacing:0;top:85.375rem;left:11.1875rem;height:2.34375rem;font-style:normal;display:block; }
#lKCEB4ZrMfcAoN4PHSoVB8G0p3qT2TEA { position:absolute;display:block;z-index:100074;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.0625rem;width:4.1875rem;top:83.375rem;left:35.4375rem;overflow:hidden;display:block; }
#hVpW4xtRq8cfD1iDZpIoFs0PJUr31KRp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#hVpW4xtRq8cfD1iDZpIoFs0PJUr31KRp > .row .container { background-color: transparent; background-image: none; }#hVpW4xtRq8cfD1iDZpIoFs0PJUr31KRp::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hVpW4xtRq8cfD1iDZpIoFs0PJUr31KRp > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hVpW4xtRq8cfD1iDZpIoFs0PJUr31KRp > .row .container > .video-iframe-container { display: none; }#hVpW4xtRq8cfD1iDZpIoFs0PJUr31KRp > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hVpW4xtRq8cfD1iDZpIoFs0PJUr31KRp > .row > .video-iframe-container { display: none; }#hVpW4xtRq8cfD1iDZpIoFs0PJUr31KRp > .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); }#hVpW4xtRq8cfD1iDZpIoFs0PJUr31KRp > .row .container { border-width: 0; border-radius: 0; }#hVpW4xtRq8cfD1iDZpIoFs0PJUr31KRp > .row .container { font-size:0.875rem;font-family:arial;height:186.5rem;width:75rem;position:relative;display:block; }#vDmFzZ2tHPIeJgmnntDoEq53GT6px2pF { color:#ff0000;display:block;width:66rem;position:absolute;font-family:oswald;font-size:3.5rem;font-weight:700;z-index:100073;line-height:1.3;letter-spacing:0;top:1rem;left:4.5rem;height:4.55rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ddf33J13rbIMiRAbHgHdlOyCcXf84qpZ { color:#2f2f2f;display:block;width:66rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:700;z-index:100074;line-height:1.3;letter-spacing:0;top:5.5rem;left:4.5rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wv31bXX0lWShsFrtcNn8lfrIqbJvgzIH { position:absolute;display:block;z-index:100075;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8rem;width:6rem;top:9.5rem;left:34.5rem;overflow:hidden;display:block; }
#CL024a1TZlctxaiUeJTsCm7Cdw7ehqiK { position:absolute;display:block;z-index:100076;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:39.0625rem;width:31.25rem;top:18.6875rem;left:21.75rem;overflow:hidden;display:block; }
#lredUHqRLXrtvlAxSG6TQC88kwy22WyK { position:absolute;display:block;z-index:100077;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:41.625rem;width:31.25rem;top:59.0625rem;left:21.8125rem;overflow:hidden;display:block; }
#ECvW651MA2o1swJwzUm1aKx0ZGzXrNac { position:absolute;display:block;z-index:100078;border-top:0.125rem solid #f55a01;border-left:0.125rem solid #f55a01;border-right:0.125rem solid #f55a01;border-bottom:0.125rem solid #f55a01;height:35.0625rem;width:62.5rem;top:101.9375rem;left:6.125rem;display:block; }
#UDfLnl3phvrLupN54acW2U3qXigbNQgO { position:absolute;display:block;z-index:100079;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.3125rem solid #f55a01;border-left:0.3125rem solid #f55a01;border-right:0.3125rem solid #f55a01;border-bottom:0.3125rem solid #f55a01;height:46.25rem;width:62.5rem;top:138.6875rem;left:5.9375rem;display:block; }
#F7NRnBfrgAnn7rr08h5DNJsvGTXbSDm0 { color:#ff0000;display:block;width:42.6875rem;position:absolute;font-family:oswald;font-size:4.125rem;font-weight:700;z-index:100080;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.125rem #000000;top:140.125rem;left:16.1875rem;height:5.3625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FWskpPxxn8Q3CoaldGpncqosqt8WtFrU { color:#f55a01;display:block;width:42.6875rem;position:absolute;font-family:oswald;font-size:1.625rem;font-weight:700;z-index:100081;line-height:1.3;letter-spacing:0;top:174.0625rem;left:16.1875rem;height:6.3375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ws6VNlT5r0fANqpZ05sFHmhA1WTwnBJy { color:#000000;display:block;width:62.5rem;position:absolute;font-family:oswald;font-size:1rem;font-weight:400;z-index:100082;line-height:1.3;letter-spacing:0;top:181.8125rem;left:6.25rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#meUfnmvxTF2DseMcKQKmgUCG3BZbIe0S { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.125rem;width:41rem;display:none; }
#IFmCrzMJasuJ3bZtmECfwoKUXKXrDZkc { position:absolute;display:block;z-index:100089;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.0625rem;width:61rem;top:146.875rem;left:7rem;overflow:hidden;display:block; }
#xbteHoPsTc6XNesJX3gdqtGNnyvTrST6 { position:relative;display:block; }#xbteHoPsTc6XNesJX3gdqtGNnyvTrST6 { background-color: transparent; background-image: none; }#xbteHoPsTc6XNesJX3gdqtGNnyvTrST6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xbteHoPsTc6XNesJX3gdqtGNnyvTrST6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xbteHoPsTc6XNesJX3gdqtGNnyvTrST6 > .row .container > .video-iframe-container { display: none; }#xbteHoPsTc6XNesJX3gdqtGNnyvTrST6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xbteHoPsTc6XNesJX3gdqtGNnyvTrST6 > .row > .video-iframe-container { display: none; }#xbteHoPsTc6XNesJX3gdqtGNnyvTrST6 > .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); }#xbteHoPsTc6XNesJX3gdqtGNnyvTrST6 { border-width: 0; border-radius: 0; }#xbteHoPsTc6XNesJX3gdqtGNnyvTrST6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:"open sans";height:59.9375rem;width:75rem;position:relative;display:block; }#Bo7b7Blw9KsPnqcsbBfLoQ1vezR3KZKq { color:#ff0000;display:block;width:59.5rem;position:absolute;font-family:oswald;font-size:3.5rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.375rem;left:7.75rem;height:4.55rem;text-align:center;text-align-last:center;display:block; }
#zt9IbTKIVnFUxTv5mq5b4hkptpLIZ1al { position:absolute;display:block;z-index:100001;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;height:25.5625rem;width:49.1875rem;top:30.21875rem;left:12.78125rem;overflow:hidden;display:block; }
#gFF1PkvuIhHVT31StPfkzn3GwTb4FbCZ { color:#000000;display:block;width:42rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:100002;line-height:1.6;letter-spacing:0;top:9.1250009536744rem;left:16.5rem;height:17.6rem;display:block; }
#Voyfn3Bk77sispkCVCZP8LdvcmzTO0k1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Voyfn3Bk77sispkCVCZP8LdvcmzTO0k1 > .row .container { background-color: transparent; background-image: none; }#Voyfn3Bk77sispkCVCZP8LdvcmzTO0k1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Voyfn3Bk77sispkCVCZP8LdvcmzTO0k1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Voyfn3Bk77sispkCVCZP8LdvcmzTO0k1 > .row .container > .video-iframe-container { display: none; }#Voyfn3Bk77sispkCVCZP8LdvcmzTO0k1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Voyfn3Bk77sispkCVCZP8LdvcmzTO0k1 > .row > .video-iframe-container { display: none; }#Voyfn3Bk77sispkCVCZP8LdvcmzTO0k1 > .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); }#Voyfn3Bk77sispkCVCZP8LdvcmzTO0k1 > .row .container { border-width: 0; border-radius: 0; }#Voyfn3Bk77sispkCVCZP8LdvcmzTO0k1 > .row .container { font-size:0.875rem;font-family:arial;height:28rem;width:75rem;position:relative;display:block; }#rMlovOVdTllSW3hMO0rIuyh7TgbBn8V9 { color:#2f2f2f;display:block;width:42.6875rem;position:absolute;font-family:oswald;font-size:4.125rem;font-weight:700;z-index:100081;line-height:1.3;letter-spacing:0;top:1.875rem;left:16.1875rem;height:5.3625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d6oJJHfiXNEiPEMM12EBa7DilBDx5WRs { color:#3d5a98;display:block;width:62.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100083;line-height:1.3;letter-spacing:0;top:7.1875rem;left:6.25rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#htf1SUyAFFRiMxbD7l9IEnmU7miyX3VL { position:absolute;display:block;z-index:100072;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:56.25rem;top:10.875rem;left:9.375rem;overflow:hidden;display:block; }
#t9rHScu3V6ZwpZAZMm5Pu6tT22ldfdfi { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.125rem;width:41rem;display:none; }
#rq5SdP6PWI6hrZnDJAkv3x2k1ohNrhIu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#rq5SdP6PWI6hrZnDJAkv3x2k1ohNrhIu > .row .container { background-color: transparent; background-image: none; }#rq5SdP6PWI6hrZnDJAkv3x2k1ohNrhIu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rq5SdP6PWI6hrZnDJAkv3x2k1ohNrhIu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rq5SdP6PWI6hrZnDJAkv3x2k1ohNrhIu > .row .container > .video-iframe-container { display: none; }#rq5SdP6PWI6hrZnDJAkv3x2k1ohNrhIu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rq5SdP6PWI6hrZnDJAkv3x2k1ohNrhIu > .row > .video-iframe-container { display: none; }#rq5SdP6PWI6hrZnDJAkv3x2k1ohNrhIu > .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); }#rq5SdP6PWI6hrZnDJAkv3x2k1ohNrhIu > .row .container { border-width: 0; border-radius: 0; }#rq5SdP6PWI6hrZnDJAkv3x2k1ohNrhIu > .row .container { font-size:0.875rem;font-family:arial;height:27.0625rem;width:75rem;position:relative;display:block; }#NgPuDCwGxnMhEGNZA4StUigz60PhCNv5 { color:#000000;display:block;width:42.6875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:100083;line-height:1.3;letter-spacing:0;top:5.3125rem;left:16.1875rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kbQEKIsoqsJHcTqrTgASrOxOiTZtqf6N { color:#000000;display:block;width:42.6875rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:100082;line-height:1.3;letter-spacing:0;top:2.25rem;left:16.125rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q3GHA0hsTXrAJqbTm9POHRssGG6N0b46 { position:absolute;display:block;z-index:100085;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.625rem;width:15.125rem;top:9.8234367370606rem;left:29.937501907349rem;overflow:hidden;display:block; }
#Bop04boJ9aLFVZqmBxVpsPDgXFm1zi87 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Bop04boJ9aLFVZqmBxVpsPDgXFm1zi87 > .row .container { background-color: transparent; background-image: none; }#Bop04boJ9aLFVZqmBxVpsPDgXFm1zi87::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Bop04boJ9aLFVZqmBxVpsPDgXFm1zi87 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Bop04boJ9aLFVZqmBxVpsPDgXFm1zi87 > .row .container > .video-iframe-container { display: none; }#Bop04boJ9aLFVZqmBxVpsPDgXFm1zi87 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Bop04boJ9aLFVZqmBxVpsPDgXFm1zi87 > .row > .video-iframe-container { display: none; }#Bop04boJ9aLFVZqmBxVpsPDgXFm1zi87 > .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); }#Bop04boJ9aLFVZqmBxVpsPDgXFm1zi87 > .row .container { border-width: 0; border-radius: 0; }#Bop04boJ9aLFVZqmBxVpsPDgXFm1zi87 > .row .container { font-size:0.875rem;font-family:arial;height:155.8125rem;width:75rem;position:relative;display:block; }#mWhzNzWRR385OD4ZNwXHSsvsGow5hHVh { color:#000000;display:block;width:42.6875rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:100085;line-height:1.3;letter-spacing:0;top:132.25rem;left:16.1875rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VNr9t6zc3rhUx3sl6BDtLRXJ3BG2Fxoy { color:#000000;display:block;width:42.6875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:100086;line-height:1.3;letter-spacing:0;top:135.3125rem;left:16.1875rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aWfJnz9Rlw9bNmPLRp4dhwd4qz6zNzCf { position:absolute;display:block;z-index:100087;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.5625rem;width:15.125rem;top:139rem;left:29.9375rem;overflow:hidden;display:block; }
#Cb2elTx4TivCBg2oOPW0BKfMNoRIXhcw { color:#000000;display:block;width:42.6875rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:100086;line-height:1.3;letter-spacing:0;top:90.125rem;left:16.1875rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ChfCMulmW3lCrTDvzhedQUV5Dgk3mn6L { color:#000000;display:block;width:42.6875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:100087;line-height:1.3;letter-spacing:0;top:95.625rem;left:16.1875rem;height:34.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lLvpaC30lDXsXL91K37pRcNXGtag42H6 { position:absolute;display:block;z-index:100078;border-top:0.0625rem solid #f55a01;border-left:0.0625rem solid #f55a01;border-right:0.0625rem solid #f55a01;border-bottom:0.0625rem solid #f55a01;height:85.5rem;width:43.75rem;top:1.8495140075684rem;left:15.562501907349rem;overflow:hidden;display:block; }
#fVbHTdE5bQ5TxoT3XEriey1KbnKlCUSw { position:relative;display:block; }#fVbHTdE5bQ5TxoT3XEriey1KbnKlCUSw { background-color: transparent; background-image: none; }#fVbHTdE5bQ5TxoT3XEriey1KbnKlCUSw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fVbHTdE5bQ5TxoT3XEriey1KbnKlCUSw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fVbHTdE5bQ5TxoT3XEriey1KbnKlCUSw > .row .container > .video-iframe-container { display: none; }#fVbHTdE5bQ5TxoT3XEriey1KbnKlCUSw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fVbHTdE5bQ5TxoT3XEriey1KbnKlCUSw > .row > .video-iframe-container { display: none; }#fVbHTdE5bQ5TxoT3XEriey1KbnKlCUSw > .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); }#fVbHTdE5bQ5TxoT3XEriey1KbnKlCUSw { border-width: 0; border-radius: 0; }#fVbHTdE5bQ5TxoT3XEriey1KbnKlCUSw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.3125rem;width:75rem;position:relative;display:block; }#TfKqHaFZUED3XoJkCgzWfervEOQDvuaA { position:absolute;display:block;z-index:100000;height:11.25rem;width:75rem;top:0rem;left:0rem;display:block; }
#huo3FLSwraZ4cSEENgSws9TiEgxKig0m { position:absolute;display:block;z-index:100000;height:11.25rem;width:20rem;display:none; }
#khnfPM2xpu3se8fC74a8btU2sSywU3T9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#khnfPM2xpu3se8fC74a8btU2sSywU3T9 > .row .container { background-color: transparent; background-image: none; }#khnfPM2xpu3se8fC74a8btU2sSywU3T9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#khnfPM2xpu3se8fC74a8btU2sSywU3T9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#khnfPM2xpu3se8fC74a8btU2sSywU3T9 > .row .container > .video-iframe-container { display: none; }#khnfPM2xpu3se8fC74a8btU2sSywU3T9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#khnfPM2xpu3se8fC74a8btU2sSywU3T9 > .row > .video-iframe-container { display: none; }#khnfPM2xpu3se8fC74a8btU2sSywU3T9 > .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); }#khnfPM2xpu3se8fC74a8btU2sSywU3T9 > .row .container { border-width: 0; border-radius: 0; }#khnfPM2xpu3se8fC74a8btU2sSywU3T9 > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:75rem;position:relative;display:block; }#al7XNWVr4HxhbBCoKMS3P0zpDm9IEFHe { color:#e5e7e8;display:block;width:42.6875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100087;line-height:1.3;letter-spacing:0;top:1.875rem;left:16.15625rem;height:3.575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aHmcdLitllPrsCxBl2LSoEu4zgkqikO4 { color:#e5e7e8;display:block;width:42.6875rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:700;z-index:100088;line-height:1.3;letter-spacing:0;top:7.25rem;left:16.15625rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HTt8L9Cf3lCzBOOTTcnyA6QPOFpAndFR { color:#e5e7e8;display:block;width:62.3125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:100088;line-height:1.3;letter-spacing:0;top:11.4375rem;left:6.34375rem;height:13.65rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QZ0nLtJ0LZ2JS9l8xfA9FSts9O0TxnMJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;z-index:auto;display:block; }#QZ0nLtJ0LZ2JS9l8xfA9FSts9O0TxnMJ > .row .container { background-color: transparent; background-image: none; }#QZ0nLtJ0LZ2JS9l8xfA9FSts9O0TxnMJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QZ0nLtJ0LZ2JS9l8xfA9FSts9O0TxnMJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QZ0nLtJ0LZ2JS9l8xfA9FSts9O0TxnMJ > .row .container > .video-iframe-container { display: none; }#QZ0nLtJ0LZ2JS9l8xfA9FSts9O0TxnMJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QZ0nLtJ0LZ2JS9l8xfA9FSts9O0TxnMJ > .row > .video-iframe-container { display: none; }#QZ0nLtJ0LZ2JS9l8xfA9FSts9O0TxnMJ > .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); }#QZ0nLtJ0LZ2JS9l8xfA9FSts9O0TxnMJ > .row .container { border-width: 0; border-radius: 0; }#QZ0nLtJ0LZ2JS9l8xfA9FSts9O0TxnMJ > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;position:relative;display:block; }#pOL5HNSIf0MTXkU5cMZbQUAS3aCii66C { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:6.125rem;left:0rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#mVKwax7xlWnBUpMfW7M5AuCOFZ8SzBpm { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:4.4375rem;left:0rem;height:1.1375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qmxw5H5TIFxvoxSXHCUVlohLcH5HEzIS { color:#ffffff;display:block;width:25.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:0.9375rem;left:42rem;height:2.275rem;text-align:right;text-align-last:right;display:block; }
#lURvgsfl1fNkbxUde6vBt98XptxypSeA { color:#ffffff;display:block;width:25.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:0.9375rem;left:7.125rem;height:2.275rem;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #r7Gs8DWceD7a5G8ovQoimTVVyTlKLV4c { display:block; }#r7Gs8DWceD7a5G8ovQoimTVVyTlKLV4c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gm0yVgrnXk1gTo1LSHQXZaAweeGPqybU { top:0.25rem;left:3.3125019073486rem;width:41.125rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krIrFholwMFETC31hSr9LxaJayvIQn5X { display:block; }#krIrFholwMFETC31hSr9LxaJayvIQn5X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ImppGUWqk9pFF8Vlp8IqJFKu3X4ZooLV { top:5rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FWDeyTX8NehPy4abw6T7hruHsnSgamLx { top:1.5625rem;left:4.7812519073486rem;width:38.1875rem;height:4.6875rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4QxQVTNQmqqSoBkGtGeU9QRMwuXsR7f { top:6.0625rem;left:0rem;width:47.75rem;height:6.125rem;font-size:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wN9MCGPbuHbT84MARWJxKooWHaBu5wfX { top:18.4375rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMHTTJqyDCLSCZMoGlzVrKpLkJU9cS8i { top:49.1875rem;left:13.6875rem;width:22.125rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mI9SdEnGADnDxToaua0lUGqsDfvJTatL { top:23.875rem;left:0rem;width:47.75rem;height:17.624090909091rem;display:block; }
 }@media only screen and (max-width: 763px) { #zS8PERT2Wm8dzUivk4FJBORgd8MMUZxH { display:block; }#zS8PERT2Wm8dzUivk4FJBORgd8MMUZxH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #URJwOvIJTflkW77mVRSfnJXZVQr6JN34 { top:1.75rem;left:0rem;width:47.625rem;height:20.781818181818rem;display:block; }
 }@media only screen and (max-width: 763px) { #mz7R0KUXtJ9PJTMEAsCovmtCvqt2mnvV { top:35.375rem;left:0rem;width:47.75rem;height:20.5325rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqHJCfNcK0BTIu68cRlD3nWr07ZHK3dw { display:block; }#ZqHJCfNcK0BTIu68cRlD3nWr07ZHK3dw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IlhNT5SzmJn9b8VGaLzVzCXdHhp1C8TZ { top:1.5rem;left:0rem;width:31.25rem;height:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSVy0uaqofXW6NduVWiBhFMp5ViADZvq { top:1.5rem;left:16.375rem;width:31.25rem;height:46.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUICuCTocrM6hPr03u5kZdUGi8zhdTzK { top:49.0625rem;left:16.375rem;width:31.25rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2lZe8JO0z9wKPnmrukg5q8C15t60VVl { top:44.25rem;left:0rem;width:31.25rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6tdrvBdhQmJ3hWZoFhKq93x7kQGpgQ2 { display:block; }#W6tdrvBdhQmJ3hWZoFhKq93x7kQGpgQ2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t0P0KW86d7bHTu0MNQBDc1sRymBiVBo4 { top:1.3125rem;left:0rem;width:47.75rem;height:26.639015496809rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdta2vtXttNoLmsumzSnCu8F68m7Adxo { top:37rem;left:5.3437519073486rem;width:37.0625rem;height:10.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5C8kcAincMapPpTZ5LO4HfTFffm2koW { top:1.625rem;left:0rem;width:47.25rem;height:47.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #elvlfSlAgeFtTW45ERyNySR3pNSX3fHx { display:block; }#elvlfSlAgeFtTW45ERyNySR3pNSX3fHx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ens8HQhMNC7T6KlUgmPAPX5G1BW8hFQ4 { top:1.5rem;left:0rem;width:31.25rem;height:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR4LdrnbErqILSObzcUHbLDwcfP99nru { top:1.5rem;left:16.375rem;width:31.25rem;height:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU9W4o0KKqPPE7ztPh0c84kWnNJFRp3w { top:63.1875rem;left:16.375rem;width:31.25rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVsScpzQnB3WzRXJ2oLQuFT5SH0FNz80 { top:38.4375rem;left:0rem;width:31.25rem;height:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlz3oBVLC3OcKqXZ7OwGQSl4FC1cGzgU { top:36.4375rem;left:16.375rem;width:31.25rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQb8xBAiFIwkn0UvBtlG6g72fLMS2pNF { top:71.0625rem;left:0rem;width:31.25rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSipvRfFSDOHTHZi4rVkkO1udBTT9c45 { top:89.3125rem;left:16.375rem;width:31.25rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gh59sK7s4ldL4rgyw3rUhcV4ATM0W26A { display:block; }#gh59sK7s4ldL4rgyw3rUhcV4ATM0W26A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fhQgHgPZwM4zBfvlvXCxtKEdXTBOPQ36 { top:1.5rem;left:0rem;width:31.25rem;height:50.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5v6Zy1NTuVpLILEqg13qgkGfSnZD6VQ { top:1.5rem;left:16.375rem;width:31.25rem;height:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvGBOOxnHRCT35P2cVxHXN98MTGFTgWk { top:91.4375rem;left:0rem;width:31.25rem;height:42.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #coUOuagRDaJB6emuOpB1y4oOquT6iJUE { top:53.3125rem;left:0rem;width:31.25rem;height:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEBuWb1kOwzdTQvGMBC7TfJl2VPTSOQm { top:43.0625rem;left:16.375rem;width:31.25rem;height:85.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGcW9zBDhgBF2Gn2iPWaQTdNeFG1JB3s { top:130rem;left:16.375rem;width:31.25rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2ptX8MGT3A8W2SUsSSWULAPiBiGd5vx { top:135.6875rem;left:0rem;width:31.25rem;height:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiqf9a4gRhUFH5zEugJUkWT9Rzg35u0U { display:block; }#qiqf9a4gRhUFH5zEugJUkWT9Rzg35u0U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N03dz7xuSHfOkxVHSV2lZoOqBoAx8lxb { top:1.0625rem;left:0rem;width:47.625rem;height:20.738522727272rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQXe8WTrchPn1IrS2QZvUpUzGTwczBtP { top:32.3125rem;left:0rem;width:47.625rem;height:25.804090909091rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5HbHDifTMqkDHafZBSTTJS8JdhBQkqn { top:71rem;left:0rem;width:47.625rem;height:26.540113636364rem;display:block; }
 }@media only screen and (max-width: 763px) { #kX4t3hCXSNXNqA37izrQxKPDFq8VzNaE { top:110.6875rem;left:0rem;width:47.625rem;height:24.028977272727rem;display:block; }
 }@media only screen and (max-width: 763px) { #N14PyfPmiQACngfu6sTw2CU2VwzZ8mUS { display:block; }#N14PyfPmiQACngfu6sTw2CU2VwzZ8mUS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LFrbKn9KUTbSNhTppfMiUVItxd9x4Tt7 { top:1.0625rem;left:0rem;width:47.625rem;height:28.618295454546rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMQE2xOqxJL9dAghCOZthZmIPpn0TUDz { top:43.3125rem;left:0rem;width:47.625rem;height:24.418636363636rem;display:block; }
 }@media only screen and (max-width: 763px) { #SznrtlrxWIAt4CUyUuLpZyx2ZgfHsDIN { display:block; }#SznrtlrxWIAt4CUyUuLpZyx2ZgfHsDIN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FOfUThMFL4JLKib8n2N8GlPad297pzoK { top:0.8125rem;left:0rem;width:34.375rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0Zu1nAJegF6FqURuKASGsr0mVUTE3r3 { top:12.375rem;left:13.25rem;width:34.375rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eg0KTWgJOd0HJM0fG8Q51KKpdvpN6ecd { top:0.8125rem;left:13.25rem;width:34.375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pU49TaCoaTHp1hOICVsAhc5dBO2NWwzL { display:block; }#pU49TaCoaTHp1hOICVsAhc5dBO2NWwzL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yIoRZ4T0lEfM0dD80z6W5g7IE4PEZFK6 { top:1.4375rem;left:0rem;width:47.625rem;height:26.799886363636rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hrfv4HFbJwUTif7l71LcOcso4LBfcb1U { display:block; }#Hrfv4HFbJwUTif7l71LcOcso4LBfcb1U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NgHF6WHfJDtflPii72Z7ngqv2xLM53TK { top:29.375rem;left:0rem;width:34.375rem;height:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTKnUvdgnCTpAJIU6T8MMcaz7T9D1xTb { top:0.8125rem;left:0rem;width:34.375rem;height:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK2STWpIDVQvFUaqRH7XAdeT91EK7OoE { top:33.9375rem;left:13.25rem;width:34.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQavvTH1A7XZegWBv2aMWpaNobFkSTop { top:0.8125rem;left:13.25rem;width:34.375rem;height:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzI0pMrdin1ungLuwMEmrXG8LWEBpKdT { display:block; }#XzI0pMrdin1ungLuwMEmrXG8LWEBpKdT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xtmlJezHJZtHzUrn52F9vBtgcA7x2QBL { top:1rem;left:0rem;width:47.625rem;height:26.7096875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJKidvs2tT5pFJ4ru4FEBk943bpMnvdJ { display:block; }#JJKidvs2tT5pFJ4ru4FEBk943bpMnvdJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FlH0TrkcwgLlD3I8xKNXxMbi4mbL7oOO { top:0rem;left:0rem;width:34.375rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSslF5cFeEacSriHoD5C4PpWUoG86dXW { top:0rem;left:13.25rem;width:34.375rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvUENSdyWysemTG43ZMCSHMg5JoZWM2t { display:block; }#vvUENSdyWysemTG43ZMCSHMg5JoZWM2t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FczKRyanFW4W5OECKvkAMz32LkX8GWEB { top:0rem;left:0rem;width:47.625rem;height:20.791214524207rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcfqvlZbrQfIOtRtaf3TEBPpmFwLZi4m { top:34.625rem;left:0rem;width:47.625rem;height:20.711707011686rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSlhHq4ACBoRtDRuHsycfl0Ou6DawxFC { top:69.125rem;left:0rem;width:47.625rem;height:20.711707011686rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7DoPC8WVfiqcTlA7ghHgiME0k0a73ch { display:block; }#J7DoPC8WVfiqcTlA7ghHgiME0k0a73ch > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ObgTar9m3nTEJczDX1NgOdnssTVQDiXB { top:1.3125rem;left:0rem;width:47.625rem;height:16.060517529216rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0on3CIvgypO4BEas6qnCIumUBhCZe76 { display:block; }#m0on3CIvgypO4BEas6qnCIumUBhCZe76 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Csg8SvXD5i70XqCdXQZPdxik8Ha69HuA { top:0rem;left:0rem;width:31.25rem;height:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeOOo1CxXyDxP0yM9kXEG53wfVfGsmiy { top:0rem;left:16.5rem;width:31.25rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LC2TTZDNWCtLysRMwxoZVFfxPNc5ZMlz { display:block; }#LC2TTZDNWCtLysRMwxoZVFfxPNc5ZMlz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ihA0yi3MwEDU8TsT6oZrwR8oypi5HTkf { top:0rem;left:7.96875rem;width:31.6875rem;height:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofh1FFMtKEBfnGaHGcssslw95JVVR8tl { display:block; }#ofh1FFMtKEBfnGaHGcssslw95JVVR8tl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hUIohUXNrb9cQe7cmkrx7IDG3uU0HIdu { top:0rem;left:16.25rem;width:31.25rem;height:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppPkG7VgMu35fblKW92uf7mPPBWKgoT4 { top:0rem;left:0rem;width:31.25rem;height:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmGohGuqApJWdGBQ9B3zTo8qGTsvsD63 { display:block; }#PmGohGuqApJWdGBQ9B3zTo8qGTsvsD63 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ju6isGieIsiuXOlzB6pCm7StDXlMBIZ6 { top:0rem;left:0rem;width:31.25rem;height:55.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NixygL1ONnt3FTO6K4pgfu7WWA2mR2sC { top:48.5625rem;left:16.25rem;width:31.25rem;height:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDKbmBRB9unX4uDTlyJXvcBCn1p2vwVy { top:57.125rem;left:0rem;width:31.25rem;height:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnd7GIWu6zVi4lpw5TafsywoGuuzCQVX { top:83rem;left:16.25rem;width:31.25rem;height:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcD4zQv7USOmTVg6GuTu3yu6qtnDqvrg { top:90.9375rem;left:0rem;width:31.25rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0lyhIadwg6U57yu4AmtUJ2rltILs4Su { top:114.4375rem;left:0rem;width:31.25rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s08LohTZrVWlhS1kVqE0E5z6LNUWUDpn { top:98.875rem;left:0rem;width:31.25rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPPHFebUooUXcHfmJFzrfvapRe28d4Uw { top:120.25rem;left:16.375rem;width:31.25rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncPPz1GCTXhTCRgBg1hRfFyhJc0KCutO { top:156rem;left:16.375rem;width:31.25rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvfcGF73v8yh8BfJzA28Ch8VPX12m2tb { top:130.875rem;left:0rem;width:31.25rem;height:62.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPDNCdDC10Ua8srhe3MTmizqrLvCGOo0 { top:174.375rem;left:16.375rem;width:31.25rem;height:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiWs10R7OLWxCZOT1H2rvnw0xyxEyG45 { top:148.4375rem;left:16.375rem;width:31.25rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHT3amqemM5HvZqWvkgIyxbHna3ugs7m { top:0rem;left:16.25rem;width:31.25rem;height:46.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUPbMW85S7STv8BJM9glc9epiZWptxDD { display:block; }#BUPbMW85S7STv8BJM9glc9epiZWptxDD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pZ0iwuXeeJReTpqQ7wpgHSwueSkhBgKy { top:0rem;left:0rem;width:47.625rem;height:20.348863636364rem;display:block; }
 }@media only screen and (max-width: 763px) { #lb9kFzDF77VZ9sDRV5TmZUutk96FPUZ3 { top:31.25rem;left:0rem;width:47.5rem;height:19.302272727272rem;display:block; }
 }@media only screen and (max-width: 763px) { #helBfqBVavEhoVHK8QqGyIJXA7dWSwND { display:block; }#helBfqBVavEhoVHK8QqGyIJXA7dWSwND > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xwLz8T39CFynrazf6DWOxDkTLac0XbgS { top:1.25rem;left:8.1875rem;width:31.25rem;height:55.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7TmT8zNDATx1hMkJGhIys5K4tQr6CUw { display:block; }#D7TmT8zNDATx1hMkJGhIys5K4tQr6CUw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uQZsGcQ2fGOQp2xraO5hrSkcB9Dfts2w { top:1.0625rem;left:0rem;width:47.625rem;height:16.712045454546rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGXdETgPOWKHwT5wMK5HK1HFNGkImy1P { top:26.8125rem;left:0rem;width:47.75rem;height:31.384772727273rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLZ9PD62AgUO6U4ZIs693dv1MX2GaU0H { display:block; }#FLZ9PD62AgUO6U4ZIs693dv1MX2GaU0H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IG5CDzB1OVdOuDc0n0ylsyyyrTAdo387 { top:4.8125rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqARIwxecPhbNo3y6mELETXNTJ8dZic3 { top:3.5625rem;left:0rem;width:46.5rem;height:46.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4kUCtcEM6H0kxvRJBWoyIqRL6H9Z17v { top:9.625rem;left:0rem;width:47.75rem;height:6.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZqSEhmrdMS7TpMoKMulPlvHFzxFUgli { top:17.5rem;left:0rem;width:47.75rem;height:17.153886554622rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5uaiIvHKs8gVyic8czxqsKTHZ3DDSDh { top:38.875rem;left:6.9687519073488rem;width:33.8125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuJnaRCSJzLWysowQoW9taG7uAb5ATSs { display:block; }#vuJnaRCSJzLWysowQoW9taG7uAb5ATSs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PNVXgs62kOzQgToToMS8PfeVqTgNHwGp { top:0.625rem;left:0rem;width:47.75rem;height:10.705014749262rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqsJHfg9FeFse9JGFUwrq3ETgZMzUmNh { display:block; }#PqsJHfg9FeFse9JGFUwrq3ETgZMzUmNh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HnmwHQQ2lSEEB5ol4RRcMy7vrptZqdKS { top:6.0625rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBv5fJANkEMJnnapO8JMNm2FbNmdpTSE { top:37.5625rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMJNiBNC9UGgQQN7fGRS5uI2PzlC6HIl { top:3.875rem;left:19rem;width:26.8125rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuEXVpqSnegG7xiVuL75QnN8T85ZWUzw { top:32.25rem;left:19rem;width:26.8125rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhGaWiSh9pVOwmr1B6a929NPTUmU8khH { top:6.125rem;left:16.5rem;width:31.25rem;height:21.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fobU9ceVVB5BTMR5HcTK67m0eXvmzxdz { top:34.5rem;left:16.5rem;width:31.25rem;height:27.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekZZztTMcLQkX28nu1g3D7JIf5iWhdRO { display:block; }#ekZZztTMcLQkX28nu1g3D7JIf5iWhdRO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J6fMzsBvucHSEIkFvPzEvWpgn7xTRDvQ { top:0.625rem;left:17.625rem;width:12.5rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckdq1eTeUS9btUEZoEp6VvEh82nTLGna { top:85.5625rem;left:17.625rem;width:12.5rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZLN5dTyFRwfbZMC4GMVLffADBLeEeTT { top:0rem;left:0rem;width:47.75rem;height:31.727222222223rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9ZZczkB7E30CImCOtCVhT3ewzuBbkBv { top:38.375rem;left:0rem;width:47.75rem;height:28.848958333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #NG3m1pf61spMrhv8exz3uUwvKbx0LLtC { top:99.0625rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH51e8S61ZKvbi173i7WhEo4dCf5QUMn { top:92.375rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqsZqgidWTWlJgxQPuIlL2dBm4JCcAaZ { top:107.25rem;left:0rem;width:47.75rem;height:22.866944444444rem;display:block; }
 }@media only screen and (max-width: 763px) { #mADoDAqnv7fibwZ9VoehNsBeQN3gXpGX { top:35.5625rem;left:11.125rem;width:12.5rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUvfifGIb5QsgMKQl3TPAVhhFbbeE15x { top:34.3125rem;left:24.125rem;width:12.5rem;height:3.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvM8KdavFlagxUMSX1rzEM6tdZlpbdqk { display:block; }#TvM8KdavFlagxUMSX1rzEM6tdZlpbdqk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wxGNMcFQ94S2w4qKTCwLtWAwm5b4Ga04 { top:5.5rem;left:0rem;width:34.375rem;height:55.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3TxTty6yiDJPBPkeqDq4N9mMT2s58Eq { top:30.625rem;left:22.0625rem;width:3.625rem;height:5.625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLdxNbJDdGLeHvFeExbK9KbJ9RJ70RhU { top:66.8125rem;left:22.125rem;width:3.625rem;height:5.625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNZQgZFMLaOV1Kz2voiGosVv0wNSOQ27 { top:47.25rem;left:13.25rem;width:34.375rem;height:44.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffnmMaliNTMskTXAgqZ4vI5XHfaoP0pL { top:102.875rem;left:22.0625rem;width:3.625rem;height:5.625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT2H65kG56OhU8I2eqET92AP79M4VkJT { top:83.25rem;left:0rem;width:34.375rem;height:44.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7ELnBGCXZpBO2TJUwiZH84HHQpZ7Db1 { top:139.5rem;left:22.0625rem;width:3.625rem;height:5.625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xV7gOyVSMLiZndsSuI3wd9K99tbXMknF { top:127.25rem;left:13.25rem;width:34.375rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0MoOyFHOcHT8frcdghKanIp6RgbTWH8 { top:176rem;left:22.0625rem;width:3.625rem;height:5.625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwTDQBy5plf7VDSG0KR6BV975cJ62dup { top:163.75rem;left:0rem;width:34.375rem;height:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5I7OKlL2cpxgtm53vAhfPvyvCnTn0Xh { top:211.6875rem;left:22.0625rem;width:3.625rem;height:5.625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmJCRdbIrlU7XKoLDnDobsxIJ2TiD5Iw { top:182.125rem;left:13.375rem;width:34.375rem;height:48.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAkMN11lTdGbQsIO5qpHZXJV7ZxhbSo3 { top:248.5rem;left:22.0625rem;width:3.625rem;height:5.625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGrA0tGpGnATnittOX0Iz6WdVQgHgii9 { top:217.75rem;left:0rem;width:34.375rem;height:67rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlMTkP7NySzRuqf3N7OWEfcfgnPpfXev { top:285.625rem;left:22.125rem;width:3.625rem;height:5.625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwgLFfJfkQ2AW3S22bTb5bQbNfMD4bgN { top:269.75rem;left:13.25rem;width:34.375rem;height:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4HVEXBK1IxyGWWdKRtsx58qwxDKRUEA { top:322.25rem;left:22.125rem;width:3.625rem;height:5.625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1yRAJWwltqF8TchFk3lmxTzdUqXRsOn { top:302.5rem;left:0rem;width:34.375rem;height:45.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0cZIM8Qguzk7AALfCtXEBBMZMKU2Vnq { top:230.75rem;left:13.25rem;width:34.375rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUT6mBJa50Uqo1kgdGva2QuqBDlU7cAG { top:35.5625rem;left:23.562501907349rem;width:0.625rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtWAXIsSq0kDAcMGCTc7AeZtVCVTuDCl { top:66.8125rem;left:22.0625rem;width:2.5rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPxSTbWERGsmc0I08qCXIFrAbUbiaF7G { top:102.875rem;left:22rem;width:2.5rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrT2TvBnGDcoFUevQ5eUyhwgPK2QHAXN { top:139.5rem;left:22rem;width:2.5rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3TymhH2aPlL58vqziwb8eIsJAas9JB9 { top:176rem;left:22rem;width:2.5rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSvPAF4ZRiw6uqGWagblNGfxs3dOs2ET { top:211.75rem;left:22rem;width:2.5rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6ZFoe8eSMHQmtetxex8HN2idtm5OsvG { top:248.5625rem;left:22rem;width:2.5rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VquXGQRZJBJ8Zu07f2vN4KlgSJt3ZLPK { top:285.625rem;left:22.0625rem;width:2.5rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgHeJUecyHMUSsZA2dU2fJqHFGQ0OGFZ { top:322.25rem;left:22.0625rem;width:2.5rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mdpg0RmpR966LuDHZxbrih0w7UvVa7vO { top:30.6875rem;left:22rem;width:2.5rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #erAru0IwTfC1xJzK5wTaKTF97C6TTVS1 { top:0rem;left:23.562501907349rem;width:0.625rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxUXMLbHK86pORNSnJmWzyqGFOlSERAx { top:71.75rem;left:23.562501907349rem;width:0.625rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiO4wiyxlZzm0ndueeA8hsOm9koPNmbm { top:108.375rem;left:23.562501907349rem;width:0.625rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTxFaiaMuKv9rH0O7B6KPosU5D4GQH7P { top:145rem;left:23.562501907349rem;width:0.625rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbJpRNbcJNL2kQbasrs8d16DGq9yaUnr { top:181rem;left:23.562501907349rem;width:0.625rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANVTKPZxLnb4mFozTKpTrtmXAS5zRv4G { top:217.25rem;left:23.562501907349rem;width:0.625rem;height:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTUv7kZmcfP12wXZRy5T389qnxdC9CoJ { top:253.6875rem;left:23.562501907349rem;width:0.625rem;height:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtbPHZ9CycbELloULv3Wtu92gzAKaUMe { top:291.125rem;left:23.562501907349rem;width:0.625rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAKiFG9y7LyF8hyVh5H4kRtANugqWeQN { display:block; }#IAKiFG9y7LyF8hyVh5H4kRtANugqWeQN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZvQFG5vD8TP86O0692ic3J5S3A8JG9T { top:3.75rem;left:0rem;width:10.0625rem;height:7.5rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWgxXyy3C6Xq5TR1kOfOoszurp1JSTw0 { top:4.625rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMU1rTTR0Bovq4d6buGvLq0I9UkI5oWk { top:11.8125rem;left:0rem;width:47.75rem;height:20.625rem;font-size:1rem;display:block; }#nMU1rTTR0Bovq4d6buGvLq0I9UkI5oWk li:before{  }
 }@media only screen and (max-width: 763px) { #XPJ0fPvz7KeXB1efLHauh83VUlCS4S6g { top:31.8125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNShExMTS8a4lpBp716aJBA6HThRmwmh { top:33.75rem;left:0rem;width:10.0625rem;height:7.5rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKZbUtom5OEVcxAbiXK9PQ8LpWrKXm7I { top:34.5625rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2eL1DSCz3glfT6kMAT04TTCtV4DVW4a { top:43.5rem;left:0rem;width:47.75rem;height:10.3125rem;font-size:1rem;display:block; }#F2eL1DSCz3glfT6kMAT04TTCtV4DVW4a li:before{  }
 }@media only screen and (max-width: 763px) { #fO1e56VxhbyXQEwGkKIhtnWeLLCot9m7 { top:53.4375rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiMF6qGLIJ5k6swu47NMcce7GbqxBMHm { top:55.375rem;left:0rem;width:10.0625rem;height:7.5rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAZp4ym8p5EeqhORd3Zu8XuNNx61h05D { top:56.25rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dD3Pw2sWaUpaGDdW44CQwx8vOBBXCyBE { top:65.5625rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1rem;display:block; }#dD3Pw2sWaUpaGDdW44CQwx8vOBBXCyBE li:before{  }
 }@media only screen and (max-width: 763px) { #OnITXAM6d1Ao0J9NTt5wIxhKafGQfsA4 { top:73.0625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MureQTGREDJkAqtuZCk7T6eylJIEDBm1 { top:75rem;left:0rem;width:10.0625rem;height:7.5rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETpWyOgLvGAeNJSLfzUkh7nHJoPb4m4A { top:75.875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6ARgLX6Xa7KV0mhiGBfsn1eWUi2dN2L { top:81.1875rem;left:0rem;width:47.75rem;height:4.5625rem;font-size:1rem;display:block; }#k6ARgLX6Xa7KV0mhiGBfsn1eWUi2dN2L li:before{  }
 }@media only screen and (max-width: 763px) { #mqt0O3kvoRcwf8Js2k6lwFqaTiX33ofz { top:85.5625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ff8P4H6EVectT6yQRevztJ6BUabq4WTo { top:87.5rem;left:0rem;width:10.0625rem;height:7.5rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQaEbkkcziH8asRfKDD4tnLHuxXFC1ar { top:88.375rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3vwtaCG985b09XT5VJ9WaFOZd39nOCS { top:97.3125rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1rem;display:block; }#c3vwtaCG985b09XT5VJ9WaFOZd39nOCS li:before{  }
 }@media only screen and (max-width: 763px) { #K8IeVX7EDxEQArdNRiD5a3RDV1eMmVr1 { top:104.8125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIJIOUelIhBLGVlDBDN7bmVq5VDtBgoD { top:106.75rem;left:0rem;width:10.0625rem;height:7.5rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfISKaU2mS6Xt2Xyx3A0GKU1zr3g898t { top:107.625rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HX5WDcK8d1upXRR2Q8TKCyNrJ9mXQbXZ { top:114.9375rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1rem;display:block; }#HX5WDcK8d1upXRR2Q8TKCyNrJ9mXQbXZ li:before{  }
 }@media only screen and (max-width: 763px) { #TsNQmtdyt7CuaBaUVebeOwmusLLIH9gZ { top:122.4375rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7PrBgwzfzUZZisRLtvA2nVKfFQmb3HC { top:124.375rem;left:0rem;width:10.0625rem;height:7.5rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMHEfD5worfQHnOL7k3zyZ6GcZt9zlIO { top:125.25rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSTP4l4aPl3NVon60GgTq9IdvisdXre6 { top:132.5625rem;left:0rem;width:47.75rem;height:9.3125rem;font-size:1rem;display:block; }#FSTP4l4aPl3NVon60GgTq9IdvisdXre6 li:before{  }
 }@media only screen and (max-width: 763px) { #zGSIO178wJ1DrlHRAX5C2cw9xBPXvmJb { top:141.625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcIKWe1eCy0A2RepEumFVHx9Qb0Zto85 { display:block; }#wcIKWe1eCy0A2RepEumFVHx9Qb0Zto85 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PlTSHOchsyMqLgrni14TPmMHCWSf4ll3 { top:3.5rem;left:0rem;width:5.25rem;height:1.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ck2PJifkNHTdbclbksFM6CpfMZeenBuI { top:2.1875rem;left:0rem;width:5rem;height:4.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #imOoIUfnQSaPitVfZzyfZrW2B0VZOsXx { top:3.5rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLJ1Fqk3vDhI7O0owBD8rFx8In0OgM4A { top:8rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dn4yz2IcZXDRQhwQFaFwOMkU4r4dQuLT { top:8rem;left:0rem;width:5.25rem;height:1.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFFII6d8S8azrbxF8CuNNzR4dJ0XTi77 { top:6.6875rem;left:0rem;width:5rem;height:4.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0b6BIqsGt7TvKZQ6IvlnIdqgiO94vcX { top:12.5rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WauvMIZqz1312Q69ycDJVKHAEkWk0MQP { top:12.5rem;left:0rem;width:5.25rem;height:1.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTCamXTfZc28dDk3uwOeOBl0kINo40hx { top:11.1875rem;left:0rem;width:5rem;height:4.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqehWKf84LfOmHwFo9XZEEfOA3VGIwQu { top:15.6875rem;left:0rem;width:5rem;height:4.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgtDVkJrnmm4y0xPGiscq49lh5AG2U34 { top:17rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8rutdh23RIgt4OeXU1bh310VrgBivCu { top:17rem;left:0rem;width:5.25rem;height:1.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7WzIMf56qshuc6gqupmEDmLSMWNbHTJ { top:20.1875rem;left:0rem;width:5rem;height:4.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkE2E3Ghkz52WmAUnQOPZpXTDxBaAgrC { top:21.5rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfqHoR39POfnoPFbxqplZ76FzlK2WdGR { top:21.5rem;left:0rem;width:5.25rem;height:1.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNX48eKyLy9fs82CfffcB5U76Zn8LzTN { top:26rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXcZzsMoeZXXMs0nMNfihNDppi4HMtA2 { top:24.6875rem;left:0rem;width:5rem;height:4.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdplRDy7dIAMCGiRQ5Ai5cPsCl95by1g { top:26rem;left:0rem;width:5.25rem;height:1.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQN179XIzkF5croelvXsJg2ptf1w0Zca { top:30.5rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwGoPkfkeowzmfIPI3GG11UOb6R6VlHf { top:29.1875rem;left:0rem;width:5rem;height:4.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOrSnes3u6vxT2BZZo6gOb4Ew8FplWal { top:30.5rem;left:0rem;width:5.25rem;height:1.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBaTvT1ywpJLeqmdba28pMuy89QPuZuz { top:35rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B58Mkzy0oX75gDO7NB8RKo9yk1B7Fl6k { top:33.6875rem;left:0rem;width:5rem;height:4.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBRFwFq0uJt4DbRX3sWo8OWEPiigMupR { top:35rem;left:0rem;width:5.25rem;height:1.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hG9EZbDVHCKFlywnL7gkfmW42PTteNWL { top:39.5rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQn75csq2r5D3KusNcOusCkVaPyilByQ { top:38.1875rem;left:0rem;width:5rem;height:4.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7vigSp967EaJq300NanRJ8VgpJdAP2D { top:39.5rem;left:0rem;width:5.25rem;height:1.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhix3vkEmPINlMeRqtlvGQQx9bVhRvk3 { top:44rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AchiXGuURvBqK1L65TiyRKU2DkTsoHGv { top:42.6875rem;left:0rem;width:5rem;height:4.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8LaFCCbr1x8rBfvoCC7ANHMo5b3hcZu { top:44rem;left:0rem;width:5.25rem;height:1.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K42c3OC0Trn0bT1JxzSn1wF59z8zPBeQ { top:47.1875rem;left:0rem;width:5rem;height:4.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtJy84FbAcqUVBZoEAiFrZvQNaEl2im6 { top:48.5rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFsZswwXDNeXWni3L6D9PcXT2CxmVUED { top:48.5rem;left:0rem;width:5.25rem;height:1.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPwsh2a0zL3osh0HdSEMF0rVtXt0KUme { top:51.6875rem;left:0rem;width:5rem;height:4.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJfW40PJdgNoHFmGPqhrNKiXVSbTTnCl { top:53rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLbCf7n9c0bhTTAnhGNchbQXC2sOVJxl { top:53rem;left:0rem;width:5.25rem;height:1.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4wQfCwFQkgKGgtC3KIvzICLf6cQtBGb { top:56.1875rem;left:0rem;width:5rem;height:4.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCbu8wqm0AwJHuTus4DPJF89XpDXvbb6 { top:57.5rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhVtOJiiLxKA7FswcVKT6I8da873h8Q6 { top:57.5rem;left:0rem;width:5.25rem;height:1.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcT0Eibh5zFnPMK1Sq0R4UI6wy3hJ7Cf { top:60.6875rem;left:0rem;width:5rem;height:4.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8no8m5nXu7MsagD6fzW6Ocfxk5NCV0h { top:62rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUBDpQC33NvA5xzeZ0gup9vogcm1obGG { top:62rem;left:0rem;width:5.25rem;height:1.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOgVdDL3qOQfMfP0HPpe3bJ6L8aNVqD8 { top:65.1875rem;left:0rem;width:5rem;height:4.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z45U64wSWvVh4x58MKD08Hnr5d71X8NR { top:66.5rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEcWpF2rCRHAG34WrSDfFSFQ0FFCulbQ { top:66.5rem;left:0rem;width:5.25rem;height:1.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGi6pwTuUufUgdRxq4VqIXqT0T9uuNEu { top:69.6875rem;left:0rem;width:5rem;height:4.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaGi1q5qbOtCHRLoQo4Mv2h591opqRgK { top:71rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzBUUrJeIsgU5wNudB5MEKTMM2BlvpHV { top:71rem;left:0rem;width:5.25rem;height:1.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPX9fqpfI93EMZIRJQ9r8q8zNf2fzqq4 { top:74.1875rem;left:0rem;width:5rem;height:4.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaFEWb1VUGEPp8OqoW37UNgbnaLpHyzb { top:75.5rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBwoD7H8TdPTHXhGDxNZM85EmFodGhQs { top:75.5rem;left:0rem;width:5.25rem;height:1.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ludHneI5afUiL5tb1IBTNg8t981nQVCi { top:78.6875rem;left:0rem;width:5rem;height:4.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQKp2xe1U5Xpdb66pFuDbh01R2ee4SrX { top:80rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofTIevJQ3PbHTKsULOLObgcT7dLPe1Bs { top:80rem;left:0rem;width:5.25rem;height:1.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFaU6p1DcU0AsR0uxnR5FKTSwhCO9dlO { top:83.1875rem;left:0rem;width:5rem;height:4.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUa8nvJztTgwECw1Fr2wuSNpiwcExAvO { top:84.5rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvpkKLFZseo16ZsVoZkXNOo1Cshoa5qr { top:84.5rem;left:0rem;width:5.25rem;height:1.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMDEFIvmCicfOM6lcV0TNc1N4nSUeEoW { top:87.6875rem;left:0rem;width:5rem;height:4.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qp04IitwnnsaBCIJzC9zCHahvmrqRORJ { top:89rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3pPwlHy4vir1hv6FmMlJTgk79Cr0RFh { top:89rem;left:0rem;width:5.25rem;height:1.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9OvIBzT3rH4oVDQBEvPuUwts8t5wthO { top:92.1875rem;left:0rem;width:5rem;height:4.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmGTnsCEgGOmu4VRGDi6Kx0kZKrHbpf7 { top:93.5rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #twpIUowR9Gd4COpBO1Z1lnZC55eQV8gS { top:93.5rem;left:0rem;width:5.25rem;height:1.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqDXtmVJH6f2CGMeMcVwBBHISLLv3i58 { top:97.625rem;left:0rem;width:47.75rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wH4Lu2ALd03RCXzzTliacflq9OyGlfud { display:block; }#wH4Lu2ALd03RCXzzTliacflq9OyGlfud > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ItcbmTV0fVm7SJ8CpPfX6M0DtJPVy5o4 { top:0.625rem;left:0rem;width:47.75rem;height:10.705014749262rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLCeGn0HdCmK6bnF4ySQMxhvkDlaoF4b { display:block; }#JLCeGn0HdCmK6bnF4ySQMxhvkDlaoF4b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kBqCR84Cm9xdH6M0NToMsy4qMZV6VSoV { top:1.25rem;left:16.25rem;width:31.25rem;height:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bB1RW4WLcwiTRoJeMrgIHUVi7hSo6T3B { top:1.25rem;left:0rem;width:31.25rem;height:41.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbAm8hHQ1nxK4m95tSkt5pRaCzKi8bux { top:44.3125rem;left:0rem;width:31.25rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwUC540xXWpKF3nZtreXqLgwSuTqaH1O { top:30.3125rem;left:16.375rem;width:31.25rem;height:55.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0fiW4v1wyuFuCNVH7r2grIBIwIV40zM { top:58.5rem;left:0rem;width:31.25rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTHgl52LzIcGAO9Zcw6oISbIxyI3vMKV { top:87.0625rem;left:16.375rem;width:31.25rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAvUAMqSpDy14a8blK1CQ9TiTVrmE4TR { top:84.875rem;left:0rem;width:31.25rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DadhtNuVxMvule5zw57ZyXzx3lfTG4ym { display:block; }#DadhtNuVxMvule5zw57ZyXzx3lfTG4ym > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WKiiW0bpGeEo1JMrglyhJyLUTDuJArIR { top:0.875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUpFDIB05EbMm3XDcUDQV7Lrlc62JMwp { top:4.75rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKNGQTVDVxL8qcRIvyWGnV00o9qkSs7H { top:10.5625rem;left:0rem;width:47.75rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOirdIbDH1p25PdDtMNM3tSxCaytVcJD { display:block; }#eOirdIbDH1p25PdDtMNM3tSxCaytVcJD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AyNp3zIeHnJR7Ct363lztKJZmAHIUxWa { display:block; }#AyNp3zIeHnJR7Ct363lztKJZmAHIUxWa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L39dK55DgXDxHhHgmZ3SaOMobtA099mx { top:0.875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTabOKkgSq8m4LUMXMNdfQWmfQC50sV1 { top:4.75rem;left:0rem;width:47.75rem;height:9.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lg73Ro94vprG1F3Fv7pbT2EqyALFrwIm { top:14.4375rem;left:0rem;width:47.75rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7ev6pK25pWLD4b1tJ2LIV67IPNFEBRc { display:block; }#N7ev6pK25pWLD4b1tJ2LIV67IPNFEBRc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mLll22kWQ7QWVTOUgmRAsKSfui79XpxC { display:block; }#mLll22kWQ7QWVTOUgmRAsKSfui79XpxC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eGFJPQgXWHWTX0Z1J7s5A7D8wnsM0nKK { top:0.875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlA908QsApmSwSqTNcKpoBiT2NhTGBzk { top:4.75rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3sgcmSBEs4ZodUc6pufCeBfOCMgdSug { top:5.6875rem;left:0rem;width:47.75rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPFss5RWH5L6DvKCuPFIAf51QldyGhZW { display:block; }#LPFss5RWH5L6DvKCuPFIAf51QldyGhZW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ihXSsydAcQka75v4h8triZu8HfbRIULh { display:block; }#ihXSsydAcQka75v4h8triZu8HfbRIULh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QELarpfwTlHMgRXtisG8B3O6KqvoacWG { top:0.875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtugKBWRVl1RhIx3Q3494g5yswTtBJBF { top:4.75rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xo8Jw2fWWaW8DUffodmnvtcx2R0JNZZC { top:5.6875rem;left:0rem;width:47.75rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVfZat8DTP3GSnf5S7oRfc3XJ6FWUgtP { display:block; }#QVfZat8DTP3GSnf5S7oRfc3XJ6FWUgtP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EQrNzKVT6xvHnBEEfMydGPsX95adPTUE { top:1.1875rem;left:0rem;width:31.25rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOxxWsaaeELev4bSenk3WmJai4HgTv8U { top:18.25rem;left:0rem;width:31.25rem;height:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyPUVG0qxDonVdAA5FQPgGcHc32TOlEs { top:56rem;left:0rem;width:31.25rem;height:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P91s2m7rxodCf1XRWeNaGBvDT5UbV6Mz { top:1.1875rem;left:16.25rem;width:31.25rem;height:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wfphtu6WNfNsTLI3q02RyzzoVllc3gpT { top:38rem;left:16.25rem;width:31.25rem;height:50rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTzMAWZRNTGUL9VenyLAmL2xAT5Og5J0 { top:89.75rem;left:16.25rem;width:31.25rem;height:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiDdXQGbPTQvI4kQFP9bIgG0cHl3p1hP { top:93.5625rem;left:0rem;width:31.25rem;height:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTny1gffydqTugFZkJVhNVT5eXNJQpTD { display:block; }#fTny1gffydqTugFZkJVhNVT5eXNJQpTD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wSSZKkOUSEO6yMXw5fTlDSL0F1SUx9VV { display:block; }#wSSZKkOUSEO6yMXw5fTlDSL0F1SUx9VV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B1NWWbsHRdTZTv1aolS0gvsSpTR1n6TI { top:1.6875rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayqoaOrtlfyy9lqqzN1BMWi92XCNDSsl { top:7rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFUko0OMqXQX7VD3EbOXfaJ4Zss4pJ7w { top:11.9375rem;left:9.8125019073488rem;width:28.125rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvTQTIh5InNOeST9ISG9SyhRpEsmPio7 { display:block; }#OvTQTIh5InNOeST9ISG9SyhRpEsmPio7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gqFmTsvL3XkxhiLWgxMAk6yWoZlh3vTI { top:1.8125rem;left:0rem;width:21.8125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdJ0xLflJM49DiLoC1SJeCWUnp5lzFmf { top:1.8125rem;left:8rem;width:23.75rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmVDoecMMkhFrHEUwBhiTTJ75IULaVQf { top:1.9375rem;left:23.875rem;width:23.75rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bghL8qKWHoIlFTe7Tog5295H0QqAfcM3 { display:block; }#bghL8qKWHoIlFTe7Tog5295H0QqAfcM3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GcD45DxWKkGW70kWlcmWvQWTCgTXMzVt { top:1rem;left:0.0625rem;width:23.75rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eP68mSEeVMJcLdL62LCXf44gSrOn1kwq { top:2.1875rem;left:23.9375rem;width:23.75rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxfmv5T48s8TAnHP6iqchHQgOKiorVU9 { display:block; }#rxfmv5T48s8TAnHP6iqchHQgOKiorVU9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iIVBp1any3KV9b01orDNGel0eVBV06Wg { top:4.5625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #caDxzgkGIrIGk8sr4dGOQV7VncOTNc83 { top:9.4375rem;left:0rem;width:47.75rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EM8nzLmHr6qaCltB2IsHB9TzMupd1C4y { top:13rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkLrr9lqZpzLUCl7yn6mKkHSGnalnp52 { top:32.375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DI9X2TlUvTCbbRRBvdvM99ho70bXb7fo { top:20.8125rem;left:1.3125rem;width:45.125rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6a4i3c3PV0Jy5GrgCKyxHaQlvbS9Ly2 { top:37.8125rem;left:22.3125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZomBJQzAEC67LA2CN4T1GARHTZTEkrH { top:42.875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwdSigJaanuZpaQ2PMs70FRBPXlRZlgg { top:46.75rem;left:0rem;width:47.75rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWmbT4pp309Tvh2e1SiZapWtLauOauzK { top:51.5625rem;left:9.71875rem;width:28.3125rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gfl4hfPdHoVZ9pBNfsXgDUkPgVTy0eW1 { top:58.125rem;left:9.71875rem;width:28.3125rem;height:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeCRtg0FHeXDdKTyQ4FrrWlhq7ouMPXP { top:101.125rem;left:22.3125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXunA9TP4EuIDwQONEkpPXzIQG97e3WQ { top:104.1875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPalKmNt6PRDQVH9zTZCJJ9P7zTdXJhE { top:108.0625rem;left:0rem;width:47.75rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJC1kRHhvaTRvQ5J30efmIgx1sPfCUbM { top:111.0625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpJuUTaGMoeMaQrNWgM3oMEBwGhhi1gn { top:116.1875rem;left:0rem;width:47.75rem;height:24.583548387097rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUXIVnl0nMT3XMpWKflnQsyNoLSooFco { top:142.0625rem;left:22.3125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fhuxk37B3GHT3IlORT8HgQuAm5PLoJZV { top:145.9375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #AztZvrw4OfcBhIT2Tgp6iz33pqslCwus { top:149.8125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGqTd2qp9qEdqe6TpnsWEvShZE28s8Cs { top:223.0625rem;left:22.312501907349rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlnU10z4NVkcRAXfmTCOXOTUn19Wmuw6 { top:227.8125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCGfUKWrq8kLBQnbUZ3w7WoxUt24SPG2 { top:231.6875rem;left:0rem;width:47.75rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTJwhArZq9owrqLrMUeq2ghp3eTTleUo { top:241.5rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3VDZ5KNxGqZZX4e73tdafumoobN7Onf { top:234.625rem;left:10.75rem;width:26.1875rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFqesK3B0t8O4tW7xdvuXO36AKG6quQ0 { top:244.0625rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQt6mdm5WZALmX4pEyxTDXdq6UkypsqU { top:246.3125rem;left:22.312501907349rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMWXAXlLfZgriJ1rbXhTyZ1sRbXWwrLR { top:249.375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5IQoshiulfJg0GETIf6Ce6ZsZQkh0FP { top:254rem;left:22.312501907349rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2Z9QNIUdc7P3CvJD0X4xc4OIQO8lIwD { top:258.375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPUlmtqfQHwxzDl4RSWnWiulLeZ3Eldm { top:262.8125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwSMlJ3c5LTlHMt6knnzDv2szAO86JiT { top:265.4375rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLaTtrC2L1nqT64LqWnccKbqhLUhrg5t { top:270.4375rem;left:0rem;width:47.75rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKG3TDBJmNt2fpQoQS9VnKdzStGeqoQx { top:273.4375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwBZLgWvM9nVqxVTdK0eLtUOO3afl2aF { top:277.875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUO3MMOLho0JdM6mBgDMuXVG7XINyhfm { top:282.5625rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBr9O5blSPikIbwhIlPaQCoTkR0SZ5fD { top:285.0625rem;left:0rem;width:47.75rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBzEQHHg3Jmg8WctfETpzPEzlalm5qGX { top:288.0625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #udBf8IWPy7wqO0S3PF4buBwlTsggi17U { top:292.625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZiOfhD8VOO9aGvSeLNtzRi1T5NsDZ90 { top:295.3125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUriryQyqfl8F3xc5BaoQ12AfdLXvGqu { top:296.5625rem;left:0rem;width:47.75rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0wZ7LmZr3XXmla5dgo2FTnIxDGocD90 { top:299.5625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESKkKzlZXnolW9PWhS1xUmpPTocZGnIX { top:304.375rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHXdTR4sopeBFi5gJPK4Lr1y2uMpvFNm { top:306.3125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mct9U7s1FcvTynFxhKlalmrMlrQWUg86 { top:309.25rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #w36B31sQTXQN8ScXrprNbaE6Tm3TJwKE { top:314.0625rem;left:0rem;width:47.75rem;height:9.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVAfIqT61FJMuwZ49AvAMuhm8LaBXTGU { top:324.625rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlcV6BvMDXmiy6IrKzThTqm3ZbOWUKgn { top:325.875rem;left:0rem;width:47.75rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORF17lPv0v35SQIdceUdsoTncSi1q8TD { top:413.9375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnGS4OpVedtcQVimPc6TTrMv3gNyUA2F { top:419rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoiT0ITBrVpWyPXs7l58Gxb26WyZBnuN { top:328.875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOxzlfWMtdT66IegplCva6qPt1TcRP8U { top:333.4375rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgCDsyBbTfNQEppUWEevBrRp5wQUqTcm { top:436.75rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwFIJBJnvdvJLoyqBkGVVk0DnecPlPkt { top:441.4375rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPTtgl5pTblBdLbW6I4GXtcymNcmTpkd { top:444.3125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fiodo8TXBNbE0CfolGSgvga8nANCNgCa { top:158.0625rem;left:0rem;width:47.75rem;height:27.376666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #smT2VlhtRhz4BwkJhABuhvgLggPs5df6 { top:190.3125rem;left:0rem;width:47.75rem;height:27.2175rem;display:block; }
 }@media only screen and (max-width: 763px) { #EA73DGRPH1r7IfHgEx8IIcMFRsFeDn79 { top:336.375rem;left:0rem;width:47.625rem;height:53.212290502793rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwrEAqy3LI3t6xVG7VzRAvkqdrntTx4v { top:152.8125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlTvOhFIDHJTy8GRbAomTtdJncgSQVyG { top:399rem;left:0rem;width:47.75rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfppMnOrU73sLWhMfPnva9sV5vAB9PtM { top:402rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #W98Qyz8vWWGTATcrwNgtwcHkUc94rWMG { top:407.0625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iny7mrZ5pzBJv1vXDoxliQOOOCQXB6h7 { top:410.9375rem;left:0rem;width:47.75rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0BzN5rBsXT32r2cmq2M4rfHPbJr2lgQ { top:424.0625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMDJ1NKKcpeTV3AgfyzG1GeIMHvwCalg { top:429.125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPwT3fDw0hoagCB06eV8uiolZTkBhDgi { top:432.125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4LSkM0Hh8xWZhBbdFsvM79HZ0QtHzm8 { display:block; }#R4LSkM0Hh8xWZhBbdFsvM79HZ0QtHzm8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WT6qMpzhm0h4G7LZM8vPBSrobJhGka9n { top:1.4375rem;left:0rem;width:47.75rem;height:16.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9u2d8k8TtvCNcnWvh4r4eXCEGv6QXpC { top:20.625rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aICNd35O3P49zvrQ7ldnBAs7Fy3N6uMC { top:26.3125rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwul6zgewPpK7ZKG94liQmD1MwVsMUnh { display:block; }#zwul6zgewPpK7ZKG94liQmD1MwVsMUnh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pHuuLSLZlTJmuTM8yO73GX56zxLl3e23 { top:2.25rem;left:8.25rem;width:31.25rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3O61uoOqQWu9uO3u4rFHJ5F4KBCDveb { top:7.125rem;left:0rem;width:47.75rem;height:0.39791666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #fq2yrka4SqkdvE9X3ps4iCwbGdTTXd7x { top:7.75rem;left:0rem;width:8.625rem;height:6.25rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbSE6fnBZiRPCopxH3gGDgoVmCNlwGeB { top:8.5625rem;left:0rem;width:47.75rem;height:4.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgZuOVcP7qXiaW8oqPGI3KxMUDvCJaf0 { top:14rem;left:0rem;width:47.75rem;height:0.39791666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqtney8b7TaP3e9FTR7150CfkG45iGsT { top:14.625rem;left:0rem;width:8.625rem;height:6.25rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdO3m0ZyB9v7eXyJ3oEAOCe38bc2Tp1V { top:20.875rem;left:0rem;width:47.75rem;height:0.39791666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZwxnmJT8r0NuPLU1ZKwzoOgAvzS6vXh { top:15.4375rem;left:0rem;width:47.75rem;height:4.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwmKT6fmvBnu5p4bNncpfA6T4cMTCSny { top:21.5rem;left:0rem;width:8.625rem;height:6.25rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8oRnvFsHKfrip70IZ5GfwxK8lH1fDAF { top:27.75rem;left:0rem;width:47.75rem;height:0.39791666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6cMTkyh1EvczrC9u3HJ0ZrPHT3IZsKz { top:23.4375rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6KNl2XO7pMEtQkcEQJdsCTT9abXC8GQ { top:28.375rem;left:0rem;width:8.625rem;height:6.25rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUL1Hq9STFvNRUsnycEbOEGT0whnEcKJ { top:34.625rem;left:0rem;width:47.75rem;height:0.39791666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKkf8KczXqcC9SIRFoa9TIIx9KKTroSx { top:30.3125rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFCSWpV9CmNllFPdJJdbW5aNESGclCce { top:35.25rem;left:0rem;width:8.625rem;height:6.25rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZESfyo9cKsv6PcWb9F7mvxDbvmxEUECP { top:41.5rem;left:0rem;width:47.75rem;height:0.39791666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1zk8VVyW6LGpnoQle3ZcLeaayp1u1ge { top:37.1875rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKNVogu9Fd9BkOAiMi56COUqhaN9cyg8 { top:42.125rem;left:0rem;width:8.625rem;height:6.25rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l66OyOdtq1r1nknEqM5q9DTmK6BtdXQZ { top:48.375rem;left:0rem;width:47.75rem;height:0.39791666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #Au5iHafpZiBEdsfanhUtnCfh12srgT2S { top:44.0625rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fa2mFmK5FyZp91Oz6Iq8aGkBRE6yon12 { top:49rem;left:0rem;width:8.625rem;height:6.25rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #akOq5D6v9cwRQTAUVswSrd42pPt2D7nx { top:55.25rem;left:0rem;width:47.75rem;height:0.39791666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbFbFLfQOkz8qkbaeR1VMkADIyQ8GuPe { top:50.9375rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgChZSZdcdJkXcFStpCqI4F30NvMUoea { top:55.875rem;left:0rem;width:8.625rem;height:6.25rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUZfkzJ5FnQd9gfJHvwMCGgONX8cCVmO { top:62.125rem;left:0rem;width:47.75rem;height:0.39791666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #cG5gTWZ9K4nd3UR1FN9wf0VLEvRJ7aoP { top:57.8125rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNSLqxxZZwyc0fqJBwSZfhcnxzA6wWAW { top:62.75rem;left:0rem;width:8.625rem;height:6.25rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSvW9K798Sr1fy1GMVrGdXagC9EotcTr { top:69rem;left:0rem;width:47.75rem;height:0.39791666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKUGMgTHVNWQtLC5tDHNeIigaSPe0vhe { top:64.6875rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrKl16i9RLaQTu1iPFLf28KtDLTvsoVA { top:69.625rem;left:0rem;width:8.625rem;height:6.25rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVrFIHTRQbVX3gkVsS3VqTJST4IsRbz3 { top:75.875rem;left:0rem;width:47.75rem;height:0.39791666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #UECTJKz2VQGF5cXAH96Cm6ELTK6B5I02 { top:71.5625rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R91tEBPZlu71keIOArWf5LevZqhJxEVC { top:82.75rem;left:0rem;width:47.75rem;height:0.39791666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzyXUx0VV1I9mWAcpxUeXTIgHI8rgCd8 { top:78.5rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #miRqvz5f45O0e0Tb1zLNccsSWtliV44i { top:76.5rem;left:0rem;width:8.625rem;height:6.25rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXfz5TAcSSZmhqbudIlz13BCarPHwM7J { top:96.375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTG7zG40M5C5nIQXDOE60o6mpdR92Tb2 { top:104.5625rem;left:0rem;width:47.75rem;height:6.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RB6XhpgQ7L8COBl0IkrH9F4bT8Ni11RT { top:99.75rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbalMDUJsLnDrAT6IkPS6ODLL85bTn93 { top:112.8125rem;left:0rem;width:47.75rem;height:21.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jy7MHAJnoRfhWaTNRpTWNWs7bKAKr4lM { top:89.625rem;left:0rem;width:47.75rem;height:0.39791666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFKDnshQlXvhm1iFT6m2tVwTe9iv5Xm1 { top:83.375rem;left:0rem;width:8.625rem;height:6.25rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWuM4orMPQ6ndGVSD2Z2ft399STMxEMI { top:85.375rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKCEB4ZrMfcAoN4PHSoVB8G0p3qT2TEA { top:83.375rem;left:21.8125rem;width:4.1875rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVpW4xtRq8cfD1iDZpIoFs0PJUr31KRp { display:block; }#hVpW4xtRq8cfD1iDZpIoFs0PJUr31KRp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vDmFzZ2tHPIeJgmnntDoEq53GT6px2pF { top:1rem;left:0rem;width:47.75rem;height:4.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddf33J13rbIMiRAbHgHdlOyCcXf84qpZ { top:5.5rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wv31bXX0lWShsFrtcNn8lfrIqbJvgzIH { top:9.5rem;left:20.875rem;width:6rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #CL024a1TZlctxaiUeJTsCm7Cdw7ehqiK { top:18.6875rem;left:8.125rem;width:31.25rem;height:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lredUHqRLXrtvlAxSG6TQC88kwy22WyK { top:59.0625rem;left:8.1875rem;width:31.25rem;height:41.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECvW651MA2o1swJwzUm1aKx0ZGzXrNac { top:101.9375rem;left:0rem;width:47.5rem;height:26.6475rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDfLnl3phvrLupN54acW2U3qXigbNQgO { top:138.6875rem;left:0rem;width:47.125rem;height:46.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7NRnBfrgAnn7rr08h5DNJsvGTXbSDm0 { top:140.125rem;left:2.5625rem;width:42.6875rem;height:5.3125rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWskpPxxn8Q3CoaldGpncqosqt8WtFrU { top:174.0625rem;left:2.5625rem;width:42.6875rem;height:6.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ws6VNlT5r0fANqpZ05sFHmhA1WTwnBJy { top:181.8125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #meUfnmvxTF2DseMcKQKmgUCG3BZbIe0S { width:41rem;height:10.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IFmCrzMJasuJ3bZtmECfwoKUXKXrDZkc { top:146.875rem;left:0rem;width:47.75rem;height:19.618596311476rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbteHoPsTc6XNesJX3gdqtGNnyvTrST6 { display:block; }#xbteHoPsTc6XNesJX3gdqtGNnyvTrST6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bo7b7Blw9KsPnqcsbBfLoQ1vezR3KZKq { top:2.375rem;left:0rem;width:47.75rem;height:4.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zt9IbTKIVnFUxTv5mq5b4hkptpLIZ1al { top:30.1875rem;left:0rem;width:47.5rem;height:24.685514612453rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFF1PkvuIhHVT31StPfkzn3GwTb4FbCZ { top:9.125rem;left:2.8749980926514rem;width:42rem;height:17.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Voyfn3Bk77sispkCVCZP8LdvcmzTO0k1 { display:block; }#Voyfn3Bk77sispkCVCZP8LdvcmzTO0k1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rMlovOVdTllSW3hMO0rIuyh7TgbBn8V9 { top:1.875rem;left:2.5624980926514rem;width:42.6875rem;height:5.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6oJJHfiXNEiPEMM12EBa7DilBDx5WRs { top:7.1875rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #htf1SUyAFFRiMxbD7l9IEnmU7miyX3VL { top:10.875rem;left:0rem;width:47.75rem;height:13.529166666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9rHScu3V6ZwpZAZMm5Pu6tT22ldfdfi { width:41rem;height:10.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rq5SdP6PWI6hrZnDJAkv3x2k1ohNrhIu { display:block; }#rq5SdP6PWI6hrZnDJAkv3x2k1ohNrhIu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NgPuDCwGxnMhEGNZA4StUigz60PhCNv5 { top:5.3125rem;left:2.5625rem;width:42.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbQEKIsoqsJHcTqrTgASrOxOiTZtqf6N { top:2.25rem;left:2.5rem;width:42.6875rem;height:3rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3GHA0hsTXrAJqbTm9POHRssGG6N0b46 { top:9.8125rem;left:16.312501907349rem;width:15.125rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bop04boJ9aLFVZqmBxVpsPDgXFm1zi87 { display:block; }#Bop04boJ9aLFVZqmBxVpsPDgXFm1zi87 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mWhzNzWRR385OD4ZNwXHSsvsGow5hHVh { top:132.25rem;left:2.5625rem;width:42.6875rem;height:3rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNr9t6zc3rhUx3sl6BDtLRXJ3BG2Fxoy { top:135.3125rem;left:2.5625rem;width:42.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWfJnz9Rlw9bNmPLRp4dhwd4qz6zNzCf { top:139rem;left:16.3125rem;width:15.125rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cb2elTx4TivCBg2oOPW0BKfMNoRIXhcw { top:90.125rem;left:2.5625rem;width:42.6875rem;height:3rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChfCMulmW3lCrTDvzhedQUV5Dgk3mn6L { top:95.625rem;left:2.5625rem;width:42.6875rem;height:33.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLvpaC30lDXsXL91K37pRcNXGtag42H6 { top:1.8125rem;left:1.9375019073486rem;width:43.75rem;height:85.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVbHTdE5bQ5TxoT3XEriey1KbnKlCUSw { display:block; }#fVbHTdE5bQ5TxoT3XEriey1KbnKlCUSw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfKqHaFZUED3XoJkCgzWfervEOQDvuaA { top:0rem;left:0rem;width:47.75rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #huo3FLSwraZ4cSEENgSws9TiEgxKig0m { display:none; }
 }@media only screen and (max-width: 763px) { #khnfPM2xpu3se8fC74a8btU2sSywU3T9 { display:block; }#khnfPM2xpu3se8fC74a8btU2sSywU3T9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #al7XNWVr4HxhbBCoKMS3P0zpDm9IEFHe { top:1.875rem;left:2.53125rem;width:42.6875rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHmcdLitllPrsCxBl2LSoEu4zgkqikO4 { top:7.25rem;left:2.53125rem;width:42.6875rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTt8L9Cf3lCzBOOTTcnyA6QPOFpAndFR { top:11.4375rem;left:0rem;width:47.75rem;height:13.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZ0nLtJ0LZ2JS9l8xfA9FSts9O0TxnMJ { display:block; }#QZ0nLtJ0LZ2JS9l8xfA9FSts9O0TxnMJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pOL5HNSIf0MTXkU5cMZbQUAS3aCii66C { top:6.125rem;left:0rem;width:47.75rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVKwax7xlWnBUpMfW7M5AuCOFZ8SzBpm { top:4.4375rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmxw5H5TIFxvoxSXHCUVlohLcH5HEzIS { top:0.9375rem;left:22.25rem;width:25.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lURvgsfl1fNkbxUde6vBt98XptxypSeA { top:0.9375rem;left:0rem;width:25.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #r7Gs8DWceD7a5G8ovQoimTVVyTlKLV4c { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#r7Gs8DWceD7a5G8ovQoimTVVyTlKLV4c > .row .container { width:20rem;height:3.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gm0yVgrnXk1gTo1LSHQXZaAweeGPqybU { width:20rem;height:1.9148936170213rem;top:0.57343751192093rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #krIrFholwMFETC31hSr9LxaJayvIQn5X { display:block; }#krIrFholwMFETC31hSr9LxaJayvIQn5X > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ImppGUWqk9pFF8Vlp8IqJFKu3X4ZooLV { width:20rem;height:10.725rem;top:3.4375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FWDeyTX8NehPy4abw6T7hruHsnSgamLx { width:20rem;height:2.6rem;top:0.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F4QxQVTNQmqqSoBkGtGeU9QRMwuXsR7f { width:20rem;height:6.5rem;top:3.25rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wN9MCGPbuHbT84MARWJxKooWHaBu5wfX { width:20rem;height:10.625rem;top:10.0625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JMHTTJqyDCLSCZMoGlzVrKpLkJU9cS8i { width:19.8125rem;height:7.3125rem;top:29.04296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mI9SdEnGADnDxToaua0lUGqsDfvJTatL { width:20rem;height:7.5rem;top:21.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zS8PERT2Wm8dzUivk4FJBORgd8MMUZxH { display:block; }#zS8PERT2Wm8dzUivk4FJBORgd8MMUZxH > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #URJwOvIJTflkW77mVRSfnJXZVQr6JN34 { width:19.6875rem;height:8.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mz7R0KUXtJ9PJTMEAsCovmtCvqt2mnvV { width:19.875rem;height:8.54625rem;top:11.297625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqHJCfNcK0BTIu68cRlD3nWr07ZHK3dw { display:block; }#ZqHJCfNcK0BTIu68cRlD3nWr07ZHK3dw > .row .container { width:20rem;height:85.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IlhNT5SzmJn9b8VGaLzVzCXdHhp1C8TZ { width:17.625rem;height:21.5625rem;top:30.750000953674rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSVy0uaqofXW6NduVWiBhFMp5ViADZvq { width:19.875rem;height:29.375rem;top:0.65703153610231rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUICuCTocrM6hPr03u5kZdUGi8zhdTzK { width:19.875rem;height:12.9375rem;top:70.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2lZe8JO0z9wKPnmrukg5q8C15t60VVl { width:19.875rem;height:16.0625rem;top:53.046093940735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6tdrvBdhQmJ3hWZoFhKq93x7kQGpgQ2 { display:block; }#W6tdrvBdhQmJ3hWZoFhKq93x7kQGpgQ2 > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t0P0KW86d7bHTu0MNQBDc1sRymBiVBo4 { width:20rem;height:11.2rem;top:0.5625rem;left:0rem;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #tdta2vtXttNoLmsumzSnCu8F68m7Adxo { width:19.375rem;height:5.34375rem;top:11.762500762939rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K5C8kcAincMapPpTZ5LO4HfTFffm2koW { width:19.5rem;height:17.375rem;top:0.3125rem;left:0rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #elvlfSlAgeFtTW45ERyNySR3pNSX3fHx { display:block; }#elvlfSlAgeFtTW45ERyNySR3pNSX3fHx > .row .container { width:20rem;height:133rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ens8HQhMNC7T6KlUgmPAPX5G1BW8hFQ4 { width:19.875rem;height:22.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR4LdrnbErqILSObzcUHbLDwcfP99nru { width:19.875rem;height:20.8125rem;top:24.844532012939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU9W4o0KKqPPE7ztPh0c84kWnNJFRp3w { width:19.875rem;height:15.125rem;top:84.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVsScpzQnB3WzRXJ2oLQuFT5SH0FNz80 { width:19.875rem;height:19.3125rem;top:63.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlz3oBVLC3OcKqXZ7OwGQSl4FC1cGzgU { width:19.875rem;height:15.625rem;top:46.87890625rem;left:0rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #rQb8xBAiFIwkn0UvBtlG6g72fLMS2pNF { width:19.875rem;height:15.0625rem;top:100.39844226837rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSipvRfFSDOHTHZi4rVkkO1udBTT9c45 { width:19.875rem;height:15.625rem;top:116.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gh59sK7s4ldL4rgyw3rUhcV4ATM0W26A { display:block; }#gh59sK7s4ldL4rgyw3rUhcV4ATM0W26A > .row .container { width:20rem;height:212.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fhQgHgPZwM4zBfvlvXCxtKEdXTBOPQ36 { width:19.875rem;height:31.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5v6Zy1NTuVpLILEqg13qgkGfSnZD6VQ { width:19.875rem;height:25.5rem;top:34.282031059265rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvGBOOxnHRCT35P2cVxHXN98MTGFTgWk { width:19.875rem;height:27.125rem;top:141.23281288147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #coUOuagRDaJB6emuOpB1y4oOquT6iJUE { width:19.875rem;height:23.3328125rem;top:116.67109870911rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEBuWb1kOwzdTQvGMBC7TfJl2VPTSOQm { width:19.875rem;height:54.258625rem;top:61.003910064698rem;left:0rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #LGcW9zBDhgBF2Gn2iPWaQTdNeFG1JB3s { width:19.875rem;height:19.4375rem;top:169.45000076294rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2ptX8MGT3A8W2SUsSSWULAPiBiGd5vx { width:19.875rem;height:22.1rem;top:189.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiqf9a4gRhUFH5zEugJUkWT9Rzg35u0U { display:block; }#qiqf9a4gRhUFH5zEugJUkWT9Rzg35u0U > .row .container { width:20rem;height:43.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N03dz7xuSHfOkxVHSV2lZoOqBoAx8lxb { width:19.875rem;height:8.625rem;top:1.0625022891909rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQXe8WTrchPn1IrS2QZvUpUzGTwczBtP { width:20rem;height:10.8125rem;top:10.868738174439rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5HbHDifTMqkDHafZBSTTJS8JdhBQkqn { width:17.6875rem;height:9.875rem;top:22.617968559265rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kX4t3hCXSNXNqA37izrQxKPDFq8VzNaE { width:19.875rem;height:10.027840909091rem;top:33.464062690735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N14PyfPmiQACngfu6sTw2CU2VwzZ8mUS { display:block; }#N14PyfPmiQACngfu6sTw2CU2VwzZ8mUS > .row .container { width:20rem;height:25.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LFrbKn9KUTbSNhTppfMiUVItxd9x4Tt7 { width:19.875rem;height:11.9375rem;top:1.0625022891909rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMQE2xOqxJL9dAghCOZthZmIPpn0TUDz { width:19.875rem;height:9.625rem;top:14.36875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SznrtlrxWIAt4CUyUuLpZyx2ZgfHsDIN { display:block; }#SznrtlrxWIAt4CUyUuLpZyx2ZgfHsDIN > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FOfUThMFL4JLKib8n2N8GlPad297pzoK { width:19.875rem;height:11.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0Zu1nAJegF6FqURuKASGsr0mVUTE3r3 { width:19.875rem;height:6.6875rem;top:20.715624600649rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eg0KTWgJOd0HJM0fG8Q51KKpdvpN6ecd { width:19.875rem;height:6rem;top:13.546874046326rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pU49TaCoaTHp1hOICVsAhc5dBO2NWwzL { display:block; }#pU49TaCoaTHp1hOICVsAhc5dBO2NWwzL > .row .container { width:20rem;height:12.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yIoRZ4T0lEfM0dD80z6W5g7IE4PEZFK6 { width:19.875rem;height:11.183625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hrfv4HFbJwUTif7l71LcOcso4LBfcb1U { display:block; }#Hrfv4HFbJwUTif7l71LcOcso4LBfcb1U > .row .container { width:20rem;height:65.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NgHF6WHfJDtflPii72Z7ngqv2xLM53TK { width:19.875rem;height:17.598409090909rem;top:18.19925rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTKnUvdgnCTpAJIU6T8MMcaz7T9D1xTb { width:19.875rem;height:15.574772727272rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK2STWpIDVQvFUaqRH7XAdeT91EK7OoE { width:19.875rem;height:8.3113636363637rem;top:56.278125762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQavvTH1A7XZegWBv2aMWpaNobFkSTop { width:19.875rem;height:19.043863636364rem;top:37.1719375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzI0pMrdin1ungLuwMEmrXG8LWEBpKdT { display:block; }#XzI0pMrdin1ungLuwMEmrXG8LWEBpKdT > .row .container { width:20rem;height:11.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xtmlJezHJZtHzUrn52F9vBtgcA7x2QBL { width:19.875rem;height:11.1460625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJKidvs2tT5pFJ4ru4FEBk943bpMnvdJ { display:block; }#JJKidvs2tT5pFJ4ru4FEBk943bpMnvdJ > .row .container { width:20rem;height:35.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FlH0TrkcwgLlD3I8xKNXxMbi4mbL7oOO { width:19.875rem;height:15rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSslF5cFeEacSriHoD5C4PpWUoG86dXW { width:19.625rem;height:15.0625rem;top:18.7626875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvUENSdyWysemTG43ZMCSHMg5JoZWM2t { display:block; }#vvUENSdyWysemTG43ZMCSHMg5JoZWM2t > .row .container { width:20rem;height:30.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FczKRyanFW4W5OECKvkAMz32LkX8GWEB { width:19.875rem;height:8.6766485809681rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcfqvlZbrQfIOtRtaf3TEBPpmFwLZi4m { width:19.875rem;height:8.6434682804675rem;top:11.3011875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSlhHq4ACBoRtDRuHsycfl0Ou6DawxFC { width:19.875rem;height:8.6434682804675rem;top:21.3194375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7DoPC8WVfiqcTlA7ghHgiME0k0a73ch { display:block; }#J7DoPC8WVfiqcTlA7ghHgiME0k0a73ch > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ObgTar9m3nTEJczDX1NgOdnssTVQDiXB { width:19.875rem;height:6.7024207011687rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0on3CIvgypO4BEas6qnCIumUBhCZe76 { display:block; }#m0on3CIvgypO4BEas6qnCIumUBhCZe76 > .row .container { width:20rem;height:35.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Csg8SvXD5i70XqCdXQZPdxik8Ha69HuA { width:19.875rem;height:16.1385rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeOOo1CxXyDxP0yM9kXEG53wfVfGsmiy { width:19.875rem;height:15.105rem;top:18.7626875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LC2TTZDNWCtLysRMwxoZVFfxPNc5ZMlz { display:block; }#LC2TTZDNWCtLysRMwxoZVFfxPNc5ZMlz > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ihA0yi3MwEDU8TsT6oZrwR8oypi5HTkf { width:20rem;height:20.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofh1FFMtKEBfnGaHGcssslw95JVVR8tl { display:block; }#ofh1FFMtKEBfnGaHGcssslw95JVVR8tl > .row .container { width:20rem;height:50.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hUIohUXNrb9cQe7cmkrx7IDG3uU0HIdu { width:20rem;height:22.4375rem;top:26.48925rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppPkG7VgMu35fblKW92uf7mPPBWKgoT4 { width:20rem;height:24rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmGohGuqApJWdGBQ9B3zTo8qGTsvsD63 { display:block; }#PmGohGuqApJWdGBQ9B3zTo8qGTsvsD63 > .row .container { width:20rem;height:256.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ju6isGieIsiuXOlzB6pCm7StDXlMBIZ6 { width:20rem;height:35.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NixygL1ONnt3FTO6K4pgfu7WWA2mR2sC { width:20rem;height:21.125rem;top:150rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDKbmBRB9unX4uDTlyJXvcBCn1p2vwVy { width:20rem;height:20.5625rem;top:36.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnd7GIWu6zVi4lpw5TafsywoGuuzCQVX { width:20rem;height:22.8125rem;top:172.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcD4zQv7USOmTVg6GuTu3yu6qtnDqvrg { width:20rem;height:5.0625rem;top:58.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0lyhIadwg6U57yu4AmtUJ2rltILs4Su { width:20rem;height:9.5rem;top:73.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s08LohTZrVWlhS1kVqE0E5z6LNUWUDpn { width:20rem;height:9.3125rem;top:63.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPPHFebUooUXcHfmJFzrfvapRe28d4Uw { width:20rem;height:17rem;top:83.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncPPz1GCTXhTCRgBg1hRfFyhJc0KCutO { width:20rem;height:10.4375rem;top:102.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvfcGF73v8yh8BfJzA28Ch8VPX12m2tb { width:20rem;height:40rem;top:195.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPDNCdDC10Ua8srhe3MTmizqrLvCGOo0 { width:20rem;height:18.3125rem;top:237rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiWs10R7OLWxCZOT1H2rvnw0xyxEyG45 { width:20rem;height:3.625rem;top:113.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHT3amqemM5HvZqWvkgIyxbHna3ugs7m { width:20rem;height:30rem;top:118.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUPbMW85S7STv8BJM9glc9epiZWptxDD { display:block; }#BUPbMW85S7STv8BJM9glc9epiZWptxDD > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pZ0iwuXeeJReTpqQ7wpgHSwueSkhBgKy { width:19.75rem;height:8.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lb9kFzDF77VZ9sDRV5TmZUutk96FPUZ3 { width:19.75rem;height:8.025375rem;top:10.6572265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #helBfqBVavEhoVHK8QqGyIJXA7dWSwND { display:block; }#helBfqBVavEhoVHK8QqGyIJXA7dWSwND > .row .container { width:20rem;height:38.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xwLz8T39CFynrazf6DWOxDkTLac0XbgS { width:20rem;height:35.5rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7TmT8zNDATx1hMkJGhIys5K4tQr6CUw { display:block; }#D7TmT8zNDATx1hMkJGhIys5K4tQr6CUw > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uQZsGcQ2fGOQp2xraO5hrSkcB9Dfts2w { width:17.8125rem;height:6.25rem;top:0.46870136260986rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGXdETgPOWKHwT5wMK5HK1HFNGkImy1P { width:19.875rem;height:13.063295454546rem;top:8.093017578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLZ9PD62AgUO6U4ZIs693dv1MX2GaU0H { display:block; }#FLZ9PD62AgUO6U4ZIs693dv1MX2GaU0H > .row .container { width:20rem;height:27.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IG5CDzB1OVdOuDc0n0ylsyyyrTAdo387 { width:17.5rem;height:4.0625rem;top:2.3125rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqARIwxecPhbNo3y6mELETXNTJ8dZic3 { width:18.75rem;height:24.4375rem;top:1rem;left:0rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #T4kUCtcEM6H0kxvRJBWoyIqRL6H9Z17v { width:17.5rem;height:4.875rem;top:6.9375007152556rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZqSEhmrdMS7TpMoKMulPlvHFzxFUgli { width:17.5rem;height:6.1875rem;top:13.375000715256rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5uaiIvHKs8gVyic8czxqsKTHZ3DDSDh { width:17.5rem;height:4.25rem;top:20.687500715256rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuJnaRCSJzLWysowQoW9taG7uAb5ATSs { display:block; }#vuJnaRCSJzLWysowQoW9taG7uAb5ATSs > .row .container { width:20rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PNVXgs62kOzQgToToMS8PfeVqTgNHwGp { width:20rem;height:4.4837758112094rem;top:1.215934753418E-5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqsJHfg9FeFse9JGFUwrq3ETgZMzUmNh { display:block; }#PqsJHfg9FeFse9JGFUwrq3ETgZMzUmNh > .row .container { width:20rem;height:116.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HnmwHQQ2lSEEB5ol4RRcMy7vrptZqdKS { width:12.5rem;height:12.5rem;top:2.6875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBv5fJANkEMJnnapO8JMNm2FbNmdpTSE { width:12.5rem;height:12.5rem;top:56.75rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMJNiBNC9UGgQQN7fGRS5uI2PzlC6HIl { width:20rem;height:2.3375rem;top:16.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UuEXVpqSnegG7xiVuL75QnN8T85ZWUzw { width:20rem;height:2.3375rem;top:71.3125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FhGaWiSh9pVOwmr1B6a929NPTUmU8khH { width:20rem;height:33.7rem;top:20.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fobU9ceVVB5BTMR5HcTK67m0eXvmzxdz { width:20rem;height:39.675rem;top:75.062502861025rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ekZZztTMcLQkX28nu1g3D7JIf5iWhdRO { display:block; }#ekZZztTMcLQkX28nu1g3D7JIf5iWhdRO > .row .container { width:20rem;height:66.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J6fMzsBvucHSEIkFvPzEvWpgn7xTRDvQ { width:12.5rem;height:2.1125rem;top:1.25rem;left:3.75rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ckdq1eTeUS9btUEZoEp6VvEh82nTLGna { width:12.5rem;height:2.1125rem;top:28.3779375rem;left:3.75rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bZLN5dTyFRwfbZMC4GMVLffADBLeEeTT { width:15.625rem;height:10.3125rem;top:3.3125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9ZZczkB7E30CImCOtCVhT3ewzuBbkBv { width:20rem;height:12.083rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NG3m1pf61spMrhv8exz3uUwvKbx0LLtC { width:20rem;height:17.6rem;top:38.0654375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kH51e8S61ZKvbi173i7WhEo4dCf5QUMn { width:20rem;height:5.2rem;top:31.6904375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IqsZqgidWTWlJgxQPuIlL2dBm4JCcAaZ { width:20rem;height:9.5625rem;top:56.8154296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mADoDAqnv7fibwZ9VoehNsBeQN3gXpGX { width:6.25rem;height:1.25rem;top:13.875rem;left:3.4375rem;font-size:1.25rem;text-align:right;text-align-last:right;z-index:100042;display:block; }
 }@media only screen and (max-width: 763px) { #GUvfifGIb5QsgMKQl3TPAVhhFbbeE15x { width:6.25rem;height:2rem;top:13.125rem;left:10.3125rem;font-size:2rem;text-align:left;text-align-last:left;z-index:100041;display:block; }
 }@media only screen and (max-width: 763px) { #TvM8KdavFlagxUMSX1rzEM6tdZlpbdqk { display:block; }#TvM8KdavFlagxUMSX1rzEM6tdZlpbdqk > .row .container { width:20rem;height:312.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wxGNMcFQ94S2w4qKTCwLtWAwm5b4Ga04 { width:19.875rem;height:32.196875rem;top:7.686718940735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3TxTty6yiDJPBPkeqDq4N9mMT2s58Eq { width:3.625rem;height:4.0625rem;top:1.75rem;left:8.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLdxNbJDdGLeHvFeExbK9KbJ9RJ70RhU { width:3.625rem;height:4.0625rem;top:41.6875rem;left:8.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNZQgZFMLaOV1Kz2voiGosVv0wNSOQ27 { width:19.875rem;height:25.909375rem;top:47.643753051757rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffnmMaliNTMskTXAgqZ4vI5XHfaoP0pL { width:3.625rem;height:4.0625rem;top:75.5rem;left:8.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT2H65kG56OhU8I2eqET92AP79M4VkJT { width:19.875rem;height:25.909772727273rem;top:81.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7ELnBGCXZpBO2TJUwiZH84HHQpZ7Db1 { width:3.625rem;height:4.0625rem;top:109rem;left:8.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xV7gOyVSMLiZndsSuI3wd9K99tbXMknF { width:19.875rem;height:17.3453125rem;top:114.81249904633rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0MoOyFHOcHT8frcdghKanIp6RgbTWH8 { width:3.625rem;height:4.0625rem;top:134.125rem;left:8.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwTDQBy5plf7VDSG0KR6BV975cJ62dup { width:19.875rem;height:17.38125rem;top:139.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5I7OKlL2cpxgtm53vAhfPvyvCnTn0Xh { width:3.625rem;height:4.0625rem;top:159.3125rem;left:8.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmJCRdbIrlU7XKoLDnDobsxIJ2TiD5Iw { width:19.875rem;height:28.0773125rem;top:165.0625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAkMN11lTdGbQsIO5qpHZXJV7ZxhbSo3 { width:3.625rem;height:4.0625rem;top:203.5625rem;left:8.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGrA0tGpGnATnittOX0Iz6WdVQgHgii9 { width:19.875rem;height:38.7375rem;top:209.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlMTkP7NySzRuqf3N7OWEfcfgnPpfXev { width:3.625rem;height:4.0625rem;top:249.8125rem;left:8.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwgLFfJfkQ2AW3S22bTb5bQbNfMD4bgN { width:19.875rem;height:21.5726875rem;top:255.75rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4HVEXBK1IxyGWWdKRtsx58qwxDKRUEA { width:3.625rem;height:4.0625rem;top:279.25rem;left:8.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1yRAJWwltqF8TchFk3lmxTzdUqXRsOn { width:19.875rem;height:26.053875rem;top:285.0625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0cZIM8Qguzk7AALfCtXEBBMZMKU2Vnq { width:19.875rem;height:8.4195rem;top:193.1875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUT6mBJa50Uqo1kgdGva2QuqBDlU7cAG { width:0.625rem;height:31.25rem;top:84.734375rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qtWAXIsSq0kDAcMGCTc7AeZtVCVTuDCl { width:2.5rem;height:4.25rem;top:41rem;left:8.1875rem;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #UPxSTbWERGsmc0I08qCXIFrAbUbiaF7G { width:2.5rem;height:4.25rem;top:74.75rem;left:8.1875rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #wrT2TvBnGDcoFUevQ5eUyhwgPK2QHAXN { width:2.5rem;height:4.25rem;top:108.3125rem;left:8.1875rem;z-index:99996;display:block; }
 }@media only screen and (max-width: 763px) { #h3TymhH2aPlL58vqziwb8eIsJAas9JB9 { width:2.5rem;height:4.25rem;top:133.375rem;left:8.1875rem;z-index:99995;display:block; }
 }@media only screen and (max-width: 763px) { #mSvPAF4ZRiw6uqGWagblNGfxs3dOs2ET { width:2.5rem;height:4.25rem;top:158.625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6ZFoe8eSMHQmtetxex8HN2idtm5OsvG { width:2.5rem;height:4.25rem;top:202.8125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VquXGQRZJBJ8Zu07f2vN4KlgSJt3ZLPK { width:2.5rem;height:4.25rem;top:249.0625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgHeJUecyHMUSsZA2dU2fJqHFGQ0OGFZ { width:2.5rem;height:4.25rem;top:278.5rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mdpg0RmpR966LuDHZxbrih0w7UvVa7vO { width:2.5rem;height:4.25rem;top:1.0625rem;left:8.1875rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #erAru0IwTfC1xJzK5wTaKTF97C6TTVS1 { width:0.625rem;height:31.25rem;top:45.484375rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SxUXMLbHK86pORNSnJmWzyqGFOlSERAx { width:0.625rem;height:31.25rem;top:151.26875rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FiO4wiyxlZzm0ndueeA8hsOm9koPNmbm { width:0.625rem;height:31.25rem;top:217.803125rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tTxFaiaMuKv9rH0O7B6KPosU5D4GQH7P { width:0.625rem;height:31.25rem;top:257.053125rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lbJpRNbcJNL2kQbasrs8d16DGq9yaUnr { width:0.625rem;height:31.25rem;top:337.6296875rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ANVTKPZxLnb4mFozTKpTrtmXAS5zRv4G { width:0.625rem;height:31.5625rem;top:450.232rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MTUv7kZmcfP12wXZRy5T389qnxdC9CoJ { width:0.625rem;height:32.1875rem;top:499.5265rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HtbPHZ9CycbELloULv3Wtu92gzAKaUMe { width:0.625rem;height:31.25rem;top:567.142875rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IAKiFG9y7LyF8hyVh5H4kRtANugqWeQN { display:none; }#IAKiFG9y7LyF8hyVh5H4kRtANugqWeQN > .row .container { width:20rem;height:285.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xZvQFG5vD8TP86O0692ic3J5S3A8JG9T { width:10.0625rem;height:2rem;top:1.625rem;left:4.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JWgxXyy3C6Xq5TR1kOfOoszurp1JSTw0 { width:20rem;height:15.6rem;top:4.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nMU1rTTR0Bovq4d6buGvLq0I9UkI5oWk { width:20rem;height:37.55rem;top:21.625rem;left:0rem;font-size:1rem;display:block; }#nMU1rTTR0Bovq4d6buGvLq0I9UkI5oWk li:before{  }
 }@media only screen and (max-width: 763px) { #XPJ0fPvz7KeXB1efLHauh83VUlCS4S6g { width:20rem;height:1.95rem;top:59.4375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qNShExMTS8a4lpBp716aJBA6HThRmwmh { width:10.0625rem;height:2rem;top:62.625rem;left:4.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BKZbUtom5OEVcxAbiXK9PQ8LpWrKXm7I { width:20rem;height:15.6rem;top:65.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F2eL1DSCz3glfT6kMAT04TTCtV4DVW4a { width:20rem;height:24.65rem;top:82.8125rem;left:0rem;font-size:1rem;display:block; }#F2eL1DSCz3glfT6kMAT04TTCtV4DVW4a li:before{  }
 }@media only screen and (max-width: 763px) { #fO1e56VxhbyXQEwGkKIhtnWeLLCot9m7 { width:20rem;height:1.95rem;top:107.8125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wiMF6qGLIJ5k6swu47NMcce7GbqxBMHm { width:10.0625rem;height:2rem;top:111rem;left:4.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KAZp4ym8p5EeqhORd3Zu8XuNNx61h05D { width:20rem;height:19.5rem;top:114.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dD3Pw2sWaUpaGDdW44CQwx8vOBBXCyBE { width:20rem;height:11.65rem;top:134.9375rem;left:0rem;font-size:1rem;display:block; }#dD3Pw2sWaUpaGDdW44CQwx8vOBBXCyBE li:before{  }
 }@media only screen and (max-width: 763px) { #OnITXAM6d1Ao0J9NTt5wIxhKafGQfsA4 { width:20rem;height:1.95rem;top:147.4375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MureQTGREDJkAqtuZCk7T6eylJIEDBm1 { width:10.0625rem;height:2rem;top:150.625rem;left:4.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ETpWyOgLvGAeNJSLfzUkh7nHJoPb4m4A { width:20rem;height:7.8rem;top:153.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k6ARgLX6Xa7KV0mhiGBfsn1eWUi2dN2L { width:20rem;height:9.725rem;top:162.875rem;left:0rem;font-size:1rem;display:block; }#k6ARgLX6Xa7KV0mhiGBfsn1eWUi2dN2L li:before{  }
 }@media only screen and (max-width: 763px) { #mqt0O3kvoRcwf8Js2k6lwFqaTiX33ofz { width:20rem;height:1.95rem;top:173.625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ff8P4H6EVectT6yQRevztJ6BUabq4WTo { width:10.0625rem;height:2rem;top:176.8125rem;left:4.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DQaEbkkcziH8asRfKDD4tnLHuxXFC1ar { width:20rem;height:17.55rem;top:180.0625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c3vwtaCG985b09XT5VJ9WaFOZd39nOCS { width:20rem;height:12.95rem;top:198.75rem;left:0rem;font-size:1rem;display:block; }#c3vwtaCG985b09XT5VJ9WaFOZd39nOCS li:before{  }
 }@media only screen and (max-width: 763px) { #K8IeVX7EDxEQArdNRiD5a3RDV1eMmVr1 { width:20rem;height:1.95rem;top:212.625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pIJIOUelIhBLGVlDBDN7bmVq5VDtBgoD { width:10.0625rem;height:2rem;top:215.8125rem;left:4.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PfISKaU2mS6Xt2Xyx3A0GKU1zr3g898t { width:20rem;height:9.75rem;top:219.0625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HX5WDcK8d1upXRR2Q8TKCyNrJ9mXQbXZ { width:20rem;height:12.95rem;top:230rem;left:0rem;font-size:1rem;display:block; }#HX5WDcK8d1upXRR2Q8TKCyNrJ9mXQbXZ li:before{  }
 }@media only screen and (max-width: 763px) { #TsNQmtdyt7CuaBaUVebeOwmusLLIH9gZ { width:20rem;height:1.95rem;top:243.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x7PrBgwzfzUZZisRLtvA2nVKfFQmb3HC { width:10.0625rem;height:2rem;top:247rem;left:4.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZMHEfD5worfQHnOL7k3zyZ6GcZt9zlIO { width:20rem;height:11.7rem;top:250.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FSTP4l4aPl3NVon60GgTq9IdvisdXre6 { width:20rem;height:17.1625rem;top:263.125rem;left:0rem;font-size:1rem;display:block; }#FSTP4l4aPl3NVon60GgTq9IdvisdXre6 li:before{  }
 }@media only screen and (max-width: 763px) { #zGSIO178wJ1DrlHRAX5C2cw9xBPXvmJb { width:20rem;height:1.95rem;top:281.375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wcIKWe1eCy0A2RepEumFVHx9Qb0Zto85 { display:none; }#wcIKWe1eCy0A2RepEumFVHx9Qb0Zto85 > .row .container { width:20rem;height:268.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PlTSHOchsyMqLgrni14TPmMHCWSf4ll3 { width:10.0625rem;height:2rem;top:1.375rem;left:4.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ck2PJifkNHTdbclbksFM6CpfMZeenBuI { width:7rem;height:2.4rem;top:4.625rem;left:6.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #imOoIUfnQSaPitVfZzyfZrW2B0VZOsXx { width:20rem;height:4rem;top:7.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iLJ1Fqk3vDhI7O0owBD8rFx8In0OgM4A { width:20rem;height:4rem;top:19.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dn4yz2IcZXDRQhwQFaFwOMkU4r4dQuLT { width:5.25rem;height:2rem;top:13.125rem;left:7.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HFFII6d8S8azrbxF8CuNNzR4dJ0XTi77 { width:7rem;height:2.4rem;top:16.375rem;left:6.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x0b6BIqsGt7TvKZQ6IvlnIdqgiO94vcX { width:20rem;height:4rem;top:31.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WauvMIZqz1312Q69ycDJVKHAEkWk0MQP { width:5.25rem;height:2rem;top:24.875rem;left:7.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tTCamXTfZc28dDk3uwOeOBl0kINo40hx { width:7rem;height:2.4rem;top:28.125rem;left:6.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IqehWKf84LfOmHwFo9XZEEfOA3VGIwQu { width:7rem;height:2.4rem;top:39.875rem;left:6.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RgtDVkJrnmm4y0xPGiscq49lh5AG2U34 { width:20rem;height:4rem;top:43.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r8rutdh23RIgt4OeXU1bh310VrgBivCu { width:5.25rem;height:2rem;top:36.625rem;left:7.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T7WzIMf56qshuc6gqupmEDmLSMWNbHTJ { width:7rem;height:2.4rem;top:51.625rem;left:6.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VkE2E3Ghkz52WmAUnQOPZpXTDxBaAgrC { width:20rem;height:2rem;top:54.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cfqHoR39POfnoPFbxqplZ76FzlK2WdGR { width:5.25rem;height:2rem;top:48.375rem;left:7.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RNX48eKyLy9fs82CfffcB5U76Zn8LzTN { width:20rem;height:4rem;top:64.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MXcZzsMoeZXXMs0nMNfihNDppi4HMtA2 { width:7rem;height:2.4rem;top:61.375rem;left:6.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cdplRDy7dIAMCGiRQ5Ai5cPsCl95by1g { width:5.25rem;height:2rem;top:58.125rem;left:7.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yQN179XIzkF5croelvXsJg2ptf1w0Zca { width:20rem;height:4rem;top:76.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EwGoPkfkeowzmfIPI3GG11UOb6R6VlHf { width:7rem;height:2.4rem;top:73.125rem;left:6.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tOrSnes3u6vxT2BZZo6gOb4Ew8FplWal { width:5.25rem;height:2rem;top:69.875rem;left:7.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cBaTvT1ywpJLeqmdba28pMuy89QPuZuz { width:20rem;height:4rem;top:88.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B58Mkzy0oX75gDO7NB8RKo9yk1B7Fl6k { width:7rem;height:2.4rem;top:84.875rem;left:6.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XBRFwFq0uJt4DbRX3sWo8OWEPiigMupR { width:5.25rem;height:2rem;top:81.625rem;left:7.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hG9EZbDVHCKFlywnL7gkfmW42PTteNWL { width:20rem;height:6rem;top:99.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rQn75csq2r5D3KusNcOusCkVaPyilByQ { width:7rem;height:2.4rem;top:96.625rem;left:6.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b7vigSp967EaJq300NanRJ8VgpJdAP2D { width:5.25rem;height:2rem;top:93.375rem;left:7.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uhix3vkEmPINlMeRqtlvGQQx9bVhRvk3 { width:20rem;height:6rem;top:113.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AchiXGuURvBqK1L65TiyRKU2DkTsoHGv { width:7rem;height:2.4rem;top:110.375rem;left:6.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w8LaFCCbr1x8rBfvoCC7ANHMo5b3hcZu { width:5.25rem;height:2rem;top:107.125rem;left:7.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K42c3OC0Trn0bT1JxzSn1wF59z8zPBeQ { width:7rem;height:2.4rem;top:124.125rem;left:6.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TtJy84FbAcqUVBZoEAiFrZvQNaEl2im6 { width:20rem;height:4rem;top:127.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UFsZswwXDNeXWni3L6D9PcXT2CxmVUED { width:5.25rem;height:2rem;top:120.875rem;left:7.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mPwsh2a0zL3osh0HdSEMF0rVtXt0KUme { width:7rem;height:2.4rem;top:135.875rem;left:6.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uJfW40PJdgNoHFmGPqhrNKiXVSbTTnCl { width:20rem;height:6rem;top:139.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tLbCf7n9c0bhTTAnhGNchbQXC2sOVJxl { width:5.25rem;height:2rem;top:132.625rem;left:7.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q4wQfCwFQkgKGgtC3KIvzICLf6cQtBGb { width:7rem;height:2.4rem;top:149.625rem;left:6.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yCbu8wqm0AwJHuTus4DPJF89XpDXvbb6 { width:20rem;height:6rem;top:152.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GhVtOJiiLxKA7FswcVKT6I8da873h8Q6 { width:5.25rem;height:2rem;top:146.375rem;left:7.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vcT0Eibh5zFnPMK1Sq0R4UI6wy3hJ7Cf { width:7rem;height:2.4rem;top:163.375rem;left:6.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m8no8m5nXu7MsagD6fzW6Ocfxk5NCV0h { width:20rem;height:4rem;top:166.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZUBDpQC33NvA5xzeZ0gup9vogcm1obGG { width:5.25rem;height:2rem;top:160.125rem;left:7.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rOgVdDL3qOQfMfP0HPpe3bJ6L8aNVqD8 { width:7rem;height:2.4rem;top:175.125rem;left:6.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z45U64wSWvVh4x58MKD08Hnr5d71X8NR { width:20rem;height:6rem;top:178.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eEcWpF2rCRHAG34WrSDfFSFQ0FFCulbQ { width:5.25rem;height:2rem;top:171.875rem;left:7.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GGi6pwTuUufUgdRxq4VqIXqT0T9uuNEu { width:7rem;height:2.4rem;top:188.875rem;left:6.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xaGi1q5qbOtCHRLoQo4Mv2h591opqRgK { width:20rem;height:4rem;top:192.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HzBUUrJeIsgU5wNudB5MEKTMM2BlvpHV { width:5.25rem;height:2rem;top:185.625rem;left:7.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CPX9fqpfI93EMZIRJQ9r8q8zNf2fzqq4 { width:7rem;height:2.4rem;top:200.625rem;left:6.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZaFEWb1VUGEPp8OqoW37UNgbnaLpHyzb { width:20rem;height:6rem;top:203.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gBwoD7H8TdPTHXhGDxNZM85EmFodGhQs { width:5.25rem;height:2rem;top:197.375rem;left:7.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ludHneI5afUiL5tb1IBTNg8t981nQVCi { width:7rem;height:2.4rem;top:214.375rem;left:6.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tQKp2xe1U5Xpdb66pFuDbh01R2ee4SrX { width:20rem;height:6rem;top:217.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ofTIevJQ3PbHTKsULOLObgcT7dLPe1Bs { width:5.25rem;height:2rem;top:211.125rem;left:7.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iFaU6p1DcU0AsR0uxnR5FKTSwhCO9dlO { width:7rem;height:2.4rem;top:228.125rem;left:6.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rUa8nvJztTgwECw1Fr2wuSNpiwcExAvO { width:20rem;height:6rem;top:231.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qvpkKLFZseo16ZsVoZkXNOo1Cshoa5qr { width:5.25rem;height:2rem;top:224.875rem;left:7.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LMDEFIvmCicfOM6lcV0TNc1N4nSUeEoW { width:7rem;height:2.4rem;top:241.875rem;left:6.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qp04IitwnnsaBCIJzC9zCHahvmrqRORJ { width:20rem;height:4rem;top:245.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q3pPwlHy4vir1hv6FmMlJTgk79Cr0RFh { width:5.25rem;height:2rem;top:238.625rem;left:7.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q9OvIBzT3rH4oVDQBEvPuUwts8t5wthO { width:7rem;height:2.4rem;top:253.625rem;left:6.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TmGTnsCEgGOmu4VRGDi6Kx0kZKrHbpf7 { width:20rem;height:6rem;top:256.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #twpIUowR9Gd4COpBO1Z1lnZC55eQV8gS { width:5.25rem;height:2rem;top:250.375rem;left:7.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rqDXtmVJH6f2CGMeMcVwBBHISLLv3i58 { width:20rem;height:3rem;top:264.125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wH4Lu2ALd03RCXzzTliacflq9OyGlfud { display:block; }#wH4Lu2ALd03RCXzzTliacflq9OyGlfud > .row .container { width:20rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ItcbmTV0fVm7SJ8CpPfX6M0DtJPVy5o4 { width:20rem;height:4.4837758112094rem;top:0.5624942779541rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLCeGn0HdCmK6bnF4ySQMxhvkDlaoF4b { display:block; }#JLCeGn0HdCmK6bnF4ySQMxhvkDlaoF4b > .row .container { width:20rem;height:135.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kBqCR84Cm9xdH6M0NToMsy4qMZV6VSoV { width:19.75rem;height:17.339875rem;top:68.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bB1RW4WLcwiTRoJeMrgIHUVi7hSo6T3B { width:19.75rem;height:26.25rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbAm8hHQ1nxK4m95tSkt5pRaCzKi8bux { width:19.5625rem;height:8.0625rem;top:29.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwUC540xXWpKF3nZtreXqLgwSuTqaH1O { width:19.6875rem;height:34.875rem;top:86.494531631469rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0fiW4v1wyuFuCNVH7r2grIBIwIV40zM { width:19.75rem;height:15.6815rem;top:38.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTHgl52LzIcGAO9Zcw6oISbIxyI3vMKV { width:19.6875rem;height:12.125rem;top:122.35000038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAvUAMqSpDy14a8blK1CQ9TiTVrmE4TR { width:19.6875rem;height:11.75rem;top:55.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DadhtNuVxMvule5zw57ZyXzx3lfTG4ym { display:block; }#DadhtNuVxMvule5zw57ZyXzx3lfTG4ym > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WKiiW0bpGeEo1JMrglyhJyLUTDuJArIR { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mUpFDIB05EbMm3XDcUDQV7Lrlc62JMwp { width:20rem;height:17.55rem;top:8.3118171691894rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oKNGQTVDVxL8qcRIvyWGnV00o9qkSs7H { width:20rem;height:3rem;top:27.500000953674rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eOirdIbDH1p25PdDtMNM3tSxCaytVcJD { display:block; }#eOirdIbDH1p25PdDtMNM3tSxCaytVcJD > .row .container { width:20rem;height:0.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AyNp3zIeHnJR7Ct363lztKJZmAHIUxWa { display:block; }#AyNp3zIeHnJR7Ct363lztKJZmAHIUxWa > .row .container { width:20rem;height:28rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L39dK55DgXDxHhHgmZ3SaOMobtA099mx { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mTabOKkgSq8m4LUMXMNdfQWmfQC50sV1 { width:20rem;height:17.55rem;top:5.0625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lg73Ro94vprG1F3Fv7pbT2EqyALFrwIm { width:20rem;height:3rem;top:23.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N7ev6pK25pWLD4b1tJ2LIV67IPNFEBRc { display:block; }#N7ev6pK25pWLD4b1tJ2LIV67IPNFEBRc > .row .container { width:20rem;height:0.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mLll22kWQ7QWVTOUgmRAsKSfui79XpxC { display:block; }#mLll22kWQ7QWVTOUgmRAsKSfui79XpxC > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eGFJPQgXWHWTX0Z1J7s5A7D8wnsM0nKK { width:20rem;height:7.8rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qlA908QsApmSwSqTNcKpoBiT2NhTGBzk { width:20rem;height:17.55rem;top:10.1875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l3sgcmSBEs4ZodUc6pufCeBfOCMgdSug { width:20rem;height:3rem;top:28.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LPFss5RWH5L6DvKCuPFIAf51QldyGhZW { display:block; }#LPFss5RWH5L6DvKCuPFIAf51QldyGhZW > .row .container { width:20rem;height:0.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ihXSsydAcQka75v4h8triZu8HfbRIULh { display:block; }#ihXSsydAcQka75v4h8triZu8HfbRIULh > .row .container { width:20rem;height:30.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QELarpfwTlHMgRXtisG8B3O6KqvoacWG { width:20rem;height:2.6rem;top:1.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DtugKBWRVl1RhIx3Q3494g5yswTtBJBF { width:20rem;height:17.55rem;top:7.625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xo8Jw2fWWaW8DUffodmnvtcx2R0JNZZC { width:20rem;height:3rem;top:26.3125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QVfZat8DTP3GSnf5S7oRfc3XJ6FWUgtP { display:block; }#QVfZat8DTP3GSnf5S7oRfc3XJ6FWUgtP > .row .container { width:20rem;height:170rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EQrNzKVT6xvHnBEEfMydGPsX95adPTUE { width:19.75rem;height:10.7045rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOxxWsaaeELev4bSenk3WmJai4HgTv8U { width:19.75rem;height:23.8574375rem;top:12.0791015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyPUVG0qxDonVdAA5FQPgGcHc32TOlEs { width:19.75rem;height:22.94925rem;top:35.9365234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P91s2m7rxodCf1XRWeNaGBvDT5UbV6Mz { width:19.75rem;height:22.0400625rem;top:86.5107421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wfphtu6WNfNsTLI3q02RyzzoVllc3gpT { width:19.6875rem;height:31.5rem;top:109.98828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTzMAWZRNTGUL9VenyLAmL2xAT5Og5J0 { width:19.625rem;height:25.1875rem;top:143.1728515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiDdXQGbPTQvI4kQFP9bIgG0cHl3p1hP { width:19.75rem;height:24.6875rem;top:60.1982421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTny1gffydqTugFZkJVhNVT5eXNJQpTD { display:block; }#fTny1gffydqTugFZkJVhNVT5eXNJQpTD > .row .container { width:20rem;height:0.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wSSZKkOUSEO6yMXw5fTlDSL0F1SUx9VV { display:block; }#wSSZKkOUSEO6yMXw5fTlDSL0F1SUx9VV > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B1NWWbsHRdTZTv1aolS0gvsSpTR1n6TI { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ayqoaOrtlfyy9lqqzN1BMWi92XCNDSsl { width:20rem;height:10.125rem;top:7.625rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dFUko0OMqXQX7VD3EbOXfaJ4Zss4pJ7w { width:20rem;height:20rem;top:20.250005722046rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvTQTIh5InNOeST9ISG9SyhRpEsmPio7 { display:block; }#OvTQTIh5InNOeST9ISG9SyhRpEsmPio7 > .row .container { width:20rem;height:18.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gqFmTsvL3XkxhiLWgxMAk6yWoZlh3vTI { width:20rem;height:5.1875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdJ0xLflJM49DiLoC1SJeCWUnp5lzFmf { width:20rem;height:4.5625rem;top:7.2890625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HmVDoecMMkhFrHEUwBhiTTJ75IULaVQf { width:20rem;height:4.6315789473684rem;top:13.1171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bghL8qKWHoIlFTe7Tog5295H0QqAfcM3 { display:block; }#bghL8qKWHoIlFTe7Tog5295H0QqAfcM3 > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GcD45DxWKkGW70kWlcmWvQWTCgTXMzVt { width:20rem;height:6.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eP68mSEeVMJcLdL62LCXf44gSrOn1kwq { width:20rem;height:4.1875rem;top:9.7724609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxfmv5T48s8TAnHP6iqchHQgOKiorVU9 { display:block; }#rxfmv5T48s8TAnHP6iqchHQgOKiorVU9 > .row .container { width:20rem;height:468.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iIVBp1any3KV9b01orDNGel0eVBV06Wg { width:20rem;height:7.8rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #caDxzgkGIrIGk8sr4dGOQV7VncOTNc83 { width:20rem;height:3rem;top:11.1875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EM8nzLmHr6qaCltB2IsHB9TzMupd1C4y { width:20rem;height:15.6rem;top:16.625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xkLrr9lqZpzLUCl7yn6mKkHSGnalnp52 { width:20rem;height:15.6rem;top:40.84375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DI9X2TlUvTCbbRRBvdvM99ho70bXb7fo { width:20rem;height:4.5625rem;top:35rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6a4i3c3PV0Jy5GrgCKyxHaQlvbS9Ly2 { width:3.125rem;height:3.125rem;top:57.59375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZomBJQzAEC67LA2CN4T1GARHTZTEkrH { width:20rem;height:7.8rem;top:61.96875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vwdSigJaanuZpaQ2PMs70FRBPXlRZlgg { width:20rem;height:3rem;top:70.90625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QWmbT4pp309Tvh2e1SiZapWtLauOauzK { width:20rem;height:4.1875rem;top:76.03125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gfl4hfPdHoVZ9pBNfsXgDUkPgVTy0eW1 { width:20rem;height:30.198675496689rem;top:82.71875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeCRtg0FHeXDdKTyQ4FrrWlhq7ouMPXP { width:3.125rem;height:3.125rem;top:115.6875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXunA9TP4EuIDwQONEkpPXzIQG97e3WQ { width:20rem;height:5.2rem;top:121rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dPalKmNt6PRDQVH9zTZCJJ9P7zTdXJhE { width:20rem;height:3rem;top:128.3125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BJC1kRHhvaTRvQ5J30efmIgx1sPfCUbM { width:20rem;height:13.65rem;top:132.5625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LpJuUTaGMoeMaQrNWgM3oMEBwGhhi1gn { width:20rem;height:10.296774193548rem;top:147.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUXIVnl0nMT3XMpWKflnQsyNoLSooFco { width:3.125rem;height:3.125rem;top:159.900375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fhuxk37B3GHT3IlORT8HgQuAm5PLoJZV { width:20rem;height:2.6rem;top:164.275375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AztZvrw4OfcBhIT2Tgp6iz33pqslCwus { width:20rem;height:3rem;top:169.3994140625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AGqTd2qp9qEdqe6TpnsWEvShZE28s8Cs { width:3.125rem;height:3.125rem;top:206.25rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlnU10z4NVkcRAXfmTCOXOTUn19Wmuw6 { width:20rem;height:5.2rem;top:210.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DCGfUKWrq8kLBQnbUZ3w7WoxUt24SPG2 { width:20rem;height:3rem;top:217rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CTJwhArZq9owrqLrMUeq2ghp3eTTleUo { width:20rem;height:3.9rem;top:227.1875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f3VDZ5KNxGqZZX4e73tdafumoobN7Onf { width:20rem;height:4.6778042959428rem;top:221.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFqesK3B0t8O4tW7xdvuXO36AKG6quQ0 { width:20rem;height:3.9rem;top:232.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zQt6mdm5WZALmX4pEyxTDXdq6UkypsqU { width:3.125rem;height:3.125rem;top:237.3125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMWXAXlLfZgriJ1rbXhTyZ1sRbXWwrLR { width:20rem;height:5.2rem;top:241.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M5IQoshiulfJg0GETIf6Ce6ZsZQkh0FP { width:3.125rem;height:3.125rem;top:248.125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2Z9QNIUdc7P3CvJD0X4xc4OIQO8lIwD { width:20rem;height:2.6rem;top:253.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tPUlmtqfQHwxzDl4RSWnWiulLeZ3Eldm { width:20rem;height:3.9rem;top:256.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cwSMlJ3c5LTlHMt6knnzDv2szAO86JiT { width:20rem;height:15.6rem;top:262rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xLaTtrC2L1nqT64LqWnccKbqhLUhrg5t { width:20rem;height:3rem;top:278.47500610351rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aKG3TDBJmNt2fpQoQS9VnKdzStGeqoQx { width:20rem;height:2.6rem;top:284.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RwBZLgWvM9nVqxVTdK0eLtUOO3afl2aF { width:20rem;height:3.9rem;top:288.4375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mUO3MMOLho0JdM6mBgDMuXVG7XINyhfm { width:20rem;height:1.3rem;top:293.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fBr9O5blSPikIbwhIlPaQCoTkR0SZ5fD { width:20rem;height:3rem;top:295.5625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bBzEQHHg3Jmg8WctfETpzPEzlalm5qGX { width:20rem;height:2.6rem;top:301.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #udBf8IWPy7wqO0S3PF4buBwlTsggi17U { width:20rem;height:7.8rem;top:305.5625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SZiOfhD8VOO9aGvSeLNtzRi1T5NsDZ90 { width:20rem;height:1.3rem;top:314.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NUriryQyqfl8F3xc5BaoQ12AfdLXvGqu { width:20rem;height:3rem;top:316.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I0wZ7LmZr3XXmla5dgo2FTnIxDGocD90 { width:20rem;height:2.6rem;top:323rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ESKkKzlZXnolW9PWhS1xUmpPTocZGnIX { width:20rem;height:3.9rem;top:326.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iHXdTR4sopeBFi5gJPK4Lr1y2uMpvFNm { width:20rem;height:3rem;top:331.5625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mct9U7s1FcvTynFxhKlalmrMlrQWUg86 { width:20rem;height:2.6rem;top:338.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w36B31sQTXQN8ScXrprNbaE6Tm3TJwKE { width:20rem;height:17.55rem;top:342rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cVAfIqT61FJMuwZ49AvAMuhm8LaBXTGU { width:20rem;height:3.9rem;top:360.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qlcV6BvMDXmiy6IrKzThTqm3ZbOWUKgn { width:20rem;height:3rem;top:365.5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ORF17lPv0v35SQIdceUdsoTncSi1q8TD { width:20rem;height:2.6rem;top:427.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bnGS4OpVedtcQVimPc6TTrMv3gNyUA2F { width:20rem;height:3.9rem;top:431.125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SoiT0ITBrVpWyPXs7l58Gxb26WyZBnuN { width:20rem;height:2.6rem;top:371.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kOxzlfWMtdT66IegplCva6qPt1TcRP8U { width:20rem;height:1.95rem;top:375.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LgCDsyBbTfNQEppUWEevBrRp5wQUqTcm { width:20rem;height:2.6rem;top:452.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VwFIJBJnvdvJLoyqBkGVVk0DnecPlPkt { width:20rem;height:1.95rem;top:456.3125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cPTtgl5pTblBdLbW6I4GXtcymNcmTpkd { width:20rem;height:5.2rem;top:459.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fiodo8TXBNbE0CfolGSgvga8nANCNgCa { width:20rem;height:11.466666666667rem;top:182.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #smT2VlhtRhz4BwkJhABuhvgLggPs5df6 { width:20rem;height:11.3994375rem;top:193.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EA73DGRPH1r7IfHgEx8IIcMFRsFeDn79 { width:20rem;height:22.375rem;top:378.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwrEAqy3LI3t6xVG7VzRAvkqdrntTx4v { width:20rem;height:5.85rem;top:173.20000362396rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZlTvOhFIDHJTy8GRbAomTtdJncgSQVyG { width:20rem;height:3rem;top:401.43750572204rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AfppMnOrU73sLWhMfPnva9sV5vAB9PtM { width:20rem;height:2.6rem;top:408.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W98Qyz8vWWGTATcrwNgtwcHkUc94rWMG { width:20rem;height:7.8rem;top:412.5625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Iny7mrZ5pzBJv1vXDoxliQOOOCQXB6h7 { width:20rem;height:3rem;top:421.00000572204rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y0BzN5rBsXT32r2cmq2M4rfHPbJr2lgQ { width:20rem;height:2.6rem;top:438.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VMDJ1NKKcpeTV3AgfyzG1GeIMHvwCalg { width:20rem;height:1.95rem;top:442.4375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cPwT3fDw0hoagCB06eV8uiolZTkBhDgi { width:20rem;height:2.6rem;top:445.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R4LSkM0Hh8xWZhBbdFsvM79HZ0QtHzm8 { display:block; }#R4LSkM0Hh8xWZhBbdFsvM79HZ0QtHzm8 > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WT6qMpzhm0h4G7LZM8vPBSrobJhGka9n { width:20rem;height:35.2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p9u2d8k8TtvCNcnWvh4r4eXCEGv6QXpC { width:20rem;height:4.4rem;top:37.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aICNd35O3P49zvrQ7ldnBAs7Fy3N6uMC { width:20rem;height:4.4rem;top:43.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zwul6zgewPpK7ZKG94liQmD1MwVsMUnh { display:block; }#zwul6zgewPpK7ZKG94liQmD1MwVsMUnh > .row .container { width:20rem;height:248.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pHuuLSLZlTJmuTM8yO73GX56zxLl3e23 { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o3O61uoOqQWu9uO3u4rFHJ5F4KBCDveb { width:20rem;height:0.16666666666667rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fq2yrka4SqkdvE9X3ps4iCwbGdTTXd7x { width:8.625rem;height:2rem;top:6.478515625rem;left:5.6875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wbSE6fnBZiRPCopxH3gGDgoVmCNlwGeB { width:20rem;height:16.40625rem;top:9.728515625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LgZuOVcP7qXiaW8oqPGI3KxMUDvCJaf0 { width:20rem;height:0.16666666666667rem;top:27.166015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqtney8b7TaP3e9FTR7150CfkG45iGsT { width:8.625rem;height:2rem;top:28.58203125rem;left:5.6875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cdO3m0ZyB9v7eXyJ3oEAOCe38bc2Tp1V { width:20rem;height:0.16666666666667rem;top:49.26953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZwxnmJT8r0NuPLU1ZKwzoOgAvzS6vXh { width:20rem;height:16.40625rem;top:31.83203125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QwmKT6fmvBnu5p4bNncpfA6T4cMTCSny { width:8.625rem;height:2rem;top:50.685546875rem;left:5.6875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T8oRnvFsHKfrip70IZ5GfwxK8lH1fDAF { width:20rem;height:0.16666666666667rem;top:62.123046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6cMTkyh1EvczrC9u3HJ0ZrPHT3IZsKz { width:20rem;height:7.03125rem;top:53.935546875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B6KNl2XO7pMEtQkcEQJdsCTT9abXC8GQ { width:8.625rem;height:2rem;top:63.5390625rem;left:5.6875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dUL1Hq9STFvNRUsnycEbOEGT0whnEcKJ { width:20rem;height:0.16666666666667rem;top:72.6640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKkf8KczXqcC9SIRFoa9TIIx9KKTroSx { width:20rem;height:4.6875rem;top:66.7890625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KFCSWpV9CmNllFPdJJdbW5aNESGclCce { width:8.625rem;height:2rem;top:74.080078125rem;left:5.6875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZESfyo9cKsv6PcWb9F7mvxDbvmxEUECP { width:20rem;height:0.16666666666667rem;top:83.205078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1zk8VVyW6LGpnoQle3ZcLeaayp1u1ge { width:20rem;height:4.6875rem;top:77.330078125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gKNVogu9Fd9BkOAiMi56COUqhaN9cyg8 { width:8.625rem;height:2rem;top:84.62109375rem;left:5.6875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l66OyOdtq1r1nknEqM5q9DTmK6BtdXQZ { width:20rem;height:0.16666666666667rem;top:96.05859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Au5iHafpZiBEdsfanhUtnCfh12srgT2S { width:20rem;height:7.03125rem;top:87.87109375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fa2mFmK5FyZp91Oz6Iq8aGkBRE6yon12 { width:8.625rem;height:2rem;top:97.474609375rem;left:5.6875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #akOq5D6v9cwRQTAUVswSrd42pPt2D7nx { width:20rem;height:0.16666666666667rem;top:106.599609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbFbFLfQOkz8qkbaeR1VMkADIyQ8GuPe { width:20rem;height:4.6875rem;top:100.724609375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sgChZSZdcdJkXcFStpCqI4F30NvMUoea { width:8.625rem;height:2rem;top:108.015625rem;left:5.6875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rUZfkzJ5FnQd9gfJHvwMCGgONX8cCVmO { width:20rem;height:0.16666666666667rem;top:117.140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cG5gTWZ9K4nd3UR1FN9wf0VLEvRJ7aoP { width:20rem;height:2.34375rem;top:111.265625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oNSLqxxZZwyc0fqJBwSZfhcnxzA6wWAW { width:8.625rem;height:2rem;top:118.556640625rem;left:5.6875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gSvW9K798Sr1fy1GMVrGdXagC9EotcTr { width:20rem;height:0.16666666666667rem;top:127.681640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKUGMgTHVNWQtLC5tDHNeIigaSPe0vhe { width:20rem;height:4.6875rem;top:121.806640625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VrKl16i9RLaQTu1iPFLf28KtDLTvsoVA { width:8.625rem;height:2rem;top:129.09765625rem;left:5.6875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tVrFIHTRQbVX3gkVsS3VqTJST4IsRbz3 { width:20rem;height:0.16666666666667rem;top:135.91015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UECTJKz2VQGF5cXAH96Cm6ELTK6B5I02 { width:20rem;height:2.34375rem;top:132.34765625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R91tEBPZlu71keIOArWf5LevZqhJxEVC { width:20rem;height:0.16640625rem;top:143.82578754425rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzyXUx0VV1I9mWAcpxUeXTIgHI8rgCd8 { width:20rem;height:2.34375rem;top:140.576171875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #miRqvz5f45O0e0Tb1zLNccsSWtliV44i { width:8.625rem;height:2rem;top:137.326171875rem;left:5.6875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hXfz5TAcSSZmhqbudIlz13BCarPHwM7J { width:20rem;height:7.8rem;top:165.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XTG7zG40M5C5nIQXDOE60o6mpdR92Tb2 { width:20rem;height:10.4rem;top:178.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RB6XhpgQ7L8COBl0IkrH9F4bT8Ni11RT { width:20rem;height:2.6rem;top:174.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RbalMDUJsLnDrAT6IkPS6ODLL85bTn93 { width:20rem;height:54.6rem;top:189.8125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jy7MHAJnoRfhWaTNRpTWNWs7bKAKr4lM { width:20rem;height:0.16666666666667rem;top:161.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFKDnshQlXvhm1iFT6m2tVwTe9iv5Xm1 { width:8.625rem;height:2rem;top:145.375rem;left:5.6875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XWuM4orMPQ6ndGVSD2Z2ft399STMxEMI { width:20rem;height:4.6875rem;top:148.625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lKCEB4ZrMfcAoN4PHSoVB8G0p3qT2TEA { width:4.1875rem;height:6.0625rem;top:154.5rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVpW4xtRq8cfD1iDZpIoFs0PJUr31KRp { display:block; }#hVpW4xtRq8cfD1iDZpIoFs0PJUr31KRp > .row .container { width:20rem;height:120.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vDmFzZ2tHPIeJgmnntDoEq53GT6px2pF { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ddf33J13rbIMiRAbHgHdlOyCcXf84qpZ { width:20rem;height:5.2rem;top:6.449999809265rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wv31bXX0lWShsFrtcNn8lfrIqbJvgzIH { width:6rem;height:8rem;top:12.125rem;left:6.9999998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #CL024a1TZlctxaiUeJTsCm7Cdw7ehqiK { width:19.6875rem;height:24.625rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lredUHqRLXrtvlAxSG6TQC88kwy22WyK { width:19.75rem;height:26.307rem;top:46.8349375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECvW651MA2o1swJwzUm1aKx0ZGzXrNac { height:11.07975rem;width:19.75rem;top:74.6415625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDfLnl3phvrLupN54acW2U3qXigbNQgO { width:19.625rem;height:31.375rem;top:87.2822265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7NRnBfrgAnn7rr08h5DNJsvGTXbSDm0 { width:20rem;height:2.6rem;top:88.7206875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FWskpPxxn8Q3CoaldGpncqosqt8WtFrU { width:20rem;height:10.5625rem;top:102.0625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ws6VNlT5r0fANqpZ05sFHmhA1WTwnBJy { width:19.375rem;height:3.9rem;top:114.1875rem;left:0.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #meUfnmvxTF2DseMcKQKmgUCG3BZbIe0S { top:127.3125rem;left:0rem;width:20rem;height:4.9375rem;z-index:100089;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #IFmCrzMJasuJ3bZtmECfwoKUXKXrDZkc { width:20rem;height:8.2172131147544rem;top:92.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbteHoPsTc6XNesJX3gdqtGNnyvTrST6 { display:block; }#xbteHoPsTc6XNesJX3gdqtGNnyvTrST6 > .row .container { width:20rem;height:53.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bo7b7Blw9KsPnqcsbBfLoQ1vezR3KZKq { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zt9IbTKIVnFUxTv5mq5b4hkptpLIZ1al { width:19.75rem;height:10.263977128336rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFF1PkvuIhHVT31StPfkzn3GwTb4FbCZ { width:20rem;height:33rem;top:19.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Voyfn3Bk77sispkCVCZP8LdvcmzTO0k1 { display:block; }#Voyfn3Bk77sispkCVCZP8LdvcmzTO0k1 > .row .container { width:20rem;height:13.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rMlovOVdTllSW3hMO0rIuyh7TgbBn8V9 { width:20rem;height:3.65625rem;top:1rem;left:0rem;font-size:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d6oJJHfiXNEiPEMM12EBa7DilBDx5WRs { width:20rem;height:1.3rem;top:4.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #htf1SUyAFFRiMxbD7l9IEnmU7miyX3VL { width:20rem;height:5.6875rem;top:130.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #t9rHScu3V6ZwpZAZMm5Pu6tT22ldfdfi { top:7.5rem;left:0rem;width:20rem;height:4.9375rem;z-index:100089;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rq5SdP6PWI6hrZnDJAkv3x2k1ohNrhIu { display:block; }#rq5SdP6PWI6hrZnDJAkv3x2k1ohNrhIu > .row .container { width:20rem;height:28.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NgPuDCwGxnMhEGNZA4StUigz60PhCNv5 { width:20rem;height:3.9rem;top:7.4375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kbQEKIsoqsJHcTqrTgASrOxOiTZtqf6N { width:20rem;height:5.2rem;top:1.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q3GHA0hsTXrAJqbTm9POHRssGG6N0b46 { width:15.125rem;height:14.625rem;top:12.5625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bop04boJ9aLFVZqmBxVpsPDgXFm1zi87 { display:block; }#Bop04boJ9aLFVZqmBxVpsPDgXFm1zi87 > .row .container { width:20rem;height:125.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mWhzNzWRR385OD4ZNwXHSsvsGow5hHVh { width:20rem;height:5.2rem;top:97.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VNr9t6zc3rhUx3sl6BDtLRXJ3BG2Fxoy { width:20rem;height:3.9rem;top:103.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aWfJnz9Rlw9bNmPLRp4dhwd4qz6zNzCf { width:15.125rem;height:14.5625rem;top:109rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cb2elTx4TivCBg2oOPW0BKfMNoRIXhcw { width:20rem;height:2.6rem;top:42.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ChfCMulmW3lCrTDvzhedQUV5Dgk3mn6L { width:20rem;height:48.75rem;top:46.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lLvpaC30lDXsXL91K37pRcNXGtag42H6 { width:20rem;height:39.125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVbHTdE5bQ5TxoT3XEriey1KbnKlCUSw { display:block; }#fVbHTdE5bQ5TxoT3XEriey1KbnKlCUSw > .row .container { width:20rem;height:15.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfKqHaFZUED3XoJkCgzWfervEOQDvuaA { width:20rem;height:11.25rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #huo3FLSwraZ4cSEENgSws9TiEgxKig0m { top:2.0625rem;left:0rem;width:20rem;height:11.25rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #khnfPM2xpu3se8fC74a8btU2sSywU3T9 { display:block; }#khnfPM2xpu3se8fC74a8btU2sSywU3T9 > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #al7XNWVr4HxhbBCoKMS3P0zpDm9IEFHe { width:20rem;height:3.575rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aHmcdLitllPrsCxBl2LSoEu4zgkqikO4 { width:20rem;height:2.6rem;top:6rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HTt8L9Cf3lCzBOOTTcnyA6QPOFpAndFR { width:20rem;height:25.025rem;top:9.8125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QZ0nLtJ0LZ2JS9l8xfA9FSts9O0TxnMJ { position:relative;z-index:auto;display:block; }#QZ0nLtJ0LZ2JS9l8xfA9FSts9O0TxnMJ > .row .container { width:20rem;height:15.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pOL5HNSIf0MTXkU5cMZbQUAS3aCii66C { width:20rem;height:2.3375rem;top:11.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mVKwax7xlWnBUpMfW7M5AuCOFZ8SzBpm { width:20rem;height:2.3375rem;top:7.75rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qmxw5H5TIFxvoxSXHCUVlohLcH5HEzIS { width:20rem;height:2.3375rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lURvgsfl1fNkbxUde6vBt98XptxypSeA { width:20rem;height:2.275rem;top:4.375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }