.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;
}body {
    width: fit-content;
    min-width: calc(100vw - (100vw - 100%));
}@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.8541669845581rem;left:51.25rem;display:block; }
#kZ486frr5gek8VRyGpaxKfimTzIuZoL9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TqZzzs0gkUMhsHAtNvTSZpcxxCDGtaX7 { position:relative;display:none; }#TqZzzs0gkUMhsHAtNvTSZpcxxCDGtaX7 { border-width: 0; border-radius: 0; }#TqZzzs0gkUMhsHAtNvTSZpcxxCDGtaX7 > .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; }#TqZzzs0gkUMhsHAtNvTSZpcxxCDGtaX7 > .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; }#Fsh1kZLMwALKSchcC9fa0lF167SG66SL { 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; }
#BMkAbx0Dyvl4pGIy50OxktyvQXQmtWvJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gXcnGwtn3BugxTKM9NRuHAVWSTKuRECn { 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; }
#ArBUn7phKzSDbgqwCbOnIfPxoqI7hfBU { 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; }
#oTvvmt9laJeAoHVI8Tk8zoJ0hGIkR9IJ { position:relative;display:none; }#oTvvmt9laJeAoHVI8Tk8zoJ0hGIkR9IJ { border-width: 0; border-radius: 0; }#oTvvmt9laJeAoHVI8Tk8zoJ0hGIkR9IJ > .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; }#oTvvmt9laJeAoHVI8Tk8zoJ0hGIkR9IJ > .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; }#p7hWJbacuiyAkztRAOT4zh1nhs9UE5qD { 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; }
#smNChTWCHlCmVzNuIfimI7qKsT0XtEKH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OlCszP4GN6B1DiCi3sDfX3CQrHsTHkcs { 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; }
#o6p7oW8okfIelefPvbdep0iMtW6PlHcL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uysApK4PitZeBnXo4urm6wJrJzI9koNM { 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; }
#vNVv0d5nA0ZHd2SrhXpvCJh7TgpANLs2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HuTOFn3LJ8DoUTi50BDQVuBJArw4QTIx { 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; }
#MCq2wCtwxJUROEHRRt6kVnyVlOawuCko { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ntmoo7v5C5O9ODtD55DHpcIV8CT11BFw { 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; }
#kTGGbmAIHZRXhL3ThNtTa6BsF5Fn1yMm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BcFeh1aRXrcRKC8J6ZXIbw8NCaNCQDrz { 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; }
#bpt6f7Dlsu403LwzZEFTd0nRqeeqlpWN { 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; }
#PugZzGOlcHTGFFVHhLf1lAsBJ1NMcB0p { 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; }
#zMbwzL4lMpu3mMi4R57tsfPxgL2l9vXw { 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; }
#oqhsrPeomzMsemrvNmo7HRV1LeWnpRp4 { 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; }
#Mg0hoxxrTx2vOTpH8kWTVXBKUnVlnkoA { 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; }
#gZ9zPaWlyuleJVGEaUMHauoxGIFwv0mT { position:relative;display:none; }#gZ9zPaWlyuleJVGEaUMHauoxGIFwv0mT { border-width: 0; border-radius: 0; }#gZ9zPaWlyuleJVGEaUMHauoxGIFwv0mT > .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; }#gZ9zPaWlyuleJVGEaUMHauoxGIFwv0mT > .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; }#SyabDrwfmFOdADZysQKOPR5cqMdV4Zac { 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; }
#rPFvai9NanKBw1MrouPAv6qeMyRIprs3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N6awsTM8w3V96XouDgepy7asnnDEiJcf { 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; }
#CoxuuDSEV5JD4MD9xtNOpyT1P4GxQzfd { 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; }
#vZZB4DX98hd7MtHuPNSZ79eibXSloSfm { position:relative;display:none; }#vZZB4DX98hd7MtHuPNSZ79eibXSloSfm { border-width: 0; border-radius: 0; }#vZZB4DX98hd7MtHuPNSZ79eibXSloSfm > .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; }#vZZB4DX98hd7MtHuPNSZ79eibXSloSfm > .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; }#a7RuwXpa7VHCTDEz1ryAi6H9lxw6agNh { 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; }
#vJGJUWp08durt27m9FTOxzQeebNcgJnE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rLdOKqAe9iISMtraPnvPgDhXiHezq9Xp { 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; }
#MDH4SCTMLEVQAveQfmVzW7hMUJl0MdkF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J1rMF3HzOHZd70CPeuHOmnW9smN4gR0A { 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; }
#ixb9ROh0wPWBukMpsAVFm7laDgTH29sT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GUp7b6T9Qonx3fmv91QNaGuF196homzP { 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; }
#lOnyrFsicHCrKTZg1B4Qk4T5lmN618F8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f9hfdnlf2nyP21whxJfSkQO645F4NOtE { 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; }
#hCUApx0A9hiIk0Woswxo4tczxoMuyE15 { 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; }
#GRkyuT6I8ndhws7W84aDa6wsJ0ooE3xK { 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; }
#TXTINpNWll2MEvTTK6Iz2whEWGqyNx5d { 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; }
#pxLRCOMf8xf32foG2zdT6ivDkTcnJQpk { 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; }
#JtOZvwgISGvt4yBndupUTcNz2bO5VSmz { position:relative;display:none; }#JtOZvwgISGvt4yBndupUTcNz2bO5VSmz { border-width: 0; border-radius: 0; }#JtOZvwgISGvt4yBndupUTcNz2bO5VSmz > .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; }#JtOZvwgISGvt4yBndupUTcNz2bO5VSmz > .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; }#ztXA2O2K3WHmoDKkSdyrP2UDraX7DGAO { 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; }
#Lzb1nS9UF0T9H5FmEoX8mFv1Jyyry3mo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HbTRgvZW4N3lFf3s4RxCkbILEfzzGsgn { 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; }
#NiN0roT9wH2TNw4PcukRBuhWwqzZxCWy { 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; }
#JyhKau7Hr2V9eE280QFXbsvDHndT5vgR { position:relative;display:none; }#JyhKau7Hr2V9eE280QFXbsvDHndT5vgR { border-width: 0; border-radius: 0; }#JyhKau7Hr2V9eE280QFXbsvDHndT5vgR > .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; }#JyhKau7Hr2V9eE280QFXbsvDHndT5vgR > .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; }#hbcS9Upx7hZtg9WA7gXCn8gHS6gGhRzk { 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; }
#MQ9BhSSrBHvZT5vtCkrhzi7HXnsx5VlF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vVPGJeIIdsAbgMhpXSpnrFgcTkKH0Kqp { 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; }
#C01qAllX7S7hTKKkqVAGh5F0iBorJEdH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WS4cAsCNxA60DqpHxlBt1rkziOH7CcPq { 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; }
#LPAQ7iSu2PfVoye3aaXBNNTyxlEZSuIq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bf0VhVuFmAEpRJGbTaJah5tkr1ItloIl { 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; }
#Ue1zSTQ4L3ZUtx0Gp7rcLnVR9bx4KaEL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lOrlqUDJpwmDOHptzoH4THHQzeS8zyws { 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; }
#uK5N7I6RdFAUPeEMlcKSiIuCoBy3cq2Q { 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; }
#uctdic6X11EhIbvacstMiaCvi8vN8oF3 { 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; }
#yQBdT8ChUgGirvl5DHHC162W07JbxCr0 { 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; }
#OAldpna28q3xvncpVTHDm485HSMkDd8a { 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; }
#zXugisQZQ0OudeO6bdMKI2QmtMaNZHqm { position:relative;display:none; }#zXugisQZQ0OudeO6bdMKI2QmtMaNZHqm { border-width: 0; border-radius: 0; }#zXugisQZQ0OudeO6bdMKI2QmtMaNZHqm > .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; }#zXugisQZQ0OudeO6bdMKI2QmtMaNZHqm > .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; }#tZ8thsDT3wanFuKs8A3w4FsHHrzbnwtX { 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; }
#QanxZSmviy9XLbTylkdkwMBNfr9XR7hG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m0vClRe3X3014C4FRzRrwJ6saWQuPnI8 { 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; }
#CCUTFSNw0r0ZBOGVoAITxzSkykkcyEoC { 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; }
#mkcTCaUqai4TxKk5w1Q1qGZwcVWgzMNO { position:relative;display:none; }#mkcTCaUqai4TxKk5w1Q1qGZwcVWgzMNO { border-width: 0; border-radius: 0; }#mkcTCaUqai4TxKk5w1Q1qGZwcVWgzMNO > .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; }#mkcTCaUqai4TxKk5w1Q1qGZwcVWgzMNO > .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; }#FAfrnJJPo7Tashh3qIdX7ZMpu08h3kG0 { 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; }
#Av5I1UK1A1s2JbzM917OLMB42mgnND7R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vF3OrzRlbPi6mo7mffsqBbsW2MMNrwIS { 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; }
#sxE89WTgRaU4oMSAp6yD46PaNQkuN96W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B2fFBxE20WcOVdbiw9UoNwu6Jg0QMmy4 { 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; }
#OOKLMBHnTLx22KxXAHpfSzwFEukSstuL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MR14SnrhX1arkGtwDNiCUzddHEafrwXO { 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; }
#tn4ARNbvWJ402dibTtQ7TcfQS8hh5TuJ { 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; }
#dClcAJQmTpTgsibIVrr9u1oXl5z39tJe { 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; }
#mNSAwOIdkO8KIKvFTb9mD7Swb1kaZVfp { 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:#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: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:#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: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:#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: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: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: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; }
#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:0.6875rem;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.6875rem;display:block; }
#mZeePZZfIlD4idEmPJmD7A1KaNOGELXw { position:relative;display:block; }#mZeePZZfIlD4idEmPJmD7A1KaNOGELXw { background-color: transparent; background-image: none; }#mZeePZZfIlD4idEmPJmD7A1KaNOGELXw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZeePZZfIlD4idEmPJmD7A1KaNOGELXw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZeePZZfIlD4idEmPJmD7A1KaNOGELXw > .row .container > .video-iframe-container { display: none; }#mZeePZZfIlD4idEmPJmD7A1KaNOGELXw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZeePZZfIlD4idEmPJmD7A1KaNOGELXw > .row > .video-iframe-container { display: none; }#mZeePZZfIlD4idEmPJmD7A1KaNOGELXw > .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); }#mZeePZZfIlD4idEmPJmD7A1KaNOGELXw { border-width: 0; border-radius: 0; }#mZeePZZfIlD4idEmPJmD7A1KaNOGELXw > .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; }#mZeePZZfIlD4idEmPJmD7A1KaNOGELXw > .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.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; }#qSPLGh3TSX2v5ogLpmG4PkOTfZWFbzHx { color:#071638;display:block;width:37.4375rem;position:absolute;font-family:play;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.046875rem;left:11.28125rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qqOZ6AXpD43sK9K2QQh86DenkNDAqdOs { position:relative;display:block; }#qqOZ6AXpD43sK9K2QQh86DenkNDAqdOs { background-color: transparent; background-image: none; }#qqOZ6AXpD43sK9K2QQh86DenkNDAqdOs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqOZ6AXpD43sK9K2QQh86DenkNDAqdOs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqOZ6AXpD43sK9K2QQh86DenkNDAqdOs > .row .container > .video-iframe-container { display: none; }#qqOZ6AXpD43sK9K2QQh86DenkNDAqdOs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqOZ6AXpD43sK9K2QQh86DenkNDAqdOs > .row > .video-iframe-container { display: none; }#qqOZ6AXpD43sK9K2QQh86DenkNDAqdOs > .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); }#qqOZ6AXpD43sK9K2QQh86DenkNDAqdOs { border-width: 0; border-radius: 0; }#qqOZ6AXpD43sK9K2QQh86DenkNDAqdOs > .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; }#qqOZ6AXpD43sK9K2QQh86DenkNDAqdOs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13.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; }#b1uBFs4rMQxzAKBdvvFezERTQlLOV6fU { color:#071638;display:block;width:37.4375rem;position:absolute;font-family:play;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.40625rem;left:11.28125rem;height:0;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S5ZIw57bQR988KUhUNhnfK0KlkHC9Q20 { color:#071638;display:block;width:37.4375rem;position:absolute;font-family:play;font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.921875rem;left:11.28125rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pfWpr3kihdypQysSbS3XwHO7OV5HvJLN { color:#071638;display:block;width:20.6875rem;position:absolute;font-family:play;font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.84375rem;left:19.65625rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#v1ScrRk2RNt9f2XTmnMv0AyOOfZhhcwd { position:relative;display:none; }#v1ScrRk2RNt9f2XTmnMv0AyOOfZhhcwd { border-width: 0; border-radius: 0; }#v1ScrRk2RNt9f2XTmnMv0AyOOfZhhcwd > .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; }#v1ScrRk2RNt9f2XTmnMv0AyOOfZhhcwd > .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:32.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:none; }#bs4GhQLTKve00UdwWNLetHFOuWx8Ak7e { background-color:#d528ca;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:10rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.125rem;left:2.6875rem;display:block; }
#NhXidOfztDXSAX3slHZvaRyVoQN20TVg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z46M2pgCMv2wEtKbwf8OUahe66rkOt7R { background-color:#d528ca;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:10rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.125rem;left:13.9375rem;display:block; }
#ghakgsNUTI1r3OrhAWB4lrxNErCnDQq0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HTDBckxHrmTrCyN6wsL4iwaI9JRsVxl8 { position:absolute;display:block;z-index:15006;background-color:rgba(213,40,202,0.05);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: 0rem 0rem 0.125rem rgba(0,0,0,0.5) ;height:6.875rem;width:10rem;top:3.3125rem;left:2.6875rem;display:block; }
#hMMM7ipw5GsNHqT90yIm8NxWG8gBDEMN { 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:15014;opacity:1;top:6.5rem;left:6.125rem; }
#kP8TSb3368n0EZv2odfkwIVtHsEidwak { color:#2d2929;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:4.75rem;left:2.6875rem;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;text-align:center;text-align-last:center;display:block; }
#liLV4X3kl0ufRV83FSvDZed7Qeu2NUct { background-color:#d528ca;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:10rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.125rem;left:25.1875rem;display:block; }
#M4maxkNARaChZLTXmgbfGHSQ1b4Zncz2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IJtD4PQqJTqbwTT7rvcEmTTrq7t6JVuW { background-color:#d528ca;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:10rem;height:2.1875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.125rem;left:36.4375rem;display:block; }
#XUDFvLS629dCFEA6HtdqFnJObdIRvVBB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b21bSnXzng7OIA4IqUM569o9GZSUbbKT { 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:15021;opacity:.4;top:5.1875rem;left:17.375rem; }
#eBxVq6IQc20PCp1LSmuwsTsZdlL9JeTs { position:absolute;display:block;z-index:15032;background-color:rgba(213,40,202,0.05);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: 0rem 0rem 0.125rem rgba(0,0,0,0.5) ;height:5.0625rem;width:10rem;top:27rem;left:25.1875rem;display:block; }
#rGXip5D19bsAW10PXOcM4GIHFklbkyb8 { color:#2d2929;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:27.8125rem;left:25.1875rem;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;text-align:center;text-align-last:center;display:block; }
#aBOPBuyL6nr2UKZyUXzClvVwTWZHOfDV { color:#2d2929;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:29.5rem;left:25.1875rem;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;text-align:center;text-align-last:center;display:block; }
#XhHF86e280t691we4gJ59qZlTTnduMzr { position:absolute;display:block;z-index:15009;background-color:rgba(213,40,202,0.05);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: 0rem 0rem 0.125rem rgba(0,0,0,0.5) ;height:15.6875rem;width:10rem;top:10.625rem;left:2.6875rem;display:block; }
#NJA3tJZItmB64iQOnTQhvugrnaQ2Aasd { 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:15017;opacity:1;top:16.9375rem;left:6.125rem; }
#m5xK7lnsKHLHn6AAhpn9eG2kJTQ49AdL { color:#2d2929;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:14.75rem;left:2.6875rem;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;text-align:center;text-align-last:center;display:block; }
#yfvdiu2aohmvp5o0T15q8JwCflwKLuLF { position:absolute;display:block;z-index:15012;background-color:rgba(213,40,202,0.05);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: 0rem 0rem 0.125rem rgba(0,0,0,0.5) ;height:15.6875rem;width:10rem;top:10.625rem;left:13.9375rem;display:block; }
#T7JV7kfqCIi5h3aJdWKBlaJf3e6azPdV { color:#2d2929;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:14.4375rem;left:13.9375rem;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;text-align:center;text-align-last:center;display:block; }
#iDSIqSvFFWl62Atgg0FDBoUnfPxWKowQ { 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:15020;opacity:1;top:16.9375rem;left:17.375rem; }
#zfEntD5LWxsUFyUUELJh2TTVLtvpiuTm { position:absolute;display:block;z-index:15007;background-color:rgba(213,40,202,0.05);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: 0rem 0rem 0.125rem rgba(0,0,0,0.5) ;height:6.875rem;width:10rem;top:3.3125rem;left:13.9375rem;display:block; }
#a2t0VuHMX5TvT9PMOuEbl4zgNlTqxsKD { position:absolute;display:block;z-index:15015;background-color:rgba(213,40,202,0.05);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: 0rem 0rem 0.125rem rgba(0,0,0,0.5) ;height:15.6875rem;width:10rem;top:10.75rem;left:25.1875rem;display:block; }
#RHHOfrq6UBtQ6Z2CSOM2QmbVgMHa0FCG { color:#2d2929;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:14.4375rem;left:25.1875rem;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;text-align:center;text-align-last:center;display:block; }
#DVJizUzpFMK7esiwipPonh11RG6bMuHG { 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:15023;opacity:1;top:16.90625rem;left:28.625rem; }
#qq1gV6gB1w4qntrrlri9PiXHMEdcbGsO { position:absolute;display:block;z-index:15009;background-color:rgba(213,40,202,0.05);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: 0rem 0rem 0.125rem rgba(0,0,0,0.5) ;height:6.875rem;width:10rem;top:3.3125rem;left:25.1875rem;display:block; }
#bDIvdWsiC2c92oKJMxpSONhTcl371MX6 { color:#2d2929;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:4.75rem;left:25.1875rem;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;text-align:center;text-align-last:center;display:block; }
#Ix7DEGlcz459L9lwGFI7EetgMIdk63zd { 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:15017;opacity:1;top:6.5rem;left:28.625rem; }
#BXETEGirx97V01Pna28E02tvRRXI6uFE { position:absolute;display:block;z-index:15035;background-color:rgba(213,40,202,0.05);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: 0rem 0rem 0.125rem rgba(0,0,0,0.5) ;height:5.0625rem;width:10rem;top:27.0625rem;left:36.4375rem;display:block; }
#TgOqLexpwxgf3p7aP0ElFAqLwNi6PHa0 { color:#2d2929;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:27.875rem;left:36.4375rem;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;text-align:center;text-align-last:center;display:block; }
#KBrl8OKgKF4wd0JzLEGtQDVV7fJrlibF { color:#2d2929;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:29.5625rem;left:36.4375rem;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;text-align:center;text-align-last:center;display:block; }
#W9a7yNWHuKZVLb8IVPDGvW9ezA9XXAT3 { position:absolute;display:block;z-index:15012;background-color:rgba(213,40,202,0.05);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: 0rem 0rem 0.125rem rgba(0,0,0,0.5) ;height:23.25rem;width:10rem;top:3.3125rem;left:36.4375rem;display:block; }
#BIJ49EnRfFU8ryO9Ign1KfxEnWTDdOpN { position:absolute;display:block;z-index:15038;background-color:rgba(213,40,202,0.05);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: 0rem 0rem 0.125rem rgba(0,0,0,0.5) ;height:5.0625rem;width:10rem;top:27.0625rem;left:13.9375rem;display:block; }
#LlKVsgh4viM9pWzFz5NukGsvihpSKFEw { color:#2d2929;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:27.875rem;left:13.9375rem;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;text-align:center;text-align-last:center;display:block; }
#PxRyMzTp00AkBwBF4iXmMoEDmBomKMwM { color:#2d2929;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:29.5625rem;left:13.9375rem;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;text-align:center;text-align-last:center;display:block; }
#NbpM6Q32WfR4X4vfOc5hsWZ9JKHVC7eH { background-color:#d528ca;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:10rem;height:2.1875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:1.125rem;left:47.3125rem;display:block; }
#BeTNJ44MG0sHdRTkVQx7RIDDaVyt4tiF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X5ft0kR4ZSvJJqVyDRZuy5JgN0u4k1ua { position:absolute;display:block;z-index:15038;background-color:rgba(213,40,202,0.05);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: 0rem 0rem 0.125rem rgba(0,0,0,0.5) ;height:5.0625rem;width:10rem;top:27.0625rem;left:47.3125rem;display:block; }
#v0qWEe1y12VczemHt35lT7O5oWOoTBTq { color:#2d2929;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:27.875rem;left:47.3125rem;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;text-align:center;text-align-last:center;display:block; }
#GD9XLgJ9yIoHrdHZWU3T6zo1B1M3oc5n { color:#2d2929;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:29.5625rem;left:47.3125rem;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;text-align:center;text-align-last:center;display:block; }
#ZsiQVfK94lfVvpDP2VSa6tFUnducRhRE { position:absolute;display:block;z-index:15024;background-color:rgba(213,40,202,0.05);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: 0rem 0rem 0.125rem rgba(0,0,0,0.5) ;height:15.6875rem;width:10rem;top:10.75rem;left:47.3125rem;display:block; }
#FJVTS2dkPQxVMXFLs0KVTqnEQRwUkRqm { position:absolute;display:block;z-index:15018;background-color:rgba(213,40,202,0.05);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: 0rem 0rem 0.125rem rgba(0,0,0,0.5) ;height:6.875rem;width:10rem;top:3.3125rem;left:47.3125rem;display:block; }
#wdtCO2Hv9B9ZcyJaKrOBwbI7e4TmkbMT { color:#2d2929;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:4.75rem;left:47.3125rem;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;text-align:center;text-align-last:center;display:block; }
#EdZXVvv9JZbvisPBZRRVH3XPPE3TTCeT { color:#2d2929;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:14.4375rem;left:47.28125rem;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;text-align:center;text-align-last:center;display:block; }
#pRpWL7o39A63FG8F8uNQr53KJ4UXSEfO { 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:15026;opacity:1;top:6.5rem;left:50.75rem; }
#tyME89oRaFiQUSQbw4D1HAVxwsbrruc6 { 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:15032;opacity:1;top:16.90625rem;left:50.75rem; }
#ZzJz0bom0FsDViW5JfLbA8pIftRXrG98 { 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:15022;opacity:.4;top:13.47500038147rem;left:39.875rem; }
#lgruq84o0VZHRLoPBVulf2hIil6pKcTs { color:#2d2929;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:22.375rem;left:25.15625rem;height:2.275rem;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; }
#vuZ5eT6roc7GTJbanlfZ6AIBvynQvFpq { position:relative;display:none; }#vuZ5eT6roc7GTJbanlfZ6AIBvynQvFpq { border-width: 0; border-radius: 0; }#vuZ5eT6roc7GTJbanlfZ6AIBvynQvFpq > .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; }#vuZ5eT6roc7GTJbanlfZ6AIBvynQvFpq > .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:24.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:none; }#XrPehdpTCznaUtofpqvAGnVEQKyAO2OX { background-color:#d528ca;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:10rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1rem;left:19.4375rem;display:block; }
#NzllqbFbJJJurwFlacmTGaqcDD5kyuk3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DTAS1HiaJlKAGnTh9XE0SWh77PRMDL21 { background-color:#d528ca;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:10rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1rem;left:30.6875rem;display:block; }
#Z2xsV4dHSlBoThZwesUstzvOcfalIV4R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H0Fg77p3kx9dst4T6Fbpn44VVQTcH2vV { position:absolute;display:block;z-index:15002;background-color:rgba(213,40,202,0.05);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: 0rem 0rem 0.125rem rgba(0,0,0,0.5) ;height:14.6875rem;width:10rem;top:9.125rem;left:19.4375rem;display:block; }
#zOzNwGZHPJ9E76rJP2P6LLkz582I9CdG { position:absolute;display:block;z-index:15008;background-color:rgba(213,40,202,0.05);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: 0rem 0rem 0.125rem rgba(0,0,0,0.5) ;height:20.875rem;width:10rem;top:3rem;left:30.6875rem;display:block; }
#P3SyXSfFeJaJr3VENwcielAWk3TCDKDR { 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:15020;opacity:1;top:11.875rem;left:22.875rem; }
#x0QTfAmUiq9xpBF1HfO9iFRXIaxdwZci { color:#2d2929;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:10.5rem;left:19.4375rem;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;text-align:center;text-align-last:center;display:block; }
#TJgRyEoBheoeqpD1ELX0ODqlGELJLePB { color:#2d2929;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:10.5rem;left:30.6875rem;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;text-align:center;text-align-last:center;display:block; }
#BFs4IS3sgRPnCkFiyuWkN0LMAk0LZQB0 { 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:15022;opacity:1;top:11.875rem;left:34.125rem; }
#hSEcAKoTfK5KgTeIQNeRT1vJz3JIQy1E { 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:15029;opacity:.4;top:5.5625rem;left:22.875rem; }
#xTMOQvrIC1JUFzMESHprhINxvbFWJxkl { color:#2d2929;display:block;width:10rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:3.875rem;left:19.4375rem;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;text-align:center;text-align-last:center;display:block; }
#OiAwzTMunFcC1Tqum4gg3w9USU2g1gSM { position:absolute;display:block;z-index:15008;background-color:rgba(213,40,202,0.05);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: 0rem 0rem 0.125rem rgba(0,0,0,0.5) ;height:5.625rem;width:10rem;top:3.1875rem;left:19.4375rem;display:block; }
#XLWSGq3TeZWKpgtux6n4B5WQkLLcLeG1 { position:relative;display:none; }#XLWSGq3TeZWKpgtux6n4B5WQkLLcLeG1 { border-width: 0; border-radius: 0; }#XLWSGq3TeZWKpgtux6n4B5WQkLLcLeG1 > .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; }#XLWSGq3TeZWKpgtux6n4B5WQkLLcLeG1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:25.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:none; }#be7mC3x3inLL8nd9i9RT9u5nVWvT7pMh { background-color:#d528ca;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:10rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.125rem;left:8.125rem;display:block; }
#VMo7GJrhB2gD6404KJ33DMM1EaDQItdO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HeSAkbZGGzdeRBHbiDiP1864vSnEGb64 { background-color:#d528ca;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:10rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.125rem;left:19.375rem;display:block; }
#PcsnQ19STUdMVLRJwZyh1vOq17zpWBcC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F507vVHLXoeca7Qy6KCl5EhnWe9o4kMM { position:absolute;display:block;z-index:15006;background-color:rgba(213,40,202,0.05);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: 0rem 0rem 0.125rem rgba(0,0,0,0.5) ;height:14rem;width:10rem;top:3.3125rem;left:8.125rem;display:block; }
#iv1CLpZcDu1FBpkGTqezyuKpBLPQDSeJ { background-color:#d528ca;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:10rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.125rem;left:30.625rem;display:block; }
#yHzlOxOuZWvmQx7i8hsCK1ol3tvTUT9O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gZfAdBoZloFvifxFFqF2kcP76Akq42kp { background-color:#d528ca;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:10rem;height:2.1875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.125rem;left:41.875rem;display:block; }
#C0oPSV0x0mVzTzVDlsURPwf1Hc7eooqX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L00KmEPzw4g2B7NZWnRDgp5VWsSMLaNd { position:absolute;display:block;z-index:15008;background-color:rgba(213,40,202,0.05);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: 0rem 0rem 0.125rem rgba(0,0,0,0.5) ;height:7.8125rem;width:10rem;top:17.625rem;left:8.125rem;display:block; }
#O65hz0KSEFQVxVtekBH4Gx53c4bOLxQ5 { color:#2d2929;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:18.55624961853rem;left:8.09375rem;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;text-align:center;text-align-last:center;display:block; }
#c9tGqF01wOv8GSHQDDUiupAWWZQHDT6L { color:#2d2929;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:8.77499961853rem;left:8.09375rem;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;text-align:center;text-align-last:center;display:block; }
#OhI51T7d4H3AZAU3SkC4QxdLvMLBupo5 { position:absolute;display:block;z-index:15012;background-color:rgba(213,40,202,0.05);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: 0rem 0rem 0.125rem rgba(0,0,0,0.5) ;height:14rem;width:10rem;top:3.3125rem;left:19.375rem;display:block; }
#Z6yZ1QZyl7pMTyEx61A2g1vxiBXGmDWT { color:#2d2929;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:8.75rem;left:19.375rem;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;text-align:center;text-align-last:center;display:block; }
#sdeBeTf1QT9fQzu9ihT0lamPpzDlbpu7 { 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:15018;opacity:1;top:10.5625rem;left:12.1875rem; }
#FEmNt8UEGIZMb12O8PtNix3eEqkPaVTW { 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:15024;opacity:1;top:10.5625rem;left:23.4375rem; }
#Ap75rcNVDBIWKlQU3Xod9KcLHzUeQKtu { 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:15023;opacity:.4;top:20.28125rem;left:11.875rem; }
#dbObKD4EWqNg4V0rBC7Ek2kXCm5lOZK6 { position:absolute;display:block;z-index:15011;background-color:rgba(213,40,202,0.05);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: 0rem 0rem 0.125rem rgba(0,0,0,0.5) ;height:7.8125rem;width:10rem;top:17.625rem;left:19.375rem;display:block; }
#WBtF4InqRRtiaNE1B4vMugontXvIF2Zz { color:#2d2929;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:18.5625rem;left:19.375rem;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;text-align:center;text-align-last:center;display:block; }
#oKbFXkxSylN1PqdXBuxAtDieUwyZJXdT { position:absolute;display:block;z-index:15018;background-color:rgba(213,40,202,0.05);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: 0rem 0rem 0.125rem rgba(0,0,0,0.5) ;height:10.125rem;width:10rem;top:3.3125rem;left:30.625rem;display:block; }
#V0sDAMi39xWXlvUrHu5IdEABtVkUse3A { color:#2d2929;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:7.050000190735rem;left:30.59375rem;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;text-align:center;text-align-last:center;display:block; }
#MfxoXsAb4usNsiVWrv1S8hSOLdJih6Oi { position:absolute;display:block;z-index:15017;background-color:rgba(213,40,202,0.05);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: 0rem 0rem 0.125rem rgba(0,0,0,0.5) ;height:6rem;width:10rem;top:13.6875rem;left:30.625rem;display:block; }
#BrSPgHFz4wQ25oJRms5XGl2gth6A8hNw { color:#2d2929;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:14.3125rem;left:30.625rem;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;text-align:center;text-align-last:center;display:block; }
#CCSuuSAG2FeL8tfdZx7LQLiEZzbK15ZX { 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:15030;opacity:1;top:8.75rem;left:34.0625rem; }
#DmQXz0X2tJRe13tay0unxoMaSrvwQIae { position:absolute;display:block;z-index:15024;background-color:rgba(213,40,202,0.05);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: 0rem 0rem 0.125rem rgba(0,0,0,0.5) ;height:14rem;width:10rem;top:3.3125rem;left:41.875rem;display:block; }
#rLQ6E68JKloCR03xlhpnW2DXvy1fptdt { color:#2d2929;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:8.75rem;left:41.875rem;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;text-align:center;text-align-last:center;display:block; }
#mguRl2tDJrBIauI5XKtdUqfEwLN90PtD { position:absolute;display:block;z-index:15023;background-color:rgba(213,40,202,0.05);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: 0rem 0rem 0.125rem rgba(0,0,0,0.5) ;height:7.8125rem;width:10rem;top:17.625rem;left:41.875rem;display:block; }
#uMZqOZyriDr7FFpXJItopS07dR2kw78S { color:#2d2929;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:18.5625rem;left:41.875rem;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;text-align:center;text-align-last:center;display:block; }
#RF3ODsX6M5fc7DhFLVa8kQglH2f6Sngi { 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:15038;opacity:.4;top:20.3125rem;left:45.625rem; }
#OgtpT7non4dLvmSqepmkd53pSJbpvLCn { 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:15036;opacity:1;top:10.5625rem;left:45.9375rem; }
#Kesru3rRcUZ8X9Qpm862zWr0klb5wuqM { 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:15024;opacity:.4;top:20.28125rem;left:23.125rem; }
#ugMLlS4esigaRHClZ01JDtv0I8TDBJft { 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:15025;opacity:.4;top:15.9375rem;left:34.375rem; }
#VwxwhRGnmHbxTHTXfzlkBOsrf2bQGpTw { position:absolute;display:block;z-index:15020;background-color:rgba(213,40,202,0.05);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: 0rem 0rem 0.125rem rgba(0,0,0,0.5) ;height:5.3125rem;width:10rem;top:20rem;left:30.625rem;display:block; }
#v8Loxs0Asnkih3CI10JWET513UOZLsEg { color:#2d2929;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:20.450000762939rem;left:30.59375rem;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;text-align:center;text-align-last:center;display:block; }
#ZN4tGLa8NyAZ8u59f6oTDBxZNH1ZtAma { 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:15031;opacity:1;top:22.0625rem;left:34.0625rem; }
#g3pvcsEdEUZSTL91qLKMWKf3ZFcGyfFO { position:relative;display:none; }#g3pvcsEdEUZSTL91qLKMWKf3ZFcGyfFO { border-width: 0; border-radius: 0; }#g3pvcsEdEUZSTL91qLKMWKf3ZFcGyfFO > .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; }#g3pvcsEdEUZSTL91qLKMWKf3ZFcGyfFO > .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:29.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:none; }#TwOhi0d7f9Q6TGTueMfCuvc8QQhDJhJk { position:absolute;display:block;z-index:15000;background-color:rgba(213,40,202,0.05);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: 0rem 0rem 0.125rem rgba(0,0,0,0.5) ;height:24.625rem;width:10rem;top:2.9375rem;left:36.5rem;display:block; }
#AK2ucfQeqUFKZVdtPUev6PezHG5dkbe5 { background-color:#d528ca;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:10rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.8125rem;left:14rem;display:block; }
#UN6JhGW9GEQ1ZN9lVRCTZwW4SmCMPdy2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#drqIbsgSss1UT0syrnR0IrwU81y5VmcP { background-color:#d528ca;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:10rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.8125rem;left:25.25rem;display:block; }
#dHLxe9EUcJnnm0yWf2FA7dp1CANoh0ef { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CvPfklwngcqgSptWr2EbO6pbeoXN1dad { background-color:#d528ca;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:10rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.8125rem;left:36.5rem;display:block; }
#f3mdirfEyOUHeghsBMCXzXN2qTOCudsE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#imKNu2M63UET7eDZTlzhsSQaEWaWRlHU { color:#2d2929;display:block;width:9.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:10.5rem;left:36.5625rem;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;text-align:center;text-align-last:center;display:block; }
#Tugh55mMvLbCCUSScDEzo2pdQo4L3TBI { 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:15020;opacity:1;top:12.28750038147rem;left:39.9375rem; }
#ykkm969LtLkiwwwHBUliepNOF4QiV44B { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:19.1875rem;left:45.9375rem;display:none; }
#NkLoiRx3SgNWpKInscW4yaa2T6PpuEBL { position:absolute;display:block;z-index:14999;background-color:rgba(213,40,202,0.05);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: 0rem 0rem 0.125rem rgba(0,0,0,0.5) ;height:24.5625rem;width:10rem;top:2.8125rem;left:14rem;display:block; }
#pdS1w9MA7wbRCmv8GvGzTBwMLRlCpyyu { color:#2d2929;display:block;width:10rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:10.5rem;left:14rem;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;text-align:center;text-align-last:center;display:block; }
#TaAPaBSRDLo6h6UvcXDGto1CGXuvaVRo { 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:15045;opacity:1;top:12.28750038147rem;left:17.4375rem; }
#K4ebzC2aAw9xJB4WAAzsnlkmUtDR65cg { position:absolute;display:block;z-index:15005;background-color:rgba(213,40,202,0.05);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: 0rem 0rem 0.125rem rgba(0,0,0,0.5) ;height:6.125rem;width:10rem;top:2.8125rem;left:25.25rem;display:block; }
#PvybFSDtfE2ZdR13MTak5FTNQU0c6Nmg { color:#2d2929;display:block;width:10rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:4.0625rem;left:25.25rem;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;text-align:center;text-align-last:center;display:block; }
#CeOqaNFICi6rILfx5UwgZICdRLUlU1cn { 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:15026;opacity:.4;top:5.75rem;left:28.6875rem; }
#TnW00Bl1x6NUJQKyfh4okWFQbT2GbesV { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:19.1875rem;left:45.9375rem;display:none; }
#H9WIfe1Q4wOw9zT5m3uIFVpnMs7O0c6u { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:19.1875rem;left:45.9375rem;display:none; }
#u9ttOkJFfiJS73GClwGgFUNUkoBRDJNP { position:absolute;display:block;z-index:15018;background-color:rgba(213,40,202,0.05);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: 0rem 0rem 0.125rem rgba(0,0,0,0.5) ;height:18.4375rem;width:10rem;top:9.1875rem;left:25.25rem;display:block; }
#O9nFX7ZfZ9kEApef1NkfTsGEWS3PpTFd { 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:15052;opacity:1;top:16.143749237061rem;left:28.6875rem; }
#d9WOd4a6zvu0MFvimXTAQSXGRhTIJETL { color:#2d2929;display:block;width:10rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:14.356250762939rem;left:25.25rem;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;text-align:center;text-align-last:center;display:block; }
#Z0JrUZI71vrAeTBCTPUO7A9W36qMhVTK { position:relative;display:none; }#Z0JrUZI71vrAeTBCTPUO7A9W36qMhVTK { border-width: 0; border-radius: 0; }#Z0JrUZI71vrAeTBCTPUO7A9W36qMhVTK > .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; }#Z0JrUZI71vrAeTBCTPUO7A9W36qMhVTK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:25.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:none; }#VlGBUegAdUkOi5uJetgOcowOsmc90r10 { background-color:#d528ca;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:10rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.125rem;left:8.125rem;display:block; }
#p2nfxf0P6AJ8H9cToh5rV4hDodimb5sJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zipDBkd0oXacWVnQ85h3IamXufWysAw1 { background-color:#d528ca;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:10rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.125rem;left:19.375rem;display:block; }
#Te0AW87sJQVabx15BFUqNGPUTcxz3m6N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m9F4KUpNa2Qmh2WLtB17TGf7GqUkEX0U { background-color:#d528ca;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:10rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.125rem;left:30.625rem;display:block; }
#Zv8ifzHGUR3xTgVEu0L4A73yxLWwnvud { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dEsku8Glv1RktVTEkURPfv49hAc3NvfL { background-color:#d528ca;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:10rem;height:2.1875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.125rem;left:41.875rem;display:block; }
#yCSmqlWf24dweuo1hF08HIt76BL9wO9z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cxFJe67dJhqgQf8tg7SxvZ7wApoPS87w { position:absolute;display:block;z-index:15012;background-color:rgba(213,40,202,0.05);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: 0rem 0rem 0.125rem rgba(0,0,0,0.5) ;height:16.0625rem;width:10rem;top:3.3125rem;left:19.375rem;display:block; }
#AO1BeWUunpMlAq6VhRPEaTwWZ4nkFsfT { color:#2d2929;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:5.7749996185303rem;left:19.34375rem;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;text-align:center;text-align-last:center;display:block; }
#wSifnCvs6ce1Rxh2fCZEuB30rxUsCBmV { 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:15024;opacity:1;top:21.90625rem;left:22.8125rem; }
#R2hqSXcGwI4pEOKL8UAm9GwSyFbnKG8a { position:absolute;display:block;z-index:15011;background-color:rgba(213,40,202,0.05);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: 0rem 0rem 0.125rem rgba(0,0,0,0.5) ;height:5.75rem;width:10rem;top:19.6875rem;left:19.375rem;display:block; }
#G6VeQJlTuAfErNiV2VfJUuWzIB79pig3 { color:#2d2929;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:20.18124961853rem;left:19.34375rem;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;text-align:center;text-align-last:center;display:block; }
#Tr1bFa0rePSKdqnvQPqtppTgDLrd519X { position:absolute;display:block;z-index:15018;background-color:rgba(213,40,202,0.05);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: 0rem 0rem 0.125rem rgba(0,0,0,0.5) ;height:8.125rem;width:10rem;top:11.1875rem;left:30.625rem;display:block; }
#UFdMC1xMXnp8PzDeAdd95PwmHWWnxV50 { color:#2d2929;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:13.356249809265rem;left:30.59375rem;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;text-align:center;text-align-last:center;display:block; }
#Fh1ixutcJyE6GnWxELDBImrl3IVpasFy { position:absolute;display:block;z-index:15017;background-color:rgba(213,40,202,0.05);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: 0rem 0rem 0.125rem rgba(0,0,0,0.5) ;height:5.8125rem;width:10rem;top:19.625rem;left:30.625rem;display:block; }
#c701E0O8TlzW61wiJJJfPuDKK4JJP8HA { color:#2d2929;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:20.34375rem;left:30.59375rem;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;text-align:center;text-align-last:center;display:block; }
#FNsM6oSzCc48uAyuS5fkQI7IcZOV81k0 { 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:15030;opacity:1;top:21.90625rem;left:34.0625rem; }
#NrzPN6Er2XoctQHudZXOcE9JGwVczvXn { position:absolute;display:block;z-index:15000;background-color:rgba(213,40,202,0.05);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: 0rem 0rem 0.125rem rgba(0,0,0,0.5) ;height:6.125rem;width:10rem;top:11.1875rem;left:41.875rem;display:block; }
#X2OFunQiTtQkSoq96AhdH8kTCNnEECg0 { color:#2d2929;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:12.043749809265rem;left:41.84375rem;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;text-align:center;text-align-last:center;display:block; }
#S8EPDUlWCtd6rmEgMOCtWktNXe0G6MaZ { 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:15024;opacity:.4;top:14.25rem;left:22.8125rem; }
#JdAlRQBnsnC3cGbimn3MLrymhLki3GZu { 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:15025;opacity:.4;top:14.25rem;left:45.3125rem; }
#WZhg5K0Tngl2GNboKmit5U6tuOeZrm8O { color:#2d2929;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:9.5rem;left:19.34375rem;height:3.25rem;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; }
#Jd3oVdhaqTEVwZx4y6XE2J6PEvMGvgTk { 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:15025;opacity:.4;top:15.49374961853rem;left:34.0625rem; }
#ItAzGaMMAH18TlQoeUTNJMdSLNpXkosp { color:#2d2929;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:18.55624961853rem;left:41.84375rem;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;text-align:center;text-align-last:center;display:block; }
#AsKUV6mdsymSdXFU5SwAMGyKP8v5ukMC { position:absolute;display:block;z-index:15011;background-color:rgba(213,40,202,0.05);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: 0rem 0rem 0.125rem rgba(0,0,0,0.5) ;height:8.25rem;width:10rem;top:17.625rem;left:41.875rem;display:block; }
#hBmzvXAaPyq5w3SLTAel0oCgX6wkUvLu { 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:15021;opacity:1;top:20.34375rem;left:45.3125rem; }
#wBrs8sNKJJrPhlSP4KPVcl0yvQVtuTcH { position:absolute;display:block;z-index:15001;background-color:rgba(213,40,202,0.05);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: 0rem 0rem 0.125rem rgba(0,0,0,0.5) ;height:7.5625rem;width:10rem;top:3.3125rem;left:41.875rem;display:block; }
#N4K8TvL5N8iF6A610NUV49dulnAevRMu { 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:15023;opacity:1;top:6.875rem;left:45.3125rem; }
#coJDFSw5gA3uOHaXJ9llNJ9OoxTi3lhX { color:#2d2929;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:5.1499996185303rem;left:41.84375rem;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;text-align:center;text-align-last:center;display:block; }
#JcPve7tAOK2khFbLaenoZwtE7SVZCiIs { position:absolute;display:block;z-index:15009;background-color:rgba(213,40,202,0.05);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: 0rem 0rem 0.125rem rgba(0,0,0,0.5) ;height:6.125rem;width:10rem;top:10.75rem;left:8.125rem;display:block; }
#spU0Lkapf3a8nlQKUSlih8VfnPdcP5Vd { color:#2d2929;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:11.625rem;left:8.125rem;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;text-align:center;text-align-last:center;display:block; }
#QOOpsEDXURGhsS9CEeShEIbrzkoe3CnX { position:absolute;display:block;z-index:15010;background-color:rgba(213,40,202,0.05);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: 0rem 0rem 0.125rem rgba(0,0,0,0.5) ;height:7.5625rem;width:10rem;top:2.875rem;left:8.125rem;display:block; }
#T6CQ2MKUtmp8rruKQbdbek0WedluTxXW { color:#2d2929;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:4.6875rem;left:8.125rem;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;text-align:center;text-align-last:center;display:block; }
#Mkt01EGJTfZxxQSPh9W8yHx0M9OyurOp { position:absolute;display:block;z-index:15020;background-color:rgba(213,40,202,0.05);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: 0rem 0rem 0.125rem rgba(0,0,0,0.5) ;height:8.25rem;width:10rem;top:17.1875rem;left:8.125rem;display:block; }
#xdfr5q8IPAqge4meyWaV9vHoIETE6Bt8 { color:#2d2929;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:18.125rem;left:8.125rem;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;text-align:center;text-align-last:center;display:block; }
#oa91BLTtS9Tvon1gPDggdKWLsT4Jucl3 { 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:15034;opacity:.4;top:13.8125rem;left:11.5625rem; }
#DPwRgg5LJeJ9w73qu1aH5u6W0BUU3pOE { 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:15030;opacity:1;top:19.9375rem;left:11.5625rem; }
#KdHfPy6X0IJG1mswHxZRSZR9p7kvbLIn { 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:15032;opacity:1;top:6.4375rem;left:11.5625rem; }
#c135tvh6yR11xEh3F9c92yEqp6ITTRks { position:absolute;display:block;z-index:15004;background-color:rgba(213,40,202,0.05);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: 0rem 0rem 0.125rem rgba(0,0,0,0.5) ;height:7.5625rem;width:10rem;top:3.3125rem;left:30.6875rem;display:block; }
#RwpuiMUpmITHL4t3p9diQ0eWfEgm7KZP { color:#2d2929;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:5.125rem;left:30.625rem;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;text-align:center;text-align-last:center;display:block; }
#I4Ohu00QTtkcibkIB0HHTJGJNSHxXbTo { 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:15026;opacity:1;top:6.875rem;left:34.125rem; }
#UEfkIPFPvdZufhQBtnXwKZm00cnaKTOt { position:relative;display:none; }#UEfkIPFPvdZufhQBtnXwKZm00cnaKTOt { border-width: 0; border-radius: 0; }#UEfkIPFPvdZufhQBtnXwKZm00cnaKTOt > .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; }#UEfkIPFPvdZufhQBtnXwKZm00cnaKTOt > .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:27.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:none; }#TwXzboGTQgcTHyrqaxLl9J9eWnwvhv4K { position:absolute;display:block;z-index:15000;background-color:rgba(213,40,202,0.05);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: 0rem 0rem 0.125rem rgba(0,0,0,0.5) ;height:21.3125rem;width:10rem;top:2.9375rem;left:36.5rem;display:block; }
#qFks9EddQMnyA5hxK4R36lUDXoeTH1f0 { background-color:#d528ca;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:10rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.8125rem;left:14rem;display:block; }
#FbRSIRzTRLStrOTs7eWBMDUHdo0KnGAU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LSKqEDca4us9nlUulEWaIPAAZ4OLbkx2 { background-color:#d528ca;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:10rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.8125rem;left:25.25rem;display:block; }
#gfof907LTZAU4XECNnyQhBfuqewyJS03 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LJNDEm5RmubW0cWMTV64Nvv877qKFDzh { background-color:#d528ca;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:10rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.8125rem;left:36.5rem;display:block; }
#zHi2CfAw9ukBUMlI9XDpeD7bHbh50fb5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e1pnBPrc5V9GIKJrPk0iHEygTnhZcTcr { color:#2d2929;display:block;width:9.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:10.55624961853rem;left:36.5625rem;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;text-align:center;text-align-last:center;display:block; }
#OlZWeKqDcvkgKRhxmJCOoL3Wzm3FXwCo { 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:15020;opacity:1;top:12.28125rem;left:39.9375rem; }
#FHWkTQBicuoz0EMIhnSOXlsBUFEwhwhi { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:19.1875rem;left:45.9375rem;display:none; }
#XKaJ3mkxNoUyy7SpfvCRSkWFdS8KCqkq { 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:15046;opacity:1;top:12.28125rem;left:28.6875rem; }
#h0ixnlr1C9EHvSUVNbVyPGesnFDx2G6i { position:absolute;display:block;z-index:15012;background-color:rgba(213,40,202,0.05);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: 0rem 0rem 0.125rem rgba(0,0,0,0.5) ;height:14.9375rem;width:10rem;top:9.3125rem;left:25.25rem;display:block; }
#ENL6DCp3E6yOvFATBMykllrxXUayoSna { color:#2d2929;display:block;width:10rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:10.55624961853rem;left:25.25rem;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;text-align:center;text-align-last:center;display:block; }
#rA4lb0yJETfkBTm8yo5eVrqFXU7TDTcR { position:absolute;display:block;z-index:15018;background-color:rgba(213,40,202,0.05);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: 0rem 0rem 0.125rem rgba(0,0,0,0.5) ;height:8.25rem;width:10rem;top:16.0625rem;left:14rem;display:block; }
#STb4TTyh8wBHQTRlrN0rRVJbKbWKM6iE { color:#2d2929;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:17rem;left:14rem;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;text-align:center;text-align-last:center;display:block; }
#ICic9DSvCPQs4ric504U24M1JkA1A3Ji { 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:15028;opacity:1;top:18.8125rem;left:17.4375rem; }
#uV7JAyGXGL3p0k5vTZxyQT7lzfZZTGf3 { position:absolute;display:block;z-index:15008;background-color:rgba(213,40,202,0.05);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: 0rem 0rem 0.125rem rgba(0,0,0,0.5) ;height:6.125rem;width:10rem;top:2.9375rem;left:25.25rem;display:block; }
#xlrGxt7VMrdacUXpg2Svr4pTvvTJv6RR { color:#2d2929;display:block;width:10rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:4.1875rem;left:25.25rem;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;text-align:center;text-align-last:center;display:block; }
#sZ8cTrJI3uuCFyZWw4ub5yXGPVEGRgPm { 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:15029;opacity:.4;top:5.875rem;left:28.6875rem; }
#lAauFHgQx9tpmHlpycGu4VOLT5U44HKZ { position:absolute;display:block;z-index:15008;background-color:rgba(213,40,202,0.05);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: 0rem 0rem 0.125rem rgba(0,0,0,0.5) ;height:6.625rem;width:10rem;top:2.9375rem;left:13.9375rem;display:block; }
#Q6qlzEWNOEkIdXZMKA7SgFkPCh4Lp9Bo { color:#2d2929;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:3.9375rem;left:14rem;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;text-align:center;text-align-last:center;display:block; }
#VwibH0nL37HGT6qLFhd6iadqeOBdXSPB { position:absolute;display:block;z-index:15007;background-color:rgba(213,40,202,0.05);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: 0rem 0rem 0.125rem rgba(0,0,0,0.5) ;height:6.0625rem;width:10rem;top:9.8125rem;left:13.9375rem;display:block; }
#DV8vJbG3B5JRfMW2cdcSnk2nifq1rILh { color:#2d2929;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:10.25rem;left:13.9375rem;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;text-align:center;text-align-last:center;display:block; }
#SekB4dy9grHMLlVOMt9uDUNUZnxB7DTX { 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:15030;opacity:1;top:5.75rem;left:17.5rem; }
#ApJMgm1DePDaOUqDRrROXXRuIZzCyfaq { 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:15032;opacity:.4;top:12.28125rem;left:17.4375rem; }
#eHka2iE4mJhgxwD2VfmXsdoX1T8amJbo { position:relative;display:none; }#eHka2iE4mJhgxwD2VfmXsdoX1T8amJbo { border-width: 0; border-radius: 0; }#eHka2iE4mJhgxwD2VfmXsdoX1T8amJbo > .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; }#eHka2iE4mJhgxwD2VfmXsdoX1T8amJbo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:25.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:none; }#cfHr57DyXK1SLNWh42WFcesSiN6rJUn7 { background-color:#d528ca;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:10rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.125rem;left:8.125rem;display:block; }
#AlVC9mvy0T72xon3ybHd7nesrl7I77DN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eok2CKx78CTD4GrRG13QiEETVH80GoMg { background-color:#d528ca;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:10rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.125rem;left:19.375rem;display:block; }
#IhoTAmNoTAMbfw47m5lpEsubKPRg8I0v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RhvshhPc14tJZEBxx2TZv6WMeWJMw2K3 { position:absolute;display:block;z-index:15006;background-color:rgba(213,40,202,0.05);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: 0rem 0rem 0.125rem rgba(0,0,0,0.5) ;height:14rem;width:10rem;top:3.3125rem;left:8.125rem;display:block; }
#U2QVTaks1uMviDX2p3CCM4TphhoHHNvL { background-color:#d528ca;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:10rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.125rem;left:30.625rem;display:block; }
#xK5cfBwEawCWb20LfXuUhNORnvqwewLy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qfa2fylzVBDy7ZKxRGKGsLGLRXRDWITF { background-color:#d528ca;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:10rem;height:2.1875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.125rem;left:41.875rem;display:block; }
#kCzAwQkalGDUtG0kc7Z8tDZbmxDcfhyM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LqSZOGLMytuX1QEUtODkEsGtwiFpd5yc { position:absolute;display:block;z-index:15008;background-color:rgba(213,40,202,0.05);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: 0rem 0rem 0.125rem rgba(0,0,0,0.5) ;height:7.8125rem;width:10rem;top:17.625rem;left:8.125rem;display:block; }
#Gu64TVy1Ie4cq6LtppeallUK5KmKHmky { color:#2d2929;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:18.55624961853rem;left:8.09375rem;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;text-align:center;text-align-last:center;display:block; }
#MABPC4wKuKaT7p0M4QOhk8aKf7C9zzC3 { color:#2d2929;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:5.7749996185303rem;left:8.09375rem;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;text-align:center;text-align-last:center;display:block; }
#FqTTHpP0gwKEiK0ps1prm5M05aHU4FD2 { position:absolute;display:block;z-index:15012;background-color:rgba(213,40,202,0.05);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: 0rem 0rem 0.125rem rgba(0,0,0,0.5) ;height:16.0625rem;width:10rem;top:3.3125rem;left:19.375rem;display:block; }
#TSGni5W3p6TGOi23m0pesUJmzevQaRNW { color:#2d2929;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:5.7749996185303rem;left:19.34375rem;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;text-align:center;text-align-last:center;display:block; }
#ix2k05plLP5pFEcqb70TT3pFNQvG0Pkg { 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:15018;opacity:1;top:20.34375rem;left:11.5625rem; }
#ws9ARs4JxEs5VsGTL2KBz6esMzThW1Ei { 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:15024;opacity:1;top:21.90625rem;left:22.8125rem; }
#QTWDlBGfXHKGMTKkZ6LZ5oPHGoBTgRqL { 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:15023;opacity:.4;top:9.9375rem;left:11.5625rem; }
#nh0hyomIWh352B0rxQ9VD5RpHOmhP62T { position:absolute;display:block;z-index:15011;background-color:rgba(213,40,202,0.05);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: 0rem 0rem 0.125rem rgba(0,0,0,0.5) ;height:5.75rem;width:10rem;top:19.6875rem;left:19.375rem;display:block; }
#Ims8GUyGl4yh4ohkWWAp5nD1tMkErJQO { color:#2d2929;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:20.18124961853rem;left:19.34375rem;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;text-align:center;text-align-last:center;display:block; }
#ND1hbH3obcT1vo53DvbJ4CNt2HA76ndN { position:absolute;display:block;z-index:15018;background-color:rgba(213,40,202,0.05);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: 0rem 0rem 0.125rem rgba(0,0,0,0.5) ;height:16rem;width:10rem;top:3.3125rem;left:30.625rem;display:block; }
#JivkDS290KMdhHxiWrmIGWmIrxmPoeGR { color:#2d2929;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:5.7749996185303rem;left:30.59375rem;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;text-align:center;text-align-last:center;display:block; }
#EW8kZ2CeAO35lkC9Vwp4TGN0pOb0n2sQ { position:absolute;display:block;z-index:15017;background-color:rgba(213,40,202,0.05);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: 0rem 0rem 0.125rem rgba(0,0,0,0.5) ;height:5.8125rem;width:10rem;top:19.625rem;left:30.625rem;display:block; }
#wf5MxzPXUeCQbT8oNso1uRytEyiK1ql6 { color:#2d2929;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:20.34375rem;left:30.59375rem;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;text-align:center;text-align-last:center;display:block; }
#VlnJCo90hUmilUy0nKHpuU3bDoanV8i2 { 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:15030;opacity:1;top:21.90625rem;left:34.0625rem; }
#DIqzWCwz5agcwxTIpiSSxgP2O54trlxg { position:absolute;display:block;z-index:15000;background-color:rgba(213,40,202,0.05);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: 0rem 0rem 0.125rem rgba(0,0,0,0.5) ;height:6.125rem;width:10rem;top:11.1875rem;left:41.875rem;display:block; }
#W89iITPaw3bkk7useaSR3d70gyuuL15J { color:#2d2929;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:12.043749809265rem;left:41.84375rem;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;text-align:center;text-align-last:center;display:block; }
#XFP1D16qgHQ7QtvNDLokcrrN8CVsOOrT { 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:15024;opacity:.4;top:14.25rem;left:22.8125rem; }
#mAEvE6u191fWTAr8kWBwOpXhsFpUgTSe { 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:15025;opacity:.4;top:14.25rem;left:45.3125rem; }
#PclmAzDTz3mArwF20hWtuLLJGhfZz9SN { color:#2d2929;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:8.125rem;left:8.09375rem;height:1.625rem;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; }
#ireJQLl3Z1HfvT0g5oivTcAqKPJOiuN3 { color:#2d2929;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:9.5rem;left:19.34375rem;height:3.25rem;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; }
#H9CwNxByHsT1XGM2V8kui8cI9eVMA766 { color:#2d2929;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:9.46875rem;left:30.59375rem;height:3.25rem;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; }
#fNLu1LvQl2LwJJptRphbJbeE7BBW16un { 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:15025;opacity:.4;top:14.25rem;left:34.0625rem; }
#TKTnaBK7Z6SmxmJPx2QsGFipolzl153l { color:#2d2929;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:18.55624961853rem;left:41.84375rem;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;text-align:center;text-align-last:center;display:block; }
#zU94kVes4C8FNX9NWyNkGNUGJG3PDpPs { position:absolute;display:block;z-index:15011;background-color:rgba(213,40,202,0.05);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: 0rem 0rem 0.125rem rgba(0,0,0,0.5) ;height:8.25rem;width:10rem;top:17.625rem;left:41.875rem;display:block; }
#vM32aGyHI0MALIFxNA0ZkSsdbp1SnU66 { 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:15021;opacity:1;top:20.34375rem;left:45.3125rem; }
#vP9UbCGwb6QVv3hlOlhAXNx5cSST5CdJ { position:absolute;display:block;z-index:15001;background-color:rgba(213,40,202,0.05);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: 0rem 0rem 0.125rem rgba(0,0,0,0.5) ;height:7.5625rem;width:10rem;top:3.3125rem;left:41.875rem;display:block; }
#LGcvgi2zcesLtrw2LmfTTJLvZMTTExJI { 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:15023;opacity:1;top:6.875rem;left:45.3125rem; }
#AzrDpaARTQZGpUdMitQiskmyMpIBnJx7 { color:#2d2929;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:5.1499996185303rem;left:41.84375rem;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;text-align:center;text-align-last:center;display:block; }
#Z1yzRwPee6Nr7fmBNimihhIlk1JTZswd { position:relative;display:none; }#Z1yzRwPee6Nr7fmBNimihhIlk1JTZswd { border-width: 0; border-radius: 0; }#Z1yzRwPee6Nr7fmBNimihhIlk1JTZswd > .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; }#Z1yzRwPee6Nr7fmBNimihhIlk1JTZswd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.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; }#tEI9mh5JMcBmwVEqHhN4TQ4h1mM35l8m { color:#2d2929;display:block;width:33.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:0.53750038146973rem;left:13.46875rem;height:5.3625rem;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:left;text-align-last:left;display:block; }
#VRlWuGTSrSBGJvSgaAwHPXCtNNyJBSGa { position:relative;display:none; }#VRlWuGTSrSBGJvSgaAwHPXCtNNyJBSGa { border-width: 0; border-radius: 0; }#VRlWuGTSrSBGJvSgaAwHPXCtNNyJBSGa > .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; }#VRlWuGTSrSBGJvSgaAwHPXCtNNyJBSGa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15.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:none; }#x09kM05TZBgHddErwVtPZRqW3JUiCDXz { color:#2d2929;display:block;width:17.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:9.6875rem;left:11.125rem;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;text-align:left;text-align-last:left;display:block; }
#VnmTqTURKKWT8VNMBrRE8bUeH5fkmTwT { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:.4;top:9.3125rem;left:6.5625rem; }
#n8kG2zT7TbdPcaMqLXqTbie9wWS53fwT { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:3.75rem;left:6.5625rem; }
#XD1bWkTC7aKV6ubOvhMZRqFvOMAkxxuw { color:#2d2929;display:block;width:16.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:3.75rem;left:10.8125rem;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;text-align:left;text-align-last:left;display:block; }
#kWI5SblCShDfX0WWwVclGDTZy1k0ZcEe { color:#2d2929;display:block;width:6.625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0.875rem;left:4.1875rem;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;text-align:left;text-align-last:left;display:block; }
#EigihJrT22EwTiVFZXIl0zPvaxhJrwEw { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:6.75rem;left:6.5625rem; }
#EssS7VRSIGNZTdHZw5Ccbst5iDWvLMJ6 { color:#2d2929;display:block;width:16.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:6.75rem;left:10.8125rem;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;text-align:left;text-align-last:left;display:block; }
#DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg { position:relative;display:block; }#DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg { background-color: transparent; background-image: none; }#DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg > .row .container > .video-iframe-container { display: none; }#DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg > .row > .video-iframe-container { display: none; }#DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg > .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); }#DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg { border-width: 0; border-radius: 0; }#DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg > .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; }#DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg > .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.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; }#Rt6Wtae1PqaXmEUcHQ2BiRy0TI9qbDxJ { 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; }#Rt6Wtae1PqaXmEUcHQ2BiRy0TI9qbDxJ > .row .container { background-color: transparent; background-image: none; }#Rt6Wtae1PqaXmEUcHQ2BiRy0TI9qbDxJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rt6Wtae1PqaXmEUcHQ2BiRy0TI9qbDxJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rt6Wtae1PqaXmEUcHQ2BiRy0TI9qbDxJ > .row .container > .video-iframe-container { display: none; }#Rt6Wtae1PqaXmEUcHQ2BiRy0TI9qbDxJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rt6Wtae1PqaXmEUcHQ2BiRy0TI9qbDxJ > .row > .video-iframe-container { display: none; }#Rt6Wtae1PqaXmEUcHQ2BiRy0TI9qbDxJ > .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); }#Rt6Wtae1PqaXmEUcHQ2BiRy0TI9qbDxJ > .row .container { border-width: 0; border-radius: 0; }#Rt6Wtae1PqaXmEUcHQ2BiRy0TI9qbDxJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rt6Wtae1PqaXmEUcHQ2BiRy0TI9qbDxJ > .row .container { font-size:0.875rem;font-family:arial;height:20.6875rem;width:60rem;position:relative;display:block; }#HTsaXN6CAQ52tRvi3RkUuUhcZsfA9wXs { 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; }
#geHDffvFH4haSttUMT8gDgLxpdokaNiF { 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; }
#vZba9TsTw1RANOV4N0NIVtBWU9m9T0S6 { 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; }
#uS7tSRBvgw4MF4dTUtK9SgbGvuONJbJ4 { 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; }
#AXHsD5OWfzciSJCPRyIsCJ99OOoFWoUk { 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; }
#n0ueTzeihUR1Af20CuzdC1cIIywwI93l { 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; }
#wTfPZFLvKLmMSrpFVlbkOaXIZiqFkwpH { 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; }
#eM83o3Gn1vAnm9W8eRh4WPCO3tSizcRq { 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; }
#yTUtuUcMeBz3uKMDh9O0aHVvchH834u2 { 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; }
#uxnFv2DMegddNFP8RoKSSNDFh62fnSIm { 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; }
#fbKymA33qG1XVXnkcR201PXxu2EDAC8A { 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; }
#a6WJ4Ne0l6x1BzT26kZNSmqhqdiAt3kr { 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; }
#NWqJL9CKUZGrQRmTxWRaKJHAd4nlNQb5 { 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; }
#TIPV3zAFNR2z2m7hI0Atxqg0kca1QFpG { 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; }
#NPZGHezGafN4d5Ev3zFfpbvKiA1IUwte { 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; }
#NPZGHezGafN4d5Ev3zFfpbvKiA1IUwte > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#NMT1iTKue3ys0s9KwXUJeP3ddQlRkdZc { 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; }
#NMT1iTKue3ys0s9KwXUJeP3ddQlRkdZc > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; }#MIqRR2vvHmb2wRVdrSA1x53iCPAfHvB4 { 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; }
#vOJmudrE5T363usP8LR1Sbetruv5ZcD1 { 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; }
#NDa7muLPAJfbMrGWTwT2mQuK0aXedPBo { 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; }
#CeOt6wyMM5A0G9m6qPKd3vR5TtKKgOnp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZOBGkxM2JfcKomvXlLfJ2TiWaHPMUSzm { 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; }
#vsRttEUToNcT5Me0QSGRl3hTfVVBwzhu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MgKCPDP1fhGJxUsxCA95Lb8kF189QUCK { 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.3125rem;height:2.625rem;text-decoration:none;z-index:15013;text-align:left;text-align-last:left;top:17.119792938233rem;left:34.1875rem;display:block; }
#BqG39InQXO6zoIE02WDFUAneheMmfrDy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx { 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; }#pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx > .row .container { background-color: transparent; background-image: none; }#pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx > .row .container > .video-iframe-container { display: none; }#pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx > .row > .video-iframe-container { display: none; }#pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx > .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); }#pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx > .row .container { border-width: 0; border-radius: 0; }#pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx > .row .container { font-size:0.875rem;font-family:arial;height:2.1875rem;width:60rem;position:relative;display:block; }#piPdQ8idBWCZGgw2B8CLtTrfahWcgzb2 { 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; }
#piPdQ8idBWCZGgw2B8CLtTrfahWcgzb2 > 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.8125rem;left:41.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ486frr5gek8VRyGpaxKfimTzIuZoL9 { display:block; }
 }@media only screen and (max-width: 763px) { #TqZzzs0gkUMhsHAtNvTSZpcxxCDGtaX7 { display:none; }#TqZzzs0gkUMhsHAtNvTSZpcxxCDGtaX7 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Fsh1kZLMwALKSchcC9fa0lF167SG66SL { width:6.25rem;height:2.5rem;top:0.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BMkAbx0Dyvl4pGIy50OxktyvQXQmtWvJ { display:block; }
 }@media only screen and (max-width: 763px) { #gXcnGwtn3BugxTKM9NRuHAVWSTKuRECn { display:none; }
 }@media only screen and (max-width: 763px) { #ArBUn7phKzSDbgqwCbOnIfPxoqI7hfBU { display:none; }
 }@media only screen and (max-width: 763px) { #oTvvmt9laJeAoHVI8Tk8zoJ0hGIkR9IJ { display:none; }#oTvvmt9laJeAoHVI8Tk8zoJ0hGIkR9IJ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #p7hWJbacuiyAkztRAOT4zh1nhs9UE5qD { width:6rem;height:1.125rem;top:7.75rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #smNChTWCHlCmVzNuIfimI7qKsT0XtEKH { display:block; }
 }@media only screen and (max-width: 763px) { #OlCszP4GN6B1DiCi3sDfX3CQrHsTHkcs { width:3.625rem;height:1.125rem;top:6.0625rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #o6p7oW8okfIelefPvbdep0iMtW6PlHcL { display:block; }
 }@media only screen and (max-width: 763px) { #uysApK4PitZeBnXo4urm6wJrJzI9koNM { width:5.5625rem;height:1.125rem;top:4.375rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vNVv0d5nA0ZHd2SrhXpvCJh7TgpANLs2 { display:block; }
 }@media only screen and (max-width: 763px) { #HuTOFn3LJ8DoUTi50BDQVuBJArw4QTIx { width:5.9375rem;height:1.125rem;top:2.75rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MCq2wCtwxJUROEHRRt6kVnyVlOawuCko { display:block; }
 }@media only screen and (max-width: 763px) { #ntmoo7v5C5O9ODtD55DHpcIV8CT11BFw { width:6.6875rem;height:1.125rem;top:1rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kTGGbmAIHZRXhL3ThNtTa6BsF5Fn1yMm { display:block; }
 }@media only screen and (max-width: 763px) { #BcFeh1aRXrcRKC8J6ZXIbw8NCaNCQDrz { display:none; }
 }@media only screen and (max-width: 763px) { #bpt6f7Dlsu403LwzZEFTd0nRqeeqlpWN { display:none; }
 }@media only screen and (max-width: 763px) { #PugZzGOlcHTGFFVHhLf1lAsBJ1NMcB0p { display:none; }
 }@media only screen and (max-width: 763px) { #zMbwzL4lMpu3mMi4R57tsfPxgL2l9vXw { display:none; }
 }@media only screen and (max-width: 763px) { #oqhsrPeomzMsemrvNmo7HRV1LeWnpRp4 { display:none; }
 }@media only screen and (max-width: 763px) { #Mg0hoxxrTx2vOTpH8kWTVXBKUnVlnkoA { display:none; }
 }@media only screen and (max-width: 763px) { #gZ9zPaWlyuleJVGEaUMHauoxGIFwv0mT { display:none; }#gZ9zPaWlyuleJVGEaUMHauoxGIFwv0mT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SyabDrwfmFOdADZysQKOPR5cqMdV4Zac { width:6.25rem;height:2.5rem;top:0.125rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rPFvai9NanKBw1MrouPAv6qeMyRIprs3 { display:block; }
 }@media only screen and (max-width: 763px) { #N6awsTM8w3V96XouDgepy7asnnDEiJcf { display:none; }
 }@media only screen and (max-width: 763px) { #CoxuuDSEV5JD4MD9xtNOpyT1P4GxQzfd { display:none; }
 }@media only screen and (max-width: 763px) { #vZZB4DX98hd7MtHuPNSZ79eibXSloSfm { display:none; }#vZZB4DX98hd7MtHuPNSZ79eibXSloSfm > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #a7RuwXpa7VHCTDEz1ryAi6H9lxw6agNh { width:3.625rem;height:1.125rem;top:6.0625rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vJGJUWp08durt27m9FTOxzQeebNcgJnE { display:block; }
 }@media only screen and (max-width: 763px) { #rLdOKqAe9iISMtraPnvPgDhXiHezq9Xp { width:5.5625rem;height:1.125rem;top:4.375rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MDH4SCTMLEVQAveQfmVzW7hMUJl0MdkF { display:block; }
 }@media only screen and (max-width: 763px) { #J1rMF3HzOHZd70CPeuHOmnW9smN4gR0A { width:5.9375rem;height:1.125rem;top:2.75rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ixb9ROh0wPWBukMpsAVFm7laDgTH29sT { display:block; }
 }@media only screen and (max-width: 763px) { #GUp7b6T9Qonx3fmv91QNaGuF196homzP { width:6.6875rem;height:1.125rem;top:1rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lOnyrFsicHCrKTZg1B4Qk4T5lmN618F8 { display:block; }
 }@media only screen and (max-width: 763px) { #f9hfdnlf2nyP21whxJfSkQO645F4NOtE { display:none; }
 }@media only screen and (max-width: 763px) { #hCUApx0A9hiIk0Woswxo4tczxoMuyE15 { display:none; }
 }@media only screen and (max-width: 763px) { #GRkyuT6I8ndhws7W84aDa6wsJ0ooE3xK { display:none; }
 }@media only screen and (max-width: 763px) { #TXTINpNWll2MEvTTK6Iz2whEWGqyNx5d { display:none; }
 }@media only screen and (max-width: 763px) { #pxLRCOMf8xf32foG2zdT6ivDkTcnJQpk { display:none; }
 }@media only screen and (max-width: 763px) { #JtOZvwgISGvt4yBndupUTcNz2bO5VSmz { display:none; }#JtOZvwgISGvt4yBndupUTcNz2bO5VSmz > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ztXA2O2K3WHmoDKkSdyrP2UDraX7DGAO { width:6.25rem;height:2.5rem;top:0.125rem;left:22.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lzb1nS9UF0T9H5FmEoX8mFv1Jyyry3mo { display:block; }
 }@media only screen and (max-width: 763px) { #HbTRgvZW4N3lFf3s4RxCkbILEfzzGsgn { display:none; }
 }@media only screen and (max-width: 763px) { #NiN0roT9wH2TNw4PcukRBuhWwqzZxCWy { display:none; }
 }@media only screen and (max-width: 763px) { #JyhKau7Hr2V9eE280QFXbsvDHndT5vgR { display:none; }#JyhKau7Hr2V9eE280QFXbsvDHndT5vgR > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hbcS9Upx7hZtg9WA7gXCn8gHS6gGhRzk { width:3.625rem;height:1.125rem;top:6.0625rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MQ9BhSSrBHvZT5vtCkrhzi7HXnsx5VlF { display:block; }
 }@media only screen and (max-width: 763px) { #vVPGJeIIdsAbgMhpXSpnrFgcTkKH0Kqp { width:5.5625rem;height:1.125rem;top:4.375rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #C01qAllX7S7hTKKkqVAGh5F0iBorJEdH { display:block; }
 }@media only screen and (max-width: 763px) { #WS4cAsCNxA60DqpHxlBt1rkziOH7CcPq { width:5.9375rem;height:1.125rem;top:2.75rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #LPAQ7iSu2PfVoye3aaXBNNTyxlEZSuIq { display:block; }
 }@media only screen and (max-width: 763px) { #bf0VhVuFmAEpRJGbTaJah5tkr1ItloIl { width:6.6875rem;height:1.125rem;top:1rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ue1zSTQ4L3ZUtx0Gp7rcLnVR9bx4KaEL { display:block; }
 }@media only screen and (max-width: 763px) { #lOrlqUDJpwmDOHptzoH4THHQzeS8zyws { display:none; }
 }@media only screen and (max-width: 763px) { #uK5N7I6RdFAUPeEMlcKSiIuCoBy3cq2Q { display:none; }
 }@media only screen and (max-width: 763px) { #uctdic6X11EhIbvacstMiaCvi8vN8oF3 { display:none; }
 }@media only screen and (max-width: 763px) { #yQBdT8ChUgGirvl5DHHC162W07JbxCr0 { display:none; }
 }@media only screen and (max-width: 763px) { #OAldpna28q3xvncpVTHDm485HSMkDd8a { display:none; }
 }@media only screen and (max-width: 763px) { #zXugisQZQ0OudeO6bdMKI2QmtMaNZHqm { display:none; }#zXugisQZQ0OudeO6bdMKI2QmtMaNZHqm > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tZ8thsDT3wanFuKs8A3w4FsHHrzbnwtX { width:6.25rem;height:2.5rem;top:0.125rem;left:32.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QanxZSmviy9XLbTylkdkwMBNfr9XR7hG { display:block; }
 }@media only screen and (max-width: 763px) { #m0vClRe3X3014C4FRzRrwJ6saWQuPnI8 { display:none; }
 }@media only screen and (max-width: 763px) { #CCUTFSNw0r0ZBOGVoAITxzSkykkcyEoC { display:none; }
 }@media only screen and (max-width: 763px) { #mkcTCaUqai4TxKk5w1Q1qGZwcVWgzMNO { display:none; }#mkcTCaUqai4TxKk5w1Q1qGZwcVWgzMNO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FAfrnJJPo7Tashh3qIdX7ZMpu08h3kG0 { width:5.5625rem;height:1.125rem;top:4.375rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Av5I1UK1A1s2JbzM917OLMB42mgnND7R { display:block; }
 }@media only screen and (max-width: 763px) { #vF3OrzRlbPi6mo7mffsqBbsW2MMNrwIS { width:5.9375rem;height:1.125rem;top:2.75rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #sxE89WTgRaU4oMSAp6yD46PaNQkuN96W { display:block; }
 }@media only screen and (max-width: 763px) { #B2fFBxE20WcOVdbiw9UoNwu6Jg0QMmy4 { width:6.6875rem;height:1.125rem;top:1rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OOKLMBHnTLx22KxXAHpfSzwFEukSstuL { display:block; }
 }@media only screen and (max-width: 763px) { #MR14SnrhX1arkGtwDNiCUzddHEafrwXO { display:none; }
 }@media only screen and (max-width: 763px) { #tn4ARNbvWJ402dibTtQ7TcfQS8hh5TuJ { display:none; }
 }@media only screen and (max-width: 763px) { #dClcAJQmTpTgsibIVrr9u1oXl5z39tJe { display:none; }
 }@media only screen and (max-width: 763px) { #mNSAwOIdkO8KIKvFTb9mD7Swb1kaZVfp { 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) { #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) { #mZeePZZfIlD4idEmPJmD7A1KaNOGELXw { display:block; }#mZeePZZfIlD4idEmPJmD7A1KaNOGELXw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qSPLGh3TSX2v5ogLpmG4PkOTfZWFbzHx { top:1rem;left:5.15625rem;width:37.4375rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqOZ6AXpD43sK9K2QQh86DenkNDAqdOs { display:block; }#qqOZ6AXpD43sK9K2QQh86DenkNDAqdOs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b1uBFs4rMQxzAKBdvvFezERTQlLOV6fU { top:1.375rem;left:5.15625rem;width:37.4375rem;height:0;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5ZIw57bQR988KUhUNhnfK0KlkHC9Q20 { top:4.875rem;left:5.15625rem;width:37.4375rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfWpr3kihdypQysSbS3XwHO7OV5HvJLN { top:7.8125rem;left:13.53125rem;width:20.6875rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1ScrRk2RNt9f2XTmnMv0AyOOfZhhcwd { display:block; }#v1ScrRk2RNt9f2XTmnMv0AyOOfZhhcwd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bs4GhQLTKve00UdwWNLetHFOuWx8Ak7e { width:10rem;height:2.1875rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhXidOfztDXSAX3slHZvaRyVoQN20TVg { display:block; }
 }@media only screen and (max-width: 763px) { #z46M2pgCMv2wEtKbwf8OUahe66rkOt7R { width:10rem;height:2.1875rem;top:1.125rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghakgsNUTI1r3OrhAWB4lrxNErCnDQq0 { display:block; }
 }@media only screen and (max-width: 763px) { #HTDBckxHrmTrCyN6wsL4iwaI9JRsVxl8 { top:3.3125rem;left:0rem;width:10rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMMM7ipw5GsNHqT90yIm8NxWG8gBDEMN { top:6.5rem;left:3.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kP8TSb3368n0EZv2odfkwIVtHsEidwak { top:4.75rem;left:0rem;width:10.0625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #liLV4X3kl0ufRV83FSvDZed7Qeu2NUct { width:10rem;height:2.1875rem;top:1.125rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4maxkNARaChZLTXmgbfGHSQ1b4Zncz2 { display:block; }
 }@media only screen and (max-width: 763px) { #IJtD4PQqJTqbwTT7rvcEmTTrq7t6JVuW { width:10rem;height:2.1875rem;top:1.125rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUDFvLS629dCFEA6HtdqFnJObdIRvVBB { display:block; }
 }@media only screen and (max-width: 763px) { #b21bSnXzng7OIA4IqUM569o9GZSUbbKT { top:5.1875rem;left:14.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBxVq6IQc20PCp1LSmuwsTsZdlL9JeTs { top:27rem;left:13.875rem;width:10rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGXip5D19bsAW10PXOcM4GIHFklbkyb8 { top:27.8125rem;left:13.8125rem;width:10.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBOPBuyL6nr2UKZyUXzClvVwTWZHOfDV { top:29.5rem;left:13.8125rem;width:10.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhHF86e280t691we4gJ59qZlTTnduMzr { top:10.625rem;left:0rem;width:10rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJA3tJZItmB64iQOnTQhvugrnaQ2Aasd { top:16.9375rem;left:3.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5xK7lnsKHLHn6AAhpn9eG2kJTQ49AdL { top:14.75rem;left:0rem;width:10.0625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfvdiu2aohmvp5o0T15q8JwCflwKLuLF { top:10.625rem;left:10.875rem;width:10rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7JV7kfqCIi5h3aJdWKBlaJf3e6azPdV { top:14.4375rem;left:10.875rem;width:10.0625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDSIqSvFFWl62Atgg0FDBoUnfPxWKowQ { top:16.9375rem;left:14.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfEntD5LWxsUFyUUELJh2TTVLtvpiuTm { top:3.3125rem;left:10.875rem;width:10rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2t0VuHMX5TvT9PMOuEbl4zgNlTqxsKD { top:10.75rem;left:13.875rem;width:10rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHHOfrq6UBtQ6Z2CSOM2QmbVgMHa0FCG { top:14.4375rem;left:13.8125rem;width:10.0625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVJizUzpFMK7esiwipPonh11RG6bMuHG { top:16.875rem;left:20.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qq1gV6gB1w4qntrrlri9PiXHMEdcbGsO { top:3.3125rem;left:13.875rem;width:10rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDIvdWsiC2c92oKJMxpSONhTcl371MX6 { top:4.75rem;left:13.8125rem;width:10.0625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ix7DEGlcz459L9lwGFI7EetgMIdk63zd { top:6.5rem;left:20.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXETEGirx97V01Pna28E02tvRRXI6uFE { top:27.0625rem;left:27.25rem;width:10rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgOqLexpwxgf3p7aP0ElFAqLwNi6PHa0 { top:27.875rem;left:27.25rem;width:10.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBrl8OKgKF4wd0JzLEGtQDVV7fJrlibF { top:29.5625rem;left:27.25rem;width:10.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9a7yNWHuKZVLb8IVPDGvW9ezA9XXAT3 { top:3.3125rem;left:27.25rem;width:10rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIJ49EnRfFU8ryO9Ign1KfxEnWTDdOpN { top:27.0625rem;left:10.875rem;width:10rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlKVsgh4viM9pWzFz5NukGsvihpSKFEw { top:27.875rem;left:10.875rem;width:10.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxRyMzTp00AkBwBF4iXmMoEDmBomKMwM { top:29.5625rem;left:10.875rem;width:10.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbpM6Q32WfR4X4vfOc5hsWZ9JKHVC7eH { width:10rem;height:2.1875rem;top:1.125rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeTNJ44MG0sHdRTkVQx7RIDDaVyt4tiF { display:block; }
 }@media only screen and (max-width: 763px) { #X5ft0kR4ZSvJJqVyDRZuy5JgN0u4k1ua { top:27.0625rem;left:37.75rem;width:10rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0qWEe1y12VczemHt35lT7O5oWOoTBTq { top:27.875rem;left:37.6875rem;width:10.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GD9XLgJ9yIoHrdHZWU3T6zo1B1M3oc5n { top:29.5625rem;left:37.6875rem;width:10.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsiQVfK94lfVvpDP2VSa6tFUnducRhRE { top:10.75rem;left:37.75rem;width:10rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJVTS2dkPQxVMXFLs0KVTqnEQRwUkRqm { top:3.3125rem;left:37.75rem;width:10rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdtCO2Hv9B9ZcyJaKrOBwbI7e4TmkbMT { top:4.75rem;left:37.6875rem;width:10.0625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdZXVvv9JZbvisPBZRRVH3XPPE3TTCeT { top:14.4375rem;left:37.6875rem;width:10.0625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRpWL7o39A63FG8F8uNQr53KJ4UXSEfO { top:6.5rem;left:41.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyME89oRaFiQUSQbw4D1HAVxwsbrruc6 { top:16.875rem;left:41.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzJz0bom0FsDViW5JfLbA8pIftRXrG98 { top:13.4375rem;left:30.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgruq84o0VZHRLoPBVulf2hIil6pKcTs { top:22.375rem;left:13.8125rem;width:10.0625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuZ5eT6roc7GTJbanlfZ6AIBvynQvFpq { display:block; }#vuZ5eT6roc7GTJbanlfZ6AIBvynQvFpq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XrPehdpTCznaUtofpqvAGnVEQKyAO2OX { width:10rem;height:2.1875rem;top:1rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzllqbFbJJJurwFlacmTGaqcDD5kyuk3 { display:block; }
 }@media only screen and (max-width: 763px) { #DTAS1HiaJlKAGnTh9XE0SWh77PRMDL21 { width:10rem;height:2.1875rem;top:1rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2xsV4dHSlBoThZwesUstzvOcfalIV4R { display:block; }
 }@media only screen and (max-width: 763px) { #H0Fg77p3kx9dst4T6Fbpn44VVQTcH2vV { top:9.125rem;left:13.875rem;width:10rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOzNwGZHPJ9E76rJP2P6LLkz582I9CdG { top:3rem;left:23.875rem;width:10rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3SyXSfFeJaJr3VENwcielAWk3TCDKDR { top:11.875rem;left:19.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0QTfAmUiq9xpBF1HfO9iFRXIaxdwZci { top:10.5rem;left:13.8125rem;width:10.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJgRyEoBheoeqpD1ELX0ODqlGELJLePB { top:10.5rem;left:23.875rem;width:10.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFs4IS3sgRPnCkFiyuWkN0LMAk0LZQB0 { top:11.875rem;left:24.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSEcAKoTfK5KgTeIQNeRT1vJz3JIQy1E { top:5.5625rem;left:19.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTMOQvrIC1JUFzMESHprhINxvbFWJxkl { top:3.875rem;left:13.875rem;width:10rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiAwzTMunFcC1Tqum4gg3w9USU2g1gSM { top:3.1875rem;left:13.875rem;width:10rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLWSGq3TeZWKpgtux6n4B5WQkLLcLeG1 { display:block; }#XLWSGq3TeZWKpgtux6n4B5WQkLLcLeG1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #be7mC3x3inLL8nd9i9RT9u5nVWvT7pMh { width:10rem;height:2.1875rem;top:1.125rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMo7GJrhB2gD6404KJ33DMM1EaDQItdO { display:block; }
 }@media only screen and (max-width: 763px) { #HeSAkbZGGzdeRBHbiDiP1864vSnEGb64 { width:10rem;height:2.1875rem;top:1.125rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcsnQ19STUdMVLRJwZyh1vOq17zpWBcC { display:block; }
 }@media only screen and (max-width: 763px) { #F507vVHLXoeca7Qy6KCl5EhnWe9o4kMM { top:3.3125rem;left:5.0625rem;width:10rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #iv1CLpZcDu1FBpkGTqezyuKpBLPQDSeJ { width:10rem;height:2.1875rem;top:1.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHzlOxOuZWvmQx7i8hsCK1ol3tvTUT9O { display:block; }
 }@media only screen and (max-width: 763px) { #gZfAdBoZloFvifxFFqF2kcP76Akq42kp { width:10rem;height:2.1875rem;top:1.125rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0oPSV0x0mVzTzVDlsURPwf1Hc7eooqX { display:block; }
 }@media only screen and (max-width: 763px) { #L00KmEPzw4g2B7NZWnRDgp5VWsSMLaNd { top:17.625rem;left:5.0625rem;width:10rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O65hz0KSEFQVxVtekBH4Gx53c4bOLxQ5 { top:18.5rem;left:5.03125rem;width:10.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9tGqF01wOv8GSHQDDUiupAWWZQHDT6L { top:8.75rem;left:5.03125rem;width:10.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhI51T7d4H3AZAU3SkC4QxdLvMLBupo5 { top:3.3125rem;left:13.875rem;width:10rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6yZ1QZyl7pMTyEx61A2g1vxiBXGmDWT { top:8.75rem;left:13.8125rem;width:10.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdeBeTf1QT9fQzu9ihT0lamPpzDlbpu7 { top:10.5625rem;left:9.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEmNt8UEGIZMb12O8PtNix3eEqkPaVTW { top:10.5625rem;left:20.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ap75rcNVDBIWKlQU3Xod9KcLHzUeQKtu { top:20.25rem;left:8.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbObKD4EWqNg4V0rBC7Ek2kXCm5lOZK6 { top:17.625rem;left:13.875rem;width:10rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBtF4InqRRtiaNE1B4vMugontXvIF2Zz { top:18.5625rem;left:13.8125rem;width:10.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKbFXkxSylN1PqdXBuxAtDieUwyZJXdT { top:3.3125rem;left:23.875rem;width:10rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0sDAMi39xWXlvUrHu5IdEABtVkUse3A { top:7rem;left:23.875rem;width:10.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfxoXsAb4usNsiVWrv1S8hSOLdJih6Oi { top:13.6875rem;left:23.875rem;width:10rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrSPgHFz4wQ25oJRms5XGl2gth6A8hNw { top:14.3125rem;left:23.875rem;width:10.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCSuuSAG2FeL8tfdZx7LQLiEZzbK15ZX { top:8.75rem;left:24.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmQXz0X2tJRe13tay0unxoMaSrvwQIae { top:3.3125rem;left:32.6875rem;width:10rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLQ6E68JKloCR03xlhpnW2DXvy1fptdt { top:8.75rem;left:32.6875rem;width:10.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mguRl2tDJrBIauI5XKtdUqfEwLN90PtD { top:17.625rem;left:32.6875rem;width:10rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMZqOZyriDr7FFpXJItopS07dR2kw78S { top:18.5625rem;left:32.6875rem;width:10.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RF3ODsX6M5fc7DhFLVa8kQglH2f6Sngi { top:20.3125rem;left:36.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgtpT7non4dLvmSqepmkd53pSJbpvLCn { top:10.5625rem;left:36.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kesru3rRcUZ8X9Qpm862zWr0klb5wuqM { top:20.25rem;left:20.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugMLlS4esigaRHClZ01JDtv0I8TDBJft { top:15.9375rem;left:25.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwxwhRGnmHbxTHTXfzlkBOsrf2bQGpTw { top:20rem;left:23.875rem;width:10rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8Loxs0Asnkih3CI10JWET513UOZLsEg { top:20.4375rem;left:23.875rem;width:10.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZN4tGLa8NyAZ8u59f6oTDBxZNH1ZtAma { top:22.0625rem;left:24.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3pvcsEdEUZSTL91qLKMWKf3ZFcGyfFO { display:block; }#g3pvcsEdEUZSTL91qLKMWKf3ZFcGyfFO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TwOhi0d7f9Q6TGTueMfCuvc8QQhDJhJk { top:2.9375rem;left:27.3125rem;width:10rem;height:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AK2ucfQeqUFKZVdtPUev6PezHG5dkbe5 { width:10rem;height:2.1875rem;top:0.8125rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UN6JhGW9GEQ1ZN9lVRCTZwW4SmCMPdy2 { display:block; }
 }@media only screen and (max-width: 763px) { #drqIbsgSss1UT0syrnR0IrwU81y5VmcP { width:10rem;height:2.1875rem;top:0.8125rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHLxe9EUcJnnm0yWf2FA7dp1CANoh0ef { display:block; }
 }@media only screen and (max-width: 763px) { #CvPfklwngcqgSptWr2EbO6pbeoXN1dad { width:10rem;height:2.1875rem;top:0.8125rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3mdirfEyOUHeghsBMCXzXN2qTOCudsE { display:block; }
 }@media only screen and (max-width: 763px) { #imKNu2M63UET7eDZTlzhsSQaEWaWRlHU { top:10.5rem;left:27.375rem;width:9.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tugh55mMvLbCCUSScDEzo2pdQo4L3TBI { top:12.25rem;left:30.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykkm969LtLkiwwwHBUliepNOF4QiV44B { top:19.1875rem;left:36.75rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NkLoiRx3SgNWpKInscW4yaa2T6PpuEBL { top:2.8125rem;left:10.9375rem;width:10rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdS1w9MA7wbRCmv8GvGzTBwMLRlCpyyu { top:10.5rem;left:10.9375rem;width:10rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaAPaBSRDLo6h6UvcXDGto1CGXuvaVRo { top:12.25rem;left:14.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4ebzC2aAw9xJB4WAAzsnlkmUtDR65cg { top:2.8125rem;left:13.875rem;width:10rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvybFSDtfE2ZdR13MTak5FTNQU0c6Nmg { top:4.0625rem;left:13.875rem;width:10rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeOqaNFICi6rILfx5UwgZICdRLUlU1cn { top:5.75rem;left:20.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnW00Bl1x6NUJQKyfh4okWFQbT2GbesV { top:19.1875rem;left:36.75rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #H9WIfe1Q4wOw9zT5m3uIFVpnMs7O0c6u { top:19.1875rem;left:36.75rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #u9ttOkJFfiJS73GClwGgFUNUkoBRDJNP { top:9.1875rem;left:13.875rem;width:10rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9nFX7ZfZ9kEApef1NkfTsGEWS3PpTFd { top:16.125rem;left:20.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9WOd4a6zvu0MFvimXTAQSXGRhTIJETL { top:14.3125rem;left:13.875rem;width:10rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0JrUZI71vrAeTBCTPUO7A9W36qMhVTK { display:block; }#Z0JrUZI71vrAeTBCTPUO7A9W36qMhVTK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VlGBUegAdUkOi5uJetgOcowOsmc90r10 { width:10rem;height:2.1875rem;top:1.125rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2nfxf0P6AJ8H9cToh5rV4hDodimb5sJ { display:block; }
 }@media only screen and (max-width: 763px) { #zipDBkd0oXacWVnQ85h3IamXufWysAw1 { width:10rem;height:2.1875rem;top:1.125rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te0AW87sJQVabx15BFUqNGPUTcxz3m6N { display:block; }
 }@media only screen and (max-width: 763px) { #m9F4KUpNa2Qmh2WLtB17TGf7GqUkEX0U { width:10rem;height:2.1875rem;top:1.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zv8ifzHGUR3xTgVEu0L4A73yxLWwnvud { display:block; }
 }@media only screen and (max-width: 763px) { #dEsku8Glv1RktVTEkURPfv49hAc3NvfL { width:10rem;height:2.1875rem;top:1.125rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCSmqlWf24dweuo1hF08HIt76BL9wO9z { display:block; }
 }@media only screen and (max-width: 763px) { #cxFJe67dJhqgQf8tg7SxvZ7wApoPS87w { top:3.3125rem;left:13.875rem;width:10rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AO1BeWUunpMlAq6VhRPEaTwWZ4nkFsfT { top:5.75rem;left:13.8125rem;width:10.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSifnCvs6ce1Rxh2fCZEuB30rxUsCBmV { top:21.875rem;left:19.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2hqSXcGwI4pEOKL8UAm9GwSyFbnKG8a { top:19.6875rem;left:13.875rem;width:10rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6VeQJlTuAfErNiV2VfJUuWzIB79pig3 { top:20.125rem;left:13.8125rem;width:10.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr1bFa0rePSKdqnvQPqtppTgDLrd519X { top:11.1875rem;left:23.875rem;width:10rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFdMC1xMXnp8PzDeAdd95PwmHWWnxV50 { top:13.3125rem;left:23.875rem;width:10.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fh1ixutcJyE6GnWxELDBImrl3IVpasFy { top:19.625rem;left:23.875rem;width:10rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c701E0O8TlzW61wiJJJfPuDKK4JJP8HA { top:20.3125rem;left:23.875rem;width:10.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNsM6oSzCc48uAyuS5fkQI7IcZOV81k0 { top:21.875rem;left:24.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrzPN6Er2XoctQHudZXOcE9JGwVczvXn { top:11.1875rem;left:32.6875rem;width:10rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2OFunQiTtQkSoq96AhdH8kTCNnEECg0 { top:12rem;left:32.65625rem;width:10.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8EPDUlWCtd6rmEgMOCtWktNXe0G6MaZ { top:14.25rem;left:19.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdAlRQBnsnC3cGbimn3MLrymhLki3GZu { top:14.25rem;left:36.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZhg5K0Tngl2GNboKmit5U6tuOeZrm8O { top:9.5rem;left:13.8125rem;width:10.0625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jd3oVdhaqTEVwZx4y6XE2J6PEvMGvgTk { top:15.4375rem;left:24.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItAzGaMMAH18TlQoeUTNJMdSLNpXkosp { top:18.5rem;left:32.65625rem;width:10.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsKUV6mdsymSdXFU5SwAMGyKP8v5ukMC { top:17.625rem;left:32.6875rem;width:10rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBmzvXAaPyq5w3SLTAel0oCgX6wkUvLu { top:20.3125rem;left:36.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBrs8sNKJJrPhlSP4KPVcl0yvQVtuTcH { top:3.3125rem;left:32.6875rem;width:10rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4K8TvL5N8iF6A610NUV49dulnAevRMu { top:6.875rem;left:36.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #coJDFSw5gA3uOHaXJ9llNJ9OoxTi3lhX { top:5.125rem;left:32.65625rem;width:10.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcPve7tAOK2khFbLaenoZwtE7SVZCiIs { top:10.75rem;left:5.0625rem;width:10rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #spU0Lkapf3a8nlQKUSlih8VfnPdcP5Vd { top:11.625rem;left:5.0625rem;width:10.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOOpsEDXURGhsS9CEeShEIbrzkoe3CnX { top:2.875rem;left:5.0625rem;width:10rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6CQ2MKUtmp8rruKQbdbek0WedluTxXW { top:4.6875rem;left:5.0625rem;width:10.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mkt01EGJTfZxxQSPh9W8yHx0M9OyurOp { top:17.1875rem;left:5.0625rem;width:10rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdfr5q8IPAqge4meyWaV9vHoIETE6Bt8 { top:18.125rem;left:5.0625rem;width:10.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oa91BLTtS9Tvon1gPDggdKWLsT4Jucl3 { top:13.8125rem;left:8.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPwRgg5LJeJ9w73qu1aH5u6W0BUU3pOE { top:19.9375rem;left:8.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdHfPy6X0IJG1mswHxZRSZR9p7kvbLIn { top:6.4375rem;left:8.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c135tvh6yR11xEh3F9c92yEqp6ITTRks { top:3.3125rem;left:23.875rem;width:10rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwpuiMUpmITHL4t3p9diQ0eWfEgm7KZP { top:5.125rem;left:23.875rem;width:10.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4Ohu00QTtkcibkIB0HHTJGJNSHxXbTo { top:6.875rem;left:24.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEfkIPFPvdZufhQBtnXwKZm00cnaKTOt { display:block; }#UEfkIPFPvdZufhQBtnXwKZm00cnaKTOt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TwXzboGTQgcTHyrqaxLl9J9eWnwvhv4K { top:2.9375rem;left:27.3125rem;width:10rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFks9EddQMnyA5hxK4R36lUDXoeTH1f0 { width:10rem;height:2.1875rem;top:0.8125rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbRSIRzTRLStrOTs7eWBMDUHdo0KnGAU { display:block; }
 }@media only screen and (max-width: 763px) { #LSKqEDca4us9nlUulEWaIPAAZ4OLbkx2 { width:10rem;height:2.1875rem;top:0.8125rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfof907LTZAU4XECNnyQhBfuqewyJS03 { display:block; }
 }@media only screen and (max-width: 763px) { #LJNDEm5RmubW0cWMTV64Nvv877qKFDzh { width:10rem;height:2.1875rem;top:0.8125rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHi2CfAw9ukBUMlI9XDpeD7bHbh50fb5 { display:block; }
 }@media only screen and (max-width: 763px) { #e1pnBPrc5V9GIKJrPk0iHEygTnhZcTcr { top:10.5rem;left:27.375rem;width:9.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlZWeKqDcvkgKRhxmJCOoL3Wzm3FXwCo { top:12.25rem;left:30.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHWkTQBicuoz0EMIhnSOXlsBUFEwhwhi { top:19.1875rem;left:36.75rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XKaJ3mkxNoUyy7SpfvCRSkWFdS8KCqkq { top:12.25rem;left:20.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0ixnlr1C9EHvSUVNbVyPGesnFDx2G6i { top:9.3125rem;left:13.875rem;width:10rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENL6DCp3E6yOvFATBMykllrxXUayoSna { top:10.5rem;left:13.875rem;width:10rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rA4lb0yJETfkBTm8yo5eVrqFXU7TDTcR { top:16.0625rem;left:10.9375rem;width:10rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #STb4TTyh8wBHQTRlrN0rRVJbKbWKM6iE { top:17rem;left:10.9375rem;width:10.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICic9DSvCPQs4ric504U24M1JkA1A3Ji { top:18.8125rem;left:14.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uV7JAyGXGL3p0k5vTZxyQT7lzfZZTGf3 { top:2.9375rem;left:13.875rem;width:10rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlrGxt7VMrdacUXpg2Svr4pTvvTJv6RR { top:4.1875rem;left:13.875rem;width:10rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZ8cTrJI3uuCFyZWw4ub5yXGPVEGRgPm { top:5.875rem;left:20.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAauFHgQx9tpmHlpycGu4VOLT5U44HKZ { top:2.9375rem;left:10.875rem;width:10rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6qlzEWNOEkIdXZMKA7SgFkPCh4Lp9Bo { top:3.9375rem;left:10.9375rem;width:10.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwibH0nL37HGT6qLFhd6iadqeOBdXSPB { top:9.8125rem;left:10.875rem;width:10rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DV8vJbG3B5JRfMW2cdcSnk2nifq1rILh { top:10.25rem;left:10.875rem;width:10.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SekB4dy9grHMLlVOMt9uDUNUZnxB7DTX { top:5.75rem;left:14.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApJMgm1DePDaOUqDRrROXXRuIZzCyfaq { top:12.25rem;left:14.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHka2iE4mJhgxwD2VfmXsdoX1T8amJbo { display:block; }#eHka2iE4mJhgxwD2VfmXsdoX1T8amJbo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cfHr57DyXK1SLNWh42WFcesSiN6rJUn7 { width:10rem;height:2.1875rem;top:1.125rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlVC9mvy0T72xon3ybHd7nesrl7I77DN { display:block; }
 }@media only screen and (max-width: 763px) { #eok2CKx78CTD4GrRG13QiEETVH80GoMg { width:10rem;height:2.1875rem;top:1.125rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhoTAmNoTAMbfw47m5lpEsubKPRg8I0v { display:block; }
 }@media only screen and (max-width: 763px) { #RhvshhPc14tJZEBxx2TZv6WMeWJMw2K3 { top:3.3125rem;left:5.0625rem;width:10rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2QVTaks1uMviDX2p3CCM4TphhoHHNvL { width:10rem;height:2.1875rem;top:1.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xK5cfBwEawCWb20LfXuUhNORnvqwewLy { display:block; }
 }@media only screen and (max-width: 763px) { #qfa2fylzVBDy7ZKxRGKGsLGLRXRDWITF { width:10rem;height:2.1875rem;top:1.125rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCzAwQkalGDUtG0kc7Z8tDZbmxDcfhyM { display:block; }
 }@media only screen and (max-width: 763px) { #LqSZOGLMytuX1QEUtODkEsGtwiFpd5yc { top:17.625rem;left:5.0625rem;width:10rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gu64TVy1Ie4cq6LtppeallUK5KmKHmky { top:18.5rem;left:5.03125rem;width:10.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MABPC4wKuKaT7p0M4QOhk8aKf7C9zzC3 { top:5.75rem;left:5.03125rem;width:10.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqTTHpP0gwKEiK0ps1prm5M05aHU4FD2 { top:3.3125rem;left:13.875rem;width:10rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSGni5W3p6TGOi23m0pesUJmzevQaRNW { top:5.75rem;left:13.8125rem;width:10.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ix2k05plLP5pFEcqb70TT3pFNQvG0Pkg { top:20.3125rem;left:8.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ws9ARs4JxEs5VsGTL2KBz6esMzThW1Ei { top:21.875rem;left:19.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTWDlBGfXHKGMTKkZ6LZ5oPHGoBTgRqL { top:9.9375rem;left:8.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nh0hyomIWh352B0rxQ9VD5RpHOmhP62T { top:19.6875rem;left:13.875rem;width:10rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ims8GUyGl4yh4ohkWWAp5nD1tMkErJQO { top:20.125rem;left:13.8125rem;width:10.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND1hbH3obcT1vo53DvbJ4CNt2HA76ndN { top:3.3125rem;left:23.875rem;width:10rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #JivkDS290KMdhHxiWrmIGWmIrxmPoeGR { top:5.75rem;left:23.875rem;width:10.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EW8kZ2CeAO35lkC9Vwp4TGN0pOb0n2sQ { top:19.625rem;left:23.875rem;width:10rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wf5MxzPXUeCQbT8oNso1uRytEyiK1ql6 { top:20.3125rem;left:23.875rem;width:10.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlnJCo90hUmilUy0nKHpuU3bDoanV8i2 { top:21.875rem;left:24.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIqzWCwz5agcwxTIpiSSxgP2O54trlxg { top:11.1875rem;left:32.6875rem;width:10rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W89iITPaw3bkk7useaSR3d70gyuuL15J { top:12rem;left:32.65625rem;width:10.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFP1D16qgHQ7QtvNDLokcrrN8CVsOOrT { top:14.25rem;left:19.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAEvE6u191fWTAr8kWBwOpXhsFpUgTSe { top:14.25rem;left:36.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PclmAzDTz3mArwF20hWtuLLJGhfZz9SN { top:8.125rem;left:5.03125rem;width:10.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ireJQLl3Z1HfvT0g5oivTcAqKPJOiuN3 { top:9.5rem;left:13.8125rem;width:10.0625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9CwNxByHsT1XGM2V8kui8cI9eVMA766 { top:9.4375rem;left:23.875rem;width:10.0625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNLu1LvQl2LwJJptRphbJbeE7BBW16un { top:14.25rem;left:24.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKTnaBK7Z6SmxmJPx2QsGFipolzl153l { top:18.5rem;left:32.65625rem;width:10.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zU94kVes4C8FNX9NWyNkGNUGJG3PDpPs { top:17.625rem;left:32.6875rem;width:10rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vM32aGyHI0MALIFxNA0ZkSsdbp1SnU66 { top:20.3125rem;left:36.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vP9UbCGwb6QVv3hlOlhAXNx5cSST5CdJ { top:3.3125rem;left:32.6875rem;width:10rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGcvgi2zcesLtrw2LmfTTJLvZMTTExJI { top:6.875rem;left:36.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzrDpaARTQZGpUdMitQiskmyMpIBnJx7 { top:5.125rem;left:32.65625rem;width:10.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1yzRwPee6Nr7fmBNimihhIlk1JTZswd { display:block; }#Z1yzRwPee6Nr7fmBNimihhIlk1JTZswd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tEI9mh5JMcBmwVEqHhN4TQ4h1mM35l8m { top:0.5rem;left:7.34375rem;width:33.0625rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRlWuGTSrSBGJvSgaAwHPXCtNNyJBSGa { display:block; }#VRlWuGTSrSBGJvSgaAwHPXCtNNyJBSGa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x09kM05TZBgHddErwVtPZRqW3JUiCDXz { top:9.6875rem;left:5rem;width:17.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnmTqTURKKWT8VNMBrRE8bUeH5fkmTwT { top:9.3125rem;left:0.4375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8kG2zT7TbdPcaMqLXqTbie9wWS53fwT { top:3.75rem;left:0.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD1bWkTC7aKV6ubOvhMZRqFvOMAkxxuw { top:3.75rem;left:4.6875rem;width:16.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWI5SblCShDfX0WWwVclGDTZy1k0ZcEe { top:0.875rem;left:0rem;width:6.625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EigihJrT22EwTiVFZXIl0zPvaxhJrwEw { top:6.75rem;left:0.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EssS7VRSIGNZTdHZw5Ccbst5iDWvLMJ6 { top:6.75rem;left:4.6875rem;width:16.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg { display:block; }#DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rt6Wtae1PqaXmEUcHQ2BiRy0TI9qbDxJ { display:block; }#Rt6Wtae1PqaXmEUcHQ2BiRy0TI9qbDxJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HTsaXN6CAQ52tRvi3RkUuUhcZsfA9wXs { 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) { #geHDffvFH4haSttUMT8gDgLxpdokaNiF { top:15.5rem;left:20.59375rem;width:6.5625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZba9TsTw1RANOV4N0NIVtBWU9m9T0S6 { top:3.9375rem;left:39.0625rem;width:6.5625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uS7tSRBvgw4MF4dTUtK9SgbGvuONJbJ4 { top:3.9375rem;left:36.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXHsD5OWfzciSJCPRyIsCJ99OOoFWoUk { top:6.4375rem;left:36.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0ueTzeihUR1Af20CuzdC1cIIywwI93l { top:6.4375rem;left:35.6875rem;width:12.0625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTfPZFLvKLmMSrpFVlbkOaXIZiqFkwpH { top:8.8125rem;left:36.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eM83o3Gn1vAnm9W8eRh4WPCO3tSizcRq { top:8.75rem;left:34.4375rem;width:13.3125rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTUtuUcMeBz3uKMDh9O0aHVvchH834u2 { width:47.75rem;height:0.0625rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxnFv2DMegddNFP8RoKSSNDFh62fnSIm { top:1.375rem;left:0rem;width:12.375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbKymA33qG1XVXnkcR201PXxu2EDAC8A { top:3.9375rem;left:0rem;width:9.9375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6WJ4Ne0l6x1BzT26kZNSmqhqdiAt3kr { top:6.4375rem;left:0rem;width:12.5625rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWqJL9CKUZGrQRmTxWRaKJHAd4nlNQb5 { top:7.25rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIPV3zAFNR2z2m7hI0Atxqg0kca1QFpG { top:3.9375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPZGHezGafN4d5Ev3zFfpbvKiA1IUwte { top:1.5rem;left:17.9375rem;width:1.5625rem;height:1.5625rem;display:block; }
#NPZGHezGafN4d5Ev3zFfpbvKiA1IUwte > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #NMT1iTKue3ys0s9KwXUJeP3ddQlRkdZc { top:1.375rem;left:21.375rem;width:1.8125rem;height:1.8125rem;display:block; }
#NMT1iTKue3ys0s9KwXUJeP3ddQlRkdZc > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #MIqRR2vvHmb2wRVdrSA1x53iCPAfHvB4 { top:1.5rem;left:24.75rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOJmudrE5T363usP8LR1Sbetruv5ZcD1 { top:1.5rem;left:28.25rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDa7muLPAJfbMrGWTwT2mQuK0aXedPBo { width:9.8125rem;height:2.625rem;top:17.125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeOt6wyMM5A0G9m6qPKd3vR5TtKKgOnp { display:block; }
 }@media only screen and (max-width: 763px) { #ZOBGkxM2JfcKomvXlLfJ2TiWaHPMUSzm { width:9.625rem;height:2.625rem;top:17.0625rem;left:18.694793701172rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsRttEUToNcT5Me0QSGRl3hTfVVBwzhu { display:block; }
 }@media only screen and (max-width: 763px) { #MgKCPDP1fhGJxUsxCA95Lb8kF189QUCK { width:11.3125rem;height:2.625rem;top:17.0625rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqG39InQXO6zoIE02WDFUAneheMmfrDy { display:block; }
 }@media only screen and (max-width: 763px) { #pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx { display:block; }#pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #piPdQ8idBWCZGgw2B8CLtTrfahWcgzb2 { top:0.0625rem;left:45.75rem;width:2rem;height:2rem;display:block; }
#piPdQ8idBWCZGgw2B8CLtTrfahWcgzb2 > 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.87446731328963rem;left:3.7499998807907rem;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) { #TqZzzs0gkUMhsHAtNvTSZpcxxCDGtaX7 { display:block; }#TqZzzs0gkUMhsHAtNvTSZpcxxCDGtaX7 > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fsh1kZLMwALKSchcC9fa0lF167SG66SL { 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) { #BMkAbx0Dyvl4pGIy50OxktyvQXQmtWvJ { display:block; }
 }@media only screen and (max-width: 763px) { #gXcnGwtn3BugxTKM9NRuHAVWSTKuRECn { 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) { #ArBUn7phKzSDbgqwCbOnIfPxoqI7hfBU { 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) { #oTvvmt9laJeAoHVI8Tk8zoJ0hGIkR9IJ { display:block; }#oTvvmt9laJeAoHVI8Tk8zoJ0hGIkR9IJ { background-color: transparent; background-image: none; }#oTvvmt9laJeAoHVI8Tk8zoJ0hGIkR9IJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTvvmt9laJeAoHVI8Tk8zoJ0hGIkR9IJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTvvmt9laJeAoHVI8Tk8zoJ0hGIkR9IJ > .row .container > .video-iframe-container { display: none; }#oTvvmt9laJeAoHVI8Tk8zoJ0hGIkR9IJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTvvmt9laJeAoHVI8Tk8zoJ0hGIkR9IJ > .row > .video-iframe-container { display: none; }#oTvvmt9laJeAoHVI8Tk8zoJ0hGIkR9IJ > .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); }#oTvvmt9laJeAoHVI8Tk8zoJ0hGIkR9IJ { border-width: 0; border-radius: 0; }#oTvvmt9laJeAoHVI8Tk8zoJ0hGIkR9IJ > .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; }#oTvvmt9laJeAoHVI8Tk8zoJ0hGIkR9IJ > .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) { #p7hWJbacuiyAkztRAOT4zh1nhs9UE5qD { 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) { #smNChTWCHlCmVzNuIfimI7qKsT0XtEKH { display:block; }
 }@media only screen and (max-width: 763px) { #OlCszP4GN6B1DiCi3sDfX3CQrHsTHkcs { 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) { #o6p7oW8okfIelefPvbdep0iMtW6PlHcL { display:block; }
 }@media only screen and (max-width: 763px) { #uysApK4PitZeBnXo4urm6wJrJzI9koNM { 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) { #vNVv0d5nA0ZHd2SrhXpvCJh7TgpANLs2 { display:block; }
 }@media only screen and (max-width: 763px) { #HuTOFn3LJ8DoUTi50BDQVuBJArw4QTIx { 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) { #MCq2wCtwxJUROEHRRt6kVnyVlOawuCko { display:block; }
 }@media only screen and (max-width: 763px) { #ntmoo7v5C5O9ODtD55DHpcIV8CT11BFw { 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) { #kTGGbmAIHZRXhL3ThNtTa6BsF5Fn1yMm { display:block; }
 }@media only screen and (max-width: 763px) { #BcFeh1aRXrcRKC8J6ZXIbw8NCaNCQDrz { 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) { #bpt6f7Dlsu403LwzZEFTd0nRqeeqlpWN { 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) { #PugZzGOlcHTGFFVHhLf1lAsBJ1NMcB0p { 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) { #zMbwzL4lMpu3mMi4R57tsfPxgL2l9vXw { 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) { #oqhsrPeomzMsemrvNmo7HRV1LeWnpRp4 { 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) { #Mg0hoxxrTx2vOTpH8kWTVXBKUnVlnkoA { 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) { #gZ9zPaWlyuleJVGEaUMHauoxGIFwv0mT { display:block; }#gZ9zPaWlyuleJVGEaUMHauoxGIFwv0mT > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SyabDrwfmFOdADZysQKOPR5cqMdV4Zac { 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) { #rPFvai9NanKBw1MrouPAv6qeMyRIprs3 { display:block; }
 }@media only screen and (max-width: 763px) { #N6awsTM8w3V96XouDgepy7asnnDEiJcf { 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) { #CoxuuDSEV5JD4MD9xtNOpyT1P4GxQzfd { 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) { #vZZB4DX98hd7MtHuPNSZ79eibXSloSfm { display:block; }#vZZB4DX98hd7MtHuPNSZ79eibXSloSfm { background-color: transparent; background-image: none; }#vZZB4DX98hd7MtHuPNSZ79eibXSloSfm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZZB4DX98hd7MtHuPNSZ79eibXSloSfm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZZB4DX98hd7MtHuPNSZ79eibXSloSfm > .row .container > .video-iframe-container { display: none; }#vZZB4DX98hd7MtHuPNSZ79eibXSloSfm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZZB4DX98hd7MtHuPNSZ79eibXSloSfm > .row > .video-iframe-container { display: none; }#vZZB4DX98hd7MtHuPNSZ79eibXSloSfm > .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); }#vZZB4DX98hd7MtHuPNSZ79eibXSloSfm { border-width: 0; border-radius: 0; }#vZZB4DX98hd7MtHuPNSZ79eibXSloSfm > .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; }#vZZB4DX98hd7MtHuPNSZ79eibXSloSfm > .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) { #a7RuwXpa7VHCTDEz1ryAi6H9lxw6agNh { 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) { #vJGJUWp08durt27m9FTOxzQeebNcgJnE { display:block; }
 }@media only screen and (max-width: 763px) { #rLdOKqAe9iISMtraPnvPgDhXiHezq9Xp { 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) { #MDH4SCTMLEVQAveQfmVzW7hMUJl0MdkF { display:block; }
 }@media only screen and (max-width: 763px) { #J1rMF3HzOHZd70CPeuHOmnW9smN4gR0A { 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) { #ixb9ROh0wPWBukMpsAVFm7laDgTH29sT { display:block; }
 }@media only screen and (max-width: 763px) { #GUp7b6T9Qonx3fmv91QNaGuF196homzP { 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) { #lOnyrFsicHCrKTZg1B4Qk4T5lmN618F8 { display:block; }
 }@media only screen and (max-width: 763px) { #f9hfdnlf2nyP21whxJfSkQO645F4NOtE { 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) { #hCUApx0A9hiIk0Woswxo4tczxoMuyE15 { 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) { #GRkyuT6I8ndhws7W84aDa6wsJ0ooE3xK { 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) { #TXTINpNWll2MEvTTK6Iz2whEWGqyNx5d { 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) { #pxLRCOMf8xf32foG2zdT6ivDkTcnJQpk { 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) { #JtOZvwgISGvt4yBndupUTcNz2bO5VSmz { display:block; }#JtOZvwgISGvt4yBndupUTcNz2bO5VSmz > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ztXA2O2K3WHmoDKkSdyrP2UDraX7DGAO { 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) { #Lzb1nS9UF0T9H5FmEoX8mFv1Jyyry3mo { display:block; }
 }@media only screen and (max-width: 763px) { #HbTRgvZW4N3lFf3s4RxCkbILEfzzGsgn { 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) { #NiN0roT9wH2TNw4PcukRBuhWwqzZxCWy { 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) { #JyhKau7Hr2V9eE280QFXbsvDHndT5vgR { display:block; }#JyhKau7Hr2V9eE280QFXbsvDHndT5vgR { background-color: transparent; background-image: none; }#JyhKau7Hr2V9eE280QFXbsvDHndT5vgR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyhKau7Hr2V9eE280QFXbsvDHndT5vgR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyhKau7Hr2V9eE280QFXbsvDHndT5vgR > .row .container > .video-iframe-container { display: none; }#JyhKau7Hr2V9eE280QFXbsvDHndT5vgR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyhKau7Hr2V9eE280QFXbsvDHndT5vgR > .row > .video-iframe-container { display: none; }#JyhKau7Hr2V9eE280QFXbsvDHndT5vgR > .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); }#JyhKau7Hr2V9eE280QFXbsvDHndT5vgR { border-width: 0; border-radius: 0; }#JyhKau7Hr2V9eE280QFXbsvDHndT5vgR > .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; }#JyhKau7Hr2V9eE280QFXbsvDHndT5vgR > .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) { #hbcS9Upx7hZtg9WA7gXCn8gHS6gGhRzk { 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) { #MQ9BhSSrBHvZT5vtCkrhzi7HXnsx5VlF { display:block; }
 }@media only screen and (max-width: 763px) { #vVPGJeIIdsAbgMhpXSpnrFgcTkKH0Kqp { 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) { #C01qAllX7S7hTKKkqVAGh5F0iBorJEdH { display:block; }
 }@media only screen and (max-width: 763px) { #WS4cAsCNxA60DqpHxlBt1rkziOH7CcPq { 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) { #LPAQ7iSu2PfVoye3aaXBNNTyxlEZSuIq { display:block; }
 }@media only screen and (max-width: 763px) { #bf0VhVuFmAEpRJGbTaJah5tkr1ItloIl { 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) { #Ue1zSTQ4L3ZUtx0Gp7rcLnVR9bx4KaEL { display:block; }
 }@media only screen and (max-width: 763px) { #lOrlqUDJpwmDOHptzoH4THHQzeS8zyws { 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) { #uK5N7I6RdFAUPeEMlcKSiIuCoBy3cq2Q { 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) { #uctdic6X11EhIbvacstMiaCvi8vN8oF3 { 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) { #yQBdT8ChUgGirvl5DHHC162W07JbxCr0 { 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) { #OAldpna28q3xvncpVTHDm485HSMkDd8a { 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) { #zXugisQZQ0OudeO6bdMKI2QmtMaNZHqm { display:block; }#zXugisQZQ0OudeO6bdMKI2QmtMaNZHqm > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tZ8thsDT3wanFuKs8A3w4FsHHrzbnwtX { 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) { #QanxZSmviy9XLbTylkdkwMBNfr9XR7hG { display:block; }
 }@media only screen and (max-width: 763px) { #m0vClRe3X3014C4FRzRrwJ6saWQuPnI8 { 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) { #CCUTFSNw0r0ZBOGVoAITxzSkykkcyEoC { 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) { #mkcTCaUqai4TxKk5w1Q1qGZwcVWgzMNO { display:block; }#mkcTCaUqai4TxKk5w1Q1qGZwcVWgzMNO { background-color: transparent; background-image: none; }#mkcTCaUqai4TxKk5w1Q1qGZwcVWgzMNO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mkcTCaUqai4TxKk5w1Q1qGZwcVWgzMNO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mkcTCaUqai4TxKk5w1Q1qGZwcVWgzMNO > .row .container > .video-iframe-container { display: none; }#mkcTCaUqai4TxKk5w1Q1qGZwcVWgzMNO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mkcTCaUqai4TxKk5w1Q1qGZwcVWgzMNO > .row > .video-iframe-container { display: none; }#mkcTCaUqai4TxKk5w1Q1qGZwcVWgzMNO > .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); }#mkcTCaUqai4TxKk5w1Q1qGZwcVWgzMNO { border-width: 0; border-radius: 0; }#mkcTCaUqai4TxKk5w1Q1qGZwcVWgzMNO > .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; }#mkcTCaUqai4TxKk5w1Q1qGZwcVWgzMNO > .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) { #FAfrnJJPo7Tashh3qIdX7ZMpu08h3kG0 { 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) { #Av5I1UK1A1s2JbzM917OLMB42mgnND7R { display:block; }
 }@media only screen and (max-width: 763px) { #vF3OrzRlbPi6mo7mffsqBbsW2MMNrwIS { 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) { #sxE89WTgRaU4oMSAp6yD46PaNQkuN96W { display:block; }
 }@media only screen and (max-width: 763px) { #B2fFBxE20WcOVdbiw9UoNwu6Jg0QMmy4 { 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) { #OOKLMBHnTLx22KxXAHpfSzwFEukSstuL { display:block; }
 }@media only screen and (max-width: 763px) { #MR14SnrhX1arkGtwDNiCUzddHEafrwXO { 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) { #tn4ARNbvWJ402dibTtQ7TcfQS8hh5TuJ { 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) { #dClcAJQmTpTgsibIVrr9u1oXl5z39tJe { 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) { #mNSAwOIdkO8KIKvFTb9mD7Swb1kaZVfp { 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.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bvaJ6T2Et9J3SgRTinsQNxZUFDBQusgG { width:4.0625rem;height:1.8125rem;top:0.65625rem;left:15.1875rem;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:6.5625rem;height:2.625rem;top:0.25rem;left:9.875rem;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.6875rem;left:4.8125rem;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.6875rem;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:12.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WABNbPFdEVUA9mumy3MTCrlg0thhXTVa { width:7.1875rem;height:2.625rem;top:2.1041669845581rem;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:7.0208320617675rem;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:4.2916669845581rem;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:9.75rem;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:6.0416660308838rem;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:6.875rem;height:3.1875rem;top:3.9947919845581rem;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:8.3125rem;height:2.625rem;top:2.2083330154419rem;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:8.0416679382325rem;left:2.4739580154419rem;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:4rem;left:9.5rem;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:0.125rem;left:9.5rem;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:9.75rem;left:5.6979160308838rem;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:7.125rem;left:5.3541660308838rem;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:7.125rem;left:13.490624427796rem;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.10416698455811rem;left:13.490624427796rem;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:4.9375rem;left:8.6666660308837rem;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:2.2083330154419rem;left:17.729166984558rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDf93HXPw9OPKdlfAyQHMAVDyySs2Tus { width:0.0625rem;height:7.5rem;top:2.2083330154419rem;left:16.791666984558rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bv5MsdfTRDR41lgcUUeOCAcCNcWrIR2Q { width:0.0625rem;height:7.5rem;top:4.8333330154419rem;left:15.328124046326rem;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) { #mZeePZZfIlD4idEmPJmD7A1KaNOGELXw { display:block; }#mZeePZZfIlD4idEmPJmD7A1KaNOGELXw > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qSPLGh3TSX2v5ogLpmG4PkOTfZWFbzHx { width:20rem;height:5.2rem;top:0.71249961853025rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qqOZ6AXpD43sK9K2QQh86DenkNDAqdOs { display:block; }#qqOZ6AXpD43sK9K2QQh86DenkNDAqdOs > .row .container { width:20rem;height:17.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b1uBFs4rMQxzAKBdvvFezERTQlLOV6fU { width:20rem;height:3.6rem;top:2.96875rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #S5ZIw57bQR988KUhUNhnfK0KlkHC9Q20 { width:20rem;height:2.6rem;top:7.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #pfWpr3kihdypQysSbS3XwHO7OV5HvJLN { width:20rem;height:2.6rem;top:9.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #v1ScrRk2RNt9f2XTmnMv0AyOOfZhhcwd { display:none; }#v1ScrRk2RNt9f2XTmnMv0AyOOfZhhcwd > .row .container { width:20rem;height:149.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bs4GhQLTKve00UdwWNLetHFOuWx8Ak7e { width:10rem;height:2.1875rem;top:0rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhXidOfztDXSAX3slHZvaRyVoQN20TVg { display:block; }
 }@media only screen and (max-width: 763px) { #z46M2pgCMv2wEtKbwf8OUahe66rkOt7R { width:10rem;height:2.1875rem;top:24.875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghakgsNUTI1r3OrhAWB4lrxNErCnDQq0 { display:block; }
 }@media only screen and (max-width: 763px) { #HTDBckxHrmTrCyN6wsL4iwaI9JRsVxl8 { width:10rem;height:7.0625rem;top:2.1875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMMM7ipw5GsNHqT90yIm8NxWG8gBDEMN { display:flex;width:3.125rem;height:3.125rem;top:5.3125rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #kP8TSb3368n0EZv2odfkwIVtHsEidwak { width:8.4375rem;height:1.625rem;top:3.6875rem;left:5.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #liLV4X3kl0ufRV83FSvDZed7Qeu2NUct { width:10rem;height:2.1875rem;top:54.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4maxkNARaChZLTXmgbfGHSQ1b4Zncz2 { display:block; }
 }@media only screen and (max-width: 763px) { #IJtD4PQqJTqbwTT7rvcEmTTrq7t6JVuW { width:10rem;height:2.1875rem;top:85.0625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUDFvLS629dCFEA6HtdqFnJObdIRvVBB { display:block; }
 }@media only screen and (max-width: 763px) { #b21bSnXzng7OIA4IqUM569o9GZSUbbKT { display:flex;width:3.125rem;height:3.125rem;top:28.9375rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #eBxVq6IQc20PCp1LSmuwsTsZdlL9JeTs { width:10rem;height:5.0625rem;top:80rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGXip5D19bsAW10PXOcM4GIHFklbkyb8 { width:10.0625rem;height:1.70625rem;top:82.5rem;left:5rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aBOPBuyL6nr2UKZyUXzClvVwTWZHOfDV { width:10.0625rem;height:1.70625rem;top:80.8125rem;left:5rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XhHF86e280t691we4gJ59qZlTTnduMzr { width:10rem;height:15.6875rem;top:9.375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJA3tJZItmB64iQOnTQhvugrnaQ2Aasd { display:flex;width:3.125rem;height:3.125rem;top:15.6875rem;left:8.4375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #m5xK7lnsKHLHn6AAhpn9eG2kJTQ49AdL { width:10.0625rem;height:1.625rem;top:13.5rem;left:5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yfvdiu2aohmvp5o0T15q8JwCflwKLuLF { width:10rem;height:15.6875rem;top:34.0625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7JV7kfqCIi5h3aJdWKBlaJf3e6azPdV { width:10.0625rem;height:1.625rem;top:37.875rem;left:5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iDSIqSvFFWl62Atgg0FDBoUnfPxWKowQ { display:flex;width:3.125rem;height:3.125rem;top:40.375rem;left:8.4375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #zfEntD5LWxsUFyUUELJh2TTVLtvpiuTm { width:10rem;height:6.875rem;top:27.0625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2t0VuHMX5TvT9PMOuEbl4zgNlTqxsKD { width:10rem;height:15.6875rem;top:64.1875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHHOfrq6UBtQ6Z2CSOM2QmbVgMHa0FCG { width:10.0625rem;height:1.625rem;top:70.125rem;left:4.96875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DVJizUzpFMK7esiwipPonh11RG6bMuHG { display:flex;width:3.125rem;height:3.125rem;top:71.75rem;left:8.4375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #qq1gV6gB1w4qntrrlri9PiXHMEdcbGsO { width:10rem;height:6.875rem;top:57.125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDIvdWsiC2c92oKJMxpSONhTcl371MX6 { width:10.0625rem;height:1.625rem;top:58.5625rem;left:5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ix7DEGlcz459L9lwGFI7EetgMIdk63zd { display:flex;width:3.125rem;height:3.125rem;top:60.3125rem;left:8.4375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #BXETEGirx97V01Pna28E02tvRRXI6uFE { width:10rem;height:5.0625rem;top:110.0625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgOqLexpwxgf3p7aP0ElFAqLwNi6PHa0 { width:10.0625rem;height:1.70625rem;top:110.875rem;left:5rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KBrl8OKgKF4wd0JzLEGtQDVV7fJrlibF { width:10.0625rem;height:1.70625rem;top:112.5625rem;left:5rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W9a7yNWHuKZVLb8IVPDGvW9ezA9XXAT3 { width:10rem;height:22.5rem;top:87.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIJ49EnRfFU8ryO9Ign1KfxEnWTDdOpN { width:10rem;height:5.0625rem;top:49.875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlKVsgh4viM9pWzFz5NukGsvihpSKFEw { width:10.0625rem;height:1.70625rem;top:50.6875rem;left:5rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PxRyMzTp00AkBwBF4iXmMoEDmBomKMwM { width:10.0625rem;height:1.70625rem;top:52.375rem;left:5rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NbpM6Q32WfR4X4vfOc5hsWZ9JKHVC7eH { width:10rem;height:2.1875rem;top:115.125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeTNJ44MG0sHdRTkVQx7RIDDaVyt4tiF { display:block; }
 }@media only screen and (max-width: 763px) { #X5ft0kR4ZSvJJqVyDRZuy5JgN0u4k1ua { width:10rem;height:5.0625rem;top:140.125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0qWEe1y12VczemHt35lT7O5oWOoTBTq { width:10.0625rem;height:1.70625rem;top:140.9375rem;left:5rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GD9XLgJ9yIoHrdHZWU3T6zo1B1M3oc5n { width:10.0625rem;height:1.70625rem;top:142.625rem;left:5rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZsiQVfK94lfVvpDP2VSa6tFUnducRhRE { width:10rem;height:15.6875rem;top:124.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJVTS2dkPQxVMXFLs0KVTqnEQRwUkRqm { width:10rem;height:6.875rem;top:117.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdtCO2Hv9B9ZcyJaKrOBwbI7e4TmkbMT { width:10.0625rem;height:1.625rem;top:118.75rem;left:5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EdZXVvv9JZbvisPBZRRVH3XPPE3TTCeT { width:10.0625rem;height:1.625rem;top:131.625rem;left:5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pRpWL7o39A63FG8F8uNQr53KJ4UXSEfO { display:flex;width:3.125rem;height:3.125rem;top:120.5rem;left:8.4375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #tyME89oRaFiQUSQbw4D1HAVxwsbrruc6 { display:flex;width:3.125rem;height:3.125rem;top:134.125rem;left:8.4375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #ZzJz0bom0FsDViW5JfLbA8pIftRXrG98 { display:flex;width:3.125rem;height:3.125rem;top:96.9375rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #lgruq84o0VZHRLoPBVulf2hIil6pKcTs { width:10.0625rem;height:2.275rem;top:76.1875rem;left:4.96875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vuZ5eT6roc7GTJbanlfZ6AIBvynQvFpq { display:none; }#vuZ5eT6roc7GTJbanlfZ6AIBvynQvFpq > .row .container { width:20rem;height:48.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XrPehdpTCznaUtofpqvAGnVEQKyAO2OX { width:10rem;height:2.1875rem;top:0rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzllqbFbJJJurwFlacmTGaqcDD5kyuk3 { display:block; }
 }@media only screen and (max-width: 763px) { #DTAS1HiaJlKAGnTh9XE0SWh77PRMDL21 { width:10rem;height:2.1875rem;top:25.6875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2xsV4dHSlBoThZwesUstzvOcfalIV4R { display:block; }
 }@media only screen and (max-width: 763px) { #H0Fg77p3kx9dst4T6Fbpn44VVQTcH2vV { width:10rem;height:16.9375rem;top:8.1875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOzNwGZHPJ9E76rJP2P6LLkz582I9CdG { width:10rem;height:19.8125rem;top:27.875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3SyXSfFeJaJr3VENwcielAWk3TCDKDR { display:flex;width:3.125rem;height:3.125rem;top:15.956249237061rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #x0QTfAmUiq9xpBF1HfO9iFRXIaxdwZci { width:10.0625rem;height:1.70625rem;top:14.25rem;left:5rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TJgRyEoBheoeqpD1ELX0ODqlGELJLePB { width:10.0625rem;height:1.70625rem;top:34.6875rem;left:5rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BFs4IS3sgRPnCkFiyuWkN0LMAk0LZQB0 { display:flex;width:3.125rem;height:3.125rem;top:36.393749237061rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #hSEcAKoTfK5KgTeIQNeRT1vJz3JIQy1E { display:flex;width:3.125rem;height:3.125rem;top:4.5625rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #xTMOQvrIC1JUFzMESHprhINxvbFWJxkl { width:10rem;height:1.70625rem;top:2.875rem;left:5rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OiAwzTMunFcC1Tqum4gg3w9USU2g1gSM { width:10rem;height:5.625rem;top:2.1875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLWSGq3TeZWKpgtux6n4B5WQkLLcLeG1 { display:none; }#XLWSGq3TeZWKpgtux6n4B5WQkLLcLeG1 > .row .container { width:20rem;height:83.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #be7mC3x3inLL8nd9i9RT9u5nVWvT7pMh { width:10rem;height:2.1875rem;top:1.5625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMo7GJrhB2gD6404KJ33DMM1EaDQItdO { display:block; }
 }@media only screen and (max-width: 763px) { #HeSAkbZGGzdeRBHbiDiP1864vSnEGb64 { width:10rem;height:2.1875rem;top:18.625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcsnQ19STUdMVLRJwZyh1vOq17zpWBcC { display:block; }
 }@media only screen and (max-width: 763px) { #F507vVHLXoeca7Qy6KCl5EhnWe9o4kMM { width:10rem;height:8.1875rem;top:3.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iv1CLpZcDu1FBpkGTqezyuKpBLPQDSeJ { width:10rem;height:2.1875rem;top:39.0625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHzlOxOuZWvmQx7i8hsCK1ol3tvTUT9O { display:block; }
 }@media only screen and (max-width: 763px) { #gZfAdBoZloFvifxFFqF2kcP76Akq42kp { width:10rem;height:2.1875rem;top:63.75rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0oPSV0x0mVzTzVDlsURPwf1Hc7eooqX { display:block; }
 }@media only screen and (max-width: 763px) { #L00KmEPzw4g2B7NZWnRDgp5VWsSMLaNd { width:10rem;height:6.3125rem;top:12.125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O65hz0KSEFQVxVtekBH4Gx53c4bOLxQ5 { width:10.0625rem;height:1.70625rem;top:12.8125rem;left:5rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c9tGqF01wOv8GSHQDDUiupAWWZQHDT6L { width:10.0625rem;height:1.70625rem;top:5.8125rem;left:5rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OhI51T7d4H3AZAU3SkC4QxdLvMLBupo5 { width:10rem;height:9.1875rem;top:20.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6yZ1QZyl7pMTyEx61A2g1vxiBXGmDWT { width:10.0625rem;height:1.70625rem;top:23.375rem;left:4.96875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sdeBeTf1QT9fQzu9ihT0lamPpzDlbpu7 { display:flex;width:3.125rem;height:3.125rem;top:7.5187492370606rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #FEmNt8UEGIZMb12O8PtNix3eEqkPaVTW { display:flex;width:3.125rem;height:3.125rem;top:24.75rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #Ap75rcNVDBIWKlQU3Xod9KcLHzUeQKtu { display:flex;width:3.125rem;height:3.125rem;top:14.518749237061rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #dbObKD4EWqNg4V0rBC7Ek2kXCm5lOZK6 { width:10rem;height:9rem;top:30.0625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBtF4InqRRtiaNE1B4vMugontXvIF2Zz { width:10.0625rem;height:1.70625rem;top:31.875rem;left:5rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oKbFXkxSylN1PqdXBuxAtDieUwyZJXdT { width:10rem;height:8.8125rem;top:41.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0sDAMi39xWXlvUrHu5IdEABtVkUse3A { width:10.0625rem;height:1.70625rem;top:43.9375rem;left:5rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MfxoXsAb4usNsiVWrv1S8hSOLdJih6Oi { width:10rem;height:7.8125rem;top:50.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrSPgHFz4wQ25oJRms5XGl2gth6A8hNw { width:10.0625rem;height:1.70625rem;top:51.875rem;left:4.9375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CCSuuSAG2FeL8tfdZx7LQLiEZzbK15ZX { display:flex;width:3.125rem;height:3.125rem;top:45.625rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #DmQXz0X2tJRe13tay0unxoMaSrvwQIae { width:10rem;height:9.625rem;top:65.9375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLQ6E68JKloCR03xlhpnW2DXvy1fptdt { width:10.0625rem;height:1.70625rem;top:68.4375rem;left:5rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mguRl2tDJrBIauI5XKtdUqfEwLN90PtD { width:10rem;height:7.8125rem;top:75.75rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMZqOZyriDr7FFpXJItopS07dR2kw78S { width:10.0625rem;height:1.70625rem;top:76.625rem;left:5rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RF3ODsX6M5fc7DhFLVa8kQglH2f6Sngi { display:flex;width:3.125rem;height:3.125rem;top:78.9375rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #OgtpT7non4dLvmSqepmkd53pSJbpvLCn { display:flex;width:3.125rem;height:3.125rem;top:70.125rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #Kesru3rRcUZ8X9Qpm862zWr0klb5wuqM { display:flex;width:3.125rem;height:3.125rem;top:33.5625rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #ugMLlS4esigaRHClZ01JDtv0I8TDBJft { display:flex;width:3.125rem;height:3.125rem;top:53.5625rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #VwxwhRGnmHbxTHTXfzlkBOsrf2bQGpTw { width:10rem;height:5.3125rem;top:58.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8Loxs0Asnkih3CI10JWET513UOZLsEg { width:10.0625rem;height:1.70625rem;top:58.5625rem;left:4.96875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZN4tGLa8NyAZ8u59f6oTDBxZNH1ZtAma { display:flex;width:3.125rem;height:3.125rem;top:60.268750190735rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #g3pvcsEdEUZSTL91qLKMWKf3ZFcGyfFO { display:none; }#g3pvcsEdEUZSTL91qLKMWKf3ZFcGyfFO > .row .container { width:20rem;height:75.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TwOhi0d7f9Q6TGTueMfCuvc8QQhDJhJk { width:10rem;height:20.1875rem;top:51.6875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AK2ucfQeqUFKZVdtPUev6PezHG5dkbe5 { width:10rem;height:2.1875rem;top:0.0625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UN6JhGW9GEQ1ZN9lVRCTZwW4SmCMPdy2 { display:block; }
 }@media only screen and (max-width: 763px) { #drqIbsgSss1UT0syrnR0IrwU81y5VmcP { width:10rem;height:2.1875rem;top:23.5625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHLxe9EUcJnnm0yWf2FA7dp1CANoh0ef { display:block; }
 }@media only screen and (max-width: 763px) { #CvPfklwngcqgSptWr2EbO6pbeoXN1dad { width:10rem;height:2.1875rem;top:49.5rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3mdirfEyOUHeghsBMCXzXN2qTOCudsE { display:block; }
 }@media only screen and (max-width: 763px) { #imKNu2M63UET7eDZTlzhsSQaEWaWRlHU { width:9.875rem;height:1.70625rem;top:58.4375rem;left:5.0625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tugh55mMvLbCCUSScDEzo2pdQo4L3TBI { display:flex;width:1.875rem;height:1.875rem;top:55.562511444092rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ykkm969LtLkiwwwHBUliepNOF4QiV44B { display:flex;width:3.125rem;height:3.125rem;top:60.143749237061rem;left:8.4375rem;font-size:2.1875rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #NkLoiRx3SgNWpKInscW4yaa2T6PpuEBL { width:10rem;height:21.3125rem;top:2.25rem;left:5rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #pdS1w9MA7wbRCmv8GvGzTBwMLRlCpyyu { width:10rem;height:1.70625rem;top:9.418749809265rem;left:5rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TaAPaBSRDLo6h6UvcXDGto1CGXuvaVRo { display:flex;width:3.125rem;height:3.125rem;top:11.34375rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #K4ebzC2aAw9xJB4WAAzsnlkmUtDR65cg { width:10rem;height:6rem;top:25.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvybFSDtfE2ZdR13MTak5FTNQU0c6Nmg { width:10rem;height:1.70625rem;top:27rem;left:5rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CeOqaNFICi6rILfx5UwgZICdRLUlU1cn { display:flex;width:3.125rem;height:3.125rem;top:28.6875rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #TnW00Bl1x6NUJQKyfh4okWFQbT2GbesV { display:flex;width:3.125rem;height:3.125rem;top:56.72812461853rem;left:8.4375rem;font-size:2.1875rem;z-index:15029;display:none; }
 }@media only screen and (max-width: 763px) { #H9WIfe1Q4wOw9zT5m3uIFVpnMs7O0c6u { display:flex;width:3.125rem;height:3.125rem;top:65.6875rem;left:8.4375rem;font-size:2.1875rem;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #u9ttOkJFfiJS73GClwGgFUNUkoBRDJNP { width:10rem;height:17.5rem;top:32rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9nFX7ZfZ9kEApef1NkfTsGEWS3PpTFd { display:flex;width:3.125rem;height:3.125rem;top:39.831249237061rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #d9WOd4a6zvu0MFvimXTAQSXGRhTIJETL { width:10rem;height:1.70625rem;top:38.125rem;left:5rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z0JrUZI71vrAeTBCTPUO7A9W36qMhVTK { display:none; }#Z0JrUZI71vrAeTBCTPUO7A9W36qMhVTK > .row .container { width:20rem;height:109.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VlGBUegAdUkOi5uJetgOcowOsmc90r10 { width:10rem;height:2.1875rem;top:0.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2nfxf0P6AJ8H9cToh5rV4hDodimb5sJ { display:block; }
 }@media only screen and (max-width: 763px) { #zipDBkd0oXacWVnQ85h3IamXufWysAw1 { width:10rem;height:2.1875rem;top:25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te0AW87sJQVabx15BFUqNGPUTcxz3m6N { display:block; }
 }@media only screen and (max-width: 763px) { #m9F4KUpNa2Qmh2WLtB17TGf7GqUkEX0U { width:10rem;height:2.1875rem;top:47.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zv8ifzHGUR3xTgVEu0L4A73yxLWwnvud { display:block; }
 }@media only screen and (max-width: 763px) { #dEsku8Glv1RktVTEkURPfv49hAc3NvfL { width:10rem;height:2.1875rem;top:78.4375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCSmqlWf24dweuo1hF08HIt76BL9wO9z { display:block; }
 }@media only screen and (max-width: 763px) { #cxFJe67dJhqgQf8tg7SxvZ7wApoPS87w { width:10rem;height:13.625rem;top:27.125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AO1BeWUunpMlAq6VhRPEaTwWZ4nkFsfT { width:10.0625rem;height:1.70625rem;top:30rem;left:4.9375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wSifnCvs6ce1Rxh2fCZEuB30rxUsCBmV { display:flex;width:3.125rem;height:3.125rem;top:43.8125rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #R2hqSXcGwI4pEOKL8UAm9GwSyFbnKG8a { width:10rem;height:6.4375rem;top:40.875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6VeQJlTuAfErNiV2VfJUuWzIB79pig3 { width:10.0625rem;height:1.70625rem;top:42rem;left:4.9375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tr1bFa0rePSKdqnvQPqtppTgDLrd519X { width:10rem;height:15rem;top:57.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFdMC1xMXnp8PzDeAdd95PwmHWWnxV50 { width:10.0625rem;height:1.70625rem;top:59.875rem;left:4.9375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fh1ixutcJyE6GnWxELDBImrl3IVpasFy { width:10rem;height:5.8125rem;top:72.625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c701E0O8TlzW61wiJJJfPuDKK4JJP8HA { width:10.0625rem;height:1.70625rem;top:73.1875rem;left:5rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FNsM6oSzCc48uAyuS5fkQI7IcZOV81k0 { display:flex;width:3.125rem;height:3.125rem;top:74.875rem;left:8.5rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #NrzPN6Er2XoctQHudZXOcE9JGwVczvXn { width:10rem;height:12.75rem;top:88.375rem;left:5rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #X2OFunQiTtQkSoq96AhdH8kTCNnEECg0 { width:10.0625rem;height:1.70625rem;top:90.4375rem;left:5rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S8EPDUlWCtd6rmEgMOCtWktNXe0G6MaZ { display:flex;width:3.125rem;height:3.125rem;top:35.875rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #JdAlRQBnsnC3cGbimn3MLrymhLki3GZu { display:flex;width:3.125rem;height:3.125rem;top:65.8125rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #WZhg5K0Tngl2GNboKmit5U6tuOeZrm8O { width:10.0625rem;height:3.25rem;top:62.5625rem;left:4.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jd3oVdhaqTEVwZx4y6XE2J6PEvMGvgTk { display:flex;width:3.125rem;height:3.125rem;top:95.5rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #ItAzGaMMAH18TlQoeUTNJMdSLNpXkosp { width:10.0625rem;height:1.70625rem;top:102.9375rem;left:5rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AsKUV6mdsymSdXFU5SwAMGyKP8v5ukMC { width:10rem;height:8.25rem;top:101.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBmzvXAaPyq5w3SLTAel0oCgX6wkUvLu { display:flex;width:3.125rem;height:3.125rem;top:104.625rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #wBrs8sNKJJrPhlSP4KPVcl0yvQVtuTcH { width:10rem;height:7.5625rem;top:80.625rem;left:5.0625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #N4K8TvL5N8iF6A610NUV49dulnAevRMu { display:flex;width:3.125rem;height:3.125rem;top:84.1875rem;left:8.5rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #coJDFSw5gA3uOHaXJ9llNJ9OoxTi3lhX { width:10.0625rem;height:1.70625rem;top:82.5625rem;left:5rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JcPve7tAOK2khFbLaenoZwtE7SVZCiIs { width:10rem;height:6.125rem;top:10.3125rem;left:5rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #spU0Lkapf3a8nlQKUSlih8VfnPdcP5Vd { width:10.0625rem;height:1.70625rem;top:11.1875rem;left:5rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QOOpsEDXURGhsS9CEeShEIbrzkoe3CnX { width:10rem;height:7.5625rem;top:2.5rem;left:5rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #T6CQ2MKUtmp8rruKQbdbek0WedluTxXW { width:10.0625rem;height:1.70625rem;top:4.3125rem;left:5rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mkt01EGJTfZxxQSPh9W8yHx0M9OyurOp { width:10rem;height:8.25rem;top:16.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdfr5q8IPAqge4meyWaV9vHoIETE6Bt8 { width:10.0625rem;height:1.70625rem;top:17.6875rem;left:5rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oa91BLTtS9Tvon1gPDggdKWLsT4Jucl3 { display:flex;width:3.125rem;height:3.125rem;top:13.375rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #DPwRgg5LJeJ9w73qu1aH5u6W0BUU3pOE { display:flex;width:3.125rem;height:3.125rem;top:19.5rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #KdHfPy6X0IJG1mswHxZRSZR9p7kvbLIn { display:flex;width:3.125rem;height:3.125rem;top:6.0625rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #c135tvh6yR11xEh3F9c92yEqp6ITTRks { width:10rem;height:7.5625rem;top:49.5rem;left:5.0625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #RwpuiMUpmITHL4t3p9diQ0eWfEgm7KZP { width:10.0625rem;height:1.70625rem;top:51.4375rem;left:5rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I4Ohu00QTtkcibkIB0HHTJGJNSHxXbTo { display:flex;width:3.125rem;height:3.125rem;top:53.0625rem;left:8.5rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #UEfkIPFPvdZufhQBtnXwKZm00cnaKTOt { display:none; }#UEfkIPFPvdZufhQBtnXwKZm00cnaKTOt > .row .container { width:20rem;height:72.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TwXzboGTQgcTHyrqaxLl9J9eWnwvhv4K { width:10rem;height:18.9375rem;top:52.8125rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFks9EddQMnyA5hxK4R36lUDXoeTH1f0 { width:10rem;height:2.1875rem;top:0.5rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbRSIRzTRLStrOTs7eWBMDUHdo0KnGAU { display:block; }
 }@media only screen and (max-width: 763px) { #LSKqEDca4us9nlUulEWaIPAAZ4OLbkx2 { width:10rem;height:2.1875rem;top:23.875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfof907LTZAU4XECNnyQhBfuqewyJS03 { display:block; }
 }@media only screen and (max-width: 763px) { #LJNDEm5RmubW0cWMTV64Nvv877qKFDzh { width:10rem;height:2.1875rem;top:50.6875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHi2CfAw9ukBUMlI9XDpeD7bHbh50fb5 { display:block; }
 }@media only screen and (max-width: 763px) { #e1pnBPrc5V9GIKJrPk0iHEygTnhZcTcr { width:9.875rem;height:1.70625rem;top:59.0625rem;left:5.0625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OlZWeKqDcvkgKRhxmJCOoL3Wzm3FXwCo { display:flex;width:1.875rem;height:1.875rem;top:55.562511444092rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FHWkTQBicuoz0EMIhnSOXlsBUFEwhwhi { display:flex;width:3.125rem;height:3.125rem;top:60.75rem;left:8.4375rem;font-size:2.1875rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #XKaJ3mkxNoUyy7SpfvCRSkWFdS8KCqkq { display:flex;width:3.125rem;height:3.125rem;top:41rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #h0ixnlr1C9EHvSUVNbVyPGesnFDx2G6i { width:10rem;height:18.3125rem;top:32.4375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENL6DCp3E6yOvFATBMykllrxXUayoSna { width:10rem;height:1.70625rem;top:39.3125rem;left:5.0625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rA4lb0yJETfkBTm8yo5eVrqFXU7TDTcR { width:10rem;height:8.25rem;top:15.6875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #STb4TTyh8wBHQTRlrN0rRVJbKbWKM6iE { width:10.0625rem;height:1.70625rem;top:16.625rem;left:5rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ICic9DSvCPQs4ric504U24M1JkA1A3Ji { display:flex;width:3.125rem;height:3.125rem;top:18.4375rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #uV7JAyGXGL3p0k5vTZxyQT7lzfZZTGf3 { width:10rem;height:6.125rem;top:26.0625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlrGxt7VMrdacUXpg2Svr4pTvvTJv6RR { width:10rem;height:1.70625rem;top:27.3125rem;left:5rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sZ8cTrJI3uuCFyZWw4ub5yXGPVEGRgPm { display:flex;width:3.125rem;height:3.125rem;top:29rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #lAauFHgQx9tpmHlpycGu4VOLT5U44HKZ { width:10rem;height:6.625rem;top:2.625rem;left:4.9375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #Q6qlzEWNOEkIdXZMKA7SgFkPCh4Lp9Bo { width:10.0625rem;height:1.70625rem;top:3.625rem;left:5rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VwibH0nL37HGT6qLFhd6iadqeOBdXSPB { width:10rem;height:6.0625rem;top:9.4375rem;left:5rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #DV8vJbG3B5JRfMW2cdcSnk2nifq1rILh { width:10.0625rem;height:1.70625rem;top:9.875rem;left:5rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SekB4dy9grHMLlVOMt9uDUNUZnxB7DTX { display:flex;width:3.125rem;height:3.125rem;top:5.4375rem;left:8.5rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #ApJMgm1DePDaOUqDRrROXXRuIZzCyfaq { display:flex;width:3.125rem;height:3.125rem;top:11.9375rem;left:8.5rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #eHka2iE4mJhgxwD2VfmXsdoX1T8amJbo { display:none; }#eHka2iE4mJhgxwD2VfmXsdoX1T8amJbo > .row .container { width:20rem;height:98.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cfHr57DyXK1SLNWh42WFcesSiN6rJUn7 { width:10rem;height:2.1875rem;top:1.5625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlVC9mvy0T72xon3ybHd7nesrl7I77DN { display:block; }
 }@media only screen and (max-width: 763px) { #eok2CKx78CTD4GrRG13QiEETVH80GoMg { width:10rem;height:2.1875rem;top:21.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhoTAmNoTAMbfw47m5lpEsubKPRg8I0v { display:block; }
 }@media only screen and (max-width: 763px) { #RhvshhPc14tJZEBxx2TZv6WMeWJMw2K3 { width:10rem;height:11.0625rem;top:3.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2QVTaks1uMviDX2p3CCM4TphhoHHNvL { width:10rem;height:2.1875rem;top:43.625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xK5cfBwEawCWb20LfXuUhNORnvqwewLy { display:block; }
 }@media only screen and (max-width: 763px) { #qfa2fylzVBDy7ZKxRGKGsLGLRXRDWITF { width:10rem;height:2.1875rem;top:66.9375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCzAwQkalGDUtG0kc7Z8tDZbmxDcfhyM { display:block; }
 }@media only screen and (max-width: 763px) { #LqSZOGLMytuX1QEUtODkEsGtwiFpd5yc { width:10rem;height:6.3125rem;top:15rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gu64TVy1Ie4cq6LtppeallUK5KmKHmky { width:10.0625rem;height:1.70625rem;top:15.6875rem;left:5rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MABPC4wKuKaT7p0M4QOhk8aKf7C9zzC3 { width:10.0625rem;height:1.70625rem;top:5.8125rem;left:5rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FqTTHpP0gwKEiK0ps1prm5M05aHU4FD2 { width:10rem;height:13.625rem;top:23.4375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSGni5W3p6TGOi23m0pesUJmzevQaRNW { width:10.0625rem;height:1.70625rem;top:26.3125rem;left:4.96875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ix2k05plLP5pFEcqb70TT3pFNQvG0Pkg { display:flex;width:3.125rem;height:3.125rem;top:17.375rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #ws9ARs4JxEs5VsGTL2KBz6esMzThW1Ei { display:flex;width:3.125rem;height:3.125rem;top:40.125001907349rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #QTWDlBGfXHKGMTKkZ6LZ5oPHGoBTgRqL { display:flex;width:3.125rem;height:3.125rem;top:10.09375rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #nh0hyomIWh352B0rxQ9VD5RpHOmhP62T { width:10rem;height:6.4375rem;top:37.1875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ims8GUyGl4yh4ohkWWAp5nD1tMkErJQO { width:10.0625rem;height:1.70625rem;top:38.3125rem;left:4.96875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ND1hbH3obcT1vo53DvbJ4CNt2HA76ndN { width:10rem;height:15rem;top:45.8125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JivkDS290KMdhHxiWrmIGWmIrxmPoeGR { width:10.0625rem;height:1.70625rem;top:48.374998092651rem;left:4.96875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EW8kZ2CeAO35lkC9Vwp4TGN0pOb0n2sQ { width:10rem;height:5.8125rem;top:61.125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wf5MxzPXUeCQbT8oNso1uRytEyiK1ql6 { width:10.0625rem;height:1.70625rem;top:61.6875rem;left:5rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VlnJCo90hUmilUy0nKHpuU3bDoanV8i2 { display:flex;width:3.125rem;height:3.125rem;top:63.375rem;left:8.5rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #DIqzWCwz5agcwxTIpiSSxgP2O54trlxg { width:10rem;height:12.75rem;top:76.875rem;left:5rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #W89iITPaw3bkk7useaSR3d70gyuuL15J { width:10.0625rem;height:1.70625rem;top:78.9375rem;left:5rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XFP1D16qgHQ7QtvNDLokcrrN8CVsOOrT { display:flex;width:3.125rem;height:3.125rem;top:32.1875rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #mAEvE6u191fWTAr8kWBwOpXhsFpUgTSe { display:flex;width:3.125rem;height:3.125rem;top:54.312501907349rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #PclmAzDTz3mArwF20hWtuLLJGhfZz9SN { width:10.0625rem;height:1.625rem;top:8.46875rem;left:4.96875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ireJQLl3Z1HfvT0g5oivTcAqKPJOiuN3 { width:10.0625rem;height:3.25rem;top:51.0625rem;left:4.96875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H9CwNxByHsT1XGM2V8kui8cI9eVMA766 { width:10.0625rem;height:3.25rem;top:28.625rem;left:4.96875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fNLu1LvQl2LwJJptRphbJbeE7BBW16un { display:flex;width:3.125rem;height:3.125rem;top:84rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #TKTnaBK7Z6SmxmJPx2QsGFipolzl153l { width:10.0625rem;height:1.70625rem;top:91.4375rem;left:5rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zU94kVes4C8FNX9NWyNkGNUGJG3PDpPs { width:10rem;height:8.25rem;top:89.8125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vM32aGyHI0MALIFxNA0ZkSsdbp1SnU66 { display:flex;width:3.125rem;height:3.125rem;top:93.125rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #vP9UbCGwb6QVv3hlOlhAXNx5cSST5CdJ { width:10rem;height:7.5625rem;top:69.125rem;left:5.0625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #LGcvgi2zcesLtrw2LmfTTJLvZMTTExJI { display:flex;width:3.125rem;height:3.125rem;top:72.6875rem;left:8.5rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #AzrDpaARTQZGpUdMitQiskmyMpIBnJx7 { width:10.0625rem;height:1.70625rem;top:71.0625rem;left:5rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z1yzRwPee6Nr7fmBNimihhIlk1JTZswd { display:none; }#Z1yzRwPee6Nr7fmBNimihhIlk1JTZswd > .row .container { width:20rem;height:11.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tEI9mh5JMcBmwVEqHhN4TQ4h1mM35l8m { width:18.1875rem;height:8.53125rem;top:1.25rem;left:0.9375rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VRlWuGTSrSBGJvSgaAwHPXCtNNyJBSGa { display:none; }#VRlWuGTSrSBGJvSgaAwHPXCtNNyJBSGa > .row .container { width:20rem;height:15.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #x09kM05TZBgHddErwVtPZRqW3JUiCDXz { width:15.5rem;height:1.70625rem;top:10.33437538147rem;left:4.5rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VnmTqTURKKWT8VNMBrRE8bUeH5fkmTwT { display:flex;width:2.5rem;height:2.5rem;top:9.9375rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #n8kG2zT7TbdPcaMqLXqTbie9wWS53fwT { display:flex;width:1.875rem;height:1.875rem;top:4.1437492370606rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #XD1bWkTC7aKV6ubOvhMZRqFvOMAkxxuw { width:15.25rem;height:1.70625rem;top:4.2281227111816rem;left:4.5rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kWI5SblCShDfX0WWwVclGDTZy1k0ZcEe { width:6.625rem;height:1.70625rem;top:1.125rem;left:1.0625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EigihJrT22EwTiVFZXIl0zPvaxhJrwEw { display:flex;width:1.875rem;height:1.875rem;top:7.10312461853rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #EssS7VRSIGNZTdHZw5Ccbst5iDWvLMJ6 { width:14.875rem;height:1.70625rem;top:7.1875rem;left:4.375rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg { display:block; }#DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rt6Wtae1PqaXmEUcHQ2BiRy0TI9qbDxJ { background-color:#52c1fd;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; }#Rt6Wtae1PqaXmEUcHQ2BiRy0TI9qbDxJ.adaptive-delivery-prevent-bg, #Rt6Wtae1PqaXmEUcHQ2BiRy0TI9qbDxJ.lazyload, #Rt6Wtae1PqaXmEUcHQ2BiRy0TI9qbDxJ.lazyloading { background-image: none; }#Rt6Wtae1PqaXmEUcHQ2BiRy0TI9qbDxJ > .row .container { background-color: transparent; background-image: none; }#Rt6Wtae1PqaXmEUcHQ2BiRy0TI9qbDxJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rt6Wtae1PqaXmEUcHQ2BiRy0TI9qbDxJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rt6Wtae1PqaXmEUcHQ2BiRy0TI9qbDxJ > .row .container > .video-iframe-container { display: none; }#Rt6Wtae1PqaXmEUcHQ2BiRy0TI9qbDxJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rt6Wtae1PqaXmEUcHQ2BiRy0TI9qbDxJ > .row > .video-iframe-container { display: none; }#Rt6Wtae1PqaXmEUcHQ2BiRy0TI9qbDxJ > .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); }#Rt6Wtae1PqaXmEUcHQ2BiRy0TI9qbDxJ > .row .container { width:20rem;height:50.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HTsaXN6CAQ52tRvi3RkUuUhcZsfA9wXs { 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) { #geHDffvFH4haSttUMT8gDgLxpdokaNiF { 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) { #vZba9TsTw1RANOV4N0NIVtBWU9m9T0S6 { 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) { #uS7tSRBvgw4MF4dTUtK9SgbGvuONJbJ4 { display:flex;width:1.5625rem;height:1.5625rem;top:20.5rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #AXHsD5OWfzciSJCPRyIsCJ99OOoFWoUk { display:flex;width:1.5625rem;height:1.5625rem;top:23.625rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #n0ueTzeihUR1Af20CuzdC1cIIywwI93l { 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) { #wTfPZFLvKLmMSrpFVlbkOaXIZiqFkwpH { display:flex;width:1.5625rem;height:1.5625rem;top:26.9375rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #eM83o3Gn1vAnm9W8eRh4WPCO3tSizcRq { width:13.3125rem;height:4.8rem;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) { #yTUtuUcMeBz3uKMDh9O0aHVvchH834u2 { width:20rem;height:0.0625rem;top:34.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxnFv2DMegddNFP8RoKSSNDFh62fnSIm { 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) { #fbKymA33qG1XVXnkcR201PXxu2EDAC8A { 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) { #a6WJ4Ne0l6x1BzT26kZNSmqhqdiAt3kr { 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) { #NWqJL9CKUZGrQRmTxWRaKJHAd4nlNQb5 { display:flex;width:1.5625rem;height:1.5625rem;top:12.3125rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #TIPV3zAFNR2z2m7hI0Atxqg0kca1QFpG { display:flex;width:1.5625rem;height:1.5625rem;top:8.9375rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #NPZGHezGafN4d5Ev3zFfpbvKiA1IUwte { display:flex;width:1.5625rem;height:1.5625rem;top:1.5187492370606rem;left:3.8072919845581rem; }
#NPZGHezGafN4d5Ev3zFfpbvKiA1IUwte > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #NMT1iTKue3ys0s9KwXUJeP3ddQlRkdZc { display:flex;width:1.8125rem;height:1.8125rem;top:1.3937492370606rem;left:7.6875rem; }
#NMT1iTKue3ys0s9KwXUJeP3ddQlRkdZc > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #MIqRR2vvHmb2wRVdrSA1x53iCPAfHvB4 { display:flex;width:1.5625rem;height:1.5625rem;top:1.5187492370606rem;left:11.807291984558rem; }
 }@media only screen and (max-width: 763px) { #vOJmudrE5T363usP8LR1Sbetruv5ZcD1 { display:flex;width:1.5625rem;height:1.5625rem;top:1.5187492370606rem;left:15.25rem; }
 }@media only screen and (max-width: 763px) { #NDa7muLPAJfbMrGWTwT2mQuK0aXedPBo { 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) { #CeOt6wyMM5A0G9m6qPKd3vR5TtKKgOnp { display:block; }
 }@media only screen and (max-width: 763px) { #ZOBGkxM2JfcKomvXlLfJ2TiWaHPMUSzm { 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) { #vsRttEUToNcT5Me0QSGRl3hTfVVBwzhu { display:block; }
 }@media only screen and (max-width: 763px) { #MgKCPDP1fhGJxUsxCA95Lb8kF189QUCK { 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) { #BqG39InQXO6zoIE02WDFUAneheMmfrDy { display:block; }
 }@media only screen and (max-width: 763px) { #pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #piPdQ8idBWCZGgw2B8CLtTrfahWcgzb2 { display:flex;width:2rem;height:2rem;top:1.25rem;left:9rem; }
#piPdQ8idBWCZGgw2B8CLtTrfahWcgzb2 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }