.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image: -webkit-linear-gradient(128deg, #8c1713, #727272);background-image: -moz-linear-gradient(128deg, #8c1713, #727272);background-image: -ms-linear-gradient(128deg, #8c1713, #727272);background-image: -o-linear-gradient(128deg, #8c1713, #727272);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c1713', endColorstr='#727272' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c1713', endColorstr='#727272' );";background-image: linear-gradient(128deg, #8c1713, #727272);background-size:auto !important;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); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8c1713;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; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { background-color: transparent; background-image: none; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container > .video-iframe-container { display: none; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row > .video-iframe-container { display: none; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .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); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { border-width: 0; border-radius: 0; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:60rem;position:relative;display:block; }#HBnG3ZFsZK97FLG7RNXgBREv2TuGIXNL { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.75rem;left:9.25rem;display:block; }
#HVzb7mvRAhWVpNkCBtwgbrffegVe43eo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cQ0QKyHGx58RX9AF4TtMvUtlHFA7lIDt { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4985rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.75rem;left:1.9375rem;display:block; }
#WKZyDymUUd8qcfpua0s3J79J3xrg3enB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BnhFM5zaE2mKZe3KDKOP8XRluTTApJUo { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4355625rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.75rem;left:40.123700141907rem;display:block; }
#y5mtQ3cNimdoeiV2KFb5S54oTH8CA1pt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ykAbiqiVFhHdMKKaTp2Xf5Tw2zxGg95D { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#8c1713;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5625rem;height:2.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.78125rem;left:48.4365234375rem;display:block; }
#eg2nQaq54RZalwvwBCI0xmAFfK7vt0SV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lBcI95AGITNOqiLSL7My4fnw3le9yk4y { 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:3.75rem;width:3.75rem;top:0.96788197755812rem;left:25.562068939209rem;overflow:hidden;display:block; }
#x7h5d9ULVzHEuUzHVbXxifR67IvhTKsO { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.7491320371627rem;left:30.060764312744rem;display:block; }
#W1kuK9MIWVRR5eCJpGczl6oa4S7eTZw1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#090809;background-image:url("https://images.assets-landingi.com/uc/3984035e-199c-44bf-9728-02df1526165f/PEWEUAwardsBKG.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.adaptive-delivery-prevent-bg, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyload, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyloading { background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { background-color: transparent; background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .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); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { border-width: 0; border-radius: 0; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { font-size:0.875rem;font-family:arial;height:39.9375rem;width:60rem;position:relative;display:block; }#WR8kpMlaEO45UeL8NOT3ORp5qA4et76s { color:#e8f7ff;display:block;width:36.3748125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:26.875rem;left:11.8125rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WOgAu9fNnevObOrfU08VR7oERT3ATquJ { position:absolute;display:block;z-index:15007;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:14.5rem;width:43.0625rem;top:8.6875rem;left:9.1875rem;overflow:hidden;display:block; }
#F95cKuq2xivNtkBcA8VTRriEANo5hSzw { color:#e8f7ff;display:block;width:42.874rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:21rem;left:8.5615234375rem;height:4.38671875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#QGZJ8vATagUqzTZ5R7r67yzCgaGNT16y { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#8c1713;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:3.625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:32.84375rem;left:20.53125rem;display:block; }
#Thnmq616aoc2tpUw0c4gi073WTcqseAO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zHt0qsD8PCtfynp9TAHD0xz9zKJfTTyE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(161deg, #8c1713, #727272);background-image: -moz-linear-gradient(161deg, #8c1713, #727272);background-image: -ms-linear-gradient(161deg, #8c1713, #727272);background-image: -o-linear-gradient(161deg, #8c1713, #727272);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c1713', endColorstr='#727272' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c1713', endColorstr='#727272' );";background-image: linear-gradient(161deg, #8c1713, #727272);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zHt0qsD8PCtfynp9TAHD0xz9zKJfTTyE > .row .container { background-color: transparent; background-image: none; }#zHt0qsD8PCtfynp9TAHD0xz9zKJfTTyE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zHt0qsD8PCtfynp9TAHD0xz9zKJfTTyE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zHt0qsD8PCtfynp9TAHD0xz9zKJfTTyE > .row .container > .video-iframe-container { display: none; }#zHt0qsD8PCtfynp9TAHD0xz9zKJfTTyE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zHt0qsD8PCtfynp9TAHD0xz9zKJfTTyE > .row > .video-iframe-container { display: none; }#zHt0qsD8PCtfynp9TAHD0xz9zKJfTTyE > .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); }#zHt0qsD8PCtfynp9TAHD0xz9zKJfTTyE > .row .container { border-width: 0; border-radius: 0; }#zHt0qsD8PCtfynp9TAHD0xz9zKJfTTyE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zHt0qsD8PCtfynp9TAHD0xz9zKJfTTyE > .row .container { font-size:0.875rem;font-family:arial;height:49.25rem;width:60rem;position:relative;display:block; }#PQ373N2mWp2PCg5Hrt1XXClgkTdCIEZc { color:#e8f7ff;display:block;width:40.75rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.875rem;left:0rem;height:3.41235625rem;font-style:normal;display:block; }
#Co3Lz867OgAJ5DAQv0tXgXzpGebGg22O { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #ffffff, #a6bfc5);background-image: -moz-linear-gradient(339deg, #ffffff, #a6bfc5);background-image: -ms-linear-gradient(339deg, #ffffff, #a6bfc5);background-image: -o-linear-gradient(339deg, #ffffff, #a6bfc5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a6bfc5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a6bfc5' );";background-image: linear-gradient(339deg, #ffffff, #a6bfc5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:5.9375rem;left:0rem;display:block; }
#JUzLpMJJTTHX1xFKlOB83DIx2IqUFT6M { color:#ffffff;display:block;width:59.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:8.1608071327212rem;left:0rem;height:32.4978125rem;display:block; }
#gTBLDXwbbgVPFg7pKmSxey8Ny2XbV8oN { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#8c1713;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.0625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:43.75rem;left:19.0625rem;display:block; }
#Rrz779LJGwbthUJ33vG86pwDaUQMaOcK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#biWp13TSEOe6Hzuk7QS55in4rEGJUTVC { position:relative;display:block; }#biWp13TSEOe6Hzuk7QS55in4rEGJUTVC { background-color: transparent; background-image: none; }#biWp13TSEOe6Hzuk7QS55in4rEGJUTVC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#biWp13TSEOe6Hzuk7QS55in4rEGJUTVC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#biWp13TSEOe6Hzuk7QS55in4rEGJUTVC > .row .container > .video-iframe-container { display: none; }#biWp13TSEOe6Hzuk7QS55in4rEGJUTVC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#biWp13TSEOe6Hzuk7QS55in4rEGJUTVC > .row > .video-iframe-container { display: none; }#biWp13TSEOe6Hzuk7QS55in4rEGJUTVC > .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); }#biWp13TSEOe6Hzuk7QS55in4rEGJUTVC { border-width: 0; border-radius: 0; }#biWp13TSEOe6Hzuk7QS55in4rEGJUTVC > .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; }#biWp13TSEOe6Hzuk7QS55in4rEGJUTVC > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8c1713;background-image:none;font-size:0.875rem;font-family:arial;height:18.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p .widget-text.counter-number { border-top:0.0625rem solid #dbe0e1;border-left:0.0625rem solid #dbe0e1;border-right:0.3125rem solid #dbe0e1;border-bottom:0.31125rem solid #dbe0e1;background-color:#8c1713;background-image:none;color:#dbe0e1;padding-top:0.83rem;padding-right:0.740625rem;padding-bottom:0.83rem;padding-left:0.740625rem;display:block;align-items:center;width:4.4375rem;min-width:4.4375rem;height:4.456875rem;position:relative;font-family:tahoma, arial, sans-serif;font-size:3.319375rem;font-weight:700;line-height:71.31px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p .widget-text.counter-label { background-color:;background-image:none;color:#dbe0e1;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.51875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.916875rem;height:1.76rem;position:relative;font-family:"open sans";font-size:1.245rem;font-weight:700;line-height:28.16px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#8c1713;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:29.1875rem;height:8.769375rem;padding-top:2.593125rem;padding-right:2.644375rem;padding-bottom:2.593125rem;padding-left:2.644375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:3.4092884063721rem;left:12.573787689209rem;z-index:15028; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #pXS1Q12m8XBMul7itSu1Ba96LM0o7tLT { display:flex;position:relative;top:0rem;left:0rem; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #wBqzd5XcEBqKusSXiiAxxlVcCDhMFFnW { width:auto; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #LbEoZ22LoZiteLsbdkyePUM40aF1dyhp {  }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #qB4hDviLyOSOhUAMGEgZSiqHE4UD7Kns { display:flex;position:relative;top:0rem;left:0rem; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #NcVu4HmUUwtJzKEgVM5vqZgxJ74NbOFh {  }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #e1pOncgLLGaO2TREyvJcR3mTXpMPXJsG {  }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #VHa5CB9bxJIwwvpqI4LM3cCT1CZNV7Ji { display:flex;position:relative;top:0rem;left:0rem; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #uKSDZdZJcWvo7CuF1r4Q6O8WJdhcx8LJ {  }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #uL9HwCQ97VnSl7cvH31QkmolRZrpbr9x {  }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #INmwUf6MhhXPXnkuu4eqMGCeZZztpBOT { display:flex;position:relative;top:0rem;left:0rem; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #sy3LLbAwWLAasnObATKqZdCyroSCnfOl {  }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #cXEPUg3moJ0UWk4rJTPamJ0BMxmQgQDe {  }
#tOOoOAumCmlFf9zBBOo8xMPTcFVzb5Sv { color:#e8f7ff;display:block;width:13.3105625rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.810546875rem;left:23.156471252441rem;height:3.41145625rem;font-style:normal;display:block; }
#wMWO8DJspiqsLs3LOVHFqTforQcgdXQW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(161deg, #8c1713, #727272);background-image: -moz-linear-gradient(161deg, #8c1713, #727272);background-image: -ms-linear-gradient(161deg, #8c1713, #727272);background-image: -o-linear-gradient(161deg, #8c1713, #727272);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c1713', endColorstr='#727272' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c1713', endColorstr='#727272' );";background-image: linear-gradient(161deg, #8c1713, #727272);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wMWO8DJspiqsLs3LOVHFqTforQcgdXQW > .row .container { background-color: transparent; background-image: none; }#wMWO8DJspiqsLs3LOVHFqTforQcgdXQW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wMWO8DJspiqsLs3LOVHFqTforQcgdXQW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wMWO8DJspiqsLs3LOVHFqTforQcgdXQW > .row .container > .video-iframe-container { display: none; }#wMWO8DJspiqsLs3LOVHFqTforQcgdXQW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wMWO8DJspiqsLs3LOVHFqTforQcgdXQW > .row > .video-iframe-container { display: none; }#wMWO8DJspiqsLs3LOVHFqTforQcgdXQW > .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); }#wMWO8DJspiqsLs3LOVHFqTforQcgdXQW > .row .container { border-width: 0; border-radius: 0; }#wMWO8DJspiqsLs3LOVHFqTforQcgdXQW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wMWO8DJspiqsLs3LOVHFqTforQcgdXQW > .row .container { font-size:0.875rem;font-family:arial;height:22.375rem;width:60rem;position:relative;display:block; }#z50A3AJTgiw8m5I4bqOZZWvdvVFwMo8v { color:#e8f7ff;display:block;width:40.75rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.875rem;left:0rem;height:3.41145625rem;font-style:normal;display:block; }
#G0SZR03SDvR3cK8slvAt78uMrsFvZ6zw { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #ffffff, #a6bfc5);background-image: -moz-linear-gradient(339deg, #ffffff, #a6bfc5);background-image: -ms-linear-gradient(339deg, #ffffff, #a6bfc5);background-image: -o-linear-gradient(339deg, #ffffff, #a6bfc5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a6bfc5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a6bfc5' );";background-image: linear-gradient(339deg, #ffffff, #a6bfc5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:5.9375rem;left:0rem;display:block; }
#XQFtEiaZ5fmHV6edDsc5X5wdrewc5HxC { color:#ffffff;display:block;width:57.249375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:7.5098876953125rem;left:0.56206512451172rem;height:14.2990375rem;display:block; }
#dMzVK1izA8Lms3OAFD46wUaRhb4Wobka { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(161deg, #8c1713, #727272);background-image: -moz-linear-gradient(161deg, #8c1713, #727272);background-image: -ms-linear-gradient(161deg, #8c1713, #727272);background-image: -o-linear-gradient(161deg, #8c1713, #727272);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c1713', endColorstr='#727272' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c1713', endColorstr='#727272' );";background-image: linear-gradient(161deg, #8c1713, #727272);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dMzVK1izA8Lms3OAFD46wUaRhb4Wobka > .row .container { background-color: transparent; background-image: none; }#dMzVK1izA8Lms3OAFD46wUaRhb4Wobka::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dMzVK1izA8Lms3OAFD46wUaRhb4Wobka > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dMzVK1izA8Lms3OAFD46wUaRhb4Wobka > .row .container > .video-iframe-container { display: none; }#dMzVK1izA8Lms3OAFD46wUaRhb4Wobka > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dMzVK1izA8Lms3OAFD46wUaRhb4Wobka > .row > .video-iframe-container { display: none; }#dMzVK1izA8Lms3OAFD46wUaRhb4Wobka > .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); }#dMzVK1izA8Lms3OAFD46wUaRhb4Wobka > .row .container { border-width: 0; border-radius: 0; }#dMzVK1izA8Lms3OAFD46wUaRhb4Wobka > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dMzVK1izA8Lms3OAFD46wUaRhb4Wobka > .row .container { font-size:0.875rem;font-family:arial;height:127.5625rem;width:60rem;position:relative;display:block; }#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#e3e3e3;background-image:none;vertical-align:top; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd .accordion-trigger.adaptive-delivery-prevent-bg, #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd .accordion-trigger.lazyload, #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd .accordion-trigger.lazyloading { background-image: none; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd { box-sizing:content-box;height:auto;width:55.6228125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#8c1713;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0rem;left:0.9375rem; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #hnEWTTkHygTml1x8MsH9EmTuqmqf87GO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #EqPUuNK9aBT7eTtFfVcvXnKQArfzy5cQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #wxKvzkkmglCCE2p0bDLcaU0xBc7lT3zT { display:block;position:relative; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #xztgByRErIJP5nVvalnGcmwpy9qfEdLF {  }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #QfIvp75NVRyvE2tVW2DbtlXh1XDV7SI7 {  }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #kJSSGSfTXnv4mSApAGo0rFl4U2MbWPHZ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #kJ0x6odcRZxTDGAohidlgd31OgEHCSRs { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #ucLPZDTprJGr1PWx90LOOGuXDNp8I2Mf { display:block;position:relative; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #Uus9SWSiXnOq3h7hT73rtDcMg87h1155 {  }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #XFTyn8lEkfgAhcRQrJOJBxbuueTmhoHL { display:none; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #fciHTxfmApF3dJlIkk1o4esiTXsKcFWm { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #mxvKZsL4Iw8NLOIynV758tVsiP8AUuiP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #qT18AAvgaIL9UgCuQWJVy0S9vV3DQbFW { display:block;position:relative; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #QWtT4Q7727B3AaQZ5G5PRds7Nzy7u3Pv {  }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #GTHRGiS2AMSPD4s3Xou7DB4s9RusSAFc { display:none; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #THHoUtsAMW8ATBSXe4cxRaEswGsBc5iQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #SmOEFWJMJXP3tNrRfEbQ2nFQ6cuMZDZL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #M8Sv5yCxlzCtQhumxquaZ617PP7scZUv { display:block;position:relative; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #vUJQm5V5dEZFHs0FTsnFgLTI49pT0fti {  }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #gw4uZgyvqFZ3IDhgLpsKAa7CRJ50dBHQ { display:none; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #t5URsLfEd3OJSUUM5v338xBBP8RaOWie { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #BL91gOcLKrccksEOl46aEAfz2lP2ATrt { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #em0yeAWBLvZ3h8f4qbXBXCrMySHoA41g { display:block;position:relative; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #dnMXPW6k4hJG33VtMpSRBaa7OhJzQenz {  }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #vXX2fHDu9SPvJXZmvi7TZnVRWwmuqbSc { display:none; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #ZmD7tMEW6bG8T0E0AaSOPKM4FZL0zsqH { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #WNtsf7CMKphOuU4WbAiEVqTtcaLnozxf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #eESs2NaE6lZQd2UKZia1gft6PZTBZNLT { display:block;position:relative; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #uMkGOOfw3TJb6hKT1xpqB7EIdhszOwZ6 {  }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #QxELVXu54esL74MaKgICWJMG0ESCr1tC { display:none; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #h4oIhpLix0Cdx9Sqc2oVCNhIWI0yH6eo { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #R3bcKgdVA8i216bNAPkumANlz3XtqGgz { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #g9ItgQKwgV2V25NnFsbhp9FGJWIolxz3 { display:block;position:relative; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #nPaT7N8fbpdvad7PvuAuIL21ecBcTAOX {  }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #wHrqENvHJhiN2MXLFf8gDzAGT3v6hZ9F { display:none; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #ohLEa6oQsCcE4MR26QZgALivw4xN8B9M { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #z5wNcoauI9M13ImkC1ouO9H93P3fdddk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #IbUtUTm8A9T0lV9fWBvBPsOS2o5ziQc8 { display:block;position:relative; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #wInAw0Zs7PV5o1pKO4BnlRTicmqdkkiJ {  }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #vB3J2U2c3emLtVuVePsOIEsuKPEiVyTg { display:none; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #Alwm6VCXwnH2JROlF1eLyZ33EVOAJVN4 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #Kn05JrKu9FippZTCPyeHIHGXvGPhfgPk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #s0M9t57BewTkuFgMxsXVpXbteTvd1soC { display:block;position:relative; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #NVkrk44q9M508BmDuuWtTE0x0C0doWPv {  }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #oWTTiQdhaf7cfMbWkRky0MDiD2ts1ByG { display:none; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #TKVb1VzrgIkhEmFbT5ZrWKewhEkC3AUI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #DNeFmID9G8lH1QSagmu5RcGtOo06t6yi { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #WM3SFXXZVeocc3BMSVPU2tSVS1csyLG2 { display:block;position:relative; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #hGoezr7RMce1l4OTbemmJ01Gxqh363pn {  }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #Www6ZTEgFxebfvBdBBk6r8oKiEWycv0d { display:none; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #bb03bKu3fAkREkcUdM7hcbTZFGtr0xrn { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #qllhTLLWhiAT82BsSnFpvtmci27z2yyD { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #OCf5hZdO7sKTgfQ7s6yA8P357JPvTB8E { display:block;position:relative; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #Xbs6uozZhhrotoJZrUm3IGEZDQJ58qQe {  }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #vxD8uAvagT7qBDacQA1S33lsdTxsAaNo { display:none; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #lJ4TdzXlnt51yDKmgE5Es1Paml2dXTwN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #W9T1tgHDkGASFUTpXsk3TQV1NVlzzX7Z { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #DXKErUA1tHNcW7TiFVIsolCm2O5sd9I2 { display:block;position:relative; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #ttoiLDJaXk9Go583wk9yqqLpomlniWoD {  }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #gfFvAR5aQyTbhaFGk3MRoWplvKNq5Vl5 { display:none; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #oTqpDWXK2aVQrF8nw63izJu3PwabL4PM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #qI3taXONGiQT5kXNBR3iIcskWa9WWVhS { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #l8eztiAiqi9oVSpQhcs2WkoCaNQd0kbd { display:block;position:relative; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #JAlvmSVpBS6sSJADmldd7i38dALcsRKO {  }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #mTvw5E9TJ6PnRo291XlAi5yGVOBXfyOn { display:none; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #TehfElGRbSQKFFDNOelGoDOdkTCEgdDc { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #PCik4tyhkW80yGR6GT89F4uMfmCv4DZX { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #hoz6rI3uCqm4LzmEhXJynKwNJc4t2kpf { display:block;position:relative; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #JwTGziGx7GgcGcJT9LeK4Wh7ReKWM9wP {  }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #rIx2lJfH7tKTfWPRzhFNZqykoQk7MEnl { display:none; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #Dzxsq9DzrfK6VKbvLnHLMgTbsxPLJlHA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #k47npbEKvZ6dQInZVs8idZDKZOnmmGC7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #zAAdueaBqLD9I5KlD0eXTyMWT9Ouu73X { display:block;position:relative; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #TexKi95Qa0b7qTl8dBID5qwi5PN69mIZ {  }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #kdvqQbi4CxwIL3ZWsuOi0PzSWEZuOIOE { display:none; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #twrLDbtPmEAIyC7FapG7hEIBeUBh7HhN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #Pv0yEQkeVl6IyPrOQwn0s0AEN4BnO2MU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #F0EfFbTW1k5AvVn8DJRvSf5U5glC1u5A { display:block;position:relative; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #cXLT3b6xIB866KpXT0Ii0ygZpuHM1Szt {  }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #lpfO47Lm5yRJvWAK8pMnTqPnZ0BVZAQH { display:none; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #TbF8cHisAIWeRPLIA7PKlPeMe4ACKiHl { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #pvvfKmPI3VharuJfCq4maflMoeOSZ2Dt { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #zJWftQgEN575rOOmAdqg9yweXkW23Zif { display:block;position:relative; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #KzXqHFPNmxgdEnlS8HDuUGBMradtyP72 {  }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #CbnqueziCp5nKMmF2zCAMxkDZNSlBKTT { display:none; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #G1qTxQGsJqP58fcMZXIQTFPdaSZM3c2V { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #Q5IfCZXnv4rXzNHxT2VTb0qbegoJ7ohf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #PF4Jw0l3BKSJfwPvBIM3zchbA4Swcn0H { display:block;position:relative; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #FkrHCJ5zZAPdE5o9lZIGgxA24QqpcpUy {  }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #ymdHRKZ6gRgJLPoIXIXQXaUH6BC6whAL { display:none; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #G921apFkaIWUK8atVGlKOCVUv3qsFtAX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #xt7t8Q7tFI2hs9VxhTRiRHt3TG7zpT72 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #WW19bUkOIsVbp0hmJpRSd49nCRJ1Zsdx { display:block;position:relative; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #ZVIEqxA6QxKpOo7LaHt8zfSkkeG0nkqm {  }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #m1JHT3XOG2B4pzzBeJsPJOW3A7iGRQZV { display:none; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #KCAx3Z2giff7xV77QP5zsT1gWm3w6B68 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #TX4S2UTLlFomAuJnZw5Indbz2XdGGa8G { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #Vg2o4swvG9W0W63xFGu049bHaTTx4HbZ { display:block;position:relative; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #NH6e2ASyhlDfCR2Uu94NtlPNXVdG3OKd {  }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #thw47yVMAkJCEhBJLGiDeBK0Ui8rxAiO { display:none; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #KyZJ14oLSkJb6J7t0eTuUvrUTdTdL8VV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #M7env7ynDia2MPZI7JxJnN37mpT9Kp1T { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #A2I9oldQfOx0lTpM7J5MqLHuU3Px5NGE { display:block;position:relative; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #T9pB6TZpChilUZ4NRnS1Ppkwlbxi3WPZ {  }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #MiW4sRd8Z9TAuIGp11hEMArzw02xEOp7 { display:none; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #RufeUUyD3L8RG5WmWy69r3kT0ZVZW6aF { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #Dq0tUdny4xRzCRwLEvpGdyKkP5MqtvKe { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #cJr7sn7hK1hr6bxORI5OOg66VNlhX2VT { display:block;position:relative; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #opPATSU4NReICKVtTBpZQe0FeF0BqTOS {  }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #zO2H58gyyoiUMJxGRh9Qmx8UViEgdUpu { display:none; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #cbt4vhfL5Jw17u60BsMXKWXl7MfB214E { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #p14QHouz7WHKKZf7VObZWA6v805Pas2A { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #KguqbCoXyPkGbWIfxHTb74d1b5DxetOz { display:block;position:relative; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #Knm1edE6JooNv03hRRLmAHKmVe6tbhNI {  }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #oWdpC9Auua2QoTRT5ZTGTzTJ5CalmOOB { display:none; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #JF28ubefPiL3TXMzBlnkum7TnskJzcvm { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #RRzbs5g2Td8RFqc43LXHsLpLly0zNC1v { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #SovK3zPAVCI7pEk66IgLw9dNJFXJOTtU { display:block;position:relative; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #FvKQi3SQBMJZQKP1W15iH6owKX1gZA7G {  }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #qsnnw7BxQUOxIpA3JUIWI2kzN6wba08u { display:none; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #G6iUEeSRvEdrFoVRRhapFtx8bfM5JiPU { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #TOI8qQtcwUXF1if2HDoMALZ4fUqxlThf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #DqiiR7LtuXRg1SmniDnu3wAW47iuhfQS { display:block;position:relative; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #UddDwvQIVlkMqxEbO9yTELvG1oLf7Z7n {  }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #JmgFptl4alZrUAhUohRDhuxdIsbyBg7v { display:none; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #nU1KTbZc97fd4LQqnGXzOU9AnJdWzGbz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #sKBzUZTGdHXyVkJqQeJUuRSpzusTwMrm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #SRD5QDpucxaFn1hQPSnB6IZSStxRiLxq { display:block;position:relative; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #vZsQZZx6BZdHawMFZ7Xp1xEG4X0sXmL0 {  }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #MiuA7mFKrgiaf0n9wKOHbM3RsDo7cHxN { display:none; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #viAk5umBvWF7Uus5SGAZBaB3rP07oWiw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #IGNC5dIub0RMGklS0DJfpRp2cBh68JTH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #eGghWcXXrTsPG4pkidnsx9l8ezTOg0bF { display:block;position:relative; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #MeGhWWPvJEi0erWS2QrlQkl1eMany1xW {  }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #T9WZ0KdOFg4gAmlcSpaDfE0nEAiiXgbV { display:none; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #B9ckLwUIxFvFWGuqJ7sRI1i3LnFvRnXs { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #OoTlrNcniDaVM7R2IFQ4xypexz1p0LZk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #FIKnc0BppTKnuB6BA6f0boISpx0sby3R { display:block;position:relative; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #HXOlqSTbP7bTfzIvRow49utPQEMhaG9A {  }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #pFtzwczQ4yXoqi7fTD75bJOIIqOCboyK { display:none; }
#orZR1paWGGeNygs5wzwoKXBCTp9R6Iws { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(161deg, #8c1713, #727272);background-image: -moz-linear-gradient(161deg, #8c1713, #727272);background-image: -ms-linear-gradient(161deg, #8c1713, #727272);background-image: -o-linear-gradient(161deg, #8c1713, #727272);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c1713', endColorstr='#727272' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c1713', endColorstr='#727272' );";background-image: linear-gradient(161deg, #8c1713, #727272);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#orZR1paWGGeNygs5wzwoKXBCTp9R6Iws > .row .container { border-width: 0; border-radius: 0; }#orZR1paWGGeNygs5wzwoKXBCTp9R6Iws > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#orZR1paWGGeNygs5wzwoKXBCTp9R6Iws > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:60rem;position:relative;display:none; }#hPzTSaTm8TedQoKxpppeXurxFlQuDWfB { color:#e8f7ff;display:block;width:40.75rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.875rem;left:0rem;height:3.41235625rem;font-style:normal;display:block; }
#MLEflt4XSzF4Eb8KG2B08KHT0wBlX228 { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #ffffff, #a6bfc5);background-image: -moz-linear-gradient(339deg, #ffffff, #a6bfc5);background-image: -ms-linear-gradient(339deg, #ffffff, #a6bfc5);background-image: -o-linear-gradient(339deg, #ffffff, #a6bfc5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a6bfc5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a6bfc5' );";background-image: linear-gradient(339deg, #ffffff, #a6bfc5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:4.287109375rem;left:0rem;display:block; }
#l8Nn3ElhW5sDHceoWaZOccwGqe2y5rI1 { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #8c1713, #dd5f4e);background-image: -moz-linear-gradient(115deg, #8c1713, #dd5f4e);background-image: -ms-linear-gradient(115deg, #8c1713, #dd5f4e);background-image: -o-linear-gradient(115deg, #8c1713, #dd5f4e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c1713', endColorstr='#dd5f4e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c1713', endColorstr='#dd5f4e' );";background-image: linear-gradient(115deg, #8c1713, #dd5f4e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.499rem;height:3.811525rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:15.5390625rem;left:17.7490234375rem;display:none; }
#KDV1Gw3ODC2Bt0xkZidmiJVgQdbNCkqx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qe3BloqM5xyHZ3T1P2dKAdseP5qGLuvi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(161deg, #8c1713, #727272);background-image: -moz-linear-gradient(161deg, #8c1713, #727272);background-image: -ms-linear-gradient(161deg, #8c1713, #727272);background-image: -o-linear-gradient(161deg, #8c1713, #727272);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c1713', endColorstr='#727272' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c1713', endColorstr='#727272' );";background-image: linear-gradient(161deg, #8c1713, #727272);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Qe3BloqM5xyHZ3T1P2dKAdseP5qGLuvi > .row .container { border-width: 0; border-radius: 0; }#Qe3BloqM5xyHZ3T1P2dKAdseP5qGLuvi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qe3BloqM5xyHZ3T1P2dKAdseP5qGLuvi > .row .container { font-size:0.875rem;font-family:arial;height:256.5625rem;width:60rem;position:relative;display:none; }#Z8tR6QHkBtitxursaNQW1EquzrhHtS2U { color:#ffffff;display:block;width:23.3125rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.0947265625rem;left:19.375rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LmMWSAOyZeoI8PwqxPBy6DV1EJRIbRWS { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #8c1713, #dd5f4e);background-image: -moz-linear-gradient(115deg, #8c1713, #dd5f4e);background-image: -ms-linear-gradient(115deg, #8c1713, #dd5f4e);background-image: -o-linear-gradient(115deg, #8c1713, #dd5f4e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c1713', endColorstr='#dd5f4e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c1713', endColorstr='#dd5f4e' );";background-image: linear-gradient(115deg, #8c1713, #dd5f4e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.499rem;height:3.811525rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:15.5390625rem;left:17.7490234375rem;display:none; }
#FQzHIPn9OKrTM5QyCLHboT0M5aEXCZth { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QobsnwbCwdGxCmgD0WuoCCrOs2iow8Up { color:#ffffff;display:block;width:57.2480625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:6.5947265625rem;left:2.40625rem;height:139.07926875rem;text-align:center;text-align-last:center;display:block; }
#LPiGvC7WnJcXQLblHwGERTGynk2GSLMT { color:#ffffff;display:block;width:18.0625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:159.9375rem;left:22.75rem;height:2.03125rem;font-style:normal;display:block; }
#SDdPhdAUdd8orGK34IBUerwuRCoEWhJA { color:#ffffff;display:block;width:59.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:164.6875rem;left:0.375rem;height:84.48740625rem;text-align:center;text-align-last:center;display:block; }
#qc360aVBh5p4f4GK4nMRVawmKGMHkFDd { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #ffffff, #a6bfc5);background-image: -moz-linear-gradient(339deg, #ffffff, #a6bfc5);background-image: -ms-linear-gradient(339deg, #ffffff, #a6bfc5);background-image: -o-linear-gradient(339deg, #ffffff, #a6bfc5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a6bfc5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a6bfc5' );";background-image: linear-gradient(339deg, #ffffff, #a6bfc5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.3125rem;width:18.875rem;top:162.5625rem;left:22.375rem;display:block; }
#OWM7dSPu9i2ezcupvqEL2mPJt1p62Ioe { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #ffffff, #a6bfc5);background-image: -moz-linear-gradient(339deg, #ffffff, #a6bfc5);background-image: -ms-linear-gradient(339deg, #ffffff, #a6bfc5);background-image: -o-linear-gradient(339deg, #ffffff, #a6bfc5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a6bfc5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a6bfc5' );";background-image: linear-gradient(339deg, #ffffff, #a6bfc5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:23rem;top:3.6572265625rem;left:19.53125rem;display:block; }
#xfiXSxxK3uKwEkQ0RnRyfmMVF46wQ201 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#8c1713;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.8745rem;height:3.06225625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:147.43725585938rem;left:20.858642578125rem;display:block; }
#tl7HKxRIxtWHrOhvpKvpelzZvzSyAoTX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k8o8BPwpH3QaTwwWFa3lPat8ARLLHwHv { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#8c1713;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.0625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:251.5625rem;left:18.6875rem;display:block; }
#m6LkWDcaRBiMDwSOqeV8xw6SHxLH3UF5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yN3cf6A4JTtkqPLX2VHEeQBL7eZ55Byv { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:153rem;left:0rem;height:3.8994125rem;display:block; }
#vPWbuluX91dV39ivUGZnwdiP4LJHuBQ5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(161deg, #8c1713, #727272);background-image: -moz-linear-gradient(161deg, #8c1713, #727272);background-image: -ms-linear-gradient(161deg, #8c1713, #727272);background-image: -o-linear-gradient(161deg, #8c1713, #727272);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c1713', endColorstr='#727272' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c1713', endColorstr='#727272' );";background-image: linear-gradient(161deg, #8c1713, #727272);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#vPWbuluX91dV39ivUGZnwdiP4LJHuBQ5 > .row .container { border-width: 0; border-radius: 0; }#vPWbuluX91dV39ivUGZnwdiP4LJHuBQ5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vPWbuluX91dV39ivUGZnwdiP4LJHuBQ5 > .row .container { font-size:0.875rem;font-family:arial;height:13.875rem;width:60rem;position:relative;display:none; }#hzqBAB0UXpcquiir6SKWIxdiUNMuqTa2 { color:#e8f7ff;display:block;width:40.75rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.875rem;left:0rem;height:3.4121125rem;font-style:normal;display:block; }
#pcoH07VU5Xbysb6wJXB4bDuhVXJ9ptTq { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #ffffff, #a6bfc5);background-image: -moz-linear-gradient(339deg, #ffffff, #a6bfc5);background-image: -ms-linear-gradient(339deg, #ffffff, #a6bfc5);background-image: -o-linear-gradient(339deg, #ffffff, #a6bfc5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a6bfc5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a6bfc5' );";background-image: linear-gradient(339deg, #ffffff, #a6bfc5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:5.9375rem;left:0rem;display:block; }
#aFT19bMXtW7AT6NOM2q9SLXyTCEC1E7U { color:#ffffff;display:block;width:57.2480625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:7.2197265625rem;left:0rem;height:1.29980625rem;display:block; }
#FHAa0XtXlmm3PzXbHE34d2t2LaDa4paS { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #8c1713, #dd5f4e);background-image: -moz-linear-gradient(115deg, #8c1713, #dd5f4e);background-image: -ms-linear-gradient(115deg, #8c1713, #dd5f4e);background-image: -o-linear-gradient(115deg, #8c1713, #dd5f4e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c1713', endColorstr='#dd5f4e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c1713', endColorstr='#dd5f4e' );";background-image: linear-gradient(115deg, #8c1713, #dd5f4e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.499rem;height:3.811525rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:15.5390625rem;left:17.7490234375rem;display:none; }
#ug3zvH7XVz0EWD1oqwbur5ycIGTsaCiJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A05HziqkpgsVWJrCW3z5SKrtKOr2NRRF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(161deg, #8c1713, #727272);background-image: -moz-linear-gradient(161deg, #8c1713, #727272);background-image: -ms-linear-gradient(161deg, #8c1713, #727272);background-image: -o-linear-gradient(161deg, #8c1713, #727272);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c1713', endColorstr='#727272' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c1713', endColorstr='#727272' );";background-image: linear-gradient(161deg, #8c1713, #727272);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#A05HziqkpgsVWJrCW3z5SKrtKOr2NRRF > .row .container { border-width: 0; border-radius: 0; }#A05HziqkpgsVWJrCW3z5SKrtKOr2NRRF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A05HziqkpgsVWJrCW3z5SKrtKOr2NRRF > .row .container { font-size:0.875rem;font-family:arial;height:487.9375rem;width:60rem;position:relative;display:none; }#dMaB2MfA36GaZOoeV0m78XLpSPfFed8t { box-sizing:content-box;height:18.125rem;width:16.0625rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:2.5625rem;left:2.40625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#Wy7pFtkCeGTEaoaugOC9AA5nb6lSoZZJ { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:3.25rem;left:3rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#wiQbkpLfmIBwM8NeaVCV28NoGDBZrKt1 { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:7.072265625rem;left:3rem;height:11.69825625rem;text-align:center;text-align-last:center;display:block; }
#tD2FBQ1mkmyoCMR3Gfo7o9PeVQMknCqR { box-sizing:content-box;height:18.0625rem;width:16.0625rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:2.5625rem;left:22rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#VXgiRWIXN3e9ZhfqgdNPg0KWPVZ2xwss { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:7.0625rem;left:22.5625rem;height:10.39845rem;text-align:center;text-align-last:center;display:block; }
#G62FR8E548rLHF6UAi8qiATshFpdoClr { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:3.25rem;left:22.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#hlyMoTyc59TBXTxpMEycsIs8TI6OKNqV { box-sizing:content-box;height:17.9375rem;width:16.0625rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:2.5625rem;left:41.0625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#ztfqrZmhUr4aiUBmUAIFx0Qt6GUPCBRK { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:7.0625rem;left:41.625rem;height:11.69825625rem;text-align:center;text-align-last:center;display:block; }
#fslNaJkJvFPtMhrO6UAOWATeZCQ2hGXC { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:3.25rem;left:41.6875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#r7Lmv3cJSNh23TAPkpI3IN9dwcJu7Pq5 { box-sizing:content-box;height:21.875rem;width:16.0625rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:22.4375rem;left:22.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#oXqgXLgFIPaNZlIiSyFiH9zPFv7pXpUi { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:26.9375rem;left:22.8125rem;height:6.49903125rem;text-align:center;text-align-last:center;display:block; }
#ViOHm97dd0zNpmhQxvTTyVoBaRD8NS4J { box-sizing:content-box;height:22.0625rem;width:16.0625rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:22.4375rem;left:2.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#y50Q5S20JPq7375n1N5ThVSV38k5Ef6A { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:26.9375rem;left:3.25rem;height:11.69825625rem;text-align:center;text-align-last:center;display:block; }
#k9XX2ExQBqJvGQMLG2E48P9W2XZcSrpq { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:23.1875rem;left:3rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#W1bE4DZuJDfim9Skr2iImnVgsnCOwCfE { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:23.125rem;left:22.8125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#LaWJGXIMnfkDPEwec4AwT9COyr2P7dRd { box-sizing:content-box;height:21.625rem;width:16.0625rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:47.1875rem;left:2.4375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#qcReEIq3FmkyByv0R34pLZRiCpH2BazU { box-sizing:content-box;height:21.5625rem;width:16.0625rem;position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:47.1875rem;left:22rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#UnzQMdpDnXKWighDdTLDCqs0USKaarqv { box-sizing:content-box;height:21.75rem;width:16.0625rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:22.4375rem;left:41.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#vGlwKsVz2pSZ9ituT25yoEKFvpSSnsTn { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:26.9375rem;left:42.25rem;height:16.89748125rem;text-align:center;text-align-last:center;display:block; }
#MvTW6BKPz3XCWNNQn0aaks3gK6JTV6cK { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:51.6875rem;left:3rem;height:9.09864375rem;text-align:center;text-align-last:center;display:block; }
#TxK17N9N7eWdmxGnM9aRdAsMqT5rczda { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:51.6875rem;left:22.5625rem;height:14.29786875rem;text-align:center;text-align-last:center;display:block; }
#pVEiR6pb5HA1MFgfB2sEWzW4TD7X3xxo { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:23.1875rem;left:42rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#TbqCOrFeI6tP1i2i8Maq1hNzFBKfMNtu { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:47.875rem;left:3rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#ih4xpBFOAe8KVwaNtcZ3HQkdrTCTVpxR { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:47.875rem;left:22.625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#zuClAVTPKXPaJX8FK1WDVrOwfvBXxwg2 { box-sizing:content-box;height:30.875rem;width:16.0625rem;position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:69.9375rem;left:2.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#dDU0rgi6UZnR4aHoAPGq8yAPwJp2HDDZ { box-sizing:content-box;height:21.4375rem;width:16.0625rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:47.1875rem;left:41.0625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#nRLqgVIKeXClTzSn7ux6Prs7asqlkrxR { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:51.6875rem;left:41.6875rem;height:9.09864375rem;text-align:center;text-align-last:center;display:block; }
#vwcl94w7dDzfcsKkCq08z8Wtv0XxauDk { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:47.9375rem;left:41.4375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#QOMcaWQ1OKoULaPTikt8IIDwhSZmkFqg { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:70.625rem;left:3.1875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#IDKPLZ34Uv59KoEfLZKW7rUvGZwIl2WL { box-sizing:content-box;height:30.5625rem;width:16.0625rem;position:absolute;display:block;z-index:15038;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:69.9375rem;left:41.3125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#M4bU83OTpGUd9JUlFx47t2A7BHuqPUEy { box-sizing:content-box;height:20.3125rem;width:16.0625rem;position:absolute;display:block;z-index:15041;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:102.8125rem;left:2.4375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#X4LTxtJSCxherisym2oT0V9wrXasdueS { box-sizing:content-box;height:30.8125rem;width:16.0625rem;position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:69.9375rem;left:22.1875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#eZ3xlNTXIwVx7XqnGfCSbnPvpUPZfFSc { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:74.4375rem;left:22.8125rem;height:15.597675rem;text-align:center;text-align-last:center;display:block; }
#GZDOGp973HwMaKX4qPL1mgxZmvBG9OHy { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:107.375rem;left:3rem;height:14.29786875rem;text-align:center;text-align-last:center;display:block; }
#kJ8ZT4NEy4O8RO3eHo0xu70B1pzEqDOg { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:74.4375rem;left:41.84375rem;height:22.09670625rem;text-align:center;text-align-last:center;display:block; }
#alU47O7JfeKmFlPymXKtFK24hTg4tJAP { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:70.6875rem;left:22.5625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#PN6STOtVEDy2ruZ8TRFwZrBTSRf7oTOT { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:70.625rem;left:41.875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#t52RkTJIX1xPwMdAMwGWURpqeolyHTJ2 { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:103.5625rem;left:3.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#cdDRZmtdH5KwLQg9wTr9EAT1FvZFuyqT { box-sizing:content-box;height:17.4375rem;width:16.0625rem;position:absolute;display:block;z-index:15041;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:124.625rem;left:2.6875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#F1A3TWAcyzVzhJKoIk6xLrywr3H7641W { box-sizing:content-box;height:20.125rem;width:16.0625rem;position:absolute;display:block;z-index:15038;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:102.8125rem;left:41.0625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#tiPIpld1G31J2fLkzNNqMrnBFA1OqUWu { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:129.125rem;left:3.25rem;height:9.09864375rem;text-align:center;text-align-last:center;display:block; }
#lrdG2nOF5ol5SuxsyvsS8gJypexQLbAp { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:107.3125rem;left:41.625rem;height:9.09864375rem;text-align:center;text-align-last:center;display:block; }
#DZcLlliF9l8JHU8wptIQmXitUGmcye8s { box-sizing:content-box;height:20.375rem;width:16.0625rem;position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:102.8125rem;left:22.0625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#duyI1WWksIRh1tyVKWTaZwxNnXooDH2t { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:107.3125rem;left:22.625rem;height:14.29786875rem;text-align:center;text-align-last:center;display:block; }
#aCwTqcBTsEyH3HNRJXTA6TJfQnxeIPlZ { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:103.5rem;left:22.625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#LfqzIVvZDsO0RKL0fMnSw2VXU9UQ1Btt { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:103.5rem;left:41.625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#aA76sKVITzFa264xNCK3uUTJJfnX4Q2t { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:125.3125rem;left:3.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#rV0Unw6Gw5NVc6BE9lztUxtNa56qChqy { box-sizing:content-box;height:17.3125rem;width:16.0625rem;position:absolute;display:block;z-index:15050;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:161.75rem;left:2.6875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#hTDGRl2A9JatT4tgoNWhk8k2AwJHimKy { box-sizing:content-box;height:17.25rem;width:16.0625rem;position:absolute;display:block;z-index:15047;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:143rem;left:41.0625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#xXcCAxtFdkC3WSZ6vAwq0eOZsW8mppsI { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:147.5rem;left:41.625rem;height:11.69825625rem;text-align:center;text-align-last:center;display:block; }
#SeUc0yDKJx4TSMeB7ILIuzcVGU7MJUhF { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:166.25rem;left:3.25rem;height:11.69825625rem;text-align:center;text-align-last:center;display:block; }
#marT7PfeaoLaLFKPgT6IiRvTV88KpAQs { box-sizing:content-box;height:17.125rem;width:16.0625rem;position:absolute;display:block;z-index:15045;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:124.6875rem;left:22.3125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#lC1mSHe1dCBKUT94k0RvpFzNlq8EQIJz { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:129.1875rem;left:22.9375rem;height:3.89941875rem;text-align:center;text-align-last:center;display:block; }
#FW0lHi9V77JwK1WeyJpLBgultI1ZOZ4U { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:125.4375rem;left:22.6875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#ou6AcTXo7zLTVrq5wQ8zoBro2BFaupFy { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:143.6875rem;left:41.625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#ocAu29zpTmVgAiLn0anXh9IUGcR40g4l { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:162.4375rem;left:3.3125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#LGirAm3NJ4qll3Aa4d0qBpfUlr4ivSqQ { box-sizing:content-box;height:31.3125rem;width:16.0625rem;position:absolute;display:block;z-index:15059;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:181rem;left:3rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#lcoLyybckbT9eNyAtKcreEeTsXiIzCE1 { box-sizing:content-box;height:17.25rem;width:16.0625rem;position:absolute;display:block;z-index:15056;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:161.75rem;left:41.3125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#cIa3ByDLIaRDqT3ROK4uJa2AJFOk75Xq { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:166.25rem;left:41.875rem;height:11.69825625rem;text-align:center;text-align-last:center;display:block; }
#UAECikV8c6dCW6blCXb5NkzF423Wc8nq { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:185.5rem;left:3.5625rem;height:25.996125rem;text-align:center;text-align-last:center;display:block; }
#OTWpw9kPpQm17zpbhiAAc05qaoKbAc6S { box-sizing:content-box;height:17.375rem;width:16.0625rem;position:absolute;display:block;z-index:15054;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:161.75rem;left:22.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#EGdxw560s7nZIrARzifpAO2yObTFwqVt { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:166.25rem;left:22.875rem;height:10.39845rem;text-align:center;text-align-last:center;display:block; }
#v38oZuTMq3a3DRyJkafHC0Z8uaHz8dHc { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:162.5rem;left:22.625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#AtCSmVAqiMXGqpUH49zRkBRV1Mo7xh6P { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:162.4375rem;left:41.875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#fgdvtesmIvNiOyUpdB2JNLXQJfRKvLkB { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:181.6875rem;left:3.625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#wPgPSt2RcscytaApLBvft0OR3JToe05M { box-sizing:content-box;height:18.125rem;width:16.0625rem;position:absolute;display:block;z-index:15059;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:213.3125rem;left:3rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#B0IKtGeGHxaTHlO3coXcTr3mvHfllxVK { box-sizing:content-box;height:30.6875rem;width:16.0625rem;position:absolute;display:block;z-index:15056;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:181rem;left:41.3125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#pJLlTmc9bmUR2GCSWr2Fn6KNZbictz2x { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:185.5rem;left:41.875rem;height:14.29786875rem;text-align:center;text-align-last:center;display:block; }
#vT9lwN4utQExc0uSl6B4JBOKTeZ092BN { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:217.8125rem;left:3.5625rem;height:11.69825625rem;text-align:center;text-align-last:center;display:block; }
#zqnff590v9F7WOiUDUTByMsv4us935Za { box-sizing:content-box;height:31rem;width:16.0625rem;position:absolute;display:block;z-index:15054;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:181rem;left:22.3125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#pv0sTrGgH8hkZNfHKnXfaiBndk2y6ZKx { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:185.5rem;left:22.9375rem;height:15.597675rem;text-align:center;text-align-last:center;display:block; }
#vcJQGFCg0REtFrPhFkShEVpOW41QVHMF { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:181.75rem;left:22.6875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#WuEeToNO1V8l81UqekBKJzT4aXyhO4RT { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:181.6875rem;left:41.875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#eXN51z4dy4vZOwC5yXFSg2XEsgHSQAv5 { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:214rem;left:3.625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#OQJuEX8WXTuKyE4VFVPQT2M3tK892Mog { box-sizing:content-box;height:24.375rem;width:16.0625rem;position:absolute;display:block;z-index:15068;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:233.3125rem;left:3rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#e5Tr6dBFFT2lMTF7bGiFBHf1aAOz404r { box-sizing:content-box;height:17.9375rem;width:16.0625rem;position:absolute;display:block;z-index:15065;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:213.3125rem;left:41.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#ivWA5q6DARyM035blaROGPJgCqm6TTLy { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:217.8125rem;left:42.1875rem;height:9.09864375rem;text-align:center;text-align-last:center;display:block; }
#EhgLsHmEW0ZCN3lAJwCEBxxorMw2XZuI { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:237.625rem;left:3.625rem;height:19.49709375rem;text-align:center;text-align-last:center;display:block; }
#sypeJw1G0J77iyTPhTRzMnSoqh9MKF5F { box-sizing:content-box;height:18rem;width:16.0625rem;position:absolute;display:block;z-index:15063;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:213.3125rem;left:22.4375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#PTvxvxnaTisywRKnW7rl8DhmwG9BrFQk { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:217.8125rem;left:23.0625rem;height:11.69825625rem;text-align:center;text-align-last:center;display:block; }
#T9akBUmkx4u8A5xfM03p50t6TegxBeg3 { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:214.0625rem;left:22.8125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#yiWHxkm8zOCk9qBgqOuonKBPuaBRratI { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:214rem;left:42.1875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#J10PreQF9dKrirQwFTeIqOsKwiLqkOLl { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:234rem;left:3.625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#uBO6okSG9qKu2S1kNwDP9QdDWRPDm98A { box-sizing:content-box;height:16.0625rem;width:16.0625rem;position:absolute;display:block;z-index:15077;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:259.5rem;left:3rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#TswEV8vhh11EvadoIE9AA9w7dMMRtUzz { box-sizing:content-box;height:24.5625rem;width:16.0625rem;position:absolute;display:block;z-index:15074;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:233.3125rem;left:41.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#gCDDv4XxC5BkBvv9oqqohAsIDfiuMmTh { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15087;line-height:1.3;letter-spacing:0;top:264rem;left:3.5625rem;height:9.09864375rem;text-align:center;text-align-last:center;display:block; }
#RZiJ3pxzQLe6svJdkixI1M2y8knw7gzb { box-sizing:content-box;height:24.4375rem;width:16.0625rem;position:absolute;display:block;z-index:15072;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:233.3125rem;left:22.3125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#MGL0VTkhkcLVswPPdZgTlZCyw7hAfcRs { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:237.8125rem;left:22.9375rem;height:10.39845rem;text-align:center;text-align-last:center;display:block; }
#TgtqN6mJ01a9q4rsT2yGC2gGormXVdS3 { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:237.8125rem;left:42.1875rem;height:12.9980625rem;text-align:center;text-align-last:center;display:block; }
#furuOnFisuylx57J9rI2gcLrl26sOkck { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15081;line-height:1.3;letter-spacing:0;top:234.0625rem;left:22.6875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#pT2XIyiZuRQOx3nTtGuIs6r53VvkyTnU { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:234rem;left:42.1875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#SWg4TnBENUTnTX00W8xXpBtqEhn7bvsz { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15085;line-height:1.3;letter-spacing:0;top:260.1875rem;left:3.625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#rnx970k6VMLt8J5ClCf1nxSz8Cy1lKGR { box-sizing:content-box;height:21.1875rem;width:16.0625rem;position:absolute;display:block;z-index:15086;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:276.9375rem;left:3rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#gFHNPgCKVT6CbNMQc0X6TLmNb3DTaGx1 { box-sizing:content-box;height:15.875rem;width:16.0625rem;position:absolute;display:block;z-index:15083;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:259.5rem;left:41.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#A2EutX3FRkRm4NPnXi8mJfuD1HZITmg1 { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15093;line-height:1.3;letter-spacing:0;top:264rem;left:42.1875rem;height:9.09864375rem;text-align:center;text-align-last:center;display:block; }
#ZgL4BQfG5oJxWz2e9tVZ0PvIhDUB1p2E { box-sizing:content-box;height:16rem;width:16.0625rem;position:absolute;display:block;z-index:15081;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:259.5rem;left:22.3125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#LqeBVaNTgq6C7WBNSqDib3pfwkI8S8qy { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15091;line-height:1.3;letter-spacing:0;top:264rem;left:22.9375rem;height:10.39845rem;text-align:center;text-align-last:center;display:block; }
#Oh6rT7xupb8fS4dIlSxndKi7o9T42G76 { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15096;line-height:1.3;letter-spacing:0;top:281.4375rem;left:3.5625rem;height:11.69825625rem;text-align:center;text-align-last:center;display:block; }
#VGkoDnOEMeh53wOiDHecsuVcZoWVFTum { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15090;line-height:1.3;letter-spacing:0;top:260.25rem;left:22.6875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#sQ6FcfSg2vXhKkOGz83WOmWcHIQ4zcH6 { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15091;line-height:1.3;letter-spacing:0;top:260.1875rem;left:42.1875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#ARJgIy3t2v2wTNQmZrrSKKsTAsllMG73 { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15094;line-height:1.3;letter-spacing:0;top:277.625rem;left:3.625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#xidKAXxudR0UkrwPb1CuIFrPxBBqL1gA { box-sizing:content-box;height:21.1875rem;width:16.0625rem;position:absolute;display:block;z-index:15092;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:276.9375rem;left:41.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#cLrUOQo7G3z7FLp6QS8k9byUZcNoCCmW { box-sizing:content-box;height:25.1875rem;width:16.0625rem;position:absolute;display:block;z-index:15095;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:299.6875rem;left:3rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#PUUFgHhBrrQIQMSSmpI42LCMbWQhKAZp { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15102;line-height:1.3;letter-spacing:0;top:281.4375rem;left:42.1875rem;height:14.29786875rem;text-align:center;text-align-last:center;display:block; }
#E85hpltRUvJPQso8gMNHID3miMV40heU { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15105;line-height:1.3;letter-spacing:0;top:304.3125rem;left:3.9375rem;height:19.49709375rem;text-align:center;text-align-last:center;display:block; }
#TLUesWMJHxTmEm6kt98sbDM0ZSwTbVKE { box-sizing:content-box;height:21.25rem;width:16.0625rem;position:absolute;display:block;z-index:15090;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:276.9375rem;left:22.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#U07G96e6qDoD7Gu3fZiAUa2NUw7UV0qo { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15100;line-height:1.3;letter-spacing:0;top:281.4375rem;left:22.875rem;height:15.597675rem;text-align:center;text-align-last:center;display:block; }
#z9kH97QPEQpIcKX7T4JTca7uT0KKzaQL { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:277.6875rem;left:22.625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#nUfu6ERt6GzWlt2vEU3xTtqTRF6n8pd2 { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15100;line-height:1.3;letter-spacing:0;top:277.625rem;left:42.1875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#bXoTcBmXLTn4VbnMCF8zWSv7u0m3lU7v { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15103;line-height:1.3;letter-spacing:0;top:300.5rem;left:4rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#QNFEAsyx0skInyG3CMWapO44JfhmBOfb { box-sizing:content-box;height:25rem;width:16.0625rem;position:absolute;display:block;z-index:15090;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:299.8125rem;left:22.3125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#POoS97M9CmGX6rPPIueb7sIutIosZ4pu { box-sizing:content-box;height:25.0625rem;width:16.0625rem;position:absolute;display:block;z-index:15092;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:299.6875rem;left:41.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#TThGh37LtKeKwutPWdOkdHe908TxVetq { box-sizing:content-box;height:16rem;width:16.0625rem;position:absolute;display:block;z-index:15095;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:326.3125rem;left:3.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#VwHUaCvC9QGi8uqlQb6Rw3llNLAW8Lco { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15102;line-height:1.3;letter-spacing:0;top:304.1875rem;left:42.1875rem;height:11.69825625rem;text-align:center;text-align-last:center;display:block; }
#pBv3TyF8Hdg08G7uI7wO7e04feKP7AQh { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15105;line-height:1.3;letter-spacing:0;top:330.8125rem;left:3.8125rem;height:9.09864375rem;text-align:center;text-align-last:center;display:block; }
#A7ktq9Rizdvtup1c5OubT1c9G3OEdsHy { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15100;line-height:1.3;letter-spacing:0;top:304.3125rem;left:22.9375rem;height:11.69825625rem;text-align:center;text-align-last:center;display:block; }
#L28XNEsxTEddzNxVOrawePcGvszozLvJ { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:300.5625rem;left:22.6875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#U8QIh3Ne1IReEngJKBAow4b7FhoNq527 { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15100;line-height:1.3;letter-spacing:0;top:300.375rem;left:42.1875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#eBoWZkoCoTU24l7fGwTqR014EzDIdGWp { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15103;line-height:1.3;letter-spacing:0;top:327rem;left:3.875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#mUa5NHKKZn0NGOKxEf26X6PPy08lIUU3 { box-sizing:content-box;height:16.625rem;width:16.0625rem;position:absolute;display:block;z-index:15104;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:343.375rem;left:3rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#vPua4XkOcE9uaAOVZHU8v9M494UTVtc2 { box-sizing:content-box;height:16.0625rem;width:16.0625rem;position:absolute;display:block;z-index:15101;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:326.25rem;left:41.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#FXmCE9px0SWIvdJTctVyMBMsqvqy0trg { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:332.0625rem;left:42rem;height:6.49903125rem;text-align:center;text-align-last:center;display:block; }
#RUE7rirACVo9GST1RhLk42h6JgvpxNGg { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15114;line-height:1.3;letter-spacing:0;top:348.5625rem;left:3.5rem;height:9.09864375rem;text-align:center;text-align-last:center;display:block; }
#UKnyFKr9weSHeZ1G0msFtHPU3Z8tbpKK { box-sizing:content-box;height:16.125rem;width:16.0625rem;position:absolute;display:block;z-index:15099;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:326.25rem;left:22.4375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#tDQyRRNZbmophrysOJXVP2U9fuSAVXWd { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15109;line-height:1.3;letter-spacing:0;top:330.75rem;left:23.0625rem;height:6.49903125rem;text-align:center;text-align-last:center;display:block; }
#so2RHIXBJikNiwkvgIPKyCAaF68TKPoH { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15108;line-height:1.3;letter-spacing:0;top:327rem;left:22.8125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#J9Pop2stUz3Bq3QwLZJoPq6rT55bvwfQ { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15109;line-height:1.3;letter-spacing:0;top:326.9375rem;left:42.1875rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#SXP6QpITb38blc5UVmyoeMEaTnD4zmmI { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15112;line-height:1.3;letter-spacing:0;top:344.0625rem;left:3.625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#G81PD0Gyg4ZouBP5Tt5sFo5cu6Uw2eIe { box-sizing:content-box;height:17.375rem;width:16.0625rem;position:absolute;display:block;z-index:15113;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:361.5625rem;left:3rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#Do1VnUugHHA0URvHhJ0KTNXJ5TgNDgX7 { box-sizing:content-box;height:16.6875rem;width:16.0625rem;position:absolute;display:block;z-index:15110;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:343.375rem;left:41.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#mcGcViW1KB6IH09JJbFvaJmFtc3xrTb8 { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15123;line-height:1.3;letter-spacing:0;top:366.0625rem;left:3.5625rem;height:9.09864375rem;text-align:center;text-align-last:center;display:block; }
#UTN5bOl10FKPUXnniCurHSKfRRWCytyX { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15120;line-height:1.3;letter-spacing:0;top:347.875rem;left:42rem;height:10.39845rem;text-align:center;text-align-last:center;display:block; }
#k2CSiBbHvZ0FsiTvfnyGaXUu1px2RJvU { box-sizing:content-box;height:16.75rem;width:16.0625rem;position:absolute;display:block;z-index:15108;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:343.3125rem;left:22.4375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#vRH90hxzDcC1235H20br11JIShrxKCIe { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15118;line-height:1.3;letter-spacing:0;top:347.8125rem;left:23.0625rem;height:11.69825625rem;text-align:center;text-align-last:center;display:block; }
#ybK6rmoLMT4qzCQr03kBZainocfSfGKR { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15118;line-height:1.3;letter-spacing:0;top:344.0625rem;left:42.1875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#whto18LSea17VFFbbDevaKMBwHgykuwx { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15117;line-height:1.3;letter-spacing:0;top:344.0625rem;left:22.8125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#SVO8rEclGAIIfPQhUDhcXBIbmHag08T6 { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15121;line-height:1.3;letter-spacing:0;top:362.25rem;left:3.625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#c47GwTlSDtQlKINF1wROZgDDDJT593gl { box-sizing:content-box;height:20.3125rem;width:16.0625rem;position:absolute;display:block;z-index:15122;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:380.4375rem;left:3rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#mirWiN7iR3nTPGdOKhV2TZcLgsz5sNb9 { box-sizing:content-box;height:17.3125rem;width:16.0625rem;position:absolute;display:block;z-index:15119;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:361.5625rem;left:41.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#gE6fQnCNfp4qgp5t4sUrJeRe0zgvoDCF { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15129;line-height:1.3;letter-spacing:0;top:367rem;left:42.3125rem;height:9.09864375rem;text-align:center;text-align-last:center;display:block; }
#fKXUv0pWwgXWZnq1fcrf9JzgG1K0iFte { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15132;line-height:1.3;letter-spacing:0;top:384.9375rem;left:3.5625rem;height:14.29786875rem;text-align:center;text-align-last:center;display:block; }
#lRo6810WhTqS0eqkMDKOXVzf1W1CwiwU { box-sizing:content-box;height:17.25rem;width:16.0625rem;position:absolute;display:block;z-index:15117;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:361.5625rem;left:22.4375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#vigsX23W0CXyG0coR3uKczQTXkJSS2eP { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15127;line-height:1.3;letter-spacing:0;top:366.0625rem;left:23.0625rem;height:11.69825625rem;text-align:center;text-align-last:center;display:block; }
#oTo3sBiZ9WmkO5sGkrlQkzgaTmt4Q90Q { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15127;line-height:1.3;letter-spacing:0;top:362.25rem;left:42.1875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#FCJLm09ttmWhhroovhnASNQZTJpxIWvn { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15126;line-height:1.3;letter-spacing:0;top:362.3125rem;left:22.8125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#PzfqwTbJIKs1CJqf60BfHHWyM45z8wsT { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15130;line-height:1.3;letter-spacing:0;top:381.125rem;left:3.625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#M3h6TvaXJ7UmNWH26IQCqGDlmQeMxdQO { box-sizing:content-box;height:16.3125rem;width:16.0625rem;position:absolute;display:block;z-index:15122;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:401.8125rem;left:22.4375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#OVn9VGkoTPTSbGTSUyGQC7tJISApQTUu { box-sizing:content-box;height:16.25rem;width:16.0625rem;position:absolute;display:block;z-index:15119;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:401.8125rem;left:3rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#TzaxfLi0DzIblW52pHRiRAmy5T06S3t6 { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15132;line-height:1.3;letter-spacing:0;top:406.3125rem;left:23rem;height:11.69825625rem;text-align:center;text-align-last:center;display:block; }
#k9qV9tOdRFPsOkh9pnXTPzR8KU0TJ9ys { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15129;line-height:1.3;letter-spacing:0;top:406.25rem;left:3.375rem;height:9.09864375rem;text-align:center;text-align-last:center;display:block; }
#HfiAwXowVuG6LKFlLWyDrk1MwQ2xoEn9 { box-sizing:content-box;height:20.125rem;width:16.0625rem;position:absolute;display:block;z-index:15117;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:380.4375rem;left:41.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#V4npgzoMlw0e56OP6pMOGDPGvpb30tWT { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15127;line-height:1.3;letter-spacing:0;top:384.9375rem;left:42.25rem;height:9.09864375rem;text-align:center;text-align-last:center;display:block; }
#o33In3PfC7kfOicsdcKSQyR9oxVGfsBE { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15126;line-height:1.3;letter-spacing:0;top:381.1875rem;left:42rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#lrw5cmk04PZVgTSV4uvPAkPR4F4qAAbP { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15127;line-height:1.3;letter-spacing:0;top:402.5rem;left:3.5625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#irNnPwDq1pF8mO2U7FLA7Z7hNkLskrts { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15130;line-height:1.3;letter-spacing:0;top:402.5rem;left:23.0625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#R434VWoxp9KNRIxv8UmmnTTiHp4mTtX8 { box-sizing:content-box;height:36rem;width:16.0625rem;position:absolute;display:block;z-index:15131;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:419.25rem;left:22.5625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#Nbtbtm4CVrwsciEO4aXI964Qvsr57E8a { box-sizing:content-box;height:36.125rem;width:16.0625rem;position:absolute;display:block;z-index:15128;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:419.1875rem;left:3rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#A83T8DrnvmxHGulTVC3ODvT1MoDTrmX9 { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15141;line-height:1.3;letter-spacing:0;top:423.75rem;left:23.125rem;height:14.29786875rem;text-align:center;text-align-last:center;display:block; }
#ZA6oNvengxF9If6CkZLbLcMkZU5EdDHa { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15138;line-height:1.3;letter-spacing:0;top:423.6875rem;left:3.375rem;height:6.49903125rem;text-align:center;text-align-last:center;display:block; }
#UIGfEqCw902itdHTQy8WQh7O3l4JEhwK { box-sizing:content-box;height:16.25rem;width:16.0625rem;position:absolute;display:block;z-index:15126;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:401.8125rem;left:41.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#qS6uvNb0bloqaXcu0oKCL4EH94mROoob { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15136;line-height:1.3;letter-spacing:0;top:406.3125rem;left:42.25rem;height:6.49903125rem;text-align:center;text-align-last:center;display:block; }
#EbPrk140OXCqoVtFcvPATU4TRsIslhBK { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15135;line-height:1.3;letter-spacing:0;top:402.5625rem;left:42rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#R9Nhm5MXNGXhZquD4BvnI7PF7OM4DOmm { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15136;line-height:1.3;letter-spacing:0;top:419.875rem;left:3.5625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#C2R6scu8BiOJud7yT9D7lH5xrK4gZ3ql { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15139;line-height:1.3;letter-spacing:0;top:419.9375rem;left:23.1875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#N6qGKLTvb529b2QZG5k3kiGTiXBBUdG0 { box-sizing:content-box;height:28.375rem;width:16.0625rem;position:absolute;display:block;z-index:15137;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:456.9375rem;left:12.4375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#yu54sfeOTal24My4KdcEtgX8u7fxQzv3 { box-sizing:content-box;height:35.8125rem;width:16.0625rem;position:absolute;display:block;z-index:15134;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:419.25rem;left:41.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#vn98v7sPUsZPrWUmR696wpk0cBlRVgRJ { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15147;line-height:1.3;letter-spacing:0;top:461.4375rem;left:13rem;height:14.29786875rem;text-align:center;text-align-last:center;display:block; }
#efMnnQzq1eadJXZDff3N5CIp5Abb7nyg { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15144;line-height:1.3;letter-spacing:0;top:423.75rem;left:42rem;height:29.89554375rem;text-align:center;text-align-last:center;display:block; }
#tsWnWFNbLqQBCIgSqvoT2Hng8UI2NIn1 { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15142;line-height:1.3;letter-spacing:0;top:419.9375rem;left:42.1875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#v2pb8FurGTJDSnrOkVRZWnNpsIWi9m2w { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15145;line-height:1.3;letter-spacing:0;top:458.1875rem;left:32.1875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#S9GrEyIOlHP6qSGlchwBfeT09kuQBd5d { box-sizing:content-box;height:28.5rem;width:16.0625rem;position:absolute;display:block;z-index:15137;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:456.75rem;left:31.5625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#wkUAe7MvtycFA2O534qycNAEKUQWXBZi { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15147;line-height:1.3;letter-spacing:0;top:461.25rem;left:31.9375rem;height:7.7988375rem;text-align:center;text-align-last:center;display:block; }
#CgSKfa7ABSpS7x7VW392cx9rKPA85Qmy { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15145;line-height:1.3;letter-spacing:0;top:457.5625rem;left:13rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#ShvmOoVa8a7xQUePqpoGKTKkp0bVSu44 { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:74.4375rem;left:2.9375rem;height:6.49903125rem;text-align:center;text-align-last:center;display:block; }
#tgQZ0lSmyvfImq8L0DLXGPoEPdqkhrqC { box-sizing:content-box;height:17.25rem;width:16.0625rem;position:absolute;display:block;z-index:15048;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:143rem;left:22rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#Paxzqs5ndTuhMbRgiVkLutyuWQwMGvaZ { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:147.5rem;left:22.625rem;height:9.09864375rem;text-align:center;text-align-last:center;display:block; }
#r2TfFTfCSdHK4m5sgPvnak6HuET4GQM2 { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:143.75rem;left:22.375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#eq2i38RL8FcvywQyz1FbXhgVV8xO9EHD { box-sizing:content-box;height:17.25rem;width:16.0625rem;position:absolute;display:block;z-index:15051;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:124.625rem;left:41.3125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#OLNQMT7nfw7fFXbEm5TWOVGSbn1A0KwG { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:125.375rem;left:41.6875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#A1kVHS85wUqA2hNmX1A7t8F7xQhTRivJ { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:129.125rem;left:41.9375rem;height:11.69825625rem;text-align:center;text-align-last:center;display:block; }
#TrHELT7t3ZukKAgGgMzqzVlqVlkvZTc7 { box-sizing:content-box;height:17.25rem;width:16.0625rem;position:absolute;display:block;z-index:15054;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:143rem;left:2.4375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#V4MaRTqs95Ju7kXxPqgs64lBpyqryVvQ { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:147.5rem;left:3.0625rem;height:9.09864375rem;text-align:center;text-align-last:center;display:block; }
#yD1Q6xltwAJArcV0n9F0lVPSDd1pATvb { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:143.75rem;left:2.8125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#DuJVuTEbTaENckGq6zfpiU6EqNzw8X6C { box-sizing:content-box;height:20.3125rem;width:16.0625rem;position:absolute;display:block;z-index:15125;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:380.4375rem;left:22.4375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#mn3LvMairblxc2lslivbXJL92N06n93O { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15135;line-height:1.3;letter-spacing:0;top:384.9375rem;left:23rem;height:9.09864375rem;text-align:center;text-align-last:center;display:block; }
#TJiXMohXViEZfuof0200TACodc1b8R78 { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15133;line-height:1.3;letter-spacing:0;top:381.125rem;left:23.0625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#FBnMxm2mJp1nWkEfOoTvMDP3snSeF37y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(161deg, #8c1713, #727272);background-image: -moz-linear-gradient(161deg, #8c1713, #727272);background-image: -ms-linear-gradient(161deg, #8c1713, #727272);background-image: -o-linear-gradient(161deg, #8c1713, #727272);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c1713', endColorstr='#727272' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c1713', endColorstr='#727272' );";background-image: linear-gradient(161deg, #8c1713, #727272);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FBnMxm2mJp1nWkEfOoTvMDP3snSeF37y > .row .container { background-color: transparent; background-image: none; }#FBnMxm2mJp1nWkEfOoTvMDP3snSeF37y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBnMxm2mJp1nWkEfOoTvMDP3snSeF37y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBnMxm2mJp1nWkEfOoTvMDP3snSeF37y > .row .container > .video-iframe-container { display: none; }#FBnMxm2mJp1nWkEfOoTvMDP3snSeF37y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBnMxm2mJp1nWkEfOoTvMDP3snSeF37y > .row > .video-iframe-container { display: none; }#FBnMxm2mJp1nWkEfOoTvMDP3snSeF37y > .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); }#FBnMxm2mJp1nWkEfOoTvMDP3snSeF37y > .row .container { border-width: 0; border-radius: 0; }#FBnMxm2mJp1nWkEfOoTvMDP3snSeF37y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FBnMxm2mJp1nWkEfOoTvMDP3snSeF37y > .row .container { font-size:0.875rem;font-family:arial;height:35.0625rem;width:60rem;position:relative;display:block; }#fZ5Ney7i2MsNpcn5Hp2Glfam1TGe73ET { color:#e8f7ff;display:block;width:40.75rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.375rem;left:0rem;height:3.4121125rem;font-style:normal;display:block; }
#a4L3sOE9PRkbCphhn9NCInrzd4UbDqFC { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #ffffff, #a6bfc5);background-image: -moz-linear-gradient(339deg, #ffffff, #a6bfc5);background-image: -ms-linear-gradient(339deg, #ffffff, #a6bfc5);background-image: -o-linear-gradient(339deg, #ffffff, #a6bfc5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a6bfc5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a6bfc5' );";background-image: linear-gradient(339deg, #ffffff, #a6bfc5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:6.4375rem;left:0rem;display:block; }
#Nq4d7IALmWgzWn1GvhrrZIPSn59RMrOE { color:#000000;display:block;width:57.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:8.8498272895813rem;left:0rem;height:24.6983375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IFe0FByeOsb3pTvCeuAlMWWI8MxfzFV5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(161deg, #8c1713, #727272);background-image: -moz-linear-gradient(161deg, #8c1713, #727272);background-image: -ms-linear-gradient(161deg, #8c1713, #727272);background-image: -o-linear-gradient(161deg, #8c1713, #727272);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c1713', endColorstr='#727272' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c1713', endColorstr='#727272' );";background-image: linear-gradient(161deg, #8c1713, #727272);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IFe0FByeOsb3pTvCeuAlMWWI8MxfzFV5 > .row .container { background-color: transparent; background-image: none; }#IFe0FByeOsb3pTvCeuAlMWWI8MxfzFV5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IFe0FByeOsb3pTvCeuAlMWWI8MxfzFV5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IFe0FByeOsb3pTvCeuAlMWWI8MxfzFV5 > .row .container > .video-iframe-container { display: none; }#IFe0FByeOsb3pTvCeuAlMWWI8MxfzFV5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IFe0FByeOsb3pTvCeuAlMWWI8MxfzFV5 > .row > .video-iframe-container { display: none; }#IFe0FByeOsb3pTvCeuAlMWWI8MxfzFV5 > .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); }#IFe0FByeOsb3pTvCeuAlMWWI8MxfzFV5 > .row .container { border-width: 0; border-radius: 0; }#IFe0FByeOsb3pTvCeuAlMWWI8MxfzFV5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IFe0FByeOsb3pTvCeuAlMWWI8MxfzFV5 > .row .container { font-size:0.875rem;font-family:arial;height:119.5rem;width:60rem;position:relative;display:block; }#zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#e3e3e3;background-image:none;vertical-align:top; }
#zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem; }
#zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem; }
#zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ .accordion-trigger.adaptive-delivery-prevent-bg, #zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ .accordion-trigger.lazyload, #zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ .accordion-trigger.lazyloading { background-image: none; }
#zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ { box-sizing:content-box;height:auto;width:55.625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#8c1713;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0rem;left:0.9375rem; }
#zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #BwDQAe8ws4O2Wz3LFFc7B3K0pPPbvigp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #wQtsJgF2fC4Im3q5bpPvJVfi1KThTIdC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #eZEvMG6XR87fUoMxITTSHpGCQX82QpEy { display:block;position:relative; }
#zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #fJlwVcwoq6aOZqDg0NC3N4Nb8fZXVsaC {  }
#zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #e77FLge24NE2HAP09Rn1dXQgpiUiw2vp {  }
#zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #fMPvaWa0c6LLRDUnA0OVE2OeB2mPSNQm { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #BLGsKDKgxRwWSIXmyC5cKVpovUoWWMnH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #JJUgzlNkAezR7p3woZenFbLdmLwiUc77 { display:block;position:relative; }
#zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #S93pS2TLrmmEQu0TnetdzZ8RTPK4ZJxq {  }
#zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #IGeX55h8OzcpLaGv46fdN80Xzv3FGxHu { display:none; }
#zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #mZL8DmLMNxcEzeiz168yFVdUkJLtMJ9T { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #Bc3CZ2MdEdEZTnQKm00UVTszIn6owBS6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #nAVTdiOS5FeawvTKTkzm4MFSR1mH899G { display:block;position:relative; }
#zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #KbfcTTD4NHHU8Ns2NbUyEec3yhgmeDON {  }
#zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #uLSTPE6iGTWw7JUQa4P72yRG5h8NUeZH { display:none; }
#zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #IBIaSGcx4oBh3kOVUXqh8OHgUteebXDu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #XSvFIIV41glVTtOwVRi1Fo6APfx2fs9u { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #iFdGgHTsKgXiQL6s000eFr9yy7W9DTdq { display:block;position:relative; }
#zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #mFNlXyuJ87i50ag8A7IIbuKSinNhqtxg {  }
#zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #egO0g5GhSaibDX9yuW9nsh0zAS8tturP { display:none; }
#zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #TPNPJydny2iuxxsXTi81RA4uVoDsgZHl { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #TSzlVfzTsFTSdJt1nZeNJnV09edcxhnv { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #sHCghUzkA51ceEy6f81J5kgAPVzVTTP1 { display:block;position:relative; }
#zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #d0RkrlOkSRX3wQwAtRMm9VssnrAoTDJd {  }
#zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #bqcEpObJgmRgbgyRiSiMmmUbUQTkbbXP { display:none; }
#zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #ZwtC1uPqcqFpMoz6ohFZOrmBXQ1nJ4eu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #K621d9X9BmgccMmmSqAJ650nuvVumGtd { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #ZBMlOLGeVAmZKSBVnpbz51V6AmTB3WX3 { display:block;position:relative; }
#zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #O8AttliBQAcKG7el8l1JHNFKPmbWykrr {  }
#zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #vaN1VIqugStJzIV70Fao255AB5NICOCb { display:none; }
#m7e1XFoGwfJXzw06nnBygbWnzduVW0fT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(161deg, #8c1713, #727272);background-image: -moz-linear-gradient(161deg, #8c1713, #727272);background-image: -ms-linear-gradient(161deg, #8c1713, #727272);background-image: -o-linear-gradient(161deg, #8c1713, #727272);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c1713', endColorstr='#727272' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c1713', endColorstr='#727272' );";background-image: linear-gradient(161deg, #8c1713, #727272);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#m7e1XFoGwfJXzw06nnBygbWnzduVW0fT > .row .container { border-width: 0; border-radius: 0; }#m7e1XFoGwfJXzw06nnBygbWnzduVW0fT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m7e1XFoGwfJXzw06nnBygbWnzduVW0fT > .row .container { font-size:0.875rem;font-family:arial;height:23.8125rem;width:60rem;position:relative;display:none; }#u51vGlGBgXrXqBFXTidQgQ4Nfs4CBFSv { color:#e8f7ff;display:block;width:40.75rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.875rem;left:0rem;height:3.4121125rem;font-style:normal;display:block; }
#h5i7L8eQhdhTN4LItJIEQpRdHLkNeLQL { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #ffffff, #a6bfc5);background-image: -moz-linear-gradient(339deg, #ffffff, #a6bfc5);background-image: -ms-linear-gradient(339deg, #ffffff, #a6bfc5);background-image: -o-linear-gradient(339deg, #ffffff, #a6bfc5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a6bfc5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a6bfc5' );";background-image: linear-gradient(339deg, #ffffff, #a6bfc5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:5.9375rem;left:0rem;display:block; }
#nPErUGoIxQNO03pJvbBmZL86GoOCTV2m { color:#ffffff;display:block;width:57.2480625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:7.4072265625rem;left:0rem;height:7.7988375rem;display:block; }
#qKT2oPvG4hqasRgsZsOTpGaROnXux03S { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#8c1713;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.0625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:18rem;left:17.6865234375rem;display:block; }
#LHzonNmTm67TLRaUF8V8OEtMu6Cb5ecS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yI5h11bwdB6AxaXd2B0q5wRz0rTTrHoM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(161deg, #8c1713, #727272);background-image: -moz-linear-gradient(161deg, #8c1713, #727272);background-image: -ms-linear-gradient(161deg, #8c1713, #727272);background-image: -o-linear-gradient(161deg, #8c1713, #727272);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c1713', endColorstr='#727272' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c1713', endColorstr='#727272' );";background-image: linear-gradient(161deg, #8c1713, #727272);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#yI5h11bwdB6AxaXd2B0q5wRz0rTTrHoM > .row .container { border-width: 0; border-radius: 0; }#yI5h11bwdB6AxaXd2B0q5wRz0rTTrHoM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yI5h11bwdB6AxaXd2B0q5wRz0rTTrHoM > .row .container { font-size:0.875rem;font-family:arial;height:268.4375rem;width:60rem;position:relative;display:none; }#JI6nForaO4mJ9WgeRNOMcMO7brNPFeKG { box-sizing:content-box;height:32.25rem;width:16.0625rem;position:absolute;display:block;z-index:15140;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:1.6875rem;left:1.0625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#SXBgHZJdlG8PGfXCHkvmzQeaO6VlbC9D { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15150;line-height:1.3;letter-spacing:0;top:6.1875rem;left:1.625rem;height:23.3965125rem;text-align:center;text-align-last:center;display:block; }
#VNCKIc37S8H3JnwP4fnUnvwIs3AInZeu { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15148;line-height:1.3;letter-spacing:0;top:2.3125rem;left:1.625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#eDk4OLkCgViCzTdPU9wBQqVwcJmuXnsg { box-sizing:content-box;height:32.25rem;width:16.0625rem;position:absolute;display:block;z-index:15143;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:1.6875rem;left:22rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#Ao51tF3SoseSV1vgg8pn2gyQuHTxzNms { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15153;line-height:1.3;letter-spacing:0;top:6.1875rem;left:22.5625rem;height:16.89324375rem;text-align:center;text-align-last:center;display:block; }
#cS2ikRgJMevawA6qBPGJofRrOKECFP8z { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15151;line-height:1.3;letter-spacing:0;top:2.3125rem;left:22.5625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#C5IBlQewfDRvUITiH71ZrPDEAMHG8EoN { box-sizing:content-box;height:32.25rem;width:16.0625rem;position:absolute;display:block;z-index:15146;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:1.6875rem;left:42.5625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#t3WdabsQF0CVrTffF0GOO0EaaLva6TuP { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15156;line-height:1.3;letter-spacing:0;top:6.1875rem;left:43.125rem;height:15.597675rem;text-align:center;text-align-last:center;display:block; }
#s6ssQmm3vCNgs9nOuo21b7TnyhqaRx87 { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15154;line-height:1.3;letter-spacing:0;top:2.3125rem;left:43.125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#TcKc2yNv7yMEyTUHO3LshTNCQFDIv7GX { box-sizing:content-box;height:26.875rem;width:16.0625rem;position:absolute;display:block;z-index:15143;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:35.4375rem;left:1.125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#tebny6VHZVVsw3TFVnvmMWC3JgK2Tpt8 { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15153;line-height:1.3;letter-spacing:0;top:39.9375rem;left:1.6875rem;height:16.89748125rem;text-align:center;text-align-last:center;display:block; }
#Oz1EAf1G6CFTsyoSM00hL7hOc9A2BM8i { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15151;line-height:1.3;letter-spacing:0;top:36.0625rem;left:1.6875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#Mfp1QHzcyBoF1XmwVa28oILmH8MGZsfZ { box-sizing:content-box;height:26.6875rem;width:16.0625rem;position:absolute;display:block;z-index:15146;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:35.4375rem;left:22rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#lWml0XGgMDK4zl1GbBvfUqvGicEwb7hm { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15156;line-height:1.3;letter-spacing:0;top:39.9375rem;left:22.5625rem;height:19.49709375rem;text-align:center;text-align-last:center;display:block; }
#Mc3oRlKVsOqM17kg11yVR0prUAuH8RJ0 { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15154;line-height:1.3;letter-spacing:0;top:36.0625rem;left:22.5625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#LZJK3BiXhnuLlC5Im7VtrusbNxIImgD8 { box-sizing:content-box;height:26.5625rem;width:16.0625rem;position:absolute;display:block;z-index:15149;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:35.4375rem;left:42.5625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#J9SSdRQeSG650oKz7ZwNmUkBM70e1Vvo { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15159;line-height:1.3;letter-spacing:0;top:39.9375rem;left:43.125rem;height:20.7969rem;text-align:center;text-align-last:center;display:block; }
#EzTpzfD7PgdrViEUWmWUBm08PEwD5a5L { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15157;line-height:1.3;letter-spacing:0;top:36.0625rem;left:43.125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#h9nuGFxe4Qx2HQ8tSabQFhD3HElhBSxr { box-sizing:content-box;height:26.875rem;width:16.0625rem;position:absolute;display:block;z-index:15146;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:63.8125rem;left:1.0625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#pTfxKEIDx4yed7rGdhehF2KaQEQTAzU6 { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15156;line-height:1.3;letter-spacing:0;top:68.3125rem;left:1.625rem;height:16.897475rem;text-align:center;text-align-last:center;display:block; }
#mZqtv0JkFLf9llbxKZPoZOrzMkgD5ZNm { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15154;line-height:1.3;letter-spacing:0;top:64.4375rem;left:1.625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#C624eUF2mRATWQykxcyGHJU5OuIN07kg { box-sizing:content-box;height:26.875rem;width:16.0625rem;position:absolute;display:block;z-index:15149;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:63.8125rem;left:22rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#Wxyg6tMbPrlJxxdPHKe7zowgSLSJlJl9 { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15159;line-height:1.3;letter-spacing:0;top:68.3125rem;left:22.5625rem;height:15.597675rem;text-align:center;text-align-last:center;display:block; }
#X4zNW8U4nX9sZukMmtWpSy8SbRmEwpge { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15157;line-height:1.3;letter-spacing:0;top:64.4375rem;left:22.5625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#qGvy8Tya5tWaRg7C3ESB8VM9U9qvBg1u { box-sizing:content-box;height:26.875rem;width:16.0625rem;position:absolute;display:block;z-index:15152;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:63.8125rem;left:42.5625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#itXNC1dMZlGI3UVchwwrF6lrXvMiwdMf { color:#ffffff;display:block;width:15.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15162;line-height:1.3;letter-spacing:0;top:68.1875rem;left:43.125rem;height:22.09670625rem;text-align:center;text-align-last:center;display:block; }
#h2v8LShdLyhKnnNhncJydH6gPV6lh7nm { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15160;line-height:1.3;letter-spacing:0;top:64.4375rem;left:43.125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#RwG4ODzAILV8dxAWTxgdDG9TNNFATGv5 { box-sizing:content-box;height:26.875rem;width:16.0625rem;position:absolute;display:block;z-index:15149;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:92rem;left:1.0625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#sEiiiia7r1FMkIJp11JK0nqtav0NV2gX { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15159;line-height:1.3;letter-spacing:0;top:96.5rem;left:1.625rem;height:18.1972875rem;text-align:center;text-align-last:center;display:block; }
#PelsggLfDl7mESBZhm6br1pZuhHSLT4C { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15157;line-height:1.3;letter-spacing:0;top:92.625rem;left:1.625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#fApp19L5Mu6Ov7fy8e2OQf3TF2gADOPF { box-sizing:content-box;height:26.875rem;width:16.0625rem;position:absolute;display:block;z-index:15152;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:92rem;left:22rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#lwHZGnHi6234Bhf9Mp88UVkFQZeeehk1 { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15162;line-height:1.3;letter-spacing:0;top:96.5rem;left:22.5625rem;height:20.7969rem;text-align:center;text-align-last:center;display:block; }
#LuW5BdktTPLumlgE2lvDy44xJ39iJtD7 { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15160;line-height:1.3;letter-spacing:0;top:92.625rem;left:22.5625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#S3rtlSkNy61loTZX30TTST6agttiGr1m { box-sizing:content-box;height:26.875rem;width:16.0625rem;position:absolute;display:block;z-index:15155;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:92rem;left:42.5625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#CUcbQEsQaESWz1Oa3XRKNcebgefBRXes { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15165;line-height:1.3;letter-spacing:0;top:96.5rem;left:43.125rem;height:11.69825625rem;text-align:center;text-align-last:center;display:block; }
#FP3FDJU7qELDp9adwDTi2FWJTScTTkqn { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15163;line-height:1.3;letter-spacing:0;top:92.625rem;left:43.125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#EM4cnVZN5QWC2H8zyDp5O0ESAsv5vrZx { box-sizing:content-box;height:38.125rem;width:16.0625rem;position:absolute;display:block;z-index:15152;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:120rem;left:1.0625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#rigtZcppRJdDqdenp0X1SCLsxXskhtzb { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15162;line-height:1.3;letter-spacing:0;top:124.5rem;left:1.625rem;height:15.597675rem;text-align:center;text-align-last:center;display:block; }
#Lx3x3yLTGTVeSWGQIFobNd4frTZAZDTD { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15160;line-height:1.3;letter-spacing:0;top:120.625rem;left:1.625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#Ghm33OoHe8lnM60ndZsp9HsLiTcUGAGq { box-sizing:content-box;height:38.0625rem;width:16.0625rem;position:absolute;display:block;z-index:15155;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:120rem;left:22rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#krZ8WpthpBAf7PCZn37XFFagnl7b7Dpt { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15165;line-height:1.3;letter-spacing:0;top:124.5rem;left:22.5625rem;height:31.19535rem;text-align:center;text-align-last:center;display:block; }
#VQigIFJ7V4311TnCVGPplTpHaXxf3TVA { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15163;line-height:1.3;letter-spacing:0;top:120.625rem;left:22.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#O6KJ3JbISxMTgXnT7uNaxmTmEdwQfCsl { box-sizing:content-box;height:38.0625rem;width:16.0625rem;position:absolute;display:block;z-index:15158;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:120rem;left:42.5625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#gJwctNARFnHLymFAQgSaWdeo2LTHwCkn { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15168;line-height:1.3;letter-spacing:0;top:124.5rem;left:43.125rem;height:19.49709375rem;text-align:center;text-align-last:center;display:block; }
#HfKIZ2vChzTwXtt1G67K9zbWtEWhox5p { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15166;line-height:1.3;letter-spacing:0;top:120.625rem;left:43.125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#tdk8moFwdpnCH5BAqf5dCTCPtHId2WPn { box-sizing:content-box;height:32.4375rem;width:16.0625rem;position:absolute;display:block;z-index:15155;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:159.5rem;left:1.0625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#eLBvDwtr8sdUhJRnQEJ0fLDI5dlTFl0F { color:#ffffff;display:block;width:15.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15165;line-height:1.3;letter-spacing:0;top:164rem;left:1.625rem;height:19.4922125rem;text-align:center;text-align-last:center;display:block; }
#RFpMFqLLrBJ1hIqlzsAS1lD0bWfMpK2u { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15163;line-height:1.3;letter-spacing:0;top:160.125rem;left:1.625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#CpmUXStIOPkDFc2VyV3ie0cy45fUA1vF { box-sizing:content-box;height:32.3125rem;width:16.0625rem;position:absolute;display:block;z-index:15161;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:159.5625rem;left:22rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#PL0EBXETkD6i7A9UNGprTsQmiyrCKSsz { color:#ffffff;display:block;width:15.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15171;line-height:1.3;letter-spacing:0;top:164.0625rem;left:22.5625rem;height:10.39845rem;text-align:center;text-align-last:center;display:block; }
#nP0UcakISU7mDF66urLVTg8eHOp5TnzZ { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15169;line-height:1.3;letter-spacing:0;top:160.1875rem;left:22.5625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#vfeSACmmTi8mFXG3kFQgbotoLvqZ40Nh { box-sizing:content-box;height:32.4375rem;width:16.0625rem;position:absolute;display:block;z-index:15158;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:159.5rem;left:42.5625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#qoo7wtiG1NZ567wigrSsXFcCPmONsxw8 { color:#ffffff;display:block;width:15.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15168;line-height:1.3;letter-spacing:0;top:164rem;left:43.125rem;height:22.09670625rem;text-align:center;text-align-last:center;display:block; }
#T9JxTaft6MttKHPir36Bv47zL65PWFG4 { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15166;line-height:1.3;letter-spacing:0;top:160.125rem;left:43.125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#QVGq592yMTrmzoXuTkssTWgFoMpWb2Ix { box-sizing:content-box;height:33.4375rem;width:16.0625rem;position:absolute;display:block;z-index:15161;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:193.4375rem;left:1.0625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#fpny3QuJHZiNTHMK1I8JPB5mmk85PmDD { color:#ffffff;display:block;width:15.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15171;line-height:1.3;letter-spacing:0;top:197.9375rem;left:1.625rem;height:25.996125rem;text-align:center;text-align-last:center;display:block; }
#fQHgzWE6ny6FqbzxXph6t1D5E3NfxD3y { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15169;line-height:1.3;letter-spacing:0;top:194.0625rem;left:1.625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#ZMg51QsUu7rMKVzVsSyHHIhoAF8oktfd { box-sizing:content-box;height:33.625rem;width:16.0625rem;position:absolute;display:block;z-index:15164;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:193.4375rem;left:22rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#JSdkx4sJDfue5MWxVFBBe3rmk6fecskQ { color:#ffffff;display:block;width:15.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15174;line-height:1.3;letter-spacing:0;top:197.9375rem;left:22.5625rem;height:24.69631875rem;text-align:center;text-align-last:center;display:block; }
#LeVd9ElFPnN1HGllus3K0JZqRDoO01ra { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15172;line-height:1.3;letter-spacing:0;top:194.0625rem;left:22.5625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#ETuxUlBxyUA9vcD7abmrSDlAKgEmNeFQ { box-sizing:content-box;height:33.6875rem;width:16.0625rem;position:absolute;display:block;z-index:15161;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:193.4375rem;left:42.75rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#bdA5KbAIBoFcodn9wS7ycUK0xgM2oSQH { color:#ffffff;display:block;width:15.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15171;line-height:1.3;letter-spacing:0;top:197.9375rem;left:43.3125rem;height:16.89748125rem;text-align:center;text-align-last:center;display:block; }
#u2lmNSp1dJgHkHOh9k5AVBpzRridGZbt { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15169;line-height:1.3;letter-spacing:0;top:194.0625rem;left:43.3125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#LUEXlm73XedZwd5RuaTqPmDMPXTOslfD { box-sizing:content-box;height:38.3125rem;width:16.0625rem;position:absolute;display:block;z-index:15164;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:228.5rem;left:1.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#LTIMNbyV15KJbEPadH8II5h7HDb9RN2N { color:#ffffff;display:block;width:15.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15174;line-height:1.3;letter-spacing:0;top:233rem;left:1.8125rem;height:31.19535rem;text-align:center;text-align-last:center;display:block; }
#M9Mem7G36rPLfEWPs362R0H6C4SsaHrI { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15172;line-height:1.3;letter-spacing:0;top:229.125rem;left:1.8125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#baIPK1Kte3a9SLdDRkTRQGnoZReSQnTo { box-sizing:content-box;height:38.3125rem;width:16.0625rem;position:absolute;display:block;z-index:15167;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:228.5rem;left:22.1875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#zDwt32Ay21S4GuJF44qJ1UTleT20CDed { color:#ffffff;display:block;width:15.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15177;line-height:1.3;letter-spacing:0;top:233rem;left:22.75rem;height:25.996125rem;text-align:center;text-align-last:center;display:block; }
#CdNlAZduJ6HmHEgIGU4KfZNIJNLkttMQ { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15175;line-height:1.3;letter-spacing:0;top:229.125rem;left:22.75rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#NKbBrpm7xiaWyBesa9JNXXKbWT5Cir34 { box-sizing:content-box;height:38.4375rem;width:16.0625rem;position:absolute;display:block;z-index:15164;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7f6564, #640101);background-image: -moz-linear-gradient(180deg, #7f6564, #640101);background-image: -ms-linear-gradient(180deg, #7f6564, #640101);background-image: -o-linear-gradient(180deg, #7f6564, #640101);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6564', endColorstr='#640101' );";background-image: linear-gradient(180deg, #7f6564, #640101);background-size:auto !important;top:228.4375rem;left:42.75rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#HivKIfXPVnVu1BEo8e8arcw58E7TdMSE { color:#ffffff;display:block;width:15.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15174;line-height:1.3;letter-spacing:0;top:233rem;left:43.125rem;height:25.996125rem;text-align:center;text-align-last:center;display:block; }
#D7nJIE7QACC7EEy3KzzalrlTcKct0GkC { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15172;line-height:1.3;letter-spacing:0;top:229.0625rem;left:43.3125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#BuQUlnqwNHfA6u4UW4xzPw1SeTpTtHN7 { border-top:0.1875rem solid #8c1713;border-left:0.1875rem solid #8c1713;border-right:0.1875rem solid #8c1713;border-bottom:0.1875rem solid #8c1713;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8c1713, #727272);background-image: -moz-linear-gradient(180deg, #8c1713, #727272);background-image: -ms-linear-gradient(180deg, #8c1713, #727272);background-image: -o-linear-gradient(180deg, #8c1713, #727272);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c1713', endColorstr='#727272' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c1713', endColorstr='#727272' );";background-image: linear-gradient(180deg, #8c1713, #727272);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BuQUlnqwNHfA6u4UW4xzPw1SeTpTtHN7 > .row .container { background-color: transparent; background-image: none; }#BuQUlnqwNHfA6u4UW4xzPw1SeTpTtHN7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BuQUlnqwNHfA6u4UW4xzPw1SeTpTtHN7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BuQUlnqwNHfA6u4UW4xzPw1SeTpTtHN7 > .row .container > .video-iframe-container { display: none; }#BuQUlnqwNHfA6u4UW4xzPw1SeTpTtHN7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BuQUlnqwNHfA6u4UW4xzPw1SeTpTtHN7 > .row > .video-iframe-container { display: none; }#BuQUlnqwNHfA6u4UW4xzPw1SeTpTtHN7 > .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); }#BuQUlnqwNHfA6u4UW4xzPw1SeTpTtHN7 > .row .container { border-width: 0; border-radius: 0; }#BuQUlnqwNHfA6u4UW4xzPw1SeTpTtHN7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BuQUlnqwNHfA6u4UW4xzPw1SeTpTtHN7 > .row .container { font-size:0.875rem;font-family:arial;height:25.0625rem;width:60rem;position:relative;display:block; }#WKM4aIvFTvtVM9Ipf7Gi7mHSDm7gmuc1 { color:#ffffff;display:block;width:47.1875rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.9542102813721rem;left:6.40625rem;height:2.68120625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Teosx19M4E6n5L7Thiike4cp1A6bJfrl { color:#ffffff;display:block;width:54rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:300;z-index:15274;line-height:1.3;letter-spacing:0;top:4.6337890625rem;left:3rem;height:18.77495rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Tn1NsBMLFafMSQMk3JcxlqtEAZngUdeM { border-top:0.1875rem solid #8c1713;border-left:0.1875rem solid #8c1713;border-right:0.1875rem solid #8c1713;border-bottom:0.1875rem solid #8c1713;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8c1713, #727272);background-image: -moz-linear-gradient(180deg, #8c1713, #727272);background-image: -ms-linear-gradient(180deg, #8c1713, #727272);background-image: -o-linear-gradient(180deg, #8c1713, #727272);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c1713', endColorstr='#727272' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c1713', endColorstr='#727272' );";background-image: linear-gradient(180deg, #8c1713, #727272);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Tn1NsBMLFafMSQMk3JcxlqtEAZngUdeM > .row .container { background-color: transparent; background-image: none; }#Tn1NsBMLFafMSQMk3JcxlqtEAZngUdeM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tn1NsBMLFafMSQMk3JcxlqtEAZngUdeM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tn1NsBMLFafMSQMk3JcxlqtEAZngUdeM > .row .container > .video-iframe-container { display: none; }#Tn1NsBMLFafMSQMk3JcxlqtEAZngUdeM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tn1NsBMLFafMSQMk3JcxlqtEAZngUdeM > .row > .video-iframe-container { display: none; }#Tn1NsBMLFafMSQMk3JcxlqtEAZngUdeM > .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); }#Tn1NsBMLFafMSQMk3JcxlqtEAZngUdeM > .row .container { border-width: 0; border-radius: 0; }#Tn1NsBMLFafMSQMk3JcxlqtEAZngUdeM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tn1NsBMLFafMSQMk3JcxlqtEAZngUdeM > .row .container { font-size:0.875rem;font-family:arial;height:17.1875rem;width:60rem;position:relative;display:block; }#JydMXBbBcd2EACIqIscVkzasUr1E4tVM { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#8c1713;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.457rem;height:3.39453125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:11.6337890625rem;left:20.4580078125rem;display:block; }
#MlT86ddz8biWrdkTvl1iQdQ9iX3Em97f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tTu83ozQ2SHPsSWOOnQ3ZltwAICFxJMi { color:#ffffff;display:block;width:47.1875rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.9542102813721rem;left:6.40625rem;height:2.68120625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EzxV8xtGOsBqD2n0W4L1f7dhGKqMTUFf { color:#ffffff;display:block;width:58.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:5.8125rem;left:0.9375rem;height:2.599825rem;display:block; }
#QOyVtHDXXuc5TrdHxe98r3fcs3PoLWI1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(259deg, #8c1713, #727272);background-image: -moz-linear-gradient(259deg, #8c1713, #727272);background-image: -ms-linear-gradient(259deg, #8c1713, #727272);background-image: -o-linear-gradient(259deg, #8c1713, #727272);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c1713', endColorstr='#727272' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c1713', endColorstr='#727272' );";background-image: linear-gradient(259deg, #8c1713, #727272);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#QOyVtHDXXuc5TrdHxe98r3fcs3PoLWI1 > .row .container { border-width: 0; border-radius: 0; }#QOyVtHDXXuc5TrdHxe98r3fcs3PoLWI1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QOyVtHDXXuc5TrdHxe98r3fcs3PoLWI1 > .row .container { font-size:0.875rem;font-family:arial;height:20.3125rem;width:60rem;position:relative;display:none; }#EgM9PwraRTQDT710pA9K2OTdaOqQtIgC { color:#000000;display:block;width:17.9373125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15275;line-height:1.3;letter-spacing:0;top:13.875rem;left:21.0625rem;height:4.3857375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QD7ykFRutepwmaVrIe2lXyyoHRGAgc87 { color:#ffffff;display:block;width:17.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15272;line-height:1.3;letter-spacing:0;top:13.8125rem;left:0rem;height:4.3857375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZNGhnHzOwsn8hre3O5PFGWbsSJpaVq6P { position:absolute;display:block;z-index:15278;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:11.4995625rem;width:11.4995625rem;top:1.125rem;left:24.25rem;overflow:hidden;display:block; }
#rXUh51fZqiWekcLfBsBhCF8SAkaBDp8s { position:absolute;display:block;z-index:15279;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:11.0623125rem;width:11.0623125rem;top:1.3125rem;left:3.375rem;overflow:hidden;display:block; }
#qJCeXTwv4tBLk15fsH2iBGSS7KGZ1pW0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15276;opacity:1;top:4.625rem;left:7.25rem; }
#qJCeXTwv4tBLk15fsH2iBGSS7KGZ1pW0 > img { max-width: 100%;max-height:100%; width:3.1245125rem; height:3.1245125rem; }#SV7xhNGlKBqIo476avqTCqIPIWyzk6zm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15277;opacity:1;top:5.3125rem;left:28.3125rem; }
#SV7xhNGlKBqIo476avqTCqIPIWyzk6zm > img { max-width: 100%;max-height:100%; width:3.1245125rem; height:3.1245125rem; }#HXhXVBTNfmehHdkCW00M908Glvlu6tOm { color:#ffffff;display:block;width:18.8748125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15285;line-height:1.3;letter-spacing:0;top:13.9375rem;left:41.1875rem;height:4.3857375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ohpX843KNryeVAT0Tf4DVhFxCw6haJS5 { position:absolute;display:block;z-index:15288;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:11.749125rem;width:11.749125rem;top:1rem;left:44.75rem;overflow:hidden;display:block; }
#KIiqzN6wffb0TyAaE3XTxniM6G2QZo6i { 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:15287;opacity:1;top:5.5rem;left:49.8125rem; }
#KIiqzN6wffb0TyAaE3XTxniM6G2QZo6i > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#aTKLARwfVxEQDFLt52MzQf8bKgSVyKOi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#aTKLARwfVxEQDFLt52MzQf8bKgSVyKOi > .row .container { background-color: transparent; background-image: none; }#aTKLARwfVxEQDFLt52MzQf8bKgSVyKOi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTKLARwfVxEQDFLt52MzQf8bKgSVyKOi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTKLARwfVxEQDFLt52MzQf8bKgSVyKOi > .row .container > .video-iframe-container { display: none; }#aTKLARwfVxEQDFLt52MzQf8bKgSVyKOi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTKLARwfVxEQDFLt52MzQf8bKgSVyKOi > .row > .video-iframe-container { display: none; }#aTKLARwfVxEQDFLt52MzQf8bKgSVyKOi > .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); }#aTKLARwfVxEQDFLt52MzQf8bKgSVyKOi > .row .container { border-width: 0; border-radius: 0; }#aTKLARwfVxEQDFLt52MzQf8bKgSVyKOi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aTKLARwfVxEQDFLt52MzQf8bKgSVyKOi > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:60rem;position:relative;display:block; }#iJRWaZftxqdHW1iBEtUd15EXkZghvEDL { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:lato;font-size:2rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2rem;left:3.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#O4rHOgHZKUG9uVI6QBQS9Nh134qcwX3w { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:7.5rem;top:5.125rem;left:3.3125rem;display:block; }
#R3CXJ4NUsVMFTewISNQCSzB2WLQVawrI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#R3CXJ4NUsVMFTewISNQCSzB2WLQVawrI > .row .container { background-color: transparent; background-image: none; }#R3CXJ4NUsVMFTewISNQCSzB2WLQVawrI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R3CXJ4NUsVMFTewISNQCSzB2WLQVawrI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R3CXJ4NUsVMFTewISNQCSzB2WLQVawrI > .row .container > .video-iframe-container { display: none; }#R3CXJ4NUsVMFTewISNQCSzB2WLQVawrI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R3CXJ4NUsVMFTewISNQCSzB2WLQVawrI > .row > .video-iframe-container { display: none; }#R3CXJ4NUsVMFTewISNQCSzB2WLQVawrI > .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); }#R3CXJ4NUsVMFTewISNQCSzB2WLQVawrI > .row .container { border-width: 0; border-radius: 0; }#R3CXJ4NUsVMFTewISNQCSzB2WLQVawrI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R3CXJ4NUsVMFTewISNQCSzB2WLQVawrI > .row .container { font-size:0.875rem;font-family:arial;height:39.5rem;width:60rem;position:relative;display:block; }#WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff; }
#WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:lato;color:#ffffff; }
#WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:lato;line-height:1.4;overflow:hidden;height:auto;color:#ffffff; }
#WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_b9f7d8199802708a5a823cdad6669b0c97e6bc3e.svg");background-size:contain !important; }#WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 .accordion-trigger.adaptive-delivery-prevent-bg, #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 .accordion-trigger.lazyload, #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 .accordion-trigger.lazyloading { background-image: none; }
#WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 { box-sizing:content-box;height:auto;width:57.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:1.224609375rem;left:0rem; }
#WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #LCiWGVhoIHIJQflQZrkePmNhHmPupFTb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #cGRAzuODoq7X2qMlU1MeabZacFS5Tw5v { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #WEVlwztUrZHrS9TfiLLarbvc6JSTCTEK { display:block;position:relative; }
#WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #idn5S0DX0mLDy3cQ8reN1pPkN0NVPGF4 {  }
#WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #R7yd94TJf3ERZt7iV29thH0K876dkbmd {  }
#WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #rP5qDMQtzimpV1aFpfembao8JDv2w1WM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #pBZ2F0MZufBQAn4KE59fhgiPmzRsDtDw { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #MIsrknQ1TRyxuH1wRJ4khNBT1emafe4i { display:block;position:relative; }
#WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #haJB1IQqi2CPThIVSoVyERGDRpi6yIIg {  }
#WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #KFFKg27QmGbcOuUvPQJLV3QRrJRX4vJo { display:none; }
#WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #QHE1yRyiRZ546lea7naGUAhLHC0MEUt7 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #BEVJTLHIE3mPbW5xDPm7kVWZG5TOaZml { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #WLI4TzyFCors5kd4z6cStHisAh56nQ54 { display:block;position:relative; }
#WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #dIqqwQsKJ6spMmp332oucVVfkn3pKmse {  }
#WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #K7ItxZGf0Jq2hwvwZmJWPnU5NZtgRShy { display:none; }
#WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #IBrUksQGkEvq9r61FJ3BD09faKWHaA67 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #y0Fl9gw42WEfZFsXktqrlTNVLGqAe6Ky { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #TctXMlInMAsgxDBcyt1W9xdQeA2aGnw3 { display:block;position:relative; }
#WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #T0WXLSh7lSQ777oTJkPWUvu4byoRebyT {  }
#WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #woTCZ0adkDfLSpfh3m3JDWfBt9ZniVnl { display:none; }
#WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #O2evPrrPcSsqFxZ3TyxktgnyV6nvZ5Vr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #c0SuadzXzMkl3vCai5TMVz88tMtqlzN5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #topslRSXUWSQRx3o2bF8lSq7e3yvwVrw { display:block;position:relative; }
#WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #TgTRgZ6HpM8CzvslwkiBf5IWDR0ZuZQh {  }
#WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #utdJNBywpQMJtPrc7gXcC4tcs5D9r3n7 { display:none; }
#WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #XCclhxU3GZx5GCUpSeyTJOBxeLLwhDTl { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #KT9lZN0isAfk5ASkv4gHD0n3G1Xkgnrh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #ilTmhiMXN9Otg8sgGsqWNK3uAJvcftMn { display:block;position:relative; }
#WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #cAB8miUbqhqqCh95qKf664alEE717vxg {  }
#WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #VFdWyDDVNd6yTrKnsBmp6Tt2MyOVcUON { display:none; }
#WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #MupcevFTJWMSkWspgosh8zpJU6Ws9oe2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #nPOXtHvwG8TQAXv44NidayxGqfFnn4dE { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #ATq13elLJbUDrNPMLbarPLJKFZtfcx6T { display:block;position:relative; }
#WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #RdCcZQRv4CufRWw8MFD4oimM8uI8lgID {  }
#WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #dl1IABnzPWWzoSw1HeHMLnAmmzTpaXJ1 { display:none; }
#yBpTM6EgZTAIotvzzOKKp7KrTvtcbV6d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8c1713, #727272);background-image: -moz-linear-gradient(180deg, #8c1713, #727272);background-image: -ms-linear-gradient(180deg, #8c1713, #727272);background-image: -o-linear-gradient(180deg, #8c1713, #727272);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c1713', endColorstr='#727272' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c1713', endColorstr='#727272' );";background-image: linear-gradient(180deg, #8c1713, #727272);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yBpTM6EgZTAIotvzzOKKp7KrTvtcbV6d > .row .container { background-color: transparent; background-image: none; }#yBpTM6EgZTAIotvzzOKKp7KrTvtcbV6d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yBpTM6EgZTAIotvzzOKKp7KrTvtcbV6d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yBpTM6EgZTAIotvzzOKKp7KrTvtcbV6d > .row .container > .video-iframe-container { display: none; }#yBpTM6EgZTAIotvzzOKKp7KrTvtcbV6d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yBpTM6EgZTAIotvzzOKKp7KrTvtcbV6d > .row > .video-iframe-container { display: none; }#yBpTM6EgZTAIotvzzOKKp7KrTvtcbV6d > .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); }#yBpTM6EgZTAIotvzzOKKp7KrTvtcbV6d > .row .container { border-width: 0; border-radius: 0; }#yBpTM6EgZTAIotvzzOKKp7KrTvtcbV6d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yBpTM6EgZTAIotvzzOKKp7KrTvtcbV6d > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:60rem;position:relative;display:block; }#fpTNwQRbc2n3wtbEv1i5ll1IRIR2Maeu { color:#ffffff;display:block;width:12.6248125rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.0974388122559rem;left:24.934898376465rem;height:2.92535rem;font-style:normal;display:block; }
#FqHun6psnocpNM1v51Phbazoh3KLWgNQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(292deg, #8c1713, #727272);background-image: -moz-linear-gradient(292deg, #8c1713, #727272);background-image: -ms-linear-gradient(292deg, #8c1713, #727272);background-image: -o-linear-gradient(292deg, #8c1713, #727272);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c1713', endColorstr='#727272' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c1713', endColorstr='#727272' );";background-image: linear-gradient(292deg, #8c1713, #727272);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FqHun6psnocpNM1v51Phbazoh3KLWgNQ > .row .container { background-color: transparent; background-image: none; }#FqHun6psnocpNM1v51Phbazoh3KLWgNQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FqHun6psnocpNM1v51Phbazoh3KLWgNQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FqHun6psnocpNM1v51Phbazoh3KLWgNQ > .row .container > .video-iframe-container { display: none; }#FqHun6psnocpNM1v51Phbazoh3KLWgNQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FqHun6psnocpNM1v51Phbazoh3KLWgNQ > .row > .video-iframe-container { display: none; }#FqHun6psnocpNM1v51Phbazoh3KLWgNQ > .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); }#FqHun6psnocpNM1v51Phbazoh3KLWgNQ > .row .container { border-width: 0; border-radius: 0; }#FqHun6psnocpNM1v51Phbazoh3KLWgNQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FqHun6psnocpNM1v51Phbazoh3KLWgNQ > .row .container { font-size:0.875rem;font-family:arial;height:23.6875rem;width:60rem;position:relative;display:block; }#yiy0kMUrmwmQTTTme7p5xFsbOxDRAbaK { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:18.9375rem;top:0rem;left:0rem;display:block; }
#O79alpFvmZhZaxQwrUbr7gvaxrAK0fmT { 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:8.187rem;width:16.6245rem;top:1.124267578125rem;left:1.155029296875rem;overflow:hidden;display:block; }
#unLiowQlyka4JlzOigM546b9r9Q0IhNP { color:#000000;display:block;width:19.4998125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.1875rem;left:0rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#u1r1GqT50XnvhgyGdO3fiqNStzfI430Z { position:absolute;display:block;z-index:15002;background-color:#8c1713;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0623915rem;width:18.125rem;top:12rem;left:0.6875rem;display:block; }
#s4h10GIy9GXG4Th9Bnpiuu6JSzUbWZTG { color:#000000;display:block;width:17.4370625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12.625rem;left:1.0625rem;height:2.599825rem;display:block; }
#nUXiNWqNpmJ6dAbECxmpxPZPoC31akf4 { position:absolute;display:block;z-index:14999;height:18.686rem;width:60rem;top:0rem;left:0rem;display:block; }
#HJVzdogcrT45tENShdMdfdgQ2Qt6nTqU { color:#526f82;display:block;width:17.436rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15.223526000976rem;left:0.99978256225588rem;height:1.2999125rem;display:block; }
#lJAWWpVsDHH2nn5AZQbmCaFuwt5TuZsE { border-top:0.1875rem solid #8c1713;border-left:0.1875rem solid #8c1713;border-right:0.1875rem solid #8c1713;border-bottom:0.1875rem solid #8c1713;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; }#lJAWWpVsDHH2nn5AZQbmCaFuwt5TuZsE > .row .container { background-color: transparent; background-image: none; }#lJAWWpVsDHH2nn5AZQbmCaFuwt5TuZsE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJAWWpVsDHH2nn5AZQbmCaFuwt5TuZsE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJAWWpVsDHH2nn5AZQbmCaFuwt5TuZsE > .row .container > .video-iframe-container { display: none; }#lJAWWpVsDHH2nn5AZQbmCaFuwt5TuZsE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJAWWpVsDHH2nn5AZQbmCaFuwt5TuZsE > .row > .video-iframe-container { display: none; }#lJAWWpVsDHH2nn5AZQbmCaFuwt5TuZsE > .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); }#lJAWWpVsDHH2nn5AZQbmCaFuwt5TuZsE > .row .container { border-width: 0; border-radius: 0; }#lJAWWpVsDHH2nn5AZQbmCaFuwt5TuZsE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lJAWWpVsDHH2nn5AZQbmCaFuwt5TuZsE > .row .container { font-size:0.875rem;font-family:arial;height:20.9722225rem;width:60rem;position:relative;display:block; }#WkE24o86PbTXlLEqgfg9tiBTPE60hr3F { position:absolute;display:block;z-index:15028;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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.060763875rem;width:57.5rem;top:14rem;left:1.3125rem;display:block; }
#DyAbC3puJqw2hZ3EtA6ri8wiCluDuAS9 { color:#000000;display:block;width:17.7495625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15027;line-height:1.4;letter-spacing:0;top:17.3125rem;left:21.75rem;height:1.22395625rem;font-style:normal;display:block; }
#eVyi0yDvsf8t8sl3Ffx5WW89v9OawywC { color:#000000;display:block;width:19.8730625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15027;line-height:1.4;letter-spacing:0;top:4.125rem;left:40.1875rem;height:9.7916625rem;font-style:normal;display:block; }
#EbScx21nz0nsW5Bhk9nxBTfBNK3orGxe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62435rem;width:1.62435rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:11.610244750976rem;left:24.749351501465rem; }
#EbScx21nz0nsW5Bhk9nxBTfBNK3orGxe > img { max-width: 100%;max-height:100%; width:1.62435rem; height:1.62435rem; }#GvUTJkSZal1sIVZJ8UFGH05vf51IVThz { color:#000000;display:block;width:11.81175rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15030;line-height:1.4;letter-spacing:0;top:10.5625rem;left:24.75rem;height:1.04980625rem;font-style:normal;display:block; }
#mdX2fl6iFZcIJrJHwTWtAJ73LngduRse { color:#000000;display:block;width:19.8730625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15026;line-height:1.4;letter-spacing:0;top:5.2392578125rem;left:0rem;height:3.671875rem;font-style:normal;display:block; }
#PT1kAByWrPWhOUG5RbAsBLrmN0AZ6NNr { box-sizing:content-box;color:#000000;font-size:1.375rem;font-weight:400;line-height:1;height:1.9987rem;width:1.9987rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:7.1875rem;left:24.25rem;display:block; }
#nU1Gr309yOEZH7BZ4EDyBpGnQHiRyORr { color:#000000;display:block;width:13.6230625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15033;line-height:1.4;letter-spacing:0;top:7.625rem;left:26.5rem;height:1.22395625rem;font-style:normal;display:block; }
#xRB6zFiQNQI4qZVZ5HyNtVG2ItOba9zU { box-sizing:content-box;color:#000000;font-size:1.375rem;font-weight:400;line-height:1;height:1.99978125rem;width:1.99978125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:4.75rem;left:24.125rem;display:block; }
#NiuPGSq1iOZuX4EvsD6d2RRi5o3rL4qh { color:#000000;display:block;width:13.6230625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:5.125rem;left:26.4375rem;height:1.22395625rem;font-style:normal;display:block; }
#KuagLymwsRQhCwrneCm0s8QacvPCasiR { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:23.1875rem;top:2.937255859375rem;left:0.061847686767578rem;overflow:hidden;display:block; }
#BcsFuQMgtrJ373Du06uQQGq1bI7NTG3W { color:#000000;display:block;width:11.8120625rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15029;line-height:1.4;letter-spacing:0;top:2.4375rem;left:24.75rem;height:1.04980625rem;font-style:normal;display:block; }
#FLPc8QZT0ZhTSpoHA52HmO8dCvsN318P { color:#000000;display:block;width:11.8120625rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15030;line-height:1.4;letter-spacing:0;top:2.4375rem;left:40.1875rem;height:1.04980625rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima { display:block; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HBnG3ZFsZK97FLG7RNXgBREv2TuGIXNL { width:15.625rem;height:2.1875rem;top:1.75rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVzb7mvRAhWVpNkCBtwgbrffegVe43eo { display:block; }
 }@media only screen and (max-width: 763px) { #cQ0QKyHGx58RX9AF4TtMvUtlHFA7lIDt { width:6.4375rem;height:2.1875rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKZyDymUUd8qcfpua0s3J79J3xrg3enB { display:block; }
 }@media only screen and (max-width: 763px) { #BnhFM5zaE2mKZe3KDKOP8XRluTTApJUo { width:7.375rem;height:2.1875rem;top:1.75rem;left:33.998700141907rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5mtQ3cNimdoeiV2KFb5S54oTH8CA1pt { display:block; }
 }@media only screen and (max-width: 763px) { #ykAbiqiVFhHdMKKaTp2Xf5Tw2zxGg95D { width:10.5625rem;height:2.125rem;top:1.75rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eg2nQaq54RZalwvwBCI0xmAFfK7vt0SV { display:block; }
 }@media only screen and (max-width: 763px) { #lBcI95AGITNOqiLSL7My4fnw3le9yk4y { top:0.9375rem;left:19.437068939209rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7h5d9ULVzHEuUzHVbXxifR67IvhTKsO { width:11.25rem;height:2.1875rem;top:1.6875rem;left:23.935764312744rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1kuK9MIWVRR5eCJpGczl6oa4S7eTZw1 { display:block; }
 }@media only screen and (max-width: 763px) { #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WR8kpMlaEO45UeL8NOT3ORp5qA4et76s { top:26.875rem;left:5.6875rem;width:36.3125rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOgAu9fNnevObOrfU08VR7oERT3ATquJ { top:8.6875rem;left:3.0625rem;width:43.0625rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F95cKuq2xivNtkBcA8VTRriEANo5hSzw { top:21rem;left:2.4365234375rem;width:42.8125rem;height:4.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGZJ8vATagUqzTZ5R7r67yzCgaGNT16y { width:18.9375rem;height:3.625rem;top:32.8125rem;left:14.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Thnmq616aoc2tpUw0c4gi073WTcqseAO { display:block; }
 }@media only screen and (max-width: 763px) { #zHt0qsD8PCtfynp9TAHD0xz9zKJfTTyE { display:block; }#zHt0qsD8PCtfynp9TAHD0xz9zKJfTTyE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PQ373N2mWp2PCg5Hrt1XXClgkTdCIEZc { top:0.8125rem;left:0rem;width:40.6875rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Co3Lz867OgAJ5DAQv0tXgXzpGebGg22O { top:5.9375rem;left:0rem;width:8.1875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUzLpMJJTTHX1xFKlOB83DIx2IqUFT6M { top:8.125rem;left:0rem;width:47.75rem;height:32.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTBLDXwbbgVPFg7pKmSxey8Ny2XbV8oN { width:21.875rem;height:3.0625rem;top:43.75rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rrz779LJGwbthUJ33vG86pwDaUQMaOcK { display:block; }
 }@media only screen and (max-width: 763px) { #biWp13TSEOe6Hzuk7QS55in4rEGJUTVC { display:block; }#biWp13TSEOe6Hzuk7QS55in4rEGJUTVC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p { width:19.5rem;height:5.43625rem;display:flex;top:32rem;left:4.5rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #pXS1Q12m8XBMul7itSu1Ba96LM0o7tLT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #wBqzd5XcEBqKusSXiiAxxlVcCDhMFFnW {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #LbEoZ22LoZiteLsbdkyePUM40aF1dyhp {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #qB4hDviLyOSOhUAMGEgZSiqHE4UD7Kns { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #NcVu4HmUUwtJzKEgVM5vqZgxJ74NbOFh {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #e1pOncgLLGaO2TREyvJcR3mTXpMPXJsG {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #VHa5CB9bxJIwwvpqI4LM3cCT1CZNV7Ji { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #uKSDZdZJcWvo7CuF1r4Q6O8WJdhcx8LJ {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #uL9HwCQ97VnSl7cvH31QkmolRZrpbr9x {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #INmwUf6MhhXPXnkuu4eqMGCeZZztpBOT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #sy3LLbAwWLAasnObATKqZdCyroSCnfOl {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #cXEPUg3moJ0UWk4rJTPamJ0BMxmQgQDe {  }
 }@media only screen and (max-width: 763px) { #tOOoOAumCmlFf9zBBOo8xMPTcFVzb5Sv { top:0.75rem;left:17.031471252441rem;width:13.25rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMWO8DJspiqsLs3LOVHFqTforQcgdXQW { display:block; }#wMWO8DJspiqsLs3LOVHFqTforQcgdXQW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z50A3AJTgiw8m5I4bqOZZWvdvVFwMo8v { top:0.875rem;left:0rem;width:40.6875rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0SZR03SDvR3cK8slvAt78uMrsFvZ6zw { top:5.9375rem;left:0rem;width:8.1875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQFtEiaZ5fmHV6edDsc5X5wdrewc5HxC { top:7.5rem;left:0rem;width:47.75rem;height:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMzVK1izA8Lms3OAFD46wUaRhb4Wobka { display:block; }#dMzVK1izA8Lms3OAFD46wUaRhb4Wobka > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd { display:flex;height:auto;width:45.25rem;top:7.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #hnEWTTkHygTml1x8MsH9EmTuqmqf87GO {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #EqPUuNK9aBT7eTtFfVcvXnKQArfzy5cQ {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #wxKvzkkmglCCE2p0bDLcaU0xBc7lT3zT {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #xztgByRErIJP5nVvalnGcmwpy9qfEdLF {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #QfIvp75NVRyvE2tVW2DbtlXh1XDV7SI7 {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #kJSSGSfTXnv4mSApAGo0rFl4U2MbWPHZ {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #kJ0x6odcRZxTDGAohidlgd31OgEHCSRs {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #ucLPZDTprJGr1PWx90LOOGuXDNp8I2Mf {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #Uus9SWSiXnOq3h7hT73rtDcMg87h1155 {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #XFTyn8lEkfgAhcRQrJOJBxbuueTmhoHL {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #fciHTxfmApF3dJlIkk1o4esiTXsKcFWm {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #mxvKZsL4Iw8NLOIynV758tVsiP8AUuiP {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #qT18AAvgaIL9UgCuQWJVy0S9vV3DQbFW {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #QWtT4Q7727B3AaQZ5G5PRds7Nzy7u3Pv {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #GTHRGiS2AMSPD4s3Xou7DB4s9RusSAFc {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #THHoUtsAMW8ATBSXe4cxRaEswGsBc5iQ {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #SmOEFWJMJXP3tNrRfEbQ2nFQ6cuMZDZL {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #M8Sv5yCxlzCtQhumxquaZ617PP7scZUv {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #vUJQm5V5dEZFHs0FTsnFgLTI49pT0fti {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #gw4uZgyvqFZ3IDhgLpsKAa7CRJ50dBHQ {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #t5URsLfEd3OJSUUM5v338xBBP8RaOWie {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #BL91gOcLKrccksEOl46aEAfz2lP2ATrt {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #em0yeAWBLvZ3h8f4qbXBXCrMySHoA41g {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #dnMXPW6k4hJG33VtMpSRBaa7OhJzQenz {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #vXX2fHDu9SPvJXZmvi7TZnVRWwmuqbSc {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #ZmD7tMEW6bG8T0E0AaSOPKM4FZL0zsqH {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #WNtsf7CMKphOuU4WbAiEVqTtcaLnozxf {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #eESs2NaE6lZQd2UKZia1gft6PZTBZNLT {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #uMkGOOfw3TJb6hKT1xpqB7EIdhszOwZ6 {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #QxELVXu54esL74MaKgICWJMG0ESCr1tC {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #h4oIhpLix0Cdx9Sqc2oVCNhIWI0yH6eo {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #R3bcKgdVA8i216bNAPkumANlz3XtqGgz {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #g9ItgQKwgV2V25NnFsbhp9FGJWIolxz3 {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #nPaT7N8fbpdvad7PvuAuIL21ecBcTAOX {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #wHrqENvHJhiN2MXLFf8gDzAGT3v6hZ9F {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #ohLEa6oQsCcE4MR26QZgALivw4xN8B9M {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #z5wNcoauI9M13ImkC1ouO9H93P3fdddk {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #IbUtUTm8A9T0lV9fWBvBPsOS2o5ziQc8 {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #wInAw0Zs7PV5o1pKO4BnlRTicmqdkkiJ {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #vB3J2U2c3emLtVuVePsOIEsuKPEiVyTg {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #Alwm6VCXwnH2JROlF1eLyZ33EVOAJVN4 {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #Kn05JrKu9FippZTCPyeHIHGXvGPhfgPk {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #s0M9t57BewTkuFgMxsXVpXbteTvd1soC {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #NVkrk44q9M508BmDuuWtTE0x0C0doWPv {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #oWTTiQdhaf7cfMbWkRky0MDiD2ts1ByG {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #TKVb1VzrgIkhEmFbT5ZrWKewhEkC3AUI {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #DNeFmID9G8lH1QSagmu5RcGtOo06t6yi {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #WM3SFXXZVeocc3BMSVPU2tSVS1csyLG2 {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #hGoezr7RMce1l4OTbemmJ01Gxqh363pn {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #Www6ZTEgFxebfvBdBBk6r8oKiEWycv0d {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #bb03bKu3fAkREkcUdM7hcbTZFGtr0xrn {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #qllhTLLWhiAT82BsSnFpvtmci27z2yyD {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #OCf5hZdO7sKTgfQ7s6yA8P357JPvTB8E {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #Xbs6uozZhhrotoJZrUm3IGEZDQJ58qQe {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #vxD8uAvagT7qBDacQA1S33lsdTxsAaNo {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #lJ4TdzXlnt51yDKmgE5Es1Paml2dXTwN {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #W9T1tgHDkGASFUTpXsk3TQV1NVlzzX7Z {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #DXKErUA1tHNcW7TiFVIsolCm2O5sd9I2 {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #ttoiLDJaXk9Go583wk9yqqLpomlniWoD {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #gfFvAR5aQyTbhaFGk3MRoWplvKNq5Vl5 {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #oTqpDWXK2aVQrF8nw63izJu3PwabL4PM {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #qI3taXONGiQT5kXNBR3iIcskWa9WWVhS {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #l8eztiAiqi9oVSpQhcs2WkoCaNQd0kbd {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #JAlvmSVpBS6sSJADmldd7i38dALcsRKO {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #mTvw5E9TJ6PnRo291XlAi5yGVOBXfyOn {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #TehfElGRbSQKFFDNOelGoDOdkTCEgdDc {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #PCik4tyhkW80yGR6GT89F4uMfmCv4DZX {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #hoz6rI3uCqm4LzmEhXJynKwNJc4t2kpf {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #JwTGziGx7GgcGcJT9LeK4Wh7ReKWM9wP {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #rIx2lJfH7tKTfWPRzhFNZqykoQk7MEnl {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #Dzxsq9DzrfK6VKbvLnHLMgTbsxPLJlHA {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #k47npbEKvZ6dQInZVs8idZDKZOnmmGC7 {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #zAAdueaBqLD9I5KlD0eXTyMWT9Ouu73X {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #TexKi95Qa0b7qTl8dBID5qwi5PN69mIZ {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #kdvqQbi4CxwIL3ZWsuOi0PzSWEZuOIOE {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #twrLDbtPmEAIyC7FapG7hEIBeUBh7HhN {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #Pv0yEQkeVl6IyPrOQwn0s0AEN4BnO2MU {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #F0EfFbTW1k5AvVn8DJRvSf5U5glC1u5A {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #cXLT3b6xIB866KpXT0Ii0ygZpuHM1Szt {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #lpfO47Lm5yRJvWAK8pMnTqPnZ0BVZAQH {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #TbF8cHisAIWeRPLIA7PKlPeMe4ACKiHl {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #pvvfKmPI3VharuJfCq4maflMoeOSZ2Dt {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #zJWftQgEN575rOOmAdqg9yweXkW23Zif {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #KzXqHFPNmxgdEnlS8HDuUGBMradtyP72 {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #CbnqueziCp5nKMmF2zCAMxkDZNSlBKTT {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #G1qTxQGsJqP58fcMZXIQTFPdaSZM3c2V {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #Q5IfCZXnv4rXzNHxT2VTb0qbegoJ7ohf {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #PF4Jw0l3BKSJfwPvBIM3zchbA4Swcn0H {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #FkrHCJ5zZAPdE5o9lZIGgxA24QqpcpUy {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #ymdHRKZ6gRgJLPoIXIXQXaUH6BC6whAL {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #G921apFkaIWUK8atVGlKOCVUv3qsFtAX {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #xt7t8Q7tFI2hs9VxhTRiRHt3TG7zpT72 {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #WW19bUkOIsVbp0hmJpRSd49nCRJ1Zsdx {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #ZVIEqxA6QxKpOo7LaHt8zfSkkeG0nkqm {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #m1JHT3XOG2B4pzzBeJsPJOW3A7iGRQZV {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #KCAx3Z2giff7xV77QP5zsT1gWm3w6B68 {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #TX4S2UTLlFomAuJnZw5Indbz2XdGGa8G {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #Vg2o4swvG9W0W63xFGu049bHaTTx4HbZ {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #NH6e2ASyhlDfCR2Uu94NtlPNXVdG3OKd {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #thw47yVMAkJCEhBJLGiDeBK0Ui8rxAiO {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #KyZJ14oLSkJb6J7t0eTuUvrUTdTdL8VV {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #M7env7ynDia2MPZI7JxJnN37mpT9Kp1T {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #A2I9oldQfOx0lTpM7J5MqLHuU3Px5NGE {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #T9pB6TZpChilUZ4NRnS1Ppkwlbxi3WPZ {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #MiW4sRd8Z9TAuIGp11hEMArzw02xEOp7 {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #RufeUUyD3L8RG5WmWy69r3kT0ZVZW6aF {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #Dq0tUdny4xRzCRwLEvpGdyKkP5MqtvKe {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #cJr7sn7hK1hr6bxORI5OOg66VNlhX2VT {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #opPATSU4NReICKVtTBpZQe0FeF0BqTOS {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #zO2H58gyyoiUMJxGRh9Qmx8UViEgdUpu {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #cbt4vhfL5Jw17u60BsMXKWXl7MfB214E {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #p14QHouz7WHKKZf7VObZWA6v805Pas2A {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #KguqbCoXyPkGbWIfxHTb74d1b5DxetOz {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #Knm1edE6JooNv03hRRLmAHKmVe6tbhNI {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #oWdpC9Auua2QoTRT5ZTGTzTJ5CalmOOB {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #JF28ubefPiL3TXMzBlnkum7TnskJzcvm {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #RRzbs5g2Td8RFqc43LXHsLpLly0zNC1v {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #SovK3zPAVCI7pEk66IgLw9dNJFXJOTtU {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #FvKQi3SQBMJZQKP1W15iH6owKX1gZA7G {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #qsnnw7BxQUOxIpA3JUIWI2kzN6wba08u {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #G6iUEeSRvEdrFoVRRhapFtx8bfM5JiPU {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #TOI8qQtcwUXF1if2HDoMALZ4fUqxlThf {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #DqiiR7LtuXRg1SmniDnu3wAW47iuhfQS {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #UddDwvQIVlkMqxEbO9yTELvG1oLf7Z7n {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #JmgFptl4alZrUAhUohRDhuxdIsbyBg7v {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #nU1KTbZc97fd4LQqnGXzOU9AnJdWzGbz {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #sKBzUZTGdHXyVkJqQeJUuRSpzusTwMrm {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #SRD5QDpucxaFn1hQPSnB6IZSStxRiLxq {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #vZsQZZx6BZdHawMFZ7Xp1xEG4X0sXmL0 {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #MiuA7mFKrgiaf0n9wKOHbM3RsDo7cHxN {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #viAk5umBvWF7Uus5SGAZBaB3rP07oWiw {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #IGNC5dIub0RMGklS0DJfpRp2cBh68JTH {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #eGghWcXXrTsPG4pkidnsx9l8ezTOg0bF {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #MeGhWWPvJEi0erWS2QrlQkl1eMany1xW {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #T9WZ0KdOFg4gAmlcSpaDfE0nEAiiXgbV {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #B9ckLwUIxFvFWGuqJ7sRI1i3LnFvRnXs {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #OoTlrNcniDaVM7R2IFQ4xypexz1p0LZk {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #FIKnc0BppTKnuB6BA6f0boISpx0sby3R {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #HXOlqSTbP7bTfzIvRow49utPQEMhaG9A {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #pFtzwczQ4yXoqi7fTD75bJOIIqOCboyK {  }
 }@media only screen and (max-width: 763px) { #orZR1paWGGeNygs5wzwoKXBCTp9R6Iws { display:block; }#orZR1paWGGeNygs5wzwoKXBCTp9R6Iws > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hPzTSaTm8TedQoKxpppeXurxFlQuDWfB { top:0.875rem;left:0rem;width:40.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLEflt4XSzF4Eb8KG2B08KHT0wBlX228 { top:4.25rem;left:0rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8Nn3ElhW5sDHceoWaZOccwGqe2y5rI1 { width:24.4375rem;height:3.75rem;top:15.5rem;left:11.6240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDV1Gw3ODC2Bt0xkZidmiJVgQdbNCkqx { display:block; }
 }@media only screen and (max-width: 763px) { #Qe3BloqM5xyHZ3T1P2dKAdseP5qGLuvi { display:block; }#Qe3BloqM5xyHZ3T1P2dKAdseP5qGLuvi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z8tR6QHkBtitxursaNQW1EquzrhHtS2U { top:1.0625rem;left:13.25rem;width:23.3125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmMWSAOyZeoI8PwqxPBy6DV1EJRIbRWS { width:24.4375rem;height:3.75rem;top:15.5rem;left:11.6240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQzHIPn9OKrTM5QyCLHboT0M5aEXCZth { display:block; }
 }@media only screen and (max-width: 763px) { #QobsnwbCwdGxCmgD0WuoCCrOs2iow8Up { top:6.5625rem;left:0rem;width:47.75rem;height:139.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPiGvC7WnJcXQLblHwGERTGynk2GSLMT { top:159.9375rem;left:16.625rem;width:18rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDdPhdAUdd8orGK34IBUerwuRCoEWhJA { top:164.6875rem;left:0rem;width:47.75rem;height:84.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qc360aVBh5p4f4GK4nMRVawmKGMHkFDd { top:162.5625rem;left:16.25rem;width:18.8125rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWM7dSPu9i2ezcupvqEL2mPJt1p62Ioe { top:3.625rem;left:13.40625rem;width:23rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfiXSxxK3uKwEkQ0RnRyfmMVF46wQ201 { width:21.8125rem;height:3rem;top:147.375rem;left:14.733642578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tl7HKxRIxtWHrOhvpKvpelzZvzSyAoTX { display:block; }
 }@media only screen and (max-width: 763px) { #k8o8BPwpH3QaTwwWFa3lPat8ARLLHwHv { width:21.8125rem;height:3rem;top:251.5625rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6LkWDcaRBiMDwSOqeV8xw6SHxLH3UF5 { display:block; }
 }@media only screen and (max-width: 763px) { #yN3cf6A4JTtkqPLX2VHEeQBL7eZ55Byv { top:153rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPWbuluX91dV39ivUGZnwdiP4LJHuBQ5 { display:block; }#vPWbuluX91dV39ivUGZnwdiP4LJHuBQ5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hzqBAB0UXpcquiir6SKWIxdiUNMuqTa2 { top:0.875rem;left:0rem;width:40.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcoH07VU5Xbysb6wJXB4bDuhVXJ9ptTq { top:5.9375rem;left:0rem;width:8.1875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFT19bMXtW7AT6NOM2q9SLXyTCEC1E7U { top:7.1875rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHAa0XtXlmm3PzXbHE34d2t2LaDa4paS { width:24.4375rem;height:3.75rem;top:15.5rem;left:11.6240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ug3zvH7XVz0EWD1oqwbur5ycIGTsaCiJ { display:block; }
 }@media only screen and (max-width: 763px) { #A05HziqkpgsVWJrCW3z5SKrtKOr2NRRF { display:block; }#A05HziqkpgsVWJrCW3z5SKrtKOr2NRRF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dMaB2MfA36GaZOoeV0m78XLpSPfFed8t { top:2.5625rem;left:0rem;width:16.0625rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wy7pFtkCeGTEaoaugOC9AA5nb6lSoZZJ { top:3.25rem;left:0rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiQbkpLfmIBwM8NeaVCV28NoGDBZrKt1 { top:7.0625rem;left:0rem;width:14.875rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tD2FBQ1mkmyoCMR3Gfo7o9PeVQMknCqR { top:2.5625rem;left:15.875rem;width:16.0625rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXgiRWIXN3e9ZhfqgdNPg0KWPVZ2xwss { top:7.0625rem;left:16.4375rem;width:14.875rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G62FR8E548rLHF6UAi8qiATshFpdoClr { top:3.25rem;left:16.4375rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlyMoTyc59TBXTxpMEycsIs8TI6OKNqV { top:2.5625rem;left:31.6875rem;width:16.0625rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztfqrZmhUr4aiUBmUAIFx0Qt6GUPCBRK { top:7.0625rem;left:32.875rem;width:14.875rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fslNaJkJvFPtMhrO6UAOWATeZCQ2hGXC { top:3.25rem;left:32.875rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7Lmv3cJSNh23TAPkpI3IN9dwcJu7Pq5 { top:22.4375rem;left:16.125rem;width:16.0625rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXqgXLgFIPaNZlIiSyFiH9zPFv7pXpUi { top:26.9375rem;left:16.6875rem;width:14.875rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViOHm97dd0zNpmhQxvTTyVoBaRD8NS4J { top:22.4375rem;left:0rem;width:16.0625rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y50Q5S20JPq7375n1N5ThVSV38k5Ef6A { top:26.9375rem;left:0rem;width:14.875rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9XX2ExQBqJvGQMLG2E48P9W2XZcSrpq { top:23.1875rem;left:0rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1bE4DZuJDfim9Skr2iImnVgsnCOwCfE { top:23.125rem;left:16.6875rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaWJGXIMnfkDPEwec4AwT9COyr2P7dRd { top:47.1875rem;left:0rem;width:16.0625rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcReEIq3FmkyByv0R34pLZRiCpH2BazU { top:47.1875rem;left:15.875rem;width:16.0625rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnzQMdpDnXKWighDdTLDCqs0USKaarqv { top:22.4375rem;left:31.6875rem;width:16.0625rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGlwKsVz2pSZ9ituT25yoEKFvpSSnsTn { top:26.9375rem;left:32.875rem;width:14.875rem;height:16.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvTW6BKPz3XCWNNQn0aaks3gK6JTV6cK { top:51.6875rem;left:0rem;width:14.875rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxK17N9N7eWdmxGnM9aRdAsMqT5rczda { top:51.6875rem;left:16.4375rem;width:14.875rem;height:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVEiR6pb5HA1MFgfB2sEWzW4TD7X3xxo { top:23.1875rem;left:32.875rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbqCOrFeI6tP1i2i8Maq1hNzFBKfMNtu { top:47.875rem;left:0rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ih4xpBFOAe8KVwaNtcZ3HQkdrTCTVpxR { top:47.875rem;left:16.5rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuClAVTPKXPaJX8FK1WDVrOwfvBXxwg2 { top:69.9375rem;left:0rem;width:16.0625rem;height:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDU0rgi6UZnR4aHoAPGq8yAPwJp2HDDZ { top:47.1875rem;left:31.6875rem;width:16.0625rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRLqgVIKeXClTzSn7ux6Prs7asqlkrxR { top:51.6875rem;left:32.875rem;width:14.875rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwcl94w7dDzfcsKkCq08z8Wtv0XxauDk { top:47.9375rem;left:32.875rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOMcaWQ1OKoULaPTikt8IIDwhSZmkFqg { top:70.625rem;left:0rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDKPLZ34Uv59KoEfLZKW7rUvGZwIl2WL { top:69.9375rem;left:31.6875rem;width:16.0625rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4bU83OTpGUd9JUlFx47t2A7BHuqPUEy { top:102.8125rem;left:0rem;width:16.0625rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4LTxtJSCxherisym2oT0V9wrXasdueS { top:69.9375rem;left:16.0625rem;width:16.0625rem;height:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ3xlNTXIwVx7XqnGfCSbnPvpUPZfFSc { top:74.4375rem;left:16.6875rem;width:14.875rem;height:15.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZDOGp973HwMaKX4qPL1mgxZmvBG9OHy { top:107.375rem;left:0rem;width:14.875rem;height:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJ8ZT4NEy4O8RO3eHo0xu70B1pzEqDOg { top:74.4375rem;left:32.875rem;width:14.875rem;height:22.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #alU47O7JfeKmFlPymXKtFK24hTg4tJAP { top:70.6875rem;left:16.4375rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PN6STOtVEDy2ruZ8TRFwZrBTSRf7oTOT { top:70.625rem;left:32.875rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t52RkTJIX1xPwMdAMwGWURpqeolyHTJ2 { top:103.5625rem;left:0rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdDRZmtdH5KwLQg9wTr9EAT1FvZFuyqT { top:124.625rem;left:0rem;width:16.0625rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1A3TWAcyzVzhJKoIk6xLrywr3H7641W { top:102.8125rem;left:31.6875rem;width:16.0625rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiPIpld1G31J2fLkzNNqMrnBFA1OqUWu { top:129.125rem;left:0rem;width:14.875rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrdG2nOF5ol5SuxsyvsS8gJypexQLbAp { top:107.3125rem;left:32.875rem;width:14.875rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZcLlliF9l8JHU8wptIQmXitUGmcye8s { top:102.8125rem;left:15.9375rem;width:16.0625rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #duyI1WWksIRh1tyVKWTaZwxNnXooDH2t { top:107.3125rem;left:16.5rem;width:14.875rem;height:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCwTqcBTsEyH3HNRJXTA6TJfQnxeIPlZ { top:103.5rem;left:16.5rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfqzIVvZDsO0RKL0fMnSw2VXU9UQ1Btt { top:103.5rem;left:32.875rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aA76sKVITzFa264xNCK3uUTJJfnX4Q2t { top:125.3125rem;left:0rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV0Unw6Gw5NVc6BE9lztUxtNa56qChqy { top:161.75rem;left:0rem;width:16.0625rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTDGRl2A9JatT4tgoNWhk8k2AwJHimKy { top:143rem;left:31.6875rem;width:16.0625rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXcCAxtFdkC3WSZ6vAwq0eOZsW8mppsI { top:147.5rem;left:32.875rem;width:14.875rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeUc0yDKJx4TSMeB7ILIuzcVGU7MJUhF { top:166.25rem;left:0rem;width:14.875rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #marT7PfeaoLaLFKPgT6IiRvTV88KpAQs { top:124.6875rem;left:16.1875rem;width:16.0625rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lC1mSHe1dCBKUT94k0RvpFzNlq8EQIJz { top:129.1875rem;left:16.8125rem;width:14.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FW0lHi9V77JwK1WeyJpLBgultI1ZOZ4U { top:125.4375rem;left:16.5625rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ou6AcTXo7zLTVrq5wQ8zoBro2BFaupFy { top:143.6875rem;left:32.875rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocAu29zpTmVgAiLn0anXh9IUGcR40g4l { top:162.4375rem;left:0rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGirAm3NJ4qll3Aa4d0qBpfUlr4ivSqQ { top:181rem;left:0rem;width:16.0625rem;height:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcoLyybckbT9eNyAtKcreEeTsXiIzCE1 { top:161.75rem;left:31.6875rem;width:16.0625rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIa3ByDLIaRDqT3ROK4uJa2AJFOk75Xq { top:166.25rem;left:32.875rem;width:14.875rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAECikV8c6dCW6blCXb5NkzF423Wc8nq { top:185.5rem;left:0rem;width:14.875rem;height:25.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTWpw9kPpQm17zpbhiAAc05qaoKbAc6S { top:161.75rem;left:16.125rem;width:16.0625rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGdxw560s7nZIrARzifpAO2yObTFwqVt { top:166.25rem;left:16.75rem;width:14.875rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v38oZuTMq3a3DRyJkafHC0Z8uaHz8dHc { top:162.5rem;left:16.5rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtCSmVAqiMXGqpUH49zRkBRV1Mo7xh6P { top:162.4375rem;left:32.875rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgdvtesmIvNiOyUpdB2JNLXQJfRKvLkB { top:181.6875rem;left:0rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPgPSt2RcscytaApLBvft0OR3JToe05M { top:213.3125rem;left:0rem;width:16.0625rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0IKtGeGHxaTHlO3coXcTr3mvHfllxVK { top:181rem;left:31.6875rem;width:16.0625rem;height:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJLlTmc9bmUR2GCSWr2Fn6KNZbictz2x { top:185.5rem;left:32.875rem;width:14.875rem;height:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT9lwN4utQExc0uSl6B4JBOKTeZ092BN { top:217.8125rem;left:0rem;width:14.875rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqnff590v9F7WOiUDUTByMsv4us935Za { top:181rem;left:16.1875rem;width:16.0625rem;height:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #pv0sTrGgH8hkZNfHKnXfaiBndk2y6ZKx { top:185.5rem;left:16.8125rem;width:14.875rem;height:15.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcJQGFCg0REtFrPhFkShEVpOW41QVHMF { top:181.75rem;left:16.5625rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuEeToNO1V8l81UqekBKJzT4aXyhO4RT { top:181.6875rem;left:32.875rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXN51z4dy4vZOwC5yXFSg2XEsgHSQAv5 { top:214rem;left:0rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQJuEX8WXTuKyE4VFVPQT2M3tK892Mog { top:233.3125rem;left:0rem;width:16.0625rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5Tr6dBFFT2lMTF7bGiFBHf1aAOz404r { top:213.3125rem;left:31.6875rem;width:16.0625rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivWA5q6DARyM035blaROGPJgCqm6TTLy { top:217.8125rem;left:32.875rem;width:14.875rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhgLsHmEW0ZCN3lAJwCEBxxorMw2XZuI { top:237.625rem;left:0rem;width:14.875rem;height:19.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sypeJw1G0J77iyTPhTRzMnSoqh9MKF5F { top:213.3125rem;left:16.3125rem;width:16.0625rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTvxvxnaTisywRKnW7rl8DhmwG9BrFQk { top:217.8125rem;left:16.9375rem;width:14.875rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9akBUmkx4u8A5xfM03p50t6TegxBeg3 { top:214.0625rem;left:16.6875rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiWHxkm8zOCk9qBgqOuonKBPuaBRratI { top:214rem;left:32.875rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J10PreQF9dKrirQwFTeIqOsKwiLqkOLl { top:234rem;left:0rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBO6okSG9qKu2S1kNwDP9QdDWRPDm98A { top:259.5rem;left:0rem;width:16.0625rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TswEV8vhh11EvadoIE9AA9w7dMMRtUzz { top:233.3125rem;left:31.6875rem;width:16.0625rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCDDv4XxC5BkBvv9oqqohAsIDfiuMmTh { top:264rem;left:0rem;width:14.875rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZiJ3pxzQLe6svJdkixI1M2y8knw7gzb { top:233.3125rem;left:16.1875rem;width:16.0625rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGL0VTkhkcLVswPPdZgTlZCyw7hAfcRs { top:237.8125rem;left:16.8125rem;width:14.875rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgtqN6mJ01a9q4rsT2yGC2gGormXVdS3 { top:237.8125rem;left:32.875rem;width:14.875rem;height:12.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #furuOnFisuylx57J9rI2gcLrl26sOkck { top:234.0625rem;left:16.5625rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT2XIyiZuRQOx3nTtGuIs6r53VvkyTnU { top:234rem;left:32.875rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWg4TnBENUTnTX00W8xXpBtqEhn7bvsz { top:260.1875rem;left:0rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnx970k6VMLt8J5ClCf1nxSz8Cy1lKGR { top:276.9375rem;left:0rem;width:16.0625rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFHNPgCKVT6CbNMQc0X6TLmNb3DTaGx1 { top:259.5rem;left:31.6875rem;width:16.0625rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2EutX3FRkRm4NPnXi8mJfuD1HZITmg1 { top:264rem;left:32.875rem;width:14.875rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgL4BQfG5oJxWz2e9tVZ0PvIhDUB1p2E { top:259.5rem;left:16.1875rem;width:16.0625rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqeBVaNTgq6C7WBNSqDib3pfwkI8S8qy { top:264rem;left:16.8125rem;width:14.875rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oh6rT7xupb8fS4dIlSxndKi7o9T42G76 { top:281.4375rem;left:0rem;width:14.875rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGkoDnOEMeh53wOiDHecsuVcZoWVFTum { top:260.25rem;left:16.5625rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQ6FcfSg2vXhKkOGz83WOmWcHIQ4zcH6 { top:260.1875rem;left:32.875rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARJgIy3t2v2wTNQmZrrSKKsTAsllMG73 { top:277.625rem;left:0rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xidKAXxudR0UkrwPb1CuIFrPxBBqL1gA { top:276.9375rem;left:31.6875rem;width:16.0625rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLrUOQo7G3z7FLp6QS8k9byUZcNoCCmW { top:299.6875rem;left:0rem;width:16.0625rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUUFgHhBrrQIQMSSmpI42LCMbWQhKAZp { top:281.4375rem;left:32.875rem;width:14.875rem;height:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E85hpltRUvJPQso8gMNHID3miMV40heU { top:304.3125rem;left:0rem;width:14.875rem;height:19.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLUesWMJHxTmEm6kt98sbDM0ZSwTbVKE { top:276.9375rem;left:16.125rem;width:16.0625rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U07G96e6qDoD7Gu3fZiAUa2NUw7UV0qo { top:281.4375rem;left:16.75rem;width:14.875rem;height:15.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9kH97QPEQpIcKX7T4JTca7uT0KKzaQL { top:277.6875rem;left:16.5rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUfu6ERt6GzWlt2vEU3xTtqTRF6n8pd2 { top:277.625rem;left:32.875rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXoTcBmXLTn4VbnMCF8zWSv7u0m3lU7v { top:300.5rem;left:0rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNFEAsyx0skInyG3CMWapO44JfhmBOfb { top:299.8125rem;left:16.1875rem;width:16.0625rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #POoS97M9CmGX6rPPIueb7sIutIosZ4pu { top:299.6875rem;left:31.6875rem;width:16.0625rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TThGh37LtKeKwutPWdOkdHe908TxVetq { top:326.3125rem;left:0rem;width:16.0625rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwHUaCvC9QGi8uqlQb6Rw3llNLAW8Lco { top:304.1875rem;left:32.875rem;width:14.875rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBv3TyF8Hdg08G7uI7wO7e04feKP7AQh { top:330.8125rem;left:0rem;width:14.875rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7ktq9Rizdvtup1c5OubT1c9G3OEdsHy { top:304.3125rem;left:16.8125rem;width:14.875rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L28XNEsxTEddzNxVOrawePcGvszozLvJ { top:300.5625rem;left:16.5625rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8QIh3Ne1IReEngJKBAow4b7FhoNq527 { top:300.375rem;left:32.875rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBoWZkoCoTU24l7fGwTqR014EzDIdGWp { top:327rem;left:0rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUa5NHKKZn0NGOKxEf26X6PPy08lIUU3 { top:343.375rem;left:0rem;width:16.0625rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPua4XkOcE9uaAOVZHU8v9M494UTVtc2 { top:326.25rem;left:31.6875rem;width:16.0625rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXmCE9px0SWIvdJTctVyMBMsqvqy0trg { top:332.0625rem;left:32.875rem;width:14.875rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUE7rirACVo9GST1RhLk42h6JgvpxNGg { top:348.5625rem;left:0rem;width:14.875rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKnyFKr9weSHeZ1G0msFtHPU3Z8tbpKK { top:326.25rem;left:16.3125rem;width:16.0625rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDQyRRNZbmophrysOJXVP2U9fuSAVXWd { top:330.75rem;left:16.9375rem;width:14.875rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #so2RHIXBJikNiwkvgIPKyCAaF68TKPoH { top:327rem;left:16.6875rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9Pop2stUz3Bq3QwLZJoPq6rT55bvwfQ { top:326.9375rem;left:32.875rem;width:14.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXP6QpITb38blc5UVmyoeMEaTnD4zmmI { top:344.0625rem;left:0rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G81PD0Gyg4ZouBP5Tt5sFo5cu6Uw2eIe { top:361.5625rem;left:0rem;width:16.0625rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Do1VnUugHHA0URvHhJ0KTNXJ5TgNDgX7 { top:343.375rem;left:31.6875rem;width:16.0625rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcGcViW1KB6IH09JJbFvaJmFtc3xrTb8 { top:366.0625rem;left:0rem;width:14.875rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTN5bOl10FKPUXnniCurHSKfRRWCytyX { top:347.875rem;left:32.875rem;width:14.875rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2CSiBbHvZ0FsiTvfnyGaXUu1px2RJvU { top:343.3125rem;left:16.3125rem;width:16.0625rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRH90hxzDcC1235H20br11JIShrxKCIe { top:347.8125rem;left:16.9375rem;width:14.875rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybK6rmoLMT4qzCQr03kBZainocfSfGKR { top:344.0625rem;left:32.875rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #whto18LSea17VFFbbDevaKMBwHgykuwx { top:344.0625rem;left:16.6875rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVO8rEclGAIIfPQhUDhcXBIbmHag08T6 { top:362.25rem;left:0rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c47GwTlSDtQlKINF1wROZgDDDJT593gl { top:380.4375rem;left:0rem;width:16.0625rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mirWiN7iR3nTPGdOKhV2TZcLgsz5sNb9 { top:361.5625rem;left:31.6875rem;width:16.0625rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gE6fQnCNfp4qgp5t4sUrJeRe0zgvoDCF { top:367rem;left:32.875rem;width:14.875rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKXUv0pWwgXWZnq1fcrf9JzgG1K0iFte { top:384.9375rem;left:0rem;width:14.875rem;height:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRo6810WhTqS0eqkMDKOXVzf1W1CwiwU { top:361.5625rem;left:16.3125rem;width:16.0625rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vigsX23W0CXyG0coR3uKczQTXkJSS2eP { top:366.0625rem;left:16.9375rem;width:14.875rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTo3sBiZ9WmkO5sGkrlQkzgaTmt4Q90Q { top:362.25rem;left:32.875rem;width:14.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCJLm09ttmWhhroovhnASNQZTJpxIWvn { top:362.3125rem;left:16.6875rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzfqwTbJIKs1CJqf60BfHHWyM45z8wsT { top:381.125rem;left:0rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3h6TvaXJ7UmNWH26IQCqGDlmQeMxdQO { top:401.8125rem;left:16.3125rem;width:16.0625rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVn9VGkoTPTSbGTSUyGQC7tJISApQTUu { top:401.8125rem;left:0rem;width:16.0625rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzaxfLi0DzIblW52pHRiRAmy5T06S3t6 { top:406.3125rem;left:16.875rem;width:14.875rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9qV9tOdRFPsOkh9pnXTPzR8KU0TJ9ys { top:406.25rem;left:0rem;width:14.875rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfiAwXowVuG6LKFlLWyDrk1MwQ2xoEn9 { top:380.4375rem;left:31.6875rem;width:16.0625rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4npgzoMlw0e56OP6pMOGDPGvpb30tWT { top:384.9375rem;left:32.875rem;width:14.875rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o33In3PfC7kfOicsdcKSQyR9oxVGfsBE { top:381.1875rem;left:32.875rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrw5cmk04PZVgTSV4uvPAkPR4F4qAAbP { top:402.5rem;left:0rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #irNnPwDq1pF8mO2U7FLA7Z7hNkLskrts { top:402.5rem;left:16.9375rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R434VWoxp9KNRIxv8UmmnTTiHp4mTtX8 { top:419.25rem;left:16.4375rem;width:16.0625rem;height:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nbtbtm4CVrwsciEO4aXI964Qvsr57E8a { top:419.1875rem;left:0rem;width:16.0625rem;height:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A83T8DrnvmxHGulTVC3ODvT1MoDTrmX9 { top:423.75rem;left:17rem;width:14.875rem;height:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZA6oNvengxF9If6CkZLbLcMkZU5EdDHa { top:423.6875rem;left:0rem;width:14.875rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIGfEqCw902itdHTQy8WQh7O3l4JEhwK { top:401.8125rem;left:31.6875rem;width:16.0625rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qS6uvNb0bloqaXcu0oKCL4EH94mROoob { top:406.3125rem;left:32.875rem;width:14.875rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbPrk140OXCqoVtFcvPATU4TRsIslhBK { top:402.5625rem;left:32.875rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9Nhm5MXNGXhZquD4BvnI7PF7OM4DOmm { top:419.875rem;left:0rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2R6scu8BiOJud7yT9D7lH5xrK4gZ3ql { top:419.9375rem;left:17.0625rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6qGKLTvb529b2QZG5k3kiGTiXBBUdG0 { top:456.9375rem;left:6.3125rem;width:16.0625rem;height:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yu54sfeOTal24My4KdcEtgX8u7fxQzv3 { top:419.25rem;left:31.6875rem;width:16.0625rem;height:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vn98v7sPUsZPrWUmR696wpk0cBlRVgRJ { top:461.4375rem;left:6.8750009536744rem;width:14.875rem;height:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #efMnnQzq1eadJXZDff3N5CIp5Abb7nyg { top:423.75rem;left:32.875rem;width:14.875rem;height:29.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsWnWFNbLqQBCIgSqvoT2Hng8UI2NIn1 { top:419.9375rem;left:32.875rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2pb8FurGTJDSnrOkVRZWnNpsIWi9m2w { top:458.1875rem;left:26.0625rem;width:14.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9GrEyIOlHP6qSGlchwBfeT09kuQBd5d { top:456.75rem;left:25.4375rem;width:16.0625rem;height:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkUAe7MvtycFA2O534qycNAEKUQWXBZi { top:461.25rem;left:25.8125rem;width:14.875rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgSKfa7ABSpS7x7VW392cx9rKPA85Qmy { top:457.5625rem;left:6.875rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShvmOoVa8a7xQUePqpoGKTKkp0bVSu44 { top:74.4375rem;left:0rem;width:14.875rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgQZ0lSmyvfImq8L0DLXGPoEPdqkhrqC { top:143rem;left:15.875rem;width:16.0625rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Paxzqs5ndTuhMbRgiVkLutyuWQwMGvaZ { top:147.5rem;left:16.5rem;width:14.875rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2TfFTfCSdHK4m5sgPvnak6HuET4GQM2 { top:143.75rem;left:16.25rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eq2i38RL8FcvywQyz1FbXhgVV8xO9EHD { top:124.625rem;left:31.6875rem;width:16.0625rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLNQMT7nfw7fFXbEm5TWOVGSbn1A0KwG { top:125.375rem;left:32.875rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1kVHS85wUqA2hNmX1A7t8F7xQhTRivJ { top:129.125rem;left:32.875rem;width:14.875rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrHELT7t3ZukKAgGgMzqzVlqVlkvZTc7 { top:143rem;left:0rem;width:16.0625rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4MaRTqs95Ju7kXxPqgs64lBpyqryVvQ { top:147.5rem;left:0rem;width:14.875rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yD1Q6xltwAJArcV0n9F0lVPSDd1pATvb { top:143.75rem;left:0rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuJVuTEbTaENckGq6zfpiU6EqNzw8X6C { top:380.4375rem;left:16.3125rem;width:16.0625rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mn3LvMairblxc2lslivbXJL92N06n93O { top:384.9375rem;left:16.875rem;width:14.875rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJiXMohXViEZfuof0200TACodc1b8R78 { top:381.125rem;left:16.9375rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBnMxm2mJp1nWkEfOoTvMDP3snSeF37y { display:block; }#FBnMxm2mJp1nWkEfOoTvMDP3snSeF37y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fZ5Ney7i2MsNpcn5Hp2Glfam1TGe73ET { top:1.375rem;left:0rem;width:40.6875rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4L3sOE9PRkbCphhn9NCInrzd4UbDqFC { top:6.4375rem;left:0rem;width:8.1875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nq4d7IALmWgzWn1GvhrrZIPSn59RMrOE { top:8.8125rem;left:0rem;width:47.75rem;height:24.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFe0FByeOsb3pTvCeuAlMWWI8MxfzFV5 { display:block; }#IFe0FByeOsb3pTvCeuAlMWWI8MxfzFV5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ { display:flex;height:auto;width:45.25rem;top:7.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #BwDQAe8ws4O2Wz3LFFc7B3K0pPPbvigp {  }
 }@media only screen and (max-width: 763px) { #zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #wQtsJgF2fC4Im3q5bpPvJVfi1KThTIdC {  }
 }@media only screen and (max-width: 763px) { #zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #eZEvMG6XR87fUoMxITTSHpGCQX82QpEy {  }
 }@media only screen and (max-width: 763px) { #zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #fJlwVcwoq6aOZqDg0NC3N4Nb8fZXVsaC {  }
 }@media only screen and (max-width: 763px) { #zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #e77FLge24NE2HAP09Rn1dXQgpiUiw2vp {  }
 }@media only screen and (max-width: 763px) { #zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #fMPvaWa0c6LLRDUnA0OVE2OeB2mPSNQm {  }
 }@media only screen and (max-width: 763px) { #zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #BLGsKDKgxRwWSIXmyC5cKVpovUoWWMnH {  }
 }@media only screen and (max-width: 763px) { #zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #JJUgzlNkAezR7p3woZenFbLdmLwiUc77 {  }
 }@media only screen and (max-width: 763px) { #zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #S93pS2TLrmmEQu0TnetdzZ8RTPK4ZJxq {  }
 }@media only screen and (max-width: 763px) { #zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #IGeX55h8OzcpLaGv46fdN80Xzv3FGxHu {  }
 }@media only screen and (max-width: 763px) { #zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #mZL8DmLMNxcEzeiz168yFVdUkJLtMJ9T {  }
 }@media only screen and (max-width: 763px) { #zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #Bc3CZ2MdEdEZTnQKm00UVTszIn6owBS6 {  }
 }@media only screen and (max-width: 763px) { #zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #nAVTdiOS5FeawvTKTkzm4MFSR1mH899G {  }
 }@media only screen and (max-width: 763px) { #zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #KbfcTTD4NHHU8Ns2NbUyEec3yhgmeDON {  }
 }@media only screen and (max-width: 763px) { #zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #uLSTPE6iGTWw7JUQa4P72yRG5h8NUeZH {  }
 }@media only screen and (max-width: 763px) { #zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #IBIaSGcx4oBh3kOVUXqh8OHgUteebXDu {  }
 }@media only screen and (max-width: 763px) { #zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #XSvFIIV41glVTtOwVRi1Fo6APfx2fs9u {  }
 }@media only screen and (max-width: 763px) { #zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #iFdGgHTsKgXiQL6s000eFr9yy7W9DTdq {  }
 }@media only screen and (max-width: 763px) { #zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #mFNlXyuJ87i50ag8A7IIbuKSinNhqtxg {  }
 }@media only screen and (max-width: 763px) { #zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #egO0g5GhSaibDX9yuW9nsh0zAS8tturP {  }
 }@media only screen and (max-width: 763px) { #zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #TPNPJydny2iuxxsXTi81RA4uVoDsgZHl {  }
 }@media only screen and (max-width: 763px) { #zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #TSzlVfzTsFTSdJt1nZeNJnV09edcxhnv {  }
 }@media only screen and (max-width: 763px) { #zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #sHCghUzkA51ceEy6f81J5kgAPVzVTTP1 {  }
 }@media only screen and (max-width: 763px) { #zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #d0RkrlOkSRX3wQwAtRMm9VssnrAoTDJd {  }
 }@media only screen and (max-width: 763px) { #zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #bqcEpObJgmRgbgyRiSiMmmUbUQTkbbXP {  }
 }@media only screen and (max-width: 763px) { #zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #ZwtC1uPqcqFpMoz6ohFZOrmBXQ1nJ4eu {  }
 }@media only screen and (max-width: 763px) { #zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #K621d9X9BmgccMmmSqAJ650nuvVumGtd {  }
 }@media only screen and (max-width: 763px) { #zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #ZBMlOLGeVAmZKSBVnpbz51V6AmTB3WX3 {  }
 }@media only screen and (max-width: 763px) { #zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #O8AttliBQAcKG7el8l1JHNFKPmbWykrr {  }
 }@media only screen and (max-width: 763px) { #zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #vaN1VIqugStJzIV70Fao255AB5NICOCb {  }
 }@media only screen and (max-width: 763px) { #m7e1XFoGwfJXzw06nnBygbWnzduVW0fT { display:block; }#m7e1XFoGwfJXzw06nnBygbWnzduVW0fT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u51vGlGBgXrXqBFXTidQgQ4Nfs4CBFSv { top:0.875rem;left:0rem;width:40.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5i7L8eQhdhTN4LItJIEQpRdHLkNeLQL { top:5.9375rem;left:0rem;width:8.1875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPErUGoIxQNO03pJvbBmZL86GoOCTV2m { top:7.375rem;left:0rem;width:47.75rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKT2oPvG4hqasRgsZsOTpGaROnXux03S { width:21.875rem;height:3.0625rem;top:18rem;left:11.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHzonNmTm67TLRaUF8V8OEtMu6Cb5ecS { display:block; }
 }@media only screen and (max-width: 763px) { #yI5h11bwdB6AxaXd2B0q5wRz0rTTrHoM { display:block; }#yI5h11bwdB6AxaXd2B0q5wRz0rTTrHoM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JI6nForaO4mJ9WgeRNOMcMO7brNPFeKG { top:1.6875rem;left:0rem;width:16.0625rem;height:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXBgHZJdlG8PGfXCHkvmzQeaO6VlbC9D { top:6.1875rem;left:0rem;width:14.875rem;height:23.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNCKIc37S8H3JnwP4fnUnvwIs3AInZeu { top:2.3125rem;left:0rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDk4OLkCgViCzTdPU9wBQqVwcJmuXnsg { top:1.6875rem;left:15.875rem;width:16.0625rem;height:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ao51tF3SoseSV1vgg8pn2gyQuHTxzNms { top:6.1875rem;left:16.4375rem;width:14.875rem;height:16.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cS2ikRgJMevawA6qBPGJofRrOKECFP8z { top:2.3125rem;left:16.4375rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5IBlQewfDRvUITiH71ZrPDEAMHG8EoN { top:1.6875rem;left:31.6875rem;width:16.0625rem;height:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3WdabsQF0CVrTffF0GOO0EaaLva6TuP { top:6.1875rem;left:32.875rem;width:14.875rem;height:18.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6ssQmm3vCNgs9nOuo21b7TnyhqaRx87 { top:2.3125rem;left:32.875rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcKc2yNv7yMEyTUHO3LshTNCQFDIv7GX { top:35.4375rem;left:0rem;width:16.0625rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tebny6VHZVVsw3TFVnvmMWC3JgK2Tpt8 { top:39.9375rem;left:0rem;width:14.875rem;height:16.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oz1EAf1G6CFTsyoSM00hL7hOc9A2BM8i { top:36.0625rem;left:0rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mfp1QHzcyBoF1XmwVa28oILmH8MGZsfZ { top:35.4375rem;left:15.875rem;width:16.0625rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWml0XGgMDK4zl1GbBvfUqvGicEwb7hm { top:39.9375rem;left:16.4375rem;width:14.875rem;height:20.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mc3oRlKVsOqM17kg11yVR0prUAuH8RJ0 { top:36.0625rem;left:16.4375rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZJK3BiXhnuLlC5Im7VtrusbNxIImgD8 { top:35.4375rem;left:31.6875rem;width:16.0625rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9SSdRQeSG650oKz7ZwNmUkBM70e1Vvo { top:39.9375rem;left:32.875rem;width:14.875rem;height:20.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzTpzfD7PgdrViEUWmWUBm08PEwD5a5L { top:36.0625rem;left:32.875rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9nuGFxe4Qx2HQ8tSabQFhD3HElhBSxr { top:63.8125rem;left:0rem;width:16.0625rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTfxKEIDx4yed7rGdhehF2KaQEQTAzU6 { top:68.3125rem;left:0rem;width:14.875rem;height:18.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZqtv0JkFLf9llbxKZPoZOrzMkgD5ZNm { top:64.4375rem;left:0rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C624eUF2mRATWQykxcyGHJU5OuIN07kg { top:63.8125rem;left:15.875rem;width:16.0625rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wxyg6tMbPrlJxxdPHKe7zowgSLSJlJl9 { top:68.3125rem;left:16.4375rem;width:14.875rem;height:16.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4zNW8U4nX9sZukMmtWpSy8SbRmEwpge { top:64.4375rem;left:16.4375rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGvy8Tya5tWaRg7C3ESB8VM9U9qvBg1u { top:63.8125rem;left:31.6875rem;width:16.0625rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #itXNC1dMZlGI3UVchwwrF6lrXvMiwdMf { top:68.1875rem;left:32.625rem;width:15.125rem;height:22.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2v8LShdLyhKnnNhncJydH6gPV6lh7nm { top:64.4375rem;left:32.875rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwG4ODzAILV8dxAWTxgdDG9TNNFATGv5 { top:92rem;left:0rem;width:16.0625rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEiiiia7r1FMkIJp11JK0nqtav0NV2gX { top:96.5rem;left:0rem;width:14.875rem;height:19.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PelsggLfDl7mESBZhm6br1pZuhHSLT4C { top:92.625rem;left:0rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fApp19L5Mu6Ov7fy8e2OQf3TF2gADOPF { top:92rem;left:15.875rem;width:16.0625rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwHZGnHi6234Bhf9Mp88UVkFQZeeehk1 { top:96.5rem;left:16.4375rem;width:14.875rem;height:20.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuW5BdktTPLumlgE2lvDy44xJ39iJtD7 { top:92.625rem;left:16.4375rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3rtlSkNy61loTZX30TTST6agttiGr1m { top:92rem;left:31.6875rem;width:16.0625rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUcbQEsQaESWz1Oa3XRKNcebgefBRXes { top:96.5rem;left:32.875rem;width:14.875rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FP3FDJU7qELDp9adwDTi2FWJTScTTkqn { top:92.625rem;left:32.875rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EM4cnVZN5QWC2H8zyDp5O0ESAsv5vrZx { top:120rem;left:0rem;width:16.0625rem;height:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rigtZcppRJdDqdenp0X1SCLsxXskhtzb { top:124.5rem;left:0rem;width:14.875rem;height:15.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lx3x3yLTGTVeSWGQIFobNd4frTZAZDTD { top:120.625rem;left:0rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ghm33OoHe8lnM60ndZsp9HsLiTcUGAGq { top:120rem;left:15.875rem;width:16.0625rem;height:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #krZ8WpthpBAf7PCZn37XFFagnl7b7Dpt { top:124.5rem;left:16.4375rem;width:14.875rem;height:32.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQigIFJ7V4311TnCVGPplTpHaXxf3TVA { top:120.625rem;left:16.4375rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6KJ3JbISxMTgXnT7uNaxmTmEdwQfCsl { top:120rem;left:31.6875rem;width:16.0625rem;height:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJwctNARFnHLymFAQgSaWdeo2LTHwCkn { top:124.5rem;left:32.875rem;width:14.875rem;height:20.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfKIZ2vChzTwXtt1G67K9zbWtEWhox5p { top:120.625rem;left:32.875rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdk8moFwdpnCH5BAqf5dCTCPtHId2WPn { top:159.5rem;left:0rem;width:16.0625rem;height:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLBvDwtr8sdUhJRnQEJ0fLDI5dlTFl0F { top:164rem;left:0rem;width:15.25rem;height:19.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFpMFqLLrBJ1hIqlzsAS1lD0bWfMpK2u { top:160.125rem;left:0rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpmUXStIOPkDFc2VyV3ie0cy45fUA1vF { top:159.5625rem;left:15.875rem;width:16.0625rem;height:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PL0EBXETkD6i7A9UNGprTsQmiyrCKSsz { top:164.0625rem;left:16.4375rem;width:15.25rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nP0UcakISU7mDF66urLVTg8eHOp5TnzZ { top:160.1875rem;left:16.4375rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfeSACmmTi8mFXG3kFQgbotoLvqZ40Nh { top:159.5rem;left:31.6875rem;width:16.0625rem;height:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoo7wtiG1NZ567wigrSsXFcCPmONsxw8 { top:164rem;left:32.5rem;width:15.25rem;height:23.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9JxTaft6MttKHPir36Bv47zL65PWFG4 { top:160.125rem;left:32.875rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVGq592yMTrmzoXuTkssTWgFoMpWb2Ix { top:193.4375rem;left:0rem;width:16.0625rem;height:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpny3QuJHZiNTHMK1I8JPB5mmk85PmDD { top:197.9375rem;left:0rem;width:15.25rem;height:27.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQHgzWE6ny6FqbzxXph6t1D5E3NfxD3y { top:194.0625rem;left:0rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMg51QsUu7rMKVzVsSyHHIhoAF8oktfd { top:193.4375rem;left:15.875rem;width:16.0625rem;height:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSdkx4sJDfue5MWxVFBBe3rmk6fecskQ { top:197.9375rem;left:16.4375rem;width:15.25rem;height:24.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeVd9ElFPnN1HGllus3K0JZqRDoO01ra { top:194.0625rem;left:16.4375rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETuxUlBxyUA9vcD7abmrSDlAKgEmNeFQ { top:193.4375rem;left:31.6875rem;width:16.0625rem;height:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdA5KbAIBoFcodn9wS7ycUK0xgM2oSQH { top:197.9375rem;left:32.5rem;width:15.25rem;height:16.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2lmNSp1dJgHkHOh9k5AVBpzRridGZbt { top:194.0625rem;left:32.875rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUEXlm73XedZwd5RuaTqPmDMPXTOslfD { top:228.5rem;left:0rem;width:16.0625rem;height:38.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTIMNbyV15KJbEPadH8II5h7HDb9RN2N { top:233rem;left:0rem;width:15.25rem;height:31.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9Mem7G36rPLfEWPs362R0H6C4SsaHrI { top:229.125rem;left:0rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #baIPK1Kte3a9SLdDRkTRQGnoZReSQnTo { top:228.5rem;left:16.0625rem;width:16.0625rem;height:38.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDwt32Ay21S4GuJF44qJ1UTleT20CDed { top:233rem;left:16.625rem;width:15.25rem;height:29.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdNlAZduJ6HmHEgIGU4KfZNIJNLkttMQ { top:229.125rem;left:16.625rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKbBrpm7xiaWyBesa9JNXXKbWT5Cir34 { top:228.4375rem;left:31.6875rem;width:16.0625rem;height:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HivKIfXPVnVu1BEo8e8arcw58E7TdMSE { top:233rem;left:32.5rem;width:15.25rem;height:25.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7nJIE7QACC7EEy3KzzalrlTcKct0GkC { top:229.0625rem;left:32.875rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuQUlnqwNHfA6u4UW4xzPw1SeTpTtHN7 { display:block; }#BuQUlnqwNHfA6u4UW4xzPw1SeTpTtHN7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WKM4aIvFTvtVM9Ipf7Gi7mHSDm7gmuc1 { top:1.9375rem;left:0.28125rem;width:47.1875rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Teosx19M4E6n5L7Thiike4cp1A6bJfrl { top:4.625rem;left:0rem;width:47.75rem;height:18.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn1NsBMLFafMSQMk3JcxlqtEAZngUdeM { display:block; }#Tn1NsBMLFafMSQMk3JcxlqtEAZngUdeM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JydMXBbBcd2EACIqIscVkzasUr1E4tVM { width:17.4375rem;height:3.375rem;top:11.625rem;left:14.3330078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlT86ddz8biWrdkTvl1iQdQ9iX3Em97f { display:block; }
 }@media only screen and (max-width: 763px) { #tTu83ozQ2SHPsSWOOnQ3ZltwAICFxJMi { top:1.9375rem;left:0.28125rem;width:47.1875rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzxV8xtGOsBqD2n0W4L1f7dhGKqMTUFf { top:5.8125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOyVtHDXXuc5TrdHxe98r3fcs3PoLWI1 { display:none; }#QOyVtHDXXuc5TrdHxe98r3fcs3PoLWI1 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EgM9PwraRTQDT710pA9K2OTdaOqQtIgC { top:13.875rem;left:14.9375rem;width:17.875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD7ykFRutepwmaVrIe2lXyyoHRGAgc87 { top:13.8125rem;left:0rem;width:17.5625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNGhnHzOwsn8hre3O5PFGWbsSJpaVq6P { top:1.125rem;left:18.125rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXUh51fZqiWekcLfBsBhCF8SAkaBDp8s { top:1.3125rem;left:0rem;width:11rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJCeXTwv4tBLk15fsH2iBGSS7KGZ1pW0 { top:4.625rem;left:1.125rem;width:3.0625rem;height:3.0625rem;display:block; }
#qJCeXTwv4tBLk15fsH2iBGSS7KGZ1pW0 > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; } }@media only screen and (max-width: 763px) { #SV7xhNGlKBqIo476avqTCqIPIWyzk6zm { top:5.3125rem;left:22.1875rem;width:3.0625rem;height:3.0625rem;display:block; }
#SV7xhNGlKBqIo476avqTCqIPIWyzk6zm > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; } }@media only screen and (max-width: 763px) { #HXhXVBTNfmehHdkCW00M908Glvlu6tOm { top:13.9375rem;left:28.9375rem;width:18.8125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohpX843KNryeVAT0Tf4DVhFxCw6haJS5 { top:1rem;left:36.0625rem;width:11.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIiqzN6wffb0TyAaE3XTxniM6G2QZo6i { top:5.5rem;left:43.6875rem;width:3.125rem;height:3.125rem;display:block; }
#KIiqzN6wffb0TyAaE3XTxniM6G2QZo6i > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #aTKLARwfVxEQDFLt52MzQf8bKgSVyKOi { display:block; }#aTKLARwfVxEQDFLt52MzQf8bKgSVyKOi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iJRWaZftxqdHW1iBEtUd15EXkZghvEDL { top:1.9375rem;left:0rem;width:16.125rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4rHOgHZKUG9uVI6QBQS9Nh134qcwX3w { top:5.0625rem;left:0rem;width:7.5rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #R3CXJ4NUsVMFTewISNQCSzB2WLQVawrI { display:block; }#R3CXJ4NUsVMFTewISNQCSzB2WLQVawrI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 { display:flex;height:auto;width:27.75rem;top:5.875rem;left:5.3125rem; }
#WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #LCiWGVhoIHIJQflQZrkePmNhHmPupFTb {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #cGRAzuODoq7X2qMlU1MeabZacFS5Tw5v {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #WEVlwztUrZHrS9TfiLLarbvc6JSTCTEK {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #idn5S0DX0mLDy3cQ8reN1pPkN0NVPGF4 {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #R7yd94TJf3ERZt7iV29thH0K876dkbmd {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #rP5qDMQtzimpV1aFpfembao8JDv2w1WM {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #pBZ2F0MZufBQAn4KE59fhgiPmzRsDtDw {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #MIsrknQ1TRyxuH1wRJ4khNBT1emafe4i {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #haJB1IQqi2CPThIVSoVyERGDRpi6yIIg {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #KFFKg27QmGbcOuUvPQJLV3QRrJRX4vJo {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #QHE1yRyiRZ546lea7naGUAhLHC0MEUt7 {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #BEVJTLHIE3mPbW5xDPm7kVWZG5TOaZml {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #WLI4TzyFCors5kd4z6cStHisAh56nQ54 {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #dIqqwQsKJ6spMmp332oucVVfkn3pKmse {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #K7ItxZGf0Jq2hwvwZmJWPnU5NZtgRShy {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #IBrUksQGkEvq9r61FJ3BD09faKWHaA67 {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #y0Fl9gw42WEfZFsXktqrlTNVLGqAe6Ky {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #TctXMlInMAsgxDBcyt1W9xdQeA2aGnw3 {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #T0WXLSh7lSQ777oTJkPWUvu4byoRebyT {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #woTCZ0adkDfLSpfh3m3JDWfBt9ZniVnl {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #O2evPrrPcSsqFxZ3TyxktgnyV6nvZ5Vr {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #c0SuadzXzMkl3vCai5TMVz88tMtqlzN5 {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #topslRSXUWSQRx3o2bF8lSq7e3yvwVrw {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #TgTRgZ6HpM8CzvslwkiBf5IWDR0ZuZQh {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #utdJNBywpQMJtPrc7gXcC4tcs5D9r3n7 {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #XCclhxU3GZx5GCUpSeyTJOBxeLLwhDTl {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #KT9lZN0isAfk5ASkv4gHD0n3G1Xkgnrh {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #ilTmhiMXN9Otg8sgGsqWNK3uAJvcftMn {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #cAB8miUbqhqqCh95qKf664alEE717vxg {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #VFdWyDDVNd6yTrKnsBmp6Tt2MyOVcUON {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #MupcevFTJWMSkWspgosh8zpJU6Ws9oe2 {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #nPOXtHvwG8TQAXv44NidayxGqfFnn4dE {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #ATq13elLJbUDrNPMLbarPLJKFZtfcx6T {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #RdCcZQRv4CufRWw8MFD4oimM8uI8lgID {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #dl1IABnzPWWzoSw1HeHMLnAmmzTpaXJ1 {  }
 }@media only screen and (max-width: 763px) { #yBpTM6EgZTAIotvzzOKKp7KrTvtcbV6d { display:block; }#yBpTM6EgZTAIotvzzOKKp7KrTvtcbV6d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fpTNwQRbc2n3wtbEv1i5ll1IRIR2Maeu { top:2.0625rem;left:18.809898376465rem;width:12.5625rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqHun6psnocpNM1v51Phbazoh3KLWgNQ { display:block; }#FqHun6psnocpNM1v51Phbazoh3KLWgNQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yiy0kMUrmwmQTTTme7p5xFsbOxDRAbaK { top:0rem;left:0rem;width:18.9375rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O79alpFvmZhZaxQwrUbr7gvaxrAK0fmT { top:1.0625rem;left:0rem;width:16.5625rem;height:8.1564671117931rem;display:block; }
 }@media only screen and (max-width: 763px) { #unLiowQlyka4JlzOigM546b9r9Q0IhNP { top:10.125rem;left:0rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1r1GqT50XnvhgyGdO3fiqNStzfI430Z { top:12rem;left:0rem;width:18.125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #s4h10GIy9GXG4Th9Bnpiuu6JSzUbWZTG { top:12.5625rem;left:0rem;width:17.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUXiNWqNpmJ6dAbECxmpxPZPoC31akf4 { top:0rem;left:0rem;width:47.75rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJVzdogcrT45tENShdMdfdgQ2Qt6nTqU { top:15.1875rem;left:0rem;width:17.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJAWWpVsDHH2nn5AZQbmCaFuwt5TuZsE { display:block; }#lJAWWpVsDHH2nn5AZQbmCaFuwt5TuZsE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WkE24o86PbTXlLEqgfg9tiBTPE60hr3F { top:14rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #DyAbC3puJqw2hZ3EtA6ri8wiCluDuAS9 { top:17.25rem;left:15.624134063721rem;width:17.6875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVyi0yDvsf8t8sl3Ffx5WW89v9OawywC { top:4.125rem;left:27.9375rem;width:19.8125rem;height:9.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbScx21nz0nsW5Bhk9nxBTfBNK3orGxe { top:11.5625rem;left:18.624351501465rem;width:1.5625rem;height:1.5625rem;display:block; }
#EbScx21nz0nsW5Bhk9nxBTfBNK3orGxe > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #GvUTJkSZal1sIVZJ8UFGH05vf51IVThz { top:10.5625rem;left:18.625rem;width:11.75rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdX2fl6iFZcIJrJHwTWtAJ73LngduRse { top:5.1875rem;left:0rem;width:19.8125rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT1kAByWrPWhOUG5RbAsBLrmN0AZ6NNr { top:7.1875rem;left:18.125rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nU1Gr309yOEZH7BZ4EDyBpGnQHiRyORr { top:7.625rem;left:20.375rem;width:13.5625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRB6zFiQNQI4qZVZ5HyNtVG2ItOba9zU { top:4.75rem;left:18rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiuPGSq1iOZuX4EvsD6d2RRi5o3rL4qh { top:5.125rem;left:20.3125rem;width:13.5625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuagLymwsRQhCwrneCm0s8QacvPCasiR { top:2.875rem;left:0rem;width:23.1875rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcsFuQMgtrJ373Du06uQQGq1bI7NTG3W { top:2.4375rem;left:18.625rem;width:11.75rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLPc8QZT0ZhTSpoHA52HmO8dCvsN318P { top:2.4375rem;left:34.0625rem;width:11.75rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima { position:relative;z-index:auto;display:block; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HBnG3ZFsZK97FLG7RNXgBREv2TuGIXNL { width:17.625rem;height:2.1875rem;top:7.849609375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVzb7mvRAhWVpNkCBtwgbrffegVe43eo { display:block; }
 }@media only screen and (max-width: 763px) { #cQ0QKyHGx58RX9AF4TtMvUtlHFA7lIDt { width:4.499025rem;height:2.1875rem;top:2.390625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKZyDymUUd8qcfpua0s3J79J3xrg3enB { display:block; }
 }@media only screen and (max-width: 763px) { #BnhFM5zaE2mKZe3KDKOP8XRluTTApJUo { width:8.4375rem;height:2.1875rem;top:10.599609375rem;left:5.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5mtQ3cNimdoeiV2KFb5S54oTH8CA1pt { display:block; }
 }@media only screen and (max-width: 763px) { #ykAbiqiVFhHdMKKaTp2Xf5Tw2zxGg95D { width:8.6865rem;height:2.124025rem;top:13.966796875rem;left:5.6552734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eg2nQaq54RZalwvwBCI0xmAFfK7vt0SV { display:block; }
 }@media only screen and (max-width: 763px) { #lBcI95AGITNOqiLSL7My4fnw3le9yk4y { width:3.5625rem;height:3.5625rem;top:0.953125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7h5d9ULVzHEuUzHVbXxifR67IvhTKsO { width:11.25rem;height:2.1875rem;top:5.203125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1kuK9MIWVRR5eCJpGczl6oa4S7eTZw1 { display:block; }
 }@media only screen and (max-width: 763px) { #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/08c065c5-a461-43f5-9279-19f90501f487/shutterstock_1938327982.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.adaptive-delivery-prevent-bg, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyload, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyloading { background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { background-color: transparent; background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.53); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.53); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .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); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WR8kpMlaEO45UeL8NOT3ORp5qA4et76s { width:19.625rem;height:2.7604125rem;top:8rem;left:0.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WOgAu9fNnevObOrfU08VR7oERT3ATquJ { width:18.75rem;height:6.25rem;top:1.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F95cKuq2xivNtkBcA8VTRriEANo5hSzw { width:20rem;height:10.964625rem;top:12.375rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QGZJ8vATagUqzTZ5R7r67yzCgaGNT16y { width:18.9375rem;height:3.625rem;top:24.5918125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Thnmq616aoc2tpUw0c4gi073WTcqseAO { display:block; }
 }@media only screen and (max-width: 763px) { #zHt0qsD8PCtfynp9TAHD0xz9zKJfTTyE { display:block; }#zHt0qsD8PCtfynp9TAHD0xz9zKJfTTyE > .row .container { width:20rem;height:67.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PQ373N2mWp2PCg5Hrt1XXClgkTdCIEZc { width:20rem;height:2.5996125rem;top:1.8370246887207rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Co3Lz867OgAJ5DAQv0tXgXzpGebGg22O { width:8.25rem;height:0.375rem;top:4.6875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUzLpMJJTTHX1xFKlOB83DIx2IqUFT6M { width:20rem;height:54.59635625rem;top:6.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTBLDXwbbgVPFg7pKmSxey8Ny2XbV8oN { width:19rem;height:3.0625rem;top:63.453125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rrz779LJGwbthUJ33vG86pwDaUQMaOcK { display:block; }
 }@media only screen and (max-width: 763px) { #biWp13TSEOe6Hzuk7QS55in4rEGJUTVC { display:block; }#biWp13TSEOe6Hzuk7QS55in4rEGJUTVC > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p .widget-text.counter-number { padding-top:0.39875rem;padding-right:0.35rem;padding-bottom:0.39875rem;padding-left:0.35rem;width:2.1rem;min-width:2.1rem;height:2.141875rem;font-size:1.594375rem;line-height:34.27px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid #dbe0e1;border-right:0.2225rem solid #dbe0e1;border-bottom:0.22125rem solid #dbe0e1;border-left:0.0625rem solid #dbe0e1; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.249375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.799375rem;height:0.846875rem;font-size:0.598125rem;line-height:13.55px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RQOxkx4tggCHm17yok7qqoEU3rZkRX2p { width:16.3125rem;height:4.319375rem;display:flex;top:3.7315540313721rem;left:-0.48068580031395rem;z-index:15028;padding-top:2.066875rem;padding-right:2.115625rem;padding-bottom:2.066875rem;padding-left:2.115625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #pXS1Q12m8XBMul7itSu1Ba96LM0o7tLT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #wBqzd5XcEBqKusSXiiAxxlVcCDhMFFnW {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #LbEoZ22LoZiteLsbdkyePUM40aF1dyhp {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #qB4hDviLyOSOhUAMGEgZSiqHE4UD7Kns { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #NcVu4HmUUwtJzKEgVM5vqZgxJ74NbOFh {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #e1pOncgLLGaO2TREyvJcR3mTXpMPXJsG {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #VHa5CB9bxJIwwvpqI4LM3cCT1CZNV7Ji { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #uKSDZdZJcWvo7CuF1r4Q6O8WJdhcx8LJ {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #uL9HwCQ97VnSl7cvH31QkmolRZrpbr9x {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #INmwUf6MhhXPXnkuu4eqMGCeZZztpBOT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #sy3LLbAwWLAasnObATKqZdCyroSCnfOl {  }
 }@media only screen and (max-width: 763px) { #RQOxkx4tggCHm17yok7qqoEU3rZkRX2p #cXEPUg3moJ0UWk4rJTPamJ0BMxmQgQDe {  }
 }@media only screen and (max-width: 763px) { #tOOoOAumCmlFf9zBBOo8xMPTcFVzb5Sv { width:13.2498125rem;height:2.11263125rem;top:1.3227005004882rem;left:3.3745661377907rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wMWO8DJspiqsLs3LOVHFqTforQcgdXQW { display:block; }#wMWO8DJspiqsLs3LOVHFqTforQcgdXQW > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z50A3AJTgiw8m5I4bqOZZWvdvVFwMo8v { width:20rem;height:5.19748125rem;top:1.8370246887207rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G0SZR03SDvR3cK8slvAt78uMrsFvZ6zw { width:8.25rem;height:0.375rem;top:7.75rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQFtEiaZ5fmHV6edDsc5X5wdrewc5HxC { width:20rem;height:29.8980125rem;top:10.346134497071rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMzVK1izA8Lms3OAFD46wUaRhb4Wobka { display:block; }#dMzVK1izA8Lms3OAFD46wUaRhb4Wobka > .row .container { width:20rem;height:163.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd { display:flex;height:auto;width:17.5rem;top:1.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #hnEWTTkHygTml1x8MsH9EmTuqmqf87GO {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #EqPUuNK9aBT7eTtFfVcvXnKQArfzy5cQ {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #wxKvzkkmglCCE2p0bDLcaU0xBc7lT3zT {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #xztgByRErIJP5nVvalnGcmwpy9qfEdLF {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #QfIvp75NVRyvE2tVW2DbtlXh1XDV7SI7 {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #kJSSGSfTXnv4mSApAGo0rFl4U2MbWPHZ {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #kJ0x6odcRZxTDGAohidlgd31OgEHCSRs {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #ucLPZDTprJGr1PWx90LOOGuXDNp8I2Mf {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #Uus9SWSiXnOq3h7hT73rtDcMg87h1155 {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #XFTyn8lEkfgAhcRQrJOJBxbuueTmhoHL {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #fciHTxfmApF3dJlIkk1o4esiTXsKcFWm {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #mxvKZsL4Iw8NLOIynV758tVsiP8AUuiP {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #qT18AAvgaIL9UgCuQWJVy0S9vV3DQbFW {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #QWtT4Q7727B3AaQZ5G5PRds7Nzy7u3Pv {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #GTHRGiS2AMSPD4s3Xou7DB4s9RusSAFc {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #THHoUtsAMW8ATBSXe4cxRaEswGsBc5iQ {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #SmOEFWJMJXP3tNrRfEbQ2nFQ6cuMZDZL {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #M8Sv5yCxlzCtQhumxquaZ617PP7scZUv {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #vUJQm5V5dEZFHs0FTsnFgLTI49pT0fti {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #gw4uZgyvqFZ3IDhgLpsKAa7CRJ50dBHQ {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #t5URsLfEd3OJSUUM5v338xBBP8RaOWie {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #BL91gOcLKrccksEOl46aEAfz2lP2ATrt {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #em0yeAWBLvZ3h8f4qbXBXCrMySHoA41g {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #dnMXPW6k4hJG33VtMpSRBaa7OhJzQenz {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #vXX2fHDu9SPvJXZmvi7TZnVRWwmuqbSc {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #ZmD7tMEW6bG8T0E0AaSOPKM4FZL0zsqH {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #WNtsf7CMKphOuU4WbAiEVqTtcaLnozxf {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #eESs2NaE6lZQd2UKZia1gft6PZTBZNLT {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #uMkGOOfw3TJb6hKT1xpqB7EIdhszOwZ6 {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #QxELVXu54esL74MaKgICWJMG0ESCr1tC {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #h4oIhpLix0Cdx9Sqc2oVCNhIWI0yH6eo {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #R3bcKgdVA8i216bNAPkumANlz3XtqGgz {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #g9ItgQKwgV2V25NnFsbhp9FGJWIolxz3 {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #nPaT7N8fbpdvad7PvuAuIL21ecBcTAOX {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #wHrqENvHJhiN2MXLFf8gDzAGT3v6hZ9F {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #ohLEa6oQsCcE4MR26QZgALivw4xN8B9M {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #z5wNcoauI9M13ImkC1ouO9H93P3fdddk {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #IbUtUTm8A9T0lV9fWBvBPsOS2o5ziQc8 {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #wInAw0Zs7PV5o1pKO4BnlRTicmqdkkiJ {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #vB3J2U2c3emLtVuVePsOIEsuKPEiVyTg {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #Alwm6VCXwnH2JROlF1eLyZ33EVOAJVN4 {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #Kn05JrKu9FippZTCPyeHIHGXvGPhfgPk {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #s0M9t57BewTkuFgMxsXVpXbteTvd1soC {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #NVkrk44q9M508BmDuuWtTE0x0C0doWPv {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #oWTTiQdhaf7cfMbWkRky0MDiD2ts1ByG {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #TKVb1VzrgIkhEmFbT5ZrWKewhEkC3AUI {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #DNeFmID9G8lH1QSagmu5RcGtOo06t6yi {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #WM3SFXXZVeocc3BMSVPU2tSVS1csyLG2 {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #hGoezr7RMce1l4OTbemmJ01Gxqh363pn {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #Www6ZTEgFxebfvBdBBk6r8oKiEWycv0d {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #bb03bKu3fAkREkcUdM7hcbTZFGtr0xrn {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #qllhTLLWhiAT82BsSnFpvtmci27z2yyD {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #OCf5hZdO7sKTgfQ7s6yA8P357JPvTB8E {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #Xbs6uozZhhrotoJZrUm3IGEZDQJ58qQe {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #vxD8uAvagT7qBDacQA1S33lsdTxsAaNo {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #lJ4TdzXlnt51yDKmgE5Es1Paml2dXTwN {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #W9T1tgHDkGASFUTpXsk3TQV1NVlzzX7Z {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #DXKErUA1tHNcW7TiFVIsolCm2O5sd9I2 {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #ttoiLDJaXk9Go583wk9yqqLpomlniWoD {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #gfFvAR5aQyTbhaFGk3MRoWplvKNq5Vl5 {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #oTqpDWXK2aVQrF8nw63izJu3PwabL4PM {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #qI3taXONGiQT5kXNBR3iIcskWa9WWVhS {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #l8eztiAiqi9oVSpQhcs2WkoCaNQd0kbd {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #JAlvmSVpBS6sSJADmldd7i38dALcsRKO {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #mTvw5E9TJ6PnRo291XlAi5yGVOBXfyOn {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #TehfElGRbSQKFFDNOelGoDOdkTCEgdDc {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #PCik4tyhkW80yGR6GT89F4uMfmCv4DZX {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #hoz6rI3uCqm4LzmEhXJynKwNJc4t2kpf {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #JwTGziGx7GgcGcJT9LeK4Wh7ReKWM9wP {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #rIx2lJfH7tKTfWPRzhFNZqykoQk7MEnl {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #Dzxsq9DzrfK6VKbvLnHLMgTbsxPLJlHA {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #k47npbEKvZ6dQInZVs8idZDKZOnmmGC7 {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #zAAdueaBqLD9I5KlD0eXTyMWT9Ouu73X {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #TexKi95Qa0b7qTl8dBID5qwi5PN69mIZ {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #kdvqQbi4CxwIL3ZWsuOi0PzSWEZuOIOE {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #twrLDbtPmEAIyC7FapG7hEIBeUBh7HhN {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #Pv0yEQkeVl6IyPrOQwn0s0AEN4BnO2MU {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #F0EfFbTW1k5AvVn8DJRvSf5U5glC1u5A {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #cXLT3b6xIB866KpXT0Ii0ygZpuHM1Szt {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #lpfO47Lm5yRJvWAK8pMnTqPnZ0BVZAQH {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #TbF8cHisAIWeRPLIA7PKlPeMe4ACKiHl {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #pvvfKmPI3VharuJfCq4maflMoeOSZ2Dt {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #zJWftQgEN575rOOmAdqg9yweXkW23Zif {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #KzXqHFPNmxgdEnlS8HDuUGBMradtyP72 {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #CbnqueziCp5nKMmF2zCAMxkDZNSlBKTT {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #G1qTxQGsJqP58fcMZXIQTFPdaSZM3c2V {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #Q5IfCZXnv4rXzNHxT2VTb0qbegoJ7ohf {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #PF4Jw0l3BKSJfwPvBIM3zchbA4Swcn0H {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #FkrHCJ5zZAPdE5o9lZIGgxA24QqpcpUy {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #ymdHRKZ6gRgJLPoIXIXQXaUH6BC6whAL {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #G921apFkaIWUK8atVGlKOCVUv3qsFtAX {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #xt7t8Q7tFI2hs9VxhTRiRHt3TG7zpT72 {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #WW19bUkOIsVbp0hmJpRSd49nCRJ1Zsdx {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #ZVIEqxA6QxKpOo7LaHt8zfSkkeG0nkqm {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #m1JHT3XOG2B4pzzBeJsPJOW3A7iGRQZV {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #KCAx3Z2giff7xV77QP5zsT1gWm3w6B68 {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #TX4S2UTLlFomAuJnZw5Indbz2XdGGa8G {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #Vg2o4swvG9W0W63xFGu049bHaTTx4HbZ {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #NH6e2ASyhlDfCR2Uu94NtlPNXVdG3OKd {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #thw47yVMAkJCEhBJLGiDeBK0Ui8rxAiO {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #KyZJ14oLSkJb6J7t0eTuUvrUTdTdL8VV {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #M7env7ynDia2MPZI7JxJnN37mpT9Kp1T {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #A2I9oldQfOx0lTpM7J5MqLHuU3Px5NGE {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #T9pB6TZpChilUZ4NRnS1Ppkwlbxi3WPZ {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #MiW4sRd8Z9TAuIGp11hEMArzw02xEOp7 {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #RufeUUyD3L8RG5WmWy69r3kT0ZVZW6aF {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #Dq0tUdny4xRzCRwLEvpGdyKkP5MqtvKe {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #cJr7sn7hK1hr6bxORI5OOg66VNlhX2VT {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #opPATSU4NReICKVtTBpZQe0FeF0BqTOS {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #zO2H58gyyoiUMJxGRh9Qmx8UViEgdUpu {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #cbt4vhfL5Jw17u60BsMXKWXl7MfB214E {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #p14QHouz7WHKKZf7VObZWA6v805Pas2A {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #KguqbCoXyPkGbWIfxHTb74d1b5DxetOz {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #Knm1edE6JooNv03hRRLmAHKmVe6tbhNI {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #oWdpC9Auua2QoTRT5ZTGTzTJ5CalmOOB {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #JF28ubefPiL3TXMzBlnkum7TnskJzcvm {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #RRzbs5g2Td8RFqc43LXHsLpLly0zNC1v {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #SovK3zPAVCI7pEk66IgLw9dNJFXJOTtU {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #FvKQi3SQBMJZQKP1W15iH6owKX1gZA7G {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #qsnnw7BxQUOxIpA3JUIWI2kzN6wba08u {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #G6iUEeSRvEdrFoVRRhapFtx8bfM5JiPU {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #TOI8qQtcwUXF1if2HDoMALZ4fUqxlThf {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #DqiiR7LtuXRg1SmniDnu3wAW47iuhfQS {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #UddDwvQIVlkMqxEbO9yTELvG1oLf7Z7n {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #JmgFptl4alZrUAhUohRDhuxdIsbyBg7v {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #nU1KTbZc97fd4LQqnGXzOU9AnJdWzGbz {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #sKBzUZTGdHXyVkJqQeJUuRSpzusTwMrm {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #SRD5QDpucxaFn1hQPSnB6IZSStxRiLxq {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #vZsQZZx6BZdHawMFZ7Xp1xEG4X0sXmL0 {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #MiuA7mFKrgiaf0n9wKOHbM3RsDo7cHxN {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #viAk5umBvWF7Uus5SGAZBaB3rP07oWiw {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #IGNC5dIub0RMGklS0DJfpRp2cBh68JTH {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #eGghWcXXrTsPG4pkidnsx9l8ezTOg0bF {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #MeGhWWPvJEi0erWS2QrlQkl1eMany1xW {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #T9WZ0KdOFg4gAmlcSpaDfE0nEAiiXgbV {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #B9ckLwUIxFvFWGuqJ7sRI1i3LnFvRnXs {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #OoTlrNcniDaVM7R2IFQ4xypexz1p0LZk {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #FIKnc0BppTKnuB6BA6f0boISpx0sby3R {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #HXOlqSTbP7bTfzIvRow49utPQEMhaG9A {  }
 }@media only screen and (max-width: 763px) { #ULTrB1yG4KPpBJnqJogXi1zaRHox5Usd #pFtzwczQ4yXoqi7fTD75bJOIIqOCboyK {  }
 }@media only screen and (max-width: 763px) { #orZR1paWGGeNygs5wzwoKXBCTp9R6Iws { display:none; }#orZR1paWGGeNygs5wzwoKXBCTp9R6Iws > .row .container { width:20rem;height:5.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hPzTSaTm8TedQoKxpppeXurxFlQuDWfB { width:20rem;height:2.5996125rem;top:1.8370246887207rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MLEflt4XSzF4Eb8KG2B08KHT0wBlX228 { width:8.25rem;height:0.375rem;top:4.96875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8Nn3ElhW5sDHceoWaZOccwGqe2y5rI1 { width:19rem;height:3.75rem;top:22.8125rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #KDV1Gw3ODC2Bt0xkZidmiJVgQdbNCkqx { display:block; }
 }@media only screen and (max-width: 763px) { #Qe3BloqM5xyHZ3T1P2dKAdseP5qGLuvi { display:none; }#Qe3BloqM5xyHZ3T1P2dKAdseP5qGLuvi > .row .container { width:20rem;height:314.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Z8tR6QHkBtitxursaNQW1EquzrhHtS2U { width:20rem;height:1.29980625rem;top:1.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmMWSAOyZeoI8PwqxPBy6DV1EJRIbRWS { width:19rem;height:3.75rem;top:22.8125rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #FQzHIPn9OKrTM5QyCLHboT0M5aEXCZth { display:block; }
 }@media only screen and (max-width: 763px) { #QobsnwbCwdGxCmgD0WuoCCrOs2iow8Up { width:20rem;height:159.87616875rem;top:5.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPiGvC7WnJcXQLblHwGERTGynk2GSLMT { width:18.0625rem;height:2.03125rem;top:173.0625rem;left:1rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDdPhdAUdd8orGK34IBUerwuRCoEWhJA { width:20rem;height:126.08120625rem;top:177.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qc360aVBh5p4f4GK4nMRVawmKGMHkFDd { width:18.875rem;height:0.3125rem;top:175.6875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWM7dSPu9i2ezcupvqEL2mPJt1p62Ioe { width:20rem;height:0.375rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfiXSxxK3uKwEkQ0RnRyfmMVF46wQ201 { width:19rem;height:3.0625rem;top:167.7685546875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tl7HKxRIxtWHrOhvpKvpelzZvzSyAoTX { display:block; }
 }@media only screen and (max-width: 763px) { #k8o8BPwpH3QaTwwWFa3lPat8ARLLHwHv { width:19rem;height:3.0625rem;top:305.2060546875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6LkWDcaRBiMDwSOqeV8xw6SHxLH3UF5 { display:block; }
 }@media only screen and (max-width: 763px) { #yN3cf6A4JTtkqPLX2VHEeQBL7eZ55Byv { width:20rem;height:0;top:309.5185546875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPWbuluX91dV39ivUGZnwdiP4LJHuBQ5 { display:none; }#vPWbuluX91dV39ivUGZnwdiP4LJHuBQ5 > .row .container { width:20rem;height:37.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hzqBAB0UXpcquiir6SKWIxdiUNMuqTa2 { width:20rem;height:5.19921875rem;top:1.8370246887207rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pcoH07VU5Xbysb6wJXB4bDuhVXJ9ptTq { width:8.25rem;height:0.375rem;top:7.75rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFT19bMXtW7AT6NOM2q9SLXyTCEC1E7U { width:20rem;height:9.0986375rem;top:9.31640625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHAa0XtXlmm3PzXbHE34d2t2LaDa4paS { width:19rem;height:3.75rem;top:22.8125rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ug3zvH7XVz0EWD1oqwbur5ycIGTsaCiJ { display:block; }
 }@media only screen and (max-width: 763px) { #A05HziqkpgsVWJrCW3z5SKrtKOr2NRRF { display:none; }#A05HziqkpgsVWJrCW3z5SKrtKOr2NRRF > .row .container { width:20rem;height:1152.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dMaB2MfA36GaZOoeV0m78XLpSPfFed8t { width:16.0625rem;height:16.5625rem;top:3.875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wy7pFtkCeGTEaoaugOC9AA5nb6lSoZZJ { width:14.875rem;height:2.5996125rem;top:4.6875rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiQbkpLfmIBwM8NeaVCV28NoGDBZrKt1 { width:14.875rem;height:11.69825625rem;top:8.1875rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tD2FBQ1mkmyoCMR3Gfo7o9PeVQMknCqR { width:16.0625rem;height:14.5rem;top:21.1875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXgiRWIXN3e9ZhfqgdNPg0KWPVZ2xwss { width:14.875rem;height:10.39845rem;top:25.375rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G62FR8E548rLHF6UAi8qiATshFpdoClr { width:14.875rem;height:2.5996125rem;top:21.875rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlyMoTyc59TBXTxpMEycsIs8TI6OKNqV { width:16.0625rem;height:17.25rem;top:36.3125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztfqrZmhUr4aiUBmUAIFx0Qt6GUPCBRK { width:14.875rem;height:11.69825625rem;top:40.8125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fslNaJkJvFPtMhrO6UAOWATeZCQ2hGXC { width:14.875rem;height:2.5996125rem;top:37rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7Lmv3cJSNh23TAPkpI3IN9dwcJu7Pq5 { width:16.0625rem;height:14.5625rem;top:74.0625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXqgXLgFIPaNZlIiSyFiH9zPFv7pXpUi { width:14.875rem;height:6.49903125rem;top:78.5625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViOHm97dd0zNpmhQxvTTyVoBaRD8NS4J { width:16.0625rem;height:17.3125rem;top:55.5rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y50Q5S20JPq7375n1N5ThVSV38k5Ef6A { width:14.875rem;height:11.69825625rem;top:60rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9XX2ExQBqJvGQMLG2E48P9W2XZcSrpq { width:14.875rem;height:2.5996125rem;top:56.25rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1bE4DZuJDfim9Skr2iImnVgsnCOwCfE { width:14.875rem;height:2.5996125rem;top:74.75rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaWJGXIMnfkDPEwec4AwT9COyr2P7dRd { width:16.0625rem;height:14.875rem;top:112.75rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcReEIq3FmkyByv0R34pLZRiCpH2BazU { width:16.0625rem;height:19.875rem;top:128.75rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnzQMdpDnXKWighDdTLDCqs0USKaarqv { width:16.0625rem;height:22.0625rem;top:89.75rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGlwKsVz2pSZ9ituT25yoEKFvpSSnsTn { width:14.875rem;height:16.89748125rem;top:94.25rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvTW6BKPz3XCWNNQn0aaks3gK6JTV6cK { width:14.875rem;height:9.09864375rem;top:117.25rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxK17N9N7eWdmxGnM9aRdAsMqT5rczda { width:14.875rem;height:14.29786875rem;top:133.25rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVEiR6pb5HA1MFgfB2sEWzW4TD7X3xxo { width:14.875rem;height:2.5996125rem;top:90.5rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbqCOrFeI6tP1i2i8Maq1hNzFBKfMNtu { width:14.875rem;height:2.5996125rem;top:113.4375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ih4xpBFOAe8KVwaNtcZ3HQkdrTCTVpxR { width:14.875rem;height:2.5996125rem;top:129.4375rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuClAVTPKXPaJX8FK1WDVrOwfvBXxwg2 { width:16.0625rem;height:12.4375rem;top:163.75rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDU0rgi6UZnR4aHoAPGq8yAPwJp2HDDZ { width:16.0625rem;height:13.5625rem;top:149.4375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRLqgVIKeXClTzSn7ux6Prs7asqlkrxR { width:14.875rem;height:9.09864375rem;top:153.9375rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwcl94w7dDzfcsKkCq08z8Wtv0XxauDk { width:14.875rem;height:2.5996125rem;top:150.1875rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOMcaWQ1OKoULaPTikt8IIDwhSZmkFqg { width:14.875rem;height:2.5996125rem;top:164.4375rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDKPLZ34Uv59KoEfLZKW7rUvGZwIl2WL { width:16.0625rem;height:30.5625rem;top:198.875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4bU83OTpGUd9JUlFx47t2A7BHuqPUEy { width:16.0625rem;height:18.0625rem;top:230.0625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4LTxtJSCxherisym2oT0V9wrXasdueS { width:16.0625rem;height:19.875rem;top:177.625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ3xlNTXIwVx7XqnGfCSbnPvpUPZfFSc { width:14.875rem;height:15.597675rem;top:182.125rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZDOGp973HwMaKX4qPL1mgxZmvBG9OHy { width:14.875rem;height:14.29786875rem;top:234.625rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJ8ZT4NEy4O8RO3eHo0xu70B1pzEqDOg { width:14.875rem;height:24.69631875rem;top:203.375rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #alU47O7JfeKmFlPymXKtFK24hTg4tJAP { width:14.875rem;height:2.5996125rem;top:178.375rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PN6STOtVEDy2ruZ8TRFwZrBTSRf7oTOT { width:14.875rem;height:2.5996125rem;top:199.5625rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t52RkTJIX1xPwMdAMwGWURpqeolyHTJ2 { width:14.875rem;height:2.5996125rem;top:230.8125rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdDRZmtdH5KwLQg9wTr9EAT1FvZFuyqT { width:16.0625rem;height:15.75rem;top:287.1875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1A3TWAcyzVzhJKoIk6xLrywr3H7641W { width:16.0625rem;height:15.8125rem;top:270.375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiPIpld1G31J2fLkzNNqMrnBFA1OqUWu { width:14.875rem;height:9.09864375rem;top:291.6875rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrdG2nOF5ol5SuxsyvsS8gJypexQLbAp { width:14.875rem;height:9.09864375rem;top:274.875rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZcLlliF9l8JHU8wptIQmXitUGmcye8s { width:16.0625rem;height:19.625rem;top:249.625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #duyI1WWksIRh1tyVKWTaZwxNnXooDH2t { width:14.875rem;height:14.29786875rem;top:254.125rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCwTqcBTsEyH3HNRJXTA6TJfQnxeIPlZ { width:14.875rem;height:2.5996125rem;top:250.375rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfqzIVvZDsO0RKL0fMnSw2VXU9UQ1Btt { width:14.875rem;height:2.5996125rem;top:271.0625rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aA76sKVITzFa264xNCK3uUTJJfnX4Q2t { width:14.875rem;height:2.5996125rem;top:287.875rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV0Unw6Gw5NVc6BE9lztUxtNa56qChqy { width:16.0625rem;height:17.0625rem;top:386rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTDGRl2A9JatT4tgoNWhk8k2AwJHimKy { width:16.0625rem;height:17.25rem;top:367.6875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXcCAxtFdkC3WSZ6vAwq0eOZsW8mppsI { width:14.875rem;height:11.69825625rem;top:372.1875rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeUc0yDKJx4TSMeB7ILIuzcVGU7MJUhF { width:14.875rem;height:11.69825625rem;top:390.5rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #marT7PfeaoLaLFKPgT6IiRvTV88KpAQs { width:16.0625rem;height:12.3125rem;top:303.9375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lC1mSHe1dCBKUT94k0RvpFzNlq8EQIJz { width:14.875rem;height:3.89941875rem;top:308.8125rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FW0lHi9V77JwK1WeyJpLBgultI1ZOZ4U { width:14.875rem;height:2.5996125rem;top:304.6875rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ou6AcTXo7zLTVrq5wQ8zoBro2BFaupFy { width:14.875rem;height:2.5996125rem;top:368.375rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocAu29zpTmVgAiLn0anXh9IUGcR40g4l { width:14.875rem;height:2.5996125rem;top:386.6875rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGirAm3NJ4qll3Aa4d0qBpfUlr4ivSqQ { width:16.0625rem;height:31.125rem;top:441.8125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcoLyybckbT9eNyAtKcreEeTsXiIzCE1 { width:16.0625rem;height:18rem;top:422.75rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIa3ByDLIaRDqT3ROK4uJa2AJFOk75Xq { width:14.875rem;height:11.69825625rem;top:427.25rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAECikV8c6dCW6blCXb5NkzF423Wc8nq { width:14.875rem;height:25.996125rem;top:446.3125rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTWpw9kPpQm17zpbhiAAc05qaoKbAc6S { width:16.0625rem;height:17.375rem;top:404.125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGdxw560s7nZIrARzifpAO2yObTFwqVt { width:14.875rem;height:10.39845rem;top:408.625rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v38oZuTMq3a3DRyJkafHC0Z8uaHz8dHc { width:14.875rem;height:2.5996125rem;top:404.875rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtCSmVAqiMXGqpUH49zRkBRV1Mo7xh6P { width:14.875rem;height:2.5996125rem;top:423.4375rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgdvtesmIvNiOyUpdB2JNLXQJfRKvLkB { width:14.875rem;height:2.5996125rem;top:442.5rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPgPSt2RcscytaApLBvft0OR3JToe05M { width:16.0625rem;height:14.8125rem;top:515.1875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0IKtGeGHxaTHlO3coXcTr3mvHfllxVK { width:16.0625rem;height:18.3125rem;top:495.6875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJLlTmc9bmUR2GCSWr2Fn6KNZbictz2x { width:14.875rem;height:14.29786875rem;top:499.8125rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT9lwN4utQExc0uSl6B4JBOKTeZ092BN { width:14.875rem;height:11.69825625rem;top:519.6875rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqnff590v9F7WOiUDUTByMsv4us935Za { width:16.0625rem;height:21rem;top:473.9375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pv0sTrGgH8hkZNfHKnXfaiBndk2y6ZKx { width:14.875rem;height:15.597675rem;top:478.4375rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcJQGFCg0REtFrPhFkShEVpOW41QVHMF { width:14.875rem;height:2.5996125rem;top:474.6875rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuEeToNO1V8l81UqekBKJzT4aXyhO4RT { width:14.875rem;height:2.5996125rem;top:496.375rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXN51z4dy4vZOwC5yXFSg2XEsgHSQAv5 { width:14.875rem;height:2.5996125rem;top:515.875rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQJuEX8WXTuKyE4VFVPQT2M3tK892Mog { width:16.0625rem;height:24.375rem;top:566.9375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5Tr6dBFFT2lMTF7bGiFBHf1aAOz404r { width:16.0625rem;height:15.375rem;top:550.5625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivWA5q6DARyM035blaROGPJgCqm6TTLy { width:14.875rem;height:9.09864375rem;top:555.0625rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhgLsHmEW0ZCN3lAJwCEBxxorMw2XZuI { width:14.875rem;height:19.49709375rem;top:571.25rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sypeJw1G0J77iyTPhTRzMnSoqh9MKF5F { width:16.0625rem;height:18rem;top:531.3125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTvxvxnaTisywRKnW7rl8DhmwG9BrFQk { width:14.875rem;height:11.69825625rem;top:535.8125rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9akBUmkx4u8A5xfM03p50t6TegxBeg3 { width:14.875rem;height:2.5996125rem;top:532.0625rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiWHxkm8zOCk9qBgqOuonKBPuaBRratI { width:14.875rem;height:2.5996125rem;top:551.25rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J10PreQF9dKrirQwFTeIqOsKwiLqkOLl { width:14.875rem;height:2.5996125rem;top:567.625rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBO6okSG9qKu2S1kNwDP9QdDWRPDm98A { width:16.0625rem;height:14.6875rem;top:628rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TswEV8vhh11EvadoIE9AA9w7dMMRtUzz { width:16.0625rem;height:17.6875rem;top:609.5rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCDDv4XxC5BkBvv9oqqohAsIDfiuMmTh { width:14.875rem;height:9.09864375rem;top:632.5rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZiJ3pxzQLe6svJdkixI1M2y8knw7gzb { width:16.0625rem;height:15.875rem;top:592.625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGL0VTkhkcLVswPPdZgTlZCyw7hAfcRs { width:14.875rem;height:10.39845rem;top:597.125rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgtqN6mJ01a9q4rsT2yGC2gGormXVdS3 { width:14.875rem;height:12.9980625rem;top:614rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #furuOnFisuylx57J9rI2gcLrl26sOkck { width:14.875rem;height:2.5996125rem;top:593.375rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT2XIyiZuRQOx3nTtGuIs6r53VvkyTnU { width:14.875rem;height:2.5996125rem;top:610.1875rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWg4TnBENUTnTX00W8xXpBtqEhn7bvsz { width:14.875rem;height:2.5996125rem;top:628.6875rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnx970k6VMLt8J5ClCf1nxSz8Cy1lKGR { width:16.0625rem;height:17.5rem;top:675.375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFHNPgCKVT6CbNMQc0X6TLmNb3DTaGx1 { width:16.0625rem;height:14.9375rem;top:659.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2EutX3FRkRm4NPnXi8mJfuD1HZITmg1 { width:14.875rem;height:9.09864375rem;top:663.75rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgL4BQfG5oJxWz2e9tVZ0PvIhDUB1p2E { width:16.0625rem;height:14.875rem;top:643.625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqeBVaNTgq6C7WBNSqDib3pfwkI8S8qy { width:14.875rem;height:10.39845rem;top:648.125rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oh6rT7xupb8fS4dIlSxndKi7o9T42G76 { width:14.875rem;height:11.69825625rem;top:679.875rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGkoDnOEMeh53wOiDHecsuVcZoWVFTum { width:14.875rem;height:2.5996125rem;top:644.375rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQ6FcfSg2vXhKkOGz83WOmWcHIQ4zcH6 { width:14.875rem;height:2.5996125rem;top:659.9375rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARJgIy3t2v2wTNQmZrrSKKsTAsllMG73 { width:14.875rem;height:2.5996125rem;top:676.0625rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xidKAXxudR0UkrwPb1CuIFrPxBBqL1gA { width:16.0625rem;height:20.1875rem;top:716rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLrUOQo7G3z7FLp6QS8k9byUZcNoCCmW { width:16.0625rem;height:25.1875rem;top:737.1875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUUFgHhBrrQIQMSSmpI42LCMbWQhKAZp { width:14.875rem;height:14.29786875rem;top:720.5rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E85hpltRUvJPQso8gMNHID3miMV40heU { width:14.875rem;height:19.49709375rem;top:741.6875rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLUesWMJHxTmEm6kt98sbDM0ZSwTbVKE { width:16.0625rem;height:21.25rem;top:693.9375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #U07G96e6qDoD7Gu3fZiAUa2NUw7UV0qo { width:14.875rem;height:15.597675rem;top:698.4375rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9kH97QPEQpIcKX7T4JTca7uT0KKzaQL { width:14.875rem;height:2.5996125rem;top:694.6875rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUfu6ERt6GzWlt2vEU3xTtqTRF6n8pd2 { width:14.875rem;height:2.5996125rem;top:716.6875rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXoTcBmXLTn4VbnMCF8zWSv7u0m3lU7v { width:14.875rem;height:2.5996125rem;top:737.875rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNFEAsyx0skInyG3CMWapO44JfhmBOfb { width:16.0625rem;height:17.6875rem;top:763rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #POoS97M9CmGX6rPPIueb7sIutIosZ4pu { width:16.0625rem;height:17.0625rem;top:781.375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TThGh37LtKeKwutPWdOkdHe908TxVetq { width:16.0625rem;height:14.6875rem;top:799.5625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwHUaCvC9QGi8uqlQb6Rw3llNLAW8Lco { width:14.875rem;height:11.69825625rem;top:785.875rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBv3TyF8Hdg08G7uI7wO7e04feKP7AQh { width:14.875rem;height:9.09864375rem;top:804.0625rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7ktq9Rizdvtup1c5OubT1c9G3OEdsHy { width:14.875rem;height:11.69825625rem;top:767.5rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L28XNEsxTEddzNxVOrawePcGvszozLvJ { width:14.875rem;height:2.5996125rem;top:763.75rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8QIh3Ne1IReEngJKBAow4b7FhoNq527 { width:14.875rem;height:2.5996125rem;top:782.0625rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBoWZkoCoTU24l7fGwTqR014EzDIdGWp { width:14.875rem;height:2.5996125rem;top:800.25rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUa5NHKKZn0NGOKxEf26X6PPy08lIUU3 { width:16.0625rem;height:16.625rem;top:844.125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPua4XkOcE9uaAOVZHU8v9M494UTVtc2 { width:16.0625rem;height:14.0625rem;top:829.1875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXmCE9px0SWIvdJTctVyMBMsqvqy0trg { width:14.875rem;height:6.49903125rem;top:835rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUE7rirACVo9GST1RhLk42h6JgvpxNGg { width:14.875rem;height:9.09864375rem;top:849.3125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKnyFKr9weSHeZ1G0msFtHPU3Z8tbpKK { width:16.0625rem;height:12.5625rem;top:815.1875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDQyRRNZbmophrysOJXVP2U9fuSAVXWd { width:14.875rem;height:6.49903125rem;top:819.6875rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #so2RHIXBJikNiwkvgIPKyCAaF68TKPoH { width:14.875rem;height:2.5996125rem;top:815.9375rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9Pop2stUz3Bq3QwLZJoPq6rT55bvwfQ { width:14.875rem;height:3.8994125rem;top:829.875rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXP6QpITb38blc5UVmyoeMEaTnD4zmmI { width:14.875rem;height:2.5996125rem;top:844.8125rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G81PD0Gyg4ZouBP5Tt5sFo5cu6Uw2eIe { width:16.0625rem;height:14.875rem;top:895.4375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Do1VnUugHHA0URvHhJ0KTNXJ5TgNDgX7 { width:16.0625rem;height:14.8125rem;top:879.5rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcGcViW1KB6IH09JJbFvaJmFtc3xrTb8 { width:14.875rem;height:9.09864375rem;top:899.9375rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTN5bOl10FKPUXnniCurHSKfRRWCytyX { width:14.875rem;height:10.39845rem;top:884rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2CSiBbHvZ0FsiTvfnyGaXUu1px2RJvU { width:16.0625rem;height:16.75rem;top:861.75rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRH90hxzDcC1235H20br11JIShrxKCIe { width:14.875rem;height:11.69825625rem;top:866.25rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybK6rmoLMT4qzCQr03kBZainocfSfGKR { width:14.875rem;height:2.5996125rem;top:880.1875rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #whto18LSea17VFFbbDevaKMBwHgykuwx { width:14.875rem;height:2.5996125rem;top:862.5rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVO8rEclGAIIfPQhUDhcXBIbmHag08T6 { width:14.875rem;height:2.5996125rem;top:896.125rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c47GwTlSDtQlKINF1wROZgDDDJT593gl { width:16.0625rem;height:20.3125rem;top:946.75rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mirWiN7iR3nTPGdOKhV2TZcLgsz5sNb9 { width:16.0625rem;height:16.0625rem;top:929.9375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gE6fQnCNfp4qgp5t4sUrJeRe0zgvoDCF { width:14.875rem;height:9.09864375rem;top:935.375rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKXUv0pWwgXWZnq1fcrf9JzgG1K0iFte { width:14.875rem;height:14.29786875rem;top:951.25rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRo6810WhTqS0eqkMDKOXVzf1W1CwiwU { width:16.0625rem;height:17.25rem;top:911.3125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vigsX23W0CXyG0coR3uKczQTXkJSS2eP { width:14.875rem;height:11.69825625rem;top:915.8125rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTo3sBiZ9WmkO5sGkrlQkzgaTmt4Q90Q { width:14.875rem;height:3.8994125rem;top:930.625rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCJLm09ttmWhhroovhnASNQZTJpxIWvn { width:14.875rem;height:2.5996125rem;top:912.0625rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzfqwTbJIKs1CJqf60BfHHWyM45z8wsT { width:14.875rem;height:2.5996125rem;top:947.4375rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3h6TvaXJ7UmNWH26IQCqGDlmQeMxdQO { width:16.0625rem;height:14.9375rem;top:1016.125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVn9VGkoTPTSbGTSUyGQC7tJISApQTUu { width:16.0625rem;height:14.75rem;top:1000.75rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzaxfLi0DzIblW52pHRiRAmy5T06S3t6 { width:14.875rem;height:11.69825625rem;top:1020.625rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9qV9tOdRFPsOkh9pnXTPzR8KU0TJ9ys { width:14.875rem;height:9.09864375rem;top:1005.1875rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfiAwXowVuG6LKFlLWyDrk1MwQ2xoEn9 { width:16.0625rem;height:14.9375rem;top:983.625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4npgzoMlw0e56OP6pMOGDPGvpb30tWT { width:14.875rem;height:9.09864375rem;top:988.125rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o33In3PfC7kfOicsdcKSQyR9oxVGfsBE { width:14.875rem;height:2.5996125rem;top:984.375rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrw5cmk04PZVgTSV4uvPAkPR4F4qAAbP { width:14.875rem;height:2.5996125rem;top:1001.4375rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #irNnPwDq1pF8mO2U7FLA7Z7hNkLskrts { width:14.875rem;height:2.5996125rem;top:1016.8125rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R434VWoxp9KNRIxv8UmmnTTiHp4mTtX8 { width:16.0625rem;height:20rem;top:1058.5625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nbtbtm4CVrwsciEO4aXI964Qvsr57E8a { width:16.0625rem;height:12.25rem;top:1045.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #A83T8DrnvmxHGulTVC3ODvT1MoDTrmX9 { width:14.875rem;height:14.29786875rem;top:1063.0625rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZA6oNvengxF9If6CkZLbLcMkZU5EdDHa { width:14.875rem;height:6.49903125rem;top:1049.75rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIGfEqCw902itdHTQy8WQh7O3l4JEhwK { width:16.0625rem;height:12.125rem;top:1031.8125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qS6uvNb0bloqaXcu0oKCL4EH94mROoob { width:14.875rem;height:6.49903125rem;top:1036.3125rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbPrk140OXCqoVtFcvPATU4TRsIslhBK { width:14.875rem;height:2.5996125rem;top:1032.5625rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9Nhm5MXNGXhZquD4BvnI7PF7OM4DOmm { width:14.875rem;height:2.5996125rem;top:1045.9375rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2R6scu8BiOJud7yT9D7lH5xrK4gZ3ql { width:14.875rem;height:2.5996125rem;top:1059.25rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6qGKLTvb529b2QZG5k3kiGTiXBBUdG0 { width:16.0625rem;height:20.4375rem;top:1116.5rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yu54sfeOTal24My4KdcEtgX8u7fxQzv3 { width:16.0625rem;height:35.8125rem;top:1079.8125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vn98v7sPUsZPrWUmR696wpk0cBlRVgRJ { width:14.875rem;height:14.29786875rem;top:1121rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #efMnnQzq1eadJXZDff3N5CIp5Abb7nyg { width:14.875rem;height:29.89554375rem;top:1084.3125rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsWnWFNbLqQBCIgSqvoT2Hng8UI2NIn1 { width:14.875rem;height:2.5996125rem;top:1080.5rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2pb8FurGTJDSnrOkVRZWnNpsIWi9m2w { width:14.875rem;height:1.29980625rem;top:1139.125rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9GrEyIOlHP6qSGlchwBfeT09kuQBd5d { width:16.0625rem;height:12.125rem;top:1138.1875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkUAe7MvtycFA2O534qycNAEKUQWXBZi { width:14.875rem;height:7.7988375rem;top:1142.6875rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgSKfa7ABSpS7x7VW392cx9rKPA85Qmy { width:14.875rem;height:2.5996125rem;top:1117.125rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShvmOoVa8a7xQUePqpoGKTKkp0bVSu44 { width:14.875rem;height:6.49903125rem;top:168.25rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgQZ0lSmyvfImq8L0DLXGPoEPdqkhrqC { width:16.0625rem;height:15.3125rem;top:351.625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Paxzqs5ndTuhMbRgiVkLutyuWQwMGvaZ { width:14.875rem;height:9.09864375rem;top:356.125rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2TfFTfCSdHK4m5sgPvnak6HuET4GQM2 { width:14.875rem;height:2.5996125rem;top:352.375rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eq2i38RL8FcvywQyz1FbXhgVV8xO9EHD { width:16.0625rem;height:17.25rem;top:317.375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLNQMT7nfw7fFXbEm5TWOVGSbn1A0KwG { width:14.875rem;height:2.5996125rem;top:318.125rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1kVHS85wUqA2hNmX1A7t8F7xQhTRivJ { width:14.875rem;height:11.69825625rem;top:321.875rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrHELT7t3ZukKAgGgMzqzVlqVlkvZTc7 { width:16.0625rem;height:15.0625rem;top:335.625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4MaRTqs95Ju7kXxPqgs64lBpyqryVvQ { width:14.875rem;height:9.09864375rem;top:340.125rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yD1Q6xltwAJArcV0n9F0lVPSDd1pATvb { width:14.875rem;height:2.5996125rem;top:336.375rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuJVuTEbTaENckGq6zfpiU6EqNzw8X6C { width:16.0625rem;height:14.625rem;top:968.0625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mn3LvMairblxc2lslivbXJL92N06n93O { width:14.875rem;height:9.09864375rem;top:972.5625rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJiXMohXViEZfuof0200TACodc1b8R78 { width:14.875rem;height:2.5996125rem;top:968.75rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBnMxm2mJp1nWkEfOoTvMDP3snSeF37y { display:block; }#FBnMxm2mJp1nWkEfOoTvMDP3snSeF37y > .row .container { width:20rem;height:54.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fZ5Ney7i2MsNpcn5Hp2Glfam1TGe73ET { width:20rem;height:5.19748125rem;top:1.3986539840698rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a4L3sOE9PRkbCphhn9NCInrzd4UbDqFC { width:8.25rem;height:0.375rem;top:7.75rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nq4d7IALmWgzWn1GvhrrZIPSn59RMrOE { width:20rem;height:38.99739375rem;top:9.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFe0FByeOsb3pTvCeuAlMWWI8MxfzFV5 { display:block; }#IFe0FByeOsb3pTvCeuAlMWWI8MxfzFV5 > .row .container { width:20rem;height:208.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ { display:flex;height:auto;width:17.5rem;top:1.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #BwDQAe8ws4O2Wz3LFFc7B3K0pPPbvigp {  }
 }@media only screen and (max-width: 763px) { #zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #wQtsJgF2fC4Im3q5bpPvJVfi1KThTIdC {  }
 }@media only screen and (max-width: 763px) { #zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #eZEvMG6XR87fUoMxITTSHpGCQX82QpEy {  }
 }@media only screen and (max-width: 763px) { #zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #fJlwVcwoq6aOZqDg0NC3N4Nb8fZXVsaC {  }
 }@media only screen and (max-width: 763px) { #zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #e77FLge24NE2HAP09Rn1dXQgpiUiw2vp {  }
 }@media only screen and (max-width: 763px) { #zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #fMPvaWa0c6LLRDUnA0OVE2OeB2mPSNQm {  }
 }@media only screen and (max-width: 763px) { #zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #BLGsKDKgxRwWSIXmyC5cKVpovUoWWMnH {  }
 }@media only screen and (max-width: 763px) { #zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #JJUgzlNkAezR7p3woZenFbLdmLwiUc77 {  }
 }@media only screen and (max-width: 763px) { #zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #S93pS2TLrmmEQu0TnetdzZ8RTPK4ZJxq {  }
 }@media only screen and (max-width: 763px) { #zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #IGeX55h8OzcpLaGv46fdN80Xzv3FGxHu {  }
 }@media only screen and (max-width: 763px) { #zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #mZL8DmLMNxcEzeiz168yFVdUkJLtMJ9T {  }
 }@media only screen and (max-width: 763px) { #zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #Bc3CZ2MdEdEZTnQKm00UVTszIn6owBS6 {  }
 }@media only screen and (max-width: 763px) { #zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #nAVTdiOS5FeawvTKTkzm4MFSR1mH899G {  }
 }@media only screen and (max-width: 763px) { #zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #KbfcTTD4NHHU8Ns2NbUyEec3yhgmeDON {  }
 }@media only screen and (max-width: 763px) { #zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #uLSTPE6iGTWw7JUQa4P72yRG5h8NUeZH {  }
 }@media only screen and (max-width: 763px) { #zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #IBIaSGcx4oBh3kOVUXqh8OHgUteebXDu {  }
 }@media only screen and (max-width: 763px) { #zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #XSvFIIV41glVTtOwVRi1Fo6APfx2fs9u {  }
 }@media only screen and (max-width: 763px) { #zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #iFdGgHTsKgXiQL6s000eFr9yy7W9DTdq {  }
 }@media only screen and (max-width: 763px) { #zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #mFNlXyuJ87i50ag8A7IIbuKSinNhqtxg {  }
 }@media only screen and (max-width: 763px) { #zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #egO0g5GhSaibDX9yuW9nsh0zAS8tturP {  }
 }@media only screen and (max-width: 763px) { #zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #TPNPJydny2iuxxsXTi81RA4uVoDsgZHl {  }
 }@media only screen and (max-width: 763px) { #zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #TSzlVfzTsFTSdJt1nZeNJnV09edcxhnv {  }
 }@media only screen and (max-width: 763px) { #zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #sHCghUzkA51ceEy6f81J5kgAPVzVTTP1 {  }
 }@media only screen and (max-width: 763px) { #zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #d0RkrlOkSRX3wQwAtRMm9VssnrAoTDJd {  }
 }@media only screen and (max-width: 763px) { #zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #bqcEpObJgmRgbgyRiSiMmmUbUQTkbbXP {  }
 }@media only screen and (max-width: 763px) { #zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #ZwtC1uPqcqFpMoz6ohFZOrmBXQ1nJ4eu {  }
 }@media only screen and (max-width: 763px) { #zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #K621d9X9BmgccMmmSqAJ650nuvVumGtd {  }
 }@media only screen and (max-width: 763px) { #zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #ZBMlOLGeVAmZKSBVnpbz51V6AmTB3WX3 {  }
 }@media only screen and (max-width: 763px) { #zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #O8AttliBQAcKG7el8l1JHNFKPmbWykrr {  }
 }@media only screen and (max-width: 763px) { #zt1T0ILKhlTWfwxk89Ti25GNqwqVH0tJ #vaN1VIqugStJzIV70Fao255AB5NICOCb {  }
 }@media only screen and (max-width: 763px) { #m7e1XFoGwfJXzw06nnBygbWnzduVW0fT { display:none; }#m7e1XFoGwfJXzw06nnBygbWnzduVW0fT > .row .container { width:20rem;height:37.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #u51vGlGBgXrXqBFXTidQgQ4Nfs4CBFSv { width:20rem;height:5.19921875rem;top:1.8370246887207rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h5i7L8eQhdhTN4LItJIEQpRdHLkNeLQL { width:8.25rem;height:0.375rem;top:7.75rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPErUGoIxQNO03pJvbBmZL86GoOCTV2m { width:20rem;height:14.29785625rem;top:9.31640625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKT2oPvG4hqasRgsZsOTpGaROnXux03S { width:19rem;height:3.0625rem;top:24.86428125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHzonNmTm67TLRaUF8V8OEtMu6Cb5ecS { display:block; }
 }@media only screen and (max-width: 763px) { #yI5h11bwdB6AxaXd2B0q5wRz0rTTrHoM { display:none; }#yI5h11bwdB6AxaXd2B0q5wRz0rTTrHoM > .row .container { width:20rem;height:690.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JI6nForaO4mJ9WgeRNOMcMO7brNPFeKG { width:16.0625rem;height:32.25rem;top:1.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXBgHZJdlG8PGfXCHkvmzQeaO6VlbC9D { width:14.875rem;height:27.29593125rem;top:5.75rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNCKIc37S8H3JnwP4fnUnvwIs3AInZeu { width:14.875rem;height:2.5996125rem;top:1.875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDk4OLkCgViCzTdPU9wBQqVwcJmuXnsg { width:16.0625rem;height:27.625rem;top:34.75rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ao51tF3SoseSV1vgg8pn2gyQuHTxzNms { width:14.875rem;height:22.09670625rem;top:39.25rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cS2ikRgJMevawA6qBPGJofRrOKECFP8z { width:14.875rem;height:2.5996125rem;top:35.375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5IBlQewfDRvUITiH71ZrPDEAMHG8EoN { width:16.0625rem;height:23.6875rem;top:63.375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3WdabsQF0CVrTffF0GOO0EaaLva6TuP { width:14.875rem;height:18.1972875rem;top:67.875rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6ssQmm3vCNgs9nOuo21b7TnyhqaRx87 { width:14.875rem;height:2.5996125rem;top:64rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcKc2yNv7yMEyTUHO3LshTNCQFDIv7GX { width:16.0625rem;height:22.4375rem;top:88.4375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tebny6VHZVVsw3TFVnvmMWC3JgK2Tpt8 { width:14.875rem;height:16.89748125rem;top:92.9375rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oz1EAf1G6CFTsyoSM00hL7hOc9A2BM8i { width:14.875rem;height:2.5996125rem;top:89.0625rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mfp1QHzcyBoF1XmwVa28oILmH8MGZsfZ { width:16.0625rem;height:26.6875rem;top:112.125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWml0XGgMDK4zl1GbBvfUqvGicEwb7hm { width:14.875rem;height:20.7969rem;top:116.625rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mc3oRlKVsOqM17kg11yVR0prUAuH8RJ0 { width:14.875rem;height:2.5996125rem;top:112.75rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZJK3BiXhnuLlC5Im7VtrusbNxIImgD8 { width:16.0625rem;height:26.5625rem;top:140.125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9SSdRQeSG650oKz7ZwNmUkBM70e1Vvo { width:14.875rem;height:20.7969rem;top:144.625rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzTpzfD7PgdrViEUWmWUBm08PEwD5a5L { width:14.875rem;height:2.5996125rem;top:140.75rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9nuGFxe4Qx2HQ8tSabQFhD3HElhBSxr { width:16.0625rem;height:24rem;top:167.875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTfxKEIDx4yed7rGdhehF2KaQEQTAzU6 { width:14.875rem;height:18.19728125rem;top:172.375rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZqtv0JkFLf9llbxKZPoZOrzMkgD5ZNm { width:14.875rem;height:2.5996125rem;top:168.5rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C624eUF2mRATWQykxcyGHJU5OuIN07kg { width:16.0625rem;height:26.875rem;top:193.125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wxyg6tMbPrlJxxdPHKe7zowgSLSJlJl9 { width:14.875rem;height:16.89748125rem;top:197.625rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4zNW8U4nX9sZukMmtWpSy8SbRmEwpge { width:14.875rem;height:2.5996125rem;top:193.75rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGvy8Tya5tWaRg7C3ESB8VM9U9qvBg1u { width:16.0625rem;height:26.875rem;top:221rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #itXNC1dMZlGI3UVchwwrF6lrXvMiwdMf { width:15.125rem;height:22.09670625rem;top:225.375rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2v8LShdLyhKnnNhncJydH6gPV6lh7nm { width:14.875rem;height:2.5996125rem;top:221.625rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwG4ODzAILV8dxAWTxgdDG9TNNFATGv5 { width:16.0625rem;height:25.5625rem;top:249.0625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEiiiia7r1FMkIJp11JK0nqtav0NV2gX { width:14.875rem;height:19.49709375rem;top:253.5625rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PelsggLfDl7mESBZhm6br1pZuhHSLT4C { width:14.875rem;height:2.5996125rem;top:249.6875rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fApp19L5Mu6Ov7fy8e2OQf3TF2gADOPF { width:16.0625rem;height:26.875rem;top:275.625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwHZGnHi6234Bhf9Mp88UVkFQZeeehk1 { width:14.875rem;height:20.7969rem;top:280.125rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuW5BdktTPLumlgE2lvDy44xJ39iJtD7 { width:14.875rem;height:2.5996125rem;top:276.25rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3rtlSkNy61loTZX30TTST6agttiGr1m { width:16.0625rem;height:17.75rem;top:303.5625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUcbQEsQaESWz1Oa3XRKNcebgefBRXes { width:14.875rem;height:11.69825625rem;top:308.0625rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FP3FDJU7qELDp9adwDTi2FWJTScTTkqn { width:14.875rem;height:2.5996125rem;top:304.1875rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EM4cnVZN5QWC2H8zyDp5O0ESAsv5vrZx { width:16.0625rem;height:21.0625rem;top:322.4375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rigtZcppRJdDqdenp0X1SCLsxXskhtzb { width:14.875rem;height:15.597675rem;top:326.9375rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lx3x3yLTGTVeSWGQIFobNd4frTZAZDTD { width:14.875rem;height:2.5996125rem;top:323.0625rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ghm33OoHe8lnM60ndZsp9HsLiTcUGAGq { width:16.0625rem;height:38.0625rem;top:344.5625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #krZ8WpthpBAf7PCZn37XFFagnl7b7Dpt { width:14.875rem;height:32.49515625rem;top:349.0625rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQigIFJ7V4311TnCVGPplTpHaXxf3TVA { width:14.875rem;height:2.5996125rem;top:345.1875rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6KJ3JbISxMTgXnT7uNaxmTmEdwQfCsl { width:16.0625rem;height:26.25rem;top:383.875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJwctNARFnHLymFAQgSaWdeo2LTHwCkn { width:14.875rem;height:20.7969rem;top:388.375rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfKIZ2vChzTwXtt1G67K9zbWtEWhox5p { width:14.875rem;height:2.5996125rem;top:384.5rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdk8moFwdpnCH5BAqf5dCTCPtHId2WPn { width:16.0625rem;height:32.4375rem;top:411.3125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLBvDwtr8sdUhJRnQEJ0fLDI5dlTFl0F { width:15.25rem;height:25.996125rem;top:415.8125rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFpMFqLLrBJ1hIqlzsAS1lD0bWfMpK2u { width:14.875rem;height:2.5996125rem;top:411.9375rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpmUXStIOPkDFc2VyV3ie0cy45fUA1vF { width:16.0625rem;height:17.0625rem;top:445.0625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PL0EBXETkD6i7A9UNGprTsQmiyrCKSsz { width:15.25rem;height:11.69825625rem;top:449.5625rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nP0UcakISU7mDF66urLVTg8eHOp5TnzZ { width:14.875rem;height:2.5996125rem;top:445.6875rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfeSACmmTi8mFXG3kFQgbotoLvqZ40Nh { width:16.0625rem;height:29.25rem;top:463.3125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoo7wtiG1NZ567wigrSsXFcCPmONsxw8 { width:15.25rem;height:23.3965125rem;top:467.8125rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9JxTaft6MttKHPir36Bv47zL65PWFG4 { width:14.875rem;height:2.5996125rem;top:463.9375rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVGq592yMTrmzoXuTkssTWgFoMpWb2Ix { width:16.0625rem;height:32.4375rem;top:493.3125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpny3QuJHZiNTHMK1I8JPB5mmk85PmDD { width:15.25rem;height:27.29593125rem;top:497.8125rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQHgzWE6ny6FqbzxXph6t1D5E3NfxD3y { width:14.875rem;height:2.5996125rem;top:493.9375rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMg51QsUu7rMKVzVsSyHHIhoAF8oktfd { width:16.0625rem;height:30.1875rem;top:526.4375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSdkx4sJDfue5MWxVFBBe3rmk6fecskQ { width:15.25rem;height:24.69631875rem;top:530.9375rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeVd9ElFPnN1HGllus3K0JZqRDoO01ra { width:14.875rem;height:2.5996125rem;top:527.0625rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETuxUlBxyUA9vcD7abmrSDlAKgEmNeFQ { width:16.0625rem;height:22.5625rem;top:557.5rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdA5KbAIBoFcodn9wS7ycUK0xgM2oSQH { width:15.25rem;height:16.89748125rem;top:562rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2lmNSp1dJgHkHOh9k5AVBpzRridGZbt { width:14.875rem;height:2.5996125rem;top:558.125rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUEXlm73XedZwd5RuaTqPmDMPXTOslfD { width:16.0625rem;height:38.3125rem;top:580.875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTIMNbyV15KJbEPadH8II5h7HDb9RN2N { width:15.25rem;height:31.19535rem;top:585.375rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9Mem7G36rPLfEWPs362R0H6C4SsaHrI { width:14.875rem;height:2.5996125rem;top:581.5rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #baIPK1Kte3a9SLdDRkTRQGnoZReSQnTo { width:16.0625rem;height:36.0625rem;top:620.125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDwt32Ay21S4GuJF44qJ1UTleT20CDed { width:15.25rem;height:29.89554375rem;top:624.625rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdNlAZduJ6HmHEgIGU4KfZNIJNLkttMQ { width:14.875rem;height:2.5996125rem;top:620.75rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKbBrpm7xiaWyBesa9JNXXKbWT5Cir34 { width:16.0625rem;height:31.9375rem;top:657.375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HivKIfXPVnVu1BEo8e8arcw58E7TdMSE { width:15.25rem;height:25.996125rem;top:661.9375rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7nJIE7QACC7EEy3KzzalrlTcKct0GkC { width:14.875rem;height:2.5996125rem;top:658rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuQUlnqwNHfA6u4UW4xzPw1SeTpTtHN7 { display:block; }#BuQUlnqwNHfA6u4UW4xzPw1SeTpTtHN7 > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WKM4aIvFTvtVM9Ipf7Gi7mHSDm7gmuc1 { width:20rem;height:2.5996125rem;top:0.47745180130005rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Teosx19M4E6n5L7Thiike4cp1A6bJfrl { width:20rem;height:37.54989375rem;top:4.326175rem;left:0rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Tn1NsBMLFafMSQMk3JcxlqtEAZngUdeM { display:block; }#Tn1NsBMLFafMSQMk3JcxlqtEAZngUdeM > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JydMXBbBcd2EACIqIscVkzasUr1E4tVM { width:17.5rem;height:3.4375rem;top:13.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlT86ddz8biWrdkTvl1iQdQ9iX3Em97f { display:block; }
 }@media only screen and (max-width: 763px) { #tTu83ozQ2SHPsSWOOnQ3ZltwAICFxJMi { width:20rem;height:2.59874375rem;top:0.47745180130005rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzxV8xtGOsBqD2n0W4L1f7dhGKqMTUFf { width:20rem;height:7.7995rem;top:4.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOyVtHDXXuc5TrdHxe98r3fcs3PoLWI1 { background-color:#8c1713;background-image:none;display:none; }#QOyVtHDXXuc5TrdHxe98r3fcs3PoLWI1 > .row .container { width:20rem;height:40.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EgM9PwraRTQDT710pA9K2OTdaOqQtIgC { width:17.874375rem;height:0;top:63.8747882843rem;left:1.0611979365349rem;font-size:1.125rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #QD7ykFRutepwmaVrIe2lXyyoHRGAgc87 { width:17.6248125rem;height:4.3857375rem;top:14.875rem;left:1.1875rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZNGhnHzOwsn8hre3O5PFGWbsSJpaVq6P { width:12.1875rem;height:12.1875rem;top:51.6875rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rXUh51fZqiWekcLfBsBhCF8SAkaBDp8s { width:12.25rem;height:12.25rem;top:1.375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJCeXTwv4tBLk15fsH2iBGSS7KGZ1pW0 { display:flex;width:3.0625rem;height:3.0625rem;top:6.5625rem;left:8.5rem; }
#qJCeXTwv4tBLk15fsH2iBGSS7KGZ1pW0 > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; } }@media only screen and (max-width: 763px) { #SV7xhNGlKBqIo476avqTCqIPIWyzk6zm { display:flex;width:3.0625rem;height:3.0625rem;top:56.25rem;left:8.5rem;display:none; }
#SV7xhNGlKBqIo476avqTCqIPIWyzk6zm > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; } }@media only screen and (max-width: 763px) { #HXhXVBTNfmehHdkCW00M908Glvlu6tOm { width:18.811875rem;height:4.3857375rem;top:34rem;left:0.625rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ohpX843KNryeVAT0Tf4DVhFxCw6haJS5 { width:12.1875rem;height:12.1875rem;top:21.1875rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIiqzN6wffb0TyAaE3XTxniM6G2QZo6i { display:flex;width:3.0625rem;height:3.0625rem;top:25.875rem;left:9.5rem; }
#KIiqzN6wffb0TyAaE3XTxniM6G2QZo6i > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; } }@media only screen and (max-width: 763px) { #aTKLARwfVxEQDFLt52MzQf8bKgSVyKOi { display:block; }#aTKLARwfVxEQDFLt52MzQf8bKgSVyKOi > .row .container { width:20rem;height:5.0986328125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iJRWaZftxqdHW1iBEtUd15EXkZghvEDL { width:10.68675rem;height:2.5996125rem;top:0.87451171875rem;left:4.6552734375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O4rHOgHZKUG9uVI6QBQS9Nh134qcwX3w { width:5rem;height:0;top:5.0996125rem;left:7.5rem;background-color:#8c1713;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #R3CXJ4NUsVMFTewISNQCSzB2WLQVawrI { display:block; }#R3CXJ4NUsVMFTewISNQCSzB2WLQVawrI > .row .container { width:20rem;height:51.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 { display:flex;height:auto;width:17.4956875rem;top:1.25rem;left:0rem; }
#WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #LCiWGVhoIHIJQflQZrkePmNhHmPupFTb {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #cGRAzuODoq7X2qMlU1MeabZacFS5Tw5v {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #WEVlwztUrZHrS9TfiLLarbvc6JSTCTEK {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #idn5S0DX0mLDy3cQ8reN1pPkN0NVPGF4 {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #R7yd94TJf3ERZt7iV29thH0K876dkbmd {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #rP5qDMQtzimpV1aFpfembao8JDv2w1WM {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #pBZ2F0MZufBQAn4KE59fhgiPmzRsDtDw {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #MIsrknQ1TRyxuH1wRJ4khNBT1emafe4i {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #haJB1IQqi2CPThIVSoVyERGDRpi6yIIg {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #KFFKg27QmGbcOuUvPQJLV3QRrJRX4vJo {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #QHE1yRyiRZ546lea7naGUAhLHC0MEUt7 {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #BEVJTLHIE3mPbW5xDPm7kVWZG5TOaZml {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #WLI4TzyFCors5kd4z6cStHisAh56nQ54 {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #dIqqwQsKJ6spMmp332oucVVfkn3pKmse {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #K7ItxZGf0Jq2hwvwZmJWPnU5NZtgRShy {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #IBrUksQGkEvq9r61FJ3BD09faKWHaA67 {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #y0Fl9gw42WEfZFsXktqrlTNVLGqAe6Ky {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #TctXMlInMAsgxDBcyt1W9xdQeA2aGnw3 {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #T0WXLSh7lSQ777oTJkPWUvu4byoRebyT {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #woTCZ0adkDfLSpfh3m3JDWfBt9ZniVnl {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #O2evPrrPcSsqFxZ3TyxktgnyV6nvZ5Vr {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #c0SuadzXzMkl3vCai5TMVz88tMtqlzN5 {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #topslRSXUWSQRx3o2bF8lSq7e3yvwVrw {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #TgTRgZ6HpM8CzvslwkiBf5IWDR0ZuZQh {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #utdJNBywpQMJtPrc7gXcC4tcs5D9r3n7 {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #XCclhxU3GZx5GCUpSeyTJOBxeLLwhDTl {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #KT9lZN0isAfk5ASkv4gHD0n3G1Xkgnrh {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #ilTmhiMXN9Otg8sgGsqWNK3uAJvcftMn {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #cAB8miUbqhqqCh95qKf664alEE717vxg {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #VFdWyDDVNd6yTrKnsBmp6Tt2MyOVcUON {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #MupcevFTJWMSkWspgosh8zpJU6Ws9oe2 {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #nPOXtHvwG8TQAXv44NidayxGqfFnn4dE {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #ATq13elLJbUDrNPMLbarPLJKFZtfcx6T {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #RdCcZQRv4CufRWw8MFD4oimM8uI8lgID {  }
 }@media only screen and (max-width: 763px) { #WDa2ToJwb9ByDAWNhJAfsQyw9KgPVUk3 #dl1IABnzPWWzoSw1HeHMLnAmmzTpaXJ1 {  }
 }@media only screen and (max-width: 763px) { #yBpTM6EgZTAIotvzzOKKp7KrTvtcbV6d { display:block; }#yBpTM6EgZTAIotvzzOKKp7KrTvtcbV6d > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fpTNwQRbc2n3wtbEv1i5ll1IRIR2Maeu { width:12.561875rem;height:2.5996125rem;top:2.7614994049073rem;left:4.3120661377907rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqHun6psnocpNM1v51Phbazoh3KLWgNQ { background-color:#ffffff;background-image:none;display:block; }#FqHun6psnocpNM1v51Phbazoh3KLWgNQ > .row .container { background-color: transparent; background-image: none; }#FqHun6psnocpNM1v51Phbazoh3KLWgNQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FqHun6psnocpNM1v51Phbazoh3KLWgNQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FqHun6psnocpNM1v51Phbazoh3KLWgNQ > .row .container > .video-iframe-container { display: none; }#FqHun6psnocpNM1v51Phbazoh3KLWgNQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FqHun6psnocpNM1v51Phbazoh3KLWgNQ > .row > .video-iframe-container { display: none; }#FqHun6psnocpNM1v51Phbazoh3KLWgNQ > .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); }#FqHun6psnocpNM1v51Phbazoh3KLWgNQ > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yiy0kMUrmwmQTTTme7p5xFsbOxDRAbaK { width:12.25rem;height:9.4375rem;top:15.303833007812rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #O79alpFvmZhZaxQwrUbr7gvaxrAK0fmT { width:18.1245rem;height:9rem;top:1.125rem;left:0.93603515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #unLiowQlyka4JlzOigM546b9r9Q0IhNP { width:19.4995rem;height:1.462675rem;top:12.212890625rem;left:0.2490234375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1r1GqT50XnvhgyGdO3fiqNStzfI430Z { width:18.125rem;height:0.0615234375rem;top:14.21728515625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4h10GIy9GXG4Th9Bnpiuu6JSzUbWZTG { width:17.4355625rem;height:2.599825rem;top:14.90185546875rem;left:1.28173828125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nUXiNWqNpmJ6dAbECxmpxPZPoC31akf4 { width:20rem;height:18.625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HJVzdogcrT45tENShdMdfdgQ2Qt6nTqU { width:17.37375rem;height:1.2999125rem;top:17.499755859375rem;left:1.311767578125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lJAWWpVsDHH2nn5AZQbmCaFuwt5TuZsE { display:block; }#lJAWWpVsDHH2nn5AZQbmCaFuwt5TuZsE > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WkE24o86PbTXlLEqgfg9tiBTPE60hr3F { width:20rem;height:0;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyAbC3puJqw2hZ3EtA6ri8wiCluDuAS9 { width:17.686625rem;height:1.2246125rem;top:35.1875rem;left:1.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eVyi0yDvsf8t8sl3Ffx5WW89v9OawywC { width:19.8123125rem;height:9.7916625rem;top:20.0625rem;left:0.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EbScx21nz0nsW5Bhk9nxBTfBNK3orGxe { display:flex;width:1.5625rem;height:1.5625rem;top:32.375rem;left:9.1875rem; }
#EbScx21nz0nsW5Bhk9nxBTfBNK3orGxe > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #GvUTJkSZal1sIVZJ8UFGH05vf51IVThz { width:11.749125rem;height:1.04980625rem;top:17.75rem;left:4.125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mdX2fl6iFZcIJrJHwTWtAJ73LngduRse { width:19.8123125rem;height:3.671875rem;top:3.4375rem;left:0.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PT1kAByWrPWhOUG5RbAsBLrmN0AZ6NNr { width:1.9375rem;height:1.9375rem;top:12.3125rem;left:9rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nU1Gr309yOEZH7BZ4EDyBpGnQHiRyORr { width:13.5623125rem;height:1.3997375rem;top:15.5rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRB6zFiQNQI4qZVZ5HyNtVG2ItOba9zU { width:1.9375rem;height:1.9375rem;top:8.3125rem;left:9rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiuPGSq1iOZuX4EvsD6d2RRi5o3rL4qh { width:13.5615rem;height:1.3997375rem;top:10.25rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuagLymwsRQhCwrneCm0s8QacvPCasiR { width:31.25rem;height:1.25rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcsFuQMgtrJ373Du06uQQGq1bI7NTG3W { width:11.749rem;height:1.04980625rem;top:7.0625rem;left:5.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FLPc8QZT0ZhTSpoHA52HmO8dCvsN318P { width:11.749rem;height:1.04980625rem;top:19.0625rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }