.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 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); }#wBmwF6ObAb9wfcWKHmZmovkwJdhuHg21 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(36,28,88,0.75);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#wBmwF6ObAb9wfcWKHmZmovkwJdhuHg21 > .row .container { background-color: transparent; background-image: none; }#wBmwF6ObAb9wfcWKHmZmovkwJdhuHg21::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wBmwF6ObAb9wfcWKHmZmovkwJdhuHg21 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wBmwF6ObAb9wfcWKHmZmovkwJdhuHg21 > .row .container > .video-iframe-container { display: none; }#wBmwF6ObAb9wfcWKHmZmovkwJdhuHg21 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wBmwF6ObAb9wfcWKHmZmovkwJdhuHg21 > .row > .video-iframe-container { display: none; }#wBmwF6ObAb9wfcWKHmZmovkwJdhuHg21 > .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); }#wBmwF6ObAb9wfcWKHmZmovkwJdhuHg21 > .row .container { border-width: 0; border-radius: 0; }#wBmwF6ObAb9wfcWKHmZmovkwJdhuHg21 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wBmwF6ObAb9wfcWKHmZmovkwJdhuHg21 > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;position:relative;display:block; }#oJ3Avobd6zXUnSZySX3MHnI4ZW9s3x68 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:6.25rem;top:0.68502473831175rem;left:2.4969043731689rem;overflow:hidden;display:block; }
#tTxigWzBVQazBf6TyAIW1xXkTDnpw7hz { 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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.25rem;height:2.875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.21875rem;left:46.7744140625rem;display:none; }
#Wv4fzl8kTyt5LrPNgw9bpkKKiOBc7i20 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mPF6bEUB4DXb6vkNWA9WmBnbpSQ9Pzze { 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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"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:15016;text-align:center;text-align-last:center;top:0.21875rem;left:60.2119140625rem;display:none; }
#orpXwl8r4tbRlrtxthP41pRbgkphabzT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mivEPqcTQoFOLemTE4RAMCs9ofmqtb7O { color:#ffffff;display:block;width:29.0625rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:1.453125rem;left:14.1220703125rem;height:2.925rem;text-align:left;text-align-last:left;display:block; }
#wLfFVXgJBvLSiQTlMnLvTbWJ0kWyHaZ0 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:7.5rem;top:0.5625rem;left:0rem;overflow:hidden;display:none; }
#Ts0z0DyRZoy1eh1LXop8an5CusmuHoxS { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:7.5rem;top:0.5625rem;left:0rem;overflow:hidden;display:none; }
#rCsfesQdikJTo7QHrgKxvaZCUT0vhTJy { 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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"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:15017;text-align:center;text-align-last:center;top:0.8125rem;left:60.687498092651rem;display:none; }
#oUmzTfB3xIoBCvo7qxXTuDWht6pHPOMI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xGQg2qRBJnuZOKffXJ1OO2XCVAUCFoTd { 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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0.21875rem;left:36.0625rem;display:none; }
#Caem6OfNcSy63vaSMbLXLTUwfgxc2hy7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NokH30cPwtUrI6T7TiiBFkXbrwl7ZJt7 { background-color:transparent;background-image:none;border-top:0.0625rem solid #eb600b;border-left:0.0625rem solid #eb600b;border-right:0.0625rem solid #eb600b;border-bottom:0.0625rem solid #eb600b;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avalon;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.362313125rem;height:1.925125625rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:4.7877473831177rem;left:49.256801605224rem;display:block; }
#MZ9aFa390nIBnW73fM2qVQVTXXVPIzWd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HRf8yDtLoE45IhdtMmCf58GVmRfwXCTW { color:#f95b01;display:block;width:33.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15014;line-height:1;letter-spacing:0;top:5.0634765625rem;left:15.9375rem;height:1.2503875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FN8NFvuKv29VwTt3plfHoOP46hztuP1e { box-sizing:content-box;color:#ffffff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:4.3740234375rem;left:13.7490234375rem;display:block; }
#as2RVvxDJutgNVzsHOffOyio8BQtd1rn { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avalon;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:2.1875rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:1rem;left:54.40625rem;display:block; }
#Ftr4cOdAqKLJv7NPdvd8GtzrCPkBpOk3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZT0K0tNo5S89aNPv97aX2ZrS8ZwqWTLt { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:46.4375rem;top:3.8872213363648rem;left:14.122833251953rem;display:block; }
#m2mvhImEoEwdzc4xd0R43iCP8Huymr0c { background-color:#eb600b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#241c58;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avalon;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8748125rem;height:2.1875rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:1.0625rem;left:60.8125rem;display:none; }
#HIDrZzWhG7DTW8WWokGnzTLLqEwTfk0u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xXQ06X520nLFhoz9GvUZlf8gGuBfa5zO { color:#ffffff;display:block;width:20.748rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:1.4549814462662rem;left:14.5rem;height:1.46194375rem;text-align:center;text-align-last:center;display:none; }
#ebWLCoQ2NsiZa14IS4CoyOu8SDHNdnco { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(36,28,88,0.75);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#ebWLCoQ2NsiZa14IS4CoyOu8SDHNdnco > .row .container { background-color: transparent; background-image: none; }#ebWLCoQ2NsiZa14IS4CoyOu8SDHNdnco::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebWLCoQ2NsiZa14IS4CoyOu8SDHNdnco > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebWLCoQ2NsiZa14IS4CoyOu8SDHNdnco > .row .container > .video-iframe-container { display: none; }#ebWLCoQ2NsiZa14IS4CoyOu8SDHNdnco > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebWLCoQ2NsiZa14IS4CoyOu8SDHNdnco > .row > .video-iframe-container { display: none; }#ebWLCoQ2NsiZa14IS4CoyOu8SDHNdnco > .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); }#ebWLCoQ2NsiZa14IS4CoyOu8SDHNdnco > .row .container { border-width: 0; border-radius: 0; }#ebWLCoQ2NsiZa14IS4CoyOu8SDHNdnco > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ebWLCoQ2NsiZa14IS4CoyOu8SDHNdnco > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;position:relative;display:block; }#kawXNKgHqSSp7FwpwwwkwNSpkZhoEWfF { 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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.25rem;height:2.875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.21875rem;left:46.7744140625rem;display:none; }
#utH1FdTdxZG9ERATnQgBk1dfCZ0NlNS1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AtN5pTmaflBe3uPwl9fEKJgLzkLOcvFn { 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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"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:15016;text-align:center;text-align-last:center;top:0.21875rem;left:60.2119140625rem;display:none; }
#Ho8kKlzKny0PX0hCD2JzDlUZCfkuVMCm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uZn2lTA0aotlW3qEu55zN260xfezkdGk { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:7.5rem;top:0.5625rem;left:0rem;overflow:hidden;display:none; }
#IbS1VeIvtfdcpbBki5smkgfpt1uCdVmr { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:7.5rem;top:0.5625rem;left:0rem;overflow:hidden;display:none; }
#vl4anmi0GrwUJrixNaFEJiMbTrXt2uCP { 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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"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:15017;text-align:center;text-align-last:center;top:0.8125rem;left:60.687498092651rem;display:none; }
#pJEkGGtUJiIoxgsFyoti5PzuHheULhTC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uo5ThawWVzWhiLrW7Z4oUd9c2TFhHgrs { 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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0.21875rem;left:36.0625rem;display:none; }
#xy9M8QUbzMLFkV6fDgrtbgyNGzgcQxL2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HBPiTtsb190bTRGFeQXFoIX5TfTwp5Oh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(250,225,219,0.4);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HBPiTtsb190bTRGFeQXFoIX5TfTwp5Oh > .row .container { background-color: transparent; background-image: none; }#HBPiTtsb190bTRGFeQXFoIX5TfTwp5Oh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBPiTtsb190bTRGFeQXFoIX5TfTwp5Oh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBPiTtsb190bTRGFeQXFoIX5TfTwp5Oh > .row .container > .video-iframe-container { display: none; }#HBPiTtsb190bTRGFeQXFoIX5TfTwp5Oh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBPiTtsb190bTRGFeQXFoIX5TfTwp5Oh > .row > .video-iframe-container { display: none; }#HBPiTtsb190bTRGFeQXFoIX5TfTwp5Oh > .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); }#HBPiTtsb190bTRGFeQXFoIX5TfTwp5Oh > .row .container { border-width: 0; border-radius: 0; }#HBPiTtsb190bTRGFeQXFoIX5TfTwp5Oh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HBPiTtsb190bTRGFeQXFoIX5TfTwp5Oh > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#oo7qJTbZrJ52JI9sWOnxD72nCwbkOKuF { color:#050062;display:block;width:73.436875rem;position:absolute;font-family:"open sans";font-size:3.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4.7109375rem;left:0.779296875rem;height:4.4671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aeJO0EIvcO4eTBwzia1z18ppPmTiqZki { color:rgba(128,128,128,0.15);display:block;width:75rem;position:absolute;font-family:"open sans";font-size:6.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:16.0875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ptOw8p8pozNk2rWp6xll7KO2tMSwng8b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(250,225,219,0.4);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ptOw8p8pozNk2rWp6xll7KO2tMSwng8b > .row .container { background-color: transparent; background-image: none; }#ptOw8p8pozNk2rWp6xll7KO2tMSwng8b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptOw8p8pozNk2rWp6xll7KO2tMSwng8b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptOw8p8pozNk2rWp6xll7KO2tMSwng8b > .row .container > .video-iframe-container { display: none; }#ptOw8p8pozNk2rWp6xll7KO2tMSwng8b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptOw8p8pozNk2rWp6xll7KO2tMSwng8b > .row > .video-iframe-container { display: none; }#ptOw8p8pozNk2rWp6xll7KO2tMSwng8b > .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); }#ptOw8p8pozNk2rWp6xll7KO2tMSwng8b > .row .container { border-width: 0; border-radius: 0; }#ptOw8p8pozNk2rWp6xll7KO2tMSwng8b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ptOw8p8pozNk2rWp6xll7KO2tMSwng8b > .row .container { font-size:0.875rem;font-family:arial;height:33.4375rem;width:75rem;position:relative;display:block; }#yWC7RNqXmSsbhH9JrC28sP60P4Z4ycdl { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:22.5rem;width:40rem;top:8.1519165039062rem;left:17.499691009521rem;display:block; }
#P63FyyaOL0PmtSmLrUuXJrZd5TDcAG5U { color:#f95b06;display:block;width:24.2496875rem;position:absolute;font-family:sharp;font-size:1.5rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:3.436261177063rem;left:25.372833251953rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XS89FvTzL5Tu0CJJEhf0TXPt3VoN6crd { position:absolute;display:block;z-index:15007;background-color:#241c58;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:12.375rem;top:7.5263671875rem;left:45.6865234375rem;display:block; }
#A41lR73uWi53gwPM3C4k0oXH8FRbbnBU { position:absolute;display:block;z-index:15006;background-color:#f95b06;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:4.375rem;top:16.5625rem;left:16.9365234375rem;display:block; }
#fJFEo4QTCPqME642wCpPsbkX8AuHncx9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(250,225,219,0.4);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#fJFEo4QTCPqME642wCpPsbkX8AuHncx9 > .row .container { border-width: 0; border-radius: 0; }#fJFEo4QTCPqME642wCpPsbkX8AuHncx9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fJFEo4QTCPqME642wCpPsbkX8AuHncx9 > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:none; }#v6FJsU1byyH7DqvH1ZMyyv9MJTo4ExqH { background-color:#050062;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:3.12421875rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:0.30117034912109rem;left:27.467578887939rem;display:block; }
#oTGnbEw3ohvsLA7798OogetcUcwOVDHg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L3kXD6cgPeF5qUwbEdX18FJdHuu6g1UB { position:relative;display:block; }#L3kXD6cgPeF5qUwbEdX18FJdHuu6g1UB { background-color: transparent; background-image: none; }#L3kXD6cgPeF5qUwbEdX18FJdHuu6g1UB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L3kXD6cgPeF5qUwbEdX18FJdHuu6g1UB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L3kXD6cgPeF5qUwbEdX18FJdHuu6g1UB > .row .container > .video-iframe-container { display: none; }#L3kXD6cgPeF5qUwbEdX18FJdHuu6g1UB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L3kXD6cgPeF5qUwbEdX18FJdHuu6g1UB > .row > .video-iframe-container { display: none; }#L3kXD6cgPeF5qUwbEdX18FJdHuu6g1UB > .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); }#L3kXD6cgPeF5qUwbEdX18FJdHuu6g1UB { border-width: 0; border-radius: 0; }#L3kXD6cgPeF5qUwbEdX18FJdHuu6g1UB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L3kXD6cgPeF5qUwbEdX18FJdHuu6g1UB > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:30rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#keJwga2BTexJSSRf86zTiTbifHqJpFze { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:20rem;width:40rem;top:8.1519165039062rem;left:17.499691009521rem;display:block; }
#K1cnrP96fi5WPnWnfDpLkKhCUCiN0Th2 { color:#f95b06;display:block;width:24.2496875rem;position:absolute;font-family:sharp;font-size:1.5rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:3.436261177063rem;left:25.372833251953rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sqIBfxN0mBSiFHaxCIAdJq9tbxHy7WsH { position:relative;display:block; }#sqIBfxN0mBSiFHaxCIAdJq9tbxHy7WsH { background-color: transparent; background-image: none; }#sqIBfxN0mBSiFHaxCIAdJq9tbxHy7WsH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sqIBfxN0mBSiFHaxCIAdJq9tbxHy7WsH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sqIBfxN0mBSiFHaxCIAdJq9tbxHy7WsH > .row .container > .video-iframe-container { display: none; }#sqIBfxN0mBSiFHaxCIAdJq9tbxHy7WsH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sqIBfxN0mBSiFHaxCIAdJq9tbxHy7WsH > .row > .video-iframe-container { display: none; }#sqIBfxN0mBSiFHaxCIAdJq9tbxHy7WsH > .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); }#sqIBfxN0mBSiFHaxCIAdJq9tbxHy7WsH { border-width: 0; border-radius: 0; }#sqIBfxN0mBSiFHaxCIAdJq9tbxHy7WsH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#sqIBfxN0mBSiFHaxCIAdJq9tbxHy7WsH > .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:6.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#E7wJ3aGVPgJVnmXUWm8bUXppQNg10ugO { color:#f95b06;display:block;width:22rem;position:absolute;font-family:sharp;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:4rem;left:26.498760223389rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TTiTnZAV2PUUhSCJ7WtHJTqanVQrMbtX { position:relative;display:block; }#TTiTnZAV2PUUhSCJ7WtHJTqanVQrMbtX { background-color: transparent; background-image: none; }#TTiTnZAV2PUUhSCJ7WtHJTqanVQrMbtX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTiTnZAV2PUUhSCJ7WtHJTqanVQrMbtX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTiTnZAV2PUUhSCJ7WtHJTqanVQrMbtX > .row .container > .video-iframe-container { display: none; }#TTiTnZAV2PUUhSCJ7WtHJTqanVQrMbtX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTiTnZAV2PUUhSCJ7WtHJTqanVQrMbtX > .row > .video-iframe-container { display: none; }#TTiTnZAV2PUUhSCJ7WtHJTqanVQrMbtX > .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); }#TTiTnZAV2PUUhSCJ7WtHJTqanVQrMbtX { border-width: 0; border-radius: 0; }#TTiTnZAV2PUUhSCJ7WtHJTqanVQrMbtX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TTiTnZAV2PUUhSCJ7WtHJTqanVQrMbtX > .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:22.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#t8ML3Ksv4sgKQZc6xHLvlIWUV4DyxJdz { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:14.8125rem;width:29.625rem;top:4rem;left:0rem;display:block; }
#B7Uk6is4494P8DvA9ODfGl8HMabmKTm9 { position:absolute;display:block;z-index:15025;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:13.625rem;left:36.8125rem;display:block; }
#HfSsLCqTeNF62HOZP0b4KHzzu1kvCLzA { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:15rem;left:37rem;overflow:hidden;display:block; }
#TTLF8TdCvdhFBQJA5TVJtcQLKbM8wx2m { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:sharp;font-size:1.4375rem;font-weight:700;z-index:15021;line-height:.9;letter-spacing:0;top:6.8125rem;left:49.6875rem;height:3.88125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#toVda5niSKbh7DpVhgxzqs6O42tzH7vi { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:6.875rem;width:5.875rem;top:4.625rem;left:36.8125rem;overflow:hidden;display:block; }
#wHi2A8pIpOpITVPEJtL2OhwGul1SmRFv { color:#f95b06;display:block;width:25.3125rem;position:absolute;font-family:sharp;font-size:1rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:14.75rem;left:39.25rem;height:2.596875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PGLEdbXxczbrqPGTp4h5lQ8KLu5fkkMr { position:absolute;display:block;z-index:15032;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:12.0625rem;left:37.125rem;display:none; }
#PfOl7H3IviWqkyGHCvrZAXxO2JW6Lby4 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:13.125rem;left:37.5625rem;overflow:hidden;display:none; }
#BMJv1zWI4PFF6LxIJ1VxBazm3IIL9v2p { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:6.875rem;width:5.6875rem;top:4.5625rem;left:42.1875rem;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 { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#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.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dwFrIhnEr5s1h4J6ab7QPySvXdszTmOr { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.6875rem;width:29.625rem;top:4rem;left:0rem;display:block; }
#wQHlPwuWsZ1tAQHQJinMeb4yJuhWwuwV { position:absolute;display:block;z-index:15025;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:14.3125rem;left:36.8125rem;display:block; }
#rrNqbwZdx9ZfEFvapK8aSDDfmTBaL7xu { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:15.6875rem;left:37rem;overflow:hidden;display:block; }
#dtVh6HhwKGdEPaJE79bHFz9FJdRPIglQ { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:sharp;font-size:1.4375rem;font-weight:700;z-index:15021;line-height:.9;letter-spacing:0;top:8.0625rem;left:44.375rem;height:2.5875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Io14mZXIOE1zS7qbJxThIo2dyyuMPyDM { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:6.875rem;width:5.9375rem;top:5.3125rem;left:36.8125rem;overflow:hidden;display:block; }
#Nw5B43Tld12L40r3w0A22EM6Mq8BkQJs { color:#f95b06;display:block;width:25.3125rem;position:absolute;font-family:sharp;font-size:1rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:15.4375rem;left:39.249996185302rem;height:2.596875rem;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:15088;top:16.6875rem;left:64.25rem;display:block; }
#yXoI9XwPvK5zuVDXaV9KSMQn4Af0m3M7 { position:absolute;display:block;z-index:15032;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:12.0625rem;left:37.125rem;display:none; }
#avZGaNZx56CTkiIUgstAvWTRIRxGVm2c { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:13.125rem;left:37.5625rem;overflow:hidden;display:none; }
#ttkuXQTNKW4p5Fh8P5kZZz0y9MQlTTt6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15089;opacity:1;top:16.567058563233rem;left:67.546875562744rem; }
#PFpq1yI1FH1SdKSXVeX3in3hBi0PhDv1 { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:sharp;font-size:1.3125rem;font-weight:700;z-index:15022;line-height:.9;letter-spacing:0;top:19.810114860534rem;left:53.067928314209rem;height:4.725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eeDkPrXc4IXikgKrgTgXhVUqRWpPm4nQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#eegc7PoAm5fFt7nkKTxGoM8KlZkRgUD2 { position:relative;display:block; }#eegc7PoAm5fFt7nkKTxGoM8KlZkRgUD2 { background-color: transparent; background-image: none; }#eegc7PoAm5fFt7nkKTxGoM8KlZkRgUD2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eegc7PoAm5fFt7nkKTxGoM8KlZkRgUD2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eegc7PoAm5fFt7nkKTxGoM8KlZkRgUD2 > .row .container > .video-iframe-container { display: none; }#eegc7PoAm5fFt7nkKTxGoM8KlZkRgUD2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eegc7PoAm5fFt7nkKTxGoM8KlZkRgUD2 > .row > .video-iframe-container { display: none; }#eegc7PoAm5fFt7nkKTxGoM8KlZkRgUD2 > .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); }#eegc7PoAm5fFt7nkKTxGoM8KlZkRgUD2 { border-width: 0; border-radius: 0; }#eegc7PoAm5fFt7nkKTxGoM8KlZkRgUD2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#eegc7PoAm5fFt7nkKTxGoM8KlZkRgUD2 > .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.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SHPwdg2Cm6Tw4u4vgUUnTS6PXDH7rTWB { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.6875rem;width:29.625rem;top:4rem;left:0rem;display:block; }
#OKKHrRkk4QP28UhnNAxaKnoE4ZOrTz6o { position:absolute;display:block;z-index:15025;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:14.3125rem;left:36.8125rem;display:block; }
#XaoDzVh5WRZqEMFFknZRSSHNtDASmv8Z { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:sharp;font-size:1.4375rem;font-weight:700;z-index:15021;line-height:.9;letter-spacing:0;top:8.0625rem;left:44.375rem;height:1.29375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tmkTiXg82ToHtTonrhb1GkEsg9LUhmC8 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5.8125rem;width:5.8125rem;top:5.8019523620606rem;left:36.810939788818rem;overflow:hidden;display:block; }
#FqsKrXp777hVukcwnhFHabTRGpHbAEmv { color:#f95b06;display:block;width:27.8125rem;position:absolute;font-family:sharp;font-size:1rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:15.437118530274rem;left:39.248439788818rem;height:2.596875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KpI2baSiJxgrEfArD1xwF5IaML2F9s2Z { position:absolute;display:block;z-index:15032;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:12.0625rem;left:37.125rem;display:none; }
#psrUvt9seLvMUqqtwcmlKtoZCTAmJ2b3 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:13.125rem;left:37.5625rem;overflow:hidden;display:none; }
#fFa87CEffX4NbVGIDdmsGmHaaMxSe4kZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#kpf4fkkhTTp7kordhz81KsLOCo2TNrEu { position:relative;display:block; }#kpf4fkkhTTp7kordhz81KsLOCo2TNrEu { background-color: transparent; background-image: none; }#kpf4fkkhTTp7kordhz81KsLOCo2TNrEu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kpf4fkkhTTp7kordhz81KsLOCo2TNrEu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kpf4fkkhTTp7kordhz81KsLOCo2TNrEu > .row .container > .video-iframe-container { display: none; }#kpf4fkkhTTp7kordhz81KsLOCo2TNrEu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kpf4fkkhTTp7kordhz81KsLOCo2TNrEu > .row > .video-iframe-container { display: none; }#kpf4fkkhTTp7kordhz81KsLOCo2TNrEu > .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); }#kpf4fkkhTTp7kordhz81KsLOCo2TNrEu { border-width: 0; border-radius: 0; }#kpf4fkkhTTp7kordhz81KsLOCo2TNrEu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kpf4fkkhTTp7kordhz81KsLOCo2TNrEu > .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.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SNx2hD4d5yezH30BuHxnXuFZVw76GQh3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.6875rem;width:29.625rem;top:4rem;left:0rem;display:block; }
#MqvOkldvWU3pPDeN6mRZa90vasxSiACp { position:absolute;display:block;z-index:15025;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:14.3125rem;left:36.8125rem;display:block; }
#rSegW7O2PEi0ce25XcGfheITb7KT8o8H { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:15.6875rem;left:37rem;overflow:hidden;display:block; }
#SOH0fyQ1EeqpcsNF73BAxCW7zIbhKF0S { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:sharp;font-size:1.4375rem;font-weight:700;z-index:15021;line-height:.9;letter-spacing:0;top:8.0625rem;left:44.375rem;height:1.29375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#esq38poHPgpJZ4f0Kazdb6nZ0k4MOhtJ { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:6.875rem;width:5.875rem;top:5.3125rem;left:36.8125rem;overflow:hidden;display:block; }
#WZf4ZezdqZMTNx52J2f4N5weZr5KW4ym { color:#f95b06;display:block;width:22.1875rem;position:absolute;font-family:sharp;font-size:1rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:15.4375rem;left:39.2490234375rem;height:2.596875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#a4v3I8G8RNQplb3dVV6mLZ2nE9mSoC8S { 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:15088;top:16.6875rem;left:64.25rem;display:block; }
#mZSQoxVZxB1AkPTwdhNSqXtXUh14lgaI { position:absolute;display:block;z-index:15032;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:12.0625rem;left:37.125rem;display:none; }
#nET24ppLyTamp5JRlOAJAo5Df8rFBJAF { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:13.125rem;left:37.5625rem;overflow:hidden;display:none; }
#CEkW6asTGILMkXLsqhIiPvmp8RaI5iQ6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#Lgkb3JMvI3eJ4w43Gtzn7BxOgZccoNM0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(250,225,219,0.4);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Lgkb3JMvI3eJ4w43Gtzn7BxOgZccoNM0 > .row .container { background-color: transparent; background-image: none; }#Lgkb3JMvI3eJ4w43Gtzn7BxOgZccoNM0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lgkb3JMvI3eJ4w43Gtzn7BxOgZccoNM0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lgkb3JMvI3eJ4w43Gtzn7BxOgZccoNM0 > .row .container > .video-iframe-container { display: none; }#Lgkb3JMvI3eJ4w43Gtzn7BxOgZccoNM0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lgkb3JMvI3eJ4w43Gtzn7BxOgZccoNM0 > .row > .video-iframe-container { display: none; }#Lgkb3JMvI3eJ4w43Gtzn7BxOgZccoNM0 > .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); }#Lgkb3JMvI3eJ4w43Gtzn7BxOgZccoNM0 > .row .container { border-width: 0; border-radius: 0; }#Lgkb3JMvI3eJ4w43Gtzn7BxOgZccoNM0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lgkb3JMvI3eJ4w43Gtzn7BxOgZccoNM0 > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:75rem;position:relative;display:block; }#KJoloe2q72US1TWBaL1IBhJrVIwvm0zL { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.6875rem;width:29.625rem;top:4rem;left:0rem;display:block; }
#swDrDSi9fGKg2pzrklTgdAT8wTnt8E4l { color:#000000;display:block;width:26.25rem;position:absolute;font-family:sharp;font-size:1.4375rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:10.386739730835rem;left:36.808475494385rem;height:3.45rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SHUIpGgzT1N5UcKuC5apVKs9rdrZz7aC { position:absolute;display:block;z-index:15032;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:12.0625rem;left:37.125rem;display:none; }
#TeBFgQQ4IOE8c07XxB7oPvTwWMtQJVcm { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:13.125rem;left:37.5625rem;overflow:hidden;display:none; }
#yl8R72RI5KNhzQe5KJsL2TqrWkyggOl2 { position:relative;display:block; }#yl8R72RI5KNhzQe5KJsL2TqrWkyggOl2 { background-color: transparent; background-image: none; }#yl8R72RI5KNhzQe5KJsL2TqrWkyggOl2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yl8R72RI5KNhzQe5KJsL2TqrWkyggOl2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yl8R72RI5KNhzQe5KJsL2TqrWkyggOl2 > .row .container > .video-iframe-container { display: none; }#yl8R72RI5KNhzQe5KJsL2TqrWkyggOl2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yl8R72RI5KNhzQe5KJsL2TqrWkyggOl2 > .row > .video-iframe-container { display: none; }#yl8R72RI5KNhzQe5KJsL2TqrWkyggOl2 > .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); }#yl8R72RI5KNhzQe5KJsL2TqrWkyggOl2 { border-width: 0; border-radius: 0; }#yl8R72RI5KNhzQe5KJsL2TqrWkyggOl2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yl8R72RI5KNhzQe5KJsL2TqrWkyggOl2 > .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.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TuRzLq54Thdr2WwMSCGoSEtQfZGeaz0v { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.6875rem;width:29.625rem;top:4rem;left:0rem;display:block; }
#KiXi243Hh0NqTnWtNzMzwykJDQ120RzH { position:absolute;display:block;z-index:15025;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:14.3125rem;left:36.8125rem;display:block; }
#sIqr1rR4acbHcu2VZC9pf06E0xJTQlXB { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:15.6875rem;left:37rem;overflow:hidden;display:block; }
#bVP6yi2qSGyka96gaRqBmX0vcknUNTMJ { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:sharp;font-size:1.4375rem;font-weight:700;z-index:15021;line-height:.9;letter-spacing:0;top:7.5rem;left:49.6865234375rem;height:2.5875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eTn2qPbJDimMlBEUUVSrKnXy7rd9LeXr { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:6.875rem;width:5.875rem;top:5.3125rem;left:36.8125rem;overflow:hidden;display:block; }
#fVoiQaNAf7si1hK0neZwqLx6Zo9LuC1U { color:#f95b06;display:block;width:25.3125rem;position:absolute;font-family:sharp;font-size:1rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:15.4423828125rem;left:39.248046875rem;height:2.596875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J1UuSeDNffzl3VfBIkS5RtrIrDUr6qui { 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:15088;top:16.6875rem;left:64.25rem;display:block; }
#cVnolMzOHhA2zoB2An4g9LRaUAop04Gx { position:absolute;display:block;z-index:15032;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:12.0625rem;left:37.125rem;display:none; }
#FgxXRT1Utq6naNZZ12hAcCZLhrpuHR9E { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:13.125rem;left:37.5625rem;overflow:hidden;display:none; }
#zRzuqpnzZ2JZmWMxHXl2NtnIT39AWe8H { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:6.875rem;width:5.875rem;top:5.3115234375rem;left:42.2177734375rem;overflow:hidden;display:block; }
#hM4OUPCyPKawFwsuSb7sT9UKAJONB4qz { position:relative;display:block; }#hM4OUPCyPKawFwsuSb7sT9UKAJONB4qz { background-color: transparent; background-image: none; }#hM4OUPCyPKawFwsuSb7sT9UKAJONB4qz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hM4OUPCyPKawFwsuSb7sT9UKAJONB4qz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hM4OUPCyPKawFwsuSb7sT9UKAJONB4qz > .row .container > .video-iframe-container { display: none; }#hM4OUPCyPKawFwsuSb7sT9UKAJONB4qz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hM4OUPCyPKawFwsuSb7sT9UKAJONB4qz > .row > .video-iframe-container { display: none; }#hM4OUPCyPKawFwsuSb7sT9UKAJONB4qz > .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); }#hM4OUPCyPKawFwsuSb7sT9UKAJONB4qz { border-width: 0; border-radius: 0; }#hM4OUPCyPKawFwsuSb7sT9UKAJONB4qz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hM4OUPCyPKawFwsuSb7sT9UKAJONB4qz > .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.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TftSkNCsQdyXvelCuSIs6zt9sugOOuxy { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.6875rem;width:29.625rem;top:4rem;left:0rem;display:block; }
#Zrg3D4tNnotskX8FXSHl85oTZTyKm6Tc { position:absolute;display:block;z-index:15025;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:14.3125rem;left:36.8125rem;display:block; }
#gJPcW8QwhniJ6OuwlK8ECxBbq7yW8WKF { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:sharp;font-size:1.4375rem;font-weight:700;z-index:15021;line-height:.9;letter-spacing:0;top:8.0625rem;left:44.375rem;height:1.29375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O0mck1X52b2bI4D1ttDrUM6VesfT0Duu { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5.8125rem;width:5.8125rem;top:5.8019523620606rem;left:36.810939788818rem;overflow:hidden;display:block; }
#JRcymuyG2Qow6T6I218WucpsdIi2zLQk { color:#f95b06;display:block;width:26.25rem;position:absolute;font-family:sharp;font-size:1rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:15.437110900879rem;left:39.248439788818rem;height:2.596875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VfVWRilpDEsHTEyhlZoJFz5r0Oi37bhH { position:absolute;display:block;z-index:15032;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:12.0625rem;left:37.125rem;display:none; }
#lQHMkcgbn7g30zo6PlV2yNXTbQq2ydTz { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:13.125rem;left:37.5625rem;overflow:hidden;display:none; }
#rtpzZUc9ZZ88sGipLmC4OaPGbTQOPGcn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#xFfA56nUBq7VptJKDeCN9A5BmzPXFkpN { position:relative;display:block; }#xFfA56nUBq7VptJKDeCN9A5BmzPXFkpN { background-color: transparent; background-image: none; }#xFfA56nUBq7VptJKDeCN9A5BmzPXFkpN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xFfA56nUBq7VptJKDeCN9A5BmzPXFkpN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xFfA56nUBq7VptJKDeCN9A5BmzPXFkpN > .row .container > .video-iframe-container { display: none; }#xFfA56nUBq7VptJKDeCN9A5BmzPXFkpN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xFfA56nUBq7VptJKDeCN9A5BmzPXFkpN > .row > .video-iframe-container { display: none; }#xFfA56nUBq7VptJKDeCN9A5BmzPXFkpN > .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); }#xFfA56nUBq7VptJKDeCN9A5BmzPXFkpN { border-width: 0; border-radius: 0; }#xFfA56nUBq7VptJKDeCN9A5BmzPXFkpN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xFfA56nUBq7VptJKDeCN9A5BmzPXFkpN > .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.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#apLskFwSftDaZrWZAQMB361LTfIaVDiZ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.6875rem;width:29.625rem;top:4rem;left:0rem;display:block; }
#ET8TvdOZrhhDWM0bshTeBAI9sOEhpf86 { position:absolute;display:block;z-index:15025;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:14.3125rem;left:36.8125rem;display:block; }
#lp40hSSIwA6Sa2n31gaMF6W6UmNHmrvM { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:15.6875rem;left:37rem;overflow:hidden;display:block; }
#o5hTLdtvnaSJTmqCeoN2TIdstM58WOTC { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:sharp;font-size:1.4375rem;font-weight:700;z-index:15021;line-height:.9;letter-spacing:0;top:8.0625rem;left:44.375rem;height:1.29375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Uen14GOVL6NHHxd4DkL0wTwOZ3UU99Ml { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:6.875rem;width:5.875rem;top:5.3125rem;left:36.8125rem;overflow:hidden;display:block; }
#NO80frt4h7S7A7mMnT4Xol5Ty5rgX2tK { color:#f95b06;display:block;width:22.1875rem;position:absolute;font-family:sharp;font-size:1rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:16.099609375rem;left:39.25rem;height:1.2984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Frmq3BoTgoBfifCxTc7MIKViPByX3J9T { 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:15088;top:16.6875rem;left:64.25rem;display:block; }
#d22XIGJUDethxkdE457AekXd0tue6Cf2 { position:absolute;display:block;z-index:15032;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:12.0625rem;left:37.125rem;display:none; }
#JsTfWMbaTAwDOFCVd85OPpr2c8sy1HeQ { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:13.125rem;left:37.5625rem;overflow:hidden;display:none; }
#T5GzazUsOXO6cyrF4J9VvoT2vL4Vlrxt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#UfOO1iVigwR4478dNhtSVtyO7o6XnKKN { position:relative;display:block; }#UfOO1iVigwR4478dNhtSVtyO7o6XnKKN { background-color: transparent; background-image: none; }#UfOO1iVigwR4478dNhtSVtyO7o6XnKKN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UfOO1iVigwR4478dNhtSVtyO7o6XnKKN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UfOO1iVigwR4478dNhtSVtyO7o6XnKKN > .row .container > .video-iframe-container { display: none; }#UfOO1iVigwR4478dNhtSVtyO7o6XnKKN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UfOO1iVigwR4478dNhtSVtyO7o6XnKKN > .row > .video-iframe-container { display: none; }#UfOO1iVigwR4478dNhtSVtyO7o6XnKKN > .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); }#UfOO1iVigwR4478dNhtSVtyO7o6XnKKN { border-width: 0; border-radius: 0; }#UfOO1iVigwR4478dNhtSVtyO7o6XnKKN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UfOO1iVigwR4478dNhtSVtyO7o6XnKKN > .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.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#htXFOImO7WB6Tv9ue5NbQpSNiEgSJbzV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.6875rem;width:29.625rem;top:4rem;left:0rem;display:block; }
#JJkJhI61rhkDbVxvh8cCqyBTyU3idniF { position:absolute;display:block;z-index:15025;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:14.3125rem;left:36.8125rem;display:block; }
#uUZb2nvJrkGHi5Q7gc6TGPXBknEmfSKk { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:15.6875rem;left:37rem;overflow:hidden;display:block; }
#kzy5tPcJ4Tex9tx0oDaSsNQyv7MC2BHq { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:sharp;font-size:1.4375rem;font-weight:700;z-index:15021;line-height:.9;letter-spacing:0;top:8.0625rem;left:44.375rem;height:1.29375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U7m0TTZ5r6Jd82yKg1aPTWhBeGcJP6IW { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:6.875rem;width:5.875rem;top:5.3125rem;left:36.8125rem;overflow:hidden;display:block; }
#ToQO0oaTZrCslIxZMHb8aaEd8TEhSDc3 { color:#f95b06;display:block;width:22.8125rem;position:absolute;font-family:sharp;font-size:1rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:15.4375rem;left:39.2490234375rem;height:2.596875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#varwgyVW6RyZNVC5V8XnITwEsAzzRDBA { 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:15088;top:16.6875rem;left:64.25rem;display:block; }
#VbMH83ho11KWkpxDhueTT6KZb2N7MRH8 { position:absolute;display:block;z-index:15032;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:12.0625rem;left:37.125rem;display:none; }
#iOL8Tc3B1oU3noP13bWbpDUeaSrHwaVR { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:13.125rem;left:37.5625rem;overflow:hidden;display:none; }
#O2gXt6DQ29CP32SIOy3gUVVwpGpKrq4W { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#UESTiJvfiXPXO6It4Lzme7D6BKMoLn8T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(250,225,219,0.4);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UESTiJvfiXPXO6It4Lzme7D6BKMoLn8T > .row .container { background-color: transparent; background-image: none; }#UESTiJvfiXPXO6It4Lzme7D6BKMoLn8T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UESTiJvfiXPXO6It4Lzme7D6BKMoLn8T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UESTiJvfiXPXO6It4Lzme7D6BKMoLn8T > .row .container > .video-iframe-container { display: none; }#UESTiJvfiXPXO6It4Lzme7D6BKMoLn8T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UESTiJvfiXPXO6It4Lzme7D6BKMoLn8T > .row > .video-iframe-container { display: none; }#UESTiJvfiXPXO6It4Lzme7D6BKMoLn8T > .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); }#UESTiJvfiXPXO6It4Lzme7D6BKMoLn8T > .row .container { border-width: 0; border-radius: 0; }#UESTiJvfiXPXO6It4Lzme7D6BKMoLn8T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UESTiJvfiXPXO6It4Lzme7D6BKMoLn8T > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:75rem;position:relative;display:block; }#Dc0ykpN8tNQnfxHT2If0uR0JuE2oN9mu { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.6875rem;width:29.625rem;top:4rem;left:0rem;display:block; }
#CzAciaNQfpMGZeImBfpQy6FP4a27FA2V { color:#000000;display:block;width:26.25rem;position:absolute;font-family:sharp;font-size:1.4375rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:10.386739730835rem;left:36.808475494385rem;height:3.45rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EcJmiB2Cq7VZNy1eVhSITJokJgJbxk1g { position:absolute;display:block;z-index:15032;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:12.0625rem;left:37.125rem;display:none; }
#cRV2l5GDXsirNPIwSv7bx6VaLr3FzO0P { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:13.125rem;left:37.5625rem;overflow:hidden;display:none; }
#Pi81KDZ70QIOrm2LRM4f2bcMGq2nLBSi { position:relative;display:block; }#Pi81KDZ70QIOrm2LRM4f2bcMGq2nLBSi { background-color: transparent; background-image: none; }#Pi81KDZ70QIOrm2LRM4f2bcMGq2nLBSi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pi81KDZ70QIOrm2LRM4f2bcMGq2nLBSi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pi81KDZ70QIOrm2LRM4f2bcMGq2nLBSi > .row .container > .video-iframe-container { display: none; }#Pi81KDZ70QIOrm2LRM4f2bcMGq2nLBSi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pi81KDZ70QIOrm2LRM4f2bcMGq2nLBSi > .row > .video-iframe-container { display: none; }#Pi81KDZ70QIOrm2LRM4f2bcMGq2nLBSi > .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); }#Pi81KDZ70QIOrm2LRM4f2bcMGq2nLBSi { border-width: 0; border-radius: 0; }#Pi81KDZ70QIOrm2LRM4f2bcMGq2nLBSi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Pi81KDZ70QIOrm2LRM4f2bcMGq2nLBSi > .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:22.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TwWO33NzThhKfKFqarrptE1LTB3N5XDy { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:14.8125rem;width:29.625rem;top:4rem;left:0rem;display:block; }
#wHTzd0HmmEQMteKPm2kuie8ItXncWOqx { position:absolute;display:block;z-index:15025;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:13.625rem;left:36.8125rem;display:block; }
#JvlBpzvzinMaTTRiazbT7sO0OB3fJhc8 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:15rem;left:37rem;overflow:hidden;display:block; }
#MtNkT101MShIlX2hBIQSW5Cy6W4sEMdb { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:sharp;font-size:1.4375rem;font-weight:700;z-index:15021;line-height:.9;letter-spacing:0;top:6.8125rem;left:49.6875rem;height:3.88125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nwW6xOLV5SBQ8NuvlxOPHOqMpfDh48tw { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:6.875rem;width:5.6875rem;top:4.625rem;left:36.8125rem;overflow:hidden;display:block; }
#oLmlaW1SoxvxEAwTl6gha1tn4e6VCTW3 { color:#f95b06;display:block;width:25.3125rem;position:absolute;font-family:sharp;font-size:1rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:14.75rem;left:39.25rem;height:2.596875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZSkmccFuHZ21pK0XF1XL8hZtJm8XdCcx { position:absolute;display:block;z-index:15032;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:12.0625rem;left:37.125rem;display:none; }
#zXG1q2bTlwJUoWuc7GeJvTA8Ilu5w5xi { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:13.125rem;left:37.5625rem;overflow:hidden;display:none; }
#ycSahwn1we2rrB6lDdkSg1K9Tko8THz7 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:6.875rem;width:5.6875rem;top:4.5625rem;left:42.1875rem;overflow:hidden;display:block; }
#qWF4eC0yzo1y1dXfawuK8E3Vl7gCVC5c { position:relative;display:block; }#qWF4eC0yzo1y1dXfawuK8E3Vl7gCVC5c { background-color: transparent; background-image: none; }#qWF4eC0yzo1y1dXfawuK8E3Vl7gCVC5c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWF4eC0yzo1y1dXfawuK8E3Vl7gCVC5c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWF4eC0yzo1y1dXfawuK8E3Vl7gCVC5c > .row .container > .video-iframe-container { display: none; }#qWF4eC0yzo1y1dXfawuK8E3Vl7gCVC5c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWF4eC0yzo1y1dXfawuK8E3Vl7gCVC5c > .row > .video-iframe-container { display: none; }#qWF4eC0yzo1y1dXfawuK8E3Vl7gCVC5c > .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); }#qWF4eC0yzo1y1dXfawuK8E3Vl7gCVC5c { border-width: 0; border-radius: 0; }#qWF4eC0yzo1y1dXfawuK8E3Vl7gCVC5c > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qWF4eC0yzo1y1dXfawuK8E3Vl7gCVC5c > .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.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GzFKWUhFb79cURlrTxzqORIVcxqTViNv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.6875rem;width:29.625rem;top:4rem;left:0rem;display:block; }
#gMCFCBsHwag22EnHrbF3vsS7nplMH1ip { position:absolute;display:block;z-index:15025;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:14.3125rem;left:36.8125rem;display:block; }
#XnKyec9c5WuRX3C2U4THGycEUew50bBu { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:15.6875rem;left:37rem;overflow:hidden;display:block; }
#ZEy2KK0ckG5XMooNt6hi8io6FgbTPFlc { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:sharp;font-size:1.4375rem;font-weight:700;z-index:15021;line-height:.9;letter-spacing:0;top:8.0625rem;left:44.375rem;height:2.5875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vVudmhLGPi7syFKBmrgrXRcZZxg3oUSw { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:6.875rem;width:5.875rem;top:5.3125rem;left:36.8125rem;overflow:hidden;display:block; }
#eErlGRyDMFNqE6FX0CT12Fqk7PfTPuwF { color:#f95b06;display:block;width:23.75rem;position:absolute;font-family:sharp;font-size:1rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:15.4375rem;left:39.2490234375rem;height:2.596875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WTpVRx8S93ZK0clVNMDfivwgGDyENcqV { 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:15088;top:16.6875rem;left:64.25rem;display:block; }
#yLeUdP5SKXGuWh5CUN1MlRml2UtLSnVD { position:absolute;display:block;z-index:15032;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:12.0625rem;left:37.125rem;display:none; }
#kWmB0RlaQPgDdAqV3ThLihwOvFkHn6XS { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:13.125rem;left:37.5625rem;overflow:hidden;display:none; }
#bTcpzwSnzTtgdw05X8KSalx1dNPTpEE9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#INao1TyH2SGGac4JJg9x6WKx8R3tAFkf { position:relative;display:block; }#INao1TyH2SGGac4JJg9x6WKx8R3tAFkf { background-color: transparent; background-image: none; }#INao1TyH2SGGac4JJg9x6WKx8R3tAFkf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#INao1TyH2SGGac4JJg9x6WKx8R3tAFkf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#INao1TyH2SGGac4JJg9x6WKx8R3tAFkf > .row .container > .video-iframe-container { display: none; }#INao1TyH2SGGac4JJg9x6WKx8R3tAFkf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#INao1TyH2SGGac4JJg9x6WKx8R3tAFkf > .row > .video-iframe-container { display: none; }#INao1TyH2SGGac4JJg9x6WKx8R3tAFkf > .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); }#INao1TyH2SGGac4JJg9x6WKx8R3tAFkf { border-width: 0; border-radius: 0; }#INao1TyH2SGGac4JJg9x6WKx8R3tAFkf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#INao1TyH2SGGac4JJg9x6WKx8R3tAFkf > .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.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OmCI6ecABhRGfS1fzV30mi7Jn7O1qrLv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.6875rem;width:29.625rem;top:4rem;left:0rem;display:block; }
#qaXBXpQsv7kEEUtEHcBVgKsSntkizEPA { position:absolute;display:block;z-index:15025;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:14.3125rem;left:36.8125rem;display:block; }
#C1mtTUdwIeS9NTwWKewTgWa6r1n6Zv68 { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:sharp;font-size:1.4375rem;font-weight:700;z-index:15021;line-height:.9;letter-spacing:0;top:8.0625rem;left:44.375rem;height:1.29375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZyShVD0b9Ba9ipT362HZuydomCM3q2gC { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5.8125rem;width:5.8125rem;top:5.8019523620606rem;left:36.810939788818rem;overflow:hidden;display:block; }
#BgRz9NNsIvfbPgmkROciLhAuCf0ItOnv { color:#f95b06;display:block;width:26.1866875rem;position:absolute;font-family:sharp;font-size:1rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:16.048828125rem;left:39.259372711182rem;height:1.2984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iE2ScmVnlKTky5C2GhpV0zWagTUW6ciN { position:absolute;display:block;z-index:15032;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:12.0625rem;left:37.125rem;display:none; }
#RK9Vrv5GrzMCd7cgTG0KaeeuW7dcl4H5 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:13.125rem;left:37.5625rem;overflow:hidden;display:none; }
#ckgTcaUnc3I83yRaI73uM8FqvT3h9X7D { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#EgnpHfMf1FH3ScsdgmQXkC3lscEPdUAc { position:relative;display:block; }#EgnpHfMf1FH3ScsdgmQXkC3lscEPdUAc { background-color: transparent; background-image: none; }#EgnpHfMf1FH3ScsdgmQXkC3lscEPdUAc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EgnpHfMf1FH3ScsdgmQXkC3lscEPdUAc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EgnpHfMf1FH3ScsdgmQXkC3lscEPdUAc > .row .container > .video-iframe-container { display: none; }#EgnpHfMf1FH3ScsdgmQXkC3lscEPdUAc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EgnpHfMf1FH3ScsdgmQXkC3lscEPdUAc > .row > .video-iframe-container { display: none; }#EgnpHfMf1FH3ScsdgmQXkC3lscEPdUAc > .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); }#EgnpHfMf1FH3ScsdgmQXkC3lscEPdUAc { border-width: 0; border-radius: 0; }#EgnpHfMf1FH3ScsdgmQXkC3lscEPdUAc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#EgnpHfMf1FH3ScsdgmQXkC3lscEPdUAc > .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.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eX6fpmTUbhCIROKatTIw6JA4XMeTVdNM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.6875rem;width:29.625rem;top:4rem;left:0rem;display:block; }
#x8rvpLvTZngeZq4LWH05Fadq0Ug3LEQt { position:absolute;display:block;z-index:15025;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:14.3125rem;left:36.8125rem;display:block; }
#or7RxvqfRh5pGpBybyOCWAZplID6cPeF { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:15.6875rem;left:37rem;overflow:hidden;display:block; }
#NNOJ38mN1M9seeeUVXq8kk1A6gtiSaWT { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:sharp;font-size:1.4375rem;font-weight:700;z-index:15021;line-height:.9;letter-spacing:0;top:8.0625rem;left:44.375rem;height:1.29375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uTSAvKWWq4e2VVrAlsLkT92ZzgBIvoUo { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:6.875rem;width:5.875rem;top:5.3125rem;left:36.8125rem;overflow:hidden;display:block; }
#u6OqrkvE2cFMydrqU4bXve9oil5WZeCI { color:#f95b06;display:block;width:24.0625rem;position:absolute;font-family:sharp;font-size:1rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:15.4375rem;left:39.2490234375rem;height:2.596875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MN8SlytU5qMEfR5Td8qFt1vHi15u9r60 { 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:15088;top:16.6875rem;left:64.25rem;display:block; }
#AivELphxEJesy94WGkPhT2BbIZdDC1Th { position:absolute;display:block;z-index:15032;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:12.0625rem;left:37.125rem;display:none; }
#k1FOgJLf119QUFN3LbwfMHnW3C1WvtZ1 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:13.125rem;left:37.5625rem;overflow:hidden;display:none; }
#pWkdAsbaHmxc4J722y7GPqCDEf3RfLTE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#dZBzTDacyvotOQnKnfpoR9nT4pslGzha { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f95b06;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dZBzTDacyvotOQnKnfpoR9nT4pslGzha > .row .container { background-color: transparent; background-image: none; }#dZBzTDacyvotOQnKnfpoR9nT4pslGzha::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dZBzTDacyvotOQnKnfpoR9nT4pslGzha > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dZBzTDacyvotOQnKnfpoR9nT4pslGzha > .row .container > .video-iframe-container { display: none; }#dZBzTDacyvotOQnKnfpoR9nT4pslGzha > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dZBzTDacyvotOQnKnfpoR9nT4pslGzha > .row > .video-iframe-container { display: none; }#dZBzTDacyvotOQnKnfpoR9nT4pslGzha > .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); }#dZBzTDacyvotOQnKnfpoR9nT4pslGzha > .row .container { border-width: 0; border-radius: 0; }#dZBzTDacyvotOQnKnfpoR9nT4pslGzha > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dZBzTDacyvotOQnKnfpoR9nT4pslGzha > .row .container { font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;position:relative;display:block; }#wnkBXz9hLMkQC3QyksWm3Sh7RxedcRET { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(250,225,219,0.4);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wnkBXz9hLMkQC3QyksWm3Sh7RxedcRET > .row .container { background-color: transparent; background-image: none; }#wnkBXz9hLMkQC3QyksWm3Sh7RxedcRET::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wnkBXz9hLMkQC3QyksWm3Sh7RxedcRET > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wnkBXz9hLMkQC3QyksWm3Sh7RxedcRET > .row .container > .video-iframe-container { display: none; }#wnkBXz9hLMkQC3QyksWm3Sh7RxedcRET > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wnkBXz9hLMkQC3QyksWm3Sh7RxedcRET > .row > .video-iframe-container { display: none; }#wnkBXz9hLMkQC3QyksWm3Sh7RxedcRET > .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); }#wnkBXz9hLMkQC3QyksWm3Sh7RxedcRET > .row .container { border-width: 0; border-radius: 0; }#wnkBXz9hLMkQC3QyksWm3Sh7RxedcRET > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wnkBXz9hLMkQC3QyksWm3Sh7RxedcRET > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:75rem;position:relative;display:block; }#xcwth0m8NlRW00EvnvFVxfceIE5QuZ3G { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.6875rem;width:29.625rem;top:3.84375rem;left:0rem;display:block; }
#MULZTQxc5RUGHQb03ogVGV6okhNVgZuy { position:absolute;display:block;z-index:15025;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:14.3125rem;left:36.8125rem;display:block; }
#RNMlOiEMfrwEuPGTPq06z2hiMEkykvQT { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:15.6875rem;left:37rem;overflow:hidden;display:block; }
#aQ1DFETJnHynKTDXfoaxkqNR87bnVzLk { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:sharp;font-size:1.4375rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:6.9486503601075rem;left:44.375rem;height:3.45rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mIE8oMhECWbvJbTbDLXRchlB1venDtBC { position:absolute;display:block;z-index:15011;border-top:0.25rem solid #f95b06;border-left:0.25rem solid #f95b06;border-right:0.25rem solid #f95b06;border-bottom:0.25rem solid #f95b06;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5.9375rem;width:5.9375rem;top:5.3125rem;left:36.8125rem;overflow:hidden;display:block; }
#qdzOHTLwUh5lEOsrMkGXUioXHARMXTOu { color:#f95b06;display:block;width:23.749375rem;position:absolute;font-family:sharp;font-size:1rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:16.093441009521rem;left:39.248760223389rem;height:1.2984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PvHAP441WkyuyQhdVyv6TKFHe25hsOlQ { position:absolute;display:block;z-index:15032;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:12.0625rem;left:37.125rem;display:none; }
#bnXsR0HBEU9N9CD6PalxI2XhcspJO9Rh { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:13.125rem;left:37.5625rem;overflow:hidden;display:none; }
#LU8V94WuoRaaBXPQD2sxMruXr3DctCxx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f95b06;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LU8V94WuoRaaBXPQD2sxMruXr3DctCxx > .row .container { background-color: transparent; background-image: none; }#LU8V94WuoRaaBXPQD2sxMruXr3DctCxx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LU8V94WuoRaaBXPQD2sxMruXr3DctCxx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LU8V94WuoRaaBXPQD2sxMruXr3DctCxx > .row .container > .video-iframe-container { display: none; }#LU8V94WuoRaaBXPQD2sxMruXr3DctCxx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LU8V94WuoRaaBXPQD2sxMruXr3DctCxx > .row > .video-iframe-container { display: none; }#LU8V94WuoRaaBXPQD2sxMruXr3DctCxx > .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); }#LU8V94WuoRaaBXPQD2sxMruXr3DctCxx > .row .container { border-width: 0; border-radius: 0; }#LU8V94WuoRaaBXPQD2sxMruXr3DctCxx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LU8V94WuoRaaBXPQD2sxMruXr3DctCxx > .row .container { font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;position:relative;display:block; }#fOpZXcBIT9dFIIPrRfhCUU4OFuNnNaFx { position:relative;display:block; }#fOpZXcBIT9dFIIPrRfhCUU4OFuNnNaFx { background-color: transparent; background-image: none; }#fOpZXcBIT9dFIIPrRfhCUU4OFuNnNaFx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fOpZXcBIT9dFIIPrRfhCUU4OFuNnNaFx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fOpZXcBIT9dFIIPrRfhCUU4OFuNnNaFx > .row .container > .video-iframe-container { display: none; }#fOpZXcBIT9dFIIPrRfhCUU4OFuNnNaFx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fOpZXcBIT9dFIIPrRfhCUU4OFuNnNaFx > .row > .video-iframe-container { display: none; }#fOpZXcBIT9dFIIPrRfhCUU4OFuNnNaFx > .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); }#fOpZXcBIT9dFIIPrRfhCUU4OFuNnNaFx { border-width: 0; border-radius: 0; }#fOpZXcBIT9dFIIPrRfhCUU4OFuNnNaFx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fOpZXcBIT9dFIIPrRfhCUU4OFuNnNaFx > .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.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UDU2xL65cL10eOI4oGQU3IS51BPTqiNl { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.6875rem;width:29.625rem;top:4rem;left:0rem;display:block; }
#pNye96Na1rpsrcMIuuzls7sQ0tyTV8QE { position:absolute;display:block;z-index:15025;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:14.3125rem;left:36.8125rem;display:block; }
#uBOrFHLToFcr51JwJmrG9mlb7m2q5fVV { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:15.6875rem;left:37rem;overflow:hidden;display:block; }
#SeZZwcPhrr2uTFEwhGSTAcFBugsrlc18 { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:sharp;font-size:1.4375rem;font-weight:700;z-index:15021;line-height:.9;letter-spacing:0;top:8.0625rem;left:44.375rem;height:1.29375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QWWWESSTvl3GxITHCtUDBQE6frHs71lM { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:6.875rem;width:5.875rem;top:5.3125rem;left:36.8125rem;overflow:hidden;display:block; }
#NODgzvHvbRQL4bcyg81m8ITc54gxzp7A { color:#f95b06;display:block;width:21.875rem;position:absolute;font-family:sharp;font-size:1rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:15.4375rem;left:39.2490234375rem;height:2.596875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KP0it3JOENR6StDIKE6M6F9TIBISxtew { 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:15088;top:16.6875rem;left:64.25rem;display:block; }
#qhamT4cvT9V0sZNx0BGhXXxDDTaHvlNX { position:absolute;display:block;z-index:15032;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:12.0625rem;left:37.125rem;display:none; }
#TnzLkKbvTJBc0Ek093ydG86OTbIZuCCE { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:13.125rem;left:37.5625rem;overflow:hidden;display:none; }
#k523FE53VncPtEsBUnOurnuxVbW4IXrA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#tng4uTNdt2fmOs2pu6aBXk4LFcCoanKN { position:relative;display:block; }#tng4uTNdt2fmOs2pu6aBXk4LFcCoanKN { background-color: transparent; background-image: none; }#tng4uTNdt2fmOs2pu6aBXk4LFcCoanKN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tng4uTNdt2fmOs2pu6aBXk4LFcCoanKN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tng4uTNdt2fmOs2pu6aBXk4LFcCoanKN > .row .container > .video-iframe-container { display: none; }#tng4uTNdt2fmOs2pu6aBXk4LFcCoanKN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tng4uTNdt2fmOs2pu6aBXk4LFcCoanKN > .row > .video-iframe-container { display: none; }#tng4uTNdt2fmOs2pu6aBXk4LFcCoanKN > .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); }#tng4uTNdt2fmOs2pu6aBXk4LFcCoanKN { border-width: 0; border-radius: 0; }#tng4uTNdt2fmOs2pu6aBXk4LFcCoanKN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tng4uTNdt2fmOs2pu6aBXk4LFcCoanKN > .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.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TiiLr7LHKGobTi4Ug7uX8xMFrhbMRX4K { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.6875rem;width:29.625rem;top:4rem;left:0rem;display:block; }
#tytOTvQo5HFnoqIykFCFBB8NR0E37sM4 { position:absolute;display:block;z-index:15025;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:14.3125rem;left:36.8125rem;display:block; }
#TmGSHxKOK98FK1U1mEV9i0WzgPsWg3ar { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:15.6875rem;left:37rem;overflow:hidden;display:block; }
#m4ArVe1EWJI020aH7uZTe6aeuiFbxSCG { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:sharp;font-size:1.4375rem;font-weight:700;z-index:15021;line-height:.9;letter-spacing:0;top:8.0625rem;left:44.375rem;height:2.5875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MShfyNtsvULglTlsR64x2sh1R2O2Js93 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:6.875rem;width:5.875rem;top:5.3125rem;left:36.8125rem;overflow:hidden;display:block; }
#dTaQA8ELgRhLlzLrAT2l8e52lfgmawmJ { color:#f95b06;display:block;width:23.4375rem;position:absolute;font-family:sharp;font-size:1rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:15.4375rem;left:39.2490234375rem;height:2.596875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#l1DuPNDFDa2Ohh24ZwXLS9ZflpNRDq4L { 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:15088;top:16.6875rem;left:64.25rem;display:block; }
#u4ClPV5BpKJzKMBcbWd59Z0JcnFo7d9s { position:absolute;display:block;z-index:15032;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:12.0625rem;left:37.125rem;display:none; }
#xR26EcootfzcFXoqQUOfyyQouNArhrJw { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:13.125rem;left:37.5625rem;overflow:hidden;display:none; }
#WtLEH7xFVouLTX6gWNWWQk2P0pBnwiC4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#Vb89QOSBfB7So6Q8bHT6neoCmOq2RwlT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f95b06;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Vb89QOSBfB7So6Q8bHT6neoCmOq2RwlT > .row .container { background-color: transparent; background-image: none; }#Vb89QOSBfB7So6Q8bHT6neoCmOq2RwlT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vb89QOSBfB7So6Q8bHT6neoCmOq2RwlT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vb89QOSBfB7So6Q8bHT6neoCmOq2RwlT > .row .container > .video-iframe-container { display: none; }#Vb89QOSBfB7So6Q8bHT6neoCmOq2RwlT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vb89QOSBfB7So6Q8bHT6neoCmOq2RwlT > .row > .video-iframe-container { display: none; }#Vb89QOSBfB7So6Q8bHT6neoCmOq2RwlT > .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); }#Vb89QOSBfB7So6Q8bHT6neoCmOq2RwlT > .row .container { border-width: 0; border-radius: 0; }#Vb89QOSBfB7So6Q8bHT6neoCmOq2RwlT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vb89QOSBfB7So6Q8bHT6neoCmOq2RwlT > .row .container { font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;position:relative;display:block; }#qXSTkS1xNzWm0VagtovWGDQr24caXApu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(250,225,219,0.4);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qXSTkS1xNzWm0VagtovWGDQr24caXApu > .row .container { background-color: transparent; background-image: none; }#qXSTkS1xNzWm0VagtovWGDQr24caXApu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qXSTkS1xNzWm0VagtovWGDQr24caXApu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qXSTkS1xNzWm0VagtovWGDQr24caXApu > .row .container > .video-iframe-container { display: none; }#qXSTkS1xNzWm0VagtovWGDQr24caXApu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qXSTkS1xNzWm0VagtovWGDQr24caXApu > .row > .video-iframe-container { display: none; }#qXSTkS1xNzWm0VagtovWGDQr24caXApu > .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); }#qXSTkS1xNzWm0VagtovWGDQr24caXApu > .row .container { border-width: 0; border-radius: 0; }#qXSTkS1xNzWm0VagtovWGDQr24caXApu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qXSTkS1xNzWm0VagtovWGDQr24caXApu > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:75rem;position:relative;display:block; }#NMOJH2lblMvtIFSH3T5JSt5SW65lO7cT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.6875rem;width:29.625rem;top:4rem;left:0rem;display:block; }
#ZwBDo9sLM7JIHuZoea7rKlUExdOKJyRH { position:absolute;display:block;z-index:15025;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:14.3125rem;left:36.8125rem;display:block; }
#pFQ3IbJyqZGQToRqIoVtvenoeNrE8elO { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:15.6875rem;left:37rem;overflow:hidden;display:block; }
#MEI4PD2skFZwtcLGqCZbGe9EFiC1QhAt { color:#000000;display:block;width:15rem;position:absolute;font-family:sharp;font-size:1.4375rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:6.9486436843875rem;left:44.375rem;height:3.45rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ybwQUE5ToETCVPdCot6OqmcGrdwsh1h4 { position:absolute;display:block;z-index:15011;border-top:0.25rem solid #f95b06;border-left:0.25rem solid #f95b06;border-right:0.25rem solid #f95b06;border-bottom:0.25rem solid #f95b06;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5.9375rem;width:5.9375rem;top:5.3125rem;left:36.8125rem;overflow:hidden;display:block; }
#JJIhuZ9sq3Cm0qsvFcmroCRdb7arVl8x { color:#f95b06;display:block;width:17.9375rem;position:absolute;font-family:sharp;font-size:1rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:16.093437194824rem;left:39.248760223389rem;height:1.2984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bC1bVrm50kANvfxlo74ALG8fcsc6u2Ak { position:absolute;display:block;z-index:15032;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:12.0625rem;left:37.125rem;display:none; }
#FPZIa8MSHeFDPrMbUN0octg9PppuR9kg { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:13.125rem;left:37.5625rem;overflow:hidden;display:none; }
#gcuLirtttITTymXaGhLT45U0TBAOq7ZJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f95b06;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gcuLirtttITTymXaGhLT45U0TBAOq7ZJ > .row .container { background-color: transparent; background-image: none; }#gcuLirtttITTymXaGhLT45U0TBAOq7ZJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcuLirtttITTymXaGhLT45U0TBAOq7ZJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcuLirtttITTymXaGhLT45U0TBAOq7ZJ > .row .container > .video-iframe-container { display: none; }#gcuLirtttITTymXaGhLT45U0TBAOq7ZJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcuLirtttITTymXaGhLT45U0TBAOq7ZJ > .row > .video-iframe-container { display: none; }#gcuLirtttITTymXaGhLT45U0TBAOq7ZJ > .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); }#gcuLirtttITTymXaGhLT45U0TBAOq7ZJ > .row .container { border-width: 0; border-radius: 0; }#gcuLirtttITTymXaGhLT45U0TBAOq7ZJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gcuLirtttITTymXaGhLT45U0TBAOq7ZJ > .row .container { font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;position:relative;display:block; }#WJ8csgoE1vTnaw9PQN96aKxW35TgZl9s { position:relative;display:block; }#WJ8csgoE1vTnaw9PQN96aKxW35TgZl9s { background-color: transparent; background-image: none; }#WJ8csgoE1vTnaw9PQN96aKxW35TgZl9s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WJ8csgoE1vTnaw9PQN96aKxW35TgZl9s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WJ8csgoE1vTnaw9PQN96aKxW35TgZl9s > .row .container > .video-iframe-container { display: none; }#WJ8csgoE1vTnaw9PQN96aKxW35TgZl9s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WJ8csgoE1vTnaw9PQN96aKxW35TgZl9s > .row > .video-iframe-container { display: none; }#WJ8csgoE1vTnaw9PQN96aKxW35TgZl9s > .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); }#WJ8csgoE1vTnaw9PQN96aKxW35TgZl9s { border-width: 0; border-radius: 0; }#WJ8csgoE1vTnaw9PQN96aKxW35TgZl9s > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WJ8csgoE1vTnaw9PQN96aKxW35TgZl9s > .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.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Z99bOW12HPJgtI8FerOQIvH5yeFy0rSE { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.6875rem;width:29.625rem;top:4rem;left:0rem;display:block; }
#iUdq73n5TRkhs1DSAfNzVI45cgydLqFJ { position:absolute;display:block;z-index:15025;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:14.3125rem;left:36.8125rem;display:block; }
#rCaAhtSQCSIq8rWNxqoTp26L0lbm6P9d { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:15.6875rem;left:37rem;overflow:hidden;display:block; }
#i080LdngtR8oF6BFX25sgO2r4MTpmhWU { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:sharp;font-size:1.4375rem;font-weight:700;z-index:15021;line-height:.9;letter-spacing:0;top:9.3125rem;left:44.375rem;height:2.5875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mACC4btO9iMVz4AIgVoVq4SxRN4lRRe9 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:6.875rem;width:5.625rem;top:5.3125rem;left:36.8125rem;overflow:hidden;display:block; }
#XmPLXesv1vsQmknrBRIopqsRXZOi7y3p { color:#f95b06;display:block;width:22.1875rem;position:absolute;font-family:sharp;font-size:1rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:15.4375rem;left:39.2490234375rem;height:3.8953125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VwGypwTgCOSixgUnFSvkZbMT000FrB0U { 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:15088;top:16.6875rem;left:64.25rem;display:block; }
#ELScthdpZ7kUq1U84bC8myXAtWC5h1MF { position:absolute;display:block;z-index:15032;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:12.0625rem;left:37.125rem;display:none; }
#rxNUu0fGbPzL4xTmidU33Q4Ep0xou0zK { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:13.125rem;left:37.5625rem;overflow:hidden;display:none; }
#ZSPwUSy3xQ12y69PTIRk0NEUufWsm6Dy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#Qgh8Dem6uvPS2Zs3foEMZxACHoTQoZic { position:absolute;display:block;z-index:15091;border-top:0.0625rem solid #4c4d4f;border-left:0.0625rem solid #4c4d4f;border-right:0.0625rem solid #4c4d4f;border-bottom:0.0625rem solid #4c4d4f;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:1.875rem;width:1.875rem;top:6.8125rem;left:44.375rem;overflow:hidden;display:block; }
#ZaRX9iiOyBS1sV33BFPhlwIeXZhyRVT3 { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:sharp;font-size:1.25rem;font-weight:400;z-index:15022;line-height:.9;letter-spacing:0;top:7.1875rem;left:46.9375rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L1RCls6nzZVCw6Bse5JAFE6fGUH6NXy7 { position:relative;display:block; }#L1RCls6nzZVCw6Bse5JAFE6fGUH6NXy7 { background-color: transparent; background-image: none; }#L1RCls6nzZVCw6Bse5JAFE6fGUH6NXy7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L1RCls6nzZVCw6Bse5JAFE6fGUH6NXy7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L1RCls6nzZVCw6Bse5JAFE6fGUH6NXy7 > .row .container > .video-iframe-container { display: none; }#L1RCls6nzZVCw6Bse5JAFE6fGUH6NXy7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L1RCls6nzZVCw6Bse5JAFE6fGUH6NXy7 > .row > .video-iframe-container { display: none; }#L1RCls6nzZVCw6Bse5JAFE6fGUH6NXy7 > .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); }#L1RCls6nzZVCw6Bse5JAFE6fGUH6NXy7 { border-width: 0; border-radius: 0; }#L1RCls6nzZVCw6Bse5JAFE6fGUH6NXy7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#L1RCls6nzZVCw6Bse5JAFE6fGUH6NXy7 > .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.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LKQEBDKqu70hx6R3HXx8xLbkO4PEade8 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.6875rem;width:29.625rem;top:4rem;left:0rem;display:block; }
#ONQ66rs23FOfXmQqtRJIIuNaelrepMd1 { position:absolute;display:block;z-index:15025;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:14.3125rem;left:36.8125rem;display:block; }
#g0LiuR7Eow0vNAmKKLKWl44c6aw2evgv { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:15.6875rem;left:37rem;overflow:hidden;display:block; }
#JCwfn41N2nUR0Ss3AVLO0m72uC3Umh6v { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:sharp;font-size:1.4375rem;font-weight:700;z-index:15021;line-height:.9;letter-spacing:0;top:9.3125rem;left:44.375rem;height:2.5875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WoMVBtfqXrZHWK6AGcUC9xVXqnEz0HHM { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:6.875rem;width:5.625rem;top:5.3125rem;left:36.8125rem;overflow:hidden;display:block; }
#ranRzaTpyOe0Qr26ge4dnwW03GvvmpmT { color:#f95b06;display:block;width:22.1875rem;position:absolute;font-family:sharp;font-size:1rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:15.4375rem;left:39.2490234375rem;height:3.8953125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#U0DtMHqTfapbxSB6qXy0kxTSCqsg9P38 { 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:15088;top:16.6875rem;left:64.25rem;display:block; }
#LThO04PrMq7LMaW9qKBTVaeOPZv8pczL { position:absolute;display:block;z-index:15032;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:12.0625rem;left:37.125rem;display:none; }
#WpcK9PvkQCT560kVvI6XJAfZ1bs9S4Bs { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:13.125rem;left:37.5625rem;overflow:hidden;display:none; }
#UoiAu2DxUqQSpQzcAwImLB6oV0Cpvsf7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#TP75fA04WaHAPTqfAsHXdATMkJIfHtOG { position:absolute;display:block;z-index:15091;border-top:0.0625rem solid #4c4d4f;border-left:0.0625rem solid #4c4d4f;border-right:0.0625rem solid #4c4d4f;border-bottom:0.0625rem solid #4c4d4f;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:1.875rem;width:1.875rem;top:6.8125rem;left:44.375rem;overflow:hidden;display:block; }
#C4zQae0C96IVlVp6O2KCq1uGzW7lv0hq { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:sharp;font-size:1.25rem;font-weight:400;z-index:15022;line-height:.9;letter-spacing:0;top:7.1875rem;left:46.9375rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uxhPFOFb7IuscXJvHb3sNdZsAy9n1JeG { position:relative;display:block; }#uxhPFOFb7IuscXJvHb3sNdZsAy9n1JeG { background-color: transparent; background-image: none; }#uxhPFOFb7IuscXJvHb3sNdZsAy9n1JeG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxhPFOFb7IuscXJvHb3sNdZsAy9n1JeG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxhPFOFb7IuscXJvHb3sNdZsAy9n1JeG > .row .container > .video-iframe-container { display: none; }#uxhPFOFb7IuscXJvHb3sNdZsAy9n1JeG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxhPFOFb7IuscXJvHb3sNdZsAy9n1JeG > .row > .video-iframe-container { display: none; }#uxhPFOFb7IuscXJvHb3sNdZsAy9n1JeG > .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); }#uxhPFOFb7IuscXJvHb3sNdZsAy9n1JeG { border-width: 0; border-radius: 0; }#uxhPFOFb7IuscXJvHb3sNdZsAy9n1JeG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uxhPFOFb7IuscXJvHb3sNdZsAy9n1JeG > .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.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mFbVJcI69gqg4E6O6vroKvV0GtMLzLvZ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.6875rem;width:29.625rem;top:4rem;left:0rem;display:block; }
#OMk895UE06TyPc0sp59flmpcGRZBsCWH { position:absolute;display:block;z-index:15025;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:14.3125rem;left:36.8125rem;display:block; }
#r3SXvw5Ozbp0mTTGmzph93xZEfckqsyB { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:15.6875rem;left:37rem;overflow:hidden;display:block; }
#T5o1MxzGummX6waOlJSaQPlA6azIv3X2 { color:#000000;display:block;width:25.625rem;position:absolute;font-family:sharp;font-size:1.4375rem;font-weight:700;z-index:15021;line-height:.9;letter-spacing:0;top:8.0625rem;left:44.375rem;height:2.5875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d4XWOUOZCidTWO7bUJirKT4LUpuTrc1Z { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:6.875rem;width:5.875rem;top:5.3125rem;left:36.8125rem;overflow:hidden;display:block; }
#KcqopFGDoChTFbpcwnqKv0hADKgo58Uz { color:#f95b06;display:block;width:24.6875rem;position:absolute;font-family:sharp;font-size:1rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:15.4375rem;left:39.2490234375rem;height:3.8953125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#A4i893HI1dOsJDNU55hi9GdB7HeHuhQr { 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:15088;top:16.6875rem;left:64.25rem;display:block; }
#mZ1FIvwTqwL25mDRrNNyMuTTXt3cPTpC { position:absolute;display:block;z-index:15032;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:12.0625rem;left:37.125rem;display:none; }
#JVFoce7TCzxlJToFCywQbHq5Za7dQn4z { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:13.125rem;left:37.5625rem;overflow:hidden;display:none; }
#oRc8mMMGqWVX1MWEkvTq125Q86ff56Aa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#eMFJcnTnTcEZQGqDBTXA82syFJyDnhd1 { position:relative;display:block; }#eMFJcnTnTcEZQGqDBTXA82syFJyDnhd1 { background-color: transparent; background-image: none; }#eMFJcnTnTcEZQGqDBTXA82syFJyDnhd1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMFJcnTnTcEZQGqDBTXA82syFJyDnhd1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMFJcnTnTcEZQGqDBTXA82syFJyDnhd1 > .row .container > .video-iframe-container { display: none; }#eMFJcnTnTcEZQGqDBTXA82syFJyDnhd1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMFJcnTnTcEZQGqDBTXA82syFJyDnhd1 > .row > .video-iframe-container { display: none; }#eMFJcnTnTcEZQGqDBTXA82syFJyDnhd1 > .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); }#eMFJcnTnTcEZQGqDBTXA82syFJyDnhd1 { border-width: 0; border-radius: 0; }#eMFJcnTnTcEZQGqDBTXA82syFJyDnhd1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#eMFJcnTnTcEZQGqDBTXA82syFJyDnhd1 > .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:22.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rsqLThpEV6ZtxGXD02iHsD9pTpV44QpM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:14.8125rem;width:29.625rem;top:4rem;left:0rem;display:block; }
#T4tnVOcuelGRrqR60ueJZsON7CRisq86 { position:absolute;display:block;z-index:15025;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:13.625rem;left:36.8125rem;display:block; }
#NCySDsnvmtEK2ZHLSI3EAIofFV3y2ris { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:15rem;left:37rem;overflow:hidden;display:block; }
#IA85MANeZzeMJE51bGr5wLsT8r19HGd6 { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:sharp;font-size:1.4375rem;font-weight:700;z-index:15021;line-height:.9;letter-spacing:0;top:6.8125rem;left:49.6875rem;height:3.88125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G4WloCV0tKu9C9XPTeHM8Xa8Uq8TkRlh { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:6.875rem;width:5.6875rem;top:4.625rem;left:36.8125rem;overflow:hidden;display:block; }
#V2WUMLT7WXaaSNuk9Z1FuTGfLPDTHcWK { color:#f95b06;display:block;width:25.3125rem;position:absolute;font-family:sharp;font-size:1rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:14.75rem;left:39.25rem;height:2.596875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fPLvhJDkafrApGUXutEis7HmVKrHRrF9 { position:absolute;display:block;z-index:15032;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:12.0625rem;left:37.125rem;display:none; }
#z0WQyWPKy49VyoyZbuW4Q7PBqUbtWBNe { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:13.125rem;left:37.5625rem;overflow:hidden;display:none; }
#qMHUxc3do83zUfAZhJinpAQAMoO54x8B { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:6.875rem;width:5.6875rem;top:4.5625rem;left:42.1875rem;overflow:hidden;display:block; }
#ZS1vCCdEiDAgRbpbr9mVrer2DgVQN5tJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#241c58;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZS1vCCdEiDAgRbpbr9mVrer2DgVQN5tJ > .row .container { background-color: transparent; background-image: none; }#ZS1vCCdEiDAgRbpbr9mVrer2DgVQN5tJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZS1vCCdEiDAgRbpbr9mVrer2DgVQN5tJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZS1vCCdEiDAgRbpbr9mVrer2DgVQN5tJ > .row .container > .video-iframe-container { display: none; }#ZS1vCCdEiDAgRbpbr9mVrer2DgVQN5tJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZS1vCCdEiDAgRbpbr9mVrer2DgVQN5tJ > .row > .video-iframe-container { display: none; }#ZS1vCCdEiDAgRbpbr9mVrer2DgVQN5tJ > .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); }#ZS1vCCdEiDAgRbpbr9mVrer2DgVQN5tJ > .row .container { border-width: 0; border-radius: 0; }#ZS1vCCdEiDAgRbpbr9mVrer2DgVQN5tJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZS1vCCdEiDAgRbpbr9mVrer2DgVQN5tJ > .row .container { font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;position:relative;display:block; }#kKAUJVKLTx4MeTRPGtTKoZaKwDEmCDI4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(200,217,255,0.4);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kKAUJVKLTx4MeTRPGtTKoZaKwDEmCDI4 > .row .container { background-color: transparent; background-image: none; }#kKAUJVKLTx4MeTRPGtTKoZaKwDEmCDI4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKAUJVKLTx4MeTRPGtTKoZaKwDEmCDI4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKAUJVKLTx4MeTRPGtTKoZaKwDEmCDI4 > .row .container > .video-iframe-container { display: none; }#kKAUJVKLTx4MeTRPGtTKoZaKwDEmCDI4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKAUJVKLTx4MeTRPGtTKoZaKwDEmCDI4 > .row > .video-iframe-container { display: none; }#kKAUJVKLTx4MeTRPGtTKoZaKwDEmCDI4 > .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); }#kKAUJVKLTx4MeTRPGtTKoZaKwDEmCDI4 > .row .container { border-width: 0; border-radius: 0; }#kKAUJVKLTx4MeTRPGtTKoZaKwDEmCDI4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kKAUJVKLTx4MeTRPGtTKoZaKwDEmCDI4 > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:75rem;position:relative;display:block; }#H8WW0KqiXbcsP1XhpcBqmJ7JGavkfSAh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.6875rem;width:29.625rem;top:4rem;left:0rem;display:block; }
#bwLmOGT4EQGIALcv89L7SV4AZ234cIzK { position:absolute;display:block;z-index:15025;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 #241c58;border-left:0.125rem solid #241c58;border-right:0.125rem solid #241c58;border-bottom:0.125rem solid #241c58;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:4.625rem;width:30.0625rem;top:14.3125rem;left:36.8125rem;display:block; }
#xwIpEfoglOIEgIitFTduU8AgkCwOTwXF { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:sharp;font-size:1.4375rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:7.474609375rem;left:44.375rem;height:3.45rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U83bP9qRBCRNrNg2sRPUOBupuV4tgvkS { position:absolute;display:block;z-index:15011;border-top:0.1875rem solid #241c58;border-left:0.1875rem solid #241c58;border-right:0.1875rem solid #241c58;border-bottom:0.1875rem solid #241c58;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5.625rem;width:5.625rem;top:5.3125rem;left:36.8125rem;overflow:hidden;display:block; }
#VTdkJW7lhSSEthZRBE7RD4zpWiPJZrGV { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:sharp;font-size:1rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:16.092510223389rem;left:39.242881774903rem;height:1.2984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#byQTOFTfq8u2M2QvQRyWSumuxIleJpEP { position:absolute;display:block;z-index:15032;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:12.0625rem;left:37.125rem;display:none; }
#i9UrArovyx2QNKxoo5Tv9zxNTeS4BqJn { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:15.804763793945rem;left:37.12345123291rem; }
#GWsCxbAT5HZCGzNSkGLiQfmaRdlgiMuD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#241c58;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GWsCxbAT5HZCGzNSkGLiQfmaRdlgiMuD > .row .container { background-color: transparent; background-image: none; }#GWsCxbAT5HZCGzNSkGLiQfmaRdlgiMuD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GWsCxbAT5HZCGzNSkGLiQfmaRdlgiMuD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GWsCxbAT5HZCGzNSkGLiQfmaRdlgiMuD > .row .container > .video-iframe-container { display: none; }#GWsCxbAT5HZCGzNSkGLiQfmaRdlgiMuD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GWsCxbAT5HZCGzNSkGLiQfmaRdlgiMuD > .row > .video-iframe-container { display: none; }#GWsCxbAT5HZCGzNSkGLiQfmaRdlgiMuD > .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); }#GWsCxbAT5HZCGzNSkGLiQfmaRdlgiMuD > .row .container { border-width: 0; border-radius: 0; }#GWsCxbAT5HZCGzNSkGLiQfmaRdlgiMuD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GWsCxbAT5HZCGzNSkGLiQfmaRdlgiMuD > .row .container { font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;position:relative;display:block; }#mAMCP1GasrsoTLGoVD8AxQPCoV4UAAxG { position:relative;display:block; }#mAMCP1GasrsoTLGoVD8AxQPCoV4UAAxG { background-color: transparent; background-image: none; }#mAMCP1GasrsoTLGoVD8AxQPCoV4UAAxG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAMCP1GasrsoTLGoVD8AxQPCoV4UAAxG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAMCP1GasrsoTLGoVD8AxQPCoV4UAAxG > .row .container > .video-iframe-container { display: none; }#mAMCP1GasrsoTLGoVD8AxQPCoV4UAAxG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAMCP1GasrsoTLGoVD8AxQPCoV4UAAxG > .row > .video-iframe-container { display: none; }#mAMCP1GasrsoTLGoVD8AxQPCoV4UAAxG > .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); }#mAMCP1GasrsoTLGoVD8AxQPCoV4UAAxG { border-width: 0; border-radius: 0; }#mAMCP1GasrsoTLGoVD8AxQPCoV4UAAxG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mAMCP1GasrsoTLGoVD8AxQPCoV4UAAxG > .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.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nxip0IqMFJE5kHBQCXp5esnpanGxquvN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.6875rem;width:29.625rem;top:4rem;left:0rem;display:block; }
#Oo6z5wCCTbBrBAXs3C8rC2N7rdMwTNEr { position:absolute;display:block;z-index:15025;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:14.3125rem;left:36.8125rem;display:block; }
#LmZ1rqVNdhBvrKC68HTWyqtBT52gAR46 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:15.6875rem;left:37rem;overflow:hidden;display:block; }
#qqcTvT24L8eCmLRxB5kl5dLwtmW71h1N { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:sharp;font-size:1.4375rem;font-weight:700;z-index:15021;line-height:.9;letter-spacing:0;top:8.0625rem;left:44.375rem;height:1.29375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gfREmog4XgG6Tdcm3pgt93cnMaVdIzP1 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:6.875rem;width:5.875rem;top:5.3125rem;left:36.8125rem;overflow:hidden;display:block; }
#TTTJdOm6CByn3Vo8bG2IXAu9pXPtp5iG { color:#f95b06;display:block;width:23.75rem;position:absolute;font-family:sharp;font-size:1rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:15.4375rem;left:39.2490234375rem;height:2.596875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PVLtTrMbM3KFx2TQcw5MCaBt8bdlbQMs { 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:15088;top:16.6875rem;left:64.25rem;display:block; }
#eoFzleai3xoX9lBHlxsnP5dkT7GM4sTn { position:absolute;display:block;z-index:15032;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:12.0625rem;left:37.125rem;display:none; }
#cayQk9Ekh8c7ixDfGNHr4kFP7rc7AulT { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:13.125rem;left:37.5625rem;overflow:hidden;display:none; }
#CN2g1SzRgPPpFoUD8F9hWt7ThWMiVStd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#aMsf1pnqgohR92RlorSMSsF2NLMwXNm4 { position:relative;display:block; }#aMsf1pnqgohR92RlorSMSsF2NLMwXNm4 { background-color: transparent; background-image: none; }#aMsf1pnqgohR92RlorSMSsF2NLMwXNm4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aMsf1pnqgohR92RlorSMSsF2NLMwXNm4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aMsf1pnqgohR92RlorSMSsF2NLMwXNm4 > .row .container > .video-iframe-container { display: none; }#aMsf1pnqgohR92RlorSMSsF2NLMwXNm4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aMsf1pnqgohR92RlorSMSsF2NLMwXNm4 > .row > .video-iframe-container { display: none; }#aMsf1pnqgohR92RlorSMSsF2NLMwXNm4 > .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); }#aMsf1pnqgohR92RlorSMSsF2NLMwXNm4 { border-width: 0; border-radius: 0; }#aMsf1pnqgohR92RlorSMSsF2NLMwXNm4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#aMsf1pnqgohR92RlorSMSsF2NLMwXNm4 > .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.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zaXJExMLd5QQg9NvkWB3CrV5GZwDBhNv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.6875rem;width:29.625rem;top:4rem;left:0rem;display:block; }
#LRlQAatHEwDu1C98VVcrSCxg1e5WBxSW { position:absolute;display:block;z-index:15025;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:14.3125rem;left:36.8125rem;display:block; }
#CpAKKLRKIstplKhWxglEppicGMeXRMrS { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:sharp;font-size:1.4375rem;font-weight:700;z-index:15021;line-height:.9;letter-spacing:0;top:8.0625rem;left:44.375rem;height:1.29375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TQhhue7n3vDHfTtTs4EiF3MZMV6zEbNH { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5.8125rem;width:5.8125rem;top:5.8019523620606rem;left:36.810939788818rem;overflow:hidden;display:block; }
#i61qckx1IKRHbp903H6Gs6tlCoFbyDdT { color:#f95b06;display:block;width:24.6875rem;position:absolute;font-family:sharp;font-size:1rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:15.437110900879rem;left:39.248439788818rem;height:2.596875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tfqZgd0WHWcsI3DrStpmVww8Q31tCda5 { position:absolute;display:block;z-index:15032;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:12.0625rem;left:37.125rem;display:none; }
#JZWzTgTpx279NnBfzli3teE99Au8sZUe { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:13.125rem;left:37.5625rem;overflow:hidden;display:none; }
#DSpLRuxwBGCcLyoTFfbEZkbwleZoOnpJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#h6oAzWykqsgmHtgzpVxN6qibgtlI4T4A { position:relative;display:block; }#h6oAzWykqsgmHtgzpVxN6qibgtlI4T4A { background-color: transparent; background-image: none; }#h6oAzWykqsgmHtgzpVxN6qibgtlI4T4A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h6oAzWykqsgmHtgzpVxN6qibgtlI4T4A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h6oAzWykqsgmHtgzpVxN6qibgtlI4T4A > .row .container > .video-iframe-container { display: none; }#h6oAzWykqsgmHtgzpVxN6qibgtlI4T4A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h6oAzWykqsgmHtgzpVxN6qibgtlI4T4A > .row > .video-iframe-container { display: none; }#h6oAzWykqsgmHtgzpVxN6qibgtlI4T4A > .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); }#h6oAzWykqsgmHtgzpVxN6qibgtlI4T4A { border-width: 0; border-radius: 0; }#h6oAzWykqsgmHtgzpVxN6qibgtlI4T4A > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#h6oAzWykqsgmHtgzpVxN6qibgtlI4T4A > .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.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bpmrOD3HQ3DlHOw5HCquEJ8xEKvT2nzJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.6875rem;width:29.625rem;top:4rem;left:0rem;display:block; }
#uJ8TB7QxprQ7F18zNbTtV7rnfKl9TN9O { position:absolute;display:block;z-index:15025;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:14.3125rem;left:36.8125rem;display:block; }
#RF5yPRrRqSSMfdy2SCX3zxGxROkB6KeF { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:15.6875rem;left:37rem;overflow:hidden;display:block; }
#VmWRukK5Az2tMtNhqRJntA7edfwrTdFP { color:#000000;display:block;width:25.625rem;position:absolute;font-family:sharp;font-size:1.4375rem;font-weight:700;z-index:15021;line-height:.9;letter-spacing:0;top:8.0625rem;left:44.375rem;height:1.29375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iKkl41qcnduuw8gNh0T9b2X7VF3DswiM { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:6.875rem;width:5.875rem;top:5.3125rem;left:36.8125rem;overflow:hidden;display:block; }
#d3QZCUVq6O7i50sSvGfp8ZrW6dV3vNMv { color:#f95b06;display:block;width:22.1875rem;position:absolute;font-family:sharp;font-size:1rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:15.4375rem;left:39.2490234375rem;height:2.596875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BGqsxQzvylSyRm164XDSxBtms7vzc0tn { 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:15088;top:16.6875rem;left:64.25rem;display:block; }
#RfB0Ea2G45BePAfUzLB0KSnmDu751TfX { position:absolute;display:block;z-index:15032;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:12.0625rem;left:37.125rem;display:none; }
#vaFbdtR4oDMsoQ8mL3OVeHCTPy9pUPgW { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:13.125rem;left:37.5625rem;overflow:hidden;display:none; }
#C73hzRRhSXx3kDlWfxIpRh2NKHwwg2up { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#PeFrE3hIWpuMzIl75HcJ2HxIpyfUVI8o { position:relative;display:block; }#PeFrE3hIWpuMzIl75HcJ2HxIpyfUVI8o { background-color: transparent; background-image: none; }#PeFrE3hIWpuMzIl75HcJ2HxIpyfUVI8o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PeFrE3hIWpuMzIl75HcJ2HxIpyfUVI8o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PeFrE3hIWpuMzIl75HcJ2HxIpyfUVI8o > .row .container > .video-iframe-container { display: none; }#PeFrE3hIWpuMzIl75HcJ2HxIpyfUVI8o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PeFrE3hIWpuMzIl75HcJ2HxIpyfUVI8o > .row > .video-iframe-container { display: none; }#PeFrE3hIWpuMzIl75HcJ2HxIpyfUVI8o > .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); }#PeFrE3hIWpuMzIl75HcJ2HxIpyfUVI8o { border-width: 0; border-radius: 0; }#PeFrE3hIWpuMzIl75HcJ2HxIpyfUVI8o > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PeFrE3hIWpuMzIl75HcJ2HxIpyfUVI8o > .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.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PZG61S60HfGhvQk6VTlvcvdbDA7AT0T6 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.6875rem;width:29.625rem;top:4rem;left:0rem;display:block; }
#ffy1XvPPDxPKpmT5AS3WPsvlUDzn9bHq { position:absolute;display:block;z-index:15025;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:14.3125rem;left:36.8125rem;display:block; }
#QPn0Q4orm148O8T33fhz5hEaU9J2GvGX { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:15.6875rem;left:37rem;overflow:hidden;display:block; }
#EXO3rTTkU3RqfDdgoXbSsdrnDeq63yyM { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:sharp;font-size:1.4375rem;font-weight:700;z-index:15021;line-height:.9;letter-spacing:0;top:8.0625rem;left:44.375rem;height:1.29375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LNI2mZdmbUJAcCnH5SRwnsWmDCuBEPmZ { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:6.875rem;width:5.875rem;top:5.3125rem;left:36.8125rem;overflow:hidden;display:block; }
#pBx7Iz3QVc0qZtlXPJ4XS2Q5PMwP1h1s { color:#f95b06;display:block;width:24.6875rem;position:absolute;font-family:sharp;font-size:1rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:15.4375rem;left:39.2490234375rem;height:2.596875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lTRb7fBh14tyhb4xoZiAAycOABz5RJ1e { 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:15088;top:16.6875rem;left:64.25rem;display:block; }
#FtXsX1pJQCReXL4QWn70fif1P3iwIzxE { position:absolute;display:block;z-index:15032;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:12.0625rem;left:37.125rem;display:none; }
#KmC0FIpQLE1FCzTs07pbFSyy2Rxq7heU { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:13.125rem;left:37.5625rem;overflow:hidden;display:none; }
#A0yKcpXRi099wfBTEW8MUwrtsnkB3Rp7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#EZbiGyhEammvuzTIAwwvuLN5BTHfT46t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(250,225,219,0.4);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EZbiGyhEammvuzTIAwwvuLN5BTHfT46t > .row .container { background-color: transparent; background-image: none; }#EZbiGyhEammvuzTIAwwvuLN5BTHfT46t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EZbiGyhEammvuzTIAwwvuLN5BTHfT46t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EZbiGyhEammvuzTIAwwvuLN5BTHfT46t > .row .container > .video-iframe-container { display: none; }#EZbiGyhEammvuzTIAwwvuLN5BTHfT46t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EZbiGyhEammvuzTIAwwvuLN5BTHfT46t > .row > .video-iframe-container { display: none; }#EZbiGyhEammvuzTIAwwvuLN5BTHfT46t > .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); }#EZbiGyhEammvuzTIAwwvuLN5BTHfT46t > .row .container { border-width: 0; border-radius: 0; }#EZbiGyhEammvuzTIAwwvuLN5BTHfT46t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EZbiGyhEammvuzTIAwwvuLN5BTHfT46t > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:75rem;position:relative;display:block; }#kOabDXHN3NNfwAVePJDE2OPDpqKPk9ny { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.6875rem;width:29.625rem;top:4rem;left:0rem;display:block; }
#OhU7skLT17vA4eRsT43zXp3zDykNOyQN { color:#000000;display:block;width:26.25rem;position:absolute;font-family:sharp;font-size:1.4375rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:10.386739730835rem;left:36.808475494385rem;height:3.45rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sasbkgFCvB8RlfByrrtXbR0XD50CCA29 { position:absolute;display:block;z-index:15032;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:12.0625rem;left:37.125rem;display:none; }
#Vcx00i4kihvz9LOykClaM0yXBJ7RWPUk { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:13.125rem;left:37.5625rem;overflow:hidden;display:none; }
#yyGk0ceoBiEylNOTbzTMUNso59vp1c4W { position:relative;display:block; }#yyGk0ceoBiEylNOTbzTMUNso59vp1c4W { background-color: transparent; background-image: none; }#yyGk0ceoBiEylNOTbzTMUNso59vp1c4W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yyGk0ceoBiEylNOTbzTMUNso59vp1c4W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yyGk0ceoBiEylNOTbzTMUNso59vp1c4W > .row .container > .video-iframe-container { display: none; }#yyGk0ceoBiEylNOTbzTMUNso59vp1c4W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yyGk0ceoBiEylNOTbzTMUNso59vp1c4W > .row > .video-iframe-container { display: none; }#yyGk0ceoBiEylNOTbzTMUNso59vp1c4W > .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); }#yyGk0ceoBiEylNOTbzTMUNso59vp1c4W { border-width: 0; border-radius: 0; }#yyGk0ceoBiEylNOTbzTMUNso59vp1c4W > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yyGk0ceoBiEylNOTbzTMUNso59vp1c4W > .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.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#X1iPQgpAqofp6qhtriaZryLV2dXxb7NU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.6875rem;width:29.625rem;top:4rem;left:0rem;display:block; }
#w1U7OhaQ0nQS6eNVg0VRtQ9RSu6okb7k { position:absolute;display:block;z-index:15025;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:14.3125rem;left:36.8125rem;display:block; }
#OJv9N8zrEgrdFy3RASuTIPxTDotb3TJL { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:15.6875rem;left:37rem;overflow:hidden;display:block; }
#HwgJVJFgtPcB5aQyqDtRJQmUywwkgSOm { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:sharp;font-size:1.4375rem;font-weight:700;z-index:15021;line-height:.9;letter-spacing:0;top:8.0625rem;left:44.375rem;height:1.29375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SSk0tvObSfSaHMDFWBroZMcWdP3XaRUr { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:6.875rem;width:5rem;top:5.3125rem;left:37.8125rem;overflow:hidden;display:block; }
#HWmDcWKA50TRXVvvsU9Imxm1kq45Cbea { color:#f95b06;display:block;width:24.6875rem;position:absolute;font-family:sharp;font-size:1rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:15.4375rem;left:39.2490234375rem;height:3.8953125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DrToBLQpSxXvgV0msMiAqFF64hPyFBbi { 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:15088;top:16.6875rem;left:64.25rem;display:block; }
#u2yW2LFfHZbyrPTqrDf8n01zBvuJTrUI { position:absolute;display:block;z-index:15032;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:12.0625rem;left:37.125rem;display:none; }
#g9BL347cZTnS9BJ8TLaPDuREb7FWaSLO { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:13.125rem;left:37.5625rem;overflow:hidden;display:none; }
#QDZFFGPRhyAAQTJxertdc9mNknUJcHxd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#lUAHNrDTBqhRvMwTLoAO0I1aMySIPz4K { position:relative;display:block; }#lUAHNrDTBqhRvMwTLoAO0I1aMySIPz4K { background-color: transparent; background-image: none; }#lUAHNrDTBqhRvMwTLoAO0I1aMySIPz4K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUAHNrDTBqhRvMwTLoAO0I1aMySIPz4K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUAHNrDTBqhRvMwTLoAO0I1aMySIPz4K > .row .container > .video-iframe-container { display: none; }#lUAHNrDTBqhRvMwTLoAO0I1aMySIPz4K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUAHNrDTBqhRvMwTLoAO0I1aMySIPz4K > .row > .video-iframe-container { display: none; }#lUAHNrDTBqhRvMwTLoAO0I1aMySIPz4K > .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); }#lUAHNrDTBqhRvMwTLoAO0I1aMySIPz4K { border-width: 0; border-radius: 0; }#lUAHNrDTBqhRvMwTLoAO0I1aMySIPz4K > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lUAHNrDTBqhRvMwTLoAO0I1aMySIPz4K > .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:22.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#g28vSVNDFXJ6feQ3ZdeBW7EbQLhwLWcM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:14.8125rem;width:29.625rem;top:4rem;left:0rem;display:block; }
#lhuuhU2sLtm8O9PSkV0yWTT1pIQeM8By { position:absolute;display:block;z-index:15025;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:13.625rem;left:36.8125rem;display:block; }
#QDCdixxsBA2oWeAwIZ4puo3X82HcBEVU { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:15rem;left:37rem;overflow:hidden;display:block; }
#LrtDNio2T1EGTixds72d45fyNOzEq0z7 { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:sharp;font-size:1.4375rem;font-weight:700;z-index:15021;line-height:.9;letter-spacing:0;top:6.8125rem;left:49.6875rem;height:3.88125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DM7MnoC2iW1gwpfJwQvd8W60a7IxkSDf { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:6.875rem;width:5.875rem;top:4.625rem;left:36.8125rem;overflow:hidden;display:block; }
#wW83N3QizGGr6bl8xrIs4uXT7W4b5m3b { color:#f95b06;display:block;width:27.1875rem;position:absolute;font-family:sharp;font-size:1rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:14.75rem;left:39.25rem;height:3.8953125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gdINiTw0LtR0L5WyTcn7FV292mzk4svl { position:absolute;display:block;z-index:15032;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:12.0625rem;left:37.125rem;display:none; }
#XFM3ewBeF7pOiEdWwhSIl6dLzlP0sJaK { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:13.125rem;left:37.5625rem;overflow:hidden;display:none; }
#W5uOrvkgneAHsS0UwcuWZHPQ5DadRCBS { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:6.875rem;width:5.6875rem;top:4.5625rem;left:42.1875rem;overflow:hidden;display:block; }
#hT50Zq6sDl5TBZsyckpgc0w1wXU3sDwR { position:relative;display:block; }#hT50Zq6sDl5TBZsyckpgc0w1wXU3sDwR { background-color: transparent; background-image: none; }#hT50Zq6sDl5TBZsyckpgc0w1wXU3sDwR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hT50Zq6sDl5TBZsyckpgc0w1wXU3sDwR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hT50Zq6sDl5TBZsyckpgc0w1wXU3sDwR > .row .container > .video-iframe-container { display: none; }#hT50Zq6sDl5TBZsyckpgc0w1wXU3sDwR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hT50Zq6sDl5TBZsyckpgc0w1wXU3sDwR > .row > .video-iframe-container { display: none; }#hT50Zq6sDl5TBZsyckpgc0w1wXU3sDwR > .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); }#hT50Zq6sDl5TBZsyckpgc0w1wXU3sDwR { border-width: 0; border-radius: 0; }#hT50Zq6sDl5TBZsyckpgc0w1wXU3sDwR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hT50Zq6sDl5TBZsyckpgc0w1wXU3sDwR > .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.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dDBEf5ESD5JsHIITXV5hB2cMFROLmJte { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.6875rem;width:29.625rem;top:4rem;left:0rem;display:block; }
#eR6rQWwEVmCdeyW7eubhneBmzq0JbyL8 { position:absolute;display:block;z-index:15025;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:14.3125rem;left:36.8125rem;display:block; }
#X7WzwysyIqZSeMg3vEPPIANi5KrdTzAX { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:15.6875rem;left:37rem;overflow:hidden;display:block; }
#S59sHQnnpOT3KbHLprMpVvPODdCAe4TK { color:#000000;display:block;width:25.1875rem;position:absolute;font-family:sharp;font-size:1.4375rem;font-weight:700;z-index:15021;line-height:.9;letter-spacing:0;top:7.5rem;left:49.6865234375rem;height:3.88125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tUInE91kAt8J2sT3Dzwy3asDQxz2BFBI { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:6.875rem;width:5.875rem;top:5.3125rem;left:36.8125rem;overflow:hidden;display:block; }
#KIbCNZz1vNsP6FcA4r7bOPkN18cgqAHQ { color:#f95b06;display:block;width:26.5625rem;position:absolute;font-family:sharp;font-size:1rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:15.4423828125rem;left:39.248046875rem;height:3.8953125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UP3gxwnCFX7ZMAMiUyCXbTDDNfMb3dr2 { 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:15092;top:16.6875rem;left:64.25rem;display:block; }
#RkNozGfMamm13STUUaTiay8LPZQS5WrZ { position:absolute;display:block;z-index:15032;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:12.0625rem;left:37.125rem;display:none; }
#Qg4tm3mLTKTeAPBuz6U1HvBK1Vo6y3Qa { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:13.125rem;left:37.5625rem;overflow:hidden;display:none; }
#Dm1caR0928z5dtOQeHTaTFG8ikac9ww6 { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:6.875rem;width:5.875rem;top:5.3115234375rem;left:42.2177734375rem;overflow:hidden;display:block; }
#Tp1Z4fJ3kzTguyFAQWxl8WCBiGF08Erx { position:relative;display:block; }#Tp1Z4fJ3kzTguyFAQWxl8WCBiGF08Erx { background-color: transparent; background-image: none; }#Tp1Z4fJ3kzTguyFAQWxl8WCBiGF08Erx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tp1Z4fJ3kzTguyFAQWxl8WCBiGF08Erx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tp1Z4fJ3kzTguyFAQWxl8WCBiGF08Erx > .row .container > .video-iframe-container { display: none; }#Tp1Z4fJ3kzTguyFAQWxl8WCBiGF08Erx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tp1Z4fJ3kzTguyFAQWxl8WCBiGF08Erx > .row > .video-iframe-container { display: none; }#Tp1Z4fJ3kzTguyFAQWxl8WCBiGF08Erx > .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); }#Tp1Z4fJ3kzTguyFAQWxl8WCBiGF08Erx { border-width: 0; border-radius: 0; }#Tp1Z4fJ3kzTguyFAQWxl8WCBiGF08Erx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Tp1Z4fJ3kzTguyFAQWxl8WCBiGF08Erx > .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.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Zbb5VqUJNtEVWqr3AVeXaqwP8dcmS6Ui { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.6875rem;width:29.625rem;top:4rem;left:0rem;display:block; }
#JEhssVDmOvZva16HVUKcgxTP6aT5iLTb { position:absolute;display:block;z-index:15025;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:14.3125rem;left:36.8125rem;display:block; }
#hxeUM9aLhANpS5S6vo6WqWNtswDaaZOb { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:sharp;font-size:1.4375rem;font-weight:700;z-index:15021;line-height:.9;letter-spacing:0;top:8.0625rem;left:44.375rem;height:1.29375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KeKB13c39xAy28hp8SRlcOmsIbJmBeiD { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5.8125rem;width:5.8125rem;top:5.8019523620606rem;left:36.810939788818rem;overflow:hidden;display:block; }
#KrcwgXGIwucfnzgCFPs8PUIW1TvXLNpN { color:#f95b06;display:block;width:27.5rem;position:absolute;font-family:sharp;font-size:1rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:15.437107086182rem;left:39.248439788818rem;height:2.596875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vLUDpCCXnliT1qw8VoGOpRcu5ylBZ9hu { position:absolute;display:block;z-index:15032;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:12.0625rem;left:37.125rem;display:none; }
#vk9wdHcgIrSnfJ0uFUNleLQ5CTr5aNn3 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:13.125rem;left:37.5625rem;overflow:hidden;display:none; }
#OTV1AfqOpDUiHRNKDpkMEKtZ9oIznKyM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#wkDVXqZV2XdTeTTitqKmU36UuNObrtWD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(250,225,219,0.4);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wkDVXqZV2XdTeTTitqKmU36UuNObrtWD > .row .container { background-color: transparent; background-image: none; }#wkDVXqZV2XdTeTTitqKmU36UuNObrtWD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkDVXqZV2XdTeTTitqKmU36UuNObrtWD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkDVXqZV2XdTeTTitqKmU36UuNObrtWD > .row .container > .video-iframe-container { display: none; }#wkDVXqZV2XdTeTTitqKmU36UuNObrtWD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkDVXqZV2XdTeTTitqKmU36UuNObrtWD > .row > .video-iframe-container { display: none; }#wkDVXqZV2XdTeTTitqKmU36UuNObrtWD > .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); }#wkDVXqZV2XdTeTTitqKmU36UuNObrtWD > .row .container { border-width: 0; border-radius: 0; }#wkDVXqZV2XdTeTTitqKmU36UuNObrtWD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wkDVXqZV2XdTeTTitqKmU36UuNObrtWD > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:75rem;position:relative;display:block; }#vuhJKlR6Ed26JkMfKKZi5fT7tZexKePo { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.6875rem;width:29.625rem;top:4rem;left:0rem;display:block; }
#rVC52pgfIMBkfDMTDUT4fRU05mra3ixw { color:#000000;display:block;width:26.25rem;position:absolute;font-family:sharp;font-size:1.4375rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:10.38671875rem;left:36.8076171875rem;height:3.45rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uhOVolxh9ARaNKSOoVLks3EXI9zmCs1z { position:absolute;display:block;z-index:15032;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:12.0625rem;left:37.125rem;display:none; }
#JsG4WQa8r0wvOTvQnxtLUQKxI4k2WnLu { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:13.125rem;left:37.5625rem;overflow:hidden;display:none; }
#WtLziJAHgme9PgZCTmBF9Q0t5ai2Gcrh { position:relative;display:block; }#WtLziJAHgme9PgZCTmBF9Q0t5ai2Gcrh { background-color: transparent; background-image: none; }#WtLziJAHgme9PgZCTmBF9Q0t5ai2Gcrh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WtLziJAHgme9PgZCTmBF9Q0t5ai2Gcrh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WtLziJAHgme9PgZCTmBF9Q0t5ai2Gcrh > .row .container > .video-iframe-container { display: none; }#WtLziJAHgme9PgZCTmBF9Q0t5ai2Gcrh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WtLziJAHgme9PgZCTmBF9Q0t5ai2Gcrh > .row > .video-iframe-container { display: none; }#WtLziJAHgme9PgZCTmBF9Q0t5ai2Gcrh > .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); }#WtLziJAHgme9PgZCTmBF9Q0t5ai2Gcrh { border-width: 0; border-radius: 0; }#WtLziJAHgme9PgZCTmBF9Q0t5ai2Gcrh > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WtLziJAHgme9PgZCTmBF9Q0t5ai2Gcrh > .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.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JcCtnr3VuFMgTHJTxMw1pGyJKQQsLTW8 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.6875rem;width:29.625rem;top:4rem;left:0rem;display:block; }
#VFyGbSzF0k57uxHStpNgGNqVlfcsbUcO { position:absolute;display:block;z-index:15025;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:14.3125rem;left:36.8125rem;display:block; }
#i1QLwfMaIEAbtGNboPHxwqWbMB7cU9dT { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:15.6875rem;left:37rem;overflow:hidden;display:block; }
#KSzs64dbVCVD135ZN61zDtdXwdP6D1I8 { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:sharp;font-size:1.4375rem;font-weight:700;z-index:15021;line-height:.9;letter-spacing:0;top:8.0625rem;left:44.375rem;height:1.29375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dHSGFt6t9nxEoP4yTVikDb3gW5CGh2AJ { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:6.875rem;width:5.875rem;top:5.3125rem;left:36.8125rem;overflow:hidden;display:block; }
#m2ZXOhMTaE1pyktK3TB3lZEGAyunD44J { color:#f95b06;display:block;width:24.6875rem;position:absolute;font-family:sharp;font-size:1rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:15.4375rem;left:39.2490234375rem;height:3.8953125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NUDPmcUimGNplzS1kAWsGhTxwQcetGay { 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:15088;top:16.6875rem;left:64.25rem;display:block; }
#eIB4ZAaeFeGHeyFmg364wsBiMKmsZCKa { position:absolute;display:block;z-index:15032;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:12.0625rem;left:37.125rem;display:none; }
#kJlSv7g1wZS0Gd2ZbrOKIlThuluo6vWt { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:13.125rem;left:37.5625rem;overflow:hidden;display:none; }
#qyEuMTUzwdndw8blUr8N4icLJboh95mZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#XFPgyDZw7H7LaFBS2fITw3gvr8FgsG6N { position:relative;display:block; }#XFPgyDZw7H7LaFBS2fITw3gvr8FgsG6N { background-color: transparent; background-image: none; }#XFPgyDZw7H7LaFBS2fITw3gvr8FgsG6N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFPgyDZw7H7LaFBS2fITw3gvr8FgsG6N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFPgyDZw7H7LaFBS2fITw3gvr8FgsG6N > .row .container > .video-iframe-container { display: none; }#XFPgyDZw7H7LaFBS2fITw3gvr8FgsG6N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFPgyDZw7H7LaFBS2fITw3gvr8FgsG6N > .row > .video-iframe-container { display: none; }#XFPgyDZw7H7LaFBS2fITw3gvr8FgsG6N > .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); }#XFPgyDZw7H7LaFBS2fITw3gvr8FgsG6N { border-width: 0; border-radius: 0; }#XFPgyDZw7H7LaFBS2fITw3gvr8FgsG6N > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#XFPgyDZw7H7LaFBS2fITw3gvr8FgsG6N > .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.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zHIPlBm95mkeBpuJyoo66LbPkh8iKQ0t { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.6875rem;width:29.625rem;top:4rem;left:0rem;display:block; }
#nxdWtIHL8GAHB2PAP8PshfCSF4HQ2nhu { position:absolute;display:block;z-index:15025;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:14.3125rem;left:36.8125rem;display:block; }
#b8hZkAKo6AiZNA3GuvtpfVa5OoIt3Zm1 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:15.6875rem;left:37rem;overflow:hidden;display:block; }
#TT7MANDkHRFFFMJa0nm4RRRsBSGpTANU { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:sharp;font-size:1.4375rem;font-weight:700;z-index:15021;line-height:.9;letter-spacing:0;top:7.5rem;left:49.6865234375rem;height:3.88125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i0hZ9k7nl82ETilfScFSEIRMKEg78Rkk { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:6.875rem;width:5.875rem;top:5.3125rem;left:36.8125rem;overflow:hidden;display:block; }
#zsF9WLlNm2NwOJ4fmnEhhVoN8oz6bscK { color:#f95b06;display:block;width:25.3125rem;position:absolute;font-family:sharp;font-size:1rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:15.4423828125rem;left:39.248046875rem;height:2.596875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TVr7LbdExgQpV3szIUgOgyQBH55IUnLH { 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:15088;top:16.6875rem;left:64.25rem;display:block; }
#zmlKLwS8479kAASJCQcZKV326FyfEDpt { position:absolute;display:block;z-index:15032;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:12.0625rem;left:37.125rem;display:none; }
#rrouFzTRlPPKu481Js42TAc7LrTZGpms { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:13.125rem;left:37.5625rem;overflow:hidden;display:none; }
#TfP0iI56EGzHmTirxkCWeykno9w61wch { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:6.875rem;width:5.875rem;top:5.3115234375rem;left:42.2177734375rem;overflow:hidden;display:block; }
#yPPB57mO1tB7ksN8MaSWWwvDAKEXOFJT { position:relative;display:block; }#yPPB57mO1tB7ksN8MaSWWwvDAKEXOFJT { background-color: transparent; background-image: none; }#yPPB57mO1tB7ksN8MaSWWwvDAKEXOFJT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPPB57mO1tB7ksN8MaSWWwvDAKEXOFJT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPPB57mO1tB7ksN8MaSWWwvDAKEXOFJT > .row .container > .video-iframe-container { display: none; }#yPPB57mO1tB7ksN8MaSWWwvDAKEXOFJT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPPB57mO1tB7ksN8MaSWWwvDAKEXOFJT > .row > .video-iframe-container { display: none; }#yPPB57mO1tB7ksN8MaSWWwvDAKEXOFJT > .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); }#yPPB57mO1tB7ksN8MaSWWwvDAKEXOFJT { border-width: 0; border-radius: 0; }#yPPB57mO1tB7ksN8MaSWWwvDAKEXOFJT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yPPB57mO1tB7ksN8MaSWWwvDAKEXOFJT > .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.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#F75rzZoouThIUB1Q7Ti577IWnfo9DukQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.6875rem;width:29.625rem;top:4rem;left:0rem;display:block; }
#CuRlCzsSWkcOy3lQMpq8BWREQsl3TqtB { position:absolute;display:block;z-index:15025;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:14.3125rem;left:36.8125rem;display:block; }
#qusrGuplx60P7amhvnKlkzr6lHzFZbOG { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:15.6875rem;left:37rem;overflow:hidden;display:block; }
#nraLBMIfHgSIwZ1JutQU1HOsZgFPqCxI { color:#000000;display:block;width:23.4375rem;position:absolute;font-family:sharp;font-size:1.4375rem;font-weight:700;z-index:15021;line-height:.9;letter-spacing:0;top:8.0625rem;left:44.375rem;height:2.5875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rAK0Tk98TVTvCh5aOHGiDe9pA3QwAi4F { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:6.875rem;width:5.875rem;top:5.3125rem;left:36.8125rem;overflow:hidden;display:block; }
#IKH1oD9outnwRTQFZwTt0EAG2ZTPbeiE { color:#f95b06;display:block;width:23.125rem;position:absolute;font-family:sharp;font-size:1rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:15.4375rem;left:39.2490234375rem;height:2.596875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EV8icbLVucFg6DkQUnyS1FkgpckifwgN { 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:15088;top:16.6875rem;left:64.25rem;display:block; }
#tqRdU6wEmlyF2WTQPWCIXh8oq0iD9g4O { position:absolute;display:block;z-index:15032;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:12.0625rem;left:37.125rem;display:none; }
#JstCnq43I54ae9fuWRaCJQpEBGcDdrT1 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:13.125rem;left:37.5625rem;overflow:hidden;display:none; }
#P0Zykc09Au8MxKqoOCxougsH3d1GIL1h { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#y1ZskOD1HJu4UguJkKZFWSHgGFuiJbyd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(250,225,219,0.4);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#y1ZskOD1HJu4UguJkKZFWSHgGFuiJbyd > .row .container { background-color: transparent; background-image: none; }#y1ZskOD1HJu4UguJkKZFWSHgGFuiJbyd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y1ZskOD1HJu4UguJkKZFWSHgGFuiJbyd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y1ZskOD1HJu4UguJkKZFWSHgGFuiJbyd > .row .container > .video-iframe-container { display: none; }#y1ZskOD1HJu4UguJkKZFWSHgGFuiJbyd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y1ZskOD1HJu4UguJkKZFWSHgGFuiJbyd > .row > .video-iframe-container { display: none; }#y1ZskOD1HJu4UguJkKZFWSHgGFuiJbyd > .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); }#y1ZskOD1HJu4UguJkKZFWSHgGFuiJbyd > .row .container { border-width: 0; border-radius: 0; }#y1ZskOD1HJu4UguJkKZFWSHgGFuiJbyd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y1ZskOD1HJu4UguJkKZFWSHgGFuiJbyd > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:75rem;position:relative;display:block; }#Htn2D4yTPTxVH7oayOAHSuIES3A1MPoU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.6875rem;width:29.625rem;top:4rem;left:0rem;display:block; }
#rJQsDp8ldRuTepSuD0XlneIHwq7ZFeeM { color:#000000;display:block;width:26.25rem;position:absolute;font-family:sharp;font-size:1.4375rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:10.400390625rem;left:36.8076171875rem;height:3.45rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fdDeebT7kQdZmrAtwAe5ymH1Fk2bLoEd { position:absolute;display:block;z-index:15032;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:12.0625rem;left:37.125rem;display:none; }
#W1QGD9qogaGpZGecP3ahZwN2bDsT5pyl { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:13.125rem;left:37.5625rem;overflow:hidden;display:none; }
#Q4FozfeC1C2TJSuMblL5b7x5RrKwHMOW { position:relative;display:block; }#Q4FozfeC1C2TJSuMblL5b7x5RrKwHMOW { background-color: transparent; background-image: none; }#Q4FozfeC1C2TJSuMblL5b7x5RrKwHMOW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q4FozfeC1C2TJSuMblL5b7x5RrKwHMOW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q4FozfeC1C2TJSuMblL5b7x5RrKwHMOW > .row .container > .video-iframe-container { display: none; }#Q4FozfeC1C2TJSuMblL5b7x5RrKwHMOW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q4FozfeC1C2TJSuMblL5b7x5RrKwHMOW > .row > .video-iframe-container { display: none; }#Q4FozfeC1C2TJSuMblL5b7x5RrKwHMOW > .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); }#Q4FozfeC1C2TJSuMblL5b7x5RrKwHMOW { border-width: 0; border-radius: 0; }#Q4FozfeC1C2TJSuMblL5b7x5RrKwHMOW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Q4FozfeC1C2TJSuMblL5b7x5RrKwHMOW > .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.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ptMJ70ct55kERaRoRHNcXZ5zf4ELTtFW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.6875rem;width:29.625rem;top:4rem;left:0rem;display:block; }
#PncF7c4HcscTnPUzkZI821dpXC9ym8P7 { position:absolute;display:block;z-index:15025;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:14.3125rem;left:36.8125rem;display:block; }
#Ws04MBZPBJkImLKEWJxk25U88u0cH8Ty { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:sharp;font-size:1.4375rem;font-weight:700;z-index:15021;line-height:.9;letter-spacing:0;top:8.0625rem;left:44.375rem;height:1.29375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MQBhTqae2K21yThonvhZoFmeeRDB94oH { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5.8125rem;width:5.8125rem;top:5.8019523620606rem;left:36.810939788818rem;overflow:hidden;display:block; }
#fnmlUm4Fkm9cLEgB1fLNTVwJod18vLzQ { color:#f95b06;display:block;width:27.5rem;position:absolute;font-family:sharp;font-size:1rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:16.048828125rem;left:39.258983612061rem;height:1.2984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Cxws3QNlDJaTWrc9vnuW48627evA4ERO { position:absolute;display:block;z-index:15032;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:12.0625rem;left:37.125rem;display:none; }
#EUq5p1btUUX1zWECdmc2dbZdaSZt7whQ { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:13.125rem;left:37.5625rem;overflow:hidden;display:none; }
#STxaZLbzFphUw8FvhHhSTZt8fUBJhkdX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#UnkiRSQnr1ZOabq0q2Dzw5JKC19W2g9w { position:relative;display:block; }#UnkiRSQnr1ZOabq0q2Dzw5JKC19W2g9w { background-color: transparent; background-image: none; }#UnkiRSQnr1ZOabq0q2Dzw5JKC19W2g9w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnkiRSQnr1ZOabq0q2Dzw5JKC19W2g9w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnkiRSQnr1ZOabq0q2Dzw5JKC19W2g9w > .row .container > .video-iframe-container { display: none; }#UnkiRSQnr1ZOabq0q2Dzw5JKC19W2g9w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnkiRSQnr1ZOabq0q2Dzw5JKC19W2g9w > .row > .video-iframe-container { display: none; }#UnkiRSQnr1ZOabq0q2Dzw5JKC19W2g9w > .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); }#UnkiRSQnr1ZOabq0q2Dzw5JKC19W2g9w { border-width: 0; border-radius: 0; }#UnkiRSQnr1ZOabq0q2Dzw5JKC19W2g9w > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UnkiRSQnr1ZOabq0q2Dzw5JKC19W2g9w > .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.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#c6Sztfa6fF7k4pQl3wfTpQtfQkodozef { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.6875rem;width:29.625rem;top:4rem;left:0rem;display:block; }
#eHgT4QmTTkrRgyUaEKLh2HumzL809lnu { position:absolute;display:block;z-index:15025;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:14.3125rem;left:36.8125rem;display:block; }
#vILaSKmAiT70XebdZBgR2XzPnXucLI0q { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:15.6875rem;left:37rem;overflow:hidden;display:block; }
#FNFk9FVsWbHcT19BGZhs4bB1uoPQrnxZ { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:sharp;font-size:1.4375rem;font-weight:700;z-index:15021;line-height:.9;letter-spacing:0;top:8.0625rem;left:44.375rem;height:2.5875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UPommgEcB0LBobTKaIHe0dqE3F1nc41E { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:6.875rem;width:5.875rem;top:5.3125rem;left:36.8125rem;overflow:hidden;display:block; }
#p0K59LSHBuHVDtDc3NJmrQIFkkh1G5cq { color:#f95b06;display:block;width:22.8125rem;position:absolute;font-family:sharp;font-size:1rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:15.4375rem;left:39.2490234375rem;height:2.596875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kbLDk9W1mKKHoBXsxQTBqRFikAOigiCz { 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:15088;top:16.6875rem;left:64.25rem;display:block; }
#prUEG4f1idSxVxyR0El3x1Th3Bv8OqHa { position:absolute;display:block;z-index:15032;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;box-shadow: none;height:4.625rem;width:30.0625rem;top:12.0625rem;left:37.125rem;display:none; }
#pPNSFr7LeyQ56PRJwRbqN5g4JsP4ew3m { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:13.125rem;left:37.5625rem;overflow:hidden;display:none; }
#vOCrrStCF1r6W5LSMWw9zdTJG3c13LsK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#vtP9Iw1TsBAeXEaNVrzNeqpcEAmTMKvn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d0ac6c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vtP9Iw1TsBAeXEaNVrzNeqpcEAmTMKvn > .row .container { background-color: transparent; background-image: none; }#vtP9Iw1TsBAeXEaNVrzNeqpcEAmTMKvn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vtP9Iw1TsBAeXEaNVrzNeqpcEAmTMKvn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vtP9Iw1TsBAeXEaNVrzNeqpcEAmTMKvn > .row .container > .video-iframe-container { display: none; }#vtP9Iw1TsBAeXEaNVrzNeqpcEAmTMKvn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vtP9Iw1TsBAeXEaNVrzNeqpcEAmTMKvn > .row > .video-iframe-container { display: none; }#vtP9Iw1TsBAeXEaNVrzNeqpcEAmTMKvn > .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); }#vtP9Iw1TsBAeXEaNVrzNeqpcEAmTMKvn > .row .container { border-width: 0; border-radius: 0; }#vtP9Iw1TsBAeXEaNVrzNeqpcEAmTMKvn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vtP9Iw1TsBAeXEaNVrzNeqpcEAmTMKvn > .row .container { font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;position:relative;display:block; }#AVETdacxBaJ2ufirZTUtw4APSVDE6Tsh { position:relative;display:block; }#AVETdacxBaJ2ufirZTUtw4APSVDE6Tsh { background-color: transparent; background-image: none; }#AVETdacxBaJ2ufirZTUtw4APSVDE6Tsh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AVETdacxBaJ2ufirZTUtw4APSVDE6Tsh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AVETdacxBaJ2ufirZTUtw4APSVDE6Tsh > .row .container > .video-iframe-container { display: none; }#AVETdacxBaJ2ufirZTUtw4APSVDE6Tsh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AVETdacxBaJ2ufirZTUtw4APSVDE6Tsh > .row > .video-iframe-container { display: none; }#AVETdacxBaJ2ufirZTUtw4APSVDE6Tsh > .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); }#AVETdacxBaJ2ufirZTUtw4APSVDE6Tsh { border-width: 0; border-radius: 0; }#AVETdacxBaJ2ufirZTUtw4APSVDE6Tsh > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#AVETdacxBaJ2ufirZTUtw4APSVDE6Tsh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hLDTozL21Ec3I7mDPHT0oKSXuM13VGDV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:20.625rem;top:2.4990234375rem;left:27.1875rem;overflow:hidden;display:block; }
#Lyw5PVrMhVwfXCJeTgFk3KQov0XkkRBU { position:relative;display:block; }#Lyw5PVrMhVwfXCJeTgFk3KQov0XkkRBU { background-color: transparent; background-image: none; }#Lyw5PVrMhVwfXCJeTgFk3KQov0XkkRBU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lyw5PVrMhVwfXCJeTgFk3KQov0XkkRBU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lyw5PVrMhVwfXCJeTgFk3KQov0XkkRBU > .row .container > .video-iframe-container { display: none; }#Lyw5PVrMhVwfXCJeTgFk3KQov0XkkRBU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lyw5PVrMhVwfXCJeTgFk3KQov0XkkRBU > .row > .video-iframe-container { display: none; }#Lyw5PVrMhVwfXCJeTgFk3KQov0XkkRBU > .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); }#Lyw5PVrMhVwfXCJeTgFk3KQov0XkkRBU { border-width: 0; border-radius: 0; }#Lyw5PVrMhVwfXCJeTgFk3KQov0XkkRBU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lyw5PVrMhVwfXCJeTgFk3KQov0XkkRBU > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:30rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#HCeN7831AOqQs8xSGkD0WKTvqwJdmyE7 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:20rem;width:40rem;top:8.1513671875rem;left:17.5rem;display:block; }
#JTT3M901UFye624kp9cv4QxAv2ntLcZO { color:#d0ac6c;display:block;width:27.5rem;position:absolute;font-family:sharp;font-size:1.5rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:3.435546875rem;left:23.75rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xHMwdQucG3bG51FxOgXnSAqT1yS2itFN { position:relative;display:block; }#xHMwdQucG3bG51FxOgXnSAqT1yS2itFN { background-color: transparent; background-image: none; }#xHMwdQucG3bG51FxOgXnSAqT1yS2itFN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHMwdQucG3bG51FxOgXnSAqT1yS2itFN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHMwdQucG3bG51FxOgXnSAqT1yS2itFN > .row .container > .video-iframe-container { display: none; }#xHMwdQucG3bG51FxOgXnSAqT1yS2itFN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHMwdQucG3bG51FxOgXnSAqT1yS2itFN > .row > .video-iframe-container { display: none; }#xHMwdQucG3bG51FxOgXnSAqT1yS2itFN > .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); }#xHMwdQucG3bG51FxOgXnSAqT1yS2itFN { border-width: 0; border-radius: 0; }#xHMwdQucG3bG51FxOgXnSAqT1yS2itFN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xHMwdQucG3bG51FxOgXnSAqT1yS2itFN > .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:6.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PXvkLdHmSFZM08NuXuN2ePPTpGsWCVOT { color:#d0ac6c;display:block;width:22rem;position:absolute;font-family:sharp;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:4rem;left:26.498760223389rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DqVrllMeUNaFTgA0oupkTcMnoiUVcPTf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.4);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DqVrllMeUNaFTgA0oupkTcMnoiUVcPTf > .row .container { background-color: transparent; background-image: none; }#DqVrllMeUNaFTgA0oupkTcMnoiUVcPTf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqVrllMeUNaFTgA0oupkTcMnoiUVcPTf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqVrllMeUNaFTgA0oupkTcMnoiUVcPTf > .row .container > .video-iframe-container { display: none; }#DqVrllMeUNaFTgA0oupkTcMnoiUVcPTf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqVrllMeUNaFTgA0oupkTcMnoiUVcPTf > .row > .video-iframe-container { display: none; }#DqVrllMeUNaFTgA0oupkTcMnoiUVcPTf > .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); }#DqVrllMeUNaFTgA0oupkTcMnoiUVcPTf > .row .container { border-width: 0; border-radius: 0; }#DqVrllMeUNaFTgA0oupkTcMnoiUVcPTf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DqVrllMeUNaFTgA0oupkTcMnoiUVcPTf > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:75rem;position:relative;display:block; }#lmuukaMHhXSLhg6CC8JTT1FyEKbgE6ag { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.6875rem;width:29.625rem;top:4rem;left:0rem;display:block; }
#zctNJhTQg9QJAhD5GicamSq0zmc6lCTX { color:#000000;display:block;width:28.1875rem;position:absolute;font-family:sharp;font-size:1.4375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:10.25rem;left:36.8125rem;height:3.738275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TS2mCsNq61Un7KXy1dZtJHL8pcKhWvP8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.4);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TS2mCsNq61Un7KXy1dZtJHL8pcKhWvP8 > .row .container { background-color: transparent; background-image: none; }#TS2mCsNq61Un7KXy1dZtJHL8pcKhWvP8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TS2mCsNq61Un7KXy1dZtJHL8pcKhWvP8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TS2mCsNq61Un7KXy1dZtJHL8pcKhWvP8 > .row .container > .video-iframe-container { display: none; }#TS2mCsNq61Un7KXy1dZtJHL8pcKhWvP8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TS2mCsNq61Un7KXy1dZtJHL8pcKhWvP8 > .row > .video-iframe-container { display: none; }#TS2mCsNq61Un7KXy1dZtJHL8pcKhWvP8 > .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); }#TS2mCsNq61Un7KXy1dZtJHL8pcKhWvP8 > .row .container { border-width: 0; border-radius: 0; }#TS2mCsNq61Un7KXy1dZtJHL8pcKhWvP8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TS2mCsNq61Un7KXy1dZtJHL8pcKhWvP8 > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:75rem;position:relative;display:block; }#R2c9ynqA7tUEMqEQILmIQZSu3rx5oK4T { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.6875rem;width:29.625rem;top:4rem;left:0rem;display:block; }
#lFGKVDhhNyIzeu2EvX5yOAJgsJGyWh08 { color:#000000;display:block;width:22rem;position:absolute;font-family:sharp;font-size:1.4375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:10.25rem;left:36.8125rem;height:3.738275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yFSSZvpWcmQNFTi0uhUihEwRaivWSPLQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.4);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yFSSZvpWcmQNFTi0uhUihEwRaivWSPLQ > .row .container { background-color: transparent; background-image: none; }#yFSSZvpWcmQNFTi0uhUihEwRaivWSPLQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yFSSZvpWcmQNFTi0uhUihEwRaivWSPLQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yFSSZvpWcmQNFTi0uhUihEwRaivWSPLQ > .row .container > .video-iframe-container { display: none; }#yFSSZvpWcmQNFTi0uhUihEwRaivWSPLQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yFSSZvpWcmQNFTi0uhUihEwRaivWSPLQ > .row > .video-iframe-container { display: none; }#yFSSZvpWcmQNFTi0uhUihEwRaivWSPLQ > .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); }#yFSSZvpWcmQNFTi0uhUihEwRaivWSPLQ > .row .container { border-width: 0; border-radius: 0; }#yFSSZvpWcmQNFTi0uhUihEwRaivWSPLQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yFSSZvpWcmQNFTi0uhUihEwRaivWSPLQ > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:75rem;position:relative;display:block; }#gAQzbpsZnO8eDhVd08KGHIqVG8vQOy8C { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.6875rem;width:29.625rem;top:4rem;left:0rem;display:block; }
#H7PsGPco84wJ94xdxhQ0HkBsaoGTTPM4 { color:#000000;display:block;width:22rem;position:absolute;font-family:sharp;font-size:1.4375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:10.25rem;left:36.8125rem;height:3.738275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#seaeaHfC4c6GuDxa1fDIph5m8yrmw5AH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.4);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#seaeaHfC4c6GuDxa1fDIph5m8yrmw5AH > .row .container { background-color: transparent; background-image: none; }#seaeaHfC4c6GuDxa1fDIph5m8yrmw5AH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#seaeaHfC4c6GuDxa1fDIph5m8yrmw5AH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#seaeaHfC4c6GuDxa1fDIph5m8yrmw5AH > .row .container > .video-iframe-container { display: none; }#seaeaHfC4c6GuDxa1fDIph5m8yrmw5AH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#seaeaHfC4c6GuDxa1fDIph5m8yrmw5AH > .row > .video-iframe-container { display: none; }#seaeaHfC4c6GuDxa1fDIph5m8yrmw5AH > .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); }#seaeaHfC4c6GuDxa1fDIph5m8yrmw5AH > .row .container { border-width: 0; border-radius: 0; }#seaeaHfC4c6GuDxa1fDIph5m8yrmw5AH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#seaeaHfC4c6GuDxa1fDIph5m8yrmw5AH > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:75rem;position:relative;display:block; }#Pvew9NXJ6x0JiDl3wqmhlz2DvFCp5vkc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.6875rem;width:29.625rem;top:4rem;left:0rem;display:block; }
#T1TOi925zTVGa8yKaD4xJP6mozG5FsE9 { color:#000000;display:block;width:22rem;position:absolute;font-family:sharp;font-size:1.4375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:10.25rem;left:36.8125rem;height:5.60741875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wxaB4FFFQc0d3V3Zal1ze9wF4qJ0enpo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.4);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wxaB4FFFQc0d3V3Zal1ze9wF4qJ0enpo > .row .container { background-color: transparent; background-image: none; }#wxaB4FFFQc0d3V3Zal1ze9wF4qJ0enpo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxaB4FFFQc0d3V3Zal1ze9wF4qJ0enpo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxaB4FFFQc0d3V3Zal1ze9wF4qJ0enpo > .row .container > .video-iframe-container { display: none; }#wxaB4FFFQc0d3V3Zal1ze9wF4qJ0enpo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxaB4FFFQc0d3V3Zal1ze9wF4qJ0enpo > .row > .video-iframe-container { display: none; }#wxaB4FFFQc0d3V3Zal1ze9wF4qJ0enpo > .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); }#wxaB4FFFQc0d3V3Zal1ze9wF4qJ0enpo > .row .container { border-width: 0; border-radius: 0; }#wxaB4FFFQc0d3V3Zal1ze9wF4qJ0enpo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wxaB4FFFQc0d3V3Zal1ze9wF4qJ0enpo > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:75rem;position:relative;display:block; }#ORIXDxrffH2rJHIVx3oA2ceRa89uwvRb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.6875rem;width:29.625rem;top:4rem;left:0rem;display:block; }
#W7phEZGUmJx0V7l3FiIetzV4Xn2sQbfQ { color:#000000;display:block;width:22rem;position:absolute;font-family:sharp;font-size:1.4375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:10.25rem;left:36.8125rem;height:5.60741875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JeBzyws08N8mSTO0Jc7wnUT8uSTT8Dbi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.4);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JeBzyws08N8mSTO0Jc7wnUT8uSTT8Dbi > .row .container { background-color: transparent; background-image: none; }#JeBzyws08N8mSTO0Jc7wnUT8uSTT8Dbi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JeBzyws08N8mSTO0Jc7wnUT8uSTT8Dbi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JeBzyws08N8mSTO0Jc7wnUT8uSTT8Dbi > .row .container > .video-iframe-container { display: none; }#JeBzyws08N8mSTO0Jc7wnUT8uSTT8Dbi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JeBzyws08N8mSTO0Jc7wnUT8uSTT8Dbi > .row > .video-iframe-container { display: none; }#JeBzyws08N8mSTO0Jc7wnUT8uSTT8Dbi > .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); }#JeBzyws08N8mSTO0Jc7wnUT8uSTT8Dbi > .row .container { border-width: 0; border-radius: 0; }#JeBzyws08N8mSTO0Jc7wnUT8uSTT8Dbi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JeBzyws08N8mSTO0Jc7wnUT8uSTT8Dbi > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:75rem;position:relative;display:block; }#KfqwMDe5BLBsOTMsxLfMSl6LTr1IgeNG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.6875rem;width:29.625rem;top:4rem;left:0rem;display:block; }
#oupdwtDoakHlqxfGy4gDAJl5GIL9mgli { color:#000000;display:block;width:22rem;position:absolute;font-family:sharp;font-size:1.4375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:10.25rem;left:36.8125rem;height:3.738275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rmHwXK17GsFt0ITap7aywBKiGlSG7z5V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.4);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rmHwXK17GsFt0ITap7aywBKiGlSG7z5V > .row .container { background-color: transparent; background-image: none; }#rmHwXK17GsFt0ITap7aywBKiGlSG7z5V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rmHwXK17GsFt0ITap7aywBKiGlSG7z5V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rmHwXK17GsFt0ITap7aywBKiGlSG7z5V > .row .container > .video-iframe-container { display: none; }#rmHwXK17GsFt0ITap7aywBKiGlSG7z5V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rmHwXK17GsFt0ITap7aywBKiGlSG7z5V > .row > .video-iframe-container { display: none; }#rmHwXK17GsFt0ITap7aywBKiGlSG7z5V > .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); }#rmHwXK17GsFt0ITap7aywBKiGlSG7z5V > .row .container { border-width: 0; border-radius: 0; }#rmHwXK17GsFt0ITap7aywBKiGlSG7z5V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rmHwXK17GsFt0ITap7aywBKiGlSG7z5V > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:75rem;position:relative;display:block; }#IAFugQxUP2uIRRkbRQyeQUrAIqGBR3W0 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.6875rem;width:29.625rem;top:4rem;left:0rem;display:block; }
#yqtkp5u0fElcwUzsTe4mP1TXJJsyA15t { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:sharp;font-size:1.4375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:10.25rem;left:36.8115234375rem;height:5.60741875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CZioaJOpqA5z1ehuZQEEG5wTgGFRQPT8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.4);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CZioaJOpqA5z1ehuZQEEG5wTgGFRQPT8 > .row .container { background-color: transparent; background-image: none; }#CZioaJOpqA5z1ehuZQEEG5wTgGFRQPT8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZioaJOpqA5z1ehuZQEEG5wTgGFRQPT8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZioaJOpqA5z1ehuZQEEG5wTgGFRQPT8 > .row .container > .video-iframe-container { display: none; }#CZioaJOpqA5z1ehuZQEEG5wTgGFRQPT8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZioaJOpqA5z1ehuZQEEG5wTgGFRQPT8 > .row > .video-iframe-container { display: none; }#CZioaJOpqA5z1ehuZQEEG5wTgGFRQPT8 > .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); }#CZioaJOpqA5z1ehuZQEEG5wTgGFRQPT8 > .row .container { border-width: 0; border-radius: 0; }#CZioaJOpqA5z1ehuZQEEG5wTgGFRQPT8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CZioaJOpqA5z1ehuZQEEG5wTgGFRQPT8 > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:75rem;position:relative;display:block; }#LW7bAmgqmeTIxCHKVpCyHVNdT6TJmXyC { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.6875rem;width:29.625rem;top:4rem;left:0rem;display:block; }
#qyZTcWdfH2xh3pr4pJ6pt2hFlJGE97IM { color:#d0ac6c;display:block;width:25.6875rem;position:absolute;font-family:sharp;font-size:1.4375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:10.25rem;left:36.811878204346rem;height:5.60741875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SdwzdQiQDENBhzRWJ6H7HFLKZrbkr2aL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SdwzdQiQDENBhzRWJ6H7HFLKZrbkr2aL > .row .container { background-color: transparent; background-image: none; }#SdwzdQiQDENBhzRWJ6H7HFLKZrbkr2aL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SdwzdQiQDENBhzRWJ6H7HFLKZrbkr2aL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SdwzdQiQDENBhzRWJ6H7HFLKZrbkr2aL > .row .container > .video-iframe-container { display: none; }#SdwzdQiQDENBhzRWJ6H7HFLKZrbkr2aL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SdwzdQiQDENBhzRWJ6H7HFLKZrbkr2aL > .row > .video-iframe-container { display: none; }#SdwzdQiQDENBhzRWJ6H7HFLKZrbkr2aL > .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); }#SdwzdQiQDENBhzRWJ6H7HFLKZrbkr2aL > .row .container { border-width: 0; border-radius: 0; }#SdwzdQiQDENBhzRWJ6H7HFLKZrbkr2aL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SdwzdQiQDENBhzRWJ6H7HFLKZrbkr2aL > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#LIocF0kRcUMCntPUE0FDwuatP8ZNyIZK { color:#050062;display:block;width:73.436875rem;position:absolute;font-family:"open sans";font-size:3.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4.7109603881836rem;left:0.779296875rem;height:4.4671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iWXoImZ9EO7ZoVN8vvDwxJc0MTMyh2TF { color:rgba(128,128,128,0.15);display:block;width:75rem;position:absolute;font-family:"open sans";font-size:6.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:8.04375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Pe2N6y4dsTC0BpIlIF5Eafmsk0xcJnsK { position:relative;display:block; }#Pe2N6y4dsTC0BpIlIF5Eafmsk0xcJnsK { background-color: transparent; background-image: none; }#Pe2N6y4dsTC0BpIlIF5Eafmsk0xcJnsK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pe2N6y4dsTC0BpIlIF5Eafmsk0xcJnsK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pe2N6y4dsTC0BpIlIF5Eafmsk0xcJnsK > .row .container > .video-iframe-container { display: none; }#Pe2N6y4dsTC0BpIlIF5Eafmsk0xcJnsK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pe2N6y4dsTC0BpIlIF5Eafmsk0xcJnsK > .row > .video-iframe-container { display: none; }#Pe2N6y4dsTC0BpIlIF5Eafmsk0xcJnsK > .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); }#Pe2N6y4dsTC0BpIlIF5Eafmsk0xcJnsK { border-width: 0; border-radius: 0; }#Pe2N6y4dsTC0BpIlIF5Eafmsk0xcJnsK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Pe2N6y4dsTC0BpIlIF5Eafmsk0xcJnsK > .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.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zx7OkLfnDaW2TW8JE0ZkPX7u8l7TV3N7 { color:#000000;display:block;width:37.625rem;position:absolute;font-family:sharp;font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.2734375rem;left:18.6875rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#Z9rSszPfPch2M9GgzxCMVFMGtHw8657H { position:absolute;display:block;z-index:15015;border-top:0.25rem solid #f95b06;border-left:0.25rem solid #f95b06;border-right:0.25rem solid #f95b06;border-bottom:0.25rem solid #f95b06;border-top-left-radius:12.4375rem;border-top-right-radius:12.4375rem;border-bottom-left-radius:12.4375rem;border-bottom-right-radius:12.4375rem;box-shadow: none;height:6.875rem;width:6.875rem;top:6.8718032836912rem;left:33.835544586182rem;overflow:hidden;display:block; }
#M18XCgpu3dC4TOcwJ1JEVPqlSalNPITr { color:#f95b06;display:block;width:16.374625rem;position:absolute;font-family:sharp;font-size:1.4375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:15.309768676757rem;left:29.310939788818rem;height:1.8691375rem;text-align:center;text-align-last:center;display:block; }
#fJ1lL2ahEKauTyRh29VV45PtOA4v8PoP { color:#000000;display:block;width:19.125rem;position:absolute;font-family:sharp;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:18.13671875rem;left:27.936328887939rem;height:1.6253875rem;text-align:center;text-align-last:center;display:block; }
#bpAyFOpPoiXV7E8F2HUZPgeOWi5MOAFi { color:#000000;display:block;width:16.8116875rem;position:absolute;font-family:sharp;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:20.029296875rem;left:29.092967987061rem;height:1.6253875rem;text-align:center;text-align-last:center;display:block; }
#eXN5IoTFdgxXDc5KZfmuceDXKTUniPho { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050062;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eXN5IoTFdgxXDc5KZfmuceDXKTUniPho > .row .container { background-color: transparent; background-image: none; }#eXN5IoTFdgxXDc5KZfmuceDXKTUniPho::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eXN5IoTFdgxXDc5KZfmuceDXKTUniPho > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eXN5IoTFdgxXDc5KZfmuceDXKTUniPho > .row .container > .video-iframe-container { display: none; }#eXN5IoTFdgxXDc5KZfmuceDXKTUniPho > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eXN5IoTFdgxXDc5KZfmuceDXKTUniPho > .row > .video-iframe-container { display: none; }#eXN5IoTFdgxXDc5KZfmuceDXKTUniPho > .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); }#eXN5IoTFdgxXDc5KZfmuceDXKTUniPho > .row .container { border-width: 0; border-radius: 0; }#eXN5IoTFdgxXDc5KZfmuceDXKTUniPho > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eXN5IoTFdgxXDc5KZfmuceDXKTUniPho > .row .container { font-size:0.875rem;font-family:"roboto condensed";height:7.4375rem;width:75rem;position:relative;display:block; }#bZZnTFMATdNRMxugmmkUTlRRA3Jg2x6W { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.875rem;left:53.625001907349rem;height:1.3816375rem;display:block; }
#kdTMIoBJcx8ONvH0zDx6U3RRao5P8gFX { color:#8faace;display:block;width:13.25rem;position:absolute;font-family:"roboto condensed";font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.9;letter-spacing:0;top:1.625rem;left:27.8125rem;height:5.34375rem;display:block; }
#q1DdkV8qd4W8CQsxIMO4rR9U8EP4VutR { 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:15004;top:0.6875rem;left:10.125rem;display:block; }
#kOLXm7ZxJVi9fU54tdMJL5qElB7JTwoJ { 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:15007;top:2.5625rem;left:10.25rem;display:block; }
#E7WN7cNVqlJZH6TV9Rgyt11TNAIk3n82 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:4.75rem;left:10.5625rem;overflow:hidden;display:block; }
#nhFO0GIJcQaSW27K6CDoORxg9U0ng0kR { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:0.625rem;top:2.4375rem;left:26.0625rem;overflow:hidden;display:block; }
#bMQPqWcpFl5xFZdPqv6mX1aNImImZ7gX { 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-shadow: none;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:15018;text-align:center;text-align-last:center;top:1rem;left:11.9375rem;display:block; }
#FNsZJodNVxgoC0NW8bLtr3TkpRQMJz3K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z0U4imkteeHaHPqwa89wqmb2vPRNpXOc { 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-shadow: none;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:15019;text-align:center;text-align-last:center;top:2.8125rem;left:12rem;display:block; }
#hnCVT96TdoduczcoeairegF6qbQovrA5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WgX1UKMRkSgQIvwgOwW5MvnlPOcaBnJm { 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-shadow: none;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:9.875rem;height:1.0625rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:4.75rem;left:12rem;display:block; }
#H679HI8039Q50pc9awPEwpMiDq5KW1gN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DicS8wncxOwFlWbIap8qrR8MUbXzhdNh { 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:15021;top:2rem;left:70rem;display:block; }
#mnaDwRT4LQlD1N8ir832EcdAu0DFgJ1U { 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:15022;top:1.9375rem;left:66.9375rem;display:block; }
#i5rvNoh70Rn63cSgPNaEOfJsIAsvhrSx { 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:15023;top:2rem;left:63.68750190735rem;display:block; }
#XL74qae7rGxiI3sIEpiXMfH2pNqoZtf8 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:7.25rem;top:2.28125rem;left:1.1484375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wBmwF6ObAb9wfcWKHmZmovkwJdhuHg21 { display:none; }#wBmwF6ObAb9wfcWKHmZmovkwJdhuHg21 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oJ3Avobd6zXUnSZySX3MHnI4ZW9s3x68 { top:0.625rem;left:0rem;width:6.25rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTxigWzBVQazBf6TyAIW1xXkTDnpw7hz { width:7.25rem;height:2.875rem;top:0.1875rem;left:33.1494140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wv4fzl8kTyt5LrPNgw9bpkKKiOBc7i20 { display:block; }
 }@media only screen and (max-width: 763px) { #mPF6bEUB4DXb6vkNWA9WmBnbpSQ9Pzze { width:4.8125rem;height:2.875rem;top:0.1875rem;left:42.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #orpXwl8r4tbRlrtxthP41pRbgkphabzT { display:block; }
 }@media only screen and (max-width: 763px) { #mivEPqcTQoFOLemTE4RAMCs9ofmqtb7O { top:1.4375rem;left:0.4970703125rem;width:29.0625rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLfFVXgJBvLSiQTlMnLvTbWJ0kWyHaZ0 { top:0.5625rem;left:0rem;width:7.5rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ts0z0DyRZoy1eh1LXop8an5CusmuHoxS { top:0.5625rem;left:0rem;width:7.5rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rCsfesQdikJTo7QHrgKxvaZCUT0vhTJy { width:7.375rem;height:1.6875rem;top:0.8125rem;left:40.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oUmzTfB3xIoBCvo7qxXTuDWht6pHPOMI { display:block; }
 }@media only screen and (max-width: 763px) { #xGQg2qRBJnuZOKffXJ1OO2XCVAUCFoTd { width:10.3125rem;height:2.875rem;top:0.1875rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Caem6OfNcSy63vaSMbLXLTUwfgxc2hy7 { display:block; }
 }@media only screen and (max-width: 763px) { #NokH30cPwtUrI6T7TiiBFkXbrwl7ZJt7 { width:11.3125rem;height:1.875rem;top:4.75rem;left:35.631801605224rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZ9aFa390nIBnW73fM2qVQVTXXVPIzWd { display:block; }
 }@media only screen and (max-width: 763px) { #HRf8yDtLoE45IhdtMmCf58GVmRfwXCTW { width:33.125rem;height:1.25rem;top:5.0625rem;left:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FN8NFvuKv29VwTt3plfHoOP46hztuP1e { top:4.3125rem;left:0.1240234375rem;width:2.5625rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #as2RVvxDJutgNVzsHOffOyio8BQtd1rn { width:5rem;height:2.1875rem;top:1rem;left:40.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ftr4cOdAqKLJv7NPdvd8GtzrCPkBpOk3 { display:block; }
 }@media only screen and (max-width: 763px) { #ZT0K0tNo5S89aNPv97aX2ZrS8ZwqWTLt { top:3.875rem;left:0.49783325195312rem;width:46.4375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2mvhImEoEwdzc4xd0R43iCP8Huymr0c { width:8.8125rem;height:2.125rem;top:1.0625rem;left:38.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HIDrZzWhG7DTW8WWokGnzTLLqEwTfk0u { display:block; }
 }@media only screen and (max-width: 763px) { #xXQ06X520nLFhoz9GvUZlf8gGuBfa5zO { top:0.8125rem;left:0rem;width:10.0625rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ebWLCoQ2NsiZa14IS4CoyOu8SDHNdnco { display:block; }#ebWLCoQ2NsiZa14IS4CoyOu8SDHNdnco > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kawXNKgHqSSp7FwpwwwkwNSpkZhoEWfF { width:7.25rem;height:2.875rem;top:0.1875rem;left:33.1494140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #utH1FdTdxZG9ERATnQgBk1dfCZ0NlNS1 { display:block; }
 }@media only screen and (max-width: 763px) { #AtN5pTmaflBe3uPwl9fEKJgLzkLOcvFn { width:4.8125rem;height:2.875rem;top:0.1875rem;left:42.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho8kKlzKny0PX0hCD2JzDlUZCfkuVMCm { display:block; }
 }@media only screen and (max-width: 763px) { #uZn2lTA0aotlW3qEu55zN260xfezkdGk { top:0.5625rem;left:0rem;width:7.5rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IbS1VeIvtfdcpbBki5smkgfpt1uCdVmr { top:0.5625rem;left:0rem;width:7.5rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vl4anmi0GrwUJrixNaFEJiMbTrXt2uCP { width:7.375rem;height:1.6875rem;top:0.8125rem;left:40.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pJEkGGtUJiIoxgsFyoti5PzuHheULhTC { display:block; }
 }@media only screen and (max-width: 763px) { #uo5ThawWVzWhiLrW7Z4oUd9c2TFhHgrs { width:10.3125rem;height:2.875rem;top:0.1875rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xy9M8QUbzMLFkV6fDgrtbgyNGzgcQxL2 { display:block; }
 }@media only screen and (max-width: 763px) { #HBPiTtsb190bTRGFeQXFoIX5TfTwp5Oh { display:block; }#HBPiTtsb190bTRGFeQXFoIX5TfTwp5Oh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oo7qJTbZrJ52JI9sWOnxD72nCwbkOKuF { width:47.75rem;height:4.4375rem;top:4.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeJO0EIvcO4eTBwzia1z18ppPmTiqZki { width:47.75rem;height:8rem;top:1.1875rem;left:0rem;font-size:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptOw8p8pozNk2rWp6xll7KO2tMSwng8b { display:block; }#ptOw8p8pozNk2rWp6xll7KO2tMSwng8b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yWC7RNqXmSsbhH9JrC28sP60P4Z4ycdl { top:8.125rem;left:3.8746910095215rem;width:40rem;height:22.500175782623rem;display:block; }
 }@media only screen and (max-width: 763px) { #P63FyyaOL0PmtSmLrUuXJrZd5TDcAG5U { top:3.375rem;left:11.7470703125rem;width:24.1875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XS89FvTzL5Tu0CJJEhf0TXPt3VoN6crd { width:12.375rem;height:4.375rem;top:7.5rem;left:32.0615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A41lR73uWi53gwPM3C4k0oXH8FRbbnBU { width:4.375rem;height:12.375rem;top:16.5625rem;left:3.3115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJFEo4QTCPqME642wCpPsbkX8AuHncx9 { display:block; }#fJFEo4QTCPqME642wCpPsbkX8AuHncx9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v6FJsU1byyH7DqvH1ZMyyv9MJTo4ExqH { width:20.0625rem;height:3.0625rem;top:0.25rem;left:13.842578887939rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTGnbEw3ohvsLA7798OogetcUcwOVDHg { display:block; }
 }@media only screen and (max-width: 763px) { #L3kXD6cgPeF5qUwbEdX18FJdHuu6g1UB { display:block; }#L3kXD6cgPeF5qUwbEdX18FJdHuu6g1UB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #keJwga2BTexJSSRf86zTiTbifHqJpFze { top:8.125rem;left:3.8746910095215rem;width:40rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1cnrP96fi5WPnWnfDpLkKhCUCiN0Th2 { top:3.375rem;left:11.7470703125rem;width:24.1875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqIBfxN0mBSiFHaxCIAdJq9tbxHy7WsH { display:block; }#sqIBfxN0mBSiFHaxCIAdJq9tbxHy7WsH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E7wJ3aGVPgJVnmXUWm8bUXppQNg10ugO { top:4rem;left:12.873046875rem;width:22rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTiTnZAV2PUUhSCJ7WtHJTqanVQrMbtX { display:block; }#TTiTnZAV2PUUhSCJ7WtHJTqanVQrMbtX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t8ML3Ksv4sgKQZc6xHLvlIWUV4DyxJdz { top:4rem;left:0rem;width:29.625rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7Uk6is4494P8DvA9ODfGl8HMabmKTm9 { top:13.625rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfSsLCqTeNF62HOZP0b4KHzzu1kvCLzA { top:15rem;left:23.375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTLF8TdCvdhFBQJA5TVJtcQLKbM8wx2m { top:6.8125rem;left:23.0625rem;width:24.6875rem;height:2.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #toVda5niSKbh7DpVhgxzqs6O42tzH7vi { top:4.625rem;left:23.1875rem;width:5.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHi2A8pIpOpITVPEJtL2OhwGul1SmRFv { top:14.75rem;left:22.4375rem;width:25.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGLEdbXxczbrqPGTp4h5lQ8KLu5fkkMr { top:12.0625rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PfOl7H3IviWqkyGHCvrZAXxO2JW6Lby4 { top:13.125rem;left:23.9375rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BMJv1zWI4PFF6LxIJ1VxBazm3IIL9v2p { top:4.5625rem;left:28.5625rem;width:5.6875rem;height:6.875rem;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:4rem;left:0rem;width:29.625rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQHlPwuWsZ1tAQHQJinMeb4yJuhWwuwV { top:14.3125rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrNqbwZdx9ZfEFvapK8aSDDfmTBaL7xu { top:15.6875rem;left:23.375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtVh6HhwKGdEPaJE79bHFz9FJdRPIglQ { top:8.0625rem;left:23.0625rem;width:24.6875rem;height:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Io14mZXIOE1zS7qbJxThIo2dyyuMPyDM { top:5.3125rem;left:23.1875rem;width:5.9375rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nw5B43Tld12L40r3w0A22EM6Mq8BkQJs { top:15.4375rem;left:22.4375rem;width:25.3125rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KICb6JAGbxOGzxr1zaCgRMlVBWO12yVR { top:16.6875rem;left:45.375rem;width:2.375rem;height:2.375rem;font-size:1.625rem;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) { #ttkuXQTNKW4p5Fh8P5kZZz0y9MQlTTt6 { top:16.5625rem;left:42.9375rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFpq1yI1FH1SdKSXVeX3in3hBi0PhDv1 { top:19.75rem;left:33.6875rem;width:14.0625rem;height:2.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeDkPrXc4IXikgKrgTgXhVUqRWpPm4nQ { display:none; }
 }@media only screen and (max-width: 763px) { #eegc7PoAm5fFt7nkKTxGoM8KlZkRgUD2 { display:block; }#eegc7PoAm5fFt7nkKTxGoM8KlZkRgUD2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SHPwdg2Cm6Tw4u4vgUUnTS6PXDH7rTWB { top:4rem;left:0rem;width:29.625rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKKHrRkk4QP28UhnNAxaKnoE4ZOrTz6o { top:14.3125rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaoDzVh5WRZqEMFFknZRSSHNtDASmv8Z { top:8.0625rem;left:23.125rem;width:24.625rem;height:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmkTiXg82ToHtTonrhb1GkEsg9LUhmC8 { top:5.75rem;left:23.185939788818rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqsKrXp777hVukcwnhFHabTRGpHbAEmv { top:15.375rem;left:19.9375rem;width:27.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpI2baSiJxgrEfArD1xwF5IaML2F9s2Z { top:12.0625rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #psrUvt9seLvMUqqtwcmlKtoZCTAmJ2b3 { top:13.125rem;left:23.9375rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fFa87CEffX4NbVGIDdmsGmHaaMxSe4kZ { display:none; }
 }@media only screen and (max-width: 763px) { #kpf4fkkhTTp7kordhz81KsLOCo2TNrEu { display:block; }#kpf4fkkhTTp7kordhz81KsLOCo2TNrEu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SNx2hD4d5yezH30BuHxnXuFZVw76GQh3 { top:4rem;left:0rem;width:29.625rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqvOkldvWU3pPDeN6mRZa90vasxSiACp { top:14.3125rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSegW7O2PEi0ce25XcGfheITb7KT8o8H { top:15.6875rem;left:23.375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOH0fyQ1EeqpcsNF73BAxCW7zIbhKF0S { top:8.0625rem;left:23.0625rem;width:24.6875rem;height:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #esq38poHPgpJZ4f0Kazdb6nZ0k4MOhtJ { top:5.3125rem;left:23.1875rem;width:5.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZf4ZezdqZMTNx52J2f4N5weZr5KW4ym { top:15.4375rem;left:22.4375rem;width:22.1875rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4v3I8G8RNQplb3dVV6mLZ2nE9mSoC8S { top:16.6875rem;left:45.375rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZSQoxVZxB1AkPTwdhNSqXtXUh14lgaI { top:12.0625rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nET24ppLyTamp5JRlOAJAo5Df8rFBJAF { top:13.125rem;left:23.9375rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CEkW6asTGILMkXLsqhIiPvmp8RaI5iQ6 { display:none; }
 }@media only screen and (max-width: 763px) { #Lgkb3JMvI3eJ4w43Gtzn7BxOgZccoNM0 { display:block; }#Lgkb3JMvI3eJ4w43Gtzn7BxOgZccoNM0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KJoloe2q72US1TWBaL1IBhJrVIwvm0zL { top:4rem;left:0rem;width:29.625rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #swDrDSi9fGKg2pzrklTgdAT8wTnt8E4l { top:10.375rem;left:21.5rem;width:26.25rem;height:3.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHUIpGgzT1N5UcKuC5apVKs9rdrZz7aC { top:12.0625rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TeBFgQQ4IOE8c07XxB7oPvTwWMtQJVcm { top:13.125rem;left:23.9375rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yl8R72RI5KNhzQe5KJsL2TqrWkyggOl2 { display:block; }#yl8R72RI5KNhzQe5KJsL2TqrWkyggOl2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TuRzLq54Thdr2WwMSCGoSEtQfZGeaz0v { top:4rem;left:0rem;width:29.625rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiXi243Hh0NqTnWtNzMzwykJDQ120RzH { top:14.3125rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIqr1rR4acbHcu2VZC9pf06E0xJTQlXB { top:15.6875rem;left:23.375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVP6yi2qSGyka96gaRqBmX0vcknUNTMJ { top:7.5rem;left:23.0625rem;width:24.6875rem;height:2.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTn2qPbJDimMlBEUUVSrKnXy7rd9LeXr { top:5.3125rem;left:23.1875rem;width:5.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVoiQaNAf7si1hK0neZwqLx6Zo9LuC1U { top:15.4375rem;left:22.4375rem;width:25.3125rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1UuSeDNffzl3VfBIkS5RtrIrDUr6qui { top:16.6875rem;left:45.375rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVnolMzOHhA2zoB2An4g9LRaUAop04Gx { top:12.0625rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FgxXRT1Utq6naNZZ12hAcCZLhrpuHR9E { top:13.125rem;left:23.9375rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zRzuqpnzZ2JZmWMxHXl2NtnIT39AWe8H { top:5.25rem;left:28.5927734375rem;width:5.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hM4OUPCyPKawFwsuSb7sT9UKAJONB4qz { display:block; }#hM4OUPCyPKawFwsuSb7sT9UKAJONB4qz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TftSkNCsQdyXvelCuSIs6zt9sugOOuxy { top:4rem;left:0rem;width:29.625rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zrg3D4tNnotskX8FXSHl85oTZTyKm6Tc { top:14.3125rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJPcW8QwhniJ6OuwlK8ECxBbq7yW8WKF { top:8.0625rem;left:23.125rem;width:24.625rem;height:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0mck1X52b2bI4D1ttDrUM6VesfT0Duu { top:5.75rem;left:23.185939788818rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRcymuyG2Qow6T6I218WucpsdIi2zLQk { top:15.375rem;left:21.5rem;width:26.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfVWRilpDEsHTEyhlZoJFz5r0Oi37bhH { top:12.0625rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lQHMkcgbn7g30zo6PlV2yNXTbQq2ydTz { top:13.125rem;left:23.9375rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rtpzZUc9ZZ88sGipLmC4OaPGbTQOPGcn { display:none; }
 }@media only screen and (max-width: 763px) { #xFfA56nUBq7VptJKDeCN9A5BmzPXFkpN { display:block; }#xFfA56nUBq7VptJKDeCN9A5BmzPXFkpN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #apLskFwSftDaZrWZAQMB361LTfIaVDiZ { top:4rem;left:0rem;width:29.625rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET8TvdOZrhhDWM0bshTeBAI9sOEhpf86 { top:14.3125rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lp40hSSIwA6Sa2n31gaMF6W6UmNHmrvM { top:15.6875rem;left:23.375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5hTLdtvnaSJTmqCeoN2TIdstM58WOTC { top:8.0625rem;left:23.0625rem;width:24.6875rem;height:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uen14GOVL6NHHxd4DkL0wTwOZ3UU99Ml { top:5.3125rem;left:23.1875rem;width:5.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NO80frt4h7S7A7mMnT4Xol5Ty5rgX2tK { top:16.0625rem;left:25.5625rem;width:22.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Frmq3BoTgoBfifCxTc7MIKViPByX3J9T { top:16.6875rem;left:45.375rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d22XIGJUDethxkdE457AekXd0tue6Cf2 { top:12.0625rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JsTfWMbaTAwDOFCVd85OPpr2c8sy1HeQ { top:13.125rem;left:23.9375rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5GzazUsOXO6cyrF4J9VvoT2vL4Vlrxt { display:none; }
 }@media only screen and (max-width: 763px) { #UfOO1iVigwR4478dNhtSVtyO7o6XnKKN { display:block; }#UfOO1iVigwR4478dNhtSVtyO7o6XnKKN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #htXFOImO7WB6Tv9ue5NbQpSNiEgSJbzV { top:4rem;left:0rem;width:29.625rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJkJhI61rhkDbVxvh8cCqyBTyU3idniF { top:14.3125rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUZb2nvJrkGHi5Q7gc6TGPXBknEmfSKk { top:15.6875rem;left:23.375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzy5tPcJ4Tex9tx0oDaSsNQyv7MC2BHq { top:8.0625rem;left:23.0625rem;width:24.6875rem;height:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7m0TTZ5r6Jd82yKg1aPTWhBeGcJP6IW { top:5.3125rem;left:23.1875rem;width:5.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToQO0oaTZrCslIxZMHb8aaEd8TEhSDc3 { top:15.4375rem;left:24.9375rem;width:22.8125rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #varwgyVW6RyZNVC5V8XnITwEsAzzRDBA { top:16.6875rem;left:45.375rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbMH83ho11KWkpxDhueTT6KZb2N7MRH8 { top:12.0625rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iOL8Tc3B1oU3noP13bWbpDUeaSrHwaVR { top:13.125rem;left:23.9375rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #O2gXt6DQ29CP32SIOy3gUVVwpGpKrq4W { display:none; }
 }@media only screen and (max-width: 763px) { #UESTiJvfiXPXO6It4Lzme7D6BKMoLn8T { display:block; }#UESTiJvfiXPXO6It4Lzme7D6BKMoLn8T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dc0ykpN8tNQnfxHT2If0uR0JuE2oN9mu { top:4rem;left:0rem;width:29.625rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzAciaNQfpMGZeImBfpQy6FP4a27FA2V { top:10.375rem;left:21.5rem;width:26.25rem;height:3.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcJmiB2Cq7VZNy1eVhSITJokJgJbxk1g { top:12.0625rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cRV2l5GDXsirNPIwSv7bx6VaLr3FzO0P { top:13.125rem;left:23.9375rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pi81KDZ70QIOrm2LRM4f2bcMGq2nLBSi { display:block; }#Pi81KDZ70QIOrm2LRM4f2bcMGq2nLBSi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TwWO33NzThhKfKFqarrptE1LTB3N5XDy { top:4rem;left:0rem;width:29.625rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHTzd0HmmEQMteKPm2kuie8ItXncWOqx { top:13.625rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvlBpzvzinMaTTRiazbT7sO0OB3fJhc8 { top:15rem;left:23.375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtNkT101MShIlX2hBIQSW5Cy6W4sEMdb { top:6.8125rem;left:23.0625rem;width:24.6875rem;height:2.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwW6xOLV5SBQ8NuvlxOPHOqMpfDh48tw { top:4.625rem;left:23.1875rem;width:5.6875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLmlaW1SoxvxEAwTl6gha1tn4e6VCTW3 { top:14.75rem;left:22.4375rem;width:25.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSkmccFuHZ21pK0XF1XL8hZtJm8XdCcx { top:12.0625rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zXG1q2bTlwJUoWuc7GeJvTA8Ilu5w5xi { top:13.125rem;left:23.9375rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ycSahwn1we2rrB6lDdkSg1K9Tko8THz7 { top:4.5625rem;left:28.5625rem;width:5.6875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWF4eC0yzo1y1dXfawuK8E3Vl7gCVC5c { display:block; }#qWF4eC0yzo1y1dXfawuK8E3Vl7gCVC5c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GzFKWUhFb79cURlrTxzqORIVcxqTViNv { top:4rem;left:0rem;width:29.625rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMCFCBsHwag22EnHrbF3vsS7nplMH1ip { top:14.3125rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnKyec9c5WuRX3C2U4THGycEUew50bBu { top:15.6875rem;left:23.375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEy2KK0ckG5XMooNt6hi8io6FgbTPFlc { top:8.0625rem;left:23.0625rem;width:24.6875rem;height:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVudmhLGPi7syFKBmrgrXRcZZxg3oUSw { top:5.3125rem;left:23.1875rem;width:5.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eErlGRyDMFNqE6FX0CT12Fqk7PfTPuwF { top:15.4375rem;left:24rem;width:23.75rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTpVRx8S93ZK0clVNMDfivwgGDyENcqV { top:16.6875rem;left:45.375rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLeUdP5SKXGuWh5CUN1MlRml2UtLSnVD { top:12.0625rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kWmB0RlaQPgDdAqV3ThLihwOvFkHn6XS { top:13.125rem;left:23.9375rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bTcpzwSnzTtgdw05X8KSalx1dNPTpEE9 { display:none; }
 }@media only screen and (max-width: 763px) { #INao1TyH2SGGac4JJg9x6WKx8R3tAFkf { display:block; }#INao1TyH2SGGac4JJg9x6WKx8R3tAFkf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OmCI6ecABhRGfS1fzV30mi7Jn7O1qrLv { top:4rem;left:0rem;width:29.625rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaXBXpQsv7kEEUtEHcBVgKsSntkizEPA { top:14.3125rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1mtTUdwIeS9NTwWKewTgWa6r1n6Zv68 { top:8.0625rem;left:23.125rem;width:24.625rem;height:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyShVD0b9Ba9ipT362HZuydomCM3q2gC { top:5.75rem;left:23.185939788818rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgRz9NNsIvfbPgmkROciLhAuCf0ItOnv { top:16rem;left:21.625rem;width:26.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iE2ScmVnlKTky5C2GhpV0zWagTUW6ciN { top:12.0625rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RK9Vrv5GrzMCd7cgTG0KaeeuW7dcl4H5 { top:13.125rem;left:23.9375rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ckgTcaUnc3I83yRaI73uM8FqvT3h9X7D { display:none; }
 }@media only screen and (max-width: 763px) { #EgnpHfMf1FH3ScsdgmQXkC3lscEPdUAc { display:block; }#EgnpHfMf1FH3ScsdgmQXkC3lscEPdUAc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eX6fpmTUbhCIROKatTIw6JA4XMeTVdNM { top:4rem;left:0rem;width:29.625rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8rvpLvTZngeZq4LWH05Fadq0Ug3LEQt { top:14.3125rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #or7RxvqfRh5pGpBybyOCWAZplID6cPeF { top:15.6875rem;left:23.375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNOJ38mN1M9seeeUVXq8kk1A6gtiSaWT { top:8.0625rem;left:23.0625rem;width:24.6875rem;height:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTSAvKWWq4e2VVrAlsLkT92ZzgBIvoUo { top:5.3125rem;left:23.1875rem;width:5.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6OqrkvE2cFMydrqU4bXve9oil5WZeCI { top:15.4375rem;left:23.6875rem;width:24.0625rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MN8SlytU5qMEfR5Td8qFt1vHi15u9r60 { top:16.6875rem;left:45.375rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AivELphxEJesy94WGkPhT2BbIZdDC1Th { top:12.0625rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #k1FOgJLf119QUFN3LbwfMHnW3C1WvtZ1 { top:13.125rem;left:23.9375rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pWkdAsbaHmxc4J722y7GPqCDEf3RfLTE { display:none; }
 }@media only screen and (max-width: 763px) { #dZBzTDacyvotOQnKnfpoR9nT4pslGzha { display:block; }#dZBzTDacyvotOQnKnfpoR9nT4pslGzha > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wnkBXz9hLMkQC3QyksWm3Sh7RxedcRET { display:block; }#wnkBXz9hLMkQC3QyksWm3Sh7RxedcRET > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xcwth0m8NlRW00EvnvFVxfceIE5QuZ3G { top:3.8125rem;left:0rem;width:29.625rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MULZTQxc5RUGHQb03ogVGV6okhNVgZuy { top:14.3125rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNMlOiEMfrwEuPGTPq06z2hiMEkykvQT { top:15.6875rem;left:23.375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ1DFETJnHynKTDXfoaxkqNR87bnVzLk { top:6.9375rem;left:28.0625rem;width:19.6875rem;height:3.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIE8oMhECWbvJbTbDLXRchlB1venDtBC { top:5.3125rem;left:23.1875rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdzOHTLwUh5lEOsrMkGXUioXHARMXTOu { top:16.0625rem;left:24.0625rem;width:23.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvHAP441WkyuyQhdVyv6TKFHe25hsOlQ { top:12.0625rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bnXsR0HBEU9N9CD6PalxI2XhcspJO9Rh { top:13.125rem;left:23.9375rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LU8V94WuoRaaBXPQD2sxMruXr3DctCxx { display:block; }#LU8V94WuoRaaBXPQD2sxMruXr3DctCxx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fOpZXcBIT9dFIIPrRfhCUU4OFuNnNaFx { display:block; }#fOpZXcBIT9dFIIPrRfhCUU4OFuNnNaFx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UDU2xL65cL10eOI4oGQU3IS51BPTqiNl { top:4rem;left:0rem;width:29.625rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNye96Na1rpsrcMIuuzls7sQ0tyTV8QE { top:14.3125rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBOrFHLToFcr51JwJmrG9mlb7m2q5fVV { top:15.6875rem;left:23.375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeZZwcPhrr2uTFEwhGSTAcFBugsrlc18 { top:8.0625rem;left:23.0625rem;width:24.6875rem;height:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWWWESSTvl3GxITHCtUDBQE6frHs71lM { top:5.3125rem;left:23.1875rem;width:5.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NODgzvHvbRQL4bcyg81m8ITc54gxzp7A { top:15.4375rem;left:24rem;width:21.875rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KP0it3JOENR6StDIKE6M6F9TIBISxtew { top:16.6875rem;left:45.375rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhamT4cvT9V0sZNx0BGhXXxDDTaHvlNX { top:12.0625rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TnzLkKbvTJBc0Ek093ydG86OTbIZuCCE { top:13.125rem;left:23.9375rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #k523FE53VncPtEsBUnOurnuxVbW4IXrA { display:none; }
 }@media only screen and (max-width: 763px) { #tng4uTNdt2fmOs2pu6aBXk4LFcCoanKN { display:block; }#tng4uTNdt2fmOs2pu6aBXk4LFcCoanKN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TiiLr7LHKGobTi4Ug7uX8xMFrhbMRX4K { top:4rem;left:0rem;width:29.625rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tytOTvQo5HFnoqIykFCFBB8NR0E37sM4 { top:14.3125rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmGSHxKOK98FK1U1mEV9i0WzgPsWg3ar { top:15.6875rem;left:23.375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4ArVe1EWJI020aH7uZTe6aeuiFbxSCG { top:8.0625rem;left:23.0625rem;width:24.6875rem;height:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MShfyNtsvULglTlsR64x2sh1R2O2Js93 { top:5.3125rem;left:23.1875rem;width:5.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTaQA8ELgRhLlzLrAT2l8e52lfgmawmJ { top:15.4375rem;left:24.3125rem;width:23.4375rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1DuPNDFDa2Ohh24ZwXLS9ZflpNRDq4L { top:16.6875rem;left:45.375rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4ClPV5BpKJzKMBcbWd59Z0JcnFo7d9s { top:12.0625rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xR26EcootfzcFXoqQUOfyyQouNArhrJw { top:13.125rem;left:23.9375rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WtLEH7xFVouLTX6gWNWWQk2P0pBnwiC4 { display:none; }
 }@media only screen and (max-width: 763px) { #Vb89QOSBfB7So6Q8bHT6neoCmOq2RwlT { display:block; }#Vb89QOSBfB7So6Q8bHT6neoCmOq2RwlT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qXSTkS1xNzWm0VagtovWGDQr24caXApu { display:block; }#qXSTkS1xNzWm0VagtovWGDQr24caXApu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NMOJH2lblMvtIFSH3T5JSt5SW65lO7cT { top:4rem;left:0rem;width:29.625rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwBDo9sLM7JIHuZoea7rKlUExdOKJyRH { top:14.3125rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFQ3IbJyqZGQToRqIoVtvenoeNrE8elO { top:15.6875rem;left:23.375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEI4PD2skFZwtcLGqCZbGe9EFiC1QhAt { top:6.9375rem;left:30.75rem;width:15rem;height:3.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybwQUE5ToETCVPdCot6OqmcGrdwsh1h4 { top:5.3125rem;left:23.1875rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJIhuZ9sq3Cm0qsvFcmroCRdb7arVl8x { top:16.0625rem;left:25.623046875rem;width:17.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bC1bVrm50kANvfxlo74ALG8fcsc6u2Ak { top:12.0625rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FPZIa8MSHeFDPrMbUN0octg9PppuR9kg { top:13.125rem;left:23.9375rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gcuLirtttITTymXaGhLT45U0TBAOq7ZJ { display:block; }#gcuLirtttITTymXaGhLT45U0TBAOq7ZJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WJ8csgoE1vTnaw9PQN96aKxW35TgZl9s { display:block; }#WJ8csgoE1vTnaw9PQN96aKxW35TgZl9s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z99bOW12HPJgtI8FerOQIvH5yeFy0rSE { top:4rem;left:0rem;width:29.625rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUdq73n5TRkhs1DSAfNzVI45cgydLqFJ { top:14.3125rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCaAhtSQCSIq8rWNxqoTp26L0lbm6P9d { top:15.6875rem;left:23.375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i080LdngtR8oF6BFX25sgO2r4MTpmhWU { top:9.3125rem;left:23.0625rem;width:24.6875rem;height:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mACC4btO9iMVz4AIgVoVq4SxRN4lRRe9 { top:5.3125rem;left:23.1875rem;width:5.625rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmPLXesv1vsQmknrBRIopqsRXZOi7y3p { top:15.4375rem;left:25.5625rem;width:22.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwGypwTgCOSixgUnFSvkZbMT000FrB0U { top:16.6875rem;left:45.375rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELScthdpZ7kUq1U84bC8myXAtWC5h1MF { top:12.0625rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rxNUu0fGbPzL4xTmidU33Q4Ep0xou0zK { top:13.125rem;left:23.9375rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZSPwUSy3xQ12y69PTIRk0NEUufWsm6Dy { display:none; }
 }@media only screen and (max-width: 763px) { #Qgh8Dem6uvPS2Zs3foEMZxACHoTQoZic { top:6.8125rem;left:30.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaRX9iiOyBS1sV33BFPhlwIeXZhyRVT3 { top:7.1875rem;left:32.4375rem;width:15.3125rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1RCls6nzZVCw6Bse5JAFE6fGUH6NXy7 { display:block; }#L1RCls6nzZVCw6Bse5JAFE6fGUH6NXy7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKQEBDKqu70hx6R3HXx8xLbkO4PEade8 { top:4rem;left:0rem;width:29.625rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONQ66rs23FOfXmQqtRJIIuNaelrepMd1 { top:14.3125rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0LiuR7Eow0vNAmKKLKWl44c6aw2evgv { top:15.6875rem;left:23.375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCwfn41N2nUR0Ss3AVLO0m72uC3Umh6v { top:9.3125rem;left:23.0625rem;width:24.6875rem;height:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoMVBtfqXrZHWK6AGcUC9xVXqnEz0HHM { top:5.3125rem;left:23.1875rem;width:5.625rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ranRzaTpyOe0Qr26ge4dnwW03GvvmpmT { top:15.4375rem;left:25.5625rem;width:22.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0DtMHqTfapbxSB6qXy0kxTSCqsg9P38 { top:16.6875rem;left:45.375rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LThO04PrMq7LMaW9qKBTVaeOPZv8pczL { top:12.0625rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WpcK9PvkQCT560kVvI6XJAfZ1bs9S4Bs { top:13.125rem;left:23.9375rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UoiAu2DxUqQSpQzcAwImLB6oV0Cpvsf7 { display:none; }
 }@media only screen and (max-width: 763px) { #TP75fA04WaHAPTqfAsHXdATMkJIfHtOG { top:6.8125rem;left:30.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4zQae0C96IVlVp6O2KCq1uGzW7lv0hq { top:7.1875rem;left:33.3125rem;width:10.9375rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxhPFOFb7IuscXJvHb3sNdZsAy9n1JeG { display:block; }#uxhPFOFb7IuscXJvHb3sNdZsAy9n1JeG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mFbVJcI69gqg4E6O6vroKvV0GtMLzLvZ { top:4rem;left:0rem;width:29.625rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMk895UE06TyPc0sp59flmpcGRZBsCWH { top:14.3125rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3SXvw5Ozbp0mTTGmzph93xZEfckqsyB { top:15.6875rem;left:23.375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5o1MxzGummX6waOlJSaQPlA6azIv3X2 { top:8.0625rem;left:22.125rem;width:25.625rem;height:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4XWOUOZCidTWO7bUJirKT4LUpuTrc1Z { top:5.3125rem;left:23.1875rem;width:5.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcqopFGDoChTFbpcwnqKv0hADKgo58Uz { top:15.4375rem;left:23.0625rem;width:24.6875rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4i893HI1dOsJDNU55hi9GdB7HeHuhQr { top:16.6875rem;left:45.375rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZ1FIvwTqwL25mDRrNNyMuTTXt3cPTpC { top:12.0625rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JVFoce7TCzxlJToFCywQbHq5Za7dQn4z { top:13.125rem;left:23.9375rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oRc8mMMGqWVX1MWEkvTq125Q86ff56Aa { display:none; }
 }@media only screen and (max-width: 763px) { #eMFJcnTnTcEZQGqDBTXA82syFJyDnhd1 { display:block; }#eMFJcnTnTcEZQGqDBTXA82syFJyDnhd1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rsqLThpEV6ZtxGXD02iHsD9pTpV44QpM { top:4rem;left:0rem;width:29.625rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4tnVOcuelGRrqR60ueJZsON7CRisq86 { top:13.625rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCySDsnvmtEK2ZHLSI3EAIofFV3y2ris { top:15rem;left:23.375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IA85MANeZzeMJE51bGr5wLsT8r19HGd6 { top:6.8125rem;left:23.0625rem;width:24.6875rem;height:2.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4WloCV0tKu9C9XPTeHM8Xa8Uq8TkRlh { top:4.625rem;left:23.1875rem;width:5.6875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2WUMLT7WXaaSNuk9Z1FuTGfLPDTHcWK { top:14.75rem;left:22.4375rem;width:25.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPLvhJDkafrApGUXutEis7HmVKrHRrF9 { top:12.0625rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #z0WQyWPKy49VyoyZbuW4Q7PBqUbtWBNe { top:13.125rem;left:23.9375rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qMHUxc3do83zUfAZhJinpAQAMoO54x8B { top:4.5625rem;left:28.5625rem;width:5.6875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZS1vCCdEiDAgRbpbr9mVrer2DgVQN5tJ { display:block; }#ZS1vCCdEiDAgRbpbr9mVrer2DgVQN5tJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kKAUJVKLTx4MeTRPGtTKoZaKwDEmCDI4 { display:block; }#kKAUJVKLTx4MeTRPGtTKoZaKwDEmCDI4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H8WW0KqiXbcsP1XhpcBqmJ7JGavkfSAh { top:4rem;left:0rem;width:29.625rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwLmOGT4EQGIALcv89L7SV4AZ234cIzK { top:14.3125rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwIpEfoglOIEgIitFTduU8AgkCwOTwXF { top:7.4375rem;left:21.8125rem;width:25.9375rem;height:1.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U83bP9qRBCRNrNg2sRPUOBupuV4tgvkS { top:5.3125rem;left:23.1875rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTdkJW7lhSSEthZRBE7RD4zpWiPJZrGV { top:16.0625rem;left:20.5625rem;width:27.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #byQTOFTfq8u2M2QvQRyWSumuxIleJpEP { top:12.0625rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #i9UrArovyx2QNKxoo5Tv9zxNTeS4BqJn { top:15.75rem;left:23.49845123291rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWsCxbAT5HZCGzNSkGLiQfmaRdlgiMuD { display:block; }#GWsCxbAT5HZCGzNSkGLiQfmaRdlgiMuD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mAMCP1GasrsoTLGoVD8AxQPCoV4UAAxG { display:block; }#mAMCP1GasrsoTLGoVD8AxQPCoV4UAAxG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nxip0IqMFJE5kHBQCXp5esnpanGxquvN { top:4rem;left:0rem;width:29.625rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oo6z5wCCTbBrBAXs3C8rC2N7rdMwTNEr { top:14.3125rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmZ1rqVNdhBvrKC68HTWyqtBT52gAR46 { top:15.6875rem;left:23.375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqcTvT24L8eCmLRxB5kl5dLwtmW71h1N { top:8.0625rem;left:23.0625rem;width:24.6875rem;height:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfREmog4XgG6Tdcm3pgt93cnMaVdIzP1 { top:5.3125rem;left:23.1875rem;width:5.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTTJdOm6CByn3Vo8bG2IXAu9pXPtp5iG { top:15.4375rem;left:23.8125rem;width:23.75rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVLtTrMbM3KFx2TQcw5MCaBt8bdlbQMs { top:16.6875rem;left:45.375rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoFzleai3xoX9lBHlxsnP5dkT7GM4sTn { top:12.0625rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cayQk9Ekh8c7ixDfGNHr4kFP7rc7AulT { top:13.125rem;left:23.9375rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CN2g1SzRgPPpFoUD8F9hWt7ThWMiVStd { display:none; }
 }@media only screen and (max-width: 763px) { #aMsf1pnqgohR92RlorSMSsF2NLMwXNm4 { display:block; }#aMsf1pnqgohR92RlorSMSsF2NLMwXNm4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zaXJExMLd5QQg9NvkWB3CrV5GZwDBhNv { top:4rem;left:0rem;width:29.625rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRlQAatHEwDu1C98VVcrSCxg1e5WBxSW { top:14.3125rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpAKKLRKIstplKhWxglEppicGMeXRMrS { top:8.0625rem;left:23.125rem;width:24.625rem;height:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQhhue7n3vDHfTtTs4EiF3MZMV6zEbNH { top:5.75rem;left:23.185939788818rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i61qckx1IKRHbp903H6Gs6tlCoFbyDdT { top:15.375rem;left:21.5rem;width:24.6875rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfqZgd0WHWcsI3DrStpmVww8Q31tCda5 { top:12.0625rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JZWzTgTpx279NnBfzli3teE99Au8sZUe { top:13.125rem;left:23.9375rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DSpLRuxwBGCcLyoTFfbEZkbwleZoOnpJ { display:none; }
 }@media only screen and (max-width: 763px) { #h6oAzWykqsgmHtgzpVxN6qibgtlI4T4A { display:block; }#h6oAzWykqsgmHtgzpVxN6qibgtlI4T4A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bpmrOD3HQ3DlHOw5HCquEJ8xEKvT2nzJ { top:4rem;left:0rem;width:29.625rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJ8TB7QxprQ7F18zNbTtV7rnfKl9TN9O { top:14.3125rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RF5yPRrRqSSMfdy2SCX3zxGxROkB6KeF { top:15.6875rem;left:23.375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmWRukK5Az2tMtNhqRJntA7edfwrTdFP { top:8.0625rem;left:22.125rem;width:25.625rem;height:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKkl41qcnduuw8gNh0T9b2X7VF3DswiM { top:5.3125rem;left:23.1875rem;width:5.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3QZCUVq6O7i50sSvGfp8ZrW6dV3vNMv { top:15.4375rem;left:23.0625rem;width:22.1875rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGqsxQzvylSyRm164XDSxBtms7vzc0tn { top:16.6875rem;left:45.375rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfB0Ea2G45BePAfUzLB0KSnmDu751TfX { top:12.0625rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vaFbdtR4oDMsoQ8mL3OVeHCTPy9pUPgW { top:13.125rem;left:23.9375rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #C73hzRRhSXx3kDlWfxIpRh2NKHwwg2up { display:none; }
 }@media only screen and (max-width: 763px) { #PeFrE3hIWpuMzIl75HcJ2HxIpyfUVI8o { display:block; }#PeFrE3hIWpuMzIl75HcJ2HxIpyfUVI8o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PZG61S60HfGhvQk6VTlvcvdbDA7AT0T6 { top:4rem;left:0rem;width:29.625rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffy1XvPPDxPKpmT5AS3WPsvlUDzn9bHq { top:14.3125rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPn0Q4orm148O8T33fhz5hEaU9J2GvGX { top:15.6875rem;left:23.375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXO3rTTkU3RqfDdgoXbSsdrnDeq63yyM { top:8.0625rem;left:23.0625rem;width:24.6875rem;height:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNI2mZdmbUJAcCnH5SRwnsWmDCuBEPmZ { top:5.3125rem;left:23.1875rem;width:5.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBx7Iz3QVc0qZtlXPJ4XS2Q5PMwP1h1s { top:15.4375rem;left:23.0625rem;width:24.6875rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTRb7fBh14tyhb4xoZiAAycOABz5RJ1e { top:16.6875rem;left:45.375rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtXsX1pJQCReXL4QWn70fif1P3iwIzxE { top:12.0625rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KmC0FIpQLE1FCzTs07pbFSyy2Rxq7heU { top:13.125rem;left:23.9375rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #A0yKcpXRi099wfBTEW8MUwrtsnkB3Rp7 { display:none; }
 }@media only screen and (max-width: 763px) { #EZbiGyhEammvuzTIAwwvuLN5BTHfT46t { display:block; }#EZbiGyhEammvuzTIAwwvuLN5BTHfT46t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kOabDXHN3NNfwAVePJDE2OPDpqKPk9ny { top:4rem;left:0rem;width:29.625rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhU7skLT17vA4eRsT43zXp3zDykNOyQN { top:10.375rem;left:21.5rem;width:26.25rem;height:3.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sasbkgFCvB8RlfByrrtXbR0XD50CCA29 { top:12.0625rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vcx00i4kihvz9LOykClaM0yXBJ7RWPUk { top:13.125rem;left:23.9375rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yyGk0ceoBiEylNOTbzTMUNso59vp1c4W { display:block; }#yyGk0ceoBiEylNOTbzTMUNso59vp1c4W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X1iPQgpAqofp6qhtriaZryLV2dXxb7NU { top:4rem;left:0rem;width:29.625rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1U7OhaQ0nQS6eNVg0VRtQ9RSu6okb7k { top:14.3125rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJv9N8zrEgrdFy3RASuTIPxTDotb3TJL { top:15.6875rem;left:23.375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwgJVJFgtPcB5aQyqDtRJQmUywwkgSOm { top:8.0625rem;left:23.0625rem;width:24.6875rem;height:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSk0tvObSfSaHMDFWBroZMcWdP3XaRUr { top:5.3125rem;left:24.1875rem;width:5rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWmDcWKA50TRXVvvsU9Imxm1kq45Cbea { top:15.4375rem;left:23.0625rem;width:24.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrToBLQpSxXvgV0msMiAqFF64hPyFBbi { top:16.6875rem;left:45.375rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2yW2LFfHZbyrPTqrDf8n01zBvuJTrUI { top:12.0625rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #g9BL347cZTnS9BJ8TLaPDuREb7FWaSLO { top:13.125rem;left:23.9375rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QDZFFGPRhyAAQTJxertdc9mNknUJcHxd { display:none; }
 }@media only screen and (max-width: 763px) { #lUAHNrDTBqhRvMwTLoAO0I1aMySIPz4K { display:block; }#lUAHNrDTBqhRvMwTLoAO0I1aMySIPz4K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g28vSVNDFXJ6feQ3ZdeBW7EbQLhwLWcM { top:4rem;left:0rem;width:29.625rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhuuhU2sLtm8O9PSkV0yWTT1pIQeM8By { top:13.625rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDCdixxsBA2oWeAwIZ4puo3X82HcBEVU { top:15rem;left:23.375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrtDNio2T1EGTixds72d45fyNOzEq0z7 { top:6.8125rem;left:23.0625rem;width:24.6875rem;height:2.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DM7MnoC2iW1gwpfJwQvd8W60a7IxkSDf { top:4.625rem;left:23.1875rem;width:5.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wW83N3QizGGr6bl8xrIs4uXT7W4b5m3b { top:14.75rem;left:20.5rem;width:27.1875rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdINiTw0LtR0L5WyTcn7FV292mzk4svl { top:12.0625rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XFM3ewBeF7pOiEdWwhSIl6dLzlP0sJaK { top:13.125rem;left:23.9375rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #W5uOrvkgneAHsS0UwcuWZHPQ5DadRCBS { top:4.5625rem;left:28.5625rem;width:5.6875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hT50Zq6sDl5TBZsyckpgc0w1wXU3sDwR { display:block; }#hT50Zq6sDl5TBZsyckpgc0w1wXU3sDwR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dDBEf5ESD5JsHIITXV5hB2cMFROLmJte { top:4rem;left:0rem;width:29.625rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eR6rQWwEVmCdeyW7eubhneBmzq0JbyL8 { top:14.3125rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7WzwysyIqZSeMg3vEPPIANi5KrdTzAX { top:15.6875rem;left:23.375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S59sHQnnpOT3KbHLprMpVvPODdCAe4TK { top:7.5rem;left:22.5625rem;width:25.1875rem;height:2.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUInE91kAt8J2sT3Dzwy3asDQxz2BFBI { top:5.3125rem;left:23.1875rem;width:5.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIbCNZz1vNsP6FcA4r7bOPkN18cgqAHQ { top:15.4375rem;left:21.125rem;width:26.5625rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UP3gxwnCFX7ZMAMiUyCXbTDDNfMb3dr2 { top:16.6875rem;left:45.375rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkNozGfMamm13STUUaTiay8LPZQS5WrZ { top:12.0625rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qg4tm3mLTKTeAPBuz6U1HvBK1Vo6y3Qa { top:13.125rem;left:23.9375rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dm1caR0928z5dtOQeHTaTFG8ikac9ww6 { top:5.25rem;left:28.5927734375rem;width:5.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp1Z4fJ3kzTguyFAQWxl8WCBiGF08Erx { display:block; }#Tp1Z4fJ3kzTguyFAQWxl8WCBiGF08Erx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zbb5VqUJNtEVWqr3AVeXaqwP8dcmS6Ui { top:4rem;left:0rem;width:29.625rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEhssVDmOvZva16HVUKcgxTP6aT5iLTb { top:14.3125rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxeUM9aLhANpS5S6vo6WqWNtswDaaZOb { top:8.0625rem;left:23.125rem;width:24.625rem;height:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeKB13c39xAy28hp8SRlcOmsIbJmBeiD { top:5.75rem;left:23.185939788818rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrcwgXGIwucfnzgCFPs8PUIW1TvXLNpN { top:15.375rem;left:20.3125rem;width:27.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLUDpCCXnliT1qw8VoGOpRcu5ylBZ9hu { top:12.0625rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vk9wdHcgIrSnfJ0uFUNleLQ5CTr5aNn3 { top:13.125rem;left:23.9375rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OTV1AfqOpDUiHRNKDpkMEKtZ9oIznKyM { display:none; }
 }@media only screen and (max-width: 763px) { #wkDVXqZV2XdTeTTitqKmU36UuNObrtWD { display:block; }#wkDVXqZV2XdTeTTitqKmU36UuNObrtWD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vuhJKlR6Ed26JkMfKKZi5fT7tZexKePo { top:4rem;left:0rem;width:29.625rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVC52pgfIMBkfDMTDUT4fRU05mra3ixw { top:10.375rem;left:21.5rem;width:26.25rem;height:3.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhOVolxh9ARaNKSOoVLks3EXI9zmCs1z { top:12.0625rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JsG4WQa8r0wvOTvQnxtLUQKxI4k2WnLu { top:13.125rem;left:23.9375rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WtLziJAHgme9PgZCTmBF9Q0t5ai2Gcrh { display:block; }#WtLziJAHgme9PgZCTmBF9Q0t5ai2Gcrh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JcCtnr3VuFMgTHJTxMw1pGyJKQQsLTW8 { top:4rem;left:0rem;width:29.625rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFyGbSzF0k57uxHStpNgGNqVlfcsbUcO { top:14.3125rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1QLwfMaIEAbtGNboPHxwqWbMB7cU9dT { top:15.6875rem;left:23.375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSzs64dbVCVD135ZN61zDtdXwdP6D1I8 { top:8.0625rem;left:22.125rem;width:22.1875rem;height:1.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHSGFt6t9nxEoP4yTVikDb3gW5CGh2AJ { top:5.3125rem;left:23.1875rem;width:5.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2ZXOhMTaE1pyktK3TB3lZEGAyunD44J { top:15.4375rem;left:23.0625rem;width:24.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUDPmcUimGNplzS1kAWsGhTxwQcetGay { top:16.6875rem;left:45.375rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIB4ZAaeFeGHeyFmg364wsBiMKmsZCKa { top:12.0625rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kJlSv7g1wZS0Gd2ZbrOKIlThuluo6vWt { top:13.125rem;left:23.9375rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qyEuMTUzwdndw8blUr8N4icLJboh95mZ { display:none; }
 }@media only screen and (max-width: 763px) { #XFPgyDZw7H7LaFBS2fITw3gvr8FgsG6N { display:block; }#XFPgyDZw7H7LaFBS2fITw3gvr8FgsG6N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zHIPlBm95mkeBpuJyoo66LbPkh8iKQ0t { top:4rem;left:0rem;width:29.625rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxdWtIHL8GAHB2PAP8PshfCSF4HQ2nhu { top:14.3125rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8hZkAKo6AiZNA3GuvtpfVa5OoIt3Zm1 { top:15.6875rem;left:23.375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT7MANDkHRFFFMJa0nm4RRRsBSGpTANU { top:7.5rem;left:23.0625rem;width:24.6875rem;height:3.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0hZ9k7nl82ETilfScFSEIRMKEg78Rkk { top:5.3125rem;left:23.1875rem;width:5.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsF9WLlNm2NwOJ4fmnEhhVoN8oz6bscK { top:15.4375rem;left:22.4375rem;width:25.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVr7LbdExgQpV3szIUgOgyQBH55IUnLH { top:16.6875rem;left:45.375rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmlKLwS8479kAASJCQcZKV326FyfEDpt { top:12.0625rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rrouFzTRlPPKu481Js42TAc7LrTZGpms { top:13.125rem;left:23.9375rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TfP0iI56EGzHmTirxkCWeykno9w61wch { top:5.25rem;left:28.5927734375rem;width:5.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPPB57mO1tB7ksN8MaSWWwvDAKEXOFJT { display:block; }#yPPB57mO1tB7ksN8MaSWWwvDAKEXOFJT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F75rzZoouThIUB1Q7Ti577IWnfo9DukQ { top:4rem;left:0rem;width:29.625rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuRlCzsSWkcOy3lQMpq8BWREQsl3TqtB { top:14.3125rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qusrGuplx60P7amhvnKlkzr6lHzFZbOG { top:15.6875rem;left:23.375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nraLBMIfHgSIwZ1JutQU1HOsZgFPqCxI { top:8.0625rem;left:24.25rem;width:23.4375rem;height:1.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAK0Tk98TVTvCh5aOHGiDe9pA3QwAi4F { top:5.3125rem;left:23.1875rem;width:5.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKH1oD9outnwRTQFZwTt0EAG2ZTPbeiE { top:15.4375rem;left:24.625rem;width:23.125rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EV8icbLVucFg6DkQUnyS1FkgpckifwgN { top:16.6875rem;left:45.375rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqRdU6wEmlyF2WTQPWCIXh8oq0iD9g4O { top:12.0625rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JstCnq43I54ae9fuWRaCJQpEBGcDdrT1 { top:13.125rem;left:23.9375rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #P0Zykc09Au8MxKqoOCxougsH3d1GIL1h { display:none; }
 }@media only screen and (max-width: 763px) { #y1ZskOD1HJu4UguJkKZFWSHgGFuiJbyd { display:block; }#y1ZskOD1HJu4UguJkKZFWSHgGFuiJbyd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Htn2D4yTPTxVH7oayOAHSuIES3A1MPoU { top:4rem;left:0rem;width:29.625rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJQsDp8ldRuTepSuD0XlneIHwq7ZFeeM { top:10.375rem;left:21.5rem;width:26.25rem;height:3.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdDeebT7kQdZmrAtwAe5ymH1Fk2bLoEd { top:12.0625rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #W1QGD9qogaGpZGecP3ahZwN2bDsT5pyl { top:13.125rem;left:23.9375rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q4FozfeC1C2TJSuMblL5b7x5RrKwHMOW { display:block; }#Q4FozfeC1C2TJSuMblL5b7x5RrKwHMOW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ptMJ70ct55kERaRoRHNcXZ5zf4ELTtFW { top:4rem;left:0rem;width:29.625rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PncF7c4HcscTnPUzkZI821dpXC9ym8P7 { top:14.3125rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ws04MBZPBJkImLKEWJxk25U88u0cH8Ty { top:8.0625rem;left:23.125rem;width:24.625rem;height:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQBhTqae2K21yThonvhZoFmeeRDB94oH { top:5.75rem;left:23.185939788818rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnmlUm4Fkm9cLEgB1fLNTVwJod18vLzQ { top:16rem;left:20.25rem;width:27.5rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cxws3QNlDJaTWrc9vnuW48627evA4ERO { top:12.0625rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EUq5p1btUUX1zWECdmc2dbZdaSZt7whQ { top:13.125rem;left:23.9375rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #STxaZLbzFphUw8FvhHhSTZt8fUBJhkdX { display:none; }
 }@media only screen and (max-width: 763px) { #UnkiRSQnr1ZOabq0q2Dzw5JKC19W2g9w { display:block; }#UnkiRSQnr1ZOabq0q2Dzw5JKC19W2g9w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c6Sztfa6fF7k4pQl3wfTpQtfQkodozef { top:4rem;left:0rem;width:29.625rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHgT4QmTTkrRgyUaEKLh2HumzL809lnu { top:14.3125rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vILaSKmAiT70XebdZBgR2XzPnXucLI0q { top:15.6875rem;left:23.375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNFk9FVsWbHcT19BGZhs4bB1uoPQrnxZ { top:8.0625rem;left:23.0625rem;width:24.6875rem;height:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPommgEcB0LBobTKaIHe0dqE3F1nc41E { top:5.3125rem;left:23.1875rem;width:5.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0K59LSHBuHVDtDc3NJmrQIFkkh1G5cq { top:15.4375rem;left:23.0625rem;width:22.8125rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbLDk9W1mKKHoBXsxQTBqRFikAOigiCz { top:16.6875rem;left:45.375rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #prUEG4f1idSxVxyR0El3x1Th3Bv8OqHa { top:12.0625rem;left:17.4375rem;width:30.0625rem;height:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pPNSFr7LeyQ56PRJwRbqN5g4JsP4ew3m { top:13.125rem;left:23.9375rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vOCrrStCF1r6W5LSMWw9zdTJG3c13LsK { display:none; }
 }@media only screen and (max-width: 763px) { #vtP9Iw1TsBAeXEaNVrzNeqpcEAmTMKvn { display:block; }#vtP9Iw1TsBAeXEaNVrzNeqpcEAmTMKvn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AVETdacxBaJ2ufirZTUtw4APSVDE6Tsh { display:block; }#AVETdacxBaJ2ufirZTUtw4APSVDE6Tsh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hLDTozL21Ec3I7mDPHT0oKSXuM13VGDV { top:2.4375rem;left:13.5625rem;width:20.625rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lyw5PVrMhVwfXCJeTgFk3KQov0XkkRBU { display:block; }#Lyw5PVrMhVwfXCJeTgFk3KQov0XkkRBU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HCeN7831AOqQs8xSGkD0WKTvqwJdmyE7 { top:8.125rem;left:3.875rem;width:40rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTT3M901UFye624kp9cv4QxAv2ntLcZO { top:3.375rem;left:10.125rem;width:27.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHMwdQucG3bG51FxOgXnSAqT1yS2itFN { display:block; }#xHMwdQucG3bG51FxOgXnSAqT1yS2itFN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PXvkLdHmSFZM08NuXuN2ePPTpGsWCVOT { top:4rem;left:12.873046875rem;width:22rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqVrllMeUNaFTgA0oupkTcMnoiUVcPTf { display:block; }#DqVrllMeUNaFTgA0oupkTcMnoiUVcPTf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lmuukaMHhXSLhg6CC8JTT1FyEKbgE6ag { top:4rem;left:0rem;width:29.625rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zctNJhTQg9QJAhD5GicamSq0zmc6lCTX { top:10.25rem;left:19.5625rem;width:28.1875rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS2mCsNq61Un7KXy1dZtJHL8pcKhWvP8 { display:block; }#TS2mCsNq61Un7KXy1dZtJHL8pcKhWvP8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R2c9ynqA7tUEMqEQILmIQZSu3rx5oK4T { top:4rem;left:0rem;width:29.625rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFGKVDhhNyIzeu2EvX5yOAJgsJGyWh08 { top:10.25rem;left:23.1875rem;width:22rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFSSZvpWcmQNFTi0uhUihEwRaivWSPLQ { display:block; }#yFSSZvpWcmQNFTi0uhUihEwRaivWSPLQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gAQzbpsZnO8eDhVd08KGHIqVG8vQOy8C { top:4rem;left:0rem;width:29.625rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7PsGPco84wJ94xdxhQ0HkBsaoGTTPM4 { top:10.25rem;left:23.1875rem;width:22rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #seaeaHfC4c6GuDxa1fDIph5m8yrmw5AH { display:block; }#seaeaHfC4c6GuDxa1fDIph5m8yrmw5AH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pvew9NXJ6x0JiDl3wqmhlz2DvFCp5vkc { top:4rem;left:0rem;width:29.625rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1TOi925zTVGa8yKaD4xJP6mozG5FsE9 { top:10.25rem;left:23.1875rem;width:22rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxaB4FFFQc0d3V3Zal1ze9wF4qJ0enpo { display:block; }#wxaB4FFFQc0d3V3Zal1ze9wF4qJ0enpo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ORIXDxrffH2rJHIVx3oA2ceRa89uwvRb { top:4rem;left:0rem;width:29.625rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7phEZGUmJx0V7l3FiIetzV4Xn2sQbfQ { top:10.25rem;left:23.1875rem;width:22rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeBzyws08N8mSTO0Jc7wnUT8uSTT8Dbi { display:block; }#JeBzyws08N8mSTO0Jc7wnUT8uSTT8Dbi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KfqwMDe5BLBsOTMsxLfMSl6LTr1IgeNG { top:4rem;left:0rem;width:29.625rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oupdwtDoakHlqxfGy4gDAJl5GIL9mgli { top:10.25rem;left:23.1875rem;width:22rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmHwXK17GsFt0ITap7aywBKiGlSG7z5V { display:block; }#rmHwXK17GsFt0ITap7aywBKiGlSG7z5V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IAFugQxUP2uIRRkbRQyeQUrAIqGBR3W0 { top:4rem;left:0rem;width:29.625rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqtkp5u0fElcwUzsTe4mP1TXJJsyA15t { top:10.25rem;left:19.875rem;width:27.8125rem;height:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZioaJOpqA5z1ehuZQEEG5wTgGFRQPT8 { display:block; }#CZioaJOpqA5z1ehuZQEEG5wTgGFRQPT8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LW7bAmgqmeTIxCHKVpCyHVNdT6TJmXyC { top:4rem;left:0rem;width:29.625rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyZTcWdfH2xh3pr4pJ6pt2hFlJGE97IM { top:10.25rem;left:22.0625rem;width:25.6875rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdwzdQiQDENBhzRWJ6H7HFLKZrbkr2aL { display:block; }#SdwzdQiQDENBhzRWJ6H7HFLKZrbkr2aL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LIocF0kRcUMCntPUE0FDwuatP8ZNyIZK { width:47.75rem;height:4.4375rem;top:4.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWXoImZ9EO7ZoVN8vvDwxJc0MTMyh2TF { width:47.75rem;height:;top:1.1875rem;left:0rem;font-size:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pe2N6y4dsTC0BpIlIF5Eafmsk0xcJnsK { display:block; }#Pe2N6y4dsTC0BpIlIF5Eafmsk0xcJnsK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zx7OkLfnDaW2TW8JE0ZkPX7u8l7TV3N7 { top:1.25rem;left:5.0625rem;width:37.625rem;height:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9rSszPfPch2M9GgzxCMVFMGtHw8657H { top:6.8125rem;left:20.210544586182rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M18XCgpu3dC4TOcwJ1JEVPqlSalNPITr { top:15.25rem;left:15.685939788818rem;width:16.3125rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJ1lL2ahEKauTyRh29VV45PtOA4v8PoP { top:18.125rem;left:14.311328887939rem;width:19.125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpAyFOpPoiXV7E8F2HUZPgeOWi5MOAFi { top:20rem;left:15.467967987061rem;width:16.75rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXN5IoTFdgxXDc5KZfmuceDXKTUniPho { display:block; }#eXN5IoTFdgxXDc5KZfmuceDXKTUniPho > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bZZnTFMATdNRMxugmmkUTlRRA3Jg2x6W { 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) { #kdTMIoBJcx8ONvH0zDx6U3RRao5P8gFX { top:1.625rem;left:14.1875rem;width:13.25rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1DdkV8qd4W8CQsxIMO4rR9U8EP4VutR { top:0.6875rem;left:0rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOLXm7ZxJVi9fU54tdMJL5qElB7JTwoJ { top:2.5625rem;left:0rem;width:1.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7WN7cNVqlJZH6TV9Rgyt11TNAIk3n82 { top:4.75rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhFO0GIJcQaSW27K6CDoORxg9U0ng0kR { top:2.4375rem;left:12.4375rem;width:0.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMQPqWcpFl5xFZdPqv6mX1aNImImZ7gX { width:6.8125rem;height:1.0625rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNsZJodNVxgoC0NW8bLtr3TkpRQMJz3K { display:block; }
 }@media only screen and (max-width: 763px) { #z0U4imkteeHaHPqwa89wqmb2vPRNpXOc { width:11.6875rem;height:1.0625rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnCVT96TdoduczcoeairegF6qbQovrA5 { display:block; }
 }@media only screen and (max-width: 763px) { #WgX1UKMRkSgQIvwgOwW5MvnlPOcaBnJm { width:9.875rem;height:1.0625rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H679HI8039Q50pc9awPEwpMiDq5KW1gN { display:block; }
 }@media only screen and (max-width: 763px) { #DicS8wncxOwFlWbIap8qrR8MUbXzhdNh { top:2rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnaDwRT4LQlD1N8ir832EcdAu0DFgJ1U { 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) { #i5rvNoh70Rn63cSgPNaEOfJsIAsvhrSx { top:2rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XL74qae7rGxiI3sIEpiXMfH2pNqoZtf8 { top:2.25rem;left:0rem;width:7.25rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wBmwF6ObAb9wfcWKHmZmovkwJdhuHg21 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:#241c58;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wBmwF6ObAb9wfcWKHmZmovkwJdhuHg21 > .row .container { background-color: transparent; background-image: none; }#wBmwF6ObAb9wfcWKHmZmovkwJdhuHg21::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wBmwF6ObAb9wfcWKHmZmovkwJdhuHg21 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wBmwF6ObAb9wfcWKHmZmovkwJdhuHg21 > .row .container > .video-iframe-container { display: none; }#wBmwF6ObAb9wfcWKHmZmovkwJdhuHg21 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wBmwF6ObAb9wfcWKHmZmovkwJdhuHg21 > .row > .video-iframe-container { display: none; }#wBmwF6ObAb9wfcWKHmZmovkwJdhuHg21 > .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); }#wBmwF6ObAb9wfcWKHmZmovkwJdhuHg21 > .row .container { border-width: 0; border-radius: 0; }#wBmwF6ObAb9wfcWKHmZmovkwJdhuHg21 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wBmwF6ObAb9wfcWKHmZmovkwJdhuHg21 > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJ3Avobd6zXUnSZySX3MHnI4ZW9s3x68 { width:4.6875rem;height:2.125rem;top:0.5625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTxigWzBVQazBf6TyAIW1xXkTDnpw7hz { width:7.25rem;height:2.875rem;top:0.1875rem;left:6.375rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #Wv4fzl8kTyt5LrPNgw9bpkKKiOBc7i20 { display:block; }
 }@media only screen and (max-width: 763px) { #mPF6bEUB4DXb6vkNWA9WmBnbpSQ9Pzze { width:4.8125rem;height:2.875rem;top:0.1875rem;left:7.5625rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #orpXwl8r4tbRlrtxthP41pRbgkphabzT { display:block; }
 }@media only screen and (max-width: 763px) { #mivEPqcTQoFOLemTE4RAMCs9ofmqtb7O { width:10.1245625rem;height:0;top:0.9375rem;left:8.8125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #wLfFVXgJBvLSiQTlMnLvTbWJ0kWyHaZ0 { width:20rem;height:5.6875rem;top:42.12031129157rem;left:147.27499997616rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #Ts0z0DyRZoy1eh1LXop8an5CusmuHoxS { width:7.5rem;height:2.125rem;top:2.9375rem;left:2.5874999761581rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #rCsfesQdikJTo7QHrgKxvaZCUT0vhTJy { width:7.375rem;height:1.6875rem;top:1.4375rem;left:9.40625rem;text-align:right;text-align-last:right;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #oUmzTfB3xIoBCvo7qxXTuDWht6pHPOMI { display:block; }
 }@media only screen and (max-width: 763px) { #xGQg2qRBJnuZOKffXJ1OO2XCVAUCFoTd { width:10.3125rem;height:2.875rem;top:0.1875rem;left:4.8125rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #Caem6OfNcSy63vaSMbLXLTUwfgxc2hy7 { display:block; }
 }@media only screen and (max-width: 763px) { #NokH30cPwtUrI6T7TiiBFkXbrwl7ZJt7 { width:9.038235rem;height:2.10094125rem;top:5.2023515701294rem;left:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MZ9aFa390nIBnW73fM2qVQVTXXVPIzWd { display:block; }
 }@media only screen and (max-width: 763px) { #HRf8yDtLoE45IhdtMmCf58GVmRfwXCTW { width:19.999625rem;height:0;top:22.875698014069rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FN8NFvuKv29VwTt3plfHoOP46hztuP1e { width:2.625rem;height:2.625rem;top:19.000698014069rem;left:8.6875rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #as2RVvxDJutgNVzsHOffOyio8BQtd1rn { width:4.9996125rem;height:2.1871125rem;top:2.872989654541rem;left:5.9672801494598rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ftr4cOdAqKLJv7NPdvd8GtzrCPkBpOk3 { display:block; }
 }@media only screen and (max-width: 763px) { #ZT0K0tNo5S89aNPv97aX2ZrS8ZwqWTLt { width:20rem;height:0.0625rem;top:26.873454803467rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #m2mvhImEoEwdzc4xd0R43iCP8Huymr0c { width:10.625rem;height:1.875rem;top:2.9931926727295rem;left:4.6844057440758rem;font-size:0.875rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #HIDrZzWhG7DTW8WWokGnzTLLqEwTfk0u { display:block; }
 }@media only screen and (max-width: 763px) { #xXQ06X520nLFhoz9GvUZlf8gGuBfa5zO { width:10.123625rem;height:1.3816375rem;top:0.8125rem;left:7.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #ebWLCoQ2NsiZa14IS4CoyOu8SDHNdnco { position:relative;z-index:auto;background-color:#241c58;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ebWLCoQ2NsiZa14IS4CoyOu8SDHNdnco > .row .container { background-color: transparent; background-image: none; }#ebWLCoQ2NsiZa14IS4CoyOu8SDHNdnco::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebWLCoQ2NsiZa14IS4CoyOu8SDHNdnco > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebWLCoQ2NsiZa14IS4CoyOu8SDHNdnco > .row .container > .video-iframe-container { display: none; }#ebWLCoQ2NsiZa14IS4CoyOu8SDHNdnco > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebWLCoQ2NsiZa14IS4CoyOu8SDHNdnco > .row > .video-iframe-container { display: none; }#ebWLCoQ2NsiZa14IS4CoyOu8SDHNdnco > .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); }#ebWLCoQ2NsiZa14IS4CoyOu8SDHNdnco > .row .container { border-width: 0; border-radius: 0; }#ebWLCoQ2NsiZa14IS4CoyOu8SDHNdnco > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ebWLCoQ2NsiZa14IS4CoyOu8SDHNdnco > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kawXNKgHqSSp7FwpwwwkwNSpkZhoEWfF { width:7.25rem;height:2.875rem;top:0.1875rem;left:6.375rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #utH1FdTdxZG9ERATnQgBk1dfCZ0NlNS1 { display:block; }
 }@media only screen and (max-width: 763px) { #AtN5pTmaflBe3uPwl9fEKJgLzkLOcvFn { width:4.8125rem;height:2.875rem;top:0.1875rem;left:7.5625rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #Ho8kKlzKny0PX0hCD2JzDlUZCfkuVMCm { display:block; }
 }@media only screen and (max-width: 763px) { #uZn2lTA0aotlW3qEu55zN260xfezkdGk { width:20rem;height:5.6875rem;top:42.12031129157rem;left:147.27499997616rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #IbS1VeIvtfdcpbBki5smkgfpt1uCdVmr { width:7.5rem;height:2.125rem;top:2.9375rem;left:2.5874999761581rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #vl4anmi0GrwUJrixNaFEJiMbTrXt2uCP { width:7.375rem;height:1.6875rem;top:1.4375rem;left:9.40625rem;text-align:right;text-align-last:right;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #pJEkGGtUJiIoxgsFyoti5PzuHheULhTC { display:block; }
 }@media only screen and (max-width: 763px) { #uo5ThawWVzWhiLrW7Z4oUd9c2TFhHgrs { width:10.3125rem;height:2.875rem;top:0.1875rem;left:4.8125rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #xy9M8QUbzMLFkV6fDgrtbgyNGzgcQxL2 { display:block; }
 }@media only screen and (max-width: 763px) { #HBPiTtsb190bTRGFeQXFoIX5TfTwp5Oh { display:block; }#HBPiTtsb190bTRGFeQXFoIX5TfTwp5Oh > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oo7qJTbZrJ52JI9sWOnxD72nCwbkOKuF { width:20rem;height:3.571875rem;top:0.93751907348631rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeJO0EIvcO4eTBwzia1z18ppPmTiqZki { width:20rem;height:0;top:0.59375rem;left:0rem;text-align:center;text-align-last:center;font-size:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ptOw8p8pozNk2rWp6xll7KO2tMSwng8b { display:block; }#ptOw8p8pozNk2rWp6xll7KO2tMSwng8b > .row .container { width:20rem;height:16.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yWC7RNqXmSsbhH9JrC28sP60P4Z4ycdl { height:11.25rem;width:20rem;top:3.9599609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P63FyyaOL0PmtSmLrUuXJrZd5TDcAG5U { width:20rem;height:1.4625rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XS89FvTzL5Tu0CJJEhf0TXPt3VoN6crd { width:12.375rem;height:4.375rem;top:3.7099609375rem;left:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #A41lR73uWi53gwPM3C4k0oXH8FRbbnBU { width:0.625rem;height:11.25rem;top:17.0224609375rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fJFEo4QTCPqME642wCpPsbkX8AuHncx9 { display:none; }#fJFEo4QTCPqME642wCpPsbkX8AuHncx9 > .row .container { width:20rem;height:4.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #v6FJsU1byyH7DqvH1ZMyyv9MJTo4ExqH { width:16.875rem;height:2.4375rem;top:0.310546875rem;left:1.5609374642372rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTGnbEw3ohvsLA7798OogetcUcwOVDHg { display:block; }
 }@media only screen and (max-width: 763px) { #L3kXD6cgPeF5qUwbEdX18FJdHuu6g1UB { display:block; }#L3kXD6cgPeF5qUwbEdX18FJdHuu6g1UB > .row .container { width:20rem;height:15.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #keJwga2BTexJSSRf86zTiTbifHqJpFze { height:11.25rem;width:20rem;top:3.96039375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1cnrP96fi5WPnWnfDpLkKhCUCiN0Th2 { width:20rem;height:1.4625rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sqIBfxN0mBSiFHaxCIAdJq9tbxHy7WsH { display:block; }#sqIBfxN0mBSiFHaxCIAdJq9tbxHy7WsH > .row .container { width:20rem;height:3.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E7wJ3aGVPgJVnmXUWm8bUXppQNg10ugO { width:12.436875rem;height:1.4625rem;top:1.2419548034668rem;left:3.7784652113914rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTiTnZAV2PUUhSCJ7WtHJTqanVQrMbtX { display:block; }#TTiTnZAV2PUUhSCJ7WtHJTqanVQrMbtX > .row .container { width:20rem;height:26.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t8ML3Ksv4sgKQZc6xHLvlIWUV4DyxJdz { height:11.0966875rem;width:20rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7Uk6is4494P8DvA9ODfGl8HMabmKTm9 { width:19.75rem;height:4.625rem;top:13.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HfSsLCqTeNF62HOZP0b4KHzzu1kvCLzA { width:2.0625rem;height:2.0625rem;top:15rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTLF8TdCvdhFBQJA5TVJtcQLKbM8wx2m { width:9.375rem;height:3.825rem;top:1.369140625rem;left:8.466796875rem;font-size:1.0625rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #toVda5niSKbh7DpVhgxzqs6O42tzH7vi { width:4rem;height:4.6875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHi2A8pIpOpITVPEJtL2OhwGul1SmRFv { width:15.5625rem;height:3.8953125rem;top:7.9817352294925rem;left:1.9050122499466rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGLEdbXxczbrqPGTp4h5lQ8KLu5fkkMr { width:19.75rem;height:5.75rem;top:6.9375rem;left:0rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #PfOl7H3IviWqkyGHCvrZAXxO2JW6Lby4 { width:1.8125rem;height:1.8125rem;top:9.0986328125rem;left:0rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #BMJv1zWI4PFF6LxIJ1VxBazm3IIL9v2p { width:3.875rem;height:4.6875rem;top:0.9482421875rem;left:3.4375rem;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #UUFFqnIoDbmqdHm7Twy9MJ0CB2xxPqt1 { display:block; }#UUFFqnIoDbmqdHm7Twy9MJ0CB2xxPqt1 > .row .container { width:20rem;height:31.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dwFrIhnEr5s1h4J6ab7QPySvXdszTmOr { height:11.0959375rem;width:20rem;top:19.060331344604rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQHlPwuWsZ1tAQHQJinMeb4yJuhWwuwV { width:19.75rem;height:4.625rem;top:14.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rrNqbwZdx9ZfEFvapK8aSDDfmTBaL7xu { width:2.0625rem;height:2.0625rem;top:15.6875rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dtVh6HhwKGdEPaJE79bHFz9FJdRPIglQ { width:9.0625rem;height:1.9125rem;top:2.32421875rem;left:4.96875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Io14mZXIOE1zS7qbJxThIo2dyyuMPyDM { width:4rem;height:4.6875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nw5B43Tld12L40r3w0A22EM6Mq8BkQJs { width:15.6865rem;height:3.8953125rem;top:7.98828125rem;left:1.9052734375rem;font-size:1rem;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) { #yXoI9XwPvK5zuVDXaV9KSMQn4Af0m3M7 { width:19.75rem;height:5.75rem;top:6.9375rem;left:0rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #avZGaNZx56CTkiIUgstAvWTRIRxGVm2c { width:1.8125rem;height:1.8125rem;top:9.0986328125rem;left:0rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #ttkuXQTNKW4p5Fh8P5kZZz0y9MQlTTt6 { width:4.8125rem;height:4.8125rem;top:16.436632156372rem;left:7.5922308564187rem;display:none; }
 }@media only screen and (max-width: 763px) { #PFpq1yI1FH1SdKSXVeX3in3hBi0PhDv1 { width:20rem;height:2.13515625rem;top:15.498046875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeDkPrXc4IXikgKrgTgXhVUqRWpPm4nQ { top:12.559406280517rem;left:15.745049893856rem;width:3.125rem;height:3.125rem;z-index:15090;display:block; }
 }@media only screen and (max-width: 763px) { #eegc7PoAm5fFt7nkKTxGoM8KlZkRgUD2 { display:block; }#eegc7PoAm5fFt7nkKTxGoM8KlZkRgUD2 > .row .container { width:20rem;height:26.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SHPwdg2Cm6Tw4u4vgUUnTS6PXDH7rTWB { height:11.0956875rem;width:20rem;top:14.3720703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKKHrRkk4QP28UhnNAxaKnoE4ZOrTz6o { width:19.75rem;height:4.625rem;top:14.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XaoDzVh5WRZqEMFFknZRSSHNtDASmv8Z { width:13.4375rem;height:0.95625rem;top:2.802734375rem;left:5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmkTiXg82ToHtTonrhb1GkEsg9LUhmC8 { width:3.9375rem;height:3.9375rem;top:1.3101558685302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqsKrXp777hVukcwnhFHabTRGpHbAEmv { width:18.125rem;height:3.8953125rem;top:7.9863262176512rem;left:1.8406248688698rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpI2baSiJxgrEfArD1xwF5IaML2F9s2Z { width:19.75rem;height:5.75rem;top:6.9375rem;left:0rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #psrUvt9seLvMUqqtwcmlKtoZCTAmJ2b3 { width:1.8125rem;height:1.8125rem;top:9.0986328125rem;left:0rem;z-index:15037;display:none; }
 }@media only screen and (max-width: 763px) { #fFa87CEffX4NbVGIDdmsGmHaaMxSe4kZ { top:12.559406280517rem;left:15.745049893856rem;width:3.125rem;height:3.125rem;z-index:15090;display:none; }
 }@media only screen and (max-width: 763px) { #kpf4fkkhTTp7kordhz81KsLOCo2TNrEu { display:block; }#kpf4fkkhTTp7kordhz81KsLOCo2TNrEu > .row .container { width:20rem;height:26.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SNx2hD4d5yezH30BuHxnXuFZVw76GQh3 { height:11.0956875rem;width:20rem;top:14.3720703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqvOkldvWU3pPDeN6mRZa90vasxSiACp { width:19.75rem;height:4.625rem;top:14.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rSegW7O2PEi0ce25XcGfheITb7KT8o8H { width:2.0625rem;height:2.0625rem;top:15.6875rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SOH0fyQ1EeqpcsNF73BAxCW7zIbhKF0S { width:13.4375rem;height:0.95625rem;top:2.802734375rem;left:5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #esq38poHPgpJZ4f0Kazdb6nZ0k4MOhtJ { width:4rem;height:4.6875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZf4ZezdqZMTNx52J2f4N5weZr5KW4ym { width:15.6865rem;height:3.8953125rem;top:7.98828125rem;left:1.9052734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4v3I8G8RNQplb3dVV6mLZ2nE9mSoC8S { 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) { #mZSQoxVZxB1AkPTwdhNSqXtXUh14lgaI { width:19.75rem;height:5.75rem;top:6.9375rem;left:0rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #nET24ppLyTamp5JRlOAJAo5Df8rFBJAF { width:1.8125rem;height:1.8125rem;top:9.0986328125rem;left:0rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #CEkW6asTGILMkXLsqhIiPvmp8RaI5iQ6 { top:12.559406280517rem;left:15.745049893856rem;width:3.125rem;height:3.125rem;z-index:15090;display:none; }
 }@media only screen and (max-width: 763px) { #Lgkb3JMvI3eJ4w43Gtzn7BxOgZccoNM0 { display:block; }#Lgkb3JMvI3eJ4w43Gtzn7BxOgZccoNM0 > .row .container { width:20rem;height:17.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KJoloe2q72US1TWBaL1IBhJrVIwvm0zL { height:11.0959375rem;width:19.999375rem;top:4.9990558624267rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #swDrDSi9fGKg2pzrklTgdAT8wTnt8E4l { width:15.5625rem;height:2.55rem;top:1.2537117004394rem;left:2.2175122499466rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SHUIpGgzT1N5UcKuC5apVKs9rdrZz7aC { width:19.8125rem;height:4.375rem;top:6.9374994561075rem;left:0rem;z-index:15033;display:none; }
 }@media only screen and (max-width: 763px) { #TeBFgQQ4IOE8c07XxB7oPvTwWMtQJVcm { width:1.81188125rem;height:1.81188125rem;top:8.3125rem;left:0rem;z-index:15037;display:none; }
 }@media only screen and (max-width: 763px) { #yl8R72RI5KNhzQe5KJsL2TqrWkyggOl2 { display:block; }#yl8R72RI5KNhzQe5KJsL2TqrWkyggOl2 > .row .container { width:20rem;height:26.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TuRzLq54Thdr2WwMSCGoSEtQfZGeaz0v { height:11.0966875rem;width:20rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiXi243Hh0NqTnWtNzMzwykJDQ120RzH { width:19.75rem;height:4.625rem;top:14.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sIqr1rR4acbHcu2VZC9pf06E0xJTQlXB { width:2.0625rem;height:2.0625rem;top:15.6875rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bVP6yi2qSGyka96gaRqBmX0vcknUNTMJ { width:9.375rem;height:3.825rem;top:1.369140625rem;left:8.466796875rem;font-size:1.0625rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #eTn2qPbJDimMlBEUUVSrKnXy7rd9LeXr { width:4rem;height:4.6875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVoiQaNAf7si1hK0neZwqLx6Zo9LuC1U { width:15.5625rem;height:3.8953125rem;top:7.9817352294925rem;left:1.9050122499466rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1UuSeDNffzl3VfBIkS5RtrIrDUr6qui { 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) { #cVnolMzOHhA2zoB2An4g9LRaUAop04Gx { width:19.75rem;height:5.75rem;top:6.9375rem;left:0rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #FgxXRT1Utq6naNZZ12hAcCZLhrpuHR9E { width:1.8125rem;height:1.8125rem;top:9.0986328125rem;left:0rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #zRzuqpnzZ2JZmWMxHXl2NtnIT39AWe8H { width:4rem;height:4.6875rem;top:0.9482421875rem;left:3.4375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #hM4OUPCyPKawFwsuSb7sT9UKAJONB4qz { display:block; }#hM4OUPCyPKawFwsuSb7sT9UKAJONB4qz > .row .container { width:20rem;height:26.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TftSkNCsQdyXvelCuSIs6zt9sugOOuxy { height:11.0956875rem;width:20rem;top:14.3720703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zrg3D4tNnotskX8FXSHl85oTZTyKm6Tc { width:19.75rem;height:4.625rem;top:14.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gJPcW8QwhniJ6OuwlK8ECxBbq7yW8WKF { width:13.4375rem;height:0.95625rem;top:2.802734375rem;left:5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0mck1X52b2bI4D1ttDrUM6VesfT0Duu { width:3.9375rem;height:3.9375rem;top:1.3101558685302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRcymuyG2Qow6T6I218WucpsdIi2zLQk { width:18.125rem;height:3.8953125rem;top:7.986328125rem;left:1.8406248688698rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfVWRilpDEsHTEyhlZoJFz5r0Oi37bhH { width:19.75rem;height:5.75rem;top:6.9375rem;left:0rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #lQHMkcgbn7g30zo6PlV2yNXTbQq2ydTz { width:1.8125rem;height:1.8125rem;top:9.0986328125rem;left:0rem;z-index:15037;display:none; }
 }@media only screen and (max-width: 763px) { #rtpzZUc9ZZ88sGipLmC4OaPGbTQOPGcn { top:12.559406280517rem;left:15.745049893856rem;width:3.125rem;height:3.125rem;z-index:15090;display:none; }
 }@media only screen and (max-width: 763px) { #xFfA56nUBq7VptJKDeCN9A5BmzPXFkpN { display:block; }#xFfA56nUBq7VptJKDeCN9A5BmzPXFkpN > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #apLskFwSftDaZrWZAQMB361LTfIaVDiZ { height:11.0956875rem;width:20rem;top:11.8720703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET8TvdOZrhhDWM0bshTeBAI9sOEhpf86 { width:19.75rem;height:4.625rem;top:14.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lp40hSSIwA6Sa2n31gaMF6W6UmNHmrvM { width:2.0625rem;height:2.0625rem;top:15.6875rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #o5hTLdtvnaSJTmqCeoN2TIdstM58WOTC { width:13.4375rem;height:0.95625rem;top:2.802734375rem;left:5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uen14GOVL6NHHxd4DkL0wTwOZ3UU99Ml { width:4rem;height:4.6875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NO80frt4h7S7A7mMnT4Xol5Ty5rgX2tK { width:15.6865rem;height:1.2984375rem;top:7.98828125rem;left:1.9052734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Frmq3BoTgoBfifCxTc7MIKViPByX3J9T { width:2.375rem;height:2.375rem;top:8rem;left:17.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d22XIGJUDethxkdE457AekXd0tue6Cf2 { width:19.75rem;height:3.125rem;top:6.9375rem;left:0rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #JsTfWMbaTAwDOFCVd85OPpr2c8sy1HeQ { width:1.8125rem;height:1.8125rem;top:7.7314453125rem;left:0rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #T5GzazUsOXO6cyrF4J9VvoT2vL4Vlrxt { top:12.559406280517rem;left:15.745049893856rem;width:3.125rem;height:3.125rem;z-index:15090;display:none; }
 }@media only screen and (max-width: 763px) { #UfOO1iVigwR4478dNhtSVtyO7o6XnKKN { display:block; }#UfOO1iVigwR4478dNhtSVtyO7o6XnKKN > .row .container { width:20rem;height:25.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #htXFOImO7WB6Tv9ue5NbQpSNiEgSJbzV { height:11.0956875rem;width:20rem;top:13.1220703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJkJhI61rhkDbVxvh8cCqyBTyU3idniF { width:19.75rem;height:4.625rem;top:14.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uUZb2nvJrkGHi5Q7gc6TGPXBknEmfSKk { width:2.0625rem;height:2.0625rem;top:15.6875rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kzy5tPcJ4Tex9tx0oDaSsNQyv7MC2BHq { width:13.4375rem;height:0.95625rem;top:2.802734375rem;left:5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7m0TTZ5r6Jd82yKg1aPTWhBeGcJP6IW { width:4rem;height:4.6875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToQO0oaTZrCslIxZMHb8aaEd8TEhSDc3 { width:15.6865rem;height:2.596875rem;top:7.98828125rem;left:1.9052734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #varwgyVW6RyZNVC5V8XnITwEsAzzRDBA { width:2.375rem;height:2.375rem;top:9.3125rem;left:17.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbMH83ho11KWkpxDhueTT6KZb2N7MRH8 { width:19.75rem;height:4.375rem;top:6.9375rem;left:0rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #iOL8Tc3B1oU3noP13bWbpDUeaSrHwaVR { width:1.8125rem;height:1.8125rem;top:8.3818359375rem;left:0rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #O2gXt6DQ29CP32SIOy3gUVVwpGpKrq4W { top:12.559406280517rem;left:15.745049893856rem;width:3.125rem;height:3.125rem;z-index:15090;display:none; }
 }@media only screen and (max-width: 763px) { #UESTiJvfiXPXO6It4Lzme7D6BKMoLn8T { display:block; }#UESTiJvfiXPXO6It4Lzme7D6BKMoLn8T > .row .container { width:20rem;height:17.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dc0ykpN8tNQnfxHT2If0uR0JuE2oN9mu { height:11.0959375rem;width:19.999375rem;top:4.9990558624267rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzAciaNQfpMGZeImBfpQy6FP4a27FA2V { width:15.5625rem;height:2.55rem;top:1.2537117004394rem;left:2.2175122499466rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EcJmiB2Cq7VZNy1eVhSITJokJgJbxk1g { width:19.8125rem;height:4.375rem;top:6.9374994561075rem;left:0rem;z-index:15033;display:none; }
 }@media only screen and (max-width: 763px) { #cRV2l5GDXsirNPIwSv7bx6VaLr3FzO0P { width:1.81188125rem;height:1.81188125rem;top:8.3125rem;left:0rem;z-index:15037;display:none; }
 }@media only screen and (max-width: 763px) { #Pi81KDZ70QIOrm2LRM4f2bcMGq2nLBSi { display:block; }#Pi81KDZ70QIOrm2LRM4f2bcMGq2nLBSi > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TwWO33NzThhKfKFqarrptE1LTB3N5XDy { height:11.0966875rem;width:20rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHTzd0HmmEQMteKPm2kuie8ItXncWOqx { width:19.75rem;height:4.625rem;top:13.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JvlBpzvzinMaTTRiazbT7sO0OB3fJhc8 { width:2.0625rem;height:2.0625rem;top:15rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MtNkT101MShIlX2hBIQSW5Cy6W4sEMdb { width:9.375rem;height:3.825rem;top:1.369140625rem;left:8.466796875rem;font-size:1.0625rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #nwW6xOLV5SBQ8NuvlxOPHOqMpfDh48tw { width:3.875rem;height:4.6875rem;top:0.9375rem;left:0rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #oLmlaW1SoxvxEAwTl6gha1tn4e6VCTW3 { width:15.5625rem;height:2.596875rem;top:7.9817352294925rem;left:1.9050122499466rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSkmccFuHZ21pK0XF1XL8hZtJm8XdCcx { width:19.75rem;height:4.375rem;top:6.9375rem;left:0rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #zXG1q2bTlwJUoWuc7GeJvTA8Ilu5w5xi { width:1.8125rem;height:1.8125rem;top:8.375rem;left:0rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #ycSahwn1we2rrB6lDdkSg1K9Tko8THz7 { width:3.875rem;height:4.6875rem;top:0.9482421875rem;left:3.4375rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #qWF4eC0yzo1y1dXfawuK8E3Vl7gCVC5c { display:block; }#qWF4eC0yzo1y1dXfawuK8E3Vl7gCVC5c > .row .container { width:20rem;height:25.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GzFKWUhFb79cURlrTxzqORIVcxqTViNv { height:11.0956875rem;width:20rem;top:13.1220703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMCFCBsHwag22EnHrbF3vsS7nplMH1ip { width:19.75rem;height:4.625rem;top:14.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XnKyec9c5WuRX3C2U4THGycEUew50bBu { width:2.0625rem;height:2.0625rem;top:15.6875rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZEy2KK0ckG5XMooNt6hi8io6FgbTPFlc { width:13.4375rem;height:1.9125rem;top:2.32421875rem;left:5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVudmhLGPi7syFKBmrgrXRcZZxg3oUSw { width:4rem;height:4.6875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eErlGRyDMFNqE6FX0CT12Fqk7PfTPuwF { width:15.6865rem;height:2.596875rem;top:7.98828125rem;left:1.9052734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTpVRx8S93ZK0clVNMDfivwgGDyENcqV { width:2.375rem;height:2.375rem;top:9.3125rem;left:17.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLeUdP5SKXGuWh5CUN1MlRml2UtLSnVD { width:19.75rem;height:4.375rem;top:6.9375rem;left:0rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #kWmB0RlaQPgDdAqV3ThLihwOvFkHn6XS { width:1.8125rem;height:1.8125rem;top:8.3818359375rem;left:0rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #bTcpzwSnzTtgdw05X8KSalx1dNPTpEE9 { top:12.559406280517rem;left:15.745049893856rem;width:3.125rem;height:3.125rem;z-index:15090;display:none; }
 }@media only screen and (max-width: 763px) { #INao1TyH2SGGac4JJg9x6WKx8R3tAFkf { display:block; }#INao1TyH2SGGac4JJg9x6WKx8R3tAFkf > .row .container { width:20rem;height:24.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OmCI6ecABhRGfS1fzV30mi7Jn7O1qrLv { height:11.0956875rem;width:20rem;top:12.809374034405rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaXBXpQsv7kEEUtEHcBVgKsSntkizEPA { width:19.75rem;height:4.625rem;top:14.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #C1mtTUdwIeS9NTwWKewTgWa6r1n6Zv68 { width:13.4375rem;height:0.95625rem;top:2.802734375rem;left:5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyShVD0b9Ba9ipT362HZuydomCM3q2gC { width:3.9375rem;height:3.9375rem;top:1.3101558685302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgRz9NNsIvfbPgmkROciLhAuCf0ItOnv { width:18.1241875rem;height:2.596875rem;top:8rem;left:1.8749998211861rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iE2ScmVnlKTky5C2GhpV0zWagTUW6ciN { width:19.75rem;height:4.375rem;top:6.9375rem;left:0rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #RK9Vrv5GrzMCd7cgTG0KaeeuW7dcl4H5 { width:1.8125rem;height:1.8125rem;top:9.0986328125rem;left:0rem;z-index:15037;display:none; }
 }@media only screen and (max-width: 763px) { #ckgTcaUnc3I83yRaI73uM8FqvT3h9X7D { top:12.559406280517rem;left:15.745049893856rem;width:3.125rem;height:3.125rem;z-index:15090;display:none; }
 }@media only screen and (max-width: 763px) { #EgnpHfMf1FH3ScsdgmQXkC3lscEPdUAc { display:block; }#EgnpHfMf1FH3ScsdgmQXkC3lscEPdUAc > .row .container { width:20rem;height:26.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eX6fpmTUbhCIROKatTIw6JA4XMeTVdNM { height:11.0956875rem;width:20rem;top:14.3720703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8rvpLvTZngeZq4LWH05Fadq0Ug3LEQt { width:19.75rem;height:4.625rem;top:14.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #or7RxvqfRh5pGpBybyOCWAZplID6cPeF { width:2.0625rem;height:2.0625rem;top:15.6875rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NNOJ38mN1M9seeeUVXq8kk1A6gtiSaWT { width:13.4375rem;height:0.95625rem;top:2.802734375rem;left:5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTSAvKWWq4e2VVrAlsLkT92ZzgBIvoUo { width:4rem;height:4.6875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6OqrkvE2cFMydrqU4bXve9oil5WZeCI { width:15.6865rem;height:3.8953125rem;top:7.98828125rem;left:1.9052734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MN8SlytU5qMEfR5Td8qFt1vHi15u9r60 { 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) { #AivELphxEJesy94WGkPhT2BbIZdDC1Th { width:19.75rem;height:5.75rem;top:6.9375rem;left:0rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #k1FOgJLf119QUFN3LbwfMHnW3C1WvtZ1 { width:1.8125rem;height:1.8125rem;top:9.0986328125rem;left:0rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #pWkdAsbaHmxc4J722y7GPqCDEf3RfLTE { top:12.559406280517rem;left:15.745049893856rem;width:3.125rem;height:3.125rem;z-index:15090;display:none; }
 }@media only screen and (max-width: 763px) { #dZBzTDacyvotOQnKnfpoR9nT4pslGzha { display:block; }#dZBzTDacyvotOQnKnfpoR9nT4pslGzha > .row .container { width:20rem;height:0.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wnkBXz9hLMkQC3QyksWm3Sh7RxedcRET { display:block; }#wnkBXz9hLMkQC3QyksWm3Sh7RxedcRET > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xcwth0m8NlRW00EvnvFVxfceIE5QuZ3G { height:11.0966875rem;width:20rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MULZTQxc5RUGHQb03ogVGV6okhNVgZuy { width:19.75rem;height:4.625rem;top:14.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RNMlOiEMfrwEuPGTPq06z2hiMEkykvQT { width:2.0625rem;height:2.0625rem;top:15.6875rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aQ1DFETJnHynKTDXfoaxkqNR87bnVzLk { width:12.499375rem;height:2.55rem;top:2.0049552917481rem;left:5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIE8oMhECWbvJbTbDLXRchlB1venDtBC { width:3.4375rem;height:3.4375rem;top:1.3095703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdzOHTLwUh5lEOsrMkGXUioXHARMXTOu { width:15.75rem;height:1.2984375rem;top:8rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvHAP441WkyuyQhdVyv6TKFHe25hsOlQ { width:19.8125rem;height:3.125rem;top:6.9374994561075rem;left:0rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #bnXsR0HBEU9N9CD6PalxI2XhcspJO9Rh { width:1.811525rem;height:1.811525rem;top:7.744140625rem;left:0rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #LU8V94WuoRaaBXPQD2sxMruXr3DctCxx { display:block; }#LU8V94WuoRaaBXPQD2sxMruXr3DctCxx > .row .container { width:20rem;height:0.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fOpZXcBIT9dFIIPrRfhCUU4OFuNnNaFx { display:block; }#fOpZXcBIT9dFIIPrRfhCUU4OFuNnNaFx > .row .container { width:20rem;height:25.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UDU2xL65cL10eOI4oGQU3IS51BPTqiNl { height:11.0956875rem;width:20rem;top:13.1220703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNye96Na1rpsrcMIuuzls7sQ0tyTV8QE { width:19.75rem;height:4.625rem;top:14.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uBOrFHLToFcr51JwJmrG9mlb7m2q5fVV { width:2.0625rem;height:2.0625rem;top:15.6875rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SeZZwcPhrr2uTFEwhGSTAcFBugsrlc18 { width:13.4375rem;height:1.9125rem;top:2.32421875rem;left:5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWWWESSTvl3GxITHCtUDBQE6frHs71lM { width:4rem;height:4.6875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NODgzvHvbRQL4bcyg81m8ITc54gxzp7A { width:15.6865rem;height:2.596875rem;top:7.98828125rem;left:1.9052734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KP0it3JOENR6StDIKE6M6F9TIBISxtew { width:2.375rem;height:2.375rem;top:9.3125rem;left:17.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhamT4cvT9V0sZNx0BGhXXxDDTaHvlNX { width:19.75rem;height:4.375rem;top:6.9375rem;left:0rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #TnzLkKbvTJBc0Ek093ydG86OTbIZuCCE { width:1.8125rem;height:1.8125rem;top:8.3818359375rem;left:0rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #k523FE53VncPtEsBUnOurnuxVbW4IXrA { top:12.559406280517rem;left:15.745049893856rem;width:3.125rem;height:3.125rem;z-index:15090;display:none; }
 }@media only screen and (max-width: 763px) { #tng4uTNdt2fmOs2pu6aBXk4LFcCoanKN { display:block; }#tng4uTNdt2fmOs2pu6aBXk4LFcCoanKN > .row .container { width:20rem;height:25.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TiiLr7LHKGobTi4Ug7uX8xMFrhbMRX4K { height:11.0956875rem;width:20rem;top:13.1220703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tytOTvQo5HFnoqIykFCFBB8NR0E37sM4 { width:19.75rem;height:4.625rem;top:14.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TmGSHxKOK98FK1U1mEV9i0WzgPsWg3ar { width:2.0625rem;height:2.0625rem;top:15.6875rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #m4ArVe1EWJI020aH7uZTe6aeuiFbxSCG { width:13.4375rem;height:1.9125rem;top:2.32421875rem;left:5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MShfyNtsvULglTlsR64x2sh1R2O2Js93 { width:4rem;height:4.6875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTaQA8ELgRhLlzLrAT2l8e52lfgmawmJ { width:15.6865rem;height:2.596875rem;top:7.98828125rem;left:1.9052734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1DuPNDFDa2Ohh24ZwXLS9ZflpNRDq4L { width:2.375rem;height:2.375rem;top:9.3125rem;left:17.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4ClPV5BpKJzKMBcbWd59Z0JcnFo7d9s { width:19.75rem;height:4.375rem;top:6.9375rem;left:0rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #xR26EcootfzcFXoqQUOfyyQouNArhrJw { width:1.8125rem;height:1.8125rem;top:8.3818359375rem;left:0rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #WtLEH7xFVouLTX6gWNWWQk2P0pBnwiC4 { top:12.559406280517rem;left:15.745049893856rem;width:3.125rem;height:3.125rem;z-index:15090;display:none; }
 }@media only screen and (max-width: 763px) { #Vb89QOSBfB7So6Q8bHT6neoCmOq2RwlT { display:block; }#Vb89QOSBfB7So6Q8bHT6neoCmOq2RwlT > .row .container { width:20rem;height:0.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qXSTkS1xNzWm0VagtovWGDQr24caXApu { display:block; }#qXSTkS1xNzWm0VagtovWGDQr24caXApu > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NMOJH2lblMvtIFSH3T5JSt5SW65lO7cT { height:11.0966875rem;width:20rem;top:11.8740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwBDo9sLM7JIHuZoea7rKlUExdOKJyRH { width:19.75rem;height:4.625rem;top:14.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pFQ3IbJyqZGQToRqIoVtvenoeNrE8elO { width:2.0625rem;height:2.0625rem;top:15.6875rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MEI4PD2skFZwtcLGqCZbGe9EFiC1QhAt { width:12.499375rem;height:2.55rem;top:2.0049448013306rem;left:5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybwQUE5ToETCVPdCot6OqmcGrdwsh1h4 { width:3.4375rem;height:3.4375rem;top:1.3720703125rem;left:0rem;border-top:0.1875rem solid #f95b06;border-left:0.1875rem solid #f95b06;border-right:0.1875rem solid #f95b06;border-bottom:0.1875rem solid #f95b06;display:block; }
 }@media only screen and (max-width: 763px) { #JJIhuZ9sq3Cm0qsvFcmroCRdb7arVl8x { width:17.6875rem;height:1.2984375rem;top:8rem;left:1.873046875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bC1bVrm50kANvfxlo74ALG8fcsc6u2Ak { width:19.8125rem;height:3.125rem;top:6.9375rem;left:0rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #FPZIa8MSHeFDPrMbUN0octg9PppuR9kg { width:1.811525rem;height:1.811525rem;top:7.744140625rem;left:0rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #gcuLirtttITTymXaGhLT45U0TBAOq7ZJ { display:block; }#gcuLirtttITTymXaGhLT45U0TBAOq7ZJ > .row .container { width:20rem;height:0.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WJ8csgoE1vTnaw9PQN96aKxW35TgZl9s { display:block; }#WJ8csgoE1vTnaw9PQN96aKxW35TgZl9s > .row .container { width:20rem;height:26.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z99bOW12HPJgtI8FerOQIvH5yeFy0rSE { height:11.0956875rem;width:20rem;top:14.3720703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUdq73n5TRkhs1DSAfNzVI45cgydLqFJ { width:19.75rem;height:4.625rem;top:14.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rCaAhtSQCSIq8rWNxqoTp26L0lbm6P9d { width:2.0625rem;height:2.0625rem;top:29.9970703125rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #i080LdngtR8oF6BFX25sgO2r4MTpmhWU { width:14.6875rem;height:1.9125rem;top:3.25rem;left:5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mACC4btO9iMVz4AIgVoVq4SxRN4lRRe9 { width:3.875rem;height:4.6875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmPLXesv1vsQmknrBRIopqsRXZOi7y3p { width:16.5625rem;height:3.8953125rem;top:7.98828125rem;left:1.9052734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwGypwTgCOSixgUnFSvkZbMT000FrB0U { width:2.375rem;height:2.375rem;top:10.625rem;left:17.625rem;font-size:1.625rem;z-index:15091;display:block; }
 }@media only screen and (max-width: 763px) { #ELScthdpZ7kUq1U84bC8myXAtWC5h1MF { width:19.75rem;height:5.75rem;top:6.9375rem;left:0rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #rxNUu0fGbPzL4xTmidU33Q4Ep0xou0zK { width:1.8125rem;height:1.8125rem;top:9.0986328125rem;left:0rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #ZSPwUSy3xQ12y69PTIRk0NEUufWsm6Dy { top:12.559406280517rem;left:15.745049893856rem;width:3.125rem;height:3.125rem;z-index:15090;display:none; }
 }@media only screen and (max-width: 763px) { #Qgh8Dem6uvPS2Zs3foEMZxACHoTQoZic { width:1.25rem;height:1.25rem;top:1.375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaRX9iiOyBS1sV33BFPhlwIeXZhyRVT3 { width:11.25rem;height:0.84375rem;top:1.578125rem;left:6.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1RCls6nzZVCw6Bse5JAFE6fGUH6NXy7 { display:block; }#L1RCls6nzZVCw6Bse5JAFE6fGUH6NXy7 > .row .container { width:20rem;height:26.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKQEBDKqu70hx6R3HXx8xLbkO4PEade8 { height:11.0956875rem;width:20rem;top:14.3720703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONQ66rs23FOfXmQqtRJIIuNaelrepMd1 { width:19.75rem;height:4.625rem;top:14.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #g0LiuR7Eow0vNAmKKLKWl44c6aw2evgv { width:2.0625rem;height:2.0625rem;top:29.9970703125rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JCwfn41N2nUR0Ss3AVLO0m72uC3Umh6v { width:14.6875rem;height:1.9125rem;top:3.25rem;left:5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoMVBtfqXrZHWK6AGcUC9xVXqnEz0HHM { width:3.875rem;height:4.6875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ranRzaTpyOe0Qr26ge4dnwW03GvvmpmT { width:16.5625rem;height:3.8953125rem;top:7.98828125rem;left:1.9052734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0DtMHqTfapbxSB6qXy0kxTSCqsg9P38 { width:2.375rem;height:2.375rem;top:10.625rem;left:17.625rem;font-size:1.625rem;z-index:15091;display:block; }
 }@media only screen and (max-width: 763px) { #LThO04PrMq7LMaW9qKBTVaeOPZv8pczL { width:19.75rem;height:5.75rem;top:6.9375rem;left:0rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #WpcK9PvkQCT560kVvI6XJAfZ1bs9S4Bs { width:1.8125rem;height:1.8125rem;top:9.0986328125rem;left:0rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #UoiAu2DxUqQSpQzcAwImLB6oV0Cpvsf7 { top:12.559406280517rem;left:15.745049893856rem;width:3.125rem;height:3.125rem;z-index:15090;display:none; }
 }@media only screen and (max-width: 763px) { #TP75fA04WaHAPTqfAsHXdATMkJIfHtOG { width:1.25rem;height:1.25rem;top:1.375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4zQae0C96IVlVp6O2KCq1uGzW7lv0hq { width:11.5625rem;height:0.84375rem;top:1.578125rem;left:6.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxhPFOFb7IuscXJvHb3sNdZsAy9n1JeG { display:block; }#uxhPFOFb7IuscXJvHb3sNdZsAy9n1JeG > .row .container { width:20rem;height:26.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mFbVJcI69gqg4E6O6vroKvV0GtMLzLvZ { height:11.0956875rem;width:20rem;top:14.3720703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMk895UE06TyPc0sp59flmpcGRZBsCWH { width:19.75rem;height:4.625rem;top:14.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #r3SXvw5Ozbp0mTTGmzph93xZEfckqsyB { width:2.0625rem;height:2.0625rem;top:15.6875rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5o1MxzGummX6waOlJSaQPlA6azIv3X2 { width:14.6875rem;height:1.9125rem;top:2.32421875rem;left:5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4XWOUOZCidTWO7bUJirKT4LUpuTrc1Z { width:4rem;height:4.6875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcqopFGDoChTFbpcwnqKv0hADKgo58Uz { width:16.5625rem;height:3.8953125rem;top:7.98828125rem;left:1.9052734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4i893HI1dOsJDNU55hi9GdB7HeHuhQr { width:2.375rem;height:2.375rem;top:10.625rem;left:17.625rem;font-size:1.625rem;z-index:15091;display:block; }
 }@media only screen and (max-width: 763px) { #mZ1FIvwTqwL25mDRrNNyMuTTXt3cPTpC { width:19.75rem;height:5.75rem;top:6.9375rem;left:0rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #JVFoce7TCzxlJToFCywQbHq5Za7dQn4z { width:1.8125rem;height:1.8125rem;top:9.0986328125rem;left:0rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #oRc8mMMGqWVX1MWEkvTq125Q86ff56Aa { top:12.559406280517rem;left:15.745049893856rem;width:3.125rem;height:3.125rem;z-index:15090;display:none; }
 }@media only screen and (max-width: 763px) { #eMFJcnTnTcEZQGqDBTXA82syFJyDnhd1 { display:block; }#eMFJcnTnTcEZQGqDBTXA82syFJyDnhd1 > .row .container { width:20rem;height:26.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rsqLThpEV6ZtxGXD02iHsD9pTpV44QpM { height:11.0966875rem;width:20rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4tnVOcuelGRrqR60ueJZsON7CRisq86 { width:19.75rem;height:4.625rem;top:13.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NCySDsnvmtEK2ZHLSI3EAIofFV3y2ris { width:2.0625rem;height:2.0625rem;top:15rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IA85MANeZzeMJE51bGr5wLsT8r19HGd6 { width:9.375rem;height:3.825rem;top:1.369140625rem;left:8.466796875rem;font-size:1.0625rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #G4WloCV0tKu9C9XPTeHM8Xa8Uq8TkRlh { width:3.875rem;height:4.6875rem;top:0.9375rem;left:0rem;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #V2WUMLT7WXaaSNuk9Z1FuTGfLPDTHcWK { width:16.875rem;height:3.8953125rem;top:7.9814453125rem;left:1.904296875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPLvhJDkafrApGUXutEis7HmVKrHRrF9 { width:19.75rem;height:5.75rem;top:6.9375rem;left:0rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #z0WQyWPKy49VyoyZbuW4Q7PBqUbtWBNe { width:1.8125rem;height:1.8125rem;top:9.0986328125rem;left:0rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #qMHUxc3do83zUfAZhJinpAQAMoO54x8B { width:3.875rem;height:4.6875rem;top:0.9482421875rem;left:3.4375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ZS1vCCdEiDAgRbpbr9mVrer2DgVQN5tJ { display:block; }#ZS1vCCdEiDAgRbpbr9mVrer2DgVQN5tJ > .row .container { width:20rem;height:0.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kKAUJVKLTx4MeTRPGtTKoZaKwDEmCDI4 { display:block; }#kKAUJVKLTx4MeTRPGtTKoZaKwDEmCDI4 > .row .container { width:20rem;height:24.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H8WW0KqiXbcsP1XhpcBqmJ7JGavkfSAh { height:11.0966875rem;width:20rem;top:12.1865234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwLmOGT4EQGIALcv89L7SV4AZ234cIzK { width:19.75rem;height:4.625rem;top:14.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xwIpEfoglOIEgIitFTduU8AgkCwOTwXF { width:11.5625rem;height:2.55rem;top:1.599609375rem;left:4.9990234375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U83bP9qRBCRNrNg2sRPUOBupuV4tgvkS { width:3.4375rem;height:3.4375rem;top:0.96875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTdkJW7lhSSEthZRBE7RD4zpWiPJZrGV { width:14.0625rem;height:2.596875rem;top:7.2490234375rem;left:1.8740234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #byQTOFTfq8u2M2QvQRyWSumuxIleJpEP { width:19.8125rem;height:4.375rem;top:6.2490234375rem;left:0rem;z-index:15033;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #i9UrArovyx2QNKxoo5Tv9zxNTeS4BqJn { display:flex;width:1.5625rem;height:1.5625rem;top:7.765625rem;left:0.1875rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #GWsCxbAT5HZCGzNSkGLiQfmaRdlgiMuD { display:block; }#GWsCxbAT5HZCGzNSkGLiQfmaRdlgiMuD > .row .container { width:20rem;height:0.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mAMCP1GasrsoTLGoVD8AxQPCoV4UAAxG { display:block; }#mAMCP1GasrsoTLGoVD8AxQPCoV4UAAxG > .row .container { width:20rem;height:26.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nxip0IqMFJE5kHBQCXp5esnpanGxquvN { height:11.0956875rem;width:20rem;top:14.3720703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oo6z5wCCTbBrBAXs3C8rC2N7rdMwTNEr { width:19.75rem;height:4.625rem;top:14.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LmZ1rqVNdhBvrKC68HTWyqtBT52gAR46 { width:2.0625rem;height:2.0625rem;top:15.6875rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qqcTvT24L8eCmLRxB5kl5dLwtmW71h1N { width:13.4375rem;height:0.95625rem;top:2.32421875rem;left:5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfREmog4XgG6Tdcm3pgt93cnMaVdIzP1 { width:4rem;height:4.6875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTTJdOm6CByn3Vo8bG2IXAu9pXPtp5iG { width:16.25rem;height:3.8953125rem;top:7.98828125rem;left:1.9052734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVLtTrMbM3KFx2TQcw5MCaBt8bdlbQMs { 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) { #eoFzleai3xoX9lBHlxsnP5dkT7GM4sTn { width:19.75rem;height:5.75rem;top:6.9375rem;left:0rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #cayQk9Ekh8c7ixDfGNHr4kFP7rc7AulT { width:1.8125rem;height:1.8125rem;top:9.03125rem;left:0rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #CN2g1SzRgPPpFoUD8F9hWt7ThWMiVStd { top:12.559406280517rem;left:15.745049893856rem;width:3.125rem;height:3.125rem;z-index:15090;display:none; }
 }@media only screen and (max-width: 763px) { #aMsf1pnqgohR92RlorSMSsF2NLMwXNm4 { display:block; }#aMsf1pnqgohR92RlorSMSsF2NLMwXNm4 > .row .container { width:20rem;height:26.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zaXJExMLd5QQg9NvkWB3CrV5GZwDBhNv { height:11.0956875rem;width:20rem;top:14.3720703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRlQAatHEwDu1C98VVcrSCxg1e5WBxSW { width:19.75rem;height:4.625rem;top:14.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CpAKKLRKIstplKhWxglEppicGMeXRMrS { width:13.4375rem;height:0.95625rem;top:2.802734375rem;left:5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQhhue7n3vDHfTtTs4EiF3MZMV6zEbNH { width:3.9375rem;height:3.9375rem;top:1.3101558685302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i61qckx1IKRHbp903H6Gs6tlCoFbyDdT { width:18.125rem;height:3.8953125rem;top:7.986328125rem;left:1.8406248688698rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfqZgd0WHWcsI3DrStpmVww8Q31tCda5 { width:19.75rem;height:5.75rem;top:6.9375rem;left:0rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #JZWzTgTpx279NnBfzli3teE99Au8sZUe { width:1.8125rem;height:1.8125rem;top:9.0986328125rem;left:0rem;z-index:15037;display:none; }
 }@media only screen and (max-width: 763px) { #DSpLRuxwBGCcLyoTFfbEZkbwleZoOnpJ { top:12.559406280517rem;left:15.745049893856rem;width:3.125rem;height:3.125rem;z-index:15090;display:none; }
 }@media only screen and (max-width: 763px) { #h6oAzWykqsgmHtgzpVxN6qibgtlI4T4A { display:block; }#h6oAzWykqsgmHtgzpVxN6qibgtlI4T4A > .row .container { width:20rem;height:25.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bpmrOD3HQ3DlHOw5HCquEJ8xEKvT2nzJ { height:11.0956875rem;width:20rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJ8TB7QxprQ7F18zNbTtV7rnfKl9TN9O { width:19.75rem;height:4.625rem;top:14.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RF5yPRrRqSSMfdy2SCX3zxGxROkB6KeF { width:2.0625rem;height:2.0625rem;top:15.6875rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VmWRukK5Az2tMtNhqRJntA7edfwrTdFP { width:14.6875rem;height:0.95625rem;top:2.8125rem;left:5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKkl41qcnduuw8gNh0T9b2X7VF3DswiM { width:4rem;height:4.6875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3QZCUVq6O7i50sSvGfp8ZrW6dV3vNMv { width:16.5625rem;height:2.596875rem;top:7.98828125rem;left:1.9052734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGqsxQzvylSyRm164XDSxBtms7vzc0tn { width:2.375rem;height:2.375rem;top:9.25rem;left:17.625rem;font-size:1.625rem;z-index:15091;display:block; }
 }@media only screen and (max-width: 763px) { #RfB0Ea2G45BePAfUzLB0KSnmDu751TfX { width:19.75rem;height:4.375rem;top:6.9375rem;left:0rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #vaFbdtR4oDMsoQ8mL3OVeHCTPy9pUPgW { width:1.8125rem;height:1.8125rem;top:8.3818359375rem;left:0rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #C73hzRRhSXx3kDlWfxIpRh2NKHwwg2up { top:12.559406280517rem;left:15.745049893856rem;width:3.125rem;height:3.125rem;z-index:15090;display:none; }
 }@media only screen and (max-width: 763px) { #PeFrE3hIWpuMzIl75HcJ2HxIpyfUVI8o { display:block; }#PeFrE3hIWpuMzIl75HcJ2HxIpyfUVI8o > .row .container { width:20rem;height:26.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PZG61S60HfGhvQk6VTlvcvdbDA7AT0T6 { height:11.0956875rem;width:20rem;top:14.3720703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffy1XvPPDxPKpmT5AS3WPsvlUDzn9bHq { width:19.75rem;height:4.625rem;top:14.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QPn0Q4orm148O8T33fhz5hEaU9J2GvGX { width:2.0625rem;height:2.0625rem;top:15.6875rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EXO3rTTkU3RqfDdgoXbSsdrnDeq63yyM { width:13.4375rem;height:1.9125rem;top:2.32421875rem;left:5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNI2mZdmbUJAcCnH5SRwnsWmDCuBEPmZ { width:4rem;height:4.6875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBx7Iz3QVc0qZtlXPJ4XS2Q5PMwP1h1s { width:15.3125rem;height:3.8953125rem;top:7.98828125rem;left:1.9052734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTRb7fBh14tyhb4xoZiAAycOABz5RJ1e { 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) { #FtXsX1pJQCReXL4QWn70fif1P3iwIzxE { width:19.75rem;height:5.75rem;top:6.9375rem;left:0rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #KmC0FIpQLE1FCzTs07pbFSyy2Rxq7heU { width:1.8125rem;height:1.8125rem;top:9.03125rem;left:0rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #A0yKcpXRi099wfBTEW8MUwrtsnkB3Rp7 { top:12.559406280517rem;left:15.745049893856rem;width:3.125rem;height:3.125rem;z-index:15090;display:none; }
 }@media only screen and (max-width: 763px) { #EZbiGyhEammvuzTIAwwvuLN5BTHfT46t { display:block; }#EZbiGyhEammvuzTIAwwvuLN5BTHfT46t > .row .container { width:20rem;height:17.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kOabDXHN3NNfwAVePJDE2OPDpqKPk9ny { height:11.0959375rem;width:19.999375rem;top:4.9990558624267rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhU7skLT17vA4eRsT43zXp3zDykNOyQN { width:15.5625rem;height:2.55rem;top:1.2537117004394rem;left:2.2175122499466rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sasbkgFCvB8RlfByrrtXbR0XD50CCA29 { width:19.8125rem;height:4.375rem;top:6.9374994561075rem;left:0rem;z-index:15033;display:none; }
 }@media only screen and (max-width: 763px) { #Vcx00i4kihvz9LOykClaM0yXBJ7RWPUk { width:1.81188125rem;height:1.81188125rem;top:8.3125rem;left:0rem;z-index:15037;display:none; }
 }@media only screen and (max-width: 763px) { #yyGk0ceoBiEylNOTbzTMUNso59vp1c4W { display:block; }#yyGk0ceoBiEylNOTbzTMUNso59vp1c4W > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X1iPQgpAqofp6qhtriaZryLV2dXxb7NU { height:11.0956875rem;width:20rem;top:15.6220703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1U7OhaQ0nQS6eNVg0VRtQ9RSu6okb7k { width:19.75rem;height:4.625rem;top:14.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OJv9N8zrEgrdFy3RASuTIPxTDotb3TJL { width:2.0625rem;height:2.0625rem;top:15.6875rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HwgJVJFgtPcB5aQyqDtRJQmUywwkgSOm { width:13.4375rem;height:0.95625rem;top:2.802734375rem;left:5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSk0tvObSfSaHMDFWBroZMcWdP3XaRUr { width:3.375rem;height:4.6875rem;top:0.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWmDcWKA50TRXVvvsU9Imxm1kq45Cbea { width:15.625rem;height:5.19375rem;top:7.98828125rem;left:1.9052734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrToBLQpSxXvgV0msMiAqFF64hPyFBbi { width:2.375rem;height:2.375rem;top:12.125rem;left:17.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2yW2LFfHZbyrPTqrDf8n01zBvuJTrUI { width:19.75rem;height:7.1875rem;top:6.9375rem;left:0rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #g9BL347cZTnS9BJ8TLaPDuREb7FWaSLO { width:1.8125rem;height:1.8125rem;top:9.681640625rem;left:0rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #QDZFFGPRhyAAQTJxertdc9mNknUJcHxd { top:12.559406280517rem;left:15.745049893856rem;width:3.125rem;height:3.125rem;z-index:15090;display:none; }
 }@media only screen and (max-width: 763px) { #lUAHNrDTBqhRvMwTLoAO0I1aMySIPz4K { display:block; }#lUAHNrDTBqhRvMwTLoAO0I1aMySIPz4K > .row .container { width:20rem;height:26.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g28vSVNDFXJ6feQ3ZdeBW7EbQLhwLWcM { height:11.0966875rem;width:20rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhuuhU2sLtm8O9PSkV0yWTT1pIQeM8By { width:19.75rem;height:4.625rem;top:13.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QDCdixxsBA2oWeAwIZ4puo3X82HcBEVU { width:2.0625rem;height:2.0625rem;top:15rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LrtDNio2T1EGTixds72d45fyNOzEq0z7 { width:9.375rem;height:3.825rem;top:1.369140625rem;left:8.466796875rem;font-size:1.0625rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #DM7MnoC2iW1gwpfJwQvd8W60a7IxkSDf { width:4rem;height:4.6875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wW83N3QizGGr6bl8xrIs4uXT7W4b5m3b { width:17.875rem;height:3.8953125rem;top:7.9814453125rem;left:1.904296875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdINiTw0LtR0L5WyTcn7FV292mzk4svl { width:19.75rem;height:5.75rem;top:6.9375rem;left:0rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #XFM3ewBeF7pOiEdWwhSIl6dLzlP0sJaK { width:1.8125rem;height:1.8125rem;top:9.0986328125rem;left:0rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #W5uOrvkgneAHsS0UwcuWZHPQ5DadRCBS { width:3.875rem;height:4.6875rem;top:0.9482421875rem;left:3.4375rem;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #hT50Zq6sDl5TBZsyckpgc0w1wXU3sDwR { display:block; }#hT50Zq6sDl5TBZsyckpgc0w1wXU3sDwR > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dDBEf5ESD5JsHIITXV5hB2cMFROLmJte { height:11.0966875rem;width:20rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eR6rQWwEVmCdeyW7eubhneBmzq0JbyL8 { width:19.75rem;height:4.625rem;top:14.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #X7WzwysyIqZSeMg3vEPPIANi5KrdTzAX { width:2.0625rem;height:2.0625rem;top:15.6875rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #S59sHQnnpOT3KbHLprMpVvPODdCAe4TK { width:7.8125rem;height:3.825rem;top:1.369140625rem;left:8.466796875rem;font-size:1.0625rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #tUInE91kAt8J2sT3Dzwy3asDQxz2BFBI { width:4rem;height:4.6875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIbCNZz1vNsP6FcA4r7bOPkN18cgqAHQ { width:16.5625rem;height:5.19375rem;top:7.9814453125rem;left:1.904296875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UP3gxwnCFX7ZMAMiUyCXbTDDNfMb3dr2 { 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) { #RkNozGfMamm13STUUaTiay8LPZQS5WrZ { width:19.75rem;height:7.1875rem;top:6.9375rem;left:0rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #Qg4tm3mLTKTeAPBuz6U1HvBK1Vo6y3Qa { width:1.8125rem;height:1.8125rem;top:9.0986328125rem;left:0rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #Dm1caR0928z5dtOQeHTaTFG8ikac9ww6 { width:4rem;height:4.6875rem;top:0.9482421875rem;left:3.4375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Tp1Z4fJ3kzTguyFAQWxl8WCBiGF08Erx { display:block; }#Tp1Z4fJ3kzTguyFAQWxl8WCBiGF08Erx > .row .container { width:20rem;height:26.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zbb5VqUJNtEVWqr3AVeXaqwP8dcmS6Ui { height:11.0956875rem;width:20rem;top:14.3720703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEhssVDmOvZva16HVUKcgxTP6aT5iLTb { width:19.75rem;height:4.625rem;top:14.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hxeUM9aLhANpS5S6vo6WqWNtswDaaZOb { width:13.4375rem;height:0.95625rem;top:2.802734375rem;left:5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeKB13c39xAy28hp8SRlcOmsIbJmBeiD { width:3.9375rem;height:3.9375rem;top:1.3101558685302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrcwgXGIwucfnzgCFPs8PUIW1TvXLNpN { width:18.125rem;height:3.8953125rem;top:7.9863271713256rem;left:1.8398435711861rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLUDpCCXnliT1qw8VoGOpRcu5ylBZ9hu { width:19.75rem;height:5.75rem;top:6.9375rem;left:0rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #vk9wdHcgIrSnfJ0uFUNleLQ5CTr5aNn3 { width:1.8125rem;height:1.8125rem;top:9.0986328125rem;left:0rem;z-index:15037;display:none; }
 }@media only screen and (max-width: 763px) { #OTV1AfqOpDUiHRNKDpkMEKtZ9oIznKyM { top:12.559406280517rem;left:15.745049893856rem;width:3.125rem;height:3.125rem;z-index:15090;display:none; }
 }@media only screen and (max-width: 763px) { #wkDVXqZV2XdTeTTitqKmU36UuNObrtWD { display:block; }#wkDVXqZV2XdTeTTitqKmU36UuNObrtWD > .row .container { width:20rem;height:17.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vuhJKlR6Ed26JkMfKKZi5fT7tZexKePo { height:11.0959375rem;width:19.999375rem;top:4.9990558624267rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVC52pgfIMBkfDMTDUT4fRU05mra3ixw { width:15.5625rem;height:2.55rem;top:1.2537117004394rem;left:2.2175122499466rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uhOVolxh9ARaNKSOoVLks3EXI9zmCs1z { width:19.8125rem;height:4.375rem;top:6.9374994561075rem;left:0rem;z-index:15033;display:none; }
 }@media only screen and (max-width: 763px) { #JsG4WQa8r0wvOTvQnxtLUQKxI4k2WnLu { width:1.81188125rem;height:1.81188125rem;top:8.3125rem;left:0rem;z-index:15037;display:none; }
 }@media only screen and (max-width: 763px) { #WtLziJAHgme9PgZCTmBF9Q0t5ai2Gcrh { display:block; }#WtLziJAHgme9PgZCTmBF9Q0t5ai2Gcrh > .row .container { width:20rem;height:26.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JcCtnr3VuFMgTHJTxMw1pGyJKQQsLTW8 { height:11.0956875rem;width:20rem;top:14.3720703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFyGbSzF0k57uxHStpNgGNqVlfcsbUcO { width:19.75rem;height:4.625rem;top:14.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #i1QLwfMaIEAbtGNboPHxwqWbMB7cU9dT { width:2.0625rem;height:2.0625rem;top:15.6875rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KSzs64dbVCVD135ZN61zDtdXwdP6D1I8 { width:14.6875rem;height:0.95625rem;top:2.802734375rem;left:5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHSGFt6t9nxEoP4yTVikDb3gW5CGh2AJ { width:4rem;height:4.6875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2ZXOhMTaE1pyktK3TB3lZEGAyunD44J { width:16.5625rem;height:3.8953125rem;top:7.98828125rem;left:1.9052734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUDPmcUimGNplzS1kAWsGhTxwQcetGay { width:2.375rem;height:2.375rem;top:10.625rem;left:17.625rem;font-size:1.625rem;z-index:15091;display:block; }
 }@media only screen and (max-width: 763px) { #eIB4ZAaeFeGHeyFmg364wsBiMKmsZCKa { width:19.75rem;height:5.75rem;top:6.9375rem;left:0rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #kJlSv7g1wZS0Gd2ZbrOKIlThuluo6vWt { width:1.8125rem;height:1.8125rem;top:9.0986328125rem;left:0rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #qyEuMTUzwdndw8blUr8N4icLJboh95mZ { top:12.559406280517rem;left:15.745049893856rem;width:3.125rem;height:3.125rem;z-index:15090;display:none; }
 }@media only screen and (max-width: 763px) { #XFPgyDZw7H7LaFBS2fITw3gvr8FgsG6N { display:block; }#XFPgyDZw7H7LaFBS2fITw3gvr8FgsG6N > .row .container { width:20rem;height:26.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zHIPlBm95mkeBpuJyoo66LbPkh8iKQ0t { height:11.0966875rem;width:20rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxdWtIHL8GAHB2PAP8PshfCSF4HQ2nhu { width:19.75rem;height:4.625rem;top:14.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #b8hZkAKo6AiZNA3GuvtpfVa5OoIt3Zm1 { width:2.0625rem;height:2.0625rem;top:15.6875rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TT7MANDkHRFFFMJa0nm4RRRsBSGpTANU { width:7.8125rem;height:4.78125rem;top:1.369140625rem;left:8.466796875rem;font-size:1.0625rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #i0hZ9k7nl82ETilfScFSEIRMKEg78Rkk { width:4rem;height:4.6875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsF9WLlNm2NwOJ4fmnEhhVoN8oz6bscK { width:15.5625rem;height:3.8953125rem;top:7.9817352294925rem;left:1.9050122499466rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVr7LbdExgQpV3szIUgOgyQBH55IUnLH { 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) { #zmlKLwS8479kAASJCQcZKV326FyfEDpt { width:19.75rem;height:5.75rem;top:6.9375rem;left:0rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #rrouFzTRlPPKu481Js42TAc7LrTZGpms { width:1.8125rem;height:1.8125rem;top:9.0986328125rem;left:0rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #TfP0iI56EGzHmTirxkCWeykno9w61wch { width:4rem;height:4.6875rem;top:0.9482421875rem;left:3.4375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #yPPB57mO1tB7ksN8MaSWWwvDAKEXOFJT { display:block; }#yPPB57mO1tB7ksN8MaSWWwvDAKEXOFJT > .row .container { width:20rem;height:26.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F75rzZoouThIUB1Q7Ti577IWnfo9DukQ { height:11.0956875rem;width:20rem;top:14.3720703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuRlCzsSWkcOy3lQMpq8BWREQsl3TqtB { width:19.75rem;height:4.625rem;top:14.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qusrGuplx60P7amhvnKlkzr6lHzFZbOG { width:2.0625rem;height:2.0625rem;top:15.6875rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nraLBMIfHgSIwZ1JutQU1HOsZgFPqCxI { width:9.375rem;height:1.9125rem;top:2.32421875rem;left:5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAK0Tk98TVTvCh5aOHGiDe9pA3QwAi4F { width:4rem;height:4.6875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKH1oD9outnwRTQFZwTt0EAG2ZTPbeiE { width:16.5625rem;height:3.8953125rem;top:7.98828125rem;left:1.9052734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EV8icbLVucFg6DkQUnyS1FkgpckifwgN { width:2.375rem;height:2.375rem;top:10.625rem;left:17.625rem;font-size:1.625rem;z-index:15091;display:block; }
 }@media only screen and (max-width: 763px) { #tqRdU6wEmlyF2WTQPWCIXh8oq0iD9g4O { width:19.75rem;height:5.75rem;top:6.9375rem;left:0rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #JstCnq43I54ae9fuWRaCJQpEBGcDdrT1 { width:1.8125rem;height:1.8125rem;top:9.0986328125rem;left:0rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #P0Zykc09Au8MxKqoOCxougsH3d1GIL1h { top:12.559406280517rem;left:15.745049893856rem;width:3.125rem;height:3.125rem;z-index:15090;display:none; }
 }@media only screen and (max-width: 763px) { #y1ZskOD1HJu4UguJkKZFWSHgGFuiJbyd { display:block; }#y1ZskOD1HJu4UguJkKZFWSHgGFuiJbyd > .row .container { width:20rem;height:17.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Htn2D4yTPTxVH7oayOAHSuIES3A1MPoU { height:11.0959375rem;width:19.999375rem;top:4.9990558624267rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJQsDp8ldRuTepSuD0XlneIHwq7ZFeeM { width:15.5625rem;height:2.55rem;top:1.2537117004394rem;left:2.2175122499466rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fdDeebT7kQdZmrAtwAe5ymH1Fk2bLoEd { width:19.8125rem;height:4.375rem;top:6.9374994561075rem;left:0rem;z-index:15033;display:none; }
 }@media only screen and (max-width: 763px) { #W1QGD9qogaGpZGecP3ahZwN2bDsT5pyl { width:1.81188125rem;height:1.81188125rem;top:8.3125rem;left:0rem;z-index:15037;display:none; }
 }@media only screen and (max-width: 763px) { #Q4FozfeC1C2TJSuMblL5b7x5RrKwHMOW { display:block; }#Q4FozfeC1C2TJSuMblL5b7x5RrKwHMOW > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ptMJ70ct55kERaRoRHNcXZ5zf4ELTtFW { height:11.0956875rem;width:20rem;top:12.809374034405rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PncF7c4HcscTnPUzkZI821dpXC9ym8P7 { width:19.75rem;height:4.625rem;top:14.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ws04MBZPBJkImLKEWJxk25U88u0cH8Ty { width:13.4375rem;height:0.95625rem;top:2.802734375rem;left:5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQBhTqae2K21yThonvhZoFmeeRDB94oH { width:3.9375rem;height:3.9375rem;top:1.3101558685302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnmlUm4Fkm9cLEgB1fLNTVwJod18vLzQ { width:18.1241875rem;height:2.596875rem;top:8rem;left:1.8749998211861rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cxws3QNlDJaTWrc9vnuW48627evA4ERO { width:19.75rem;height:4.375rem;top:6.9375rem;left:0rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #EUq5p1btUUX1zWECdmc2dbZdaSZt7whQ { width:1.8125rem;height:1.8125rem;top:9.0986328125rem;left:0rem;z-index:15037;display:none; }
 }@media only screen and (max-width: 763px) { #STxaZLbzFphUw8FvhHhSTZt8fUBJhkdX { top:12.559406280517rem;left:15.745049893856rem;width:3.125rem;height:3.125rem;z-index:15090;display:none; }
 }@media only screen and (max-width: 763px) { #UnkiRSQnr1ZOabq0q2Dzw5JKC19W2g9w { display:block; }#UnkiRSQnr1ZOabq0q2Dzw5JKC19W2g9w > .row .container { width:20rem;height:26.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c6Sztfa6fF7k4pQl3wfTpQtfQkodozef { height:11.0956875rem;width:20rem;top:14.3720703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHgT4QmTTkrRgyUaEKLh2HumzL809lnu { width:19.75rem;height:4.625rem;top:14.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vILaSKmAiT70XebdZBgR2XzPnXucLI0q { width:2.0625rem;height:2.0625rem;top:15.6875rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FNFk9FVsWbHcT19BGZhs4bB1uoPQrnxZ { width:12.5rem;height:1.9125rem;top:2.32421875rem;left:5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPommgEcB0LBobTKaIHe0dqE3F1nc41E { width:4rem;height:4.6875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0K59LSHBuHVDtDc3NJmrQIFkkh1G5cq { width:15.3125rem;height:3.8953125rem;top:7.98828125rem;left:1.9052734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbLDk9W1mKKHoBXsxQTBqRFikAOigiCz { 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) { #prUEG4f1idSxVxyR0El3x1Th3Bv8OqHa { width:19.75rem;height:5.75rem;top:6.9375rem;left:0rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #pPNSFr7LeyQ56PRJwRbqN5g4JsP4ew3m { width:1.8125rem;height:1.8125rem;top:9.03125rem;left:0rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #vOCrrStCF1r6W5LSMWw9zdTJG3c13LsK { top:12.559406280517rem;left:15.745049893856rem;width:3.125rem;height:3.125rem;z-index:15090;display:none; }
 }@media only screen and (max-width: 763px) { #vtP9Iw1TsBAeXEaNVrzNeqpcEAmTMKvn { display:block; }#vtP9Iw1TsBAeXEaNVrzNeqpcEAmTMKvn > .row .container { width:20rem;height:0.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AVETdacxBaJ2ufirZTUtw4APSVDE6Tsh { display:block; }#AVETdacxBaJ2ufirZTUtw4APSVDE6Tsh > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hLDTozL21Ec3I7mDPHT0oKSXuM13VGDV { width:11.25rem;height:3.1875rem;top:0.6240234375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lyw5PVrMhVwfXCJeTgFk3KQov0XkkRBU { display:block; }#Lyw5PVrMhVwfXCJeTgFk3KQov0XkkRBU > .row .container { width:20rem;height:15.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HCeN7831AOqQs8xSGkD0WKTvqwJdmyE7 { height:11.25rem;width:20rem;top:3.96039375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTT3M901UFye624kp9cv4QxAv2ntLcZO { width:20rem;height:1.4625rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xHMwdQucG3bG51FxOgXnSAqT1yS2itFN { display:block; }#xHMwdQucG3bG51FxOgXnSAqT1yS2itFN > .row .container { width:20rem;height:3.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PXvkLdHmSFZM08NuXuN2ePPTpGsWCVOT { width:17.25rem;height:1.4625rem;top:1.2255859375rem;left:1.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DqVrllMeUNaFTgA0oupkTcMnoiUVcPTf { display:block; }#DqVrllMeUNaFTgA0oupkTcMnoiUVcPTf > .row .container { width:20rem;height:17.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lmuukaMHhXSLhg6CC8JTT1FyEKbgE6ag { height:11.0965625rem;width:20rem;top:5.3100280761719rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zctNJhTQg9QJAhD5GicamSq0zmc6lCTX { width:17.686875rem;height:2.763275rem;top:1.2413368225098rem;left:1.1534653306008rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TS2mCsNq61Un7KXy1dZtJHL8pcKhWvP8 { display:block; }#TS2mCsNq61Un7KXy1dZtJHL8pcKhWvP8 > .row .container { width:20rem;height:17.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R2c9ynqA7tUEMqEQILmIQZSu3rx5oK4T { height:11.0965625rem;width:20rem;top:5.3100280761719rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFGKVDhhNyIzeu2EvX5yOAJgsJGyWh08 { width:17.686875rem;height:2.763275rem;top:1.2413368225098rem;left:1.1534653306008rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yFSSZvpWcmQNFTi0uhUihEwRaivWSPLQ { display:block; }#yFSSZvpWcmQNFTi0uhUihEwRaivWSPLQ > .row .container { width:20rem;height:17.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gAQzbpsZnO8eDhVd08KGHIqVG8vQOy8C { height:11.0965625rem;width:20rem;top:5.3100280761719rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7PsGPco84wJ94xdxhQ0HkBsaoGTTPM4 { width:17.686875rem;height:2.763275rem;top:1.2413368225098rem;left:1.1534653306008rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #seaeaHfC4c6GuDxa1fDIph5m8yrmw5AH { display:block; }#seaeaHfC4c6GuDxa1fDIph5m8yrmw5AH > .row .container { width:20rem;height:17.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pvew9NXJ6x0JiDl3wqmhlz2DvFCp5vkc { height:11.0965625rem;width:20rem;top:5.3100280761719rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1TOi925zTVGa8yKaD4xJP6mozG5FsE9 { width:17.686875rem;height:2.763275rem;top:1.2413368225098rem;left:1.1534653306008rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wxaB4FFFQc0d3V3Zal1ze9wF4qJ0enpo { display:block; }#wxaB4FFFQc0d3V3Zal1ze9wF4qJ0enpo > .row .container { width:20rem;height:17.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ORIXDxrffH2rJHIVx3oA2ceRa89uwvRb { height:11.0965625rem;width:20rem;top:5.3100280761719rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7phEZGUmJx0V7l3FiIetzV4Xn2sQbfQ { width:17.686875rem;height:2.763275rem;top:1.2413368225098rem;left:1.1534653306008rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JeBzyws08N8mSTO0Jc7wnUT8uSTT8Dbi { display:block; }#JeBzyws08N8mSTO0Jc7wnUT8uSTT8Dbi > .row .container { width:20rem;height:17.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KfqwMDe5BLBsOTMsxLfMSl6LTr1IgeNG { height:11.0965625rem;width:20rem;top:5.3100280761719rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oupdwtDoakHlqxfGy4gDAJl5GIL9mgli { width:17.686875rem;height:2.763275rem;top:1.2413368225098rem;left:1.1534653306008rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rmHwXK17GsFt0ITap7aywBKiGlSG7z5V { display:block; }#rmHwXK17GsFt0ITap7aywBKiGlSG7z5V > .row .container { width:20rem;height:17.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IAFugQxUP2uIRRkbRQyeQUrAIqGBR3W0 { height:11.0965625rem;width:20rem;top:5.3100280761719rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqtkp5u0fElcwUzsTe4mP1TXJJsyA15t { width:20rem;height:2.763275rem;top:1.2294921875rem;left:0.0927734375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CZioaJOpqA5z1ehuZQEEG5wTgGFRQPT8 { display:block; }#CZioaJOpqA5z1ehuZQEEG5wTgGFRQPT8 > .row .container { width:20rem;height:17.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LW7bAmgqmeTIxCHKVpCyHVNdT6TJmXyC { height:11.0965625rem;width:20rem;top:5.3100280761719rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyZTcWdfH2xh3pr4pJ6pt2hFlJGE97IM { width:19.1871875rem;height:2.763275rem;top:1.2404079437256rem;left:0.40377473831177rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SdwzdQiQDENBhzRWJ6H7HFLKZrbkr2aL { display:block; }#SdwzdQiQDENBhzRWJ6H7HFLKZrbkr2aL > .row .container { width:20rem;height:3rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LIocF0kRcUMCntPUE0FDwuatP8ZNyIZK { width:20rem;height:1.7859375rem;top:0.93751907348631rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWXoImZ9EO7ZoVN8vvDwxJc0MTMyh2TF { width:20rem;height:0;top:0.59375rem;left:0rem;text-align:center;text-align-last:center;font-size:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pe2N6y4dsTC0BpIlIF5Eafmsk0xcJnsK { display:block; }#Pe2N6y4dsTC0BpIlIF5Eafmsk0xcJnsK > .row .container { width:20rem;height:19.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zx7OkLfnDaW2TW8JE0ZkPX7u8l7TV3N7 { width:20rem;height:4.3875rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Z9rSszPfPch2M9GgzxCMVFMGtHw8657H { width:4.6875rem;height:4.6875rem;top:6.884765625rem;left:7.4285152554513rem;display:block; }
 }@media only screen and (max-width: 763px) { #M18XCgpu3dC4TOcwJ1JEVPqlSalNPITr { width:16.3125rem;height:1.3816375rem;top:12.835155487061rem;left:1.8421874642372rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fJ1lL2ahEKauTyRh29VV45PtOA4v8PoP { width:19.125rem;height:1.2984375rem;top:14.701557159424rem;left:0.43593746423721rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bpAyFOpPoiXV7E8F2HUZPgeOWi5MOAFi { width:16.749625rem;height:1.2984375rem;top:16.249607086182rem;left:1.6218748688698rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eXN5IoTFdgxXDc5KZfmuceDXKTUniPho { display:block; }#eXN5IoTFdgxXDc5KZfmuceDXKTUniPho > .row .container { width:20rem;height:17.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bZZnTFMATdNRMxugmmkUTlRRA3Jg2x6W { 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) { #kdTMIoBJcx8ONvH0zDx6U3RRao5P8gFX { width:13.0625rem;height:2.25rem;top:4.9375rem;left:4.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #q1DdkV8qd4W8CQsxIMO4rR9U8EP4VutR { width:1.5625rem;height:1.5625rem;top:7.375rem;left:2.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOLXm7ZxJVi9fU54tdMJL5qElB7JTwoJ { width:1.5rem;height:1.5rem;top:9.0625rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7WN7cNVqlJZH6TV9Rgyt11TNAIk3n82 { width:1rem;height:1rem;top:11.0625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhFO0GIJcQaSW27K6CDoORxg9U0ng0kR { width:0.625rem;height:1.1875rem;top:4.9375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMQPqWcpFl5xFZdPqv6mX1aNImImZ7gX { width:6.8125rem;height:1.0625rem;top:7.6875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNsZJodNVxgoC0NW8bLtr3TkpRQMJz3K { display:block; }
 }@media only screen and (max-width: 763px) { #z0U4imkteeHaHPqwa89wqmb2vPRNpXOc { width:11.6875rem;height:1.0625rem;top:9.3125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnCVT96TdoduczcoeairegF6qbQovrA5 { display:block; }
 }@media only screen and (max-width: 763px) { #WgX1UKMRkSgQIvwgOwW5MvnlPOcaBnJm { width:9.875rem;height:1.0625rem;top:11rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H679HI8039Q50pc9awPEwpMiDq5KW1gN { display:block; }
 }@media only screen and (max-width: 763px) { #DicS8wncxOwFlWbIap8qrR8MUbXzhdNh { width:3.125rem;height:3.125rem;top:13.1875rem;left:11.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnaDwRT4LQlD1N8ir832EcdAu0DFgJ1U { width:3.125rem;height:3.125rem;top:13.1875rem;left:8.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5rvNoh70Rn63cSgPNaEOfJsIAsvhrSx { width:3.125rem;height:3.125rem;top:13.1875rem;left:5.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XL74qae7rGxiI3sIEpiXMfH2pNqoZtf8 { width:7.25rem;height:2.875rem;top:1rem;left:6.375rem;display:block; }
 }