.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/MmfZLadC/Nikkei_Asia_map_1200_628_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0076bf;background-image:none;position:relative;z-index:auto;display:none; }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa > .row .container { border-width: 0; border-radius: 0; }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa > .row > .video-iframe-container {  }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:none; }#HFa3eW1wxKb5AlNEi6G8ScB5CLtsE0Wm { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:17.1875rem;top:1.064453125rem;left:2.625rem;overflow:hidden;display:block; }
#toUIBDLASGFv5Ws12K2SKh2C40hUnWVm { background-color:#0076bf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:2.5rem;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:1.25rem;left:61.1865234375rem;display:block; }
#wwa1ob1A666hVkbxdsT4bp0xS3TbUmLA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FMDHrxViZ68tsfxt7m4oBo0lC92Mtels { background-color:#0076bf;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-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:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.5rem;text-decoration:none;z-index:100027;text-align:center;text-align-last:center;top:1.25rem;left:46.3740234375rem;display:block; }
#Q2ofmhCVcmgGCBZp0OmIMOzJi5qkWHX8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CMhABXQU2QTPwHZNrZud4Xp0uFaBJkLz { background-color:#0076bf;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-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:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.9375rem;height:2.5rem;text-decoration:none;z-index:100028;text-align:center;text-align-last:center;top:1.25rem;left:53.2490234375rem;display:block; }
#pFpTuPBETyGdUhsrmrCayoo6Gcvs2kki { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ofkFfCa7skFJVRMMVwkg1nNnQQ2uxMMm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#EqLWa7qbpexcbFwa6aeAofXhuFJ42BOx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100000;opacity:1;display:none; }
#eL0vGKT7xL4z0JpCIWRFdlQN5GhBC8rT { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto slab";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#ELu21OEowd82bJIxL6trhhyPDIvIXB9B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0076bf;background-image:none;position:relative;z-index:auto;display:block; }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row .container { background-color: transparent; background-image: none; }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row .container > .video-iframe-container { display: none; }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row > .video-iframe-container { display: none; }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .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); }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row .container { border-width: 0; border-radius: 0; }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row > .video-iframe-container {  }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }#eg61ocAkzk0fl3EqEe5tHxP47ymQ2sAw { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:17.1875rem;top:1.064453125rem;left:2.625rem;overflow:hidden;display:block; }
#niTyO8QZiIuCJ04nXct8Z9ZH3LyCChp6 { background-color:#0076bf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:2.5rem;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:1.25rem;left:61.1865234375rem;display:none; }
#mNrlTBk6qPXQoQha94nkBaLOZD1TIhST { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HhGiyAXLeLV2uwn4vsvxKCt2REMV1ZPm { background-color:#0076bf;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-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:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.5rem;text-decoration:none;z-index:100027;text-align:center;text-align-last:center;top:1.25rem;left:46.3740234375rem;display:none; }
#PTdm2Q72AxsAtOtw6tRqPAeKRtEWz4S0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#A3nmTUgW4EdztstvwZem7gHG6v27Uh2V { background-color:#0076bf;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-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:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.9375rem;height:2.5rem;text-decoration:none;z-index:100028;text-align:center;text-align-last:center;top:1.25rem;left:53.2490234375rem;display:none; }
#I4qTTppTApXE3pDmeDtDrXcrWL2G1KaZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Bwq1sH2iTVS0e0weEoGBhJa7pqlJDTDF { background-color:#0076bf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.75rem;height:2.5625rem;text-decoration:none;z-index:100029;text-align:center;text-align-last:center;top:1.9375rem;left:50.96875rem;display:block; }
#gXUuVFo2sNvIgTwiHUTgQnwZ49irKWEV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#W2WpUpRU9qJZtTxd0lR5nN36nfOVG1SO { position:relative;display:block; }#W2WpUpRU9qJZtTxd0lR5nN36nfOVG1SO { background-color: transparent; background-image: none; }#W2WpUpRU9qJZtTxd0lR5nN36nfOVG1SO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2WpUpRU9qJZtTxd0lR5nN36nfOVG1SO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2WpUpRU9qJZtTxd0lR5nN36nfOVG1SO > .row .container > .video-iframe-container { display: none; }#W2WpUpRU9qJZtTxd0lR5nN36nfOVG1SO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2WpUpRU9qJZtTxd0lR5nN36nfOVG1SO > .row > .video-iframe-container { display: none; }#W2WpUpRU9qJZtTxd0lR5nN36nfOVG1SO > .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); }#W2WpUpRU9qJZtTxd0lR5nN36nfOVG1SO { border-width: 0; border-radius: 0; }#W2WpUpRU9qJZtTxd0lR5nN36nfOVG1SO > .row .container > .video-iframe-container {  }#W2WpUpRU9qJZtTxd0lR5nN36nfOVG1SO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE { position:relative;display:none; }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE { border-width: 0; border-radius: 0; }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE > .row .container > .video-iframe-container {  }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:16rem;width:75rem;position:relative;display:none; }#k28g644yd2EXJIil3mx8Szczz1RDrOq5 { color:#000000;display:block;width:36.9375rem;position:absolute;font-family:arial;font-size:2.5rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:0.84375rem;left:2.5rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KyIS2kzFpvaiNJK5DgdG0huACS2O9FO0 { color:#606060;display:block;width:69.875rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:400;z-index:100014;line-height:1.6;letter-spacing:0;top:12.125rem;left:2.5rem;height:3.3984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LTUJKvlubcrTHtaZDNPbgsKT5BNwu3SZ { color:#606060;display:block;width:69.875rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:400;z-index:100015;line-height:1.6;letter-spacing:0;top:4.5390625rem;left:2.625rem;height:3.3984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xM9ekxt5qNL5kbnQGD0TuxNZT6NOUuFy { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#0076bf;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto slab";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:2.1875rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:8.6875rem;left:2.5rem;display:block; }
#Mo9XkAz3tSPyL9ZOHyEmOaVl9rTBkppq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#P92MMago9BAH1uMX0oXndp8T8OosHCZe { color:#000000;display:block;width:34.125rem;position:absolute;font-family:"roboto slab";font-size:1rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:9.57421875rem;left:18.09375rem;height:1.29980625rem;display:block; }
#p0bRzwHhUsKAy99w1aw1rAsJVBk0nfXU { position:relative;display:block; }#p0bRzwHhUsKAy99w1aw1rAsJVBk0nfXU { background-color: transparent; background-image: none; }#p0bRzwHhUsKAy99w1aw1rAsJVBk0nfXU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p0bRzwHhUsKAy99w1aw1rAsJVBk0nfXU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p0bRzwHhUsKAy99w1aw1rAsJVBk0nfXU > .row .container > .video-iframe-container { display: none; }#p0bRzwHhUsKAy99w1aw1rAsJVBk0nfXU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p0bRzwHhUsKAy99w1aw1rAsJVBk0nfXU > .row > .video-iframe-container { display: none; }#p0bRzwHhUsKAy99w1aw1rAsJVBk0nfXU > .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); }#p0bRzwHhUsKAy99w1aw1rAsJVBk0nfXU { border-width: 0; border-radius: 0; }#p0bRzwHhUsKAy99w1aw1rAsJVBk0nfXU > .row .container > .video-iframe-container {  }#p0bRzwHhUsKAy99w1aw1rAsJVBk0nfXU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:55.625rem;width:75rem;position:relative;display:block; }#mlxaO37fl9EF8s3ZT20X7Tos1d2vexcF { color:#ffffff;display:block;width:75rem;position:absolute;font-family:arial;font-size:3.125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:2.9375rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#oZ11pNwbGdTVQ4kapTOUB5mcoRt44zli { position:absolute;display:block;z-index:99995;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:29.375rem;width:28.6875rem;top:24.1875rem;left:7.5rem;display:block; }
#DLQJmPDwiDeP505g9UfrFC2ooVcaLZrJ { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:arial;font-size:1.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.5rem;height:3.4375rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:25.75rem;left:7.5rem;display:block; }
#F9BO5mR1nSZwLNscTueWfuyFzHPeyC93 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MQfyxyDOd1xVI0AOHi5NqpanTqMK1VUc { position:absolute;display:block;z-index:99996;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:29.375rem;width:28.6875rem;top:24.1875rem;left:38.75rem;display:block; }
#hmFAhelwNH3A1WgQzfCRkasSMJzVuncx { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:arial;font-size:1.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.8125rem;height:3.4375rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:25.4375rem;left:38.75rem;display:block; }
#eRb0miQf99OubXmi5yfnfERZeNcmtATk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#aA9VtX4FTzuwHKXSLiGublLTx2WMFvI7 { color:#ffffff;display:block;width:22.625rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:35.4375rem;left:12.5rem;height:3.8984375rem;display:block; }
#bpLVDUveS1KdccmH1bNyJB5ZPe4zMKWl { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:30.90625rem;left:12.5rem;height:3.8984375rem;display:block; }
#yVKUWIz98bRWWr0unLJGE1oMVKpQ8KXP { color:#ffffff;display:block;width:19.9375rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:40.375rem;left:12.5rem;height:3.25rem;display:block; }
#vggdP5zm6LgX66Arnh4cXMcUr1Tbw2st { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100018;top:31.125rem;left:40.9375rem; }
#dr0JenJsZ5JJurW0hC0DBqR0dlD0ex2H { color:#ffffff;display:block;width:23.5625rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:30.875rem;left:43.0625rem;height:3.8984375rem;display:block; }
#KFq9tnkvF3QTUdDKVFtB8Oas15u2TTuc { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100019;top:35.4375rem;left:40.9375rem; }
#MHw3EdAawB7a8PqmEvKTI4vIC4TTTlbt { color:#ffffff;display:block;width:20.4375rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:35.4375rem;left:43.0625rem;height:2.03125rem;display:block; }
#MWbP2TpTQffEzlv74nfAoii9Uxo06RkB { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100020;top:40.4375rem;left:40.9375rem; }
#xG4uFNA5Ciu16BaWDFOIrT6SiTLhTrMa { color:#ffffff;display:block;width:23.6875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:40.4375rem;left:43.3125rem;height:1.625rem;display:block; }
#sKx8dZqKlVApFZwskNulNDiAVuTzfoir { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100019;top:31.375rem;left:9.6875rem; }
#Nh4Ifw8Xin7dq6ZUczxrboaw2C1a7RmS { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100020;top:35.4375rem;left:9.6875rem; }
#vTwJw13G2oUMR3H5rkbcNg7RTorXJUpK { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100021;top:40.375rem;left:9.6875rem; }
#cotvke69yN2WcEUDku1X8QNPX6hUnX8i { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#0076bf;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:3.4375rem;text-decoration:none;z-index:100022;text-align:center;text-align-last:center;top:45.4375rem;left:13.75rem;display:block; }
#lPvvhX1E0X3OmhHQA5oDBhGXKTZx7Dn8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VxsIv8z6zdk3DnefE3MwCgdnBEF5CZ1m { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#0076bf;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:3.4375rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:45.4375rem;left:45rem;display:block; }
#Ghbw5qkvUaNPTEiBbqKduwNkJSqxL2Kw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Vhf7pQyEeKpGZmFgIHzStlenKh0kOr8J { color:#ffffff;display:block;width:70.3125rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:normal;z-index:100002;line-height:2;letter-spacing:0;top:10.4375rem;left:2.3125rem;height:8.25rem;text-align:center;text-align-last:center;display:block; }
#OTG6sqvLym06LDq7lg2paolHJ1raC4JH { color:#f5f5f5;display:block;width:21.8125rem;position:absolute;font-family:"roboto slab";font-size:1.1875rem;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:50.25rem;left:40.9375rem;height:1.54296875rem;display:block; }
#kgu7XBygZ86DNhObsPeTvaEZF2ZANLPr { position:relative;display:none; }#kgu7XBygZ86DNhObsPeTvaEZF2ZANLPr { border-width: 0; border-radius: 0; }#kgu7XBygZ86DNhObsPeTvaEZF2ZANLPr > .row .container > .video-iframe-container {  }#kgu7XBygZ86DNhObsPeTvaEZF2ZANLPr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:55.625rem;width:75rem;position:relative;display:none; }#yxM6XMil924b8nd0XDx2kalCcwL7k30D { color:#ffffff;display:block;width:75rem;position:absolute;font-family:arial;font-size:3.125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:2.9375rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#TzOI55dxGHib9hDDFL40FoUdHqTyLcMa { position:absolute;display:block;z-index:99995;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:27.4375rem;width:28.625rem;top:24.1875rem;left:7.5rem;display:block; }
#J3xGOT04JxnZSJE25TeHBbTfHf8oaoda { position:absolute;display:block;z-index:99996;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:27.4375rem;width:28.6875rem;top:24.1875rem;left:38.75rem;display:block; }
#d0Co83JAWTD6UStCRGXa4MS9EgKUOVhZ { color:#ffffff;display:block;width:70.3125rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:normal;z-index:100002;line-height:2;letter-spacing:0;top:10.4375rem;left:2.3125rem;height:8.25rem;text-align:center;text-align-last:center;display:block; }
#kAUpelkvOnzzQMnvX9VDmqfxVDgnnOrZ { color:#ffffff;display:block;width:23.562rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:21.471435546875rem;left:42.0625rem;height:2.03125rem;display:none; }
#QgTATdqQ0lONNnlQaZuEM9OQNCkncvWd { color:#ffffff;display:block;width:23.562rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:21.471435546875rem;left:42.0625rem;height:2.03125rem;display:none; }
#QCoQ07uiWTVUiB0txFPG3HHVDT3O0Leu { position:relative;display:none; }#QCoQ07uiWTVUiB0txFPG3HHVDT3O0Leu { border-width: 0; border-radius: 0; }#QCoQ07uiWTVUiB0txFPG3HHVDT3O0Leu > .row .container > .video-iframe-container {  }#QCoQ07uiWTVUiB0txFPG3HHVDT3O0Leu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:55.625rem;width:75rem;position:relative;display:none; }#gNBaZALKtDlFl5StvnOT0n442lGWkMpQ { color:#ffffff;display:block;width:75rem;position:absolute;font-family:arial;font-size:3.125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:2.9375rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#ZsK4lBp7dzTToqikkTG3f4PdbhIFpbTO { position:absolute;display:block;z-index:99995;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:27.4375rem;width:28.625rem;top:24.1875rem;left:7.5rem;display:block; }
#BccV8auQgTZz3T8n80XhJbZNLPmacS61 { position:absolute;display:block;z-index:99996;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:27.4375rem;width:28.6875rem;top:24.1875rem;left:38.75rem;display:block; }
#X6pKZCZ16lhVTLSVbaVWEJoNfE8zbDeK { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:arial;font-size:1.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.8125rem;height:3.4375rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:25.4375rem;left:38.75rem;display:block; }
#DvcFFonZZcNViWUgSsQcZ6CuQtFToNTH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fqvCsAMJbpUUmb7nqdHzzw3SVtcbM4vE { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100018;top:31.125rem;left:40.9375rem; }
#yM6KE0MC8mggcNbq4ArkZ4wcO0lfwhXy { color:#ffffff;display:block;width:23.5625rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:30.875rem;left:43.0625rem;height:3.8984375rem;display:block; }
#Sv5EW8zpp3gpZFDTZPVSv0I3AESVRBOG { color:#ffffff;display:block;width:20.4375rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:35.4375rem;left:43.0625rem;height:2.03125rem;display:block; }
#LBQDNTGevJF9LhgkWdI1Lc5EyoNVTP3g { color:#ffffff;display:block;width:23.25rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:40.4375rem;left:43.75rem;height:2.923825rem;display:block; }
#rtDrMwTeoNko0fmEGip6qQa0FeXl4cBB { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100019;top:31.375rem;left:9.6875rem; }
#igcRG93E4pphUq9QE7z9Bh5EHVslpOEi { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100021;top:40.375rem;left:9.6875rem; }
#Bq1ZpWGUZ8nhJw7gfMmFAWk006omagSo { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#0076bf;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:3.4375rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:45.4375rem;left:45rem;display:block; }
#crCcMTZkbqm3BLo0uKcebQuAEmba4xc6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XuhKfBTP9aBuN3CRWxxVimZnRMa67u7O { color:#ffffff;display:block;width:70.3125rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:normal;z-index:100002;line-height:2;letter-spacing:0;top:10.4375rem;left:2.3125rem;height:8.25rem;text-align:center;text-align-last:center;display:block; }
#AT5CBJB6QXTRF8lP5DfepKPMFHKqzE1o { 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; }
#yfosxvSBtKBs5yTA2k6AOHV4maWTNdTm { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:"roboto slab";font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:;top:20.6875rem;left:1rem;display:none; }
#dvf9QGnzDHVsgHcE5HNnLwp642JSCQSq { position:relative;display:none; }#dvf9QGnzDHVsgHcE5HNnLwp642JSCQSq { border-width: 0; border-radius: 0; }#dvf9QGnzDHVsgHcE5HNnLwp642JSCQSq > .row .container > .video-iframe-container {  }#dvf9QGnzDHVsgHcE5HNnLwp642JSCQSq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:55.625rem;width:75rem;position:relative;display:none; }#wOh3edeU2usVTpJ6FC0Vk3Nak9JoFl62 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:arial;font-size:3.125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:2.9375rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#mvTUou8L4Z0zxxd7cqXf3vDVxDcbV5M7 { position:absolute;display:block;z-index:99995;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:27.4375rem;width:28.625rem;top:24.1875rem;left:7.5rem;display:block; }
#zyTzAPHQate63Oqn6IgkP8H4Hkqp2FwV { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:arial;font-size:1.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.5rem;height:3.4375rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:25.75rem;left:7.5rem;display:block; }
#p3DsnMXG6VKWE3gU8FrQ0BZUavko4KgZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HTGnVAoeMk9RVD69cZvSdO34vnBHd4KR { position:absolute;display:block;z-index:99996;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:27.4375rem;width:28.6875rem;top:24.1875rem;left:38.75rem;display:block; }
#KGoG77WqDKaLnTIcV4rplHxPTfeZhGdz { color:#ffffff;display:block;width:22.625rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:35.4375rem;left:12.5rem;height:3.8984375rem;display:block; }
#umx6hubX2sOcWadB3AxLGyrlDpaiuXBd { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:30.90625rem;left:12.5rem;height:3.8984375rem;display:block; }
#N2chV9euwB9q6PqvwKIXQPFrDa0cmiNE { color:#ffffff;display:block;width:19.9375rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:40.375rem;left:12.5rem;height:1.625rem;display:block; }
#TTS8ClyzE4dTeoagQw2CZEMpFX7e2VSA { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100019;top:35.4375rem;left:40.9375rem; }
#sdGnxmqiORaHi3eZUGsS6Bu7tS43zMRc { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100020;top:40.4375rem;left:40.9375rem; }
#EHHtpEoVTTyArqfUW89Ppi5ebVKcT4fS { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100020;top:35.4375rem;left:9.6875rem; }
#pMMuLlB7qZG8OeWTCslKDUoVrOd7O7vv { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#0076bf;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:3.4375rem;text-decoration:none;z-index:100022;text-align:center;text-align-last:center;top:45.4375rem;left:13.75rem;display:block; }
#pLgMEpVuQPAbqdDl85DurQZLPO6ytzZH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XxbVgqECcgfVAwkhbqSrVplFVqbWPk8I { color:#ffffff;display:block;width:70.3125rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:normal;z-index:100002;line-height:2;letter-spacing:0;top:10.4375rem;left:2.3125rem;height:8.25rem;text-align:center;text-align-last:center;display:block; }
#vIWV8uTEZqdCDMFnwG1bOXmdwusoKWRA { 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; }
#XayvkqvaCNm1upxaF8NRU0i6nLZRFe1I { position:relative;display:none; }#XayvkqvaCNm1upxaF8NRU0i6nLZRFe1I { border-width: 0; border-radius: 0; }#XayvkqvaCNm1upxaF8NRU0i6nLZRFe1I > .row .container > .video-iframe-container {  }#XayvkqvaCNm1upxaF8NRU0i6nLZRFe1I > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:14.9375rem;width:75rem;position:relative;display:none; }#BNIZyBZEwBo4b12FED73SMVRfaOrJRUn { position:absolute;display:block;z-index:99995;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:6.375rem;width:13.6875rem;top:4.99853515625rem;left:25rem;display:block; }
#TGkNT248hOD0ASHlI6ucRyGbKiRuZhfJ { box-sizing:content-box;color:#606060;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:100001;top:7.3740234375rem;left:30.3125rem;display:block; }
#BgK3m0FrSvXFv2kwqaILvRzOu3Vd6dnB { position:absolute;display:block;z-index:99996;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:6.375rem;width:13.6875rem;top:5rem;left:40rem;display:block; }
#pmmNPXKG5U4cP2HiUNplORVAhIPdNiAs { box-sizing:content-box;color:#606060;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:100002;top:7.4990234375rem;left:45.3125rem;display:block; }
#T3wpKw1S6OV5xCFy2f3HgGnkXiK8Tor1 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"roboto slab";font-size:2.1875rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:6.187744140625rem;left:7.5rem;height:2.84375rem;display:block; }
#EhNA8AE4aP8ZgZOL63L1cwms9RvRLrIc { position:absolute;display:block;z-index:99996;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:6.375rem;width:13.6875rem;top:5rem;left:55rem;display:block; }
#HZDSgP46H2c8o7vRlvmTGf4soOmz6kNB { box-sizing:content-box;color:#606060;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:100004;top:7.499755859375rem;left:60.25rem;display:block; }
#Oy9zcgbB57ETsgDTRUNlZmGrdVpPmr5X { position:absolute;display:block;z-index:100003;background-color:#0076bf;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:13.6875rem;top:11.1875rem;left:25rem;display:block; }
#ogcs7JstQ8ecZOdeqDbZDnFlooneUNiF { position:absolute;display:block;z-index:100004;background-color:#0076bf;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:13.6875rem;top:11.1865234375rem;left:40.062255859375rem;display:block; }
#pirpZB70PfBcuIrB1l6At5iGIpg9LdX2 { position:absolute;display:block;z-index:100005;background-color:#0076bf;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:13.6875rem;top:11.1875rem;left:54.9365234375rem;display:block; }
#PzDy157r1fL3bIhRNQahkupx0JX2ctrZ { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto slab";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:2.375rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:4.9990234375rem;left:25rem;display:block; }
#Hw0gLuQr1WzqHNAeOum4D2gDZd4slEBq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NTMTEiiSRSuwkRSOmAT7TFQ74s9T2Xwe { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto slab";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:2.375rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:4.9365234375rem;left:40rem;display:block; }
#mEZQftrAoIxJ76a0R3kDJO3VIut5DaGZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xQElHDSZB4aCdVPXsf0oKF4g9TNUWk0i { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto slab";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:2.375rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:5.062255859375rem;left:55.186767578125rem;display:block; }
#ELf3hw6V3KEJqr2fanVTq6E7PXWJlTXq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cvliSas5Xi2LgvcCdlrDX8zBIzXD5VI1 { position:absolute;display:block;z-index:100009;background-color:#000000;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:3.125rem;width:0.4992675rem;top:6.187744140625rem;left:6.25rem;display:block; }
#t08HHM5bT5GxR014zx14G524z5EExn9Q { color:#000000;display:block;width:16.8115rem;position:absolute;font-family:"roboto slab";font-size:0.9375rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:8.656005859375rem;left:7.5rem;height:1.21875rem;display:block; }
#DkGzlikZs8dkXuRZDa6MV9qR0Mg5xDgk { position:absolute;display:block;z-index:99994;background-color:#f5f5f5;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:11.311rem;width:69.935rem;top:2.437744140625rem;left:2.5rem;display:block; }
#M0fdhSEiupVZ4KrK8iAuMi6XLoELplFH { position:relative;display:none; }#M0fdhSEiupVZ4KrK8iAuMi6XLoELplFH { border-width: 0; border-radius: 0; }#M0fdhSEiupVZ4KrK8iAuMi6XLoELplFH > .row .container > .video-iframe-container {  }#M0fdhSEiupVZ4KrK8iAuMi6XLoELplFH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:11.875rem;width:75rem;position:relative;display:none; }#Oa60nD5tTBDEFvwEA9vkSBuBLHsOu0GG { position:absolute;display:block;z-index:99995;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:6.375rem;width:13.6875rem;top:2.5rem;left:25rem;display:block; }
#qniN5QcBQV9LS7kb3yuFaSyFbErXu3t5 { position:absolute;display:block;z-index:99995;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:6.375rem;width:13.6875rem;top:2.5rem;left:40rem;display:block; }
#rP0kkbBLZs82x1OENVOHN5Qu25ItXuwz { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"roboto slab";font-size:2.1875rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:3.625rem;left:7.5625rem;height:2.84375rem;display:block; }
#CLTkl8cwmhDHHXFU3r4J3yKm36f5JKcT { position:absolute;display:block;z-index:99996;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:6.375rem;width:13.6875rem;top:2.5rem;left:55rem;display:block; }
#fCk2kabdvZc0MyZ4MAlqCgmsh60PIp2X { position:absolute;display:block;z-index:100003;background-color:#0076bf;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:13.6875rem;top:8.686767578125rem;left:25rem;display:block; }
#iZTL23JpKTEBgO1rlIvLyp4nhatfmDyC { position:absolute;display:block;z-index:100004;background-color:#0076bf;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:13.6875rem;top:8.686767578125rem;left:40rem;display:block; }
#uVheKTdgxFaULsVcBrAmafJJwkvUoIvz { position:absolute;display:block;z-index:100005;background-color:#0076bf;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:13.6875rem;top:8.6875rem;left:55rem;display:block; }
#tDIhOI3hgf3zJLw71AmulwQ1AKAS6WOq { position:absolute;display:block;z-index:100009;background-color:#000000;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:3.125rem;width:0.5rem;top:3.75rem;left:6.25rem;display:block; }
#AdDMx8KxQ69h5PLfndSlDa3K5NmW0H3Q { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto slab";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5625rem;height:2.625rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:2.75rem;left:26.624755859375rem;display:block; }
#AI3ipAi01dPbKMBc4SPQZf5GL6RebJHI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tGsQ05uVVTQocPtdilK6lpIagVQ4NaVR { box-sizing:content-box;color:#606060;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:5.25rem;left:30.3125rem;display:block; }
#k5opf4cyiMnJdskBmox1AHvwMPOyEbEm { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto slab";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:2.625rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:2.5rem;left:40rem;display:block; }
#efJyZ3Tzpeuo4Av2riLp0xUxxMl1LFro { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZrXiADOZUhkIH4QWBAwJ9cXbcQPwkxb3 { box-sizing:content-box;color:#606060;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:5rem;left:45.5625rem;display:block; }
#ytyERCNWTHWCret5wTDTJfXgEnTZOHQ2 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.25rem;height:2.4375rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:2.5rem;left:55.3125rem;display:block; }
#g8tP2t9F4U0Rdu5vU4Qoc7xLMVxXNldw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ME74fBlRx5DwVVGgDE95DRikO7lT865M { box-sizing:content-box;color:#606060;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:5rem;left:60.375rem;display:block; }
#JwC404qUkTorwkTJyWFzUl3KVEhbVt6A { color:#000000;display:block;width:15.125rem;position:absolute;font-family:"roboto slab";font-size:0.9375rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:6.3125rem;left:7.5rem;height:2.4375rem;display:block; }
#OVCqyU6KihlOSIhxlW0HIkgCkIzdlfsD { position:absolute;display:block;z-index:99994;background-color:#f5f5f5;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:11.375rem;width:69.9375rem;top:0.37841796875rem;left:2.5rem;display:block; }
#D76Zu0nok6lvQmB8yAvqxNfPa3PThDuG { position:relative;display:block; }#D76Zu0nok6lvQmB8yAvqxNfPa3PThDuG { background-color: transparent; background-image: none; }#D76Zu0nok6lvQmB8yAvqxNfPa3PThDuG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D76Zu0nok6lvQmB8yAvqxNfPa3PThDuG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D76Zu0nok6lvQmB8yAvqxNfPa3PThDuG > .row .container > .video-iframe-container { display: none; }#D76Zu0nok6lvQmB8yAvqxNfPa3PThDuG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D76Zu0nok6lvQmB8yAvqxNfPa3PThDuG > .row > .video-iframe-container { display: none; }#D76Zu0nok6lvQmB8yAvqxNfPa3PThDuG > .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); }#D76Zu0nok6lvQmB8yAvqxNfPa3PThDuG { border-width: 0; border-radius: 0; }#D76Zu0nok6lvQmB8yAvqxNfPa3PThDuG > .row .container > .video-iframe-container {  }#D76Zu0nok6lvQmB8yAvqxNfPa3PThDuG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:1.3125rem;width:75rem;position:relative;display:block; }#Z8uLNWyTixI6eMBHXIZn6Lfx2bMLBUXg { position:relative;display:block; }#Z8uLNWyTixI6eMBHXIZn6Lfx2bMLBUXg { background-color: transparent; background-image: none; }#Z8uLNWyTixI6eMBHXIZn6Lfx2bMLBUXg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8uLNWyTixI6eMBHXIZn6Lfx2bMLBUXg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8uLNWyTixI6eMBHXIZn6Lfx2bMLBUXg > .row .container > .video-iframe-container { display: none; }#Z8uLNWyTixI6eMBHXIZn6Lfx2bMLBUXg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8uLNWyTixI6eMBHXIZn6Lfx2bMLBUXg > .row > .video-iframe-container { display: none; }#Z8uLNWyTixI6eMBHXIZn6Lfx2bMLBUXg > .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); }#Z8uLNWyTixI6eMBHXIZn6Lfx2bMLBUXg { border-width: 0; border-radius: 0; }#Z8uLNWyTixI6eMBHXIZn6Lfx2bMLBUXg > .row .container > .video-iframe-container {  }#Z8uLNWyTixI6eMBHXIZn6Lfx2bMLBUXg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#rFzeyF7frmb7dO0VS3NfaWVKG6Qu24er { position:relative;display:none; }#rFzeyF7frmb7dO0VS3NfaWVKG6Qu24er { border-width: 0; border-radius: 0; }#rFzeyF7frmb7dO0VS3NfaWVKG6Qu24er > .row .container > .video-iframe-container {  }#rFzeyF7frmb7dO0VS3NfaWVKG6Qu24er > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.9375rem;width:75rem;position:relative;display:none; }#nU7pfRscMK6y4esIoCqt5P0TVMwZWraN { color:#606060;display:block;width:45.7495rem;position:absolute;font-family:"roboto slab";font-size:2.5rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.1865234375rem;left:2.3974609375rem;height:3.25rem;display:block; }
#iaG0VbPZTpTyfTbacMLA677tUwaPArul { position:absolute;display:block;z-index:100010;background-color:#0076bf;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.625rem;width:8.125rem;top:4.876708984375rem;left:2.5rem;display:block; }
#a6Lvdq05pn1CkR5buhm7zJpOy8dRUnkz { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5625rem;width:18.1875rem;top:10.0625rem;left:53.75rem;overflow:hidden;display:block; }
#oDvuNDMAccVeZaigMJxTJ0Jefl3AeARX { color:#606060;display:block;width:51.9375rem;position:absolute;font-family:"roboto slab";font-size:1.25rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:6.8125rem;left:2.5rem;height:3.25rem;display:block; }
#K5Pc6gmR9xR1WZm3IJHgUETDIDVTF3T2 { color:#606060;display:block;width:42.0625rem;position:absolute;font-family:"roboto slab";font-size:1.25rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:13.3125rem;left:3.0625rem;height:8.125rem;display:block; }
#Wp4vmUTdRmunIdSRRarAVJKuWdWZn0CM { box-sizing:content-box;color:#0076bf;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:10.0625rem;left:2.5rem;display:block; }
#WHM2D8IMsbTL1Qwv9sAbhXeDh4OGex04 { color:#606060;display:block;width:14.125rem;position:absolute;font-family:"roboto slab";font-size:1.25rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:11rem;left:5.5625rem;height:1.625rem;display:block; }
#Bwp8PLFWEpCaWWsP3E70r7OQQqR7d41r { position:relative;display:none; }#Bwp8PLFWEpCaWWsP3E70r7OQQqR7d41r { border-width: 0; border-radius: 0; }#Bwp8PLFWEpCaWWsP3E70r7OQQqR7d41r > .row .container > .video-iframe-container {  }#Bwp8PLFWEpCaWWsP3E70r7OQQqR7d41r > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:1.3125rem;width:75rem;position:relative;display:none; }#r1JZadKoAP4G96BOwCyD0Rrfqnu8wPXi { position:relative;display:none; }#r1JZadKoAP4G96BOwCyD0Rrfqnu8wPXi { border-width: 0; border-radius: 0; }#r1JZadKoAP4G96BOwCyD0Rrfqnu8wPXi > .row .container > .video-iframe-container {  }#r1JZadKoAP4G96BOwCyD0Rrfqnu8wPXi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:63.125rem;width:75rem;position:relative;display:none; }#bew7e6C3bQmDJlubx6qxgt4bEEqKuGqf { color:#606060;display:block;width:45.7495rem;position:absolute;font-family:"roboto slab";font-size:2.5rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.1865234375rem;left:2.3974609375rem;height:3.25rem;display:block; }
#VFmIsMmtXyxpS78pF46rNPuaJTrfBZUJ { color:#606060;display:block;width:63.8125rem;position:absolute;font-family:"roboto slab";font-size:1.25rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:7.376708984375rem;left:2.5rem;height:3.25rem;display:block; }
#aLKV8VgTWd7fZEElkFr8iIRJO0GJwNqA { box-sizing:content-box;color:#0076bf;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100021;top:11.1259765625rem;left:36.875rem;display:block; }
#lV686TRJ1KULsgurud3vIDRIM7wdDLDg { color:#606060;display:block;width:26.93725rem;position:absolute;font-family:"roboto slab";font-size:1.25rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:14.126708984375rem;left:40rem;height:3.25rem;display:block; }
#bbternaRZB7gq3wATzvPBLZum7k9m7vO { color:#0076bf;display:block;width:24.0625rem;position:absolute;font-family:"roboto slab";font-size:1.25rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:12.001953125rem;left:40.375rem;height:1.625rem;font-style:normal;display:block; }
#s8M2ol9t5wQQFuNuKwPbyXFmMxvN0hB8 { color:#606060;display:block;width:38.5615rem;position:absolute;font-family:"roboto slab";font-size:1.25rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:18.5625rem;left:2.5rem;height:3.25rem;display:block; }
#zebx0y6D0TMN3Jd4EA7SCGAtUXVth3Mc { box-sizing:content-box;color:#0076bf;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100022;top:31.1259765625rem;left:36.875rem;display:block; }
#hOk8G5atvKTS1X6MCViuV8pEmOykIUo0 { color:#0076bf;display:block;width:24.0625rem;position:absolute;font-family:"roboto slab";font-size:1.25rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:32.001953125rem;left:40.1875rem;height:1.625rem;font-style:normal;display:block; }
#b6QTxXskezSuT3MSwxHFGLnZTrKKay9z { color:#606060;display:block;width:33.8745rem;position:absolute;font-family:"roboto slab";font-size:1.25rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:33.626708984375rem;left:40rem;height:4.875rem;display:block; }
#TVTTFmCM9K3lqff2vXC8o9RZtiIggysT { position:absolute;display:block;z-index:100023;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;height:23.811rem;width:26.0608125rem;top:22.2509765625rem;left:3.75rem;overflow:hidden;display:block; }
#QDCb4l9kBK3tX5ZqvmZIcOO3yLAdnV9b { position:absolute;display:block;z-index:100024;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;height:2.8125rem;width:31.25rem;top:43.626708984375rem;left:40rem;overflow:hidden;display:block; }
#IpNEuTmNUBCuvoxA7kvC441hRxIGxJrv { position:absolute;display:block;z-index:100025;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;height:3.25rem;width:31.25rem;top:50.377197265625rem;left:40rem;overflow:hidden;display:block; }
#E1iPZiedhEDTUki7SBGei0GEHMEDmdOx { color:#606060;display:block;width:30rem;position:absolute;font-family:"roboto slab";font-size:1.25rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:40.751953125rem;left:40rem;height:1.625rem;display:block; }
#dtQI3fMLK7l3qV9L8PDSFSuMB1va1bEh { color:#606060;display:block;width:35.4375rem;position:absolute;font-family:"roboto slab";font-size:1.25rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:48.251953125rem;left:39.25rem;height:1.625rem;display:block; }
#R0Ocvef47Q6mSXL6dJLlhgRyQpdNnLo3 { box-sizing:content-box;color:#e61616;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:100026;top:39.8759765625rem;left:36.875rem;display:block; }
#fTEHzxxlTr3wkpxz5fskr7thuAtZVN3A { box-sizing:content-box;color:#606060;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:100027;top:47.3759765625rem;left:36.875rem;display:block; }
#VV2dRNITJP2ZThOgZgNeTiCO302T2Mlr { position:absolute;display:block;z-index:100010;background-color:#0076bf;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.625rem;width:8.125rem;top:4.876708984375rem;left:2.5rem;display:block; }
#fEC5Qu3CS6KwbumtsKA8wqFHSqOrtF4k { background-color:#0076bf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto slab";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9375rem;height:2.5rem;text-decoration:none;z-index:100028;text-align:center;text-align-last:center;top:12.3759765625rem;left:3.75rem;display:block; }
#Jytl9CO896bMR60XDQs3tqEyfNfWARW2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#S0Eq31hT2rCwgQSqyT8ZzyoKhozeM7zo { color:#606060;display:block;width:38.5605625rem;position:absolute;font-family:"roboto slab";font-size:1.25rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:54.8125rem;left:2.5rem;height:4.875rem;display:block; }
#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg { position:relative;display:none; }#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg { border-width: 0; border-radius: 0; }#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg > .row .container > .video-iframe-container {  }#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:1.1875rem;width:75rem;position:relative;display:none; }#xSPLPff5lQw5mqTHMP7RgmEawVRuHTJr { position:relative;display:none; }#xSPLPff5lQw5mqTHMP7RgmEawVRuHTJr { border-width: 0; border-radius: 0; }#xSPLPff5lQw5mqTHMP7RgmEawVRuHTJr > .row .container > .video-iframe-container {  }#xSPLPff5lQw5mqTHMP7RgmEawVRuHTJr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:none; }#mDIEkNvaAfG3v5bu2yPASB7KHz9OwJCT { color:#606060;display:block;width:25.75rem;position:absolute;font-family:"roboto slab";font-size:2.5rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:1.435546875rem;left:2.5234375rem;height:3.25rem;display:block; }
#EKV6g4tgsNNCZIK9UD8WskIm6c4VywLl { position:absolute;display:block;z-index:100009;background-color:#0076bf;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.625rem;width:8.125rem;top:4.998046875rem;left:2.6484375rem;display:block; }
#DJFc4moFWDgtEr8cVpDoDmmJbJkAfmIJ { color:#606060;display:block;width:71.25rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:6.375rem;left:2.5rem;height:2.761725rem;display:block; }
#CDhZp1wauxCeunvT5fHMTfyIq4x4kMwr { color:#0076bf;display:block;width:67.6875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:9.4375rem;left:2.5rem;height:1.29980625rem;font-style:normal;display:block; }
#vu8pygw9u2PeqAgHh4kOxo3NBqsmt6gP { position:relative;display:none; }#vu8pygw9u2PeqAgHh4kOxo3NBqsmt6gP { border-width: 0; border-radius: 0; }#vu8pygw9u2PeqAgHh4kOxo3NBqsmt6gP > .row .container > .video-iframe-container {  }#vu8pygw9u2PeqAgHh4kOxo3NBqsmt6gP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;position:relative;display:none; }#viUFnGHFvTBGSl0ATplTp3VbITMBvo20 { color:#606060;display:block;width:23.4375rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:1.248046875rem;left:2.5859375rem;height:2.03125rem;font-style:normal;display:block; }
#hf2WnzTac2OC2m0EAzmbxXyQRkzhADyw { color:#606060;display:block;width:21.0625rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:4.875rem;left:4.9375rem;height:1.3808625rem;font-style:normal;display:block; }
#xmt0r1hXQtbBaD828PU88LrGxuAImK0d { color:#606060;display:block;width:28.125rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:7.4375rem;left:5rem;height:2.76171875rem;display:block; }
#WclGidUeoGlx1ix5qUVcgKiPGakx1dke { color:#606060;display:block;width:18.4375rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:4.8056640625rem;left:40rem;height:1.3808625rem;font-style:normal;display:block; }
#a5kqAi3fOEX45TTIbsgASIv54VcnHKCT { color:#606060;display:block;width:30rem;position:absolute;font-family:"roboto slab";font-size:1.0625rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:7.5rem;left:41.25rem;height:2.76171875rem;display:block; }
#BuwtWGGXNkze4s3DawJirEe2yQShuV4l { position:absolute;display:block;z-index:100012;background-color:#606060;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.3125rem;width:3.125rem;top:3.404296875rem;left:2.5859375rem;display:block; }
#K9vtyKJtqICRhzxvSs5UnQgzPKzOGg79 { box-sizing:content-box;color:#0076bf;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:4.6875rem;left:2.8125rem;display:block; }
#pyw4zDd7L8QRi5RbmybzMnWn2ZGZyIfV { box-sizing:content-box;color:#00bb84;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:4.9375rem;left:38.75rem;display:block; }
#fLyKP8F4FzpbwAQWs8HHCE3H7cEpM9m1 { box-sizing:content-box;color:#0076bf;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:11.25rem;left:39.5rem;display:block; }
#DBLcpmzKbia2ysyoAFVp3zbrQkA2f4JM { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#0076bf;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto slab";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:1.25rem;text-decoration:none;z-index:100019;text-align:left;text-align-last:left;top:11.25rem;left:41rem;display:block; }
#g7iXLLctJ5pyxqTbwmIKVTSOTfSppvCv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xeAe4qmSIWzfS3uh5m6VdU9Fms8e24pE { position:absolute;display:block;z-index:100012;background-color:#606060;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:3.125rem;width:0.1875rem;top:7.5rem;left:3.6875rem;display:block; }
#c7Tt4MlnapLNyAe0FOpuL7mPmxNIgXW8 { position:absolute;display:block;z-index:100014;background-color:#606060;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:3.125rem;width:0.1875rem;top:7.375rem;left:39.8125rem;display:block; }
#tFIxeTlnTRcaKl40zTdcMqRGdlCHRZTT { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#0076bf;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto slab";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:1.25rem;text-decoration:none;z-index:100014;text-align:left;text-align-last:left;top:11.25rem;left:4.625rem;display:block; }
#qBSMnZLPGT3ylxeZgCbDVLnm3kUqtto9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zmcgIx2CKrngWETyvM5insJa7HMtf2kC { box-sizing:content-box;color:#0076bf;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:11.25rem;left:3.4375rem;display:block; }
#SgN1B4reCOBb7H6sMlNVwM9gyshifd2F { position:relative;display:none; }#SgN1B4reCOBb7H6sMlNVwM9gyshifd2F { border-width: 0; border-radius: 0; }#SgN1B4reCOBb7H6sMlNVwM9gyshifd2F > .row .container > .video-iframe-container {  }#SgN1B4reCOBb7H6sMlNVwM9gyshifd2F > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13.6875rem;width:75rem;position:relative;display:none; }#PJtZaKR3aVq6daQaIT1g44ypFFpSnvg9 { color:#606060;display:block;width:7.8125rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:1.123046875rem;left:2.5234375rem;height:2.03125rem;font-style:normal;display:block; }
#sSPsvHGBTPBTnWX0uM4RPTRxQxhHQrSO { color:#606060;display:block;width:11.4375rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:4.8056640625rem;left:5rem;height:1.3808625rem;font-style:normal;display:block; }
#ZpybbGCBqTOTxvWuMWcwvnqZaNor9miR { color:#606060;display:block;width:18.75rem;position:absolute;font-family:"roboto slab";font-size:1.0625rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:7.42578125rem;left:6.375rem;height:2.761725rem;display:block; }
#swbEd6If10T3R8RbI5NkHEvowiR0Og4P { color:#606060;display:block;width:11.4375rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:4.8056640625rem;left:27.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#zNmPTzFb1AGf80XTvIuWx0Nur0T7MFat { color:#606060;display:block;width:18rem;position:absolute;font-family:"roboto slab";font-size:1.0625rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:7.4375rem;left:28.8125rem;height:2.76171875rem;display:block; }
#alXT8DCJUROX7Al5rSItny5EsMlCZQLd { color:#606060;display:block;width:11.4375rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:4.8056640625rem;left:52.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#W83PewMyulsyzrNdHXfE7QeMOHT5p9Jp { color:#606060;display:block;width:18.75rem;position:absolute;font-family:"roboto slab";font-size:1.0625rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:7.36328125rem;left:53.75rem;height:2.76171875rem;display:block; }
#lLBJH37FNXXDM1Z41RR3FHpJTEz1aMcy { position:absolute;display:block;z-index:100011;background-color:#606060;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.3125rem;width:3.125rem;top:3.3095703125rem;left:2.6484375rem;display:block; }
#fiMCQMkSz4JTXvNiu05oBS4QaofBVhWn { box-sizing:content-box;color:#0076bf;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:4.625rem;left:2.5rem;display:block; }
#cJTOyLs23d95udx1BwkWmgAhQAzbTlCx { box-sizing:content-box;color:#0076bf;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:11.1875rem;left:4.6875rem;display:block; }
#Lk2PoTygeKLZaOyzOILccfU3iz3h4mfx { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#0076bf;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto slab";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:1.25rem;text-decoration:none;z-index:100015;text-align:left;text-align-last:left;top:11.1875rem;left:6.25rem;display:block; }
#isQ1n3PuKfuSIuyEKKR3THRNqT0Lft84 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zH0fvU4iMIOsvIfiXE7f7nVhgEbbgZ2r { box-sizing:content-box;color:#0076bf;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:11.1875rem;left:27.1875rem;display:block; }
#bdQ1at7CnHfHDUMQPWLmozN7szZzxqAt { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#0076bf;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto slab";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:1.25rem;text-decoration:none;z-index:100016;text-align:left;text-align-last:left;top:11.1875rem;left:28.75rem;display:block; }
#cnnqvXqEKUfvXGJy1ZWc9caIUdbKB0Fi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zfoc8hZ3eTzeOEwFMr1Jz9cAaFTzqFuU { box-sizing:content-box;color:#0076bf;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100018;top:11.1875rem;left:52.125rem;display:block; }
#MP7CRwZuzhniVaIkuGyCqslhOIxl9gke { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#0076bf;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto slab";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:1.25rem;text-decoration:none;z-index:100017;text-align:left;text-align-last:left;top:11.1875rem;left:53.75rem;display:block; }
#dliUDmTvLTD51wwDrnTlyM5opbl0Q9Xw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qv0eNV0BoJJ4aTlCTS8TcQlVmzvqPxQ3 { box-sizing:content-box;color:#00bb84;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:4.9375rem;left:26.25rem;display:block; }
#JAOmS4CrmTZ6ZyCpTTJ4SNzTTDB1HQJJ { box-sizing:content-box;color:#00bb84;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:4.9375rem;left:51.25rem;display:block; }
#sRrO6RgRDxbmI1Kw8vfu4EALEVDWkVXW { position:absolute;display:block;z-index:100010;background-color:#606060;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:3.125rem;width:0.1875rem;top:7.375rem;left:4.9375rem;display:block; }
#PxkQMr0hJxSc21l0TFU6hkTTFWg7HIpA { position:absolute;display:block;z-index:100011;background-color:#606060;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:3.125rem;width:0.1875rem;top:7.25rem;left:27.5rem;display:block; }
#QBL3090hwapTd14bOxlgnq9hkdeBZgZG { position:absolute;display:block;z-index:100012;background-color:#606060;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:3.125rem;width:0.1875rem;top:7.3125rem;left:52.5rem;display:block; }
#QgGsM7mREmVqWGHbkaFiG7u619VUkbrn { position:relative;display:none; }#QgGsM7mREmVqWGHbkaFiG7u619VUkbrn { border-width: 0; border-radius: 0; }#QgGsM7mREmVqWGHbkaFiG7u619VUkbrn > .row .container > .video-iframe-container {  }#QgGsM7mREmVqWGHbkaFiG7u619VUkbrn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.3125rem;width:75rem;position:relative;display:none; }#ePILzX9omRU0p9hleBLmrJFz7XJCRxnv { color:#606060;display:block;width:11.4375rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:1.1181640625rem;left:5rem;height:1.3808625rem;font-style:normal;display:block; }
#qAypNhnDPMLQMDoLHDr4wKihW2vm1ov5 { color:#606060;display:block;width:18.75rem;position:absolute;font-family:"roboto slab";font-size:1.0625rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:3.9375rem;left:6.25rem;height:2.76171875rem;display:block; }
#L1ac1N7DZ7S4uZ6BsZsBFXd0PXZMNkzf { color:#606060;display:block;width:11.4375rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:1.25rem;left:27.5rem;height:1.3808625rem;font-style:normal;display:block; }
#WeG4psS4ILqNsRq44m1DNFSVR81d7TCt { color:#606060;display:block;width:18.75rem;position:absolute;font-family:"roboto slab";font-size:1.0625rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:3.9375rem;left:28.75rem;height:4.142575rem;display:block; }
#dV9WClcb5HTbTE7dPepkbTGf0nwmfi8I { color:#606060;display:block;width:14.5rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:1.25rem;left:52.5rem;height:1.3808625rem;font-style:normal;display:block; }
#ZWdhFK781bvT5n04rX11ROIlql645R3H { color:#606060;display:block;width:18.75rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:3.9375rem;left:53.75rem;height:2.76171875rem;display:block; }
#Oa4dfPiQuRuo4SI4ETNR04bdFxrTHir6 { box-sizing:content-box;color:#00bb84;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:1.25rem;left:2.75rem;display:block; }
#iuZi1HwgORNd9x4EpkdFulv7rTFBaaEe { box-sizing:content-box;color:#00bb84;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:1.25rem;left:26.25rem;display:block; }
#VmkGBQW5Zet5m5247S3sPGgVG23lcmy5 { box-sizing:content-box;color:#00bb84;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:1.25rem;left:51.25rem;display:block; }
#t6vqFaNqrw3uhfRdZd0Shrp7QtZlvVAS { box-sizing:content-box;color:#0076bf;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:8.75rem;left:4.6875rem;display:block; }
#mETy1c3ZD28hFLhHED9n4cOxZ6HqfkqG { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#0076bf;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto slab";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:1.25rem;text-decoration:none;z-index:100016;text-align:left;text-align-last:left;top:8.75rem;left:6.25rem;display:block; }
#feKEHTLEz3yNUls05x4Jkn84mgdARUGT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RTaHNiufX7krdSLUZCRPQh7ET2OisB7i { box-sizing:content-box;color:#0076bf;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100018;top:8.75rem;left:27.125rem;display:block; }
#Qvv3Izh0DgMyxMzicFuBhzc487urfnAh { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#0076bf;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto slab";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:1.25rem;text-decoration:none;z-index:100017;text-align:left;text-align-last:left;top:8.75rem;left:28.75rem;display:block; }
#xER4KIDURS4Tpo7MPtFsXkxTN7XuBP5z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#aQg2EIhdx1IbMwTnk68fcHNyKcvkb4k5 { box-sizing:content-box;color:#0076bf;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:8.75rem;left:52.125rem;display:block; }
#sbdmVBpF7mogDgCygtmqm2l3SlpOvuR8 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#0076bf;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto slab";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:1.25rem;text-decoration:none;z-index:100018;text-align:left;text-align-last:left;top:8.75rem;left:53.75rem;display:block; }
#IVLJNeZsWTFV684pIxIfRQV7tIs0wapb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rcIecssJ3dw9Nf30lWlEeiJf5lP6D1X7 { position:absolute;display:block;z-index:100011;background-color:#606060;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:3.125rem;width:0.1875rem;top:3.9375rem;left:5rem;display:block; }
#xhmGxPhT4Xg8URQ0cSooX43u2UQoPDT0 { position:absolute;display:block;z-index:100012;background-color:#606060;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:3.125rem;width:0.1875rem;top:4.125rem;left:27.5rem;display:block; }
#Bo9rCg3FGwHEtSC1LznmypFyGrp6KMD6 { position:absolute;display:block;z-index:100013;background-color:#606060;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:3.125rem;width:0.1875rem;top:3.9375rem;left:52.5rem;display:block; }
#xMNn9naN3DOIMOpqxlT99tvTpLhHLgf0 { position:relative;display:none; }#xMNn9naN3DOIMOpqxlT99tvTpLhHLgf0 { border-width: 0; border-radius: 0; }#xMNn9naN3DOIMOpqxlT99tvTpLhHLgf0 > .row .container > .video-iframe-container {  }#xMNn9naN3DOIMOpqxlT99tvTpLhHLgf0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:17.625rem;width:75rem;position:relative;display:none; }#MfNszT7ebJOULWstMuxsVNmxWFdn2BqQ { color:#606060;display:block;width:15.5625rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:1.3125rem;left:2.5234375rem;height:2.03125rem;font-style:normal;display:block; }
#RdQ5zxO7eLE1AMGCBwTz0GuEA4vFfugi { color:#606060;display:block;width:19.125rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:4.875rem;left:5.0234375rem;height:1.3808625rem;font-style:normal;display:block; }
#TPTT617qmh7ZN8TBPSKXQNoGitt4cXUU { color:#606060;display:block;width:17.625rem;position:absolute;font-family:"roboto slab";font-size:1.0625rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:7.625rem;left:6.25rem;height:2.76171875rem;display:block; }
#Jao1hktHdANZmyHbpUFgtHi1hvXcaOXS { color:#606060;display:block;width:11.4375rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:4.9931640625rem;left:27.5rem;height:1.3808625rem;font-style:normal;display:block; }
#P5R5rl2vfgDpwG7SytOoeCnmVdr9Kklf { color:#606060;display:block;width:19.9375rem;position:absolute;font-family:"roboto slab";font-size:1.0625rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:7.625rem;left:28.75rem;height:4.142575rem;display:block; }
#kG03IxNTGe3ofm7k1hWnlLvc9lXH424t { color:#606060;display:block;width:14rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:4.99267578125rem;left:52.5rem;height:1.3808625rem;font-style:normal;display:block; }
#pTZDsVFrvDVTXKSUvCXf8tckmPdcwMAT { color:#606060;display:block;width:18.125rem;position:absolute;font-family:"roboto slab";font-size:1.0625rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:7.5625rem;left:53.75rem;height:2.76171875rem;display:block; }
#efVIPqzy3wxzEFbMDp3S1WkVqhrd9uqs { position:absolute;display:block;z-index:100010;background-color:#606060;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.3125rem;width:3.125rem;top:3.375rem;left:2.5rem;display:block; }
#fw0vAr40TGerUBoRabnvXuuRnUK30sdH { box-sizing:content-box;color:#0076bf;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:4.5625rem;left:2.5rem;display:block; }
#RNsGAu5dx3gaDTcOVZJzUQLWFWADlNnw { box-sizing:content-box;color:#00bb84;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:5.125rem;left:26.25rem;display:block; }
#Rc9sEMzfU5yoqf5JO3F4bLE1DchdDTEy { box-sizing:content-box;color:#00bb84;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:5.125rem;left:51.25rem;display:block; }
#OIuhVI5dobI6LtGPyE8mTRBDzgRz0IL3 { box-sizing:content-box;color:#0076bf;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:13.625rem;left:27.125rem;display:block; }
#D5OAqqsxqXJmmCPMpOfaV1rAQervPdU1 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#0076bf;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto slab";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:1.25rem;text-decoration:none;z-index:100015;text-align:left;text-align-last:left;top:13.625rem;left:28.75rem;display:block; }
#RMT8Az20gMlFhlfgDAcTxsTIivAJBtEP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lxvFWAlzAKcMWZB94a4X7qnLOBe7fdQy { box-sizing:content-box;color:#0076bf;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:13.625rem;left:52.1875rem;display:block; }
#MAReO0sdNUzPrmIJ2qAkSMqiHiP9vUZV { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#0076bf;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto slab";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:1.25rem;text-decoration:none;z-index:100016;text-align:left;text-align-last:left;top:13.625rem;left:53.75rem;display:block; }
#UXJDENfQFQs1Giysko1KSplgQm7HU8fN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#N0L9nZ3D3mDwlyW4vTMJbKXepScT8I1A { position:absolute;display:block;z-index:100011;background-color:#606060;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:3.125rem;width:0.1875rem;top:7.625rem;left:4.8125rem;display:block; }
#SerBQzUHbnniTJ97rQQsmL5dKaDnZ04v { position:absolute;display:block;z-index:100012;background-color:#606060;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:3.125rem;width:0.1875rem;top:7.625rem;left:27.3125rem;display:block; }
#rTRExA3W40uiNpSShFmaZcs1mngvK6zt { position:absolute;display:block;z-index:100013;background-color:#606060;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:3.125rem;width:0.1875rem;top:7.625rem;left:52.3125rem;display:block; }
#EADEtKi0o80aSFIDWi3dNg9239DE1Uag { position:relative;display:none; }#EADEtKi0o80aSFIDWi3dNg9239DE1Uag { border-width: 0; border-radius: 0; }#EADEtKi0o80aSFIDWi3dNg9239DE1Uag > .row .container > .video-iframe-container {  }#EADEtKi0o80aSFIDWi3dNg9239DE1Uag > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:none; }#m1MiGfXsuTmDTfcDLJ750wi8Odx9wPHd { background-color:#0076bf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto slab";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.4375rem;height:3.9375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:1.125rem;left:24.28125rem;display:block; }
#rW7UqQI2omg2GDtB9wCNNEL5IIVrvSsh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN { position:relative;display:block; }#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN { background-color: transparent; background-image: none; }#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN > .row .container > .video-iframe-container { display: none; }#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN > .row > .video-iframe-container { display: none; }#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN > .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); }#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN { border-width: 0; border-radius: 0; }#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN > .row .container > .video-iframe-container {  }#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:1.25rem;width:75rem;position:relative;display:block; }#DlJ4iIiZvSmrNmKJ4TdZ10fLRANAq874 { position:relative;display:none; }#DlJ4iIiZvSmrNmKJ4TdZ10fLRANAq874 { border-width: 0; border-radius: 0; }#DlJ4iIiZvSmrNmKJ4TdZ10fLRANAq874 > .row .container > .video-iframe-container {  }#DlJ4iIiZvSmrNmKJ4TdZ10fLRANAq874 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:55.625rem;width:75rem;position:relative;display:none; }#r7ndtOtTX48fgSgiiRh9tXSp8xZ3pOc7 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:arial;font-size:3.125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:2.9375rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#kBtQ2Wz6QSBuXIeh2KdTOcZRVXQAufGR { position:absolute;display:block;z-index:99995;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:27.4375rem;width:28.625rem;top:24.1875rem;left:7.5rem;display:block; }
#mIFWnhUshCg2og1Wruw3ITpHdlBeUtVm { position:absolute;display:block;z-index:99996;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:27.4375rem;width:28.6875rem;top:24.1875rem;left:38.75rem;display:block; }
#DT7TkLNZvKdo3Ux3aPASdgPEQJnUN0Kw { color:#ffffff;display:block;width:70.3125rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:normal;z-index:100002;line-height:2;letter-spacing:0;top:10.4375rem;left:2.3125rem;height:8.25rem;text-align:center;text-align-last:center;display:block; }
#Gwds9zrwtaWMC6unSOptmLzRutwAINR9 { position:relative;display:block; }#Gwds9zrwtaWMC6unSOptmLzRutwAINR9 { background-color: transparent; background-image: none; }#Gwds9zrwtaWMC6unSOptmLzRutwAINR9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gwds9zrwtaWMC6unSOptmLzRutwAINR9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gwds9zrwtaWMC6unSOptmLzRutwAINR9 > .row .container > .video-iframe-container { display: none; }#Gwds9zrwtaWMC6unSOptmLzRutwAINR9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gwds9zrwtaWMC6unSOptmLzRutwAINR9 > .row > .video-iframe-container { display: none; }#Gwds9zrwtaWMC6unSOptmLzRutwAINR9 > .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); }#Gwds9zrwtaWMC6unSOptmLzRutwAINR9 { border-width: 0; border-radius: 0; }#Gwds9zrwtaWMC6unSOptmLzRutwAINR9 > .row .container > .video-iframe-container {  }#Gwds9zrwtaWMC6unSOptmLzRutwAINR9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB { position:relative;display:none; }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB { border-width: 0; border-radius: 0; }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .row .container > .video-iframe-container {  }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:29.1875rem;width:75rem;position:relative;display:none; }#JyI7NtkL9SeKPtJ4bRtHbBZa7P3pS2Tq { color:#000000;display:block;width:28.25rem;position:absolute;font-family:arial;font-size:2.5rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:2rem;left:23.75rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ryET1ih5EZ6ElHWBcPxMQrXZI917ZFu9 { color:#606060;display:block;width:19.125rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:700;z-index:100033;line-height:1.5;letter-spacing:0;top:7.40625rem;left:5rem;height:;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; }
#zf3T49EyJVHTG7GJQ1eZe20zT4qpDmkd { color:#606060;display:block;width:65.25rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:400;z-index:100034;line-height:1.5;letter-spacing:0;top:10.186767578125rem;left:5rem;height:;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; }
#L76M8QZcDRqeqiHThWf1DOwkpIVEvMvG { color:#606060;display:block;width:20.5625rem;position:absolute;font-family:"roboto slab";font-size:1.0625rem;font-weight:400;z-index:100036;line-height:1.5;letter-spacing:0;top:25.09375rem;left:5rem;height:;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; }
#bZ3bCmTtL9JOw7VxkoqZZ113toZJRCuf { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#0076bf;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto slab";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.3125rem;height:1.3125rem;text-decoration:none;z-index:100037;text-align:left;text-align-last:left;top:25.296875rem;left:25.3125rem;display:block; }
#mathPhyTvpPimouSTNgBa4iCoas29MAp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XbJmFsItgQrla8InTM1I0wIIVFQcfPqd { color:#606060;display:block;width:19.125rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:700;z-index:100034;line-height:1.5;letter-spacing:0;top:17.03125rem;left:5rem;height:;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; }
#MDb8vT2ItGyliBg6XHyolrTzox9Ji5r0 { color:#606060;display:block;width:65.25rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:400;z-index:100035;line-height:1.5;letter-spacing:0;top:18.625rem;left:5rem;height:;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; }
#hArQEbaf0b6Auxan2LSJa2hkIChL9Xxl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#hArQEbaf0b6Auxan2LSJa2hkIChL9Xxl > .row .container { background-color: transparent; background-image: none; }#hArQEbaf0b6Auxan2LSJa2hkIChL9Xxl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hArQEbaf0b6Auxan2LSJa2hkIChL9Xxl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hArQEbaf0b6Auxan2LSJa2hkIChL9Xxl > .row .container > .video-iframe-container { display: none; }#hArQEbaf0b6Auxan2LSJa2hkIChL9Xxl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hArQEbaf0b6Auxan2LSJa2hkIChL9Xxl > .row > .video-iframe-container { display: none; }#hArQEbaf0b6Auxan2LSJa2hkIChL9Xxl > .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); }#hArQEbaf0b6Auxan2LSJa2hkIChL9Xxl > .row .container { border-width: 0; border-radius: 0; }#hArQEbaf0b6Auxan2LSJa2hkIChL9Xxl > .row > .video-iframe-container {  }#hArQEbaf0b6Auxan2LSJa2hkIChL9Xxl > .row .container { font-size:0.875rem;font-family:arial;height:17rem;width:75rem;position:relative;display:block; }#abJVQtCXTXIEDvrtsfOyTZRaoVT0ABaO { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;top:5.75rem;left:2.0625rem;display:block; }
#OKsKkzRpeEWh0cpzpMzE0PZZnmfE0ZUc { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:5.75rem;left:5.9375rem;display:block; }
#msVz4das7batL1ZVM7DU4oo4JmSnIZDS { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:5.75rem;left:10.125rem;display:block; }
#wv4qUX9uuL79D3VJMlhD5amZn4vrMgWa { color:#aba6a7;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:4rem;left:2.875rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#StWL9ZoG07UqHeaNxaM9CMOSLBzbHNZt { color:#beb3b3;display:block;width:22.375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:12.9375rem;left:2.875rem;height:1.13769375rem;display:block; }
#sUi184eWLVs3mT4IUA3hJKwLc19b02t8 { color:#ffffff;display:block;width:3.6875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:10.74951171875rem;left:2.93701171875rem;height:1.13769375rem;display:block; }
#BzddxitlnwGCUhlZCb6BI3bAtuKDbgBK { color:#ffffff;display:block;width:4.375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:10.7490234375rem;left:7.96875rem;height:1.13769375rem;display:block; }
#Zb28WQ8iDHtOFoDrm6i6V253ypr5AhxJ { color:#ffffff;display:block;width:3.4375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:10.75rem;left:13.625rem;height:1.13769375rem;display:block; }
#kn0V4TOOTPomPXtNGUKRrkySNd65dGCA { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:10.7802734375rem;left:18.25rem;height:1.13769375rem;display:block; }
#XTLCM6CaxNZDNeL5vyxGnFkUlkaI9mOd { color:#ffffff;display:block;width:5.5625rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:10.74951171875rem;left:21.4990234375rem;height:1.13769375rem;display:block; }
#tPAptoUFz5kBigoMzV85U5q58dlROATu { color:#ffffff;display:block;width:4.0625rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:10.7802734375rem;left:28.3115234375rem;height:1.13769375rem;display:block; }
#yGN9mdmerTpcavSwgKoFuOADzL8UW24I { color:#ffffff;display:block;width:9.375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:10.7802734375rem;left:33.75rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#yIWbmFZrIKhzP9f7KNiJlydhJmnwM8zS { color:#ffffff;display:block;width:6.9995rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:10.7802734375rem;left:44.375rem;height:1.13769375rem;display:block; }
#BRuWScopiQc28hT1FoEZTpHi1i7cmnEf { color:#000000;display:block;width:23rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:4.0625rem;left:52rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#StRO5CK9qMIo1ninf26SBEyXJOwlTISu { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:8.8125rem;top:9.654296875rem;left:65.875rem;overflow:hidden;display:block; }
#pGXTFTqm3vFFOmnI2LLZ6iWbT0OerJRb { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.625rem;width:8.4375rem;top:6.185546875rem;left:65.9990234375rem;overflow:hidden;display:block; }
#QuCMEQot9hXa8zCTlaKK936lOVemqiD0 { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.25rem;width:10.0625rem;top:6.185546875rem;left:55.1669921875rem;overflow:hidden;display:block; }
#kExieXuGFsgvroaBiTSchSKuEVTnFPA5 { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:5.75rem;left:18.25rem;display:block; }
#A9KJmP2gobREMuGbiDnVbI514BFsXkwU { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:5.75rem;left:14.1875rem;display:block; }
#Xaq7Eee55VBERLnwNdtLzbMQsKJLJfHf { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:5.75rem;left:22.9375rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #COOhxStqa5TDS5A0RTAe9Zl32hndhWxa { display:none; }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HFa3eW1wxKb5AlNEi6G8ScB5CLtsE0Wm { top:1.0625rem;left:0rem;width:17.1875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #toUIBDLASGFv5Ws12K2SKh2C40hUnWVm { width:12.625rem;height:2.5rem;top:1.25rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwa1ob1A666hVkbxdsT4bp0xS3TbUmLA { display:block; }
 }@media only screen and (max-width: 763px) { #FMDHrxViZ68tsfxt7m4oBo0lC92Mtels { width:6.5rem;height:2.5rem;top:1.25rem;left:32.7490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2ofmhCVcmgGCBZp0OmIMOzJi5qkWHX8 { display:block; }
 }@media only screen and (max-width: 763px) { #CMhABXQU2QTPwHZNrZud4Xp0uFaBJkLz { width:6.9375rem;height:2.5rem;top:1.25rem;left:39.6240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFpTuPBETyGdUhsrmrCayoo6Gcvs2kki { display:block; }
 }@media only screen and (max-width: 763px) { #ofkFfCa7skFJVRMMVwkg1nNnQQ2uxMMm { display:none; }
 }@media only screen and (max-width: 763px) { #EqLWa7qbpexcbFwa6aeAofXhuFJ42BOx { display:none; }
 }@media only screen and (max-width: 763px) { #eL0vGKT7xL4z0JpCIWRFdlQN5GhBC8rT { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #ELu21OEowd82bJIxL6trhhyPDIvIXB9B { display:block; }
 }@media only screen and (max-width: 763px) { #hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q { display:block; }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eg61ocAkzk0fl3EqEe5tHxP47ymQ2sAw { top:1.0625rem;left:0rem;width:17.1875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #niTyO8QZiIuCJ04nXct8Z9ZH3LyCChp6 { width:12.625rem;height:2.5rem;top:1.25rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNrlTBk6qPXQoQha94nkBaLOZD1TIhST { display:block; }
 }@media only screen and (max-width: 763px) { #HhGiyAXLeLV2uwn4vsvxKCt2REMV1ZPm { width:6.5rem;height:2.5rem;top:1.25rem;left:32.7490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTdm2Q72AxsAtOtw6tRqPAeKRtEWz4S0 { display:block; }
 }@media only screen and (max-width: 763px) { #A3nmTUgW4EdztstvwZem7gHG6v27Uh2V { width:6.9375rem;height:2.5rem;top:1.25rem;left:39.6240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4qTTppTApXE3pDmeDtDrXcrWL2G1KaZ { display:block; }
 }@media only screen and (max-width: 763px) { #Bwq1sH2iTVS0e0weEoGBhJa7pqlJDTDF { width:22.75rem;height:2.5625rem;top:1.9375rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXUuVFo2sNvIgTwiHUTgQnwZ49irKWEV { display:block; }
 }@media only screen and (max-width: 763px) { #W2WpUpRU9qJZtTxd0lR5nN36nfOVG1SO { display:block; }#W2WpUpRU9qJZtTxd0lR5nN36nfOVG1SO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE { display:block; }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k28g644yd2EXJIil3mx8Szczz1RDrOq5 { top:0.8125rem;left:0rem;width:36.9375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyIS2kzFpvaiNJK5DgdG0huACS2O9FO0 { top:12.125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTUJKvlubcrTHtaZDNPbgsKT5BNwu3SZ { top:4.5rem;left:0rem;width:47.75rem;height:3.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xM9ekxt5qNL5kbnQGD0TuxNZT6NOUuFy { width:14.4375rem;height:2.1875rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mo9XkAz3tSPyL9ZOHyEmOaVl9rTBkppq { display:block; }
 }@media only screen and (max-width: 763px) { #P92MMago9BAH1uMX0oXndp8T8OosHCZe { top:9.5625rem;left:4.46875rem;width:34.125rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0bRzwHhUsKAy99w1aw1rAsJVBk0nfXU { display:block; }#p0bRzwHhUsKAy99w1aw1rAsJVBk0nfXU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mlxaO37fl9EF8s3ZT20X7Tos1d2vexcF { top:2.9375rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZ11pNwbGdTVQ4kapTOUB5mcoRt44zli { width:28.6875rem;height:29.375rem;top:24.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLQJmPDwiDeP505g9UfrFC2ooVcaLZrJ { width:28.5rem;height:3.4375rem;top:25.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9BO5mR1nSZwLNscTueWfuyFzHPeyC93 { display:block; }
 }@media only screen and (max-width: 763px) { #MQfyxyDOd1xVI0AOHi5NqpanTqMK1VUc { width:28.6875rem;height:29.375rem;top:24.1875rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmFAhelwNH3A1WgQzfCRkasSMJzVuncx { width:28.8125rem;height:3.4375rem;top:25.4375rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRb0miQf99OubXmi5yfnfERZeNcmtATk { display:block; }
 }@media only screen and (max-width: 763px) { #aA9VtX4FTzuwHKXSLiGublLTx2WMFvI7 { top:35.4375rem;left:0rem;width:22.625rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpLVDUveS1KdccmH1bNyJB5ZPe4zMKWl { top:30.875rem;left:0rem;width:22.5rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVKUWIz98bRWWr0unLJGE1oMVKpQ8KXP { top:40.375rem;left:0rem;width:19.9375rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vggdP5zm6LgX66Arnh4cXMcUr1Tbw2st { top:31.125rem;left:27.3125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dr0JenJsZ5JJurW0hC0DBqR0dlD0ex2H { top:30.875rem;left:24.1875rem;width:23.5625rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFq9tnkvF3QTUdDKVFtB8Oas15u2TTuc { top:35.4375rem;left:27.3125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHw3EdAawB7a8PqmEvKTI4vIC4TTTlbt { top:35.4375rem;left:27.3125rem;width:20.4375rem;height:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWbP2TpTQffEzlv74nfAoii9Uxo06RkB { top:40.4375rem;left:27.3125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xG4uFNA5Ciu16BaWDFOIrT6SiTLhTrMa { top:40.4375rem;left:24.0625rem;width:23.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKx8dZqKlVApFZwskNulNDiAVuTzfoir { top:31.375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nh4Ifw8Xin7dq6ZUczxrboaw2C1a7RmS { top:35.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTwJw13G2oUMR3H5rkbcNg7RTorXJUpK { top:40.375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cotvke69yN2WcEUDku1X8QNPX6hUnX8i { width:16.375rem;height:3.4375rem;top:45.4375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPvvhX1E0X3OmhHQA5oDBhGXKTZx7Dn8 { display:block; }
 }@media only screen and (max-width: 763px) { #VxsIv8z6zdk3DnefE3MwCgdnBEF5CZ1m { width:16.5rem;height:3.4375rem;top:45.4375rem;left:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ghbw5qkvUaNPTEiBbqKduwNkJSqxL2Kw { display:block; }
 }@media only screen and (max-width: 763px) { #Vhf7pQyEeKpGZmFgIHzStlenKh0kOr8J { top:10.4375rem;left:0rem;width:47.75rem;height:8.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTG6sqvLym06LDq7lg2paolHJ1raC4JH { top:50.25rem;left:25.9375rem;width:21.8125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgu7XBygZ86DNhObsPeTvaEZF2ZANLPr { display:none; }#kgu7XBygZ86DNhObsPeTvaEZF2ZANLPr > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yxM6XMil924b8nd0XDx2kalCcwL7k30D { top:2.9375rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzOI55dxGHib9hDDFL40FoUdHqTyLcMa { width:28.625rem;height:27.4375rem;top:24.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3xGOT04JxnZSJE25TeHBbTfHf8oaoda { width:28.6875rem;height:27.4375rem;top:24.1875rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0Co83JAWTD6UStCRGXa4MS9EgKUOVhZ { top:10.4375rem;left:0rem;width:47.75rem;height:8.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAUpelkvOnzzQMnvX9VDmqfxVDgnnOrZ { top:2.1875rem;left:0rem;width:20rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QgTATdqQ0lONNnlQaZuEM9OQNCkncvWd { top:4.5625rem;left:0rem;width:20rem;height:13.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QCoQ07uiWTVUiB0txFPG3HHVDT3O0Leu { display:none; }#QCoQ07uiWTVUiB0txFPG3HHVDT3O0Leu > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gNBaZALKtDlFl5StvnOT0n442lGWkMpQ { top:2.9375rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsK4lBp7dzTToqikkTG3f4PdbhIFpbTO { width:28.625rem;height:27.4375rem;top:24.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BccV8auQgTZz3T8n80XhJbZNLPmacS61 { width:28.6875rem;height:27.4375rem;top:24.1875rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6pKZCZ16lhVTLSVbaVWEJoNfE8zbDeK { width:28.8125rem;height:3.4375rem;top:25.4375rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvcFFonZZcNViWUgSsQcZ6CuQtFToNTH { display:block; }
 }@media only screen and (max-width: 763px) { #fqvCsAMJbpUUmb7nqdHzzw3SVtcbM4vE { top:31.125rem;left:27.3125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yM6KE0MC8mggcNbq4ArkZ4wcO0lfwhXy { top:30.875rem;left:24.1875rem;width:23.5625rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv5EW8zpp3gpZFDTZPVSv0I3AESVRBOG { top:35.4375rem;left:27.3125rem;width:20.4375rem;height:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBQDNTGevJF9LhgkWdI1Lc5EyoNVTP3g { top:13.5625rem;left:0rem;width:16.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtDrMwTeoNko0fmEGip6qQa0FeXl4cBB { top:31.375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #igcRG93E4pphUq9QE7z9Bh5EHVslpOEi { top:40.375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bq1ZpWGUZ8nhJw7gfMmFAWk006omagSo { width:16.5rem;height:3.4375rem;top:45.4375rem;left:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #crCcMTZkbqm3BLo0uKcebQuAEmba4xc6 { display:block; }
 }@media only screen and (max-width: 763px) { #XuhKfBTP9aBuN3CRWxxVimZnRMa67u7O { top:10.4375rem;left:0rem;width:47.75rem;height:8.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT5CBJB6QXTRF8lP5DfepKPMFHKqzE1o { display:none; }
 }@media only screen and (max-width: 763px) { #yfosxvSBtKBs5yTA2k6AOHV4maWTNdTm { top:20.6875rem;left:0rem;width:15.6875rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dvf9QGnzDHVsgHcE5HNnLwp642JSCQSq { display:none; }#dvf9QGnzDHVsgHcE5HNnLwp642JSCQSq > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wOh3edeU2usVTpJ6FC0Vk3Nak9JoFl62 { top:2.9375rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvTUou8L4Z0zxxd7cqXf3vDVxDcbV5M7 { width:28.625rem;height:27.4375rem;top:24.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyTzAPHQate63Oqn6IgkP8H4Hkqp2FwV { width:28.5rem;height:3.4375rem;top:25.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3DsnMXG6VKWE3gU8FrQ0BZUavko4KgZ { display:block; }
 }@media only screen and (max-width: 763px) { #HTGnVAoeMk9RVD69cZvSdO34vnBHd4KR { width:28.6875rem;height:27.4375rem;top:24.1875rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGoG77WqDKaLnTIcV4rplHxPTfeZhGdz { top:35.4375rem;left:0rem;width:22.625rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #umx6hubX2sOcWadB3AxLGyrlDpaiuXBd { top:30.875rem;left:0rem;width:22.5rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2chV9euwB9q6PqvwKIXQPFrDa0cmiNE { top:11.375rem;left:0rem;width:16.375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTS8ClyzE4dTeoagQw2CZEMpFX7e2VSA { top:35.4375rem;left:27.3125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdGnxmqiORaHi3eZUGsS6Bu7tS43zMRc { top:40.4375rem;left:27.3125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHHtpEoVTTyArqfUW89Ppi5ebVKcT4fS { top:35.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMMuLlB7qZG8OeWTCslKDUoVrOd7O7vv { width:16.375rem;height:3.4375rem;top:45.4375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLgMEpVuQPAbqdDl85DurQZLPO6ytzZH { display:block; }
 }@media only screen and (max-width: 763px) { #XxbVgqECcgfVAwkhbqSrVplFVqbWPk8I { top:10.4375rem;left:0rem;width:47.75rem;height:8.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIWV8uTEZqdCDMFnwG1bOXmdwusoKWRA { display:none; }
 }@media only screen and (max-width: 763px) { #XayvkqvaCNm1upxaF8NRU0i6nLZRFe1I { display:block; }#XayvkqvaCNm1upxaF8NRU0i6nLZRFe1I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BNIZyBZEwBo4b12FED73SMVRfaOrJRUn { width:13.6875rem;height:6.375rem;top:4.9375rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGkNT248hOD0ASHlI6ucRyGbKiRuZhfJ { top:7.3125rem;left:20.09375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgK3m0FrSvXFv2kwqaILvRzOu3Vd6dnB { width:13.6875rem;height:6.375rem;top:5rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmmNPXKG5U4cP2HiUNplORVAhIPdNiAs { top:7.4375rem;left:28.28125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3wpKw1S6OV5xCFy2f3HgGnkXiK8Tor1 { top:6.1875rem;left:0rem;width:12.5rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhNA8AE4aP8ZgZOL63L1cwms9RvRLrIc { width:13.6875rem;height:6.375rem;top:5rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZDSgP46H2c8o7vRlvmTGf4soOmz6kNB { top:7.4375rem;left:36.40625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oy9zcgbB57ETsgDTRUNlZmGrdVpPmr5X { width:13.6875rem;height:0.125rem;top:11.1875rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogcs7JstQ8ecZOdeqDbZDnFlooneUNiF { width:13.6875rem;height:0.125rem;top:11.125rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pirpZB70PfBcuIrB1l6At5iGIpg9LdX2 { width:13.6875rem;height:0.125rem;top:11.1875rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzDy157r1fL3bIhRNQahkupx0JX2ctrZ { width:13.6875rem;height:2.375rem;top:4.9375rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hw0gLuQr1WzqHNAeOum4D2gDZd4slEBq { display:block; }
 }@media only screen and (max-width: 763px) { #NTMTEiiSRSuwkRSOmAT7TFQ74s9T2Xwe { width:13.6875rem;height:2.375rem;top:4.875rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEZQftrAoIxJ76a0R3kDJO3VIut5DaGZ { display:block; }
 }@media only screen and (max-width: 763px) { #xQElHDSZB4aCdVPXsf0oKF4g9TNUWk0i { width:12.5625rem;height:2.375rem;top:5rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELf3hw6V3KEJqr2fanVTq6E7PXWJlTXq { display:block; }
 }@media only screen and (max-width: 763px) { #cvliSas5Xi2LgvcCdlrDX8zBIzXD5VI1 { top:6.1875rem;left:2.84375rem;width:0.4375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t08HHM5bT5GxR014zx14G524z5EExn9Q { top:8.625rem;left:0rem;width:16.75rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkGzlikZs8dkXuRZDa6MV9qR0Mg5xDgk { top:2.4375rem;left:0rem;width:47.75rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0fdhSEiupVZ4KrK8iAuMi6XLoELplFH { display:block; }#M0fdhSEiupVZ4KrK8iAuMi6XLoELplFH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oa60nD5tTBDEFvwEA9vkSBuBLHsOu0GG { width:13.6875rem;height:6.375rem;top:2.5rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qniN5QcBQV9LS7kb3yuFaSyFbErXu3t5 { width:13.6875rem;height:6.375rem;top:2.5rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rP0kkbBLZs82x1OENVOHN5Qu25ItXuwz { top:3.625rem;left:0rem;width:12.5rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLTkl8cwmhDHHXFU3r4J3yKm36f5JKcT { width:13.6875rem;height:6.375rem;top:2.5rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCk2kabdvZc0MyZ4MAlqCgmsh60PIp2X { width:13.6875rem;height:0.125rem;top:8.625rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZTL23JpKTEBgO1rlIvLyp4nhatfmDyC { width:13.6875rem;height:0.125rem;top:8.625rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVheKTdgxFaULsVcBrAmafJJwkvUoIvz { width:13.6875rem;height:0.125rem;top:8.6875rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDIhOI3hgf3zJLw71AmulwQ1AKAS6WOq { top:3.75rem;left:2.84375rem;width:0.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdDMx8KxQ69h5PLfndSlDa3K5NmW0H3Q { width:10.5625rem;height:2.625rem;top:2.75rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AI3ipAi01dPbKMBc4SPQZf5GL6RebJHI { display:block; }
 }@media only screen and (max-width: 763px) { #tGsQ05uVVTQocPtdilK6lpIagVQ4NaVR { top:5.25rem;left:20.09375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5opf4cyiMnJdskBmox1AHvwMPOyEbEm { width:13.625rem;height:2.625rem;top:2.5rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #efJyZ3Tzpeuo4Av2riLp0xUxxMl1LFro { display:block; }
 }@media only screen and (max-width: 763px) { #ZrXiADOZUhkIH4QWBAwJ9cXbcQPwkxb3 { top:5rem;left:28.53125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytyERCNWTHWCret5wTDTJfXgEnTZOHQ2 { width:13.25rem;height:2.4375rem;top:2.5rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8tP2t9F4U0Rdu5vU4Qoc7xLMVxXNldw { display:block; }
 }@media only screen and (max-width: 763px) { #ME74fBlRx5DwVVGgDE95DRikO7lT865M { top:5rem;left:36.53125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwC404qUkTorwkTJyWFzUl3KVEhbVt6A { top:6.3125rem;left:0rem;width:15.125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVCqyU6KihlOSIhxlW0HIkgCkIzdlfsD { top:0.375rem;left:0rem;width:47.75rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D76Zu0nok6lvQmB8yAvqxNfPa3PThDuG { display:block; }#D76Zu0nok6lvQmB8yAvqxNfPa3PThDuG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z8uLNWyTixI6eMBHXIZn6Lfx2bMLBUXg { display:block; }#Z8uLNWyTixI6eMBHXIZn6Lfx2bMLBUXg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rFzeyF7frmb7dO0VS3NfaWVKG6Qu24er { display:block; }#rFzeyF7frmb7dO0VS3NfaWVKG6Qu24er > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nU7pfRscMK6y4esIoCqt5P0TVMwZWraN { top:1.125rem;left:0rem;width:45.6875rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaG0VbPZTpTyfTbacMLA677tUwaPArul { top:4.875rem;left:0rem;width:8.125rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6Lvdq05pn1CkR5buhm7zJpOy8dRUnkz { top:10.0625rem;left:29.5625rem;width:18.1875rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDvuNDMAccVeZaigMJxTJ0Jefl3AeARX { top:6.8125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5Pc6gmR9xR1WZm3IJHgUETDIDVTF3T2 { top:13.3125rem;left:0rem;width:42.0625rem;height:8.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wp4vmUTdRmunIdSRRarAVJKuWdWZn0CM { top:10.0625rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHM2D8IMsbTL1Qwv9sAbhXeDh4OGex04 { top:11rem;left:0rem;width:14.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bwp8PLFWEpCaWWsP3E70r7OQQqR7d41r { display:block; }#Bwp8PLFWEpCaWWsP3E70r7OQQqR7d41r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r1JZadKoAP4G96BOwCyD0Rrfqnu8wPXi { display:block; }#r1JZadKoAP4G96BOwCyD0Rrfqnu8wPXi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bew7e6C3bQmDJlubx6qxgt4bEEqKuGqf { top:1.125rem;left:0rem;width:45.6875rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFmIsMmtXyxpS78pF46rNPuaJTrfBZUJ { top:7.375rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLKV8VgTWd7fZEElkFr8iIRJO0GJwNqA { top:11.125rem;left:23.25rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lV686TRJ1KULsgurud3vIDRIM7wdDLDg { top:14.125rem;left:20.875rem;width:26.875rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbternaRZB7gq3wATzvPBLZum7k9m7vO { top:12rem;left:23.6875rem;width:24.0625rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8M2ol9t5wQQFuNuKwPbyXFmMxvN0hB8 { top:18.5625rem;left:0rem;width:38.5rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zebx0y6D0TMN3Jd4EA7SCGAtUXVth3Mc { top:31.125rem;left:23.25rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOk8G5atvKTS1X6MCViuV8pEmOykIUo0 { top:32rem;left:23.6875rem;width:24.0625rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6QTxXskezSuT3MSwxHFGLnZTrKKay9z { top:33.625rem;left:13.9375rem;width:33.8125rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVTTFmCM9K3lqff2vXC8o9RZtiIggysT { top:22.25rem;left:0rem;width:26rem;height:23.755228805978rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDCb4l9kBK3tX5ZqvmZIcOO3yLAdnV9b { top:43.625rem;left:16.5rem;width:31.25rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpNEuTmNUBCuvoxA7kvC441hRxIGxJrv { top:50.375rem;left:16.5rem;width:31.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1iPZiedhEDTUki7SBGei0GEHMEDmdOx { top:40.75rem;left:17.75rem;width:30rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtQI3fMLK7l3qV9L8PDSFSuMB1va1bEh { top:48.25rem;left:12.3125rem;width:35.4375rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0Ocvef47Q6mSXL6dJLlhgRyQpdNnLo3 { top:39.875rem;left:23.25rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTEHzxxlTr3wkpxz5fskr7thuAtZVN3A { top:47.375rem;left:23.25rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VV2dRNITJP2ZThOgZgNeTiCO302T2Mlr { top:4.875rem;left:0rem;width:8.125rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEC5Qu3CS6KwbumtsKA8wqFHSqOrtF4k { width:14.9375rem;height:2.5rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jytl9CO896bMR60XDQs3tqEyfNfWARW2 { display:block; }
 }@media only screen and (max-width: 763px) { #S0Eq31hT2rCwgQSqyT8ZzyoKhozeM7zo { top:54.8125rem;left:0rem;width:38.5rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg { display:block; }#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xSPLPff5lQw5mqTHMP7RgmEawVRuHTJr { display:block; }#xSPLPff5lQw5mqTHMP7RgmEawVRuHTJr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mDIEkNvaAfG3v5bu2yPASB7KHz9OwJCT { top:1.375rem;left:0rem;width:25.6875rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKV6g4tgsNNCZIK9UD8WskIm6c4VywLl { top:4.9375rem;left:0rem;width:8.125rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJFc4moFWDgtEr8cVpDoDmmJbJkAfmIJ { top:6.375rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDhZp1wauxCeunvT5fHMTfyIq4x4kMwr { top:9.4375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vu8pygw9u2PeqAgHh4kOxo3NBqsmt6gP { display:block; }#vu8pygw9u2PeqAgHh4kOxo3NBqsmt6gP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #viUFnGHFvTBGSl0ATplTp3VbITMBvo20 { top:1.1875rem;left:0rem;width:23.4375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hf2WnzTac2OC2m0EAzmbxXyQRkzhADyw { top:4.875rem;left:0rem;width:21.0625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmt0r1hXQtbBaD828PU88LrGxuAImK0d { top:7.4375rem;left:0rem;width:28.125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WclGidUeoGlx1ix5qUVcgKiPGakx1dke { top:4.75rem;left:23.875rem;width:18.4375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5kqAi3fOEX45TTIbsgASIv54VcnHKCT { top:7.5rem;left:17.75rem;width:30rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuwtWGGXNkze4s3DawJirEe2yQShuV4l { top:3.375rem;left:0rem;width:3.125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9vtyKJtqICRhzxvSs5UnQgzPKzOGg79 { top:4.6875rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyw4zDd7L8QRi5RbmybzMnWn2ZGZyIfV { top:4.9375rem;left:23.875rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLyKP8F4FzpbwAQWs8HHCE3H7cEpM9m1 { top:11.25rem;left:23.875rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBLcpmzKbia2ysyoAFVp3zbrQkA2f4JM { width:5.25rem;height:1.25rem;top:11.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7iXLLctJ5pyxqTbwmIKVTSOTfSppvCv { display:block; }
 }@media only screen and (max-width: 763px) { #xeAe4qmSIWzfS3uh5m6VdU9Fms8e24pE { top:7.5rem;left:0rem;width:0.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7Tt4MlnapLNyAe0FOpuL7mPmxNIgXW8 { top:7.375rem;left:23.875rem;width:0.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFIxeTlnTRcaKl40zTdcMqRGdlCHRZTT { width:5.25rem;height:1.25rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBSMnZLPGT3ylxeZgCbDVLnm3kUqtto9 { display:block; }
 }@media only screen and (max-width: 763px) { #zmcgIx2CKrngWETyvM5insJa7HMtf2kC { top:11.25rem;left:0rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgN1B4reCOBb7H6sMlNVwM9gyshifd2F { display:block; }#SgN1B4reCOBb7H6sMlNVwM9gyshifd2F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PJtZaKR3aVq6daQaIT1g44ypFFpSnvg9 { top:1.0625rem;left:0rem;width:7.8125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSPsvHGBTPBTnWX0uM4RPTRxQxhHQrSO { top:4.75rem;left:0.4375rem;width:11.375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpybbGCBqTOTxvWuMWcwvnqZaNor9miR { top:7.375rem;left:0rem;width:18.75rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #swbEd6If10T3R8RbI5NkHEvowiR0Og4P { top:4.75rem;left:15.875rem;width:11.4375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNmPTzFb1AGf80XTvIuWx0Nur0T7MFat { top:7.4375rem;left:13.4375rem;width:18rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #alXT8DCJUROX7Al5rSItny5EsMlCZQLd { top:4.75rem;left:31.75rem;width:11.4375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W83PewMyulsyzrNdHXfE7QeMOHT5p9Jp { top:7.3125rem;left:28.875rem;width:18.75rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLBJH37FNXXDM1Z41RR3FHpJTEz1aMcy { top:3.25rem;left:0rem;width:3.125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiMCQMkSz4JTXvNiu05oBS4QaofBVhWn { top:4.625rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJTOyLs23d95udx1BwkWmgAhQAzbTlCx { top:11.1875rem;left:0.125rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lk2PoTygeKLZaOyzOILccfU3iz3h4mfx { width:5.25rem;height:1.25rem;top:11.1875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #isQ1n3PuKfuSIuyEKKR3THRNqT0Lft84 { display:block; }
 }@media only screen and (max-width: 763px) { #zH0fvU4iMIOsvIfiXE7f7nVhgEbbgZ2r { top:11.1875rem;left:15.875rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdQ1at7CnHfHDUMQPWLmozN7szZzxqAt { width:5.25rem;height:1.25rem;top:11.1875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnnqvXqEKUfvXGJy1ZWc9caIUdbKB0Fi { display:block; }
 }@media only screen and (max-width: 763px) { #zfoc8hZ3eTzeOEwFMr1Jz9cAaFTzqFuU { top:11.1875rem;left:31.75rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MP7CRwZuzhniVaIkuGyCqslhOIxl9gke { width:5.25rem;height:1.25rem;top:11.1875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dliUDmTvLTD51wwDrnTlyM5opbl0Q9Xw { display:block; }
 }@media only screen and (max-width: 763px) { #qv0eNV0BoJJ4aTlCTS8TcQlVmzvqPxQ3 { top:4.9375rem;left:15.875rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAOmS4CrmTZ6ZyCpTTJ4SNzTTDB1HQJJ { top:4.9375rem;left:31.75rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRrO6RgRDxbmI1Kw8vfu4EALEVDWkVXW { top:7.375rem;left:0.375rem;width:0.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxkQMr0hJxSc21l0TFU6hkTTFWg7HIpA { top:7.25rem;left:15.875rem;width:0.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBL3090hwapTd14bOxlgnq9hkdeBZgZG { top:7.3125rem;left:31.75rem;width:0.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgGsM7mREmVqWGHbkaFiG7u619VUkbrn { display:block; }#QgGsM7mREmVqWGHbkaFiG7u619VUkbrn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ePILzX9omRU0p9hleBLmrJFz7XJCRxnv { top:1.0625rem;left:0.4375rem;width:11.4375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAypNhnDPMLQMDoLHDr4wKihW2vm1ov5 { top:3.875rem;left:0rem;width:18.75rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1ac1N7DZ7S4uZ6BsZsBFXd0PXZMNkzf { top:1.25rem;left:15.875rem;width:11.4375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeG4psS4ILqNsRq44m1DNFSVR81d7TCt { top:3.875rem;left:13rem;width:18.75rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dV9WClcb5HTbTE7dPepkbTGf0nwmfi8I { top:1.25rem;left:31.75rem;width:14.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWdhFK781bvT5n04rX11ROIlql645R3H { top:3.875rem;left:28.875rem;width:18.75rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oa4dfPiQuRuo4SI4ETNR04bdFxrTHir6 { top:1.25rem;left:0rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuZi1HwgORNd9x4EpkdFulv7rTFBaaEe { top:1.25rem;left:15.875rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmkGBQW5Zet5m5247S3sPGgVG23lcmy5 { top:1.25rem;left:31.75rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6vqFaNqrw3uhfRdZd0Shrp7QtZlvVAS { top:8.75rem;left:0.125rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mETy1c3ZD28hFLhHED9n4cOxZ6HqfkqG { width:5.25rem;height:1.25rem;top:8.75rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #feKEHTLEz3yNUls05x4Jkn84mgdARUGT { display:block; }
 }@media only screen and (max-width: 763px) { #RTaHNiufX7krdSLUZCRPQh7ET2OisB7i { top:8.75rem;left:15.875rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qvv3Izh0DgMyxMzicFuBhzc487urfnAh { width:5.25rem;height:1.25rem;top:8.75rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xER4KIDURS4Tpo7MPtFsXkxTN7XuBP5z { display:block; }
 }@media only screen and (max-width: 763px) { #aQg2EIhdx1IbMwTnk68fcHNyKcvkb4k5 { top:8.75rem;left:31.75rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbdmVBpF7mogDgCygtmqm2l3SlpOvuR8 { width:5.25rem;height:1.25rem;top:8.75rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVLJNeZsWTFV684pIxIfRQV7tIs0wapb { display:block; }
 }@media only screen and (max-width: 763px) { #rcIecssJ3dw9Nf30lWlEeiJf5lP6D1X7 { top:3.9375rem;left:0.4375rem;width:0.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhmGxPhT4Xg8URQ0cSooX43u2UQoPDT0 { top:4.125rem;left:15.875rem;width:0.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bo9rCg3FGwHEtSC1LznmypFyGrp6KMD6 { top:3.9375rem;left:31.75rem;width:0.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMNn9naN3DOIMOpqxlT99tvTpLhHLgf0 { display:block; }#xMNn9naN3DOIMOpqxlT99tvTpLhHLgf0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MfNszT7ebJOULWstMuxsVNmxWFdn2BqQ { top:1.3125rem;left:0rem;width:15.5625rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdQ5zxO7eLE1AMGCBwTz0GuEA4vFfugi { top:4.875rem;left:0.4609375rem;width:19.125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPTT617qmh7ZN8TBPSKXQNoGitt4cXUU { top:7.625rem;left:0rem;width:17.625rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jao1hktHdANZmyHbpUFgtHi1hvXcaOXS { top:4.9375rem;left:15.875rem;width:11.4375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5R5rl2vfgDpwG7SytOoeCnmVdr9Kklf { top:7.625rem;left:11.8125rem;width:19.9375rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kG03IxNTGe3ofm7k1hWnlLvc9lXH424t { top:4.9375rem;left:31.75rem;width:14rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTZDsVFrvDVTXKSUvCXf8tckmPdcwMAT { top:7.5625rem;left:29.625rem;width:18.125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #efVIPqzy3wxzEFbMDp3S1WkVqhrd9uqs { top:3.375rem;left:0rem;width:3.125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fw0vAr40TGerUBoRabnvXuuRnUK30sdH { top:4.5625rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNsGAu5dx3gaDTcOVZJzUQLWFWADlNnw { top:5.125rem;left:15.875rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rc9sEMzfU5yoqf5JO3F4bLE1DchdDTEy { top:5.125rem;left:31.75rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIuhVI5dobI6LtGPyE8mTRBDzgRz0IL3 { top:13.625rem;left:15.875rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5OAqqsxqXJmmCPMpOfaV1rAQervPdU1 { width:5.25rem;height:1.25rem;top:13.625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMT8Az20gMlFhlfgDAcTxsTIivAJBtEP { display:block; }
 }@media only screen and (max-width: 763px) { #lxvFWAlzAKcMWZB94a4X7qnLOBe7fdQy { top:13.625rem;left:31.75rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAReO0sdNUzPrmIJ2qAkSMqiHiP9vUZV { width:5.25rem;height:1.25rem;top:13.625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXJDENfQFQs1Giysko1KSplgQm7HU8fN { display:block; }
 }@media only screen and (max-width: 763px) { #N0L9nZ3D3mDwlyW4vTMJbKXepScT8I1A { top:7.625rem;left:0.25rem;width:0.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SerBQzUHbnniTJ97rQQsmL5dKaDnZ04v { top:7.625rem;left:15.875rem;width:0.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTRExA3W40uiNpSShFmaZcs1mngvK6zt { top:7.625rem;left:31.75rem;width:0.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EADEtKi0o80aSFIDWi3dNg9239DE1Uag { display:block; }#EADEtKi0o80aSFIDWi3dNg9239DE1Uag > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m1MiGfXsuTmDTfcDLJ750wi8Odx9wPHd { width:26.4375rem;height:3.9375rem;top:1.125rem;left:10.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rW7UqQI2omg2GDtB9wCNNEL5IIVrvSsh { display:block; }
 }@media only screen and (max-width: 763px) { #QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN { display:block; }#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DlJ4iIiZvSmrNmKJ4TdZ10fLRANAq874 { display:none; }#DlJ4iIiZvSmrNmKJ4TdZ10fLRANAq874 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #r7ndtOtTX48fgSgiiRh9tXSp8xZ3pOc7 { top:2.9375rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBtQ2Wz6QSBuXIeh2KdTOcZRVXQAufGR { width:28.625rem;height:27.4375rem;top:24.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIFWnhUshCg2og1Wruw3ITpHdlBeUtVm { width:28.6875rem;height:27.4375rem;top:24.1875rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT7TkLNZvKdo3Ux3aPASdgPEQJnUN0Kw { top:10.4375rem;left:0rem;width:47.75rem;height:8.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gwds9zrwtaWMC6unSOptmLzRutwAINR9 { display:block; }#Gwds9zrwtaWMC6unSOptmLzRutwAINR9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB { display:block; }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JyI7NtkL9SeKPtJ4bRtHbBZa7P3pS2Tq { top:2rem;left:10.125rem;width:28.25rem;height:3.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryET1ih5EZ6ElHWBcPxMQrXZI917ZFu9 { top:7.375rem;left:0rem;width:19.125rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zf3T49EyJVHTG7GJQ1eZe20zT4qpDmkd { top:10.125rem;left:0rem;width:47.75rem;height:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L76M8QZcDRqeqiHThWf1DOwkpIVEvMvG { top:25.0625rem;left:0rem;width:20.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZ3bCmTtL9JOw7VxkoqZZ113toZJRCuf { width:4.3125rem;height:1.3125rem;top:25.25rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mathPhyTvpPimouSTNgBa4iCoas29MAp { display:block; }
 }@media only screen and (max-width: 763px) { #XbJmFsItgQrla8InTM1I0wIIVFQcfPqd { top:17rem;left:0rem;width:19.125rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDb8vT2ItGyliBg6XHyolrTzox9Ji5r0 { top:18.625rem;left:0rem;width:47.75rem;height:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hArQEbaf0b6Auxan2LSJa2hkIChL9Xxl { display:block; }#hArQEbaf0b6Auxan2LSJa2hkIChL9Xxl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #abJVQtCXTXIEDvrtsfOyTZRaoVT0ABaO { top:5.75rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKsKkzRpeEWh0cpzpMzE0PZZnmfE0ZUc { top:5.75rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #msVz4das7batL1ZVM7DU4oo4JmSnIZDS { top:5.75rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wv4qUX9uuL79D3VJMlhD5amZn4vrMgWa { top:4rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #StWL9ZoG07UqHeaNxaM9CMOSLBzbHNZt { top:12.9375rem;left:0rem;width:22.375rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUi184eWLVs3mT4IUA3hJKwLc19b02t8 { top:10.6875rem;left:0rem;width:3.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzddxitlnwGCUhlZCb6BI3bAtuKDbgBK { top:10.6875rem;left:0rem;width:4.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zb28WQ8iDHtOFoDrm6i6V253ypr5AhxJ { top:10.75rem;left:0rem;width:3.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kn0V4TOOTPomPXtNGUKRrkySNd65dGCA { top:10.75rem;left:4.625rem;width:1.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTLCM6CaxNZDNeL5vyxGnFkUlkaI9mOd { top:10.6875rem;left:7.8740234375rem;width:5.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPAptoUFz5kBigoMzV85U5q58dlROATu { top:10.75rem;left:14.6865234375rem;width:4.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGN9mdmerTpcavSwgKoFuOADzL8UW24I { top:10.75rem;left:20.125rem;width:9.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIWbmFZrIKhzP9f7KNiJlydhJmnwM8zS { top:10.75rem;left:30.75rem;width:6.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRuWScopiQc28hT1FoEZTpHi1i7cmnEf { top:4.0625rem;left:24.75rem;width:23rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #StRO5CK9qMIo1ninf26SBEyXJOwlTISu { top:9.625rem;left:38.9375rem;width:8.8125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGXTFTqm3vFFOmnI2LLZ6iWbT0OerJRb { top:6.125rem;left:39.3125rem;width:8.4375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuCMEQot9hXa8zCTlaKK936lOVemqiD0 { top:6.125rem;left:37.6875rem;width:10.0625rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kExieXuGFsgvroaBiTSchSKuEVTnFPA5 { top:5.75rem;left:4.625rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9KJmP2gobREMuGbiDnVbI514BFsXkwU { top:5.75rem;left:0.5625rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xaq7Eee55VBERLnwNdtLzbMQsKJLJfHf { top:5.75rem;left:9.3125rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;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); } }@media only screen and (max-width: 763px) { #COOhxStqa5TDS5A0RTAe9Zl32hndhWxa { position:relative;z-index:auto;background-color:#0076bf;background-image:none;display:block; }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa > .row .container { background-color: transparent; background-image: none; }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa > .row .container > .video-iframe-container { display: none; }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa > .row > .video-iframe-container { display: none; }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa > .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); }#COOhxStqa5TDS5A0RTAe9Zl32hndhWxa > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HFa3eW1wxKb5AlNEi6G8ScB5CLtsE0Wm { width:7.2480625rem;height:1.44824375rem;top:1rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #toUIBDLASGFv5Ws12K2SKh2C40hUnWVm { width:7.8125rem;height:1.5625rem;top:7.75rem;left:11.25rem;font-size:1.0625rem;font-weight:700;font-style:normal;z-index:99999;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #wwa1ob1A666hVkbxdsT4bp0xS3TbUmLA { display:block; }
 }@media only screen and (max-width: 763px) { #FMDHrxViZ68tsfxt7m4oBo0lC92Mtels { width:7.8125rem;height:1.5625rem;top:4rem;left:11rem;font-size:1.0625rem;font-weight:700;font-style:normal;z-index:99999;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #Q2ofmhCVcmgGCBZp0OmIMOzJi5qkWHX8 { display:block; }
 }@media only screen and (max-width: 763px) { #CMhABXQU2QTPwHZNrZud4Xp0uFaBJkLz { width:7.8125rem;height:1.5625rem;top:5.9375rem;left:11rem;font-size:1.0625rem;font-weight:700;font-style:normal;z-index:99999;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #pFpTuPBETyGdUhsrmrCayoo6Gcvs2kki { display:block; }
 }@media only screen and (max-width: 763px) { #ofkFfCa7skFJVRMMVwkg1nNnQQ2uxMMm { top:0.7236328125rem;left:15.71875rem;width:3.125rem;height:3.125rem;z-index:100001;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #EqLWa7qbpexcbFwa6aeAofXhuFJ42BOx { top:1rem;left:15.71875rem;width:3.125rem;height:3.125rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #eL0vGKT7xL4z0JpCIWRFdlQN5GhBC8rT { top:4.9375rem;left:0rem;width:20rem;height:2.25rem;z-index:100003;text-align:right;text-align-last:right;font-family:arial;font-size:0.875rem;background-color:#0076bf;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) { #ELu21OEowd82bJIxL6trhhyPDIvIXB9B { display:block; }
 }@media only screen and (max-width: 763px) { #hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q { position:relative;z-index:auto;background-color:#0076bf;background-image:none;display:none; }#hZ2hAU26Dbuea4sqSCOEh8hQh8TlWa1q > .row .container { width:20rem;height:5.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eg61ocAkzk0fl3EqEe5tHxP47ymQ2sAw { width:7.2485rem;height:1.448975rem;top:1.1875rem;left:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #niTyO8QZiIuCJ04nXct8Z9ZH3LyCChp6 { width:5.0625rem;height:1.25rem;top:6.25rem;left:14.9375rem;font-size:0.6875rem;font-weight:700;font-style:normal;z-index:99999;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mNrlTBk6qPXQoQha94nkBaLOZD1TIhST { display:block; }
 }@media only screen and (max-width: 763px) { #HhGiyAXLeLV2uwn4vsvxKCt2REMV1ZPm { width:3.75rem;height:1.5625rem;top:3.5625rem;left:15.59375rem;font-size:0.6875rem;font-weight:700;font-style:normal;z-index:99999;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #PTdm2Q72AxsAtOtw6tRqPAeKRtEWz4S0 { display:block; }
 }@media only screen and (max-width: 763px) { #A3nmTUgW4EdztstvwZem7gHG6v27Uh2V { width:3.75rem;height:1.5625rem;top:4.75rem;left:15.59375rem;font-size:0.6875rem;font-weight:700;font-style:normal;z-index:99999;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #I4qTTppTApXE3pDmeDtDrXcrWL2G1KaZ { display:block; }
 }@media only screen and (max-width: 763px) { #Bwq1sH2iTVS0e0weEoGBhJa7pqlJDTDF { width:19rem;height:2.5625rem;top:1.25rem;left:0.5rem;z-index:100031;display:block; }
 }@media only screen and (max-width: 763px) { #gXUuVFo2sNvIgTwiHUTgQnwZ49irKWEV { display:block; }
 }@media only screen and (max-width: 763px) { #W2WpUpRU9qJZtTxd0lR5nN36nfOVG1SO { display:none; }#W2WpUpRU9qJZtTxd0lR5nN36nfOVG1SO > .row .container { width:20rem;height:2.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE { background-color:#005b94;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE > .row .container { border-width: 0; border-radius: 0; }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE > .row > .video-iframe-container {  }#OmRlCEvWQzQfuCeFbIwx5R4hDnErQ9tE > .row .container { width:20rem;height:27.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #k28g644yd2EXJIil3mx8Szczz1RDrOq5 { width:15.625rem;height:1.625rem;top:1.25rem;left:2.1875rem;font-size:1.25rem;color:#000000;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KyIS2kzFpvaiNJK5DgdG0huACS2O9FO0 { width:20rem;height:6.09375rem;top:18.2666rem;left:0rem;font-size:0.8125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #LTUJKvlubcrTHtaZDNPbgsKT5BNwu3SZ { width:20rem;height:6.09375rem;top:4.125rem;left:0rem;font-size:0.8125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #xM9ekxt5qNL5kbnQGD0TuxNZT6NOUuFy { width:14.4375rem;height:2.1875rem;top:11.46875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mo9XkAz3tSPyL9ZOHyEmOaVl9rTBkppq { display:block; }
 }@media only screen and (max-width: 763px) { #P92MMago9BAH1uMX0oXndp8T8OosHCZe { width:20rem;height:2.111325rem;top:14.90625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0bRzwHhUsKAy99w1aw1rAsJVBk0nfXU { background-color:#005b94;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#p0bRzwHhUsKAy99w1aw1rAsJVBk0nfXU > .row .container { border-width: 0; border-radius: 0; }#p0bRzwHhUsKAy99w1aw1rAsJVBk0nfXU > .row > .video-iframe-container {  }#p0bRzwHhUsKAy99w1aw1rAsJVBk0nfXU > .row .container { width:20rem;height:46.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mlxaO37fl9EF8s3ZT20X7Tos1d2vexcF { width:11.25rem;height:2.5996125rem;top:17.501953125rem;left:4.375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #oZ11pNwbGdTVQ4kapTOUB5mcoRt44zli { width:19.875rem;height:29.375rem;top:24.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DLQJmPDwiDeP505g9UfrFC2ooVcaLZrJ { width:20rem;height:2.75rem;top:26rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9BO5mR1nSZwLNscTueWfuyFzHPeyC93 { display:block; }
 }@media only screen and (max-width: 763px) { #MQfyxyDOd1xVI0AOHi5NqpanTqMK1VUc { width:19.875rem;height:29.375rem;top:24.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hmFAhelwNH3A1WgQzfCRkasSMJzVuncx { width:20rem;height:2.625rem;top:4.75rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRb0miQf99OubXmi5yfnfERZeNcmtATk { display:block; }
 }@media only screen and (max-width: 763px) { #aA9VtX4FTzuwHKXSLiGublLTx2WMFvI7 { width:16.375rem;height:2.4375rem;top:33.5rem;left:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpLVDUveS1KdccmH1bNyJB5ZPe4zMKWl { width:16.375rem;height:2.4375rem;top:29.75rem;left:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVKUWIz98bRWWr0unLJGE1oMVKpQ8KXP { width:16.375rem;height:1.21875rem;top:37.28125rem;left:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vggdP5zm6LgX66Arnh4cXMcUr1Tbw2st { width:1.5625rem;height:1.5625rem;top:11.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dr0JenJsZ5JJurW0hC0DBqR0dlD0ex2H { width:16.375rem;height:2.4375rem;top:7.875rem;left:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFq9tnkvF3QTUdDKVFtB8Oas15u2TTuc { width:1.5625rem;height:1.5625rem;top:29.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHw3EdAawB7a8PqmEvKTI4vIC4TTTlbt { width:16.375rem;height:1.21875rem;top:12.25rem;left:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWbP2TpTQffEzlv74nfAoii9Uxo06RkB { width:1.5625rem;height:1.5625rem;top:36.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xG4uFNA5Ciu16BaWDFOIrT6SiTLhTrMa { width:20rem;height:auto;top:40.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKx8dZqKlVApFZwskNulNDiAVuTzfoir { width:1.5625rem;height:1.5625rem;top:8.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nh4Ifw8Xin7dq6ZUczxrboaw2C1a7RmS { width:1.5625rem;height:1.5625rem;top:33.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTwJw13G2oUMR3H5rkbcNg7RTorXJUpK { width:1.5625rem;height:1.5625rem;top:15.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cotvke69yN2WcEUDku1X8QNPX6hUnX8i { width:15.0625rem;height:2.4375rem;top:39.75rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPvvhX1E0X3OmhHQA5oDBhGXKTZx7Dn8 { display:block; }
 }@media only screen and (max-width: 763px) { #VxsIv8z6zdk3DnefE3MwCgdnBEF5CZ1m { width:15.3125rem;height:2.5625rem;top:21rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ghbw5qkvUaNPTEiBbqKduwNkJSqxL2Kw { display:block; }
 }@media only screen and (max-width: 763px) { #Vhf7pQyEeKpGZmFgIHzStlenKh0kOr8J { width:20rem;height:auto;top:10.4375rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OTG6sqvLym06LDq7lg2paolHJ1raC4JH { width:20rem;height:0;top:43.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgu7XBygZ86DNhObsPeTvaEZF2ZANLPr { background-color:#005b94;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#kgu7XBygZ86DNhObsPeTvaEZF2ZANLPr > .row .container { background-color: transparent; background-image: none; }#kgu7XBygZ86DNhObsPeTvaEZF2ZANLPr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgu7XBygZ86DNhObsPeTvaEZF2ZANLPr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgu7XBygZ86DNhObsPeTvaEZF2ZANLPr > .row .container > .video-iframe-container { display: none; }#kgu7XBygZ86DNhObsPeTvaEZF2ZANLPr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgu7XBygZ86DNhObsPeTvaEZF2ZANLPr > .row > .video-iframe-container { display: none; }#kgu7XBygZ86DNhObsPeTvaEZF2ZANLPr > .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); }#kgu7XBygZ86DNhObsPeTvaEZF2ZANLPr > .row .container { border-width: 0; border-radius: 0; }#kgu7XBygZ86DNhObsPeTvaEZF2ZANLPr > .row > .video-iframe-container {  }#kgu7XBygZ86DNhObsPeTvaEZF2ZANLPr > .row .container { width:20rem;height:16.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yxM6XMil924b8nd0XDx2kalCcwL7k30D { width:11.25rem;height:2.5996125rem;top:17.501953125rem;left:4.375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #TzOI55dxGHib9hDDFL40FoUdHqTyLcMa { width:13.6875rem;height:6.375rem;top:26.875rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #J3xGOT04JxnZSJE25TeHBbTfHf8oaoda { width:13.6853125rem;height:6.3733125rem;top:18.062744140625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #d0Co83JAWTD6UStCRGXa4MS9EgKUOVhZ { width:20rem;height:auto;top:10.4375rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kAUpelkvOnzzQMnvX9VDmqfxVDgnnOrZ { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;z-index:100015;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QgTATdqQ0lONNnlQaZuEM9OQNCkncvWd { width:20rem;height:11.25rem;top:4.4375rem;left:0rem;font-size:0.9375rem;z-index:100016;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #QCoQ07uiWTVUiB0txFPG3HHVDT3O0Leu { background-color:#005b94;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#QCoQ07uiWTVUiB0txFPG3HHVDT3O0Leu > .row .container { background-color: transparent; background-image: none; }#QCoQ07uiWTVUiB0txFPG3HHVDT3O0Leu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCoQ07uiWTVUiB0txFPG3HHVDT3O0Leu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCoQ07uiWTVUiB0txFPG3HHVDT3O0Leu > .row .container > .video-iframe-container { display: none; }#QCoQ07uiWTVUiB0txFPG3HHVDT3O0Leu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCoQ07uiWTVUiB0txFPG3HHVDT3O0Leu > .row > .video-iframe-container { display: none; }#QCoQ07uiWTVUiB0txFPG3HHVDT3O0Leu > .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); }#QCoQ07uiWTVUiB0txFPG3HHVDT3O0Leu > .row .container { border-width: 0; border-radius: 0; }#QCoQ07uiWTVUiB0txFPG3HHVDT3O0Leu > .row > .video-iframe-container {  }#QCoQ07uiWTVUiB0txFPG3HHVDT3O0Leu > .row .container { width:20rem;height:26.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gNBaZALKtDlFl5StvnOT0n442lGWkMpQ { width:11.25rem;height:2.5996125rem;top:4.1875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZsK4lBp7dzTToqikkTG3f4PdbhIFpbTO { width:13.6875rem;height:6.375rem;top:26.875rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BccV8auQgTZz3T8n80XhJbZNLPmacS61 { width:13.6853125rem;height:6.3733125rem;top:18.062744140625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #X6pKZCZ16lhVTLSVbaVWEJoNfE8zbDeK { width:20rem;height:2.625rem;top:2.375rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvcFFonZZcNViWUgSsQcZ6CuQtFToNTH { display:block; }
 }@media only screen and (max-width: 763px) { #fqvCsAMJbpUUmb7nqdHzzw3SVtcbM4vE { width:1.5625rem;height:1.5625rem;top:10.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yM6KE0MC8mggcNbq4ArkZ4wcO0lfwhXy { width:16.375rem;height:2.4375rem;top:7.3125rem;left:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv5EW8zpp3gpZFDTZPVSv0I3AESVRBOG { width:16.375rem;height:1.21875rem;top:11.09375rem;left:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBQDNTGevJF9LhgkWdI1Lc5EyoNVTP3g { width:16.375rem;height:1.21875rem;top:13.5625rem;left:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtDrMwTeoNko0fmEGip6qQa0FeXl4cBB { width:1.5625rem;height:1.5625rem;top:7rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #igcRG93E4pphUq9QE7z9Bh5EHVslpOEi { width:1.5625rem;height:1.5625rem;top:13.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bq1ZpWGUZ8nhJw7gfMmFAWk006omagSo { width:15.3125rem;height:2.5625rem;top:16.1875rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #crCcMTZkbqm3BLo0uKcebQuAEmba4xc6 { display:block; }
 }@media only screen and (max-width: 763px) { #XuhKfBTP9aBuN3CRWxxVimZnRMa67u7O { width:20rem;height:0;top:11.6875rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AT5CBJB6QXTRF8lP5DfepKPMFHKqzE1o { top:1.453125rem;left:0rem;width:19.75rem;height:20.8125rem;z-index:99994;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfosxvSBtKBs5yTA2k6AOHV4maWTNdTm { top:19.8125rem;left:0.9375rem;width:15.6875rem;height:1.3125rem;z-index:100024;color:#f5f5f5;display:block; }
 }@media only screen and (max-width: 763px) { #dvf9QGnzDHVsgHcE5HNnLwp642JSCQSq { background-color:#005b94;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#dvf9QGnzDHVsgHcE5HNnLwp642JSCQSq > .row .container { background-color: transparent; background-image: none; }#dvf9QGnzDHVsgHcE5HNnLwp642JSCQSq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dvf9QGnzDHVsgHcE5HNnLwp642JSCQSq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dvf9QGnzDHVsgHcE5HNnLwp642JSCQSq > .row .container > .video-iframe-container { display: none; }#dvf9QGnzDHVsgHcE5HNnLwp642JSCQSq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dvf9QGnzDHVsgHcE5HNnLwp642JSCQSq > .row > .video-iframe-container { display: none; }#dvf9QGnzDHVsgHcE5HNnLwp642JSCQSq > .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); }#dvf9QGnzDHVsgHcE5HNnLwp642JSCQSq > .row .container { border-width: 0; border-radius: 0; }#dvf9QGnzDHVsgHcE5HNnLwp642JSCQSq > .row > .video-iframe-container {  }#dvf9QGnzDHVsgHcE5HNnLwp642JSCQSq > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wOh3edeU2usVTpJ6FC0Vk3Nak9JoFl62 { width:11.25rem;height:2.5996125rem;top:4.1875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #mvTUou8L4Z0zxxd7cqXf3vDVxDcbV5M7 { width:13.6875rem;height:6.375rem;top:26.875rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zyTzAPHQate63Oqn6IgkP8H4Hkqp2FwV { width:20rem;height:2.75rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3DsnMXG6VKWE3gU8FrQ0BZUavko4KgZ { display:block; }
 }@media only screen and (max-width: 763px) { #HTGnVAoeMk9RVD69cZvSdO34vnBHd4KR { width:13.6853125rem;height:6.3733125rem;top:18.062744140625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KGoG77WqDKaLnTIcV4rplHxPTfeZhGdz { width:16.375rem;height:2.4375rem;top:7.625rem;left:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #umx6hubX2sOcWadB3AxLGyrlDpaiuXBd { width:16.375rem;height:2.4375rem;top:3.875rem;left:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2chV9euwB9q6PqvwKIXQPFrDa0cmiNE { width:16.375rem;height:2.4375rem;top:11.40625rem;left:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTS8ClyzE4dTeoagQw2CZEMpFX7e2VSA { width:1.5625rem;height:1.5625rem;top:3.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdGnxmqiORaHi3eZUGsS6Bu7tS43zMRc { width:1.5625rem;height:1.5625rem;top:11.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHHtpEoVTTyArqfUW89Ppi5ebVKcT4fS { width:1.5625rem;height:1.5625rem;top:7.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMMuLlB7qZG8OeWTCslKDUoVrOd7O7vv { width:15.0625rem;height:2.4375rem;top:14.5625rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLgMEpVuQPAbqdDl85DurQZLPO6ytzZH { display:block; }
 }@media only screen and (max-width: 763px) { #XxbVgqECcgfVAwkhbqSrVplFVqbWPk8I { width:20rem;height:0;top:11.6875rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vIWV8uTEZqdCDMFnwG1bOXmdwusoKWRA { top:0rem;left:0rem;width:19.75rem;height:18.625rem;z-index:99994;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XayvkqvaCNm1upxaF8NRU0i6nLZRFe1I { display:none; }#XayvkqvaCNm1upxaF8NRU0i6nLZRFe1I > .row .container { width:20rem;height:15.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BNIZyBZEwBo4b12FED73SMVRfaOrJRUn { width:14.0625rem;height:6.499rem;top:3.810546875rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TGkNT248hOD0ASHlI6ucRyGbKiRuZhfJ { width:0;height:;top:6.1865234375rem;left:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #BgK3m0FrSvXFv2kwqaILvRzOu3Vd6dnB { width:13.6853125rem;height:6.3733125rem;top:3.8125rem;left:6.3146875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pmmNPXKG5U4cP2HiUNplORVAhIPdNiAs { width:0;height:;top:6.3115234375rem;left:11.6271875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T3wpKw1S6OV5xCFy2f3HgGnkXiK8Tor1 { width:12.5rem;height:2.5996125rem;top:5rem;left:5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhNA8AE4aP8ZgZOL63L1cwms9RvRLrIc { width:13.6853125rem;height:6.3733125rem;top:3.8125rem;left:6.3146875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HZDSgP46H2c8o7vRlvmTGf4soOmz6kNB { width:0;height:;top:6.3115234375rem;left:11.5646875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oy9zcgbB57ETsgDTRUNlZmGrdVpPmr5X { width:14.0625rem;height:0.124511875rem;top:10rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ogcs7JstQ8ecZOdeqDbZDnFlooneUNiF { width:13.6853125rem;height:0.124511875rem;top:9.9990234375rem;left:6.3146875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pirpZB70PfBcuIrB1l6At5iGIpg9LdX2 { width:13.6853125rem;height:0.124511875rem;top:10rem;left:6.3146875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PzDy157r1fL3bIhRNQahkupx0JX2ctrZ { width:10.625rem;height:2.374025rem;top:3.8115234375rem;left:5.9375rem;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Hw0gLuQr1WzqHNAeOum4D2gDZd4slEBq { display:block; }
 }@media only screen and (max-width: 763px) { #NTMTEiiSRSuwkRSOmAT7TFQ74s9T2Xwe { width:9.746125rem;height:2.374025rem;top:3.7490234375rem;left:10.253875rem;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mEZQftrAoIxJ76a0R3kDJO3VIut5DaGZ { display:block; }
 }@media only screen and (max-width: 763px) { #xQElHDSZB4aCdVPXsf0oKF4g9TNUWk0i { width:9.746125rem;height:2.374025rem;top:3.8740234375rem;left:6.5012109375rem;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ELf3hw6V3KEJqr2fanVTq6E7PXWJlTXq { display:block; }
 }@media only screen and (max-width: 763px) { #cvliSas5Xi2LgvcCdlrDX8zBIzXD5VI1 { width:0.498046875rem;height:3.125rem;top:5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t08HHM5bT5GxR014zx14G524z5EExn9Q { width:13.6855625rem;height:1.21875rem;top:7.4677734375rem;left:5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkGzlikZs8dkXuRZDa6MV9qR0Mg5xDgk { width:20rem;height:12.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0fdhSEiupVZ4KrK8iAuMi6XLoELplFH { display:none; }#M0fdhSEiupVZ4KrK8iAuMi6XLoELplFH > .row .container { width:20rem;height:20rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Oa60nD5tTBDEFvwEA9vkSBuBLHsOu0GG { width:13.6865rem;height:6.3745rem;top:3.3720703125rem;left:6.3135rem;display:none; }
 }@media only screen and (max-width: 763px) { #qniN5QcBQV9LS7kb3yuFaSyFbErXu3t5 { width:13.6853125rem;height:6.3733125rem;top:3.3720703125rem;left:6.3146875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rP0kkbBLZs82x1OENVOHN5Qu25ItXuwz { width:12.5rem;height:2.5996125rem;top:4.4970703125rem;left:5.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLTkl8cwmhDHHXFU3r4J3yKm36f5JKcT { width:13.6853125rem;height:6.3733125rem;top:3.3720703125rem;left:6.3146875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fCk2kabdvZc0MyZ4MAlqCgmsh60PIp2X { width:14.0625rem;height:0.124511875rem;top:9.55859375rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iZTL23JpKTEBgO1rlIvLyp4nhatfmDyC { width:13.6853125rem;height:0.124511875rem;top:9.55859375rem;left:6.3146875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uVheKTdgxFaULsVcBrAmafJJwkvUoIvz { width:13.6853125rem;height:0.124511875rem;top:9.5595703125rem;left:6.3146875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tDIhOI3hgf3zJLw71AmulwQ1AKAS6WOq { width:0.498046875rem;height:3.125rem;top:4.6220703125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdDMx8KxQ69h5PLfndSlDa3K5NmW0H3Q { width:10.5595625rem;height:2.624025rem;top:3.6220703125rem;left:7.9375234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AI3ipAi01dPbKMBc4SPQZf5GL6RebJHI { display:block; }
 }@media only screen and (max-width: 763px) { #tGsQ05uVVTQocPtdilK6lpIagVQ4NaVR { width:3.125rem;height:3.125rem;top:6.1220703125rem;left:11.626rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5opf4cyiMnJdskBmox1AHvwMPOyEbEm { width:12.3730625rem;height:2.686525rem;top:3.3720703125rem;left:6.3146875rem;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #efJyZ3Tzpeuo4Av2riLp0xUxxMl1LFro { display:block; }
 }@media only screen and (max-width: 763px) { #ZrXiADOZUhkIH4QWBAwJ9cXbcQPwkxb3 { width:3.125rem;height:3.125rem;top:5.8720703125rem;left:11.8771875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytyERCNWTHWCret5wTDTJfXgEnTZOHQ2 { width:13.2480625rem;height:2.1875rem;top:3.3720703125rem;left:6.6271875rem;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g8tP2t9F4U0Rdu5vU4Qoc7xLMVxXNldw { display:block; }
 }@media only screen and (max-width: 763px) { #ME74fBlRx5DwVVGgDE95DRikO7lT865M { width:3.125rem;height:3.125rem;top:5.8720703125rem;left:11.6896875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwC404qUkTorwkTJyWFzUl3KVEhbVt6A { width:15.1230625rem;height:2.4375rem;top:7.1845703125rem;left:4.8769375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVCqyU6KihlOSIhxlW0HIkgCkIzdlfsD { width:20rem;height:17.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D76Zu0nok6lvQmB8yAvqxNfPa3PThDuG { display:none; }#D76Zu0nok6lvQmB8yAvqxNfPa3PThDuG > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Z8uLNWyTixI6eMBHXIZn6Lfx2bMLBUXg { display:none; }#Z8uLNWyTixI6eMBHXIZn6Lfx2bMLBUXg > .row .container { width:20rem;height:0.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rFzeyF7frmb7dO0VS3NfaWVKG6Qu24er { display:none; }#rFzeyF7frmb7dO0VS3NfaWVKG6Qu24er > .row .container { width:20rem;height:45.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nU7pfRscMK6y4esIoCqt5P0TVMwZWraN { width:16.25rem;height:2.5996125rem;top:1.25rem;left:1.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaG0VbPZTpTyfTbacMLA677tUwaPArul { width:8.125rem;height:0.625rem;top:5.0996125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6Lvdq05pn1CkR5buhm7zJpOy8dRUnkz { width:18.1875rem;height:12.5625rem;top:31.3496125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDvuNDMAccVeZaigMJxTJ0Jefl3AeARX { width:18.625rem;height:6.09375rem;top:6.9746125rem;left:0.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5Pc6gmR9xR1WZm3IJHgUETDIDVTF3T2 { width:18.625rem;height:8.53125rem;top:21.5683625rem;left:0.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wp4vmUTdRmunIdSRRarAVJKuWdWZn0CM { width:3.125rem;height:3.125rem;top:14.3183625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHM2D8IMsbTL1Qwv9sAbhXeDh4OGex04 { width:14.125rem;height:1.625rem;top:18.6933625rem;left:2.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bwp8PLFWEpCaWWsP3E70r7OQQqR7d41r { display:none; }#Bwp8PLFWEpCaWWsP3E70r7OQQqR7d41r > .row .container { width:20rem;height:2.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #r1JZadKoAP4G96BOwCyD0Rrfqnu8wPXi { display:none; }#r1JZadKoAP4G96BOwCyD0Rrfqnu8wPXi > .row .container { width:20rem;height:97.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bew7e6C3bQmDJlubx6qxgt4bEEqKuGqf { width:12.75rem;height:2.5996125rem;top:1.25rem;left:3.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VFmIsMmtXyxpS78pF46rNPuaJTrfBZUJ { width:17.8125rem;height:7.3125rem;top:6.9746125rem;left:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLKV8VgTWd7fZEElkFr8iIRJO0GJwNqA { width:3.125rem;height:3.125rem;top:19.2871125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lV686TRJ1KULsgurud3vIDRIM7wdDLDg { width:18.8125rem;height:2.2734375rem;top:26.1308625rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbternaRZB7gq3wATzvPBLZum7k9m7vO { width:16.75rem;height:1.21875rem;top:23.6621125rem;left:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8M2ol9t5wQQFuNuKwPbyXFmMxvN0hB8 { width:18.1875rem;height:4.875rem;top:29.6543rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zebx0y6D0TMN3Jd4EA7SCGAtUXVth3Mc { width:3.125rem;height:3.125rem;top:55.31155rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOk8G5atvKTS1X6MCViuV8pEmOykIUo0 { width:16.6875rem;height:1.13671875rem;top:65.483425rem;left:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6QTxXskezSuT3MSwxHFGLnZTrKKay9z { width:17.9375rem;height:4.546875rem;top:59.68655rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVTTFmCM9K3lqff2vXC8o9RZtiIggysT { width:19.875rem;height:18.1581875rem;top:35.7793rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDCb4l9kBK3tX5ZqvmZIcOO3yLAdnV9b { width:19.875rem;height:1.7880875rem;top:74.6318625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpNEuTmNUBCuvoxA7kvC441hRxIGxJrv { width:19.875rem;height:2.06640625rem;top:85.6933875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1iPZiedhEDTUki7SBGei0GEHMEDmdOx { width:16.875rem;height:1.13671875rem;top:72.24514375rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtQI3fMLK7l3qV9L8PDSFSuMB1va1bEh { width:17rem;height:2.2734375rem;top:82.16995rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0Ocvef47Q6mSXL6dJLlhgRyQpdNnLo3 { width:3.125rem;height:3.125rem;top:67.87014375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTEHzxxlTr3wkpxz5fskr7thuAtZVN3A { width:3.125rem;height:3.125rem;top:77.79495rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VV2dRNITJP2ZThOgZgNeTiCO302T2Mlr { width:8.125rem;height:0.625rem;top:5.0996125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEC5Qu3CS6KwbumtsKA8wqFHSqOrtF4k { width:14.9375rem;height:2.5rem;top:15.5371125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jytl9CO896bMR60XDQs3tqEyfNfWARW2 { display:block; }
 }@media only screen and (max-width: 763px) { #S0Eq31hT2rCwgQSqyT8ZzyoKhozeM7zo { width:17.75rem;height:7.3125rem;top:89.13479375rem;left:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg { display:none; }#qWzOh6qG6XbgadiKGBVrPNKOGdQdzazg > .row .container { width:20rem;height:1.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xSPLPff5lQw5mqTHMP7RgmEawVRuHTJr { display:none; }#xSPLPff5lQw5mqTHMP7RgmEawVRuHTJr > .row .container { width:20rem;height:20.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mDIEkNvaAfG3v5bu2yPASB7KHz9OwJCT { width:16.75rem;height:2.5996125rem;top:1.25rem;left:1.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKV6g4tgsNNCZIK9UD8WskIm6c4VywLl { width:8.125rem;height:0.625rem;top:5.0996125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJFc4moFWDgtEr8cVpDoDmmJbJkAfmIJ { width:17.5625rem;height:6.90429375rem;top:6.9746125rem;left:1.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDhZp1wauxCeunvT5fHMTfyIq4x4kMwr { width:17.624rem;height:4.546875rem;top:15.127925rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vu8pygw9u2PeqAgHh4kOxo3NBqsmt6gP { display:none; }#vu8pygw9u2PeqAgHh4kOxo3NBqsmt6gP > .row .container { width:20rem;height:49.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #viUFnGHFvTBGSl0ATplTp3VbITMBvo20 { width:12.7480625rem;height:2.03125rem;top:1.25rem;left:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hf2WnzTac2OC2m0EAzmbxXyQRkzhADyw { width:17.5rem;height:1.21875rem;top:9.21875rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmt0r1hXQtbBaD828PU88LrGxuAImK0d { width:16.25rem;height:5.5234375rem;top:16.0625rem;left:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WclGidUeoGlx1ix5qUVcgKiPGakx1dke { width:12.1875rem;height:1.3808625rem;top:30.3359375rem;left:3.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5kqAi3fOEX45TTIbsgASIv54VcnHKCT { width:16.3125rem;height:5.5234375rem;top:37.3418rem;left:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuwtWGGXNkze4s3DawJirEe2yQShuV4l { width:4.0625rem;height:0.3125rem;top:4.53125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9vtyKJtqICRhzxvSs5UnQgzPKzOGg79 { width:1.875rem;height:1.875rem;top:6.09375rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyw4zDd7L8QRi5RbmybzMnWn2ZGZyIfV { width:1.25rem;height:1.25rem;top:27.8359375rem;left:9.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLyKP8F4FzpbwAQWs8HHCE3H7cEpM9m1 { width:1.25rem;height:1.25rem;top:44.1152375rem;left:9.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBLcpmzKbia2ysyoAFVp3zbrQkA2f4JM { width:5.249025rem;height:1.25rem;top:46.6152375rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7iXLLctJ5pyxqTbwmIKVTSOTfSppvCv { display:block; }
 }@media only screen and (max-width: 763px) { #xeAe4qmSIWzfS3uh5m6VdU9Fms8e24pE { width:0.185546875rem;height:3.125rem;top:11.6875rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7Tt4MlnapLNyAe0FOpuL7mPmxNIgXW8 { width:0.185546875rem;height:3.125rem;top:32.9668rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFIxeTlnTRcaKl40zTdcMqRGdlCHRZTT { width:5.249025rem;height:1.25rem;top:25.3359375rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBSMnZLPGT3ylxeZgCbDVLnm3kUqtto9 { display:block; }
 }@media only screen and (max-width: 763px) { #zmcgIx2CKrngWETyvM5insJa7HMtf2kC { width:1.25rem;height:1.25rem;top:22.8359375rem;left:9.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgN1B4reCOBb7H6sMlNVwM9gyshifd2F { display:none; }#SgN1B4reCOBb7H6sMlNVwM9gyshifd2F > .row .container { width:20rem;height:62.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PJtZaKR3aVq6daQaIT1g44ypFFpSnvg9 { width:18.8115rem;height:2.03125rem;top:1.25rem;left:0.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSPsvHGBTPBTnWX0uM4RPTRxQxhHQrSO { width:11.4355625rem;height:1.3808625rem;top:9.21875rem;left:4.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpybbGCBqTOTxvWuMWcwvnqZaNor9miR { width:17.5rem;height:2.761725rem;top:16.2246125rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #swbEd6If10T3R8RbI5NkHEvowiR0Og4P { width:11.4355625rem;height:1.3808625rem;top:27.73633125rem;left:4.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNmPTzFb1AGf80XTvIuWx0Nur0T7MFat { width:16.124rem;height:2.76171875rem;top:34.74219375rem;left:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #alXT8DCJUROX7Al5rSItny5EsMlCZQLd { width:11.4355625rem;height:1.3808625rem;top:46.2539125rem;left:4.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W83PewMyulsyzrNdHXfE7QeMOHT5p9Jp { width:17.4355625rem;height:2.76171875rem;top:53.259775rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLBJH37FNXXDM1Z41RR3FHpJTEz1aMcy { width:4.0625rem;height:0.3125rem;top:4.53125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiMCQMkSz4JTXvNiu05oBS4QaofBVhWn { width:1.875rem;height:1.875rem;top:6.09375rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJTOyLs23d95udx1BwkWmgAhQAzbTlCx { width:1.25rem;height:1.25rem;top:20.23633125rem;left:9.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lk2PoTygeKLZaOyzOILccfU3iz3h4mfx { width:5.249025rem;height:1.25rem;top:22.73633125rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #isQ1n3PuKfuSIuyEKKR3THRNqT0Lft84 { display:block; }
 }@media only screen and (max-width: 763px) { #zH0fvU4iMIOsvIfiXE7f7nVhgEbbgZ2r { width:1.25rem;height:1.25rem;top:38.7539125rem;left:9.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdQ1at7CnHfHDUMQPWLmozN7szZzxqAt { width:5.249025rem;height:1.25rem;top:41.2539125rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnnqvXqEKUfvXGJy1ZWc9caIUdbKB0Fi { display:block; }
 }@media only screen and (max-width: 763px) { #zfoc8hZ3eTzeOEwFMr1Jz9cAaFTzqFuU { width:1.25rem;height:1.25rem;top:57.27149375rem;left:9.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MP7CRwZuzhniVaIkuGyCqslhOIxl9gke { width:5.249025rem;height:1.25rem;top:59.77149375rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dliUDmTvLTD51wwDrnTlyM5opbl0Q9Xw { display:block; }
 }@media only screen and (max-width: 763px) { #qv0eNV0BoJJ4aTlCTS8TcQlVmzvqPxQ3 { width:1.25rem;height:1.25rem;top:25.23633125rem;left:9.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAOmS4CrmTZ6ZyCpTTJ4SNzTTDB1HQJJ { width:1.25rem;height:1.25rem;top:43.7539125rem;left:9.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRrO6RgRDxbmI1Kw8vfu4EALEVDWkVXW { width:0.185546875rem;height:3.125rem;top:11.8496125rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxkQMr0hJxSc21l0TFU6hkTTFWg7HIpA { width:0.185546875rem;height:3.125rem;top:30.36719375rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBL3090hwapTd14bOxlgnq9hkdeBZgZG { width:0.185546875rem;height:3.125rem;top:48.884775rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgGsM7mREmVqWGHbkaFiG7u619VUkbrn { display:none; }#QgGsM7mREmVqWGHbkaFiG7u619VUkbrn > .row .container { width:20rem;height:60.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ePILzX9omRU0p9hleBLmrJFz7XJCRxnv { width:11.4355625rem;height:1.3808625rem;top:3.75rem;left:4.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAypNhnDPMLQMDoLHDr4wKihW2vm1ov5 { width:16.1855625rem;height:4.142575rem;top:10.7558625rem;left:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1ac1N7DZ7S4uZ6BsZsBFXd0PXZMNkzf { width:11.4355625rem;height:1.3808625rem;top:23.6474625rem;left:4.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeG4psS4ILqNsRq44m1DNFSVR81d7TCt { width:16.3125rem;height:5.5234375rem;top:30.653325rem;left:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dV9WClcb5HTbTE7dPepkbTGf0nwmfi8I { width:14.4980625rem;height:1.3808625rem;top:44.9267625rem;left:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWdhFK781bvT5n04rX11ROIlql645R3H { width:17.6875rem;height:2.76171875rem;top:51.932625rem;left:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oa4dfPiQuRuo4SI4ETNR04bdFxrTHir6 { width:1.25rem;height:1.25rem;top:1.25rem;left:9.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuZi1HwgORNd9x4EpkdFulv7rTFBaaEe { width:1.25rem;height:1.25rem;top:21.1474625rem;left:9.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmkGBQW5Zet5m5247S3sPGgVG23lcmy5 { width:1.25rem;height:1.25rem;top:42.4267625rem;left:9.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6vqFaNqrw3uhfRdZd0Shrp7QtZlvVAS { width:1.25rem;height:1.25rem;top:16.1474625rem;left:9.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mETy1c3ZD28hFLhHED9n4cOxZ6HqfkqG { width:5.249025rem;height:1.25rem;top:18.6474625rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #feKEHTLEz3yNUls05x4Jkn84mgdARUGT { display:block; }
 }@media only screen and (max-width: 763px) { #RTaHNiufX7krdSLUZCRPQh7ET2OisB7i { width:1.25rem;height:1.25rem;top:37.4267625rem;left:9.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qvv3Izh0DgMyxMzicFuBhzc487urfnAh { width:5.249025rem;height:1.25rem;top:39.9267625rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xER4KIDURS4Tpo7MPtFsXkxTN7XuBP5z { display:block; }
 }@media only screen and (max-width: 763px) { #aQg2EIhdx1IbMwTnk68fcHNyKcvkb4k5 { width:1.25rem;height:1.25rem;top:55.94434375rem;left:9.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbdmVBpF7mogDgCygtmqm2l3SlpOvuR8 { width:5.249025rem;height:1.25rem;top:58.44434375rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVLJNeZsWTFV684pIxIfRQV7tIs0wapb { display:block; }
 }@media only screen and (max-width: 763px) { #rcIecssJ3dw9Nf30lWlEeiJf5lP6D1X7 { width:0.185546875rem;height:3.125rem;top:6.3808625rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhmGxPhT4Xg8URQ0cSooX43u2UQoPDT0 { width:0.185546875rem;height:3.125rem;top:26.278325rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bo9rCg3FGwHEtSC1LznmypFyGrp6KMD6 { width:0.185546875rem;height:3.125rem;top:47.557625rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMNn9naN3DOIMOpqxlT99tvTpLhHLgf0 { display:none; }#xMNn9naN3DOIMOpqxlT99tvTpLhHLgf0 > .row .container { width:20rem;height:61.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MfNszT7ebJOULWstMuxsVNmxWFdn2BqQ { width:13.5rem;height:2.03125rem;top:1.25rem;left:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdQ5zxO7eLE1AMGCBwTz0GuEA4vFfugi { width:11.4355625rem;height:2.76171875rem;top:9.21875rem;left:4.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPTT617qmh7ZN8TBPSKXQNoGitt4cXUU { width:15.5625rem;height:2.76171875rem;top:17.60546875rem;left:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jao1hktHdANZmyHbpUFgtHi1hvXcaOXS { width:11.4355625rem;height:1.3808625rem;top:24.1171875rem;left:4.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5R5rl2vfgDpwG7SytOoeCnmVdr9Kklf { width:16.25rem;height:5.5234375rem;top:31.12305rem;left:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kG03IxNTGe3ofm7k1hWnlLvc9lXH424t { width:16.6875rem;height:1.3808625rem;top:45.3964875rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTZDsVFrvDVTXKSUvCXf8tckmPdcwMAT { width:16.624rem;height:2.76171875rem;top:52.40235rem;left:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #efVIPqzy3wxzEFbMDp3S1WkVqhrd9uqs { width:4.0625rem;height:0.3125rem;top:4.53125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fw0vAr40TGerUBoRabnvXuuRnUK30sdH { width:1.875rem;height:1.875rem;top:6.09375rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNsGAu5dx3gaDTcOVZJzUQLWFWADlNnw { width:1.25rem;height:1.25rem;top:21.6171875rem;left:9.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rc9sEMzfU5yoqf5JO3F4bLE1DchdDTEy { width:1.25rem;height:1.25rem;top:42.8964875rem;left:9.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIuhVI5dobI6LtGPyE8mTRBDzgRz0IL3 { width:1.25rem;height:1.25rem;top:37.8964875rem;left:9.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5OAqqsxqXJmmCPMpOfaV1rAQervPdU1 { width:5.249025rem;height:1.25rem;top:40.3964875rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMT8Az20gMlFhlfgDAcTxsTIivAJBtEP { display:block; }
 }@media only screen and (max-width: 763px) { #lxvFWAlzAKcMWZB94a4X7qnLOBe7fdQy { width:1.25rem;height:1.25rem;top:56.41406875rem;left:9.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAReO0sdNUzPrmIJ2qAkSMqiHiP9vUZV { width:5.249025rem;height:1.25rem;top:58.91406875rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXJDENfQFQs1Giysko1KSplgQm7HU8fN { display:block; }
 }@media only screen and (max-width: 763px) { #N0L9nZ3D3mDwlyW4vTMJbKXepScT8I1A { width:0.185546875rem;height:3.125rem;top:13.23046875rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SerBQzUHbnniTJ97rQQsmL5dKaDnZ04v { width:0.185546875rem;height:3.125rem;top:26.74805rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTRExA3W40uiNpSShFmaZcs1mngvK6zt { width:0.185546875rem;height:3.125rem;top:48.02735rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EADEtKi0o80aSFIDWi3dNg9239DE1Uag { display:none; }#EADEtKi0o80aSFIDWi3dNg9239DE1Uag > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #m1MiGfXsuTmDTfcDLJ750wi8Odx9wPHd { width:19rem;height:2.5rem;top:1.25rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rW7UqQI2omg2GDtB9wCNNEL5IIVrvSsh { display:block; }
 }@media only screen and (max-width: 763px) { #QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN { display:none; }#QvtgqvDttHtmZ11nq9KZMaAIApeOcrnN > .row .container { width:20rem;height:1.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DlJ4iIiZvSmrNmKJ4TdZ10fLRANAq874 { background-color:#005b94;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#DlJ4iIiZvSmrNmKJ4TdZ10fLRANAq874 > .row .container { border-width: 0; border-radius: 0; }#DlJ4iIiZvSmrNmKJ4TdZ10fLRANAq874 > .row > .video-iframe-container {  }#DlJ4iIiZvSmrNmKJ4TdZ10fLRANAq874 > .row .container { width:20rem;height:18.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #r7ndtOtTX48fgSgiiRh9tXSp8xZ3pOc7 { width:11.25rem;height:2.5996125rem;top:17.501953125rem;left:4.375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #kBtQ2Wz6QSBuXIeh2KdTOcZRVXQAufGR { width:13.6875rem;height:6.375rem;top:26.875rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mIFWnhUshCg2og1Wruw3ITpHdlBeUtVm { width:13.6853125rem;height:6.3733125rem;top:18.062744140625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DT7TkLNZvKdo3Ux3aPASdgPEQJnUN0Kw { width:20rem;height:auto;top:10.4375rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gwds9zrwtaWMC6unSOptmLzRutwAINR9 { display:none; }#Gwds9zrwtaWMC6unSOptmLzRutwAINR9 > .row .container { width:20rem;height:2.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .row .container { border-width: 0; border-radius: 0; }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .row > .video-iframe-container {  }#BOdUXX5Unq3CvcR16WdcaBdVouIOI4tB > .row .container { width:20rem;height:48.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JyI7NtkL9SeKPtJ4bRtHbBZa7P3pS2Tq { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ryET1ih5EZ6ElHWBcPxMQrXZI917ZFu9 { width:11.4365rem;height:1.40625rem;top:4.9375rem;left:4.25rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #zf3T49EyJVHTG7GJQ1eZe20zT4qpDmkd { width:17.5rem;height:15.9375rem;top:7.59375rem;left:1.25rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #L76M8QZcDRqeqiHThWf1DOwkpIVEvMvG { width:17.4375rem;height:3.1875rem;top:41.4375rem;left:1.25rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bZ3bCmTtL9JOw7VxkoqZZ113toZJRCuf { width:4.311525rem;height:1.624025rem;top:45.875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mathPhyTvpPimouSTNgBa4iCoas29MAp { display:block; }
 }@media only screen and (max-width: 763px) { #XbJmFsItgQrla8InTM1I0wIIVFQcfPqd { width:17.9375rem;height:1.40625rem;top:24.78125rem;left:1rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #MDb8vT2ItGyliBg6XHyolrTzox9Ji5r0 { width:17.375rem;height:12.75rem;top:27.4375rem;left:1.3125rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #hArQEbaf0b6Auxan2LSJa2hkIChL9Xxl { position:relative;z-index:auto;display:block; }#hArQEbaf0b6Auxan2LSJa2hkIChL9Xxl > .row .container { width:20rem;height:69.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #abJVQtCXTXIEDvrtsfOyTZRaoVT0ABaO { width:2.5rem;height:2.5rem;top:6.0234375rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKsKkzRpeEWh0cpzpMzE0PZZnmfE0ZUc { width:2.5rem;height:2.5rem;top:9.7734375rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #msVz4das7batL1ZVM7DU4oo4JmSnIZDS { width:2.5rem;height:2.5rem;top:13.5234375rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wv4qUX9uuL79D3VJMlhD5amZn4vrMgWa { width:12.5rem;height:1.13671875rem;top:1.25rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #StWL9ZoG07UqHeaNxaM9CMOSLBzbHNZt { width:17.7470625rem;height:2.2734375rem;top:65.6758rem;left:1.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sUi184eWLVs3mT4IUA3hJKwLc19b02t8 { width:4.936525rem;height:1.13671875rem;top:32.5224625rem;left:7.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BzddxitlnwGCUhlZCb6BI3bAtuKDbgBK { width:5.3125rem;height:1.13671875rem;top:34.90918125rem;left:7.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Zb28WQ8iDHtOFoDrm6i6V253ypr5AhxJ { width:3.999025rem;height:1.13671875rem;top:37.2959rem;left:8rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kn0V4TOOTPomPXtNGUKRrkySNd65dGCA { width:2.5rem;height:1.13671875rem;top:39.68261875rem;left:8.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XTLCM6CaxNZDNeL5vyxGnFkUlkaI9mOd { width:7.1220625rem;height:1.13671875rem;top:42.0693375rem;left:6.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tPAptoUFz5kBigoMzV85U5q58dlROATu { width:4.6875rem;height:1.13671875rem;top:44.45605625rem;left:7.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yGN9mdmerTpcavSwgKoFuOADzL8UW24I { width:10.683625rem;height:1.13671875rem;top:46.842775rem;left:4.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yIWbmFZrIKhzP9f7KNiJlydhJmnwM8zS { width:4.874025rem;height:1.13671875rem;top:49.22949375rem;left:7.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BRuWScopiQc28hT1FoEZTpHi1i7cmnEf { width:20rem;height:1.13671875rem;top:3.63671875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #StRO5CK9qMIo1ninf26SBEyXJOwlTISu { width:9.6220625rem;height:3.624025rem;top:60.801775rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGXTFTqm3vFFOmnI2LLZ6iWbT0OerJRb { width:8.496125rem;height:2.749025rem;top:28.5234375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuCMEQot9hXa8zCTlaKK936lOVemqiD0 { width:10.625rem;height:7.9355625rem;top:51.6162125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kExieXuGFsgvroaBiTSchSKuEVTnFPA5 { width:2.5rem;height:2.5rem;top:21.0234375rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9KJmP2gobREMuGbiDnVbI514BFsXkwU { width:2.5rem;height:2.5rem;top:17.2734375rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xaq7Eee55VBERLnwNdtLzbMQsKJLJfHf { width:2.5rem;height:2.5rem;top:24.7734375rem;left:8.75rem;font-size:1.75rem;display:block; }
 }