.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-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;top:0rem;left:0rem;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); }#Fv1ohkIT3zdQKUrfvPbguaV0VCHQF4dF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050062;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#Fv1ohkIT3zdQKUrfvPbguaV0VCHQF4dF > .row .container { background-color: transparent; background-image: none; }#Fv1ohkIT3zdQKUrfvPbguaV0VCHQF4dF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fv1ohkIT3zdQKUrfvPbguaV0VCHQF4dF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fv1ohkIT3zdQKUrfvPbguaV0VCHQF4dF > .row .container > .video-iframe-container { display: none; }#Fv1ohkIT3zdQKUrfvPbguaV0VCHQF4dF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fv1ohkIT3zdQKUrfvPbguaV0VCHQF4dF > .row > .video-iframe-container { display: none; }#Fv1ohkIT3zdQKUrfvPbguaV0VCHQF4dF > .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); }#Fv1ohkIT3zdQKUrfvPbguaV0VCHQF4dF > .row .container { border-width: 0; border-radius: 0; }#Fv1ohkIT3zdQKUrfvPbguaV0VCHQF4dF > .row > .video-iframe-container {  }#Fv1ohkIT3zdQKUrfvPbguaV0VCHQF4dF > .row .container { font-size:0.875rem;font-family:arial;height:3.3125rem;width:75rem;position:relative;display:block; }#rb175k3ccZUX5DcpCKMXtc5XTSK9wLAW { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.125rem;width:7.5rem;top:0.5625rem;left:0rem;overflow:hidden;display:block; }
#w7Ha61iJkMLCGLdT7vL8oFAelu1vy4cQ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.8125rem;height:2.875rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:0.4375rem;left:49.28125rem;display:block; }
#b3GSqCRXe9bJCC6JT2aMPfcLquoKoAzT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DaJuBsDl8yCCpvPDM3bvm95TuTNrCR8O { color:#ffffff;display:block;width:22.4375rem;position:absolute;font-family:"roboto condensed";font-size:1.1875rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:0.90625rem;left:15.15625rem;height:3.08539375rem;display:block; }
#eJaSRHQ6kcNESBatb6SiRuuHvfxksFTX { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.125rem;width:7.5rem;top:0.5625rem;left:0rem;overflow:hidden;display:none; }
#spUf5ftcqdIMuHHhEqBi8qTKDwU69WLi { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.125rem;width:7.5rem;top:0.5625rem;left:0rem;overflow:hidden;display:none; }
#d3X43eiZafpLtwo1hu7Nig8X9aFbNROL { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:40rem;display:none; }
#qIvLfA46gDiXXGn0uEXprHaPVtbR0swN { background-color:#f95b01;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:1.6875rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:0.8125rem;left:60.687498092651rem;display:none; }
#J3BVvMqqoh9o4Qtb8kiacK3eusoVPsZW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vzl4cwrIaRgfNQ4e2y5NumPMpnWlMBIN { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#PsDQRZWT1Ev5hWGG9X44B3BCAV2VX9p9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kAtfvyQwAO1KUKd4POu3iOsvpTVdTVpa { background-color:#f95b01;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:1.9375rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:0.6875rem;left:56.4619140625rem;display:block; }
#rneoeq4NXUrZURNID6UfKXMRSxGHxHST { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mQCSQStyEm6zCwAzEPWdXXTxlLi2AuEK { position:relative;display:block; }#mQCSQStyEm6zCwAzEPWdXXTxlLi2AuEK { background-color: transparent; background-image: none; }#mQCSQStyEm6zCwAzEPWdXXTxlLi2AuEK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQCSQStyEm6zCwAzEPWdXXTxlLi2AuEK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQCSQStyEm6zCwAzEPWdXXTxlLi2AuEK > .row .container > .video-iframe-container { display: none; }#mQCSQStyEm6zCwAzEPWdXXTxlLi2AuEK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQCSQStyEm6zCwAzEPWdXXTxlLi2AuEK > .row > .video-iframe-container { display: none; }#mQCSQStyEm6zCwAzEPWdXXTxlLi2AuEK > .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); }#mQCSQStyEm6zCwAzEPWdXXTxlLi2AuEK { border-width: 0; border-radius: 0; }#mQCSQStyEm6zCwAzEPWdXXTxlLi2AuEK > .row .container > .video-iframe-container {  }#mQCSQStyEm6zCwAzEPWdXXTxlLi2AuEK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.3125rem;width:75rem;position:relative;display:block; }#OOsel9stlO1PbQDTuZQRA65F1kPRQDtd { position:relative;display:none; }#OOsel9stlO1PbQDTuZQRA65F1kPRQDtd { border-width: 0; border-radius: 0; }#OOsel9stlO1PbQDTuZQRA65F1kPRQDtd > .row .container > .video-iframe-container {  }#OOsel9stlO1PbQDTuZQRA65F1kPRQDtd > .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.5625rem;width:75rem;position:relative;display:none; }#sFAbNVTm4M855mhIlSASL54PH9nCweyB { color:#000000;display:block;width:53.75rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:400;z-index:100006;line-height:1.4;letter-spacing:0;top:1.3125rem;left:10.625rem;height:6.29888125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gMeff4N7ADyi3oNrdi5l7Ug1TXwSOIEs { color:#000000;display:block;width:53.75rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:400;z-index:100008;line-height:1.4;letter-spacing:0;top:7.0625rem;left:11.40625rem;height:3.15rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eHkPpsl2x2IA4t097JLp7mNN1zR0goEW { color:#000000;display:block;width:53.75rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:400;z-index:100008;line-height:1.4;letter-spacing:0;top:23.1875rem;left:11.40625rem;height:1.575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eacViCiErpIhPX3TsAQ5ka379gHf0zBR { box-sizing:content-box;color:#f95b06;font-size:2.3125rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:28.5625rem;left:35.8125rem;display:block; }
#GLTNUKObeAhRBLBV1cPfHITbxhthJTZR { color:#000000;display:block;width:53.75rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:400;z-index:100009;line-height:1.4;letter-spacing:0;top:17.75rem;left:11.96875rem;height:3.15rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gzsLvC247qT2JTAEzLxcEgfN2ovJoxP6 { background-color:#f95b01;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:2.5rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:12.8125rem;left:31.59375rem;display:block; }
#iunE9G5hZM14T56TkglJHDR9RlvR8IcU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rKu0XvWpHrWkBFQGmAMfFQdRSPwTv6tZ { color:#000000;display:block;width:53.75rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:400;z-index:100009;line-height:1.4;letter-spacing:0;top:26.375rem;left:11.40625rem;height:1.575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TrOAO4cDuwamQWd4g0rSGN7vacDZ908o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ececf8;background-image:none;position:relative;display:none; }#TrOAO4cDuwamQWd4g0rSGN7vacDZ908o > .row .container { border-width: 0; border-radius: 0; }#TrOAO4cDuwamQWd4g0rSGN7vacDZ908o > .row > .video-iframe-container {  }#TrOAO4cDuwamQWd4g0rSGN7vacDZ908o > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:75rem;position:relative;display:none; }#dDgr7eFgNuZGAeg4n2Mfpu4x2ichg32U { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.25rem;width:41.375rem;top:4.7373046875rem;left:19.5rem;display:block; }
#L6Si100EusUo6hDJtGlmZL4GwRHrlbUT { color:#f95b01;display:block;width:60.625rem;position:absolute;font-family:"roboto condensed";font-size:1.6875rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:1.5625rem;left:9.875rem;height:2.1875rem;text-align:center;text-align-last:center;display:none; }
#qH5unfl6TBESSbgVTo6Jx8cfEsMsERC4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ececf8;background-image:none;position:relative;display:block; }#qH5unfl6TBESSbgVTo6Jx8cfEsMsERC4 > .row .container { background-color: transparent; background-image: none; }#qH5unfl6TBESSbgVTo6Jx8cfEsMsERC4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qH5unfl6TBESSbgVTo6Jx8cfEsMsERC4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qH5unfl6TBESSbgVTo6Jx8cfEsMsERC4 > .row .container > .video-iframe-container { display: none; }#qH5unfl6TBESSbgVTo6Jx8cfEsMsERC4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qH5unfl6TBESSbgVTo6Jx8cfEsMsERC4 > .row > .video-iframe-container { display: none; }#qH5unfl6TBESSbgVTo6Jx8cfEsMsERC4 > .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); }#qH5unfl6TBESSbgVTo6Jx8cfEsMsERC4 > .row .container { border-width: 0; border-radius: 0; }#qH5unfl6TBESSbgVTo6Jx8cfEsMsERC4 > .row > .video-iframe-container {  }#qH5unfl6TBESSbgVTo6Jx8cfEsMsERC4 > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:75rem;position:relative;display:block; }#bO3Ts6ouPQbMKS3kLDcJ4MDO9MfpzItF { color:#f95b01;display:block;width:60.625rem;position:absolute;font-family:"roboto condensed";font-size:1.6875rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:1.5625rem;left:9.875rem;height:2.19375rem;text-align:center;text-align-last:center;display:block; }
#oru1EEeZtNACr5mMGDsnazb1JswAkBVD { position:absolute;display:block;z-index:100008;height:11.25rem;width:20rem;top:7.5rem;left:20rem;display:block; }
#p1GHHtu5QzVpanXii8WyFrFsz9p0ZImT { position:relative;z-index:auto;display:block; }#p1GHHtu5QzVpanXii8WyFrFsz9p0ZImT { background-color: transparent; background-image: none; }#p1GHHtu5QzVpanXii8WyFrFsz9p0ZImT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p1GHHtu5QzVpanXii8WyFrFsz9p0ZImT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p1GHHtu5QzVpanXii8WyFrFsz9p0ZImT > .row .container > .video-iframe-container { display: none; }#p1GHHtu5QzVpanXii8WyFrFsz9p0ZImT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p1GHHtu5QzVpanXii8WyFrFsz9p0ZImT > .row > .video-iframe-container { display: none; }#p1GHHtu5QzVpanXii8WyFrFsz9p0ZImT > .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); }#p1GHHtu5QzVpanXii8WyFrFsz9p0ZImT { border-width: 0; border-radius: 0; }#p1GHHtu5QzVpanXii8WyFrFsz9p0ZImT > .row .container > .video-iframe-container {  }#p1GHHtu5QzVpanXii8WyFrFsz9p0ZImT > .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.4375rem;width:75rem;position:relative;display:block; }#wvbltMtX1mkfhPQsmOrDpBEy5TpFJAPu { color:#0a4595;display:block;width:19.6875rem;position:absolute;font-family:sharp;font-size:2.1875rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:1.3187503814698rem;left:27.656251907349rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pfhedKt7Lnwa5myonQzDxFTJZXhw4TR4 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5625rem;width:4.0625rem;top:0.9375rem;left:25.718751907349rem;overflow:hidden;display:block; }
#UUFFqnIoDbmqdHm7Twy9MJ0CB2xxPqt1 { position:relative;display:block; }#UUFFqnIoDbmqdHm7Twy9MJ0CB2xxPqt1 { background-color: transparent; background-image: none; }#UUFFqnIoDbmqdHm7Twy9MJ0CB2xxPqt1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UUFFqnIoDbmqdHm7Twy9MJ0CB2xxPqt1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UUFFqnIoDbmqdHm7Twy9MJ0CB2xxPqt1 > .row .container > .video-iframe-container { display: none; }#UUFFqnIoDbmqdHm7Twy9MJ0CB2xxPqt1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UUFFqnIoDbmqdHm7Twy9MJ0CB2xxPqt1 > .row > .video-iframe-container { display: none; }#UUFFqnIoDbmqdHm7Twy9MJ0CB2xxPqt1 > .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); }#UUFFqnIoDbmqdHm7Twy9MJ0CB2xxPqt1 { border-width: 0; border-radius: 0; }#UUFFqnIoDbmqdHm7Twy9MJ0CB2xxPqt1 > .row .container > .video-iframe-container {  }#UUFFqnIoDbmqdHm7Twy9MJ0CB2xxPqt1 > .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.3125rem;width:75rem;position:relative;display:block; }#dwFrIhnEr5s1h4J6ab7QPySvXdszTmOr { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.4375rem;width:29.625rem;top:4.625rem;left:0rem;display:block; }
#wQHlPwuWsZ1tAQHQJinMeb4yJuhWwuwV { position:absolute;display:block;z-index:100025;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f95b06;border-left:0.125rem solid #f95b06;border-right:0.125rem solid #f95b06;border-bottom:0.125rem solid #f95b06;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:4.625rem;width:30.0625rem;top:16.25rem;left:36.8125rem;display:block; }
#rrNqbwZdx9ZfEFvapK8aSDDfmTBaL7xu { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.1875rem;top:17.625rem;left:37.0625rem;overflow:hidden;display:block; }
#dtVh6HhwKGdEPaJE79bHFz9FJdRPIglQ { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:sharp;font-size:1.5rem;font-weight:700;z-index:100021;line-height:.9;letter-spacing:0;top:7.40625rem;left:45rem;height:1.35rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Io14mZXIOE1zS7qbJxThIo2dyyuMPyDM { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.875rem;width:6.875rem;top:4.625rem;left:36.8125rem;overflow:hidden;display:block; }
#Nw5B43Tld12L40r3w0A22EM6Mq8BkQJs { color:#f95b06;display:block;width:26.25rem;position:absolute;font-family:sharp;font-size:1.125rem;font-weight:400;z-index:100060;line-height:1.3;letter-spacing:0;top:17.237500756979rem;left:39.250001907349rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KICb6JAGbxOGzxr1zaCgRMlVBWO12yVR { box-sizing:content-box;color:#0a4595;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100088;top:18.625rem;left:64.25rem;display:block; }
#wF8TvM0QV1lJHAWtz5k7hH2GU4sgyXa5 { color:#ffffff;display:block;width:10.25rem;position:absolute;font-family:sharp;font-size:1.375rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:4.875rem;left:38rem;height:1.78775rem;text-align:center;text-align-last:center;display:block; }
#blpVEZ3gJt9o6oA4eWmvffr3DHR8Nlsh { color:#ffffff;display:block;width:10.25rem;position:absolute;font-family:sharp;font-size:1.375rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:22.5625rem;left:38rem;height:1.78775rem;text-align:center;text-align-last:center;display:block; }
#yXoI9XwPvK5zuVDXaV9KSMQn4Af0m3M7 { position:absolute;display:block;z-index:100032;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f95b06;border-left:0.125rem solid #f95b06;border-right:0.125rem solid #f95b06;border-bottom:0.125rem solid #f95b06;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:4.625rem;width:30.0625rem;top:12.0625rem;left:37.125rem;display:none; }
#avZGaNZx56CTkiIUgstAvWTRIRxGVm2c { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.1875rem;top:13.125rem;left:37.5625rem;overflow:hidden;display:none; }
#wIXXnuiwX65dlAzLNloakXg5z0aUsyyg { position:relative;display:block; }#wIXXnuiwX65dlAzLNloakXg5z0aUsyyg { background-color: transparent; background-image: none; }#wIXXnuiwX65dlAzLNloakXg5z0aUsyyg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIXXnuiwX65dlAzLNloakXg5z0aUsyyg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIXXnuiwX65dlAzLNloakXg5z0aUsyyg > .row .container > .video-iframe-container { display: none; }#wIXXnuiwX65dlAzLNloakXg5z0aUsyyg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIXXnuiwX65dlAzLNloakXg5z0aUsyyg > .row > .video-iframe-container { display: none; }#wIXXnuiwX65dlAzLNloakXg5z0aUsyyg > .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); }#wIXXnuiwX65dlAzLNloakXg5z0aUsyyg { border-width: 0; border-radius: 0; }#wIXXnuiwX65dlAzLNloakXg5z0aUsyyg > .row .container > .video-iframe-container {  }#wIXXnuiwX65dlAzLNloakXg5z0aUsyyg > .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:19.25rem;width:75rem;position:relative;display:block; }#mTJhGuAg2K4QEbtZf3PH5PS0QZUgaxvV { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.4375rem;width:29.625rem;top:1.6875rem;left:0rem;display:block; }
#lGDo70GQiRBFGaXoS2BU4ThbdZcXJfs3 { position:absolute;display:block;z-index:100025;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f95b06;border-left:0.125rem solid #f95b06;border-right:0.125rem solid #f95b06;border-bottom:0.125rem solid #f95b06;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:4.625rem;width:30.0625rem;top:12.9375rem;left:36.8125rem;display:block; }
#EIQnEe6t7uRgzzHm42e6rT33lPb3BeJ3 { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.1875rem;top:14.5rem;left:37.0625rem;overflow:hidden;display:block; }
#U6thbg3Zu5oCqLkPBmsT8mrvqzeKrbtn { color:#000000;display:block;width:22.875rem;position:absolute;font-family:sharp;font-size:1.5rem;font-weight:700;z-index:100021;line-height:.9;letter-spacing:0;top:4.46875rem;left:45.0625rem;height:2.69833125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yLp2zgHwZDGlQaa1qECc2Vi7Tp0RXX06 { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.875rem;width:6.875rem;top:1.6875rem;left:36.8125rem;overflow:hidden;display:block; }
#EtRvDp90QsXVuoBNrODG14GcGeEGWrUc { color:#f95b06;display:block;width:26.25rem;position:absolute;font-family:sharp;font-size:1.125rem;font-weight:400;z-index:100064;line-height:1.3;letter-spacing:0;top:13.9873046875rem;left:39.25rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#b6RuFAQmO7GLB9dtriPwZITTSvV2vdIH { box-sizing:content-box;color:#0a4595;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100094;top:15.0302734375rem;left:64.25rem;display:block; }
#WCDJ8STyNo12g2pHlFgyiHH07NybFD6m { position:absolute;display:block;z-index:100032;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f95b06;border-left:0.125rem solid #f95b06;border-right:0.125rem solid #f95b06;border-bottom:0.125rem solid #f95b06;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:4.625rem;width:30.0625rem;top:12.0625rem;left:37.125rem;display:none; }
#VKBTMa8gEWH97EJ7tvNqisUm6i2fs8uK { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.1875rem;top:13.125rem;left:37.5625rem;overflow:hidden;display:none; }
#Tg00okCcwtPqsqv1FeT1FApBgvtraFBc { position:relative;display:block; }#Tg00okCcwtPqsqv1FeT1FApBgvtraFBc { background-color: transparent; background-image: none; }#Tg00okCcwtPqsqv1FeT1FApBgvtraFBc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tg00okCcwtPqsqv1FeT1FApBgvtraFBc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tg00okCcwtPqsqv1FeT1FApBgvtraFBc > .row .container > .video-iframe-container { display: none; }#Tg00okCcwtPqsqv1FeT1FApBgvtraFBc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tg00okCcwtPqsqv1FeT1FApBgvtraFBc > .row > .video-iframe-container { display: none; }#Tg00okCcwtPqsqv1FeT1FApBgvtraFBc > .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); }#Tg00okCcwtPqsqv1FeT1FApBgvtraFBc { border-width: 0; border-radius: 0; }#Tg00okCcwtPqsqv1FeT1FApBgvtraFBc > .row .container > .video-iframe-container {  }#Tg00okCcwtPqsqv1FeT1FApBgvtraFBc > .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:19.25rem;width:75rem;position:relative;display:block; }#npaaGiqAGEnQ7KFaQ3xraAV1QonH8M6q { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.4375rem;width:29.625rem;top:1.6875rem;left:0rem;display:block; }
#qZIe7r0Tr0RnFzo5xLm44bzDMm8Mq5TH { position:absolute;display:block;z-index:100025;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f95b06;border-left:0.125rem solid #f95b06;border-right:0.125rem solid #f95b06;border-bottom:0.125rem solid #f95b06;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:5.6875rem;width:30.0625rem;top:12.1875rem;left:36.8125rem;display:block; }
#TKRGw2EnZvLwUT57eIboOnM3l3Mr5y0a { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.1875rem;top:13.5625rem;left:37.0625rem;overflow:hidden;display:block; }
#dgHbnMuZQVfKl5LHtN08pTFDsAweVsvm { color:#000000;display:block;width:22.0625rem;position:absolute;font-family:sharp;font-size:1.5rem;font-weight:700;z-index:100021;line-height:.9;letter-spacing:0;top:4.46875rem;left:45.125rem;height:1.35rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IKAFE3xnidQFS0rDtzGggUHP8TSCZvri { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.875rem;width:6.875rem;top:1.6875rem;left:36.8125rem;overflow:hidden;display:block; }
#MsfNSrCTiyRAfoNO6opMsAeMXL4HtdC9 { color:#f95b06;display:block;width:26.25rem;position:absolute;font-family:sharp;font-size:1.125rem;font-weight:400;z-index:100064;line-height:1.3;letter-spacing:0;top:13.1748046875rem;left:39.25rem;height:4.38583125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AIcnmUKCUyrBTNLBpwzbgdJabVQEP2wL { box-sizing:content-box;color:#0a4595;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100094;top:14.5302734375rem;left:64.25rem;display:block; }
#QcHBZZbCe5DmFNpPfGd2X3UiIGJH2EXN { position:absolute;display:block;z-index:100032;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f95b06;border-left:0.125rem solid #f95b06;border-right:0.125rem solid #f95b06;border-bottom:0.125rem solid #f95b06;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:4.625rem;width:30.0625rem;top:12.0625rem;left:37.125rem;display:none; }
#X6gJvDUOUQTvunC2ITzT4pFK8Eer3FkW { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.1875rem;top:13.125rem;left:37.5625rem;overflow:hidden;display:none; }
#IXWSKblwaJoNHeNeIpnZwTKJpzSks8Bm { position:relative;display:block; }#IXWSKblwaJoNHeNeIpnZwTKJpzSks8Bm { background-color: transparent; background-image: none; }#IXWSKblwaJoNHeNeIpnZwTKJpzSks8Bm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IXWSKblwaJoNHeNeIpnZwTKJpzSks8Bm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IXWSKblwaJoNHeNeIpnZwTKJpzSks8Bm > .row .container > .video-iframe-container { display: none; }#IXWSKblwaJoNHeNeIpnZwTKJpzSks8Bm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IXWSKblwaJoNHeNeIpnZwTKJpzSks8Bm > .row > .video-iframe-container { display: none; }#IXWSKblwaJoNHeNeIpnZwTKJpzSks8Bm > .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); }#IXWSKblwaJoNHeNeIpnZwTKJpzSks8Bm { border-width: 0; border-radius: 0; }#IXWSKblwaJoNHeNeIpnZwTKJpzSks8Bm > .row .container > .video-iframe-container {  }#IXWSKblwaJoNHeNeIpnZwTKJpzSks8Bm > .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:19.25rem;width:75rem;position:relative;display:block; }#QH3wnmOE9OJbeyW7OeibcBC4wyDXMa3P { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.4375rem;width:29.625rem;top:1.5625rem;left:0rem;display:block; }
#TeSEzAbH10Sr4eipx4l1dCwmvpMyAuQI { position:absolute;display:block;z-index:100025;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f95b06;border-left:0.125rem solid #f95b06;border-right:0.125rem solid #f95b06;border-bottom:0.125rem solid #f95b06;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:4.625rem;width:30.0625rem;top:12.9619140625rem;left:36.8125rem;display:block; }
#FfMGNh2lPvy0QcuexxWFTgi89sDbhZeP { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.1875rem;top:13.625rem;left:37.062501907349rem;overflow:hidden;display:block; }
#N7DBZtoWfbNcxLIuPgGVJgM5QyGQOBEX { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:sharp;font-size:1.5rem;font-weight:700;z-index:100021;line-height:.9;letter-spacing:0;top:4.34375rem;left:45.1875rem;height:1.35rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wTGem1HTZF937Hl8cVek2xqoEqXuF8N9 { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.875rem;width:6.875rem;top:1.5625rem;left:36.8125rem;overflow:hidden;display:block; }
#ZrnoXD1DuR2AKXwkk1cU4AVfEghFbhQQ { color:#f95b06;display:block;width:25.375rem;position:absolute;font-family:sharp;font-size:1.125rem;font-weight:400;z-index:100064;line-height:1.3;letter-spacing:0;top:13.9619140625rem;left:39.25rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vnCa3J7gQ7Xf3dvW6m5bb1dzht3vDuF2 { box-sizing:content-box;color:#0a4595;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100096;top:14.750000953674rem;left:64.56249809265rem;display:block; }
#iglqZ3qJslqDXyfCOLhe4mwO7NFkwdG8 { position:absolute;display:block;z-index:100032;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f95b06;border-left:0.125rem solid #f95b06;border-right:0.125rem solid #f95b06;border-bottom:0.125rem solid #f95b06;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:4.625rem;width:30.0625rem;top:12.0625rem;left:37.125rem;display:none; }
#LAd6zSLogC0fIzk2vN6CX8SJTP5VF3b7 { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.1875rem;top:13.125rem;left:37.5625rem;overflow:hidden;display:none; }
#zaFyiTKugXQ5OURHw61q4szzeWEhsUi4 { position:relative;display:block; }#zaFyiTKugXQ5OURHw61q4szzeWEhsUi4 { background-color: transparent; background-image: none; }#zaFyiTKugXQ5OURHw61q4szzeWEhsUi4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zaFyiTKugXQ5OURHw61q4szzeWEhsUi4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zaFyiTKugXQ5OURHw61q4szzeWEhsUi4 > .row .container > .video-iframe-container { display: none; }#zaFyiTKugXQ5OURHw61q4szzeWEhsUi4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zaFyiTKugXQ5OURHw61q4szzeWEhsUi4 > .row > .video-iframe-container { display: none; }#zaFyiTKugXQ5OURHw61q4szzeWEhsUi4 > .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); }#zaFyiTKugXQ5OURHw61q4szzeWEhsUi4 { border-width: 0; border-radius: 0; }#zaFyiTKugXQ5OURHw61q4szzeWEhsUi4 > .row .container > .video-iframe-container {  }#zaFyiTKugXQ5OURHw61q4szzeWEhsUi4 > .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:19.25rem;width:75rem;position:relative;display:block; }#XeutETXkxgagrwk9JTveBeMF5zFz35VV { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.4375rem;width:29.625rem;top:1.5625rem;left:0rem;display:block; }
#hQlXfs6SeOMfE0NuLIPKL1mUVJGzovpk { color:#000000;display:block;width:22.3125rem;position:absolute;font-family:sharp;font-size:1.5rem;font-weight:700;z-index:100021;line-height:.9;letter-spacing:0;top:4.34375rem;left:45.25rem;height:2.69833125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#papbLsdLFsDmw9CfzUl0SpIAU2vqJp7I { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.875rem;width:6.875rem;top:1.5625rem;left:37.125rem;overflow:hidden;display:block; }
#Kgu5riIIK6fGUpP1AVvI9LXRim5t9WSz { position:absolute;display:block;z-index:100032;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f95b06;border-left:0.125rem solid #f95b06;border-right:0.125rem solid #f95b06;border-bottom:0.125rem solid #f95b06;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:4.8125rem;width:30.0625rem;top:13rem;left:37.3125rem;display:block; }
#tMzRqC6oXLGUMrAEWi0zVTMAsSi6tdHr { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.1875rem;top:14.5rem;left:37.5625rem;overflow:hidden;display:block; }
#LpiKcadap9Utyiy0a0rekETIgpqxJhWs { color:#f95b06;display:block;width:24.875rem;position:absolute;font-family:sharp;font-size:1.125rem;font-weight:400;z-index:100061;line-height:1.3;letter-spacing:0;top:14.1875rem;left:40.1875rem;height:4.38583125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fALFVfxNL6IWUTFgkEVzKnmShIF31BW4 { box-sizing:content-box;color:#0a4595;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100082;top:14.9375rem;left:64.625rem;display:block; }
#FzZBFiU7ihXDoxwqxOHMEOHO1cXbEqJb { position:relative;display:block; }#FzZBFiU7ihXDoxwqxOHMEOHO1cXbEqJb { background-color: transparent; background-image: none; }#FzZBFiU7ihXDoxwqxOHMEOHO1cXbEqJb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FzZBFiU7ihXDoxwqxOHMEOHO1cXbEqJb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FzZBFiU7ihXDoxwqxOHMEOHO1cXbEqJb > .row .container > .video-iframe-container { display: none; }#FzZBFiU7ihXDoxwqxOHMEOHO1cXbEqJb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FzZBFiU7ihXDoxwqxOHMEOHO1cXbEqJb > .row > .video-iframe-container { display: none; }#FzZBFiU7ihXDoxwqxOHMEOHO1cXbEqJb > .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); }#FzZBFiU7ihXDoxwqxOHMEOHO1cXbEqJb { border-width: 0; border-radius: 0; }#FzZBFiU7ihXDoxwqxOHMEOHO1cXbEqJb > .row .container > .video-iframe-container {  }#FzZBFiU7ihXDoxwqxOHMEOHO1cXbEqJb > .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:19.25rem;width:75rem;position:relative;display:block; }#y7cR1evDhgiGKgwOrOHyCRsLWH5u5rL5 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.4375rem;width:29.625rem;top:1.4375rem;left:0rem;display:block; }
#QJ0tWIDl3UMwASfqlOcsDxKMeQUbE9cz { color:#ffffff;display:block;width:7.75rem;position:absolute;font-family:sharp;font-size:1.375rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:1rem;left:39.5rem;height:1.78775rem;text-align:center;text-align-last:center;display:block; }
#ePCUPiq3l6vnS2VAsziJsgoMrQttQv9z { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:sharp;font-size:1.5rem;font-weight:700;z-index:100021;line-height:.9;letter-spacing:0;top:4.46875rem;left:45.3125rem;height:1.35rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rCM9rdLT1srGAGqTctpt8TbZFCwp51w5 { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.875rem;width:6.875rem;top:1.6875rem;left:37.125rem;overflow:hidden;display:block; }
#EGXKwOas1XhP8WFhzGMTnAniqv3DGVRM { position:absolute;display:block;z-index:100032;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f95b06;border-left:0.125rem solid #f95b06;border-right:0.125rem solid #f95b06;border-bottom:0.125rem solid #f95b06;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:4.8125rem;width:30.0625rem;top:12.875rem;left:37.125rem;display:block; }
#CT6kU0T9xVv55eHM2Xl7C9lNMI3oTAix { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.1875rem;top:14.0625rem;left:37.5625rem;overflow:hidden;display:block; }
#yRWsrbOyGFRW5Z2BDgpDXKq5FvHSrrSu { color:#f95b06;display:block;width:26.25rem;position:absolute;font-family:sharp;font-size:1.125rem;font-weight:400;z-index:100056;line-height:1.3;letter-spacing:0;top:13.7373046875rem;left:39.9375rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#stAcyMO8f9c9J5nyiVcop6TR5fQNaZtI { box-sizing:content-box;color:#ffffff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100069;top:9.887499809265rem;left:87.587495803831rem;display:block; }
#t5ovPNV5C2smKX5AmWubX30IZufDCN64 { box-sizing:content-box;color:#0a4595;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100068;top:14.812500953674rem;left:64.62499809265rem;display:block; }
#aGgvhEGobRmoVychA7hvxVQGy2SrXC8t { position:relative;display:block; }#aGgvhEGobRmoVychA7hvxVQGy2SrXC8t { background-color: transparent; background-image: none; }#aGgvhEGobRmoVychA7hvxVQGy2SrXC8t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGgvhEGobRmoVychA7hvxVQGy2SrXC8t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGgvhEGobRmoVychA7hvxVQGy2SrXC8t > .row .container > .video-iframe-container { display: none; }#aGgvhEGobRmoVychA7hvxVQGy2SrXC8t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGgvhEGobRmoVychA7hvxVQGy2SrXC8t > .row > .video-iframe-container { display: none; }#aGgvhEGobRmoVychA7hvxVQGy2SrXC8t > .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); }#aGgvhEGobRmoVychA7hvxVQGy2SrXC8t { border-width: 0; border-radius: 0; }#aGgvhEGobRmoVychA7hvxVQGy2SrXC8t > .row .container > .video-iframe-container {  }#aGgvhEGobRmoVychA7hvxVQGy2SrXC8t > .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:19.9375rem;width:75rem;position:relative;display:block; }#DthVJELbEq8uoF01Ki7UZew2mV621caR { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.4375rem;width:29.625rem;top:2.125rem;left:0rem;display:block; }
#KtuvPbSdTvdu0rCQT9fZiKWZ06HBdA2W { color:#ffffff;display:block;width:7.75rem;position:absolute;font-family:sharp;font-size:1.375rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:1rem;left:39.5rem;height:1.78775rem;text-align:center;text-align-last:center;display:block; }
#Grg8e0ei951nR1Gtdu3tawWbwTkgcbIG { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:sharp;font-size:1.5rem;font-weight:700;z-index:100021;line-height:.9;letter-spacing:0;top:4.90625rem;left:46.25rem;height:1.35rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JK1gPT4h4uQH7X7O3xNVmA0MwBDKfJV2 { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.875rem;width:6.875rem;top:2.125rem;left:37.125rem;overflow:hidden;display:block; }
#WOgXvZDhexiiE10E2ZaR8ZZxocNZSE7l { position:absolute;display:block;z-index:100032;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f95b06;border-left:0.125rem solid #f95b06;border-right:0.125rem solid #f95b06;border-bottom:0.125rem solid #f95b06;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:5.4375rem;width:30.0625rem;top:12.9375rem;left:37.125rem;display:block; }
#AKiIwX2Nzv2sqIQIxBtKaqOiIvT50OPI { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.1875rem;top:14rem;left:37.5625rem;overflow:hidden;display:block; }
#sEz8mqf2NxwKAykW9FCiLtK2hTFsaaMD { color:#f95b06;display:block;width:26.25rem;position:absolute;font-family:sharp;font-size:1.125rem;font-weight:400;z-index:100056;line-height:1.3;letter-spacing:0;top:13.9375rem;left:39.9375rem;height:4.38583125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ta4gKIFdCz875UQMG4xtipQSrX4Vt9zT { box-sizing:content-box;color:#ffffff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100069;top:9.887499809265rem;left:87.587495803831rem;display:block; }
#iyRnQ08P3V910WBBrxACTPP3tZ9eZsph { box-sizing:content-box;color:#0a4595;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100068;top:15.6875rem;left:64.625rem;display:block; }
#mUaSQcUaFd1P2vPMr5KUvkGFlbbXyxK6 { position:relative;display:block; }#mUaSQcUaFd1P2vPMr5KUvkGFlbbXyxK6 { background-color: transparent; background-image: none; }#mUaSQcUaFd1P2vPMr5KUvkGFlbbXyxK6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mUaSQcUaFd1P2vPMr5KUvkGFlbbXyxK6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mUaSQcUaFd1P2vPMr5KUvkGFlbbXyxK6 > .row .container > .video-iframe-container { display: none; }#mUaSQcUaFd1P2vPMr5KUvkGFlbbXyxK6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mUaSQcUaFd1P2vPMr5KUvkGFlbbXyxK6 > .row > .video-iframe-container { display: none; }#mUaSQcUaFd1P2vPMr5KUvkGFlbbXyxK6 > .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); }#mUaSQcUaFd1P2vPMr5KUvkGFlbbXyxK6 { border-width: 0; border-radius: 0; }#mUaSQcUaFd1P2vPMr5KUvkGFlbbXyxK6 > .row .container > .video-iframe-container {  }#mUaSQcUaFd1P2vPMr5KUvkGFlbbXyxK6 > .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:19.25rem;width:75rem;position:relative;display:block; }#xX3fmqwFJzivwaNwultAmipRAve16x5K { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.4375rem;width:29.625rem;top:1.6875rem;left:0rem;display:block; }
#ghtvriQVvSJsUvErsevghgPpWJdJzTWt { color:#000000;display:block;width:23.25rem;position:absolute;font-family:sharp;font-size:1.5rem;font-weight:700;z-index:100021;line-height:.9;letter-spacing:0;top:4.46875rem;left:44.875rem;height:2.69833125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hmzzsmxat380PPSXcG5f7MszndMEDgnX { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.875rem;width:6.875rem;top:1.6875rem;left:37.125rem;overflow:hidden;display:block; }
#vDVZIDsCGGqXi1Q5sVxwDtQr4CgXM1VS { position:absolute;display:block;z-index:100032;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f95b06;border-left:0.125rem solid #f95b06;border-right:0.125rem solid #f95b06;border-bottom:0.125rem solid #f95b06;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:5.75rem;width:30.0625rem;top:12.0625rem;left:37.125rem;display:block; }
#TF5OTByWxwk98wr88nsqwfgaZdyU1UFV { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.1875rem;top:13.125rem;left:37.5625rem;overflow:hidden;display:block; }
#ToZ4aWnyQ8ZRxs8bOZBCLrAswQgRU7Uk { color:#f95b06;display:block;width:23.9375rem;position:absolute;font-family:sharp;font-size:1.125rem;font-weight:400;z-index:100055;line-height:1.3;letter-spacing:0;top:12.236328125rem;left:40.375rem;height:5.84776875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gyPJNRU1gJKb9r9pQod8vlqRf62r8Umi { box-sizing:content-box;color:#0a4595;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100085;top:14.8125rem;left:64.3125rem;display:block; }
#yDM6w87giLmWflRrbxnevbXb08cp5QOq { position:relative;display:block; }#yDM6w87giLmWflRrbxnevbXb08cp5QOq { background-color: transparent; background-image: none; }#yDM6w87giLmWflRrbxnevbXb08cp5QOq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yDM6w87giLmWflRrbxnevbXb08cp5QOq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yDM6w87giLmWflRrbxnevbXb08cp5QOq > .row .container > .video-iframe-container { display: none; }#yDM6w87giLmWflRrbxnevbXb08cp5QOq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yDM6w87giLmWflRrbxnevbXb08cp5QOq > .row > .video-iframe-container { display: none; }#yDM6w87giLmWflRrbxnevbXb08cp5QOq > .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); }#yDM6w87giLmWflRrbxnevbXb08cp5QOq { border-width: 0; border-radius: 0; }#yDM6w87giLmWflRrbxnevbXb08cp5QOq > .row .container > .video-iframe-container {  }#yDM6w87giLmWflRrbxnevbXb08cp5QOq > .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:19.9375rem;width:75rem;position:relative;display:block; }#gSo13PNBT8UNySJdXQz2Swe5GvFUATs9 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.4375rem;width:29.625rem;top:2.125rem;left:0rem;display:block; }
#HKqscMQzlHi839QZBvdLvBDQqXHzAiLe { color:#ffffff;display:block;width:7.75rem;position:absolute;font-family:sharp;font-size:1.375rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:1.9375rem;left:39.500001907349rem;height:1.78775rem;text-align:center;text-align-last:center;display:block; }
#FXAv4qFoCEqr1Zhp88v2bGtQMloSN8G4 { color:#000000;display:block;width:24.0625rem;position:absolute;font-family:sharp;font-size:1.5rem;font-weight:700;z-index:100021;line-height:.9;letter-spacing:0;top:4.71875rem;left:44.5625rem;height:2.69833125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#li37Wkko6x0JLpnqVgOBIhOWEaLmxPVn { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.875rem;width:6.875rem;top:1.9375rem;left:37.125rem;overflow:hidden;display:block; }
#b38N3bfGkO1N75kEqBdTDAesCTiqS52E { position:absolute;display:block;z-index:100032;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f95b06;border-left:0.125rem solid #f95b06;border-right:0.125rem solid #f95b06;border-bottom:0.125rem solid #f95b06;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:4.625rem;width:30.0625rem;top:13.75rem;left:37.125rem;display:block; }
#IBDyfNBp45nxOpxTUTb44HRLwluama1s { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.1875rem;top:15.375rem;left:37.75rem;overflow:hidden;display:block; }
#nxgyV0XyX9uqub3O4wTumadHydZ9e1JA { box-sizing:content-box;color:#ffffff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100069;top:9.887499809265rem;left:87.587495803831rem;display:block; }
#x9RxtJcl2icIAJpPyX45OPzPCWDSuSMR { color:#f95b06;display:block;width:22.125rem;position:absolute;font-family:sharp;font-size:1.125rem;font-weight:400;z-index:100052;line-height:1.3;letter-spacing:0;top:15.1875rem;left:40.1875rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dDZMLTsWB6hTLtGFPO82tHqrT4AndaSa { box-sizing:content-box;color:#0a4595;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100065;top:16.125rem;left:64.625rem;display:block; }
#oCD57JEGTUJxImeRJCmwCUOcX5fNRU8f { position:relative;display:block; }#oCD57JEGTUJxImeRJCmwCUOcX5fNRU8f { background-color: transparent; background-image: none; }#oCD57JEGTUJxImeRJCmwCUOcX5fNRU8f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oCD57JEGTUJxImeRJCmwCUOcX5fNRU8f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oCD57JEGTUJxImeRJCmwCUOcX5fNRU8f > .row .container > .video-iframe-container { display: none; }#oCD57JEGTUJxImeRJCmwCUOcX5fNRU8f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oCD57JEGTUJxImeRJCmwCUOcX5fNRU8f > .row > .video-iframe-container { display: none; }#oCD57JEGTUJxImeRJCmwCUOcX5fNRU8f > .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); }#oCD57JEGTUJxImeRJCmwCUOcX5fNRU8f { border-width: 0; border-radius: 0; }#oCD57JEGTUJxImeRJCmwCUOcX5fNRU8f > .row .container > .video-iframe-container {  }#oCD57JEGTUJxImeRJCmwCUOcX5fNRU8f > .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:19.9375rem;width:75rem;position:relative;display:block; }#QVWXfBQtUAH0K6r1M8mSvpZM4XheRRty { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.4375rem;width:29.625rem;top:2.0625rem;left:0rem;display:block; }
#xUaAKHFGXbyzFWO3eBCwb8Tu8oWKxkyO { color:#ffffff;display:block;width:7.75rem;position:absolute;font-family:sharp;font-size:1.375rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:1.9375rem;left:39.500001907349rem;height:1.78775rem;text-align:center;text-align-last:center;display:block; }
#gzkhkIlu2171ndR2Jov8Rr0xO52hkzUs { color:#000000;display:block;width:22.8125rem;position:absolute;font-family:sharp;font-size:1.5rem;font-weight:700;z-index:100021;line-height:.9;letter-spacing:0;top:4.84375rem;left:45.125rem;height:2.69833125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lMDnJZUh3bwAobpXifvo10HJB0wKkkPy { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.875rem;width:6.875rem;top:2.0625rem;left:37.125rem;overflow:hidden;display:block; }
#fyGIUedwP8LbnCh87zVgg2GQSrb3R3Z8 { position:absolute;display:block;z-index:100032;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f95b06;border-left:0.125rem solid #f95b06;border-right:0.125rem solid #f95b06;border-bottom:0.125rem solid #f95b06;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:4.625rem;width:30.0625rem;top:13.000001907349rem;left:37.125001907349rem;display:block; }
#mZq0iMcgUWTtipTTsIUULccJJuDy9r3n { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.1875rem;top:14.062501907349rem;left:37.562501907349rem;overflow:hidden;display:block; }
#kaTubd5f61WJhX8aITJZebkqIqVNtvBo { box-sizing:content-box;color:#ffffff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100069;top:9.887499809265rem;left:87.587495803831rem;display:block; }
#LRpGxrVLV21ftFAwGNVfXoDm4mkRwlae { color:#f95b06;display:block;width:26.25rem;position:absolute;font-family:sharp;font-size:1.125rem;font-weight:400;z-index:100052;line-height:1.3;letter-spacing:0;top:14.4375rem;left:40.1875rem;height:1.46194375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VxLeo92VLq5fK0cSQiTtgf45RQgi4WJP { box-sizing:content-box;color:#0a4595;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100065;top:15.375rem;left:64.625rem;display:block; }
#zeyveiJSvaXSy3XWX1OdXflo83Xs96XL { position:relative;display:block; }#zeyveiJSvaXSy3XWX1OdXflo83Xs96XL { background-color: transparent; background-image: none; }#zeyveiJSvaXSy3XWX1OdXflo83Xs96XL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zeyveiJSvaXSy3XWX1OdXflo83Xs96XL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zeyveiJSvaXSy3XWX1OdXflo83Xs96XL > .row .container > .video-iframe-container { display: none; }#zeyveiJSvaXSy3XWX1OdXflo83Xs96XL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zeyveiJSvaXSy3XWX1OdXflo83Xs96XL > .row > .video-iframe-container { display: none; }#zeyveiJSvaXSy3XWX1OdXflo83Xs96XL > .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); }#zeyveiJSvaXSy3XWX1OdXflo83Xs96XL { border-width: 0; border-radius: 0; }#zeyveiJSvaXSy3XWX1OdXflo83Xs96XL > .row .container > .video-iframe-container {  }#zeyveiJSvaXSy3XWX1OdXflo83Xs96XL > .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:20.125rem;width:75rem;position:relative;display:block; }#KbH6gyCIsaA81e3QxNnKdeR5eT27Xq7m { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.4375rem;width:29.625rem;top:2.15625rem;left:0rem;display:block; }
#gU3TIg6oAgvLA88BV8tBGEtX4UFpmOIL { color:#000000;display:block;width:17.125rem;position:absolute;font-family:sharp;font-size:1.5rem;font-weight:700;z-index:100021;line-height:.9;letter-spacing:0;top:4.96875rem;left:45.5rem;height:1.35rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oMKvfV94UmcTIfkHuzZbLUZMTy9KQFHQ { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.875rem;width:6.875rem;top:2.1875rem;left:37.5625rem;overflow:hidden;display:block; }
#OflMQc0q8gFBJs2sUi7WKXqCdkquJfmk { position:absolute;display:block;z-index:100032;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f95b06;border-left:0.125rem solid #f95b06;border-right:0.125rem solid #f95b06;border-bottom:0.125rem solid #f95b06;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:4.625rem;width:30.0625rem;top:13.8125rem;left:37.5625rem;display:block; }
#DZspKulxc1tsfWdUlJe6o9eGTq7N7szb { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.1875rem;top:14.875rem;left:38rem;overflow:hidden;display:block; }
#HTZtWsamsNOcU6STqEOBvh9XfDwiUwVn { color:#f95b06;display:block;width:24rem;position:absolute;font-family:sharp;font-size:1.125rem;font-weight:400;z-index:100055;line-height:1.3;letter-spacing:0;top:14.875rem;left:40.6875rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J7A9xNayTttNTufwAvtTykA4TTKriLZ3 { box-sizing:content-box;color:#0a4595;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100093;top:16.3125rem;left:65.25rem;display:block; }
#tTKBR7u2tWoc0kPBsSgkmpfnW0lB17ZG { color:#ffffff;display:block;width:7.75rem;position:absolute;font-family:sharp;font-size:1.375rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:1rem;left:39.5rem;height:1.78775rem;text-align:center;text-align-last:center;display:block; }
#CrruQ2sA6bLrMDmPSVmhZe2eh5Z4896D { color:#ffffff;display:block;width:7.75rem;position:absolute;font-family:sharp;font-size:1.375rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:18.375rem;left:39.5rem;height:1.78775rem;text-align:center;text-align-last:center;display:block; }
#kvBPgSwxGRh6CJ9yMZNGEurU71CSdfXO { position:relative;display:block; }#kvBPgSwxGRh6CJ9yMZNGEurU71CSdfXO { background-color: transparent; background-image: none; }#kvBPgSwxGRh6CJ9yMZNGEurU71CSdfXO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kvBPgSwxGRh6CJ9yMZNGEurU71CSdfXO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kvBPgSwxGRh6CJ9yMZNGEurU71CSdfXO > .row .container > .video-iframe-container { display: none; }#kvBPgSwxGRh6CJ9yMZNGEurU71CSdfXO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kvBPgSwxGRh6CJ9yMZNGEurU71CSdfXO > .row > .video-iframe-container { display: none; }#kvBPgSwxGRh6CJ9yMZNGEurU71CSdfXO > .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); }#kvBPgSwxGRh6CJ9yMZNGEurU71CSdfXO { border-width: 0; border-radius: 0; }#kvBPgSwxGRh6CJ9yMZNGEurU71CSdfXO > .row .container > .video-iframe-container {  }#kvBPgSwxGRh6CJ9yMZNGEurU71CSdfXO > .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:19.9375rem;width:75rem;position:relative;display:block; }#LexzpR8QgHx6Raco1lCE3IHGL97baf0W { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.4375rem;width:29.625rem;top:2.0625rem;left:0rem;display:block; }
#irVNOR4OJacruNHvbgpiacEUqiTO84Iz { color:#ffffff;display:block;width:7.75rem;position:absolute;font-family:sharp;font-size:1.375rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:1.9375rem;left:39.500001907349rem;height:1.78775rem;text-align:center;text-align-last:center;display:block; }
#qkiKXeHwzLcfMRnRhH5xGs5BqlhsOif1 { color:#000000;display:block;width:22.8125rem;position:absolute;font-family:sharp;font-size:1.5rem;font-weight:700;z-index:100021;line-height:.9;letter-spacing:0;top:4.84375rem;left:45.125rem;height:1.35rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vv4JzPHVJbqTvHVr2LHV4Z0udLoR8Fvh { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.875rem;width:6.875rem;top:2.0625rem;left:37.125rem;overflow:hidden;display:block; }
#tU3yd2NWKofiDUC4peMG5PfcJ79TPHiT { position:absolute;display:block;z-index:100032;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f95b06;border-left:0.125rem solid #f95b06;border-right:0.125rem solid #f95b06;border-bottom:0.125rem solid #f95b06;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:4.625rem;width:30.0625rem;top:13.000001907349rem;left:37.125001907349rem;display:block; }
#or4b3ALVCzncoNefFAI4yxa5J4MBKC8z { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.1875rem;top:14.062501907349rem;left:37.562501907349rem;overflow:hidden;display:block; }
#vlOC0FUWoFvaau28TqfOTL8L9C4lpqmp { box-sizing:content-box;color:#ffffff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100069;top:9.887499809265rem;left:87.587495803831rem;display:block; }
#k2HqXrOEK8etTMhBcOx1uIfiedTD3iWW { color:#f95b06;display:block;width:26.25rem;position:absolute;font-family:sharp;font-size:1.125rem;font-weight:400;z-index:100052;line-height:1.3;letter-spacing:0;top:14rem;left:40.1875rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UszDBWwCoKDiWkuo3hz1aCBeVxRlxxKZ { box-sizing:content-box;color:#0a4595;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100065;top:15.375rem;left:64.625rem;display:block; }
#XH0v9fVgMIp0A7cnbOlug3bkBsLJDSZA { position:relative;display:block; }#XH0v9fVgMIp0A7cnbOlug3bkBsLJDSZA { background-color: transparent; background-image: none; }#XH0v9fVgMIp0A7cnbOlug3bkBsLJDSZA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XH0v9fVgMIp0A7cnbOlug3bkBsLJDSZA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XH0v9fVgMIp0A7cnbOlug3bkBsLJDSZA > .row .container > .video-iframe-container { display: none; }#XH0v9fVgMIp0A7cnbOlug3bkBsLJDSZA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XH0v9fVgMIp0A7cnbOlug3bkBsLJDSZA > .row > .video-iframe-container { display: none; }#XH0v9fVgMIp0A7cnbOlug3bkBsLJDSZA > .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); }#XH0v9fVgMIp0A7cnbOlug3bkBsLJDSZA { border-width: 0; border-radius: 0; }#XH0v9fVgMIp0A7cnbOlug3bkBsLJDSZA > .row .container > .video-iframe-container {  }#XH0v9fVgMIp0A7cnbOlug3bkBsLJDSZA > .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:20.375rem;width:75rem;position:relative;display:block; }#ozhL4I1coI06tST7DVPwoMJm7lOeIiHS { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.4375rem;width:29.625rem;top:2.4375rem;left:0rem;display:block; }
#xdoAFUdhHETqh6QyRAroSbrcU4JRTgEl { color:#000000;display:block;width:23.6875rem;position:absolute;font-family:sharp;font-size:1.5rem;font-weight:700;z-index:100021;line-height:.9;letter-spacing:0;top:5.21875rem;left:45.0625rem;height:1.35rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ST5yZIzAuGI9JTmkit1JpfKRLF5W9tgM { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.875rem;width:6.875rem;top:2.4375rem;left:37rem;overflow:hidden;display:block; }
#Rl2rNCwXBvM6AdpH2D83ii8aoFXH0dX2 { position:absolute;display:block;z-index:100032;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f95b06;border-left:0.125rem solid #f95b06;border-right:0.125rem solid #f95b06;border-bottom:0.125rem solid #f95b06;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:4.625rem;width:30.0625rem;top:13.6875rem;left:37rem;display:block; }
#f3NVCNpvalNfPNWUMFxLrGUaeQM2bV0i { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.1875rem;top:14.75rem;left:37.4375rem;overflow:hidden;display:block; }
#C95s8OAgmWGNSh4MgZlwD7XhnGZ5zCbg { color:#f95b06;display:block;width:26.25rem;position:absolute;font-family:sharp;font-size:1.125rem;font-weight:400;z-index:100054;line-height:1.3;letter-spacing:0;top:14.6875rem;left:40.25rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BleKCdXrXKVyqBtsqH57c5VK87QPmP7H { box-sizing:content-box;color:#0a4595;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100096;top:16.3125rem;left:64.625rem;display:block; }
#zZTRk0UO0tEm4GT6d2QFCNdW2X056Ja8 { position:relative;display:block; }#zZTRk0UO0tEm4GT6d2QFCNdW2X056Ja8 { background-color: transparent; background-image: none; }#zZTRk0UO0tEm4GT6d2QFCNdW2X056Ja8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZTRk0UO0tEm4GT6d2QFCNdW2X056Ja8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZTRk0UO0tEm4GT6d2QFCNdW2X056Ja8 > .row .container > .video-iframe-container { display: none; }#zZTRk0UO0tEm4GT6d2QFCNdW2X056Ja8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZTRk0UO0tEm4GT6d2QFCNdW2X056Ja8 > .row > .video-iframe-container { display: none; }#zZTRk0UO0tEm4GT6d2QFCNdW2X056Ja8 > .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); }#zZTRk0UO0tEm4GT6d2QFCNdW2X056Ja8 { border-width: 0; border-radius: 0; }#zZTRk0UO0tEm4GT6d2QFCNdW2X056Ja8 > .row .container > .video-iframe-container {  }#zZTRk0UO0tEm4GT6d2QFCNdW2X056Ja8 > .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:19.9375rem;width:75rem;position:relative;display:block; }#KvHtKRO2hPFeRyKhIEe7zPeWmIZaEy9l { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.4375rem;width:29.625rem;top:2.0625rem;left:0rem;display:block; }
#uyoxxl6rf040M2WgmzzxJg4MNuRlWHNe { color:#ffffff;display:block;width:7.75rem;position:absolute;font-family:sharp;font-size:1.375rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:1.9375rem;left:39.500001907349rem;height:1.78775rem;text-align:center;text-align-last:center;display:block; }
#XTti6bfi86qffThMxArk9b5EE5PNlkto { color:#000000;display:block;width:22.8125rem;position:absolute;font-family:sharp;font-size:1.5rem;font-weight:700;z-index:100021;line-height:.9;letter-spacing:0;top:4.84375rem;left:45.125rem;height:1.35rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rZQMum0czeHx6ScL6XEczdu7e2tiDnvP { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.875rem;width:6.875rem;top:2.0625rem;left:37.125rem;overflow:hidden;display:block; }
#zD9StRmSgLSGfZPTQOOZxVd6m8lxsIWF { position:absolute;display:block;z-index:100032;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f95b06;border-left:0.125rem solid #f95b06;border-right:0.125rem solid #f95b06;border-bottom:0.125rem solid #f95b06;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:4.625rem;width:30.0625rem;top:13.000001907349rem;left:37.125001907349rem;display:block; }
#iwieRB97HX0zmypc34F1KqyxNVaWEdEy { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.1875rem;top:14.062501907349rem;left:37.562501907349rem;overflow:hidden;display:block; }
#yGlQcoDIw7qaO3FxdgTJp3316Pmsu0Zx { box-sizing:content-box;color:#ffffff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100069;top:9.887499809265rem;left:87.587495803831rem;display:block; }
#wTyMfMgodq7EQakgQecko9TAHCH8pvLs { color:#f95b06;display:block;width:26.25rem;position:absolute;font-family:sharp;font-size:1.125rem;font-weight:400;z-index:100052;line-height:1.3;letter-spacing:0;top:13.28125rem;left:40.3125rem;height:4.38583125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ocNwmF3lylXLr8KhAoXsJ24EW0s4Dk96 { box-sizing:content-box;color:#0a4595;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100065;top:15.375rem;left:64.625rem;display:block; }
#W0489NZkfQystQIeAI3FSeVMxdNJb79z { position:relative;display:block; }#W0489NZkfQystQIeAI3FSeVMxdNJb79z { background-color: transparent; background-image: none; }#W0489NZkfQystQIeAI3FSeVMxdNJb79z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W0489NZkfQystQIeAI3FSeVMxdNJb79z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W0489NZkfQystQIeAI3FSeVMxdNJb79z > .row .container > .video-iframe-container { display: none; }#W0489NZkfQystQIeAI3FSeVMxdNJb79z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W0489NZkfQystQIeAI3FSeVMxdNJb79z > .row > .video-iframe-container { display: none; }#W0489NZkfQystQIeAI3FSeVMxdNJb79z > .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); }#W0489NZkfQystQIeAI3FSeVMxdNJb79z { border-width: 0; border-radius: 0; }#W0489NZkfQystQIeAI3FSeVMxdNJb79z > .row .container > .video-iframe-container {  }#W0489NZkfQystQIeAI3FSeVMxdNJb79z > .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:20.125rem;width:75rem;position:relative;display:block; }#Qy9OBVAiBkqOhA3TmDfQKI8ucD28EiWw { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.4375rem;width:29.625rem;top:2.0625rem;left:0rem;display:block; }
#zDsTvgbtAlLPdbmPsEw1SJlg5yk0hAyA { color:#000000;display:block;width:23.25rem;position:absolute;font-family:sharp;font-size:1.5rem;font-weight:700;z-index:100021;line-height:.9;letter-spacing:0;top:4.84375rem;left:45.1875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GWWXSdZ0o0fC7CQWSkIL3NF7U0W6fTTN { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.875rem;width:6.875rem;top:2.0625rem;left:37.125rem;overflow:hidden;display:block; }
#lLH4Vfz6GWsRyW0aDIJDMmZxi6csAsI9 { position:absolute;display:block;z-index:100032;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f95b06;border-left:0.125rem solid #f95b06;border-right:0.125rem solid #f95b06;border-bottom:0.125rem solid #f95b06;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:4.625rem;width:30.0625rem;top:13.625rem;left:37.125rem;display:block; }
#vvhIzr9vlRTJFJpq6F3wiqF1nf8ddk4v { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.1875rem;top:14.6875rem;left:37.5625rem;overflow:hidden;display:block; }
#I7nRTl5rlsc76xrMoebGnnIrcyTADBWJ { color:#f95b06;display:block;width:26.25rem;position:absolute;font-family:sharp;font-size:1.125rem;font-weight:400;z-index:100063;line-height:1.3;letter-spacing:0;top:14.5rem;left:40.125rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BFttu8Up30Q8fCEkVR1ywXmn9NAOhHOP { box-sizing:content-box;color:#0a4595;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100076;top:16.1875rem;left:64.8125rem;display:block; }
#wIVz79O0tlOHw4CtT6z43693qJEVUBeR { position:relative;display:block; }#wIVz79O0tlOHw4CtT6z43693qJEVUBeR { background-color: transparent; background-image: none; }#wIVz79O0tlOHw4CtT6z43693qJEVUBeR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIVz79O0tlOHw4CtT6z43693qJEVUBeR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIVz79O0tlOHw4CtT6z43693qJEVUBeR > .row .container > .video-iframe-container { display: none; }#wIVz79O0tlOHw4CtT6z43693qJEVUBeR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIVz79O0tlOHw4CtT6z43693qJEVUBeR > .row > .video-iframe-container { display: none; }#wIVz79O0tlOHw4CtT6z43693qJEVUBeR > .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); }#wIVz79O0tlOHw4CtT6z43693qJEVUBeR { border-width: 0; border-radius: 0; }#wIVz79O0tlOHw4CtT6z43693qJEVUBeR > .row .container > .video-iframe-container {  }#wIVz79O0tlOHw4CtT6z43693qJEVUBeR > .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:19.9375rem;width:75rem;position:relative;display:block; }#CeaiweMpiOSNHTrKTQ4BtP2EbMhX6MBm { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.4375rem;width:29.625rem;top:2.0625rem;left:0rem;display:block; }
#piz6gyZQcRa4CoCsbeRJQBfdFa1vWNJn { color:#ffffff;display:block;width:7.75rem;position:absolute;font-family:sharp;font-size:1.375rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:1.9375rem;left:39.500001907349rem;height:1.78775rem;text-align:center;text-align-last:center;display:block; }
#HCa0sU3fOwgVZqbMbKtXCd6nKMSN8aT0 { color:#000000;display:block;width:22.8125rem;position:absolute;font-family:sharp;font-size:1.5rem;font-weight:700;z-index:100021;line-height:.9;letter-spacing:0;top:4.84375rem;left:45.125rem;height:1.35rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lH4WcdK0zTH0758D9uOItuiWzKDby7fi { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.875rem;width:6.875rem;top:2.0625rem;left:37.125rem;overflow:hidden;display:block; }
#upRTx32Q0Tkk5gyzkTuVb4pdKsN6eTzv { position:absolute;display:block;z-index:100032;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f95b06;border-left:0.125rem solid #f95b06;border-right:0.125rem solid #f95b06;border-bottom:0.125rem solid #f95b06;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:4.625rem;width:30.0625rem;top:13.8125rem;left:37.125rem;display:block; }
#DvMmHCL2N1rmKO6qiocMlNQTKkthsqBp { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.1875rem;top:14.875rem;left:37.5625rem;overflow:hidden;display:block; }
#VrRR9VQo51I2PxQEWves95LIb6dmMyPf { box-sizing:content-box;color:#ffffff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100069;top:9.887499809265rem;left:87.587495803831rem;display:block; }
#Tv70gLLuJN9gmSRKsTtxQERurdHs38da { color:#f95b06;display:block;width:26.25rem;position:absolute;font-family:sharp;font-size:1.125rem;font-weight:400;z-index:100052;line-height:1.3;letter-spacing:0;top:14.125rem;left:40.3125rem;height:4.38583125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wzD2FTQaD4Al6kFtMRHD2dW4fuPgUXqn { box-sizing:content-box;color:#0a4595;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100065;top:16.1875rem;left:64.625rem;display:block; }
#nH3c4NZ89EzcQJc9JaPUctaXZkAZQc2r { position:relative;display:block; }#nH3c4NZ89EzcQJc9JaPUctaXZkAZQc2r { background-color: transparent; background-image: none; }#nH3c4NZ89EzcQJc9JaPUctaXZkAZQc2r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nH3c4NZ89EzcQJc9JaPUctaXZkAZQc2r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nH3c4NZ89EzcQJc9JaPUctaXZkAZQc2r > .row .container > .video-iframe-container { display: none; }#nH3c4NZ89EzcQJc9JaPUctaXZkAZQc2r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nH3c4NZ89EzcQJc9JaPUctaXZkAZQc2r > .row > .video-iframe-container { display: none; }#nH3c4NZ89EzcQJc9JaPUctaXZkAZQc2r > .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); }#nH3c4NZ89EzcQJc9JaPUctaXZkAZQc2r { border-width: 0; border-radius: 0; }#nH3c4NZ89EzcQJc9JaPUctaXZkAZQc2r > .row .container > .video-iframe-container {  }#nH3c4NZ89EzcQJc9JaPUctaXZkAZQc2r > .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:21rem;width:75rem;position:relative;display:block; }#ddlaXL6UsR3106yFAU6wF2BeAT1lJdGU { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.4375rem;width:29.625rem;top:2.875rem;left:0rem;display:block; }
#cIdyPK2px7whcTobKJoC80LZeZMgzZaP { position:absolute;display:block;z-index:100025;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f95b06;border-left:0.125rem solid #f95b06;border-right:0.125rem solid #f95b06;border-bottom:0.125rem solid #f95b06;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:5.5rem;width:30.0625rem;top:13.625rem;left:36.8125rem;display:block; }
#TanWNEPXwxOZZvwaIufVL0ipAauaZLLX { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.1875rem;top:15rem;left:37.0625rem;overflow:hidden;display:block; }
#WbQy9RQIz8Z1SaLSlSQRobUyXZfNE8DQ { color:#000000;display:block;width:23.125rem;position:absolute;font-family:sharp;font-size:1.5rem;font-weight:700;z-index:100021;line-height:.9;letter-spacing:0;top:5.65625rem;left:44.9375rem;height:2.69833125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FNApfkQ8Ac69AnkuVPZVIa6TdrCROMuJ { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.875rem;width:6.875rem;top:2.875rem;left:36.8125rem;overflow:hidden;display:block; }
#Pe7QFzULi377cA0dKdx69okuhTsEtT7C { color:#f95b06;display:block;width:24.75rem;position:absolute;font-family:sharp;font-size:1.125rem;font-weight:400;z-index:100056;line-height:1.3;letter-spacing:0;top:14.4375rem;left:39.9375rem;height:4.38583125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#auXxPTBTAt24v8XhDsp8Hk9AZ4ZblTfT { box-sizing:content-box;color:#0a4595;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100068;top:16.125rem;left:64.25rem;display:block; }
#PnXVlQ1vUy9Np0wHtKoVEhlKQcT29BoD { position:relative;display:block; }#PnXVlQ1vUy9Np0wHtKoVEhlKQcT29BoD { background-color: transparent; background-image: none; }#PnXVlQ1vUy9Np0wHtKoVEhlKQcT29BoD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PnXVlQ1vUy9Np0wHtKoVEhlKQcT29BoD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PnXVlQ1vUy9Np0wHtKoVEhlKQcT29BoD > .row .container > .video-iframe-container { display: none; }#PnXVlQ1vUy9Np0wHtKoVEhlKQcT29BoD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PnXVlQ1vUy9Np0wHtKoVEhlKQcT29BoD > .row > .video-iframe-container { display: none; }#PnXVlQ1vUy9Np0wHtKoVEhlKQcT29BoD > .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); }#PnXVlQ1vUy9Np0wHtKoVEhlKQcT29BoD { border-width: 0; border-radius: 0; }#PnXVlQ1vUy9Np0wHtKoVEhlKQcT29BoD > .row .container > .video-iframe-container {  }#PnXVlQ1vUy9Np0wHtKoVEhlKQcT29BoD > .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.4375rem;width:75rem;position:relative;display:block; }#glFFyuorToq2eMJdZUusGtTb6MWa3D7O { position:relative;display:block; }#glFFyuorToq2eMJdZUusGtTb6MWa3D7O { background-color: transparent; background-image: none; }#glFFyuorToq2eMJdZUusGtTb6MWa3D7O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#glFFyuorToq2eMJdZUusGtTb6MWa3D7O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#glFFyuorToq2eMJdZUusGtTb6MWa3D7O > .row .container > .video-iframe-container { display: none; }#glFFyuorToq2eMJdZUusGtTb6MWa3D7O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#glFFyuorToq2eMJdZUusGtTb6MWa3D7O > .row > .video-iframe-container { display: none; }#glFFyuorToq2eMJdZUusGtTb6MWa3D7O > .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); }#glFFyuorToq2eMJdZUusGtTb6MWa3D7O { border-width: 0; border-radius: 0; }#glFFyuorToq2eMJdZUusGtTb6MWa3D7O > .row .container > .video-iframe-container {  }#glFFyuorToq2eMJdZUusGtTb6MWa3D7O > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.4375rem;width:75rem;position:relative;display:block; }#y3wiK3AVhM7gvIGKJTwBCa8FpigxvJtT { color:#050062;display:block;width:46.3125rem;position:absolute;font-family:"roboto condensed";font-size:2.5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:3.9736328125rem;left:14.34375rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gbG98WLHg9BgSE1vo4TKrRpC5GZftFaf { box-sizing:content-box;color:#f95b06;font-size:2.6875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:0.0986328125rem;left:35.5625rem;display:block; }
#Jz1d1LqIhLqV3609PazAyNdc4STFysKN { position:relative;display:block; }#Jz1d1LqIhLqV3609PazAyNdc4STFysKN { background-color: transparent; background-image: none; }#Jz1d1LqIhLqV3609PazAyNdc4STFysKN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jz1d1LqIhLqV3609PazAyNdc4STFysKN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jz1d1LqIhLqV3609PazAyNdc4STFysKN > .row .container > .video-iframe-container { display: none; }#Jz1d1LqIhLqV3609PazAyNdc4STFysKN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jz1d1LqIhLqV3609PazAyNdc4STFysKN > .row > .video-iframe-container { display: none; }#Jz1d1LqIhLqV3609PazAyNdc4STFysKN > .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); }#Jz1d1LqIhLqV3609PazAyNdc4STFysKN { border-width: 0; border-radius: 0; }#Jz1d1LqIhLqV3609PazAyNdc4STFysKN > .row .container > .video-iframe-container {  }#Jz1d1LqIhLqV3609PazAyNdc4STFysKN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.6875rem;width:75rem;position:relative;display:block; }#TDdeV56M5yC7B7mQhSL3xX4zAAwT1oiL { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.4375rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#RpL90IeWPBJ2m3uA4oSC4f38cuH7IkaU { color:#0a4595;display:block;width:28.375rem;position:absolute;font-family:sharp;font-size:1.9375rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:18.375rem;left:0rem;height:2.51875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sdbTINFOT0tV1bSQsXTDRLD2mM78T6Lz { color:#0a4595;display:block;width:28.375rem;position:absolute;font-family:sharp;font-size:1.9375rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:18.375rem;left:46.625rem;height:2.51875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xR1QUgQQNB6Rt5u3fkU0fSNgaopnCl2F { position:relative;display:block; }#xR1QUgQQNB6Rt5u3fkU0fSNgaopnCl2F { background-color: transparent; background-image: none; }#xR1QUgQQNB6Rt5u3fkU0fSNgaopnCl2F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xR1QUgQQNB6Rt5u3fkU0fSNgaopnCl2F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xR1QUgQQNB6Rt5u3fkU0fSNgaopnCl2F > .row .container > .video-iframe-container { display: none; }#xR1QUgQQNB6Rt5u3fkU0fSNgaopnCl2F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xR1QUgQQNB6Rt5u3fkU0fSNgaopnCl2F > .row > .video-iframe-container { display: none; }#xR1QUgQQNB6Rt5u3fkU0fSNgaopnCl2F > .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); }#xR1QUgQQNB6Rt5u3fkU0fSNgaopnCl2F { border-width: 0; border-radius: 0; }#xR1QUgQQNB6Rt5u3fkU0fSNgaopnCl2F > .row .container > .video-iframe-container {  }#xR1QUgQQNB6Rt5u3fkU0fSNgaopnCl2F > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.375rem;width:75rem;position:relative;display:block; }#q7t1zAG539S7vvf2vnLm2WxUUrRbVwyH { position:relative;display:block; }#q7t1zAG539S7vvf2vnLm2WxUUrRbVwyH { background-color: transparent; background-image: none; }#q7t1zAG539S7vvf2vnLm2WxUUrRbVwyH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q7t1zAG539S7vvf2vnLm2WxUUrRbVwyH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q7t1zAG539S7vvf2vnLm2WxUUrRbVwyH > .row .container > .video-iframe-container { display: none; }#q7t1zAG539S7vvf2vnLm2WxUUrRbVwyH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q7t1zAG539S7vvf2vnLm2WxUUrRbVwyH > .row > .video-iframe-container { display: none; }#q7t1zAG539S7vvf2vnLm2WxUUrRbVwyH > .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); }#q7t1zAG539S7vvf2vnLm2WxUUrRbVwyH { border-width: 0; border-radius: 0; }#q7t1zAG539S7vvf2vnLm2WxUUrRbVwyH > .row .container > .video-iframe-container {  }#q7t1zAG539S7vvf2vnLm2WxUUrRbVwyH > .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:10.125rem;width:75rem;position:relative;display:block; }#vuoJmyVb2odcXTrSpOuaJdawIWGJRM6q { color:#0a4595;display:block;width:37.625rem;position:absolute;font-family:sharp;font-size:2.125rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:5.0625rem;left:18.6875rem;height:2.76098125rem;text-align:center;text-align-last:center;display:block; }
#Kg5azcE3oeKqeftW0eAoMQIK0Ta0Tqy0 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:3.875rem;top:1.0625rem;left:35.562501907349rem;overflow:hidden;display:block; }
#s0x6pdNThvL5P4yP89fkNvIvluoSLTxh { position:relative;display:block; }#s0x6pdNThvL5P4yP89fkNvIvluoSLTxh { background-color: transparent; background-image: none; }#s0x6pdNThvL5P4yP89fkNvIvluoSLTxh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0x6pdNThvL5P4yP89fkNvIvluoSLTxh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0x6pdNThvL5P4yP89fkNvIvluoSLTxh > .row .container > .video-iframe-container { display: none; }#s0x6pdNThvL5P4yP89fkNvIvluoSLTxh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0x6pdNThvL5P4yP89fkNvIvluoSLTxh > .row > .video-iframe-container { display: none; }#s0x6pdNThvL5P4yP89fkNvIvluoSLTxh > .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); }#s0x6pdNThvL5P4yP89fkNvIvluoSLTxh { border-width: 0; border-radius: 0; }#s0x6pdNThvL5P4yP89fkNvIvluoSLTxh > .row .container > .video-iframe-container {  }#s0x6pdNThvL5P4yP89fkNvIvluoSLTxh > .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:27rem;width:75rem;position:relative;display:block; }#AIWRTs5tcmNB9fGROynOm30BJ42D7HxF { color:#0a4595;display:block;width:37.625rem;position:absolute;font-family:sharp;font-size:1.5625rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:1.2734375rem;left:18.6875rem;height:4.060025rem;text-align:center;text-align-last:center;display:block; }
#xVD3rPMJzIeeAqhlW5yxuBENtyRH3kRt { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.4375rem;border-top-right-radius:12.4375rem;border-bottom-left-radius:12.4375rem;border-bottom-right-radius:12.4375rem;height:9.375rem;width:9.375rem;top:7.0625rem;left:32.8125rem;overflow:hidden;display:block; }
#Rqn3h6CeuFOW8or0mMIKPyUobKFeczGA { color:#f95b06;display:block;width:16.375rem;position:absolute;font-family:sharp;font-size:1.5625rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:17.8125rem;left:29.3125rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#BK0Pq6Zop3K3884za25MBl734UXeDO2c { color:#0a4595;display:block;width:19.125rem;position:absolute;font-family:sharp;font-size:1.25rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:20.875rem;left:27.9375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#lOI0y0u6C4XbuzuL48WaUFxVtOoP03i3 { color:#0a4595;display:block;width:16.8125rem;position:absolute;font-family:sharp;font-size:1.25rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:22.5rem;left:29.09375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#OtOrno4Xi1WRkz6P0pRwprTBxf7uiNWo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a4595;background-image:none;position:relative;display:block; }#OtOrno4Xi1WRkz6P0pRwprTBxf7uiNWo > .row .container { background-color: transparent; background-image: none; }#OtOrno4Xi1WRkz6P0pRwprTBxf7uiNWo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtOrno4Xi1WRkz6P0pRwprTBxf7uiNWo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtOrno4Xi1WRkz6P0pRwprTBxf7uiNWo > .row .container > .video-iframe-container { display: none; }#OtOrno4Xi1WRkz6P0pRwprTBxf7uiNWo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtOrno4Xi1WRkz6P0pRwprTBxf7uiNWo > .row > .video-iframe-container { display: none; }#OtOrno4Xi1WRkz6P0pRwprTBxf7uiNWo > .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); }#OtOrno4Xi1WRkz6P0pRwprTBxf7uiNWo > .row .container { border-width: 0; border-radius: 0; }#OtOrno4Xi1WRkz6P0pRwprTBxf7uiNWo > .row > .video-iframe-container {  }#OtOrno4Xi1WRkz6P0pRwprTBxf7uiNWo > .row .container { font-size:0.875rem;font-family:"roboto condensed";height:7.4375rem;width:75rem;position:relative;display:block; }#TsEbJSU6Q1fBpo2WQULTuZeOWvtiEyNN { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:2.875rem;left:53.625001907349rem;height:1.37979375rem;display:block; }
#Ayrx6ldVhCBzTq9TVsH5mm0IyzNMXd2t { color:#8faace;display:block;width:8.75rem;position:absolute;font-family:"roboto condensed";font-size:0.9375rem;font-weight:normal;z-index:100003;line-height:1.9;letter-spacing:0;top:1.625rem;left:27.8125rem;height:3.5587875rem;display:block; }
#dItiDN32tzcPN1E6Kd91Rw11A5CsNDKS { box-sizing:content-box;color:#8faace;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:block;z-index:100004;top:0.6875rem;left:10.125rem;display:block; }
#zouNhOTEwrRznymJl0xA1KEWTCRdaOER { box-sizing:content-box;color:#8faace;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:2.5625rem;left:10.25rem;display:block; }
#s4ITnedBDh6Usuxp5sbozAfZAwsqcEGR { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1rem;width:1rem;top:4.75rem;left:10.5625rem;overflow:hidden;display:block; }
#bStDVrhKxbxyVL3v3EHJWB5i70MEcun1 { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.625rem;width:0.625rem;top:2.4375rem;left:26.0625rem;overflow:hidden;display:block; }
#hgLS8lIUgMEouxkmlZUTfldgliBtXrBC { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#8faace;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8125rem;height:1.0625rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:1rem;left:11.9375rem;display:block; }
#m00pmXt6MWsQIi5cnr4f2CKt0NwtqGag { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#A8Id22TLVOD2suK3m8fAnnH85HlN1d1M { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#8faace;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.6875rem;height:1.0625rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:2.8125rem;left:12rem;display:block; }
#XTIwo0zdqeDSnJdowPps7MhnSuxXphXP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Txn4S2paioULKbEVmRtwi9vFqTtZ1eQr { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100021;top:1.9375rem;left:69.99999809265rem;display:block; }
#WUQBaCtOW2GNF8A3NB2hFp2ySF4zX0BU { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100022;top:1.9375rem;left:66.81249809265rem;display:block; }
#wrW3Wqd0P8MfrqJgUDk1nVDkhR1KLHM1 { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100023;top:2rem;left:63.68750190735rem;display:block; }
#D58hImCvNuWt7daCbkoUrWQVvwCIrGXo { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:7.25rem;top:2.28125rem;left:1.1484375rem;overflow:hidden;display:block; }
#Sezag9ZSvCGhmCAlimBcQtlqPneCv6hK { color:#8faace;display:block;width:12.5rem;position:absolute;font-family:"roboto condensed";font-size:0.9375rem;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:4.7859363555908rem;left:12.21249961853rem;height:1.21689375rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Fv1ohkIT3zdQKUrfvPbguaV0VCHQF4dF { display:block; }#Fv1ohkIT3zdQKUrfvPbguaV0VCHQF4dF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rb175k3ccZUX5DcpCKMXtc5XTSK9wLAW { top:0.5625rem;left:0rem;width:7.5rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7Ha61iJkMLCGLdT7vL8oFAelu1vy4cQ { width:4.8125rem;height:2.875rem;top:0.4375rem;left:35.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3GSqCRXe9bJCC6JT2aMPfcLquoKoAzT { display:block; }
 }@media only screen and (max-width: 763px) { #DaJuBsDl8yCCpvPDM3bvm95TuTNrCR8O { top:0.875rem;left:1.53125rem;width:22.4375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJaSRHQ6kcNESBatb6SiRuuHvfxksFTX { top:0.5625rem;left:0rem;width:7.5rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #spUf5ftcqdIMuHHhEqBi8qTKDwU69WLi { top:0.5625rem;left:0rem;width:7.5rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #d3X43eiZafpLtwo1hu7Nig8X9aFbNROL { width:40rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #qIvLfA46gDiXXGn0uEXprHaPVtbR0swN { width:7.375rem;height:1.6875rem;top:0.8125rem;left:40.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #J3BVvMqqoh9o4Qtb8kiacK3eusoVPsZW { display:block; }
 }@media only screen and (max-width: 763px) { #vzl4cwrIaRgfNQ4e2y5NumPMpnWlMBIN { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #PsDQRZWT1Ev5hWGG9X44B3BCAV2VX9p9 { display:block; }
 }@media only screen and (max-width: 763px) { #kAtfvyQwAO1KUKd4POu3iOsvpTVdTVpa { width:11.125rem;height:1.9375rem;top:0.6875rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rneoeq4NXUrZURNID6UfKXMRSxGHxHST { display:block; }
 }@media only screen and (max-width: 763px) { #mQCSQStyEm6zCwAzEPWdXXTxlLi2AuEK { display:block; }#mQCSQStyEm6zCwAzEPWdXXTxlLi2AuEK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OOsel9stlO1PbQDTuZQRA65F1kPRQDtd { display:block; }#OOsel9stlO1PbQDTuZQRA65F1kPRQDtd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sFAbNVTm4M855mhIlSASL54PH9nCweyB { top:1.3125rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMeff4N7ADyi3oNrdi5l7Ug1TXwSOIEs { top:7.0625rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHkPpsl2x2IA4t097JLp7mNN1zR0goEW { top:23.1875rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eacViCiErpIhPX3TsAQ5ka379gHf0zBR { top:28.5625rem;left:22.1875rem;width:3.375rem;height:3.375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLTNUKObeAhRBLBV1cPfHITbxhthJTZR { top:17.75rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzsLvC247qT2JTAEzLxcEgfN2ovJoxP6 { width:11.8125rem;height:2.5rem;top:12.8125rem;left:17.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iunE9G5hZM14T56TkglJHDR9RlvR8IcU { display:block; }
 }@media only screen and (max-width: 763px) { #rKu0XvWpHrWkBFQGmAMfFQdRSPwTv6tZ { top:26.375rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrOAO4cDuwamQWd4g0rSGN7vacDZ908o { display:block; }#TrOAO4cDuwamQWd4g0rSGN7vacDZ908o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dDgr7eFgNuZGAeg4n2Mfpu4x2ichg32U { top:4.6875rem;left:5.875rem;width:41.375rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6Si100EusUo6hDJtGlmZL4GwRHrlbUT { top:1.5625rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qH5unfl6TBESSbgVTo6Jx8cfEsMsERC4 { display:block; }#qH5unfl6TBESSbgVTo6Jx8cfEsMsERC4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bO3Ts6ouPQbMKS3kLDcJ4MDO9MfpzItF { top:1.5625rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oru1EEeZtNACr5mMGDsnazb1JswAkBVD { top:7.5rem;left:6.375rem;width:20rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1GHHtu5QzVpanXii8WyFrFsz9p0ZImT { display:block; }#p1GHHtu5QzVpanXii8WyFrFsz9p0ZImT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wvbltMtX1mkfhPQsmOrDpBEy5TpFJAPu { top:1.3125rem;left:14.031251907349rem;width:19.6875rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfhedKt7Lnwa5myonQzDxFTJZXhw4TR4 { top:0.9375rem;left:12.093751907349rem;width:4.0625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUFFqnIoDbmqdHm7Twy9MJ0CB2xxPqt1 { display:block; }#UUFFqnIoDbmqdHm7Twy9MJ0CB2xxPqt1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dwFrIhnEr5s1h4J6ab7QPySvXdszTmOr { top:4.625rem;left:0rem;width:29.625rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQHlPwuWsZ1tAQHQJinMeb4yJuhWwuwV { top:16.25rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrNqbwZdx9ZfEFvapK8aSDDfmTBaL7xu { top:17.625rem;left:23.4375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtVh6HhwKGdEPaJE79bHFz9FJdRPIglQ { top:7.375rem;left:28.4375rem;width:19.3125rem;height:1.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Io14mZXIOE1zS7qbJxThIo2dyyuMPyDM { top:4.625rem;left:23.1875rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nw5B43Tld12L40r3w0A22EM6Mq8BkQJs { top:17.1875rem;left:21.5rem;width:26.25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KICb6JAGbxOGzxr1zaCgRMlVBWO12yVR { top:18.625rem;left:45.375rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wF8TvM0QV1lJHAWtz5k7hH2GU4sgyXa5 { top:4.875rem;left:24.375rem;width:10.25rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #blpVEZ3gJt9o6oA4eWmvffr3DHR8Nlsh { top:22.5625rem;left:24.375rem;width:10.25rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXoI9XwPvK5zuVDXaV9KSMQn4Af0m3M7 { top:12.0625rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #avZGaNZx56CTkiIUgstAvWTRIRxGVm2c { top:13.125rem;left:23.9375rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wIXXnuiwX65dlAzLNloakXg5z0aUsyyg { display:block; }#wIXXnuiwX65dlAzLNloakXg5z0aUsyyg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTJhGuAg2K4QEbtZf3PH5PS0QZUgaxvV { top:1.6875rem;left:0rem;width:29.625rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGDo70GQiRBFGaXoS2BU4ThbdZcXJfs3 { top:12.9375rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIQnEe6t7uRgzzHm42e6rT33lPb3BeJ3 { top:14.5rem;left:23.4375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6thbg3Zu5oCqLkPBmsT8mrvqzeKrbtn { top:4.4375rem;left:24.875rem;width:22.875rem;height:1.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLp2zgHwZDGlQaa1qECc2Vi7Tp0RXX06 { top:1.6875rem;left:23.1875rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtRvDp90QsXVuoBNrODG14GcGeEGWrUc { top:13.9375rem;left:21.5rem;width:26.25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6RuFAQmO7GLB9dtriPwZITTSvV2vdIH { top:15rem;left:45.375rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCDJ8STyNo12g2pHlFgyiHH07NybFD6m { top:12.0625rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VKBTMa8gEWH97EJ7tvNqisUm6i2fs8uK { top:13.125rem;left:23.9375rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tg00okCcwtPqsqv1FeT1FApBgvtraFBc { display:block; }#Tg00okCcwtPqsqv1FeT1FApBgvtraFBc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #npaaGiqAGEnQ7KFaQ3xraAV1QonH8M6q { top:1.6875rem;left:0rem;width:29.625rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZIe7r0Tr0RnFzo5xLm44bzDMm8Mq5TH { top:12.1875rem;left:17.4375rem;width:30.0625rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKRGw2EnZvLwUT57eIboOnM3l3Mr5y0a { top:13.5625rem;left:23.4375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgHbnMuZQVfKl5LHtN08pTFDsAweVsvm { top:4.4375rem;left:25.6875rem;width:22.0625rem;height:1.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKAFE3xnidQFS0rDtzGggUHP8TSCZvri { top:1.6875rem;left:23.1875rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsfNSrCTiyRAfoNO6opMsAeMXL4HtdC9 { top:13.125rem;left:21.5rem;width:26.25rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIcnmUKCUyrBTNLBpwzbgdJabVQEP2wL { top:14.5rem;left:45.375rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcHBZZbCe5DmFNpPfGd2X3UiIGJH2EXN { top:12.0625rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #X6gJvDUOUQTvunC2ITzT4pFK8Eer3FkW { top:13.125rem;left:23.9375rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IXWSKblwaJoNHeNeIpnZwTKJpzSks8Bm { display:block; }#IXWSKblwaJoNHeNeIpnZwTKJpzSks8Bm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QH3wnmOE9OJbeyW7OeibcBC4wyDXMa3P { top:1.5625rem;left:0rem;width:29.625rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeSEzAbH10Sr4eipx4l1dCwmvpMyAuQI { top:12.9375rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfMGNh2lPvy0QcuexxWFTgi89sDbhZeP { top:13.625rem;left:23.437501907349rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7DBZtoWfbNcxLIuPgGVJgM5QyGQOBEX { top:4.3125rem;left:31.5625rem;width:15.6875rem;height:1.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTGem1HTZF937Hl8cVek2xqoEqXuF8N9 { top:1.5625rem;left:23.1875rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrnoXD1DuR2AKXwkk1cU4AVfEghFbhQQ { top:13.9375rem;left:21.5rem;width:25.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnCa3J7gQ7Xf3dvW6m5bb1dzht3vDuF2 { top:14.75rem;left:45.375rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iglqZ3qJslqDXyfCOLhe4mwO7NFkwdG8 { top:12.0625rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LAd6zSLogC0fIzk2vN6CX8SJTP5VF3b7 { top:13.125rem;left:23.9375rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zaFyiTKugXQ5OURHw61q4szzeWEhsUi4 { display:block; }#zaFyiTKugXQ5OURHw61q4szzeWEhsUi4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XeutETXkxgagrwk9JTveBeMF5zFz35VV { top:1.5625rem;left:0rem;width:29.625rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQlXfs6SeOMfE0NuLIPKL1mUVJGzovpk { top:4.3125rem;left:25.4375rem;width:22.3125rem;height:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #papbLsdLFsDmw9CfzUl0SpIAU2vqJp7I { top:1.5625rem;left:23.5rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kgu5riIIK6fGUpP1AVvI9LXRim5t9WSz { top:13rem;left:17.4375rem;width:30.0625rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMzRqC6oXLGUMrAEWi0zVTMAsSi6tdHr { top:14.5rem;left:23.9375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpiKcadap9Utyiy0a0rekETIgpqxJhWs { top:14.1875rem;left:22.875rem;width:24.875rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fALFVfxNL6IWUTFgkEVzKnmShIF31BW4 { top:14.9375rem;left:45.375rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzZBFiU7ihXDoxwqxOHMEOHO1cXbEqJb { display:block; }#FzZBFiU7ihXDoxwqxOHMEOHO1cXbEqJb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y7cR1evDhgiGKgwOrOHyCRsLWH5u5rL5 { top:1.4375rem;left:0rem;width:29.625rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJ0tWIDl3UMwASfqlOcsDxKMeQUbE9cz { top:1rem;left:25.875rem;width:7.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePCUPiq3l6vnS2VAsziJsgoMrQttQv9z { top:4.4375rem;left:28.1875rem;width:19.5625rem;height:1.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCM9rdLT1srGAGqTctpt8TbZFCwp51w5 { top:1.6875rem;left:23.5rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGXKwOas1XhP8WFhzGMTnAniqv3DGVRM { top:12.875rem;left:17.4375rem;width:30.0625rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT6kU0T9xVv55eHM2Xl7C9lNMI3oTAix { top:14.0625rem;left:23.9375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRWsrbOyGFRW5Z2BDgpDXKq5FvHSrrSu { top:13.6875rem;left:21.5rem;width:26.25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #stAcyMO8f9c9J5nyiVcop6TR5fQNaZtI { top:10.5rem;left:45.375rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5ovPNV5C2smKX5AmWubX30IZufDCN64 { top:14.8125rem;left:45.375rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGgvhEGobRmoVychA7hvxVQGy2SrXC8t { display:block; }#aGgvhEGobRmoVychA7hvxVQGy2SrXC8t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DthVJELbEq8uoF01Ki7UZew2mV621caR { top:2.125rem;left:0rem;width:29.625rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtuvPbSdTvdu0rCQT9fZiKWZ06HBdA2W { top:1rem;left:25.875rem;width:7.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Grg8e0ei951nR1Gtdu3tawWbwTkgcbIG { top:4.875rem;left:32.625rem;width:12.0625rem;height:1.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JK1gPT4h4uQH7X7O3xNVmA0MwBDKfJV2 { top:2.125rem;left:23.5rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOgXvZDhexiiE10E2ZaR8ZZxocNZSE7l { top:12.9375rem;left:17.4375rem;width:30.0625rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKiIwX2Nzv2sqIQIxBtKaqOiIvT50OPI { top:14rem;left:23.9375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEz8mqf2NxwKAykW9FCiLtK2hTFsaaMD { top:13.9375rem;left:21.5rem;width:26.25rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta4gKIFdCz875UQMG4xtipQSrX4Vt9zT { top:10.5rem;left:45.375rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyRnQ08P3V910WBBrxACTPP3tZ9eZsph { top:15.6875rem;left:45.375rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUaSQcUaFd1P2vPMr5KUvkGFlbbXyxK6 { display:block; }#mUaSQcUaFd1P2vPMr5KUvkGFlbbXyxK6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xX3fmqwFJzivwaNwultAmipRAve16x5K { top:1.6875rem;left:0rem;width:29.625rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghtvriQVvSJsUvErsevghgPpWJdJzTWt { top:4.4375rem;left:24.5rem;width:23.25rem;height:1.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmzzsmxat380PPSXcG5f7MszndMEDgnX { top:1.6875rem;left:23.5rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDVZIDsCGGqXi1Q5sVxwDtQr4CgXM1VS { top:12.0625rem;left:17.4375rem;width:30.0625rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF5OTByWxwk98wr88nsqwfgaZdyU1UFV { top:13.125rem;left:23.9375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToZ4aWnyQ8ZRxs8bOZBCLrAswQgRU7Uk { top:12.1875rem;left:23.8125rem;width:23.9375rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyPJNRU1gJKb9r9pQod8vlqRf62r8Umi { top:14.8125rem;left:45.375rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDM6w87giLmWflRrbxnevbXb08cp5QOq { display:block; }#yDM6w87giLmWflRrbxnevbXb08cp5QOq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gSo13PNBT8UNySJdXQz2Swe5GvFUATs9 { top:2.125rem;left:0rem;width:29.625rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKqscMQzlHi839QZBvdLvBDQqXHzAiLe { top:1.9375rem;left:25.875001907349rem;width:7.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXAv4qFoCEqr1Zhp88v2bGtQMloSN8G4 { top:4.6875rem;left:23.6875rem;width:24.0625rem;height:1.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #li37Wkko6x0JLpnqVgOBIhOWEaLmxPVn { top:1.9375rem;left:23.5rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b38N3bfGkO1N75kEqBdTDAesCTiqS52E { top:13.75rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBDyfNBp45nxOpxTUTb44HRLwluama1s { top:15.375rem;left:24.125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxgyV0XyX9uqub3O4wTumadHydZ9e1JA { top:10.5rem;left:45.375rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9RxtJcl2icIAJpPyX45OPzPCWDSuSMR { top:15.1875rem;left:25.625rem;width:22.125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDZMLTsWB6hTLtGFPO82tHqrT4AndaSa { top:16.125rem;left:45.375rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCD57JEGTUJxImeRJCmwCUOcX5fNRU8f { display:block; }#oCD57JEGTUJxImeRJCmwCUOcX5fNRU8f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QVWXfBQtUAH0K6r1M8mSvpZM4XheRRty { top:2.0625rem;left:0rem;width:29.625rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUaAKHFGXbyzFWO3eBCwb8Tu8oWKxkyO { top:1.9375rem;left:25.875001907349rem;width:7.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzkhkIlu2171ndR2Jov8Rr0xO52hkzUs { top:4.8125rem;left:24.9375rem;width:22.8125rem;height:1.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMDnJZUh3bwAobpXifvo10HJB0wKkkPy { top:2.0625rem;left:23.5rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyGIUedwP8LbnCh87zVgg2GQSrb3R3Z8 { top:13rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZq0iMcgUWTtipTTsIUULccJJuDy9r3n { top:14.0625rem;left:23.937501907349rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaTubd5f61WJhX8aITJZebkqIqVNtvBo { top:10.5rem;left:45.375rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRpGxrVLV21ftFAwGNVfXoDm4mkRwlae { top:14.4375rem;left:21.5rem;width:26.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxLeo92VLq5fK0cSQiTtgf45RQgi4WJP { top:15.375rem;left:45.375rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeyveiJSvaXSy3XWX1OdXflo83Xs96XL { display:block; }#zeyveiJSvaXSy3XWX1OdXflo83Xs96XL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KbH6gyCIsaA81e3QxNnKdeR5eT27Xq7m { top:2.125rem;left:0rem;width:29.625rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gU3TIg6oAgvLA88BV8tBGEtX4UFpmOIL { top:4.9375rem;left:30.625rem;width:17.125rem;height:1.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMKvfV94UmcTIfkHuzZbLUZMTy9KQFHQ { top:2.1875rem;left:23.9375rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OflMQc0q8gFBJs2sUi7WKXqCdkquJfmk { top:13.8125rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZspKulxc1tsfWdUlJe6o9eGTq7N7szb { top:14.875rem;left:24.375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTZtWsamsNOcU6STqEOBvh9XfDwiUwVn { top:14.875rem;left:21.5rem;width:24rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7A9xNayTttNTufwAvtTykA4TTKriLZ3 { top:16.3125rem;left:45.375rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTKBR7u2tWoc0kPBsSgkmpfnW0lB17ZG { top:1rem;left:25.875rem;width:7.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrruQ2sA6bLrMDmPSVmhZe2eh5Z4896D { top:18.375rem;left:25.875rem;width:7.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvBPgSwxGRh6CJ9yMZNGEurU71CSdfXO { display:block; }#kvBPgSwxGRh6CJ9yMZNGEurU71CSdfXO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LexzpR8QgHx6Raco1lCE3IHGL97baf0W { top:2.0625rem;left:0rem;width:29.625rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #irVNOR4OJacruNHvbgpiacEUqiTO84Iz { top:1.9375rem;left:25.875001907349rem;width:7.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkiKXeHwzLcfMRnRhH5xGs5BqlhsOif1 { top:4.8125rem;left:24.9375rem;width:22.8125rem;height:1.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vv4JzPHVJbqTvHVr2LHV4Z0udLoR8Fvh { top:2.0625rem;left:23.5rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU3yd2NWKofiDUC4peMG5PfcJ79TPHiT { top:13rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #or4b3ALVCzncoNefFAI4yxa5J4MBKC8z { top:14.0625rem;left:23.937501907349rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlOC0FUWoFvaau28TqfOTL8L9C4lpqmp { top:10.5rem;left:45.375rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2HqXrOEK8etTMhBcOx1uIfiedTD3iWW { top:14rem;left:21.5rem;width:26.25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UszDBWwCoKDiWkuo3hz1aCBeVxRlxxKZ { top:15.375rem;left:45.375rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XH0v9fVgMIp0A7cnbOlug3bkBsLJDSZA { display:block; }#XH0v9fVgMIp0A7cnbOlug3bkBsLJDSZA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ozhL4I1coI06tST7DVPwoMJm7lOeIiHS { top:2.4375rem;left:0rem;width:29.625rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdoAFUdhHETqh6QyRAroSbrcU4JRTgEl { top:5.1875rem;left:24.0625rem;width:23.6875rem;height:1.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST5yZIzAuGI9JTmkit1JpfKRLF5W9tgM { top:2.4375rem;left:23.375rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rl2rNCwXBvM6AdpH2D83ii8aoFXH0dX2 { top:13.6875rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3NVCNpvalNfPNWUMFxLrGUaeQM2bV0i { top:14.75rem;left:23.8125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C95s8OAgmWGNSh4MgZlwD7XhnGZ5zCbg { top:14.6875rem;left:21.5rem;width:26.25rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BleKCdXrXKVyqBtsqH57c5VK87QPmP7H { top:16.3125rem;left:45.375rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZTRk0UO0tEm4GT6d2QFCNdW2X056Ja8 { display:block; }#zZTRk0UO0tEm4GT6d2QFCNdW2X056Ja8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KvHtKRO2hPFeRyKhIEe7zPeWmIZaEy9l { top:2.0625rem;left:0rem;width:29.625rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyoxxl6rf040M2WgmzzxJg4MNuRlWHNe { top:1.9375rem;left:25.875001907349rem;width:7.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTti6bfi86qffThMxArk9b5EE5PNlkto { top:4.8125rem;left:24.9375rem;width:22.8125rem;height:1.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZQMum0czeHx6ScL6XEczdu7e2tiDnvP { top:2.0625rem;left:23.5rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zD9StRmSgLSGfZPTQOOZxVd6m8lxsIWF { top:13rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwieRB97HX0zmypc34F1KqyxNVaWEdEy { top:14.0625rem;left:23.937501907349rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGlQcoDIw7qaO3FxdgTJp3316Pmsu0Zx { top:10.5rem;left:45.375rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTyMfMgodq7EQakgQecko9TAHCH8pvLs { top:13.25rem;left:21.5rem;width:26.25rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocNwmF3lylXLr8KhAoXsJ24EW0s4Dk96 { top:15.375rem;left:45.375rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0489NZkfQystQIeAI3FSeVMxdNJb79z { display:block; }#W0489NZkfQystQIeAI3FSeVMxdNJb79z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qy9OBVAiBkqOhA3TmDfQKI8ucD28EiWw { top:2.0625rem;left:0rem;width:29.625rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDsTvgbtAlLPdbmPsEw1SJlg5yk0hAyA { top:4.8125rem;left:24.5rem;width:23.25rem;height:1.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWWXSdZ0o0fC7CQWSkIL3NF7U0W6fTTN { top:2.0625rem;left:23.5rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLH4Vfz6GWsRyW0aDIJDMmZxi6csAsI9 { top:13.625rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvhIzr9vlRTJFJpq6F3wiqF1nf8ddk4v { top:14.6875rem;left:23.9375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7nRTl5rlsc76xrMoebGnnIrcyTADBWJ { top:14.5rem;left:21.5rem;width:26.25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFttu8Up30Q8fCEkVR1ywXmn9NAOhHOP { top:16.1875rem;left:45.375rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIVz79O0tlOHw4CtT6z43693qJEVUBeR { display:block; }#wIVz79O0tlOHw4CtT6z43693qJEVUBeR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CeaiweMpiOSNHTrKTQ4BtP2EbMhX6MBm { top:2.0625rem;left:0rem;width:29.625rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #piz6gyZQcRa4CoCsbeRJQBfdFa1vWNJn { top:1.9375rem;left:25.875001907349rem;width:7.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCa0sU3fOwgVZqbMbKtXCd6nKMSN8aT0 { top:4.8125rem;left:24.9375rem;width:22.8125rem;height:1.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lH4WcdK0zTH0758D9uOItuiWzKDby7fi { top:2.0625rem;left:23.5rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #upRTx32Q0Tkk5gyzkTuVb4pdKsN6eTzv { top:13.8125rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvMmHCL2N1rmKO6qiocMlNQTKkthsqBp { top:14.875rem;left:23.9375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrRR9VQo51I2PxQEWves95LIb6dmMyPf { top:10.5rem;left:45.375rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv70gLLuJN9gmSRKsTtxQERurdHs38da { top:14.125rem;left:21.5rem;width:26.25rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzD2FTQaD4Al6kFtMRHD2dW4fuPgUXqn { top:16.1875rem;left:45.375rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nH3c4NZ89EzcQJc9JaPUctaXZkAZQc2r { display:block; }#nH3c4NZ89EzcQJc9JaPUctaXZkAZQc2r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ddlaXL6UsR3106yFAU6wF2BeAT1lJdGU { top:2.875rem;left:0rem;width:29.625rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIdyPK2px7whcTobKJoC80LZeZMgzZaP { top:13.625rem;left:17.4375rem;width:30.0625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TanWNEPXwxOZZvwaIufVL0ipAauaZLLX { top:15rem;left:23.4375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbQy9RQIz8Z1SaLSlSQRobUyXZfNE8DQ { top:5.625rem;left:24.625rem;width:23.125rem;height:1.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNApfkQ8Ac69AnkuVPZVIa6TdrCROMuJ { top:2.875rem;left:23.1875rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pe7QFzULi377cA0dKdx69okuhTsEtT7C { top:14.4375rem;left:23rem;width:24.75rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #auXxPTBTAt24v8XhDsp8Hk9AZ4ZblTfT { top:16.125rem;left:45.375rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnXVlQ1vUy9Np0wHtKoVEhlKQcT29BoD { display:block; }#PnXVlQ1vUy9Np0wHtKoVEhlKQcT29BoD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #glFFyuorToq2eMJdZUusGtTb6MWa3D7O { display:block; }#glFFyuorToq2eMJdZUusGtTb6MWa3D7O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y3wiK3AVhM7gvIGKJTwBCa8FpigxvJtT { top:3.9375rem;left:0.71875rem;width:46.3125rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbG98WLHg9BgSE1vo4TKrRpC5GZftFaf { top:0.0625rem;left:21.9375rem;width:3.875rem;height:3.875rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jz1d1LqIhLqV3609PazAyNdc4STFysKN { display:block; }#Jz1d1LqIhLqV3609PazAyNdc4STFysKN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDdeV56M5yC7B7mQhSL3xX4zAAwT1oiL { top:0rem;left:0rem;width:47.75rem;height:13.648541666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpL90IeWPBJ2m3uA4oSC4f38cuH7IkaU { top:18.375rem;left:0rem;width:28.375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdbTINFOT0tV1bSQsXTDRLD2mM78T6Lz { top:18.375rem;left:19.375rem;width:28.375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xR1QUgQQNB6Rt5u3fkU0fSNgaopnCl2F { display:block; }#xR1QUgQQNB6Rt5u3fkU0fSNgaopnCl2F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q7t1zAG539S7vvf2vnLm2WxUUrRbVwyH { display:block; }#q7t1zAG539S7vvf2vnLm2WxUUrRbVwyH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vuoJmyVb2odcXTrSpOuaJdawIWGJRM6q { top:5.0625rem;left:5.0625rem;width:37.625rem;height:2.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kg5azcE3oeKqeftW0eAoMQIK0Ta0Tqy0 { top:1.0625rem;left:21.937501907349rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0x6pdNThvL5P4yP89fkNvIvluoSLTxh { display:block; }#s0x6pdNThvL5P4yP89fkNvIvluoSLTxh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AIWRTs5tcmNB9fGROynOm30BJ42D7HxF { top:1.25rem;left:5.0625rem;width:37.625rem;height:4rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVD3rPMJzIeeAqhlW5yxuBENtyRH3kRt { top:7.0625rem;left:19.1875rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rqn3h6CeuFOW8or0mMIKPyUobKFeczGA { top:17.8125rem;left:15.6875rem;width:16.375rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BK0Pq6Zop3K3884za25MBl734UXeDO2c { top:20.875rem;left:14.3125rem;width:19.125rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOI0y0u6C4XbuzuL48WaUFxVtOoP03i3 { top:22.5rem;left:15.46875rem;width:16.8125rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtOrno4Xi1WRkz6P0pRwprTBxf7uiNWo { display:block; }#OtOrno4Xi1WRkz6P0pRwprTBxf7uiNWo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsEbJSU6Q1fBpo2WQULTuZeOWvtiEyNN { top:2.875rem;left:38.5rem;width:9.25rem;height:1.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ayrx6ldVhCBzTq9TVsH5mm0IyzNMXd2t { top:1.625rem;left:14.1875rem;width:8.75rem;height:3.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dItiDN32tzcPN1E6Kd91Rw11A5CsNDKS { top:0.6875rem;left:0rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zouNhOTEwrRznymJl0xA1KEWTCRdaOER { top:2.5625rem;left:0rem;width:1.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4ITnedBDh6Usuxp5sbozAfZAwsqcEGR { top:4.75rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bStDVrhKxbxyVL3v3EHJWB5i70MEcun1 { top:2.4375rem;left:12.4375rem;width:0.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgLS8lIUgMEouxkmlZUTfldgliBtXrBC { width:6.8125rem;height:1.0625rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m00pmXt6MWsQIi5cnr4f2CKt0NwtqGag { display:block; }
 }@media only screen and (max-width: 763px) { #A8Id22TLVOD2suK3m8fAnnH85HlN1d1M { width:11.6875rem;height:1.0625rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTIwo0zdqeDSnJdowPps7MhnSuxXphXP { display:block; }
 }@media only screen and (max-width: 763px) { #Txn4S2paioULKbEVmRtwi9vFqTtZ1eQr { top:1.9375rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUQBaCtOW2GNF8A3NB2hFp2ySF4zX0BU { top:1.9375rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrW3Wqd0P8MfrqJgUDk1nVDkhR1KLHM1 { top:2rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D58hImCvNuWt7daCbkoUrWQVvwCIrGXo { top:2.25rem;left:0rem;width:7.25rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sezag9ZSvCGhmCAlimBcQtlqPneCv6hK { top:4.75rem;left:0rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Fv1ohkIT3zdQKUrfvPbguaV0VCHQF4dF { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:#050062;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Fv1ohkIT3zdQKUrfvPbguaV0VCHQF4dF > .row .container { background-color: transparent; background-image: none; }#Fv1ohkIT3zdQKUrfvPbguaV0VCHQF4dF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fv1ohkIT3zdQKUrfvPbguaV0VCHQF4dF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fv1ohkIT3zdQKUrfvPbguaV0VCHQF4dF > .row .container > .video-iframe-container { display: none; }#Fv1ohkIT3zdQKUrfvPbguaV0VCHQF4dF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fv1ohkIT3zdQKUrfvPbguaV0VCHQF4dF > .row > .video-iframe-container { display: none; }#Fv1ohkIT3zdQKUrfvPbguaV0VCHQF4dF > .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); }#Fv1ohkIT3zdQKUrfvPbguaV0VCHQF4dF > .row .container { border-width: 0; border-radius: 0; }#Fv1ohkIT3zdQKUrfvPbguaV0VCHQF4dF > .row > .video-iframe-container {  }#Fv1ohkIT3zdQKUrfvPbguaV0VCHQF4dF > .row .container { width:20rem;height:11rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rb175k3ccZUX5DcpCKMXtc5XTSK9wLAW { width:7.5rem;height:2.125rem;top:0.5625rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #w7Ha61iJkMLCGLdT7vL8oFAelu1vy4cQ { width:4.8125rem;height:2.875rem;top:0.4375rem;left:7.5625rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #b3GSqCRXe9bJCC6JT2aMPfcLquoKoAzT { display:block; }
 }@media only screen and (max-width: 763px) { #DaJuBsDl8yCCpvPDM3bvm95TuTNrCR8O { width:20rem;height:auto;top:0.875rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eJaSRHQ6kcNESBatb6SiRuuHvfxksFTX { width:20rem;height:5.6875rem;top:42.12031129157rem;left:147.27499997616rem;z-index:100011;display:none; }
 }@media only screen and (max-width: 763px) { #spUf5ftcqdIMuHHhEqBi8qTKDwU69WLi { width:7.5rem;height:2.125rem;top:2.9375rem;left:2.5874999761581rem;z-index:100012;display:none; }
 }@media only screen and (max-width: 763px) { #d3X43eiZafpLtwo1hu7Nig8X9aFbNROL { top:0rem;left:0rem;width:19.9375rem;height:6.23046875rem;z-index:100000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qIvLfA46gDiXXGn0uEXprHaPVtbR0swN { width:7.375rem;height:1.6875rem;top:1.4375rem;left:9.40625rem;text-align:right;text-align-last:right;z-index:100018;display:none; }
 }@media only screen and (max-width: 763px) { #J3BVvMqqoh9o4Qtb8kiacK3eusoVPsZW { display:block; }
 }@media only screen and (max-width: 763px) { #vzl4cwrIaRgfNQ4e2y5NumPMpnWlMBIN { top:8.10546875rem;left:0rem;width:7.5625rem;height:1.6875rem;z-index:100020;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsDQRZWT1Ev5hWGG9X44B3BCAV2VX9p9 { display:block; }
 }@media only screen and (max-width: 763px) { #kAtfvyQwAO1KUKd4POu3iOsvpTVdTVpa { width:11.125rem;height:1.9375rem;top:7.98046875rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rneoeq4NXUrZURNID6UfKXMRSxGHxHST { display:block; }
 }@media only screen and (max-width: 763px) { #mQCSQStyEm6zCwAzEPWdXXTxlLi2AuEK { display:block; }#mQCSQStyEm6zCwAzEPWdXXTxlLi2AuEK > .row .container { width:20rem;height:11rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OOsel9stlO1PbQDTuZQRA65F1kPRQDtd { display:none; }#OOsel9stlO1PbQDTuZQRA65F1kPRQDtd > .row .container { width:20rem;height:41.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sFAbNVTm4M855mhIlSASL54PH9nCweyB { width:20rem;height:6.875rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gMeff4N7ADyi3oNrdi5l7Ug1TXwSOIEs { width:20rem;height:5.5rem;top:9.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eHkPpsl2x2IA4t097JLp7mNN1zR0goEW { width:20rem;height:2.75rem;top:29.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eacViCiErpIhPX3TsAQ5ka379gHf0zBR { width:3.375rem;height:3.375rem;top:37.9375rem;left:8.3125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLTNUKObeAhRBLBV1cPfHITbxhthJTZR { width:20rem;height:5.5rem;top:22.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gzsLvC247qT2JTAEzLxcEgfN2ovJoxP6 { width:11.8125rem;height:2.5rem;top:17.4375rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iunE9G5hZM14T56TkglJHDR9RlvR8IcU { display:block; }
 }@media only screen and (max-width: 763px) { #rKu0XvWpHrWkBFQGmAMfFQdRSPwTv6tZ { width:20rem;height:2.75rem;top:34.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TrOAO4cDuwamQWd4g0rSGN7vacDZ908o { display:block; }#TrOAO4cDuwamQWd4g0rSGN7vacDZ908o > .row .container { width:20rem;height:21.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dDgr7eFgNuZGAeg4n2Mfpu4x2ichg32U { height:11.2373125rem;width:20rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6Si100EusUo6hDJtGlmZL4GwRHrlbUT { width:20rem;height:5.60133125rem;top:0.75rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;z-index:100008;display:block; }
 }@media only screen and (max-width: 763px) { #qH5unfl6TBESSbgVTo6Jx8cfEsMsERC4 { display:none; }#qH5unfl6TBESSbgVTo6Jx8cfEsMsERC4 > .row .container { width:20rem;height:25.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bO3Ts6ouPQbMKS3kLDcJ4MDO9MfpzItF { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #oru1EEeZtNACr5mMGDsnazb1JswAkBVD { width:20rem;height:11.25rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1GHHtu5QzVpanXii8WyFrFsz9p0ZImT { position:relative;z-index:auto;display:block; }#p1GHHtu5QzVpanXii8WyFrFsz9p0ZImT > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wvbltMtX1mkfhPQsmOrDpBEy5TpFJAPu { width:13.5625rem;height:1.625rem;top:4.1875rem;left:3.2187501192093rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pfhedKt7Lnwa5myonQzDxFTJZXhw4TR4 { width:2.875rem;height:2.5625rem;top:1.09375rem;left:8.5625003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUFFqnIoDbmqdHm7Twy9MJ0CB2xxPqt1 { display:block; }#UUFFqnIoDbmqdHm7Twy9MJ0CB2xxPqt1 > .row .container { width:20rem;height:27.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dwFrIhnEr5s1h4J6ab7QPySvXdszTmOr { height:11.0966875rem;width:20rem;top:15.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQHlPwuWsZ1tAQHQJinMeb4yJuhWwuwV { width:19.75rem;height:4.625rem;top:16.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rrNqbwZdx9ZfEFvapK8aSDDfmTBaL7xu { width:2.1875rem;height:2.1875rem;top:17.625rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dtVh6HhwKGdEPaJE79bHFz9FJdRPIglQ { width:10.25rem;height:1.01221875rem;top:2.9716796875rem;left:8.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Io14mZXIOE1zS7qbJxThIo2dyyuMPyDM { width:4.75rem;height:4.75rem;top:1.0966796875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nw5B43Tld12L40r3w0A22EM6Mq8BkQJs { width:16.25rem;height:4.38583125rem;top:7.8125rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KICb6JAGbxOGzxr1zaCgRMlVBWO12yVR { width:2.375rem;height:2.375rem;top:10.625rem;left:17.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wF8TvM0QV1lJHAWtz5k7hH2GU4sgyXa5 { width:10.25rem;height:1.46194375rem;top:0.9375rem;left:4.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #blpVEZ3gJt9o6oA4eWmvffr3DHR8Nlsh { width:10.25rem;height:0;top:55.50625rem;left:4.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #yXoI9XwPvK5zuVDXaV9KSMQn4Af0m3M7 { width:19.75rem;height:5.75rem;top:6.9375rem;left:0rem;z-index:100033;display:block; }
 }@media only screen and (max-width: 763px) { #avZGaNZx56CTkiIUgstAvWTRIRxGVm2c { width:2.1875rem;height:2.1875rem;top:9rem;left:0rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #wIXXnuiwX65dlAzLNloakXg5z0aUsyyg { display:block; }#wIXXnuiwX65dlAzLNloakXg5z0aUsyyg > .row .container { width:20rem;height:30.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTJhGuAg2K4QEbtZf3PH5PS0QZUgaxvV { height:11.0966875rem;width:20rem;top:17.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGDo70GQiRBFGaXoS2BU4ThbdZcXJfs3 { width:19.75rem;height:4.625rem;top:12.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EIQnEe6t7uRgzzHm42e6rT33lPb3BeJ3 { width:2.1875rem;height:2.1875rem;top:14.5rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #U6thbg3Zu5oCqLkPBmsT8mrvqzeKrbtn { width:9.8125rem;height:2.02444375rem;top:3.4375rem;left:9.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLp2zgHwZDGlQaa1qECc2Vi7Tp0RXX06 { width:4.75rem;height:4.75rem;top:2.0625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtRvDp90QsXVuoBNrODG14GcGeEGWrUc { width:17.375rem;height:4.38583125rem;top:9.68359375rem;left:2.3125rem;font-size:1.125rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #b6RuFAQmO7GLB9dtriPwZITTSvV2vdIH { width:2.375rem;height:2.375rem;top:11.9716796875rem;left:17.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCDJ8STyNo12g2pHlFgyiHH07NybFD6m { width:19.75rem;height:5.75rem;top:8.859375rem;left:0rem;z-index:100034;display:block; }
 }@media only screen and (max-width: 763px) { #VKBTMa8gEWH97EJ7tvNqisUm6i2fs8uK { width:2.1875rem;height:2.1875rem;top:10.7646484375rem;left:0rem;z-index:100035;display:block; }
 }@media only screen and (max-width: 763px) { #Tg00okCcwtPqsqv1FeT1FApBgvtraFBc { display:block; }#Tg00okCcwtPqsqv1FeT1FApBgvtraFBc > .row .container { width:20rem;height:30.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #npaaGiqAGEnQ7KFaQ3xraAV1QonH8M6q { height:11.0966875rem;width:20rem;top:16.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZIe7r0Tr0RnFzo5xLm44bzDMm8Mq5TH { width:19.75rem;height:5.6875rem;top:12.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TKRGw2EnZvLwUT57eIboOnM3l3Mr5y0a { width:2.1875rem;height:2.1875rem;top:13.5625rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dgHbnMuZQVfKl5LHtN08pTFDsAweVsvm { width:9.8125rem;height:2.02444375rem;top:3rem;left:9.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKAFE3xnidQFS0rDtzGggUHP8TSCZvri { width:4.75rem;height:4.75rem;top:1.625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsfNSrCTiyRAfoNO6opMsAeMXL4HtdC9 { width:14.625rem;height:5.84776875rem;top:8.62109375rem;left:2.3125rem;font-size:1.125rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #AIcnmUKCUyrBTNLBpwzbgdJabVQEP2wL { width:2.375rem;height:2.375rem;top:10.9091796875rem;left:17.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcHBZZbCe5DmFNpPfGd2X3UiIGJH2EXN { width:19.75rem;height:5.75rem;top:8.49609375rem;left:0rem;z-index:100034;display:block; }
 }@media only screen and (max-width: 763px) { #X6gJvDUOUQTvunC2ITzT4pFK8Eer3FkW { width:2.1875rem;height:2.1875rem;top:9.7021484375rem;left:0rem;z-index:100035;display:block; }
 }@media only screen and (max-width: 763px) { #IXWSKblwaJoNHeNeIpnZwTKJpzSks8Bm { display:block; }#IXWSKblwaJoNHeNeIpnZwTKJpzSks8Bm > .row .container { width:20rem;height:28.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QH3wnmOE9OJbeyW7OeibcBC4wyDXMa3P { height:11.0966875rem;width:20rem;top:15.3466796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeSEzAbH10Sr4eipx4l1dCwmvpMyAuQI { width:19.75rem;height:4.625rem;top:12.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FfMGNh2lPvy0QcuexxWFTgi89sDbhZeP { width:2.1875rem;height:2.1875rem;top:13.625rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #N7DBZtoWfbNcxLIuPgGVJgM5QyGQOBEX { width:9.8125rem;height:1.01221875rem;top:3.9091796875rem;left:8.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTGem1HTZF937Hl8cVek2xqoEqXuF8N9 { width:4.75rem;height:4.75rem;top:2.0341796875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrnoXD1DuR2AKXwkk1cU4AVfEghFbhQQ { width:15.125rem;height:4.38583125rem;top:9.375rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnCa3J7gQ7Xf3dvW6m5bb1dzht3vDuF2 { width:2.375rem;height:2.375rem;top:11rem;left:16.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iglqZ3qJslqDXyfCOLhe4mwO7NFkwdG8 { width:19.75rem;height:5.75rem;top:7.875rem;left:0rem;z-index:100035;display:block; }
 }@media only screen and (max-width: 763px) { #LAd6zSLogC0fIzk2vN6CX8SJTP5VF3b7 { width:2.1875rem;height:2.1875rem;top:9.6875rem;left:0rem;z-index:100034;display:block; }
 }@media only screen and (max-width: 763px) { #zaFyiTKugXQ5OURHw61q4szzeWEhsUi4 { display:block; }#zaFyiTKugXQ5OURHw61q4szzeWEhsUi4 > .row .container { width:20rem;height:29.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XeutETXkxgagrwk9JTveBeMF5zFz35VV { height:11.0966875rem;width:20rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQlXfs6SeOMfE0NuLIPKL1mUVJGzovpk { width:12.0625rem;height:2.02444375rem;top:3.033203125rem;left:7.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #papbLsdLFsDmw9CfzUl0SpIAU2vqJp7I { width:4.75rem;height:4.75rem;top:1.658203125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kgu5riIIK6fGUpP1AVvI9LXRim5t9WSz { width:19.75rem;height:5.75rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMzRqC6oXLGUMrAEWi0zVTMAsSi6tdHr { width:2.1875rem;height:2.1875rem;top:9.40625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpiKcadap9Utyiy0a0rekETIgpqxJhWs { width:16.375rem;height:5.84776875rem;top:7.625rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fALFVfxNL6IWUTFgkEVzKnmShIF31BW4 { width:2.375rem;height:2.375rem;top:10.75rem;left:17.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzZBFiU7ihXDoxwqxOHMEOHO1cXbEqJb { display:block; }#FzZBFiU7ihXDoxwqxOHMEOHO1cXbEqJb > .row .container { width:20rem;height:29.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y7cR1evDhgiGKgwOrOHyCRsLWH5u5rL5 { height:11.0966875rem;width:20rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJ0tWIDl3UMwASfqlOcsDxKMeQUbE9cz { width:7.75rem;height:1.46194375rem;top:1.4375rem;left:6.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ePCUPiq3l6vnS2VAsziJsgoMrQttQv9z { width:12.0625rem;height:1.01221875rem;top:3.3125rem;left:7.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCM9rdLT1srGAGqTctpt8TbZFCwp51w5 { width:4.75rem;height:4.75rem;top:1.4375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGXKwOas1XhP8WFhzGMTnAniqv3DGVRM { width:19.75rem;height:5.75rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT6kU0T9xVv55eHM2Xl7C9lNMI3oTAix { width:2.1875rem;height:2.1875rem;top:10.125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRWsrbOyGFRW5Z2BDgpDXKq5FvHSrrSu { width:15rem;height:5.84776875rem;top:8.375rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #stAcyMO8f9c9J5nyiVcop6TR5fQNaZtI { width:2.375rem;height:2.375rem;top:10.5rem;left:8.8125rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #t5ovPNV5C2smKX5AmWubX30IZufDCN64 { width:2.375rem;height:2.375rem;top:11.5625rem;left:17.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGgvhEGobRmoVychA7hvxVQGy2SrXC8t { display:block; }#aGgvhEGobRmoVychA7hvxVQGy2SrXC8t > .row .container { width:20rem;height:31.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DthVJELbEq8uoF01Ki7UZew2mV621caR { height:11.0966875rem;width:20rem;top:17.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtuvPbSdTvdu0rCQT9fZiKWZ06HBdA2W { width:7.75rem;height:1.46194375rem;top:1.4375rem;left:6.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Grg8e0ei951nR1Gtdu3tawWbwTkgcbIG { width:12.0625rem;height:1.01221875rem;top:3.3125rem;left:7.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JK1gPT4h4uQH7X7O3xNVmA0MwBDKfJV2 { width:4.75rem;height:4.75rem;top:1.4375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOgXvZDhexiiE10E2ZaR8ZZxocNZSE7l { width:19.75rem;height:7.9375rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKiIwX2Nzv2sqIQIxBtKaqOiIvT50OPI { width:2.1875rem;height:2.1875rem;top:9.71875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEz8mqf2NxwKAykW9FCiLtK2hTFsaaMD { width:15rem;height:7.3096875rem;top:8.625rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta4gKIFdCz875UQMG4xtipQSrX4Vt9zT { width:2.375rem;height:2.375rem;top:10.5rem;left:8.8125rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iyRnQ08P3V910WBBrxACTPP3tZ9eZsph { width:2.375rem;height:2.375rem;top:13.5rem;left:17.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUaSQcUaFd1P2vPMr5KUvkGFlbbXyxK6 { display:block; }#mUaSQcUaFd1P2vPMr5KUvkGFlbbXyxK6 > .row .container { width:20rem;height:32.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xX3fmqwFJzivwaNwultAmipRAve16x5K { height:11.0966875rem;width:20rem;top:20.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghtvriQVvSJsUvErsevghgPpWJdJzTWt { width:12.0625rem;height:2.02444375rem;top:2.7216796875rem;left:7.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmzzsmxat380PPSXcG5f7MszndMEDgnX { width:4.75rem;height:4.75rem;top:1.3466796875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDVZIDsCGGqXi1Q5sVxwDtQr4CgXM1VS { width:19.75rem;height:10.125rem;top:8.1875rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF5OTByWxwk98wr88nsqwfgaZdyU1UFV { width:2.1875rem;height:2.1875rem;top:10.09375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToZ4aWnyQ8ZRxs8bOZBCLrAswQgRU7Uk { width:14.75rem;height:8.7716875rem;top:9.01171875rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyPJNRU1gJKb9r9pQod8vlqRf62r8Umi { width:2.375rem;height:2.375rem;top:16.25rem;left:17.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDM6w87giLmWflRrbxnevbXb08cp5QOq { display:block; }#yDM6w87giLmWflRrbxnevbXb08cp5QOq > .row .container { width:20rem;height:28.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gSo13PNBT8UNySJdXQz2Swe5GvFUATs9 { height:11.0966875rem;width:20rem;top:16.158203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKqscMQzlHi839QZBvdLvBDQqXHzAiLe { width:7.75rem;height:1.46194375rem;top:1.25rem;left:6rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FXAv4qFoCEqr1Zhp88v2bGtQMloSN8G4 { width:12.0625rem;height:2.02444375rem;top:3.1875rem;left:7.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #li37Wkko6x0JLpnqVgOBIhOWEaLmxPVn { width:4.75rem;height:4.75rem;top:1.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b38N3bfGkO1N75kEqBdTDAesCTiqS52E { width:19.75rem;height:5.75rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBDyfNBp45nxOpxTUTb44HRLwluama1s { width:2.1875rem;height:2.1875rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxgyV0XyX9uqub3O4wTumadHydZ9e1JA { width:2.375rem;height:2.375rem;top:10.5rem;left:8.8125rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #x9RxtJcl2icIAJpPyX45OPzPCWDSuSMR { width:14.0625rem;height:4.38583125rem;top:8.65625rem;left:2.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDZMLTsWB6hTLtGFPO82tHqrT4AndaSa { width:2.375rem;height:2.375rem;top:11.25rem;left:17.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCD57JEGTUJxImeRJCmwCUOcX5fNRU8f { display:block; }#oCD57JEGTUJxImeRJCmwCUOcX5fNRU8f > .row .container { width:20rem;height:28.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QVWXfBQtUAH0K6r1M8mSvpZM4XheRRty { height:11.0966875rem;width:20rem;top:15.720703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUaAKHFGXbyzFWO3eBCwb8Tu8oWKxkyO { width:7.75rem;height:1.46194375rem;top:1.25rem;left:6rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gzkhkIlu2171ndR2Jov8Rr0xO52hkzUs { width:12.0625rem;height:2.02444375rem;top:3.1875rem;left:7.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMDnJZUh3bwAobpXifvo10HJB0wKkkPy { width:4.75rem;height:4.75rem;top:1.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyGIUedwP8LbnCh87zVgg2GQSrb3R3Z8 { width:19.75rem;height:5.75rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZq0iMcgUWTtipTTsIUULccJJuDy9r3n { width:2.1875rem;height:2.1875rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaTubd5f61WJhX8aITJZebkqIqVNtvBo { width:2.375rem;height:2.375rem;top:10.5rem;left:8.8125rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LRpGxrVLV21ftFAwGNVfXoDm4mkRwlae { width:14.0625rem;height:2.9238875rem;top:9.625rem;left:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxLeo92VLq5fK0cSQiTtgf45RQgi4WJP { width:2.375rem;height:2.375rem;top:11.375rem;left:17.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeyveiJSvaXSy3XWX1OdXflo83Xs96XL { display:block; }#zeyveiJSvaXSy3XWX1OdXflo83Xs96XL > .row .container { width:20rem;height:27.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KbH6gyCIsaA81e3QxNnKdeR5eT27Xq7m { height:11.0966875rem;width:20rem;top:15.4384765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gU3TIg6oAgvLA88BV8tBGEtX4UFpmOIL { width:12.0625rem;height:1.01221875rem;top:3.21875rem;left:7.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMKvfV94UmcTIfkHuzZbLUZMTy9KQFHQ { width:4.6875rem;height:4.6875rem;top:1.375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OflMQc0q8gFBJs2sUi7WKXqCdkquJfmk { width:19.75rem;height:5.75rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZspKulxc1tsfWdUlJe6o9eGTq7N7szb { width:2.1875rem;height:2.1875rem;top:9.375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTZtWsamsNOcU6STqEOBvh9XfDwiUwVn { width:17rem;height:2.75959375rem;top:9.1875rem;left:2.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7A9xNayTttNTufwAvtTykA4TTKriLZ3 { width:2.375rem;height:2.375rem;top:10.75rem;left:17.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTKBR7u2tWoc0kPBsSgkmpfnW0lB17ZG { width:7.75rem;height:1.46194375rem;top:1.375rem;left:5.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CrruQ2sA6bLrMDmPSVmhZe2eh5Z4896D { width:7.75rem;height:0;top:51.31875rem;left:6.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #kvBPgSwxGRh6CJ9yMZNGEurU71CSdfXO { display:block; }#kvBPgSwxGRh6CJ9yMZNGEurU71CSdfXO > .row .container { width:20rem;height:28.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LexzpR8QgHx6Raco1lCE3IHGL97baf0W { height:11.0966875rem;width:20rem;top:15.595703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #irVNOR4OJacruNHvbgpiacEUqiTO84Iz { width:7.75rem;height:1.46194375rem;top:1.25rem;left:6rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qkiKXeHwzLcfMRnRhH5xGs5BqlhsOif1 { width:12.0625rem;height:2.02444375rem;top:3.3125rem;left:7.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vv4JzPHVJbqTvHVr2LHV4Z0udLoR8Fvh { width:4.75rem;height:4.75rem;top:1.9375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU3yd2NWKofiDUC4peMG5PfcJ79TPHiT { width:19.75rem;height:5.75rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #or4b3ALVCzncoNefFAI4yxa5J4MBKC8z { width:2.1875rem;height:2.1875rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlOC0FUWoFvaau28TqfOTL8L9C4lpqmp { width:2.375rem;height:2.375rem;top:10.5rem;left:8.8125rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #k2HqXrOEK8etTMhBcOx1uIfiedTD3iWW { width:14.0625rem;height:5.84776875rem;top:7.875rem;left:2.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UszDBWwCoKDiWkuo3hz1aCBeVxRlxxKZ { width:2.375rem;height:2.375rem;top:11rem;left:17.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XH0v9fVgMIp0A7cnbOlug3bkBsLJDSZA { display:block; }#XH0v9fVgMIp0A7cnbOlug3bkBsLJDSZA > .row .container { width:20rem;height:26.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ozhL4I1coI06tST7DVPwoMJm7lOeIiHS { height:11.0966875rem;width:20rem;top:13.9091796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdoAFUdhHETqh6QyRAroSbrcU4JRTgEl { width:12.0625rem;height:2.02444375rem;top:2.8466796875rem;left:7.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST5yZIzAuGI9JTmkit1JpfKRLF5W9tgM { width:4.75rem;height:4.75rem;top:1.4716796875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rl2rNCwXBvM6AdpH2D83ii8aoFXH0dX2 { width:19.75rem;height:4.9375rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3NVCNpvalNfPNWUMFxLrGUaeQM2bV0i { width:2.1875rem;height:2.1875rem;top:8.4375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C95s8OAgmWGNSh4MgZlwD7XhnGZ5zCbg { width:16.875rem;height:3.897125rem;top:7.65625rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BleKCdXrXKVyqBtsqH57c5VK87QPmP7H { width:2.375rem;height:2.375rem;top:10rem;left:17.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZTRk0UO0tEm4GT6d2QFCNdW2X056Ja8 { display:block; }#zZTRk0UO0tEm4GT6d2QFCNdW2X056Ja8 > .row .container { width:20rem;height:28.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KvHtKRO2hPFeRyKhIEe7zPeWmIZaEy9l { height:11.0966875rem;width:20rem;top:16.658203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyoxxl6rf040M2WgmzzxJg4MNuRlWHNe { width:7.75rem;height:1.46194375rem;top:1.25rem;left:6rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XTti6bfi86qffThMxArk9b5EE5PNlkto { width:12.0625rem;height:1.01221875rem;top:3.125rem;left:7.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZQMum0czeHx6ScL6XEczdu7e2tiDnvP { width:4.75rem;height:4.75rem;top:1.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zD9StRmSgLSGfZPTQOOZxVd6m8lxsIWF { width:19.75rem;height:7.1875rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwieRB97HX0zmypc34F1KqyxNVaWEdEy { width:2.1875rem;height:2.1875rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGlQcoDIw7qaO3FxdgTJp3316Pmsu0Zx { width:2.375rem;height:2.375rem;top:10.5rem;left:8.8125rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wTyMfMgodq7EQakgQecko9TAHCH8pvLs { width:14.0625rem;height:7.3096875rem;top:7.4375rem;left:2.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocNwmF3lylXLr8KhAoXsJ24EW0s4Dk96 { width:2.375rem;height:2.375rem;top:12.5625rem;left:17.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0489NZkfQystQIeAI3FSeVMxdNJb79z { display:block; }#W0489NZkfQystQIeAI3FSeVMxdNJb79z > .row .container { width:20rem;height:28.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qy9OBVAiBkqOhA3TmDfQKI8ucD28EiWw { height:11.0966875rem;width:20rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDsTvgbtAlLPdbmPsEw1SJlg5yk0hAyA { width:12.0625rem;height:2.02444375rem;top:3.0341796875rem;left:7.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWWXSdZ0o0fC7CQWSkIL3NF7U0W6fTTN { width:4.75rem;height:4.75rem;top:1.6591796875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLH4Vfz6GWsRyW0aDIJDMmZxi6csAsI9 { width:19.75rem;height:6.8125rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvhIzr9vlRTJFJpq6F3wiqF1nf8ddk4v { width:2.1875rem;height:2.1875rem;top:8.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7nRTl5rlsc76xrMoebGnnIrcyTADBWJ { width:14.875rem;height:5.84776875rem;top:8.5rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFttu8Up30Q8fCEkVR1ywXmn9NAOhHOP { width:2.375rem;height:2.375rem;top:12.625rem;left:17.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIVz79O0tlOHw4CtT6z43693qJEVUBeR { display:block; }#wIVz79O0tlOHw4CtT6z43693qJEVUBeR > .row .container { width:20rem;height:28.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CeaiweMpiOSNHTrKTQ4BtP2EbMhX6MBm { height:11.0966875rem;width:20rem;top:15.845703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #piz6gyZQcRa4CoCsbeRJQBfdFa1vWNJn { width:7.75rem;height:1.46194375rem;top:1.25rem;left:6rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HCa0sU3fOwgVZqbMbKtXCd6nKMSN8aT0 { width:12.0625rem;height:1.01221875rem;top:3.125rem;left:7.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lH4WcdK0zTH0758D9uOItuiWzKDby7fi { width:4.75rem;height:4.75rem;top:1.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #upRTx32Q0Tkk5gyzkTuVb4pdKsN6eTzv { width:19.75rem;height:7.5rem;top:6.625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvMmHCL2N1rmKO6qiocMlNQTKkthsqBp { width:2.1875rem;height:2.1875rem;top:8.5625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrRR9VQo51I2PxQEWves95LIb6dmMyPf { width:2.375rem;height:2.375rem;top:10.5rem;left:8.8125rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tv70gLLuJN9gmSRKsTtxQERurdHs38da { width:14.0625rem;height:7.3096875rem;top:6.625rem;left:3.21875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzD2FTQaD4Al6kFtMRHD2dW4fuPgUXqn { width:2.375rem;height:2.375rem;top:12.0625rem;left:17.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nH3c4NZ89EzcQJc9JaPUctaXZkAZQc2r { display:block; }#nH3c4NZ89EzcQJc9JaPUctaXZkAZQc2r > .row .container { width:20rem;height:27rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ddlaXL6UsR3106yFAU6wF2BeAT1lJdGU { height:11.0966875rem;width:20rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIdyPK2px7whcTobKJoC80LZeZMgzZaP { width:19.75rem;height:7rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TanWNEPXwxOZZvwaIufVL0ipAauaZLLX { width:2.1875rem;height:2.1875rem;top:7.1875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbQy9RQIz8Z1SaLSlSQRobUyXZfNE8DQ { width:9.8125rem;height:2.02444375rem;top:2.4091796875rem;left:9.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNApfkQ8Ac69AnkuVPZVIa6TdrCROMuJ { width:4.75rem;height:4.75rem;top:1.0341796875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pe7QFzULi377cA0dKdx69okuhTsEtT7C { width:15.125rem;height:5.84776875rem;top:6.625rem;left:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #auXxPTBTAt24v8XhDsp8Hk9AZ4ZblTfT { width:2.375rem;height:2.375rem;top:10.75rem;left:17.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnXVlQ1vUy9Np0wHtKoVEhlKQcT29BoD { display:block; }#PnXVlQ1vUy9Np0wHtKoVEhlKQcT29BoD > .row .container { width:20rem;height:2.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #glFFyuorToq2eMJdZUusGtTb6MWa3D7O { display:block; }#glFFyuorToq2eMJdZUusGtTb6MWa3D7O > .row .container { width:20rem;height:11.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y3wiK3AVhM7gvIGKJTwBCa8FpigxvJtT { width:20rem;height:6.0900375rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gbG98WLHg9BgSE1vo4TKrRpC5GZftFaf { width:3.875rem;height:3.875rem;top:6.5rem;left:8.0625rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jz1d1LqIhLqV3609PazAyNdc4STFysKN { display:block; }#Jz1d1LqIhLqV3609PazAyNdc4STFysKN > .row .container { width:20rem;height:14.108501464844rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDdeV56M5yC7B7mQhSL3xX4zAAwT1oiL { width:20rem;height:5.7166666666667rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpL90IeWPBJ2m3uA4oSC4f38cuH7IkaU { width:20rem;height:2.51871875rem;top:8.125rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sdbTINFOT0tV1bSQsXTDRLD2mM78T6Lz { width:20rem;height:2.51871875rem;top:11.58984375rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xR1QUgQQNB6Rt5u3fkU0fSNgaopnCl2F { display:block; }#xR1QUgQQNB6Rt5u3fkU0fSNgaopnCl2F > .row .container { width:20rem;height:2.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q7t1zAG539S7vvf2vnLm2WxUUrRbVwyH { display:block; }#q7t1zAG539S7vvf2vnLm2WxUUrRbVwyH > .row .container { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vuoJmyVb2odcXTrSpOuaJdawIWGJRM6q { width:20rem;height:1.94925625rem;top:4.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kg5azcE3oeKqeftW0eAoMQIK0Ta0Tqy0 { width:3.5rem;height:3.5rem;top:1.25rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0x6pdNThvL5P4yP89fkNvIvluoSLTxh { display:block; }#s0x6pdNThvL5P4yP89fkNvIvluoSLTxh > .row .container { width:20rem;height:24.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AIWRTs5tcmNB9fGROynOm30BJ42D7HxF { width:20rem;height:5.36324375rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xVD3rPMJzIeeAqhlW5yxuBENtyRH3kRt { width:9.375rem;height:9.375rem;top:7.75rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rqn3h6CeuFOW8or0mMIKPyUobKFeczGA { width:16.375rem;height:1.5427rem;top:17.6875rem;left:1.375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BK0Pq6Zop3K3884za25MBl734UXeDO2c { width:19.125rem;height:1.5427rem;top:19.1875rem;left:0.4375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lOI0y0u6C4XbuzuL48WaUFxVtOoP03i3 { width:16.8125rem;height:1.5427rem;top:20.6875rem;left:1.625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OtOrno4Xi1WRkz6P0pRwprTBxf7uiNWo { display:block; }#OtOrno4Xi1WRkz6P0pRwprTBxf7uiNWo > .row .container { width:20rem;height:14.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsEbJSU6Q1fBpo2WQULTuZeOWvtiEyNN { width:20rem;height:0;top:4.0625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Ayrx6ldVhCBzTq9TVsH5mm0IyzNMXd2t { width:9.8125rem;height:2.6231375rem;top:10.960156440735rem;left:1.8125001192093rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #dItiDN32tzcPN1E6Kd91Rw11A5CsNDKS { width:1.5625rem;height:1.5625rem;top:5.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zouNhOTEwrRznymJl0xA1KEWTCRdaOER { width:1.5rem;height:1.5rem;top:6.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4ITnedBDh6Usuxp5sbozAfZAwsqcEGR { width:1rem;height:1rem;top:8.875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bStDVrhKxbxyVL3v3EHJWB5i70MEcun1 { width:0.625rem;height:1.1875rem;top:11.665625572204rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgLS8lIUgMEouxkmlZUTfldgliBtXrBC { width:6.8125rem;height:1.0625rem;top:5.4375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m00pmXt6MWsQIi5cnr4f2CKt0NwtqGag { display:block; }
 }@media only screen and (max-width: 763px) { #A8Id22TLVOD2suK3m8fAnnH85HlN1d1M { width:11.6875rem;height:1.0625rem;top:7rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTIwo0zdqeDSnJdowPps7MhnSuxXphXP { display:block; }
 }@media only screen and (max-width: 763px) { #Txn4S2paioULKbEVmRtwi9vFqTtZ1eQr { width:3.125rem;height:3.125rem;top:0.875rem;left:15.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUQBaCtOW2GNF8A3NB2hFp2ySF4zX0BU { width:3.125rem;height:3.125rem;top:0.875rem;left:12.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrW3Wqd0P8MfrqJgUDk1nVDkhR1KLHM1 { width:3.125rem;height:3.125rem;top:0.875rem;left:9.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D58hImCvNuWt7daCbkoUrWQVvwCIrGXo { width:7.25rem;height:2.875rem;top:0.84218692779544rem;left:0.3125rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #Sezag9ZSvCGhmCAlimBcQtlqPneCv6hK { width:12.5rem;height:1.21689375rem;top:8.7750005722044rem;left:1.8125001192093rem;font-size:0.9375rem;display:block; }
 }