.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FeSac0SBE28iXDwdgpQmQBqPd1Nn2DVd { position:relative;display:block; }#FeSac0SBE28iXDwdgpQmQBqPd1Nn2DVd { background-color: transparent; background-image: none; }#FeSac0SBE28iXDwdgpQmQBqPd1Nn2DVd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FeSac0SBE28iXDwdgpQmQBqPd1Nn2DVd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FeSac0SBE28iXDwdgpQmQBqPd1Nn2DVd > .row .container > .video-iframe-container { display: none; }#FeSac0SBE28iXDwdgpQmQBqPd1Nn2DVd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FeSac0SBE28iXDwdgpQmQBqPd1Nn2DVd > .row > .video-iframe-container { display: none; }#FeSac0SBE28iXDwdgpQmQBqPd1Nn2DVd > .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); }#FeSac0SBE28iXDwdgpQmQBqPd1Nn2DVd { border-width: 0; border-radius: 0; }#FeSac0SBE28iXDwdgpQmQBqPd1Nn2DVd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FeSac0SBE28iXDwdgpQmQBqPd1Nn2DVd > .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:4.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#E3slrC2Tt7rteNRsAC8XwUR5vLsDCFb0 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:11.25rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Q0lznAkkKMkkIJPBmACrLuyC2s3FfTmh { background-color:#bc264e;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;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.14583125rem;height:2.39583125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:2.875rem;left:51.25rem;display:block; }
#kZ486frr5gek8VRyGpaxKfimTzIuZoL9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AIsQ9IbtrbackZkTCRnh6zdToOei0gQB { position:relative;display:none; }#AIsQ9IbtrbackZkTCRnh6zdToOei0gQB { border-width: 0; border-radius: 0; }#AIsQ9IbtrbackZkTCRnh6zdToOei0gQB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#AIsQ9IbtrbackZkTCRnh6zdToOei0gQB > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#fZCwHaDWE6xfP2hfHobAHL8Fcgo5EF5R { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.15625rem;left:4.5625rem;display:none; }
#cKzAbH7456Jh1pNkRqC96HcUUNCBLk4A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hgcOQNCdgFQnGPo2NK9wTciQNsmsmeNU { 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:15000;opacity:1;display:none; }
#Aiw1U1aeeTsnRcXSlruSwtSZdaHUOAhN { 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:15000;opacity:1;display:none; }
#VJESo84o0OWdEevpip4Th0sKZ8Im7oBl { position:relative;display:none; }#VJESo84o0OWdEevpip4Th0sKZ8Im7oBl { border-width: 0; border-radius: 0; }#VJESo84o0OWdEevpip4Th0sKZ8Im7oBl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VJESo84o0OWdEevpip4Th0sKZ8Im7oBl > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#GL17ZHgfDtHN6LD5pbEZUpDOfGzX1BCS { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6rem;height:1.125rem;text-decoration:none;z-index:15012;text-align:left;text-align-last:left;top:7.75rem;left:6.625rem;display:none; }
#METwlxrvw1wcTgsfhZEbUZLlcGZLOQxP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VQr2WTt8OsoBtJKh9aozhodSinFxw0PC { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.625rem;height:1.125rem;text-decoration:none;z-index:15011;text-align:left;text-align-last:left;top:6.0625rem;left:6.625rem;display:none; }
#SenpARBXtu1yIl9e5VENLk28Gn7989SH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OrnF50ilAg7deTRMOSHihvrQ7Bbqz7zb { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:1.125rem;text-decoration:none;z-index:15010;text-align:left;text-align-last:left;top:4.3854169845581rem;left:6.625rem;display:none; }
#lZe8xp34d5KKSoCrgeQVW1f5zGA6nATM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bEmJ6WRdzPNtPzAcSk7xhd4ke8r8BM2O { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:1.125rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:2.75rem;left:6.625rem;display:none; }
#Fz52ShrDkThZ24ncAb1A3Zpze833T7qa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RMoNhV6OoqMJUImwKJSzX0xZZVHax4te { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.6875rem;height:1.125rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:1rem;left:6.625rem;display:none; }
#JNb2VNHWi7dJWRbZG35LFLwqL4W8g0ZQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mdHTlE4Vt4C5UXv1N0Agyg1bpP6gAwR7 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#btr4cH0hZDulTgh7MF4TVJ9XQOU6AMwv { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#ol8oRBJDiAvgw4vozq3TU3F2ut75LAt9 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#wP8L6VpUktvif3csLZV5mCgszOoNl7wk { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#PAX9PE4KvLrTvwFZkNrBDhAz5esKJXVX { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#bJ8mTdIy9qUgJPdgdToTyIybuUiJUNmP { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#dlNqSowTp3MI5L2dARn2Mu7Pvi1p4rKP { position:relative;display:none; }#dlNqSowTp3MI5L2dARn2Mu7Pvi1p4rKP { border-width: 0; border-radius: 0; }#dlNqSowTp3MI5L2dARn2Mu7Pvi1p4rKP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dlNqSowTp3MI5L2dARn2Mu7Pvi1p4rKP > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#z4Tl7hTf93irQENIOa7LfXg9npuD0JQG { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#00070b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.15625rem;left:15.8125rem;display:none; }
#Kqn35Me1twVc6cPdVPmn46fJlta3JxFr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PueDC0M06TVBa4rgQTsHKEKcxdsiDJku { 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:15000;opacity:1;display:none; }
#DNLSlC1eiQ8AUV9pC6uEmqvp34IzuGz3 { 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:15000;opacity:1;display:none; }
#NEq7NzrNzat0ysqFNZnh7RubKI9p3FJo { position:relative;display:none; }#NEq7NzrNzat0ysqFNZnh7RubKI9p3FJo { border-width: 0; border-radius: 0; }#NEq7NzrNzat0ysqFNZnh7RubKI9p3FJo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NEq7NzrNzat0ysqFNZnh7RubKI9p3FJo > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#VSyKpwGgsRCVtofvNX9y2ziVOIxz1Xl6 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.625rem;height:1.125rem;text-decoration:none;z-index:15011;text-align:left;text-align-last:left;top:6.0625rem;left:6.625rem;display:none; }
#U914zA4WqbRrKItOtME6qCHnMOQCnVWC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RflmvohMUiUTgloDR8TZo5MfFcVtgbye { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:1.125rem;text-decoration:none;z-index:15010;text-align:left;text-align-last:left;top:4.3854169845581rem;left:6.625rem;display:none; }
#GXEw490PDIGykg5oexb2eueIhRcHgusK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EhsvpBXlkf3Zb0NbfsbdzlsVuvfmmdSK { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:1.125rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:2.75rem;left:6.625rem;display:none; }
#bRW9zJwbFxS7bJ74ElgxT20GpiXZJCib { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vrnirzgr56HZeq6GUPq8AzienqoFn6pn { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.6875rem;height:1.125rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:1rem;left:6.625rem;display:none; }
#TxJRzcAhMVaAlcNAb7qnRvtZW7aoxv4s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QfQhOOAEDS9mMW6ZEeoZk9BDma11RPiv { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#FI6bLtfQAFvMwxUrXwA4bFJZC5fVURmn { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#RO8EhTNLirarlLz2VN8NIt2RE6KPaCOB { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#TZNuKw5AWfW1037vxxuqXdorhJDAZ7UE { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#QNuaNB3Gv6QVJp4dgIeNrHrtEFaXzXA4 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#WtJlNDE7A9QbbsPGS9SxeTnR3wW8KvtP { position:relative;display:none; }#WtJlNDE7A9QbbsPGS9SxeTnR3wW8KvtP { border-width: 0; border-radius: 0; }#WtJlNDE7A9QbbsPGS9SxeTnR3wW8KvtP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WtJlNDE7A9QbbsPGS9SxeTnR3wW8KvtP > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#CwHi0rwTdoK3JMNNDq8TeW5kPmcDL0HV { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0.15625rem;left:28.1875rem;display:none; }
#GGswTAuvW2GHccTJrlPa1rXc9XURg2Oe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UCtRJrkVirr9wLcEwBxk2llAQzk8EteK { 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:15000;opacity:1;display:none; }
#O4KTTPm2T9sTdLmwUgQmXDNWZXsGTL46 { 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:15000;opacity:1;display:none; }
#bB0q3er1zUdW3rFvMxOf4KJTgsMTPzH7 { position:relative;display:none; }#bB0q3er1zUdW3rFvMxOf4KJTgsMTPzH7 { border-width: 0; border-radius: 0; }#bB0q3er1zUdW3rFvMxOf4KJTgsMTPzH7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bB0q3er1zUdW3rFvMxOf4KJTgsMTPzH7 > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#t8EGfWdZxsV8L2cky4HsCkTZQBbrycg9 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.625rem;height:1.125rem;text-decoration:none;z-index:15011;text-align:left;text-align-last:left;top:6.0625rem;left:6.625rem;display:none; }
#VbtIzydm3PKCFWaPLwwzr2095O9ScfaM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TbEDqBOCJGDb00kmE7xlLWbkCaZzfctx { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:1.125rem;text-decoration:none;z-index:15010;text-align:left;text-align-last:left;top:4.3854169845581rem;left:6.625rem;display:none; }
#f3QeIZWLSPScHLMkyOwPGuAQWNLAedbG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AVBCks55pKBuSoxpT0oQ9RB7TaeFd14Z { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:1.125rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:2.75rem;left:6.625rem;display:none; }
#BqATVGX87GzZkBfLIIDJyzzg1sUVqS4i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bKc6W39nPzXMg8UHdJNuzl2LoQ8a94fe { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.6875rem;height:1.125rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:1rem;left:6.625rem;display:none; }
#quMt7MmcKzAHyscEzaZmMWLfdl7i38Ag { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NPeinCCQXrPyzV45rq2mfGnRCL146du1 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#oXRZTeP1iOPnhn4IzooVQi0MRHR4v2LV { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#LsLRF4txnhaq5yOD9LWPlIV8TnaiyQrc { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#aV4QqQMZlGwHbOLkRFHHgqxyo3CrZg7c { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#EUhPMR3T8di9xtwhfmoI1ybQJXVSK9Fa { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#tLXNt9frlah3z8Bgm1tM47J9NGRoZbIE { position:relative;display:none; }#tLXNt9frlah3z8Bgm1tM47J9NGRoZbIE { border-width: 0; border-radius: 0; }#tLXNt9frlah3z8Bgm1tM47J9NGRoZbIE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tLXNt9frlah3z8Bgm1tM47J9NGRoZbIE > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#wGOiVzXPuGbVcKICtOcWMV2GPdfJPkfS { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.15625rem;left:38.8125rem;display:none; }
#QblGkmJpyuGkSJaLETefIIr7ABZN70Wl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w5EAyagp7AAlHavPf9JlQd7CU5TvurIx { 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:15000;opacity:1;display:none; }
#sKUUdVK3UJa9ioxnxlHMRovI8nKed4im { 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:15000;opacity:1;display:none; }
#vVW1yR6I2gf6vIwAmINgmC74iN83WZic { position:relative;display:none; }#vVW1yR6I2gf6vIwAmINgmC74iN83WZic { border-width: 0; border-radius: 0; }#vVW1yR6I2gf6vIwAmINgmC74iN83WZic > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vVW1yR6I2gf6vIwAmINgmC74iN83WZic > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#J3Rdm9uv6cEGShCtHrmmQUQk3s6bTQTT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:1.125rem;text-decoration:none;z-index:15010;text-align:left;text-align-last:left;top:4.3854169845581rem;left:6.625rem;display:none; }
#piTTLwPOZcHEikKSyDJu9mPICIoF0f0C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TU6sNzF6fOpmyAd3qF8uH8KEdhUVhp3m { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:1.125rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:2.75rem;left:6.625rem;display:none; }
#zsWdHFIsn2TCXV9zpRvVBLOZsqnecSr1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TR9VtebMCwhqvBSJgxeLGFm6zgia2LaF { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.6875rem;height:1.125rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:1rem;left:6.625rem;display:none; }
#VHtn9zvLp8AFy5MrTEzdtJrfkTIcNNf0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qisXoAHfkywLLAbmblDJ60DA0izwDbKA { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#aktTqAQA3h3ZRJfPHTRUG4o3iMaU0woH { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#P4I09shnIegrEEEN3o2JRPmFE6BP9lA1 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#NMrGCBa6dG8ESPGkt0lHiVazQxJyWAtH { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#ImUshBJeGUwwI7JIAdE6rOyK7MuKD8J6 { position:relative;display:block; }#ImUshBJeGUwwI7JIAdE6rOyK7MuKD8J6 { background-color: transparent; background-image: none; }#ImUshBJeGUwwI7JIAdE6rOyK7MuKD8J6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImUshBJeGUwwI7JIAdE6rOyK7MuKD8J6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImUshBJeGUwwI7JIAdE6rOyK7MuKD8J6 > .row .container > .video-iframe-container { display: none; }#ImUshBJeGUwwI7JIAdE6rOyK7MuKD8J6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImUshBJeGUwwI7JIAdE6rOyK7MuKD8J6 > .row > .video-iframe-container { display: none; }#ImUshBJeGUwwI7JIAdE6rOyK7MuKD8J6 > .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); }#ImUshBJeGUwwI7JIAdE6rOyK7MuKD8J6 { border-width: 0; border-radius: 0; }#ImUshBJeGUwwI7JIAdE6rOyK7MuKD8J6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ImUshBJeGUwwI7JIAdE6rOyK7MuKD8J6 > .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:2.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bvaJ6T2Et9J3SgRTinsQNxZUFDBQusgG { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#13223f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.15625rem;left:38.8125rem;display:block; }
#ZKIqwvcpWWFuXp81a7XqpTSfp6DmVIKe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DvxXJXqTm8lnFSn1GWXFmhTisdfqS2kH { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#13223f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0.15625rem;left:28.1875rem;display:block; }
#XkEN6DzOl4n01VgwyV3h8epQvzk4I5Jv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cp8d6JglpiHvwnM4F1FbPiWO2TJwpT1m { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#13223f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.15625rem;left:15.8125rem;display:block; }
#kIzSFDNwvpoTGyhKfbTMcp1At5LRW8K8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zqRxixBg58TMzQckLOUHoTv8NRg2Mp0F { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#13223f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.15625rem;left:4.5625rem;display:block; }
#LhSpsGrAvD4TEPfyhVADAK2Iqle9k7g0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Cr1B40yFrT15skBy9pb1AcXipsFb7grl { position:relative;display:block; }#Cr1B40yFrT15skBy9pb1AcXipsFb7grl { background-color: transparent; background-image: none; }#Cr1B40yFrT15skBy9pb1AcXipsFb7grl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cr1B40yFrT15skBy9pb1AcXipsFb7grl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cr1B40yFrT15skBy9pb1AcXipsFb7grl > .row .container > .video-iframe-container { display: none; }#Cr1B40yFrT15skBy9pb1AcXipsFb7grl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cr1B40yFrT15skBy9pb1AcXipsFb7grl > .row > .video-iframe-container { display: none; }#Cr1B40yFrT15skBy9pb1AcXipsFb7grl > .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); }#Cr1B40yFrT15skBy9pb1AcXipsFb7grl { border-width: 0; border-radius: 0; }#Cr1B40yFrT15skBy9pb1AcXipsFb7grl > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#Cr1B40yFrT15skBy9pb1AcXipsFb7grl > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#005692;background-image:none;font-size:0.875rem;font-family:arial;height:9.6875rem;width:60rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#WABNbPFdEVUA9mumy3MTCrlg0thhXTVa { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.6875rem;height:1.125rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:1rem;left:6.625rem;display:block; }
#KtueLBAvmVXaEnPfRsOab4mpzbIKTwrZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KVgAR34IE4NsUOOmXdzPgsKhH8TUm0cz { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:1.125rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:2.75rem;left:6.625rem;display:block; }
#FtBSqtALBsiPKGKBhwnQTmfOUAVOU9My { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gd8Mipqs0OzT7W6Wdy19p8bX20KalIDy { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:1.125rem;text-decoration:none;z-index:15010;text-align:left;text-align-last:left;top:4.3854169845581rem;left:6.625rem;display:block; }
#g0F9urmVD1wxGUZrvWTuUc5VITevvFMG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SkTlmnKXg8nosCfHwSiACTBqpTTFfbcK { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.625rem;height:1.125rem;text-decoration:none;z-index:15011;text-align:left;text-align-last:left;top:6.0625rem;left:6.625rem;display:block; }
#LKdThZ6gBeccT8NS8kUmOTwiX3MVPEk2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BpIUoS8eyowuz2qoei2qislu3W90EnSK { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#fbef00;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6rem;height:1.125rem;text-decoration:none;z-index:15012;text-align:left;text-align-last:left;top:7.75rem;left:6.625rem;display:block; }
#xZXhb6smpTWAwcuwdR5aHnyxyNn4QA1p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PnrKH4r1wKf8gD9mEAmFt8iir505w6Jy { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.3125rem;height:1.125rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:1rem;left:17.479164123535rem;display:block; }
#OVIB8iHSmkWwqxcc3PpE9eXIyx7PurWd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BvkmSA8O2QTXS8ITuz2Wyq5eqs5Zg2HA { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#fbef00;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.75rem;height:3rem;text-decoration:none;z-index:15010;text-align:left;text-align-last:left;top:2.75rem;left:17.5rem;display:block; }
#TRvePfZQCXI57J482v6QlsrE48nGDbRo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tfbKNKJ5z5WLF4cqrcomD1Ld7IBNnHsG { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3125rem;height:1.125rem;text-decoration:none;z-index:15010;text-align:left;text-align-last:left;top:6.0625rem;left:17.5rem;display:block; }
#u4PbamxhTn2dKhTCNXxBqprpttzr3Skf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZbT8kEk32xUFfWzIZmEI9lq9alV6pNL5 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.1875rem;height:1.125rem;text-decoration:none;z-index:15011;text-align:left;text-align-last:left;top:7.75rem;left:17.5rem;display:block; }
#nDLyuvG0C7UrKbgbynz3XkyNOwGoTBTy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XhO3rTWhEgIDU6iyNcbCONyhnTvBgven { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5rem;height:1.125rem;text-decoration:none;z-index:15010;text-align:left;text-align-last:left;top:1rem;left:31.166664123535rem;display:block; }
#pZxpatK6owihi97BytbS56qD7TiauZa8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kf3KZtQ0G27C2rNsRzKgUcD7awnQOXXO { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.75rem;height:1.125rem;text-decoration:none;z-index:15011;text-align:left;text-align-last:left;top:2.75rem;left:31.1875rem;display:block; }
#QAxoH6iTtrD6TuxFTXA3iT3qEAwUew7T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TLgOnOTacF3bU3h2Q4xLPt9pGpRxF1I2 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.6875rem;height:1.125rem;text-decoration:none;z-index:15012;text-align:left;text-align-last:left;top:4.375rem;left:31.177082061767rem;display:block; }
#ULNUeB6JrPMNmvB0QNdRPbfHwQOgbuKT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W4qtc1ki8Ti2KtRKHQRP75i7Hpg8Q7qL { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.75rem;height:1.125rem;text-decoration:none;z-index:15011;text-align:left;text-align-last:left;top:6.0625rem;left:31.1875rem;display:block; }
#DqqdWaTfNbWLa7zrtpRZdeWCuc6aHSBK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AUXzLBDdTGd7Mw2glosLzMuac07W0TIc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.5rem;height:1.125rem;text-decoration:none;z-index:15010;text-align:left;text-align-last:left;top:1rem;left:41.760417938233rem;display:block; }
#rTmhCp0D8c312xk5OBUp7UvmrhRB0a30 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ynLfXQi3TpDsvTFXpJvOPsuKGRZQ842i { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.6875rem;height:1.125rem;text-decoration:none;z-index:15011;text-align:left;text-align-last:left;top:2.75rem;left:41.770832061767rem;display:block; }
#KgB5iUbRnCWAZ6vfTOdXqsIEVWCPT7c5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q1qxCGkpOT9HVlpsTgnUEb5ukzJT1K7w { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.3125rem;height:1.125rem;text-decoration:none;z-index:15012;text-align:left;text-align-last:left;top:4.375rem;left:41.75rem;display:block; }
#TZJUa90lp9CfU86UFSMNZXvWXdtal9GA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#govfhAhR0dH2SngaCIwLuacQrPbMO7xa { position:absolute;display:block;z-index:15013;background-color:rgba(0,0,0,0.2);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:0.0625rem;top:1.2291669845581rem;left:15.098957061767rem;display:block; }
#DDf93HXPw9OPKdlfAyQHMAVDyySs2Tus { position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0.2);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:0.0625rem;top:1.2291669845581rem;left:28.286457061767rem;display:block; }
#Bv5MsdfTRDR41lgcUUeOCAcCNcWrIR2Q { position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0.2);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:0.0625rem;top:1.2291669845581rem;left:38.953125rem;display:block; }
#frM4yvGOoTvidMzocNh0rCUg9RxQHbRJ { position:relative;display:block; }#frM4yvGOoTvidMzocNh0rCUg9RxQHbRJ { background-color: transparent; background-image: none; }#frM4yvGOoTvidMzocNh0rCUg9RxQHbRJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#frM4yvGOoTvidMzocNh0rCUg9RxQHbRJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#frM4yvGOoTvidMzocNh0rCUg9RxQHbRJ > .row .container > .video-iframe-container { display: none; }#frM4yvGOoTvidMzocNh0rCUg9RxQHbRJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#frM4yvGOoTvidMzocNh0rCUg9RxQHbRJ > .row > .video-iframe-container { display: none; }#frM4yvGOoTvidMzocNh0rCUg9RxQHbRJ > .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); }#frM4yvGOoTvidMzocNh0rCUg9RxQHbRJ { border-width: 0; border-radius: 0; }#frM4yvGOoTvidMzocNh0rCUg9RxQHbRJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#frM4yvGOoTvidMzocNh0rCUg9RxQHbRJ > .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:8.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EK0IUGAs2ohWszPslrV1MB3pTT4tsUUh { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:56.875rem;top:0.5rem;left:1.5625rem;display:block; }
#DLdl4keGsNXEzHltK2FGqziriuKTMaq4 { color:#13223f;display:block;width:60rem;position:absolute;font-family:play;font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.5rem;left:0rem;height:7.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Lxi8lzEmvcypBmbqhoc1avLIJ3IZHtlA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Lxi8lzEmvcypBmbqhoc1avLIJ3IZHtlA > .row .container { background-color: transparent; background-image: none; }#Lxi8lzEmvcypBmbqhoc1avLIJ3IZHtlA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lxi8lzEmvcypBmbqhoc1avLIJ3IZHtlA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lxi8lzEmvcypBmbqhoc1avLIJ3IZHtlA > .row .container > .video-iframe-container { display: none; }#Lxi8lzEmvcypBmbqhoc1avLIJ3IZHtlA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lxi8lzEmvcypBmbqhoc1avLIJ3IZHtlA > .row > .video-iframe-container { display: none; }#Lxi8lzEmvcypBmbqhoc1avLIJ3IZHtlA > .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); }#Lxi8lzEmvcypBmbqhoc1avLIJ3IZHtlA > .row .container { border-width: 0; border-radius: 0; }#Lxi8lzEmvcypBmbqhoc1avLIJ3IZHtlA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lxi8lzEmvcypBmbqhoc1avLIJ3IZHtlA > .row .container { font-size:0.875rem;font-family:arial;height:38.25rem;width:60rem;position:relative;display:block; }#UrbsL1TUBe7srVvcXxNdTVGKpigDoSJh { color:#13223f;display:block;width:25.9375rem;position:absolute;font-family:play;font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:3.5572910308838rem;left:3.03125rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LId0X9Ixz4TO9VAwa95LHQTFeuq5DZBm { color:#13223f;display:block;width:27.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:9.3020830154419rem;left:2.25rem;height:23.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#daE0pmKPF9tC2ot7uWn2fmySuovKEAKJ { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(0,0,0,0.5) ;height:28.0625rem;width:28.125rem;top:4.5822906494141rem;left:31.875rem;overflow:hidden;display:block; }
#viOOo6QyTOEWhoBgTN4aVtlPoGQ3s6i6 { position:absolute;display:block;z-index:15010;background-color:rgba(19,34,63,0.06);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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:32.25rem;width:33.5625rem;top:2.6875rem;left:0rem;display:block; }
#kT9VHQXNUAGqbrZJIfAakQrLXdnpe5lc { background-color:#13223f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:play;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.375rem;height:3.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:34.020833015442rem;left:9.8125rem;display:block; }
#I7TAQS76ns2gMIaC86owi0sFe9HOWVue { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dNVdO222rC6qfnQJyTLgvVafGDPNrVZZ { position:absolute;display:block;z-index:15013;background-color:#2d2929;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:13rem;top:8.25rem;left:9.65625rem;display:block; }
#IR7IsiNN7KMkcFICsrt6IlS7TLHl9Sl3 { position:relative;display:block; }#IR7IsiNN7KMkcFICsrt6IlS7TLHl9Sl3 { background-color: transparent; background-image: none; }#IR7IsiNN7KMkcFICsrt6IlS7TLHl9Sl3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IR7IsiNN7KMkcFICsrt6IlS7TLHl9Sl3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IR7IsiNN7KMkcFICsrt6IlS7TLHl9Sl3 > .row .container > .video-iframe-container { display: none; }#IR7IsiNN7KMkcFICsrt6IlS7TLHl9Sl3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IR7IsiNN7KMkcFICsrt6IlS7TLHl9Sl3 > .row > .video-iframe-container { display: none; }#IR7IsiNN7KMkcFICsrt6IlS7TLHl9Sl3 > .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); }#IR7IsiNN7KMkcFICsrt6IlS7TLHl9Sl3 { border-width: 0; border-radius: 0; }#IR7IsiNN7KMkcFICsrt6IlS7TLHl9Sl3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IR7IsiNN7KMkcFICsrt6IlS7TLHl9Sl3 > .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:33.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LR5l00CZTUgGwrBhZR0og3nyEeDiIMQH { color:#13223f;display:block;width:48.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:2.5rem;left:9.0625rem;height:26.775rem;font-style:normal;text-align:left;text-align-last:left;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; }
#xJqVPQWInyQxxHM9GcP6E8mA3pgWV6SD { position:absolute;display:block;z-index:15011;background-color:rgba(19,34,63,0.06);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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:30.3125rem;width:51.875rem;top:1.0625rem;left:6.125rem;display:block; }
#PotbSR3xTlLC3eaTFfdbwhrfCNbXLFV5 { position:relative;display:none; }#PotbSR3xTlLC3eaTFfdbwhrfCNbXLFV5 { border-width: 0; border-radius: 0; }#PotbSR3xTlLC3eaTFfdbwhrfCNbXLFV5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PotbSR3xTlLC3eaTFfdbwhrfCNbXLFV5 > .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:2.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.05);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { background-color: transparent; background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .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); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { border-width: 0; border-radius: 0; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:60rem;position:relative;display:block; }#TWTEPWUxRB77pwKRDHvt3IuQGbI52q51 { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:56.875rem;top:0.64583301544187rem;left:1.5625rem;display:block; }
#c4HLht80PSy0ZeFasieOKLa8sczmiTz1 { color:#13223f;display:block;width:25.5625rem;position:absolute;font-family:play;font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:4.7812528610229rem;left:30.432292938233rem;height:6.09375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PPpmdOiISMMSWXcdqMgz5btlE4TdtCvH { color:#13223f;display:block;width:28.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:13.376045227051rem;left:30.432292938233rem;height:22rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mZTdO2h2QabdPRl5Fe3ouStvvvVaB6Kh { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(0,0,0,0.5) ;height:31.875rem;width:28.4375rem;top:5.78125rem;left:0rem;overflow:hidden;display:block; }
#tGqmt7LNIpBTqw1JyWrLyzlMqVQ8iQTR { position:absolute;display:block;z-index:15011;background-color:rgba(19,34,63,0.06);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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:35.8125rem;width:33.5625rem;top:3.8125rem;left:26.4375rem;display:block; }
#TLJq9uQDL957TrW7UxN8Oy5Ho7nHPg3d { position:absolute;display:block;z-index:15012;background-color:#2d2929;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:13rem;top:11.994792938233rem;left:36.713542938233rem;display:block; }
#qkfUqVzLfA5L0DpDZtJEk1bP2x6vtEe6 { position:relative;display:block; }#qkfUqVzLfA5L0DpDZtJEk1bP2x6vtEe6 { background-color: transparent; background-image: none; }#qkfUqVzLfA5L0DpDZtJEk1bP2x6vtEe6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkfUqVzLfA5L0DpDZtJEk1bP2x6vtEe6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkfUqVzLfA5L0DpDZtJEk1bP2x6vtEe6 > .row .container > .video-iframe-container { display: none; }#qkfUqVzLfA5L0DpDZtJEk1bP2x6vtEe6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkfUqVzLfA5L0DpDZtJEk1bP2x6vtEe6 > .row > .video-iframe-container { display: none; }#qkfUqVzLfA5L0DpDZtJEk1bP2x6vtEe6 > .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); }#qkfUqVzLfA5L0DpDZtJEk1bP2x6vtEe6 { border-width: 0; border-radius: 0; }#qkfUqVzLfA5L0DpDZtJEk1bP2x6vtEe6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qkfUqVzLfA5L0DpDZtJEk1bP2x6vtEe6 > .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:1.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yEoUpsdExokl7OtdAhwIa33AygIy3Zk7 { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:56.875rem;top:0.5625rem;left:1.5625rem;display:block; }
#TImEvBkDH9gEFOBxur1GSmglkKke0btv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TImEvBkDH9gEFOBxur1GSmglkKke0btv > .row .container { background-color: transparent; background-image: none; }#TImEvBkDH9gEFOBxur1GSmglkKke0btv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TImEvBkDH9gEFOBxur1GSmglkKke0btv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TImEvBkDH9gEFOBxur1GSmglkKke0btv > .row .container > .video-iframe-container { display: none; }#TImEvBkDH9gEFOBxur1GSmglkKke0btv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TImEvBkDH9gEFOBxur1GSmglkKke0btv > .row > .video-iframe-container { display: none; }#TImEvBkDH9gEFOBxur1GSmglkKke0btv > .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); }#TImEvBkDH9gEFOBxur1GSmglkKke0btv > .row .container { border-width: 0; border-radius: 0; }#TImEvBkDH9gEFOBxur1GSmglkKke0btv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TImEvBkDH9gEFOBxur1GSmglkKke0btv > .row .container { font-size:0.875rem;font-family:arial;height:47.9375rem;width:60rem;position:relative;display:block; }#JdTwbcRUDxxAKtz2l71wpSVs6TMOew5q { color:#13223f;display:block;width:25.9375rem;position:absolute;font-family:play;font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:3.5572910308838rem;left:3.03125rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CexVImyRIIZJNJWkXEaZwNszaClDHA5q { position:absolute;display:block;z-index:15011;background-color:#2d2929;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:13rem;top:8.8125rem;left:9.5rem;display:block; }
#hQhwAiztzoepUOo9TMV1DIVehkPDIqdc { color:#13223f;display:block;width:28.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:10.239583015442rem;left:2rem;height:4.3875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xxSJwn69SzTuNwFQooavRJAbF7T9b4Sd { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(0,0,0,0.5) ;height:38.375rem;width:27.125rem;top:4.21875rem;left:31.4375rem;overflow:hidden;display:block; }
#LOiRGcFE3zhJLF7DLDWUI7aC7QiP0K0e { position:absolute;display:block;z-index:15010;background-color:rgba(19,34,63,0.06);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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:41.6875rem;width:33.5625rem;top:2.6875rem;left:0rem;display:block; }
#p1FPGdER1MvgQzppsK0b1eMG19TZKVsq { color:#13223f;display:block;width:21.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.8;letter-spacing:0;top:13.689575195312rem;left:5.8125rem;height:8.1rem;font-style:normal;text-align:left;text-align-last:left;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; }
#hZwmr1GLJ7ELduusSUt9uNhDriFvvdzR { color:#13223f;display:block;width:28.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:22.677083015442rem;left:2rem;height:20.475rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SetUrs8Wp1hyZipWXiXaQZh6ev5ukbSG { position:relative;display:block; }#SetUrs8Wp1hyZipWXiXaQZh6ev5ukbSG { background-color: transparent; background-image: none; }#SetUrs8Wp1hyZipWXiXaQZh6ev5ukbSG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SetUrs8Wp1hyZipWXiXaQZh6ev5ukbSG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SetUrs8Wp1hyZipWXiXaQZh6ev5ukbSG > .row .container > .video-iframe-container { display: none; }#SetUrs8Wp1hyZipWXiXaQZh6ev5ukbSG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SetUrs8Wp1hyZipWXiXaQZh6ev5ukbSG > .row > .video-iframe-container { display: none; }#SetUrs8Wp1hyZipWXiXaQZh6ev5ukbSG > .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); }#SetUrs8Wp1hyZipWXiXaQZh6ev5ukbSG { border-width: 0; border-radius: 0; }#SetUrs8Wp1hyZipWXiXaQZh6ev5ukbSG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#SetUrs8Wp1hyZipWXiXaQZh6ev5ukbSG > .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:1.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Q1yO61tDpH4910gcIccF1P0hiSIof6N7 { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:56.875rem;top:0.625rem;left:1.5625rem;display:block; }
#gzZUTwR0mZGm1g5XdtNM2BSElZcVRO1I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.05);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gzZUTwR0mZGm1g5XdtNM2BSElZcVRO1I > .row .container { background-color: transparent; background-image: none; }#gzZUTwR0mZGm1g5XdtNM2BSElZcVRO1I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gzZUTwR0mZGm1g5XdtNM2BSElZcVRO1I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gzZUTwR0mZGm1g5XdtNM2BSElZcVRO1I > .row .container > .video-iframe-container { display: none; }#gzZUTwR0mZGm1g5XdtNM2BSElZcVRO1I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gzZUTwR0mZGm1g5XdtNM2BSElZcVRO1I > .row > .video-iframe-container { display: none; }#gzZUTwR0mZGm1g5XdtNM2BSElZcVRO1I > .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); }#gzZUTwR0mZGm1g5XdtNM2BSElZcVRO1I > .row .container { border-width: 0; border-radius: 0; }#gzZUTwR0mZGm1g5XdtNM2BSElZcVRO1I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gzZUTwR0mZGm1g5XdtNM2BSElZcVRO1I > .row .container { font-size:0.875rem;font-family:arial;height:44.5rem;width:60rem;position:relative;display:block; }#IILiRyA0zEzDJephcPqeyBFOATpTRKGc { color:#13223f;display:block;width:25.5625rem;position:absolute;font-family:play;font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:3.875rem;left:31.125rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xbwGa29OkMoylu8ypTq3f5mV1Ny9c0Hv { color:#13223f;display:block;width:28.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:10.625rem;left:30.4375rem;height:30.7125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tarWFF8JNbWS33qogILMUkMRWx26Z3Rs { position:absolute;display:block;z-index:15011;background-color:rgba(19,34,63,0.06);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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:40rem;width:33.5625rem;top:3.1875rem;left:26.4375rem;display:block; }
#ZQTwZ7Tz20bsu5BTgheL24QqUFT3Ko0s { position:absolute;display:block;z-index:15012;background-color:#2d2929;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:13rem;top:9.0625rem;left:37.4375rem;display:block; }
#cvgwyBTsNgQsJn3nIwXy04m94rvPptFx { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(0,0,0,0.5) ;height:27.8125rem;width:27.8125rem;top:4.5572919845581rem;left:0rem;overflow:hidden;display:block; }
#fzJXcsqQmVGXzaCa9kJWCMgiaL1LuZSx { position:relative;display:block; }#fzJXcsqQmVGXzaCa9kJWCMgiaL1LuZSx { background-color: transparent; background-image: none; }#fzJXcsqQmVGXzaCa9kJWCMgiaL1LuZSx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fzJXcsqQmVGXzaCa9kJWCMgiaL1LuZSx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fzJXcsqQmVGXzaCa9kJWCMgiaL1LuZSx > .row .container > .video-iframe-container { display: none; }#fzJXcsqQmVGXzaCa9kJWCMgiaL1LuZSx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fzJXcsqQmVGXzaCa9kJWCMgiaL1LuZSx > .row > .video-iframe-container { display: none; }#fzJXcsqQmVGXzaCa9kJWCMgiaL1LuZSx > .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); }#fzJXcsqQmVGXzaCa9kJWCMgiaL1LuZSx { border-width: 0; border-radius: 0; }#fzJXcsqQmVGXzaCa9kJWCMgiaL1LuZSx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fzJXcsqQmVGXzaCa9kJWCMgiaL1LuZSx > .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:5.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gNKzpxHUBKUE3iJgfWLrVhgJtlqvHlB8 { position:absolute;display:block;z-index:15013;background-color:rgba(255,255,255,0.06);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(19,34,63,0.15);border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(19,34,63,0.15);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:57.75rem;top:0.625rem;left:1.125rem;display:block; }
#mRsEt9TG4FBoNWDgysHoyNEJSS0PFtaT { color:#13223f;display:block;width:10.3125rem;position:absolute;font-family:play;font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:1.625rem;left:40.4375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Tr6So6I1UhFTUlKEAq9qxI9AkCsJBrgG { color:#13223f;display:block;width:12.25rem;position:absolute;font-family:play;font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:1.625rem;left:26.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lEuJDf8JtKDQVRgqnbymU7Xfh9udT7N0 { 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:15000;opacity:1;display:none; }
#ifc5FKpEUX3DusLldkALxVMTklH5A5vQ { 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:15000;opacity:1;display:none; }
#Hfb0qikJMQUZFsINDEny7uqRlO0Rptih { 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:15000;opacity:1;display:none; }
#wVXnK4pPmJPTEFX6rKL4lRSTTJkfieF0 { 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:15000;opacity:1;display:none; }
#mrByFTevEl0iMkmbAugbK1UToUV3wzwU { position:relative;display:block; }#mrByFTevEl0iMkmbAugbK1UToUV3wzwU { background-color: transparent; background-image: none; }#mrByFTevEl0iMkmbAugbK1UToUV3wzwU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mrByFTevEl0iMkmbAugbK1UToUV3wzwU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mrByFTevEl0iMkmbAugbK1UToUV3wzwU > .row .container > .video-iframe-container { display: none; }#mrByFTevEl0iMkmbAugbK1UToUV3wzwU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mrByFTevEl0iMkmbAugbK1UToUV3wzwU > .row > .video-iframe-container { display: none; }#mrByFTevEl0iMkmbAugbK1UToUV3wzwU > .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); }#mrByFTevEl0iMkmbAugbK1UToUV3wzwU { border-width: 0; border-radius: 0; }#mrByFTevEl0iMkmbAugbK1UToUV3wzwU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mrByFTevEl0iMkmbAugbK1UToUV3wzwU > .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:3.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WsXA9U9TN1JO1PONOS75Cdelzq40aEUl { color:#13223f;display:block;width:8.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15020;line-height:2.5;letter-spacing:0;top:0.4375rem;left:18.4375rem;height:2.8125rem;font-style:normal;text-align:right;text-align-last:right;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; }
#ffhiSWLD24dHB4gOzkxUSlufLK9Gmfr9 { color:#13223f;display:block;width:3.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.8;letter-spacing:0;top:0.83124923706056rem;left:32.9375rem;height:2.025rem;font-style:normal;text-align:left;text-align-last:left;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; }
#DTfAkzExCrbDP7InnMVc0smr8bs2WZgm { color:#13223f;display:block;width:3.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.8;letter-spacing:0;top:0.83124923706056rem;left:44rem;height:2.025rem;font-style:normal;text-align:left;text-align-last:left;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; }
#BG2zLXTVTA3t9ZAO7MDSE3TRuDxIgbeC { position:relative;display:block; }#BG2zLXTVTA3t9ZAO7MDSE3TRuDxIgbeC { background-color: transparent; background-image: none; }#BG2zLXTVTA3t9ZAO7MDSE3TRuDxIgbeC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BG2zLXTVTA3t9ZAO7MDSE3TRuDxIgbeC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BG2zLXTVTA3t9ZAO7MDSE3TRuDxIgbeC > .row .container > .video-iframe-container { display: none; }#BG2zLXTVTA3t9ZAO7MDSE3TRuDxIgbeC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BG2zLXTVTA3t9ZAO7MDSE3TRuDxIgbeC > .row > .video-iframe-container { display: none; }#BG2zLXTVTA3t9ZAO7MDSE3TRuDxIgbeC > .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); }#BG2zLXTVTA3t9ZAO7MDSE3TRuDxIgbeC { border-width: 0; border-radius: 0; }#BG2zLXTVTA3t9ZAO7MDSE3TRuDxIgbeC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BG2zLXTVTA3t9ZAO7MDSE3TRuDxIgbeC > .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:3.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dskqoQ5seH69mx6vltXNqOmdn6I866pA { color:#13223f;display:block;width:11.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15020;line-height:2.5;letter-spacing:0;top:0.4375rem;left:15.25rem;height:2.8125rem;font-style:normal;text-align:right;text-align-last:right;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; }
#tJJmo9kes4A5Ilb7iswu7woPCfRkp6hg { color:#13223f;display:block;width:3.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.8;letter-spacing:0;top:0.83124923706056rem;left:32.9375rem;height:2.025rem;font-style:normal;text-align:left;text-align-last:left;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; }
#IurOZOGZ7UIoc0rndclfs0MSIUzLrrre { color:#13223f;display:block;width:3.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.8;letter-spacing:0;top:0.83124923706056rem;left:44rem;height:2.025rem;font-style:normal;text-align:left;text-align-last:left;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; }
#x6XwryNcg7gfEkGocW0cTT2zvmVJ5JED { position:relative;display:block; }#x6XwryNcg7gfEkGocW0cTT2zvmVJ5JED { background-color: transparent; background-image: none; }#x6XwryNcg7gfEkGocW0cTT2zvmVJ5JED::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6XwryNcg7gfEkGocW0cTT2zvmVJ5JED > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6XwryNcg7gfEkGocW0cTT2zvmVJ5JED > .row .container > .video-iframe-container { display: none; }#x6XwryNcg7gfEkGocW0cTT2zvmVJ5JED > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6XwryNcg7gfEkGocW0cTT2zvmVJ5JED > .row > .video-iframe-container { display: none; }#x6XwryNcg7gfEkGocW0cTT2zvmVJ5JED > .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); }#x6XwryNcg7gfEkGocW0cTT2zvmVJ5JED { border-width: 0; border-radius: 0; }#x6XwryNcg7gfEkGocW0cTT2zvmVJ5JED > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#x6XwryNcg7gfEkGocW0cTT2zvmVJ5JED > .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:3.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WMb6i5PTEbns3MgkAZKAyeTL2hGVvaSQ { color:#13223f;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15020;line-height:2.5;letter-spacing:0;top:0.4375rem;left:11.75rem;height:2.8125rem;font-style:normal;text-align:right;text-align-last:right;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; }
#qOudUTynPULQCqJQChEgbCbS0lfxc7DN { color:#13223f;display:block;width:3.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.8;letter-spacing:0;top:0.83125114440919rem;left:43.9375rem;height:2.025rem;font-style:normal;text-align:left;text-align-last:left;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; }
#EsQuznB5WuIUKHTWKTdfCQ24tiB21X98 { color:#13223f;display:block;width:3.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.8;letter-spacing:0;top:0.8125rem;left:32.8125rem;height:2.025rem;font-style:normal;text-align:left;text-align-last:left;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; }
#xcS8kA4XmXVTAHmDun3nHo4rBVTkc1yD { color:#13223f;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15020;line-height:2.5;letter-spacing:0;top:0.4375rem;left:11.75rem;height:2.8125rem;font-style:normal;text-align:right;text-align-last:right;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:none; }
#FuilElIGfpalt3QaLfyU1ftHQ8iypGvT { position:relative;display:block; }#FuilElIGfpalt3QaLfyU1ftHQ8iypGvT { background-color: transparent; background-image: none; }#FuilElIGfpalt3QaLfyU1ftHQ8iypGvT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FuilElIGfpalt3QaLfyU1ftHQ8iypGvT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FuilElIGfpalt3QaLfyU1ftHQ8iypGvT > .row .container > .video-iframe-container { display: none; }#FuilElIGfpalt3QaLfyU1ftHQ8iypGvT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FuilElIGfpalt3QaLfyU1ftHQ8iypGvT > .row > .video-iframe-container { display: none; }#FuilElIGfpalt3QaLfyU1ftHQ8iypGvT > .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); }#FuilElIGfpalt3QaLfyU1ftHQ8iypGvT { border-width: 0; border-radius: 0; }#FuilElIGfpalt3QaLfyU1ftHQ8iypGvT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FuilElIGfpalt3QaLfyU1ftHQ8iypGvT > .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:3.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OSqCkQTPnQQTyt42ulBXZoOqrB2INfsp { color:#13223f;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15020;line-height:2.5;letter-spacing:0;top:0.4375rem;left:11.75rem;height:2.8125rem;font-style:normal;text-align:right;text-align-last:right;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; }
#BVy8Tu0SwahrkOMeb5eVMtQUkJQWpoVO { color:#13223f;display:block;width:3.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.8;letter-spacing:0;top:0.83125114440919rem;left:43.9375rem;height:2.025rem;font-style:normal;text-align:left;text-align-last:left;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; }
#GWsuOo9tAV52rfQV4SUc1ylv0OHHAKBQ { color:#13223f;display:block;width:3.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.8;letter-spacing:0;top:0.8125rem;left:32.8125rem;height:2.025rem;font-style:normal;text-align:left;text-align-last:left;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; }
#DUTVkErhp5IlIJC30PJeE0WR8sydmI1w { position:relative;display:block; }#DUTVkErhp5IlIJC30PJeE0WR8sydmI1w { background-color: transparent; background-image: none; }#DUTVkErhp5IlIJC30PJeE0WR8sydmI1w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUTVkErhp5IlIJC30PJeE0WR8sydmI1w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUTVkErhp5IlIJC30PJeE0WR8sydmI1w > .row .container > .video-iframe-container { display: none; }#DUTVkErhp5IlIJC30PJeE0WR8sydmI1w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUTVkErhp5IlIJC30PJeE0WR8sydmI1w > .row > .video-iframe-container { display: none; }#DUTVkErhp5IlIJC30PJeE0WR8sydmI1w > .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); }#DUTVkErhp5IlIJC30PJeE0WR8sydmI1w { border-width: 0; border-radius: 0; }#DUTVkErhp5IlIJC30PJeE0WR8sydmI1w > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DUTVkErhp5IlIJC30PJeE0WR8sydmI1w > .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:3.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ul7Qbp38ZuLokk8KZw87549kd1qlW8EE { color:#13223f;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15020;line-height:2.5;letter-spacing:0;top:0.4375rem;left:11.75rem;height:2.8125rem;font-style:normal;text-align:right;text-align-last:right;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; }
#IN9AbkezIklkT4D4tPEUJ41DwNvwdFZM { color:#13223f;display:block;width:3.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.8;letter-spacing:0;top:0.83125114440919rem;left:43.9375rem;height:2.025rem;font-style:normal;text-align:left;text-align-last:left;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; }
#Jrv5E7rUdT9RzRMUJgERaV002u6ugr7d { color:#13223f;display:block;width:3.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.8;letter-spacing:0;top:0.8125rem;left:32.8125rem;height:2.025rem;font-style:normal;text-align:left;text-align-last:left;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; }
#lF2ysH73gkdX5yrTn3P2A05IzJ7TKKNd { position:relative;display:block; }#lF2ysH73gkdX5yrTn3P2A05IzJ7TKKNd { background-color: transparent; background-image: none; }#lF2ysH73gkdX5yrTn3P2A05IzJ7TKKNd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lF2ysH73gkdX5yrTn3P2A05IzJ7TKKNd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lF2ysH73gkdX5yrTn3P2A05IzJ7TKKNd > .row .container > .video-iframe-container { display: none; }#lF2ysH73gkdX5yrTn3P2A05IzJ7TKKNd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lF2ysH73gkdX5yrTn3P2A05IzJ7TKKNd > .row > .video-iframe-container { display: none; }#lF2ysH73gkdX5yrTn3P2A05IzJ7TKKNd > .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); }#lF2ysH73gkdX5yrTn3P2A05IzJ7TKKNd { border-width: 0; border-radius: 0; }#lF2ysH73gkdX5yrTn3P2A05IzJ7TKKNd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lF2ysH73gkdX5yrTn3P2A05IzJ7TKKNd > .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:3.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TETNGcwuPnC0rRnh7khwcfdJg6XRFuWr { color:#13223f;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15020;line-height:2.5;letter-spacing:0;top:0.4375rem;left:11.75rem;height:2.8125rem;font-style:normal;text-align:right;text-align-last:right;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; }
#Dmot9U0r82iAX2J2umOgD17aTfWrQiGK { color:#13223f;display:block;width:3.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.8;letter-spacing:0;top:0.83125114440919rem;left:43.9375rem;height:2.025rem;font-style:normal;text-align:left;text-align-last:left;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; }
#x0XwCIQhPB9AlKqTZ5XA5gAlF3xD8iRT { color:#13223f;display:block;width:3.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.8;letter-spacing:0;top:0.8125rem;left:32.8125rem;height:2.025rem;font-style:normal;text-align:left;text-align-last:left;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; }
#lvFxPNhosT5tbfaTrLJnlS0dAcHe7yPt { position:relative;display:block; }#lvFxPNhosT5tbfaTrLJnlS0dAcHe7yPt { background-color: transparent; background-image: none; }#lvFxPNhosT5tbfaTrLJnlS0dAcHe7yPt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lvFxPNhosT5tbfaTrLJnlS0dAcHe7yPt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lvFxPNhosT5tbfaTrLJnlS0dAcHe7yPt > .row .container > .video-iframe-container { display: none; }#lvFxPNhosT5tbfaTrLJnlS0dAcHe7yPt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lvFxPNhosT5tbfaTrLJnlS0dAcHe7yPt > .row > .video-iframe-container { display: none; }#lvFxPNhosT5tbfaTrLJnlS0dAcHe7yPt > .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); }#lvFxPNhosT5tbfaTrLJnlS0dAcHe7yPt { border-width: 0; border-radius: 0; }#lvFxPNhosT5tbfaTrLJnlS0dAcHe7yPt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lvFxPNhosT5tbfaTrLJnlS0dAcHe7yPt > .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:3.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BAObnQTbVcmVZlbgmTauhOzJ4gu0aZxU { color:#13223f;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15020;line-height:2.5;letter-spacing:0;top:0.4375rem;left:11.75rem;height:2.8125rem;font-style:normal;text-align:right;text-align-last:right;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; }
#uJdem4Cr5JONNEcpmyiVO7kDzk161tdT { color:#13223f;display:block;width:3.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.8;letter-spacing:0;top:0.83125114440919rem;left:43.9375rem;height:2.025rem;font-style:normal;text-align:left;text-align-last:left;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; }
#wZ9xCBWPMGyodyni5z5MkOJwD18nocqz { color:#13223f;display:block;width:3.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.8;letter-spacing:0;top:0.8125rem;left:32.8125rem;height:2.025rem;font-style:normal;text-align:left;text-align-last:left;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; }
#FldGuTQ8TWKHRfhvKDWwHW8749efH1F0 { position:relative;display:block; }#FldGuTQ8TWKHRfhvKDWwHW8749efH1F0 { background-color: transparent; background-image: none; }#FldGuTQ8TWKHRfhvKDWwHW8749efH1F0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FldGuTQ8TWKHRfhvKDWwHW8749efH1F0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FldGuTQ8TWKHRfhvKDWwHW8749efH1F0 > .row .container > .video-iframe-container { display: none; }#FldGuTQ8TWKHRfhvKDWwHW8749efH1F0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FldGuTQ8TWKHRfhvKDWwHW8749efH1F0 > .row > .video-iframe-container { display: none; }#FldGuTQ8TWKHRfhvKDWwHW8749efH1F0 > .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); }#FldGuTQ8TWKHRfhvKDWwHW8749efH1F0 { border-width: 0; border-radius: 0; }#FldGuTQ8TWKHRfhvKDWwHW8749efH1F0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FldGuTQ8TWKHRfhvKDWwHW8749efH1F0 > .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:16.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hbGlnUFSyKUd3OfrvuTTBoWNCT58Rko5 { background-color:#bc264e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:play;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.39583375rem;height:4.27083375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:6.3020830154419rem;left:23.802082061767rem;display:block; }
#kHEieBTHrTTHflL5OFURC36TbevEAa4G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FwMBwMRUwlEHMgecv2xnmREkIghGDsyE { position:relative;display:block; }#FwMBwMRUwlEHMgecv2xnmREkIghGDsyE { background-color: transparent; background-image: none; }#FwMBwMRUwlEHMgecv2xnmREkIghGDsyE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FwMBwMRUwlEHMgecv2xnmREkIghGDsyE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FwMBwMRUwlEHMgecv2xnmREkIghGDsyE > .row .container > .video-iframe-container { display: none; }#FwMBwMRUwlEHMgecv2xnmREkIghGDsyE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FwMBwMRUwlEHMgecv2xnmREkIghGDsyE > .row > .video-iframe-container { display: none; }#FwMBwMRUwlEHMgecv2xnmREkIghGDsyE > .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); }#FwMBwMRUwlEHMgecv2xnmREkIghGDsyE { border-width: 0; border-radius: 0; }#FwMBwMRUwlEHMgecv2xnmREkIghGDsyE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FwMBwMRUwlEHMgecv2xnmREkIghGDsyE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:66.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TGDfeO2TOdXFSUsb8s5BDWFRGRqet292 { position:absolute;display:block;z-index:15016;background-color:rgba(19,34,63,0.06);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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:32.25rem;width:33.5625rem;top:0.875rem;left:26.4375rem;display:block; }
#S8JbtTn6qiD4WFmShz6boF2SxygTpnJ1 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(0,0,0,0.5) ;height:28.75rem;width:28.625rem;top:2.4322910308838rem;left:0rem;overflow:hidden;display:block; }
#T5ii2qHGeDzrfsi8w7vQB9a1ybxufQXf { color:#13223f;display:block;width:28.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:8.3750038146975rem;left:30.4375rem;height:23.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M5ugv0cvCWrO33lFTKRXqCFlWIbrB8d2 { position:absolute;display:block;z-index:15017;background-color:#2d2929;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:13rem;top:6.875rem;left:37.125rem;display:block; }
#Xe3hMR2B0Jfr3vFGA3h4Ti2yNlINKvJT { color:#13223f;display:block;width:25.5625rem;position:absolute;font-family:play;font-size:1.5625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:1.5625rem;left:30.8125rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#akWH8Gfh4TQpAbqcmL5dbinFUL03EpPH { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(0,0,0,0.5) ;height:28.0625rem;width:27.875rem;top:35.499999046326rem;left:31.9375rem;overflow:hidden;display:block; }
#WNx8dwMWz0P92gayRm4TOe9cTmzDAbtn { position:absolute;display:block;z-index:15024;background-color:rgba(19,34,63,0.06);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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:31.4375rem;width:33.75rem;top:33.8125rem;left:0rem;display:block; }
#GSOLZKFHhbkkyCiMlEwLtXMtGFscnwCg { color:#13223f;display:block;width:28.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:36.125007629394rem;left:1.8125rem;height:20.5375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XsZyQ8SyGvZs6UantMFyADeLVABDTA8T { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:58.437499046326rem;left:12.5625rem;overflow:hidden;display:block; }
#yTk8KHZnHPnDel5dQNRKNgozIITtR8wl { position:absolute;display:block;z-index:15025;background-color:#2d2929;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:12.5rem;top:58.437499046326rem;left:9.1875rem;display:block; }
#XtrIaAoVT4Fw7ak4fQSbABsITBEwsUTE { position:relative;display:block; }#XtrIaAoVT4Fw7ak4fQSbABsITBEwsUTE { background-color: transparent; background-image: none; }#XtrIaAoVT4Fw7ak4fQSbABsITBEwsUTE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XtrIaAoVT4Fw7ak4fQSbABsITBEwsUTE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XtrIaAoVT4Fw7ak4fQSbABsITBEwsUTE > .row .container > .video-iframe-container { display: none; }#XtrIaAoVT4Fw7ak4fQSbABsITBEwsUTE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XtrIaAoVT4Fw7ak4fQSbABsITBEwsUTE > .row > .video-iframe-container { display: none; }#XtrIaAoVT4Fw7ak4fQSbABsITBEwsUTE > .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); }#XtrIaAoVT4Fw7ak4fQSbABsITBEwsUTE { border-width: 0; border-radius: 0; }#XtrIaAoVT4Fw7ak4fQSbABsITBEwsUTE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#XtrIaAoVT4Fw7ak4fQSbABsITBEwsUTE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#o3GSyWS0QLAwDhWpxvTCHzapGTdGhsHM { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:56.875rem;top:25.6875rem;left:0.875rem;display:block; }
#RzaWguxGAKZgD0UxuxNPcncr6pK5vD3M { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:13.5625rem;left:37.5rem;overflow:hidden;display:block; }
#K72dtbRinNicSx0KVthvpPXeOODFs1Wt { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:16.6875rem;left:37.5rem;overflow:hidden;display:block; }
#TdxS42UbRfouDRb5Lwc1Is18lRIWwdtT { position:absolute;display:block;z-index:15014;background-color:rgba(173,173,183,0.16);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-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:3.125rem;width:49.375rem;top:18.3125rem;left:4.75rem;display:block; }
#BgiLKQcabBQsDlyubroMTPaF5SpD0nJS { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:10.4375rem;left:37.5rem;overflow:hidden;display:block; }
#fRwKPhTLBbvJXvTiGuyDqxcZOAXR5UDc { position:absolute;display:block;z-index:15045;background-color:rgba(19,34,63,0.3);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:0.0625rem;top:5.4375rem;left:33.6875rem;display:block; }
#B4comm5sD007P07zmFPhqenfAfqdAzTs { position:absolute;display:block;z-index:15015;background-color:rgba(173,173,183,0.16);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-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:3.125rem;width:49.375rem;top:11.875rem;left:4.5625rem;display:block; }
#JX9ZXFpTa5IBeTTmlCbI7feN43GdT0hu { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:7.25rem;left:24.5625rem;overflow:hidden;display:block; }
#ZdgSaVnxcAIIUAyepUzApMifWmiK1WcT { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:7.3125rem;left:37.5rem;overflow:hidden;display:block; }
#ghoClKw3NZomAK7XXFZZ9AbIG7qVtwZJ { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:10.375rem;left:24.5625rem;overflow:hidden;display:block; }
#T8rULhS6WVMXIPyJ1xPqr7abXKhXOV4Z { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:13.5rem;left:24.5625rem;overflow:hidden;display:block; }
#oxU9F64r1NsQLlAvkWTIXHP6KyGcgvKP { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:16.625rem;left:24.5625rem;overflow:hidden;display:block; }
#aKNw1TBBFyv9SJfI84ESl1R8oaa5Rxi2 { color:#13223f;display:block;width:16.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15038;line-height:2.8;letter-spacing:0;top:18.375rem;left:4.625rem;height:3.15rem;font-style:normal;text-align:right;text-align-last:right;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; }
#vDA9PV6QLdiwauEo53hpBsLB1iNhJ1C9 { color:#13223f;display:block;width:16.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15038;line-height:2.8;letter-spacing:0;top:15.25rem;left:4.625rem;height:3.15rem;font-style:normal;text-align:right;text-align-last:right;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; }
#DdChbFcoM4B6VoPcS4RCwCrWTVPTW2SL { color:#13223f;display:block;width:16.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15038;line-height:2.8;letter-spacing:0;top:11.9375rem;left:4.625rem;height:3.15rem;font-style:normal;text-align:right;text-align-last:right;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; }
#cDKRGbaEZwZsbmQSvJFq1pceVBI1wyuN { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:4.0625rem;left:37.5rem;overflow:hidden;display:block; }
#IP7hVRbIZanRSsns9OEHZQ8ZaxiSKkKC { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:4rem;left:24.5625rem;overflow:hidden;display:block; }
#LaErbTnABpA4ssRw0XRBerTvN7f3CKxW { color:#13223f;display:block;width:16.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15038;line-height:2.8;letter-spacing:0;top:8.6875rem;left:4.625rem;height:3.15rem;font-style:normal;text-align:right;text-align-last:right;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; }
#KbktJP1D4h59qoZB8Ku1kOHZHsG16q9V { color:#13223f;display:block;width:16.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15037;line-height:2.8;letter-spacing:0;top:5.5625rem;left:4.625rem;height:3.15rem;font-style:normal;text-align:right;text-align-last:right;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; }
#yrSaKZD6S7MfPo5TLalP7rDMoF3n4A0w { position:absolute;display:block;z-index:15016;background-color:rgba(173,173,183,0.16);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-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:3.1875rem;width:49.375rem;top:5.4375rem;left:4.75rem;display:block; }
#mJLvsUmq7NvlNsUtFN57C7AEotfhvq1z { color:#13223f;display:block;width:10.3125rem;position:absolute;font-family:play;font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:1.5rem;left:35.4375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vGoU0J400RWvlKDQZiraCtn1JyTmrvHo { color:#13223f;display:block;width:12.25rem;position:absolute;font-family:play;font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:1.5rem;left:20.8125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vHTBOnThsoWyPQXFHRqrSsNZCNDJ0L52 { 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:15000;opacity:1;display:none; }
#sCeQ7qeLTIaOKm7HcLczl9n5WT1VRBur { 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:15000;opacity:1;display:none; }
#ou8QrXFeAbt4a59JekWP8Rz4xTJtQAo5 { position:relative;display:block; }#ou8QrXFeAbt4a59JekWP8Rz4xTJtQAo5 { background-color: transparent; background-image: none; }#ou8QrXFeAbt4a59JekWP8Rz4xTJtQAo5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ou8QrXFeAbt4a59JekWP8Rz4xTJtQAo5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ou8QrXFeAbt4a59JekWP8Rz4xTJtQAo5 > .row .container > .video-iframe-container { display: none; }#ou8QrXFeAbt4a59JekWP8Rz4xTJtQAo5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ou8QrXFeAbt4a59JekWP8Rz4xTJtQAo5 > .row > .video-iframe-container { display: none; }#ou8QrXFeAbt4a59JekWP8Rz4xTJtQAo5 > .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); }#ou8QrXFeAbt4a59JekWP8Rz4xTJtQAo5 { border-width: 0; border-radius: 0; }#ou8QrXFeAbt4a59JekWP8Rz4xTJtQAo5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ou8QrXFeAbt4a59JekWP8Rz4xTJtQAo5 > .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:33.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Dxdpfz0VgEyPVwrTaSI4lNue6qw9TgFx { color:#13223f;display:block;width:25.9375rem;position:absolute;font-family:play;font-size:1.5625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:2rem;left:3.0625rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cldRnm4T8TyWOBaSBZm6o7qgoo59kEVD { color:#13223f;display:block;width:28.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:9.625rem;left:2rem;height:14.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RHvqGsd3y8V77UwM2NifSFPi7kASu8rq { position:absolute;display:block;z-index:15016;background-color:#2d2929;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:13rem;top:7.875rem;left:9.5625rem;display:block; }
#fRGMDlR5fulTw5t0N1taHLpd7hSEnLmp { position:absolute;display:block;z-index:15015;background-color:rgba(19,34,63,0.06);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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:32.25rem;width:33.5625rem;top:0.8125rem;left:0rem;display:block; }
#Q2NvgDisZfJo4x1lhT0Jdx1qRiT2N4Is { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(0,0,0,0.5) ;height:28.0625rem;width:28.125rem;top:2.71875rem;left:31.875rem;overflow:hidden;display:block; }
#sPbFILlF55uD7okhaSW2nDU630KIf9JQ { background-color:#13223f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:play;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.375rem;height:3.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:27.625rem;left:10.875rem;display:block; }
#WQ4vU2NAVXHavv1Ehe2SkA0VohWUyH4w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q2ntoOnqGF8pTT1Dxq6TLI9Vti0si3V1 { position:relative;display:block; }#Q2ntoOnqGF8pTT1Dxq6TLI9Vti0si3V1 { background-color: transparent; background-image: none; }#Q2ntoOnqGF8pTT1Dxq6TLI9Vti0si3V1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q2ntoOnqGF8pTT1Dxq6TLI9Vti0si3V1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q2ntoOnqGF8pTT1Dxq6TLI9Vti0si3V1 > .row .container > .video-iframe-container { display: none; }#Q2ntoOnqGF8pTT1Dxq6TLI9Vti0si3V1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q2ntoOnqGF8pTT1Dxq6TLI9Vti0si3V1 > .row > .video-iframe-container { display: none; }#Q2ntoOnqGF8pTT1Dxq6TLI9Vti0si3V1 > .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); }#Q2ntoOnqGF8pTT1Dxq6TLI9Vti0si3V1 { border-width: 0; border-radius: 0; }#Q2ntoOnqGF8pTT1Dxq6TLI9Vti0si3V1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Q2ntoOnqGF8pTT1Dxq6TLI9Vti0si3V1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WCMRUhRdvWO8TfJlHezzWGrZTJAovJUz { color:#13223f;display:block;width:31.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:1.96875rem;left:25.9375rem;height:21.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e3SHQv1wS4WiTpJnhpk3qsfOARXZHyP9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:16.9375rem;width:16.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:4.7499990463257rem;left:2.8385429382324rem; }
#dK3LoQEPQyHuEWrHmCRv6pvo4r92HS2V { position:absolute;display:block;z-index:15016;background-color:rgba(19,34,63,0.06);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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:24.625rem;width:37.8125rem;top:0.625rem;left:22.15625rem;display:block; }
#XSK8ZRtrHDOtQAOORKqytKD0fKTcS4yr { position:relative;display:block; }#XSK8ZRtrHDOtQAOORKqytKD0fKTcS4yr { background-color: transparent; background-image: none; }#XSK8ZRtrHDOtQAOORKqytKD0fKTcS4yr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XSK8ZRtrHDOtQAOORKqytKD0fKTcS4yr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XSK8ZRtrHDOtQAOORKqytKD0fKTcS4yr > .row .container > .video-iframe-container { display: none; }#XSK8ZRtrHDOtQAOORKqytKD0fKTcS4yr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XSK8ZRtrHDOtQAOORKqytKD0fKTcS4yr > .row > .video-iframe-container { display: none; }#XSK8ZRtrHDOtQAOORKqytKD0fKTcS4yr > .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); }#XSK8ZRtrHDOtQAOORKqytKD0fKTcS4yr { border-width: 0; border-radius: 0; }#XSK8ZRtrHDOtQAOORKqytKD0fKTcS4yr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#XSK8ZRtrHDOtQAOORKqytKD0fKTcS4yr > .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:4.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JFeB2FxBtDlwFACkDHFeRD333ZKML9a7 { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:56.875rem;top:4.1250009536743rem;left:1.5625rem;display:block; }
#lGKpZnZsxltzVOlWMW3IpzwDoVGxBJuF { position:relative;display:block; }#lGKpZnZsxltzVOlWMW3IpzwDoVGxBJuF { background-color: transparent; background-image: none; }#lGKpZnZsxltzVOlWMW3IpzwDoVGxBJuF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lGKpZnZsxltzVOlWMW3IpzwDoVGxBJuF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lGKpZnZsxltzVOlWMW3IpzwDoVGxBJuF > .row .container > .video-iframe-container { display: none; }#lGKpZnZsxltzVOlWMW3IpzwDoVGxBJuF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lGKpZnZsxltzVOlWMW3IpzwDoVGxBJuF > .row > .video-iframe-container { display: none; }#lGKpZnZsxltzVOlWMW3IpzwDoVGxBJuF > .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); }#lGKpZnZsxltzVOlWMW3IpzwDoVGxBJuF { border-width: 0; border-radius: 0; }#lGKpZnZsxltzVOlWMW3IpzwDoVGxBJuF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lGKpZnZsxltzVOlWMW3IpzwDoVGxBJuF > .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:53.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dJxNIJfko5ym1bm0dGc9CG0ucu8VZIwn { position:absolute;display:block;z-index:15016;background-color:rgba(19,34,63,0.06);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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:45.9375rem;width:60rem;top:3.375rem;left:-0.0625rem;display:block; }
#sOquSFM1Cmem4AZLLrtgtNR6KTKH1V7h { color:#13223f;display:block;width:55.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:9rem;left:2.625rem;height:5.85rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Blcn7uUNC0yeKsQDoETgUi2r98CoMW5c { color:#13223f;display:block;width:25.5625rem;position:absolute;font-family:play;font-size:1.5625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:4.8125rem;left:17.75rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wwcgENlZJGHEC9gMfS8d7is3nu2kgryE { position:absolute;display:block;z-index:15017;background-color:#2d2929;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:13rem;top:7.8125rem;left:24rem;display:block; }
#FNxrX0MRWtNL4sSbzrd4TN71U8b3wLDI { color:#13223f;display:block;width:37.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:16.4375rem;left:6.6875rem;height:8.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GlabQofVdJUpSi3aZAtNbCzayhAeczzx { color:#13223f;display:block;width:4.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:14.132290840149rem;left:3.8125rem;height:2.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FAPASsTpTec1qAJAGWS7wyB8qcM2XHLv { color:#13223f;display:block;width:8rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:24.881249427796rem;left:3.8125rem;height:2.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tTaJLSkzBVLoqzleO52pc5uN6Lk7uQST { color:#13223f;display:block;width:51.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:27rem;left:6.6875rem;height:17.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qATMI8dbpHQHONJVJGDAcHEqlGBpUFIi { 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:15026;opacity:1;top:16.375rem;left:4.875rem; }
#udu5ZTXTVlZDbf9yc82MfAfAZlKbhAaW { 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:15027;opacity:1;top:18.0625rem;left:4.875rem; }
#Wd93TfKrSJVXOLKxXbb2CutFc8Thsg1B { 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:15028;opacity:1;top:19.75rem;left:4.875rem; }
#TTLvoOTwhM49LffP3LGaT25XWKpplFFW { 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:15029;opacity:1;top:21.4375rem;left:4.875rem; }
#hDOqVq1e9tT1dbP7GZ247SEBQuuiamBV { 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:15030;opacity:1;top:27rem;left:4.875rem; }
#zLGdlW0GMRgSGnU95Xwh2ezf23RDRDp4 { 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:15031;opacity:1;top:30.4375rem;left:4.875rem; }
#nKexWwlc128FOUtGGcXcEErrBCOyICuG { 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:15032;opacity:1;top:35.5rem;left:4.875rem; }
#hl7UvvJyQHOMhWdbpyphaJ5dOTusIlEB { 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:15033;opacity:1;top:40.6875rem;left:4.875rem; }
#P374LzN4LGTn1IfTdb83lQQhUKMXLPzG { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:16.4375rem;left:40.177085876465rem;overflow:hidden;display:block; }
#pLIiJbaMOMl88PBaAZUOI4XBl03r6Vtp { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:12.182291030884rem;left:47.619789123535rem;overflow:hidden;display:block; }
#LrcmRmrCi8bdmX85HrTDoU0uR8lZs1UB { position:relative;display:block; }#LrcmRmrCi8bdmX85HrTDoU0uR8lZs1UB { background-color: transparent; background-image: none; }#LrcmRmrCi8bdmX85HrTDoU0uR8lZs1UB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrcmRmrCi8bdmX85HrTDoU0uR8lZs1UB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrcmRmrCi8bdmX85HrTDoU0uR8lZs1UB > .row .container > .video-iframe-container { display: none; }#LrcmRmrCi8bdmX85HrTDoU0uR8lZs1UB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrcmRmrCi8bdmX85HrTDoU0uR8lZs1UB > .row > .video-iframe-container { display: none; }#LrcmRmrCi8bdmX85HrTDoU0uR8lZs1UB > .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); }#LrcmRmrCi8bdmX85HrTDoU0uR8lZs1UB { border-width: 0; border-radius: 0; }#LrcmRmrCi8bdmX85HrTDoU0uR8lZs1UB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LrcmRmrCi8bdmX85HrTDoU0uR8lZs1UB > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#K3XbioTKdIMqhpdUmPrceQ5ny03DIMvS { background-color:#bc264e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:play;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3958125rem;height:4.27083125rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:7.2395896911619rem;left:23.802082061767rem;display:block; }
#mzzzfibpO2n6TnUkiPTq5w3nBkiAkeQv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DPeMumcovoRQTtnlSMVGW1RWbHJlZmdw { position:relative;display:block; }#DPeMumcovoRQTtnlSMVGW1RWbHJlZmdw { background-color: transparent; background-image: none; }#DPeMumcovoRQTtnlSMVGW1RWbHJlZmdw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DPeMumcovoRQTtnlSMVGW1RWbHJlZmdw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DPeMumcovoRQTtnlSMVGW1RWbHJlZmdw > .row .container > .video-iframe-container { display: none; }#DPeMumcovoRQTtnlSMVGW1RWbHJlZmdw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DPeMumcovoRQTtnlSMVGW1RWbHJlZmdw > .row > .video-iframe-container { display: none; }#DPeMumcovoRQTtnlSMVGW1RWbHJlZmdw > .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); }#DPeMumcovoRQTtnlSMVGW1RWbHJlZmdw { border-width: 0; border-radius: 0; }#DPeMumcovoRQTtnlSMVGW1RWbHJlZmdw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DPeMumcovoRQTtnlSMVGW1RWbHJlZmdw > .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:39.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rFifCyWatiBZPlC1pgLVr3gKM6gmMHC0 { color:#13223f;display:block;width:11.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15058;line-height:2.8;letter-spacing:0;top:14.75rem;left:5.6875rem;height:3.15rem;font-style:normal;text-align:right;text-align-last:right;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; }
#VPzUqmlkhJsErW1nRqig7RPCcqrWFOw3 { position:absolute;display:block;z-index:15020;background-color:rgba(173,173,183,0.16);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-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:3.125rem;width:55.625rem;top:20.9375rem;left:2.5rem;display:block; }
#cUTmmc5OJShOFtkEe94IUHc3p6hTrGhm { position:absolute;display:block;z-index:15021;background-color:rgba(173,173,183,0.16);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-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:3.1875rem;width:55.625rem;top:14.75rem;left:2.5rem;display:block; }
#uHVyU2kRhBtkQdUQgW5z1W9KWUZZA8gB { color:#13223f;display:block;width:11.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15059;line-height:2.8;letter-spacing:0;top:27.0625rem;left:5.6875rem;height:3.15rem;font-style:normal;text-align:right;text-align-last:right;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; }
#pMXvchOBuc1TeT7EOIQkkyFhdlTX5WPB { color:#13223f;display:block;width:11.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15059;line-height:2.8;letter-spacing:0;top:17.8125rem;left:5.6875rem;height:3.15rem;font-style:normal;text-align:right;text-align-last:right;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; }
#hN0EfCJomkJp2ivkWbWHW4mLJUZNLLX2 { color:#13223f;display:block;width:11.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15059;line-height:2.8;letter-spacing:0;top:24rem;left:5.6875rem;height:3.15rem;font-style:normal;text-align:right;text-align-last:right;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; }
#tFCRLp25fVD9RP5CxQNmbSzv82ObaGOt { position:absolute;display:block;z-index:15019;background-color:rgba(173,173,183,0.16);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-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:3.125rem;width:55.625rem;top:27.125rem;left:2.5rem;display:block; }
#skTc7Zr51uHLPLSmIBOBtmaB2HlCStpX { color:#13223f;display:block;width:11.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15059;line-height:2.8;letter-spacing:0;top:20.875rem;left:5.6875rem;height:3.15rem;font-style:normal;text-align:right;text-align-last:right;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; }
#EWmuHZy7QPJxxf5CBIlG9bXuF00CduDU { color:#13223f;display:block;width:5.9375rem;position:absolute;font-family:play;font-size:1.25rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:10.8125rem;left:19.75rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bBxeQEuwsff3Xg1nwwz5S65XgTIDowoD { color:#13223f;display:block;width:7.5rem;position:absolute;font-family:play;font-size:1.25rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:10.8125rem;left:27.6875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wB82wL0OCocNdB21rnndqVDgBBxOGrS1 { color:#13223f;display:block;width:8.625rem;position:absolute;font-family:play;font-size:1.25rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:10.8125rem;left:36.3125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mrGSkTUW0NsDr9OnQTz5qGIR8sNTTJTk { color:#13223f;display:block;width:9.5625rem;position:absolute;font-family:play;font-size:1.25rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:10.8125rem;left:46.625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AlpZUbt3ZVQ5NHmXniHCpP3sGKzmTuaO { color:#13223f;display:block;width:1.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.8;letter-spacing:0;top:15.375rem;left:21.75rem;height:2.025rem;font-style:normal;text-align:left;text-align-last:left;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; }
#qTfKKmVHt4XRWFaJ9Ig7oumqv6ZR087K { color:#13223f;display:block;width:1.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.8;letter-spacing:0;top:21.5rem;left:21.75rem;height:2.025rem;font-style:normal;text-align:left;text-align-last:left;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; }
#CqPGgXSD1gbIdfrALNFeCCHX8mE9aDpB { color:#13223f;display:block;width:1.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.8;letter-spacing:0;top:27.6875rem;left:21.75rem;height:2.025rem;font-style:normal;text-align:left;text-align-last:left;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; }
#vl8MmDsM9aRuwfHwBuGKWOTTcfs3MKM9 { color:#13223f;display:block;width:1.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.8;letter-spacing:0;top:18.375rem;left:21.75rem;height:2.025rem;font-style:normal;text-align:left;text-align-last:left;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; }
#DqCzDEnXPHJm6u1Oui7OUIDnJiPX3fTy { color:#13223f;display:block;width:1.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.8;letter-spacing:0;top:24.625rem;left:21.75rem;height:2.025rem;font-style:normal;text-align:left;text-align-last:left;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; }
#JmobXrlngbZZgqIt6613WNX4BZpn7m58 { position:absolute;display:block;z-index:15018;background-color:rgba(173,173,183,0.16);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-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:3.125rem;width:55.625rem;top:33.375rem;left:2.5rem;display:block; }
#dn4OtBEUBGbgl1Z5pQv4CnUban0ZTbWw { color:#13223f;display:block;width:11.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15067;line-height:2.8;letter-spacing:0;top:33.3125rem;left:5.6875rem;height:3.15rem;font-style:normal;text-align:right;text-align-last:right;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; }
#TquCZ5hZ2R8TL2coHHpIrTskh0dBs30g { color:#13223f;display:block;width:11.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15067;line-height:2.8;letter-spacing:0;top:30.1875rem;left:5.6875rem;height:3.15rem;font-style:normal;text-align:right;text-align-last:right;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; }
#oLplGOUnfQoqsMgoxAZoggocDX3iwyvl { color:#13223f;display:block;width:1.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.8;letter-spacing:0;top:33.9375rem;left:30.5rem;height:2.025rem;font-style:normal;text-align:left;text-align-last:left;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; }
#s8sezuDE4ryx15W34KPxb2A93ksi0ZPM { color:#13223f;display:block;width:1.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.8;letter-spacing:0;top:30.8125rem;left:21.75rem;height:2.025rem;font-style:normal;text-align:left;text-align-last:left;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; }
#L6v0RMZKQ3UaPmlAla5ORsb0SHAJnZ5K { color:#13223f;display:block;width:1.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.8;letter-spacing:0;top:33.9375rem;left:21.75rem;height:2.025rem;font-style:normal;text-align:left;text-align-last:left;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; }
#SwRbK9b4wx3Sa6Aom9Kms9ZKpGWKLDMk { background-color:transparent;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-shadow: none;box-sizing:border-box;color:#13223f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:play;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:55.625rem;height:3.0625rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:36.625rem;left:2.53125rem;display:block; }
#KTqX4pX3yRDRwImB9JyJnIS7G6uTTUao { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#drmRd0rh9hKxewytzL2tmMADZT0cnakk { color:#13223f;display:block;width:25.9375rem;position:absolute;font-family:play;font-size:1.5625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:1.6875rem;left:19.0625rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IzWqwQz9NnEoQWAKuyG1Uq7rmFr7KMOt { position:absolute;display:block;z-index:15020;background-color:#2d2929;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:13rem;top:8.0000114440919rem;left:25.6875rem;display:block; }
#RlD5nv33TSUyvpHeiDaaVHWq3KyIm33J { position:relative;display:block; }#RlD5nv33TSUyvpHeiDaaVHWq3KyIm33J { background-color: transparent; background-image: none; }#RlD5nv33TSUyvpHeiDaaVHWq3KyIm33J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlD5nv33TSUyvpHeiDaaVHWq3KyIm33J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlD5nv33TSUyvpHeiDaaVHWq3KyIm33J > .row .container > .video-iframe-container { display: none; }#RlD5nv33TSUyvpHeiDaaVHWq3KyIm33J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlD5nv33TSUyvpHeiDaaVHWq3KyIm33J > .row > .video-iframe-container { display: none; }#RlD5nv33TSUyvpHeiDaaVHWq3KyIm33J > .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); }#RlD5nv33TSUyvpHeiDaaVHWq3KyIm33J { border-width: 0; border-radius: 0; }#RlD5nv33TSUyvpHeiDaaVHWq3KyIm33J > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RlD5nv33TSUyvpHeiDaaVHWq3KyIm33J > .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:80.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TonPTXSJsThpyD7yJLfMOKZuf2LbX7Gp { position:absolute;display:block;z-index:15031;background-color:rgba(173,173,183,0.16);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-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:3.125rem;width:55.625rem;top:31.5625rem;left:2.5rem;display:block; }
#JyvckSQXBgW9n8uBFq84m52k141ts2L8 { color:#13223f;display:block;width:1.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15045;line-height:1.8;letter-spacing:0;top:32.125rem;left:39.375rem;height:2.025rem;font-style:normal;text-align:left;text-align-last:left;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; }
#FeWA8OuI66TibFy1Pp70ecPSo4dNllmz { color:#13223f;display:block;width:1.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15044;line-height:1.8;letter-spacing:0;top:29rem;left:39.375rem;height:2.025rem;font-style:normal;text-align:left;text-align-last:left;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; }
#T21iH44Zhmo5JJpneLskJR9qVUBk6deo { position:absolute;display:block;z-index:15032;background-color:rgba(173,173,183,0.16);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-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:3.125rem;width:55.625rem;top:25.375rem;left:2.5rem;display:block; }
#pEveWk5qrJsqfoCKnztPaeGSV7483TWX { color:#13223f;display:block;width:1.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.8;letter-spacing:0;top:25.924999237061rem;left:30.0625rem;height:2.025rem;font-style:normal;text-align:left;text-align-last:left;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; }
#Bzpf8Dbn2JB4cByAUaLp7m3DWEaqR7Nr { color:#13223f;display:block;width:11.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15082;line-height:2.8;letter-spacing:0;top:28.4375rem;left:5.6875rem;height:3.15rem;font-style:normal;text-align:right;text-align-last:right;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; }
#IZGdPPgwetWVNe3kXtTe4hzf6crAa4VS { color:#13223f;display:block;width:11.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15082;line-height:2.8;letter-spacing:0;top:50.268749237061rem;left:5.6875rem;height:3.15rem;font-style:normal;text-align:right;text-align-last:right;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; }
#oHubQTdV5ieDt7dT9CeZC3K7RK52T8k9 { color:#13223f;display:block;width:11.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15082;line-height:2.8;letter-spacing:0;top:25.375rem;left:5.6875rem;height:3.15rem;font-style:normal;text-align:right;text-align-last:right;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; }
#hACdxonrdSGNqXwZSkdalA2lI7ZSDsZm { color:#13223f;display:block;width:14.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15082;line-height:2.8;letter-spacing:0;top:22.25rem;left:2.75rem;height:3.15rem;font-style:normal;text-align:right;text-align-last:right;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; }
#AygvN7TRJTnoHsCk6enKV7x1g10UDg9e { color:#13223f;display:block;width:1.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15042;line-height:1.8;letter-spacing:0;top:22.875rem;left:30.0625rem;height:2.025rem;font-style:normal;text-align:left;text-align-last:left;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; }
#RR5by7EyRfxkQLGWSkTGxS1h66d1iJHJ { position:absolute;display:block;z-index:15033;background-color:rgba(173,173,183,0.16);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-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:3.1875rem;width:55.625rem;top:19.0625rem;left:2.5rem;display:block; }
#DyMMvT1ppOPRTlI2N4oLpDq9DOfN31Pv { color:#13223f;display:block;width:14.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15081;line-height:2.8;letter-spacing:0;top:19.0625rem;left:3.3125rem;height:3.15rem;font-style:normal;text-align:right;text-align-last:right;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; }
#BtabP0TATB183Ktlu8TwbhDUC6QGScvv { color:#13223f;display:block;width:1.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15041;line-height:1.8;letter-spacing:0;top:19.625rem;left:30.0625rem;height:2.025rem;font-style:normal;text-align:left;text-align-last:left;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; }
#DTzrO50TnyIolWJm4BHR3kIvpOmEZn2q { color:#13223f;display:block;width:11.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15082;line-height:2.8;letter-spacing:0;top:15.875rem;left:5.6875rem;height:3.15rem;font-style:normal;text-align:right;text-align-last:right;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; }
#qvnpNoZKXftzi6fMIW8qxcZTxXLx6EmK { color:#13223f;display:block;width:1.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15040;line-height:1.8;letter-spacing:0;top:16.5rem;left:30.0625rem;height:2.025rem;font-style:normal;text-align:left;text-align-last:left;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; }
#Hu96qwk7JfgUKTnoVBvEpGS0uvSbzEpn { position:absolute;display:block;z-index:15016;background-color:rgba(173,173,183,0.16);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-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:3.125rem;width:55.625rem;top:12.8125rem;left:2.5rem;display:block; }
#ocgMV9naFdnZXECRwcCRViBWS956XTEk { color:#13223f;display:block;width:13.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15067;line-height:2.8;letter-spacing:0;top:12.75rem;left:4rem;height:3.15rem;font-style:normal;text-align:right;text-align-last:right;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; }
#r7RRzArN3F06i3v0ETy4314L0QTSFmiH { color:#13223f;display:block;width:11.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15067;line-height:2.8;letter-spacing:0;top:9.6875rem;left:5.6875rem;height:3.15rem;font-style:normal;text-align:right;text-align-last:right;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; }
#yzFBzSdbAdDc5N2ZV70s7m2VbMqi4DiV { color:#13223f;display:block;width:1.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.8;letter-spacing:0;top:13.375rem;left:30.1875rem;height:2.025rem;font-style:normal;text-align:left;text-align-last:left;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; }
#Q4LQhtuiBcTpDEOqbtBVUnDQTAGJ99gM { color:#13223f;display:block;width:1.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.8;letter-spacing:0;top:10.25rem;left:30.1875rem;height:2.025rem;font-style:normal;text-align:left;text-align-last:left;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; }
#SSa8WtIpP4tN8aXysiJKgq1A7dwMeTyD { position:absolute;display:block;z-index:15017;background-color:rgba(173,173,183,0.16);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-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:3.125rem;width:55.625rem;top:6.625rem;left:2.5rem;display:block; }
#uT12WMTGqeJC6468dsQDRTTFvbZCBsFn { color:#13223f;display:block;width:11.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15067;line-height:2.8;letter-spacing:0;top:6.625rem;left:5.6875rem;height:3.15rem;font-style:normal;text-align:right;text-align-last:right;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; }
#Qu6T2r0XEeask0F4qFt8k2UTRD9pc0Tw { color:#13223f;display:block;width:1.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.8;letter-spacing:0;top:7.1875rem;left:30.1875rem;height:2.025rem;font-style:normal;text-align:left;text-align-last:left;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; }
#mgdS6V9Hr0xOPpsBouwhRTZLZs082ul0 { color:#13223f;display:block;width:11.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15066;line-height:2.8;letter-spacing:0;top:3.5rem;left:5.6875rem;height:3.15rem;font-style:normal;text-align:right;text-align-last:right;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; }
#v9Z79DTM0hvBMhlpc5fn4RHBC6ZRl3yd { color:#13223f;display:block;width:1.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.8;letter-spacing:0;top:4.125rem;left:30.1875rem;height:2.025rem;font-style:normal;text-align:left;text-align-last:left;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; }
#uRJqW4LHiuUaOfrEQXHfkrTcyE5PK12b { color:#13223f;display:block;width:1.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.8;letter-spacing:0;top:0.6875rem;left:21.625rem;height:2.025rem;font-style:normal;text-align:left;text-align-last:left;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; }
#fogL26kVVJw9PL1LL5rm5QwTLvCkdoTN { position:absolute;display:block;z-index:15018;background-color:rgba(173,173,183,0.16);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-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:3.125rem;width:55.625rem;top:0.24479103088379rem;left:2.5rem;display:block; }
#t54GvI4FJiJ1tb42EVqe9Qndww1Q0OrW { color:#13223f;display:block;width:11.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15067;line-height:2.8;letter-spacing:0;top:0.25rem;left:5.6875rem;height:3.15rem;font-style:normal;text-align:right;text-align-last:right;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; }
#Kty7iwuXuZm169AMRkMC3vuWF20Vu69o { color:#13223f;display:block;width:1.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.8;letter-spacing:0;top:0.6875rem;left:30.1875rem;height:2.025rem;font-style:normal;text-align:left;text-align-last:left;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; }
#c370l44BpHoNXWm1xD8JFi6y94lqkRv3 { position:absolute;display:block;z-index:15041;background-color:rgba(173,173,183,0.16);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-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:3.125rem;width:55.625rem;top:44rem;left:2.5rem;display:block; }
#JTHOwtiqMTBN6IQmo76elBl0bKKtMP3h { position:absolute;display:block;z-index:15042;background-color:rgba(173,173,183,0.16);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-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:3.125rem;width:55.625rem;top:37.8125rem;left:2.5rem;display:block; }
#hEvyIdEzgB19rT8wZle0fcn400DtXQgV { position:absolute;display:block;z-index:15058;background-color:rgba(173,173,183,0.16);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-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:3.1875rem;width:55.625rem;top:50.25rem;left:2.5rem;display:block; }
#P4rXP95ZEFrRXhAGSE8QP4wewn1TaduL { color:#13223f;display:block;width:14.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15106;line-height:2.8;letter-spacing:0;top:34.687499046326rem;left:3.4947929382324rem;height:3.15rem;font-style:normal;text-align:right;text-align-last:right;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; }
#y3Hu50DSLRE9gfs5tn0WIB1eEFugpOrX { color:#13223f;display:block;width:14.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15107;line-height:2.8;letter-spacing:0;top:53.3125rem;left:2.75rem;height:3.15rem;font-style:normal;text-align:right;text-align-last:right;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; }
#mR46QDLGRnpWrzRI13cJJbUhuTGsrfH7 { color:#13223f;display:block;width:13.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15092;line-height:2.8;letter-spacing:0;top:47.176040649414rem;left:4.1197929382324rem;height:3.15rem;font-style:normal;text-align:right;text-align-last:right;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; }
#G1LhW2Tbif2wzzIaEMBQF1kmstG5JIAT { position:absolute;display:block;z-index:15057;background-color:rgba(173,173,183,0.16);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-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:3.125rem;width:55.625rem;top:56.4375rem;left:2.5rem;display:block; }
#FydON07UpGwo9eXxPEkHMU8ZJkR978Hh { color:#13223f;display:block;width:11.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15107;line-height:2.8;letter-spacing:0;top:62.625rem;left:5.75rem;height:3.15rem;font-style:normal;text-align:right;text-align-last:right;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; }
#sZ7oBc2TBDg37fE4A0ifLpUtNOR5LZHv { color:#13223f;display:block;width:15.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15107;line-height:2.8;letter-spacing:0;top:59.5625rem;left:1.8072929382324rem;height:3.15rem;font-style:normal;text-align:right;text-align-last:right;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; }
#pidS6nEIn7lhforkZsSGTEMP9MX7fgIQ { color:#13223f;display:block;width:11.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15107;line-height:2.8;letter-spacing:0;top:37.799999237061rem;left:5.6875rem;height:3.15rem;font-style:normal;text-align:right;text-align-last:right;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; }
#wTUfPUMD12AHBeRGyHLL0gDrDq5KDCBR { color:#13223f;display:block;width:11.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15092;line-height:2.8;letter-spacing:0;top:31.549998283386rem;left:5.6875rem;height:3.15rem;font-style:normal;text-align:right;text-align-last:right;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; }
#GbQZv4HDlkmUU6lAr1usIEL2saFk4b2t { color:#13223f;display:block;width:11.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15092;line-height:2.8;letter-spacing:0;top:43.987499237061rem;left:5.6875rem;height:3.15rem;font-style:normal;text-align:right;text-align-last:right;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; }
#E4Oz8kSJzTTT6abvui5iH9HZCEh8fTUL { color:#13223f;display:block;width:13.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15091;line-height:2.8;letter-spacing:0;top:40.907291412354rem;left:4.2447929382324rem;height:3.15rem;font-style:normal;text-align:right;text-align-last:right;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; }
#TrWkddT5fbNH4wnFGUGhN9swwr70rtZs { position:absolute;display:block;z-index:15056;background-color:rgba(173,173,183,0.16);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-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:3.125rem;width:55.625rem;top:62.625rem;left:2.5rem;display:block; }
#doXqS98lZZlZrfet9IlGWcQ1wJ3Du5Xf { color:#13223f;display:block;width:15.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15107;line-height:2.8;letter-spacing:0;top:65.774997711181rem;left:2.4322929382324rem;height:3.15rem;font-style:normal;text-align:right;text-align-last:right;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; }
#EoBk9OWusTARyUOoM0fPmexehqIoN44t { color:#13223f;display:block;width:1.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15067;line-height:1.8;letter-spacing:0;top:53.875rem;left:39.3125rem;height:2.025rem;font-style:normal;text-align:left;text-align-last:left;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; }
#fmu3AX6KQSymDk4aqbRFa08vuGNsShdq { color:#13223f;display:block;width:1.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15066;line-height:1.8;letter-spacing:0;top:50.75rem;left:39.3125rem;height:2.025rem;font-style:normal;text-align:left;text-align-last:left;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; }
#SZLuX7Bm0lUugiGtTpVfxGmEQ01ZUxPT { color:#13223f;display:block;width:1.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15065;line-height:1.8;letter-spacing:0;top:47.625rem;left:39.3125rem;height:2.025rem;font-style:normal;text-align:left;text-align-last:left;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; }
#harIvF88Wis05hTDEV94MVpcFlXWMdem { color:#13223f;display:block;width:1.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15055;line-height:1.8;letter-spacing:0;top:44.5rem;left:39.4375rem;height:2.025rem;font-style:normal;text-align:left;text-align-last:left;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; }
#ql1lBdxNsz0CebG6ISX0MIJaV3Dx8sUL { color:#13223f;display:block;width:1.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15054;line-height:1.8;letter-spacing:0;top:41.375rem;left:39.4375rem;height:2.025rem;font-style:normal;text-align:left;text-align-last:left;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; }
#k8tGVWEsXUobbVOBHVTPTPOlw7fg3RMB { color:#13223f;display:block;width:1.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15053;line-height:1.8;letter-spacing:0;top:38.3125rem;left:39.4375rem;height:2.025rem;font-style:normal;text-align:left;text-align-last:left;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; }
#vppUi3ARIX13CVZQrVGq22o97SJ2v7P1 { color:#13223f;display:block;width:1.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15052;line-height:1.8;letter-spacing:0;top:35.25rem;left:39.4375rem;height:2.025rem;font-style:normal;text-align:left;text-align-last:left;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; }
#Sp1g4y2HVIecxPB5chwmGOWaSNdMJyPF { color:#13223f;display:block;width:1.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15070;line-height:1.8;letter-spacing:0;top:63.174999237063rem;left:50.4375rem;height:2.025rem;font-style:normal;text-align:left;text-align-last:left;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; }
#OGvDfQkZz4CEbhodMFabc723SINwnHLT { color:#13223f;display:block;width:1.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15069;line-height:1.8;letter-spacing:0;top:60.0625rem;left:50.4375rem;height:2.025rem;font-style:normal;text-align:left;text-align-last:left;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; }
#nyT7oo9kyKaUCbHH1wNBgGVPJmV0NPWE { color:#13223f;display:block;width:1.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15068;line-height:1.8;letter-spacing:0;top:56.987518310547rem;left:50.4375rem;height:2.025rem;font-style:normal;text-align:left;text-align-last:left;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; }
#dAMV2rH0h8z7RQu9HPmRImdaOouet9q1 { color:#13223f;display:block;width:1.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15069;line-height:1.8;letter-spacing:0;top:53.875rem;left:50.4375rem;height:2.025rem;font-style:normal;text-align:left;text-align-last:left;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; }
#uPbraJxxuqMQL2Q8Iv4DxT3iAFRhUdo5 { position:absolute;display:block;z-index:15072;background-color:rgba(173,173,183,0.16);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-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:3.125rem;width:55.625rem;top:75.1875rem;left:2.5rem;display:block; }
#rGdXXtONUR67rShIIs8Wu75Nf5kmqD1p { color:#13223f;display:block;width:1.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15083;line-height:1.8;letter-spacing:0;top:75.75rem;left:50.4375rem;height:2.025rem;font-style:normal;text-align:left;text-align-last:left;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; }
#iD5LcGSinc5UmUfwhNoUfXBtcCQBJNRd { color:#13223f;display:block;width:14.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15122;line-height:2.8;letter-spacing:0;top:56.462498664856rem;left:2.7447929382324rem;height:3.15rem;font-style:normal;text-align:right;text-align-last:right;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; }
#XeWw8TOv0hxuZZSSQE1gCxJxkgVGmZyH { color:#13223f;display:block;width:14.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15122;line-height:2.8;letter-spacing:0;top:75.1875rem;left:2.8125rem;height:3.15rem;font-style:normal;text-align:right;text-align-last:right;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; }
#TMK2R1m9KzxlmwVZ0vRXdG4WtJDt1AsU { color:#13223f;display:block;width:1.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15084;line-height:1.8;letter-spacing:0;top:72.625rem;left:50.4375rem;height:2.025rem;font-style:normal;text-align:left;text-align-last:left;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; }
#q2eXeC0qqkTUThL79xa5OWM1SHBMt2Iq { color:#13223f;display:block;width:11.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15097;line-height:2.8;letter-spacing:0;top:72.094791412356rem;left:5.8020820617676rem;height:3.15rem;font-style:normal;text-align:right;text-align-last:right;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; }
#C5guwceJJpIqrXspUF9mt1KTVzHKTOxR { position:absolute;display:block;z-index:15073;background-color:rgba(173,173,183,0.16);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-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:3.1875rem;width:55.625rem;top:69rem;left:2.5rem;display:block; }
#UmN1N3vI5IDGBFzEeC0lwIuQ8mQGXOTi { color:#13223f;display:block;width:1.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15085;line-height:1.8;letter-spacing:0;top:69.5625rem;left:50.4375rem;height:2.025rem;font-style:normal;text-align:left;text-align-last:left;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; }
#RGvrBOfNyeeFEAEnKvhOob7yW4Dws2n5 { color:#13223f;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15098;line-height:2.8;letter-spacing:0;top:68.924999237062rem;left:1.3697929382324rem;height:3.15rem;font-style:normal;text-align:right;text-align-last:right;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; }
#PUau0elmtGFyhANHyePTP05TLGG0r3gu { color:#13223f;display:block;width:1.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15071;line-height:1.8;letter-spacing:0;top:66.3125rem;left:50.4375rem;height:2.025rem;font-style:normal;text-align:left;text-align-last:left;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; }
#ODGBqcmXUrB1DmXdts2fth7hXP9Wwnhw { position:relative;display:block; }#ODGBqcmXUrB1DmXdts2fth7hXP9Wwnhw { background-color: transparent; background-image: none; }#ODGBqcmXUrB1DmXdts2fth7hXP9Wwnhw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODGBqcmXUrB1DmXdts2fth7hXP9Wwnhw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODGBqcmXUrB1DmXdts2fth7hXP9Wwnhw > .row .container > .video-iframe-container { display: none; }#ODGBqcmXUrB1DmXdts2fth7hXP9Wwnhw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODGBqcmXUrB1DmXdts2fth7hXP9Wwnhw > .row > .video-iframe-container { display: none; }#ODGBqcmXUrB1DmXdts2fth7hXP9Wwnhw > .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); }#ODGBqcmXUrB1DmXdts2fth7hXP9Wwnhw { border-width: 0; border-radius: 0; }#ODGBqcmXUrB1DmXdts2fth7hXP9Wwnhw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ODGBqcmXUrB1DmXdts2fth7hXP9Wwnhw > .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:1.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sGdxmpVPDEmiAknnZz9zhh1LcST4JBVC { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:56.875rem;top:0.625rem;left:1.5625rem;display:block; }
#ng38TnKi5zPAuTGOg65Lpm4iEEQIqVdu { position:relative;display:block; }#ng38TnKi5zPAuTGOg65Lpm4iEEQIqVdu { background-color: transparent; background-image: none; }#ng38TnKi5zPAuTGOg65Lpm4iEEQIqVdu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ng38TnKi5zPAuTGOg65Lpm4iEEQIqVdu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ng38TnKi5zPAuTGOg65Lpm4iEEQIqVdu > .row .container > .video-iframe-container { display: none; }#ng38TnKi5zPAuTGOg65Lpm4iEEQIqVdu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ng38TnKi5zPAuTGOg65Lpm4iEEQIqVdu > .row > .video-iframe-container { display: none; }#ng38TnKi5zPAuTGOg65Lpm4iEEQIqVdu > .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); }#ng38TnKi5zPAuTGOg65Lpm4iEEQIqVdu { border-width: 0; border-radius: 0; }#ng38TnKi5zPAuTGOg65Lpm4iEEQIqVdu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ng38TnKi5zPAuTGOg65Lpm4iEEQIqVdu > .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:40.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FkJV8DnTIscJZdmtDtp8XSxpV8doIAzr { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(0,0,0,0.5) ;height:34.4375rem;width:27.6875rem;top:2.9375rem;left:0.953125rem;overflow:hidden;display:block; }
#Sk1dTTuEr4cIe5T99NGV00US6T3fiVb5 { position:absolute;display:block;z-index:15021;background-color:rgba(19,34,63,0.06);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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:36.8125rem;width:33.5625rem;top:1.875rem;left:26.4375rem;display:block; }
#ei0PTFwxKyQBH2Boinc5F4Qlx1lqpV2r { color:#13223f;display:block;width:28.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:7.9375rem;left:30.4375rem;height:26.325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#reoKZDJcHXNOfFuawHXr5EyHaNU4cHHm { color:#13223f;display:block;width:25.5625rem;position:absolute;font-family:play;font-size:1.5625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:2.875rem;left:31.6875rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CBgv9bZ4aptLokwZqil5gme9kBken85q { position:absolute;display:block;z-index:15022;background-color:#2d2929;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:13rem;top:6.375rem;left:36.75rem;display:block; }
#WQlvdr7Vzxbnrw3tSeIzsvXAubnXrWMP { position:relative;display:block; }#WQlvdr7Vzxbnrw3tSeIzsvXAubnXrWMP { background-color: transparent; background-image: none; }#WQlvdr7Vzxbnrw3tSeIzsvXAubnXrWMP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQlvdr7Vzxbnrw3tSeIzsvXAubnXrWMP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQlvdr7Vzxbnrw3tSeIzsvXAubnXrWMP > .row .container > .video-iframe-container { display: none; }#WQlvdr7Vzxbnrw3tSeIzsvXAubnXrWMP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQlvdr7Vzxbnrw3tSeIzsvXAubnXrWMP > .row > .video-iframe-container { display: none; }#WQlvdr7Vzxbnrw3tSeIzsvXAubnXrWMP > .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); }#WQlvdr7Vzxbnrw3tSeIzsvXAubnXrWMP { border-width: 0; border-radius: 0; }#WQlvdr7Vzxbnrw3tSeIzsvXAubnXrWMP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WQlvdr7Vzxbnrw3tSeIzsvXAubnXrWMP > .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:1.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NN5E9mkMA2k0fGvQDZZ1qF3XHvGmerMG { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:56.875rem;top:0.625rem;left:1.5625rem;display:block; }
#krh0JVcT2JnQuUONdlqinClLkDseDRVc { position:relative;display:block; }#krh0JVcT2JnQuUONdlqinClLkDseDRVc { background-color: transparent; background-image: none; }#krh0JVcT2JnQuUONdlqinClLkDseDRVc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#krh0JVcT2JnQuUONdlqinClLkDseDRVc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#krh0JVcT2JnQuUONdlqinClLkDseDRVc > .row .container > .video-iframe-container { display: none; }#krh0JVcT2JnQuUONdlqinClLkDseDRVc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#krh0JVcT2JnQuUONdlqinClLkDseDRVc > .row > .video-iframe-container { display: none; }#krh0JVcT2JnQuUONdlqinClLkDseDRVc > .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); }#krh0JVcT2JnQuUONdlqinClLkDseDRVc { border-width: 0; border-radius: 0; }#krh0JVcT2JnQuUONdlqinClLkDseDRVc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#krh0JVcT2JnQuUONdlqinClLkDseDRVc > .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:44.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QZFypTZEuN8odrWiHhHZtm7n3QaNJBdL { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(0,0,0,0.5) ;height:35.5rem;width:28.8125rem;top:3.9374990463257rem;left:31.1875rem;overflow:hidden;display:block; }
#Uv0iuyusRKTLxUXLZv4x9oXTMBhwhTUp { position:absolute;display:block;z-index:15021;background-color:rgba(19,34,63,0.06);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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:40.5rem;width:33.5625rem;top:1.8125rem;left:0rem;display:block; }
#CpuLrvC9MF845oFx2NeeS07ogXTiXoCw { color:#13223f;display:block;width:25.9375rem;position:absolute;font-family:play;font-size:1.5625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:3.9375rem;left:3.0625rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oxIUH8uJUifhR0xx9LzRdpIbdcQkpON8 { color:#13223f;display:block;width:28.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:11rem;left:2rem;height:2.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xgaQrdoTD4mtf4TtlzfCQGSnO5n8Sk27 { position:absolute;display:block;z-index:15022;background-color:#2d2929;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:13rem;top:9.125rem;left:9.53125rem;display:block; }
#dT6FRSWLVMUlbV0mVWB1p9A4Ak5uI2DQ { color:#13223f;display:block;width:20.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:15.1875rem;left:5rem;height:2.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SuFLsWQm4Hnu2FCovlCN2Hf4ZaQvfqkv { 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:15031;opacity:1;top:15.875rem;left:2.5rem; }
#RxZ3PwgW48lZO9HOMwoANFyKeyb8kCoT { color:#13223f;display:block;width:26.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:19.1875rem;left:5rem;height:2.9875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Zr5HlLNfcAP19vGIrVd0alGvsdn7iiMV { 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:15032;opacity:1;top:19.875rem;left:2.5rem; }
#zzeh1LC5emSV1Iz8yhwqAD0gORfqBLWK { color:#13223f;display:block;width:26.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:23.25rem;left:5rem;height:4.3875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yZPMev5xfJFv3E5ltDKvqmD8Nnl3TlsP { 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:15034;opacity:1;top:23.9375rem;left:2.5rem; }
#D3Cs97bAqUeJsQT25piBHDsaul3kQb5V { color:#13223f;display:block;width:26.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:28.5rem;left:5rem;height:5.9125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mUONnqEAaOUD1MBwC8NIDTJdcbQZVtbQ { 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:15036;opacity:1;top:29.1875rem;left:2.5rem; }
#XQ5M1qPiwkzaXto6mgWAI3qgMmnGu5a5 { color:#13223f;display:block;width:26.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:35.9375rem;left:5rem;height:4.5125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mo2LXrxPFiGsus3yM1rUGml60NrCTMHt { 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:15037;opacity:1;top:36.5rem;left:2.5rem; }
#APdb1yDT6GOpGrWZ71dvrtOzkQ5zNy7L { position:relative;display:block; }#APdb1yDT6GOpGrWZ71dvrtOzkQ5zNy7L { background-color: transparent; background-image: none; }#APdb1yDT6GOpGrWZ71dvrtOzkQ5zNy7L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APdb1yDT6GOpGrWZ71dvrtOzkQ5zNy7L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APdb1yDT6GOpGrWZ71dvrtOzkQ5zNy7L > .row .container > .video-iframe-container { display: none; }#APdb1yDT6GOpGrWZ71dvrtOzkQ5zNy7L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APdb1yDT6GOpGrWZ71dvrtOzkQ5zNy7L > .row > .video-iframe-container { display: none; }#APdb1yDT6GOpGrWZ71dvrtOzkQ5zNy7L > .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); }#APdb1yDT6GOpGrWZ71dvrtOzkQ5zNy7L { border-width: 0; border-radius: 0; }#APdb1yDT6GOpGrWZ71dvrtOzkQ5zNy7L > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#APdb1yDT6GOpGrWZ71dvrtOzkQ5zNy7L > .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:1.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WV2bhAF5onDGE9vFhL6MFLETbrN3lBXe { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:56.875rem;top:0.625rem;left:1.5625rem;display:block; }
#WT5Lu2HWJnoWVnvU73nqneW61g7JvAQm { position:relative;display:block; }#WT5Lu2HWJnoWVnvU73nqneW61g7JvAQm { background-color: transparent; background-image: none; }#WT5Lu2HWJnoWVnvU73nqneW61g7JvAQm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WT5Lu2HWJnoWVnvU73nqneW61g7JvAQm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WT5Lu2HWJnoWVnvU73nqneW61g7JvAQm > .row .container > .video-iframe-container { display: none; }#WT5Lu2HWJnoWVnvU73nqneW61g7JvAQm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WT5Lu2HWJnoWVnvU73nqneW61g7JvAQm > .row > .video-iframe-container { display: none; }#WT5Lu2HWJnoWVnvU73nqneW61g7JvAQm > .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); }#WT5Lu2HWJnoWVnvU73nqneW61g7JvAQm { border-width: 0; border-radius: 0; }#WT5Lu2HWJnoWVnvU73nqneW61g7JvAQm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WT5Lu2HWJnoWVnvU73nqneW61g7JvAQm > .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:35.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GgN1HWk6LMAN8m6DaM1zChLqTvwTpOat { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(0,0,0,0.5) ;height:28.9375rem;width:28.6875rem;top:3.84375rem;left:0rem;overflow:hidden;display:block; }
#xppCmnXkC4dsWsvqC5FxpfLzmMqec0pV { color:#13223f;display:block;width:28.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:8.8125rem;left:30.4375rem;height:17.55rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hmTnFQnG8yHd3viKXSx62f7CS61pTWTr { position:absolute;display:block;z-index:15027;background-color:#2d2929;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:13rem;top:8.1875rem;left:38rem;display:block; }
#DOaeqWboRZmQvppAtqXOZ86pkiiVq7iy { position:absolute;display:block;z-index:15026;background-color:rgba(19,34,63,0.06);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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:31.9375rem;width:33.5625rem;top:2.4375rem;left:26.4375rem;display:block; }
#EPm4wwRTSw4e8gnaMQdxUfT4hJfxuB2L { color:#13223f;display:block;width:25.5625rem;position:absolute;font-family:play;font-size:1.5625rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:3.25rem;left:31.6875rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eCkzakl7PTVvqFcgUmZcTTKTQhgsTmVS { position:relative;display:block; }#eCkzakl7PTVvqFcgUmZcTTKTQhgsTmVS { background-color: transparent; background-image: none; }#eCkzakl7PTVvqFcgUmZcTTKTQhgsTmVS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCkzakl7PTVvqFcgUmZcTTKTQhgsTmVS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCkzakl7PTVvqFcgUmZcTTKTQhgsTmVS > .row .container > .video-iframe-container { display: none; }#eCkzakl7PTVvqFcgUmZcTTKTQhgsTmVS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCkzakl7PTVvqFcgUmZcTTKTQhgsTmVS > .row > .video-iframe-container { display: none; }#eCkzakl7PTVvqFcgUmZcTTKTQhgsTmVS > .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); }#eCkzakl7PTVvqFcgUmZcTTKTQhgsTmVS { border-width: 0; border-radius: 0; }#eCkzakl7PTVvqFcgUmZcTTKTQhgsTmVS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#eCkzakl7PTVvqFcgUmZcTTKTQhgsTmVS > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uUeJoUC24glC8DFpgsTBE6tedhaPzB5r { background-color:#bc264e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:play;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3958125rem;height:4.27083125rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:7.2395935058594rem;left:23.802082061767rem;display:block; }
#TQpwycLuEPXMWLPcJhg3VtUR6x6PiHRq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pHf4TSkl1v417WIIxxxLLdlJm812z54d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.14);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pHf4TSkl1v417WIIxxxLLdlJm812z54d > .row .container { background-color: transparent; background-image: none; }#pHf4TSkl1v417WIIxxxLLdlJm812z54d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHf4TSkl1v417WIIxxxLLdlJm812z54d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHf4TSkl1v417WIIxxxLLdlJm812z54d > .row .container > .video-iframe-container { display: none; }#pHf4TSkl1v417WIIxxxLLdlJm812z54d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHf4TSkl1v417WIIxxxLLdlJm812z54d > .row > .video-iframe-container { display: none; }#pHf4TSkl1v417WIIxxxLLdlJm812z54d > .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); }#pHf4TSkl1v417WIIxxxLLdlJm812z54d > .row .container { border-width: 0; border-radius: 0; }#pHf4TSkl1v417WIIxxxLLdlJm812z54d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pHf4TSkl1v417WIIxxxLLdlJm812z54d > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;width:60rem;position:relative;display:block; }#InvfpnpNCIkkOqHKvCJuVrictTxNNZbP { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:56.875rem;top:0.375rem;left:1.5625rem;display:block; }
#SRcDVLIX9rP4olbiHiwT7SF4ZTVveT9P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#13223f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SRcDVLIX9rP4olbiHiwT7SF4ZTVveT9P > .row .container { background-color: transparent; background-image: none; }#SRcDVLIX9rP4olbiHiwT7SF4ZTVveT9P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRcDVLIX9rP4olbiHiwT7SF4ZTVveT9P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRcDVLIX9rP4olbiHiwT7SF4ZTVveT9P > .row .container > .video-iframe-container { display: none; }#SRcDVLIX9rP4olbiHiwT7SF4ZTVveT9P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRcDVLIX9rP4olbiHiwT7SF4ZTVveT9P > .row > .video-iframe-container { display: none; }#SRcDVLIX9rP4olbiHiwT7SF4ZTVveT9P > .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); }#SRcDVLIX9rP4olbiHiwT7SF4ZTVveT9P > .row .container { border-width: 0; border-radius: 0; }#SRcDVLIX9rP4olbiHiwT7SF4ZTVveT9P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SRcDVLIX9rP4olbiHiwT7SF4ZTVveT9P > .row .container { font-size:0.875rem;font-family:arial;height:20.6875rem;width:60rem;position:relative;display:block; }#bwUeLkXlqxf2TpZG5QhfSv6mOEE1n031 { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.375rem;left:42.75rem;height:1.7875rem;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; }
#QAaf5sn2rzuynHTkNVCsgdf24HPPP6Io { color:#fbfbfb;display:block;width:6.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:15.519790649414rem;left:26.71875rem;height:1.6rem;display:block; }
#xWEBPRKEKwwOlqxP3f5u3JICbmJKCwer { color:#fbfbfb;display:block;width:6.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:3.9375rem;left:45.1875rem;height:1.6rem;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; }
#GPZ6ece4OCJchgQRpDcdAzm2MbTayd5z { 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:15008;opacity:1;top:3.9375rem;left:42.75rem; }
#lQIDVyTUKD86xyETdsQi8vQtWOGITTI4 { 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:15009;opacity:1;top:6.4375rem;left:42.75rem; }
#mlbOMAUwD4Tq6Cy1ibApq7PfeI9Odkyn { color:#fbfbfb;display:block;width:12.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:6.4375rem;left:45.1875rem;height:1.6rem;display:block; }
#aOCi4QQOCtW35AZxS8etf0NU2qCmShqD { 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:15010;opacity:1;top:8.8125rem;left:42.75rem; }
#mEcwMd1mwLFDx2BfUHGRU15xJl3RzFOr { color:#fbfbfb;display:block;width:13.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:8.75rem;left:45.1875rem;height:4.8rem;display:block; }
#QfF4U20kOPnyffWQ5poIpNAAyTukOGAe { position:absolute;display:block;z-index:15007;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:56.875rem;top:14.875rem;left:1.5625rem;display:block; }
#tw2yakLL3uQB5Tax9coFR0VAlVRvDo8q { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.375rem;left:2.8072929382324rem;height:1.7875rem;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; }
#T03HuZ0iNUV56pLS7vIT9QUdmOxGiOp6 { color:#fbfbfb;display:block;width:9.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:3.9375rem;left:5.1875rem;height:1.6rem;text-align:left;text-align-last:left;display:block; }
#HovWzXEHwUxwkB1oBHmVOENpOR6zvMQ5 { color:#fbfbfb;display:block;width:12.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:6.4375rem;left:5.1875rem;height:3.2rem;text-align:left;text-align-last:left;display:block; }
#vvFqTmdEvkzEUCnxlWGphyMWbAg3Thfl { 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:15011;opacity:1;top:7.307289123535rem;left:2.9010429382324rem; }
#tZr3UZtweQL20ecsr5Hcz7eNKAWxQTzH { 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:15012;opacity:1;top:3.9562492370606rem;left:2.9010429382324rem; }
#XWu5VDankGw37Go9QuWbvTzfKguEXwxL { 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:15013;opacity:1;top:1.5rem;left:24.0625rem; }
#XWu5VDankGw37Go9QuWbvTzfKguEXwxL > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#cxPTbsoQD1hcgayRT0817fgMRToNpQeJ { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:1.375rem;left:27.5rem; }
#cxPTbsoQD1hcgayRT0817fgMRToNpQeJ > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; }#sPWf4KybGrSNwQwVPt8WLB4wRbIhQmMB { 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:15014;opacity:1;top:1.5rem;left:30.875rem; }
#xFgvVg1xiUzpGzzinxmgFGA6NAdcMULw { 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:15014;opacity:1;top:1.5rem;left:34.375rem; }
#e4mWpSNAJHHRm6kkp3gK3eRhmL7TQsrt { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:9.8125rem;height:2.625rem;text-decoration:none;z-index:15011;text-align:left;text-align-last:left;top:17.119792938233rem;left:14.875rem;display:block; }
#IDzZp6xfPpIqe4aWodhpX1HfV7XCWJyU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#glQK8fUTUhwECeN1owTbdEGZy02HfpnH { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:9.625rem;height:2.625rem;text-decoration:none;z-index:15012;text-align:left;text-align-last:left;top:17.119792938233rem;left:24.819793701172rem;display:block; }
#f7CULtxgTiFDriEmQAgv6mqO6WVMa6hJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zwopfyhpzxTTS4sCxO85xvaWbRQVQnCM { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:11.25rem;height:2.625rem;text-decoration:none;z-index:15013;text-align:left;text-align-last:left;top:17.119792938233rem;left:34.1875rem;display:block; }
#LOOSaAWAGh6Oh7KqWsTltIHV8Lh9pv7p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o2MrPey1s6L1hJCCqM5VzN3UFZIeT536 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#o2MrPey1s6L1hJCCqM5VzN3UFZIeT536 > .row .container { background-color: transparent; background-image: none; }#o2MrPey1s6L1hJCCqM5VzN3UFZIeT536::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2MrPey1s6L1hJCCqM5VzN3UFZIeT536 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2MrPey1s6L1hJCCqM5VzN3UFZIeT536 > .row .container > .video-iframe-container { display: none; }#o2MrPey1s6L1hJCCqM5VzN3UFZIeT536 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2MrPey1s6L1hJCCqM5VzN3UFZIeT536 > .row > .video-iframe-container { display: none; }#o2MrPey1s6L1hJCCqM5VzN3UFZIeT536 > .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); }#o2MrPey1s6L1hJCCqM5VzN3UFZIeT536 > .row .container { border-width: 0; border-radius: 0; }#o2MrPey1s6L1hJCCqM5VzN3UFZIeT536 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o2MrPey1s6L1hJCCqM5VzN3UFZIeT536 > .row .container { font-size:0.875rem;font-family:arial;height:2.1875rem;width:60rem;position:relative;display:block; }#DTy2DKTcQVLkv8Uizeas2WF8mXsUX0um { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:0.0625rem;left:58rem; }
#DTy2DKTcQVLkv8Uizeas2WF8mXsUX0um > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FeSac0SBE28iXDwdgpQmQBqPd1Nn2DVd { display:block; }#FeSac0SBE28iXDwdgpQmQBqPd1Nn2DVd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E3slrC2Tt7rteNRsAC8XwUR5vLsDCFb0 { top:0rem;left:0rem;width:11.25rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0lznAkkKMkkIJPBmACrLuyC2s3FfTmh { width:6.125rem;height:2.375rem;top:2.875rem;left:41.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ486frr5gek8VRyGpaxKfimTzIuZoL9 { display:block; }
 }@media only screen and (max-width: 763px) { #AIsQ9IbtrbackZkTCRnh6zdToOei0gQB { display:none; }#AIsQ9IbtrbackZkTCRnh6zdToOei0gQB > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fZCwHaDWE6xfP2hfHobAHL8Fcgo5EF5R { width:6.25rem;height:2.5rem;top:0.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cKzAbH7456Jh1pNkRqC96HcUUNCBLk4A { display:block; }
 }@media only screen and (max-width: 763px) { #hgcOQNCdgFQnGPo2NK9wTciQNsmsmeNU { display:none; }
 }@media only screen and (max-width: 763px) { #Aiw1U1aeeTsnRcXSlruSwtSZdaHUOAhN { display:none; }
 }@media only screen and (max-width: 763px) { #VJESo84o0OWdEevpip4Th0sKZ8Im7oBl { display:none; }#VJESo84o0OWdEevpip4Th0sKZ8Im7oBl > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GL17ZHgfDtHN6LD5pbEZUpDOfGzX1BCS { width:6rem;height:1.125rem;top:7.75rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #METwlxrvw1wcTgsfhZEbUZLlcGZLOQxP { display:block; }
 }@media only screen and (max-width: 763px) { #VQr2WTt8OsoBtJKh9aozhodSinFxw0PC { width:3.625rem;height:1.125rem;top:6.0625rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #SenpARBXtu1yIl9e5VENLk28Gn7989SH { display:block; }
 }@media only screen and (max-width: 763px) { #OrnF50ilAg7deTRMOSHihvrQ7Bbqz7zb { width:5.5625rem;height:1.125rem;top:4.375rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lZe8xp34d5KKSoCrgeQVW1f5zGA6nATM { display:block; }
 }@media only screen and (max-width: 763px) { #bEmJ6WRdzPNtPzAcSk7xhd4ke8r8BM2O { width:5.9375rem;height:1.125rem;top:2.75rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fz52ShrDkThZ24ncAb1A3Zpze833T7qa { display:block; }
 }@media only screen and (max-width: 763px) { #RMoNhV6OoqMJUImwKJSzX0xZZVHax4te { width:6.6875rem;height:1.125rem;top:1rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JNb2VNHWi7dJWRbZG35LFLwqL4W8g0ZQ { display:block; }
 }@media only screen and (max-width: 763px) { #mdHTlE4Vt4C5UXv1N0Agyg1bpP6gAwR7 { display:none; }
 }@media only screen and (max-width: 763px) { #btr4cH0hZDulTgh7MF4TVJ9XQOU6AMwv { display:none; }
 }@media only screen and (max-width: 763px) { #ol8oRBJDiAvgw4vozq3TU3F2ut75LAt9 { display:none; }
 }@media only screen and (max-width: 763px) { #wP8L6VpUktvif3csLZV5mCgszOoNl7wk { display:none; }
 }@media only screen and (max-width: 763px) { #PAX9PE4KvLrTvwFZkNrBDhAz5esKJXVX { display:none; }
 }@media only screen and (max-width: 763px) { #bJ8mTdIy9qUgJPdgdToTyIybuUiJUNmP { display:none; }
 }@media only screen and (max-width: 763px) { #dlNqSowTp3MI5L2dARn2Mu7Pvi1p4rKP { display:none; }#dlNqSowTp3MI5L2dARn2Mu7Pvi1p4rKP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #z4Tl7hTf93irQENIOa7LfXg9npuD0JQG { width:6.25rem;height:2.5rem;top:0.125rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kqn35Me1twVc6cPdVPmn46fJlta3JxFr { display:block; }
 }@media only screen and (max-width: 763px) { #PueDC0M06TVBa4rgQTsHKEKcxdsiDJku { display:none; }
 }@media only screen and (max-width: 763px) { #DNLSlC1eiQ8AUV9pC6uEmqvp34IzuGz3 { display:none; }
 }@media only screen and (max-width: 763px) { #NEq7NzrNzat0ysqFNZnh7RubKI9p3FJo { display:none; }#NEq7NzrNzat0ysqFNZnh7RubKI9p3FJo > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VSyKpwGgsRCVtofvNX9y2ziVOIxz1Xl6 { width:3.625rem;height:1.125rem;top:6.0625rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #U914zA4WqbRrKItOtME6qCHnMOQCnVWC { display:block; }
 }@media only screen and (max-width: 763px) { #RflmvohMUiUTgloDR8TZo5MfFcVtgbye { width:5.5625rem;height:1.125rem;top:4.375rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #GXEw490PDIGykg5oexb2eueIhRcHgusK { display:block; }
 }@media only screen and (max-width: 763px) { #EhsvpBXlkf3Zb0NbfsbdzlsVuvfmmdSK { width:5.9375rem;height:1.125rem;top:2.75rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #bRW9zJwbFxS7bJ74ElgxT20GpiXZJCib { display:block; }
 }@media only screen and (max-width: 763px) { #Vrnirzgr56HZeq6GUPq8AzienqoFn6pn { width:6.6875rem;height:1.125rem;top:1rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TxJRzcAhMVaAlcNAb7qnRvtZW7aoxv4s { display:block; }
 }@media only screen and (max-width: 763px) { #QfQhOOAEDS9mMW6ZEeoZk9BDma11RPiv { display:none; }
 }@media only screen and (max-width: 763px) { #FI6bLtfQAFvMwxUrXwA4bFJZC5fVURmn { display:none; }
 }@media only screen and (max-width: 763px) { #RO8EhTNLirarlLz2VN8NIt2RE6KPaCOB { display:none; }
 }@media only screen and (max-width: 763px) { #TZNuKw5AWfW1037vxxuqXdorhJDAZ7UE { display:none; }
 }@media only screen and (max-width: 763px) { #QNuaNB3Gv6QVJp4dgIeNrHrtEFaXzXA4 { display:none; }
 }@media only screen and (max-width: 763px) { #WtJlNDE7A9QbbsPGS9SxeTnR3wW8KvtP { display:none; }#WtJlNDE7A9QbbsPGS9SxeTnR3wW8KvtP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CwHi0rwTdoK3JMNNDq8TeW5kPmcDL0HV { width:6.25rem;height:2.5rem;top:0.125rem;left:22.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GGswTAuvW2GHccTJrlPa1rXc9XURg2Oe { display:block; }
 }@media only screen and (max-width: 763px) { #UCtRJrkVirr9wLcEwBxk2llAQzk8EteK { display:none; }
 }@media only screen and (max-width: 763px) { #O4KTTPm2T9sTdLmwUgQmXDNWZXsGTL46 { display:none; }
 }@media only screen and (max-width: 763px) { #bB0q3er1zUdW3rFvMxOf4KJTgsMTPzH7 { display:none; }#bB0q3er1zUdW3rFvMxOf4KJTgsMTPzH7 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #t8EGfWdZxsV8L2cky4HsCkTZQBbrycg9 { width:3.625rem;height:1.125rem;top:6.0625rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbtIzydm3PKCFWaPLwwzr2095O9ScfaM { display:block; }
 }@media only screen and (max-width: 763px) { #TbEDqBOCJGDb00kmE7xlLWbkCaZzfctx { width:5.5625rem;height:1.125rem;top:4.375rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #f3QeIZWLSPScHLMkyOwPGuAQWNLAedbG { display:block; }
 }@media only screen and (max-width: 763px) { #AVBCks55pKBuSoxpT0oQ9RB7TaeFd14Z { width:5.9375rem;height:1.125rem;top:2.75rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BqATVGX87GzZkBfLIIDJyzzg1sUVqS4i { display:block; }
 }@media only screen and (max-width: 763px) { #bKc6W39nPzXMg8UHdJNuzl2LoQ8a94fe { width:6.6875rem;height:1.125rem;top:1rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #quMt7MmcKzAHyscEzaZmMWLfdl7i38Ag { display:block; }
 }@media only screen and (max-width: 763px) { #NPeinCCQXrPyzV45rq2mfGnRCL146du1 { display:none; }
 }@media only screen and (max-width: 763px) { #oXRZTeP1iOPnhn4IzooVQi0MRHR4v2LV { display:none; }
 }@media only screen and (max-width: 763px) { #LsLRF4txnhaq5yOD9LWPlIV8TnaiyQrc { display:none; }
 }@media only screen and (max-width: 763px) { #aV4QqQMZlGwHbOLkRFHHgqxyo3CrZg7c { display:none; }
 }@media only screen and (max-width: 763px) { #EUhPMR3T8di9xtwhfmoI1ybQJXVSK9Fa { display:none; }
 }@media only screen and (max-width: 763px) { #tLXNt9frlah3z8Bgm1tM47J9NGRoZbIE { display:none; }#tLXNt9frlah3z8Bgm1tM47J9NGRoZbIE > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wGOiVzXPuGbVcKICtOcWMV2GPdfJPkfS { width:6.25rem;height:2.5rem;top:0.125rem;left:32.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QblGkmJpyuGkSJaLETefIIr7ABZN70Wl { display:block; }
 }@media only screen and (max-width: 763px) { #w5EAyagp7AAlHavPf9JlQd7CU5TvurIx { display:none; }
 }@media only screen and (max-width: 763px) { #sKUUdVK3UJa9ioxnxlHMRovI8nKed4im { display:none; }
 }@media only screen and (max-width: 763px) { #vVW1yR6I2gf6vIwAmINgmC74iN83WZic { display:none; }#vVW1yR6I2gf6vIwAmINgmC74iN83WZic > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #J3Rdm9uv6cEGShCtHrmmQUQk3s6bTQTT { width:5.5625rem;height:1.125rem;top:4.375rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #piTTLwPOZcHEikKSyDJu9mPICIoF0f0C { display:block; }
 }@media only screen and (max-width: 763px) { #TU6sNzF6fOpmyAd3qF8uH8KEdhUVhp3m { width:5.9375rem;height:1.125rem;top:2.75rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zsWdHFIsn2TCXV9zpRvVBLOZsqnecSr1 { display:block; }
 }@media only screen and (max-width: 763px) { #TR9VtebMCwhqvBSJgxeLGFm6zgia2LaF { width:6.6875rem;height:1.125rem;top:1rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VHtn9zvLp8AFy5MrTEzdtJrfkTIcNNf0 { display:block; }
 }@media only screen and (max-width: 763px) { #qisXoAHfkywLLAbmblDJ60DA0izwDbKA { display:none; }
 }@media only screen and (max-width: 763px) { #aktTqAQA3h3ZRJfPHTRUG4o3iMaU0woH { display:none; }
 }@media only screen and (max-width: 763px) { #P4I09shnIegrEEEN3o2JRPmFE6BP9lA1 { display:none; }
 }@media only screen and (max-width: 763px) { #NMrGCBa6dG8ESPGkt0lHiVazQxJyWAtH { display:none; }
 }@media only screen and (max-width: 763px) { #ImUshBJeGUwwI7JIAdE6rOyK7MuKD8J6 { display:block; }#ImUshBJeGUwwI7JIAdE6rOyK7MuKD8J6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bvaJ6T2Et9J3SgRTinsQNxZUFDBQusgG { width:6.25rem;height:2.5rem;top:0.125rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKIqwvcpWWFuXp81a7XqpTSfp6DmVIKe { display:block; }
 }@media only screen and (max-width: 763px) { #DvxXJXqTm8lnFSn1GWXFmhTisdfqS2kH { width:6.25rem;height:2.5rem;top:0.125rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkEN6DzOl4n01VgwyV3h8epQvzk4I5Jv { display:block; }
 }@media only screen and (max-width: 763px) { #cp8d6JglpiHvwnM4F1FbPiWO2TJwpT1m { width:6.25rem;height:2.5rem;top:0.125rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIzSFDNwvpoTGyhKfbTMcp1At5LRW8K8 { display:block; }
 }@media only screen and (max-width: 763px) { #zqRxixBg58TMzQckLOUHoTv8NRg2Mp0F { width:6.25rem;height:2.5rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhSpsGrAvD4TEPfyhVADAK2Iqle9k7g0 { display:block; }
 }@media only screen and (max-width: 763px) { #Cr1B40yFrT15skBy9pb1AcXipsFb7grl { display:block; }#Cr1B40yFrT15skBy9pb1AcXipsFb7grl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WABNbPFdEVUA9mumy3MTCrlg0thhXTVa { width:6.6875rem;height:1.125rem;top:1rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtueLBAvmVXaEnPfRsOab4mpzbIKTwrZ { display:block; }
 }@media only screen and (max-width: 763px) { #KVgAR34IE4NsUOOmXdzPgsKhH8TUm0cz { width:5.9375rem;height:1.125rem;top:2.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtBSqtALBsiPKGKBhwnQTmfOUAVOU9My { display:block; }
 }@media only screen and (max-width: 763px) { #gd8Mipqs0OzT7W6Wdy19p8bX20KalIDy { width:5.5625rem;height:1.125rem;top:4.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0F9urmVD1wxGUZrvWTuUc5VITevvFMG { display:block; }
 }@media only screen and (max-width: 763px) { #SkTlmnKXg8nosCfHwSiACTBqpTTFfbcK { width:3.625rem;height:1.125rem;top:6.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKdThZ6gBeccT8NS8kUmOTwiX3MVPEk2 { display:block; }
 }@media only screen and (max-width: 763px) { #BpIUoS8eyowuz2qoei2qislu3W90EnSK { width:6rem;height:1.125rem;top:7.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZXhb6smpTWAwcuwdR5aHnyxyNn4QA1p { display:block; }
 }@media only screen and (max-width: 763px) { #PnrKH4r1wKf8gD9mEAmFt8iir505w6Jy { width:4.3125rem;height:1.125rem;top:1rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVIB8iHSmkWwqxcc3PpE9eXIyx7PurWd { display:block; }
 }@media only screen and (max-width: 763px) { #BvkmSA8O2QTXS8ITuz2Wyq5eqs5Zg2HA { width:7.75rem;height:3rem;top:2.75rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRvePfZQCXI57J482v6QlsrE48nGDbRo { display:block; }
 }@media only screen and (max-width: 763px) { #tfbKNKJ5z5WLF4cqrcomD1Ld7IBNnHsG { width:8.3125rem;height:1.125rem;top:6.0625rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4PbamxhTn2dKhTCNXxBqprpttzr3Skf { display:block; }
 }@media only screen and (max-width: 763px) { #ZbT8kEk32xUFfWzIZmEI9lq9alV6pNL5 { width:7.1875rem;height:1.125rem;top:7.75rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDLyuvG0C7UrKbgbynz3XkyNOwGoTBTy { display:block; }
 }@media only screen and (max-width: 763px) { #XhO3rTWhEgIDU6iyNcbCONyhnTvBgven { width:5.5rem;height:1.125rem;top:1rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZxpatK6owihi97BytbS56qD7TiauZa8 { display:block; }
 }@media only screen and (max-width: 763px) { #Kf3KZtQ0G27C2rNsRzKgUcD7awnQOXXO { width:5.75rem;height:1.125rem;top:2.75rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAxoH6iTtrD6TuxFTXA3iT3qEAwUew7T { display:block; }
 }@media only screen and (max-width: 763px) { #TLgOnOTacF3bU3h2Q4xLPt9pGpRxF1I2 { width:5.6875rem;height:1.125rem;top:4.375rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULNUeB6JrPMNmvB0QNdRPbfHwQOgbuKT { display:block; }
 }@media only screen and (max-width: 763px) { #W4qtc1ki8Ti2KtRKHQRP75i7Hpg8Q7qL { width:5.75rem;height:1.125rem;top:6.0625rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqqdWaTfNbWLa7zrtpRZdeWCuc6aHSBK { display:block; }
 }@media only screen and (max-width: 763px) { #AUXzLBDdTGd7Mw2glosLzMuac07W0TIc { width:3.5rem;height:1.125rem;top:1rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTmhCp0D8c312xk5OBUp7UvmrhRB0a30 { display:block; }
 }@media only screen and (max-width: 763px) { #ynLfXQi3TpDsvTFXpJvOPsuKGRZQ842i { width:3.6875rem;height:1.125rem;top:2.75rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgB5iUbRnCWAZ6vfTOdXqsIEVWCPT7c5 { display:block; }
 }@media only screen and (max-width: 763px) { #Q1qxCGkpOT9HVlpsTgnUEb5ukzJT1K7w { width:3.3125rem;height:1.125rem;top:4.375rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZJUa90lp9CfU86UFSMNZXvWXdtal9GA { display:block; }
 }@media only screen and (max-width: 763px) { #govfhAhR0dH2SngaCIwLuacQrPbMO7xa { top:1.1875rem;left:8.9739570617675rem;width:0.0625rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDf93HXPw9OPKdlfAyQHMAVDyySs2Tus { top:1.1875rem;left:22.161457061767rem;width:0.0625rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bv5MsdfTRDR41lgcUUeOCAcCNcWrIR2Q { top:1.1875rem;left:32.828125rem;width:0.0625rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #frM4yvGOoTvidMzocNh0rCUg9RxQHbRJ { display:block; }#frM4yvGOoTvidMzocNh0rCUg9RxQHbRJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EK0IUGAs2ohWszPslrV1MB3pTT4tsUUh { width:47.75rem;height:0.0625rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLdl4keGsNXEzHltK2FGqziriuKTMaq4 { width:47.75rem;height:7.3125rem;top:1.5rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lxi8lzEmvcypBmbqhoc1avLIJ3IZHtlA { display:block; }#Lxi8lzEmvcypBmbqhoc1avLIJ3IZHtlA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UrbsL1TUBe7srVvcXxNdTVGKpigDoSJh { width:25.9375rem;height:4.0625rem;top:3.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LId0X9Ixz4TO9VAwa95LHQTFeuq5DZBm { width:27.8125rem;height:23.375rem;top:9.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #daE0pmKPF9tC2ot7uWn2fmySuovKEAKJ { top:4.5625rem;left:19.625rem;width:28.125rem;height:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #viOOo6QyTOEWhoBgTN4aVtlPoGQ3s6i6 { top:2.6875rem;left:0rem;width:33.5625rem;height:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT9VHQXNUAGqbrZJIfAakQrLXdnpe5lc { width:10.375rem;height:3.4375rem;top:34rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7TAQS76ns2gMIaC86owi0sFe9HOWVue { display:block; }
 }@media only screen and (max-width: 763px) { #dNVdO222rC6qfnQJyTLgvVafGDPNrVZZ { width:13rem;height:0.0625rem;top:8.25rem;left:6.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IR7IsiNN7KMkcFICsrt6IlS7TLHl9Sl3 { display:block; }#IR7IsiNN7KMkcFICsrt6IlS7TLHl9Sl3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LR5l00CZTUgGwrBhZR0og3nyEeDiIMQH { width:47.75rem;height:26.75rem;top:2.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJqVPQWInyQxxHM9GcP6E8mA3pgWV6SD { top:1.0625rem;left:0rem;width:47.75rem;height:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PotbSR3xTlLC3eaTFfdbwhrfCNbXLFV5 { display:none; }#PotbSR3xTlLC3eaTFfdbwhrfCNbXLFV5 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #f4IHiQGBzhnl0EklNh35rdhQQANWalqg { display:block; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWTEPWUxRB77pwKRDHvt3IuQGbI52q51 { width:47.75rem;height:0.0625rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4HLht80PSy0ZeFasieOKLa8sczmiTz1 { width:25.5625rem;height:6.0625rem;top:4.75rem;left:22.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPpmdOiISMMSWXcdqMgz5btlE4TdtCvH { width:28.0625rem;height:21.9375rem;top:13.375rem;left:19.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZTdO2h2QabdPRl5Fe3ouStvvvVaB6Kh { top:5.75rem;left:0rem;width:28.4375rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGqmt7LNIpBTqw1JyWrLyzlMqVQ8iQTR { top:3.8125rem;left:14.1875rem;width:33.5625rem;height:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLJq9uQDL957TrW7UxN8Oy5Ho7nHPg3d { width:13rem;height:0.0625rem;top:11.9375rem;left:30.588542938233rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkfUqVzLfA5L0DpDZtJEk1bP2x6vtEe6 { display:block; }#qkfUqVzLfA5L0DpDZtJEk1bP2x6vtEe6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yEoUpsdExokl7OtdAhwIa33AygIy3Zk7 { width:47.75rem;height:0.0625rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TImEvBkDH9gEFOBxur1GSmglkKke0btv { display:block; }#TImEvBkDH9gEFOBxur1GSmglkKke0btv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JdTwbcRUDxxAKtz2l71wpSVs6TMOew5q { width:25.9375rem;height:;top:3.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CexVImyRIIZJNJWkXEaZwNszaClDHA5q { width:13rem;height:0.0625rem;top:8.8125rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQhwAiztzoepUOo9TMV1DIVehkPDIqdc { width:28.0625rem;height:4.375rem;top:10.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxSJwn69SzTuNwFQooavRJAbF7T9b4Sd { top:4.1875rem;left:20.625rem;width:27.125rem;height:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOiRGcFE3zhJLF7DLDWUI7aC7QiP0K0e { top:2.6875rem;left:0rem;width:33.5625rem;height:41.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1FPGdER1MvgQzppsK0b1eMG19TZKVsq { width:21.25rem;height:8.0625rem;top:13.6875rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZwmr1GLJ7ELduusSUt9uNhDriFvvdzR { width:28.0625rem;height:20.4375rem;top:22.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SetUrs8Wp1hyZipWXiXaQZh6ev5ukbSG { display:block; }#SetUrs8Wp1hyZipWXiXaQZh6ev5ukbSG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q1yO61tDpH4910gcIccF1P0hiSIof6N7 { width:47.75rem;height:0.0625rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzZUTwR0mZGm1g5XdtNM2BSElZcVRO1I { display:block; }#gzZUTwR0mZGm1g5XdtNM2BSElZcVRO1I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IILiRyA0zEzDJephcPqeyBFOATpTRKGc { width:25.5625rem;height:4.0625rem;top:3.875rem;left:22.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbwGa29OkMoylu8ypTq3f5mV1Ny9c0Hv { width:28.0625rem;height:30.6875rem;top:10.625rem;left:19.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tarWFF8JNbWS33qogILMUkMRWx26Z3Rs { top:3.1875rem;left:14.1875rem;width:33.5625rem;height:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQTwZ7Tz20bsu5BTgheL24QqUFT3Ko0s { width:13rem;height:0.0625rem;top:9.0625rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvgwyBTsNgQsJn3nIwXy04m94rvPptFx { top:4.5rem;left:0rem;width:27.8125rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzJXcsqQmVGXzaCa9kJWCMgiaL1LuZSx { display:block; }#fzJXcsqQmVGXzaCa9kJWCMgiaL1LuZSx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gNKzpxHUBKUE3iJgfWLrVhgJtlqvHlB8 { top:0.625rem;left:0rem;width:47.75rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRsEt9TG4FBoNWDgysHoyNEJSS0PFtaT { width:10.3125rem;height:1.625rem;top:1.625rem;left:34.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr6So6I1UhFTUlKEAq9qxI9AkCsJBrgG { width:12.25rem;height:1.625rem;top:1.625rem;left:20.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEuJDf8JtKDQVRgqnbymU7Xfh9udT7N0 { display:none; }
 }@media only screen and (max-width: 763px) { #ifc5FKpEUX3DusLldkALxVMTklH5A5vQ { display:none; }
 }@media only screen and (max-width: 763px) { #Hfb0qikJMQUZFsINDEny7uqRlO0Rptih { display:none; }
 }@media only screen and (max-width: 763px) { #wVXnK4pPmJPTEFX6rKL4lRSTTJkfieF0 { display:none; }
 }@media only screen and (max-width: 763px) { #mrByFTevEl0iMkmbAugbK1UToUV3wzwU { display:block; }#mrByFTevEl0iMkmbAugbK1UToUV3wzwU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WsXA9U9TN1JO1PONOS75Cdelzq40aEUl { width:8.0625rem;height:2.8125rem;top:0.4375rem;left:12.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffhiSWLD24dHB4gOzkxUSlufLK9Gmfr9 { width:3.375rem;height:2rem;top:0.8125rem;left:26.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTfAkzExCrbDP7InnMVc0smr8bs2WZgm { width:3.375rem;height:2rem;top:0.8125rem;left:37.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BG2zLXTVTA3t9ZAO7MDSE3TRuDxIgbeC { display:block; }#BG2zLXTVTA3t9ZAO7MDSE3TRuDxIgbeC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dskqoQ5seH69mx6vltXNqOmdn6I866pA { width:11.3125rem;height:2.8125rem;top:0.4375rem;left:9.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJJmo9kes4A5Ilb7iswu7woPCfRkp6hg { width:3.375rem;height:2rem;top:0.8125rem;left:26.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IurOZOGZ7UIoc0rndclfs0MSIUzLrrre { width:3.375rem;height:2rem;top:0.8125rem;left:37.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6XwryNcg7gfEkGocW0cTT2zvmVJ5JED { display:block; }#x6XwryNcg7gfEkGocW0cTT2zvmVJ5JED > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WMb6i5PTEbns3MgkAZKAyeTL2hGVvaSQ { width:15rem;height:2.8125rem;top:0.4375rem;left:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOudUTynPULQCqJQChEgbCbS0lfxc7DN { width:3.375rem;height:2rem;top:0.8125rem;left:37.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsQuznB5WuIUKHTWKTdfCQ24tiB21X98 { width:3.375rem;height:2rem;top:0.8125rem;left:26.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcS8kA4XmXVTAHmDun3nHo4rBVTkc1yD { width:15rem;height:2.8125rem;top:0.4375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FuilElIGfpalt3QaLfyU1ftHQ8iypGvT { display:block; }#FuilElIGfpalt3QaLfyU1ftHQ8iypGvT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OSqCkQTPnQQTyt42ulBXZoOqrB2INfsp { width:15rem;height:2.8125rem;top:0.4375rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVy8Tu0SwahrkOMeb5eVMtQUkJQWpoVO { width:3.375rem;height:2rem;top:0.8125rem;left:37.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWsuOo9tAV52rfQV4SUc1ylv0OHHAKBQ { width:3.375rem;height:2rem;top:0.8125rem;left:26.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUTVkErhp5IlIJC30PJeE0WR8sydmI1w { display:block; }#DUTVkErhp5IlIJC30PJeE0WR8sydmI1w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ul7Qbp38ZuLokk8KZw87549kd1qlW8EE { width:15rem;height:2.8125rem;top:0.4375rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IN9AbkezIklkT4D4tPEUJ41DwNvwdFZM { width:3.375rem;height:2rem;top:0.8125rem;left:37.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jrv5E7rUdT9RzRMUJgERaV002u6ugr7d { width:3.375rem;height:2rem;top:0.8125rem;left:26.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lF2ysH73gkdX5yrTn3P2A05IzJ7TKKNd { display:block; }#lF2ysH73gkdX5yrTn3P2A05IzJ7TKKNd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TETNGcwuPnC0rRnh7khwcfdJg6XRFuWr { width:15rem;height:2.8125rem;top:0.4375rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dmot9U0r82iAX2J2umOgD17aTfWrQiGK { width:3.375rem;height:2rem;top:0.8125rem;left:37.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0XwCIQhPB9AlKqTZ5XA5gAlF3xD8iRT { width:3.375rem;height:2rem;top:0.8125rem;left:26.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvFxPNhosT5tbfaTrLJnlS0dAcHe7yPt { display:block; }#lvFxPNhosT5tbfaTrLJnlS0dAcHe7yPt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BAObnQTbVcmVZlbgmTauhOzJ4gu0aZxU { width:15rem;height:2.8125rem;top:0.4375rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJdem4Cr5JONNEcpmyiVO7kDzk161tdT { width:3.375rem;height:2rem;top:0.8125rem;left:37.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZ9xCBWPMGyodyni5z5MkOJwD18nocqz { width:3.375rem;height:2rem;top:0.8125rem;left:26.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FldGuTQ8TWKHRfhvKDWwHW8749efH1F0 { display:block; }#FldGuTQ8TWKHRfhvKDWwHW8749efH1F0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hbGlnUFSyKUd3OfrvuTTBoWNCT58Rko5 { width:12.375rem;height:4.25rem;top:6.25rem;left:17.677082061767rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHEieBTHrTTHflL5OFURC36TbevEAa4G { display:block; }
 }@media only screen and (max-width: 763px) { #FwMBwMRUwlEHMgecv2xnmREkIghGDsyE { display:block; }#FwMBwMRUwlEHMgecv2xnmREkIghGDsyE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGDfeO2TOdXFSUsb8s5BDWFRGRqet292 { top:0.875rem;left:14.1875rem;width:33.5625rem;height:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8JbtTn6qiD4WFmShz6boF2SxygTpnJ1 { top:2.375rem;left:0rem;width:28.625rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5ii2qHGeDzrfsi8w7vQB9a1ybxufQXf { width:28.0625rem;height:23.375rem;top:8.375rem;left:19.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5ugv0cvCWrO33lFTKRXqCFlWIbrB8d2 { width:13rem;height:0.0625rem;top:6.875rem;left:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xe3hMR2B0Jfr3vFGA3h4Ti2yNlINKvJT { width:25.5625rem;height:4.0625rem;top:1.5625rem;left:22.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #akWH8Gfh4TQpAbqcmL5dbinFUL03EpPH { top:35.4375rem;left:19.6875rem;width:27.875rem;height:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNx8dwMWz0P92gayRm4TOe9cTmzDAbtn { top:33.8125rem;left:0rem;width:33.75rem;height:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSOLZKFHhbkkyCiMlEwLtXMtGFscnwCg { width:28.3125rem;height:20.4375rem;top:36.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsZyQ8SyGvZs6UantMFyADeLVABDTA8T { top:58.375rem;left:6.4375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTk8KHZnHPnDel5dQNRKNgozIITtR8wl { width:12.5rem;height:0.0625rem;top:58.375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtrIaAoVT4Fw7ak4fQSbABsITBEwsUTE { display:block; }#XtrIaAoVT4Fw7ak4fQSbABsITBEwsUTE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o3GSyWS0QLAwDhWpxvTCHzapGTdGhsHM { width:47.75rem;height:0.0625rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzaWguxGAKZgD0UxuxNPcncr6pK5vD3M { top:13.5625rem;left:31.375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K72dtbRinNicSx0KVthvpPXeOODFs1Wt { top:16.6875rem;left:31.375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdxS42UbRfouDRb5Lwc1Is18lRIWwdtT { top:18.3125rem;left:0rem;width:47.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgiLKQcabBQsDlyubroMTPaF5SpD0nJS { top:10.4375rem;left:31.375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRwKPhTLBbvJXvTiGuyDqxcZOAXR5UDc { top:5.4375rem;left:27.5625rem;width:0.0625rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4comm5sD007P07zmFPhqenfAfqdAzTs { top:11.875rem;left:0rem;width:47.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JX9ZXFpTa5IBeTTmlCbI7feN43GdT0hu { top:7.25rem;left:18.4375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdgSaVnxcAIIUAyepUzApMifWmiK1WcT { top:7.3125rem;left:31.375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghoClKw3NZomAK7XXFZZ9AbIG7qVtwZJ { top:10.375rem;left:18.4375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8rULhS6WVMXIPyJ1xPqr7abXKhXOV4Z { top:13.5rem;left:18.4375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxU9F64r1NsQLlAvkWTIXHP6KyGcgvKP { top:16.625rem;left:18.4375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKNw1TBBFyv9SJfI84ESl1R8oaa5Rxi2 { width:16.1875rem;height:3.125rem;top:18.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDA9PV6QLdiwauEo53hpBsLB1iNhJ1C9 { width:16.1875rem;height:3.125rem;top:15.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdChbFcoM4B6VoPcS4RCwCrWTVPTW2SL { width:16.1875rem;height:3.125rem;top:11.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDKRGbaEZwZsbmQSvJFq1pceVBI1wyuN { top:4.0625rem;left:31.375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IP7hVRbIZanRSsns9OEHZQ8ZaxiSKkKC { top:4rem;left:18.4375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaErbTnABpA4ssRw0XRBerTvN7f3CKxW { width:16.1875rem;height:3.125rem;top:8.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbktJP1D4h59qoZB8Ku1kOHZHsG16q9V { width:16.1875rem;height:3.125rem;top:5.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrSaKZD6S7MfPo5TLalP7rDMoF3n4A0w { top:5.4375rem;left:0rem;width:47.75rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJLvsUmq7NvlNsUtFN57C7AEotfhvq1z { width:10.3125rem;height:3.25rem;top:1.5rem;left:29.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGoU0J400RWvlKDQZiraCtn1JyTmrvHo { width:12.25rem;height:3.25rem;top:1.5rem;left:14.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHTBOnThsoWyPQXFHRqrSsNZCNDJ0L52 { display:none; }
 }@media only screen and (max-width: 763px) { #sCeQ7qeLTIaOKm7HcLczl9n5WT1VRBur { display:none; }
 }@media only screen and (max-width: 763px) { #ou8QrXFeAbt4a59JekWP8Rz4xTJtQAo5 { display:block; }#ou8QrXFeAbt4a59JekWP8Rz4xTJtQAo5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dxdpfz0VgEyPVwrTaSI4lNue6qw9TgFx { width:25.9375rem;height:4.0625rem;top:2rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cldRnm4T8TyWOBaSBZm6o7qgoo59kEVD { width:28.0625rem;height:14.625rem;top:9.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHvqGsd3y8V77UwM2NifSFPi7kASu8rq { width:13rem;height:0.0625rem;top:7.875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRGMDlR5fulTw5t0N1taHLpd7hSEnLmp { top:0.8125rem;left:0rem;width:33.5625rem;height:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2NvgDisZfJo4x1lhT0Jdx1qRiT2N4Is { top:2.6875rem;left:19.625rem;width:28.125rem;height:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPbFILlF55uD7okhaSW2nDU630KIf9JQ { width:10.375rem;height:3.4375rem;top:27.625rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQ4vU2NAVXHavv1Ehe2SkA0VohWUyH4w { display:block; }
 }@media only screen and (max-width: 763px) { #Q2ntoOnqGF8pTT1Dxq6TLI9Vti0si3V1 { display:block; }#Q2ntoOnqGF8pTT1Dxq6TLI9Vti0si3V1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WCMRUhRdvWO8TfJlHezzWGrZTJAovJUz { width:31.625rem;height:21.9375rem;top:1.9375rem;left:16.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3SHQv1wS4WiTpJnhpk3qsfOARXZHyP9 { top:4.6875rem;left:0rem;width:16.9375rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dK3LoQEPQyHuEWrHmCRv6pvo4r92HS2V { top:0.625rem;left:9.9375rem;width:37.8125rem;height:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSK8ZRtrHDOtQAOORKqytKD0fKTcS4yr { display:block; }#XSK8ZRtrHDOtQAOORKqytKD0fKTcS4yr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JFeB2FxBtDlwFACkDHFeRD333ZKML9a7 { width:47.75rem;height:0.0625rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGKpZnZsxltzVOlWMW3IpzwDoVGxBJuF { display:block; }#lGKpZnZsxltzVOlWMW3IpzwDoVGxBJuF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dJxNIJfko5ym1bm0dGc9CG0ucu8VZIwn { top:3.375rem;left:0rem;width:47.75rem;height:45.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOquSFM1Cmem4AZLLrtgtNR6KTKH1V7h { width:47.75rem;height:4.375rem;top:9rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Blcn7uUNC0yeKsQDoETgUi2r98CoMW5c { width:25.5625rem;height:2rem;top:4.8125rem;left:11.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwcgENlZJGHEC9gMfS8d7is3nu2kgryE { width:13rem;height:0.0625rem;top:7.8125rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNxrX0MRWtNL4sSbzrd4TN71U8b3wLDI { width:37.9375rem;height:8.4375rem;top:16.4375rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlabQofVdJUpSi3aZAtNbCzayhAeczzx { width:4.125rem;height:2.875rem;top:14.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAPASsTpTec1qAJAGWS7wyB8qcM2XHLv { width:8rem;height:2.875rem;top:24.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTaJLSkzBVLoqzleO52pc5uN6Lk7uQST { width:47.75rem;height:18.5625rem;top:27rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qATMI8dbpHQHONJVJGDAcHEqlGBpUFIi { top:16.375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #udu5ZTXTVlZDbf9yc82MfAfAZlKbhAaW { top:18.0625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wd93TfKrSJVXOLKxXbb2CutFc8Thsg1B { top:19.75rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTLvoOTwhM49LffP3LGaT25XWKpplFFW { top:21.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDOqVq1e9tT1dbP7GZ247SEBQuuiamBV { top:27rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLGdlW0GMRgSGnU95Xwh2ezf23RDRDp4 { top:30.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKexWwlc128FOUtGGcXcEErrBCOyICuG { top:35.5rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hl7UvvJyQHOMhWdbpyphaJ5dOTusIlEB { top:40.6875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P374LzN4LGTn1IfTdb83lQQhUKMXLPzG { top:16.4375rem;left:34.052085876465rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLIiJbaMOMl88PBaAZUOI4XBl03r6Vtp { top:12.125rem;left:40.25rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrcmRmrCi8bdmX85HrTDoU0uR8lZs1UB { display:block; }#LrcmRmrCi8bdmX85HrTDoU0uR8lZs1UB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3XbioTKdIMqhpdUmPrceQ5ny03DIMvS { width:12.375rem;height:4.25rem;top:7.1875rem;left:17.677082061767rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzzzfibpO2n6TnUkiPTq5w3nBkiAkeQv { display:block; }
 }@media only screen and (max-width: 763px) { #DPeMumcovoRQTtnlSMVGW1RWbHJlZmdw { display:block; }#DPeMumcovoRQTtnlSMVGW1RWbHJlZmdw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rFifCyWatiBZPlC1pgLVr3gKM6gmMHC0 { width:11.875rem;height:3.125rem;top:14.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPzUqmlkhJsErW1nRqig7RPCcqrWFOw3 { top:20.9375rem;left:0rem;width:47.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUTmmc5OJShOFtkEe94IUHc3p6hTrGhm { top:14.75rem;left:0rem;width:47.75rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHVyU2kRhBtkQdUQgW5z1W9KWUZZA8gB { width:11.875rem;height:3.125rem;top:27.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMXvchOBuc1TeT7EOIQkkyFhdlTX5WPB { width:11.875rem;height:3.125rem;top:17.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hN0EfCJomkJp2ivkWbWHW4mLJUZNLLX2 { width:11.875rem;height:3.125rem;top:24rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFCRLp25fVD9RP5CxQNmbSzv82ObaGOt { top:27.125rem;left:0rem;width:47.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #skTc7Zr51uHLPLSmIBOBtmaB2HlCStpX { width:11.875rem;height:3.125rem;top:20.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWmuHZy7QPJxxf5CBIlG9bXuF00CduDU { width:5.9375rem;height:3.25rem;top:10.8125rem;left:13.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBxeQEuwsff3Xg1nwwz5S65XgTIDowoD { width:7.5rem;height:3.25rem;top:10.8125rem;left:21.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wB82wL0OCocNdB21rnndqVDgBBxOGrS1 { width:8.625rem;height:3.25rem;top:10.8125rem;left:30.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrGSkTUW0NsDr9OnQTz5qGIR8sNTTJTk { width:9.5625rem;height:3.25rem;top:10.8125rem;left:38.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlpZUbt3ZVQ5NHmXniHCpP3sGKzmTuaO { width:1.9375rem;height:2rem;top:15.375rem;left:15.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTfKKmVHt4XRWFaJ9Ig7oumqv6ZR087K { width:1.9375rem;height:2rem;top:21.5rem;left:15.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqPGgXSD1gbIdfrALNFeCCHX8mE9aDpB { width:1.9375rem;height:2rem;top:27.6875rem;left:15.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vl8MmDsM9aRuwfHwBuGKWOTTcfs3MKM9 { width:1.9375rem;height:2rem;top:18.375rem;left:15.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqCzDEnXPHJm6u1Oui7OUIDnJiPX3fTy { width:1.9375rem;height:2rem;top:24.625rem;left:15.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmobXrlngbZZgqIt6613WNX4BZpn7m58 { top:33.375rem;left:0rem;width:47.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dn4OtBEUBGbgl1Z5pQv4CnUban0ZTbWw { width:11.875rem;height:3.125rem;top:33.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TquCZ5hZ2R8TL2coHHpIrTskh0dBs30g { width:11.875rem;height:3.125rem;top:30.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLplGOUnfQoqsMgoxAZoggocDX3iwyvl { width:1.9375rem;height:2rem;top:33.9375rem;left:24.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8sezuDE4ryx15W34KPxb2A93ksi0ZPM { width:1.9375rem;height:2rem;top:30.8125rem;left:15.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6v0RMZKQ3UaPmlAla5ORsb0SHAJnZ5K { width:1.9375rem;height:2rem;top:33.9375rem;left:15.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwRbK9b4wx3Sa6Aom9Kms9ZKpGWKLDMk { width:46.75rem;height:3.0625rem;top:36.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTqX4pX3yRDRwImB9JyJnIS7G6uTTUao { display:block; }
 }@media only screen and (max-width: 763px) { #drmRd0rh9hKxewytzL2tmMADZT0cnakk { width:25.9375rem;height:;top:1.6875rem;left:12.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzWqwQz9NnEoQWAKuyG1Uq7rmFr7KMOt { width:13rem;height:0.0625rem;top:8rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlD5nv33TSUyvpHeiDaaVHWq3KyIm33J { display:block; }#RlD5nv33TSUyvpHeiDaaVHWq3KyIm33J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TonPTXSJsThpyD7yJLfMOKZuf2LbX7Gp { top:31.5625rem;left:0rem;width:47.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyvckSQXBgW9n8uBFq84m52k141ts2L8 { width:1.9375rem;height:2rem;top:32.125rem;left:33.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeWA8OuI66TibFy1Pp70ecPSo4dNllmz { width:1.9375rem;height:2rem;top:29rem;left:33.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T21iH44Zhmo5JJpneLskJR9qVUBk6deo { top:25.375rem;left:0rem;width:47.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEveWk5qrJsqfoCKnztPaeGSV7483TWX { width:1.9375rem;height:2rem;top:25.875rem;left:23.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bzpf8Dbn2JB4cByAUaLp7m3DWEaqR7Nr { width:11.875rem;height:3.125rem;top:28.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZGdPPgwetWVNe3kXtTe4hzf6crAa4VS { width:11.875rem;height:3.125rem;top:50.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHubQTdV5ieDt7dT9CeZC3K7RK52T8k9 { width:11.875rem;height:3.125rem;top:25.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hACdxonrdSGNqXwZSkdalA2lI7ZSDsZm { width:14.6875rem;height:3.125rem;top:22.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AygvN7TRJTnoHsCk6enKV7x1g10UDg9e { width:1.9375rem;height:2rem;top:22.875rem;left:23.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RR5by7EyRfxkQLGWSkTGxS1h66d1iJHJ { top:19.0625rem;left:0rem;width:47.75rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyMMvT1ppOPRTlI2N4oLpDq9DOfN31Pv { width:14.125rem;height:3.125rem;top:19.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtabP0TATB183Ktlu8TwbhDUC6QGScvv { width:1.9375rem;height:2rem;top:19.625rem;left:23.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTzrO50TnyIolWJm4BHR3kIvpOmEZn2q { width:11.875rem;height:3.125rem;top:15.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvnpNoZKXftzi6fMIW8qxcZTxXLx6EmK { width:1.9375rem;height:2rem;top:16.5rem;left:23.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hu96qwk7JfgUKTnoVBvEpGS0uvSbzEpn { top:12.8125rem;left:0rem;width:47.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocgMV9naFdnZXECRwcCRViBWS956XTEk { width:13.5rem;height:3.125rem;top:12.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7RRzArN3F06i3v0ETy4314L0QTSFmiH { width:11.875rem;height:3.125rem;top:9.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzFBzSdbAdDc5N2ZV70s7m2VbMqi4DiV { width:1.9375rem;height:2rem;top:13.375rem;left:24.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4LQhtuiBcTpDEOqbtBVUnDQTAGJ99gM { width:1.9375rem;height:2rem;top:10.25rem;left:24.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSa8WtIpP4tN8aXysiJKgq1A7dwMeTyD { top:6.625rem;left:0rem;width:47.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT12WMTGqeJC6468dsQDRTTFvbZCBsFn { width:11.875rem;height:3.125rem;top:6.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qu6T2r0XEeask0F4qFt8k2UTRD9pc0Tw { width:1.9375rem;height:2rem;top:7.1875rem;left:24.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgdS6V9Hr0xOPpsBouwhRTZLZs082ul0 { width:11.875rem;height:3.125rem;top:3.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9Z79DTM0hvBMhlpc5fn4RHBC6ZRl3yd { width:1.9375rem;height:2rem;top:4.125rem;left:24.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRJqW4LHiuUaOfrEQXHfkrTcyE5PK12b { width:1.9375rem;height:2rem;top:0.6875rem;left:15.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fogL26kVVJw9PL1LL5rm5QwTLvCkdoTN { top:0.25rem;left:0rem;width:47.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t54GvI4FJiJ1tb42EVqe9Qndww1Q0OrW { width:11.875rem;height:3.125rem;top:0.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kty7iwuXuZm169AMRkMC3vuWF20Vu69o { width:1.9375rem;height:2rem;top:0.6875rem;left:24.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c370l44BpHoNXWm1xD8JFi6y94lqkRv3 { top:44rem;left:0rem;width:47.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTHOwtiqMTBN6IQmo76elBl0bKKtMP3h { top:37.8125rem;left:0rem;width:47.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEvyIdEzgB19rT8wZle0fcn400DtXQgV { top:50.25rem;left:0rem;width:47.75rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4rXP95ZEFrRXhAGSE8QP4wewn1TaduL { width:14.125rem;height:3.125rem;top:34.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3Hu50DSLRE9gfs5tn0WIB1eEFugpOrX { width:14.6875rem;height:3.125rem;top:53.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mR46QDLGRnpWrzRI13cJJbUhuTGsrfH7 { width:13.5rem;height:3.125rem;top:47.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1LhW2Tbif2wzzIaEMBQF1kmstG5JIAT { top:56.4375rem;left:0rem;width:47.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FydON07UpGwo9eXxPEkHMU8ZJkR978Hh { width:11.875rem;height:3.125rem;top:62.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZ7oBc2TBDg37fE4A0ifLpUtNOR5LZHv { width:15.8125rem;height:3.125rem;top:59.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pidS6nEIn7lhforkZsSGTEMP9MX7fgIQ { width:11.875rem;height:3.125rem;top:37.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTUfPUMD12AHBeRGyHLL0gDrDq5KDCBR { width:11.875rem;height:3.125rem;top:31.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbQZv4HDlkmUU6lAr1usIEL2saFk4b2t { width:11.875rem;height:3.125rem;top:43.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4Oz8kSJzTTT6abvui5iH9HZCEh8fTUL { width:13.375rem;height:3.125rem;top:40.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrWkddT5fbNH4wnFGUGhN9swwr70rtZs { top:62.625rem;left:0rem;width:47.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #doXqS98lZZlZrfet9IlGWcQ1wJ3Du5Xf { width:15.1875rem;height:3.125rem;top:65.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoBk9OWusTARyUOoM0fPmexehqIoN44t { width:1.9375rem;height:2rem;top:53.875rem;left:33.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmu3AX6KQSymDk4aqbRFa08vuGNsShdq { width:1.9375rem;height:2rem;top:50.75rem;left:33.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZLuX7Bm0lUugiGtTpVfxGmEQ01ZUxPT { width:1.9375rem;height:2rem;top:47.625rem;left:33.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #harIvF88Wis05hTDEV94MVpcFlXWMdem { width:1.9375rem;height:2rem;top:44.5rem;left:33.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ql1lBdxNsz0CebG6ISX0MIJaV3Dx8sUL { width:1.9375rem;height:2rem;top:41.375rem;left:33.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8tGVWEsXUobbVOBHVTPTPOlw7fg3RMB { width:1.9375rem;height:2rem;top:38.3125rem;left:33.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vppUi3ARIX13CVZQrVGq22o97SJ2v7P1 { width:1.9375rem;height:2rem;top:35.25rem;left:33.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sp1g4y2HVIecxPB5chwmGOWaSNdMJyPF { width:1.9375rem;height:2rem;top:63.125rem;left:44.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGvDfQkZz4CEbhodMFabc723SINwnHLT { width:1.9375rem;height:2rem;top:60.0625rem;left:44.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyT7oo9kyKaUCbHH1wNBgGVPJmV0NPWE { width:1.9375rem;height:2rem;top:57rem;left:44.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAMV2rH0h8z7RQu9HPmRImdaOouet9q1 { width:1.9375rem;height:2rem;top:53.875rem;left:44.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPbraJxxuqMQL2Q8Iv4DxT3iAFRhUdo5 { top:75.1875rem;left:0rem;width:47.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGdXXtONUR67rShIIs8Wu75Nf5kmqD1p { width:1.9375rem;height:2rem;top:75.75rem;left:44.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iD5LcGSinc5UmUfwhNoUfXBtcCQBJNRd { width:14.75rem;height:3.125rem;top:56.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeWw8TOv0hxuZZSSQE1gCxJxkgVGmZyH { width:14.6875rem;height:3.125rem;top:75.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMK2R1m9KzxlmwVZ0vRXdG4WtJDt1AsU { width:1.9375rem;height:2rem;top:72.625rem;left:44.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2eXeC0qqkTUThL79xa5OWM1SHBMt2Iq { width:11.875rem;height:3.125rem;top:72.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5guwceJJpIqrXspUF9mt1KTVzHKTOxR { top:69rem;left:0rem;width:47.75rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmN1N3vI5IDGBFzEeC0lwIuQ8mQGXOTi { width:1.9375rem;height:2rem;top:69.5625rem;left:44.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGvrBOfNyeeFEAEnKvhOob7yW4Dws2n5 { width:16.25rem;height:3.125rem;top:68.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUau0elmtGFyhANHyePTP05TLGG0r3gu { width:1.9375rem;height:2rem;top:66.3125rem;left:44.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODGBqcmXUrB1DmXdts2fth7hXP9Wwnhw { display:block; }#ODGBqcmXUrB1DmXdts2fth7hXP9Wwnhw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sGdxmpVPDEmiAknnZz9zhh1LcST4JBVC { width:47.75rem;height:0.0625rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ng38TnKi5zPAuTGOg65Lpm4iEEQIqVdu { display:block; }#ng38TnKi5zPAuTGOg65Lpm4iEEQIqVdu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FkJV8DnTIscJZdmtDtp8XSxpV8doIAzr { top:2.9375rem;left:0rem;width:27.6875rem;height:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sk1dTTuEr4cIe5T99NGV00US6T3fiVb5 { top:1.875rem;left:14.1875rem;width:33.5625rem;height:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ei0PTFwxKyQBH2Boinc5F4Qlx1lqpV2r { width:28.0625rem;height:26.3125rem;top:7.9375rem;left:19.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #reoKZDJcHXNOfFuawHXr5EyHaNU4cHHm { width:25.5625rem;height:2rem;top:2.875rem;left:22.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBgv9bZ4aptLokwZqil5gme9kBken85q { width:13rem;height:0.0625rem;top:6.375rem;left:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQlvdr7Vzxbnrw3tSeIzsvXAubnXrWMP { display:block; }#WQlvdr7Vzxbnrw3tSeIzsvXAubnXrWMP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NN5E9mkMA2k0fGvQDZZ1qF3XHvGmerMG { width:47.75rem;height:0.0625rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #krh0JVcT2JnQuUONdlqinClLkDseDRVc { display:block; }#krh0JVcT2JnQuUONdlqinClLkDseDRVc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QZFypTZEuN8odrWiHhHZtm7n3QaNJBdL { top:3.875rem;left:18.9375rem;width:28.8125rem;height:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uv0iuyusRKTLxUXLZv4x9oXTMBhwhTUp { top:1.8125rem;left:0rem;width:33.5625rem;height:40.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpuLrvC9MF845oFx2NeeS07ogXTiXoCw { width:25.9375rem;height:4.0625rem;top:3.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxIUH8uJUifhR0xx9LzRdpIbdcQkpON8 { width:28.0625rem;height:2.875rem;top:11rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgaQrdoTD4mtf4TtlzfCQGSnO5n8Sk27 { width:13rem;height:0.0625rem;top:9.125rem;left:3.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT6FRSWLVMUlbV0mVWB1p9A4Ak5uI2DQ { width:20.75rem;height:2.875rem;top:15.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuFLsWQm4Hnu2FCovlCN2Hf4ZaQvfqkv { top:15.875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxZ3PwgW48lZO9HOMwoANFyKeyb8kCoT { width:26.1875rem;height:2.875rem;top:19.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zr5HlLNfcAP19vGIrVd0alGvsdn7iiMV { top:19.875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzeh1LC5emSV1Iz8yhwqAD0gORfqBLWK { width:26.1875rem;height:4.375rem;top:23.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZPMev5xfJFv3E5ltDKvqmD8Nnl3TlsP { top:23.9375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3Cs97bAqUeJsQT25piBHDsaul3kQb5V { width:26.1875rem;height:5.8125rem;top:28.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUONnqEAaOUD1MBwC8NIDTJdcbQZVtbQ { top:29.1875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQ5M1qPiwkzaXto6mgWAI3qgMmnGu5a5 { width:26.1875rem;height:4.375rem;top:35.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo2LXrxPFiGsus3yM1rUGml60NrCTMHt { top:36.5rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #APdb1yDT6GOpGrWZ71dvrtOzkQ5zNy7L { display:block; }#APdb1yDT6GOpGrWZ71dvrtOzkQ5zNy7L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WV2bhAF5onDGE9vFhL6MFLETbrN3lBXe { width:47.75rem;height:0.0625rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT5Lu2HWJnoWVnvU73nqneW61g7JvAQm { display:block; }#WT5Lu2HWJnoWVnvU73nqneW61g7JvAQm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GgN1HWk6LMAN8m6DaM1zChLqTvwTpOat { top:3.8125rem;left:0rem;width:28.6875rem;height:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xppCmnXkC4dsWsvqC5FxpfLzmMqec0pV { width:28.0625rem;height:17.5rem;top:8.8125rem;left:19.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmTnFQnG8yHd3viKXSx62f7CS61pTWTr { width:13rem;height:0.0625rem;top:8.1875rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOaeqWboRZmQvppAtqXOZ86pkiiVq7iy { top:2.4375rem;left:14.1875rem;width:33.5625rem;height:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPm4wwRTSw4e8gnaMQdxUfT4hJfxuB2L { width:25.5625rem;height:4.0625rem;top:3.25rem;left:22.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCkzakl7PTVvqFcgUmZcTTKTQhgsTmVS { display:block; }#eCkzakl7PTVvqFcgUmZcTTKTQhgsTmVS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uUeJoUC24glC8DFpgsTBE6tedhaPzB5r { width:12.375rem;height:4.25rem;top:7.1875rem;left:17.677082061767rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQpwycLuEPXMWLPcJhg3VtUR6x6PiHRq { display:block; }
 }@media only screen and (max-width: 763px) { #pHf4TSkl1v417WIIxxxLLdlJm812z54d { display:block; }#pHf4TSkl1v417WIIxxxLLdlJm812z54d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #InvfpnpNCIkkOqHKvCJuVrictTxNNZbP { width:47.75rem;height:0.0625rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRcDVLIX9rP4olbiHiwT7SF4ZTVveT9P { display:block; }#SRcDVLIX9rP4olbiHiwT7SF4ZTVveT9P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bwUeLkXlqxf2TpZG5QhfSv6mOEE1n031 { top:1.375rem;left:36.625rem;width:5.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAaf5sn2rzuynHTkNVCsgdf24HPPP6Io { top:15.5rem;left:20.59375rem;width:6.5625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWEBPRKEKwwOlqxP3f5u3JICbmJKCwer { top:3.9375rem;left:39.0625rem;width:6.5625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPZ6ece4OCJchgQRpDcdAzm2MbTayd5z { top:3.9375rem;left:36.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQIDVyTUKD86xyETdsQi8vQtWOGITTI4 { top:6.4375rem;left:36.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlbOMAUwD4Tq6Cy1ibApq7PfeI9Odkyn { top:6.4375rem;left:35.6875rem;width:12.0625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOCi4QQOCtW35AZxS8etf0NU2qCmShqD { top:8.8125rem;left:36.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEcwMd1mwLFDx2BfUHGRU15xJl3RzFOr { top:8.75rem;left:34.4375rem;width:13.3125rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfF4U20kOPnyffWQ5poIpNAAyTukOGAe { width:47.75rem;height:0.0625rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tw2yakLL3uQB5Tax9coFR0VAlVRvDo8q { top:1.375rem;left:0rem;width:12.375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T03HuZ0iNUV56pLS7vIT9QUdmOxGiOp6 { top:3.9375rem;left:0rem;width:9.9375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HovWzXEHwUxwkB1oBHmVOENpOR6zvMQ5 { top:6.4375rem;left:0rem;width:12.5625rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvFqTmdEvkzEUCnxlWGphyMWbAg3Thfl { top:7.25rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZr3UZtweQL20ecsr5Hcz7eNKAWxQTzH { top:3.9375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWu5VDankGw37Go9QuWbvTzfKguEXwxL { top:1.5rem;left:17.9375rem;width:1.5625rem;height:1.5625rem;display:block; }
#XWu5VDankGw37Go9QuWbvTzfKguEXwxL > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #cxPTbsoQD1hcgayRT0817fgMRToNpQeJ { top:1.375rem;left:21.375rem;width:1.8125rem;height:1.8125rem;display:block; }
#cxPTbsoQD1hcgayRT0817fgMRToNpQeJ > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #sPWf4KybGrSNwQwVPt8WLB4wRbIhQmMB { top:1.5rem;left:24.75rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFgvVg1xiUzpGzzinxmgFGA6NAdcMULw { top:1.5rem;left:28.25rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4mWpSNAJHHRm6kkp3gK3eRhmL7TQsrt { width:9.8125rem;height:2.625rem;top:17.125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDzZp6xfPpIqe4aWodhpX1HfV7XCWJyU { display:block; }
 }@media only screen and (max-width: 763px) { #glQK8fUTUhwECeN1owTbdEGZy02HfpnH { width:9.625rem;height:2.625rem;top:17.0625rem;left:18.694793701172rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7CULtxgTiFDriEmQAgv6mqO6WVMa6hJ { display:block; }
 }@media only screen and (max-width: 763px) { #zwopfyhpzxTTS4sCxO85xvaWbRQVQnCM { width:11.25rem;height:2.625rem;top:17.0625rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOOSaAWAGh6Oh7KqWsTltIHV8Lh9pv7p { display:block; }
 }@media only screen and (max-width: 763px) { #o2MrPey1s6L1hJCCqM5VzN3UFZIeT536 { display:block; }#o2MrPey1s6L1hJCCqM5VzN3UFZIeT536 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTy2DKTcQVLkv8Uizeas2WF8mXsUX0um { top:0.0625rem;left:45.75rem;width:2rem;height:2rem;display:block; }
#DTy2DKTcQVLkv8Uizeas2WF8mXsUX0um > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FeSac0SBE28iXDwdgpQmQBqPd1Nn2DVd { display:block; }#FeSac0SBE28iXDwdgpQmQBqPd1Nn2DVd > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E3slrC2Tt7rteNRsAC8XwUR5vLsDCFb0 { width:12.1875rem;height:5.0625rem;top:0.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0lznAkkKMkkIJPBmACrLuyC2s3FfTmh { width:4.3125rem;height:1.8125rem;top:5.78125rem;left:15.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kZ486frr5gek8VRyGpaxKfimTzIuZoL9 { display:block; }
 }@media only screen and (max-width: 763px) { #AIsQ9IbtrbackZkTCRnh6zdToOei0gQB { display:block; }#AIsQ9IbtrbackZkTCRnh6zdToOei0gQB > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fZCwHaDWE6xfP2hfHobAHL8Fcgo5EF5R { width:5.0625rem;height:2.5rem;top:0.3125rem;left:1.4375rem;font-size:1.25rem;z-index:15008;text-align:left;text-align-last:left;color:#13223f;display:block; }
 }@media only screen and (max-width: 763px) { #cKzAbH7456Jh1pNkRqC96HcUUNCBLk4A { display:block; }
 }@media only screen and (max-width: 763px) { #hgcOQNCdgFQnGPo2NK9wTciQNsmsmeNU { display:flex;top:0.8125rem;left:6.5rem;width:1.5625rem;height:1.5625rem;z-index:15018;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #Aiw1U1aeeTsnRcXSlruSwtSZdaHUOAhN { display:flex;top:0.8125rem;left:7.125rem;width:1.5625rem;height:1.5625rem;z-index:15019;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #VJESo84o0OWdEevpip4Th0sKZ8Im7oBl { display:block; }#VJESo84o0OWdEevpip4Th0sKZ8Im7oBl { background-color: transparent; background-image: none; }#VJESo84o0OWdEevpip4Th0sKZ8Im7oBl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VJESo84o0OWdEevpip4Th0sKZ8Im7oBl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VJESo84o0OWdEevpip4Th0sKZ8Im7oBl > .row .container > .video-iframe-container { display: none; }#VJESo84o0OWdEevpip4Th0sKZ8Im7oBl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VJESo84o0OWdEevpip4Th0sKZ8Im7oBl > .row > .video-iframe-container { display: none; }#VJESo84o0OWdEevpip4Th0sKZ8Im7oBl > .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); }#VJESo84o0OWdEevpip4Th0sKZ8Im7oBl { border-width: 0; border-radius: 0; }#VJESo84o0OWdEevpip4Th0sKZ8Im7oBl > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#VJESo84o0OWdEevpip4Th0sKZ8Im7oBl > .row .container { width:20rem;background-color:#005692;background-image:none;height:14.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GL17ZHgfDtHN6LD5pbEZUpDOfGzX1BCS { width:7.125rem;height:2.625rem;top:11.28125rem;left:4.71875rem;font-size:1.25rem;z-index:15017;color:#fbef00;display:block; }
 }@media only screen and (max-width: 763px) { #METwlxrvw1wcTgsfhZEbUZLlcGZLOQxP { display:block; }
 }@media only screen and (max-width: 763px) { #VQr2WTt8OsoBtJKh9aozhodSinFxw0PC { width:6.0625rem;height:2.625rem;top:8.65625rem;left:4.71875rem;font-size:1.25rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #SenpARBXtu1yIl9e5VENLk28Gn7989SH { display:block; }
 }@media only screen and (max-width: 763px) { #OrnF50ilAg7deTRMOSHihvrQ7Bbqz7zb { width:7.875rem;height:2.625rem;top:6.03125rem;left:4.71875rem;font-size:1.25rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #lZe8xp34d5KKSoCrgeQVW1f5zGA6nATM { display:block; }
 }@media only screen and (max-width: 763px) { #bEmJ6WRdzPNtPzAcSk7xhd4ke8r8BM2O { width:8.75rem;height:2.625rem;top:3.3697929382324rem;left:4.84375rem;font-size:1.25rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #Fz52ShrDkThZ24ncAb1A3Zpze833T7qa { display:block; }
 }@media only screen and (max-width: 763px) { #RMoNhV6OoqMJUImwKJSzX0xZZVHax4te { width:8.8125rem;height:2.625rem;top:0.80729198455813rem;left:4.8125rem;font-size:1.25rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #JNb2VNHWi7dJWRbZG35LFLwqL4W8g0ZQ { display:block; }
 }@media only screen and (max-width: 763px) { #mdHTlE4Vt4C5UXv1N0Agyg1bpP6gAwR7 { top:2.09375rem;left:3.7427082061767rem;width:0.125rem;height:10.625rem;z-index:15018;background-color:rgba(255,255,255,0.5);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) { #btr4cH0hZDulTgh7MF4TVJ9XQOU6AMwv { top:1.9010419845581rem;left:3.5864582061767rem;width:0.4375rem;height:0.4375rem;z-index:15019;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:#ffffff;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) { #ol8oRBJDiAvgw4vozq3TU3F2ut75LAt9 { top:12.375rem;left:3.5864582061767rem;width:0.4375rem;height:0.4375rem;z-index:15020;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:#ffffff;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) { #wP8L6VpUktvif3csLZV5mCgszOoNl7wk { top:4.4635429382324rem;left:3.5864582061767rem;width:0.4375rem;height:0.4375rem;z-index:15020;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:#ffffff;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) { #PAX9PE4KvLrTvwFZkNrBDhAz5esKJXVX { top:7.1875rem;left:3.5864582061767rem;width:0.4375rem;height:0.4375rem;z-index:15021;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:#ffffff;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) { #bJ8mTdIy9qUgJPdgdToTyIybuUiJUNmP { top:9.75rem;left:3.5864582061767rem;width:0.4375rem;height:0.4375rem;z-index:15022;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:#ffffff;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) { #dlNqSowTp3MI5L2dARn2Mu7Pvi1p4rKP { display:block; }#dlNqSowTp3MI5L2dARn2Mu7Pvi1p4rKP > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4Tl7hTf93irQENIOa7LfXg9npuD0JQG { width:6.5rem;height:2.5rem;top:0.25rem;left:1.4375rem;font-size:1.25rem;z-index:15009;text-align:left;text-align-last:left;color:#13223f;display:block; }
 }@media only screen and (max-width: 763px) { #Kqn35Me1twVc6cPdVPmn46fJlta3JxFr { display:block; }
 }@media only screen and (max-width: 763px) { #PueDC0M06TVBa4rgQTsHKEKcxdsiDJku { display:flex;top:0.78125rem;left:8.1875rem;width:1.5625rem;height:1.5625rem;z-index:15020;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #DNLSlC1eiQ8AUV9pC6uEmqvp34IzuGz3 { display:flex;top:0.78125rem;left:8.8125rem;width:1.5625rem;height:1.5625rem;z-index:15021;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #NEq7NzrNzat0ysqFNZnh7RubKI9p3FJo { display:block; }#NEq7NzrNzat0ysqFNZnh7RubKI9p3FJo { background-color: transparent; background-image: none; }#NEq7NzrNzat0ysqFNZnh7RubKI9p3FJo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEq7NzrNzat0ysqFNZnh7RubKI9p3FJo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEq7NzrNzat0ysqFNZnh7RubKI9p3FJo > .row .container > .video-iframe-container { display: none; }#NEq7NzrNzat0ysqFNZnh7RubKI9p3FJo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEq7NzrNzat0ysqFNZnh7RubKI9p3FJo > .row > .video-iframe-container { display: none; }#NEq7NzrNzat0ysqFNZnh7RubKI9p3FJo > .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); }#NEq7NzrNzat0ysqFNZnh7RubKI9p3FJo { border-width: 0; border-radius: 0; }#NEq7NzrNzat0ysqFNZnh7RubKI9p3FJo > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#NEq7NzrNzat0ysqFNZnh7RubKI9p3FJo > .row .container { width:20rem;background-color:#005692;background-image:none;height:12.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VSyKpwGgsRCVtofvNX9y2ziVOIxz1Xl6 { width:6.0625rem;height:2.625rem;top:8.65625rem;left:4.71875rem;font-size:1.25rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #U914zA4WqbRrKItOtME6qCHnMOQCnVWC { display:block; }
 }@media only screen and (max-width: 763px) { #RflmvohMUiUTgloDR8TZo5MfFcVtgbye { width:10.875rem;height:2.625rem;top:6.03125rem;left:4.71875rem;font-size:1.25rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #GXEw490PDIGykg5oexb2eueIhRcHgusK { display:block; }
 }@media only screen and (max-width: 763px) { #EhsvpBXlkf3Zb0NbfsbdzlsVuvfmmdSK { width:10.9375rem;height:2.6875rem;top:3.4010419845581rem;left:4.71875rem;font-size:1.25rem;z-index:15014;color:#fbef00;display:block; }
 }@media only screen and (max-width: 763px) { #bRW9zJwbFxS7bJ74ElgxT20GpiXZJCib { display:block; }
 }@media only screen and (max-width: 763px) { #Vrnirzgr56HZeq6GUPq8AzienqoFn6pn { width:8.8125rem;height:2.625rem;top:0.80729198455813rem;left:4.8125rem;font-size:1.25rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #TxJRzcAhMVaAlcNAb7qnRvtZW7aoxv4s { display:block; }
 }@media only screen and (max-width: 763px) { #QfQhOOAEDS9mMW6ZEeoZk9BDma11RPiv { top:2.09375rem;left:3.7427082061767rem;width:0.125rem;height:8.125rem;z-index:15018;background-color:rgba(255,255,255,0.5);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) { #FI6bLtfQAFvMwxUrXwA4bFJZC5fVURmn { top:1.9010419845581rem;left:3.5864582061767rem;width:0.4375rem;height:0.4375rem;z-index:15019;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:#ffffff;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) { #RO8EhTNLirarlLz2VN8NIt2RE6KPaCOB { top:4.4635429382324rem;left:3.5864582061767rem;width:0.4375rem;height:0.4375rem;z-index:15020;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:#ffffff;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) { #TZNuKw5AWfW1037vxxuqXdorhJDAZ7UE { top:7.1875rem;left:3.5864582061767rem;width:0.4375rem;height:0.4375rem;z-index:15021;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:#ffffff;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) { #QNuaNB3Gv6QVJp4dgIeNrHrtEFaXzXA4 { top:9.75rem;left:3.5864582061767rem;width:0.4375rem;height:0.4375rem;z-index:15022;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:#ffffff;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) { #WtJlNDE7A9QbbsPGS9SxeTnR3wW8KvtP { display:block; }#WtJlNDE7A9QbbsPGS9SxeTnR3wW8KvtP > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CwHi0rwTdoK3JMNNDq8TeW5kPmcDL0HV { width:4.4375rem;height:2.625rem;top:0.3125rem;left:1.4375rem;font-size:1.25rem;z-index:15011;text-align:left;text-align-last:left;color:#13223f;display:block; }
 }@media only screen and (max-width: 763px) { #GGswTAuvW2GHccTJrlPa1rXc9XURg2Oe { display:block; }
 }@media only screen and (max-width: 763px) { #UCtRJrkVirr9wLcEwBxk2llAQzk8EteK { display:flex;top:0.78125rem;left:6rem;width:1.5625rem;height:1.5625rem;z-index:15022;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #O4KTTPm2T9sTdLmwUgQmXDNWZXsGTL46 { display:flex;top:0.78125rem;left:6.625rem;width:1.5625rem;height:1.5625rem;z-index:15023;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #bB0q3er1zUdW3rFvMxOf4KJTgsMTPzH7 { display:block; }#bB0q3er1zUdW3rFvMxOf4KJTgsMTPzH7 { background-color: transparent; background-image: none; }#bB0q3er1zUdW3rFvMxOf4KJTgsMTPzH7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bB0q3er1zUdW3rFvMxOf4KJTgsMTPzH7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bB0q3er1zUdW3rFvMxOf4KJTgsMTPzH7 > .row .container > .video-iframe-container { display: none; }#bB0q3er1zUdW3rFvMxOf4KJTgsMTPzH7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bB0q3er1zUdW3rFvMxOf4KJTgsMTPzH7 > .row > .video-iframe-container { display: none; }#bB0q3er1zUdW3rFvMxOf4KJTgsMTPzH7 > .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); }#bB0q3er1zUdW3rFvMxOf4KJTgsMTPzH7 { border-width: 0; border-radius: 0; }#bB0q3er1zUdW3rFvMxOf4KJTgsMTPzH7 > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#bB0q3er1zUdW3rFvMxOf4KJTgsMTPzH7 > .row .container { width:20rem;background-color:#005692;background-image:none;height:12.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t8EGfWdZxsV8L2cky4HsCkTZQBbrycg9 { width:9.0625rem;height:2.625rem;top:8.65625rem;left:4.71875rem;font-size:1.25rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #VbtIzydm3PKCFWaPLwwzr2095O9ScfaM { display:block; }
 }@media only screen and (max-width: 763px) { #TbEDqBOCJGDb00kmE7xlLWbkCaZzfctx { width:10.875rem;height:2.625rem;top:6.03125rem;left:4.71875rem;font-size:1.25rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #f3QeIZWLSPScHLMkyOwPGuAQWNLAedbG { display:block; }
 }@media only screen and (max-width: 763px) { #AVBCks55pKBuSoxpT0oQ9RB7TaeFd14Z { width:10.9375rem;height:2.6875rem;top:3.4010419845581rem;left:4.71875rem;font-size:1.25rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #BqATVGX87GzZkBfLIIDJyzzg1sUVqS4i { display:block; }
 }@media only screen and (max-width: 763px) { #bKc6W39nPzXMg8UHdJNuzl2LoQ8a94fe { width:8.8125rem;height:2.625rem;top:0.80729198455813rem;left:4.8125rem;font-size:1.25rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #quMt7MmcKzAHyscEzaZmMWLfdl7i38Ag { display:block; }
 }@media only screen and (max-width: 763px) { #NPeinCCQXrPyzV45rq2mfGnRCL146du1 { top:2.09375rem;left:3.7427082061767rem;width:0.125rem;height:8.125rem;z-index:15018;background-color:rgba(255,255,255,0.5);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) { #oXRZTeP1iOPnhn4IzooVQi0MRHR4v2LV { top:1.9010419845581rem;left:3.5864582061767rem;width:0.4375rem;height:0.4375rem;z-index:15019;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:#ffffff;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) { #LsLRF4txnhaq5yOD9LWPlIV8TnaiyQrc { top:4.4635429382324rem;left:3.5864582061767rem;width:0.4375rem;height:0.4375rem;z-index:15020;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:#ffffff;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) { #aV4QqQMZlGwHbOLkRFHHgqxyo3CrZg7c { top:7.1875rem;left:3.5864582061767rem;width:0.4375rem;height:0.4375rem;z-index:15021;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:#ffffff;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) { #EUhPMR3T8di9xtwhfmoI1ybQJXVSK9Fa { top:9.75rem;left:3.5864582061767rem;width:0.4375rem;height:0.4375rem;z-index:15022;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:#ffffff;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) { #tLXNt9frlah3z8Bgm1tM47J9NGRoZbIE { display:block; }#tLXNt9frlah3z8Bgm1tM47J9NGRoZbIE > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wGOiVzXPuGbVcKICtOcWMV2GPdfJPkfS { width:4.0625rem;height:2.625rem;top:0.3125rem;left:1.4375rem;font-size:1.25rem;z-index:15010;text-align:left;text-align-last:left;color:#13223f;display:block; }
 }@media only screen and (max-width: 763px) { #QblGkmJpyuGkSJaLETefIIr7ABZN70Wl { display:block; }
 }@media only screen and (max-width: 763px) { #w5EAyagp7AAlHavPf9JlQd7CU5TvurIx { display:flex;top:0.78125rem;left:5.5rem;width:1.5625rem;height:1.5625rem;z-index:15024;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #sKUUdVK3UJa9ioxnxlHMRovI8nKed4im { display:flex;top:0.78125rem;left:6.125rem;width:1.5625rem;height:1.5625rem;z-index:15025;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #vVW1yR6I2gf6vIwAmINgmC74iN83WZic { display:block; }#vVW1yR6I2gf6vIwAmINgmC74iN83WZic { background-color: transparent; background-image: none; }#vVW1yR6I2gf6vIwAmINgmC74iN83WZic::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVW1yR6I2gf6vIwAmINgmC74iN83WZic > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVW1yR6I2gf6vIwAmINgmC74iN83WZic > .row .container > .video-iframe-container { display: none; }#vVW1yR6I2gf6vIwAmINgmC74iN83WZic > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVW1yR6I2gf6vIwAmINgmC74iN83WZic > .row > .video-iframe-container { display: none; }#vVW1yR6I2gf6vIwAmINgmC74iN83WZic > .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); }#vVW1yR6I2gf6vIwAmINgmC74iN83WZic { border-width: 0; border-radius: 0; }#vVW1yR6I2gf6vIwAmINgmC74iN83WZic > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#vVW1yR6I2gf6vIwAmINgmC74iN83WZic > .row .container { width:20rem;background-color:#005692;background-image:none;height:10.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J3Rdm9uv6cEGShCtHrmmQUQk3s6bTQTT { width:10.875rem;height:2.625rem;top:6.03125rem;left:4.71875rem;font-size:1.25rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #piTTLwPOZcHEikKSyDJu9mPICIoF0f0C { display:block; }
 }@media only screen and (max-width: 763px) { #TU6sNzF6fOpmyAd3qF8uH8KEdhUVhp3m { width:10.9375rem;height:2.6875rem;top:3.4010419845581rem;left:4.71875rem;font-size:1.25rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #zsWdHFIsn2TCXV9zpRvVBLOZsqnecSr1 { display:block; }
 }@media only screen and (max-width: 763px) { #TR9VtebMCwhqvBSJgxeLGFm6zgia2LaF { width:8.8125rem;height:2.625rem;top:0.80729198455813rem;left:4.8125rem;font-size:1.25rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #VHtn9zvLp8AFy5MrTEzdtJrfkTIcNNf0 { display:block; }
 }@media only screen and (max-width: 763px) { #qisXoAHfkywLLAbmblDJ60DA0izwDbKA { top:2.09375rem;left:3.7427082061767rem;width:0.125rem;height:5.3125rem;z-index:15018;background-color:rgba(255,255,255,0.5);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) { #aktTqAQA3h3ZRJfPHTRUG4o3iMaU0woH { top:1.9010419845581rem;left:3.5864582061767rem;width:0.4375rem;height:0.4375rem;z-index:15019;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:#ffffff;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) { #P4I09shnIegrEEEN3o2JRPmFE6BP9lA1 { top:4.4635429382324rem;left:3.5864582061767rem;width:0.4375rem;height:0.4375rem;z-index:15020;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:#ffffff;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) { #NMrGCBa6dG8ESPGkt0lHiVazQxJyWAtH { top:7.1875rem;left:3.5864582061767rem;width:0.4375rem;height:0.4375rem;z-index:15021;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:#ffffff;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) { #ImUshBJeGUwwI7JIAdE6rOyK7MuKD8J6 { display:none; }#ImUshBJeGUwwI7JIAdE6rOyK7MuKD8J6 > .row .container { width:20rem;height:2.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bvaJ6T2Et9J3SgRTinsQNxZUFDBQusgG { width:4.0625rem;height:1.8125rem;top:0.53125rem;left:13.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKIqwvcpWWFuXp81a7XqpTSfp6DmVIKe { display:block; }
 }@media only screen and (max-width: 763px) { #DvxXJXqTm8lnFSn1GWXFmhTisdfqS2kH { width:3.625rem;height:2.625rem;top:0.125rem;left:10.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkEN6DzOl4n01VgwyV3h8epQvzk4I5Jv { display:block; }
 }@media only screen and (max-width: 763px) { #cp8d6JglpiHvwnM4F1FbPiWO2TJwpT1m { width:6.5rem;height:1.8125rem;top:0.53125rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIzSFDNwvpoTGyhKfbTMcp1At5LRW8K8 { display:block; }
 }@media only screen and (max-width: 763px) { #zqRxixBg58TMzQckLOUHoTv8NRg2Mp0F { width:4.6875rem;height:1.8125rem;top:0.53125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhSpsGrAvD4TEPfyhVADAK2Iqle9k7g0 { display:block; }
 }@media only screen and (max-width: 763px) { #Cr1B40yFrT15skBy9pb1AcXipsFb7grl { display:none; }#Cr1B40yFrT15skBy9pb1AcXipsFb7grl > .row .container { width:20rem;height:31.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WABNbPFdEVUA9mumy3MTCrlg0thhXTVa { width:7.1875rem;height:2.625rem;top:2.8541669845581rem;left:0.10416603088379rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtueLBAvmVXaEnPfRsOab4mpzbIKTwrZ { display:block; }
 }@media only screen and (max-width: 763px) { #KVgAR34IE4NsUOOmXdzPgsKhH8TUm0cz { width:7.1875rem;height:2.625rem;top:0.125rem;left:0.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtBSqtALBsiPKGKBhwnQTmfOUAVOU9My { display:block; }
 }@media only screen and (max-width: 763px) { #gd8Mipqs0OzT7W6Wdy19p8bX20KalIDy { width:7.1875rem;height:2.625rem;top:8.3125rem;left:0.10416603088379rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0F9urmVD1wxGUZrvWTuUc5VITevvFMG { display:block; }
 }@media only screen and (max-width: 763px) { #SkTlmnKXg8nosCfHwSiACTBqpTTFfbcK { width:7.1875rem;height:2.625rem;top:5.5833330154419rem;left:0.10416603088379rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKdThZ6gBeccT8NS8kUmOTwiX3MVPEk2 { display:block; }
 }@media only screen and (max-width: 763px) { #BpIUoS8eyowuz2qoei2qislu3W90EnSK { width:7.1875rem;height:2.625rem;top:11.041667938233rem;left:0.10416603088379rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZXhb6smpTWAwcuwdR5aHnyxyNn4QA1p { display:block; }
 }@media only screen and (max-width: 763px) { #PnrKH4r1wKf8gD9mEAmFt8iir505w6Jy { width:7.1875rem;height:2.625rem;top:0.10416698455811rem;left:5.6666660308838rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVIB8iHSmkWwqxcc3PpE9eXIyx7PurWd { display:block; }
 }@media only screen and (max-width: 763px) { #BvkmSA8O2QTXS8ITuz2Wyq5eqs5Zg2HA { width:3.875rem;height:3.1875rem;top:5.2864580154419rem;left:3.7291660308838rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRvePfZQCXI57J482v6QlsrE48nGDbRo { display:block; }
 }@media only screen and (max-width: 763px) { #tfbKNKJ5z5WLF4cqrcomD1Ld7IBNnHsG { width:4.1875rem;height:2.625rem;top:2.9583330154419rem;left:5.9479160308838rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4PbamxhTn2dKhTCNXxBqprpttzr3Skf { display:block; }
 }@media only screen and (max-width: 763px) { #ZbT8kEk32xUFfWzIZmEI9lq9alV6pNL5 { width:7.1875rem;height:2.625rem;top:5.875rem;left:12.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDLyuvG0C7UrKbgbynz3XkyNOwGoTBTy { display:block; }
 }@media only screen and (max-width: 763px) { #XhO3rTWhEgIDU6iyNcbCONyhnTvBgven { width:7.1875rem;height:2.625rem;top:12.3125rem;left:6.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZxpatK6owihi97BytbS56qD7TiauZa8 { display:block; }
 }@media only screen and (max-width: 763px) { #Kf3KZtQ0G27C2rNsRzKgUcD7awnQOXXO { width:7.1875rem;height:2.625rem;top:8.4375rem;left:6.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAxoH6iTtrD6TuxFTXA3iT3qEAwUew7T { display:block; }
 }@media only screen and (max-width: 763px) { #TLgOnOTacF3bU3h2Q4xLPt9pGpRxF1I2 { width:8.8125rem;height:2.625rem;top:2rem;left:11.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULNUeB6JrPMNmvB0QNdRPbfHwQOgbuKT { display:block; }
 }@media only screen and (max-width: 763px) { #W4qtc1ki8Ti2KtRKHQRP75i7Hpg8Q7qL { width:7.1875rem;height:2.625rem;top:9.8489570617675rem;left:6.5104160308837rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqqdWaTfNbWLa7zrtpRZdeWCuc6aHSBK { display:block; }
 }@media only screen and (max-width: 763px) { #AUXzLBDdTGd7Mw2glosLzMuac07W0TIc { width:6.5625rem;height:2.625rem;top:4rem;left:11.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTmhCp0D8c312xk5OBUp7UvmrhRB0a30 { display:block; }
 }@media only screen and (max-width: 763px) { #ynLfXQi3TpDsvTFXpJvOPsuKGRZQ842i { width:6.5625rem;height:2.625rem;top:0.125rem;left:11.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgB5iUbRnCWAZ6vfTOdXqsIEVWCPT7c5 { display:block; }
 }@media only screen and (max-width: 763px) { #Q1qxCGkpOT9HVlpsTgnUEb5ukzJT1K7w { width:6.5625rem;height:2.625rem;top:7.875rem;left:11.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZJUa90lp9CfU86UFSMNZXvWXdtal9GA { display:block; }
 }@media only screen and (max-width: 763px) { #govfhAhR0dH2SngaCIwLuacQrPbMO7xa { width:0.0625rem;height:7.5rem;top:1.6666669845581rem;left:18.041666984558rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDf93HXPw9OPKdlfAyQHMAVDyySs2Tus { width:0.0625rem;height:7.5rem;top:4.9739580154419rem;left:15.729166984558rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bv5MsdfTRDR41lgcUUeOCAcCNcWrIR2Q { width:0.0625rem;height:7.5rem;top:2.9583330154419rem;left:16.666666984558rem;display:block; }
 }@media only screen and (max-width: 763px) { #frM4yvGOoTvidMzocNh0rCUg9RxQHbRJ { display:block; }#frM4yvGOoTvidMzocNh0rCUg9RxQHbRJ > .row .container { width:20rem;height:12.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EK0IUGAs2ohWszPslrV1MB3pTT4tsUUh { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLdl4keGsNXEzHltK2FGqziriuKTMaq4 { width:19.5625rem;height:7.425rem;top:3.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Lxi8lzEmvcypBmbqhoc1avLIJ3IZHtlA { display:block; }#Lxi8lzEmvcypBmbqhoc1avLIJ3IZHtlA > .row .container { width:20rem;height:72.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UrbsL1TUBe7srVvcXxNdTVGKpigDoSJh { width:20rem;height:4.0625rem;top:23.937496185302rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LId0X9Ixz4TO9VAwa95LHQTFeuq5DZBm { width:18.75rem;height:35.1rem;top:31.125rem;left:0.625rem;text-align:justify;text-align-last:initial;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #daE0pmKPF9tC2ot7uWn2fmySuovKEAKJ { width:20rem;height:19.9551875rem;top:3.2270832061767rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #viOOo6QyTOEWhoBgTN4aVtlPoGQ3s6i6 { width:20rem;height:38.875rem;top:22.375rem;left:0rem;z-index:15010;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #kT9VHQXNUAGqbrZJIfAakQrLXdnpe5lc { width:10.375rem;height:3.4375rem;top:69.099998474119rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7TAQS76ns2gMIaC86owi0sFe9HOWVue { display:block; }
 }@media only screen and (max-width: 763px) { #dNVdO222rC6qfnQJyTLgvVafGDPNrVZZ { width:13rem;height:0.0625rem;top:29.3125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IR7IsiNN7KMkcFICsrt6IlS7TLHl9Sl3 { display:block; }#IR7IsiNN7KMkcFICsrt6IlS7TLHl9Sl3 > .row .container { width:20rem;height:63.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LR5l00CZTUgGwrBhZR0og3nyEeDiIMQH { width:18.75rem;height:61.2rem;top:0.68750381469725rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJqVPQWInyQxxHM9GcP6E8mA3pgWV6SD { width:20rem;height:30.3125rem;top:1.0625rem;left:0rem;z-index:15010;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #PotbSR3xTlLC3eaTFfdbwhrfCNbXLFV5 { display:block; }#PotbSR3xTlLC3eaTFfdbwhrfCNbXLFV5 > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f4IHiQGBzhnl0EklNh35rdhQQANWalqg { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { background-color: transparent; background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .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); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { border-width: 0; border-radius: 0; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { width:20rem;height:72.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWTEPWUxRB77pwKRDHvt3IuQGbI52q51 { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4HLht80PSy0ZeFasieOKLa8sczmiTz1 { width:20rem;height:8.125rem;top:27.187498092651rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPpmdOiISMMSWXcdqMgz5btlE4TdtCvH { width:18.75rem;height:33.6375rem;top:38.25rem;left:0.625rem;text-align:justify;text-align-last:initial;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZTdO2h2QabdPRl5Fe3ouStvvvVaB6Kh { width:20rem;height:22.4176875rem;top:3.8697891235351rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGqmt7LNIpBTqw1JyWrLyzlMqVQ8iQTR { width:20rem;height:39.1875rem;top:26.287498474121rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TLJq9uQDL957TrW7UxN8Oy5Ho7nHPg3d { width:13rem;height:0.0625rem;top:36.5625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkfUqVzLfA5L0DpDZtJEk1bP2x6vtEe6 { display:block; }#qkfUqVzLfA5L0DpDZtJEk1bP2x6vtEe6 > .row .container { width:20rem;height:2.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yEoUpsdExokl7OtdAhwIa33AygIy3Zk7 { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TImEvBkDH9gEFOBxur1GSmglkKke0btv { display:block; }#TImEvBkDH9gEFOBxur1GSmglkKke0btv > .row .container { width:20rem;height:91.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JdTwbcRUDxxAKtz2l71wpSVs6TMOew5q { width:20rem;height:4.0625rem;top:29.784375190735rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CexVImyRIIZJNJWkXEaZwNszaClDHA5q { width:13rem;height:0.0625rem;top:35.25rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQhwAiztzoepUOo9TMV1DIVehkPDIqdc { width:18.75rem;height:7.3125rem;top:39.125rem;left:0.5625rem;text-align:justify;text-align-last:initial;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxSJwn69SzTuNwFQooavRJAbF7T9b4Sd { width:20rem;height:28.2948125rem;top:0.67708206176756rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOiRGcFE3zhJLF7DLDWUI7aC7QiP0K0e { width:20rem;height:50.1875rem;top:30.5rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #p1FPGdER1MvgQzppsK0b1eMG19TZKVsq { width:17.5rem;height:12.15rem;top:46.4375rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZwmr1GLJ7ELduusSUt9uNhDriFvvdzR { width:18.75rem;height:29.25rem;top:59.9375rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SetUrs8Wp1hyZipWXiXaQZh6ev5ukbSG { display:block; }#SetUrs8Wp1hyZipWXiXaQZh6ev5ukbSG > .row .container { width:20rem;height:2.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q1yO61tDpH4910gcIccF1P0hiSIof6N7 { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzZUTwR0mZGm1g5XdtNM2BSElZcVRO1I { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gzZUTwR0mZGm1g5XdtNM2BSElZcVRO1I > .row .container { background-color: transparent; background-image: none; }#gzZUTwR0mZGm1g5XdtNM2BSElZcVRO1I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gzZUTwR0mZGm1g5XdtNM2BSElZcVRO1I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gzZUTwR0mZGm1g5XdtNM2BSElZcVRO1I > .row .container > .video-iframe-container { display: none; }#gzZUTwR0mZGm1g5XdtNM2BSElZcVRO1I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gzZUTwR0mZGm1g5XdtNM2BSElZcVRO1I > .row > .video-iframe-container { display: none; }#gzZUTwR0mZGm1g5XdtNM2BSElZcVRO1I > .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); }#gzZUTwR0mZGm1g5XdtNM2BSElZcVRO1I > .row .container { border-width: 0; border-radius: 0; }#gzZUTwR0mZGm1g5XdtNM2BSElZcVRO1I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gzZUTwR0mZGm1g5XdtNM2BSElZcVRO1I > .row .container { width:20rem;height:80.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IILiRyA0zEzDJephcPqeyBFOATpTRKGc { width:20rem;height:6.09375rem;top:21.999988555908rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbwGa29OkMoylu8ypTq3f5mV1Ny9c0Hv { width:18.75rem;height:46.8rem;top:31.687519073486rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tarWFF8JNbWS33qogILMUkMRWx26Z3Rs { width:20rem;height:50.75rem;top:20.25rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ZQTwZ7Tz20bsu5BTgheL24QqUFT3Ko0s { width:13rem;height:0.0625rem;top:29.6875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvgwyBTsNgQsJn3nIwXy04m94rvPptFx { width:20rem;height:20rem;top:1.0000085830689rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzJXcsqQmVGXzaCa9kJWCMgiaL1LuZSx { display:block; }#fzJXcsqQmVGXzaCa9kJWCMgiaL1LuZSx > .row .container { width:20rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gNKzpxHUBKUE3iJgfWLrVhgJtlqvHlB8 { width:20rem;height:3.9375rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRsEt9TG4FBoNWDgysHoyNEJSS0PFtaT { width:7.0625rem;height:0;top:81.375rem;left:11.6875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tr6So6I1UhFTUlKEAq9qxI9AkCsJBrgG { width:7.5rem;height:0;top:81.375rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lEuJDf8JtKDQVRgqnbymU7Xfh9udT7N0 { display:flex;top:1.6875rem;left:10.8125rem;width:2.1875rem;height:2.1875rem;z-index:15030; }
 }@media only screen and (max-width: 763px) { #ifc5FKpEUX3DusLldkALxVMTklH5A5vQ { display:flex;top:1.6875rem;left:12.625rem;width:1.5625rem;height:1.5625rem;z-index:15031;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #Hfb0qikJMQUZFsINDEny7uqRlO0Rptih { display:flex;top:1.6875rem;left:15.875rem;width:2.1875rem;height:2.1875rem;z-index:15029; }
 }@media only screen and (max-width: 763px) { #wVXnK4pPmJPTEFX6rKL4lRSTTJkfieF0 { display:flex;top:1.6875rem;left:18.0625rem;width:1.25rem;height:1.25rem;z-index:15032;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #mrByFTevEl0iMkmbAugbK1UToUV3wzwU { display:block; }#mrByFTevEl0iMkmbAugbK1UToUV3wzwU > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WsXA9U9TN1JO1PONOS75Cdelzq40aEUl { width:9.5rem;height:3rem;top:0.37500762939453rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:3;display:block; }
 }@media only screen and (max-width: 763px) { #ffhiSWLD24dHB4gOzkxUSlufLK9Gmfr9 { width:3.375rem;height:2.025rem;top:0.95625114440919rem;left:15.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTfAkzExCrbDP7InnMVc0smr8bs2WZgm { width:3.375rem;height:2.025rem;top:0.95625114440919rem;left:10.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BG2zLXTVTA3t9ZAO7MDSE3TRuDxIgbeC { display:block; }#BG2zLXTVTA3t9ZAO7MDSE3TRuDxIgbeC > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dskqoQ5seH69mx6vltXNqOmdn6I866pA { width:11.3125rem;height:3rem;top:0.375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:3;display:block; }
 }@media only screen and (max-width: 763px) { #tJJmo9kes4A5Ilb7iswu7woPCfRkp6hg { width:3.375rem;height:2.025rem;top:0.9375rem;left:15.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IurOZOGZ7UIoc0rndclfs0MSIUzLrrre { width:3.375rem;height:2.025rem;top:0.9375rem;left:10.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6XwryNcg7gfEkGocW0cTT2zvmVJ5JED { display:block; }#x6XwryNcg7gfEkGocW0cTT2zvmVJ5JED > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WMb6i5PTEbns3MgkAZKAyeTL2hGVvaSQ { width:15rem;height:0;top:0.46875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:3;display:none; }
 }@media only screen and (max-width: 763px) { #qOudUTynPULQCqJQChEgbCbS0lfxc7DN { width:3.375rem;height:2.025rem;top:0.9375rem;left:15.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsQuznB5WuIUKHTWKTdfCQ24tiB21X98 { width:3.375rem;height:2.025rem;top:0.9375rem;left:10.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcS8kA4XmXVTAHmDun3nHo4rBVTkc1yD { width:15rem;height:3rem;top:0.375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:3;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #FuilElIGfpalt3QaLfyU1ftHQ8iypGvT { display:block; }#FuilElIGfpalt3QaLfyU1ftHQ8iypGvT > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OSqCkQTPnQQTyt42ulBXZoOqrB2INfsp { width:11rem;height:3rem;top:0.375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:3;display:block; }
 }@media only screen and (max-width: 763px) { #BVy8Tu0SwahrkOMeb5eVMtQUkJQWpoVO { width:3.375rem;height:2.025rem;top:0.9375rem;left:15.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWsuOo9tAV52rfQV4SUc1ylv0OHHAKBQ { width:3.375rem;height:2.025rem;top:0.9375rem;left:10.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUTVkErhp5IlIJC30PJeE0WR8sydmI1w { display:block; }#DUTVkErhp5IlIJC30PJeE0WR8sydmI1w > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ul7Qbp38ZuLokk8KZw87549kd1qlW8EE { width:15rem;height:3rem;top:0.375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:3;display:block; }
 }@media only screen and (max-width: 763px) { #IN9AbkezIklkT4D4tPEUJ41DwNvwdFZM { width:3.375rem;height:2.025rem;top:0.9375rem;left:15.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jrv5E7rUdT9RzRMUJgERaV002u6ugr7d { width:3.375rem;height:2.025rem;top:0.9375rem;left:10.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lF2ysH73gkdX5yrTn3P2A05IzJ7TKKNd { display:block; }#lF2ysH73gkdX5yrTn3P2A05IzJ7TKKNd > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TETNGcwuPnC0rRnh7khwcfdJg6XRFuWr { width:15rem;height:3rem;top:0.375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:3;display:block; }
 }@media only screen and (max-width: 763px) { #Dmot9U0r82iAX2J2umOgD17aTfWrQiGK { width:3.375rem;height:2.025rem;top:0.9375rem;left:15.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0XwCIQhPB9AlKqTZ5XA5gAlF3xD8iRT { width:3.375rem;height:2.025rem;top:0.9375rem;left:10.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvFxPNhosT5tbfaTrLJnlS0dAcHe7yPt { display:block; }#lvFxPNhosT5tbfaTrLJnlS0dAcHe7yPt > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BAObnQTbVcmVZlbgmTauhOzJ4gu0aZxU { width:15rem;height:3rem;top:0.375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:3;display:block; }
 }@media only screen and (max-width: 763px) { #uJdem4Cr5JONNEcpmyiVO7kDzk161tdT { width:3.375rem;height:2.025rem;top:0.9375rem;left:15.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZ9xCBWPMGyodyni5z5MkOJwD18nocqz { width:3.375rem;height:2.025rem;top:0.9375rem;left:10.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FldGuTQ8TWKHRfhvKDWwHW8749efH1F0 { display:block; }#FldGuTQ8TWKHRfhvKDWwHW8749efH1F0 > .row .container { width:20rem;height:19.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hbGlnUFSyKUd3OfrvuTTBoWNCT58Rko5 { width:12.375rem;height:4.25rem;top:6.3125305175781rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHEieBTHrTTHflL5OFURC36TbevEAa4G { display:block; }
 }@media only screen and (max-width: 763px) { #FwMBwMRUwlEHMgecv2xnmREkIghGDsyE { display:block; }#FwMBwMRUwlEHMgecv2xnmREkIghGDsyE > .row .container { width:20rem;height:118.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGDfeO2TOdXFSUsb8s5BDWFRGRqet292 { width:20rem;height:42.125rem;top:18.462493896484rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #S8JbtTn6qiD4WFmShz6boF2SxygTpnJ1 { width:20rem;height:20.087336244541rem;top:1.25rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5ii2qHGeDzrfsi8w7vQB9a1ybxufQXf { width:18.75rem;height:38.025rem;top:30.312494277954rem;left:0.625rem;text-align:justify;text-align-last:initial;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5ugv0cvCWrO33lFTKRXqCFlWIbrB8d2 { width:13rem;height:0.0625rem;top:28.125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xe3hMR2B0Jfr3vFGA3h4Ti2yNlINKvJT { width:20rem;height:4.0625rem;top:22.39999961853rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #akWH8Gfh4TQpAbqcmL5dbinFUL03EpPH { width:20rem;height:20.134375rem;top:70.047954559325rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WNx8dwMWz0P92gayRm4TOe9cTmzDAbtn { width:20rem;height:38.4375rem;top:76.75rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #GSOLZKFHhbkkyCiMlEwLtXMtGFscnwCg { width:18.75rem;height:33.6375rem;top:71.9375rem;left:0.625rem;text-align:justify;text-align-last:initial;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsZyQ8SyGvZs6UantMFyADeLVABDTA8T { width:6.25rem;height:6.25rem;top:109rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTk8KHZnHPnDel5dQNRKNgozIITtR8wl { width:12.5rem;height:0.0625rem;top:109rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtrIaAoVT4Fw7ak4fQSbABsITBEwsUTE { display:block; }#XtrIaAoVT4Fw7ak4fQSbABsITBEwsUTE > .row .container { width:20rem;height:27.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o3GSyWS0QLAwDhWpxvTCHzapGTdGhsHM { width:20rem;height:0.0625rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzaWguxGAKZgD0UxuxNPcncr6pK5vD3M { width:3.75rem;height:3.75rem;top:15.874999046326rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K72dtbRinNicSx0KVthvpPXeOODFs1Wt { width:3.75rem;height:3.75rem;top:19.25rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdxS42UbRfouDRb5Lwc1Is18lRIWwdtT { width:20rem;height:3.125rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgiLKQcabBQsDlyubroMTPaF5SpD0nJS { width:3.75rem;height:3.75rem;top:12.4375rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRwKPhTLBbvJXvTiGuyDqxcZOAXR5UDc { width:0.0625rem;height:17.5rem;top:5.2447929382324rem;left:14.557291984558rem;background-color:rgba(19,34,63,0.15);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) { #B4comm5sD007P07zmFPhqenfAfqdAzTs { width:20rem;height:3.125rem;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JX9ZXFpTa5IBeTTmlCbI7feN43GdT0hu { width:3.75rem;height:3.75rem;top:8.6875410079956rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdgSaVnxcAIIUAyepUzApMifWmiK1WcT { width:3.75rem;height:3.75rem;top:8.6875rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghoClKw3NZomAK7XXFZZ9AbIG7qVtwZJ { width:3.75rem;height:3.75rem;top:12.4375rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8rULhS6WVMXIPyJ1xPqr7abXKhXOV4Z { width:3.75rem;height:3.75rem;top:19.25rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxU9F64r1NsQLlAvkWTIXHP6KyGcgvKP { width:3.75rem;height:3.75rem;top:15.874999046326rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKNw1TBBFyv9SJfI84ESl1R8oaa5Rxi2 { width:8.3125rem;height:2.25rem;top:20.000000953674rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #vDA9PV6QLdiwauEo53hpBsLB1iNhJ1C9 { width:7.1875rem;height:1.125rem;top:17.125000953674rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #DdChbFcoM4B6VoPcS4RCwCrWTVPTW2SL { width:8.0625rem;height:2.25rem;top:13.1875rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #cDKRGbaEZwZsbmQSvJFq1pceVBI1wyuN { width:3.75rem;height:3.75rem;top:4.9375rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IP7hVRbIZanRSsns9OEHZQ8ZaxiSKkKC { width:3.75rem;height:3.75rem;top:4.9375rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaErbTnABpA4ssRw0XRBerTvN7f3CKxW { width:7.875rem;height:2.25rem;top:9.6822919845581rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #KbktJP1D4h59qoZB8Ku1kOHZHsG16q9V { width:7.375rem;height:2.25rem;top:5.6875rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #yrSaKZD6S7MfPo5TLalP7rDMoF3n4A0w { width:20rem;height:3.1875rem;top:5.2187490463257rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #mJLvsUmq7NvlNsUtFN57C7AEotfhvq1z { width:10.3125rem;height:0;top:0.9375rem;left:9.6875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vGoU0J400RWvlKDQZiraCtn1JyTmrvHo { width:12.25rem;height:0;top:0.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vHTBOnThsoWyPQXFHRqrSsNZCNDJ0L52 { display:flex;top:2.0624952316284rem;left:15.932291030884rem;width:2.1875rem;height:2.1875rem;z-index:15030; }
 }@media only screen and (max-width: 763px) { #sCeQ7qeLTIaOKm7HcLczl9n5WT1VRBur { display:flex;top:2.0625rem;left:9.9375rem;width:2.1875rem;height:2.1875rem;z-index:15031; }
 }@media only screen and (max-width: 763px) { #ou8QrXFeAbt4a59JekWP8Rz4xTJtQAo5 { display:block; }#ou8QrXFeAbt4a59JekWP8Rz4xTJtQAo5 > .row .container { width:20rem;height:58.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dxdpfz0VgEyPVwrTaSI4lNue6qw9TgFx { width:20rem;height:4.0625rem;top:21.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cldRnm4T8TyWOBaSBZm6o7qgoo59kEVD { width:18.75rem;height:23.4rem;top:28.687536239624rem;left:0.625rem;text-align:justify;text-align-last:initial;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHvqGsd3y8V77UwM2NifSFPi7kASu8rq { width:13rem;height:0.0625rem;top:26.8125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRGMDlR5fulTw5t0N1taHLpd7hSEnLmp { width:20rem;height:31.5rem;top:19rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Q2NvgDisZfJo4x1lhT0Jdx1qRiT2N4Is { width:20rem;height:19.9551875rem;top:0.0625rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPbFILlF55uD7okhaSW2nDU630KIf9JQ { width:10.375rem;height:3.4375rem;top:54.4375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQ4vU2NAVXHavv1Ehe2SkA0VohWUyH4w { display:block; }
 }@media only screen and (max-width: 763px) { #Q2ntoOnqGF8pTT1Dxq6TLI9Vti0si3V1 { display:block; }#Q2ntoOnqGF8pTT1Dxq6TLI9Vti0si3V1 > .row .container { width:20rem;height:59rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WCMRUhRdvWO8TfJlHezzWGrZTJAovJUz { width:18.75rem;height:39.4875rem;top:17.562484741211rem;left:0.625rem;text-align:justify;text-align-last:initial;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3SHQv1wS4WiTpJnhpk3qsfOARXZHyP9 { display:flex;width:12.5rem;height:12.5rem;top:1.5625rem;left:3.75rem;font-size:8.75rem; }
 }@media only screen and (max-width: 763px) { #dK3LoQEPQyHuEWrHmCRv6pvo4r92HS2V { width:20rem;height:32.5rem;top:16.625rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #XSK8ZRtrHDOtQAOORKqytKD0fKTcS4yr { display:block; }#XSK8ZRtrHDOtQAOORKqytKD0fKTcS4yr > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JFeB2FxBtDlwFACkDHFeRD333ZKML9a7 { width:20rem;height:0.0625rem;top:0.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGKpZnZsxltzVOlWMW3IpzwDoVGxBJuF { display:block; }#lGKpZnZsxltzVOlWMW3IpzwDoVGxBJuF > .row .container { width:20rem;height:92.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dJxNIJfko5ym1bm0dGc9CG0ucu8VZIwn { width:20rem;height:71.75rem;top:0rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #sOquSFM1Cmem4AZLLrtgtNR6KTKH1V7h { width:18.75rem;height:11.7rem;top:10.902083396912rem;left:0.625rem;text-align:justify;text-align-last:initial;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Blcn7uUNC0yeKsQDoETgUi2r98CoMW5c { width:20rem;height:4.0625rem;top:2.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwcgENlZJGHEC9gMfS8d7is3nu2kgryE { width:13rem;height:0.0625rem;top:7.8760423660281rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNxrX0MRWtNL4sSbzrd4TN71U8b3wLDI { width:16.6875rem;height:15.1875rem;top:24.75rem;left:2.625rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #GlabQofVdJUpSi3aZAtNbCzayhAeczzx { width:6.3125rem;height:3.25rem;top:22.539583206177rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAPASsTpTec1qAJAGWS7wyB8qcM2XHLv { width:8rem;height:3.25rem;top:42.25rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTaJLSkzBVLoqzleO52pc5uN6Lk7uQST { width:16.6875rem;height:47.25rem;top:44.6875rem;left:2.5625rem;text-align:justify;text-align-last:initial;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qATMI8dbpHQHONJVJGDAcHEqlGBpUFIi { display:flex;width:1.5625rem;height:1.5625rem;top:24.75rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #udu5ZTXTVlZDbf9yc82MfAfAZlKbhAaW { display:flex;width:1.5625rem;height:1.5625rem;top:28.125rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #Wd93TfKrSJVXOLKxXbb2CutFc8Thsg1B { display:flex;width:1.5625rem;height:1.5625rem;top:31.5625rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #TTLvoOTwhM49LffP3LGaT25XWKpplFFW { display:flex;width:1.5625rem;height:1.5625rem;top:34.96875rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #hDOqVq1e9tT1dbP7GZ247SEBQuuiamBV { display:flex;width:1.5625rem;height:1.5625rem;top:66.75rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #zLGdlW0GMRgSGnU95Xwh2ezf23RDRDp4 { display:flex;width:1.5625rem;height:1.5625rem;top:80.375rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #nKexWwlc128FOUtGGcXcEErrBCOyICuG { display:flex;width:1.5625rem;height:1.5625rem;top:44.6875rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #hl7UvvJyQHOMhWdbpyphaJ5dOTusIlEB { display:flex;width:1.5625rem;height:1.5625rem;top:53.1875rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #P374LzN4LGTn1IfTdb83lQQhUKMXLPzG { width:7.5rem;height:7.5rem;top:14.3125rem;left:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pLIiJbaMOMl88PBaAZUOI4XBl03r6Vtp { width:7.5rem;height:7.5rem;top:10.057312011719rem;left:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #LrcmRmrCi8bdmX85HrTDoU0uR8lZs1UB { display:block; }#LrcmRmrCi8bdmX85HrTDoU0uR8lZs1UB > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3XbioTKdIMqhpdUmPrceQ5ny03DIMvS { width:12.375rem;height:4.25rem;top:7.25rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzzzfibpO2n6TnUkiPTq5w3nBkiAkeQv { display:block; }
 }@media only screen and (max-width: 763px) { #DPeMumcovoRQTtnlSMVGW1RWbHJlZmdw { display:none; }#DPeMumcovoRQTtnlSMVGW1RWbHJlZmdw > .row .container { width:20rem;height:29.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rFifCyWatiBZPlC1pgLVr3gKM6gmMHC0 { width:11.875rem;height:0;top:25.875rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VPzUqmlkhJsErW1nRqig7RPCcqrWFOw3 { width:20rem;height:3.125rem;top:30.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cUTmmc5OJShOFtkEe94IUHc3p6hTrGhm { width:20rem;height:3.1875rem;top:25.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uHVyU2kRhBtkQdUQgW5z1W9KWUZZA8gB { width:11.875rem;height:0;top:37.7125rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pMXvchOBuc1TeT7EOIQkkyFhdlTX5WPB { width:11.875rem;height:0;top:27.782292366028rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hN0EfCJomkJp2ivkWbWHW4mLJUZNLLX2 { width:11.875rem;height:0;top:33.375rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tFCRLp25fVD9RP5CxQNmbSzv82ObaGOt { width:20rem;height:3.125rem;top:37.775rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #skTc7Zr51uHLPLSmIBOBtmaB2HlCStpX { width:11.875rem;height:0;top:30.25rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EWmuHZy7QPJxxf5CBIlG9bXuF00CduDU { width:5.9375rem;height:0;top:7.875rem;left:7rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bBxeQEuwsff3Xg1nwwz5S65XgTIDowoD { width:7.5rem;height:0;top:12.375rem;left:6.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wB82wL0OCocNdB21rnndqVDgBBxOGrS1 { width:8.625rem;height:0;top:16.875rem;left:5.6875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mrGSkTUW0NsDr9OnQTz5qGIR8sNTTJTk { width:9.5625rem;height:0;top:13.312499046326rem;left:5.21875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AlpZUbt3ZVQ5NHmXniHCpP3sGKzmTuaO { width:1.9375rem;height:0;top:26.5rem;left:18.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qTfKKmVHt4XRWFaJ9Ig7oumqv6ZR087K { width:1.9375rem;height:0;top:30.875rem;left:18.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CqPGgXSD1gbIdfrALNFeCCHX8mE9aDpB { width:1.9375rem;height:0;top:38.3375rem;left:18.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vl8MmDsM9aRuwfHwBuGKWOTTcfs3MKM9 { width:1.9375rem;height:0;top:27.75rem;left:18.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DqCzDEnXPHJm6u1Oui7OUIDnJiPX3fTy { width:1.9375rem;height:0;top:34rem;left:18.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JmobXrlngbZZgqIt6613WNX4BZpn7m58 { width:20rem;height:3.125rem;top:45.2375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dn4OtBEUBGbgl1Z5pQv4CnUban0ZTbWw { width:11.875rem;height:0;top:45.175rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TquCZ5hZ2R8TL2coHHpIrTskh0dBs30g { width:11.875rem;height:0;top:40.8375rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oLplGOUnfQoqsMgoxAZoggocDX3iwyvl { width:1.9375rem;height:0;top:45.8rem;left:18.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #s8sezuDE4ryx15W34KPxb2A93ksi0ZPM { width:1.9375rem;height:0;top:41.4625rem;left:18.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #L6v0RMZKQ3UaPmlAla5ORsb0SHAJnZ5K { width:1.9375rem;height:0;top:45.8rem;left:18.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SwRbK9b4wx3Sa6Aom9Kms9ZKpGWKLDMk { width:19rem;height:3.0625rem;top:49.987501144409rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #KTqX4pX3yRDRwImB9JyJnIS7G6uTTUao { display:block; }
 }@media only screen and (max-width: 763px) { #drmRd0rh9hKxewytzL2tmMADZT0cnakk { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzWqwQz9NnEoQWAKuyG1Uq7rmFr7KMOt { width:13rem;height:0.0625rem;top:7.6875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlD5nv33TSUyvpHeiDaaVHWq3KyIm33J { display:none; }#RlD5nv33TSUyvpHeiDaaVHWq3KyIm33J > .row .container { width:20rem;height:101.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TonPTXSJsThpyD7yJLfMOKZuf2LbX7Gp { width:20rem;height:3.125rem;top:26.355249023438rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyvckSQXBgW9n8uBFq84m52k141ts2L8 { width:1.9375rem;height:2.025rem;top:26.917749023438rem;left:18.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeWA8OuI66TibFy1Pp70ecPSo4dNllmz { width:1.9375rem;height:2.025rem;top:23.792749023438rem;left:18.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T21iH44Zhmo5JJpneLskJR9qVUBk6deo { width:20rem;height:3.125rem;top:21.955249023437rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEveWk5qrJsqfoCKnztPaeGSV7483TWX { width:1.9375rem;height:2.025rem;top:22.505236816406rem;left:18.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bzpf8Dbn2JB4cByAUaLp7m3DWEaqR7Nr { width:11.875rem;height:3.15rem;top:23.230249023438rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZGdPPgwetWVNe3kXtTe4hzf6crAa4VS { width:11.875rem;height:3.15rem;top:57.811486816406rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHubQTdV5ieDt7dT9CeZC3K7RK52T8k9 { width:11.875rem;height:3.15rem;top:21.955249023437rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hACdxonrdSGNqXwZSkdalA2lI7ZSDsZm { width:14.6875rem;height:3.15rem;top:18.830249023437rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AygvN7TRJTnoHsCk6enKV7x1g10UDg9e { width:1.9375rem;height:2.025rem;top:19.455249023437rem;left:18.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RR5by7EyRfxkQLGWSkTGxS1h66d1iJHJ { width:20rem;height:3.1875rem;top:17.517749023437rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyMMvT1ppOPRTlI2N4oLpDq9DOfN31Pv { width:14.125rem;height:3.15rem;top:17.517749023437rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtabP0TATB183Ktlu8TwbhDUC6QGScvv { width:1.9375rem;height:2.025rem;top:18.080249023437rem;left:18.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTzrO50TnyIolWJm4BHR3kIvpOmEZn2q { width:11.875rem;height:3.15rem;top:13.117749023438rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvnpNoZKXftzi6fMIW8qxcZTxXLx6EmK { width:1.9375rem;height:2.025rem;top:14.955249023437rem;left:18.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hu96qwk7JfgUKTnoVBvEpGS0uvSbzEpn { width:20rem;height:3.125rem;top:10.055249023438rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocgMV9naFdnZXECRwcCRViBWS956XTEk { width:13.5rem;height:3.15rem;top:9.9927490234375rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7RRzArN3F06i3v0ETy4314L0QTSFmiH { width:11.875rem;height:3.15rem;top:6.9302490234375rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzFBzSdbAdDc5N2ZV70s7m2VbMqi4DiV { width:1.9375rem;height:2.025rem;top:10.617749023438rem;left:18.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4LQhtuiBcTpDEOqbtBVUnDQTAGJ99gM { width:1.9375rem;height:2.025rem;top:7.4927490234375rem;left:18.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSa8WtIpP4tN8aXysiJKgq1A7dwMeTyD { width:20rem;height:3.125rem;top:5.6552490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT12WMTGqeJC6468dsQDRTTFvbZCBsFn { width:11.875rem;height:3.15rem;top:5.6552490234375rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qu6T2r0XEeask0F4qFt8k2UTRD9pc0Tw { width:1.9375rem;height:2.025rem;top:6.2177490234375rem;left:18.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgdS6V9Hr0xOPpsBouwhRTZLZs082ul0 { width:11.875rem;height:3.15rem;top:2.5302490234375rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9Z79DTM0hvBMhlpc5fn4RHBC6ZRl3yd { width:1.9375rem;height:2.025rem;top:3.1552490234375rem;left:18.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRJqW4LHiuUaOfrEQXHfkrTcyE5PK12b { width:1.9375rem;height:2.025rem;top:1.6927490234375rem;left:18.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fogL26kVVJw9PL1LL5rm5QwTLvCkdoTN { width:20rem;height:3.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t54GvI4FJiJ1tb42EVqe9Qndww1Q0OrW { width:11.875rem;height:3.15rem;top:1.2552490234375rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kty7iwuXuZm169AMRkMC3vuWF20Vu69o { width:1.9375rem;height:2.025rem;top:1.6927490234375rem;left:18.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c370l44BpHoNXWm1xD8JFi6y94lqkRv3 { width:20rem;height:3.125rem;top:46.492749023437rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTHOwtiqMTBN6IQmo76elBl0bKKtMP3h { width:20rem;height:3.125rem;top:37.717749023437rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEvyIdEzgB19rT8wZle0fcn400DtXQgV { width:20rem;height:3.1875rem;top:57.792749023438rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4rXP95ZEFrRXhAGSE8QP4wewn1TaduL { width:14.125rem;height:3.15rem;top:34.592749023437rem;left:0.99479293823244rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3Hu50DSLRE9gfs5tn0WIB1eEFugpOrX { width:14.6875rem;height:3.15rem;top:60.855249023438rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mR46QDLGRnpWrzRI13cJJbUhuTGsrfH7 { width:13.5rem;height:3.15rem;top:54.718774414063rem;left:1.6197929382324rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1LhW2Tbif2wzzIaEMBQF1kmstG5JIAT { width:20rem;height:3.125rem;top:65.255249023438rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FydON07UpGwo9eXxPEkHMU8ZJkR978Hh { width:11.875rem;height:3.15rem;top:76.555249023437rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZ7oBc2TBDg37fE4A0ifLpUtNOR5LZHv { width:15.8125rem;height:3.15rem;top:72.155249023438rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pidS6nEIn7lhforkZsSGTEMP9MX7fgIQ { width:11.875rem;height:3.15rem;top:42.092749023437rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTUfPUMD12AHBeRGyHLL0gDrDq5KDCBR { width:11.875rem;height:3.15rem;top:33.317749023438rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbQZv4HDlkmUU6lAr1usIEL2saFk4b2t { width:11.875rem;height:3.15rem;top:53.392749023438rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4Oz8kSJzTTT6abvui5iH9HZCEh8fTUL { width:13.375rem;height:3.15rem;top:43.400036621094rem;left:1.7447929382324rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrWkddT5fbNH4wnFGUGhN9swwr70rtZs { width:20rem;height:3.125rem;top:76.555249023437rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #doXqS98lZZlZrfet9IlGWcQ1wJ3Du5Xf { width:15.1875rem;height:3.15rem;top:83.517749023438rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoBk9OWusTARyUOoM0fPmexehqIoN44t { width:1.9375rem;height:2.025rem;top:61.417749023438rem;left:18.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmu3AX6KQSymDk4aqbRFa08vuGNsShdq { width:1.9375rem;height:2.025rem;top:58.292749023438rem;left:18.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZLuX7Bm0lUugiGtTpVfxGmEQ01ZUxPT { width:1.9375rem;height:2.025rem;top:50.117749023437rem;left:18.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #harIvF88Wis05hTDEV94MVpcFlXWMdem { width:1.9375rem;height:2.025rem;top:46.992749023437rem;left:18.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ql1lBdxNsz0CebG6ISX0MIJaV3Dx8sUL { width:1.9375rem;height:2.025rem;top:43.867749023437rem;left:18.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8tGVWEsXUobbVOBHVTPTPOlw7fg3RMB { width:1.9375rem;height:2.025rem;top:38.217749023437rem;left:18.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vppUi3ARIX13CVZQrVGq22o97SJ2v7P1 { width:1.9375rem;height:2.025rem;top:30.042749023438rem;left:18.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sp1g4y2HVIecxPB5chwmGOWaSNdMJyPF { width:1.9375rem;height:2.025rem;top:77.105236816406rem;left:18.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGvDfQkZz4CEbhodMFabc723SINwnHLT { width:1.9375rem;height:2.025rem;top:68.880249023438rem;left:18.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyT7oo9kyKaUCbHH1wNBgGVPJmV0NPWE { width:1.9375rem;height:2.025rem;top:65.805236816406rem;left:18.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAMV2rH0h8z7RQu9HPmRImdaOouet9q1 { width:1.9375rem;height:2.025rem;top:61.417749023438rem;left:18.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPbraJxxuqMQL2Q8Iv4DxT3iAFRhUdo5 { width:20rem;height:3.125rem;top:96.755249023438rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGdXXtONUR67rShIIs8Wu75Nf5kmqD1p { width:1.9375rem;height:2.025rem;top:97.317749023438rem;left:18.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iD5LcGSinc5UmUfwhNoUfXBtcCQBJNRd { width:14.75rem;height:3.15rem;top:65.280212402344rem;left:0.24479293823243rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeWw8TOv0hxuZZSSQE1gCxJxkgVGmZyH { width:14.6875rem;height:3.15rem;top:96.755249023438rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMK2R1m9KzxlmwVZ0vRXdG4WtJDt1AsU { width:1.9375rem;height:2.025rem;top:94.192749023438rem;left:18.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2eXeC0qqkTUThL79xa5OWM1SHBMt2Iq { width:11.875rem;height:3.15rem;top:93.662536621094rem;left:3.3020820617676rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5guwceJJpIqrXspUF9mt1KTVzHKTOxR { width:20rem;height:3.1875rem;top:92.317749023438rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmN1N3vI5IDGBFzEeC0lwIuQ8mQGXOTi { width:1.9375rem;height:2.025rem;top:92.880249023438rem;left:18.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGvrBOfNyeeFEAEnKvhOob7yW4Dws2n5 { width:16.25rem;height:3.15rem;top:87.917749023437rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUau0elmtGFyhANHyePTP05TLGG0r3gu { width:1.9375rem;height:2.025rem;top:80.242749023437rem;left:18.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODGBqcmXUrB1DmXdts2fth7hXP9Wwnhw { display:block; }#ODGBqcmXUrB1DmXdts2fth7hXP9Wwnhw > .row .container { width:20rem;height:2.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sGdxmpVPDEmiAknnZz9zhh1LcST4JBVC { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ng38TnKi5zPAuTGOg65Lpm4iEEQIqVdu { display:block; }#ng38TnKi5zPAuTGOg65Lpm4iEEQIqVdu > .row .container { width:20rem;height:74.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FkJV8DnTIscJZdmtDtp8XSxpV8doIAzr { width:20rem;height:24.875rem;top:0.6875rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sk1dTTuEr4cIe5T99NGV00US6T3fiVb5 { width:20rem;height:43rem;top:25.5625rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ei0PTFwxKyQBH2Boinc5F4Qlx1lqpV2r { width:18.75rem;height:38.025rem;top:34.375rem;left:0.625rem;text-align:justify;text-align-last:initial;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #reoKZDJcHXNOfFuawHXr5EyHaNU4cHHm { width:20rem;height:4.0625rem;top:26.625034332276rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBgv9bZ4aptLokwZqil5gme9kBken85q { width:13rem;height:0.0625rem;top:32.375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQlvdr7Vzxbnrw3tSeIzsvXAubnXrWMP { display:block; }#WQlvdr7Vzxbnrw3tSeIzsvXAubnXrWMP > .row .container { width:20rem;height:2.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NN5E9mkMA2k0fGvQDZZ1qF3XHvGmerMG { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #krh0JVcT2JnQuUONdlqinClLkDseDRVc { display:block; }#krh0JVcT2JnQuUONdlqinClLkDseDRVc > .row .container { width:20rem;height:75.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QZFypTZEuN8odrWiHhHZtm7n3QaNJBdL { width:20rem;height:24.6875rem;top:0.0625rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uv0iuyusRKTLxUXLZv4x9oXTMBhwhTUp { width:20rem;height:48.6875rem;top:24.75rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #CpuLrvC9MF845oFx2NeeS07ogXTiXoCw { width:20rem;height:4.0625rem;top:26.187467575073rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxIUH8uJUifhR0xx9LzRdpIbdcQkpON8 { width:18.75rem;height:4.3875rem;top:34.75rem;left:0.625rem;text-align:justify;text-align-last:initial;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgaQrdoTD4mtf4TtlzfCQGSnO5n8Sk27 { width:13rem;height:0.0625rem;top:32.5rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT6FRSWLVMUlbV0mVWB1p9A4Ak5uI2DQ { width:16.875rem;height:4.3875rem;top:41.1875rem;left:2.875rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuFLsWQm4Hnu2FCovlCN2Hf4ZaQvfqkv { display:flex;width:1.5625rem;height:1.5625rem;top:41.1875rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #RxZ3PwgW48lZO9HOMwoANFyKeyb8kCoT { width:16.875rem;height:4.3875rem;top:46rem;left:2.875rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zr5HlLNfcAP19vGIrVd0alGvsdn7iiMV { display:flex;width:1.5625rem;height:1.5625rem;top:67.5625rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #zzeh1LC5emSV1Iz8yhwqAD0gORfqBLWK { width:16.875rem;height:5.85rem;top:51.4375rem;left:2.875rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZPMev5xfJFv3E5ltDKvqmD8Nnl3TlsP { display:flex;width:1.5625rem;height:1.5625rem;top:46rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #D3Cs97bAqUeJsQT25piBHDsaul3kQb5V { width:16.875rem;height:8.775rem;top:57.9375rem;left:2.875rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUONnqEAaOUD1MBwC8NIDTJdcbQZVtbQ { display:flex;width:1.5625rem;height:1.5625rem;top:51.4375rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #XQ5M1qPiwkzaXto6mgWAI3qgMmnGu5a5 { width:16.875rem;height:7.3125rem;top:67.5rem;left:2.875rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo2LXrxPFiGsus3yM1rUGml60NrCTMHt { display:flex;width:1.5625rem;height:1.5625rem;top:58rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #APdb1yDT6GOpGrWZ71dvrtOzkQ5zNy7L { display:block; }#APdb1yDT6GOpGrWZ71dvrtOzkQ5zNy7L > .row .container { width:20rem;height:2.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WV2bhAF5onDGE9vFhL6MFLETbrN3lBXe { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT5Lu2HWJnoWVnvU73nqneW61g7JvAQm { display:block; }#WT5Lu2HWJnoWVnvU73nqneW61g7JvAQm > .row .container { width:20rem;height:60.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GgN1HWk6LMAN8m6DaM1zChLqTvwTpOat { width:19.875rem;height:20.0625rem;top:1.25rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xppCmnXkC4dsWsvqC5FxpfLzmMqec0pV { width:18.75rem;height:27.7875rem;top:32.000000953674rem;left:0.625rem;text-align:justify;text-align-last:initial;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmTnFQnG8yHd3viKXSx62f7CS61pTWTr { width:13rem;height:0.0625rem;top:30.125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOaeqWboRZmQvppAtqXOZ86pkiiVq7iy { width:20rem;height:32.6875rem;top:21.3125rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #EPm4wwRTSw4e8gnaMQdxUfT4hJfxuB2L { width:20rem;height:6.09375rem;top:22.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCkzakl7PTVvqFcgUmZcTTKTQhgsTmVS { display:block; }#eCkzakl7PTVvqFcgUmZcTTKTQhgsTmVS > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uUeJoUC24glC8DFpgsTBE6tedhaPzB5r { width:12.375rem;height:4.25rem;top:7.2500801086425rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQpwycLuEPXMWLPcJhg3VtUR6x6PiHRq { display:block; }
 }@media only screen and (max-width: 763px) { #pHf4TSkl1v417WIIxxxLLdlJm812z54d { display:block; }#pHf4TSkl1v417WIIxxxLLdlJm812z54d > .row .container { width:20rem;height:2.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #InvfpnpNCIkkOqHKvCJuVrictTxNNZbP { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRcDVLIX9rP4olbiHiwT7SF4ZTVveT9P { background-color:#13223f;background-image:url("https://images.assets-landingi.com/x5DLTEjq/bg1_hd.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#SRcDVLIX9rP4olbiHiwT7SF4ZTVveT9P.adaptive-delivery-prevent-bg, #SRcDVLIX9rP4olbiHiwT7SF4ZTVveT9P.lazyload, #SRcDVLIX9rP4olbiHiwT7SF4ZTVveT9P.lazyloading { background-image: none; }#SRcDVLIX9rP4olbiHiwT7SF4ZTVveT9P > .row .container { background-color: transparent; background-image: none; }#SRcDVLIX9rP4olbiHiwT7SF4ZTVveT9P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRcDVLIX9rP4olbiHiwT7SF4ZTVveT9P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRcDVLIX9rP4olbiHiwT7SF4ZTVveT9P > .row .container > .video-iframe-container { display: none; }#SRcDVLIX9rP4olbiHiwT7SF4ZTVveT9P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRcDVLIX9rP4olbiHiwT7SF4ZTVveT9P > .row > .video-iframe-container { display: none; }#SRcDVLIX9rP4olbiHiwT7SF4ZTVveT9P > .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); }#SRcDVLIX9rP4olbiHiwT7SF4ZTVveT9P > .row .container { width:20rem;height:50.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bwUeLkXlqxf2TpZG5QhfSv6mOEE1n031 { width:17.1875rem;height:1.70625rem;top:17.8125rem;left:1.4375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QAaf5sn2rzuynHTkNVCsgdf24HPPP6Io { width:6.5625rem;height:1.6rem;top:36.062500953674rem;left:6.71875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xWEBPRKEKwwOlqxP3f5u3JICbmJKCwer { width:6.5625rem;height:1.6rem;top:20.5rem;left:5.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GPZ6ece4OCJchgQRpDcdAzm2MbTayd5z { display:flex;width:1.5625rem;height:1.5625rem;top:20.5rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #lQIDVyTUKD86xyETdsQi8vQtWOGITTI4 { display:flex;width:1.5625rem;height:1.5625rem;top:23.625rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #mlbOMAUwD4Tq6Cy1ibApq7PfeI9Odkyn { width:12.0625rem;height:1.6rem;top:23.625rem;left:5.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aOCi4QQOCtW35AZxS8etf0NU2qCmShqD { display:flex;width:1.5625rem;height:1.5625rem;top:26.9375rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #mEcwMd1mwLFDx2BfUHGRU15xJl3RzFOr { width:13.3125rem;height:7.55rem;top:26.9375rem;left:5.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QfF4U20kOPnyffWQ5poIpNAAyTukOGAe { width:20rem;height:0.0625rem;top:34.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tw2yakLL3uQB5Tax9coFR0VAlVRvDo8q { width:12.375rem;height:1.70625rem;top:5.6875rem;left:3.8125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T03HuZ0iNUV56pLS7vIT9QUdmOxGiOp6 { width:9.9375rem;height:1.6rem;top:8.9375rem;left:5.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HovWzXEHwUxwkB1oBHmVOENpOR6zvMQ5 { width:12.5625rem;height:3.2rem;top:12.3125rem;left:5.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vvFqTmdEvkzEUCnxlWGphyMWbAg3Thfl { display:flex;width:1.5625rem;height:1.5625rem;top:12.3125rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #tZr3UZtweQL20ecsr5Hcz7eNKAWxQTzH { display:flex;width:1.5625rem;height:1.5625rem;top:8.9375rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #XWu5VDankGw37Go9QuWbvTzfKguEXwxL { display:flex;width:1.5625rem;height:1.5625rem;top:1.5187492370606rem;left:3.8072919845581rem; }
#XWu5VDankGw37Go9QuWbvTzfKguEXwxL > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #cxPTbsoQD1hcgayRT0817fgMRToNpQeJ { display:flex;width:1.8125rem;height:1.8125rem;top:1.3937492370606rem;left:7.6875rem; }
#cxPTbsoQD1hcgayRT0817fgMRToNpQeJ > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #sPWf4KybGrSNwQwVPt8WLB4wRbIhQmMB { display:flex;width:1.5625rem;height:1.5625rem;top:1.5187492370606rem;left:11.807291984558rem; }
 }@media only screen and (max-width: 763px) { #xFgvVg1xiUzpGzzinxmgFGA6NAdcMULw { display:flex;width:1.5625rem;height:1.5625rem;top:1.5187492370606rem;left:15.25rem; }
 }@media only screen and (max-width: 763px) { #e4mWpSNAJHHRm6kkp3gK3eRhmL7TQsrt { width:8.4375rem;height:2.625rem;top:38.25rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDzZp6xfPpIqe4aWodhpX1HfV7XCWJyU { display:block; }
 }@media only screen and (max-width: 763px) { #glQK8fUTUhwECeN1owTbdEGZy02HfpnH { width:9.625rem;height:2.625rem;top:38.25rem;left:9.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7CULtxgTiFDriEmQAgv6mqO6WVMa6hJ { display:block; }
 }@media only screen and (max-width: 763px) { #zwopfyhpzxTTS4sCxO85xvaWbRQVQnCM { width:9.625rem;height:2.625rem;top:40.287502288818rem;left:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOOSaAWAGh6Oh7KqWsTltIHV8Lh9pv7p { display:block; }
 }@media only screen and (max-width: 763px) { #o2MrPey1s6L1hJCCqM5VzN3UFZIeT536 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#o2MrPey1s6L1hJCCqM5VzN3UFZIeT536 > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTy2DKTcQVLkv8Uizeas2WF8mXsUX0um { display:flex;width:2rem;height:2rem;top:1.25rem;left:9rem; }
#DTy2DKTcQVLkv8Uizeas2WF8mXsUX0um > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }