.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#333333;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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#333740;background-image:none;position:relative;z-index:auto;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { 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 > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:15.8125rem;width:60rem;position:relative;display:block; }#aUneGb0pa7y8DhxVnb86fWcg3NRARRuU { color:#ffffff;display:block;width:30.625rem;position:absolute;font-family:atrament;font-size:5.25rem;font-weight:400;z-index:100002;line-height:1.2;letter-spacing:0;top:1.6875rem;left:1rem;height:6.2998125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ldr4iNOLw39JpJUL1FJqV5rPNySfvCEq { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.3125rem;width:60rem;display:none; }
#xCs5Byylfmy2S5W1Tf5o30k65yNhKMTG { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:atrament;font-size:2.625rem;font-weight:400;z-index:100003;line-height:1.2;letter-spacing:0;top:7.5625rem;left:3.6875rem;height:3.1494125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ap4ZAsTcmD7cJzMTFPfDknqQbAqZZSMc { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.8125rem;width:24.3125rem;top:2.375rem;left:33.5625rem;overflow:hidden;display:block; }
#QpKweA05her8kRJePsPHnwk6mPMdSRI8 { color:#ffffff;display:block;width:56.375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:12.25rem;left:1rem;height:2.111325rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aduch2uGgIaX0tCCBfFROBTS3eVLKSvy { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1rem;width:1.6875rem;top:8.9375rem;left:1rem;overflow:hidden;display:block; }
#bOs1JJtDyRRWe7plEoJMONrTFdSWGrGS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dfdfdf;background-image:none;position:relative;display:block; }#bOs1JJtDyRRWe7plEoJMONrTFdSWGrGS > .row .container { background-color: transparent; background-image: none; }#bOs1JJtDyRRWe7plEoJMONrTFdSWGrGS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bOs1JJtDyRRWe7plEoJMONrTFdSWGrGS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bOs1JJtDyRRWe7plEoJMONrTFdSWGrGS > .row .container > .video-iframe-container { display: none; }#bOs1JJtDyRRWe7plEoJMONrTFdSWGrGS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bOs1JJtDyRRWe7plEoJMONrTFdSWGrGS > .row > .video-iframe-container { display: none; }#bOs1JJtDyRRWe7plEoJMONrTFdSWGrGS > .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); }#bOs1JJtDyRRWe7plEoJMONrTFdSWGrGS > .row .container { border-width: 0; border-radius: 0; }#bOs1JJtDyRRWe7plEoJMONrTFdSWGrGS > .row > .video-iframe-container {  }#bOs1JJtDyRRWe7plEoJMONrTFdSWGrGS > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;position:relative;display:block; }#ae6fEKwbwXG1e8vuT3JTOTgbmlxWTMcz { color:#333740;display:block;width:30.625rem;position:absolute;font-family:atrament;font-size:3.125rem;font-weight:400;z-index:100003;line-height:1.2;letter-spacing:0;top:1.625rem;left:1.03125rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ibTdAeHaFgeERzxX2LHVsMkND7zyetOT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#ibTdAeHaFgeERzxX2LHVsMkND7zyetOT > .row .container { border-width: 0; border-radius: 0; }#ibTdAeHaFgeERzxX2LHVsMkND7zyetOT > .row > .video-iframe-container {  }#ibTdAeHaFgeERzxX2LHVsMkND7zyetOT > .row .container { font-size:0.875rem;font-family:arial;height:12rem;width:60rem;position:relative;display:none; }#EC1NLxl2LqlVqfL6C0Tsn8o6v5g1U68u { position:absolute;display:block;z-index:100022;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.25rem rgba(0,0,0,0.5) ;height:10.9375rem;width:58.8125rem;top:1.0625rem;left:1.125rem;display:block; }
#dgqRe6bQZHif2G2nfLEORfPu1pTzyDvP { color:#333740;display:block;width:44.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100023;line-height:1.5;letter-spacing:0;top:1.8125rem;left:14.6875rem;height:7.8409375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#G38SrSHeM66kW3nTvS82qcIRdXRvSrAk { color:#333740;display:block;width:10.9375rem;position:absolute;font-family:atrament;font-size:1.1875rem;font-weight:400;z-index:100024;line-height:1.1;letter-spacing:0;top:4.5rem;left:1.9375rem;height:5rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GqI70suQ61u577415Qpb6it9V2uRhgqg { color:#333740;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:0.5625rem;font-weight:400;z-index:100025;line-height:1.2;letter-spacing:0;top:10.0625rem;left:2.5625rem;height:0.625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NiBtTrA2HBxLzGNZvmJnNmauqMLWODUm { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.8125rem;width:5.5625rem;top:1.5rem;left:8.125rem;overflow:hidden;display:block; }
#n9vqSinTbvnBV64Z91ftyKm3oyT6EWsT { color:#333740;display:block;width:1.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100024;line-height:1;letter-spacing:0;top:1.625rem;left:13.5625rem;height:9.375025rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#M4D1ysMJnOFzUm6c8qTExgFicMxcvUs0 { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#upIQ7kIKAsUdr09hlDA9L7LtyuP1S4LF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#upIQ7kIKAsUdr09hlDA9L7LtyuP1S4LF > .row .container { border-width: 0; border-radius: 0; }#upIQ7kIKAsUdr09hlDA9L7LtyuP1S4LF > .row > .video-iframe-container {  }#upIQ7kIKAsUdr09hlDA9L7LtyuP1S4LF > .row .container { font-size:0.875rem;font-family:arial;height:12rem;width:60rem;position:relative;display:none; }#Ohlc6tirmT8Ldkn0Q7Wyx9fdcO7TABTn { position:absolute;display:block;z-index:100022;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.25rem rgba(0,0,0,0.5) ;height:10.9375rem;width:58.8125rem;top:1.0625rem;left:1.125rem;display:block; }
#XAZKxhioMorMiyTCT0Cu6qx9ZOQB5vxA { color:#333740;display:block;width:44.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100023;line-height:1.5;letter-spacing:0;top:1.8125rem;left:14.6875rem;height:9.1875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lTCUKJ3vlurvFmtTmIJZzSKTxoEltN9C { color:#333740;display:block;width:11rem;position:absolute;font-family:atrament;font-size:1.1875rem;font-weight:400;z-index:100024;line-height:1.1;letter-spacing:0;top:4.4990234375rem;left:1.5615234375rem;height:5.22265625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fLgcNBc990GufEUKRZV9hx8Pk36P35OI { color:#333740;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:0.5625rem;font-weight:400;z-index:100025;line-height:1.2;letter-spacing:0;top:10.0625rem;left:2.5625rem;height:0.67480625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#h3K4bVMyVn5a0drM21lyn7C1DCwHEzO6 { color:#333740;display:block;width:1.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100024;line-height:1;letter-spacing:0;top:1.625rem;left:13.5625rem;height:9.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HepLFZKOQoTzAVZLbvJivQJ1w0m2Qwee { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#aHKh8oTHQBL5IM30KvKicZyIKcnFcQlp { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:3.9375rem;top:1.5625rem;left:9.15625rem;overflow:hidden;display:block; }
#DaInkirXyq2wUfdnVUoVlOI794987mud { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#DaInkirXyq2wUfdnVUoVlOI794987mud > .row .container { border-width: 0; border-radius: 0; }#DaInkirXyq2wUfdnVUoVlOI794987mud > .row > .video-iframe-container {  }#DaInkirXyq2wUfdnVUoVlOI794987mud > .row .container { font-size:0.875rem;font-family:arial;height:12rem;width:60rem;position:relative;display:none; }#wzrCohM5bwT6HQOfdt61bUP5HoG15JTt { position:absolute;display:block;z-index:100022;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.25rem rgba(0,0,0,0.5) ;height:10.9375rem;width:58.8125rem;top:1.0625rem;left:1.125rem;display:block; }
#OshfGUddr64LHFctHzlGgWT3KO4xV95J { color:#ff0000;display:block;width:44.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100023;line-height:1.5;letter-spacing:0;top:1.8125rem;left:14.6875rem;height:9.1875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ALy25d76BtDPGczDpMqbo4xT4VHyCKT6 { color:#333740;display:block;width:10.9375rem;position:absolute;font-family:atrament;font-size:1.1875rem;font-weight:400;z-index:100024;line-height:1.1;letter-spacing:0;top:4.5rem;left:1.9375rem;height:3.9169875rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KnpNSeh5ocz57Zm4fPWODHzLuwwWaI8L { color:#333740;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:0.5625rem;font-weight:400;z-index:100025;line-height:1.2;letter-spacing:0;top:10.0625rem;left:2.5625rem;height:0.67480625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dUgo5Cag2Z9f4poCxTIyP5EFevFLJHdn { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:5.5625rem;top:2.375rem;left:7.5rem;overflow:hidden;display:block; }
#pdNZ5rHhaHnLUmHT4hfBEtFquRvZQvUq { color:#333740;display:block;width:1.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100024;line-height:1;letter-spacing:0;top:1.625rem;left:13.5625rem;height:9.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xqWtgKVCXIh1gsDm5GqHJ60nN7Xx1Sen { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#ugyxpt3N9y4pEL6JtATgK106ukTrNFUW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ugyxpt3N9y4pEL6JtATgK106ukTrNFUW > .row .container { background-color: transparent; background-image: none; }#ugyxpt3N9y4pEL6JtATgK106ukTrNFUW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugyxpt3N9y4pEL6JtATgK106ukTrNFUW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugyxpt3N9y4pEL6JtATgK106ukTrNFUW > .row .container > .video-iframe-container { display: none; }#ugyxpt3N9y4pEL6JtATgK106ukTrNFUW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugyxpt3N9y4pEL6JtATgK106ukTrNFUW > .row > .video-iframe-container { display: none; }#ugyxpt3N9y4pEL6JtATgK106ukTrNFUW > .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); }#ugyxpt3N9y4pEL6JtATgK106ukTrNFUW > .row .container { border-width: 0; border-radius: 0; }#ugyxpt3N9y4pEL6JtATgK106ukTrNFUW > .row > .video-iframe-container {  }#ugyxpt3N9y4pEL6JtATgK106ukTrNFUW > .row .container { font-size:0.875rem;font-family:arial;height:0.625rem;width:60rem;position:relative;display:block; }#tRNgx64Tre3HZqn2wJbEw3ob3ToL7ew8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#tRNgx64Tre3HZqn2wJbEw3ob3ToL7ew8 > .row .container { background-color: transparent; background-image: none; }#tRNgx64Tre3HZqn2wJbEw3ob3ToL7ew8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tRNgx64Tre3HZqn2wJbEw3ob3ToL7ew8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tRNgx64Tre3HZqn2wJbEw3ob3ToL7ew8 > .row .container > .video-iframe-container { display: none; }#tRNgx64Tre3HZqn2wJbEw3ob3ToL7ew8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tRNgx64Tre3HZqn2wJbEw3ob3ToL7ew8 > .row > .video-iframe-container { display: none; }#tRNgx64Tre3HZqn2wJbEw3ob3ToL7ew8 > .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); }#tRNgx64Tre3HZqn2wJbEw3ob3ToL7ew8 > .row .container { border-width: 0; border-radius: 0; }#tRNgx64Tre3HZqn2wJbEw3ob3ToL7ew8 > .row > .video-iframe-container {  }#tRNgx64Tre3HZqn2wJbEw3ob3ToL7ew8 > .row .container { font-size:0.875rem;font-family:arial;height:12rem;width:60rem;position:relative;display:block; }#fXgAUk36ego8fdzHrV2DzpTK5THVeMkb { position:absolute;display:block;z-index:100022;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.25rem rgba(0,0,0,0.5) ;height:10.9375rem;width:58.8125rem;top:1.0625rem;left:1.125rem;display:block; }
#ATD0mpozx1hOzDNKcBwDaGsPVhzsI5tN { color:#333740;display:block;width:44.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100023;line-height:1.5;letter-spacing:0;top:1.8125rem;left:14.6875rem;height:9.1875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ViQTfQduvVJ1eVHZ0gq0ViQ04z9ShuK2 { color:#333740;display:block;width:10.9375rem;position:absolute;font-family:atrament;font-size:1.1875rem;font-weight:400;z-index:100024;line-height:1.1;letter-spacing:0;top:4.5rem;left:1.9375rem;height:5.22265rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UdU0lGHhWWTT3eqZdHkAZF7RLZcUzTm0 { color:#333740;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:0.5625rem;font-weight:400;z-index:100025;line-height:1.2;letter-spacing:0;top:10.0625rem;left:2.5625rem;height:0.67480625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DCqRRwfReMMeMX3aH3HMiewJou3uP1Qh { color:#333740;display:block;width:1.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100024;line-height:1;letter-spacing:0;top:1.625rem;left:13.5625rem;height:9.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZCoLNEHpysZAcTkZuilakvVGg6pTk9kh { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#yFTwG3IFK9mCTCgKivBeigoM9vJnOLIP { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:2.8125rem;top:1.5rem;left:9.875rem;overflow:hidden;display:block; }
#qO3Dq2HmJF8RrdPEU0DVf4oVdsBrXXmO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#qO3Dq2HmJF8RrdPEU0DVf4oVdsBrXXmO > .row .container { background-color: transparent; background-image: none; }#qO3Dq2HmJF8RrdPEU0DVf4oVdsBrXXmO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qO3Dq2HmJF8RrdPEU0DVf4oVdsBrXXmO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qO3Dq2HmJF8RrdPEU0DVf4oVdsBrXXmO > .row .container > .video-iframe-container { display: none; }#qO3Dq2HmJF8RrdPEU0DVf4oVdsBrXXmO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qO3Dq2HmJF8RrdPEU0DVf4oVdsBrXXmO > .row > .video-iframe-container { display: none; }#qO3Dq2HmJF8RrdPEU0DVf4oVdsBrXXmO > .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); }#qO3Dq2HmJF8RrdPEU0DVf4oVdsBrXXmO > .row .container { border-width: 0; border-radius: 0; }#qO3Dq2HmJF8RrdPEU0DVf4oVdsBrXXmO > .row > .video-iframe-container {  }#qO3Dq2HmJF8RrdPEU0DVf4oVdsBrXXmO > .row .container { font-size:0.875rem;font-family:arial;height:12rem;width:60rem;position:relative;display:block; }#RPg4a7MGENQkxZ5PpMSwnpMLxVobZL3w { position:absolute;display:block;z-index:100022;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.25rem rgba(0,0,0,0.5) ;height:10.9375rem;width:58.8125rem;top:1.0625rem;left:1.125rem;display:block; }
#yENgRgaQivhD6pylSGGAd5PpT9Zov2yV { color:#ff0000;display:block;width:44.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100023;line-height:1.5;letter-spacing:0;top:1.8125rem;left:14.6875rem;height:9.1875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XJrGbSkTCWDMDwABty4ZEfCrUFZSJ2iL { color:#333740;display:block;width:10.9375rem;position:absolute;font-family:atrament;font-size:1.1875rem;font-weight:400;z-index:100024;line-height:1.1;letter-spacing:0;top:4.5rem;left:1.9375rem;height:3.9169875rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dTwb0ZAXVlsWVd7GSXOCpz0hVdQRqIcT { color:#333740;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:0.5625rem;font-weight:400;z-index:100025;line-height:1.2;letter-spacing:0;top:10.0625rem;left:2.5625rem;height:0.67480625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p3xxkVcdUU5idaoWhh9ehJG9aFqUp2x4 { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:5.5625rem;top:2.375rem;left:7.5rem;overflow:hidden;display:block; }
#g5VACalqC73cMUDAnpeTL47O8aFQzBM7 { color:#333740;display:block;width:1.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100024;line-height:1;letter-spacing:0;top:1.625rem;left:13.5625rem;height:9.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zkO0deQVa6uLHNw7bzVmXG0gb2pz3egG { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#i0ntL87rIGWD1gAnOywN9TgUt7T8XDgc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#i0ntL87rIGWD1gAnOywN9TgUt7T8XDgc > .row .container { background-color: transparent; background-image: none; }#i0ntL87rIGWD1gAnOywN9TgUt7T8XDgc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i0ntL87rIGWD1gAnOywN9TgUt7T8XDgc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i0ntL87rIGWD1gAnOywN9TgUt7T8XDgc > .row .container > .video-iframe-container { display: none; }#i0ntL87rIGWD1gAnOywN9TgUt7T8XDgc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i0ntL87rIGWD1gAnOywN9TgUt7T8XDgc > .row > .video-iframe-container { display: none; }#i0ntL87rIGWD1gAnOywN9TgUt7T8XDgc > .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); }#i0ntL87rIGWD1gAnOywN9TgUt7T8XDgc > .row .container { border-width: 0; border-radius: 0; }#i0ntL87rIGWD1gAnOywN9TgUt7T8XDgc > .row > .video-iframe-container {  }#i0ntL87rIGWD1gAnOywN9TgUt7T8XDgc > .row .container { font-size:0.875rem;font-family:arial;height:12rem;width:60rem;position:relative;display:block; }#t74VMiRh6rVdGCfP1OEaLvbsPF4BUQUc { position:absolute;display:block;z-index:100022;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.25rem rgba(0,0,0,0.5) ;height:10.9375rem;width:58.8125rem;top:1.0625rem;left:1.125rem;display:block; }
#D5qcxvcW2BTCc0mA1TmV4QpqNWHBywlL { color:#333740;display:block;width:44.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100023;line-height:1.5;letter-spacing:0;top:1.8125rem;left:14.6875rem;height:7.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hbKCUFvCPQvTAgQTkDAs5n11uUoCpHep { color:#333740;display:block;width:8.5rem;position:absolute;font-family:atrament;font-size:1.1875rem;font-weight:400;z-index:100024;line-height:1.1;letter-spacing:0;top:4.5rem;left:4.375rem;height:5.22265625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mfROThDfkaSvzTrthvAmaJSVOGTWzBec { color:#333740;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:0.5625rem;font-weight:400;z-index:100025;line-height:1.2;letter-spacing:0;top:10.0625rem;left:2.5625rem;height:0.67480625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XRMsDqZoMBEdlzbuQboOMmBX5XmQsyRA { color:#333740;display:block;width:1.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100024;line-height:1;letter-spacing:0;top:1.625rem;left:13.5625rem;height:9.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SvIQwnvKgFGFnSqLSBr51bUxnHBrCH9b { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#IuEk3ahQ4vCcMf4aqwCPGXi8MABWR4si { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.375rem;width:6.4375rem;top:2.875rem;left:6.5rem;overflow:hidden;display:block; }
#mVmPweWMOxTzdR5XEz05dFAyJgbe5Mip { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#mVmPweWMOxTzdR5XEz05dFAyJgbe5Mip > .row .container { background-color: transparent; background-image: none; }#mVmPweWMOxTzdR5XEz05dFAyJgbe5Mip::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVmPweWMOxTzdR5XEz05dFAyJgbe5Mip > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVmPweWMOxTzdR5XEz05dFAyJgbe5Mip > .row .container > .video-iframe-container { display: none; }#mVmPweWMOxTzdR5XEz05dFAyJgbe5Mip > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVmPweWMOxTzdR5XEz05dFAyJgbe5Mip > .row > .video-iframe-container { display: none; }#mVmPweWMOxTzdR5XEz05dFAyJgbe5Mip > .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); }#mVmPweWMOxTzdR5XEz05dFAyJgbe5Mip > .row .container { border-width: 0; border-radius: 0; }#mVmPweWMOxTzdR5XEz05dFAyJgbe5Mip > .row > .video-iframe-container {  }#mVmPweWMOxTzdR5XEz05dFAyJgbe5Mip > .row .container { font-size:0.875rem;font-family:arial;height:2.125rem;width:60rem;position:relative;display:block; }#SHIMNTNxi5hmmnwyOOX0CDWkHSwrX2Q4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dfdfdf;background-image:none;position:relative;display:block; }#SHIMNTNxi5hmmnwyOOX0CDWkHSwrX2Q4 > .row .container { background-color: transparent; background-image: none; }#SHIMNTNxi5hmmnwyOOX0CDWkHSwrX2Q4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHIMNTNxi5hmmnwyOOX0CDWkHSwrX2Q4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHIMNTNxi5hmmnwyOOX0CDWkHSwrX2Q4 > .row .container > .video-iframe-container { display: none; }#SHIMNTNxi5hmmnwyOOX0CDWkHSwrX2Q4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHIMNTNxi5hmmnwyOOX0CDWkHSwrX2Q4 > .row > .video-iframe-container { display: none; }#SHIMNTNxi5hmmnwyOOX0CDWkHSwrX2Q4 > .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); }#SHIMNTNxi5hmmnwyOOX0CDWkHSwrX2Q4 > .row .container { border-width: 0; border-radius: 0; }#SHIMNTNxi5hmmnwyOOX0CDWkHSwrX2Q4 > .row > .video-iframe-container {  }#SHIMNTNxi5hmmnwyOOX0CDWkHSwrX2Q4 > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;position:relative;display:block; }#pEEeToRJHh8qBd7y1lFiFiUPGh3giOAl { color:#333740;display:block;width:30.625rem;position:absolute;font-family:atrament;font-size:3.125rem;font-weight:400;z-index:100003;line-height:1.2;letter-spacing:0;top:1.625rem;left:1.03125rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fzrnG7xI0RLNDDUt59tkTTc4EIJOG5XD { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5617875rem;width:9.9369375rem;top:1.6875rem;left:47.966084480286rem;overflow:hidden;display:block; }
#JNATFNFln9gbmd2nPwT7lefwXxgHxR0F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#JNATFNFln9gbmd2nPwT7lefwXxgHxR0F > .row .container { border-width: 0; border-radius: 0; }#JNATFNFln9gbmd2nPwT7lefwXxgHxR0F > .row > .video-iframe-container {  }#JNATFNFln9gbmd2nPwT7lefwXxgHxR0F > .row .container { font-size:0.875rem;font-family:arial;height:16rem;width:60rem;position:relative;display:none; }#dAbwR4OdPghm0vs6lm56HVEcf306TxvS { position:absolute;display:block;z-index:100022;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.25rem rgba(0,0,0,0.5) ;height:14.8125rem;width:19.4375rem;top:1.1875rem;left:0rem;display:block; }
#hMrycJzQOm40s4ESi7pABevlCgXJbmWp { color:#333740;display:block;width:5.25rem;position:absolute;font-family:atrament;font-size:1.125rem;font-weight:400;z-index:100023;line-height:1.4;letter-spacing:0;top:6.3125rem;left:0.8125rem;height:7.67046875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#b7oPqDQCS3ZEWeQMi2o2TFchxP74gNyr { color:#333740;display:block;width:20.6875rem;position:absolute;font-family:atrament;font-size:2.125rem;font-weight:400;z-index:100027;line-height:1;letter-spacing:0;top:1.9375rem;left:0.75rem;height:2.102275rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zuMEltHRZlqZDIgNHJiWW7STSA2FoOln { color:#333740;display:block;width:8.375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100024;line-height:1.5;letter-spacing:0;top:6.25rem;left:7.5rem;height:7.95453125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xuAUDL8134spXoCylaenvQPbkLfdI7wt { position:absolute;display:block;z-index:100030;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.25rem rgba(0,0,0,0.5) ;height:14.8125rem;width:19.4375rem;top:1.1875rem;left:20.3125rem;display:block; }
#z3peFkSbsBL6I8FTRQB7t5mRrPR6KovH { color:#333740;display:block;width:8.375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100032;line-height:1.5;letter-spacing:0;top:6.25rem;left:27.8125rem;height:7.96875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w5oKTkz6kx3hxrUP0dDKl5eBd53mhd9O { color:#333740;display:block;width:5.25rem;position:absolute;font-family:atrament;font-size:1.125rem;font-weight:400;z-index:100031;line-height:1.4;letter-spacing:0;top:6.3125rem;left:21.125rem;height:7.67046875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#E4iKXmbud7taUzy5B0tDX458XU4K4x2b { color:#333740;display:block;width:20.6875rem;position:absolute;font-family:atrament;font-size:2.125rem;font-weight:400;z-index:100035;line-height:1;letter-spacing:0;top:1.8125rem;left:21.0625rem;height:4.20454375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GPQ3I1mlGn0ZVtrTSloQ2aFTGc7FdX0y { position:absolute;display:block;z-index:100026;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.25rem rgba(0,0,0,0.5) ;height:14.8125rem;width:19.4375rem;top:1.1875rem;left:40.625rem;display:block; }
#Fxa7z8qv0gE0AVShTLxlxq7citSk1Id0 { color:#333740;display:block;width:8.375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100028;line-height:1.5;letter-spacing:0;top:6.25rem;left:48.125rem;height:7.96875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ElUdJk00TiD2GQ0uvA0oWzGyFX2lil3f { color:#333740;display:block;width:5.25rem;position:absolute;font-family:atrament;font-size:1.125rem;font-weight:400;z-index:100027;line-height:1.4;letter-spacing:0;top:6.3125rem;left:41.4375rem;height:7.67046875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TfrZq930yrx6Sa272iG2MpVVt1sTPQnU { color:#333740;display:block;width:17.875rem;position:absolute;font-family:atrament;font-size:2.125rem;font-weight:400;z-index:100031;line-height:1;letter-spacing:0;top:1.9375rem;left:41.375rem;height:2.102275rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eUv2hrnR4QLZDDyGsbOfOhOcTd6T7nSu { color:#333740;display:block;width:15.372875rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:400;z-index:100044;line-height:1.3;letter-spacing:0;top:14.625rem;left:0.81232261657713rem;height:0.79545625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RcTk00QC9546zxDmWxfZfmNEMkFt5zAO { color:#333740;display:block;width:15.372875rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:400;z-index:100045;line-height:1.3;letter-spacing:0;top:14.625rem;left:21.124821662903rem;height:0.79545625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sWzk6lVF4uvsbmqS8106ZdVirb5vGRME { color:#333740;display:block;width:15.372875rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:400;z-index:100046;line-height:1.3;letter-spacing:0;top:14.625rem;left:41.437321662903rem;height:0.79545625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#amS0eOMUCcM3aFxrnIc6vze2Acglh7EA { color:#333740;display:block;width:10.125rem;position:absolute;font-family:atrament;font-size:1.375rem;font-weight:400;z-index:100029;line-height:1.5;letter-spacing:0;top:3.75rem;left:41.3125rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#g6s1Nm6VFtXhzt5vFo0RSvK5tTMX8aiS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#g6s1Nm6VFtXhzt5vFo0RSvK5tTMX8aiS > .row .container { background-color: transparent; background-image: none; }#g6s1Nm6VFtXhzt5vFo0RSvK5tTMX8aiS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g6s1Nm6VFtXhzt5vFo0RSvK5tTMX8aiS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g6s1Nm6VFtXhzt5vFo0RSvK5tTMX8aiS > .row .container > .video-iframe-container { display: none; }#g6s1Nm6VFtXhzt5vFo0RSvK5tTMX8aiS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g6s1Nm6VFtXhzt5vFo0RSvK5tTMX8aiS > .row > .video-iframe-container { display: none; }#g6s1Nm6VFtXhzt5vFo0RSvK5tTMX8aiS > .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); }#g6s1Nm6VFtXhzt5vFo0RSvK5tTMX8aiS > .row .container { border-width: 0; border-radius: 0; }#g6s1Nm6VFtXhzt5vFo0RSvK5tTMX8aiS > .row > .video-iframe-container {  }#g6s1Nm6VFtXhzt5vFo0RSvK5tTMX8aiS > .row .container { font-size:0.875rem;font-family:arial;height:0.625rem;width:60rem;position:relative;display:block; }#mRpPdOZqf0xSogz4S8OHsRcy2QJ93oKx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#mRpPdOZqf0xSogz4S8OHsRcy2QJ93oKx > .row .container { background-color: transparent; background-image: none; }#mRpPdOZqf0xSogz4S8OHsRcy2QJ93oKx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRpPdOZqf0xSogz4S8OHsRcy2QJ93oKx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRpPdOZqf0xSogz4S8OHsRcy2QJ93oKx > .row .container > .video-iframe-container { display: none; }#mRpPdOZqf0xSogz4S8OHsRcy2QJ93oKx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRpPdOZqf0xSogz4S8OHsRcy2QJ93oKx > .row > .video-iframe-container { display: none; }#mRpPdOZqf0xSogz4S8OHsRcy2QJ93oKx > .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); }#mRpPdOZqf0xSogz4S8OHsRcy2QJ93oKx > .row .container { border-width: 0; border-radius: 0; }#mRpPdOZqf0xSogz4S8OHsRcy2QJ93oKx > .row > .video-iframe-container {  }#mRpPdOZqf0xSogz4S8OHsRcy2QJ93oKx > .row .container { font-size:0.875rem;font-family:arial;height:16rem;width:60rem;position:relative;display:block; }#T104idGfJV1DImmddCXI7QZCZtQblwnX { position:absolute;display:block;z-index:100022;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.25rem rgba(0,0,0,0.5) ;height:14.8125rem;width:19.4375rem;top:1.1875rem;left:0rem;display:block; }
#ITiuatMWpM6zG8Hx1IJTLhVw4MWE3ezE { color:#333740;display:block;width:5.25rem;position:absolute;font-family:atrament;font-size:1.125rem;font-weight:400;z-index:100023;line-height:1.4;letter-spacing:0;top:6.3125rem;left:0.8125rem;height:7.87109375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qzpvkV6NwIHEuZa2FcB14pR6ZC1UCblO { color:#333740;display:block;width:20.6875rem;position:absolute;font-family:atrament;font-size:2.125rem;font-weight:400;z-index:100027;line-height:1;letter-spacing:0;top:1.8125rem;left:0.75rem;height:4.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#P04d08iaNsvt6kCWhneBuOeSnrygTOi6 { color:#333740;display:block;width:11.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100024;line-height:1.5;letter-spacing:0;top:6.25rem;left:7.5rem;height:7.96875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zFTgLVnCcsvqlOwu4yS6ORIg4fmzzwJw { position:absolute;display:block;z-index:100030;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.25rem rgba(0,0,0,0.5) ;height:14.8125rem;width:19.4375rem;top:1.1875rem;left:20.3125rem;display:block; }
#ezlKzacUDTtgoKy2fdWJOh5fTKmGJkpw { color:#333740;display:block;width:8.375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100032;line-height:1.5;letter-spacing:0;top:6.25rem;left:27.8125rem;height:7.96875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aHWKi8l1qGrGC1eDXVS8sT43qSByHCxN { color:#333740;display:block;width:5.25rem;position:absolute;font-family:atrament;font-size:1.125rem;font-weight:400;z-index:100031;line-height:1.4;letter-spacing:0;top:6.3125rem;left:21.125rem;height:7.87109375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qVI1Mvp1AtKOwi701MZ0OpTMtBZVOiDW { color:#333740;display:block;width:20.6875rem;position:absolute;font-family:atrament;font-size:2.125rem;font-weight:400;z-index:100035;line-height:1;letter-spacing:0;top:1.8125rem;left:21.0625rem;height:4.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cZJgJLgQJ8QcNUw38XQawRh4ayJPrwlm { color:#333740;display:block;width:15.372875rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:400;z-index:100044;line-height:1.3;letter-spacing:0;top:14.625rem;left:0.81232261657713rem;height:0.8125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zuWohtogTq9KR7mQhf7fusu9pBQxt25i { color:#333740;display:block;width:15.372875rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:400;z-index:100045;line-height:1.3;letter-spacing:0;top:14.625rem;left:21.124821662903rem;height:0.8125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L2rKJRZTRW3MLlE4LXZCDdOCc9b6otWI { position:absolute;display:block;z-index:100040;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.25rem rgba(0,0,0,0.5) ;height:14.8125rem;width:19.4375rem;top:1.1875rem;left:40.5625rem;display:block; }
#KzvDqh7ehDcaS7bh7E7C1ldbfEibDrXe { color:#333740;display:block;width:8.8125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100042;line-height:1.5;letter-spacing:0;top:6.25rem;left:48.0625rem;height:7.96875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zc2nrxHNoUaS4p5BhMiZX6C7XLMyq8qR { color:#333740;display:block;width:15.3720625rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:400;z-index:100055;line-height:1.3;letter-spacing:0;top:14.625rem;left:41.375rem;height:0.8125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tetVrIeHK9Ot6EgyOcLsRi66xfsuWru4 { color:#333740;display:block;width:17.1875rem;position:absolute;font-family:atrament;font-size:2.125rem;font-weight:400;z-index:100045;line-height:1;letter-spacing:0;top:1.8125rem;left:41.3125rem;height:4.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lx4HP1SicTbTUpRHw9cxuViUUT7XsQsq { color:#333740;display:block;width:7.75rem;position:absolute;font-family:atrament;font-size:1.125rem;font-weight:400;z-index:100041;line-height:1.4;letter-spacing:0;top:6.3125rem;left:41.375rem;height:7.87109375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z46uo6Pb7eJsEteyH8hJdchfOVO26Hw4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#z46uo6Pb7eJsEteyH8hJdchfOVO26Hw4 > .row .container { background-color: transparent; background-image: none; }#z46uo6Pb7eJsEteyH8hJdchfOVO26Hw4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z46uo6Pb7eJsEteyH8hJdchfOVO26Hw4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z46uo6Pb7eJsEteyH8hJdchfOVO26Hw4 > .row .container > .video-iframe-container { display: none; }#z46uo6Pb7eJsEteyH8hJdchfOVO26Hw4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z46uo6Pb7eJsEteyH8hJdchfOVO26Hw4 > .row > .video-iframe-container { display: none; }#z46uo6Pb7eJsEteyH8hJdchfOVO26Hw4 > .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); }#z46uo6Pb7eJsEteyH8hJdchfOVO26Hw4 > .row .container { border-width: 0; border-radius: 0; }#z46uo6Pb7eJsEteyH8hJdchfOVO26Hw4 > .row > .video-iframe-container {  }#z46uo6Pb7eJsEteyH8hJdchfOVO26Hw4 > .row .container { font-size:0.875rem;font-family:arial;height:16.1875rem;width:60rem;position:relative;display:block; }#nf6dqnsNTSEUOhXq2oKTbUuEPXXknE91 { position:absolute;display:block;z-index:100022;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.25rem rgba(0,0,0,0.5) ;height:14.8125rem;width:19.4375rem;top:1.1875rem;left:0rem;display:block; }
#m2dnwdkO5oXC1lCpNN6zIei1M3WaEb4d { color:#333740;display:block;width:5.25rem;position:absolute;font-family:atrament;font-size:1.125rem;font-weight:400;z-index:100023;line-height:1.4;letter-spacing:0;top:6.3125rem;left:0.8125rem;height:7.87109375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UrN9VmiNFeEHuFiJ6hVeVGPdEyigSKxS { color:#fd0e3f;display:block;width:20.6875rem;position:absolute;font-family:atrament;font-size:2.125rem;font-weight:400;z-index:100027;line-height:1;letter-spacing:0;top:1.8125rem;left:0.75rem;height:4.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ExfhsIFhZNhxonCsXULUywla5tMnGROo { color:#333740;display:block;width:8.375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100024;line-height:1.5;letter-spacing:0;top:6.25rem;left:7.5rem;height:7.96875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bgILTTDORBoLiz2mTzlWZdxN9Zg87TbU { position:absolute;display:block;z-index:100030;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.25rem rgba(0,0,0,0.5) ;height:14.8125rem;width:19.4375rem;top:1.1875rem;left:20.3125rem;display:block; }
#hNKyMB6HsqACZH0VGUaCZGzuQb7QmPgl { color:#333740;display:block;width:11.125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100032;line-height:1.5;letter-spacing:0;top:6.25rem;left:27.8125rem;height:7.96875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tGMnzUNJzG08SE7atJMSneJsNKWhwhXT { color:#333740;display:block;width:5.9375rem;position:absolute;font-family:atrament;font-size:1.125rem;font-weight:400;z-index:100031;line-height:1.4;letter-spacing:0;top:6.3125rem;left:21.125rem;height:7.87109375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hZUPcuiTWxGhkTz0wFel20grETEmrXaS { color:#333740;display:block;width:20.6875rem;position:absolute;font-family:atrament;font-size:2.125rem;font-weight:700;z-index:100035;line-height:1;letter-spacing:0;top:1.8125rem;left:21.0625rem;height:2.125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BbJO1pP5kKvJQITpGf4TtHETNwhoPmv0 { color:#333740;display:block;width:15.372875rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:400;z-index:100041;line-height:1.3;letter-spacing:0;top:14.625rem;left:0.81232261657713rem;height:0.8125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mrzlF6zfE48zpyAfd0DrKaHVTOedWZTi { color:#333740;display:block;width:15.372875rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:400;z-index:100043;line-height:1.3;letter-spacing:0;top:14.625rem;left:21.124821662903rem;height:0.8125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PiwysFzob1lrvfGZCl5qiVgZriisvVv6 { position:absolute;display:block;z-index:100050;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.25rem rgba(0,0,0,0.5) ;height:14.8125rem;width:19.4375rem;top:1.1875rem;left:40.5625rem;display:block; }
#TiaOZDSiLBqkoCfQhHT6OzO8lWlTT9CB { color:#333740;display:block;width:9.125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100052;line-height:1.5;letter-spacing:0;top:6.25rem;left:48.0625rem;height:7.96875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CyQoVzsRrf1s3vPd5mIhdRofLWfWPOXI { color:#333740;display:block;width:15.372875rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:400;z-index:100065;line-height:1.3;letter-spacing:0;top:14.625rem;left:41.375rem;height:0.8125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T3RwvhubaqVIo3VemAh49cpUmp6bXkgJ { color:#333740;display:block;width:7.75rem;position:absolute;font-family:atrament;font-size:1.125rem;font-weight:400;z-index:100051;line-height:1.4;letter-spacing:0;top:6.3125rem;left:41.375rem;height:7.87109375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aoWQ2Tpgq6aZ80DmLTgWCbRME7XXInr6 { color:#fd0e3f;display:block;width:17.8125rem;position:absolute;font-family:atrament;font-size:2.125rem;font-weight:400;z-index:100055;line-height:1;letter-spacing:0;top:1.8125rem;left:41.3125rem;height:2.125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T4dZIJwRk9SgZfaTez6tBIXxQvictxa4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#T4dZIJwRk9SgZfaTez6tBIXxQvictxa4 > .row .container { background-color: transparent; background-image: none; }#T4dZIJwRk9SgZfaTez6tBIXxQvictxa4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4dZIJwRk9SgZfaTez6tBIXxQvictxa4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4dZIJwRk9SgZfaTez6tBIXxQvictxa4 > .row .container > .video-iframe-container { display: none; }#T4dZIJwRk9SgZfaTez6tBIXxQvictxa4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4dZIJwRk9SgZfaTez6tBIXxQvictxa4 > .row > .video-iframe-container { display: none; }#T4dZIJwRk9SgZfaTez6tBIXxQvictxa4 > .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); }#T4dZIJwRk9SgZfaTez6tBIXxQvictxa4 > .row .container { border-width: 0; border-radius: 0; }#T4dZIJwRk9SgZfaTez6tBIXxQvictxa4 > .row > .video-iframe-container {  }#T4dZIJwRk9SgZfaTez6tBIXxQvictxa4 > .row .container { font-size:0.875rem;font-family:arial;height:16rem;width:60rem;position:relative;display:block; }#Qf2Xx3wegsGZo2aV6p03OsR3PEtdbLRq { position:absolute;display:block;z-index:100030;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.25rem rgba(0,0,0,0.5) ;height:14.8125rem;width:19.4375rem;top:1.1875rem;left:20.3125rem;display:block; }
#g5VaDtqXsq6DFfhPnqg16QkfCfINMCW0 { color:#333740;display:block;width:11.125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100032;line-height:1.5;letter-spacing:0;top:6.25rem;left:27.8125rem;height:7.96875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HA3ZZTafe2vbDIg4Tv1Z1Wbgd3pdN2g5 { color:#333740;display:block;width:5.25rem;position:absolute;font-family:atrament;font-size:1.125rem;font-weight:400;z-index:100031;line-height:1.4;letter-spacing:0;top:6.3125rem;left:21.125rem;height:7.87109375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#M7VJ7CX9bOdFS3H4Hd0rXt554FbeoQR0 { color:#333740;display:block;width:20.6875rem;position:absolute;font-family:atrament;font-size:2.125rem;font-weight:400;z-index:100035;line-height:1;letter-spacing:0;top:1.8125rem;left:21.0625rem;height:2.125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f8HgXnoVGLsgWSwtG30bB9AJe3rMDAnz { color:#333740;display:block;width:15.372875rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:400;z-index:100039;line-height:1.3;letter-spacing:0;top:14.625rem;left:21.124821662903rem;height:0.8125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#H9RSbur5sDLBSdrV7VwtKoMg2ZBaacZ7 { position:absolute;display:block;z-index:100030;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.25rem rgba(0,0,0,0.5) ;height:14.8125rem;width:19.4375rem;top:1.1875rem;left:40.5625rem;display:block; }
#BH8TQZ7rZekiiBt3vFGsCBTvhWULokBT { color:#333740;display:block;width:8.375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100032;line-height:1.5;letter-spacing:0;top:6.25rem;left:48.0625rem;height:7.96875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#a2SKDoKCiqa7Zr7VGPPkXcG23Xk58wHE { color:#333740;display:block;width:15.3720625rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:400;z-index:100045;line-height:1.3;letter-spacing:0;top:14.625rem;left:41.375rem;height:0.8125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GP46UxgDXl4S8m0xb0LCMrwaqXVgzPAm { color:#333740;display:block;width:15.75rem;position:absolute;font-family:atrament;font-size:2.125rem;font-weight:400;z-index:100035;line-height:1;letter-spacing:0;top:1.8125rem;left:41.3125rem;height:4.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MA42qzLFdqGLU8tu82WDT79wW6JpS3aV { color:#333740;display:block;width:5.25rem;position:absolute;font-family:atrament;font-size:1.125rem;font-weight:400;z-index:100031;line-height:1.4;letter-spacing:0;top:6.3125rem;left:41.375rem;height:7.87109375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hCTmHy7FHmo7PctvL9s2pwDLgAd2IMvE { position:absolute;display:block;z-index:100027;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.25rem rgba(0,0,0,0.5) ;height:14.8125rem;width:19.4375rem;top:1.1875rem;left:0rem;display:block; }
#JysTXmiq90AxIqiVf9wbFLsKqkLD4ls7 { color:#333740;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100029;line-height:1.5;letter-spacing:0;top:6.25rem;left:7.5rem;height:7.96875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gkCIp5niEwxADTxm0hJRGrBvwdFhhdvF { color:#333740;display:block;width:15.374625rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:400;z-index:100041;line-height:1.3;letter-spacing:0;top:14.625rem;left:0.8125rem;height:0.8125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GciOL2n3y8FCsenB0HhO54Wnpkb7EFLK { color:#333740;display:block;width:5.25rem;position:absolute;font-family:atrament;font-size:1.125rem;font-weight:400;z-index:100028;line-height:1.4;letter-spacing:0;top:6.3125rem;left:0.8125rem;height:7.87109375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XuM646iS49aCWVa77miU02Z7ek8BAPBD { color:#333740;display:block;width:14.5625rem;position:absolute;font-family:atrament;font-size:2.125rem;font-weight:400;z-index:100032;line-height:1;letter-spacing:0;top:1.8125rem;left:0.75rem;height:2.125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#J2rfdinGEDtd3DZ4PBVFVmDbZtSuGVrO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#J2rfdinGEDtd3DZ4PBVFVmDbZtSuGVrO > .row .container { background-color: transparent; background-image: none; }#J2rfdinGEDtd3DZ4PBVFVmDbZtSuGVrO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J2rfdinGEDtd3DZ4PBVFVmDbZtSuGVrO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J2rfdinGEDtd3DZ4PBVFVmDbZtSuGVrO > .row .container > .video-iframe-container { display: none; }#J2rfdinGEDtd3DZ4PBVFVmDbZtSuGVrO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J2rfdinGEDtd3DZ4PBVFVmDbZtSuGVrO > .row > .video-iframe-container { display: none; }#J2rfdinGEDtd3DZ4PBVFVmDbZtSuGVrO > .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); }#J2rfdinGEDtd3DZ4PBVFVmDbZtSuGVrO > .row .container { border-width: 0; border-radius: 0; }#J2rfdinGEDtd3DZ4PBVFVmDbZtSuGVrO > .row > .video-iframe-container {  }#J2rfdinGEDtd3DZ4PBVFVmDbZtSuGVrO > .row .container { font-size:0.875rem;font-family:arial;height:16rem;width:60rem;position:relative;display:block; }#c7ZmEJDDUcwMHvvNncKwIl0ADHQfdM7n { position:absolute;display:block;z-index:100022;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.25rem rgba(0,0,0,0.5) ;height:14.8125rem;width:19.4375rem;top:1.1869678497314rem;left:0rem;display:block; }
#xbHG6G4fRfqzKQp2ZsPHT75T12BUsT6H { color:#333740;display:block;width:5.25rem;position:absolute;font-family:atrament;font-size:1.125rem;font-weight:400;z-index:100023;line-height:1.4;letter-spacing:0;top:6.3125rem;left:0.8125rem;height:7.87109375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l7ETcO5u7A8Jir34AIBzhmk6fbNdF6mn { color:#333740;display:block;width:14.5625rem;position:absolute;font-family:atrament;font-size:2.125rem;font-weight:400;z-index:100027;line-height:1;letter-spacing:0;top:1.8125rem;left:0.7490234375rem;height:4.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gBN8shSRiJ0Gx1HGfbS28ka3X322rdzN { color:#333740;display:block;width:12.0625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100024;line-height:1.5;letter-spacing:0;top:6.25rem;left:7.5rem;height:9.5625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Pes9NxdHoamwM1zUOoD5AyTS4LAdhF2f { position:absolute;display:block;z-index:100030;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.25rem rgba(0,0,0,0.5) ;height:14.8125rem;width:19.4375rem;top:1.1875rem;left:20.3125rem;display:block; }
#leFPIkU6JSzwlUOUEDydFiNWyH9qAUM3 { color:#333740;display:block;width:12.125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100032;line-height:1.5;letter-spacing:0;top:6.25rem;left:28.125rem;height:7.96875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SaAx17L3hhDck0WnTHeMw8eGGCpbtlXd { color:#333740;display:block;width:6.875rem;position:absolute;font-family:atrament;font-size:1.125rem;font-weight:400;z-index:100031;line-height:1.4;letter-spacing:0;top:6.3125rem;left:21.125rem;height:7.87109375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Wf8BsWB2qk9T81l6OpnZUEBNMPc5qlaD { color:#333740;display:block;width:15.5625rem;position:absolute;font-family:atrament;font-size:2.125rem;font-weight:400;z-index:100035;line-height:1;letter-spacing:0;top:1.8125rem;left:21.0625rem;height:2.125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dTLU2TARAsW6LeDIlTbelf4ZrBP9ITTF { color:#333740;display:block;width:15.374625rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:400;z-index:100036;line-height:1.3;letter-spacing:0;top:14.625rem;left:0.81232261657713rem;height:0.8125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RFyR7E6Svpsp10HNItDpOlmUGg8ntpTf { color:#333740;display:block;width:15.37375rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:400;z-index:100037;line-height:1.3;letter-spacing:0;top:14.625rem;left:21.124821662903rem;height:0.8125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#k0kTT7Zyu3dqJcn9hDFaeNMy14eV3ASa { position:absolute;display:block;z-index:100030;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.25rem rgba(0,0,0,0.5) ;height:14.8125rem;width:19.4375rem;top:1.1875rem;left:40.5625rem;display:block; }
#qv2aPFbTzhU2Gl5Vv8CHPXmhwS5LxQJV { color:#333740;display:block;width:8.8125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100032;line-height:1.5;letter-spacing:0;top:6.25rem;left:48.0625rem;height:7.96875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OCuXxrSBKuLOX4q4gOLRtP16hvpeMkz9 { color:#333740;display:block;width:15.3720625rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:400;z-index:100045;line-height:1.3;letter-spacing:0;top:14.625rem;left:41.375rem;height:0.8125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qMwEdoKyD0DXTdrT6C7OI4lbvshhfu2z { color:#333740;display:block;width:7.75rem;position:absolute;font-family:atrament;font-size:1.125rem;font-weight:400;z-index:100031;line-height:1.4;letter-spacing:0;top:6.3125rem;left:41.375rem;height:7.87109375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#x6xUSp0l7PGQu2y7kyR9zcFZpV1pDBrD { color:#333740;display:block;width:17.1875rem;position:absolute;font-family:atrament;font-size:2.125rem;font-weight:400;z-index:100035;line-height:1;letter-spacing:0;top:1.8125rem;left:41.3125rem;height:4.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V4CzCpZbcDVfCkThbv84AtJK9GtORHwQ { color:#333740;display:block;width:10.125rem;position:absolute;font-family:atrament;font-size:1.375rem;font-weight:400;z-index:100030;line-height:1.5;letter-spacing:0;top:3.625rem;left:21.125rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TPtCx47dLlNibtrbRpqFa91nyyOc99G6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#TPtCx47dLlNibtrbRpqFa91nyyOc99G6 > .row .container { background-color: transparent; background-image: none; }#TPtCx47dLlNibtrbRpqFa91nyyOc99G6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPtCx47dLlNibtrbRpqFa91nyyOc99G6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPtCx47dLlNibtrbRpqFa91nyyOc99G6 > .row .container > .video-iframe-container { display: none; }#TPtCx47dLlNibtrbRpqFa91nyyOc99G6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPtCx47dLlNibtrbRpqFa91nyyOc99G6 > .row > .video-iframe-container { display: none; }#TPtCx47dLlNibtrbRpqFa91nyyOc99G6 > .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); }#TPtCx47dLlNibtrbRpqFa91nyyOc99G6 > .row .container { border-width: 0; border-radius: 0; }#TPtCx47dLlNibtrbRpqFa91nyyOc99G6 > .row > .video-iframe-container {  }#TPtCx47dLlNibtrbRpqFa91nyyOc99G6 > .row .container { font-size:0.875rem;font-family:arial;height:16rem;width:60rem;position:relative;display:block; }#KNp87Mnetk7LKWPZwe5nkShlDh2Rwc0X { position:absolute;display:block;z-index:100030;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.25rem rgba(0,0,0,0.5) ;height:14.8125rem;width:19.4375rem;top:1.1875rem;left:20.3125rem;display:block; }
#aMLCkXLlLAlgGT49xCWWcvVUBm2f6kVG { color:#333740;display:block;width:12.125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100032;line-height:1.5;letter-spacing:0;top:6.25rem;left:27.8125rem;height:7.96875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XsURaG6cgT7SbOAOdelw2DCUxtg1knwk { color:#333740;display:block;width:5.25rem;position:absolute;font-family:atrament;font-size:1.125rem;font-weight:400;z-index:100031;line-height:1.4;letter-spacing:0;top:6.3125rem;left:21.125rem;height:7.87109375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#q7lpttGNu0RGodbrzM0S0Z8nmaGOS9DD { color:#333740;display:block;width:20.6875rem;position:absolute;font-family:atrament;font-size:2.125rem;font-weight:400;z-index:100035;line-height:1;letter-spacing:0;top:1.8125rem;left:21.0625rem;height:4.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tQDztVQpQoLLRlTvzDdZSe6xrITZeIsr { color:#333740;display:block;width:15.37375rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:400;z-index:100037;line-height:1.3;letter-spacing:0;top:14.625rem;left:21.124821662903rem;height:0.8125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sJtEI6vFHTSlOTi1yfHr4cdUaE76bKRr { position:absolute;display:block;z-index:100030;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.25rem rgba(0,0,0,0.5) ;height:14.8125rem;width:19.4375rem;top:1.1875rem;left:40.5625rem;display:block; }
#te1b92HIZcqIohKweKVB3o6IkxhvFNJH { color:#333740;display:block;width:8.8125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100032;line-height:1.5;letter-spacing:0;top:6.25rem;left:48.0625rem;height:7.96875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CV19TpfpGlqBCNGRbvQAhBHZprhNJdCz { color:#333740;display:block;width:15.3720625rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:400;z-index:100045;line-height:1.3;letter-spacing:0;top:14.625rem;left:41.375rem;height:0.8125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r9nc8odPvBhTiI2QcxvJ2qhTA5b5rH45 { color:#333740;display:block;width:7.75rem;position:absolute;font-family:atrament;font-size:1.125rem;font-weight:400;z-index:100031;line-height:1.4;letter-spacing:0;top:6.3125rem;left:41.375rem;height:7.87109375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ChRI3lmcLXCU8FhdmT41AJcIaR1Ts2OA { color:#333740;display:block;width:17.1875rem;position:absolute;font-family:atrament;font-size:2.125rem;font-weight:400;z-index:100035;line-height:1;letter-spacing:0;top:1.8125rem;left:41.3125rem;height:4.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NhNRDXa7Gfc2cN8FaJSktb0VTNCcQSsU { position:absolute;display:block;z-index:100027;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.25rem rgba(0,0,0,0.5) ;height:14.8125rem;width:19.4375rem;top:1.1875rem;left:0rem;display:block; }
#ZWFDUTHFWtHPZqM8vailTJR0x7KoVhuS { color:#333740;display:block;width:6.4375rem;position:absolute;font-family:atrament;font-size:1.125rem;font-weight:400;z-index:100028;line-height:1.4;letter-spacing:0;top:6.3125rem;left:0.8125rem;height:7.87109375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#naGA6SEt2m27vepl1ZnXs6pHwxskiwdS { color:#333740;display:block;width:20.6875rem;position:absolute;font-family:atrament;font-size:2.125rem;font-weight:400;z-index:100032;line-height:1;letter-spacing:0;top:1.8125rem;left:0.75rem;height:2.125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LLr9o4NMCl7RdtrHVPMTe8VZOLz0BEIt { color:#333740;display:block;width:8.375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100029;line-height:1.5;letter-spacing:0;top:6.25rem;left:7.5rem;height:7.96875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TOVdps0bEvKLXrxBl63tnPUEgHra2fHn { color:#333740;display:block;width:15.372875rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:400;z-index:100043;line-height:1.3;letter-spacing:0;top:14.625rem;left:0.8125rem;height:0.8125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sgPkJKyaNL36ydGX38V22ThJf6TTMiT4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#sgPkJKyaNL36ydGX38V22ThJf6TTMiT4 > .row .container { background-color: transparent; background-image: none; }#sgPkJKyaNL36ydGX38V22ThJf6TTMiT4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sgPkJKyaNL36ydGX38V22ThJf6TTMiT4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sgPkJKyaNL36ydGX38V22ThJf6TTMiT4 > .row .container > .video-iframe-container { display: none; }#sgPkJKyaNL36ydGX38V22ThJf6TTMiT4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sgPkJKyaNL36ydGX38V22ThJf6TTMiT4 > .row > .video-iframe-container { display: none; }#sgPkJKyaNL36ydGX38V22ThJf6TTMiT4 > .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); }#sgPkJKyaNL36ydGX38V22ThJf6TTMiT4 > .row .container { border-width: 0; border-radius: 0; }#sgPkJKyaNL36ydGX38V22ThJf6TTMiT4 > .row > .video-iframe-container {  }#sgPkJKyaNL36ydGX38V22ThJf6TTMiT4 > .row .container { font-size:0.875rem;font-family:arial;height:16rem;width:60rem;position:relative;display:block; }#G8NTz5knqJmxfWZ1b4zoXwiHkW8QA4zt { position:absolute;display:block;z-index:100022;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.25rem rgba(0,0,0,0.5) ;height:14.8125rem;width:19.4375rem;top:1.1869678497314rem;left:0rem;display:block; }
#yQIQxPl6Lyo3qhmC21B0JwVrx3AVN7Du { color:#333740;display:block;width:5.25rem;position:absolute;font-family:atrament;font-size:1.125rem;font-weight:400;z-index:100023;line-height:1.4;letter-spacing:0;top:6.3125rem;left:0.8125rem;height:7.87109375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#q7voT9JKTBRM74fpUfhqh6TKCeogopPx { color:#333740;display:block;width:14.5625rem;position:absolute;font-family:atrament;font-size:2.125rem;font-weight:400;z-index:100027;line-height:1;letter-spacing:0;top:1.8125rem;left:0.7490234375rem;height:4.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#U8gUgF6eUrmbEvmBDuuaHgTJNRTbxsuh { color:#333740;display:block;width:12.0625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100024;line-height:1.5;letter-spacing:0;top:6.25rem;left:7.5rem;height:9.5625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f25bv6L4N8G2QCfvEHpwynLTWrGAy1gq { position:absolute;display:block;z-index:100030;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.25rem rgba(0,0,0,0.5) ;height:14.8125rem;width:19.4375rem;top:1.1875rem;left:20.3125rem;display:block; }
#K3v9AF5KDEyrphRi4ZNe3BVWw1OfIkpK { color:#333740;display:block;width:12.125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100032;line-height:1.5;letter-spacing:0;top:6.25rem;left:27.8125rem;height:7.96875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pwtcyITHXWpTlmCJ5WhlWoqUnwIzWSHU { color:#333740;display:block;width:6.875rem;position:absolute;font-family:atrament;font-size:1.125rem;font-weight:400;z-index:100031;line-height:1.4;letter-spacing:0;top:6.3125rem;left:21.125rem;height:7.87109375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kU3Dt7Mo1PJ5rTiLqT2d5yoQnKJRP6BL { color:#333740;display:block;width:15.5625rem;position:absolute;font-family:atrament;font-size:2.125rem;font-weight:400;z-index:100035;line-height:1;letter-spacing:0;top:1.8125rem;left:21.0625rem;height:2.125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z7rJr0mZ2krW6mTzCPkE2inLW4WJozCq { color:#333740;display:block;width:15.374625rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:400;z-index:100036;line-height:1.3;letter-spacing:0;top:14.625rem;left:0.81232261657713rem;height:0.8125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kzQDOyV0Mn8ZibFvnOWbg5LwhdI8HCTo { color:#333740;display:block;width:15.37375rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:400;z-index:100037;line-height:1.3;letter-spacing:0;top:14.625rem;left:21.124821662903rem;height:0.8125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#a559MUH8qw65e6MSlMc6e75a4THsyPIt { position:absolute;display:block;z-index:100030;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.25rem rgba(0,0,0,0.5) ;height:14.8125rem;width:19.4375rem;top:1.1875rem;left:40.5625rem;display:block; }
#tF7KCXPwU3iNTVxtgawMcB0sKwMawP6C { color:#333740;display:block;width:8.8125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100032;line-height:1.5;letter-spacing:0;top:6.25rem;left:48.0625rem;height:7.96875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cz7qvnafW0uxsn74xF1pCiqPQ1dwW3qz { color:#333740;display:block;width:15.3720625rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:400;z-index:100045;line-height:1.3;letter-spacing:0;top:14.625rem;left:41.375rem;height:0.8125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r7O5tg8GCklJLt7xIBm7JyRcgI2ABX6F { color:#333740;display:block;width:7.75rem;position:absolute;font-family:atrament;font-size:1.125rem;font-weight:400;z-index:100031;line-height:1.4;letter-spacing:0;top:6.3125rem;left:41.375rem;height:7.87109375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tvcRW1pbfcqCZgPkZT7Gpz6N3OR4ADTE { color:#333740;display:block;width:17.1875rem;position:absolute;font-family:atrament;font-size:2.125rem;font-weight:400;z-index:100035;line-height:1;letter-spacing:0;top:1.8125rem;left:41.3125rem;height:4.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r6C8OgutgFr9ZkKCy2L5uD9fA5HuMlSG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#r6C8OgutgFr9ZkKCy2L5uD9fA5HuMlSG > .row .container { background-color: transparent; background-image: none; }#r6C8OgutgFr9ZkKCy2L5uD9fA5HuMlSG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r6C8OgutgFr9ZkKCy2L5uD9fA5HuMlSG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r6C8OgutgFr9ZkKCy2L5uD9fA5HuMlSG > .row .container > .video-iframe-container { display: none; }#r6C8OgutgFr9ZkKCy2L5uD9fA5HuMlSG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r6C8OgutgFr9ZkKCy2L5uD9fA5HuMlSG > .row > .video-iframe-container { display: none; }#r6C8OgutgFr9ZkKCy2L5uD9fA5HuMlSG > .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); }#r6C8OgutgFr9ZkKCy2L5uD9fA5HuMlSG > .row .container { border-width: 0; border-radius: 0; }#r6C8OgutgFr9ZkKCy2L5uD9fA5HuMlSG > .row > .video-iframe-container {  }#r6C8OgutgFr9ZkKCy2L5uD9fA5HuMlSG > .row .container { font-size:0.875rem;font-family:arial;height:16.125rem;width:60rem;position:relative;display:block; }#xTKIPrO0lidqXmIThGZCTUfticd0OqdD { position:absolute;display:block;z-index:100030;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.25rem rgba(0,0,0,0.5) ;height:14.8125rem;width:19.4375rem;top:1.1875rem;left:0rem;display:block; }
#eJ2c9MuTsBZt6zuQrnaZ8mvJnT8f2Nf6 { color:#333740;display:block;width:12.125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100032;line-height:1.5;letter-spacing:0;top:6.25rem;left:7.5rem;height:7.96875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SHq8zc0AoDQe1yUlP6MR4mhrIgtST78q { color:#333740;display:block;width:5.25rem;position:absolute;font-family:atrament;font-size:1.125rem;font-weight:400;z-index:100031;line-height:1.4;letter-spacing:0;top:6.3125rem;left:0.8125rem;height:7.87109375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TPgTKmD0HPmZoo9JK47XKgZZIBPrC9PT { color:#333740;display:block;width:18.0625rem;position:absolute;font-family:atrament;font-size:2.125rem;font-weight:400;z-index:100035;line-height:1;letter-spacing:0;top:1.8125rem;left:0.75rem;height:4.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tvkSAoXUBxgiVBTZtuUCMgckQO4ev14e { color:#333740;display:block;width:15.37375rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:400;z-index:100037;line-height:1.3;letter-spacing:0;top:14.625rem;left:0.8125rem;height:0.8125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TvTTu0U9o2PHu36AgXt0fimvCbemx15C { position:absolute;display:block;z-index:100030;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.25rem rgba(0,0,0,0.5) ;height:14.8125rem;width:19.4375rem;top:1.1875rem;left:20.375rem;display:block; }
#VDUFSuTVUTU6knRxxZPi3PvvAhVB3iQ7 { color:#333740;display:block;width:20.6875rem;position:absolute;font-family:atrament;font-size:2.125rem;font-weight:400;z-index:100035;line-height:1;letter-spacing:0;top:1.8125rem;left:21.125rem;height:2.125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RJnGe90hTtSOJqAMiCDHHlu7vboKMsx6 { color:#333740;display:block;width:12.125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100032;line-height:1.5;letter-spacing:0;top:6.25rem;left:27.8125rem;height:7.96875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A7voOg2M1FDyMurhMIRbRdZTCxlp2cHB { color:#333740;display:block;width:5.25rem;position:absolute;font-family:atrament;font-size:1.125rem;font-weight:400;z-index:100031;line-height:1.4;letter-spacing:0;top:6.3125rem;left:21.1875rem;height:7.87109375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gsyrmCXdfQvKy5rG0OGsH2KRXSCiTAAq { color:#333740;display:block;width:15.3730625rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:400;z-index:100037;line-height:1.3;letter-spacing:0;top:14.625rem;left:21.1875rem;height:0.8125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ESz4mvlbcMLiQWEFvtLGNti2xqOfIEiE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ESz4mvlbcMLiQWEFvtLGNti2xqOfIEiE > .row .container { background-color: transparent; background-image: none; }#ESz4mvlbcMLiQWEFvtLGNti2xqOfIEiE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ESz4mvlbcMLiQWEFvtLGNti2xqOfIEiE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ESz4mvlbcMLiQWEFvtLGNti2xqOfIEiE > .row .container > .video-iframe-container { display: none; }#ESz4mvlbcMLiQWEFvtLGNti2xqOfIEiE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ESz4mvlbcMLiQWEFvtLGNti2xqOfIEiE > .row > .video-iframe-container { display: none; }#ESz4mvlbcMLiQWEFvtLGNti2xqOfIEiE > .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); }#ESz4mvlbcMLiQWEFvtLGNti2xqOfIEiE > .row .container { border-width: 0; border-radius: 0; }#ESz4mvlbcMLiQWEFvtLGNti2xqOfIEiE > .row > .video-iframe-container {  }#ESz4mvlbcMLiQWEFvtLGNti2xqOfIEiE > .row .container { font-size:0.875rem;font-family:arial;height:2.125rem;width:60rem;position:relative;display:block; }#yzVPsfzhX2HCqX7zlrfkvizayCWpkbmh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dfdfdf;background-image:none;position:relative;display:block; }#yzVPsfzhX2HCqX7zlrfkvizayCWpkbmh > .row .container { background-color: transparent; background-image: none; }#yzVPsfzhX2HCqX7zlrfkvizayCWpkbmh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yzVPsfzhX2HCqX7zlrfkvizayCWpkbmh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yzVPsfzhX2HCqX7zlrfkvizayCWpkbmh > .row .container > .video-iframe-container { display: none; }#yzVPsfzhX2HCqX7zlrfkvizayCWpkbmh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yzVPsfzhX2HCqX7zlrfkvizayCWpkbmh > .row > .video-iframe-container { display: none; }#yzVPsfzhX2HCqX7zlrfkvizayCWpkbmh > .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); }#yzVPsfzhX2HCqX7zlrfkvizayCWpkbmh > .row .container { border-width: 0; border-radius: 0; }#yzVPsfzhX2HCqX7zlrfkvizayCWpkbmh > .row > .video-iframe-container {  }#yzVPsfzhX2HCqX7zlrfkvizayCWpkbmh > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;position:relative;display:block; }#eLwHILCn8pe8ltKgv7JN3LvBfLrT1u26 { color:#333740;display:block;width:30.625rem;position:absolute;font-family:atrament;font-size:3.125rem;font-weight:400;z-index:100003;line-height:1.2;letter-spacing:0;top:1.625rem;left:1.03125rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Gfy3cchWzFBoKCLioB3ofAHZgqpmAiOv { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5609rem;width:9.9360625rem;top:1.6875rem;left:47.9375rem;overflow:hidden;display:block; }
#rITvnhsftbervFpOeFPdmKlhf1TRsk1u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#rITvnhsftbervFpOeFPdmKlhf1TRsk1u > .row .container { border-width: 0; border-radius: 0; }#rITvnhsftbervFpOeFPdmKlhf1TRsk1u > .row > .video-iframe-container {  }#rITvnhsftbervFpOeFPdmKlhf1TRsk1u > .row .container { font-size:0.875rem;font-family:arial;height:16rem;width:60rem;position:relative;display:none; }#gs0bBmsyDAwyghbX71Lea8hXvWhEl0T2 { position:absolute;display:block;z-index:100022;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.25rem rgba(0,0,0,0.5) ;height:14.8125rem;width:19.4375rem;top:1.1875rem;left:0rem;display:block; }
#p0OOcsaFGJT0eTZrO4LQ9shiffUfC48d { color:#333740;display:block;width:7.75rem;position:absolute;font-family:atrament;font-size:1.125rem;font-weight:400;z-index:100023;line-height:1.4;letter-spacing:0;top:6.3121452331544rem;left:0.81232261657713rem;height:7.67046875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WiPbcQukbTN8LSRxT2sl3C1SIx7iAGTS { color:#333740;display:block;width:20.6875rem;position:absolute;font-family:atrament;font-size:2.125rem;font-weight:400;z-index:100027;line-height:1;letter-spacing:0;top:1.8125rem;left:0.75rem;height:2.102275rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#N4PhzbOuAf5PzQ08QTdv6LCgw50FTqXd { color:#333740;display:block;width:8.375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100024;line-height:1.5;letter-spacing:0;top:6.25rem;left:9.25rem;height:7.95453125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hE5suCkhfIJmtpQ9OKdkpUqCyFe2HU1h { position:absolute;display:block;z-index:100030;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.25rem rgba(0,0,0,0.5) ;height:14.8125rem;width:19.4375rem;top:1.1875rem;left:20.3125rem;display:block; }
#IKKfQAC9Z16yvhDIUIENNHehSC3eNXuG { color:#333740;display:block;width:11.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100032;line-height:1.5;letter-spacing:0;top:6.2499961853028rem;left:29.5rem;height:7.95453125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TXhbc0bTRplTpaIIpcu9FatJ6qcnw0br { color:#333740;display:block;width:7.75rem;position:absolute;font-family:atrament;font-size:1.125rem;font-weight:400;z-index:100031;line-height:1.4;letter-spacing:0;top:6.3125rem;left:21.125rem;height:7.67046875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sTaxH4MXAQBV7xamq6zvDWHhT48kTW6L { color:#333740;display:block;width:20.6875rem;position:absolute;font-family:atrament;font-size:2.125rem;font-weight:400;z-index:100035;line-height:1;letter-spacing:0;top:1.8125rem;left:21.0625rem;height:2.102275rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#N76RFZuten9JWnrtq1LELbiztKhHoyLF { position:absolute;display:block;z-index:100026;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.25rem rgba(0,0,0,0.5) ;height:14.8125rem;width:19.4375rem;top:1.1875rem;left:40.625rem;display:block; }
#QnbLBhLyP7Cwra7ppizREsNoDQ3F7aRa { color:#333740;display:block;width:8.375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100028;line-height:1.5;letter-spacing:0;top:6.25rem;left:49.875rem;height:7.95453125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZvCfLx3FL1EiMHR7pAhQHPRlOm5NwiTR { color:#333740;display:block;width:7.75rem;position:absolute;font-family:atrament;font-size:1.125rem;font-weight:400;z-index:100027;line-height:1.4;letter-spacing:0;top:6.3125rem;left:41.4375rem;height:7.67046875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aFsc99rmPQi7vXtTAdd7JyRS6uloSQBH { color:#333740;display:block;width:17.875rem;position:absolute;font-family:atrament;font-size:2.125rem;font-weight:400;z-index:100031;line-height:1;letter-spacing:0;top:1.8125rem;left:41.375rem;height:2.102275rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yOD7KJPZxcs25X6duTUzWliMbqtUaM4C { color:#333740;display:block;width:15.372875rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:400;z-index:100044;line-height:1.3;letter-spacing:0;top:14.625rem;left:0.81232261657713rem;height:0.79545625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#squ5ma6FOFqeMERlUqfX7T2PDUibQxXn { color:#333740;display:block;width:15.372875rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:400;z-index:100045;line-height:1.3;letter-spacing:0;top:14.625rem;left:21.124821662903rem;height:0.79545625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#B85O9urEKTQy4vAL8fWT1k37ioMNniTM { color:#333740;display:block;width:15.372875rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:400;z-index:100046;line-height:1.3;letter-spacing:0;top:14.625rem;left:41.437321662903rem;height:0.79545625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CK0SUZ0ndvrMlZdGelXSZ0izaU3bSxr8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#CK0SUZ0ndvrMlZdGelXSZ0izaU3bSxr8 > .row .container { border-width: 0; border-radius: 0; }#CK0SUZ0ndvrMlZdGelXSZ0izaU3bSxr8 > .row > .video-iframe-container {  }#CK0SUZ0ndvrMlZdGelXSZ0izaU3bSxr8 > .row .container { font-size:0.875rem;font-family:arial;height:0.625rem;width:60rem;position:relative;display:none; }#UbgbPhUJraN7ucOJaASWm7SnFCTxLHl8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#UbgbPhUJraN7ucOJaASWm7SnFCTxLHl8 > .row .container { background-color: transparent; background-image: none; }#UbgbPhUJraN7ucOJaASWm7SnFCTxLHl8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbgbPhUJraN7ucOJaASWm7SnFCTxLHl8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbgbPhUJraN7ucOJaASWm7SnFCTxLHl8 > .row .container > .video-iframe-container { display: none; }#UbgbPhUJraN7ucOJaASWm7SnFCTxLHl8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbgbPhUJraN7ucOJaASWm7SnFCTxLHl8 > .row > .video-iframe-container { display: none; }#UbgbPhUJraN7ucOJaASWm7SnFCTxLHl8 > .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); }#UbgbPhUJraN7ucOJaASWm7SnFCTxLHl8 > .row .container { border-width: 0; border-radius: 0; }#UbgbPhUJraN7ucOJaASWm7SnFCTxLHl8 > .row > .video-iframe-container {  }#UbgbPhUJraN7ucOJaASWm7SnFCTxLHl8 > .row .container { font-size:0.875rem;font-family:arial;height:16rem;width:60rem;position:relative;display:block; }#viRP8LW9z5iJxSSX83LmxKFX4gfRKHxr { position:absolute;display:block;z-index:100035;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.25rem rgba(0,0,0,0.5) ;height:14.8125rem;width:19.4375rem;top:1.1875rem;left:0rem;display:block; }
#SLOd3VzsOH2ET7T92u8MEGTMhZ9J7VDH { color:#333740;display:block;width:9.125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100037;line-height:1.5;letter-spacing:0;top:6.25rem;left:9.1875rem;height:7.96875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QCbcm6CaoqVoWI3Sg1JU6Ok46dC6Ayoo { color:#333740;display:block;width:7.75rem;position:absolute;font-family:atrament;font-size:1.125rem;font-weight:400;z-index:100036;line-height:1.4;letter-spacing:0;top:6.3125rem;left:0.8125rem;height:7.87109375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#stqPysrVtibfvd8KXW40xLzyl261wTNp { color:#333740;display:block;width:15.372875rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:400;z-index:100050;line-height:1.3;letter-spacing:0;top:14.625rem;left:0.8125rem;height:0.8125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zhWaEDmghUhvoyzx7IXyMEP1fWE2Etsp { color:#fd0e3f;display:block;width:17.8125rem;position:absolute;font-family:atrament;font-size:2.125rem;font-weight:400;z-index:100040;line-height:1;letter-spacing:0;top:1.8125rem;left:0.75rem;height:4.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IP9v7SSC2WKbhKXTKT1WTuM8RgaKxtST { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#IP9v7SSC2WKbhKXTKT1WTuM8RgaKxtST > .row .container { background-color: transparent; background-image: none; }#IP9v7SSC2WKbhKXTKT1WTuM8RgaKxtST::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IP9v7SSC2WKbhKXTKT1WTuM8RgaKxtST > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IP9v7SSC2WKbhKXTKT1WTuM8RgaKxtST > .row .container > .video-iframe-container { display: none; }#IP9v7SSC2WKbhKXTKT1WTuM8RgaKxtST > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IP9v7SSC2WKbhKXTKT1WTuM8RgaKxtST > .row > .video-iframe-container { display: none; }#IP9v7SSC2WKbhKXTKT1WTuM8RgaKxtST > .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); }#IP9v7SSC2WKbhKXTKT1WTuM8RgaKxtST > .row .container { border-width: 0; border-radius: 0; }#IP9v7SSC2WKbhKXTKT1WTuM8RgaKxtST > .row > .video-iframe-container {  }#IP9v7SSC2WKbhKXTKT1WTuM8RgaKxtST > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:60rem;position:relative;display:block; }#wJh0Z63rsLa86POF6RxJRDu5mSdFtdcF { color:#333740;display:block;width:46.312125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:1.3125rem;left:0.78036212921144rem;height:4.22265625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#obz8ZpCNsRXGz3oPeZC1gKw5iETRJLbk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dfdfdf;background-image:none;position:relative;display:none; }#obz8ZpCNsRXGz3oPeZC1gKw5iETRJLbk > .row .container { border-width: 0; border-radius: 0; }#obz8ZpCNsRXGz3oPeZC1gKw5iETRJLbk > .row > .video-iframe-container {  }#obz8ZpCNsRXGz3oPeZC1gKw5iETRJLbk > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;position:relative;display:none; }#Jo66dTpkRemP3Io33GyMlI6BuPb5uIEZ { color:#333740;display:block;width:30.625rem;position:absolute;font-family:atrament;font-size:3.125rem;font-weight:400;z-index:100003;line-height:1.2;letter-spacing:0;top:1.625rem;left:1.03125rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#k7oub70TALE0BDIIopype6gukPWaDtzP { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5609rem;width:9.9360625rem;top:1.6875rem;left:47.9375rem;overflow:hidden;display:block; }
#fJ8JTMB5C3OeJTFilRcATVSJwlG1wJ8u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#fJ8JTMB5C3OeJTFilRcATVSJwlG1wJ8u > .row .container { border-width: 0; border-radius: 0; }#fJ8JTMB5C3OeJTFilRcATVSJwlG1wJ8u > .row > .video-iframe-container {  }#fJ8JTMB5C3OeJTFilRcATVSJwlG1wJ8u > .row .container { font-size:0.875rem;font-family:arial;height:25.1875rem;width:60rem;position:relative;display:none; }#nBT0yKkWTt0L7xcyynQPweVvEvcclUKo { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.875rem;width:35.8125rem;top:2.3125rem;left:12.09375rem;display:block; }
#v9opR5n0I7sryTPusyuTtqQmDUdTao50 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dfdfdf;background-image:none;position:relative;display:block; }#v9opR5n0I7sryTPusyuTtqQmDUdTao50 > .row .container { background-color: transparent; background-image: none; }#v9opR5n0I7sryTPusyuTtqQmDUdTao50::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v9opR5n0I7sryTPusyuTtqQmDUdTao50 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v9opR5n0I7sryTPusyuTtqQmDUdTao50 > .row .container > .video-iframe-container { display: none; }#v9opR5n0I7sryTPusyuTtqQmDUdTao50 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v9opR5n0I7sryTPusyuTtqQmDUdTao50 > .row > .video-iframe-container { display: none; }#v9opR5n0I7sryTPusyuTtqQmDUdTao50 > .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); }#v9opR5n0I7sryTPusyuTtqQmDUdTao50 > .row .container { border-width: 0; border-radius: 0; }#v9opR5n0I7sryTPusyuTtqQmDUdTao50 > .row > .video-iframe-container {  }#v9opR5n0I7sryTPusyuTtqQmDUdTao50 > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:60rem;position:relative;display:block; }#Jr0L0iOCH919en22CUqKVT2Zkop13yfg { color:#333740;display:block;width:14.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100024;line-height:1.3;letter-spacing:0;top:1rem;left:23rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FMlFZmocAqPMcl6yg1twd7SezK2EL0Pu { color:#333740;display:block;width:14.0625rem;position:absolute;font-family:atrament;font-size:1.875rem;font-weight:400;z-index:100025;line-height:1.3;letter-spacing:0;top:4.625rem;left:23rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BcaFB0x0gTkWlyOHbH9n69APTdVe7xQF { position:absolute;display:block;z-index:100026;background-color:#9b9b9b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:3.125rem;top:4rem;left:28.4375rem;display:block; }
#TxhD2E6QndJoHKONslHTlt472lrKA6Kc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dfdfdf;background-image:none;position:relative;display:block; }#TxhD2E6QndJoHKONslHTlt472lrKA6Kc > .row .container { background-color: transparent; background-image: none; }#TxhD2E6QndJoHKONslHTlt472lrKA6Kc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxhD2E6QndJoHKONslHTlt472lrKA6Kc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxhD2E6QndJoHKONslHTlt472lrKA6Kc > .row .container > .video-iframe-container { display: none; }#TxhD2E6QndJoHKONslHTlt472lrKA6Kc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxhD2E6QndJoHKONslHTlt472lrKA6Kc > .row > .video-iframe-container { display: none; }#TxhD2E6QndJoHKONslHTlt472lrKA6Kc > .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); }#TxhD2E6QndJoHKONslHTlt472lrKA6Kc > .row .container { border-width: 0; border-radius: 0; }#TxhD2E6QndJoHKONslHTlt472lrKA6Kc > .row > .video-iframe-container {  }#TxhD2E6QndJoHKONslHTlt472lrKA6Kc > .row .container { font-size:0.875rem;font-family:arial;height:10.125rem;width:60rem;position:relative;display:block; }#eTwfh7CqnwF5SWN1a8PhexkkDarIuorl { background-color:#00c715;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.125rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1244375rem;height:2.74946875rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:4.875rem;left:23.875rem;display:block; }
#UfAEGkDdgSBDBQNL5mt9lntQCGMkutbP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zos57SgEHWIohkuh7gXkmTicAUU4qLWQ { color:#333740;display:block;width:31.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100025;line-height:1.3;letter-spacing:0;top:1.1875rem;left:14.3125rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ehTTq48HTy0X7uwcpwEh1snKAR1lK2LT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#333740;background-image:none;position:relative;display:none; }#ehTTq48HTy0X7uwcpwEh1snKAR1lK2LT > .row .container { border-width: 0; border-radius: 0; }#ehTTq48HTy0X7uwcpwEh1snKAR1lK2LT > .row > .video-iframe-container {  }#ehTTq48HTy0X7uwcpwEh1snKAR1lK2LT > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:60rem;position:relative;display:none; }#W9Zd2cFZXFTuiyoBTLwDGf55gkJsPyDJ { color:#ffffff;display:block;width:29.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:100025;line-height:1.3;letter-spacing:0;top:1.375rem;left:15.0625rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#akNwzmuiIKy7lHrHtIIW5PglOra9aWd6 { background-color:#dfdfdf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.125rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#333740;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:2.3125rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:3.75rem;left:20.9375rem;display:block; }
#nMrdEBeTtXWBTKS30BqTTPirxFH5vzUi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CiO6abbzlqPTivrrFOTkxZVF6KaRwMzJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#333740;background-image:none;position:relative;display:block; }#CiO6abbzlqPTivrrFOTkxZVF6KaRwMzJ > .row .container { background-color: transparent; background-image: none; }#CiO6abbzlqPTivrrFOTkxZVF6KaRwMzJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CiO6abbzlqPTivrrFOTkxZVF6KaRwMzJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CiO6abbzlqPTivrrFOTkxZVF6KaRwMzJ > .row .container > .video-iframe-container { display: none; }#CiO6abbzlqPTivrrFOTkxZVF6KaRwMzJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CiO6abbzlqPTivrrFOTkxZVF6KaRwMzJ > .row > .video-iframe-container { display: none; }#CiO6abbzlqPTivrrFOTkxZVF6KaRwMzJ > .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); }#CiO6abbzlqPTivrrFOTkxZVF6KaRwMzJ > .row .container { border-width: 0; border-radius: 0; }#CiO6abbzlqPTivrrFOTkxZVF6KaRwMzJ > .row > .video-iframe-container {  }#CiO6abbzlqPTivrrFOTkxZVF6KaRwMzJ > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:60rem;position:relative;display:block; }#cRcPTyzvnTZSlL6qhG3D2rnrd6kbEK1Q { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:1.5rem;left:0rem;height:1.54345625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sCQ1xWaey5A433BDOplRf57uu3SlMDlL { box-sizing:content-box;color:#dfdfdf;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:0.4375rem;left:47.6875rem;display:block; }
#nJmyGGf7gqykezF9bA55OI1XRAzwwXhr { box-sizing:content-box;color:#dfdfdf;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:0.4375rem;left:51.875rem;display:block; }
#fU03d9W38gDBAm6HThKUWxVWRfftWKg4 { box-sizing:content-box;color:#dfdfdf;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:100013;top:0.4375rem;left:56.25rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aUneGb0pa7y8DhxVnb86fWcg3NRARRuU { top:1.6875rem;left:0rem;width:30.625rem;height:6.25rem;font-size:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldr4iNOLw39JpJUL1FJqV5rPNySfvCEq { width:47.75rem;height:16.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xCs5Byylfmy2S5W1Tf5o30k65yNhKMTG { top:7.5625rem;left:0rem;width:14.5rem;height:6.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ap4ZAsTcmD7cJzMTFPfDknqQbAqZZSMc { top:2.375rem;left:23.4375rem;width:24.3125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpKweA05her8kRJePsPHnwk6mPMdSRI8 { top:12.25rem;left:0rem;width:47.75rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aduch2uGgIaX0tCCBfFROBTS3eVLKSvy { top:8.9375rem;left:0rem;width:1.6875rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOs1JJtDyRRWe7plEoJMONrTFdSWGrGS { display:block; }#bOs1JJtDyRRWe7plEoJMONrTFdSWGrGS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ae6fEKwbwXG1e8vuT3JTOTgbmlxWTMcz { top:1.625rem;left:0rem;width:30.625rem;height:3.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibTdAeHaFgeERzxX2LHVsMkND7zyetOT { display:block; }#ibTdAeHaFgeERzxX2LHVsMkND7zyetOT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EC1NLxl2LqlVqfL6C0Tsn8o6v5g1U68u { top:1.0625rem;left:0rem;width:47.75rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgqRe6bQZHif2G2nfLEORfPu1pTzyDvP { top:1.8125rem;left:3.25rem;width:44.5rem;height:9.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G38SrSHeM66kW3nTvS82qcIRdXRvSrAk { top:4.5rem;left:0rem;width:10.9375rem;height:5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqI70suQ61u577415Qpb6it9V2uRhgqg { top:10.0625rem;left:0rem;width:10rem;height:0.625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiBtTrA2HBxLzGNZvmJnNmauqMLWODUm { top:1.5rem;left:2rem;width:5.5625rem;height:3.8125078659198rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9vqSinTbvnBV64Z91ftyKm3oyT6EWsT { top:1.625rem;left:7.4375rem;width:1.125rem;height:9.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4D1ysMJnOFzUm6c8qTExgFicMxcvUs0 { display:none; }
 }@media only screen and (max-width: 763px) { #upIQ7kIKAsUdr09hlDA9L7LtyuP1S4LF { display:block; }#upIQ7kIKAsUdr09hlDA9L7LtyuP1S4LF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ohlc6tirmT8Ldkn0Q7Wyx9fdcO7TABTn { top:1.0625rem;left:0rem;width:47.75rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAZKxhioMorMiyTCT0Cu6qx9ZOQB5vxA { top:1.8125rem;left:3.25rem;width:44.5rem;height:9.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTCUKJ3vlurvFmtTmIJZzSKTxoEltN9C { top:4.4375rem;left:0rem;width:11rem;height:5.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLgcNBc990GufEUKRZV9hx8Pk36P35OI { top:10.0625rem;left:0rem;width:10.0625rem;height:0.625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3K4bVMyVn5a0drM21lyn7C1DCwHEzO6 { top:1.625rem;left:7.4375rem;width:1.125rem;height:9.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HepLFZKOQoTzAVZLbvJivQJ1w0m2Qwee { display:none; }
 }@media only screen and (max-width: 763px) { #aHKh8oTHQBL5IM30KvKicZyIKcnFcQlp { top:1.5625rem;left:3.0625rem;width:3.9375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaInkirXyq2wUfdnVUoVlOI794987mud { display:block; }#DaInkirXyq2wUfdnVUoVlOI794987mud > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wzrCohM5bwT6HQOfdt61bUP5HoG15JTt { top:1.0625rem;left:0rem;width:47.75rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OshfGUddr64LHFctHzlGgWT3KO4xV95J { top:1.8125rem;left:3.25rem;width:44.5rem;height:9.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALy25d76BtDPGczDpMqbo4xT4VHyCKT6 { top:4.5rem;left:0rem;width:10.9375rem;height:3.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnpNSeh5ocz57Zm4fPWODHzLuwwWaI8L { top:10.0625rem;left:0rem;width:10rem;height:0.625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUgo5Cag2Z9f4poCxTIyP5EFevFLJHdn { top:2.375rem;left:1.375rem;width:5.5625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdNZ5rHhaHnLUmHT4hfBEtFquRvZQvUq { top:1.625rem;left:7.4375rem;width:1.125rem;height:9.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqWtgKVCXIh1gsDm5GqHJ60nN7Xx1Sen { display:none; }
 }@media only screen and (max-width: 763px) { #ugyxpt3N9y4pEL6JtATgK106ukTrNFUW { display:block; }#ugyxpt3N9y4pEL6JtATgK106ukTrNFUW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tRNgx64Tre3HZqn2wJbEw3ob3ToL7ew8 { display:block; }#tRNgx64Tre3HZqn2wJbEw3ob3ToL7ew8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fXgAUk36ego8fdzHrV2DzpTK5THVeMkb { top:1.0625rem;left:0rem;width:47.75rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATD0mpozx1hOzDNKcBwDaGsPVhzsI5tN { top:1.8125rem;left:3.25rem;width:44.5rem;height:9.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViQTfQduvVJ1eVHZ0gq0ViQ04z9ShuK2 { top:4.5rem;left:0rem;width:10.9375rem;height:5.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdU0lGHhWWTT3eqZdHkAZF7RLZcUzTm0 { top:10.0625rem;left:0rem;width:10.0625rem;height:0.625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCqRRwfReMMeMX3aH3HMiewJou3uP1Qh { top:1.625rem;left:7.4375rem;width:1.125rem;height:9.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCoLNEHpysZAcTkZuilakvVGg6pTk9kh { display:none; }
 }@media only screen and (max-width: 763px) { #yFTwG3IFK9mCTCgKivBeigoM9vJnOLIP { top:1.5rem;left:3.75rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qO3Dq2HmJF8RrdPEU0DVf4oVdsBrXXmO { display:block; }#qO3Dq2HmJF8RrdPEU0DVf4oVdsBrXXmO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RPg4a7MGENQkxZ5PpMSwnpMLxVobZL3w { top:1.0625rem;left:0rem;width:47.75rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yENgRgaQivhD6pylSGGAd5PpT9Zov2yV { top:1.8125rem;left:3.25rem;width:44.5rem;height:9.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJrGbSkTCWDMDwABty4ZEfCrUFZSJ2iL { top:4.5rem;left:0rem;width:10.9375rem;height:3.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTwb0ZAXVlsWVd7GSXOCpz0hVdQRqIcT { top:10.0625rem;left:0rem;width:10rem;height:0.625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3xxkVcdUU5idaoWhh9ehJG9aFqUp2x4 { top:2.375rem;left:1.375rem;width:5.5625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5VACalqC73cMUDAnpeTL47O8aFQzBM7 { top:1.625rem;left:7.4375rem;width:1.125rem;height:9.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkO0deQVa6uLHNw7bzVmXG0gb2pz3egG { display:none; }
 }@media only screen and (max-width: 763px) { #i0ntL87rIGWD1gAnOywN9TgUt7T8XDgc { display:block; }#i0ntL87rIGWD1gAnOywN9TgUt7T8XDgc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t74VMiRh6rVdGCfP1OEaLvbsPF4BUQUc { top:1.0625rem;left:0rem;width:47.75rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5qcxvcW2BTCc0mA1TmV4QpqNWHBywlL { top:1.8125rem;left:3.25rem;width:44.5rem;height:7.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbKCUFvCPQvTAgQTkDAs5n11uUoCpHep { top:4.5rem;left:0rem;width:8.5rem;height:5.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfROThDfkaSvzTrthvAmaJSVOGTWzBec { top:10.0625rem;left:0rem;width:10.0625rem;height:0.625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRMsDqZoMBEdlzbuQboOMmBX5XmQsyRA { top:1.625rem;left:7.4375rem;width:1.125rem;height:9.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvIQwnvKgFGFnSqLSBr51bUxnHBrCH9b { display:none; }
 }@media only screen and (max-width: 763px) { #IuEk3ahQ4vCcMf4aqwCPGXi8MABWR4si { top:2.875rem;left:0.375rem;width:6.4375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVmPweWMOxTzdR5XEz05dFAyJgbe5Mip { display:block; }#mVmPweWMOxTzdR5XEz05dFAyJgbe5Mip > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SHIMNTNxi5hmmnwyOOX0CDWkHSwrX2Q4 { display:block; }#SHIMNTNxi5hmmnwyOOX0CDWkHSwrX2Q4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pEEeToRJHh8qBd7y1lFiFiUPGh3giOAl { top:1.625rem;left:0rem;width:30.625rem;height:3.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzrnG7xI0RLNDDUt59tkTTc4EIJOG5XD { top:1.6875rem;left:37.875rem;width:9.875rem;height:3.5395866747174rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNATFNFln9gbmd2nPwT7lefwXxgHxR0F { display:block; }#JNATFNFln9gbmd2nPwT7lefwXxgHxR0F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dAbwR4OdPghm0vs6lm56HVEcf306TxvS { top:1.1875rem;left:0rem;width:19.4375rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMrycJzQOm40s4ESi7pABevlCgXJbmWp { top:6.3125rem;left:0rem;width:5.1875rem;height:7.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7oPqDQCS3ZEWeQMi2o2TFchxP74gNyr { top:1.9375rem;left:0rem;width:20.625rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuMEltHRZlqZDIgNHJiWW7STSA2FoOln { top:6.25rem;left:1.375rem;width:8.3125rem;height:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuAUDL8134spXoCylaenvQPbkLfdI7wt { top:1.1875rem;left:14.1875rem;width:19.4375rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3peFkSbsBL6I8FTRQB7t5mRrPR6KovH { top:6.25rem;left:21.687500953674rem;width:8.3125rem;height:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5oKTkz6kx3hxrUP0dDKl5eBd53mhd9O { top:6.3125rem;left:15rem;width:5.1875rem;height:7.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4iKXmbud7taUzy5B0tDX458XU4K4x2b { top:1.8125rem;left:14.9375rem;width:20.625rem;height:4.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPQ3I1mlGn0ZVtrTSloQ2aFTGc7FdX0y { top:1.1875rem;left:28.3125rem;width:19.4375rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fxa7z8qv0gE0AVShTLxlxq7citSk1Id0 { top:6.25rem;left:39.4375rem;width:8.3125rem;height:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElUdJk00TiD2GQ0uvA0oWzGyFX2lil3f { top:6.3125rem;left:35.3125rem;width:5.1875rem;height:7.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfrZq930yrx6Sa272iG2MpVVt1sTPQnU { top:1.9375rem;left:29.875rem;width:17.875rem;height:2.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUv2hrnR4QLZDDyGsbOfOhOcTd6T7nSu { top:14.625rem;left:0rem;width:15.3125rem;height:0.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcTk00QC9546zxDmWxfZfmNEMkFt5zAO { top:14.625rem;left:15rem;width:15.3125rem;height:0.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWzk6lVF4uvsbmqS8106ZdVirb5vGRME { top:14.625rem;left:32.4375rem;width:15.3125rem;height:0.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #amS0eOMUCcM3aFxrnIc6vze2Acglh7EA { top:3.75rem;left:35.1875rem;width:10.125rem;height:2.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6s1Nm6VFtXhzt5vFo0RSvK5tTMX8aiS { display:block; }#g6s1Nm6VFtXhzt5vFo0RSvK5tTMX8aiS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mRpPdOZqf0xSogz4S8OHsRcy2QJ93oKx { display:block; }#mRpPdOZqf0xSogz4S8OHsRcy2QJ93oKx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T104idGfJV1DImmddCXI7QZCZtQblwnX { top:1.1875rem;left:0rem;width:19.4375rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITiuatMWpM6zG8Hx1IJTLhVw4MWE3ezE { top:6.3125rem;left:0rem;width:5.1875rem;height:7.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzpvkV6NwIHEuZa2FcB14pR6ZC1UCblO { top:1.8125rem;left:0rem;width:20.6875rem;height:4.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P04d08iaNsvt6kCWhneBuOeSnrygTOi6 { top:6.25rem;left:1.375rem;width:11.9375rem;height:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFTgLVnCcsvqlOwu4yS6ORIg4fmzzwJw { top:1.1875rem;left:14.1875rem;width:19.4375rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezlKzacUDTtgoKy2fdWJOh5fTKmGJkpw { top:6.25rem;left:21.6875rem;width:8.375rem;height:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHWKi8l1qGrGC1eDXVS8sT43qSByHCxN { top:6.3125rem;left:15rem;width:5.1875rem;height:7.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVI1Mvp1AtKOwi701MZ0OpTMtBZVOiDW { top:1.8125rem;left:14.9375rem;width:20.625rem;height:4.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZJgJLgQJ8QcNUw38XQawRh4ayJPrwlm { top:14.625rem;left:0rem;width:15.3125rem;height:0.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuWohtogTq9KR7mQhf7fusu9pBQxt25i { top:14.625rem;left:15rem;width:15.3125rem;height:0.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2rKJRZTRW3MLlE4LXZCDdOCc9b6otWI { top:1.1875rem;left:28.3125rem;width:19.4375rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzvDqh7ehDcaS7bh7E7C1ldbfEibDrXe { top:6.25rem;left:38.9375rem;width:8.8125rem;height:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zc2nrxHNoUaS4p5BhMiZX6C7XLMyq8qR { top:14.625rem;left:32.4375rem;width:15.3125rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tetVrIeHK9Ot6EgyOcLsRi66xfsuWru4 { top:1.8125rem;left:30.5625rem;width:17.1875rem;height:4.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lx4HP1SicTbTUpRHw9cxuViUUT7XsQsq { top:6.3125rem;left:35.25rem;width:7.75rem;height:7.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z46uo6Pb7eJsEteyH8hJdchfOVO26Hw4 { display:block; }#z46uo6Pb7eJsEteyH8hJdchfOVO26Hw4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nf6dqnsNTSEUOhXq2oKTbUuEPXXknE91 { top:1.1875rem;left:0rem;width:19.4375rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2dnwdkO5oXC1lCpNN6zIei1M3WaEb4d { top:6.3125rem;left:0rem;width:5.1875rem;height:7.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrN9VmiNFeEHuFiJ6hVeVGPdEyigSKxS { top:1.8125rem;left:0rem;width:20.6875rem;height:4.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExfhsIFhZNhxonCsXULUywla5tMnGROo { top:6.25rem;left:1.375rem;width:8.375rem;height:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgILTTDORBoLiz2mTzlWZdxN9Zg87TbU { top:1.1875rem;left:14.1875rem;width:19.4375rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNKyMB6HsqACZH0VGUaCZGzuQb7QmPgl { top:6.25rem;left:21.6875rem;width:11.125rem;height:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGMnzUNJzG08SE7atJMSneJsNKWhwhXT { top:6.3125rem;left:15rem;width:5.9375rem;height:7.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZUPcuiTWxGhkTz0wFel20grETEmrXaS { top:1.8125rem;left:14.9375rem;width:20.6875rem;height:2.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbJO1pP5kKvJQITpGf4TtHETNwhoPmv0 { top:14.625rem;left:0rem;width:15.3125rem;height:0.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrzlF6zfE48zpyAfd0DrKaHVTOedWZTi { top:14.625rem;left:15rem;width:15.3125rem;height:0.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiwysFzob1lrvfGZCl5qiVgZriisvVv6 { top:1.1875rem;left:28.3125rem;width:19.4375rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiaOZDSiLBqkoCfQhHT6OzO8lWlTT9CB { top:6.25rem;left:38.625rem;width:9.125rem;height:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyQoVzsRrf1s3vPd5mIhdRofLWfWPOXI { top:14.625rem;left:32.4375rem;width:15.3125rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3RwvhubaqVIo3VemAh49cpUmp6bXkgJ { top:6.3125rem;left:35.25rem;width:7.75rem;height:7.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoWQ2Tpgq6aZ80DmLTgWCbRME7XXInr6 { top:1.8125rem;left:29.9375rem;width:17.8125rem;height:2.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4dZIJwRk9SgZfaTez6tBIXxQvictxa4 { display:block; }#T4dZIJwRk9SgZfaTez6tBIXxQvictxa4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qf2Xx3wegsGZo2aV6p03OsR3PEtdbLRq { top:1.1875rem;left:14.1875rem;width:19.4375rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5VaDtqXsq6DFfhPnqg16QkfCfINMCW0 { top:6.25rem;left:21.6875rem;width:11.125rem;height:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HA3ZZTafe2vbDIg4Tv1Z1Wbgd3pdN2g5 { top:6.3125rem;left:15rem;width:5.1875rem;height:7.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7VJ7CX9bOdFS3H4Hd0rXt554FbeoQR0 { top:1.8125rem;left:14.9375rem;width:20.6875rem;height:2.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8HgXnoVGLsgWSwtG30bB9AJe3rMDAnz { top:14.625rem;left:15rem;width:15.3125rem;height:0.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9RSbur5sDLBSdrV7VwtKoMg2ZBaacZ7 { top:1.1875rem;left:28.3125rem;width:19.4375rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BH8TQZ7rZekiiBt3vFGsCBTvhWULokBT { top:6.25rem;left:39.375rem;width:8.375rem;height:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2SKDoKCiqa7Zr7VGPPkXcG23Xk58wHE { top:14.625rem;left:32.4375rem;width:15.3125rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GP46UxgDXl4S8m0xb0LCMrwaqXVgzPAm { top:1.8125rem;left:32rem;width:15.75rem;height:4.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MA42qzLFdqGLU8tu82WDT79wW6JpS3aV { top:6.3125rem;left:35.25rem;width:5.25rem;height:7.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCTmHy7FHmo7PctvL9s2pwDLgAd2IMvE { top:1.1875rem;left:0rem;width:19.4375rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JysTXmiq90AxIqiVf9wbFLsKqkLD4ls7 { top:6.25rem;left:1.375rem;width:11.25rem;height:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkCIp5niEwxADTxm0hJRGrBvwdFhhdvF { top:14.625rem;left:0rem;width:15.3125rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GciOL2n3y8FCsenB0HhO54Wnpkb7EFLK { top:6.3125rem;left:0rem;width:5.25rem;height:7.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuM646iS49aCWVa77miU02Z7ek8BAPBD { top:1.8125rem;left:0rem;width:14.5625rem;height:2.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2rfdinGEDtd3DZ4PBVFVmDbZtSuGVrO { display:block; }#J2rfdinGEDtd3DZ4PBVFVmDbZtSuGVrO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c7ZmEJDDUcwMHvvNncKwIl0ADHQfdM7n { top:1.125rem;left:0rem;width:19.4375rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbHG6G4fRfqzKQp2ZsPHT75T12BUsT6H { top:6.3125rem;left:0rem;width:5.1875rem;height:7.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7ETcO5u7A8Jir34AIBzhmk6fbNdF6mn { top:1.8125rem;left:0rem;width:14.5625rem;height:4.25rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBN8shSRiJ0Gx1HGfbS28ka3X322rdzN { top:6.25rem;left:1.375rem;width:12.0625rem;height:9.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pes9NxdHoamwM1zUOoD5AyTS4LAdhF2f { top:1.1875rem;left:14.1875rem;width:19.4375rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #leFPIkU6JSzwlUOUEDydFiNWyH9qAUM3 { top:6.25rem;left:22rem;width:12.125rem;height:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaAx17L3hhDck0WnTHeMw8eGGCpbtlXd { top:6.3125rem;left:15rem;width:6.875rem;height:7.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wf8BsWB2qk9T81l6OpnZUEBNMPc5qlaD { top:1.8125rem;left:14.9375rem;width:15.5625rem;height:2.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTLU2TARAsW6LeDIlTbelf4ZrBP9ITTF { top:14.625rem;left:0rem;width:15.3125rem;height:0.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFyR7E6Svpsp10HNItDpOlmUGg8ntpTf { top:14.625rem;left:15rem;width:15.3125rem;height:0.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0kTT7Zyu3dqJcn9hDFaeNMy14eV3ASa { top:1.1875rem;left:28.3125rem;width:19.4375rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qv2aPFbTzhU2Gl5Vv8CHPXmhwS5LxQJV { top:6.25rem;left:38.9375rem;width:8.8125rem;height:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCuXxrSBKuLOX4q4gOLRtP16hvpeMkz9 { top:14.625rem;left:32.4375rem;width:15.3125rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMwEdoKyD0DXTdrT6C7OI4lbvshhfu2z { top:6.3125rem;left:35.25rem;width:7.75rem;height:7.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6xUSp0l7PGQu2y7kyR9zcFZpV1pDBrD { top:1.8125rem;left:30.5625rem;width:17.1875rem;height:4.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4CzCpZbcDVfCkThbv84AtJK9GtORHwQ { top:3.625rem;left:15rem;width:10.125rem;height:2.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPtCx47dLlNibtrbRpqFa91nyyOc99G6 { display:block; }#TPtCx47dLlNibtrbRpqFa91nyyOc99G6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KNp87Mnetk7LKWPZwe5nkShlDh2Rwc0X { top:1.1875rem;left:14.1875rem;width:19.4375rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMLCkXLlLAlgGT49xCWWcvVUBm2f6kVG { top:6.25rem;left:21.6875rem;width:12.125rem;height:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsURaG6cgT7SbOAOdelw2DCUxtg1knwk { top:6.3125rem;left:15rem;width:5.25rem;height:7.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7lpttGNu0RGodbrzM0S0Z8nmaGOS9DD { top:1.8125rem;left:14.9375rem;width:20.6875rem;height:4.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQDztVQpQoLLRlTvzDdZSe6xrITZeIsr { top:14.625rem;left:15rem;width:15.3125rem;height:0.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJtEI6vFHTSlOTi1yfHr4cdUaE76bKRr { top:1.1875rem;left:28.3125rem;width:19.4375rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #te1b92HIZcqIohKweKVB3o6IkxhvFNJH { top:6.25rem;left:38.9375rem;width:8.8125rem;height:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CV19TpfpGlqBCNGRbvQAhBHZprhNJdCz { top:14.625rem;left:32.4375rem;width:15.3125rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9nc8odPvBhTiI2QcxvJ2qhTA5b5rH45 { top:6.3125rem;left:35.25rem;width:7.75rem;height:7.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChRI3lmcLXCU8FhdmT41AJcIaR1Ts2OA { top:1.8125rem;left:30.5625rem;width:17.1875rem;height:4.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhNRDXa7Gfc2cN8FaJSktb0VTNCcQSsU { top:1.1875rem;left:0rem;width:19.4375rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWFDUTHFWtHPZqM8vailTJR0x7KoVhuS { top:6.3125rem;left:0rem;width:6.4375rem;height:7.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #naGA6SEt2m27vepl1ZnXs6pHwxskiwdS { top:1.8125rem;left:0rem;width:20.6875rem;height:2.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLr9o4NMCl7RdtrHVPMTe8VZOLz0BEIt { top:6.25rem;left:1.375rem;width:8.375rem;height:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOVdps0bEvKLXrxBl63tnPUEgHra2fHn { top:14.625rem;left:0rem;width:15.3125rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgPkJKyaNL36ydGX38V22ThJf6TTMiT4 { display:block; }#sgPkJKyaNL36ydGX38V22ThJf6TTMiT4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G8NTz5knqJmxfWZ1b4zoXwiHkW8QA4zt { top:1.125rem;left:0rem;width:19.4375rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQIQxPl6Lyo3qhmC21B0JwVrx3AVN7Du { top:6.3125rem;left:0rem;width:5.1875rem;height:7.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7voT9JKTBRM74fpUfhqh6TKCeogopPx { top:1.8125rem;left:0rem;width:14.5625rem;height:4.25rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8gUgF6eUrmbEvmBDuuaHgTJNRTbxsuh { top:6.25rem;left:1.375rem;width:12.0625rem;height:9.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f25bv6L4N8G2QCfvEHpwynLTWrGAy1gq { top:1.1875rem;left:14.1875rem;width:19.4375rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3v9AF5KDEyrphRi4ZNe3BVWw1OfIkpK { top:6.25rem;left:21.6875rem;width:12.125rem;height:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwtcyITHXWpTlmCJ5WhlWoqUnwIzWSHU { top:6.3125rem;left:15rem;width:6.875rem;height:7.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kU3Dt7Mo1PJ5rTiLqT2d5yoQnKJRP6BL { top:1.8125rem;left:14.9375rem;width:15.5625rem;height:2.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7rJr0mZ2krW6mTzCPkE2inLW4WJozCq { top:14.625rem;left:0rem;width:15.3125rem;height:0.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzQDOyV0Mn8ZibFvnOWbg5LwhdI8HCTo { top:14.625rem;left:15rem;width:15.3125rem;height:0.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a559MUH8qw65e6MSlMc6e75a4THsyPIt { top:1.1875rem;left:28.3125rem;width:19.4375rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF7KCXPwU3iNTVxtgawMcB0sKwMawP6C { top:6.25rem;left:38.9375rem;width:8.8125rem;height:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cz7qvnafW0uxsn74xF1pCiqPQ1dwW3qz { top:14.625rem;left:32.4375rem;width:15.3125rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7O5tg8GCklJLt7xIBm7JyRcgI2ABX6F { top:6.3125rem;left:35.25rem;width:7.75rem;height:7.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvcRW1pbfcqCZgPkZT7Gpz6N3OR4ADTE { top:1.8125rem;left:30.5625rem;width:17.1875rem;height:4.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6C8OgutgFr9ZkKCy2L5uD9fA5HuMlSG { display:block; }#r6C8OgutgFr9ZkKCy2L5uD9fA5HuMlSG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xTKIPrO0lidqXmIThGZCTUfticd0OqdD { top:1.1875rem;left:0rem;width:19.4375rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJ2c9MuTsBZt6zuQrnaZ8mvJnT8f2Nf6 { top:6.25rem;left:1.375rem;width:12.125rem;height:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHq8zc0AoDQe1yUlP6MR4mhrIgtST78q { top:6.3125rem;left:0rem;width:5.25rem;height:7.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPgTKmD0HPmZoo9JK47XKgZZIBPrC9PT { top:1.8125rem;left:0rem;width:18.0625rem;height:4.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvkSAoXUBxgiVBTZtuUCMgckQO4ev14e { top:14.625rem;left:0rem;width:15.3125rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvTTu0U9o2PHu36AgXt0fimvCbemx15C { top:1.1875rem;left:14.25rem;width:19.4375rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDUFSuTVUTU6knRxxZPi3PvvAhVB3iQ7 { top:1.8125rem;left:15rem;width:20.6875rem;height:2.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJnGe90hTtSOJqAMiCDHHlu7vboKMsx6 { top:6.25rem;left:21.6875rem;width:12.125rem;height:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7voOg2M1FDyMurhMIRbRdZTCxlp2cHB { top:6.3125rem;left:15.0625rem;width:5.25rem;height:7.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsyrmCXdfQvKy5rG0OGsH2KRXSCiTAAq { top:14.625rem;left:15.0625rem;width:15.3125rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESz4mvlbcMLiQWEFvtLGNti2xqOfIEiE { display:block; }#ESz4mvlbcMLiQWEFvtLGNti2xqOfIEiE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yzVPsfzhX2HCqX7zlrfkvizayCWpkbmh { display:block; }#yzVPsfzhX2HCqX7zlrfkvizayCWpkbmh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eLwHILCn8pe8ltKgv7JN3LvBfLrT1u26 { top:1.625rem;left:0rem;width:30.625rem;height:3.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gfy3cchWzFBoKCLioB3ofAHZgqpmAiOv { top:1.6875rem;left:37.875rem;width:9.875rem;height:3.5390163356964rem;display:block; }
 }@media only screen and (max-width: 763px) { #rITvnhsftbervFpOeFPdmKlhf1TRsk1u { display:block; }#rITvnhsftbervFpOeFPdmKlhf1TRsk1u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gs0bBmsyDAwyghbX71Lea8hXvWhEl0T2 { top:1.1875rem;left:0rem;width:19.4375rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0OOcsaFGJT0eTZrO4LQ9shiffUfC48d { top:6.25rem;left:0rem;width:7.75rem;height:7.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiPbcQukbTN8LSRxT2sl3C1SIx7iAGTS { top:1.8125rem;left:0rem;width:20.6875rem;height:2.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4PhzbOuAf5PzQ08QTdv6LCgw50FTqXd { top:6.25rem;left:3.125rem;width:8.3125rem;height:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hE5suCkhfIJmtpQ9OKdkpUqCyFe2HU1h { top:1.1875rem;left:14.1875rem;width:19.4375rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKKfQAC9Z16yvhDIUIENNHehSC3eNXuG { top:6.25rem;left:23.375rem;width:11.25rem;height:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXhbc0bTRplTpaIIpcu9FatJ6qcnw0br { top:6.25rem;left:14.999821662903rem;width:7.75rem;height:9.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTaxH4MXAQBV7xamq6zvDWHhT48kTW6L { top:1.8125rem;left:14.9375rem;width:20.6875rem;height:2.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N76RFZuten9JWnrtq1LELbiztKhHoyLF { top:1.1875rem;left:28.3125rem;width:19.4375rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnbLBhLyP7Cwra7ppizREsNoDQ3F7aRa { top:6.25rem;left:39.4375rem;width:8.3125rem;height:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvCfLx3FL1EiMHR7pAhQHPRlOm5NwiTR { top:6.25rem;left:35.312321662903rem;width:7.75rem;height:7.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFsc99rmPQi7vXtTAdd7JyRS6uloSQBH { top:1.8125rem;left:29.9375rem;width:17.8125rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOD7KJPZxcs25X6duTUzWliMbqtUaM4C { top:14.5625rem;left:0rem;width:15.3125rem;height:0.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #squ5ma6FOFqeMERlUqfX7T2PDUibQxXn { top:14.625rem;left:15rem;width:15.3125rem;height:0.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B85O9urEKTQy4vAL8fWT1k37ioMNniTM { top:14.625rem;left:32.4375rem;width:15.3125rem;height:0.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CK0SUZ0ndvrMlZdGelXSZ0izaU3bSxr8 { display:block; }#CK0SUZ0ndvrMlZdGelXSZ0izaU3bSxr8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UbgbPhUJraN7ucOJaASWm7SnFCTxLHl8 { display:block; }#UbgbPhUJraN7ucOJaASWm7SnFCTxLHl8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #viRP8LW9z5iJxSSX83LmxKFX4gfRKHxr { top:1.1875rem;left:0rem;width:19.4375rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLOd3VzsOH2ET7T92u8MEGTMhZ9J7VDH { top:6.25rem;left:3.0625rem;width:9.125rem;height:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCbcm6CaoqVoWI3Sg1JU6Ok46dC6Ayoo { top:6.3125rem;left:0rem;width:7.75rem;height:7.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #stqPysrVtibfvd8KXW40xLzyl261wTNp { top:14.625rem;left:0rem;width:15.3125rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhWaEDmghUhvoyzx7IXyMEP1fWE2Etsp { top:1.8125rem;left:0rem;width:17.8125rem;height:4.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IP9v7SSC2WKbhKXTKT1WTuM8RgaKxtST { display:block; }#IP9v7SSC2WKbhKXTKT1WTuM8RgaKxtST > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wJh0Z63rsLa86POF6RxJRDu5mSdFtdcF { top:1.3125rem;left:0rem;width:46.25rem;height:4.1875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #obz8ZpCNsRXGz3oPeZC1gKw5iETRJLbk { display:block; }#obz8ZpCNsRXGz3oPeZC1gKw5iETRJLbk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jo66dTpkRemP3Io33GyMlI6BuPb5uIEZ { top:1.625rem;left:0rem;width:30.625rem;height:3.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7oub70TALE0BDIIopype6gukPWaDtzP { top:1.6875rem;left:37.875rem;width:9.875rem;height:3.5390163356964rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJ8JTMB5C3OeJTFilRcATVSJwlG1wJ8u { display:block; }#fJ8JTMB5C3OeJTFilRcATVSJwlG1wJ8u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nBT0yKkWTt0L7xcyynQPweVvEvcclUKo { top:2.3125rem;left:5.96875rem;width:35.8125rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9opR5n0I7sryTPusyuTtqQmDUdTao50 { display:block; }#v9opR5n0I7sryTPusyuTtqQmDUdTao50 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jr0L0iOCH919en22CUqKVT2Zkop13yfg { top:1rem;left:16.875rem;width:14.0625rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMlFZmocAqPMcl6yg1twd7SezK2EL0Pu { top:4.625rem;left:16.875rem;width:14.0625rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcaFB0x0gTkWlyOHbH9n69APTdVe7xQF { top:4rem;left:22.3125rem;width:3.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxhD2E6QndJoHKONslHTlt472lrKA6Kc { display:block; }#TxhD2E6QndJoHKONslHTlt472lrKA6Kc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTwfh7CqnwF5SWN1a8PhexkkDarIuorl { width:12.0625rem;height:2.6875rem;top:4.875rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfAEGkDdgSBDBQNL5mt9lntQCGMkutbP { display:block; }
 }@media only screen and (max-width: 763px) { #zos57SgEHWIohkuh7gXkmTicAUU4qLWQ { top:1.125rem;left:8.1869668960569rem;width:31.25rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehTTq48HTy0X7uwcpwEh1snKAR1lK2LT { display:block; }#ehTTq48HTy0X7uwcpwEh1snKAR1lK2LT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W9Zd2cFZXFTuiyoBTLwDGf55gkJsPyDJ { top:1.375rem;left:8.9375rem;width:29.8125rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #akNwzmuiIKy7lHrHtIIW5PglOra9aWd6 { width:18.125rem;height:2.25rem;top:3.75rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMrdEBeTtXWBTKS30BqTTPirxFH5vzUi { display:block; }
 }@media only screen and (max-width: 763px) { #CiO6abbzlqPTivrrFOTkxZVF6KaRwMzJ { display:block; }#CiO6abbzlqPTivrrFOTkxZVF6KaRwMzJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cRcPTyzvnTZSlL6qhG3D2rnrd6kbEK1Q { top:1.5rem;left:0rem;width:26.25rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCQ1xWaey5A433BDOplRf57uu3SlMDlL { top:0.4375rem;left:41.5625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJmyGGf7gqykezF9bA55OI1XRAzwwXhr { top:0.4375rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fU03d9W38gDBAm6HThKUWxVWRfftWKg4 { top:0.4375rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;z-index:auto;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:18.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aUneGb0pa7y8DhxVnb86fWcg3NRARRuU { width:20rem;height:2.3994125rem;top:6.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ldr4iNOLw39JpJUL1FJqV5rPNySfvCEq { top:1.0625rem;left:3.40625rem;width:13.1875rem;height:4.4375rem;z-index:100012;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #xCs5Byylfmy2S5W1Tf5o30k65yNhKMTG { width:8.6875rem;height:2.0996125rem;top:8.5625rem;left:8.375rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ap4ZAsTcmD7cJzMTFPfDknqQbAqZZSMc { width:14.4375rem;height:4.5rem;top:1.125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpKweA05her8kRJePsPHnwk6mPMdSRI8 { width:19.5625rem;height:6.334rem;top:11.5rem;left:0.21875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aduch2uGgIaX0tCCBfFROBTS3eVLKSvy { width:1.3125rem;height:0.8125rem;top:9.25rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOs1JJtDyRRWe7plEoJMONrTFdSWGrGS { display:block; }#bOs1JJtDyRRWe7plEoJMONrTFdSWGrGS > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ae6fEKwbwXG1e8vuT3JTOTgbmlxWTMcz { width:13.8125rem;height:2.0996125rem;top:1.1875rem;left:0.625rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ibTdAeHaFgeERzxX2LHVsMkND7zyetOT { display:none; }#ibTdAeHaFgeERzxX2LHVsMkND7zyetOT > .row .container { width:20rem;height:29.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EC1NLxl2LqlVqfL6C0Tsn8o6v5g1U68u { width:18.75rem;height:27.75rem;top:1.1875rem;left:0.625rem;z-index:100022;display:block; }
 }@media only screen and (max-width: 763px) { #dgqRe6bQZHif2G2nfLEORfPu1pTzyDvP { width:17.9375rem;height:15.7470625rem;top:11.8125rem;left:1.0625rem;font-size:0.75rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G38SrSHeM66kW3nTvS82qcIRdXRvSrAk { width:15.5625rem;height:5rem;top:4.75rem;left:2.25rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #GqI70suQ61u577415Qpb6it9V2uRhgqg { width:10.062125rem;height:0.67480625rem;top:10.3125rem;left:4.9680395722389rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NiBtTrA2HBxLzGNZvmJnNmauqMLWODUm { width:6.125rem;height:4.25rem;top:1.125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9vqSinTbvnBV64Z91ftyKm3oyT6EWsT { width:1.125rem;height:0;top:1.8125rem;left:13.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #M4D1ysMJnOFzUm6c8qTExgFicMxcvUs0 { top:11.5rem;left:2.8737569451332rem;width:14.2498125rem;height:0.062144875rem;z-index:100031;background-color:#333740;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #upIQ7kIKAsUdr09hlDA9L7LtyuP1S4LF { display:none; }#upIQ7kIKAsUdr09hlDA9L7LtyuP1S4LF > .row .container { width:20rem;height:27.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ohlc6tirmT8Ldkn0Q7Wyx9fdcO7TABTn { width:18.75rem;height:26.3125rem;top:1.1865234375rem;left:0.6240234375rem;z-index:100022;display:block; }
 }@media only screen and (max-width: 763px) { #XAZKxhioMorMiyTCT0Cu6qx9ZOQB5vxA { width:17.9375rem;height:14.69725rem;top:11.8125rem;left:1.0625rem;font-size:0.75rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lTCUKJ3vlurvFmtTmIJZzSKTxoEltN9C { width:10.5rem;height:5rem;top:4.75rem;left:4.75rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #fLgcNBc990GufEUKRZV9hx8Pk36P35OI { width:10.062125rem;height:0.67480625rem;top:10.3125rem;left:4.9680395722389rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h3K4bVMyVn5a0drM21lyn7C1DCwHEzO6 { width:1.125rem;height:0;top:1.8125rem;left:13.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HepLFZKOQoTzAVZLbvJivQJ1w0m2Qwee { top:11.5rem;left:2.8737569451332rem;width:14.2498125rem;height:0.062144875rem;z-index:100029;background-color:#333740;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #aHKh8oTHQBL5IM30KvKicZyIKcnFcQlp { width:3.9375rem;height:2.8125rem;top:1.75rem;left:8.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaInkirXyq2wUfdnVUoVlOI794987mud { display:none; }#DaInkirXyq2wUfdnVUoVlOI794987mud > .row .container { width:20rem;height:29rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wzrCohM5bwT6HQOfdt61bUP5HoG15JTt { width:18.75rem;height:27.75rem;top:1.1875rem;left:0.625rem;z-index:100022;display:block; }
 }@media only screen and (max-width: 763px) { #OshfGUddr64LHFctHzlGgWT3KO4xV95J { width:17.9375rem;height:14.69725rem;top:11.8125rem;left:1.0625rem;font-size:0.75rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ALy25d76BtDPGczDpMqbo4xT4VHyCKT6 { width:15.5625rem;height:3.75rem;top:4.75rem;left:2.25rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #KnpNSeh5ocz57Zm4fPWODHzLuwwWaI8L { width:10.062125rem;height:0.67480625rem;top:10.3125rem;left:4.9680395722389rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dUgo5Cag2Z9f4poCxTIyP5EFevFLJHdn { width:7.5625rem;height:2.625rem;top:1.875rem;left:6.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdNZ5rHhaHnLUmHT4hfBEtFquRvZQvUq { width:1.125rem;height:0;top:1.8125rem;left:13.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xqWtgKVCXIh1gsDm5GqHJ60nN7Xx1Sen { top:11.5rem;left:2.8737569451332rem;width:14.2498125rem;height:0.062144875rem;z-index:100031;background-color:#333740;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ugyxpt3N9y4pEL6JtATgK106ukTrNFUW { display:none; }#ugyxpt3N9y4pEL6JtATgK106ukTrNFUW > .row .container { width:20rem;height:0.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tRNgx64Tre3HZqn2wJbEw3ob3ToL7ew8 { display:block; }#tRNgx64Tre3HZqn2wJbEw3ob3ToL7ew8 > .row .container { width:20rem;height:28.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fXgAUk36ego8fdzHrV2DzpTK5THVeMkb { width:18.75rem;height:27.5rem;top:1.1875rem;left:0.625rem;z-index:100022;display:block; }
 }@media only screen and (max-width: 763px) { #ATD0mpozx1hOzDNKcBwDaGsPVhzsI5tN { width:17.9375rem;height:16.796875rem;top:11.8125rem;left:1.0625rem;font-size:0.75rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ViQTfQduvVJ1eVHZ0gq0ViQ04z9ShuK2 { width:11.875rem;height:5rem;top:4.75rem;left:4.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #UdU0lGHhWWTT3eqZdHkAZF7RLZcUzTm0 { width:10.0625rem;height:0.67480625rem;top:10.3125rem;left:5rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DCqRRwfReMMeMX3aH3HMiewJou3uP1Qh { width:1.125rem;height:0;top:1.8125rem;left:13.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZCoLNEHpysZAcTkZuilakvVGg6pTk9kh { top:11.5rem;left:2.8737569451332rem;width:14.2498125rem;height:0.062144875rem;z-index:100031;background-color:#333740;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #yFTwG3IFK9mCTCgKivBeigoM9vJnOLIP { width:2.875rem;height:2.875rem;top:1.625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qO3Dq2HmJF8RrdPEU0DVf4oVdsBrXXmO { display:block; }#qO3Dq2HmJF8RrdPEU0DVf4oVdsBrXXmO > .row .container { width:20rem;height:28.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RPg4a7MGENQkxZ5PpMSwnpMLxVobZL3w { width:18.75rem;height:26.9375rem;top:1.1875rem;left:0.625rem;z-index:100022;display:block; }
 }@media only screen and (max-width: 763px) { #yENgRgaQivhD6pylSGGAd5PpT9Zov2yV { width:17.9375rem;height:15.7470625rem;top:11.8125rem;left:1.0625rem;font-size:0.75rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XJrGbSkTCWDMDwABty4ZEfCrUFZSJ2iL { width:15.5625rem;height:3.75rem;top:4.75rem;left:2.25rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #dTwb0ZAXVlsWVd7GSXOCpz0hVdQRqIcT { width:10.062125rem;height:0.67480625rem;top:10.3125rem;left:4.9680395722389rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p3xxkVcdUU5idaoWhh9ehJG9aFqUp2x4 { width:7.5625rem;height:2.625rem;top:1.875rem;left:6.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5VACalqC73cMUDAnpeTL47O8aFQzBM7 { width:1.125rem;height:0;top:1.8125rem;left:13.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zkO0deQVa6uLHNw7bzVmXG0gb2pz3egG { top:11.5rem;left:2.8737569451332rem;width:14.2498125rem;height:0.062144875rem;z-index:100031;background-color:#333740;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #i0ntL87rIGWD1gAnOywN9TgUt7T8XDgc { display:block; }#i0ntL87rIGWD1gAnOywN9TgUt7T8XDgc > .row .container { width:20rem;height:25.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t74VMiRh6rVdGCfP1OEaLvbsPF4BUQUc { width:18.75rem;height:23.875rem;top:1.1875rem;left:0.625rem;z-index:100022;display:block; }
 }@media only screen and (max-width: 763px) { #D5qcxvcW2BTCc0mA1TmV4QpqNWHBywlL { width:17.9375rem;height:12.597625rem;top:11.8125rem;left:1.0625rem;font-size:0.75rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hbKCUFvCPQvTAgQTkDAs5n11uUoCpHep { width:9rem;height:5rem;top:4.75rem;left:5.5rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #mfROThDfkaSvzTrthvAmaJSVOGTWzBec { width:10.0625rem;height:0.67480625rem;top:10.3125rem;left:5rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XRMsDqZoMBEdlzbuQboOMmBX5XmQsyRA { width:1.125rem;height:0;top:1.8125rem;left:13.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SvIQwnvKgFGFnSqLSBr51bUxnHBrCH9b { top:11.5rem;left:2.8737569451332rem;width:14.2498125rem;height:0.062144875rem;z-index:100031;background-color:#333740;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #IuEk3ahQ4vCcMf4aqwCPGXi8MABWR4si { width:5.8125rem;height:1.4375rem;top:2.75rem;left:7.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVmPweWMOxTzdR5XEz05dFAyJgbe5Mip { display:block; }#mVmPweWMOxTzdR5XEz05dFAyJgbe5Mip > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SHIMNTNxi5hmmnwyOOX0CDWkHSwrX2Q4 { display:block; }#SHIMNTNxi5hmmnwyOOX0CDWkHSwrX2Q4 > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pEEeToRJHh8qBd7y1lFiFiUPGh3giOAl { width:13.8125rem;height:2.0996125rem;top:1.1875rem;left:0.625rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fzrnG7xI0RLNDDUt59tkTTc4EIJOG5XD { width:9.875rem;height:3.5395866747174rem;top:4.4824221923828rem;left:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JNATFNFln9gbmd2nPwT7lefwXxgHxR0F { display:none; }#JNATFNFln9gbmd2nPwT7lefwXxgHxR0F > .row .container { width:20rem;height:36.374465942382rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dAbwR4OdPghm0vs6lm56HVEcf306TxvS { width:18.75rem;height:11.4375rem;top:0.6875rem;left:0.625rem;z-index:100022;display:block; }
 }@media only screen and (max-width: 763px) { #hMrycJzQOm40s4ESi7pABevlCgXJbmWp { width:14.125rem;height:5.96590625rem;top:4.25rem;left:1.5rem;font-size:0.9375rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b7oPqDQCS3ZEWeQMi2o2TFchxP74gNyr { width:18.0625rem;height:1.53409375rem;top:1.0625rem;left:1.375rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zuMEltHRZlqZDIgNHJiWW7STSA2FoOln { width:8.375rem;height:5.96590625rem;top:4.25rem;left:6.5625rem;font-size:0.9375rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xuAUDL8134spXoCylaenvQPbkLfdI7wt { width:18.75rem;height:11.4375rem;top:12.8125rem;left:0.625rem;z-index:100022;display:block; }
 }@media only screen and (max-width: 763px) { #z3peFkSbsBL6I8FTRQB7t5mRrPR6KovH { width:8.3123125rem;height:5.96590625rem;top:16.4375rem;left:6.5625rem;font-size:0.9375rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w5oKTkz6kx3hxrUP0dDKl5eBd53mhd9O { width:5.187325rem;height:5.96590625rem;top:16.4375rem;left:1.5rem;font-size:0.9375rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E4iKXmbud7taUzy5B0tDX458XU4K4x2b { width:15.75rem;height:3.06818125rem;top:13.125rem;left:1.3121448159218rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GPQ3I1mlGn0ZVtrTSloQ2aFTGc7FdX0y { width:18.75rem;height:11.4375rem;top:24.9375rem;left:0.625rem;z-index:100022;display:block; }
 }@media only screen and (max-width: 763px) { #Fxa7z8qv0gE0AVShTLxlxq7citSk1Id0 { width:8.3123125rem;height:5.96590625rem;top:28.5rem;left:6.5625rem;font-size:0.9375rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ElUdJk00TiD2GQ0uvA0oWzGyFX2lil3f { width:5.187325rem;height:5.96590625rem;top:28.5rem;left:1.5rem;font-size:0.9375rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TfrZq930yrx6Sa272iG2MpVVt1sTPQnU { width:17.874625rem;height:1.53409375rem;top:25.3125rem;left:1.3125rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eUv2hrnR4QLZDDyGsbOfOhOcTd6T7nSu { width:15.3125rem;height:0.79545625rem;top:10.875rem;left:1.5rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RcTk00QC9546zxDmWxfZfmNEMkFt5zAO { width:15.3125rem;height:0.79545625rem;top:23.0625rem;left:1.5rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sWzk6lVF4uvsbmqS8106ZdVirb5vGRME { width:15.3125rem;height:0.79545625rem;top:35.125rem;left:1.5rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #amS0eOMUCcM3aFxrnIc6vze2Acglh7EA { width:10.125rem;height:1.375rem;top:26.8125rem;left:1.3125rem;font-size:1.0625rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g6s1Nm6VFtXhzt5vFo0RSvK5tTMX8aiS { display:block; }#g6s1Nm6VFtXhzt5vFo0RSvK5tTMX8aiS > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mRpPdOZqf0xSogz4S8OHsRcy2QJ93oKx { display:block; }#mRpPdOZqf0xSogz4S8OHsRcy2QJ93oKx > .row .container { width:20rem;height:36.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T104idGfJV1DImmddCXI7QZCZtQblwnX { width:18.75rem;height:11.4375rem;top:0.6875rem;left:0.625rem;z-index:100022;display:block; }
 }@media only screen and (max-width: 763px) { #ITiuatMWpM6zG8Hx1IJTLhVw4MWE3ezE { width:14.125rem;height:6.09375rem;top:4.25rem;left:1.5rem;font-size:0.9375rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qzpvkV6NwIHEuZa2FcB14pR6ZC1UCblO { width:18.0625rem;height:3.125rem;top:1.0625rem;left:1.375rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P04d08iaNsvt6kCWhneBuOeSnrygTOi6 { width:11.1875rem;height:6.09375rem;top:4.25rem;left:6.5625rem;font-size:0.9375rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zFTgLVnCcsvqlOwu4yS6ORIg4fmzzwJw { width:18.75rem;height:11.4375rem;top:12.8125rem;left:0.625rem;z-index:100022;display:block; }
 }@media only screen and (max-width: 763px) { #ezlKzacUDTtgoKy2fdWJOh5fTKmGJkpw { width:8.3123125rem;height:6.09375rem;top:16.4375rem;left:6.5625rem;font-size:0.9375rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aHWKi8l1qGrGC1eDXVS8sT43qSByHCxN { width:5.187325rem;height:6.09375rem;top:16.4375rem;left:1.5rem;font-size:0.9375rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qVI1Mvp1AtKOwi701MZ0OpTMtBZVOiDW { width:15.75rem;height:3.125rem;top:13.125rem;left:1.3121448159218rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cZJgJLgQJ8QcNUw38XQawRh4ayJPrwlm { width:15.3125rem;height:0.8125rem;top:10.875rem;left:1.5rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zuWohtogTq9KR7mQhf7fusu9pBQxt25i { width:15.3125rem;height:0.8125rem;top:23.0625rem;left:1.5rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L2rKJRZTRW3MLlE4LXZCDdOCc9b6otWI { width:18.75rem;height:11.4375rem;top:24.9375rem;left:0.625rem;z-index:100022;display:block; }
 }@media only screen and (max-width: 763px) { #KzvDqh7ehDcaS7bh7E7C1ldbfEibDrXe { width:8.8125rem;height:6.09375rem;top:28.5rem;left:6.5625rem;font-size:0.9375rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zc2nrxHNoUaS4p5BhMiZX6C7XLMyq8qR { width:15.3125rem;height:0.8125rem;top:35.1875rem;left:1.4375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tetVrIeHK9Ot6EgyOcLsRi66xfsuWru4 { width:17.1875rem;height:1.5625rem;top:25.3125rem;left:1.3125rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lx4HP1SicTbTUpRHw9cxuViUUT7XsQsq { width:7.75rem;height:6.09375rem;top:28.5rem;left:1.4375rem;font-size:0.9375rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z46uo6Pb7eJsEteyH8hJdchfOVO26Hw4 { display:block; }#z46uo6Pb7eJsEteyH8hJdchfOVO26Hw4 > .row .container { width:20rem;height:36.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nf6dqnsNTSEUOhXq2oKTbUuEPXXknE91 { width:18.75rem;height:11.4375rem;top:0.6875rem;left:0.625rem;z-index:100022;display:block; }
 }@media only screen and (max-width: 763px) { #m2dnwdkO5oXC1lCpNN6zIei1M3WaEb4d { width:14.125rem;height:6.09375rem;top:4.25rem;left:1.5rem;font-size:0.9375rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UrN9VmiNFeEHuFiJ6hVeVGPdEyigSKxS { width:15.6875rem;height:3.125rem;top:1.0617980957031rem;left:1.3742898106575rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ExfhsIFhZNhxonCsXULUywla5tMnGROo { width:8.375rem;height:6.09375rem;top:4.25rem;left:6.5625rem;font-size:0.9375rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bgILTTDORBoLiz2mTzlWZdxN9Zg87TbU { width:18.75rem;height:11.4375rem;top:12.8125rem;left:0.625rem;z-index:100022;display:block; }
 }@media only screen and (max-width: 763px) { #hNKyMB6HsqACZH0VGUaCZGzuQb7QmPgl { width:11.0618125rem;height:6.09375rem;top:16.4375rem;left:6.5625rem;font-size:0.9375rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tGMnzUNJzG08SE7atJMSneJsNKWhwhXT { width:5.187325rem;height:6.09375rem;top:16.4375rem;left:1.5rem;font-size:0.9375rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hZUPcuiTWxGhkTz0wFel20grETEmrXaS { width:16.0625rem;height:1.5625rem;top:13.125rem;left:1.3125rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BbJO1pP5kKvJQITpGf4TtHETNwhoPmv0 { width:15.3125rem;height:0.8125rem;top:10.875rem;left:1.4985795617104rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mrzlF6zfE48zpyAfd0DrKaHVTOedWZTi { width:15.3125rem;height:0.8125rem;top:23.0625rem;left:1.4985795617104rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PiwysFzob1lrvfGZCl5qiVgZriisvVv6 { width:18.75rem;height:11.4375rem;top:24.9375rem;left:0.625rem;z-index:100022;display:block; }
 }@media only screen and (max-width: 763px) { #TiaOZDSiLBqkoCfQhHT6OzO8lWlTT9CB { width:9.125rem;height:6.09375rem;top:28.5rem;left:6.5625rem;font-size:0.9375rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CyQoVzsRrf1s3vPd5mIhdRofLWfWPOXI { width:15.3125rem;height:0.8125rem;top:35.1875rem;left:1.4375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T3RwvhubaqVIo3VemAh49cpUmp6bXkgJ { width:7.75rem;height:6.09375rem;top:28.5rem;left:1.4375rem;font-size:0.9375rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aoWQ2Tpgq6aZ80DmLTgWCbRME7XXInr6 { width:17.8125rem;height:1.5625rem;top:25.3125rem;left:1.3125rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T4dZIJwRk9SgZfaTez6tBIXxQvictxa4 { display:block; }#T4dZIJwRk9SgZfaTez6tBIXxQvictxa4 > .row .container { width:20rem;height:36.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qf2Xx3wegsGZo2aV6p03OsR3PEtdbLRq { width:18.75rem;height:11.4375rem;top:12.8125rem;left:0.625rem;z-index:100022;box-shadow: 0rem 0rem 0.25rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #g5VaDtqXsq6DFfhPnqg16QkfCfINMCW0 { width:11.0618125rem;height:6.09375rem;top:16.4375rem;left:6.5625rem;font-size:0.9375rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HA3ZZTafe2vbDIg4Tv1Z1Wbgd3pdN2g5 { width:5.187325rem;height:6.09375rem;top:16.4375rem;left:1.5rem;font-size:0.9375rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #M7VJ7CX9bOdFS3H4Hd0rXt554FbeoQR0 { width:16.4375rem;height:1.5625rem;top:13.125rem;left:1.3125rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f8HgXnoVGLsgWSwtG30bB9AJe3rMDAnz { width:15.3125rem;height:0.8125rem;top:23.0625rem;left:1.4985795617104rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H9RSbur5sDLBSdrV7VwtKoMg2ZBaacZ7 { width:18.75rem;height:11.4375rem;top:24.9375rem;left:0.625rem;z-index:100022;display:block; }
 }@media only screen and (max-width: 763px) { #BH8TQZ7rZekiiBt3vFGsCBTvhWULokBT { width:8.3123125rem;height:6.09375rem;top:28.5625rem;left:6.5625rem;font-size:0.9375rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a2SKDoKCiqa7Zr7VGPPkXcG23Xk58wHE { width:15.3125rem;height:0.8125rem;top:35.1875rem;left:1.5rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GP46UxgDXl4S8m0xb0LCMrwaqXVgzPAm { width:15.75rem;height:1.5625rem;top:25.25rem;left:1.3125rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MA42qzLFdqGLU8tu82WDT79wW6JpS3aV { width:5.187325rem;height:6.09375rem;top:28.5625rem;left:1.5rem;font-size:0.9375rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hCTmHy7FHmo7PctvL9s2pwDLgAd2IMvE { width:18.75rem;height:11.4375rem;top:0.6875rem;left:0.5625rem;z-index:100022;display:block; }
 }@media only screen and (max-width: 763px) { #JysTXmiq90AxIqiVf9wbFLsKqkLD4ls7 { width:11.25rem;height:6.09375rem;top:4.25rem;left:6.5625rem;font-size:0.9375rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gkCIp5niEwxADTxm0hJRGrBvwdFhhdvF { width:15.3125rem;height:0.8125rem;top:10.875rem;left:1.375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GciOL2n3y8FCsenB0HhO54Wnpkb7EFLK { width:5.25rem;height:6.09375rem;top:4.25rem;left:1.375rem;font-size:0.9375rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XuM646iS49aCWVa77miU02Z7ek8BAPBD { width:14.5625rem;height:1.5625rem;top:1.0625rem;left:1.3125rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J2rfdinGEDtd3DZ4PBVFVmDbZtSuGVrO { display:block; }#J2rfdinGEDtd3DZ4PBVFVmDbZtSuGVrO > .row .container { width:20rem;height:36.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c7ZmEJDDUcwMHvvNncKwIl0ADHQfdM7n { width:18.75rem;height:11.4375rem;top:0.6875rem;left:0.625rem;z-index:100022;display:block; }
 }@media only screen and (max-width: 763px) { #xbHG6G4fRfqzKQp2ZsPHT75T12BUsT6H { width:14.125rem;height:6.09375rem;top:4.25rem;left:1.5rem;font-size:0.9375rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l7ETcO5u7A8Jir34AIBzhmk6fbNdF6mn { width:14.625rem;height:3.125rem;top:1.0617828369141rem;left:1.3742898106575rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gBN8shSRiJ0Gx1HGfbS28ka3X322rdzN { width:10.9375rem;height:7.3125rem;top:4.25rem;left:6.5625rem;font-size:0.9375rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Pes9NxdHoamwM1zUOoD5AyTS4LAdhF2f { width:18.75rem;height:11.4375rem;top:12.8125rem;left:0.625rem;z-index:100022;display:block; }
 }@media only screen and (max-width: 763px) { #leFPIkU6JSzwlUOUEDydFiNWyH9qAUM3 { width:11.0618125rem;height:6.09375rem;top:16.4375rem;left:7.625rem;font-size:0.9375rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SaAx17L3hhDck0WnTHeMw8eGGCpbtlXd { width:5.9375rem;height:6.09375rem;top:16.4375rem;left:1.5rem;font-size:0.9375rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Wf8BsWB2qk9T81l6OpnZUEBNMPc5qlaD { width:10.25rem;height:1.5625rem;top:13.125rem;left:1.3125rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dTLU2TARAsW6LeDIlTbelf4ZrBP9ITTF { width:15.3125rem;height:0.8125rem;top:10.875rem;left:1.4985795617104rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RFyR7E6Svpsp10HNItDpOlmUGg8ntpTf { width:15.3125rem;height:0.8125rem;top:23.0625rem;left:1.4985795617104rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k0kTT7Zyu3dqJcn9hDFaeNMy14eV3ASa { width:18.75rem;height:11.4375rem;top:24.9375rem;left:0.625rem;z-index:100022;display:block; }
 }@media only screen and (max-width: 763px) { #qv2aPFbTzhU2Gl5Vv8CHPXmhwS5LxQJV { width:8.3115rem;height:6.09375rem;top:28.5625rem;left:6.5625rem;font-size:0.9375rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OCuXxrSBKuLOX4q4gOLRtP16hvpeMkz9 { width:15.3125rem;height:0.8125rem;top:35.1875rem;left:1.5rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qMwEdoKyD0DXTdrT6C7OI4lbvshhfu2z { width:6.8125rem;height:6.09375rem;top:28.5625rem;left:1.5rem;font-size:0.9375rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x6xUSp0l7PGQu2y7kyR9zcFZpV1pDBrD { width:15.75rem;height:1.5625rem;top:25.25rem;left:1.3125rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V4CzCpZbcDVfCkThbv84AtJK9GtORHwQ { width:10.125rem;height:1.3808625rem;top:14.625rem;left:1.3125rem;font-size:1.0625rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TPtCx47dLlNibtrbRpqFa91nyyOc99G6 { display:block; }#TPtCx47dLlNibtrbRpqFa91nyyOc99G6 > .row .container { width:20rem;height:36.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KNp87Mnetk7LKWPZwe5nkShlDh2Rwc0X { width:18.75rem;height:11.4375rem;top:0rem;left:0.625rem;z-index:100022;display:block; }
 }@media only screen and (max-width: 763px) { #aMLCkXLlLAlgGT49xCWWcvVUBm2f6kVG { width:11.0618125rem;height:6.09375rem;top:3.625rem;left:6.5625rem;font-size:0.9375rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XsURaG6cgT7SbOAOdelw2DCUxtg1knwk { width:5.187325rem;height:6.09375rem;top:3.625rem;left:1.5rem;font-size:0.9375rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q7lpttGNu0RGodbrzM0S0Z8nmaGOS9DD { width:15.25rem;height:3.125rem;top:0.3125rem;left:1.3125rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tQDztVQpQoLLRlTvzDdZSe6xrITZeIsr { width:15.3125rem;height:0.8125rem;top:10.25rem;left:1.5rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sJtEI6vFHTSlOTi1yfHr4cdUaE76bKRr { width:18.75rem;height:11.4375rem;top:12.125rem;left:0.625rem;z-index:100022;display:block; }
 }@media only screen and (max-width: 763px) { #te1b92HIZcqIohKweKVB3o6IkxhvFNJH { width:8.3123125rem;height:6.09375rem;top:15.75rem;left:6.5625rem;font-size:0.9375rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CV19TpfpGlqBCNGRbvQAhBHZprhNJdCz { width:15.3125rem;height:0.8125rem;top:22.375rem;left:1.5rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r9nc8odPvBhTiI2QcxvJ2qhTA5b5rH45 { width:6.8125rem;height:6.09375rem;top:15.75rem;left:1.5rem;font-size:0.9375rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ChRI3lmcLXCU8FhdmT41AJcIaR1Ts2OA { width:15.75rem;height:3.125rem;top:12.4375rem;left:1.3125rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NhNRDXa7Gfc2cN8FaJSktb0VTNCcQSsU { width:18.75rem;height:11.4375rem;top:24.9375rem;left:0.625rem;z-index:100022;display:block; }
 }@media only screen and (max-width: 763px) { #ZWFDUTHFWtHPZqM8vailTJR0x7KoVhuS { width:6.4375rem;height:6.09375rem;top:28.5625rem;left:1.5rem;font-size:0.9375rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #naGA6SEt2m27vepl1ZnXs6pHwxskiwdS { width:10.3125rem;height:1.5625rem;top:25.25rem;left:1.3125rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LLr9o4NMCl7RdtrHVPMTe8VZOLz0BEIt { width:8.375rem;height:6.09375rem;top:28.5625rem;left:6.5625rem;font-size:0.9375rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TOVdps0bEvKLXrxBl63tnPUEgHra2fHn { width:15.3125rem;height:0.8125rem;top:35.1875rem;left:1.5rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sgPkJKyaNL36ydGX38V22ThJf6TTMiT4 { display:block; }#sgPkJKyaNL36ydGX38V22ThJf6TTMiT4 > .row .container { width:20rem;height:36.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G8NTz5knqJmxfWZ1b4zoXwiHkW8QA4zt { width:18.75rem;height:11.4375rem;top:0.6875rem;left:0.625rem;z-index:100022;display:block; }
 }@media only screen and (max-width: 763px) { #yQIQxPl6Lyo3qhmC21B0JwVrx3AVN7Du { width:14.125rem;height:6.09375rem;top:4.25rem;left:1.5rem;font-size:0.9375rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q7voT9JKTBRM74fpUfhqh6TKCeogopPx { width:14.625rem;height:3.125rem;top:1.0617828369141rem;left:1.3742898106575rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U8gUgF6eUrmbEvmBDuuaHgTJNRTbxsuh { width:10.9375rem;height:7.3125rem;top:4.25rem;left:6.5625rem;font-size:0.9375rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f25bv6L4N8G2QCfvEHpwynLTWrGAy1gq { width:18.75rem;height:11.4375rem;top:12.8125rem;left:0.625rem;z-index:100022;display:block; }
 }@media only screen and (max-width: 763px) { #K3v9AF5KDEyrphRi4ZNe3BVWw1OfIkpK { width:11.0618125rem;height:6.09375rem;top:16.4375rem;left:6.5625rem;font-size:0.9375rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pwtcyITHXWpTlmCJ5WhlWoqUnwIzWSHU { width:5.9375rem;height:6.09375rem;top:16.4375rem;left:1.5rem;font-size:0.9375rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kU3Dt7Mo1PJ5rTiLqT2d5yoQnKJRP6BL { width:10.25rem;height:1.5625rem;top:13.125rem;left:1.3125rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z7rJr0mZ2krW6mTzCPkE2inLW4WJozCq { width:15.3125rem;height:0.8125rem;top:10.875rem;left:1.4985795617104rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kzQDOyV0Mn8ZibFvnOWbg5LwhdI8HCTo { width:15.3125rem;height:0.8125rem;top:23.0625rem;left:1.4985795617104rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a559MUH8qw65e6MSlMc6e75a4THsyPIt { width:18.75rem;height:11.4375rem;top:24.9375rem;left:0.625rem;z-index:100022;display:block; }
 }@media only screen and (max-width: 763px) { #tF7KCXPwU3iNTVxtgawMcB0sKwMawP6C { width:8.3115rem;height:6.09375rem;top:28.5625rem;left:6.5625rem;font-size:0.9375rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cz7qvnafW0uxsn74xF1pCiqPQ1dwW3qz { width:15.3125rem;height:0.8125rem;top:35.1875rem;left:1.5rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r7O5tg8GCklJLt7xIBm7JyRcgI2ABX6F { width:6.8125rem;height:6.09375rem;top:28.5625rem;left:1.5rem;font-size:0.9375rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tvcRW1pbfcqCZgPkZT7Gpz6N3OR4ADTE { width:15.75rem;height:3.125rem;top:25.25rem;left:1.3125rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r6C8OgutgFr9ZkKCy2L5uD9fA5HuMlSG { display:block; }#r6C8OgutgFr9ZkKCy2L5uD9fA5HuMlSG > .row .container { width:20rem;height:24.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xTKIPrO0lidqXmIThGZCTUfticd0OqdD { width:18.75rem;height:11.4375rem;top:0.625rem;left:0.625rem;z-index:100022;display:block; }
 }@media only screen and (max-width: 763px) { #eJ2c9MuTsBZt6zuQrnaZ8mvJnT8f2Nf6 { width:11.0615rem;height:6.09375rem;top:4.25rem;left:6.5625rem;font-size:0.9375rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SHq8zc0AoDQe1yUlP6MR4mhrIgtST78q { width:5.187325rem;height:6.09375rem;top:4.25rem;left:1.5rem;font-size:0.9375rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TPgTKmD0HPmZoo9JK47XKgZZIBPrC9PT { width:15.25rem;height:1.5625rem;top:0.9375rem;left:1.3125rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tvkSAoXUBxgiVBTZtuUCMgckQO4ev14e { width:15.3125rem;height:0.8125rem;top:10.875rem;left:1.5rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TvTTu0U9o2PHu36AgXt0fimvCbemx15C { width:18.75rem;height:11.4375rem;top:12.8125rem;left:0.625rem;z-index:100022;display:block; }
 }@media only screen and (max-width: 763px) { #VDUFSuTVUTU6knRxxZPi3PvvAhVB3iQ7 { width:15.25rem;height:1.5625rem;top:13.125rem;left:1.3125rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RJnGe90hTtSOJqAMiCDHHlu7vboKMsx6 { width:11.0618125rem;height:6.09375rem;top:16.4375rem;left:6.5625rem;font-size:0.9375rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A7voOg2M1FDyMurhMIRbRdZTCxlp2cHB { width:5.187325rem;height:6.09375rem;top:16.4375rem;left:1.5rem;font-size:0.9375rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gsyrmCXdfQvKy5rG0OGsH2KRXSCiTAAq { width:15.3125rem;height:0.8125rem;top:23.0625rem;left:1.4985795617104rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ESz4mvlbcMLiQWEFvtLGNti2xqOfIEiE { display:block; }#ESz4mvlbcMLiQWEFvtLGNti2xqOfIEiE > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yzVPsfzhX2HCqX7zlrfkvizayCWpkbmh { display:block; }#yzVPsfzhX2HCqX7zlrfkvizayCWpkbmh > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eLwHILCn8pe8ltKgv7JN3LvBfLrT1u26 { width:13.8125rem;height:2.0996125rem;top:1.1875rem;left:0.625rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Gfy3cchWzFBoKCLioB3ofAHZgqpmAiOv { width:9.875rem;height:3.5390163356964rem;top:4.48246796875rem;left:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rITvnhsftbervFpOeFPdmKlhf1TRsk1u { display:none; }#rITvnhsftbervFpOeFPdmKlhf1TRsk1u > .row .container { width:20rem;height:36.374465942382rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gs0bBmsyDAwyghbX71Lea8hXvWhEl0T2 { width:18.75rem;height:11.4375rem;top:0.6875rem;left:0.625rem;z-index:100022;display:block; }
 }@media only screen and (max-width: 763px) { #p0OOcsaFGJT0eTZrO4LQ9shiffUfC48d { width:14.125rem;height:5.96590625rem;top:4.25rem;left:1.5rem;font-size:0.9375rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WiPbcQukbTN8LSRxT2sl3C1SIx7iAGTS { width:18.0625rem;height:1.53409375rem;top:1.0625rem;left:1.375rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #N4PhzbOuAf5PzQ08QTdv6LCgw50FTqXd { width:8.375rem;height:5.96590625rem;top:4.25rem;left:9.5rem;font-size:0.9375rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hE5suCkhfIJmtpQ9OKdkpUqCyFe2HU1h { width:18.75rem;height:11.4375rem;top:12.8125rem;left:0.625rem;z-index:100022;display:block; }
 }@media only screen and (max-width: 763px) { #IKKfQAC9Z16yvhDIUIENNHehSC3eNXuG { width:8.3123125rem;height:6.09375rem;top:16.4375rem;left:9.5rem;font-size:0.9375rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TXhbc0bTRplTpaIIpcu9FatJ6qcnw0br { width:6.9375rem;height:6.09375rem;top:16.437316894531rem;left:1.4994671940804rem;font-size:0.9375rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sTaxH4MXAQBV7xamq6zvDWHhT48kTW6L { width:15.75rem;height:1.53409375rem;top:13.125rem;left:1.3121448159218rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #N76RFZuten9JWnrtq1LELbiztKhHoyLF { width:18.75rem;height:11.4375rem;top:24.9375rem;left:0.625rem;z-index:100022;display:block; }
 }@media only screen and (max-width: 763px) { #QnbLBhLyP7Cwra7ppizREsNoDQ3F7aRa { width:8.3123125rem;height:5.96590625rem;top:28.5rem;left:9.5rem;font-size:0.9375rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZvCfLx3FL1EiMHR7pAhQHPRlOm5NwiTR { width:6.75rem;height:5.96590625rem;top:28.499633789062rem;left:1.4994671940804rem;font-size:0.9375rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aFsc99rmPQi7vXtTAdd7JyRS6uloSQBH { width:17.874625rem;height:1.53409375rem;top:25.3125rem;left:1.3125rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yOD7KJPZxcs25X6duTUzWliMbqtUaM4C { width:15.3125rem;height:0.79545625rem;top:10.875rem;left:1.5rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #squ5ma6FOFqeMERlUqfX7T2PDUibQxXn { width:15.3125rem;height:0.8125rem;top:23.0625rem;left:1.5rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B85O9urEKTQy4vAL8fWT1k37ioMNniTM { width:15.3125rem;height:0.79545625rem;top:35.125rem;left:1.5rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CK0SUZ0ndvrMlZdGelXSZ0izaU3bSxr8 { display:none; }#CK0SUZ0ndvrMlZdGelXSZ0izaU3bSxr8 > .row .container { width:20rem;height:0.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UbgbPhUJraN7ucOJaASWm7SnFCTxLHl8 { display:block; }#UbgbPhUJraN7ucOJaASWm7SnFCTxLHl8 > .row .container { width:20rem;height:13.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #viRP8LW9z5iJxSSX83LmxKFX4gfRKHxr { width:18.75rem;height:11.4375rem;top:0.75rem;left:0.625rem;z-index:100022;display:block; }
 }@media only screen and (max-width: 763px) { #SLOd3VzsOH2ET7T92u8MEGTMhZ9J7VDH { width:9.0625rem;height:6.09375rem;top:4.3125rem;left:9.5rem;font-size:0.9375rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QCbcm6CaoqVoWI3Sg1JU6Ok46dC6Ayoo { width:7.6873125rem;height:6.09375rem;top:4.3125rem;left:1.5rem;font-size:0.9375rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #stqPysrVtibfvd8KXW40xLzyl261wTNp { width:15.3125rem;height:0.8125rem;top:10.9375rem;left:1.5rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zhWaEDmghUhvoyzx7IXyMEP1fWE2Etsp { width:17.8125rem;height:1.5625rem;top:1.125rem;left:1.3125rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IP9v7SSC2WKbhKXTKT1WTuM8RgaKxtST { display:block; }#IP9v7SSC2WKbhKXTKT1WTuM8RgaKxtST > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wJh0Z63rsLa86POF6RxJRDu5mSdFtdcF { width:17.0623125rem;height:5.11328125rem;top:0.8125rem;left:1.5rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #obz8ZpCNsRXGz3oPeZC1gKw5iETRJLbk { display:none; }#obz8ZpCNsRXGz3oPeZC1gKw5iETRJLbk > .row .container { width:20rem;height:4.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Jo66dTpkRemP3Io33GyMlI6BuPb5uIEZ { width:13.8125rem;height:2.04545625rem;top:1.1875rem;left:0.625rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k7oub70TALE0BDIIopype6gukPWaDtzP { width:9.875rem;height:3.5390163356964rem;top:4.48246796875rem;left:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fJ8JTMB5C3OeJTFilRcATVSJwlG1wJ8u { display:none; }#fJ8JTMB5C3OeJTFilRcATVSJwlG1wJ8u > .row .container { width:20rem;height:13.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nBT0yKkWTt0L7xcyynQPweVvEvcclUKo { height:10.25rem;width:18.5625rem;top:1.25rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9opR5n0I7sryTPusyuTtqQmDUdTao50 { display:block; }#v9opR5n0I7sryTPusyuTtqQmDUdTao50 > .row .container { width:20rem;height:6.6484375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jr0L0iOCH919en22CUqKVT2Zkop13yfg { width:14.0625rem;height:2.625rem;top:0.8125rem;left:2.9375rem;font-size:0.9375rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FMlFZmocAqPMcl6yg1twd7SezK2EL0Pu { width:14.0625rem;height:2.2744125rem;top:4.375rem;left:3rem;font-size:1.625rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BcaFB0x0gTkWlyOHbH9n69APTdVe7xQF { width:3.125rem;height:0.1875rem;top:3.875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxhD2E6QndJoHKONslHTlt472lrKA6Kc { display:block; }#TxhD2E6QndJoHKONslHTlt472lrKA6Kc > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTwfh7CqnwF5SWN1a8PhexkkDarIuorl { width:8.9375rem;height:2rem;top:5.0625rem;left:5.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfAEGkDdgSBDBQNL5mt9lntQCGMkutbP { display:block; }
 }@media only screen and (max-width: 763px) { #zos57SgEHWIohkuh7gXkmTicAUU4qLWQ { width:12.1875rem;height:3.1669875rem;top:1.1875rem;left:3.9375rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ehTTq48HTy0X7uwcpwEh1snKAR1lK2LT { display:none; }#ehTTq48HTy0X7uwcpwEh1snKAR1lK2LT > .row .container { width:20rem;height:5.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #W9Zd2cFZXFTuiyoBTLwDGf55gkJsPyDJ { width:18.4375rem;height:1.13671875rem;top:1rem;left:0.75rem;font-size:0.8125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #akNwzmuiIKy7lHrHtIIW5PglOra9aWd6 { width:14.125rem;height:2.125rem;top:2.8125rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMrdEBeTtXWBTKS30BqTTPirxFH5vzUi { display:block; }
 }@media only screen and (max-width: 763px) { #CiO6abbzlqPTivrrFOTkxZVF6KaRwMzJ { display:block; }#CiO6abbzlqPTivrrFOTkxZVF6KaRwMzJ > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cRcPTyzvnTZSlL6qhG3D2rnrd6kbEK1Q { width:20rem;height:1.13671875rem;top:4.28125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sCQ1xWaey5A433BDOplRf57uu3SlMDlL { width:3.125rem;height:3.125rem;top:0.8125rem;left:4.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJmyGGf7gqykezF9bA55OI1XRAzwwXhr { width:3.125rem;height:3.125rem;top:0.8125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fU03d9W38gDBAm6HThKUWxVWRfftWKg4 { width:3.125rem;height:3.125rem;top:0.8125rem;left:12.4375rem;font-size:2.1875rem;display:block; }
 }