.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#000000;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#wgyirgdSkapmKCvRqu0v3TW52ktq0UQr { border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #000000;background-color:#000000;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; }#wgyirgdSkapmKCvRqu0v3TW52ktq0UQr > .row .container { background-color: transparent; background-image: none; }#wgyirgdSkapmKCvRqu0v3TW52ktq0UQr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgyirgdSkapmKCvRqu0v3TW52ktq0UQr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgyirgdSkapmKCvRqu0v3TW52ktq0UQr > .row .container > .video-iframe-container { display: none; }#wgyirgdSkapmKCvRqu0v3TW52ktq0UQr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgyirgdSkapmKCvRqu0v3TW52ktq0UQr > .row > .video-iframe-container { display: none; }#wgyirgdSkapmKCvRqu0v3TW52ktq0UQr > .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); }#wgyirgdSkapmKCvRqu0v3TW52ktq0UQr > .row .container { border-width: 0; border-radius: 0; }#wgyirgdSkapmKCvRqu0v3TW52ktq0UQr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wgyirgdSkapmKCvRqu0v3TW52ktq0UQr > .row .container { font-size:0.875rem;font-family:arial;height:7.40625rem;width:75rem;position:relative;display:block; }#v5OObfc1LMMERElkI3iT9OC3zpIHIBa2 { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:2.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:3.84375rem;left:40.3740234375rem;display:block; }
#OapsaeqK2SKrGTnB2OdI5V6v1XaXJhtc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FpAy0GQhAFL7ZsTSAP1P3TUpAdlTX2lL { box-sizing:content-box;height:2.124025rem;width:75rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:0.93310546875rem;left:0rem;display:block; }
#Tg1llxpTxspme6OEzH1X1s6PTuaC7dvU { color:#000000;display:block;width:75rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.18212890625rem;left:-0.21826171875rem;height:1.62305rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KIaIOOZTJQ5xQ1pEgzdd34ZdMRJ50aEs { 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:3.875rem;width:11.875rem;top:3.09375rem;left:0.90673828125rem;overflow:hidden;display:block; }
#RLAXED9ymCnZQRcSEATL0UEhZK1G9KXt { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:2.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:3.8125rem;left:47.875rem;display:block; }
#yoblMmDixqTTQ6hND4rUBucHbzeqRBTe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TZ4xKhqoH2f6kTcum2Xb9yNHlwJ0hKmu { background-color:#f37c04;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:2.249025rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:3.9375rem;left:62.6875rem;display:block; }
#auT6970qzsbwtP6T0r3RM7zFvtwXJ022 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nF90KAHqUZST1gAcqxhSyOSkT7yvBOf1 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#EXKq6QGo6uKadhpr8lnGGs5N9UFDpcIK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GaVC4TeMoRwdftOFNUIJDe4ZoAtxSmxe { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#Vnh4RKZhaBMn3FFOnhM58A03T09KHZTa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fqB0IzxscsvFoFANv5H6HzvK7Tc1UKqW { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#MeVQ4D94Vrl7o4yr4LN7EitqSfETTF1y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hvKNs2BfBR72PzlF6TaVpumhJccDP2RG { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#lxWOxqrIXKP4iGDBv9qcdV9Li4tpvyKo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qzlmSyTChks7auxtmN0ZQ31HE9nThXgE { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#epWL6Hh1FDMcA03gzQAW2HaHzxZJO3oh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hzgwJUOHsFJFe1hwydkTGmxt3WinpV6y { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#E2sASngAsmOt2cX9islnHOCNQAe9Xfm2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q73tgHT2mAFLmShq4IR1iTSVgbg95uT5 { 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.25rem;width:25rem;display:none; }
#loO9lc8sLko4xMsP6Oh6FpwdhrQvhqaK { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:2.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:3.84228515625rem;left:55.37255859375rem;display:block; }
#X13Fs24psJnwFFSeAXIiT53AmWn0maq4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row .container { background-color: transparent; background-image: none; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row .container > .video-iframe-container { display: none; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row > .video-iframe-container { display: none; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .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); }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row .container { border-width: 0; border-radius: 0; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row .container { font-size:0.875rem;font-family:raleway;height:47.125rem;width:75rem;overflow:visible;position:relative;display:block; }#vQ4M17gASp8TkRHnpNCwTwD7Ds6XEg7o { color:#ffffff;display:block;width:65.374375rem;position:absolute;font-family:raleway;font-size:4.1875rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:2.3056640625rem;left:2.74951171875rem;height:10.0488125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Dv6Vx3yTbnmeMuMeZc0i8pew1JNLVk5M { color:#ffffff;display:block;width:36.687rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:17.47412109375rem;left:2.74951171875rem;height:12.744125rem;text-align:left;text-align-last:left;display:block; }
#dmtzVTScqEoAd4WyIDbm6TiMTToqgDuk { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6845625rem;height:3.6875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:35.5625rem;left:2.75rem;display:block; }
#xarCQZTXzyA07EKpBQBacm9q39EAqutT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DydAM4CePGJiSBumT5A1iaNJNTSbrR7P { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.65675rem;height:3.6582rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:35.5rem;left:31.25rem;display:block; }
#UDoLKmpqlZwhzkdJoX4lWf8KTW9PHWHn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R9CRrLsKpRmtbDfTL4wdDv1cLuZ6tKrG { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:28.2495rem;width:42.4365rem;top:7.2802734375rem;left:29.68798828125rem;overflow:hidden;display:block; }
#T2ZWTW2xDl589hbnVbvyBteQEVxfTJOw { color:#ffffff;display:block;width:75rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:30.8125rem;left:0rem;height:2.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hRfMXpyRwVzURODXN0iToV9k0Sz3XcXy { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.626rem;height:3.625975rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:35.5625rem;left:17.0625rem;display:block; }
#tRrxOfQmliJUlPJEKny0BZ9xluv75f27 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FZodP1tchy47lbpeZeLRyzFgrFauIgcd { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6845625rem;height:3.6875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:35.5rem;left:45.1875rem;display:block; }
#nDe9H6r4DsoXohZKzRSL8ch6acOznts7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kcm01KIpTc9TFAqAqieA7B8l2HdgRZ9Z { color:#000000;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;display:none; }
#fhx3QIX9p6h9DSy0wpE3NDRLv3WTPZsV { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6215625rem;height:3.6245125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:35.5625rem;left:59.625rem;display:block; }
#PTpWB99pJaXTTEriOE9T4Mvt44vdluSF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vl3WWsa3zvLHP5cpRRJCC3QEgti3LrBD { color:#ffffff;display:block;width:60.1875rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:12.35302734375rem;left:2.74951171875rem;height:4.374025rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pmRoCXyxnP5n3tLRxVubgfLGobUrTnmp { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:8.8125rem;top:1.4677734375rem;left:65.21484375rem;overflow:hidden;display:block; }
#BfhuvBmxqWHinleGVLE6NTQZZyTcq7L3 { background-color:#f37c04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.624rem;height:4.0620125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:41.2470703125rem;left:12.56396484375rem;display:block; }
#OR4ADrrb8i7JzMN2ZFzy2r1CBRQBXKqL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VfGEzs8xSGw6ndVDscTGGeahLKO3J2oM { background-color:#000fd1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.6225625rem;height:4.0620125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:41.2470703125rem;left:38.0947265625rem;display:block; }
#KxhIGer20TH0J9lyLTmUxlauuGdhIQh2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ucw1ouym1dUAZzbT4mbtGu4ibTQuaep6 { color:#000000;display:block;width:12.4375rem;position:absolute;font-family:raleway;font-size:2.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:4.625rem;left:2.8125rem;display:none; }
#P3ciyvJbMZTodSaqR0IKKbkU1xRvJbTn { 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:11.4375rem;width:17.1875rem;display:none; }
#b1L25RnkkoTX3XKmKeJR20qXvHaQ17rL { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.0625rem;top:12.375rem;left:0.5rem;display:none; }
#kh9vtgrJB5amAkJaIfkPFHyU6gNgCAkd { 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.25rem;width:25rem;display:none; }
#WbdF5Lwrai5sTf81meihfuCeZbEdpXNE { position:absolute;display:block;z-index:15017;height:6.312rem;width:11.3115rem;top:4.171875rem;left:62.8095703125rem;display:block; }
#UQdDdlk4Lp6tbgXeZvXRZiJuxDmsT0c1 { position:relative;display:none; }#UQdDdlk4Lp6tbgXeZvXRZiJuxDmsT0c1 { border-width: 0; border-radius: 0; }#UQdDdlk4Lp6tbgXeZvXRZiJuxDmsT0c1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UQdDdlk4Lp6tbgXeZvXRZiJuxDmsT0c1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#NSwWhTVyP6WL86hm9XvQadptBrE34cH0 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#U0HrNByLcleyDhHfFGkWT4FKlWZuiAvp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MeaMGHZ9Ty137L0HZ3emTBGviLlJLFIC { color:#000000;display:block;width:12.4375rem;position:absolute;font-family:raleway;font-size:2.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:5.5rem;left:3.6875rem;display:none; }
#l9W38CEtbrKwOwGMU2bmAKbCppDLUnAx { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#CRcPZcxh1pf2LINMrlnENZc2TqT84lZn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GWmQHhzus7ntbVW7VeUqxCLGQdRV8H36 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#kQxyKxaOnle4ctOilQVaAfzNkg90roh9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VfzMEwANiwr9OzQpiRlA69umSnxhfszZ { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#LMCDh3ncL5DQbhRgwUyx2umqfUBABsGx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xdz5W8HaQH0G6umEXrDiUQvihvD7JtGT { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#UJibTieM6RiehIaRmRepSpc2wQLRZGAz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pqFHxRzvT6VoRCgZvTUrsLkqHcqdA35t { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#OmT1Zv7JzgwDIJkrGMubTbMSGTRGXV02 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qdDd2FRpzvav9OMi1TCEOcRH3Z0AUfQ2 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#KvxmdKl7pP4xeW9GkCWDEafh2ARB6NHe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vk2Wc2NATqBQIPAScXGuVUBOUbfrF0vg { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#G1edNGsuPucPmxliS2tv6BIWB4oG1mmx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TwQNFvOZ3l6WzHpbJFWVbNrvaTd4m6Zg { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#BdFeBCTLD9FCTdm2bTqXy9mle6xrA8yn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BWtRV8BDv0EG7QTT1T8iTpDBdLvlRaDD { position:relative;display:none; }#BWtRV8BDv0EG7QTT1T8iTpDBdLvlRaDD { border-width: 0; border-radius: 0; }#BWtRV8BDv0EG7QTT1T8iTpDBdLvlRaDD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BWtRV8BDv0EG7QTT1T8iTpDBdLvlRaDD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#oDrzPFvin2aBVvUIWIc9tkOdvx0DVXo5 { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.7495rem;top:1.06201171875rem;left:18.12451171875rem;display:none; }
#OyIXDevtrZDJNx85OlJGxrawTCpz73lp { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.7495rem;top:1.06201171875rem;left:18.12451171875rem;display:none; }
#d63ta0JOXQuyTBkUXX5uBGkfoTZAt8hc { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#Uc7EwWrUb1qLaFDDAaxlKawJcJXVrhhu { color:#000000;display:block;width:19.1875rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.6875rem;top:2rem;left:0.375rem;display:none; }
#cVHIt5AWZxxLhkIHRu7L0E6DxrGaUH9M { position:relative;display:none; }#cVHIt5AWZxxLhkIHRu7L0E6DxrGaUH9M { border-width: 0; border-radius: 0; }#cVHIt5AWZxxLhkIHRu7L0E6DxrGaUH9M > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cVHIt5AWZxxLhkIHRu7L0E6DxrGaUH9M > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#hmi4pT8V5pcmfzuRqzP7CuSCu7KQSCnv { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:2.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:10.1875rem;top:1.4375rem;left:0.875rem;display:none; }
#BSsUQdUSgs2CW9yT632UIFFMgpuK9E7C { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:31.75rem;top:12.6875rem;left:0.5rem;display:none; }
#LbGUUE08ruhLdEWaq73pXS8fdmQNWT1o { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:43.875rem;left:0.875rem;display:none; }
#fJy8tJ6wD26TEyv4d744XlinJw3LXiCu { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:14.9375rem;top:49.375rem;left:0.4375rem;display:none; }
#Mdvq10HiRvW8wqKtAir0rse9dIrU4TTM { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:11.1875rem;top:86.4375rem;left:0.4375rem;display:none; }
#aZW2UTUlQ3sp19XCnhuuFbvgB9okLI88 { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.875rem;top:80.8125rem;left:0.8125rem;display:none; }
#rADFZou8uPmkMzEsB4RC4ZzDPg9A3Fk3 { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:20.5rem;top:88.125rem;left:0.4375rem;display:none; }
#kgKZu1ZykF6Hu7P97zzw2uM4SKRZUlUH { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.875rem;top:82.5rem;left:0.8125rem;display:none; }
#O7HNBg2Nv3GizpAcx1UXD36cW0UFRsuy { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:13.0625rem;top:115.3125rem;left:0.4375rem;display:none; }
#UNTPtXLaXuEf1gZ2HnVwwwMpWr5oMePv { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.875rem;top:109.6875rem;left:0.8125rem;display:none; }
#goR72D8s86ReSCoT2DFvzOm3EMWMR2Q8 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#sAWpFk7IXp1OcUwWzU8rDNBgXTNRIblK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yOU7G6iR0BwXLiWAZT5hxxKTahW2rTFB { 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:17.4375rem;width:27.25rem;display:none; }
#M1L4c7C7pgiiXw0AVNBfv2tg7UR9lVQc { 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:49.375rem;width:42.4375rem;display:none; }
#a36RWTm1DDIRSfJzLSTOyhgekIli1AUG { 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.25rem;width:25rem;display:none; }
#ayg15t6w54c9xuRVH7d4Xm3tyTzDIDkL { position:relative;display:none; }#ayg15t6w54c9xuRVH7d4Xm3tyTzDIDkL { border-width: 0; border-radius: 0; }#ayg15t6w54c9xuRVH7d4Xm3tyTzDIDkL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ayg15t6w54c9xuRVH7d4Xm3tyTzDIDkL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#nrktgNSC4yOMKCq2AZJGJlbGdavydPrt { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:9.9375rem;top:0.875rem;left:0.875rem;display:none; }
#GT0lhVRTcsmgI9LU4h62B0lnmFV1zMRW { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:9.3125rem;top:12.1875rem;left:0.5rem;display:none; }
#esCw4SZxP8Imafy2kDVGtPwr5Hb4phT3 { 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:17.4375rem;width:27.25rem;display:none; }
#F4LISi8Q6HCXTbTOcVmyzw4fbobylAyg { 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:49.375rem;width:42.4375rem;display:none; }
#bsrAm53J7Nf3TExxAu9wJswI7eOKP12F { 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:13.25rem;width:75rem;display:none; }
#NONOxdk9IrlMLIVPQTmBskQVwQi1IlPx { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#C7aivonKNcdTQvf40IssID7hokIMuFWi { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:42.5625rem;left:0.875rem;display:none; }
#XWBvcTDPSmKwKqBJ2Cu7K01baMBXiZTB { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.875rem;top:45.625rem;left:0.875rem;display:none; }
#p4FZcu7Uvmati1lX1UxqoX6wpCkzyn0m { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.375rem;top:49rem;left:1.25rem;display:none; }
#J7z9ZL02dhNChpvc3rsPT24kafzrVkPt { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:2.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.1875rem;top:51.1875rem;left:0.875rem;display:none; }
#KUTXfy26P59T4SMSewRom9vWLZJLspMm { color:#000000;display:block;width:17.25rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.6875rem;top:54.625rem;left:1.3125rem;display:none; }
#zVP5KTcPFwwoPnMrQNvh5BGhgDetaQMr { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#seCkKgAFeTL3mqAJk0E8d7nrPzsw42vH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ehRm4lWMrRtUu8CNKoWLKh5TBZt9TuHT { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#oDiseoC6W9xpwTIrATn6EAOzlpO5pHJM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qr9FP3o9k01WeQHQW194ItToyTpQkdkv { 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:31.1875rem;width:75rem;display:none; }
#JgH4QCop3xSCyVAbLruFhgSTpBXAMFnc { 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.25rem;width:25rem;display:none; }
#bAx5HAPER3KdIvfWDKTgA8kTgoJm2dCC { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#TJNtdQZNOpg0qXBy57yT869nvo1W1zqn { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#cq3nmOgJyD4KOoRCw1TAnONXf7KNwQr9 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#IbDDFGSq3bL4c7I1zghmzC6rCQvWXyNX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RTEAa5n94dqKybdHH00K9bCZgH7iHTfF { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#hyighc5qPkIUODlT2WV1AhFhavmTZo3P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#voQHBP5gLeRSvbHBlCeBlpWHTVtAFsiO { color:#000000;display:block;width:17.25rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.6875rem;top:54.625rem;left:1.3125rem;display:none; }
#PKNfloCxTwlxpwJc63ceCJXebMpZ3Mgu { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:2.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.1875rem;top:84.625rem;left:0.875rem;display:none; }
#iGb5TtXEmtnzu3WidCSFvPU8fZA9RoAr { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.375rem;top:80.1875rem;left:1.3125rem;display:none; }
#cQALHpedSwJLV27D93CyxZ7mq5ozrozF { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.25rem;top:73.75rem;left:0rem;display:none; }
#UZLSXdDmUgk6GWc69VFcEJv2cFs0hIBV { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.8125rem;top:71.9375rem;left:0.9375rem;display:none; }
#lqHHvsOUghbINXJP7VNJl7oM9oW7PngN { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#hFLoIRcXSqHHNDbGHlucUqHeroAn8ZMl { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#nld9O1fhnHppEV81OkaexmZwwFH6aAwm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#azQp9zo0ayQIuQAzaWX5ObyXt4zoTlt7 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#SL7uG94vty1Gpa2p3Vn1Lpk12Oe8sa9J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ARayp0lysvQKwE9oOch9oInTvr4TTxSO { color:#000000;display:block;width:17.25rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.6875rem;top:54.625rem;left:1.3125rem;display:none; }
#DoEXd9Gaf7SFJaUlTO6aMppGLMKIpDIl { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:2.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.1875rem;top:114.625rem;left:0.9375rem;display:none; }
#hIC4NQRI9OR9dJnN6W1Mogm3VNAbMHG2 { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.375rem;top:109.75rem;left:1.3125rem;display:none; }
#DwWTnMBkHN4RrJyML9zGxh139zDtvUAw { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.25rem;top:103.5rem;left:0.9375rem;display:none; }
#ZhmL3cgtX64ZMlL73luDfiWITaVbQ9PA { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.8125rem;top:101.5rem;left:0.9375rem;display:none; }
#ivGK7vWDOTSDz8uL5Wbzcvi2Fbn1XQe0 { position:relative;display:none; }#ivGK7vWDOTSDz8uL5Wbzcvi2Fbn1XQe0 { border-width: 0; border-radius: 0; }#ivGK7vWDOTSDz8uL5Wbzcvi2Fbn1XQe0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ivGK7vWDOTSDz8uL5Wbzcvi2Fbn1XQe0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#eGXzuiGSITqHuN2iz9shdqczwXD293xu { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.25rem;top:0.875rem;left:0.875rem;display:none; }
#UrWyCUAcNbDUxrp3ckJNGkVUqchKQE5B { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:16.75rem;top:15.5625rem;left:0.4375rem;display:none; }
#MH9nbyZeh6CUtXXirVEEKTp80Z44JpsT { 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:17.4375rem;width:27.25rem;display:none; }
#w2EqnfQcIkvDidRQpPXZgZV3gHG3kJeU { 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:49.375rem;width:42.4375rem;display:none; }
#brBAL5e7TM1xyf7O5QdkVarT9z4bnTF4 { 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:13.25rem;width:75rem;display:none; }
#rOpk6rWWJFfphPEW2TodZRSOrXb6Xt1L { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#WwsrceopoeOWKxR6TnUU5mKRf12TpAI7 { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:42.5625rem;left:0.875rem;display:none; }
#dfgN3BFmkRFCBsVB3lqxa1c4p96EemZF { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.875rem;top:45.625rem;left:0.875rem;display:none; }
#QbKnJ5SyTg4STOpVVN51TWaTfMqq2XTV { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.375rem;top:49rem;left:1.25rem;display:none; }
#XMrmTkUbSM6z8sdKg1vrTpSRXpAS7Qo6 { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:2.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.1875rem;top:66.375rem;left:0.9375rem;display:none; }
#Sog0RTFWTBSRBTBhVhIOniJr2AxGSUkX { color:#000000;display:block;width:17.25rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.6875rem;top:54.625rem;left:1.3125rem;display:none; }
#xDmdE3rRaaKxw87054lr6v3o2nml15ES { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#gE6oUMuXlg7pvAodE6T6rJc7JBfSPZNz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EgRedJ3vu77xtaoXQGN9WLmGacRncAOl { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#MER2JAzITwO7yTvaHz7z65dAFmniyBB8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NiFrv6wMmQdGaM5fqOvoW07ghXaLdVlw { 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:31.1875rem;width:73.5rem;display:none; }
#TfM7X7NMSzy58KxbVwzgO6yI1Uru9iDi { 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.25rem;width:25rem;display:none; }
#wPdpfzHQVABVbBfTRHkiZgGZHFxsiO6A { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#qgUyl9C3hqrlefDZg4tcvqkXKtdCOWJA { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#xoy4EpsH0urJWXUzmhsgHv6J5PJzgneS { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#U8glmxZZDJginOH1TrQCiKPT8eRiFKpO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l4xUGtnnTzkNzhV5vV5yGgVzGr39qyvt { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#ql0T9h9SrTPZzXaBtEm6pAPXDdTVzZ7L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t1a5Sw7DvW8NA3SRaMkoiMaHWxQ0B2vq { color:#000000;display:block;width:17.25rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.6875rem;top:54.625rem;left:1.3125rem;display:none; }
#pu7hZempaA19y4kJEFGroJhBIXax9D0R { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:2.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.1875rem;top:95.625rem;left:0.8125rem;display:none; }
#wVFfuOmb71md5diHTpCZhkITrMTbSvga { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.375rem;top:80.1875rem;left:1.3125rem;display:none; }
#lW1Z8626kqTXmGeTKG26fmcNoKqCf6gV { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.25rem;top:73.75rem;left:0rem;display:none; }
#GoP6DlkoTT6f2nkm6grv2cTtGmLi7DBm { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.8125rem;top:71.9375rem;left:0.9375rem;display:none; }
#Q1aeaQrkvFk97w2OvVA59Lim76XduJPE { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#If9mTWv6tO1Nt9xwCUFwhOGBGhdt0bdT { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#OliG4TsqSZfXrtZEfOC3nMm72leH2X1R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GGln4o1oVC0dd67UUZCXrU2wDc7TmZbA { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#TbrVR7N2FQW450hbtFmGVHkL3pzRLwdA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vs7fHW6rioV0ehpwy0cITFwVM7ahmiC0 { color:#000000;display:block;width:17.25rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.6875rem;top:54.625rem;left:1.3125rem;display:none; }
#nTFo2HSwXl16WTWSh2ufNQA5ppnXUpDQ { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:2.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.1875rem;top:125.5rem;left:0.9375rem;display:none; }
#UDwNVsQtu7mcD0Hys9NxgWRsfn9wR79y { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.375rem;top:109.75rem;left:1.3125rem;display:none; }
#vQ4NUo1TKJasWPzw1euSdubQm2h1vhw5 { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.25rem;top:103.5rem;left:0.9375rem;display:none; }
#UQvEL5KkwPeUBnE6vXvTI7k42Zzlnl1F { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.8125rem;top:101.5rem;left:0.9375rem;display:none; }
#NHe4TUmxcwFGvpTGnsZ6AlrVTb7mHObL { position:relative;display:none; }#NHe4TUmxcwFGvpTGnsZ6AlrVTb7mHObL { border-width: 0; border-radius: 0; }#NHe4TUmxcwFGvpTGnsZ6AlrVTb7mHObL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NHe4TUmxcwFGvpTGnsZ6AlrVTb7mHObL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#REN3UlAgdrutkWTlKCABvXKnfHgb36Jd { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.25rem;top:1.25rem;left:0.875rem;display:none; }
#oSdzT3N79ceFcAGRVvuVPNClsmltDm3P { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:14.9375rem;top:17.3125rem;left:0.5rem;display:none; }
#wDmEA7fgxcN9Ezi8pdLD0p56NpKbNCk2 { 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:17.4375rem;width:27.25rem;display:none; }
#X18nfzw4AXR8VfFTxMbSxVbN2LxJShZs { 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:49.375rem;width:42.4375rem;display:none; }
#udJe7t6JCa3DI7c4N39Tiw5fvWJw8QN1 { 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:13.25rem;width:75rem;display:none; }
#MVwmciov3KsHLX2eb3rWx6u44zTwRNZN { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#UI2IaCezQl8HkoTX7DEVWyKvyyuTsoCw { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:42.5625rem;left:0.875rem;display:none; }
#XpXxt75ZbUuRT1VFfqD19GgbAHEfbpi8 { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.875rem;top:45.625rem;left:0.875rem;display:none; }
#cSg1l6z6Ti764SqXylB9BIxGwhiRfoyF { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.375rem;top:49rem;left:1.25rem;display:none; }
#ouxEf2yb5T1KZKHlpiNukHJbMKvZyioQ { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:2.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.1875rem;top:62.25rem;left:0.9375rem;display:none; }
#hm5cdTJsw02vv8Qq0NnZVkoLW4VBJRKg { color:#000000;display:block;width:17.25rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.6875rem;top:54.625rem;left:1.3125rem;display:none; }
#d1JuT3agzZHMucRT4NbSwkZlSDUnQTOy { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#g0XM8ND1tD14ISRTLuggUZy4HRt0UPxm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ud6OA3gpmSO36FE8oyPzJ6z6wQ33KQvQ { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#KLRZnShSHw1Ofef4hBhXizmy4R72Zcwl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z7n4G7Ra4Cp57WIfJyeXLXJCNeSqkAHk { 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:31.1875rem;width:70.625rem;display:none; }
#a4rKWb7rKO57a9QFlFBOW0yh20TN40Q0 { 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.25rem;width:25rem;display:none; }
#GcP1PpgnpMBXKI3mzsg3HrZhna6NlSFz { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#mpayuNLoVJ5uTmbuhcGSiAvZ18CNxSeQ { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#OZHyysvrepyvAMQeT4BDridzgD9PpD7E { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#VIlkCQDV4B2sPk3gveSzIp3QFSMqGPSH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iOoHhhRITLeqWukGyXc5IkSuImTIKExC { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#ATgsPM6lyehMamUTCwehRaRfVWVC1aeb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QFbqw6208RXqG5hiyKN4eQbIGUNUI16H { color:#000000;display:block;width:17.25rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.6875rem;top:54.625rem;left:1.3125rem;display:none; }
#MlBOWXycKoamQ0oaNQrd30TT7qGfq5QK { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:2.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.1875rem;top:91.5rem;left:0.8125rem;display:none; }
#Kk3zR3ruxs3IiEc6hfiiopZGemB7qAoG { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.375rem;top:80.1875rem;left:1.3125rem;display:none; }
#skEPqkiiErhgBo4geRcqIhMXDdvKkN6v { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.25rem;top:73.75rem;left:0rem;display:none; }
#GLm1D5X2eDDTbcPitg9ThXgKq42yV2Mo { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.8125rem;top:71.9375rem;left:0.9375rem;display:none; }
#iTsl9BNyXT5Vowpbk6mmIDRvHAm3gQsK { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#dwPrJxFCeCGFfP2c1R16QTq157BP9TDN { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#ZUREXLCgONR4nMl2iGCJmk3gbrrVJWNO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VZUnFoqqXEAdAw2zDny2UWiFceiXxlgi { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#cQwMltrkZByB1MNnpnxd7QktFhINgGN0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ydBQnrx8kxQRxXN791LqBpmIu3vh9h8U { color:#000000;display:block;width:17.25rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.6875rem;top:54.625rem;left:1.3125rem;display:none; }
#nS6HxuXyzeydwMwbQNuUPgZ3aUinNFdR { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:2.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.1875rem;top:121.375rem;left:0.9375rem;display:none; }
#TWvnrqmX9Ju4uahEsJCRyyO6WO5JZEnM { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.375rem;top:109.75rem;left:1.3125rem;display:none; }
#r0y1QDtPpWbU7G4clyL4vwCFQRbhpZiu { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.25rem;top:103.5rem;left:0.9375rem;display:none; }
#hxxR4GVxAv7lu6HVcTtqZW7pVuslB5dw { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.8125rem;top:101.5rem;left:0.9375rem;display:none; }
#mcfJILO1UbC8vPgE7tlgGhp7AEsFfSBR { position:relative;display:none; }#mcfJILO1UbC8vPgE7tlgGhp7AEsFfSBR { border-width: 0; border-radius: 0; }#mcfJILO1UbC8vPgE7tlgGhp7AEsFfSBR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mcfJILO1UbC8vPgE7tlgGhp7AEsFfSBR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#vtu2ppNWB3cMGkIXV8nylM1ys8yAF6Kz { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.25rem;top:1.25rem;left:0.875rem;display:none; }
#Xe8xmomQDCdbula4ATDEOkKeyEMu0SCl { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:14.9375rem;top:17.3125rem;left:0.5rem;display:none; }
#ExpWIMyTlTwVlXQ54fiVrndH0pWw5Rmd { 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:17.4375rem;width:27.25rem;display:none; }
#EPVgLOcnCihI4DhDylRIXBkSmQvxMDyp { 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:49.375rem;width:42.4375rem;display:none; }
#rehCekCwugGg6WKxlwRHkTR5FHvT8g5z { 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:13.25rem;width:75rem;display:none; }
#FaMWAHTF1JRox9Vl86aLv4TGogXgfKDw { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#uM4IicOiXfPUbwIcuQcGyThVmoqxmKLS { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:42.5625rem;left:0.875rem;display:none; }
#iiZHTcTKf0VbwJqWptffsSoJHbbcerVs { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.875rem;top:45.625rem;left:0.875rem;display:none; }
#Zm0tBIDCkLHHZLu04tmABxIPLN1MCMWy { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.375rem;top:49rem;left:1.25rem;display:none; }
#AEBLa8WqbwVGKqwrmTewsnM9sJhR4FwP { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:2.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.1875rem;top:62.25rem;left:0.9375rem;display:none; }
#SDP7E05Xt3e5cE03axsRkRAoT5PUHHSt { color:#000000;display:block;width:17.25rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.6875rem;top:54.625rem;left:1.3125rem;display:none; }
#WJf5nCRyatzsaPqyObX2f6PTXil4498V { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#IfpM4a3qD3KT21Hroll825pNyZk4CJwE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u3lTmW0USt5lbEzbQm3mvSmL27fnWnhU { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#wUeK476ymSJV4f9e1pfbgCdLuGoVdc7t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IHafb5d1TIqepTJiJzo0iy4cXccq8CEa { 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:31.1875rem;width:65rem;display:none; }
#woid8A5OxzESqvhWXyDUoOa0Tqw6nUnu { 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.25rem;width:25rem;display:none; }
#ToqiVH93etuow21X5EmJpRnAU7H1gtBa { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#gGoAZWHBKnpTDF0SlAe4a3ECJ3HcSWx6 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#QNIIwOWeuQMJDk7xD0t7EocKd4UwSu5R { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#dBUKhsstBtoIVowd3TW6wXbKQxuMRP2T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T1siHRouimFakbVeI4dSMzVVRJ5yqAKI { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#eBP06UdfC0T2m1C5uWWzEayMDxVOh8AH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UVKNvcNNTKqJF0RG7P9ups0QuQdZ9wNa { color:#000000;display:block;width:17.25rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.6875rem;top:54.625rem;left:1.3125rem;display:none; }
#VZ9E3mnzP0bdgWa45zEoIZXw5ZsETu22 { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:2.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.1875rem;top:91.5rem;left:0.8125rem;display:none; }
#DK9ENL9wvGVJ3wKppW9XTeSw7X2yfCSr { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.375rem;top:80.1875rem;left:1.3125rem;display:none; }
#xDk1QQbUgFcs6eE17mlSV7HMr9Usc1a3 { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.25rem;top:73.75rem;left:0rem;display:none; }
#pTFOlPvb1gf1VJAda30rU2WT5iTkWRSb { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.8125rem;top:71.9375rem;left:0.9375rem;display:none; }
#ebFQk6gSXs2KeWylfsTQEMRwFmTZTtt8 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#inM8ve0AsUL4nmtw35W1MTyIfOqllL9u { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#svxWuSo1HxA4mIJtXCMIyXdZhMbzBRZy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tdkpxP69Lm0TX7qDRgyUNUQm9PTGVHe8 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#R5C2eT5TMkit1IKWp9vIPSWN4GJm7gIz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NtmIsbE8rRG4RHUGd3Jxqxqduxiw1Gwf { color:#000000;display:block;width:17.25rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.6875rem;top:54.625rem;left:1.3125rem;display:none; }
#DFkIQwDQQPmLwCGp9SzM2uUwvVGcxb7Z { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:2.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.1875rem;top:121.375rem;left:0.9375rem;display:none; }
#HIEx9UIzMpFGCAJ1hZGByPOvunyNMFSE { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.375rem;top:109.75rem;left:1.3125rem;display:none; }
#J2NLFNvOVlot0KGz7hRCoPggn7pcvsyC { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.25rem;top:103.5rem;left:0.9375rem;display:none; }
#R2e0wLh0dMIWU3T44LP4oIlDacLHgqEH { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.8125rem;top:101.5rem;left:0.9375rem;display:none; }
#FmFPlWPZsVihJiSwth91bbxGnocszquq { position:relative;display:none; }#FmFPlWPZsVihJiSwth91bbxGnocszquq { border-width: 0; border-radius: 0; }#FmFPlWPZsVihJiSwth91bbxGnocszquq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FmFPlWPZsVihJiSwth91bbxGnocszquq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Rgr6H9Dk0dBDB17HCmR7WcRFMoS23dxg { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.25rem;top:1.25rem;left:0.875rem;display:none; }
#ZsspXy7mDoUzV0SfGX4HHTvALKnhbOKK { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:14.9375rem;top:17.3125rem;left:0.5rem;display:none; }
#GprBbQInEVzTKiuqlN2hUGTA6sH4FamM { 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:17.4375rem;width:27.25rem;display:none; }
#pQleSHkHTIczLRutccqdHoLTgaTM9WNe { 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:49.375rem;width:42.4375rem;display:none; }
#cFDEtwQqECfgKrurepm7TmpkL4U1UWtt { 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:13.25rem;width:75rem;display:none; }
#KkZtNq9m5hA51NcGbgGETbxW4mlgmVhZ { 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:29.4375rem;width:65rem;display:none; }
#R3m6hmcz2OotHgz54ZhnvyPmv2DJdrQc { 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.25rem;width:25rem;display:none; }
#NxO67whg8tXVzT9V4JWT9Vqru2kwrwRO { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#TrRuEhiRb5MKwIvIDq26O1HPaZQzV1Gh { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#SrlbG5uQsxFThS54LBz36KbVJtuu75iT { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#Rhb7Oo1hzVxMkLrmyO1WszIhpml68Rmh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sa6XuF1tJtK5d0X1Xv9G6fUuv3kX3WLa { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#k672tWyevQWLQSH9L3OukkX0Tq0vK1EX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JvuZnUJwCxe2GItyRhDlHVt17VZSZtfu { color:#000000;display:block;width:17.25rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.6875rem;top:54.625rem;left:1.3125rem;display:none; }
#VZAVd1UracNdsvLfFzeQdHfyolFXhf96 { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:2.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.1875rem;top:61.875rem;left:0.75rem;display:none; }
#Bk86nKvgEtPdpGTx6EOKIvFdP00sCoP3 { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.375rem;top:80.1875rem;left:1.3125rem;display:none; }
#eB12TTJVZ7PZNnmQPM6f75iTScI98cWs { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.25rem;top:73.75rem;left:0rem;display:none; }
#Wa5WXLhEITucuR1TbCTvoccBWR01M5TR { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.8125rem;top:71.9375rem;left:0.9375rem;display:none; }
#COUI3JHpE8A5EhhpfPbQtGlAs4CAI25C { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#pWIXTtlxRf8CVnH3WTyKri8maIwJX14y { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#nZRBm59WfBuvexThMJOyqMRopDci58A6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RnbWwx5cDzGhCu1qaGSwtAHLiqRPAR4p { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#JzvAnZ71aPUmVqTK9a5b9UnwEPWwkp5a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#edoyH7BNcpWTqMu7VT35yzQIvaTPJsML { color:#000000;display:block;width:17.25rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.6875rem;top:54.625rem;left:1.3125rem;display:none; }
#VPB0hLG5G9T6cQGSbTc6mrzqIzono3Wu { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:2.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.1875rem;top:91.875rem;left:0.8125rem;display:none; }
#TW0U8t3liXDIeVLRLyLmwdiPw5E812NT { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.375rem;top:109.75rem;left:1.3125rem;display:none; }
#dhoz3xIMmES9RXnoM87Pqr9KTAge56xq { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.25rem;top:103.5rem;left:0.9375rem;display:none; }
#mCztTUvfirlZFZ6RW6uk0qrst5ELhtJX { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.8125rem;top:101.5rem;left:0.9375rem;display:none; }
#LQQCG7sCna5GOrHux0ZGq2fN80V4y8le { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#QNo2qK3u6mAlsvLwLryiuoNbp11IqoJd { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#ma4eW7bP3Rn6EQhdxA1gHTIyTDPiD8uD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EBMo4R4pvPaZJaayHbSVquUITzg3w6XV { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#zDrpDFglz8tha6kNlhkyTQN2VITFK6XU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#llSx2BWS7NUavdAx9TgkxaWBgRp1m7Gp { color:#000000;display:block;width:17.25rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.6875rem;top:125.375rem;left:1.375rem;display:none; }
#ZOh7JleDUe8oKh7SBTL9DJoNe0tymRGh { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:2.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.1875rem;top:121.375rem;left:0.9375rem;display:none; }
#KJ7uJ2CVtoJnCBhOtzlyVV7bb7giwJ40 { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.0625rem;top:116.5625rem;left:1.3125rem;display:none; }
#vUiZFioz3b9Vpaxaiv1LZ54PdEcRfzz5 { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.25rem;top:110.3125rem;left:0.9375rem;display:none; }
#cZ5T1MST62AiLTzUbzKwAqPElQOhRiyF { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.8125rem;top:108.3125rem;left:0.9375rem;display:none; }
#sIArcAIfHzntRLexffsTdAfAO2rUx51c { position:relative;display:none; }#sIArcAIfHzntRLexffsTdAfAO2rUx51c { border-width: 0; border-radius: 0; }#sIArcAIfHzntRLexffsTdAfAO2rUx51c > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#sIArcAIfHzntRLexffsTdAfAO2rUx51c > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#WMSfgiGdAUGADdRQ6hiWZXETaPdoWUUn { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#ctZsNvBLqWMuW9HtoBIVbscw4Hgd9hWT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X6IedX6n6PLT82VRBgu5zKkM2nebF5uF { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#yQpzgxguLPU3f4b4FyIUE5wLdF7tQOMW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C4M0DQkBK5AsAJqM3BX0ivLLhPXVbtNb { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#GKCsP5mSHMdUrnguOz737okScG0sPXF0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DQH8O2IcOWcFuU1Z2hzQRUQ86KpFQ1DP { color:#000000;display:block;width:12.4375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:2.8125rem;left:5.5rem;display:none; }
#r5H7T4GxaRdRJDtdAObxph3igsKp3whB { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#dFS0tgzXW3sXb0f2l4KrJic5E4PSvf8p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HTlkoRriy4M2Udcc3FLzrRLZ4U4cNT1c { position:relative;display:none; }#HTlkoRriy4M2Udcc3FLzrRLZ4U4cNT1c { border-width: 0; border-radius: 0; }#HTlkoRriy4M2Udcc3FLzrRLZ4U4cNT1c > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#HTlkoRriy4M2Udcc3FLzrRLZ4U4cNT1c > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#vGuRQqDJgf1FLmwpEKeWQUPpfcsERMUF { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:9.4375rem;top:1.5625rem;left:0.875rem;display:none; }
#AMrpIkreTD5Hw0RH0NvHSGntVfZoM5EA { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:13.625rem;top:9rem;left:1.0625rem;display:none; }
#SXrK31GERDwfxFnUhgPBKy7ymigNMHmr { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.1875rem;top:22.125rem;left:3.3125rem;display:none; }
#OCyVyUuCHPeWZPSNkpkPQ4kk0gkSpVZ3 { 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:11.4375rem;width:17.1875rem;display:none; }
#aHVsd7SRhFLgq5AuXSORP0oJ85ildaci { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.875rem;top:5.5625rem;left:0rem;display:none; }
#hDe85ezmm0lpRaWK0G6O3Fz3OTMDe9y8 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:25.4375rem;left:1.8125rem;display:none; }
#nQNSDUv4WSkSiTK0aPNSi1MCQFf1blMt { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.0625rem;top:26.4375rem;left:0.8125rem;display:none; }
#ChFXxH8crXqJmnhi7MeQvebAtyxvbz6i { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#ofpBWBnlbq53HK6alXHEJx2nagUavP6B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WDT9EbWiR6sqo8ctkNCd9tliDLDDpMea { 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.25rem;width:25rem;display:none; }
#eJPLenSy73ykerspXU7SzhcWbAfOq4QA { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.8125rem;top:36rem;left:0.75rem;display:none; }
#TaEUIWKAGu8Z5US5lfEpOUrc5flTLmtm { color:#000000;display:block;width:16.125rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.125rem;top:32.8125rem;left:3.0625rem;display:none; }
#n5gq3SVoeoJ3SuMTJS2gLmFhZlssxqgH { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:25.4375rem;left:1.8125rem;display:none; }
#Im9TWhvSTRnxtrkTuxmQKtcsTyO4WTC3 { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.0625rem;top:47.6875rem;left:0.75rem;display:none; }
#FDfee688OV4oQP1mm7vs30LQNUxoT22Q { color:#000000;display:block;width:16.125rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.125rem;top:44.5rem;left:3.0625rem;display:none; }
#M9moiu1dX558t5nG2zOEon5hLcNs67qT { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:25.4375rem;left:1.8125rem;display:none; }
#G4o0U7rh4LzrF3nzUKb1uBJksis4KNv7 { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:11.875rem;top:54.25rem;left:0.5rem;display:none; }
#Vv7Xwz8kHkHyvm4Z1Tefa59TH7O4blXT { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#ZIpJ75m3wltcil9TL5MIgi0lOdsJMdJk { position:relative;display:none; }#ZIpJ75m3wltcil9TL5MIgi0lOdsJMdJk { border-width: 0; border-radius: 0; }#ZIpJ75m3wltcil9TL5MIgi0lOdsJMdJk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZIpJ75m3wltcil9TL5MIgi0lOdsJMdJk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#hTcuPUp99Tts8hfuERGahliI0lnZcisC { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.3125rem;top:0.625rem;left:0rem;display:none; }
#GA67xTo8zvTXHF8TMSZ5y6gPTfTQSWqa { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:13.625rem;top:9.6875rem;left:1.0625rem;display:none; }
#ZCci4PkEbJ10s0SZTk2kvFkAQAsff0p7 { color:#000000;display:block;width:16.125rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.125rem;top:24.375rem;left:3.1875rem;display:none; }
#UFNoaK2mn5G8JBl2DAaa53WwmPaoKLoI { 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:11.4375rem;width:17.1875rem;display:none; }
#oZIFcyHEfFGZbc85ZJ37ndw7qToe6Tdp { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:7.875rem;top:4rem;left:1.0625rem;display:none; }
#d3U2W1vps3uDafelAqVfwdCPyGVPktE6 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:25.4375rem;left:1.8125rem;display:none; }
#vlRSG4kBk6fgmhgzpZH2TwEHzCJAwPDy { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.0625rem;top:27.5625rem;left:0.875rem;display:none; }
#NNRP9RB2bkFVOkADSbgT9E7TLTOmb4nW { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#N4DQHeGgQcpX0v3dcxV8G1x7gUuaKeiK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wcOwTH4L7RKx5G4XpmFU3vpIz90utp9r { 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.25rem;width:25rem;display:none; }
#w0bv3RUJAwAx4KA5qlv45nTbDMIts275 { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.0625rem;top:37.0625rem;left:0.75rem;display:none; }
#lUmmRnpaxxvLfDIWO2cCq2a6uxMNmsMz { color:#000000;display:block;width:16.125rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.125rem;top:33.875rem;left:3.0625rem;display:none; }
#xDTmWRfb7caX2Iu7oDKE4lTZALBQBr6T { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:25.4375rem;left:1.8125rem;display:none; }
#xTiBmzwlm7FnuCL21fP1AJKg7kvJMb5H { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.0625rem;top:48.75rem;left:0.75rem;display:none; }
#QHL8lIgdVhbent2PhTthdnviwpmCkKwZ { color:#000000;display:block;width:16.125rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5625rem;top:45.5625rem;left:3.0625rem;display:none; }
#QfnKawvJ8sAwqO4MH9mnJs8SbfOkadTf { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:25.4375rem;left:1.8125rem;display:none; }
#zC44dbkMKE0qgKgEn3ltPARxRLBzcKwQ { color:#000000;display:block;width:18.625rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.75rem;top:60.25rem;left:0.6875rem;display:none; }
#schL0Mm4i19mwW3xJESBouFvxw9PWrds { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#p5RRxNxWVmhGr7RMmqnWtbRi12JSqTh2 { position:relative;display:none; }#p5RRxNxWVmhGr7RMmqnWtbRi12JSqTh2 { border-width: 0; border-radius: 0; }#p5RRxNxWVmhGr7RMmqnWtbRi12JSqTh2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#p5RRxNxWVmhGr7RMmqnWtbRi12JSqTh2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#F3GyTc2kX5aFP0uT2QM3vGDRHLIG82pG { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.3125rem;top:0.625rem;left:0rem;display:none; }
#hqLVMbZSz3vuNeoa7sin8vkBonOFkpis { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:10.1875rem;top:9.625rem;left:1rem;display:none; }
#Hiky7FL28I0NWcf5Fn94tXSQDVoUoUV9 { color:#000000;display:block;width:16.125rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.125rem;top:24.375rem;left:3.1875rem;display:none; }
#XzOOPleTlC78ZNge8ezwUGR6mfcgtEll { 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:11.4375rem;width:17.1875rem;display:none; }
#mTLb9E9imokNwvoiqSZfpaJPfepRsHXp { color:#000000;display:block;width:13.3125rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:7.875rem;top:4rem;left:1rem;display:none; }
#tVPnVLR12FIhFkz793k6WZr6RPoUaUIE { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:25.4375rem;left:1.8125rem;display:none; }
#AvcJ8AfGSb0S7C6Fwu3fHygD8Xvvgim6 { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.8125rem;top:27.5rem;left:0.8125rem;display:none; }
#IX6TdzMdBU4zGxKxyVtzFGG63T9XTDuN { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#z2ZUvPxRnULzFPl6kBmrD808oX53mV7B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ng83TLGCrLQbohQSDnKZk8JMgRWyZ0fW { 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.25rem;width:25rem;display:none; }
#J4q8SWXDkmw2dKTZKXKsc0VlkEcbtKmz { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.0625rem;top:37rem;left:0.75rem;display:none; }
#ugBHmuO5FUTioH8R7TmavTeFqFnGW335 { color:#000000;display:block;width:16.125rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.125rem;top:33.9375rem;left:2.4375rem;display:none; }
#XzIVB68uZGavDBmDlzGs9q1s4FePbVNB { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:25.4375rem;left:1.8125rem;display:none; }
#i5yD1stEQxz3TnveyDc99X3QEUCFIBgT { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:10.1875rem;top:48.375rem;left:0.8125rem;display:none; }
#pDCRyOeRiC7UEvkybOIqXSb831zMWWz4 { color:#000000;display:block;width:16.125rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.125rem;top:43.5rem;left:3rem;display:none; }
#k2gFHEMuL61Z4UTPThIvM8U3WbxqfT0A { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:25.4375rem;left:1.8125rem;display:none; }
#JgEgsZ4ups7PnzxR6noE51lSGIUGgPI7 { color:#000000;display:block;width:18.625rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.75rem;top:65.3125rem;left:0.6875rem;display:none; }
#TTcSJVnsIvPnwupfT1THKr1k75y4Zh8X { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#xCz1hMpda5kw0EA49nTLhuGulbOTxM28 { position:relative;display:none; }#xCz1hMpda5kw0EA49nTLhuGulbOTxM28 { border-width: 0; border-radius: 0; }#xCz1hMpda5kw0EA49nTLhuGulbOTxM28 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xCz1hMpda5kw0EA49nTLhuGulbOTxM28 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#eqZ8Dd0bzvFE3Rqd690bR8C7r6Jr8wAm { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.3125rem;top:0.625rem;left:0rem;display:none; }
#l59q3gTxtgcIMW0VJQmylHwl7k35AAZ0 { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:11.875rem;top:9.625rem;left:1rem;display:none; }
#hQx8LMH7BSUEuPd8hUJuMMTZSsJSWiaA { color:#000000;display:block;width:16.125rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.125rem;top:23.8125rem;left:3.1875rem;display:none; }
#THGTTPJPMykrP1v5TZMTwF8RXNccTVR1 { 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:11.4375rem;width:17.1875rem;display:none; }
#JcLZLAdscdKtK9afaOTMIeAsSOqazhcI { color:#000000;display:block;width:14.875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6rem;top:4rem;left:1rem;display:none; }
#UIKTLQ4SOvb7QRrGk4ZQAivT8izZVfg4 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:25.4375rem;left:1.8125rem;display:none; }
#glFOHArGTeWZTHsRzCtPt0vkdTzPqUUb { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.8125rem;top:27rem;left:0.875rem;display:none; }
#RHKteHOTuVJ6uO5520ezRD52m2uNWOKl { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#vzOM7B32lIfmhyebSGacG7aMpDU0vk2t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WWuMzTe2DTzPLu6UplvIAcabJ16ZpsEu { 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.25rem;width:25rem;display:none; }
#MR2c24JNl4v1U1svUNL47BJ7ETUeSE4z { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.8125rem;top:38.25rem;left:0.75rem;display:none; }
#zBvp9OyCo3RrqK81MhJx8U9MLUOEDcn3 { color:#000000;display:block;width:16.125rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5625rem;top:34.5rem;left:2.4375rem;display:none; }
#TTKXG6M0MmIHWEBT4kD6aDTrxHIIkREx { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:25.4375rem;left:1.8125rem;display:none; }
#KG4qqcmbP0fy3t9f2DrC4qo67GCB5DTS { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.8125rem;top:48.5rem;left:0.8125rem;display:none; }
#g1gqHXFZVNqVEM9xufJlkPyfP0lem7oN { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:25.4375rem;left:1.8125rem;display:none; }
#vwTPZZzmOzISe1ZtEE0vttATUOg333mK { color:#000000;display:block;width:18.625rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:9.5rem;top:64.75rem;left:0.6875rem;display:none; }
#aKQvfET8QRbqI51V03Oy9uxQhP6NTUQq { color:#000000;display:block;width:16.125rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.125rem;top:45.375rem;left:3.1875rem;display:none; }
#O7yUS4BduEzb1m9O4fCn22W1CNk6G1q4 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#rp08hP3oI7lTFTc59zyAFp5N1kBqzXSN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#rp08hP3oI7lTFTc59zyAFp5N1kBqzXSN > .row .container { background-color: transparent; background-image: none; }#rp08hP3oI7lTFTc59zyAFp5N1kBqzXSN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rp08hP3oI7lTFTc59zyAFp5N1kBqzXSN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rp08hP3oI7lTFTc59zyAFp5N1kBqzXSN > .row .container > .video-iframe-container { display: none; }#rp08hP3oI7lTFTc59zyAFp5N1kBqzXSN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rp08hP3oI7lTFTc59zyAFp5N1kBqzXSN > .row > .video-iframe-container { display: none; }#rp08hP3oI7lTFTc59zyAFp5N1kBqzXSN > .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); }#rp08hP3oI7lTFTc59zyAFp5N1kBqzXSN > .row .container { border-width: 0; border-radius: 0; }#rp08hP3oI7lTFTc59zyAFp5N1kBqzXSN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rp08hP3oI7lTFTc59zyAFp5N1kBqzXSN > .row .container { font-size:0.875rem;font-family:raleway;height:14.0625rem;width:75rem;position:relative;display:block; }#K48QrWn2Kfu9eASibsrUyrt6uy2781x6 { 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:5.3125rem;width:18.8125rem;top:4.34326171875rem;left:42.2109375rem;overflow:hidden;display:block; }
#lnDxsZRQFImGGfovRNlvwr8uF1fTq6nL { position:absolute;display:block;z-index:15009;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.0625rem;width:16.5625rem;top:1.5rem;left:3.21533203125rem;overflow:hidden;display:block; }
#MVH2tpDuzdEVibuNQvqKfddQ1OpLbfBz { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.187rem;width:9.624rem;top:1.43701171875rem;left:62.38916015625rem;overflow:hidden;display:block; }
#CADiB34MK9W20nfX3uxmapcHPnZhuRda { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:21.1875rem;top:4.0927734375rem;left:21.0234375rem;overflow:hidden;display:block; }
#NFVxmmIKtOXegEEEuXU3IkGToDLz1k3S { position:relative;display:block; }#NFVxmmIKtOXegEEEuXU3IkGToDLz1k3S { background-color: transparent; background-image: none; }#NFVxmmIKtOXegEEEuXU3IkGToDLz1k3S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NFVxmmIKtOXegEEEuXU3IkGToDLz1k3S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NFVxmmIKtOXegEEEuXU3IkGToDLz1k3S > .row .container > .video-iframe-container { display: none; }#NFVxmmIKtOXegEEEuXU3IkGToDLz1k3S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NFVxmmIKtOXegEEEuXU3IkGToDLz1k3S > .row > .video-iframe-container { display: none; }#NFVxmmIKtOXegEEEuXU3IkGToDLz1k3S > .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); }#NFVxmmIKtOXegEEEuXU3IkGToDLz1k3S { border-width: 0; border-radius: 0; }#NFVxmmIKtOXegEEEuXU3IkGToDLz1k3S > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NFVxmmIKtOXegEEEuXU3IkGToDLz1k3S > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:39.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#g5HHtNQmIpDN4NrKaoAwW5xEgeGLpB1m { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.7480625rem;top:5.56201171875rem;left:18.12451171875rem;display:block; }
#KzyEIKzV9cX2zArRhi3xhi7qafdXtq7T { color:#ffffff;display:block;width:36.249rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8544921875rem;left:19.3740234375rem;height:4.54980625rem;font-style:normal;display:block; }
#y8QR7wudDiEamNCoINEPN0zhKJIashGi { position:relative;display:block; }#y8QR7wudDiEamNCoINEPN0zhKJIashGi { background-color: transparent; background-image: none; }#y8QR7wudDiEamNCoINEPN0zhKJIashGi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y8QR7wudDiEamNCoINEPN0zhKJIashGi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y8QR7wudDiEamNCoINEPN0zhKJIashGi > .row .container > .video-iframe-container { display: none; }#y8QR7wudDiEamNCoINEPN0zhKJIashGi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y8QR7wudDiEamNCoINEPN0zhKJIashGi > .row > .video-iframe-container { display: none; }#y8QR7wudDiEamNCoINEPN0zhKJIashGi > .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); }#y8QR7wudDiEamNCoINEPN0zhKJIashGi { border-width: 0; border-radius: 0; }#y8QR7wudDiEamNCoINEPN0zhKJIashGi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#y8QR7wudDiEamNCoINEPN0zhKJIashGi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:82.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OqCmqxT2NODtKi5JDydoDtES3TzEAP6N { color:#000000;display:block;width:64.3125rem;position:absolute;font-family:raleway;font-size:3.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.24853515625rem;left:5.34375rem;height:8.285125rem;display:block; }
#NO3CVyWHcWrKhJ7DPNXF1ReFtcPdTcou { position:absolute;display:block;z-index:15002;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:13.2480625rem;width:20.8125rem;top:63.5625rem;left:36.25rem;overflow:hidden;display:block; }
#sQWkLeLLTZT4IhvNvhNsILDlK8yozzEt { position:absolute;display:block;z-index:15003;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:13.3125rem;width:11.4375rem;top:63.5625rem;left:59.5rem;overflow:hidden;display:block; }
#OinHeOOpFchWgzsoIpxx8DJ4f4JdtsbS { color:#000000;display:block;width:30.75rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:22.6875rem;left:2.6875rem;height:2.8418rem;font-style:normal;display:block; }
#R79a7aMga5oQnrUdemb2nPnSt5K0HSLk { color:#000000;display:block;width:33.5625rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:25.0625rem;left:2.6875rem;height:11.3745rem;text-align:left;text-align-last:left;display:block; }
#vXfJAUKDNKZ24D0Ih0DZC0mhRkTIZunh { color:#000000;display:block;width:32.6875rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:22.6875rem;left:38.1875rem;height:5.68359375rem;font-style:normal;display:block; }
#TZSULJvQsH1KRQbVpFBB1SID0a8lQd89 { color:#000000;display:block;width:33.5625rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:25.5rem;left:38.1875rem;height:9.099625rem;text-align:left;text-align-last:left;display:block; }
#oBPqZN1X0pwI48LZ2UTOA6E1xoWtZ0k8 { color:#000000;display:block;width:33.5625rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:46.75rem;left:2.6875rem;height:15.9243125rem;text-align:left;text-align-last:left;display:block; }
#PTlRuZbzFC1oXTeSlZTvDZhRRLJKWD1k { color:#000000;display:block;width:30.75rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:40.5rem;left:2.6865234375rem;height:5.68359375rem;font-style:normal;display:block; }
#ubA3TRauTu9UgtyMwFw0s0bkrx9TLwkO { color:#000000;display:block;width:33.5625rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:45.5625rem;left:38.4375rem;height:11.3745rem;text-align:left;text-align-last:left;display:block; }
#ueAmEGTLTx9sJ9smMUs8dcadqy0IhFTA { color:#000000;display:block;width:34.125rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:40.5rem;left:38.1875rem;height:5.68359375rem;font-style:normal;display:block; }
#iQ1yZ6zwlbCZMUPGKrZKMzCyfRoGMKpJ { color:#000000;display:block;width:28.5615rem;position:absolute;font-family:raleway;font-size:1.6875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:66.375rem;left:2.6875rem;height:4.38574375rem;font-style:normal;display:block; }
#TNJPhCywrWKRgH1DIWVR39qGtNKHMZLA { background-color:#f37c04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.6225625rem;height:4.0620125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:69.1875rem;left:6.125rem;display:block; }
#zNREEmbx0WROmCu5i8QWdhQ8Mr3803ck { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hXNb47od3eOB8oEOTPusOF9G7PDP4uTi { color:#000000;display:block;width:60.9375rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:6.84375rem;height:13.6494375rem;text-align:center;text-align-last:center;display:block; }
#LITi60g3qrM1Ux6dIJ26oHwTSOZaxluy { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.499025rem;width:16.9365rem;top:75.81298828125rem;left:10.998046875rem;overflow:hidden;display:block; }
#JBn228UBwCPhxiwuTPdp1Tn9GieJKFBV { position:relative;display:block; }#JBn228UBwCPhxiwuTPdp1Tn9GieJKFBV { background-color: transparent; background-image: none; }#JBn228UBwCPhxiwuTPdp1Tn9GieJKFBV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBn228UBwCPhxiwuTPdp1Tn9GieJKFBV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBn228UBwCPhxiwuTPdp1Tn9GieJKFBV > .row .container > .video-iframe-container { display: none; }#JBn228UBwCPhxiwuTPdp1Tn9GieJKFBV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBn228UBwCPhxiwuTPdp1Tn9GieJKFBV > .row > .video-iframe-container { display: none; }#JBn228UBwCPhxiwuTPdp1Tn9GieJKFBV > .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); }#JBn228UBwCPhxiwuTPdp1Tn9GieJKFBV { border-width: 0; border-radius: 0; }#JBn228UBwCPhxiwuTPdp1Tn9GieJKFBV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JBn228UBwCPhxiwuTPdp1Tn9GieJKFBV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:67.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#V5MQN4AZb6OT7QfmbK6wog9quWwkcTdH { position:absolute;display:block;z-index:14998;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:9.249rem;width:15.1245rem;top:18.1845703125rem;left:2.0302734375rem;overflow:hidden;display:block; }
#w1T6s4MxVhbEinOMluzKayOvLRIVq8D0 { position:absolute;display:block;z-index:15172;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.061525rem;width:36.312rem;top:25.24658203125rem;left:19.34326171875rem;overflow:hidden;display:block; }
#Xna0X9MDi8s9wO0SAQoN6pTsXgAm2Vhp { 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:14.937rem;width:36.4995rem;top:1.6435546875rem;left:37.43701171875rem;overflow:hidden;display:block; }
#BsRIbZSmUzTRgQJZiUkTVFKz18P0bRgI { position:absolute;display:block;z-index:15012;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:9.624rem;width:8.25rem;top:18.873046875rem;left:61.36962890625rem;overflow:hidden;display:block; }
#S0wGyAhZZZLsJE3NTdorso7pHNJXtIqT { color:#000000;display:block;width:33.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15018;line-height:1.7;letter-spacing:0;top:1.6435546875rem;left:2.0302734375rem;height:1.70068125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V5rndM6lyoid2TSuUOk6Tm8wfcKicIAk { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:raleway;font-size:2.4375rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:3.3427734375rem;left:1.34326171875rem;height:3.41161875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KLttN9PFk5tyM16JyaREVCzlx1yDqvUJ { color:#000000;display:block;width:26.25rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:7.91015625rem;left:5.7802734375rem;height:5.10205rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#D7On5JNrRTGb0sNiWING8tFKqG5ntJWn { box-sizing:content-box;height:31.3125rem;width:22.5rem;position:absolute;display:block;z-index:15100;background-color:rgba(30,144,255,0.39);background-image:none;top:32.4375rem;left:2.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#pKPtsl04TyMBMa1FA15oZrrKbozHTCfC { background-color:#1c1c20;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.2475625rem;height:4.186525rem;text-decoration:none;z-index:15159;text-align:center;text-align-last:center;top:58.625rem;left:2.9375rem;display:block; }
#alvdxng0zlkkfNRtZgH2ocQdVwOynPRg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TzRGHR7Vxwa1fW6U65WtfIk3eGmxL5xG { background-color:#f37c04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.2475625rem;height:4.186525rem;text-decoration:none;z-index:15160;text-align:center;text-align-last:center;top:53.875rem;left:2.9375rem;display:block; }
#gvWeRFT1bchMzmMOW4gBriue77BF6Nea { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZDuAcMWGr1TmILVHMxz8NyuhCgUp4WDf { color:#ffffff;display:block;width:19.1850625rem;position:absolute;font-family:raleway;font-size:1.6875rem;font-weight:700;z-index:15151;line-height:1.7;letter-spacing:0;top:48.75rem;left:3.875rem;height:5.736325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nSJEDgMpsoZgnOK627Vit82RTXyly6Bk { color:#ffffff;display:block;width:22.9980625rem;position:absolute;font-family:raleway;font-size:3.8125rem;font-weight:normal;z-index:15114;line-height:1.4;letter-spacing:0;top:43.5rem;left:2rem;height:5.3378875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Qhg5uG7QPFVH5r58Q6t9Lv3SSm93vQGl { color:#ffffff;display:block;width:22.6875rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15152;line-height:1.7;letter-spacing:0;top:38.625rem;left:2.25rem;height:4.8837875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h5KPALJGOlGFfbqLwNevILJdTa3Dx3sa { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15149;line-height:1.7;letter-spacing:0;top:35.4375rem;left:2.0625rem;height:3.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WFsp4R9SPZavJzk9ZtboVpPSdoBXwzao { box-sizing:content-box;height:1.9995125rem;width:15.0615rem;position:absolute;display:block;z-index:15160;background-color:#1e90ff;background-image:none;top:33.4375rem;left:6rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#cpFwZk0DUpqKRUtTDlP3F99keL6pxouR { color:#ffffff;display:block;width:14.3730625rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:700;z-index:15161;line-height:1.3;letter-spacing:0;top:33.375rem;left:6.375rem;height:2.1108375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dOZoKHvC9CfRJ9dePI20FfkHT3u7Mx6u { box-sizing:content-box;height:31.3125rem;width:22.5rem;position:absolute;display:block;z-index:15109;background-color:rgba(197,3,14,0.39);background-image:none;top:32.4375rem;left:26.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#MpE4Pna6uhPP1N1pX269COmTTLVui6wE { background-color:#1c1c20;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.2475625rem;height:4.186525rem;text-decoration:none;z-index:15168;text-align:center;text-align-last:center;top:58.625rem;left:27.5625rem;display:block; }
#mXw3neV1c9bZO0o8ScZTmsA4hUeHbO4Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IJyZXHx3W2445OqRSgT0Wnr5btTMqbOX { background-color:#f37c04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.2475625rem;height:4.186525rem;text-decoration:none;z-index:15169;text-align:center;text-align-last:center;top:53.875rem;left:27.5625rem;display:block; }
#lRXnyq3zLVmGDSzlIfR7w7FldSInlnMX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MkL4P0pktJsTy4NtoR2HGsB0vqNJOTPG { color:#ffffff;display:block;width:19.1850625rem;position:absolute;font-family:raleway;font-size:1.6875rem;font-weight:700;z-index:15160;line-height:1.7;letter-spacing:0;top:48.75rem;left:28.5rem;height:5.736325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UeSwzITUIgi8X3SdI3762PbMAuDLk5xt { color:#ffffff;display:block;width:22.9980625rem;position:absolute;font-family:raleway;font-size:3.8125rem;font-weight:normal;z-index:15123;line-height:1.4;letter-spacing:0;top:43.5rem;left:26.625rem;height:5.3378875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#EaLzqFLSnQLEhaVSw9TENvJN9Tp3FmDT { color:#ffffff;display:block;width:22.6875rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15161;line-height:1.7;letter-spacing:0;top:38.625rem;left:26.875rem;height:4.8837875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TSzDceAgclUW5D2IRMRZylpgJO4f0LJ1 { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:700;z-index:15158;line-height:1.7;letter-spacing:0;top:35.95751953125rem;left:26.6865234375rem;height:2.76123125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fvAehTzcHL3T1QnC74D8bGJuvpzk3eVi { box-sizing:content-box;height:1.9995125rem;width:15.0615rem;position:absolute;display:block;z-index:15169;background-color:#ff0416;background-image:none;top:33.4375rem;left:30.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#i11vtPwRO0g6FWal356OSaKXXNJZXNpn { color:#ffffff;display:block;width:14.3730625rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:700;z-index:15170;line-height:1.3;letter-spacing:0;top:33.375rem;left:31rem;height:2.1108375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MF1VW7MD7Wf9xOXxbcmIllpRgZmh4i1e { box-sizing:content-box;height:31.3125rem;width:22.5rem;position:absolute;display:block;z-index:15118;background-color:rgba(128,0,32,0.39);background-image:none;top:32.4375rem;left:50.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#h65iS1MXKPTwgdzQxPChh6LqI4CM7fmp { background-color:#1c1c20;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.2475625rem;height:4.186525rem;text-decoration:none;z-index:15177;text-align:center;text-align-last:center;top:58.625rem;left:51.4375rem;display:block; }
#LUuTighnRCXNesvNQNL9rBQ91noetxEH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MXdglnKNtk98u0q2SPVwoA1Vtkth9zCG { background-color:#f37c04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.2475625rem;height:4.186525rem;text-decoration:none;z-index:15178;text-align:center;text-align-last:center;top:53.875rem;left:51.4375rem;display:block; }
#JWOfT1k0NvFTOTkZhkbXreQBNE8R6TX2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dl6h9qNdTLiWEQE7F70lVdlEyKWfW9d5 { color:#ffffff;display:block;width:19.1850625rem;position:absolute;font-family:raleway;font-size:1.6875rem;font-weight:700;z-index:15169;line-height:1.7;letter-spacing:0;top:48.75rem;left:52.375rem;height:5.736325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RfOwNvdHmnw3s4zyAuTm5oTMr8K3UDJB { color:#ffffff;display:block;width:22.9980625rem;position:absolute;font-family:raleway;font-size:3.8125rem;font-weight:normal;z-index:15132;line-height:1.4;letter-spacing:0;top:43.5rem;left:50.5rem;height:5.3378875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VSSWZa1lOaznm5kNXgfVqBMrPzyXzg4C { color:#ffffff;display:block;width:22.6875rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15170;line-height:1.7;letter-spacing:0;top:38.625rem;left:50.75rem;height:4.8837875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dTDDZoAAmiCVTvIf3XsTOWdPsVMibEm0 { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15167;line-height:1.7;letter-spacing:0;top:35.4375rem;left:50.5625rem;height:2.6557625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f7gbaARDTmIAcTr7gbLFGH08ykRwkIbH { box-sizing:content-box;height:1.9995125rem;width:15.0615rem;position:absolute;display:block;z-index:15178;background-color:#800020;background-image:none;top:33.4375rem;left:54.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#n8OeEgz3wVAKbkwORkWfRVwMPmlBNDqI { color:#ffffff;display:block;width:14.3730625rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15179;line-height:1.3;letter-spacing:0;top:33.375rem;left:54.875rem;height:3.73535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TiGOypfzWocDvJTAtRSFld43ZRBrZbq8 { box-sizing:content-box;height:36.375rem;width:75rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2a2a2a, #000000);background-image: -moz-linear-gradient(180deg, #2a2a2a, #000000);background-image: -ms-linear-gradient(180deg, #2a2a2a, #000000);background-image: -o-linear-gradient(180deg, #2a2a2a, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2a2a', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2a2a', endColorstr='#000000' );";background-image: linear-gradient(180deg, #2a2a2a, #000000);background-size:auto !important;top:31.30810546875rem;left:0rem;display:block; }
#UsaPTCvn246IzcRXzirgrrDH2ksTJx6J { position:relative;display:block; }#UsaPTCvn246IzcRXzirgrrDH2ksTJx6J { background-color: transparent; background-image: none; }#UsaPTCvn246IzcRXzirgrrDH2ksTJx6J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsaPTCvn246IzcRXzirgrrDH2ksTJx6J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsaPTCvn246IzcRXzirgrrDH2ksTJx6J > .row .container > .video-iframe-container { display: none; }#UsaPTCvn246IzcRXzirgrrDH2ksTJx6J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsaPTCvn246IzcRXzirgrrDH2ksTJx6J > .row > .video-iframe-container { display: none; }#UsaPTCvn246IzcRXzirgrrDH2ksTJx6J > .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); }#UsaPTCvn246IzcRXzirgrrDH2ksTJx6J { border-width: 0; border-radius: 0; }#UsaPTCvn246IzcRXzirgrrDH2ksTJx6J > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UsaPTCvn246IzcRXzirgrrDH2ksTJx6J > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:67.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PXdfUZUCnAo1H9UHo7TmEpkkp5NcutsM { position:absolute;display:block;z-index:14998;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:9.249rem;width:15.1245rem;top:18.1845703125rem;left:2.0302734375rem;overflow:hidden;display:block; }
#TxE1os0mrx5mNQ1Cpm7mxzVyMI8VxiqB { position:absolute;display:block;z-index:15172;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.061525rem;width:36.312rem;top:25.24658203125rem;left:19.34326171875rem;overflow:hidden;display:block; }
#kp8wILQCKkt3rBtcsTe9Z4nb4LkmSf1i { 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:14.875rem;width:35.0625rem;top:1.6435546875rem;left:37.43701171875rem;overflow:hidden;display:block; }
#xqmCI5RRHIKol2MDLyaVnobPrfbWQ3Fl { position:absolute;display:block;z-index:15012;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:9.624rem;width:8.25rem;top:18.873046875rem;left:61.36962890625rem;overflow:hidden;display:block; }
#vK6AIaRdwtkaovJsxeNn6SLMC0RJEuuM { color:#000000;display:block;width:33.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15018;line-height:1.7;letter-spacing:0;top:1.6435546875rem;left:2.0302734375rem;height:1.70068125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AL8yOGTdybJseTOXy5qEXayoKGdsc8bU { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:raleway;font-size:2.4375rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:3.3427734375rem;left:1.34326171875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N6P1CORmN3UKVnTXZMGOb3DOgKghGIys { color:#000000;display:block;width:26.25rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:7.91015625rem;left:5.7802734375rem;height:6.80275rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#auJ54wEVUpGvDq6CH4tu5SiZ3nMTEOWS { box-sizing:content-box;height:31.3125rem;width:22.5rem;position:absolute;display:block;z-index:15100;background-color:rgba(30,144,255,0.39);background-image:none;top:32.4375rem;left:2.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#Dxu42NU7hnspBVM3hHrvQNkTU0KFqRlT { background-color:#1c1c20;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.2475625rem;height:4.186525rem;text-decoration:none;z-index:15159;text-align:center;text-align-last:center;top:58.625rem;left:2.9375rem;display:block; }
#TJqkuWNrlnHQ4qJOvqRoCTDmM78Ma2sF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lK1dmSzpX4G66QBLnMyVK4Hm27IuHwLJ { background-color:#f37c04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.2475625rem;height:4.186525rem;text-decoration:none;z-index:15160;text-align:center;text-align-last:center;top:53.875rem;left:2.9375rem;display:block; }
#J0sePPZNXE5baGbWUC8N3trQsvUEG5rX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aonq59HBLTqKzM3KC29md7FD2oEJTt0E { color:#ffffff;display:block;width:19.1850625rem;position:absolute;font-family:raleway;font-size:1.6875rem;font-weight:700;z-index:15151;line-height:1.7;letter-spacing:0;top:48.75rem;left:3.875rem;height:5.736325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KL0RywmpNqaKdTKnvsJOxDSbiGRgKyDh { color:#ffffff;display:block;width:22.9980625rem;position:absolute;font-family:raleway;font-size:3.8125rem;font-weight:normal;z-index:15114;line-height:1.4;letter-spacing:0;top:43.50732421875rem;left:2.0302734375rem;height:5.3378875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DzJ9ak1XiU0Ni2RBT1THqFbXOnc0p891 { color:#ffffff;display:block;width:22.6875rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15152;line-height:1.7;letter-spacing:0;top:38.625rem;left:2.25rem;height:4.8837875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MPi3wZXOeWrTWasT0ItGJHzhtBlGlwnk { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15149;line-height:1.7;letter-spacing:0;top:35.4375rem;left:2.0625rem;height:3.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fQs7WVcEA1nUhp6BdTcgXxEeBhal51rS { box-sizing:content-box;height:1.9995125rem;width:15.0615rem;position:absolute;display:block;z-index:15160;background-color:#1e90ff;background-image:none;top:33.4375rem;left:6rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#X9Bli9Lu6KNdEphg62A78szlKsMOfEPD { color:#ffffff;display:block;width:14.3730625rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:700;z-index:15161;line-height:1.3;letter-spacing:0;top:33.375rem;left:6.375rem;height:2.1108375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KRubKf4hG6aZrBiz7N4xqt7Th2mzvWnz { box-sizing:content-box;height:31.3125rem;width:22.5rem;position:absolute;display:block;z-index:15109;background-color:rgba(197,3,14,0.39);background-image:none;top:32.4375rem;left:26.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#sPe2KeOWdL81hfoVgoh97zVlPRBoIsmh { background-color:#1c1c20;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.2475625rem;height:4.186525rem;text-decoration:none;z-index:15168;text-align:center;text-align-last:center;top:58.625rem;left:27.5625rem;display:block; }
#XktkLl1Ffcs0t9GpTSw5bhtK43lzpuwn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hrtATGkLQu6weHyaTNz9umZU1JmFwyyX { background-color:#f37c04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.2475625rem;height:4.186525rem;text-decoration:none;z-index:15169;text-align:center;text-align-last:center;top:53.875rem;left:27.5625rem;display:block; }
#oXDmsvTNuEWZwXCIlyuonm24ayhCkdAu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ItsebxcQUP9q2AncmtBKq2mmP9OWg4oE { color:#ffffff;display:block;width:19.1850625rem;position:absolute;font-family:raleway;font-size:1.6875rem;font-weight:700;z-index:15160;line-height:1.7;letter-spacing:0;top:48.75rem;left:28.5rem;height:5.736325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PItxyaydWw62cSwkQW88eEF2vFSLalho { color:#ffffff;display:block;width:22.9980625rem;position:absolute;font-family:raleway;font-size:3.8125rem;font-weight:normal;z-index:15123;line-height:1.4;letter-spacing:0;top:43.5rem;left:26.625rem;height:5.3378875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#NFen2VLPHGTIBwphlJn1MokSDFEolLdS { color:#ffffff;display:block;width:22.6875rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15161;line-height:1.7;letter-spacing:0;top:38.625rem;left:26.875rem;height:4.8837875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ldrtsiENgo4IALogeOd59qIVsBPD5rWH { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:700;z-index:15158;line-height:1.7;letter-spacing:0;top:35.95751953125rem;left:26.6865234375rem;height:2.76123125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u7DQcpoWgpyWPEDQeBTT8TbRvxwRmCZq { box-sizing:content-box;height:1.9995125rem;width:15.0615rem;position:absolute;display:block;z-index:15169;background-color:#ff0416;background-image:none;top:33.4375rem;left:30.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#mFk7CFRKfe51vRsAq2ZgitKvP8rZSU4t { color:#ffffff;display:block;width:14.3730625rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:700;z-index:15170;line-height:1.3;letter-spacing:0;top:33.375rem;left:31rem;height:2.1108375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vEK8CucOGgC2PEMAeSe4wJbCpN4cTabb { box-sizing:content-box;height:31.3125rem;width:22.5rem;position:absolute;display:block;z-index:15118;background-color:rgba(128,0,32,0.39);background-image:none;top:32.4375rem;left:50.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#MD571pH6EhvhoAx6ZngbFfEBiX0ARlHr { background-color:#1c1c20;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.2475625rem;height:4.186525rem;text-decoration:none;z-index:15177;text-align:center;text-align-last:center;top:58.62451171875rem;left:51.345703125rem;display:block; }
#c19AVN08xuaM4b9vCy0F9UQfGnRgi4cB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WnzhmmgAI3Rf3D20AocblZAeP0xVVfHs { background-color:#f37c04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.2475625rem;height:4.186525rem;text-decoration:none;z-index:15178;text-align:center;text-align-last:center;top:53.875rem;left:51.4375rem;display:block; }
#BgM3RrRzx8wewst8NJNik89gzT3iM9CD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zJomWMlwI1Ip6WRDRO5BeT1iMvSBeJOI { color:#ffffff;display:block;width:19.1850625rem;position:absolute;font-family:raleway;font-size:1.6875rem;font-weight:700;z-index:15169;line-height:1.7;letter-spacing:0;top:48.75rem;left:52.375rem;height:5.736325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d8ydwxKmDPgJBLGqk0vk87ONOk46ltMm { color:#ffffff;display:block;width:22.9980625rem;position:absolute;font-family:raleway;font-size:3.8125rem;font-weight:normal;z-index:15132;line-height:1.4;letter-spacing:0;top:43.5rem;left:50.5rem;height:5.3378875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Jf3mm4ciTQaIz8Uu7hBoLpawXNclEi6O { color:#ffffff;display:block;width:22.6875rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15170;line-height:1.7;letter-spacing:0;top:38.625rem;left:50.75rem;height:4.8837875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kIqR1Igck5w4yfzDngRAFTe1iThibGzw { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15167;line-height:1.7;letter-spacing:0;top:35.4375rem;left:50.5625rem;height:2.6557625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gFKPH3cqhNA2Qp6htyKqX4fL0ghbvgdR { box-sizing:content-box;height:1.9995125rem;width:15.0615rem;position:absolute;display:block;z-index:15178;background-color:#800020;background-image:none;top:33.4375rem;left:54.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#QhMpU2LNbV9FCB4XbEv2l5u2iTJowUBO { color:#ffffff;display:block;width:14.3730625rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15179;line-height:1.3;letter-spacing:0;top:33.375rem;left:54.875rem;height:3.73535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DS6m7buCnF0KPJPVMzIkE9NdwhdNX3Pb { box-sizing:content-box;height:36.375rem;width:75rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2a2a2a, #000000);background-image: -moz-linear-gradient(180deg, #2a2a2a, #000000);background-image: -ms-linear-gradient(180deg, #2a2a2a, #000000);background-image: -o-linear-gradient(180deg, #2a2a2a, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2a2a', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2a2a', endColorstr='#000000' );";background-image: linear-gradient(180deg, #2a2a2a, #000000);background-size:auto !important;top:31.30810546875rem;left:0rem;display:block; }
#GA7xyQfeVspVbPlpCZGnqzm4TlKlpIRe { position:relative;display:block; }#GA7xyQfeVspVbPlpCZGnqzm4TlKlpIRe { background-color: transparent; background-image: none; }#GA7xyQfeVspVbPlpCZGnqzm4TlKlpIRe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GA7xyQfeVspVbPlpCZGnqzm4TlKlpIRe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GA7xyQfeVspVbPlpCZGnqzm4TlKlpIRe > .row .container > .video-iframe-container { display: none; }#GA7xyQfeVspVbPlpCZGnqzm4TlKlpIRe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GA7xyQfeVspVbPlpCZGnqzm4TlKlpIRe > .row > .video-iframe-container { display: none; }#GA7xyQfeVspVbPlpCZGnqzm4TlKlpIRe > .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); }#GA7xyQfeVspVbPlpCZGnqzm4TlKlpIRe { border-width: 0; border-radius: 0; }#GA7xyQfeVspVbPlpCZGnqzm4TlKlpIRe > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GA7xyQfeVspVbPlpCZGnqzm4TlKlpIRe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:67.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FZwIMRi3XL0TKxleOSlIaUafKT82fEC3 { position:absolute;display:block;z-index:14998;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:9.249rem;width:15.1245rem;top:18.1845703125rem;left:2.0302734375rem;overflow:hidden;display:block; }
#ihaGtfHAkgS6AwJ2o8I7HdkAM6FQTF5q { position:absolute;display:block;z-index:15172;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.061525rem;width:36.312rem;top:25.24658203125rem;left:19.34326171875rem;overflow:hidden;display:block; }
#MoV0gQ7GwQGkG9QSh9l0etlnZKpQWKM3 { 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:14.874rem;width:33.687rem;top:1.6435546875rem;left:39.0908203125rem;overflow:hidden;display:block; }
#pTrkADnlIbD9f4HlXbASrGB7QnzvEKIr { position:absolute;display:block;z-index:15012;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:9.624rem;width:8.25rem;top:18.873046875rem;left:61.36962890625rem;overflow:hidden;display:block; }
#oSZCs0wCpNTbhMpsNMSI09Tcya0OS1Xw { color:#000000;display:block;width:33.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15018;line-height:1.7;letter-spacing:0;top:1.6435546875rem;left:2.0302734375rem;height:1.70068125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KX9hHv7lhOntANPBkuJBXmSsKZavGHKL { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:raleway;font-size:2.4375rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:3.3427734375rem;left:1.34326171875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QyFhWP83Hxa18rfFRJ51FcrKxIzaFnlw { color:#000000;display:block;width:26.25rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:7.91015625rem;left:5.7802734375rem;height:6.80275rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fygGITTcRbkFvh2WAH38oNRTQvt2hN5m { box-sizing:content-box;height:31.3125rem;width:22.5rem;position:absolute;display:block;z-index:15100;background-color:rgba(30,144,255,0.39);background-image:none;top:32.4375rem;left:2.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#sJJGyT7pWPMdXXbGy69fqtT7mflmuQOO { background-color:#1c1c20;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.2475625rem;height:4.186525rem;text-decoration:none;z-index:15159;text-align:center;text-align-last:center;top:58.625rem;left:2.9375rem;display:block; }
#NLZUy42nttlheuAxZALDSUl4yuAc0g4I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rkCpsn4lOEa9Zw44Zw8im9U9eHmP2l1W { background-color:#f37c04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.2475625rem;height:4.186525rem;text-decoration:none;z-index:15160;text-align:center;text-align-last:center;top:53.875rem;left:2.9375rem;display:block; }
#b9RT8XO8EegD0kltS9MTeweCTgJUNUmi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CGzhNlinMmCtiI2nZcfSBCID4KeRnkgs { color:#ffffff;display:block;width:19.1850625rem;position:absolute;font-family:raleway;font-size:1.6875rem;font-weight:700;z-index:15151;line-height:1.7;letter-spacing:0;top:48.75rem;left:3.875rem;height:5.736325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bXMEgVsFlBfusdBH3aWkG9s3n27XtutO { color:#ffffff;display:block;width:22.9980625rem;position:absolute;font-family:raleway;font-size:3.8125rem;font-weight:normal;z-index:15114;line-height:1.4;letter-spacing:0;top:43.5rem;left:2rem;height:5.3378875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qoq4TmVLSLEXrcNkaHLVKZaSpVnPZr0Q { color:#ffffff;display:block;width:22.6875rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15152;line-height:1.7;letter-spacing:0;top:38.625rem;left:2.25rem;height:4.8837875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PFx27LOJ4hZn1TOyRfVS8HyNHTRrN4EO { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15149;line-height:1.7;letter-spacing:0;top:35.4375rem;left:2.0625rem;height:3.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kIdDBhNaSls9OXRrGUaU00qVdEzNr7ul { box-sizing:content-box;height:1.9995125rem;width:15.0615rem;position:absolute;display:block;z-index:15160;background-color:#1e90ff;background-image:none;top:33.4375rem;left:6rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#u3KTwLCHZZ4IWmsT37ZU3R5R9uQ6bvmd { color:#ffffff;display:block;width:14.3730625rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:700;z-index:15161;line-height:1.3;letter-spacing:0;top:33.375rem;left:6.375rem;height:2.1108375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TAixgFmFZDk4qyhzSSZWrmTxJG3iiLRg { box-sizing:content-box;height:31.3125rem;width:22.5rem;position:absolute;display:block;z-index:15109;background-color:rgba(197,3,14,0.39);background-image:none;top:32.4375rem;left:26.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#ZxZQwRyIyTccgkw09dWHLT0df10D2Cxz { background-color:#1c1c20;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.2475625rem;height:4.186525rem;text-decoration:none;z-index:15168;text-align:center;text-align-last:center;top:58.62451171875rem;left:26.87548828125rem;display:block; }
#AWkUvwg6G8JOhN2nxi2DqRdncMRMxZyI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CyxflhgpNGgOmIETMm8KnwglOTiUTitI { background-color:#f37c04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.2475625rem;height:4.186525rem;text-decoration:none;z-index:15169;text-align:center;text-align-last:center;top:53.875rem;left:27.5625rem;display:block; }
#kZfN2Zh7hKg6pxF6ndwuGGIoBsJWoPxO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eDysztyhIZVv42qSBbQW30IDUMThQLP4 { color:#ffffff;display:block;width:19.1850625rem;position:absolute;font-family:raleway;font-size:1.6875rem;font-weight:700;z-index:15160;line-height:1.7;letter-spacing:0;top:48.75rem;left:28.5rem;height:5.736325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yBuZzxgdEVCTnlGVfact6hMcLOUn5VWy { color:#ffffff;display:block;width:22.9980625rem;position:absolute;font-family:raleway;font-size:3.8125rem;font-weight:normal;z-index:15123;line-height:1.4;letter-spacing:0;top:43.5rem;left:26.625rem;height:5.3378875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#uE8SILfBo2cDl7NZ48TNOyyuvZ60993m { color:#ffffff;display:block;width:22.6875rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15161;line-height:1.7;letter-spacing:0;top:38.625rem;left:26.875rem;height:4.8837875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CWPtsTBRG6Jme9Gn7XlUpaTiRPtQPETO { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:700;z-index:15158;line-height:1.7;letter-spacing:0;top:35.95751953125rem;left:26.6865234375rem;height:2.76123125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hNsN9bzBhEFT1s1zGglOlq3ysIHwdMfu { box-sizing:content-box;height:1.9995125rem;width:15.0615rem;position:absolute;display:block;z-index:15169;background-color:#ff0416;background-image:none;top:33.4375rem;left:30.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#rvHUgv2ZFDURR584Adznt0KqTMKHqckm { color:#ffffff;display:block;width:14.3730625rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:700;z-index:15170;line-height:1.3;letter-spacing:0;top:33.375rem;left:31rem;height:2.1108375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ssC14e0nXtHunNS6m5QOnktGRGMT8CDZ { box-sizing:content-box;height:31.3125rem;width:22.5rem;position:absolute;display:block;z-index:15118;background-color:rgba(128,0,32,0.39);background-image:none;top:32.4375rem;left:50.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#hLIQKNP59Dk2CXZ7EhBk7ySaWlOCisHd { background-color:#1c1c20;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.2475625rem;height:4.186525rem;text-decoration:none;z-index:15177;text-align:center;text-align-last:center;top:58.625rem;left:51.4375rem;display:block; }
#VxNqSAVkwqpbnsygpLnyDl8cTy2qxsS2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eaTE5KUXs780ZpSFKMiBJKhx9LhRBxBU { background-color:#f37c04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.2475625rem;height:4.186525rem;text-decoration:none;z-index:15178;text-align:center;text-align-last:center;top:53.875rem;left:51.4375rem;display:block; }
#uK6iQFcomWsmJx1nhB6mBD7BSalV8n2T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pzxWPqIhHEfbsG5mWcT5MAr3rbpWlLvd { color:#ffffff;display:block;width:19.1850625rem;position:absolute;font-family:raleway;font-size:1.6875rem;font-weight:700;z-index:15169;line-height:1.7;letter-spacing:0;top:48.75rem;left:52.375rem;height:5.736325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QsU6O4nTRHOb741prFKhCDAemXSDQFga { color:#ffffff;display:block;width:22.9980625rem;position:absolute;font-family:raleway;font-size:3.8125rem;font-weight:normal;z-index:15132;line-height:1.4;letter-spacing:0;top:43.5rem;left:50.5rem;height:5.3378875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#cwBtsIEAOb5PibuGbnJefFVA8oJWVPSt { color:#ffffff;display:block;width:22.6875rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15170;line-height:1.7;letter-spacing:0;top:38.625rem;left:50.75rem;height:4.8837875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C9gN58nesR5uvItWTFQAMiHeSOqusC13 { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15167;line-height:1.7;letter-spacing:0;top:35.4375rem;left:50.5625rem;height:2.6557625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vac5NfTKBDvG2PKRlAodDgU8hk58gbJ8 { box-sizing:content-box;height:1.9995125rem;width:15.0615rem;position:absolute;display:block;z-index:15178;background-color:#800020;background-image:none;top:33.4375rem;left:54.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#UdT8yEmoBX1uAishXNDNwAFrq0Ci9a3X { color:#ffffff;display:block;width:14.3730625rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15179;line-height:1.3;letter-spacing:0;top:33.375rem;left:54.875rem;height:3.73535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TF7zvKKbadVU9rKfeKxy3PJSTFLyrcwZ { box-sizing:content-box;height:36.375rem;width:75rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2a2a2a, #000000);background-image: -moz-linear-gradient(180deg, #2a2a2a, #000000);background-image: -ms-linear-gradient(180deg, #2a2a2a, #000000);background-image: -o-linear-gradient(180deg, #2a2a2a, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2a2a', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2a2a', endColorstr='#000000' );";background-image: linear-gradient(180deg, #2a2a2a, #000000);background-size:auto !important;top:31.30810546875rem;left:0rem;display:block; }
#QlHUU0QL4sQhKzIlLiCPVZKkV0kklO9A { position:relative;display:block; }#QlHUU0QL4sQhKzIlLiCPVZKkV0kklO9A { background-color: transparent; background-image: none; }#QlHUU0QL4sQhKzIlLiCPVZKkV0kklO9A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QlHUU0QL4sQhKzIlLiCPVZKkV0kklO9A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QlHUU0QL4sQhKzIlLiCPVZKkV0kklO9A > .row .container > .video-iframe-container { display: none; }#QlHUU0QL4sQhKzIlLiCPVZKkV0kklO9A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QlHUU0QL4sQhKzIlLiCPVZKkV0kklO9A > .row > .video-iframe-container { display: none; }#QlHUU0QL4sQhKzIlLiCPVZKkV0kklO9A > .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); }#QlHUU0QL4sQhKzIlLiCPVZKkV0kklO9A { border-width: 0; border-radius: 0; }#QlHUU0QL4sQhKzIlLiCPVZKkV0kklO9A > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QlHUU0QL4sQhKzIlLiCPVZKkV0kklO9A > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:67.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lBqFwKVU7Ae47cbxlVTHuJoXAdPhJt5T { position:absolute;display:block;z-index:14998;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:9.249rem;width:15.1245rem;top:18.1845703125rem;left:2.0302734375rem;overflow:hidden;display:block; }
#cPkpaEuLmIUoQacmcgozt8HEonkw6Eqc { position:absolute;display:block;z-index:15172;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.061525rem;width:36.312rem;top:25.24658203125rem;left:19.34326171875rem;overflow:hidden;display:block; }
#MmIH7pfHCHOlmaDL23VTNNvn7xcCcdZa { 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:14.874rem;width:30.9375rem;top:2.5810546875rem;left:42.6533203125rem;overflow:hidden;display:block; }
#rHc2QkKw8TUexEy6tVPKQ173WCDCdlfF { position:absolute;display:block;z-index:15012;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:9.624rem;width:8.25rem;top:18.873046875rem;left:61.36962890625rem;overflow:hidden;display:block; }
#xrfTSL8AZ3m13JEBTHIReMziS88OTt63 { color:#000000;display:block;width:33.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15018;line-height:1.7;letter-spacing:0;top:1.6435546875rem;left:2.0302734375rem;height:1.70068125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R6IW1Kq4ob2WqGTcf4i9sP22wawbNWZB { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:raleway;font-size:2.4375rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:3.3427734375rem;left:1.34326171875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JOpNZKFQCPFXONagHdCEiQ82d9adpNVT { color:#000000;display:block;width:26.25rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:7.91015625rem;left:5.7802734375rem;height:6.80275rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#BeM2ZkMhTOgTOWz9VUutk3T83TD9ZeWd { box-sizing:content-box;height:31.3125rem;width:22.5rem;position:absolute;display:block;z-index:15100;background-color:rgba(30,144,255,0.39);background-image:none;top:32.4375rem;left:2.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#UEL96zAIf0hxZayUsamtUriXoGJGQFof { background-color:#1c1c20;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.2475625rem;height:4.186525rem;text-decoration:none;z-index:15159;text-align:center;text-align-last:center;top:58.625rem;left:2.9375rem;display:block; }
#OfQxIAdiBxD7CdSIxKFZDpcIM4XQ2BGp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cQyhsXMxxQJdXd2VgPuTqolOZJ1c8TiC { background-color:#f37c04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.2475625rem;height:4.186525rem;text-decoration:none;z-index:15160;text-align:center;text-align-last:center;top:53.875rem;left:2.9375rem;display:block; }
#yWpULOqnWOVcEf69iHZpmAVhv1csitba { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rO7S4DpQTTsMN3aZ72PXSWbh78nxwq5t { color:#ffffff;display:block;width:19.1850625rem;position:absolute;font-family:raleway;font-size:1.6875rem;font-weight:700;z-index:15151;line-height:1.7;letter-spacing:0;top:48.75rem;left:3.875rem;height:5.736325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tn9WIsqMtvLzqfbiupZ0FodeLOl9AQsH { color:#ffffff;display:block;width:22.9980625rem;position:absolute;font-family:raleway;font-size:3.8125rem;font-weight:normal;z-index:15114;line-height:1.4;letter-spacing:0;top:43.5rem;left:2rem;height:5.3378875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fLtT9K5bJ7PifR7rgwZf1AFrmJp49WO8 { color:#ffffff;display:block;width:22.6875rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15152;line-height:1.7;letter-spacing:0;top:38.625rem;left:2.25rem;height:4.8837875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K5w28PvEKxDQomfctEr2QTVA3I5vovu0 { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15149;line-height:1.7;letter-spacing:0;top:35.4375rem;left:2.0625rem;height:3.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IXq55oNVzklp7vg6KRDifBbKFK4CETMT { box-sizing:content-box;height:1.9995125rem;width:15.0615rem;position:absolute;display:block;z-index:15160;background-color:#1e90ff;background-image:none;top:33.4375rem;left:6rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#SHCHuocvEPvb8LHQ9DcvsA99ek6ktNVk { color:#ffffff;display:block;width:14.3730625rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:700;z-index:15161;line-height:1.3;letter-spacing:0;top:33.375rem;left:6.375rem;height:2.1108375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X3ULzATysuWLZ0sSyVbPe23pI5B2He8V { box-sizing:content-box;height:31.3125rem;width:22.5rem;position:absolute;display:block;z-index:15109;background-color:rgba(197,3,14,0.39);background-image:none;top:32.4375rem;left:26.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#l02gBXVb59dkvMMwE1fTe3FUXbyO6giO { background-color:#1c1c20;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.2475625rem;height:4.186525rem;text-decoration:none;z-index:15168;text-align:center;text-align-last:center;top:58.625rem;left:27.5625rem;display:block; }
#ASVh9LATCcGbGwMhMKUDM6HMmfuV4Dc8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SsCOT6tUgUqqJ6z8gkoJ3mTScBzzPpWd { background-color:#f37c04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.2475625rem;height:4.186525rem;text-decoration:none;z-index:15169;text-align:center;text-align-last:center;top:53.875rem;left:27.5625rem;display:block; }
#fMTF36oKyR7Cgsbe9fPcZoIqSseO3VtT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ON5sZezT69cnMN0b1bzhuFuVpLZUta2W { color:#ffffff;display:block;width:19.1850625rem;position:absolute;font-family:raleway;font-size:1.6875rem;font-weight:700;z-index:15160;line-height:1.7;letter-spacing:0;top:48.75rem;left:28.5rem;height:5.736325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ts0y68tTQsNBmL2pzIEIf3S3fKI4Ewhv { color:#ffffff;display:block;width:22.9980625rem;position:absolute;font-family:raleway;font-size:3.8125rem;font-weight:normal;z-index:15123;line-height:1.4;letter-spacing:0;top:43.5rem;left:26.625rem;height:5.3378875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#h0rs5aAw2Q9ZAAyFc7nWEZ39adRxeiHI { color:#ffffff;display:block;width:22.6875rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15161;line-height:1.7;letter-spacing:0;top:38.625rem;left:26.875rem;height:4.8837875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z350WHWkeHWTy9TZmCCzMG7P9PnKZNH4 { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:700;z-index:15158;line-height:1.7;letter-spacing:0;top:35.95751953125rem;left:26.6865234375rem;height:2.76123125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kbsaBkHLBro6BqibJkJTN93i2K8B9Cpt { box-sizing:content-box;height:1.9995125rem;width:15.0615rem;position:absolute;display:block;z-index:15169;background-color:#ff0416;background-image:none;top:33.4375rem;left:30.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#SdMt4nnBKecDarH1HZ7TramQXQA5v2HH { color:#ffffff;display:block;width:14.3730625rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:700;z-index:15170;line-height:1.3;letter-spacing:0;top:33.375rem;left:31rem;height:2.1108375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mTtaVaCyc3PwVf7gr7D2pBkgMOfz0RwV { box-sizing:content-box;height:31.3125rem;width:22.5rem;position:absolute;display:block;z-index:15118;background-color:rgba(128,0,32,0.39);background-image:none;top:32.4375rem;left:50.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#M6MZeHSolDSJMMmIAJi5lMQ4PT634luJ { background-color:#1c1c20;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.2475625rem;height:4.186525rem;text-decoration:none;z-index:15177;text-align:center;text-align-last:center;top:58.625rem;left:51.4375rem;display:block; }
#D07VrLFA0DrrtpTvIOWDhTpQ3Rx9NFq3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FDxIu94p5NyNlEQXAGn0SrUKdnQoFNTA { background-color:#f37c04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.2475625rem;height:4.186525rem;text-decoration:none;z-index:15178;text-align:center;text-align-last:center;top:53.875rem;left:51.4375rem;display:block; }
#OkoeVT29nrPMryBAmzDD7Dl0cZbiwg52 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lnSevIfZc9VkfOaTeSvWWinxKaW2ab2A { color:#ffffff;display:block;width:19.1850625rem;position:absolute;font-family:raleway;font-size:1.6875rem;font-weight:700;z-index:15169;line-height:1.7;letter-spacing:0;top:48.75rem;left:52.375rem;height:5.736325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p4PWglKrPTlkwnTbdH5GTDyFebdy8CBy { color:#ffffff;display:block;width:22.9980625rem;position:absolute;font-family:raleway;font-size:3.8125rem;font-weight:normal;z-index:15132;line-height:1.4;letter-spacing:0;top:43.5rem;left:50.5rem;height:5.3378875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#GezGLL3ixvp06VqyMtLGXRZA0PQM3uri { color:#ffffff;display:block;width:22.6875rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15170;line-height:1.7;letter-spacing:0;top:38.625rem;left:50.75rem;height:4.8837875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bpMTdex0Kzm0L0W9kp5L0S9VknQOIAxF { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15167;line-height:1.7;letter-spacing:0;top:35.4375rem;left:50.5625rem;height:2.6557625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o2y01veaBtRZB53ihETDz39qN7X9asMK { box-sizing:content-box;height:1.9995125rem;width:15.0615rem;position:absolute;display:block;z-index:15178;background-color:#800020;background-image:none;top:33.4375rem;left:54.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#RTbNxo17CmlMO64eZyyF8VhJM9nykQ0H { color:#ffffff;display:block;width:14.3730625rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15179;line-height:1.3;letter-spacing:0;top:33.375rem;left:54.875rem;height:3.73535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KKC2QZZ1CVxH6FvEeJfB218kdEykwwL1 { box-sizing:content-box;height:36.375rem;width:75rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2a2a2a, #000000);background-image: -moz-linear-gradient(180deg, #2a2a2a, #000000);background-image: -ms-linear-gradient(180deg, #2a2a2a, #000000);background-image: -o-linear-gradient(180deg, #2a2a2a, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2a2a', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2a2a', endColorstr='#000000' );";background-image: linear-gradient(180deg, #2a2a2a, #000000);background-size:auto !important;top:31.30810546875rem;left:0rem;display:block; }
#uSBBD5zIQKvbPpIaI19wmg66Oz2euq2k { position:relative;display:block; }#uSBBD5zIQKvbPpIaI19wmg66Oz2euq2k { background-color: transparent; background-image: none; }#uSBBD5zIQKvbPpIaI19wmg66Oz2euq2k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSBBD5zIQKvbPpIaI19wmg66Oz2euq2k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSBBD5zIQKvbPpIaI19wmg66Oz2euq2k > .row .container > .video-iframe-container { display: none; }#uSBBD5zIQKvbPpIaI19wmg66Oz2euq2k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSBBD5zIQKvbPpIaI19wmg66Oz2euq2k > .row > .video-iframe-container { display: none; }#uSBBD5zIQKvbPpIaI19wmg66Oz2euq2k > .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); }#uSBBD5zIQKvbPpIaI19wmg66Oz2euq2k { border-width: 0; border-radius: 0; }#uSBBD5zIQKvbPpIaI19wmg66Oz2euq2k > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uSBBD5zIQKvbPpIaI19wmg66Oz2euq2k > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:67.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wZTOcrcdM7TMiOfqbT7PJKkXyTpdaxPU { position:absolute;display:block;z-index:14998;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:9.249rem;width:15.1245rem;top:18.1845703125rem;left:2.0302734375rem;overflow:hidden;display:block; }
#F473Z0eMQ9equ2FITm37oIOGUinwLBfr { position:absolute;display:block;z-index:15172;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:6rem;width:34.0625rem;top:25.24658203125rem;left:19.34326171875rem;overflow:hidden;display:block; }
#d6Ne7v6rwg3vrxsi9Gu0laFe8Nw7Is9h { 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:14.875rem;width:29.375rem;top:1.6435546875rem;left:43.4033203125rem;overflow:hidden;display:block; }
#rAZ4TUxVrCNXyngB46CP4vpoGxG5Fg6M { position:absolute;display:block;z-index:15012;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:9.624rem;width:8.25rem;top:18.873046875rem;left:61.36962890625rem;overflow:hidden;display:block; }
#QEQn5JBZQZqBicqWwRtI5gXiAz8HfzVC { color:#000000;display:block;width:33.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15018;line-height:1.7;letter-spacing:0;top:1.6435546875rem;left:2.0302734375rem;height:1.70068125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G0G70IoOB04TKrsQ05eSLogcnyKXBS0Q { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:raleway;font-size:2.4375rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:3.3427734375rem;left:1.34326171875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qn6pFKqJinhL56UDugUTEud40CBuSMHB { color:#000000;display:block;width:26.25rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:7.91015625rem;left:5.7802734375rem;height:6.80275rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#E8ZpqohP1XD72kc30AHHpDHWAVpf1lPD { box-sizing:content-box;height:32.1875rem;width:22.5rem;position:absolute;display:block;z-index:15118;background-color:rgba(102,217,239,0.39);background-image:none;top:31.59228515625rem;left:50.8095703125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#tmMiQLvDcMNVkxDFWT3vxI43HQnBzImq { background-color:#1c1c20;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.2475625rem;height:4.186525rem;text-decoration:none;z-index:15177;text-align:center;text-align-last:center;top:58.625rem;left:51.4375rem;display:block; }
#t63SX1Q85SWT0EPHgGOg9eNikrAPh0wX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OZb6iTUVgyLDJMCpyFaLpaP61lew7cQE { background-color:#f37c04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.2475625rem;height:4.186525rem;text-decoration:none;z-index:15178;text-align:center;text-align-last:center;top:53.875rem;left:51.4375rem;display:block; }
#KmVOmvLVy4dQAxTi0ueCWzrr00GOGrxw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sOZ6aOn92CFo5CAllHXml45gzvDRD3tP { color:#ffffff;display:block;width:19.1850625rem;position:absolute;font-family:raleway;font-size:1.6875rem;font-weight:700;z-index:15169;line-height:1.7;letter-spacing:0;top:49.5625rem;left:52.375rem;height:2.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Orbfg23XWEvkrrZhUznX5uPovDHKpVo9 { color:#ffffff;display:block;width:22.9980625rem;position:absolute;font-family:raleway;font-size:3.8125rem;font-weight:normal;z-index:15132;line-height:1.4;letter-spacing:0;top:45.0146484375rem;left:49.87060546875rem;height:5.3378875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#sgy2Aa0FJMzcMSB4BaGckWXVMtkTPv1w { color:#ffffff;display:block;width:22.6875rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15170;line-height:1.7;letter-spacing:0;top:38.625rem;left:50.8095703125rem;height:7.0136875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ExhMleQLLmNOGdS1TM0PfGy6iNTTLCs0 { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:700;z-index:15167;line-height:1.7;letter-spacing:0;top:35.43603515625rem;left:50.6220703125rem;height:2.23095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GIvqJ6EwmXvzeVdQKVw9MU6Lp1LedEpv { box-sizing:content-box;height:1.9995125rem;width:15.0615rem;position:absolute;display:block;z-index:15178;background-color:#66d9ef;background-image:none;top:33.4375rem;left:54.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#uTrVgnwLXLO9zZUWhv64RMWhsV2H2moD { color:#ffffff;display:block;width:14.3730625rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15179;line-height:1.3;letter-spacing:0;top:33.375rem;left:54.875rem;height:1.867675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PTGoZ4KdOxNDtZXpgvCQ65QfOwTT3SxQ { box-sizing:content-box;height:31.3125rem;width:22.5rem;position:absolute;display:block;z-index:15118;background-color:rgba(197,3,14,0.39);background-image:none;top:32.4375rem;left:2.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#rmeh35OT49FO91IkScKaUSt648Me1blP { background-color:#1c1c20;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.2475625rem;height:4.186525rem;text-decoration:none;z-index:15177;text-align:center;text-align-last:center;top:58.625rem;left:2.9375rem;display:block; }
#MOEKqK938eFoqDSeCZ4osETocU6OW4Gx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ib1P2iWJTBIuJ4U1HO8WbJAiepVtTrJX { background-color:#f37c04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.2475625rem;height:4.186525rem;text-decoration:none;z-index:15178;text-align:center;text-align-last:center;top:53.875rem;left:2.9375rem;display:block; }
#G5eZ4y9raa1qFgLANFKCNqVBZa0F5E4A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uRu8ShfmbXx0Du7hnl2pWOa8y0GtgrVJ { color:#ffffff;display:block;width:19.1850625rem;position:absolute;font-family:raleway;font-size:1.6875rem;font-weight:700;z-index:15169;line-height:1.7;letter-spacing:0;top:48.75rem;left:3.875rem;height:5.736325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fKfHmEC2hz08ddvtXbwgJrmsHBIlCoZw { color:#ffffff;display:block;width:22.9980625rem;position:absolute;font-family:raleway;font-size:3.8125rem;font-weight:normal;z-index:15132;line-height:1.4;letter-spacing:0;top:43.5rem;left:2rem;height:5.3378875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qQBaavUJVSLCtZC9THOTyTtFI4boWauP { color:#ffffff;display:block;width:22.6875rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15170;line-height:1.7;letter-spacing:0;top:38.625rem;left:2.25rem;height:4.8837875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PzHbSOvb35sbM4UozxiBeIF8PCVXTRdN { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:700;z-index:15167;line-height:1.7;letter-spacing:0;top:35.9375rem;left:2.0625rem;height:2.76123125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gOriou5DZXyQCthRSznka7DXroWLJf17 { box-sizing:content-box;height:1.9995125rem;width:15.0615rem;position:absolute;display:block;z-index:15178;background-color:#ff0416;background-image:none;top:33.4375rem;left:6rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#HmhdVzm5ftFCFgmTR8NoNUrUkhdz0lck { color:#ffffff;display:block;width:14.3730625rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:700;z-index:15179;line-height:1.3;letter-spacing:0;top:33.375rem;left:6.375rem;height:2.1108375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ggmf4Gx2LrTJGhXi9XuvyDHlFiCJ4Pt6 { box-sizing:content-box;height:31.3125rem;width:22.5rem;position:absolute;display:block;z-index:15127;background-color:rgba(128,0,32,0.39);background-image:none;top:32.4375rem;left:26.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#IWr1AMavcuUPhTqoOzDoz8TUyeFC7bNb { background-color:#1c1c20;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.2475625rem;height:4.186525rem;text-decoration:none;z-index:15186;text-align:center;text-align-last:center;top:58.625rem;left:27.5625rem;display:block; }
#mpbRgV4fgPGbGlvQncH4OOJ0vxdLgOTV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MTXiqFUHOgkd4EMTtgHuc80oAFhvKl4v { background-color:#f37c04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.2475625rem;height:4.186525rem;text-decoration:none;z-index:15187;text-align:center;text-align-last:center;top:53.875rem;left:27.5625rem;display:block; }
#HgatiaD33VB5NeWapNJ4d1ZactMT78rg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BpTSZbF1sI777rNp8FGXUPhR9Bb9mhOq { color:#ffffff;display:block;width:19.1850625rem;position:absolute;font-family:raleway;font-size:1.6875rem;font-weight:700;z-index:15178;line-height:1.7;letter-spacing:0;top:48.75rem;left:28.5rem;height:5.736325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XVynN9iP8yqcmVF1eeM8sgTT4r7bBfX6 { color:#ffffff;display:block;width:22.9980625rem;position:absolute;font-family:raleway;font-size:3.8125rem;font-weight:normal;z-index:15141;line-height:1.4;letter-spacing:0;top:43.5rem;left:26.625rem;height:5.3378875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#U6kT4LtCGvX6GJm2vxEaBuyNMGlePoDD { color:#ffffff;display:block;width:22.6875rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15179;line-height:1.7;letter-spacing:0;top:38.625rem;left:26.875rem;height:4.8837875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OKFhZk72GwyyLHPs5Dq9WOZ1iKEwAycW { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15176;line-height:1.7;letter-spacing:0;top:35.4375rem;left:26.6875rem;height:2.6557625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tFwhLxIIiXtVE3N0riUu0SgN70nC0f2n { box-sizing:content-box;height:1.9995125rem;width:15.0615rem;position:absolute;display:block;z-index:15187;background-color:#800020;background-image:none;top:33.4375rem;left:30.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#nM2HTmsPKLGPGCSTpOz1lwQC9B7Rk7t6 { color:#ffffff;display:block;width:14.3730625rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15188;line-height:1.3;letter-spacing:0;top:33.375rem;left:31rem;height:3.73535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fiLM4NGrTBUhNCq4Ch1Tubg283PMi3m8 { box-sizing:content-box;height:36.375rem;width:75rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2a2a2a, #000000);background-image: -moz-linear-gradient(180deg, #2a2a2a, #000000);background-image: -ms-linear-gradient(180deg, #2a2a2a, #000000);background-image: -o-linear-gradient(180deg, #2a2a2a, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2a2a', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2a2a', endColorstr='#000000' );";background-image: linear-gradient(180deg, #2a2a2a, #000000);background-size:auto !important;top:31.30810546875rem;left:0rem;display:block; }
#B2ZqFdRQstozr7rPGgFnCatAoMz6owQP { position:relative;display:block; }#B2ZqFdRQstozr7rPGgFnCatAoMz6owQP { background-color: transparent; background-image: none; }#B2ZqFdRQstozr7rPGgFnCatAoMz6owQP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2ZqFdRQstozr7rPGgFnCatAoMz6owQP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2ZqFdRQstozr7rPGgFnCatAoMz6owQP > .row .container > .video-iframe-container { display: none; }#B2ZqFdRQstozr7rPGgFnCatAoMz6owQP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2ZqFdRQstozr7rPGgFnCatAoMz6owQP > .row > .video-iframe-container { display: none; }#B2ZqFdRQstozr7rPGgFnCatAoMz6owQP > .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); }#B2ZqFdRQstozr7rPGgFnCatAoMz6owQP { border-width: 0; border-radius: 0; }#B2ZqFdRQstozr7rPGgFnCatAoMz6owQP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#B2ZqFdRQstozr7rPGgFnCatAoMz6owQP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:34.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Q2wmHhwSpZGvnO0q7R7kPdmOJhohbL4y { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:20.5693359375rem;left:24.421875rem;display:none; }
#A1TLHMHntxDP4JoXm1eX7QsR65ZQgkHr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q76y4qCiFWNpdhWkERvaZp1TGl2RZqbX { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:20.5693359375rem;left:24.421875rem;display:none; }
#T6Q9BsCWBTvoSThhoAsm9LuZFilNAJ2d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rL8Q9JuZ2Vke1oZxgiFFIuSuDwlfUprw { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:20.5693359375rem;left:24.421875rem;display:none; }
#yayrdINkfivTzm4QNCqkLM6A6vvTruVp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tXyrU69NP0AHdgbvMSQmLPCcOsifwWRT { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:20.5693359375rem;left:24.421875rem;display:none; }
#g0Tys3od3K7TE3Hnl2phFbvKbpX2p2Rz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SneaFSDeoQ5yPO2ue8aivTz53PG1h82g { color:#000000;display:block;width:12.4375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;height:0;top:23.3818359375rem;left:29.921875rem;display:none; }
#aMhsTX7efmDch2bPVDtkkCvfhIqrtukk { background-color:#1e90ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.2475625rem;height:4.186525rem;text-decoration:none;z-index:15178;text-align:center;text-align-last:center;top:11.9375rem;left:26.875rem;display:block; }
#I2xMs2M2aGZTBQfL0oS8hvJGav1U0nXp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JvSghlxwFTIinCPB26zCPASBDQ439OVT { background-color:#940000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.2475625rem;height:4.186525rem;text-decoration:none;z-index:15179;text-align:center;text-align-last:center;top:16.75rem;left:26.875rem;display:block; }
#cNxFWwX7yFxRlR3k2z0g2dBZgBgOuThK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wq2sVUBbwmTc8x2w8Bil9oNz78XAJmu3 { background-color:#800020;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.2475625rem;height:4.186525rem;text-decoration:none;z-index:15180;text-align:center;text-align-last:center;top:21.6875rem;left:26.875rem;display:block; }
#lx6BlOfzoyShQRHw0b8Neew770TkZW1S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T37OmESWB5TRIM6GLc8lgbhrVv26lGmk { background-color:#66d9ef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.2475625rem;height:4.186525rem;text-decoration:none;z-index:15181;text-align:center;text-align-last:center;top:26.5rem;left:26.875rem;display:block; }
#kthOR4qAT3TegPiTcoZQHPoIqSOKdBAI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QeVgOTalkOQl9TsiJci6qIMt9QudOeBH { color:#ffffff;display:block;width:21.375rem;position:absolute;font-family:raleway;font-size:2.6875rem;font-weight:normal;z-index:15182;line-height:1.3;letter-spacing:0;top:3.53759765625rem;left:26.8125rem;height:10.4809375rem;text-align:center;text-align-last:center;display:block; }
#cfziXcm9aOfVRmTXc1s9KveMGWLurkoR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(30,144,255,0.11);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; }#cfziXcm9aOfVRmTXc1s9KveMGWLurkoR > .row .container { background-color: transparent; background-image: none; }#cfziXcm9aOfVRmTXc1s9KveMGWLurkoR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfziXcm9aOfVRmTXc1s9KveMGWLurkoR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfziXcm9aOfVRmTXc1s9KveMGWLurkoR > .row .container > .video-iframe-container { display: none; }#cfziXcm9aOfVRmTXc1s9KveMGWLurkoR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfziXcm9aOfVRmTXc1s9KveMGWLurkoR > .row > .video-iframe-container { display: none; }#cfziXcm9aOfVRmTXc1s9KveMGWLurkoR > .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); }#cfziXcm9aOfVRmTXc1s9KveMGWLurkoR > .row .container { border-width: 0; border-radius: 0; }#cfziXcm9aOfVRmTXc1s9KveMGWLurkoR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cfziXcm9aOfVRmTXc1s9KveMGWLurkoR > .row .container { font-size:0.875rem;font-family:arial;height:58.875rem;width:75rem;position:relative;display:block; }#HRrq4gZchQfCcXd0Qa5a1u2RC3uk2i6A { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:2.375rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:2.12255859375rem;left:1.81201171875rem;height:4.03564375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rPtAiMpWVcARh3KhlOQXIu0TC6ckgW7e { color:#ffffff;display:block;width:42.687rem;position:absolute;font-family:raleway;font-size:2.375rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:6.064453125rem;left:1.81201171875rem;height:16.618625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TkLTIogilTMrdWiitPWm89iuSHRT4KQw { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:raleway;font-size:2.0625rem;font-weight:700;z-index:15047;line-height:1.7;letter-spacing:0;top:23.8095703125rem;left:38.3115234375rem;height:3.50536875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TqNnEXLaNaTk9ECQLfseutpog9Aeote3 { color:#b5b5b5;display:block;width:33.75rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:26.23388671875rem;left:38.3115234375rem;height:13.2788125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t9wbS2UNvTAyHx3fNkptzZSSHzeT0hQC { position:absolute;display:block;z-index:15049;background-color:#f8ac78;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.0615234375rem;width:33.75rem;top:40.1689453125rem;left:38.3115234375rem;display:block; }
#h0AplBQHw4tR5gPBZNN79zTSSpsNt2aE { background-color:#ff7b00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1c1c1c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6245rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:52.56298828125rem;left:38.3115234375rem;display:block; }
#ugadXkDmitVesXe8W6V5znu0mvWCyURR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d7DuzUXaJCgVC2qIi5hBNmE82u5ntNfp { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.7;letter-spacing:0;top:24.5625rem;left:5.1875rem;height:2.548825rem;font-style:normal;display:block; }
#Hz8vz23UwFanfWeb9x2OCIaSexc94wfT { color:#ededed;display:block;width:28.75rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15027;line-height:1.7;letter-spacing:0;top:27.5rem;left:5.1875rem;height:4.24805rem;font-style:normal;display:block; }
#cAnNmc7hgDPSsmoQhR0fR11WFocpmlOr { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:25.4375rem;left:1.8125rem; }
#Pet414feEI5wgXG6teMcM3EDchgEtRTV { color:#ededed;display:block;width:28.75rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.7;letter-spacing:0;top:36.4375rem;left:5.1875rem;height:4.24805rem;font-style:normal;display:block; }
#MOlFBeKPZTPC9PsyJefz1tkV1RQghgvR { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15029;line-height:1.7;letter-spacing:0;top:33.5rem;left:5.1875rem;height:2.548825rem;font-style:normal;display:block; }
#r1VRtUW3d0xA2P0VhSpiqKkH1KNATsgy { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:34.375rem;left:1.8125rem; }
#oiuBSSTZ4GO3uegrmBqaPvoltRGCmbxz { color:#ededed;display:block;width:28.75rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15033;line-height:1.7;letter-spacing:0;top:45.4375rem;left:5.1875rem;height:4.24805rem;font-style:normal;display:block; }
#tkiDGrb700twhN8P5FBrKmQdHN9wmeqD { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15032;line-height:1.7;letter-spacing:0;top:42.5rem;left:5.1875rem;height:2.548825rem;font-style:normal;display:block; }
#uLeOlyT67JNiq3qyOF3zgtbKrKy4f9Gp { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:43.375rem;left:1.8125rem; }
#NKtv4H5iOFOKTabutrCQoPwVK46fygnh { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:400;z-index:15067;line-height:1.7;letter-spacing:0;top:40.81201171875rem;left:38.3115234375rem;height:10.1865rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#NKtv4H5iOFOKTabutrCQoPwVK46fygnh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NKtv4H5iOFOKTabutrCQoPwVK46fygnh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ab804b4129a0cf6804dd2e0c79476460fdffc48a.svg); }
#fEq9DusSETKFTW4PHH469QGioID9V8IJ { position:absolute;display:block;z-index:15068;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:18.875rem;width:29.125rem;top:4.9375rem;left:42.8125rem;overflow:hidden;display:block; }
#kMRSTFoth7W3ece2c6B5ZvrNkFFnNHG5 { color:#ffffff;display:block;width:74.5rem;position:absolute;font-family:raleway;font-size:2.875rem;font-weight:700;z-index:15001;line-height:.6;letter-spacing:0;top:1.1455078125rem;left:0.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#GwHthItP1PnALpT0eucTvFuLbtKP5wJe { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.749025rem;width:14.625rem;top:52.56298828125rem;left:6.8115234375rem;overflow:hidden;display:block; }
#lKWgzZCNN4dTxosm2THVGpAkQvF4LpuF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(148,0,0,0.61);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; }#lKWgzZCNN4dTxosm2THVGpAkQvF4LpuF > .row .container { background-color: transparent; background-image: none; }#lKWgzZCNN4dTxosm2THVGpAkQvF4LpuF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKWgzZCNN4dTxosm2THVGpAkQvF4LpuF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKWgzZCNN4dTxosm2THVGpAkQvF4LpuF > .row .container > .video-iframe-container { display: none; }#lKWgzZCNN4dTxosm2THVGpAkQvF4LpuF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKWgzZCNN4dTxosm2THVGpAkQvF4LpuF > .row > .video-iframe-container { display: none; }#lKWgzZCNN4dTxosm2THVGpAkQvF4LpuF > .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); }#lKWgzZCNN4dTxosm2THVGpAkQvF4LpuF > .row .container { border-width: 0; border-radius: 0; }#lKWgzZCNN4dTxosm2THVGpAkQvF4LpuF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lKWgzZCNN4dTxosm2THVGpAkQvF4LpuF > .row .container { font-size:0.875rem;font-family:arial;height:61.9375rem;width:75rem;position:relative;display:block; }#J3QuFv6m9wnCb2InXUHS4MLmSPhA40EW { color:#ffffff;display:block;width:69.125rem;position:absolute;font-family:raleway;font-size:2.375rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:2.12255859375rem;left:1.81201171875rem;height:8.0713125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gJZQ7VLyxt3vfl6GO4DIKxwVVnPfm7Dk { color:#ffffff;display:block;width:42.687rem;position:absolute;font-family:raleway;font-size:2.375rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:6.064453125rem;left:1.81201171875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#yp99TyiQyP0xoNBpfLs8mmiIOMkN2GQI { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:raleway;font-size:2.0625rem;font-weight:700;z-index:15047;line-height:1.7;letter-spacing:0;top:23.8095703125rem;left:38.3115234375rem;height:3.50536875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pEnkR4wmkIakxJ9Jr9SmPJrTpHgVqXdB { color:#b5b5b5;display:block;width:33.75rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:26.23388671875rem;left:38.3115234375rem;height:15.9345625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#akeENgvTml4kZTxMupriBwZOaaoveE5C { position:absolute;display:block;z-index:15049;background-color:#f8ac78;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.0615234375rem;width:33.75rem;top:43.40625rem;left:38.3115234375rem;display:block; }
#DNOfFWc0VuUTHMgH9fuo75s1nd0aDFu3 { background-color:#ff7b00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1c1c1c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6245rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:55.9375rem;left:38.3125rem;display:block; }
#Lq7LckTgFVuJuxGX0IaoITxnOgGzTXMn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d5xHhg1mK5lIpUSK0uS3qy2HfmF9WeT1 { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.7;letter-spacing:0;top:21.75rem;left:5.1875rem;height:2.548825rem;font-style:normal;display:block; }
#tzl6k8S0JVFlW0kOTD1ayqPGzZ8nwePV { color:#ededed;display:block;width:28.75rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15027;line-height:1.7;letter-spacing:0;top:24.6875rem;left:5.1875rem;height:4.24805rem;font-style:normal;display:block; }
#Q4e4de2vRNxQwkbKHU4Tdy5TX3xdexX5 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:22.625rem;left:1.8125rem; }
#SEfZTf9IhIbbeAazbGd6WHzUQON8hZ38 { color:#ededed;display:block;width:28.75rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.7;letter-spacing:0;top:33.625rem;left:5.1875rem;height:4.24805rem;font-style:normal;display:block; }
#IMuu82H00f7UQBIQKKc1XJvCaovv9k5C { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15029;line-height:1.7;letter-spacing:0;top:30.6875rem;left:5.1875rem;height:2.548825rem;font-style:normal;display:block; }
#PuzcOvFro9vNb8Q6Az8EOheMV4seB2Sk { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:31.5625rem;left:1.8125rem; }
#TvKoWlWiTRX1nOCJmytAHNu0Tr0LoEAL { color:#ededed;display:block;width:28.75rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15033;line-height:1.7;letter-spacing:0;top:42.625rem;left:5.1875rem;height:4.24805rem;font-style:normal;display:block; }
#cuSwbQsrs80rk6dEW4lR2Igbo9emR7Qi { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15032;line-height:1.7;letter-spacing:0;top:39.6875rem;left:5.1875rem;height:2.548825rem;font-style:normal;display:block; }
#Xu7P4MkQUrvf1chluT9PRgGlfay3XrVX { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:40.5625rem;left:1.8125rem; }
#eaHZRVn4nobppMrUyg1FyvFkk5U9FKg3 { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:400;z-index:15067;line-height:1.7;letter-spacing:0;top:44.1875rem;left:38.3125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#eaHZRVn4nobppMrUyg1FyvFkk5U9FKg3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eaHZRVn4nobppMrUyg1FyvFkk5U9FKg3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ab804b4129a0cf6804dd2e0c79476460fdffc48a.svg); }
#BLEki1xN4Srp6oTpTyD0oXxkb0BELnfq { position:absolute;display:block;z-index:15068;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:18.875rem;width:29.125rem;top:4.9375rem;left:42.8125rem;overflow:hidden;display:block; }
#vQts7ZK0y8DTmKDw8HFt5el4aMPSmpVW { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:14.75rem;top:6.375rem;left:4.9990234375rem;overflow:hidden;display:none; }
#efTTTdToULOe75dnw1mifkK0HOFAycTn { color:#ffffff;display:block;width:74.5rem;position:absolute;font-family:raleway;font-size:2.875rem;font-weight:700;z-index:15001;line-height:.6;letter-spacing:0;top:1.1455078125rem;left:0.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#LUcCPqzxTEefUxHmNtiyfKRTyO30krBQ { background-color:transparent;background-image:none;border-top:0.125rem solid #f37c04;border-left:0.125rem solid #f37c04;border-right:0.125rem solid #f37c04;border-bottom:0.125rem solid #f37c04;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.7206875rem;height:3.72168125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:29.0625rem;left:18.25rem;display:none; }
#mdLpTr5Gq0t7teFJIFnqu0dpfgpQyF9e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hs0RJGykxs9UXvrEuMnCyrdPRtoR4e17 { background-color:#f37c04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#191c1f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.7480625rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:29.0625rem;left:2.1875rem;display:none; }
#ECxuQuZhi8xUZpMc6TrILpDVbn6HxJmf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yQK7r5xsVD2K6UrmuEanR9DhPmZTdJP8 { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.749025rem;width:14.625rem;top:55.43701171875rem;left:12.24755859375rem;overflow:hidden;display:block; }
#TtsT0Dgx7xAttHlGyoA2mvAISDTTPwuZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(128,0,32,0.57);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; }#TtsT0Dgx7xAttHlGyoA2mvAISDTTPwuZ > .row .container { background-color: transparent; background-image: none; }#TtsT0Dgx7xAttHlGyoA2mvAISDTTPwuZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtsT0Dgx7xAttHlGyoA2mvAISDTTPwuZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtsT0Dgx7xAttHlGyoA2mvAISDTTPwuZ > .row .container > .video-iframe-container { display: none; }#TtsT0Dgx7xAttHlGyoA2mvAISDTTPwuZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtsT0Dgx7xAttHlGyoA2mvAISDTTPwuZ > .row > .video-iframe-container { display: none; }#TtsT0Dgx7xAttHlGyoA2mvAISDTTPwuZ > .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); }#TtsT0Dgx7xAttHlGyoA2mvAISDTTPwuZ > .row .container { border-width: 0; border-radius: 0; }#TtsT0Dgx7xAttHlGyoA2mvAISDTTPwuZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TtsT0Dgx7xAttHlGyoA2mvAISDTTPwuZ > .row .container { font-size:0.875rem;font-family:arial;height:61.9375rem;width:75rem;position:relative;display:block; }#q8TN9rI2FKzlF5nBanx3xdwsKCT92NUS { color:#ffffff;display:block;width:69.125rem;position:absolute;font-family:raleway;font-size:2.375rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:2.12255859375rem;left:1.81201171875rem;height:4.03564375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l0b3Qe7IxkveT99DhR9Tu0KWUFzR175T { color:#ffffff;display:block;width:42.687rem;position:absolute;font-family:raleway;font-size:2.375rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:6.064453125rem;left:1.81201171875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#WvB76K4UskTTxsaZcCMBuzs3MAHlckUd { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:raleway;font-size:2.0625rem;font-weight:700;z-index:15047;line-height:1.7;letter-spacing:0;top:23.8095703125rem;left:38.3115234375rem;height:7.01075rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oOwHTtVaVBRaTbTPfk7sd9W1VedrXG2g { color:#b5b5b5;display:block;width:33.75rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:30.8203125rem;left:37.27880859375rem;height:10.6230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CvUpeXeWBF3LHzUBoVORc2kdFOlgzVIQ { position:absolute;display:block;z-index:15049;background-color:#f8ac78;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.0615234375rem;width:33.75rem;top:43.40625rem;left:38.3115234375rem;display:block; }
#TRWRnANblb3V2rCnZ1r8zWQTb2JNSLSH { background-color:#ff7b00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1c1c1c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6245rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:55.9375rem;left:38.3125rem;display:block; }
#iHLwmUuxnHLO2mZBGN18UTKQiJb3fQ5y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m9Z2fRTfufQyl4uo52Z04ifoPzwSIqbP { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.7;letter-spacing:0;top:21.75rem;left:5.1875rem;height:2.548825rem;font-style:normal;display:block; }
#SEv20usKbvWEcPBJabhMi1AFTwTyurnS { color:#ededed;display:block;width:28.75rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15027;line-height:1.7;letter-spacing:0;top:24.6875rem;left:5.1875rem;height:4.24805rem;font-style:normal;display:block; }
#BNFB1MAscVokwakNKZiWt2moSB4D9e0D { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:22.625rem;left:1.8125rem; }
#qhf2CUK8OWv5iMmdFqCsiZvwcTXz48Oh { color:#ededed;display:block;width:28.75rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.7;letter-spacing:0;top:33.625rem;left:5.1875rem;height:4.24805rem;font-style:normal;display:block; }
#we2QzKg9suXhqHaWeIGVqvCVCXs6Qs8o { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15029;line-height:1.7;letter-spacing:0;top:30.6875rem;left:5.1875rem;height:2.548825rem;font-style:normal;display:block; }
#LTn50ihe5VIPXVUOTRK4fvZUp8BRZQuw { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:31.5625rem;left:1.8125rem; }
#mICVoeKm9PX9QmxV2JTVGvIFGGT5MfpU { color:#ededed;display:block;width:28.75rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15033;line-height:1.7;letter-spacing:0;top:42.625rem;left:5.1875rem;height:6.3720625rem;font-style:normal;display:block; }
#XrXCLdvQyz4226unbbVEbMCziQNmNzIa { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15032;line-height:1.7;letter-spacing:0;top:39.6875rem;left:5.1875rem;height:2.548825rem;font-style:normal;display:block; }
#agdStc4oReTS3D52v66OHsCHoH5A96eR { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:40.5625rem;left:1.8125rem; }
#eHu5tNbfsL1vFSTJETJA6k9PHgFhsn4d { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:400;z-index:15067;line-height:1.7;letter-spacing:0;top:44.62353515625rem;left:38.3115234375rem;height:10.1865rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#eHu5tNbfsL1vFSTJETJA6k9PHgFhsn4d li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eHu5tNbfsL1vFSTJETJA6k9PHgFhsn4d li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ab804b4129a0cf6804dd2e0c79476460fdffc48a.svg); }
#QLwpqrFeF7PKePlgTRrEA2v1Mg5KKtKR { position:absolute;display:block;z-index:15068;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:18.875rem;width:29.125rem;top:4.9375rem;left:42.8125rem;overflow:hidden;display:block; }
#ZqvhEz4ysMfyE9rITbGn9yMCIG75u1Jt { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:14.75rem;top:6.375rem;left:4.9990234375rem;overflow:hidden;display:none; }
#D0mAMaGtVrL35Sf988XwuPTD40SbwJOA { color:#ffffff;display:block;width:74.5rem;position:absolute;font-family:raleway;font-size:2.875rem;font-weight:700;z-index:15001;line-height:.6;letter-spacing:0;top:1.1455078125rem;left:0.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#WESnRhJGQzo3WJBwuX8DrfIy65rd2mAX { background-color:transparent;background-image:none;border-top:0.125rem solid #f37c04;border-left:0.125rem solid #f37c04;border-right:0.125rem solid #f37c04;border-bottom:0.125rem solid #f37c04;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.7206875rem;height:3.72168125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:29.0625rem;left:18.25rem;display:none; }
#i3BVTER9EE7R8ZCgJEOwc6omFWbhgNmf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P9T2JWAQKsUmZOPqgibObZBtP9Oi3ZWy { background-color:#f37c04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#191c1f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.7480625rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:29.0625rem;left:2.1875rem;display:none; }
#STqTimPZzTzfVPhVmg7fBdN1AN8eeA0D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OH8IE96TnwTmKO0oDoqQzWEsTXgev9Xo { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.749025rem;width:14.625rem;top:55.43701171875rem;left:12.24755859375rem;overflow:hidden;display:block; }
#u16O1vaKtUIVPgB5sFdFSo9VodrbOGCa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(102,217,239,0.57);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; }#u16O1vaKtUIVPgB5sFdFSo9VodrbOGCa > .row .container { background-color: transparent; background-image: none; }#u16O1vaKtUIVPgB5sFdFSo9VodrbOGCa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u16O1vaKtUIVPgB5sFdFSo9VodrbOGCa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u16O1vaKtUIVPgB5sFdFSo9VodrbOGCa > .row .container > .video-iframe-container { display: none; }#u16O1vaKtUIVPgB5sFdFSo9VodrbOGCa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u16O1vaKtUIVPgB5sFdFSo9VodrbOGCa > .row > .video-iframe-container { display: none; }#u16O1vaKtUIVPgB5sFdFSo9VodrbOGCa > .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); }#u16O1vaKtUIVPgB5sFdFSo9VodrbOGCa > .row .container { border-width: 0; border-radius: 0; }#u16O1vaKtUIVPgB5sFdFSo9VodrbOGCa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u16O1vaKtUIVPgB5sFdFSo9VodrbOGCa > .row .container { font-size:0.875rem;font-family:arial;height:66.3125rem;width:75rem;position:relative;display:block; }#uTTTmTNchUGhtm1FBfnv8PUCTVdgLLkX { color:#ffffff;display:block;width:69.125rem;position:absolute;font-family:raleway;font-size:2.375rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:2.12255859375rem;left:1.81201171875rem;height:4.03564375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Uw2eFoOQ2WtH6rqXFmQNeVqTc6U8npTK { color:#ffffff;display:block;width:42.687rem;position:absolute;font-family:raleway;font-size:2.375rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:6.064453125rem;left:1.81201171875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#dGvMWBJPsHn9xQXMt1Kli8TtAHxObRls { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:raleway;font-size:2.0625rem;font-weight:700;z-index:15047;line-height:1.7;letter-spacing:0;top:27.6875rem;left:38.375rem;height:7.01075rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IXRObto8TDfhq01oi5lb7Ln8pxw31lsP { color:#b5b5b5;display:block;width:33.75rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:34.625rem;left:38.4375rem;height:13.2788125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R6bwp5tqmTuOwt6CJKFe7BpNaGVHTlr2 { position:absolute;display:block;z-index:15049;background-color:#f8ac78;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.0615234375rem;width:33.75rem;top:48.4375rem;left:39.9375rem;display:block; }
#zzG3rDguBlnNssyk5B9xC7V7IVTVMBg5 { background-color:#ff7b00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1c1c1c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6245rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:60.9375rem;left:39.9375rem;display:block; }
#L4IJ91F2donrA6Wa90lzsQJLQTWGeg1h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TShNI0lsVOnHIwSFKXyrAZNKWk03Tz7p { color:#ffffff;display:block;width:28.749rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.7;letter-spacing:0;top:31.3125rem;left:5.1875rem;height:2.548825rem;font-style:normal;display:block; }
#bN1LlAWRExArbxfLwG8fELmDE8Q7k5x6 { color:#ededed;display:block;width:28.75rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15027;line-height:1.7;letter-spacing:0;top:33.75rem;left:5.1875rem;height:4.24805rem;font-style:normal;display:block; }
#sG8TAVT6QXqmnTfD7DH3Owpk515eofKM { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:31.6875rem;left:1.8125rem; }
#kRKF6uybfOpLaMmgGwfTDEm7Wi0lEX2c { color:#ededed;display:block;width:28.75rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.7;letter-spacing:0;top:42.6875rem;left:5.1875rem;height:4.24805rem;font-style:normal;display:block; }
#yxJrh3wMAtD56RrKrdlPabTZsqQvg1T0 { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15029;line-height:1.7;letter-spacing:0;top:39.75rem;left:5.1875rem;height:2.548825rem;font-style:normal;display:block; }
#N7sNJJJq0FiwhEhWBiqbOACeBSFq2CJm { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:40.625rem;left:1.8125rem; }
#B4ztBWtI4oOI4MLkyLp1g5TROM87c3Gb { color:#ededed;display:block;width:28.75rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15033;line-height:1.7;letter-spacing:0;top:51.6875rem;left:5.1875rem;height:4.24805rem;font-style:normal;display:block; }
#V3s8sWBpkGMK1MQV6Tiecrv6pd6zMav5 { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15032;line-height:1.7;letter-spacing:0;top:48.75rem;left:5.1875rem;height:2.548825rem;font-style:normal;display:block; }
#w4zmEaBtXIisPTQRugb9MT1ZifpRaFzy { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:49.625rem;left:1.8125rem; }
#ABg0zTbnZmVuf7uI7zW8mKSMcWn8mbTh { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:400;z-index:15067;line-height:1.7;letter-spacing:0;top:49.625rem;left:39.9375rem;height:10.1865rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#ABg0zTbnZmVuf7uI7zW8mKSMcWn8mbTh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ABg0zTbnZmVuf7uI7zW8mKSMcWn8mbTh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ab804b4129a0cf6804dd2e0c79476460fdffc48a.svg); }
#CyQqfEc5Tc6xg1tdRHPyoMft1OUmS9wq { position:absolute;display:block;z-index:15068;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:18.8745rem;width:29.124rem;top:8.26025390625rem;left:44.49755859375rem;overflow:hidden;display:block; }
#PbhgEyIPpB3vtEL7EkMNxFIqQD4unMgu { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:14.75rem;top:6.375rem;left:4.9990234375rem;overflow:hidden;display:none; }
#FcDrpkQmnhn8aZSghyec2HEuORKgqo7N { color:#ffffff;display:block;width:74.5rem;position:absolute;font-family:raleway;font-size:2.875rem;font-weight:700;z-index:15001;line-height:.6;letter-spacing:0;top:1.1455078125rem;left:0.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#hco5RaMesXBIlq4G11EVMPI7CkTlTyxh { background-color:transparent;background-image:none;border-top:0.125rem solid #f37c04;border-left:0.125rem solid #f37c04;border-right:0.125rem solid #f37c04;border-bottom:0.125rem solid #f37c04;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.7206875rem;height:3.72168125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:29.0625rem;left:18.25rem;display:none; }
#zQhVJ6URl4fDIddTnKgVd0QaM3UnxwZ7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GroqIg4VFutATEqOxETP836LtccZGgbz { background-color:#f37c04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#191c1f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.7480625rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:29.0625rem;left:2.1875rem;display:none; }
#i1gfKwrFynHWuXVOJPJwtIFZ12DPEW9J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AeXnGr0AtwW1XS7SmkFuF3Ts44EgBe99 { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.749025rem;width:14.625rem;top:60.43798828125rem;left:11.6865234375rem;overflow:hidden;display:block; }
#H1ovWX8AFAn2iQVIiAwlA40doSEw167F { position:relative;display:block; }#H1ovWX8AFAn2iQVIiAwlA40doSEw167F { background-color: transparent; background-image: none; }#H1ovWX8AFAn2iQVIiAwlA40doSEw167F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1ovWX8AFAn2iQVIiAwlA40doSEw167F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1ovWX8AFAn2iQVIiAwlA40doSEw167F > .row .container > .video-iframe-container { display: none; }#H1ovWX8AFAn2iQVIiAwlA40doSEw167F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1ovWX8AFAn2iQVIiAwlA40doSEw167F > .row > .video-iframe-container { display: none; }#H1ovWX8AFAn2iQVIiAwlA40doSEw167F > .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); }#H1ovWX8AFAn2iQVIiAwlA40doSEw167F { border-width: 0; border-radius: 0; }#H1ovWX8AFAn2iQVIiAwlA40doSEw167F > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#H1ovWX8AFAn2iQVIiAwlA40doSEw167F > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:120.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EJScRMOxyWJQRsIhrTgwRFOEsARPGO7O { color:#ffffff;display:block;width:45.9375rem;position:absolute;font-family:raleway;font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.03857421875rem;left:3.6533203125rem;height:3.8994125rem;font-style:normal;display:block; }
#lWk94F9waBF9yBFPTGgkTLIpsQBoPeCB { color:#ffffff;display:block;width:44.1855625rem;position:absolute;font-family:raleway;font-size:3rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.9736328125rem;left:3.6533203125rem;height:27.295875rem;display:block; }
#kkOq9rRskTWU79yOifFOt8sAEyR0hmit { color:#ffffff;display:block;width:70.6875rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:39.3515625rem;left:2.15625rem;height:7.3125rem;display:block; }
#DMOED8VOizG60CVP8f9264Q1cTdlfhVl { color:#ffffff;display:block;width:70.6875rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:49.0986328125rem;left:2.15625rem;height:10.96875rem;display:block; }
#uhfwpkyvWE9tkw26xcb7b5NTLeC9Du3k { color:#ffffff;display:block;width:70.6875rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:62.40966796875rem;left:2.15625rem;height:7.3125rem;display:block; }
#aPt3VNdV1dpl2Cba3LZtToTb8iPOVrdk { color:#ffffff;display:block;width:67.436875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:77.5rem;left:2.1875rem;height:24.375rem;display:block; }
#awtiqoTRqblwMI67I6LpmrWgLcvOeRMO { color:#ffffff;display:block;width:45.5625rem;position:absolute;font-family:raleway;font-size:2.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:72.875rem;left:2.375rem;height:3.086425rem;display:block; }
#oHopRG3HnDe34uQ9uNUDWvtDIEJFtJ3L { background-color:#f37c04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.3125rem;height:5.3745125rem;text-decoration:none;z-index:15188;text-align:center;text-align-last:center;top:106.16455078125rem;left:23.34375rem;display:block; }
#hoeBG7FtgGiMIH0Mz78fC0NdlzJDJvhx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gO2XmEi3ITTQemdEG1JTauoSxVBUmDyV { position:absolute;display:block;z-index:15189;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.25rem;width:25rem;top:111.4453125rem;left:24.9990234375rem;overflow:hidden;display:block; }
#MML99Qmt4VL2rmNbDi5UBVuomTUKJB4S { position:absolute;display:block;z-index:15190;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:26.562rem;width:26.562rem;top:9.33837890625rem;left:46.37548828125rem;overflow:hidden;display:block; }
#wFc1fr9CwJVZqpHukxeAPUPT4CVBXB9v { position:relative;display:none; }#wFc1fr9CwJVZqpHukxeAPUPT4CVBXB9v { border-width: 0; border-radius: 0; }#wFc1fr9CwJVZqpHukxeAPUPT4CVBXB9v > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wFc1fr9CwJVZqpHukxeAPUPT4CVBXB9v > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:52.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 .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:#000000;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; }
#TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 .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; }
#TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5); }
#TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 .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;color:#ffffff; }
#TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 .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_6dbdd598866c59d29a8b61c08ae022e50f280149.svg");background-size:contain !important; }#TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 .accordion-trigger.adaptive-delivery-prevent-bg, #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 .accordion-trigger.lazyload, #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 .accordion-trigger.lazyloading { background-image: none; }
#TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 { box-sizing:content-box;height:auto;width:69.9375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:5.24853515625rem;left:1.27880859375rem; }
#TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #xHK5E6yNKPTvcdddGToNCgIu6tTb6Lum { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #QRhiVaI03wCkOuKZaSUi8P4dHcDFomOp { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #Cq02TyRchFGD4GvQCfCBgpurnIk1NbIs { display:block;position:relative; }
#TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #OqulVwpTe2xVoI6pXymxnaf8FQPArWBb {  }
#TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #hthc0aRbMuJkaeBTmPusdTJfLkRITRVP {  }
#TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #tqqg94w7sJguiSWOyUuXT478hviOEGP7 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #a6wxkliihuwiIytOeiPMep4eZvIUKAaU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #e2XnUsQaEyT4nzoThUZ8MlMCd1h16i5u { display:block;position:relative; }
#TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #TmJEEtOPc0hQ0FTqXTufFSy1bRgdVvnT {  }
#TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #ETliVwdvK98xgy19snC5xJT1Rwlm8v9y { display:none; }
#TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #iNo4O3u2lL66dgmL1lbRrMhVqQb8pXu2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #Pi6FW2HOVkduC2asrTCKFIxbto582qHX { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #kd6LJJd9gkr2rlcwapOSSCUBnRCcDlai { display:block;position:relative; }
#TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #K4eS5UL9F8IAnBIXn3SCr78b8W5NL7N3 {  }
#TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #IOE2nl5LBGG8JFzoiRJAPW4tFqxGWZw6 { display:none; }
#TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #tkPzXQWWywlqzPwQSD3lFsop86MxVFpf { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #noDdrIvoVBA5TMVidpxe1fNMgvwgaxAi { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #hvRPC0AgTKUtfZDLPWH72f82BUZrxeVT { display:block;position:relative; }
#TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #DC59bdAD3qNURnoAUOplq3MxtZ1Vc46T {  }
#TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #rLXWvWEco9cnkrszzigDHpIybfPQiqQw { display:none; }
#TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #a10aZkyyhsZ3ew2l5X8e0hlQyM3vWMyM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #UiPZyLGmdBK4imuZa6wruLr9DO5wc8FZ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #Pi2CGryi9RX5TcPtV12P5lRXUGpr3hK4 { display:block;position:relative; }
#TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #hQETwKMGgaTpbRrFhGeaTRl9hd2q22L3 {  }
#TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #hTfWl70KUU1JUL2TapuHctZMfVTlosPV { display:none; }
#TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #qxefg8ZaWxTHd3TlVKZOAT2w2OFTMvNV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #aH5qgVRivWpUI3x5F7z9ezSUls07shTP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #tms66VETLzITkBtGPBKzqv9KwQOMV4gm { display:block;position:relative; }
#TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #nZieVhr7tnCxGH6vmU7ATEdaVNXNC4oq {  }
#TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #v1DL8iIiOfEeikUUJTcHhO9V9kAMX1PN { display:none; }
#TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #w69zcWGJ52lZKS206z8GWN5L6ThCZa5a { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #gIExDiMfEUCoAwLH1ByOfaH9NlbtNvoV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #Obl9nDVKZXimEQUyJnSJGTNswqoxro4q { display:block;position:relative; }
#TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #ShlUSI9owuMUB3IZIA1IOodgolTTpVHA {  }
#TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #p7JTTyqAyohNRFAEWlaPITlCkoTUMPTB { display:none; }
#mx2CPJFFqwmhq5E2uEKKU4Idv6r4g7fW { color:#ffffff;display:block;width:75rem;position:absolute;font-family:raleway;font-size:1.9375rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:0.8115234375rem;left:0rem;height:3.875975rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KduRxKTPmK7i7b9Ty5BcHUmm8Uwfy8yL { position:absolute;display:block;z-index:15004;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.25rem;width:24.999rem;top:43.9365234375rem;left:24.99609375rem;overflow:hidden;display:block; }
#DESgWWieHkm8uDLNgvwhfUWTXU93z3Vu { background-color:#f37c04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.6225625rem;height:4.0620125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:39.96826171875rem;left:26.68798828125rem;display:block; }
#XwmiKHMGAhpg7BJaiXTrwoEGvOsPoki8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nCENgBRUfz7ePIIdPGBx0RtmASWe3i9F { color:#000000;display:block;width:18.75rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:9.0625rem;top:0.5625rem;left:0.75rem;display:none; }
#xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk .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; }
#xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk .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; }
#xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem; }
#xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk .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; }
#xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk .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; }#xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk .accordion-trigger.adaptive-delivery-prevent-bg, #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk .accordion-trigger.lazyload, #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk .accordion-trigger.lazyloading { background-image: none; }
#xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk { box-sizing:content-box;height:auto;width:17.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;display:none; }
#xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #s80M1F9fvHoJkzEbb3QEAvzDmzkMrJzg { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #sEKsnAsRDDt01155vnKFg3IbycmFI6Jy { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #eAmOMdzCvMHgBbAn035Olrr7DHs2PxTe { display:block;position:relative; }
#xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #Sr6JhRwpP2tgTvDFkdLu7ZPNTl85QpbD {  }
#xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #L4iJ6Ieilg8iyEfNf8e64du0vZeAz0Dd {  }
#xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #zIspcn7Msm7GAGI3JZINE5ItTba3DM31 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #M8EK4CXTPhhnqfkwa6eS8npOExryAtea { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #N5h7kSS8taSIXO9hBkmTXt86oJRpDiDG { display:block;position:relative; }
#xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #t4re23LrwXUCNPGE39ITEZ8OenQlsOGA {  }
#xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #iztWlXSyC5DnyWsLaNBklzPAasra05Tc { display:none; }
#xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #pCZ4AmVUtkx464nQ0LsV35BD4iemVMwW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #eMfQNfCvug7O0ZobEU7IKn8vRKr7kJX4 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #cQt6kZSMQczTUVPq5pmOBiDotMRyIFKI { display:block;position:relative; }
#xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #UIs1X5qG7zi1znx2TD6LuXkwDUsTnxdT {  }
#xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #fgqv38OaIkZXQ7UNAp6Xdbt3VxLfQeTw { display:none; }
#xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #dda8gK9muJuopu3q7h0cbxPa4yOfDdUI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #O1zSNEXpozo5A06p7gyHo4Vszc8o7Nyf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #QwB0n7H1mJVxh8sSMnJanFWyTzFODFxB { display:block;position:relative; }
#xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #rk9dJFPbC1TiTADG1q8DFB4lCd6UrZT4 {  }
#xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #PDsceq4LXopKTV0A4V7PdWZdWLpqOC9b { display:none; }
#xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #VVTK15vGSqNiUOx2XfcakcU31cJWK81J { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #prsX3DaRfSpe5VKIkmB2iWz2dCIkMTTh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #l9f7n6gwrIynvfScUgAziRS7CnnSm7Xl { display:block;position:relative; }
#xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #q4kDJJmzNtE0EFI17CMClsPSpDLtgqL1 {  }
#xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #MTp7LUpibSvd9bdIA6mvdXRO05STNlCX { display:none; }
#xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #DAtKX0I5DWJdTpJuICp2i6yCEF9pBTyq { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #W6kTFEo2rIiwA85SRDGKIDXnHioh5fiV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #yeBKSZsA4HaMAycQdfrymFg2ptoiegFN { display:block;position:relative; }
#xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #e0yJURAJIUoyW7i04z88ioZlTiU21vc1 {  }
#xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #d6HG5VUkmVKJKAdJmQ5PLM4IXKRzlPiB { display:none; }
#xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #BmyEMnzD3i69ixeidSU0GSK4dHZ1V91A { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #TNWwE96HqWvmmDF4CEQuv4seP1rIqPSJ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #VqTKzZJlIE14MWiFvv2Nm5CO4ntH2uMT { display:block;position:relative; }
#xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #udroUFNQAggTcMt3UcxZkGxaonwOvhZn {  }
#xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #kNcOyaE0ITbdzH0lrodrVvPRM427ZJGp { display:none; }
#D6c8i61kipQmdOfx0JLbZrGT2VXsEgkV { position:relative;display:block; }#D6c8i61kipQmdOfx0JLbZrGT2VXsEgkV { background-color: transparent; background-image: none; }#D6c8i61kipQmdOfx0JLbZrGT2VXsEgkV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6c8i61kipQmdOfx0JLbZrGT2VXsEgkV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6c8i61kipQmdOfx0JLbZrGT2VXsEgkV > .row .container > .video-iframe-container { display: none; }#D6c8i61kipQmdOfx0JLbZrGT2VXsEgkV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6c8i61kipQmdOfx0JLbZrGT2VXsEgkV > .row > .video-iframe-container { display: none; }#D6c8i61kipQmdOfx0JLbZrGT2VXsEgkV > .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); }#D6c8i61kipQmdOfx0JLbZrGT2VXsEgkV { border-width: 0; border-radius: 0; }#D6c8i61kipQmdOfx0JLbZrGT2VXsEgkV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#D6c8i61kipQmdOfx0JLbZrGT2VXsEgkV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:52.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U .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:#000000;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; }
#w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U .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; }
#w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5); }
#w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U .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;color:#ffffff; }
#w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U .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_6dbdd598866c59d29a8b61c08ae022e50f280149.svg");background-size:contain !important; }#w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U .accordion-trigger.adaptive-delivery-prevent-bg, #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U .accordion-trigger.lazyload, #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U .accordion-trigger.lazyloading { background-image: none; }
#w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U { box-sizing:content-box;height:auto;width:69.9375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:5.24853515625rem;left:1.27880859375rem; }
#w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #qmH6ATXB7IuLJCCpRpePPWnzKBb8m4aT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #wXp2ZFKUrPxmfU1RFyeoMWtlbPLCTBmH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #it1rwDTzfEDQMT9NN6orJByxadsTbPa5 { display:block;position:relative; }
#w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #bwmcFvRXQTlaHOBiWAQBU1uPmOWNCsnO {  }
#w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #ThSBXkUmQoyL5rHy6PgLUHbEyoFfgrst {  }
#w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #J9Fm4cksULxphXHTcG1OlTzI20QXm0AC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #QMau1gk4Sm7RTJB9zlCXaDJr6PgKKZIg { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #TCaZLoeyXZJUATsnmkCnTIxwGcLwXxt7 { display:block;position:relative; }
#w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #DbxsB0tTo8ZRbpoMFKTpzqL8RUcUxaXi {  }
#w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #fnCWioUHFH9ApGogZvpmtLazsLTzpS6Z { display:none; }
#w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #HZ77qsXgDsTEiAnu7mnfd9MB6hpANHTf { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #yiQtTZiJsHqTtqHtxi59l1meKHxAvHWr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #u6cJGIhXkedxxRfaT09hhxsCzXT4PQM3 { display:block;position:relative; }
#w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #OTF2FAcammlnWMb0hMeGNJ2sG7cTxWq7 {  }
#w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #n42oMkxFGcoEkRX4Xn76QW6FKhZqh2dT { display:none; }
#w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #aR5ZQLniHRbF8l7lkBZA3RkUbGsyAwqC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #m9bVZzXSTpIh25C7O12uT4RweAOnH48N { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #fEHbauRcBqXx53BhT6PlxzJRC48Usw29 { display:block;position:relative; }
#w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #XRbUQCkoswSeCdFBzJ2DrBeny6FWRtSE {  }
#w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #wUIzfTF0A3MHpMu0ccXXSUbxUCUhtNTZ { display:none; }
#w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #q2KLbRcqFX6HRHLytlvKeFrVvgc63Sf3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #QrxgkbvDf6Of7wKuTBaao2xI7LmrHT2b { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #F23bzCUtOt6vIU5he314sudMqnU34RJ5 { display:block;position:relative; }
#w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #vBJTWnzQBsuni0Zt6M9LTS6aW6EHo7x7 {  }
#w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #Ir2Hpmih1506iOBaC0Mwg38ernFccgPI { display:none; }
#w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #Tl186agmb7xxAUyifV8CCgwlfSLrcAhD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #HzWWy8gRlgrE9IMtET0eoCJ2WgLTy2oh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #Gfpva4PnExoTp7ybZmme224eMKykB0lo { display:block;position:relative; }
#w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #eLBzd5PR9VOR6hrh2rl4g16JsKUWA3nD {  }
#w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #XT7eDavSeFNBmLti6IMNTnqqhpabVSTr { display:none; }
#w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #r1ZlzGew3pLkfL0TsvQXDPuANhA28BB9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #eDyzThVGs9UTLpEKMLhhmEkT7cVhDDOI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #rQdzDJRF904eEM5rGGP9U3BV0yW2MIib { display:block;position:relative; }
#w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #lTT9uD7kL4XA3QUOMQvkWEsAoQxbelxQ {  }
#w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #dlMuk2ADNS0Vu16ROnly9iP1DKEkEWoq { display:none; }
#XDO6gMp2iTsmptNqAffu8DkcZ7ch69lI { color:#ffffff;display:block;width:75rem;position:absolute;font-family:raleway;font-size:1.9375rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:0.8115234375rem;left:0rem;height:3.875975rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XqudcwlJEL8GEgDrvNghM6XsuTMKxQxW { position:absolute;display:block;z-index:15004;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.25rem;width:24.999rem;top:43.9365234375rem;left:24.99609375rem;overflow:hidden;display:block; }
#Qx5NAt2WeetpKTwQqrCFOr4sLDVH6wZL { background-color:#f37c04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.6225625rem;height:4.0620125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:39.96826171875rem;left:26.68798828125rem;display:block; }
#inBCUhI5TIhBdsViCso6IztPc13MaZhl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row .container { background-color: transparent; background-image: none; }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row .container > .video-iframe-container { display: none; }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row > .video-iframe-container { display: none; }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .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); }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row .container { border-width: 0; border-radius: 0; }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row .container { font-size:0.875rem;font-family:raleway;height:50.625rem;width:75rem;position:relative;display:block; }#WfTBMEhk3n3GNXEUCTDCm3TB5wmvDHlw { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:1.1360683441162rem;left:11.250000953674rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .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:#191c1f;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #f69d43; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .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-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.5rem;font-family:raleway;font-style:normal;color:#ffffff;height:auto; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:raleway;color:#ffffff;height:auto;line-height:1.7;overflow:hidden; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .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_dc2e300a5576f03b912f24fbbebcf6b990c0d1ea.svg");background-size:contain !important; }#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-trigger.adaptive-delivery-prevent-bg, #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-trigger.lazyload, #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-trigger.lazyloading { background-image: none; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 { box-sizing:content-box;height:auto;width:42.6855625rem;position:absolute;display:flex;flex-direction:column;gap:1.5625rem;z-index:15044;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:6.1208782196045rem;left:16.156685829163rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #z6q6T3rfyR26t98ymBu6Tod9gAZhDEOO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #ZSfSIyRwdUsbbTGOAeUDnvSg6kQFTvTP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #ryE3G6aGQld8ag40J2APERIzb19B1c4U { display:block;position:relative; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #rrSHfPtWsHaOq9tcHvr5lruc5hlTQBq7 {  }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #AdcxqQgZCQzauTmEx53dZRpTByn2vysK {  }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #bWv2LymbkbmcOym1EToyx2foZymPkCUN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #CLkGkRXZ7yTsIk5nGvleiCEx3iUd8SSF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #MFnCSzsWCDivJTqtlwg4T7TfOwDKwWs9 { display:block;position:relative; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #kruPCw5fLncBnLfxbaZMb8hE00dH9Me7 {  }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #rNE50VVMo3qGfxygwFewIzMQFz2iotmJ { display:none; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #E5LzFsAXGAKAIaw1DpF7IXnSIFy56TGQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #mtzoJTZrHiciTR7KrIgdkfGzPtmbrTpl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #TtDhN9FGoToTJ1ayarDTNBvcuE3IWseQ { display:block;position:relative; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #eLX0mHCconHpcEbhxcAa3Rhw0L0VzCfI {  }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #bMieLTFcPk6OmnuMkxgLJRepTOHNULp3 { display:none; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #Mfced5fIzM7I1rJLNydOuAhdvaSkcm6e { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #DWl8QECDXtvbnkcH8un8x8GTX8mb2goO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #ZIkSbF9KbJ8So493CLiwiX3lWn35ztDl { display:block;position:relative; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #p4gowcDq6OtSo4B5JNGi9TWXNonSSAFT {  }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #Df6OuoIQkei9TZFzxQxNTbIEGppH6wpD { display:none; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #zbJfmmu19swEcLs8XFM64O3T2qatQso7 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #ch3cc2NoLiUeSnyAMfvybTi30RRPtGwQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #xf5rH0t6UHVNxi3r4fEsqL27CWVyIVGO { display:block;position:relative; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #upENnWqPwdaoHmkRAvLhmeuGO5Kh8yZX {  }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #xUvqRshc04NVvd9zrElWVOArN9XllvNL { display:none; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #pNOTdgT1XvtJV2uw671Go4tDs11zD6UJ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #rt438HOBEqDJZkpvBUfa40EARatZT8Gr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #Pu5qmdg8nUvF8qWVGmevBr6Z3EDLVzcH { display:block;position:relative; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #vT8ybZHklv1XhKTpchCwiS2IH3CH9D4W {  }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #mWkrE4nQ2UZgZ68b3oXoanlDQK9x60MQ { display:none; }
#WVHLatGwWvJg4cmyM5Ie5PZCT6PvAe6k { background-color:#f37c04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.3125rem;height:5.3745125rem;text-decoration:none;z-index:15189;text-align:center;text-align-last:center;top:41.53857421875rem;left:23.34228515625rem;display:block; }
#NwUifeyBTwwcwQN0Qisfvl3PklEbutop { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#suuiEM3z8KAslhPoEGApff7l2IuWdfri { position:relative;display:block; }#suuiEM3z8KAslhPoEGApff7l2IuWdfri { background-color: transparent; background-image: none; }#suuiEM3z8KAslhPoEGApff7l2IuWdfri::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#suuiEM3z8KAslhPoEGApff7l2IuWdfri > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#suuiEM3z8KAslhPoEGApff7l2IuWdfri > .row .container > .video-iframe-container { display: none; }#suuiEM3z8KAslhPoEGApff7l2IuWdfri > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#suuiEM3z8KAslhPoEGApff7l2IuWdfri > .row > .video-iframe-container { display: none; }#suuiEM3z8KAslhPoEGApff7l2IuWdfri > .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); }#suuiEM3z8KAslhPoEGApff7l2IuWdfri { border-width: 0; border-radius: 0; }#suuiEM3z8KAslhPoEGApff7l2IuWdfri > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#suuiEM3z8KAslhPoEGApff7l2IuWdfri > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:89.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 .widget-form-header {  }
#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.875rem;font-weight:400;color:#ffffff;width:31.25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal;text-align:left;text-align-last:left;vertical-align:top; }
#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:31.25rem;box-sizing:border-box;height:3.125rem;color:#000000;font-size:1rem;overflow:hidden;font-family:raleway;vertical-align:top; }
#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:31.25rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:1rem;overflow:hidden;font-family:raleway;vertical-align:top; }
#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #808080;border-left:0.0625rem solid #808080;border-right:0.0625rem solid #808080;border-bottom:0.0625rem solid #808080;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:31.25rem;box-sizing:border-box;height:3.125rem;color:#000000;font-family:raleway;font-size:1rem;overflow:hidden;vertical-align:top; }
#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#f37c04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#191c1f;width:31.25rem;height:3.4375rem;font-family:raleway;overflow:hidden; }
#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 [class*="-text"]:-moz-placeholder { color:#808080;font-family:raleway;font-size:1rem; }
#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 [class*="-text"]::-moz-placeholder { color:#808080;font-family:raleway;font-size:1rem; }
#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 [class*="-text"]:-ms-input-placeholder { color:#808080;font-family:raleway;font-size:1rem; }
#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 [class*="-text"]::-webkit-input-placeholder { color:#808080;font-family:raleway;font-size:1rem; }
#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:raleway;line-height:1.3;font-size:0.75rem;font-weight:400;color:#ffffff;vertical-align:top;width:29.8125rem;overflow:hidden;font-style:normal;float:none; }
#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:raleway;font-size:0.875rem;font-weight:400;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 .widget-container:first-of-type{padding-top:0;}#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 .widget-container:last-of-type{padding-bottom:0;}#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.2495rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15032;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.125rem;left:39.125rem; }
#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:31.25rem;display:block;vertical-align:top; }
#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 .widget-info-text { display:block;height:auto;font-family:raleway;font-size:1rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 {display:block;}#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.2495rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15032;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.125rem;left:39.125rem; }
#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #yh6DxS6Qk3J3EO9zSZLylh3nViXTgmoB { position:relative; }
#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #HC4bm9LnefP2PoDJeUI0a6FgyFwObsLn { position:relative;display:block; }
#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #uWEnshSqtLbVM7hFQJU00w3Qdqcy30Lq { position:relative; }
#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #IiNenqOAL9thsMTaG57MA3Uam2Wqrq3e { position:relative; }
#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #PKFM9Ks2igkc0ZTqa4XhKfqhamFh5o2D { position:relative;display:block; }
#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #SRH71SQ3qLEau8AMTn0IKDLHEzFoLPbG { position:relative; }
#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #ZNUvd5ossrZUFZmOfpq2cirE3raHELks { position:relative; }
#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #CqOSDCxAX9ktATroDobd290IuWl93F6R { position:relative;display:block; }
#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #THb9iDqKNTfRJWwdts3ebqC0h2H1kD09 { position:relative; }
#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #P4Ao7NgctfalhVSZ6ri2d8JtAyFKZinX { position:relative; }
#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #w8fnv4gz7Mv1ruDEsXu5KqPTpdZNvo98 { position:relative;display:block; }
#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #ZQlaEuzFDqP6gUol1KZOcsbMn6iRB8xS { position:relative; }
#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #cKTOTKGgdZaSSBGgh5apQHl9ybTrFTpW { position:relative; }
#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #bgiyXNvvNbirViiGrKiqS8pnf2HUDTde { position:relative;display:block; }
#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #hL34KQcotbHdGqDuinpGXgwEEkCXtmEZ { position:relative; }
#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #DiWpQiJWlZKpuHyaxpxWtgzyEcWBoumD { position:relative; }
#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #DiWpQiJWlZKpuHyaxpxWtgzyEcWBoumD .container-column{width:33%;;}#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #UT3AZHSHsgfmfmZuGapFdCoZs71sZZFk { position:relative;display:block; }
#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #guOmkG2b6w3lo139m9yTQgxRrXAZ3UNe { position:relative;z-index:2; }
#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #pIp2XTLIasRi6a8DAT1wsmwLdKqJllAB { position:relative; }
#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #imlFNGK0N7fnvPDEy7Tn850l73T1Gztf { position:relative;z-index:2; }
#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #ae4CpwPu2Vgcol8e9CgZonFp5r3KG6zA { position:relative; }
#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #aaiff0StpXJWPAPWVaIxFlv0wPTTJKDq { position:relative;z-index:2; }
#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #ZyECH6NnFv4mwQ2dTQHWHQb3bEsTx6n2 { position:relative; }
#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #fTenB4AVaiszSvtmm31CBdMIiEbNn90T { position:relative;z-index:2; }
#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #rwBu0CQHHTqrJJ6Fu1SlUUqMTVrTmTFh { position:relative; }
#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #oGhkKVHEysELiqVaeVXsX44lnwIBCH98 { position:relative;z-index:2; }
#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #xCD2XkmvUO64WXrBGc8QHbt9QsV3irUL { position:relative; }
#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #C7AcGqMbdU2UUbMG7OBGoLnr8AoZLPwN { position:relative; }
#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #ckXmcV2W3AHNoHTJT4wcZhPmoQJFHdPG { position:relative; }
#qEvq25vgvSsVfGXEKrEwe9cCBXlg1kwx { color:#ffffff;display:block;width:31.2495rem;position:absolute;font-family:raleway;font-size:2.9375rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:2.5rem;left:40.375rem;height:10.57325rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#exkTiakboI7vqieN0XVQyMn5rEWK6yL0 { color:#ffffff;display:block;width:27.375rem;position:absolute;font-family:raleway;font-size:2rem;font-weight:normal;z-index:15031;line-height:1.4;letter-spacing:0;top:5.208984375rem;left:4.81201171875rem;height:5.59863125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#RzFACRFUUyQne8oNFexvmdP1xqNK7elV { color:#ffffff;display:block;width:31.2495rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:8.8125rem;left:2.8740234375rem;height:3.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#cHIrpJAu86qLmoKuT7Zaww6M48yPFfmU { color:#ffffff;display:block;width:31.2495rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:13.072265625rem;left:2.8740234375rem;height:73.3125rem;text-align:left;text-align-last:left;display:block; }
#HkvBAHNMAlGrIvM1PFsnO2yQk37Rtzd4 { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.312rem;width:19.437rem;top:0.77197265625rem;left:2.56201171875rem;overflow:hidden;display:block; }
#awGrRswewc13etD3SE8f9lpOg4rIq08H { position:absolute;display:block;z-index:15050;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:10.8125rem;width:16.5rem;top:71.8125rem;left:40.375rem;overflow:hidden;display:block; }
#RA6RfiKKvS5CMbdmOgITzcN8BAElTWK5 { position:absolute;display:block;z-index:15051;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.937rem;width:7.6875rem;top:72.75rem;left:60rem;overflow:hidden;display:block; }
#MnRgVCC93y0wxPT4u9QH7nm6bGftS3Ez { background-color:#1c1c20;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:4.1875rem;text-decoration:none;z-index:15178;text-align:center;text-align-last:center;top:50.3056640625rem;left:40.37353515625rem;display:block; }
#e6LHSdQxeWCJ6PdWts5TA4bkvq4gvTbK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JZxIU1GNym6Gxl3k3QgqNzUqdigBhfAl { color:#ffffff;display:block;width:31.2480625rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:56.2412109375rem;left:40.3740234375rem;height:12.597625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wgyirgdSkapmKCvRqu0v3TW52ktq0UQr { display:block; }#wgyirgdSkapmKCvRqu0v3TW52ktq0UQr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v5OObfc1LMMERElkI3iT9OC3zpIHIBa2 { width:7.0625rem;height:2.375rem;top:3.8125rem;left:26.7490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OapsaeqK2SKrGTnB2OdI5V6v1XaXJhtc { display:block; }
 }@media only screen and (max-width: 763px) { #FpAy0GQhAFL7ZsTSAP1P3TUpAdlTX2lL { top:0.875rem;left:0rem;width:47.75rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg1llxpTxspme6OEzH1X1s6PTuaC7dvU { top:1.125rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIaIOOZTJQ5xQ1pEgzdd34ZdMRJ50aEs { top:3.0625rem;left:0rem;width:12rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLAXED9ymCnZQRcSEATL0UEhZK1G9KXt { width:6.9375rem;height:2.25rem;top:3.8125rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoblMmDixqTTQ6hND4rUBucHbzeqRBTe { display:block; }
 }@media only screen and (max-width: 763px) { #TZ4xKhqoH2f6kTcum2Xb9yNHlwJ0hKmu { width:8.4375rem;height:2.125rem;top:3.9375rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #auT6970qzsbwtP6T0r3RM7zFvtwXJ022 { display:block; }
 }@media only screen and (max-width: 763px) { #nF90KAHqUZST1gAcqxhSyOSkT7yvBOf1 { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #EXKq6QGo6uKadhpr8lnGGs5N9UFDpcIK { display:block; }
 }@media only screen and (max-width: 763px) { #GaVC4TeMoRwdftOFNUIJDe4ZoAtxSmxe { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #Vnh4RKZhaBMn3FFOnhM58A03T09KHZTa { display:block; }
 }@media only screen and (max-width: 763px) { #fqB0IzxscsvFoFANv5H6HzvK7Tc1UKqW { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #MeVQ4D94Vrl7o4yr4LN7EitqSfETTF1y { display:block; }
 }@media only screen and (max-width: 763px) { #hvKNs2BfBR72PzlF6TaVpumhJccDP2RG { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #lxWOxqrIXKP4iGDBv9qcdV9Li4tpvyKo { display:block; }
 }@media only screen and (max-width: 763px) { #qzlmSyTChks7auxtmN0ZQ31HE9nThXgE { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #epWL6Hh1FDMcA03gzQAW2HaHzxZJO3oh { display:block; }
 }@media only screen and (max-width: 763px) { #hzgwJUOHsFJFe1hwydkTGmxt3WinpV6y { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #E2sASngAsmOt2cX9islnHOCNQAe9Xfm2 { display:block; }
 }@media only screen and (max-width: 763px) { #Q73tgHT2mAFLmShq4IR1iTSVgbg95uT5 { width:25rem;height:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #loO9lc8sLko4xMsP6Oh6FpwdhrQvhqaK { width:7.0625rem;height:2.375rem;top:3.8125rem;left:40.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X13Fs24psJnwFFSeAXIiT53AmWn0maq4 { display:block; }
 }@media only screen and (max-width: 763px) { #ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn { display:block; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQ4M17gASp8TkRHnpNCwTwD7Ds6XEg7o { top:2.25rem;left:0rem;width:47.75rem;height:10rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv6Vx3yTbnmeMuMeZc0i8pew1JNLVk5M { top:17.4375rem;left:0rem;width:36.625rem;height:12.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmtzVTScqEoAd4WyIDbm6TiMTToqgDuk { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xarCQZTXzyA07EKpBQBacm9q39EAqutT { display:block; }
 }@media only screen and (max-width: 763px) { #DydAM4CePGJiSBumT5A1iaNJNTSbrR7P { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDoLKmpqlZwhzkdJoX4lWf8KTW9PHWHn { display:block; }
 }@media only screen and (max-width: 763px) { #R9CRrLsKpRmtbDfTL4wdDv1cLuZ6tKrG { top:7.25rem;left:5.375rem;width:42.375rem;height:28.208560142802rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2ZWTW2xDl589hbnVbvyBteQEVxfTJOw { top:30.8125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRfMXpyRwVzURODXN0iToV9k0Sz3XcXy { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tRrxOfQmliJUlPJEKny0BZ9xluv75f27 { display:block; }
 }@media only screen and (max-width: 763px) { #FZodP1tchy47lbpeZeLRyzFgrFauIgcd { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nDe9H6r4DsoXohZKzRSL8ch6acOznts7 { display:block; }
 }@media only screen and (max-width: 763px) { #kcm01KIpTc9TFAqAqieA7B8l2HdgRZ9Z { display:none; }
 }@media only screen and (max-width: 763px) { #fhx3QIX9p6h9DSy0wpE3NDRLv3WTPZsV { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PTpWB99pJaXTTEriOE9T4Mvt44vdluSF { display:block; }
 }@media only screen and (max-width: 763px) { #Vl3WWsa3zvLHP5cpRRJCC3QEgti3LrBD { top:12.3125rem;left:0rem;width:47.75rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmRoCXyxnP5n3tLRxVubgfLGobUrTnmp { top:1.4375rem;left:38.9375rem;width:8.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfhuvBmxqWHinleGVLE6NTQZZyTcq7L3 { width:21.5625rem;height:4rem;top:41.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OR4ADrrb8i7JzMN2ZFzy2r1CBRQBXKqL { display:block; }
 }@media only screen and (max-width: 763px) { #VfGEzs8xSGw6ndVDscTGGeahLKO3J2oM { width:21.5625rem;height:4rem;top:41.1875rem;left:24.4697265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxhIGer20TH0J9lyLTmUxlauuGdhIQh2 { display:block; }
 }@media only screen and (max-width: 763px) { #Ucw1ouym1dUAZzbT4mbtGu4ibTQuaep6 { top:4.625rem;left:0rem;width:12.4375rem;height:3.875rem;font-size:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #P3ciyvJbMZTodSaqR0IKKbkU1xRvJbTn { width:17.1875rem;height:11.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #b1L25RnkkoTX3XKmKeJR20qXvHaQ17rL { top:12.375rem;left:0rem;width:18.9375rem;height:6.0625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kh9vtgrJB5amAkJaIfkPFHyU6gNgCAkd { width:25rem;height:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #WbdF5Lwrai5sTf81meihfuCeZbEdpXNE { top:4.125rem;left:36.4375rem;width:11.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQdDdlk4Lp6tbgXeZvXRZiJuxDmsT0c1 { display:none; }#UQdDdlk4Lp6tbgXeZvXRZiJuxDmsT0c1 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NSwWhTVyP6WL86hm9XvQadptBrE34cH0 { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #U0HrNByLcleyDhHfFGkWT4FKlWZuiAvp { display:block; }
 }@media only screen and (max-width: 763px) { #MeaMGHZ9Ty137L0HZ3emTBGviLlJLFIC { top:5.5rem;left:0rem;width:12.4375rem;height:2.5625rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #l9W38CEtbrKwOwGMU2bmAKbCppDLUnAx { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #CRcPZcxh1pf2LINMrlnENZc2TqT84lZn { display:block; }
 }@media only screen and (max-width: 763px) { #GWmQHhzus7ntbVW7VeUqxCLGQdRV8H36 { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #kQxyKxaOnle4ctOilQVaAfzNkg90roh9 { display:block; }
 }@media only screen and (max-width: 763px) { #VfzMEwANiwr9OzQpiRlA69umSnxhfszZ { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #LMCDh3ncL5DQbhRgwUyx2umqfUBABsGx { display:block; }
 }@media only screen and (max-width: 763px) { #xdz5W8HaQH0G6umEXrDiUQvihvD7JtGT { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #UJibTieM6RiehIaRmRepSpc2wQLRZGAz { display:block; }
 }@media only screen and (max-width: 763px) { #pqFHxRzvT6VoRCgZvTUrsLkqHcqdA35t { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #OmT1Zv7JzgwDIJkrGMubTbMSGTRGXV02 { display:block; }
 }@media only screen and (max-width: 763px) { #qdDd2FRpzvav9OMi1TCEOcRH3Z0AUfQ2 { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #KvxmdKl7pP4xeW9GkCWDEafh2ARB6NHe { display:block; }
 }@media only screen and (max-width: 763px) { #Vk2Wc2NATqBQIPAScXGuVUBOUbfrF0vg { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #G1edNGsuPucPmxliS2tv6BIWB4oG1mmx { display:block; }
 }@media only screen and (max-width: 763px) { #TwQNFvOZ3l6WzHpbJFWVbNrvaTd4m6Zg { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #BdFeBCTLD9FCTdm2bTqXy9mle6xrA8yn { display:block; }
 }@media only screen and (max-width: 763px) { #BWtRV8BDv0EG7QTT1T8iTpDBdLvlRaDD { display:none; }#BWtRV8BDv0EG7QTT1T8iTpDBdLvlRaDD > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oDrzPFvin2aBVvUIWIc9tkOdvx0DVXo5 { top:1rem;left:4.49951171875rem;width:38.6875rem;height:21.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OyIXDevtrZDJNx85OlJGxrawTCpz73lp { top:1rem;left:4.49951171875rem;width:38.6875rem;height:21.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #d63ta0JOXQuyTBkUXX5uBGkfoTZAt8hc { display:none; }
 }@media only screen and (max-width: 763px) { #Uc7EwWrUb1qLaFDDAaxlKawJcJXVrhhu { top:2rem;left:0rem;width:19.1875rem;height:3.6875rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cVHIt5AWZxxLhkIHRu7L0E6DxrGaUH9M { display:none; }#cVHIt5AWZxxLhkIHRu7L0E6DxrGaUH9M > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hmi4pT8V5pcmfzuRqzP7CuSCu7KQSCnv { top:1.4375rem;left:0rem;width:18.1875rem;height:10.1875rem;font-size:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BSsUQdUSgs2CW9yT632UIFFMgpuK9E7C { top:12.6875rem;left:0rem;width:18.9375rem;height:31.75rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LbGUUE08ruhLdEWaq73pXS8fdmQNWT1o { top:43.875rem;left:0rem;width:18.1875rem;height:2.4375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fJy8tJ6wD26TEyv4d744XlinJw3LXiCu { top:49.375rem;left:0rem;width:18.9375rem;height:14.9375rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mdvq10HiRvW8wqKtAir0rse9dIrU4TTM { top:86.4375rem;left:0rem;width:18.9375rem;height:11.1875rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aZW2UTUlQ3sp19XCnhuuFbvgB9okLI88 { top:80.8125rem;left:0rem;width:18.1875rem;height:4.875rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rADFZou8uPmkMzEsB4RC4ZzDPg9A3Fk3 { top:88.125rem;left:0rem;width:18.9375rem;height:20.5rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kgKZu1ZykF6Hu7P97zzw2uM4SKRZUlUH { top:82.5rem;left:0rem;width:18.1875rem;height:4.875rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #O7HNBg2Nv3GizpAcx1UXD36cW0UFRsuy { top:115.3125rem;left:0rem;width:18.9375rem;height:13.0625rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UNTPtXLaXuEf1gZ2HnVwwwMpWr5oMePv { top:109.6875rem;left:0rem;width:18.1875rem;height:4.875rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #goR72D8s86ReSCoT2DFvzOm3EMWMR2Q8 { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #sAWpFk7IXp1OcUwWzU8rDNBgXTNRIblK { display:block; }
 }@media only screen and (max-width: 763px) { #yOU7G6iR0BwXLiWAZT5hxxKTahW2rTFB { width:27.25rem;height:17.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #M1L4c7C7pgiiXw0AVNBfv2tg7UR9lVQc { width:42.4375rem;height:49.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #a36RWTm1DDIRSfJzLSTOyhgekIli1AUG { width:25rem;height:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ayg15t6w54c9xuRVH7d4Xm3tyTzDIDkL { display:none; }#ayg15t6w54c9xuRVH7d4Xm3tyTzDIDkL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nrktgNSC4yOMKCq2AZJGJlbGdavydPrt { top:0.875rem;left:0rem;width:18.1875rem;height:9.9375rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #GT0lhVRTcsmgI9LU4h62B0lnmFV1zMRW { top:12.1875rem;left:0rem;width:18.9375rem;height:9.3125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #esCw4SZxP8Imafy2kDVGtPwr5Hb4phT3 { width:27.25rem;height:17.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #F4LISi8Q6HCXTbTOcVmyzw4fbobylAyg { width:42.4375rem;height:49.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bsrAm53J7Nf3TExxAu9wJswI7eOKP12F { width:47.75rem;height:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NONOxdk9IrlMLIVPQTmBskQVwQi1IlPx { display:none; }
 }@media only screen and (max-width: 763px) { #C7aivonKNcdTQvf40IssID7hokIMuFWi { top:42.5625rem;left:0rem;width:18.1875rem;height:2.4375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XWBvcTDPSmKwKqBJ2Cu7K01baMBXiZTB { top:45.625rem;left:0rem;width:18.1875rem;height:4.875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #p4FZcu7Uvmati1lX1UxqoX6wpCkzyn0m { top:49rem;left:0rem;width:17.4375rem;height:3.375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #J7z9ZL02dhNChpvc3rsPT24kafzrVkPt { top:51.1875rem;left:0rem;width:18.1875rem;height:3.1875rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KUTXfy26P59T4SMSewRom9vWLZJLspMm { top:54.625rem;left:0rem;width:17.25rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zVP5KTcPFwwoPnMrQNvh5BGhgDetaQMr { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #seCkKgAFeTL3mqAJk0E8d7nrPzsw42vH { display:block; }
 }@media only screen and (max-width: 763px) { #ehRm4lWMrRtUu8CNKoWLKh5TBZt9TuHT { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #oDiseoC6W9xpwTIrATn6EAOzlpO5pHJM { display:block; }
 }@media only screen and (max-width: 763px) { #qr9FP3o9k01WeQHQW194ItToyTpQkdkv { width:47.75rem;height:19.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JgH4QCop3xSCyVAbLruFhgSTpBXAMFnc { width:25rem;height:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bAx5HAPER3KdIvfWDKTgA8kTgoJm2dCC { display:none; }
 }@media only screen and (max-width: 763px) { #TJNtdQZNOpg0qXBy57yT869nvo1W1zqn { display:none; }
 }@media only screen and (max-width: 763px) { #cq3nmOgJyD4KOoRCw1TAnONXf7KNwQr9 { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #IbDDFGSq3bL4c7I1zghmzC6rCQvWXyNX { display:block; }
 }@media only screen and (max-width: 763px) { #RTEAa5n94dqKybdHH00K9bCZgH7iHTfF { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #hyighc5qPkIUODlT2WV1AhFhavmTZo3P { display:block; }
 }@media only screen and (max-width: 763px) { #voQHBP5gLeRSvbHBlCeBlpWHTVtAFsiO { top:54.625rem;left:0rem;width:17.25rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PKNfloCxTwlxpwJc63ceCJXebMpZ3Mgu { top:84.625rem;left:0rem;width:18.1875rem;height:3.1875rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iGb5TtXEmtnzu3WidCSFvPU8fZA9RoAr { top:80.1875rem;left:0rem;width:17.4375rem;height:3.375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cQALHpedSwJLV27D93CyxZ7mq5ozrozF { top:73.75rem;left:0rem;width:18.1875rem;height:5.25rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UZLSXdDmUgk6GWc69VFcEJv2cFs0hIBV { top:71.9375rem;left:0rem;width:18.1875rem;height:1.8125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lqHHvsOUghbINXJP7VNJl7oM9oW7PngN { display:none; }
 }@media only screen and (max-width: 763px) { #hFLoIRcXSqHHNDbGHlucUqHeroAn8ZMl { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #nld9O1fhnHppEV81OkaexmZwwFH6aAwm { display:block; }
 }@media only screen and (max-width: 763px) { #azQp9zo0ayQIuQAzaWX5ObyXt4zoTlt7 { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #SL7uG94vty1Gpa2p3Vn1Lpk12Oe8sa9J { display:block; }
 }@media only screen and (max-width: 763px) { #ARayp0lysvQKwE9oOch9oInTvr4TTxSO { top:54.625rem;left:0rem;width:17.25rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DoEXd9Gaf7SFJaUlTO6aMppGLMKIpDIl { top:114.625rem;left:0rem;width:18.1875rem;height:3.1875rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hIC4NQRI9OR9dJnN6W1Mogm3VNAbMHG2 { top:109.75rem;left:0rem;width:17.4375rem;height:3.375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DwWTnMBkHN4RrJyML9zGxh139zDtvUAw { top:103.5rem;left:0rem;width:18.1875rem;height:5.25rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZhmL3cgtX64ZMlL73luDfiWITaVbQ9PA { top:101.5rem;left:0rem;width:18.1875rem;height:1.8125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ivGK7vWDOTSDz8uL5Wbzcvi2Fbn1XQe0 { display:none; }#ivGK7vWDOTSDz8uL5Wbzcvi2Fbn1XQe0 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eGXzuiGSITqHuN2iz9shdqczwXD293xu { top:0.875rem;left:0rem;width:18.1875rem;height:6.25rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #UrWyCUAcNbDUxrp3ckJNGkVUqchKQE5B { top:15.5625rem;left:0rem;width:18.9375rem;height:16.75rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MH9nbyZeh6CUtXXirVEEKTp80Z44JpsT { width:27.25rem;height:17.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #w2EqnfQcIkvDidRQpPXZgZV3gHG3kJeU { width:42.4375rem;height:49.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #brBAL5e7TM1xyf7O5QdkVarT9z4bnTF4 { width:47.75rem;height:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rOpk6rWWJFfphPEW2TodZRSOrXb6Xt1L { display:none; }
 }@media only screen and (max-width: 763px) { #WwsrceopoeOWKxR6TnUU5mKRf12TpAI7 { top:42.5625rem;left:0rem;width:18.1875rem;height:2.4375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dfgN3BFmkRFCBsVB3lqxa1c4p96EemZF { top:45.625rem;left:0rem;width:18.1875rem;height:4.875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QbKnJ5SyTg4STOpVVN51TWaTfMqq2XTV { top:49rem;left:0rem;width:17.4375rem;height:3.375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XMrmTkUbSM6z8sdKg1vrTpSRXpAS7Qo6 { top:66.375rem;left:0rem;width:18.1875rem;height:3.1875rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sog0RTFWTBSRBTBhVhIOniJr2AxGSUkX { top:54.625rem;left:0rem;width:17.25rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xDmdE3rRaaKxw87054lr6v3o2nml15ES { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #gE6oUMuXlg7pvAodE6T6rJc7JBfSPZNz { display:block; }
 }@media only screen and (max-width: 763px) { #EgRedJ3vu77xtaoXQGN9WLmGacRncAOl { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #MER2JAzITwO7yTvaHz7z65dAFmniyBB8 { display:block; }
 }@media only screen and (max-width: 763px) { #NiFrv6wMmQdGaM5fqOvoW07ghXaLdVlw { width:46.6875rem;height:19.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TfM7X7NMSzy58KxbVwzgO6yI1Uru9iDi { width:25rem;height:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wPdpfzHQVABVbBfTRHkiZgGZHFxsiO6A { display:none; }
 }@media only screen and (max-width: 763px) { #qgUyl9C3hqrlefDZg4tcvqkXKtdCOWJA { display:none; }
 }@media only screen and (max-width: 763px) { #xoy4EpsH0urJWXUzmhsgHv6J5PJzgneS { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #U8glmxZZDJginOH1TrQCiKPT8eRiFKpO { display:block; }
 }@media only screen and (max-width: 763px) { #l4xUGtnnTzkNzhV5vV5yGgVzGr39qyvt { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #ql0T9h9SrTPZzXaBtEm6pAPXDdTVzZ7L { display:block; }
 }@media only screen and (max-width: 763px) { #t1a5Sw7DvW8NA3SRaMkoiMaHWxQ0B2vq { top:54.625rem;left:0rem;width:17.25rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pu7hZempaA19y4kJEFGroJhBIXax9D0R { top:95.625rem;left:0rem;width:18.1875rem;height:3.1875rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wVFfuOmb71md5diHTpCZhkITrMTbSvga { top:80.1875rem;left:0rem;width:17.4375rem;height:3.375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lW1Z8626kqTXmGeTKG26fmcNoKqCf6gV { top:73.75rem;left:0rem;width:18.1875rem;height:5.25rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GoP6DlkoTT6f2nkm6grv2cTtGmLi7DBm { top:71.9375rem;left:0rem;width:18.1875rem;height:1.8125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q1aeaQrkvFk97w2OvVA59Lim76XduJPE { display:none; }
 }@media only screen and (max-width: 763px) { #If9mTWv6tO1Nt9xwCUFwhOGBGhdt0bdT { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #OliG4TsqSZfXrtZEfOC3nMm72leH2X1R { display:block; }
 }@media only screen and (max-width: 763px) { #GGln4o1oVC0dd67UUZCXrU2wDc7TmZbA { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #TbrVR7N2FQW450hbtFmGVHkL3pzRLwdA { display:block; }
 }@media only screen and (max-width: 763px) { #vs7fHW6rioV0ehpwy0cITFwVM7ahmiC0 { top:54.625rem;left:0rem;width:17.25rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nTFo2HSwXl16WTWSh2ufNQA5ppnXUpDQ { top:125.5rem;left:0rem;width:18.1875rem;height:3.1875rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UDwNVsQtu7mcD0Hys9NxgWRsfn9wR79y { top:109.75rem;left:0rem;width:17.4375rem;height:3.375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vQ4NUo1TKJasWPzw1euSdubQm2h1vhw5 { top:103.5rem;left:0rem;width:18.1875rem;height:5.25rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UQvEL5KkwPeUBnE6vXvTI7k42Zzlnl1F { top:101.5rem;left:0rem;width:18.1875rem;height:1.8125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NHe4TUmxcwFGvpTGnsZ6AlrVTb7mHObL { display:none; }#NHe4TUmxcwFGvpTGnsZ6AlrVTb7mHObL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #REN3UlAgdrutkWTlKCABvXKnfHgb36Jd { top:1.25rem;left:0rem;width:18.1875rem;height:6.25rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #oSdzT3N79ceFcAGRVvuVPNClsmltDm3P { top:17.3125rem;left:0rem;width:18.9375rem;height:14.9375rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wDmEA7fgxcN9Ezi8pdLD0p56NpKbNCk2 { width:27.25rem;height:17.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #X18nfzw4AXR8VfFTxMbSxVbN2LxJShZs { width:42.4375rem;height:49.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #udJe7t6JCa3DI7c4N39Tiw5fvWJw8QN1 { width:47.75rem;height:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MVwmciov3KsHLX2eb3rWx6u44zTwRNZN { display:none; }
 }@media only screen and (max-width: 763px) { #UI2IaCezQl8HkoTX7DEVWyKvyyuTsoCw { top:42.5625rem;left:0rem;width:18.1875rem;height:2.4375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XpXxt75ZbUuRT1VFfqD19GgbAHEfbpi8 { top:45.625rem;left:0rem;width:18.1875rem;height:4.875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cSg1l6z6Ti764SqXylB9BIxGwhiRfoyF { top:49rem;left:0rem;width:17.4375rem;height:3.375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ouxEf2yb5T1KZKHlpiNukHJbMKvZyioQ { top:62.25rem;left:0rem;width:18.1875rem;height:3.1875rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hm5cdTJsw02vv8Qq0NnZVkoLW4VBJRKg { top:54.625rem;left:0rem;width:17.25rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #d1JuT3agzZHMucRT4NbSwkZlSDUnQTOy { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #g0XM8ND1tD14ISRTLuggUZy4HRt0UPxm { display:block; }
 }@media only screen and (max-width: 763px) { #Ud6OA3gpmSO36FE8oyPzJ6z6wQ33KQvQ { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #KLRZnShSHw1Ofef4hBhXizmy4R72Zcwl { display:block; }
 }@media only screen and (max-width: 763px) { #z7n4G7Ra4Cp57WIfJyeXLXJCNeSqkAHk { width:44.9375rem;height:19.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #a4rKWb7rKO57a9QFlFBOW0yh20TN40Q0 { width:25rem;height:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #GcP1PpgnpMBXKI3mzsg3HrZhna6NlSFz { display:none; }
 }@media only screen and (max-width: 763px) { #mpayuNLoVJ5uTmbuhcGSiAvZ18CNxSeQ { display:none; }
 }@media only screen and (max-width: 763px) { #OZHyysvrepyvAMQeT4BDridzgD9PpD7E { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #VIlkCQDV4B2sPk3gveSzIp3QFSMqGPSH { display:block; }
 }@media only screen and (max-width: 763px) { #iOoHhhRITLeqWukGyXc5IkSuImTIKExC { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #ATgsPM6lyehMamUTCwehRaRfVWVC1aeb { display:block; }
 }@media only screen and (max-width: 763px) { #QFbqw6208RXqG5hiyKN4eQbIGUNUI16H { top:54.625rem;left:0rem;width:17.25rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MlBOWXycKoamQ0oaNQrd30TT7qGfq5QK { top:91.5rem;left:0rem;width:18.1875rem;height:3.1875rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kk3zR3ruxs3IiEc6hfiiopZGemB7qAoG { top:80.1875rem;left:0rem;width:17.4375rem;height:3.375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #skEPqkiiErhgBo4geRcqIhMXDdvKkN6v { top:73.75rem;left:0rem;width:18.1875rem;height:5.25rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GLm1D5X2eDDTbcPitg9ThXgKq42yV2Mo { top:71.9375rem;left:0rem;width:18.1875rem;height:1.8125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iTsl9BNyXT5Vowpbk6mmIDRvHAm3gQsK { display:none; }
 }@media only screen and (max-width: 763px) { #dwPrJxFCeCGFfP2c1R16QTq157BP9TDN { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #ZUREXLCgONR4nMl2iGCJmk3gbrrVJWNO { display:block; }
 }@media only screen and (max-width: 763px) { #VZUnFoqqXEAdAw2zDny2UWiFceiXxlgi { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #cQwMltrkZByB1MNnpnxd7QktFhINgGN0 { display:block; }
 }@media only screen and (max-width: 763px) { #ydBQnrx8kxQRxXN791LqBpmIu3vh9h8U { top:54.625rem;left:0rem;width:17.25rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nS6HxuXyzeydwMwbQNuUPgZ3aUinNFdR { top:121.375rem;left:0rem;width:18.1875rem;height:3.1875rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TWvnrqmX9Ju4uahEsJCRyyO6WO5JZEnM { top:109.75rem;left:0rem;width:17.4375rem;height:3.375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #r0y1QDtPpWbU7G4clyL4vwCFQRbhpZiu { top:103.5rem;left:0rem;width:18.1875rem;height:5.25rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hxxR4GVxAv7lu6HVcTtqZW7pVuslB5dw { top:101.5rem;left:0rem;width:18.1875rem;height:1.8125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mcfJILO1UbC8vPgE7tlgGhp7AEsFfSBR { display:none; }#mcfJILO1UbC8vPgE7tlgGhp7AEsFfSBR > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vtu2ppNWB3cMGkIXV8nylM1ys8yAF6Kz { top:1.25rem;left:0rem;width:18.1875rem;height:6.25rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xe8xmomQDCdbula4ATDEOkKeyEMu0SCl { top:17.3125rem;left:0rem;width:18.9375rem;height:14.9375rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ExpWIMyTlTwVlXQ54fiVrndH0pWw5Rmd { width:27.25rem;height:17.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EPVgLOcnCihI4DhDylRIXBkSmQvxMDyp { width:42.4375rem;height:49.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rehCekCwugGg6WKxlwRHkTR5FHvT8g5z { width:47.75rem;height:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FaMWAHTF1JRox9Vl86aLv4TGogXgfKDw { display:none; }
 }@media only screen and (max-width: 763px) { #uM4IicOiXfPUbwIcuQcGyThVmoqxmKLS { top:42.5625rem;left:0rem;width:18.1875rem;height:2.4375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iiZHTcTKf0VbwJqWptffsSoJHbbcerVs { top:45.625rem;left:0rem;width:18.1875rem;height:4.875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zm0tBIDCkLHHZLu04tmABxIPLN1MCMWy { top:49rem;left:0rem;width:17.4375rem;height:3.375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AEBLa8WqbwVGKqwrmTewsnM9sJhR4FwP { top:62.25rem;left:0rem;width:18.1875rem;height:3.1875rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SDP7E05Xt3e5cE03axsRkRAoT5PUHHSt { top:54.625rem;left:0rem;width:17.25rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WJf5nCRyatzsaPqyObX2f6PTXil4498V { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #IfpM4a3qD3KT21Hroll825pNyZk4CJwE { display:block; }
 }@media only screen and (max-width: 763px) { #u3lTmW0USt5lbEzbQm3mvSmL27fnWnhU { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #wUeK476ymSJV4f9e1pfbgCdLuGoVdc7t { display:block; }
 }@media only screen and (max-width: 763px) { #IHafb5d1TIqepTJiJzo0iy4cXccq8CEa { width:41.25rem;height:19.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #woid8A5OxzESqvhWXyDUoOa0Tqw6nUnu { width:25rem;height:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ToqiVH93etuow21X5EmJpRnAU7H1gtBa { display:none; }
 }@media only screen and (max-width: 763px) { #gGoAZWHBKnpTDF0SlAe4a3ECJ3HcSWx6 { display:none; }
 }@media only screen and (max-width: 763px) { #QNIIwOWeuQMJDk7xD0t7EocKd4UwSu5R { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #dBUKhsstBtoIVowd3TW6wXbKQxuMRP2T { display:block; }
 }@media only screen and (max-width: 763px) { #T1siHRouimFakbVeI4dSMzVVRJ5yqAKI { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #eBP06UdfC0T2m1C5uWWzEayMDxVOh8AH { display:block; }
 }@media only screen and (max-width: 763px) { #UVKNvcNNTKqJF0RG7P9ups0QuQdZ9wNa { top:54.625rem;left:0rem;width:17.25rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VZ9E3mnzP0bdgWa45zEoIZXw5ZsETu22 { top:91.5rem;left:0rem;width:18.1875rem;height:3.1875rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DK9ENL9wvGVJ3wKppW9XTeSw7X2yfCSr { top:80.1875rem;left:0rem;width:17.4375rem;height:3.375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xDk1QQbUgFcs6eE17mlSV7HMr9Usc1a3 { top:73.75rem;left:0rem;width:18.1875rem;height:5.25rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pTFOlPvb1gf1VJAda30rU2WT5iTkWRSb { top:71.9375rem;left:0rem;width:18.1875rem;height:1.8125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ebFQk6gSXs2KeWylfsTQEMRwFmTZTtt8 { display:none; }
 }@media only screen and (max-width: 763px) { #inM8ve0AsUL4nmtw35W1MTyIfOqllL9u { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #svxWuSo1HxA4mIJtXCMIyXdZhMbzBRZy { display:block; }
 }@media only screen and (max-width: 763px) { #tdkpxP69Lm0TX7qDRgyUNUQm9PTGVHe8 { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #R5C2eT5TMkit1IKWp9vIPSWN4GJm7gIz { display:block; }
 }@media only screen and (max-width: 763px) { #NtmIsbE8rRG4RHUGd3Jxqxqduxiw1Gwf { top:54.625rem;left:0rem;width:17.25rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DFkIQwDQQPmLwCGp9SzM2uUwvVGcxb7Z { top:121.375rem;left:0rem;width:18.1875rem;height:3.1875rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HIEx9UIzMpFGCAJ1hZGByPOvunyNMFSE { top:109.75rem;left:0rem;width:17.4375rem;height:3.375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #J2NLFNvOVlot0KGz7hRCoPggn7pcvsyC { top:103.5rem;left:0rem;width:18.1875rem;height:5.25rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #R2e0wLh0dMIWU3T44LP4oIlDacLHgqEH { top:101.5rem;left:0rem;width:18.1875rem;height:1.8125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FmFPlWPZsVihJiSwth91bbxGnocszquq { display:none; }#FmFPlWPZsVihJiSwth91bbxGnocszquq > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Rgr6H9Dk0dBDB17HCmR7WcRFMoS23dxg { top:1.25rem;left:0rem;width:18.1875rem;height:6.25rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZsspXy7mDoUzV0SfGX4HHTvALKnhbOKK { top:17.3125rem;left:0rem;width:18.9375rem;height:14.9375rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GprBbQInEVzTKiuqlN2hUGTA6sH4FamM { width:27.25rem;height:17.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pQleSHkHTIczLRutccqdHoLTgaTM9WNe { width:42.4375rem;height:49.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cFDEtwQqECfgKrurepm7TmpkL4U1UWtt { width:47.75rem;height:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KkZtNq9m5hA51NcGbgGETbxW4mlgmVhZ { width:41.25rem;height:18.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #R3m6hmcz2OotHgz54ZhnvyPmv2DJdrQc { width:25rem;height:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NxO67whg8tXVzT9V4JWT9Vqru2kwrwRO { display:none; }
 }@media only screen and (max-width: 763px) { #TrRuEhiRb5MKwIvIDq26O1HPaZQzV1Gh { display:none; }
 }@media only screen and (max-width: 763px) { #SrlbG5uQsxFThS54LBz36KbVJtuu75iT { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #Rhb7Oo1hzVxMkLrmyO1WszIhpml68Rmh { display:block; }
 }@media only screen and (max-width: 763px) { #sa6XuF1tJtK5d0X1Xv9G6fUuv3kX3WLa { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #k672tWyevQWLQSH9L3OukkX0Tq0vK1EX { display:block; }
 }@media only screen and (max-width: 763px) { #JvuZnUJwCxe2GItyRhDlHVt17VZSZtfu { top:54.625rem;left:0rem;width:17.25rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VZAVd1UracNdsvLfFzeQdHfyolFXhf96 { top:61.875rem;left:0rem;width:18.1875rem;height:3.1875rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bk86nKvgEtPdpGTx6EOKIvFdP00sCoP3 { top:80.1875rem;left:0rem;width:17.4375rem;height:3.375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eB12TTJVZ7PZNnmQPM6f75iTScI98cWs { top:73.75rem;left:0rem;width:18.1875rem;height:5.25rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wa5WXLhEITucuR1TbCTvoccBWR01M5TR { top:71.9375rem;left:0rem;width:18.1875rem;height:1.8125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #COUI3JHpE8A5EhhpfPbQtGlAs4CAI25C { display:none; }
 }@media only screen and (max-width: 763px) { #pWIXTtlxRf8CVnH3WTyKri8maIwJX14y { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #nZRBm59WfBuvexThMJOyqMRopDci58A6 { display:block; }
 }@media only screen and (max-width: 763px) { #RnbWwx5cDzGhCu1qaGSwtAHLiqRPAR4p { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #JzvAnZ71aPUmVqTK9a5b9UnwEPWwkp5a { display:block; }
 }@media only screen and (max-width: 763px) { #edoyH7BNcpWTqMu7VT35yzQIvaTPJsML { top:54.625rem;left:0rem;width:17.25rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VPB0hLG5G9T6cQGSbTc6mrzqIzono3Wu { top:91.875rem;left:0rem;width:18.1875rem;height:3.1875rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TW0U8t3liXDIeVLRLyLmwdiPw5E812NT { top:109.75rem;left:0rem;width:17.4375rem;height:3.375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dhoz3xIMmES9RXnoM87Pqr9KTAge56xq { top:103.5rem;left:0rem;width:18.1875rem;height:5.25rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mCztTUvfirlZFZ6RW6uk0qrst5ELhtJX { top:101.5rem;left:0rem;width:18.1875rem;height:1.8125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LQQCG7sCna5GOrHux0ZGq2fN80V4y8le { display:none; }
 }@media only screen and (max-width: 763px) { #QNo2qK3u6mAlsvLwLryiuoNbp11IqoJd { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #ma4eW7bP3Rn6EQhdxA1gHTIyTDPiD8uD { display:block; }
 }@media only screen and (max-width: 763px) { #EBMo4R4pvPaZJaayHbSVquUITzg3w6XV { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #zDrpDFglz8tha6kNlhkyTQN2VITFK6XU { display:block; }
 }@media only screen and (max-width: 763px) { #llSx2BWS7NUavdAx9TgkxaWBgRp1m7Gp { top:125.375rem;left:0rem;width:17.25rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZOh7JleDUe8oKh7SBTL9DJoNe0tymRGh { top:121.375rem;left:0rem;width:18.1875rem;height:3.1875rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KJ7uJ2CVtoJnCBhOtzlyVV7bb7giwJ40 { top:116.5625rem;left:0rem;width:17.4375rem;height:5.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vUiZFioz3b9Vpaxaiv1LZ54PdEcRfzz5 { top:110.3125rem;left:0rem;width:18.1875rem;height:5.25rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cZ5T1MST62AiLTzUbzKwAqPElQOhRiyF { top:108.3125rem;left:0rem;width:18.1875rem;height:1.8125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sIArcAIfHzntRLexffsTdAfAO2rUx51c { display:none; }#sIArcAIfHzntRLexffsTdAfAO2rUx51c > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WMSfgiGdAUGADdRQ6hiWZXETaPdoWUUn { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #ctZsNvBLqWMuW9HtoBIVbscw4Hgd9hWT { display:block; }
 }@media only screen and (max-width: 763px) { #X6IedX6n6PLT82VRBgu5zKkM2nebF5uF { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #yQpzgxguLPU3f4b4FyIUE5wLdF7tQOMW { display:block; }
 }@media only screen and (max-width: 763px) { #C4M0DQkBK5AsAJqM3BX0ivLLhPXVbtNb { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #GKCsP5mSHMdUrnguOz737okScG0sPXF0 { display:block; }
 }@media only screen and (max-width: 763px) { #DQH8O2IcOWcFuU1Z2hzQRUQ86KpFQ1DP { top:2.8125rem;left:0.98486328125rem;width:12.4375rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #r5H7T4GxaRdRJDtdAObxph3igsKp3whB { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #dFS0tgzXW3sXb0f2l4KrJic5E4PSvf8p { display:block; }
 }@media only screen and (max-width: 763px) { #HTlkoRriy4M2Udcc3FLzrRLZ4U4cNT1c { display:none; }#HTlkoRriy4M2Udcc3FLzrRLZ4U4cNT1c > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vGuRQqDJgf1FLmwpEKeWQUPpfcsERMUF { top:1.5625rem;left:0rem;width:18.1875rem;height:9.4375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AMrpIkreTD5Hw0RH0NvHSGntVfZoM5EA { top:9rem;left:0rem;width:18.9375rem;height:13.625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SXrK31GERDwfxFnUhgPBKy7ymigNMHmr { top:22.125rem;left:0rem;width:14.3125rem;height:4.1875rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OCyVyUuCHPeWZPSNkpkPQ4kk0gkSpVZ3 { width:17.1875rem;height:11.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aHVsd7SRhFLgq5AuXSORP0oJ85ildaci { top:5.5625rem;left:0rem;width:12.9375rem;height:4.875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hDe85ezmm0lpRaWK0G6O3Fz3OTMDe9y8 { top:25.4375rem;left:0rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nQNSDUv4WSkSiTK0aPNSi1MCQFf1blMt { top:26.4375rem;left:0rem;width:18.1875rem;height:5.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ChFXxH8crXqJmnhi7MeQvebAtyxvbz6i { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #ofpBWBnlbq53HK6alXHEJx2nagUavP6B { display:block; }
 }@media only screen and (max-width: 763px) { #WDT9EbWiR6sqo8ctkNCd9tliDLDDpMea { width:25rem;height:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #eJPLenSy73ykerspXU7SzhcWbAfOq4QA { top:36rem;left:0rem;width:18.1875rem;height:6.8125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TaEUIWKAGu8Z5US5lfEpOUrc5flTLmtm { top:32.8125rem;left:0rem;width:16.125rem;height:3.125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #n5gq3SVoeoJ3SuMTJS2gLmFhZlssxqgH { top:25.4375rem;left:0rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Im9TWhvSTRnxtrkTuxmQKtcsTyO4WTC3 { top:47.6875rem;left:0rem;width:18.1875rem;height:5.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FDfee688OV4oQP1mm7vs30LQNUxoT22Q { top:44.5rem;left:0rem;width:16.125rem;height:3.125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #M9moiu1dX558t5nG2zOEon5hLcNs67qT { top:25.4375rem;left:0rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #G4o0U7rh4LzrF3nzUKb1uBJksis4KNv7 { top:54.25rem;left:0rem;width:18.9375rem;height:11.875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vv7Xwz8kHkHyvm4Z1Tefa59TH7O4blXT { display:none; }
 }@media only screen and (max-width: 763px) { #ZIpJ75m3wltcil9TL5MIgi0lOdsJMdJk { display:none; }#ZIpJ75m3wltcil9TL5MIgi0lOdsJMdJk > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hTcuPUp99Tts8hfuERGahliI0lnZcisC { top:0.625rem;left:0rem;width:19.9375rem;height:3.3125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GA67xTo8zvTXHF8TMSZ5y6gPTfTQSWqa { top:9.6875rem;left:0rem;width:18.9375rem;height:13.625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZCci4PkEbJ10s0SZTk2kvFkAQAsff0p7 { top:24.375rem;left:0rem;width:16.125rem;height:3.125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UFNoaK2mn5G8JBl2DAaa53WwmPaoKLoI { width:17.1875rem;height:11.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oZIFcyHEfFGZbc85ZJ37ndw7qToe6Tdp { top:4rem;left:0rem;width:12.9375rem;height:7.875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #d3U2W1vps3uDafelAqVfwdCPyGVPktE6 { top:25.4375rem;left:0rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vlRSG4kBk6fgmhgzpZH2TwEHzCJAwPDy { top:27.5625rem;left:0rem;width:18.1875rem;height:5.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NNRP9RB2bkFVOkADSbgT9E7TLTOmb4nW { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #N4DQHeGgQcpX0v3dcxV8G1x7gUuaKeiK { display:block; }
 }@media only screen and (max-width: 763px) { #wcOwTH4L7RKx5G4XpmFU3vpIz90utp9r { width:25rem;height:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #w0bv3RUJAwAx4KA5qlv45nTbDMIts275 { top:37.0625rem;left:0rem;width:18.1875rem;height:5.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lUmmRnpaxxvLfDIWO2cCq2a6uxMNmsMz { top:33.875rem;left:0rem;width:16.125rem;height:3.125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xDTmWRfb7caX2Iu7oDKE4lTZALBQBr6T { top:25.4375rem;left:0rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xTiBmzwlm7FnuCL21fP1AJKg7kvJMb5H { top:48.75rem;left:0rem;width:18.1875rem;height:5.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QHL8lIgdVhbent2PhTthdnviwpmCkKwZ { top:45.5625rem;left:0rem;width:16.125rem;height:1.5625rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QfnKawvJ8sAwqO4MH9mnJs8SbfOkadTf { top:25.4375rem;left:0rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zC44dbkMKE0qgKgEn3ltPARxRLBzcKwQ { top:60.25rem;left:0rem;width:18.625rem;height:4.75rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #schL0Mm4i19mwW3xJESBouFvxw9PWrds { display:none; }
 }@media only screen and (max-width: 763px) { #p5RRxNxWVmhGr7RMmqnWtbRi12JSqTh2 { display:none; }#p5RRxNxWVmhGr7RMmqnWtbRi12JSqTh2 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #F3GyTc2kX5aFP0uT2QM3vGDRHLIG82pG { top:0.625rem;left:0rem;width:19.9375rem;height:3.3125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hqLVMbZSz3vuNeoa7sin8vkBonOFkpis { top:9.625rem;left:0rem;width:18.9375rem;height:10.1875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hiky7FL28I0NWcf5Fn94tXSQDVoUoUV9 { top:24.375rem;left:0rem;width:16.125rem;height:3.125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XzOOPleTlC78ZNge8ezwUGR6mfcgtEll { width:17.1875rem;height:11.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mTLb9E9imokNwvoiqSZfpaJPfepRsHXp { top:4rem;left:0rem;width:13.3125rem;height:7.875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tVPnVLR12FIhFkz793k6WZr6RPoUaUIE { top:25.4375rem;left:0rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AvcJ8AfGSb0S7C6Fwu3fHygD8Xvvgim6 { top:27.5rem;left:0rem;width:18.1875rem;height:6.8125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IX6TdzMdBU4zGxKxyVtzFGG63T9XTDuN { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #z2ZUvPxRnULzFPl6kBmrD808oX53mV7B { display:block; }
 }@media only screen and (max-width: 763px) { #Ng83TLGCrLQbohQSDnKZk8JMgRWyZ0fW { width:25rem;height:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #J4q8SWXDkmw2dKTZKXKsc0VlkEcbtKmz { top:37rem;left:0rem;width:18.1875rem;height:5.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ugBHmuO5FUTioH8R7TmavTeFqFnGW335 { top:33.9375rem;left:0rem;width:16.125rem;height:3.125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XzIVB68uZGavDBmDlzGs9q1s4FePbVNB { top:25.4375rem;left:0rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #i5yD1stEQxz3TnveyDc99X3QEUCFIBgT { top:48.375rem;left:0rem;width:18.1875rem;height:10.1875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pDCRyOeRiC7UEvkybOIqXSb831zMWWz4 { top:43.5rem;left:0rem;width:16.125rem;height:3.125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #k2gFHEMuL61Z4UTPThIvM8U3WbxqfT0A { top:25.4375rem;left:0rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JgEgsZ4ups7PnzxR6noE51lSGIUGgPI7 { top:65.3125rem;left:0rem;width:18.625rem;height:4.75rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTcSJVnsIvPnwupfT1THKr1k75y4Zh8X { display:none; }
 }@media only screen and (max-width: 763px) { #xCz1hMpda5kw0EA49nTLhuGulbOTxM28 { display:none; }#xCz1hMpda5kw0EA49nTLhuGulbOTxM28 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eqZ8Dd0bzvFE3Rqd690bR8C7r6Jr8wAm { top:0.625rem;left:0rem;width:19.9375rem;height:3.3125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #l59q3gTxtgcIMW0VJQmylHwl7k35AAZ0 { top:9.625rem;left:0rem;width:18.9375rem;height:11.875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hQx8LMH7BSUEuPd8hUJuMMTZSsJSWiaA { top:23.8125rem;left:0rem;width:16.125rem;height:3.125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #THGTTPJPMykrP1v5TZMTwF8RXNccTVR1 { width:17.1875rem;height:11.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JcLZLAdscdKtK9afaOTMIeAsSOqazhcI { top:4rem;left:0rem;width:14.875rem;height:6rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UIKTLQ4SOvb7QRrGk4ZQAivT8izZVfg4 { top:25.4375rem;left:0rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #glFOHArGTeWZTHsRzCtPt0vkdTzPqUUb { top:27rem;left:0rem;width:18.1875rem;height:6.8125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RHKteHOTuVJ6uO5520ezRD52m2uNWOKl { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #vzOM7B32lIfmhyebSGacG7aMpDU0vk2t { display:block; }
 }@media only screen and (max-width: 763px) { #WWuMzTe2DTzPLu6UplvIAcabJ16ZpsEu { width:25rem;height:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #MR2c24JNl4v1U1svUNL47BJ7ETUeSE4z { top:38.25rem;left:0rem;width:18.1875rem;height:6.8125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zBvp9OyCo3RrqK81MhJx8U9MLUOEDcn3 { top:34.5rem;left:0rem;width:16.125rem;height:1.5625rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTKXG6M0MmIHWEBT4kD6aDTrxHIIkREx { top:25.4375rem;left:0rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KG4qqcmbP0fy3t9f2DrC4qo67GCB5DTS { top:48.5rem;left:0rem;width:18.1875rem;height:6.8125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #g1gqHXFZVNqVEM9xufJlkPyfP0lem7oN { top:25.4375rem;left:0rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vwTPZZzmOzISe1ZtEE0vttATUOg333mK { top:64.75rem;left:0rem;width:18.625rem;height:9.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aKQvfET8QRbqI51V03Oy9uxQhP6NTUQq { top:45.375rem;left:0rem;width:16.125rem;height:3.125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #O7yUS4BduEzb1m9O4fCn22W1CNk6G1q4 { display:none; }
 }@media only screen and (max-width: 763px) { #rp08hP3oI7lTFTc59zyAFp5N1kBqzXSN { display:block; }#rp08hP3oI7lTFTc59zyAFp5N1kBqzXSN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K48QrWn2Kfu9eASibsrUyrt6uy2781x6 { width:18.8125rem;height:5.3125rem;top:4.3125rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnDxsZRQFImGGfovRNlvwr8uF1fTq6nL { top:1.5rem;left:0rem;width:16.5625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVH2tpDuzdEVibuNQvqKfddQ1OpLbfBz { top:1.375rem;left:38.1875rem;width:9.5625rem;height:11.115512001247rem;display:block; }
 }@media only screen and (max-width: 763px) { #CADiB34MK9W20nfX3uxmapcHPnZhuRda { top:4.0625rem;left:7.3984375rem;width:21.1875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFVxmmIKtOXegEEEuXU3IkGToDLz1k3S { display:block; }#NFVxmmIKtOXegEEEuXU3IkGToDLz1k3S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g5HHtNQmIpDN4NrKaoAwW5xEgeGLpB1m { top:5.5rem;left:4.49951171875rem;width:38.6875rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzyEIKzV9cX2zArRhi3xhi7qafdXtq7T { top:1.8125rem;left:5.7490234375rem;width:36.1875rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8QR7wudDiEamNCoINEPN0zhKJIashGi { display:block; }#y8QR7wudDiEamNCoINEPN0zhKJIashGi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OqCmqxT2NODtKi5JDydoDtES3TzEAP6N { top:2.1875rem;left:0rem;width:47.75rem;height:4.125rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NO3CVyWHcWrKhJ7DPNXF1ReFtcPdTcou { top:63.5625rem;left:22.625rem;width:20.8125rem;height:13.2480625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQWkLeLLTZT4IhvNvhNsILDlK8yozzEt { top:63.5625rem;left:36.3125rem;width:11.4375rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OinHeOOpFchWgzsoIpxx8DJ4f4JdtsbS { top:22.6875rem;left:0rem;width:30.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R79a7aMga5oQnrUdemb2nPnSt5K0HSLk { top:25.0625rem;left:0rem;width:33.5625rem;height:11.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXfJAUKDNKZ24D0Ih0DZC0mhRkTIZunh { top:22.6875rem;left:15.125rem;width:32.625rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZSULJvQsH1KRQbVpFBB1SID0a8lQd89 { top:25.5rem;left:14.1875rem;width:33.5625rem;height:9.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBPqZN1X0pwI48LZ2UTOA6E1xoWtZ0k8 { top:46.75rem;left:0rem;width:33.5625rem;height:15.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTlRuZbzFC1oXTeSlZTvDZhRRLJKWD1k { top:40.5rem;left:0rem;width:30.75rem;height:5.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubA3TRauTu9UgtyMwFw0s0bkrx9TLwkO { top:45.5625rem;left:14.1875rem;width:33.5625rem;height:11.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueAmEGTLTx9sJ9smMUs8dcadqy0IhFTA { top:40.5rem;left:13.625rem;width:34.125rem;height:5.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQ1yZ6zwlbCZMUPGKrZKMzCyfRoGMKpJ { top:66.375rem;left:0rem;width:28.5rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNJPhCywrWKRgH1DIWVR39qGtNKHMZLA { width:21.5625rem;height:4rem;top:69.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNREEmbx0WROmCu5i8QWdhQ8Mr3803ck { display:block; }
 }@media only screen and (max-width: 763px) { #hXNb47od3eOB8oEOTPusOF9G7PDP4uTi { top:7.5rem;left:0rem;width:47.75rem;height:13.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LITi60g3qrM1Ux6dIJ26oHwTSOZaxluy { top:75.8125rem;left:0rem;width:16.875rem;height:5.4790568815871rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBn228UBwCPhxiwuTPdp1Tn9GieJKFBV { display:block; }#JBn228UBwCPhxiwuTPdp1Tn9GieJKFBV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V5MQN4AZb6OT7QfmbK6wog9quWwkcTdH { top:18.125rem;left:0rem;width:15.0625rem;height:9.2110854904294rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1T6s4MxVhbEinOMluzKayOvLRIVq8D0 { top:25.1875rem;left:5.71826171875rem;width:36.25rem;height:6.0511754034479rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xna0X9MDi8s9wO0SAQoN6pTsXgAm2Vhp { top:1.625rem;left:11.3125rem;width:36.4375rem;height:14.911627214071rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsRIbZSmUzTRgQJZiUkTVFKz18P0bRgI { top:18.8125rem;left:39.5rem;width:8.25rem;height:9.624rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0wGyAhZZZLsJE3NTdorso7pHNJXtIqT { top:1.625rem;left:0rem;width:33.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5rndM6lyoid2TSuUOk6Tm8wfcKicIAk { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLttN9PFk5tyM16JyaREVCzlx1yDqvUJ { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7On5JNrRTGb0sNiWING8tFKqG5ntJWn { top:32.4375rem;left:0rem;width:22.5rem;height:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKPtsl04TyMBMa1FA15oZrrKbozHTCfC { width:21.1875rem;height:4.125rem;top:58.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #alvdxng0zlkkfNRtZgH2ocQdVwOynPRg { display:block; }
 }@media only screen and (max-width: 763px) { #TzRGHR7Vxwa1fW6U65WtfIk3eGmxL5xG { width:21.1875rem;height:4.125rem;top:53.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gvWeRFT1bchMzmMOW4gBriue77BF6Nea { display:block; }
 }@media only screen and (max-width: 763px) { #ZDuAcMWGr1TmILVHMxz8NyuhCgUp4WDf { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSJEDgMpsoZgnOK627Vit82RTXyly6Bk { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qhg5uG7QPFVH5r58Q6t9Lv3SSm93vQGl { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5KPALJGOlGFfbqLwNevILJdTa3Dx3sa { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFsp4R9SPZavJzk9ZtboVpPSdoBXwzao { top:33.4375rem;left:0rem;width:15rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpFwZk0DUpqKRUtTDlP3F99keL6pxouR { top:33.375rem;left:0rem;width:14.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOZoKHvC9CfRJ9dePI20FfkHT3u7Mx6u { top:32.4375rem;left:13.25rem;width:22.5rem;height:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpE4Pna6uhPP1N1pX269COmTTLVui6wE { width:21.1875rem;height:4.125rem;top:58.625rem;left:13.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mXw3neV1c9bZO0o8ScZTmsA4hUeHbO4Z { display:block; }
 }@media only screen and (max-width: 763px) { #IJyZXHx3W2445OqRSgT0Wnr5btTMqbOX { width:21.1875rem;height:4.125rem;top:53.875rem;left:13.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lRXnyq3zLVmGDSzlIfR7w7FldSInlnMX { display:block; }
 }@media only screen and (max-width: 763px) { #MkL4P0pktJsTy4NtoR2HGsB0vqNJOTPG { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeSwzITUIgi8X3SdI3762PbMAuDLk5xt { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EaLzqFLSnQLEhaVSw9TENvJN9Tp3FmDT { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSzDceAgclUW5D2IRMRZylpgJO4f0LJ1 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvAehTzcHL3T1QnC74D8bGJuvpzk3eVi { top:33.4375rem;left:17rem;width:15rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i11vtPwRO0g6FWal356OSaKXXNJZXNpn { top:33.375rem;left:17.375rem;width:14.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MF1VW7MD7Wf9xOXxbcmIllpRgZmh4i1e { top:32.4375rem;left:25.25rem;width:22.5rem;height:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h65iS1MXKPTwgdzQxPChh6LqI4CM7fmp { width:21.1875rem;height:4.125rem;top:58.625rem;left:26.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LUuTighnRCXNesvNQNL9rBQ91noetxEH { display:block; }
 }@media only screen and (max-width: 763px) { #MXdglnKNtk98u0q2SPVwoA1Vtkth9zCG { width:21.1875rem;height:4.125rem;top:53.875rem;left:26.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JWOfT1k0NvFTOTkZhkbXreQBNE8R6TX2 { display:block; }
 }@media only screen and (max-width: 763px) { #Dl6h9qNdTLiWEQE7F70lVdlEyKWfW9d5 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfOwNvdHmnw3s4zyAuTm5oTMr8K3UDJB { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VSSWZa1lOaznm5kNXgfVqBMrPzyXzg4C { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTDDZoAAmiCVTvIf3XsTOWdPsVMibEm0 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7gbaARDTmIAcTr7gbLFGH08ykRwkIbH { top:33.4375rem;left:32.75rem;width:15rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8OeEgz3wVAKbkwORkWfRVwMPmlBNDqI { top:33.375rem;left:33.4375rem;width:14.3125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiGOypfzWocDvJTAtRSFld43ZRBrZbq8 { top:31.25rem;left:0rem;width:47.75rem;height:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsaPTCvn246IzcRXzirgrrDH2ksTJx6J { display:block; }#UsaPTCvn246IzcRXzirgrrDH2ksTJx6J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PXdfUZUCnAo1H9UHo7TmEpkkp5NcutsM { top:18.125rem;left:0rem;width:15.0625rem;height:9.2110854904294rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxE1os0mrx5mNQ1Cpm7mxzVyMI8VxiqB { top:25.1875rem;left:5.71826171875rem;width:36.25rem;height:6.0511754034479rem;display:block; }
 }@media only screen and (max-width: 763px) { #kp8wILQCKkt3rBtcsTe9Z4nb4LkmSf1i { top:1.625rem;left:11.3125rem;width:35.0625rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqmCI5RRHIKol2MDLyaVnobPrfbWQ3Fl { top:18.8125rem;left:39.5rem;width:8.25rem;height:9.624rem;display:block; }
 }@media only screen and (max-width: 763px) { #vK6AIaRdwtkaovJsxeNn6SLMC0RJEuuM { top:1.625rem;left:0rem;width:33.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AL8yOGTdybJseTOXy5qEXayoKGdsc8bU { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6P1CORmN3UKVnTXZMGOb3DOgKghGIys { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #auJ54wEVUpGvDq6CH4tu5SiZ3nMTEOWS { top:32.4375rem;left:0rem;width:22.5rem;height:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dxu42NU7hnspBVM3hHrvQNkTU0KFqRlT { width:21.1875rem;height:4.125rem;top:58.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TJqkuWNrlnHQ4qJOvqRoCTDmM78Ma2sF { display:block; }
 }@media only screen and (max-width: 763px) { #lK1dmSzpX4G66QBLnMyVK4Hm27IuHwLJ { width:21.1875rem;height:4.125rem;top:53.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #J0sePPZNXE5baGbWUC8N3trQsvUEG5rX { display:block; }
 }@media only screen and (max-width: 763px) { #aonq59HBLTqKzM3KC29md7FD2oEJTt0E { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KL0RywmpNqaKdTKnvsJOxDSbiGRgKyDh { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DzJ9ak1XiU0Ni2RBT1THqFbXOnc0p891 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPi3wZXOeWrTWasT0ItGJHzhtBlGlwnk { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQs7WVcEA1nUhp6BdTcgXxEeBhal51rS { top:33.4375rem;left:0rem;width:15rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9Bli9Lu6KNdEphg62A78szlKsMOfEPD { top:33.375rem;left:0rem;width:14.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRubKf4hG6aZrBiz7N4xqt7Th2mzvWnz { top:32.4375rem;left:13.25rem;width:22.5rem;height:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPe2KeOWdL81hfoVgoh97zVlPRBoIsmh { width:21.1875rem;height:4.125rem;top:58.625rem;left:13.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XktkLl1Ffcs0t9GpTSw5bhtK43lzpuwn { display:block; }
 }@media only screen and (max-width: 763px) { #hrtATGkLQu6weHyaTNz9umZU1JmFwyyX { width:21.1875rem;height:4.125rem;top:53.875rem;left:13.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oXDmsvTNuEWZwXCIlyuonm24ayhCkdAu { display:block; }
 }@media only screen and (max-width: 763px) { #ItsebxcQUP9q2AncmtBKq2mmP9OWg4oE { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PItxyaydWw62cSwkQW88eEF2vFSLalho { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NFen2VLPHGTIBwphlJn1MokSDFEolLdS { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldrtsiENgo4IALogeOd59qIVsBPD5rWH { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7DQcpoWgpyWPEDQeBTT8TbRvxwRmCZq { top:33.4375rem;left:17rem;width:15rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFk7CFRKfe51vRsAq2ZgitKvP8rZSU4t { top:33.375rem;left:17.375rem;width:14.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEK8CucOGgC2PEMAeSe4wJbCpN4cTabb { top:32.4375rem;left:25.25rem;width:22.5rem;height:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MD571pH6EhvhoAx6ZngbFfEBiX0ARlHr { width:21.1875rem;height:4.125rem;top:58.5625rem;left:26.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #c19AVN08xuaM4b9vCy0F9UQfGnRgi4cB { display:block; }
 }@media only screen and (max-width: 763px) { #WnzhmmgAI3Rf3D20AocblZAeP0xVVfHs { width:21.1875rem;height:4.125rem;top:53.875rem;left:26.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BgM3RrRzx8wewst8NJNik89gzT3iM9CD { display:block; }
 }@media only screen and (max-width: 763px) { #zJomWMlwI1Ip6WRDRO5BeT1iMvSBeJOI { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8ydwxKmDPgJBLGqk0vk87ONOk46ltMm { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jf3mm4ciTQaIz8Uu7hBoLpawXNclEi6O { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIqR1Igck5w4yfzDngRAFTe1iThibGzw { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFKPH3cqhNA2Qp6htyKqX4fL0ghbvgdR { top:33.4375rem;left:32.75rem;width:15rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhMpU2LNbV9FCB4XbEv2l5u2iTJowUBO { top:33.375rem;left:33.4375rem;width:14.3125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DS6m7buCnF0KPJPVMzIkE9NdwhdNX3Pb { top:31.25rem;left:0rem;width:47.75rem;height:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GA7xyQfeVspVbPlpCZGnqzm4TlKlpIRe { display:block; }#GA7xyQfeVspVbPlpCZGnqzm4TlKlpIRe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FZwIMRi3XL0TKxleOSlIaUafKT82fEC3 { top:18.125rem;left:0rem;width:15.0625rem;height:9.2110854904294rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihaGtfHAkgS6AwJ2o8I7HdkAM6FQTF5q { top:25.1875rem;left:5.71826171875rem;width:36.25rem;height:6.0511754034479rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoV0gQ7GwQGkG9QSh9l0etlnZKpQWKM3 { top:1.625rem;left:14.0625rem;width:33.625rem;height:14.846624810758rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTrkADnlIbD9f4HlXbASrGB7QnzvEKIr { top:18.8125rem;left:39.5rem;width:8.25rem;height:9.624rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSZCs0wCpNTbhMpsNMSI09Tcya0OS1Xw { top:1.625rem;left:0rem;width:33.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KX9hHv7lhOntANPBkuJBXmSsKZavGHKL { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyFhWP83Hxa18rfFRJ51FcrKxIzaFnlw { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fygGITTcRbkFvh2WAH38oNRTQvt2hN5m { top:32.4375rem;left:0rem;width:22.5rem;height:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJJGyT7pWPMdXXbGy69fqtT7mflmuQOO { width:21.1875rem;height:4.125rem;top:58.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NLZUy42nttlheuAxZALDSUl4yuAc0g4I { display:block; }
 }@media only screen and (max-width: 763px) { #rkCpsn4lOEa9Zw44Zw8im9U9eHmP2l1W { width:21.1875rem;height:4.125rem;top:53.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #b9RT8XO8EegD0kltS9MTeweCTgJUNUmi { display:block; }
 }@media only screen and (max-width: 763px) { #CGzhNlinMmCtiI2nZcfSBCID4KeRnkgs { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXMEgVsFlBfusdBH3aWkG9s3n27XtutO { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qoq4TmVLSLEXrcNkaHLVKZaSpVnPZr0Q { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFx27LOJ4hZn1TOyRfVS8HyNHTRrN4EO { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIdDBhNaSls9OXRrGUaU00qVdEzNr7ul { top:33.4375rem;left:0rem;width:15rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3KTwLCHZZ4IWmsT37ZU3R5R9uQ6bvmd { top:33.375rem;left:0rem;width:14.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAixgFmFZDk4qyhzSSZWrmTxJG3iiLRg { top:32.4375rem;left:13.25rem;width:22.5rem;height:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxZQwRyIyTccgkw09dWHLT0df10D2Cxz { width:21.1875rem;height:4.125rem;top:58.5625rem;left:13.25048828125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AWkUvwg6G8JOhN2nxi2DqRdncMRMxZyI { display:block; }
 }@media only screen and (max-width: 763px) { #CyxflhgpNGgOmIETMm8KnwglOTiUTitI { width:21.1875rem;height:4.125rem;top:53.875rem;left:13.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kZfN2Zh7hKg6pxF6ndwuGGIoBsJWoPxO { display:block; }
 }@media only screen and (max-width: 763px) { #eDysztyhIZVv42qSBbQW30IDUMThQLP4 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBuZzxgdEVCTnlGVfact6hMcLOUn5VWy { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uE8SILfBo2cDl7NZ48TNOyyuvZ60993m { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWPtsTBRG6Jme9Gn7XlUpaTiRPtQPETO { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNsN9bzBhEFT1s1zGglOlq3ysIHwdMfu { top:33.4375rem;left:17rem;width:15rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvHUgv2ZFDURR584Adznt0KqTMKHqckm { top:33.375rem;left:17.375rem;width:14.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssC14e0nXtHunNS6m5QOnktGRGMT8CDZ { top:32.4375rem;left:25.25rem;width:22.5rem;height:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLIQKNP59Dk2CXZ7EhBk7ySaWlOCisHd { width:21.1875rem;height:4.125rem;top:58.625rem;left:26.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VxNqSAVkwqpbnsygpLnyDl8cTy2qxsS2 { display:block; }
 }@media only screen and (max-width: 763px) { #eaTE5KUXs780ZpSFKMiBJKhx9LhRBxBU { width:21.1875rem;height:4.125rem;top:53.875rem;left:26.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uK6iQFcomWsmJx1nhB6mBD7BSalV8n2T { display:block; }
 }@media only screen and (max-width: 763px) { #pzxWPqIhHEfbsG5mWcT5MAr3rbpWlLvd { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsU6O4nTRHOb741prFKhCDAemXSDQFga { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cwBtsIEAOb5PibuGbnJefFVA8oJWVPSt { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9gN58nesR5uvItWTFQAMiHeSOqusC13 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vac5NfTKBDvG2PKRlAodDgU8hk58gbJ8 { top:33.4375rem;left:32.75rem;width:15rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdT8yEmoBX1uAishXNDNwAFrq0Ci9a3X { top:33.375rem;left:33.4375rem;width:14.3125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF7zvKKbadVU9rKfeKxy3PJSTFLyrcwZ { top:31.25rem;left:0rem;width:47.75rem;height:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlHUU0QL4sQhKzIlLiCPVZKkV0kklO9A { display:block; }#QlHUU0QL4sQhKzIlLiCPVZKkV0kklO9A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lBqFwKVU7Ae47cbxlVTHuJoXAdPhJt5T { top:18.125rem;left:0rem;width:15.0625rem;height:9.2110854904294rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPkpaEuLmIUoQacmcgozt8HEonkw6Eqc { top:25.1875rem;left:5.71826171875rem;width:36.25rem;height:6.0511754034479rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmIH7pfHCHOlmaDL23VTNNvn7xcCcdZa { top:2.5625rem;left:16.8125rem;width:30.9375rem;height:14.874rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHc2QkKw8TUexEy6tVPKQ173WCDCdlfF { top:18.8125rem;left:39.5rem;width:8.25rem;height:9.624rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrfTSL8AZ3m13JEBTHIReMziS88OTt63 { top:1.625rem;left:0rem;width:33.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6IW1Kq4ob2WqGTcf4i9sP22wawbNWZB { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOpNZKFQCPFXONagHdCEiQ82d9adpNVT { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeM2ZkMhTOgTOWz9VUutk3T83TD9ZeWd { top:32.4375rem;left:0rem;width:22.5rem;height:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEL96zAIf0hxZayUsamtUriXoGJGQFof { width:21.1875rem;height:4.125rem;top:58.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OfQxIAdiBxD7CdSIxKFZDpcIM4XQ2BGp { display:block; }
 }@media only screen and (max-width: 763px) { #cQyhsXMxxQJdXd2VgPuTqolOZJ1c8TiC { width:21.1875rem;height:4.125rem;top:53.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yWpULOqnWOVcEf69iHZpmAVhv1csitba { display:block; }
 }@media only screen and (max-width: 763px) { #rO7S4DpQTTsMN3aZ72PXSWbh78nxwq5t { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn9WIsqMtvLzqfbiupZ0FodeLOl9AQsH { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fLtT9K5bJ7PifR7rgwZf1AFrmJp49WO8 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5w28PvEKxDQomfctEr2QTVA3I5vovu0 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXq55oNVzklp7vg6KRDifBbKFK4CETMT { top:33.4375rem;left:0rem;width:15rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHCHuocvEPvb8LHQ9DcvsA99ek6ktNVk { top:33.375rem;left:0rem;width:14.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3ULzATysuWLZ0sSyVbPe23pI5B2He8V { top:32.4375rem;left:13.25rem;width:22.5rem;height:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l02gBXVb59dkvMMwE1fTe3FUXbyO6giO { width:21.1875rem;height:4.125rem;top:58.625rem;left:13.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ASVh9LATCcGbGwMhMKUDM6HMmfuV4Dc8 { display:block; }
 }@media only screen and (max-width: 763px) { #SsCOT6tUgUqqJ6z8gkoJ3mTScBzzPpWd { width:21.1875rem;height:4.125rem;top:53.875rem;left:13.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fMTF36oKyR7Cgsbe9fPcZoIqSseO3VtT { display:block; }
 }@media only screen and (max-width: 763px) { #ON5sZezT69cnMN0b1bzhuFuVpLZUta2W { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ts0y68tTQsNBmL2pzIEIf3S3fKI4Ewhv { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #h0rs5aAw2Q9ZAAyFc7nWEZ39adRxeiHI { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z350WHWkeHWTy9TZmCCzMG7P9PnKZNH4 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbsaBkHLBro6BqibJkJTN93i2K8B9Cpt { top:33.4375rem;left:17rem;width:15rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdMt4nnBKecDarH1HZ7TramQXQA5v2HH { top:33.375rem;left:17.375rem;width:14.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTtaVaCyc3PwVf7gr7D2pBkgMOfz0RwV { top:32.4375rem;left:25.25rem;width:22.5rem;height:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6MZeHSolDSJMMmIAJi5lMQ4PT634luJ { width:21.1875rem;height:4.125rem;top:58.625rem;left:26.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #D07VrLFA0DrrtpTvIOWDhTpQ3Rx9NFq3 { display:block; }
 }@media only screen and (max-width: 763px) { #FDxIu94p5NyNlEQXAGn0SrUKdnQoFNTA { width:21.1875rem;height:4.125rem;top:53.875rem;left:26.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OkoeVT29nrPMryBAmzDD7Dl0cZbiwg52 { display:block; }
 }@media only screen and (max-width: 763px) { #lnSevIfZc9VkfOaTeSvWWinxKaW2ab2A { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4PWglKrPTlkwnTbdH5GTDyFebdy8CBy { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GezGLL3ixvp06VqyMtLGXRZA0PQM3uri { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpMTdex0Kzm0L0W9kp5L0S9VknQOIAxF { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2y01veaBtRZB53ihETDz39qN7X9asMK { top:33.4375rem;left:32.75rem;width:15rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTbNxo17CmlMO64eZyyF8VhJM9nykQ0H { top:33.375rem;left:33.4375rem;width:14.3125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKC2QZZ1CVxH6FvEeJfB218kdEykwwL1 { top:31.25rem;left:0rem;width:47.75rem;height:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSBBD5zIQKvbPpIaI19wmg66Oz2euq2k { display:block; }#uSBBD5zIQKvbPpIaI19wmg66Oz2euq2k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wZTOcrcdM7TMiOfqbT7PJKkXyTpdaxPU { top:18.125rem;left:0rem;width:15.0625rem;height:9.2110854904294rem;display:block; }
 }@media only screen and (max-width: 763px) { #F473Z0eMQ9equ2FITm37oIOGUinwLBfr { top:25.1875rem;left:5.71826171875rem;width:34.0625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6Ne7v6rwg3vrxsi9Gu0laFe8Nw7Is9h { top:1.625rem;left:18.375rem;width:29.375rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAZ4TUxVrCNXyngB46CP4vpoGxG5Fg6M { top:18.8125rem;left:39.5rem;width:8.25rem;height:9.624rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEQn5JBZQZqBicqWwRtI5gXiAz8HfzVC { top:1.625rem;left:0rem;width:33.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0G70IoOB04TKrsQ05eSLogcnyKXBS0Q { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qn6pFKqJinhL56UDugUTEud40CBuSMHB { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8ZpqohP1XD72kc30AHHpDHWAVpf1lPD { top:31.5625rem;left:25.25rem;width:22.5rem;height:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmMiQLvDcMNVkxDFWT3vxI43HQnBzImq { width:21.1875rem;height:4.125rem;top:58.625rem;left:26.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #t63SX1Q85SWT0EPHgGOg9eNikrAPh0wX { display:block; }
 }@media only screen and (max-width: 763px) { #OZb6iTUVgyLDJMCpyFaLpaP61lew7cQE { width:21.1875rem;height:4.125rem;top:53.875rem;left:26.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KmVOmvLVy4dQAxTi0ueCWzrr00GOGrxw { display:block; }
 }@media only screen and (max-width: 763px) { #sOZ6aOn92CFo5CAllHXml45gzvDRD3tP { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Orbfg23XWEvkrrZhUznX5uPovDHKpVo9 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sgy2Aa0FJMzcMSB4BaGckWXVMtkTPv1w { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExhMleQLLmNOGdS1TM0PfGy6iNTTLCs0 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIvqJ6EwmXvzeVdQKVw9MU6Lp1LedEpv { top:33.4375rem;left:32.75rem;width:15rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTrVgnwLXLO9zZUWhv64RMWhsV2H2moD { top:33.375rem;left:33.4375rem;width:14.3125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTGoZ4KdOxNDtZXpgvCQ65QfOwTT3SxQ { top:32.4375rem;left:0rem;width:22.5rem;height:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmeh35OT49FO91IkScKaUSt648Me1blP { width:21.1875rem;height:4.125rem;top:58.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MOEKqK938eFoqDSeCZ4osETocU6OW4Gx { display:block; }
 }@media only screen and (max-width: 763px) { #Ib1P2iWJTBIuJ4U1HO8WbJAiepVtTrJX { width:21.1875rem;height:4.125rem;top:53.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #G5eZ4y9raa1qFgLANFKCNqVBZa0F5E4A { display:block; }
 }@media only screen and (max-width: 763px) { #uRu8ShfmbXx0Du7hnl2pWOa8y0GtgrVJ { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKfHmEC2hz08ddvtXbwgJrmsHBIlCoZw { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qQBaavUJVSLCtZC9THOTyTtFI4boWauP { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzHbSOvb35sbM4UozxiBeIF8PCVXTRdN { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOriou5DZXyQCthRSznka7DXroWLJf17 { top:33.4375rem;left:0rem;width:15rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmhdVzm5ftFCFgmTR8NoNUrUkhdz0lck { top:33.375rem;left:0rem;width:14.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggmf4Gx2LrTJGhXi9XuvyDHlFiCJ4Pt6 { top:32.4375rem;left:13.25rem;width:22.5rem;height:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWr1AMavcuUPhTqoOzDoz8TUyeFC7bNb { width:21.1875rem;height:4.125rem;top:58.625rem;left:13.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mpbRgV4fgPGbGlvQncH4OOJ0vxdLgOTV { display:block; }
 }@media only screen and (max-width: 763px) { #MTXiqFUHOgkd4EMTtgHuc80oAFhvKl4v { width:21.1875rem;height:4.125rem;top:53.875rem;left:13.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HgatiaD33VB5NeWapNJ4d1ZactMT78rg { display:block; }
 }@media only screen and (max-width: 763px) { #BpTSZbF1sI777rNp8FGXUPhR9Bb9mhOq { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVynN9iP8yqcmVF1eeM8sgTT4r7bBfX6 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #U6kT4LtCGvX6GJm2vxEaBuyNMGlePoDD { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKFhZk72GwyyLHPs5Dq9WOZ1iKEwAycW { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFwhLxIIiXtVE3N0riUu0SgN70nC0f2n { top:33.4375rem;left:17rem;width:15rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nM2HTmsPKLGPGCSTpOz1lwQC9B7Rk7t6 { top:33.375rem;left:17.375rem;width:14.3125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiLM4NGrTBUhNCq4Ch1Tubg283PMi3m8 { top:31.25rem;left:0rem;width:47.75rem;height:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2ZqFdRQstozr7rPGgFnCatAoMz6owQP { display:block; }#B2ZqFdRQstozr7rPGgFnCatAoMz6owQP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q2wmHhwSpZGvnO0q7R7kPdmOJhohbL4y { width:;height:;top:21.1875rem;left:11.421875rem;display:none; }
 }@media only screen and (max-width: 763px) { #A1TLHMHntxDP4JoXm1eX7QsR65ZQgkHr { display:block; }
 }@media only screen and (max-width: 763px) { #Q76y4qCiFWNpdhWkERvaZp1TGl2RZqbX { width:;height:;top:21.1875rem;left:11.421875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T6Q9BsCWBTvoSThhoAsm9LuZFilNAJ2d { display:block; }
 }@media only screen and (max-width: 763px) { #rL8Q9JuZ2Vke1oZxgiFFIuSuDwlfUprw { width:;height:;top:21.1875rem;left:11.421875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yayrdINkfivTzm4QNCqkLM6A6vvTruVp { display:block; }
 }@media only screen and (max-width: 763px) { #tXyrU69NP0AHdgbvMSQmLPCcOsifwWRT { width:;height:;top:21.1875rem;left:11.421875rem;display:none; }
 }@media only screen and (max-width: 763px) { #g0Tys3od3K7TE3Hnl2phFbvKbpX2p2Rz { display:block; }
 }@media only screen and (max-width: 763px) { #SneaFSDeoQ5yPO2ue8aivTz53PG1h82g { top:24rem;left:16.921875rem;width:12.4375rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #aMhsTX7efmDch2bPVDtkkCvfhIqrtukk { width:21.1875rem;height:4.125rem;top:11.9375rem;left:13.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #I2xMs2M2aGZTBQfL0oS8hvJGav1U0nXp { display:block; }
 }@media only screen and (max-width: 763px) { #JvSghlxwFTIinCPB26zCPASBDQ439OVT { width:21.1875rem;height:4.125rem;top:16.75rem;left:13.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #cNxFWwX7yFxRlR3k2z0g2dBZgBgOuThK { display:block; }
 }@media only screen and (max-width: 763px) { #wq2sVUBbwmTc8x2w8Bil9oNz78XAJmu3 { width:21.1875rem;height:4.125rem;top:21.6875rem;left:13.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lx6BlOfzoyShQRHw0b8Neew770TkZW1S { display:block; }
 }@media only screen and (max-width: 763px) { #T37OmESWB5TRIM6GLc8lgbhrVv26lGmk { width:21.1875rem;height:4.125rem;top:26.5rem;left:13.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kthOR4qAT3TegPiTcoZQHPoIqSOKdBAI { display:block; }
 }@media only screen and (max-width: 763px) { #QeVgOTalkOQl9TsiJci6qIMt9QudOeBH { top:3.5rem;left:13.1875rem;width:21.375rem;height:6.9375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfziXcm9aOfVRmTXc1s9KveMGWLurkoR { display:block; }#cfziXcm9aOfVRmTXc1s9KveMGWLurkoR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HRrq4gZchQfCcXd0Qa5a1u2RC3uk2i6A { top:2.0625rem;left:0rem;width:47.75rem;height:4rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPtAiMpWVcARh3KhlOQXIu0TC6ckgW7e { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkLTIogilTMrdWiitPWm89iuSHRT4KQw { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqNnEXLaNaTk9ECQLfseutpog9Aeote3 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9wbS2UNvTAyHx3fNkptzZSSHzeT0hQC { width:33.75rem;height:0;top:40.125rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0AplBQHw4tR5gPBZNN79zTSSpsNt2aE { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugadXkDmitVesXe8W6V5znu0mvWCyURR { display:block; }
 }@media only screen and (max-width: 763px) { #d7DuzUXaJCgVC2qIi5hBNmE82u5ntNfp { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hz8vz23UwFanfWeb9x2OCIaSexc94wfT { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAnNmc7hgDPSsmoQhR0fR11WFocpmlOr { top:25.4375rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pet414feEI5wgXG6teMcM3EDchgEtRTV { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOlFBeKPZTPC9PsyJefz1tkV1RQghgvR { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1VRtUW3d0xA2P0VhSpiqKkH1KNATsgy { top:34.375rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiuBSSTZ4GO3uegrmBqaPvoltRGCmbxz { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkiDGrb700twhN8P5FBrKmQdHN9wmeqD { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLeOlyT67JNiq3qyOF3zgtbKrKy4f9Gp { top:43.375rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKtv4H5iOFOKTabutrCQoPwVK46fygnh { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#NKtv4H5iOFOKTabutrCQoPwVK46fygnh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ab804b4129a0cf6804dd2e0c79476460fdffc48a.svg); }
 }@media only screen and (max-width: 763px) { #fEq9DusSETKFTW4PHH469QGioID9V8IJ { top:4.9375rem;left:18.625rem;width:29.0625rem;height:18.834643464153rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMRSTFoth7W3ece2c6B5ZvrNkFFnNHG5 { top:1.125rem;left:0rem;width:47.75rem;height:;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GwHthItP1PnALpT0eucTvFuLbtKP5wJe { top:52.5625rem;left:0rem;width:14.625rem;height:4.749025rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKWgzZCNN4dTxosm2THVGpAkQvF4LpuF { display:block; }#lKWgzZCNN4dTxosm2THVGpAkQvF4LpuF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J3QuFv6m9wnCb2InXUHS4MLmSPhA40EW { top:2.0625rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJZQ7VLyxt3vfl6GO4DIKxwVVnPfm7Dk { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yp99TyiQyP0xoNBpfLs8mmiIOMkN2GQI { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEnkR4wmkIakxJ9Jr9SmPJrTpHgVqXdB { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #akeENgvTml4kZTxMupriBwZOaaoveE5C { width:33.75rem;height:0;top:43.375rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNOfFWc0VuUTHMgH9fuo75s1nd0aDFu3 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lq7LckTgFVuJuxGX0IaoITxnOgGzTXMn { display:block; }
 }@media only screen and (max-width: 763px) { #d5xHhg1mK5lIpUSK0uS3qy2HfmF9WeT1 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzl6k8S0JVFlW0kOTD1ayqPGzZ8nwePV { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4e4de2vRNxQwkbKHU4Tdy5TX3xdexX5 { top:22.625rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEfZTf9IhIbbeAazbGd6WHzUQON8hZ38 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMuu82H00f7UQBIQKKc1XJvCaovv9k5C { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuzcOvFro9vNb8Q6Az8EOheMV4seB2Sk { top:31.5625rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvKoWlWiTRX1nOCJmytAHNu0Tr0LoEAL { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuSwbQsrs80rk6dEW4lR2Igbo9emR7Qi { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xu7P4MkQUrvf1chluT9PRgGlfay3XrVX { top:40.5625rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaHZRVn4nobppMrUyg1FyvFkk5U9FKg3 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#eaHZRVn4nobppMrUyg1FyvFkk5U9FKg3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ab804b4129a0cf6804dd2e0c79476460fdffc48a.svg); }
 }@media only screen and (max-width: 763px) { #BLEki1xN4Srp6oTpTyD0oXxkb0BELnfq { top:4.9375rem;left:18.625rem;width:29.0625rem;height:18.834643464153rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQts7ZK0y8DTmKDw8HFt5el4aMPSmpVW { width:14.75rem;height:4.4375rem;top:6.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #efTTTdToULOe75dnw1mifkK0HOFAycTn { top:1.125rem;left:0rem;width:47.75rem;height:;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LUcCPqzxTEefUxHmNtiyfKRTyO30krBQ { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mdLpTr5Gq0t7teFJIFnqu0dpfgpQyF9e { display:block; }
 }@media only screen and (max-width: 763px) { #hs0RJGykxs9UXvrEuMnCyrdPRtoR4e17 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ECxuQuZhi8xUZpMc6TrILpDVbn6HxJmf { display:block; }
 }@media only screen and (max-width: 763px) { #yQK7r5xsVD2K6UrmuEanR9DhPmZTdJP8 { top:55.375rem;left:0rem;width:14.625rem;height:4.749025rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtsT0Dgx7xAttHlGyoA2mvAISDTTPwuZ { display:block; }#TtsT0Dgx7xAttHlGyoA2mvAISDTTPwuZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q8TN9rI2FKzlF5nBanx3xdwsKCT92NUS { top:2.0625rem;left:0rem;width:47.75rem;height:4rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0b3Qe7IxkveT99DhR9Tu0KWUFzR175T { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvB76K4UskTTxsaZcCMBuzs3MAHlckUd { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOwHTtVaVBRaTbTPfk7sd9W1VedrXG2g { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvUpeXeWBF3LHzUBoVORc2kdFOlgzVIQ { width:33.75rem;height:0;top:43.375rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRWRnANblb3V2rCnZ1r8zWQTb2JNSLSH { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHLwmUuxnHLO2mZBGN18UTKQiJb3fQ5y { display:block; }
 }@media only screen and (max-width: 763px) { #m9Z2fRTfufQyl4uo52Z04ifoPzwSIqbP { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEv20usKbvWEcPBJabhMi1AFTwTyurnS { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNFB1MAscVokwakNKZiWt2moSB4D9e0D { top:22.625rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhf2CUK8OWv5iMmdFqCsiZvwcTXz48Oh { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #we2QzKg9suXhqHaWeIGVqvCVCXs6Qs8o { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTn50ihe5VIPXVUOTRK4fvZUp8BRZQuw { top:31.5625rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mICVoeKm9PX9QmxV2JTVGvIFGGT5MfpU { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrXCLdvQyz4226unbbVEbMCziQNmNzIa { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #agdStc4oReTS3D52v66OHsCHoH5A96eR { top:40.5625rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHu5tNbfsL1vFSTJETJA6k9PHgFhsn4d { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#eHu5tNbfsL1vFSTJETJA6k9PHgFhsn4d li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ab804b4129a0cf6804dd2e0c79476460fdffc48a.svg); }
 }@media only screen and (max-width: 763px) { #QLwpqrFeF7PKePlgTRrEA2v1Mg5KKtKR { top:4.9375rem;left:18.625rem;width:29.0625rem;height:18.834643464153rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqvhEz4ysMfyE9rITbGn9yMCIG75u1Jt { width:14.75rem;height:4.4375rem;top:6.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #D0mAMaGtVrL35Sf988XwuPTD40SbwJOA { top:1.125rem;left:0rem;width:47.75rem;height:;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WESnRhJGQzo3WJBwuX8DrfIy65rd2mAX { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #i3BVTER9EE7R8ZCgJEOwc6omFWbhgNmf { display:block; }
 }@media only screen and (max-width: 763px) { #P9T2JWAQKsUmZOPqgibObZBtP9Oi3ZWy { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #STqTimPZzTzfVPhVmg7fBdN1AN8eeA0D { display:block; }
 }@media only screen and (max-width: 763px) { #OH8IE96TnwTmKO0oDoqQzWEsTXgev9Xo { top:55.375rem;left:0rem;width:14.625rem;height:4.749025rem;display:block; }
 }@media only screen and (max-width: 763px) { #u16O1vaKtUIVPgB5sFdFSo9VodrbOGCa { display:block; }#u16O1vaKtUIVPgB5sFdFSo9VodrbOGCa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTTTmTNchUGhtm1FBfnv8PUCTVdgLLkX { top:2.0625rem;left:0rem;width:47.75rem;height:4rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uw2eFoOQ2WtH6rqXFmQNeVqTc6U8npTK { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGvMWBJPsHn9xQXMt1Kli8TtAHxObRls { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXRObto8TDfhq01oi5lb7Ln8pxw31lsP { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6bwp5tqmTuOwt6CJKFe7BpNaGVHTlr2 { width:33.75rem;height:0;top:48.4375rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzG3rDguBlnNssyk5B9xC7V7IVTVMBg5 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4IJ91F2donrA6Wa90lzsQJLQTWGeg1h { display:block; }
 }@media only screen and (max-width: 763px) { #TShNI0lsVOnHIwSFKXyrAZNKWk03Tz7p { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bN1LlAWRExArbxfLwG8fELmDE8Q7k5x6 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sG8TAVT6QXqmnTfD7DH3Owpk515eofKM { top:31.6875rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRKF6uybfOpLaMmgGwfTDEm7Wi0lEX2c { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxJrh3wMAtD56RrKrdlPabTZsqQvg1T0 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7sNJJJq0FiwhEhWBiqbOACeBSFq2CJm { top:40.625rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4ztBWtI4oOI4MLkyLp1g5TROM87c3Gb { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3s8sWBpkGMK1MQV6Tiecrv6pd6zMav5 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4zmEaBtXIisPTQRugb9MT1ZifpRaFzy { top:49.625rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABg0zTbnZmVuf7uI7zW8mKSMcWn8mbTh { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#ABg0zTbnZmVuf7uI7zW8mKSMcWn8mbTh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ab804b4129a0cf6804dd2e0c79476460fdffc48a.svg); }
 }@media only screen and (max-width: 763px) { #CyQqfEc5Tc6xg1tdRHPyoMft1OUmS9wq { top:8.25rem;left:18.6875rem;width:29.0625rem;height:18.834643464153rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbhgEyIPpB3vtEL7EkMNxFIqQD4unMgu { width:14.75rem;height:4.4375rem;top:6.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FcDrpkQmnhn8aZSghyec2HEuORKgqo7N { top:1.125rem;left:0rem;width:47.75rem;height:;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hco5RaMesXBIlq4G11EVMPI7CkTlTyxh { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zQhVJ6URl4fDIddTnKgVd0QaM3UnxwZ7 { display:block; }
 }@media only screen and (max-width: 763px) { #GroqIg4VFutATEqOxETP836LtccZGgbz { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #i1gfKwrFynHWuXVOJPJwtIFZ12DPEW9J { display:block; }
 }@media only screen and (max-width: 763px) { #AeXnGr0AtwW1XS7SmkFuF3Ts44EgBe99 { top:60.4375rem;left:0rem;width:14.625rem;height:4.749025rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1ovWX8AFAn2iQVIiAwlA40doSEw167F { display:block; }#H1ovWX8AFAn2iQVIiAwlA40doSEw167F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EJScRMOxyWJQRsIhrTgwRFOEsARPGO7O { top:4rem;left:0rem;width:45.9375rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWk94F9waBF9yBFPTGgkTLIpsQBoPeCB { top:8.9375rem;left:0rem;width:44.125rem;height:27.25rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkOq9rRskTWU79yOifFOt8sAEyR0hmit { top:39.3125rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMOED8VOizG60CVP8f9264Q1cTdlfhVl { top:49.0625rem;left:0rem;width:47.75rem;height:10.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhfwpkyvWE9tkw26xcb7b5NTLeC9Du3k { top:62.375rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPt3VNdV1dpl2Cba3LZtToTb8iPOVrdk { top:77.5rem;left:0rem;width:47.75rem;height:24.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #awtiqoTRqblwMI67I6LpmrWgLcvOeRMO { top:72.875rem;left:0rem;width:45.5625rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHopRG3HnDe34uQ9uNUDWvtDIEJFtJ3L { width:28.3125rem;height:5.3125rem;top:106.125rem;left:9.71875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hoeBG7FtgGiMIH0Mz78fC0NdlzJDJvhx { display:block; }
 }@media only screen and (max-width: 763px) { #gO2XmEi3ITTQemdEG1JTauoSxVBUmDyV { top:111.4375rem;left:11.3740234375rem;width:25rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MML99Qmt4VL2rmNbDi5UBVuomTUKJB4S { top:9.3125rem;left:21.1875rem;width:26.5rem;height:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFc1fr9CwJVZqpHukxeAPUPT4CVBXB9v { display:none; }#wFc1fr9CwJVZqpHukxeAPUPT4CVBXB9v > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 { display:flex;height:auto;width:45.25rem;top:4.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #xHK5E6yNKPTvcdddGToNCgIu6tTb6Lum {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #QRhiVaI03wCkOuKZaSUi8P4dHcDFomOp {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #Cq02TyRchFGD4GvQCfCBgpurnIk1NbIs {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #OqulVwpTe2xVoI6pXymxnaf8FQPArWBb {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #hthc0aRbMuJkaeBTmPusdTJfLkRITRVP {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #tqqg94w7sJguiSWOyUuXT478hviOEGP7 {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #a6wxkliihuwiIytOeiPMep4eZvIUKAaU {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #e2XnUsQaEyT4nzoThUZ8MlMCd1h16i5u {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #TmJEEtOPc0hQ0FTqXTufFSy1bRgdVvnT {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #ETliVwdvK98xgy19snC5xJT1Rwlm8v9y {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #iNo4O3u2lL66dgmL1lbRrMhVqQb8pXu2 {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #Pi6FW2HOVkduC2asrTCKFIxbto582qHX {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #kd6LJJd9gkr2rlcwapOSSCUBnRCcDlai {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #K4eS5UL9F8IAnBIXn3SCr78b8W5NL7N3 {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #IOE2nl5LBGG8JFzoiRJAPW4tFqxGWZw6 {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #tkPzXQWWywlqzPwQSD3lFsop86MxVFpf {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #noDdrIvoVBA5TMVidpxe1fNMgvwgaxAi {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #hvRPC0AgTKUtfZDLPWH72f82BUZrxeVT {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #DC59bdAD3qNURnoAUOplq3MxtZ1Vc46T {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #rLXWvWEco9cnkrszzigDHpIybfPQiqQw {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #a10aZkyyhsZ3ew2l5X8e0hlQyM3vWMyM {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #UiPZyLGmdBK4imuZa6wruLr9DO5wc8FZ {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #Pi2CGryi9RX5TcPtV12P5lRXUGpr3hK4 {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #hQETwKMGgaTpbRrFhGeaTRl9hd2q22L3 {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #hTfWl70KUU1JUL2TapuHctZMfVTlosPV {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #qxefg8ZaWxTHd3TlVKZOAT2w2OFTMvNV {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #aH5qgVRivWpUI3x5F7z9ezSUls07shTP {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #tms66VETLzITkBtGPBKzqv9KwQOMV4gm {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #nZieVhr7tnCxGH6vmU7ATEdaVNXNC4oq {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #v1DL8iIiOfEeikUUJTcHhO9V9kAMX1PN {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #w69zcWGJ52lZKS206z8GWN5L6ThCZa5a {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #gIExDiMfEUCoAwLH1ByOfaH9NlbtNvoV {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #Obl9nDVKZXimEQUyJnSJGTNswqoxro4q {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #ShlUSI9owuMUB3IZIA1IOodgolTTpVHA {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #p7JTTyqAyohNRFAEWlaPITlCkoTUMPTB {  }
 }@media only screen and (max-width: 763px) { #mx2CPJFFqwmhq5E2uEKKU4Idv6r4g7fW { top:0.75rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KduRxKTPmK7i7b9Ty5BcHUmm8Uwfy8yL { top:43.875rem;left:11.37109375rem;width:24.9375rem;height:8.2297041881675rem;display:block; }
 }@media only screen and (max-width: 763px) { #DESgWWieHkm8uDLNgvwhfUWTXU93z3Vu { width:21.5625rem;height:4rem;top:39.9375rem;left:13.06298828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwmiKHMGAhpg7BJaiXTrwoEGvOsPoki8 { display:block; }
 }@media only screen and (max-width: 763px) { #nCENgBRUfz7ePIIdPGBx0RtmASWe3i9F { top:0.5625rem;left:0rem;width:18.75rem;height:9.0625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk { display:flex;height:auto;width:17.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #s80M1F9fvHoJkzEbb3QEAvzDmzkMrJzg {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #sEKsnAsRDDt01155vnKFg3IbycmFI6Jy {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #eAmOMdzCvMHgBbAn035Olrr7DHs2PxTe {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #Sr6JhRwpP2tgTvDFkdLu7ZPNTl85QpbD {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #L4iJ6Ieilg8iyEfNf8e64du0vZeAz0Dd {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #zIspcn7Msm7GAGI3JZINE5ItTba3DM31 {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #M8EK4CXTPhhnqfkwa6eS8npOExryAtea {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #N5h7kSS8taSIXO9hBkmTXt86oJRpDiDG {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #t4re23LrwXUCNPGE39ITEZ8OenQlsOGA {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #iztWlXSyC5DnyWsLaNBklzPAasra05Tc {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #pCZ4AmVUtkx464nQ0LsV35BD4iemVMwW {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #eMfQNfCvug7O0ZobEU7IKn8vRKr7kJX4 {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #cQt6kZSMQczTUVPq5pmOBiDotMRyIFKI {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #UIs1X5qG7zi1znx2TD6LuXkwDUsTnxdT {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #fgqv38OaIkZXQ7UNAp6Xdbt3VxLfQeTw {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #dda8gK9muJuopu3q7h0cbxPa4yOfDdUI {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #O1zSNEXpozo5A06p7gyHo4Vszc8o7Nyf {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #QwB0n7H1mJVxh8sSMnJanFWyTzFODFxB {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #rk9dJFPbC1TiTADG1q8DFB4lCd6UrZT4 {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #PDsceq4LXopKTV0A4V7PdWZdWLpqOC9b {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #VVTK15vGSqNiUOx2XfcakcU31cJWK81J {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #prsX3DaRfSpe5VKIkmB2iWz2dCIkMTTh {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #l9f7n6gwrIynvfScUgAziRS7CnnSm7Xl {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #q4kDJJmzNtE0EFI17CMClsPSpDLtgqL1 {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #MTp7LUpibSvd9bdIA6mvdXRO05STNlCX {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #DAtKX0I5DWJdTpJuICp2i6yCEF9pBTyq {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #W6kTFEo2rIiwA85SRDGKIDXnHioh5fiV {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #yeBKSZsA4HaMAycQdfrymFg2ptoiegFN {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #e0yJURAJIUoyW7i04z88ioZlTiU21vc1 {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #d6HG5VUkmVKJKAdJmQ5PLM4IXKRzlPiB {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #BmyEMnzD3i69ixeidSU0GSK4dHZ1V91A {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #TNWwE96HqWvmmDF4CEQuv4seP1rIqPSJ {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #VqTKzZJlIE14MWiFvv2Nm5CO4ntH2uMT {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #udroUFNQAggTcMt3UcxZkGxaonwOvhZn {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #kNcOyaE0ITbdzH0lrodrVvPRM427ZJGp {  }
 }@media only screen and (max-width: 763px) { #D6c8i61kipQmdOfx0JLbZrGT2VXsEgkV { display:block; }#D6c8i61kipQmdOfx0JLbZrGT2VXsEgkV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U { display:flex;height:auto;width:45.25rem;top:4.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #qmH6ATXB7IuLJCCpRpePPWnzKBb8m4aT {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #wXp2ZFKUrPxmfU1RFyeoMWtlbPLCTBmH {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #it1rwDTzfEDQMT9NN6orJByxadsTbPa5 {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #bwmcFvRXQTlaHOBiWAQBU1uPmOWNCsnO {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #ThSBXkUmQoyL5rHy6PgLUHbEyoFfgrst {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #J9Fm4cksULxphXHTcG1OlTzI20QXm0AC {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #QMau1gk4Sm7RTJB9zlCXaDJr6PgKKZIg {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #TCaZLoeyXZJUATsnmkCnTIxwGcLwXxt7 {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #DbxsB0tTo8ZRbpoMFKTpzqL8RUcUxaXi {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #fnCWioUHFH9ApGogZvpmtLazsLTzpS6Z {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #HZ77qsXgDsTEiAnu7mnfd9MB6hpANHTf {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #yiQtTZiJsHqTtqHtxi59l1meKHxAvHWr {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #u6cJGIhXkedxxRfaT09hhxsCzXT4PQM3 {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #OTF2FAcammlnWMb0hMeGNJ2sG7cTxWq7 {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #n42oMkxFGcoEkRX4Xn76QW6FKhZqh2dT {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #aR5ZQLniHRbF8l7lkBZA3RkUbGsyAwqC {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #m9bVZzXSTpIh25C7O12uT4RweAOnH48N {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #fEHbauRcBqXx53BhT6PlxzJRC48Usw29 {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #XRbUQCkoswSeCdFBzJ2DrBeny6FWRtSE {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #wUIzfTF0A3MHpMu0ccXXSUbxUCUhtNTZ {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #q2KLbRcqFX6HRHLytlvKeFrVvgc63Sf3 {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #QrxgkbvDf6Of7wKuTBaao2xI7LmrHT2b {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #F23bzCUtOt6vIU5he314sudMqnU34RJ5 {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #vBJTWnzQBsuni0Zt6M9LTS6aW6EHo7x7 {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #Ir2Hpmih1506iOBaC0Mwg38ernFccgPI {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #Tl186agmb7xxAUyifV8CCgwlfSLrcAhD {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #HzWWy8gRlgrE9IMtET0eoCJ2WgLTy2oh {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #Gfpva4PnExoTp7ybZmme224eMKykB0lo {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #eLBzd5PR9VOR6hrh2rl4g16JsKUWA3nD {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #XT7eDavSeFNBmLti6IMNTnqqhpabVSTr {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #r1ZlzGew3pLkfL0TsvQXDPuANhA28BB9 {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #eDyzThVGs9UTLpEKMLhhmEkT7cVhDDOI {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #rQdzDJRF904eEM5rGGP9U3BV0yW2MIib {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #lTT9uD7kL4XA3QUOMQvkWEsAoQxbelxQ {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #dlMuk2ADNS0Vu16ROnly9iP1DKEkEWoq {  }
 }@media only screen and (max-width: 763px) { #XDO6gMp2iTsmptNqAffu8DkcZ7ch69lI { top:0.75rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqudcwlJEL8GEgDrvNghM6XsuTMKxQxW { top:43.875rem;left:11.37109375rem;width:24.9375rem;height:8.2297041881675rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx5NAt2WeetpKTwQqrCFOr4sLDVH6wZL { width:21.5625rem;height:4rem;top:39.9375rem;left:13.06298828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #inBCUhI5TIhBdsViCso6IztPc13MaZhl { display:block; }
 }@media only screen and (max-width: 763px) { #xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE { display:block; }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WfTBMEhk3n3GNXEUCTDCm3TB5wmvDHlw { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 { display:flex;height:auto;width:27.8125rem;top:11.625rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #z6q6T3rfyR26t98ymBu6Tod9gAZhDEOO {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #ZSfSIyRwdUsbbTGOAeUDnvSg6kQFTvTP {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #ryE3G6aGQld8ag40J2APERIzb19B1c4U {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #rrSHfPtWsHaOq9tcHvr5lruc5hlTQBq7 {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #AdcxqQgZCQzauTmEx53dZRpTByn2vysK {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #bWv2LymbkbmcOym1EToyx2foZymPkCUN {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #CLkGkRXZ7yTsIk5nGvleiCEx3iUd8SSF {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #MFnCSzsWCDivJTqtlwg4T7TfOwDKwWs9 {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #kruPCw5fLncBnLfxbaZMb8hE00dH9Me7 {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #rNE50VVMo3qGfxygwFewIzMQFz2iotmJ {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #E5LzFsAXGAKAIaw1DpF7IXnSIFy56TGQ {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #mtzoJTZrHiciTR7KrIgdkfGzPtmbrTpl {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #TtDhN9FGoToTJ1ayarDTNBvcuE3IWseQ {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #eLX0mHCconHpcEbhxcAa3Rhw0L0VzCfI {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #bMieLTFcPk6OmnuMkxgLJRepTOHNULp3 {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #Mfced5fIzM7I1rJLNydOuAhdvaSkcm6e {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #DWl8QECDXtvbnkcH8un8x8GTX8mb2goO {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #ZIkSbF9KbJ8So493CLiwiX3lWn35ztDl {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #p4gowcDq6OtSo4B5JNGi9TWXNonSSAFT {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #Df6OuoIQkei9TZFzxQxNTbIEGppH6wpD {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #zbJfmmu19swEcLs8XFM64O3T2qatQso7 {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #ch3cc2NoLiUeSnyAMfvybTi30RRPtGwQ {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #xf5rH0t6UHVNxi3r4fEsqL27CWVyIVGO {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #upENnWqPwdaoHmkRAvLhmeuGO5Kh8yZX {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #xUvqRshc04NVvd9zrElWVOArN9XllvNL {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #pNOTdgT1XvtJV2uw671Go4tDs11zD6UJ {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #rt438HOBEqDJZkpvBUfa40EARatZT8Gr {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #Pu5qmdg8nUvF8qWVGmevBr6Z3EDLVzcH {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #vT8ybZHklv1XhKTpchCwiS2IH3CH9D4W {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #mWkrE4nQ2UZgZ68b3oXoanlDQK9x60MQ {  }
 }@media only screen and (max-width: 763px) { #WVHLatGwWvJg4cmyM5Ie5PZCT6PvAe6k { width:28.3125rem;height:5.3125rem;top:41.5rem;left:9.71728515625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NwUifeyBTwwcwQN0Qisfvl3PklEbutop { display:block; }
 }@media only screen and (max-width: 763px) { #suuiEM3z8KAslhPoEGApff7l2IuWdfri { display:block; }#suuiEM3z8KAslhPoEGApff7l2IuWdfri > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 .widget-regular-label { width:31.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 .widget-input-text { width:31.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 .widget-textarea { width:31.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 .widget-input-select { width:31.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 .widget-input-button { width:31.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 .widget-checkbox-label { width:30rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6  { width:31.1875rem;height:auto;top:12.125rem;left:14.0625rem; }
#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 .radio-container { width:31.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 {display:block;}#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 { width:31.1875rem;height:auto;top:12.125rem;left:14.0625rem; }
 }@media only screen and (max-width: 763px) { #Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #yh6DxS6Qk3J3EO9zSZLylh3nViXTgmoB {  }
 }@media only screen and (max-width: 763px) { #Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #HC4bm9LnefP2PoDJeUI0a6FgyFwObsLn {  }
 }@media only screen and (max-width: 763px) { #Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #uWEnshSqtLbVM7hFQJU00w3Qdqcy30Lq {  }
 }@media only screen and (max-width: 763px) { #Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #IiNenqOAL9thsMTaG57MA3Uam2Wqrq3e {  }
 }@media only screen and (max-width: 763px) { #Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #PKFM9Ks2igkc0ZTqa4XhKfqhamFh5o2D {  }
 }@media only screen and (max-width: 763px) { #Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #SRH71SQ3qLEau8AMTn0IKDLHEzFoLPbG {  }
 }@media only screen and (max-width: 763px) { #Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #ZNUvd5ossrZUFZmOfpq2cirE3raHELks {  }
 }@media only screen and (max-width: 763px) { #Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #CqOSDCxAX9ktATroDobd290IuWl93F6R {  }
 }@media only screen and (max-width: 763px) { #Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #THb9iDqKNTfRJWwdts3ebqC0h2H1kD09 {  }
 }@media only screen and (max-width: 763px) { #Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #P4Ao7NgctfalhVSZ6ri2d8JtAyFKZinX {  }
 }@media only screen and (max-width: 763px) { #Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #w8fnv4gz7Mv1ruDEsXu5KqPTpdZNvo98 {  }
 }@media only screen and (max-width: 763px) { #Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #ZQlaEuzFDqP6gUol1KZOcsbMn6iRB8xS {  }
 }@media only screen and (max-width: 763px) { #Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #cKTOTKGgdZaSSBGgh5apQHl9ybTrFTpW {  }
 }@media only screen and (max-width: 763px) { #Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #bgiyXNvvNbirViiGrKiqS8pnf2HUDTde {  }
 }@media only screen and (max-width: 763px) { #Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #hL34KQcotbHdGqDuinpGXgwEEkCXtmEZ {  }
 }@media only screen and (max-width: 763px) { #Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #DiWpQiJWlZKpuHyaxpxWtgzyEcWBoumD {  }
#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #DiWpQiJWlZKpuHyaxpxWtgzyEcWBoumD .container-column{width:50%;} }@media only screen and (max-width: 763px) { #Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #UT3AZHSHsgfmfmZuGapFdCoZs71sZZFk {  }
 }@media only screen and (max-width: 763px) { #Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #guOmkG2b6w3lo139m9yTQgxRrXAZ3UNe {  }
 }@media only screen and (max-width: 763px) { #Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #pIp2XTLIasRi6a8DAT1wsmwLdKqJllAB {  }
 }@media only screen and (max-width: 763px) { #Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #imlFNGK0N7fnvPDEy7Tn850l73T1Gztf {  }
 }@media only screen and (max-width: 763px) { #Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #ae4CpwPu2Vgcol8e9CgZonFp5r3KG6zA {  }
 }@media only screen and (max-width: 763px) { #Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #aaiff0StpXJWPAPWVaIxFlv0wPTTJKDq {  }
 }@media only screen and (max-width: 763px) { #Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #ZyECH6NnFv4mwQ2dTQHWHQb3bEsTx6n2 {  }
 }@media only screen and (max-width: 763px) { #Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #fTenB4AVaiszSvtmm31CBdMIiEbNn90T {  }
 }@media only screen and (max-width: 763px) { #Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #rwBu0CQHHTqrJJ6Fu1SlUUqMTVrTmTFh {  }
 }@media only screen and (max-width: 763px) { #Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #oGhkKVHEysELiqVaeVXsX44lnwIBCH98 {  }
 }@media only screen and (max-width: 763px) { #Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #xCD2XkmvUO64WXrBGc8QHbt9QsV3irUL {  }
 }@media only screen and (max-width: 763px) { #Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #C7AcGqMbdU2UUbMG7OBGoLnr8AoZLPwN {  }
 }@media only screen and (max-width: 763px) { #Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #ckXmcV2W3AHNoHTJT4wcZhPmoQJFHdPG {  }
 }@media only screen and (max-width: 763px) { #qEvq25vgvSsVfGXEKrEwe9cCBXlg1kwx { top:2.5rem;left:16.5625rem;width:31.1875rem;height:10.5625rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #exkTiakboI7vqieN0XVQyMn5rEWK6yL0 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzFACRFUUyQne8oNFexvmdP1xqNK7elV { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHIrpJAu86qLmoKuT7Zaww6M48yPFfmU { top:13.0625rem;left:0rem;width:31.1875rem;height:73.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkvBAHNMAlGrIvM1PFsnO2yQk37Rtzd4 { top:0.75rem;left:0rem;width:19.375rem;height:6.2918660287081rem;display:block; }
 }@media only screen and (max-width: 763px) { #awGrRswewc13etD3SE8f9lpOg4rIq08H { top:71.8125rem;left:26.75rem;width:16.5rem;height:10.812rem;display:block; }
 }@media only screen and (max-width: 763px) { #RA6RfiKKvS5CMbdmOgITzcN8BAElTWK5 { top:72.75rem;left:40.0625rem;width:7.6875rem;height:8.937rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnRgVCC93y0wxPT4u9QH7nm6bGftS3Ez { width:31.25rem;height:4.1875rem;top:50.25rem;left:16.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #e6LHSdQxeWCJ6PdWts5TA4bkvq4gvTbK { display:block; }
 }@media only screen and (max-width: 763px) { #JZxIU1GNym6Gxl3k3QgqNzUqdigBhfAl { top:56.1875rem;left:16.5625rem;width:31.1875rem;height:12.5625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#000000;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); } }@media only screen and (max-width: 763px) { #wgyirgdSkapmKCvRqu0v3TW52ktq0UQr { position:fixed;z-index:199999;background-color:transparent;background-image: -webkit-linear-gradient(138deg, rgba(255,255,255,0.82), #ffffff);background-image: -moz-linear-gradient(138deg, rgba(255,255,255,0.82), #ffffff);background-image: -ms-linear-gradient(138deg, rgba(255,255,255,0.82), #ffffff);background-image: -o-linear-gradient(138deg, rgba(255,255,255,0.82), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(138deg, rgba(255,255,255,0.82), #ffffff);background-size:auto !important;top:0rem;left:0rem;right:0rem;display:block; }#wgyirgdSkapmKCvRqu0v3TW52ktq0UQr > .row .container { background-color: transparent; background-image: none; }#wgyirgdSkapmKCvRqu0v3TW52ktq0UQr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgyirgdSkapmKCvRqu0v3TW52ktq0UQr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgyirgdSkapmKCvRqu0v3TW52ktq0UQr > .row .container > .video-iframe-container { display: none; }#wgyirgdSkapmKCvRqu0v3TW52ktq0UQr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgyirgdSkapmKCvRqu0v3TW52ktq0UQr > .row > .video-iframe-container { display: none; }#wgyirgdSkapmKCvRqu0v3TW52ktq0UQr > .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); }#wgyirgdSkapmKCvRqu0v3TW52ktq0UQr > .row .container { width:20rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v5OObfc1LMMERElkI3iT9OC3zpIHIBa2 { width:7.0625rem;height:2.375rem;top:3.8125rem;left:6.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OapsaeqK2SKrGTnB2OdI5V6v1XaXJhtc { display:block; }
 }@media only screen and (max-width: 763px) { #FpAy0GQhAFL7ZsTSAP1P3TUpAdlTX2lL { width:20rem;height:3.125rem;top:12.81201171875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tg1llxpTxspme6OEzH1X1s6PTuaC7dvU { width:19.9980625rem;height:0;top:5.8740234375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #KIaIOOZTJQ5xQ1pEgzdd34ZdMRJ50aEs { width:7.875rem;height:2.3745125rem;top:1.857421875rem;left:6.0615234375rem;overflow:hidden;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #RLAXED9ymCnZQRcSEATL0UEhZK1G9KXt { width:6.9375rem;height:2.25rem;top:3.8125rem;left:6.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yoblMmDixqTTQ6hND4rUBucHbzeqRBTe { display:block; }
 }@media only screen and (max-width: 763px) { #TZ4xKhqoH2f6kTcum2Xb9yNHlwJ0hKmu { width:8.5625rem;height:2.1875rem;top:29.6118171875rem;left:5.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #auT6970qzsbwtP6T0r3RM7zFvtwXJ022 { display:block; }
 }@media only screen and (max-width: 763px) { #nF90KAHqUZST1gAcqxhSyOSkT7yvBOf1 { top:0.875rem;left:0rem;width:6.6245rem;height:2.125rem;z-index:15008;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.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXKq6QGo6uKadhpr8lnGGs5N9UFDpcIK { display:block; }
 }@media only screen and (max-width: 763px) { #GaVC4TeMoRwdftOFNUIJDe4ZoAtxSmxe { top:0.9375rem;left:6.75rem;width:6.4985625rem;height:1.9985375rem;z-index:15009;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.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vnh4RKZhaBMn3FFOnhM58A03T09KHZTa { display:block; }
 }@media only screen and (max-width: 763px) { #fqB0IzxscsvFoFANv5H6HzvK7Tc1UKqW { top:0.9375rem;left:13.5rem;width:6.4985625rem;height:1.9985375rem;z-index:15010;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.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeVQ4D94Vrl7o4yr4LN7EitqSfETTF1y { display:block; }
 }@media only screen and (max-width: 763px) { #hvKNs2BfBR72PzlF6TaVpumhJccDP2RG { top:3.5625rem;left:0.0625rem;width:6.6245rem;height:2.125rem;z-index:15011;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.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxWOxqrIXKP4iGDBv9qcdV9Li4tpvyKo { display:block; }
 }@media only screen and (max-width: 763px) { #qzlmSyTChks7auxtmN0ZQ31HE9nThXgE { top:3.625rem;left:6.75rem;width:6.4355625rem;height:1.93555rem;z-index:15012;background-color:#f37c04;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;font-size:0.75rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #epWL6Hh1FDMcA03gzQAW2HaHzxZJO3oh { display:block; }
 }@media only screen and (max-width: 763px) { #hzgwJUOHsFJFe1hwydkTGmxt3WinpV6y { top:3.625rem;left:13.5625rem;width:6.4985625rem;height:1.9985375rem;z-index:15013;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.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2sASngAsmOt2cX9islnHOCNQAe9Xfm2 { display:block; }
 }@media only screen and (max-width: 763px) { #Q73tgHT2mAFLmShq4IR1iTSVgbg95uT5 { top:5.6865234375rem;left:5.06103515625rem;width:9.8745rem;height:3.061525rem;z-index:15014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #loO9lc8sLko4xMsP6Oh6FpwdhrQvhqaK { width:7.0625rem;height:2.375rem;top:3.8125rem;left:6.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #X13Fs24psJnwFFSeAXIiT53AmWn0maq4 { display:block; }
 }@media only screen and (max-width: 763px) { #ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn { display:block; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQ4M17gASp8TkRHnpNCwTwD7Ds6XEg7o { width:20rem;height:0;top:3.59765625rem;left:0rem;font-size:1.9375rem;z-index:15026;text-align:center;text-align-last:center;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #Dv6Vx3yTbnmeMuMeZc0i8pew1JNLVk5M { width:20rem;height:0;top:7.471923828125rem;left:0rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #dmtzVTScqEoAd4WyIDbm6TiMTToqgDuk { width:12.7478125rem;height:3.75rem;top:54.75rem;left:3.625rem;color:#ffffff;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.0625rem solid #f37c04;border-left:0.0625rem solid #f37c04;border-right:0.0625rem solid #f37c04;border-bottom:0.0625rem solid #f37c04;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xarCQZTXzyA07EKpBQBacm9q39EAqutT { display:block; }
 }@media only screen and (max-width: 763px) { #DydAM4CePGJiSBumT5A1iaNJNTSbrR7P { width:12.647rem;height:3.64673125rem;top:50.25rem;left:3.6875rem;font-size:1rem;background-color:#000000;background-image:none;box-shadow: none;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UDoLKmpqlZwhzkdJoX4lWf8KTW9PHWHn { display:block; }
 }@media only screen and (max-width: 763px) { #R9CRrLsKpRmtbDfTL4wdDv1cLuZ6tKrG { width:14.25rem;height:9.5rem;top:51.043701171875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T2ZWTW2xDl589hbnVbvyBteQEVxfTJOw { width:20rem;height:0;top:7.47265625rem;left:0rem;font-size:2rem;z-index:15026;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #hRfMXpyRwVzURODXN0iToV9k0Sz3XcXy { width:12.6786875rem;height:3.6787125rem;top:64.1875rem;left:3.625rem;z-index:15006;background-color:#ff8000;background-image:none;border-top:0.125rem solid #ff8000;border-left:0.125rem solid #ff8000;border-right:0.125rem solid #ff8000;border-bottom:0.125rem solid #ff8000;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tRrxOfQmliJUlPJEKny0BZ9xluv75f27 { display:block; }
 }@media only screen and (max-width: 763px) { #FZodP1tchy47lbpeZeLRyzFgrFauIgcd { width:12.7478125rem;height:3.75rem;top:59.25rem;left:3.625rem;z-index:15005;color:#ffffff;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.0625rem solid #f37c04;border-left:0.0625rem solid #f37c04;border-right:0.0625rem solid #f37c04;border-bottom:0.0625rem solid #f37c04;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nDe9H6r4DsoXohZKzRSL8ch6acOznts7 { display:block; }
 }@media only screen and (max-width: 763px) { #kcm01KIpTc9TFAqAqieA7B8l2HdgRZ9Z { top:9.625rem;left:3.75rem;width:12.4995rem;height:2.59863125rem;z-index:15030;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fhx3QIX9p6h9DSy0wpE3NDRLv3WTPZsV { width:12.5rem;height:3.5rem;top:69.1147484375rem;left:3.75rem;z-index:15005;color:#ffffff;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.0625rem solid #f37c04;border-left:0.0625rem solid #f37c04;border-right:0.0625rem solid #f37c04;border-bottom:0.0625rem solid #f37c04;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PTpWB99pJaXTTEriOE9T4Mvt44vdluSF { display:block; }
 }@media only screen and (max-width: 763px) { #Vl3WWsa3zvLHP5cpRRJCC3QEgti3LrBD { width:20rem;height:auto;top:12.3125rem;left:0rem;font-size:2rem;z-index:15026;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #pmRoCXyxnP5n3tLRxVubgfLGobUrTnmp { width:8.8125rem;height:5.8125rem;top:73.8637703125rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BfhuvBmxqWHinleGVLE6NTQZZyTcq7L3 { width:19rem;height:4rem;top:80.9262703125rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OR4ADrrb8i7JzMN2ZFzy2r1CBRQBXKqL { display:block; }
 }@media only screen and (max-width: 763px) { #VfGEzs8xSGw6ndVDscTGGeahLKO3J2oM { width:19rem;height:4rem;top:86.1762703125rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #KxhIGer20TH0J9lyLTmUxlauuGdhIQh2 { display:block; }
 }@media only screen and (max-width: 763px) { #Ucw1ouym1dUAZzbT4mbtGu4ibTQuaep6 { top:9.625rem;left:0.375rem;width:18.1875rem;height:10.23485625rem;z-index:15031;color:#ffffff;font-size:2.4375rem;font-weight:700;font-style:normal;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #P3ciyvJbMZTodSaqR0IKKbkU1xRvJbTn { top:8.625rem;left:12.4375rem;width:7.062rem;height:4.6245125rem;z-index:14998;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #b1L25RnkkoTX3XKmKeJR20qXvHaQ17rL { top:20.75rem;left:0.5rem;width:18.9375rem;height:6.0952125rem;z-index:15032;color:#ffffff;font-size:1.5625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kh9vtgrJB5amAkJaIfkPFHyU6gNgCAkd { top:26.84326171875rem;left:2.81103515625rem;width:14.3745rem;height:4.6245125rem;z-index:15033;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WbdF5Lwrai5sTf81meihfuCeZbEdpXNE { width:11.25rem;height:6.25rem;top:32.65576171875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQdDdlk4Lp6tbgXeZvXRZiJuxDmsT0c1 { display:block; }#UQdDdlk4Lp6tbgXeZvXRZiJuxDmsT0c1 { background-color: transparent; background-image: none; }#UQdDdlk4Lp6tbgXeZvXRZiJuxDmsT0c1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQdDdlk4Lp6tbgXeZvXRZiJuxDmsT0c1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQdDdlk4Lp6tbgXeZvXRZiJuxDmsT0c1 > .row .container > .video-iframe-container { display: none; }#UQdDdlk4Lp6tbgXeZvXRZiJuxDmsT0c1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQdDdlk4Lp6tbgXeZvXRZiJuxDmsT0c1 > .row > .video-iframe-container { display: none; }#UQdDdlk4Lp6tbgXeZvXRZiJuxDmsT0c1 > .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); }#UQdDdlk4Lp6tbgXeZvXRZiJuxDmsT0c1 > .row .container { width:20rem;background-color:#000000;background-image:none;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NSwWhTVyP6WL86hm9XvQadptBrE34cH0 { top:7.4375rem;left:1.25rem;width:17.4975625rem;height:3.436525rem;z-index:15041;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.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #U0HrNByLcleyDhHfFGkWT4FKlWZuiAvp { display:block; }
 }@media only screen and (max-width: 763px) { #MeaMGHZ9Ty137L0HZ3emTBGviLlJLFIC { top:1.3564453125rem;left:0.31201171875rem;width:19.4375rem;height:5.5253875rem;z-index:15046;color:#ffffff;font-size:2.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #l9W38CEtbrKwOwGMU2bmAKbCppDLUnAx { top:11.4052734375rem;left:1.24951171875rem;width:17.4350625rem;height:3.374025rem;z-index:15042;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.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CRcPZcxh1pf2LINMrlnENZc2TqT84lZn { display:block; }
 }@media only screen and (max-width: 763px) { #GWmQHhzus7ntbVW7VeUqxCLGQdRV8H36 { top:15.375rem;left:1.3125rem;width:17.4350625rem;height:3.374025rem;z-index:15044;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.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kQxyKxaOnle4ctOilQVaAfzNkg90roh9 { display:block; }
 }@media only screen and (max-width: 763px) { #VfzMEwANiwr9OzQpiRlA69umSnxhfszZ { top:15.375rem;left:1.25rem;width:17.4975625rem;height:3.436525rem;z-index:15043;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.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LMCDh3ncL5DQbhRgwUyx2umqfUBABsGx { display:block; }
 }@media only screen and (max-width: 763px) { #xdz5W8HaQH0G6umEXrDiUQvihvD7JtGT { top:19.375rem;left:1.3125rem;width:17.4350625rem;height:3.374025rem;z-index:15048;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.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UJibTieM6RiehIaRmRepSpc2wQLRZGAz { display:block; }
 }@media only screen and (max-width: 763px) { #pqFHxRzvT6VoRCgZvTUrsLkqHcqdA35t { top:19.375rem;left:1.25rem;width:17.4975625rem;height:3.436525rem;z-index:15047;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.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OmT1Zv7JzgwDIJkrGMubTbMSGTRGXV02 { display:block; }
 }@media only screen and (max-width: 763px) { #qdDd2FRpzvav9OMi1TCEOcRH3Z0AUfQ2 { top:19.375rem;left:1.25rem;width:17.4350625rem;height:3.374025rem;z-index:15046;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.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KvxmdKl7pP4xeW9GkCWDEafh2ARB6NHe { display:block; }
 }@media only screen and (max-width: 763px) { #Vk2Wc2NATqBQIPAScXGuVUBOUbfrF0vg { top:19.375rem;left:1.1875rem;width:17.4975625rem;height:3.436525rem;z-index:15045;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.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #G1edNGsuPucPmxliS2tv6BIWB4oG1mmx { display:block; }
 }@media only screen and (max-width: 763px) { #TwQNFvOZ3l6WzHpbJFWVbNrvaTd4m6Zg { top:23.4052734375rem;left:1.2802734375rem;width:17.3720625rem;height:3.3110375rem;z-index:15049;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.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BdFeBCTLD9FCTdm2bTqXy9mle6xrA8yn { display:block; }
 }@media only screen and (max-width: 763px) { #BWtRV8BDv0EG7QTT1T8iTpDBdLvlRaDD { display:block; }#BWtRV8BDv0EG7QTT1T8iTpDBdLvlRaDD { background-color: transparent; background-image: none; }#BWtRV8BDv0EG7QTT1T8iTpDBdLvlRaDD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWtRV8BDv0EG7QTT1T8iTpDBdLvlRaDD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWtRV8BDv0EG7QTT1T8iTpDBdLvlRaDD > .row .container > .video-iframe-container { display: none; }#BWtRV8BDv0EG7QTT1T8iTpDBdLvlRaDD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWtRV8BDv0EG7QTT1T8iTpDBdLvlRaDD > .row > .video-iframe-container { display: none; }#BWtRV8BDv0EG7QTT1T8iTpDBdLvlRaDD > .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); }#BWtRV8BDv0EG7QTT1T8iTpDBdLvlRaDD > .row .container { width:20rem;height:41.0625rem;background-color:#000000;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oDrzPFvin2aBVvUIWIc9tkOdvx0DVXo5 { width:20rem;height:21.75rem;top:9.375rem;left:1.07861328125rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #OyIXDevtrZDJNx85OlJGxrawTCpz73lp { width:20rem;height:21.75rem;top:19.46875rem;left:1.07861328125rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #d63ta0JOXQuyTBkUXX5uBGkfoTZAt8hc { top:6.31201171875rem;left:0rem;width:19.9980625rem;height:16.9980625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #Uc7EwWrUb1qLaFDDAaxlKawJcJXVrhhu { top:2.06103515625rem;left:0.375rem;width:19.2495rem;height:3.73535rem;z-index:15004;color:#ffffff;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVHIt5AWZxxLhkIHRu7L0E6DxrGaUH9M { display:block; }#cVHIt5AWZxxLhkIHRu7L0E6DxrGaUH9M > .row .container { width:20rem;height:151.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hmi4pT8V5pcmfzuRqzP7CuSCu7KQSCnv { top:1.49853515625rem;left:0.9052734375rem;width:18.1875rem;height:10.234875rem;z-index:15032;color:#000000;font-size:2.4375rem;font-weight:400;font-style:normal;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #BSsUQdUSgs2CW9yT632UIFFMgpuK9E7C { top:21rem;left:0.5rem;width:18.9375rem;height:31.7505rem;z-index:15034;color:#000000;font-size:1.4375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LbGUUE08ruhLdEWaq73pXS8fdmQNWT1o { top:53.625rem;left:0.9375rem;width:18.1875rem;height:2.45068125rem;z-index:15033;color:#000000;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fJy8tJ6wD26TEyv4d744XlinJw3LXiCu { top:56.6875rem;left:0.5625rem;width:18.9375rem;height:14.941375rem;z-index:15035;color:#000000;font-size:1.4375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mdvq10HiRvW8wqKtAir0rse9dIrU4TTM { top:78.4375rem;left:0.5rem;width:18.9375rem;height:11.2060625rem;z-index:15037;color:#000000;font-size:1.4375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aZW2UTUlQ3sp19XCnhuuFbvgB9okLI88 { top:72.8125rem;left:0.875rem;width:18.1875rem;height:4.90136875rem;z-index:15035;color:#000000;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rADFZou8uPmkMzEsB4RC4ZzDPg9A3Fk3 { top:96.9375rem;left:0.5rem;width:18.9375rem;height:20.5444375rem;z-index:15039;color:#000000;font-size:1.4375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kgKZu1ZykF6Hu7P97zzw2uM4SKRZUlUH { top:91.3125rem;left:0.875rem;width:18.1875rem;height:4.90136875rem;z-index:15037;color:#000000;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O7HNBg2Nv3GizpAcx1UXD36cW0UFRsuy { top:124.1875rem;left:0.5rem;width:18.9375rem;height:13.07375rem;z-index:15041;color:#000000;font-size:1.4375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UNTPtXLaXuEf1gZ2HnVwwwMpWr5oMePv { top:118.5625rem;left:0.875rem;width:18.1875rem;height:4.90136875rem;z-index:15039;color:#000000;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #goR72D8s86ReSCoT2DFvzOm3EMWMR2Q8 { top:138.6875rem;left:1.25rem;width:17.4975625rem;height:3.436525rem;z-index:15040;background-color:#f37c04;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) { #sAWpFk7IXp1OcUwWzU8rDNBgXTNRIblK { display:block; }
 }@media only screen and (max-width: 763px) { #yOU7G6iR0BwXLiWAZT5hxxKTahW2rTFB { top:12.77783203125rem;left:0.9052734375rem;width:10.3125rem;height:6.4995rem;z-index:15042;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #M1L4c7C7pgiiXw0AVNBfv2tg7UR9lVQc { top:12.74853515625rem;left:13.2158203125rem;width:5.625rem;height:6.5625rem;z-index:15043;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #a36RWTm1DDIRSfJzLSTOyhgekIli1AUG { top:144.09375rem;left:0rem;width:20rem;height:6.5625rem;z-index:15044;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ayg15t6w54c9xuRVH7d4Xm3tyTzDIDkL { display:block; }#ayg15t6w54c9xuRVH7d4Xm3tyTzDIDkL { background-color: transparent; background-image: none; }#ayg15t6w54c9xuRVH7d4Xm3tyTzDIDkL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ayg15t6w54c9xuRVH7d4Xm3tyTzDIDkL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ayg15t6w54c9xuRVH7d4Xm3tyTzDIDkL > .row .container > .video-iframe-container { display: none; }#ayg15t6w54c9xuRVH7d4Xm3tyTzDIDkL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ayg15t6w54c9xuRVH7d4Xm3tyTzDIDkL > .row > .video-iframe-container { display: none; }#ayg15t6w54c9xuRVH7d4Xm3tyTzDIDkL > .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); }#ayg15t6w54c9xuRVH7d4Xm3tyTzDIDkL > .row .container { width:20rem;height:136.875rem;background-color:#000000;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nrktgNSC4yOMKCq2AZJGJlbGdavydPrt { top:0.93310546875rem;left:0.9052734375rem;width:18.1875rem;height:6.2988125rem;z-index:15033;color:#000000;font-size:2.25rem;font-weight:700;font-style:normal;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GT0lhVRTcsmgI9LU4h62B0lnmFV1zMRW { top:15.5625rem;left:0.5rem;width:18.9375rem;height:9.338375rem;z-index:15042;color:#000000;font-size:1.4375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #esCw4SZxP8Imafy2kDVGtPwr5Hb4phT3 { top:27rem;left:0.875rem;width:10.3125rem;height:6.4980625rem;z-index:15044;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #F4LISi8Q6HCXTbTOcVmyzw4fbobylAyg { top:26.9375rem;left:12.875rem;width:5.625rem;height:6.5625rem;z-index:15045;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bsrAm53J7Nf3TExxAu9wJswI7eOKP12F { top:35.75rem;left:0rem;width:20rem;height:3.5rem;z-index:15046;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NONOxdk9IrlMLIVPQTmBskQVwQi1IlPx { top:41rem;left:0.875rem;width:18.3125rem;height:30.25rem;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0960b3, #000000);background-image: -moz-linear-gradient(180deg, #0960b3, #000000);background-image: -ms-linear-gradient(180deg, #0960b3, #000000);background-image: -o-linear-gradient(180deg, #0960b3, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0960b3', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0960b3', endColorstr='#000000' );";background-image: linear-gradient(180deg, #0960b3, #000000);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #C7aivonKNcdTQvf40IssID7hokIMuFWi { top:42.3125rem;left:0.9375rem;width:18.1875rem;height:1.8369125rem;z-index:15040;color:#ffffff;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XWBvcTDPSmKwKqBJ2Cu7K01baMBXiZTB { top:44.3125rem;left:0.9375rem;width:18.1875rem;height:5.25rem;z-index:15041;color:#ffffff;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p4FZcu7Uvmati1lX1UxqoX6wpCkzyn0m { top:50.5625rem;left:1.3125rem;width:17.4375rem;height:3.41015625rem;z-index:15043;color:#ffffff;font-size:1.3125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J7z9ZL02dhNChpvc3rsPT24kafzrVkPt { top:55.4375rem;left:0.9375rem;width:18.1875rem;height:3.23730625rem;z-index:15042;color:#ffffff;font-size:2.3125rem;font-weight:700;font-style:normal;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KUTXfy26P59T4SMSewRom9vWLZJLspMm { top:59.375rem;left:1.375rem;width:17.25rem;height:1.705075rem;z-index:15044;color:#fbfdff;font-size:1.3125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zVP5KTcPFwwoPnMrQNvh5BGhgDetaQMr { top:61.6875rem;left:1.25rem;width:17.4975625rem;height:3.436525rem;z-index:15041;background-color:#f37c04;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) { #seCkKgAFeTL3mqAJk0E8d7nrPzsw42vH { display:block; }
 }@media only screen and (max-width: 763px) { #ehRm4lWMrRtUu8CNKoWLKh5TBZt9TuHT { top:65.6875rem;left:1.25rem;width:17.4975625rem;height:3.436525rem;z-index:15042;background-color:#4f4f4f;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) { #oDiseoC6W9xpwTIrATn6EAOzlpO5pHJM { display:block; }
 }@media only screen and (max-width: 763px) { #qr9FP3o9k01WeQHQW194ItToyTpQkdkv { top:7.23046875rem;left:0rem;width:20rem;height:8.3125rem;z-index:15047;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JgH4QCop3xSCyVAbLruFhgSTpBXAMFnc { top:129.591796875rem;left:0rem;width:20rem;height:6.5625rem;z-index:15063;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bAx5HAPER3KdIvfWDKTgA8kTgoJm2dCC { top:0rem;left:0rem;width:20rem;height:39.1875rem;z-index:15031;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TJNtdQZNOpg0qXBy57yT869nvo1W1zqn { top:70.625rem;left:0.875rem;width:18.3125rem;height:30.25rem;z-index:15040;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c5030e, #000000);background-image: -moz-linear-gradient(180deg, #c5030e, #000000);background-image: -ms-linear-gradient(180deg, #c5030e, #000000);background-image: -o-linear-gradient(180deg, #c5030e, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5030e', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5030e', endColorstr='#000000' );";background-image: linear-gradient(180deg, #c5030e, #000000);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #cq3nmOgJyD4KOoRCw1TAnONXf7KNwQr9 { top:95.3125rem;left:1.25rem;width:17.4975625rem;height:3.436525rem;z-index:15050;background-color:#4f4f4f;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) { #IbDDFGSq3bL4c7I1zghmzC6rCQvWXyNX { display:block; }
 }@media only screen and (max-width: 763px) { #RTEAa5n94dqKybdHH00K9bCZgH7iHTfF { top:91.3125rem;left:1.25rem;width:17.4975625rem;height:3.436525rem;z-index:15049;background-color:#f37c04;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) { #hyighc5qPkIUODlT2WV1AhFhavmTZo3P { display:block; }
 }@media only screen and (max-width: 763px) { #voQHBP5gLeRSvbHBlCeBlpWHTVtAFsiO { top:89rem;left:1.375rem;width:17.25rem;height:1.705075rem;z-index:15052;color:#fbfdff;font-size:1.3125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PKNfloCxTwlxpwJc63ceCJXebMpZ3Mgu { top:84.68701171875rem;left:0.9052734375rem;width:18.1875rem;height:3.23730625rem;z-index:15050;color:#ffffff;font-size:2.3125rem;font-weight:700;font-style:normal;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iGb5TtXEmtnzu3WidCSFvPU8fZA9RoAr { top:80.1240234375rem;left:1.2802734375rem;width:17.4375rem;height:3.41015625rem;z-index:15051;color:#ffffff;font-size:1.3125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cQALHpedSwJLV27D93CyxZ7mq5ozrozF { top:73.7724609375rem;left:0.9052734375rem;width:18.1875rem;height:5.25rem;z-index:15049;color:#ffffff;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UZLSXdDmUgk6GWc69VFcEJv2cFs0hIBV { top:71.9375rem;left:0.9375rem;width:18.1875rem;height:1.8369125rem;z-index:15048;color:#ffffff;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lqHHvsOUghbINXJP7VNJl7oM9oW7PngN { top:100.1875rem;left:0.875rem;width:18.3125rem;height:30.25rem;z-index:15048;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #800020, #000000);background-image: -moz-linear-gradient(180deg, #800020, #000000);background-image: -ms-linear-gradient(180deg, #800020, #000000);background-image: -o-linear-gradient(180deg, #800020, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#800020', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#800020', endColorstr='#000000' );";background-image: linear-gradient(180deg, #800020, #000000);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #hFLoIRcXSqHHNDbGHlucUqHeroAn8ZMl { top:124.875rem;left:1.25rem;width:17.4975625rem;height:3.436525rem;z-index:15058;background-color:#4f4f4f;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) { #nld9O1fhnHppEV81OkaexmZwwFH6aAwm { display:block; }
 }@media only screen and (max-width: 763px) { #azQp9zo0ayQIuQAzaWX5ObyXt4zoTlt7 { top:120.875rem;left:1.25rem;width:17.4975625rem;height:3.436525rem;z-index:15057;background-color:#f37c04;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) { #SL7uG94vty1Gpa2p3Vn1Lpk12Oe8sa9J { display:block; }
 }@media only screen and (max-width: 763px) { #ARayp0lysvQKwE9oOch9oInTvr4TTxSO { top:118.5625rem;left:1.375rem;width:17.25rem;height:1.705075rem;z-index:15060;color:#fbfdff;font-size:1.3125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DoEXd9Gaf7SFJaUlTO6aMppGLMKIpDIl { top:114.625rem;left:0.9375rem;width:18.1875rem;height:3.23730625rem;z-index:15058;color:#ffffff;font-size:2.3125rem;font-weight:700;font-style:normal;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hIC4NQRI9OR9dJnN6W1Mogm3VNAbMHG2 { top:109.75rem;left:1.3125rem;width:17.4375rem;height:3.41015625rem;z-index:15059;color:#ffffff;font-size:1.3125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DwWTnMBkHN4RrJyML9zGxh139zDtvUAw { top:103.5rem;left:0.9375rem;width:18.1875rem;height:5.25rem;z-index:15057;color:#ffffff;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZhmL3cgtX64ZMlL73luDfiWITaVbQ9PA { top:101.5rem;left:0.9375rem;width:18.1875rem;height:1.8369125rem;z-index:15056;color:#ffffff;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ivGK7vWDOTSDz8uL5Wbzcvi2Fbn1XQe0 { display:block; }#ivGK7vWDOTSDz8uL5Wbzcvi2Fbn1XQe0 { background-color: transparent; background-image: none; }#ivGK7vWDOTSDz8uL5Wbzcvi2Fbn1XQe0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ivGK7vWDOTSDz8uL5Wbzcvi2Fbn1XQe0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ivGK7vWDOTSDz8uL5Wbzcvi2Fbn1XQe0 > .row .container > .video-iframe-container { display: none; }#ivGK7vWDOTSDz8uL5Wbzcvi2Fbn1XQe0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ivGK7vWDOTSDz8uL5Wbzcvi2Fbn1XQe0 > .row > .video-iframe-container { display: none; }#ivGK7vWDOTSDz8uL5Wbzcvi2Fbn1XQe0 > .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); }#ivGK7vWDOTSDz8uL5Wbzcvi2Fbn1XQe0 > .row .container { width:20rem;height:147.9375rem;background-color:#000000;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eGXzuiGSITqHuN2iz9shdqczwXD293xu { top:1.294921875rem;left:0.9052734375rem;width:18.1875rem;height:6.2988125rem;z-index:15033;color:#000000;font-size:2.25rem;font-weight:700;font-style:normal;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UrWyCUAcNbDUxrp3ckJNGkVUqchKQE5B { top:17.37451171875rem;left:0.5302734375rem;width:18.9375rem;height:16.8090625rem;z-index:15042;color:#000000;font-size:1.4375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MH9nbyZeh6CUtXXirVEEKTp80Z44JpsT { top:36.1875rem;left:0.9052734375rem;width:10.3125rem;height:6.4980625rem;z-index:15044;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #w2EqnfQcIkvDidRQpPXZgZV3gHG3kJeU { top:36.1552734375rem;left:13.5615234375rem;width:5.625rem;height:6.5625rem;z-index:15045;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #brBAL5e7TM1xyf7O5QdkVarT9z4bnTF4 { top:44.56201171875rem;left:0rem;width:19.9995rem;height:3.4995125rem;z-index:15046;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rOpk6rWWJFfphPEW2TodZRSOrXb6Xt1L { top:51.9375rem;left:0.875rem;width:18.3125rem;height:30.25rem;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0960b3, #000000);background-image: -moz-linear-gradient(180deg, #0960b3, #000000);background-image: -ms-linear-gradient(180deg, #0960b3, #000000);background-image: -o-linear-gradient(180deg, #0960b3, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0960b3', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0960b3', endColorstr='#000000' );";background-image: linear-gradient(180deg, #0960b3, #000000);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #WwsrceopoeOWKxR6TnUU5mKRf12TpAI7 { top:53.25rem;left:0.9375rem;width:18.1875rem;height:1.8369125rem;z-index:15040;color:#ffffff;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dfgN3BFmkRFCBsVB3lqxa1c4p96EemZF { top:55.25rem;left:0.9375rem;width:18.1875rem;height:5.25rem;z-index:15041;color:#ffffff;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QbKnJ5SyTg4STOpVVN51TWaTfMqq2XTV { top:61.5rem;left:1.3125rem;width:17.4375rem;height:3.41015625rem;z-index:15043;color:#ffffff;font-size:1.3125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XMrmTkUbSM6z8sdKg1vrTpSRXpAS7Qo6 { top:66.375rem;left:0.9375rem;width:18.1875rem;height:3.23730625rem;z-index:15042;color:#ffffff;font-size:2.3125rem;font-weight:700;font-style:normal;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sog0RTFWTBSRBTBhVhIOniJr2AxGSUkX { top:70.3125rem;left:1.375rem;width:17.25rem;height:1.705075rem;z-index:15044;color:#fbfdff;font-size:1.3125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xDmdE3rRaaKxw87054lr6v3o2nml15ES { top:72.625rem;left:1.25rem;width:17.4975625rem;height:3.436525rem;z-index:15041;background-color:#f37c04;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) { #gE6oUMuXlg7pvAodE6T6rJc7JBfSPZNz { display:block; }
 }@media only screen and (max-width: 763px) { #EgRedJ3vu77xtaoXQGN9WLmGacRncAOl { top:76.625rem;left:1.25rem;width:17.4975625rem;height:3.436525rem;z-index:15042;background-color:#4f4f4f;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) { #MER2JAzITwO7yTvaHz7z65dAFmniyBB8 { display:block; }
 }@media only screen and (max-width: 763px) { #NiFrv6wMmQdGaM5fqOvoW07ghXaLdVlw { top:7.59228515625rem;left:0.27978515625rem;width:19.4375rem;height:8.25rem;z-index:15047;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TfM7X7NMSzy58KxbVwzgO6yI1Uru9iDi { top:140.5rem;left:0rem;width:20rem;height:6.5625rem;z-index:15063;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wPdpfzHQVABVbBfTRHkiZgGZHFxsiO6A { top:0rem;left:0rem;width:20rem;height:50.8125rem;z-index:15031;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #qgUyl9C3hqrlefDZg4tcvqkXKtdCOWJA { top:81.5625rem;left:0.875rem;width:18.3125rem;height:30.25rem;z-index:15040;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c5030e, #000000);background-image: -moz-linear-gradient(180deg, #c5030e, #000000);background-image: -ms-linear-gradient(180deg, #c5030e, #000000);background-image: -o-linear-gradient(180deg, #c5030e, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5030e', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5030e', endColorstr='#000000' );";background-image: linear-gradient(180deg, #c5030e, #000000);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #xoy4EpsH0urJWXUzmhsgHv6J5PJzgneS { top:106.25rem;left:1.25rem;width:17.4975625rem;height:3.436525rem;z-index:15050;background-color:#4f4f4f;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) { #U8glmxZZDJginOH1TrQCiKPT8eRiFKpO { display:block; }
 }@media only screen and (max-width: 763px) { #l4xUGtnnTzkNzhV5vV5yGgVzGr39qyvt { top:102.25rem;left:1.25rem;width:17.4975625rem;height:3.436525rem;z-index:15049;background-color:#f37c04;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) { #ql0T9h9SrTPZzXaBtEm6pAPXDdTVzZ7L { display:block; }
 }@media only screen and (max-width: 763px) { #t1a5Sw7DvW8NA3SRaMkoiMaHWxQ0B2vq { top:99.9375rem;left:1.375rem;width:17.25rem;height:1.705075rem;z-index:15052;color:#fbfdff;font-size:1.3125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pu7hZempaA19y4kJEFGroJhBIXax9D0R { top:95.625rem;left:0.875rem;width:18.1875rem;height:3.23730625rem;z-index:15050;color:#ffffff;font-size:2.3125rem;font-weight:700;font-style:normal;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wVFfuOmb71md5diHTpCZhkITrMTbSvga { top:91.0625rem;left:1.25rem;width:17.4375rem;height:3.41015625rem;z-index:15051;color:#ffffff;font-size:1.3125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lW1Z8626kqTXmGeTKG26fmcNoKqCf6gV { top:84.6875rem;left:0.875rem;width:18.1875rem;height:5.25rem;z-index:15049;color:#ffffff;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GoP6DlkoTT6f2nkm6grv2cTtGmLi7DBm { top:82.875rem;left:0.9375rem;width:18.1875rem;height:1.8369125rem;z-index:15048;color:#ffffff;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q1aeaQrkvFk97w2OvVA59Lim76XduJPE { top:111.125rem;left:0.875rem;width:18.3125rem;height:30.25rem;z-index:15048;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #800020, #000000);background-image: -moz-linear-gradient(180deg, #800020, #000000);background-image: -ms-linear-gradient(180deg, #800020, #000000);background-image: -o-linear-gradient(180deg, #800020, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#800020', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#800020', endColorstr='#000000' );";background-image: linear-gradient(180deg, #800020, #000000);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #If9mTWv6tO1Nt9xwCUFwhOGBGhdt0bdT { top:135.8125rem;left:1.25rem;width:17.4975625rem;height:3.436525rem;z-index:15058;background-color:#4f4f4f;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) { #OliG4TsqSZfXrtZEfOC3nMm72leH2X1R { display:block; }
 }@media only screen and (max-width: 763px) { #GGln4o1oVC0dd67UUZCXrU2wDc7TmZbA { top:131.8125rem;left:1.25rem;width:17.4975625rem;height:3.436525rem;z-index:15057;background-color:#f37c04;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) { #TbrVR7N2FQW450hbtFmGVHkL3pzRLwdA { display:block; }
 }@media only screen and (max-width: 763px) { #vs7fHW6rioV0ehpwy0cITFwVM7ahmiC0 { top:129.5rem;left:1.375rem;width:17.25rem;height:1.705075rem;z-index:15060;color:#fbfdff;font-size:1.3125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nTFo2HSwXl16WTWSh2ufNQA5ppnXUpDQ { top:125.5625rem;left:0.9375rem;width:18.1875rem;height:3.23730625rem;z-index:15058;color:#ffffff;font-size:2.3125rem;font-weight:700;font-style:normal;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UDwNVsQtu7mcD0Hys9NxgWRsfn9wR79y { top:120.6875rem;left:1.3125rem;width:17.4375rem;height:3.41015625rem;z-index:15059;color:#ffffff;font-size:1.3125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vQ4NUo1TKJasWPzw1euSdubQm2h1vhw5 { top:114.4375rem;left:0.9375rem;width:18.1875rem;height:5.25rem;z-index:15057;color:#ffffff;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UQvEL5KkwPeUBnE6vXvTI7k42Zzlnl1F { top:112.4375rem;left:0.9375rem;width:18.1875rem;height:1.8369125rem;z-index:15056;color:#ffffff;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NHe4TUmxcwFGvpTGnsZ6AlrVTb7mHObL { display:block; }#NHe4TUmxcwFGvpTGnsZ6AlrVTb7mHObL { background-color: transparent; background-image: none; }#NHe4TUmxcwFGvpTGnsZ6AlrVTb7mHObL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHe4TUmxcwFGvpTGnsZ6AlrVTb7mHObL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHe4TUmxcwFGvpTGnsZ6AlrVTb7mHObL > .row .container > .video-iframe-container { display: none; }#NHe4TUmxcwFGvpTGnsZ6AlrVTb7mHObL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHe4TUmxcwFGvpTGnsZ6AlrVTb7mHObL > .row > .video-iframe-container { display: none; }#NHe4TUmxcwFGvpTGnsZ6AlrVTb7mHObL > .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); }#NHe4TUmxcwFGvpTGnsZ6AlrVTb7mHObL > .row .container { width:20rem;height:144rem;background-color:#000000;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #REN3UlAgdrutkWTlKCABvXKnfHgb36Jd { top:1.294921875rem;left:0.9052734375rem;width:18.1875rem;height:6.2988125rem;z-index:15033;color:#000000;font-size:2.25rem;font-weight:700;font-style:normal;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oSdzT3N79ceFcAGRVvuVPNClsmltDm3P { top:17.37451171875rem;left:0.5302734375rem;width:18.9375rem;height:14.941375rem;z-index:15042;color:#000000;font-size:1.4375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wDmEA7fgxcN9Ezi8pdLD0p56NpKbNCk2 { top:33.5625rem;left:0.9052734375rem;width:10.3125rem;height:6.4980625rem;z-index:15044;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #X18nfzw4AXR8VfFTxMbSxVbN2LxJShZs { top:33.5302734375rem;left:13.5615234375rem;width:5.625rem;height:6.5625rem;z-index:15045;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #udJe7t6JCa3DI7c4N39Tiw5fvWJw8QN1 { top:41.56201171875rem;left:0rem;width:19.9980625rem;height:3.4995125rem;z-index:15046;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MVwmciov3KsHLX2eb3rWx6u44zTwRNZN { top:47.8125rem;left:0.875rem;width:18.3125rem;height:30.25rem;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0960b3, #000000);background-image: -moz-linear-gradient(180deg, #0960b3, #000000);background-image: -ms-linear-gradient(180deg, #0960b3, #000000);background-image: -o-linear-gradient(180deg, #0960b3, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0960b3', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0960b3', endColorstr='#000000' );";background-image: linear-gradient(180deg, #0960b3, #000000);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #UI2IaCezQl8HkoTX7DEVWyKvyyuTsoCw { top:49.125rem;left:0.9375rem;width:18.1875rem;height:1.8369125rem;z-index:15040;color:#ffffff;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XpXxt75ZbUuRT1VFfqD19GgbAHEfbpi8 { top:51.125rem;left:0.9375rem;width:18.1875rem;height:5.25rem;z-index:15041;color:#ffffff;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cSg1l6z6Ti764SqXylB9BIxGwhiRfoyF { top:57.375rem;left:1.3125rem;width:17.4375rem;height:3.41015625rem;z-index:15043;color:#ffffff;font-size:1.3125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ouxEf2yb5T1KZKHlpiNukHJbMKvZyioQ { top:62.25rem;left:0.9375rem;width:18.1875rem;height:3.23730625rem;z-index:15042;color:#ffffff;font-size:2.3125rem;font-weight:700;font-style:normal;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hm5cdTJsw02vv8Qq0NnZVkoLW4VBJRKg { top:66.1875rem;left:1.375rem;width:17.25rem;height:1.705075rem;z-index:15044;color:#fbfdff;font-size:1.3125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d1JuT3agzZHMucRT4NbSwkZlSDUnQTOy { top:68.5rem;left:1.25rem;width:17.4975625rem;height:3.436525rem;z-index:15041;background-color:#f37c04;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) { #g0XM8ND1tD14ISRTLuggUZy4HRt0UPxm { display:block; }
 }@media only screen and (max-width: 763px) { #Ud6OA3gpmSO36FE8oyPzJ6z6wQ33KQvQ { top:72.5rem;left:1.25rem;width:17.4975625rem;height:3.436525rem;z-index:15042;background-color:#4f4f4f;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) { #KLRZnShSHw1Ofef4hBhXizmy4R72Zcwl { display:block; }
 }@media only screen and (max-width: 763px) { #z7n4G7Ra4Cp57WIfJyeXLXJCNeSqkAHk { top:7.59228515625rem;left:0.27978515625rem;width:18.75rem;height:8.25rem;z-index:15047;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #a4rKWb7rKO57a9QFlFBOW0yh20TN40Q0 { top:136.375rem;left:0rem;width:20rem;height:6.5625rem;z-index:15063;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GcP1PpgnpMBXKI3mzsg3HrZhna6NlSFz { top:0rem;left:0rem;width:20rem;height:46.625rem;z-index:15031;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #mpayuNLoVJ5uTmbuhcGSiAvZ18CNxSeQ { top:77.4375rem;left:0.875rem;width:18.3125rem;height:30.25rem;z-index:15040;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c5030e, #000000);background-image: -moz-linear-gradient(180deg, #c5030e, #000000);background-image: -ms-linear-gradient(180deg, #c5030e, #000000);background-image: -o-linear-gradient(180deg, #c5030e, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5030e', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5030e', endColorstr='#000000' );";background-image: linear-gradient(180deg, #c5030e, #000000);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #OZHyysvrepyvAMQeT4BDridzgD9PpD7E { top:102.125rem;left:1.25rem;width:17.4975625rem;height:3.436525rem;z-index:15050;background-color:#4f4f4f;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) { #VIlkCQDV4B2sPk3gveSzIp3QFSMqGPSH { display:block; }
 }@media only screen and (max-width: 763px) { #iOoHhhRITLeqWukGyXc5IkSuImTIKExC { top:98.125rem;left:1.25rem;width:17.4975625rem;height:3.436525rem;z-index:15049;background-color:#f37c04;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) { #ATgsPM6lyehMamUTCwehRaRfVWVC1aeb { display:block; }
 }@media only screen and (max-width: 763px) { #QFbqw6208RXqG5hiyKN4eQbIGUNUI16H { top:95.8125rem;left:1.375rem;width:17.25rem;height:1.705075rem;z-index:15052;color:#fbfdff;font-size:1.3125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MlBOWXycKoamQ0oaNQrd30TT7qGfq5QK { top:91.5rem;left:0.875rem;width:18.1875rem;height:3.23730625rem;z-index:15050;color:#ffffff;font-size:2.3125rem;font-weight:700;font-style:normal;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kk3zR3ruxs3IiEc6hfiiopZGemB7qAoG { top:86.9375rem;left:1.25rem;width:17.4375rem;height:3.41015625rem;z-index:15051;color:#ffffff;font-size:1.3125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #skEPqkiiErhgBo4geRcqIhMXDdvKkN6v { top:80.5625rem;left:0.875rem;width:18.1875rem;height:5.25rem;z-index:15049;color:#ffffff;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GLm1D5X2eDDTbcPitg9ThXgKq42yV2Mo { top:78.75rem;left:0.9375rem;width:18.1875rem;height:1.8369125rem;z-index:15048;color:#ffffff;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iTsl9BNyXT5Vowpbk6mmIDRvHAm3gQsK { top:107rem;left:0.875rem;width:18.3125rem;height:30.25rem;z-index:15048;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #800020, #000000);background-image: -moz-linear-gradient(180deg, #800020, #000000);background-image: -ms-linear-gradient(180deg, #800020, #000000);background-image: -o-linear-gradient(180deg, #800020, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#800020', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#800020', endColorstr='#000000' );";background-image: linear-gradient(180deg, #800020, #000000);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #dwPrJxFCeCGFfP2c1R16QTq157BP9TDN { top:131.6875rem;left:1.25rem;width:17.4975625rem;height:3.436525rem;z-index:15058;background-color:#4f4f4f;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) { #ZUREXLCgONR4nMl2iGCJmk3gbrrVJWNO { display:block; }
 }@media only screen and (max-width: 763px) { #VZUnFoqqXEAdAw2zDny2UWiFceiXxlgi { top:127.6875rem;left:1.25rem;width:17.4975625rem;height:3.436525rem;z-index:15057;background-color:#f37c04;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) { #cQwMltrkZByB1MNnpnxd7QktFhINgGN0 { display:block; }
 }@media only screen and (max-width: 763px) { #ydBQnrx8kxQRxXN791LqBpmIu3vh9h8U { top:125.375rem;left:1.375rem;width:17.25rem;height:1.705075rem;z-index:15060;color:#fbfdff;font-size:1.3125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nS6HxuXyzeydwMwbQNuUPgZ3aUinNFdR { top:121.4375rem;left:0.9375rem;width:18.1875rem;height:3.23730625rem;z-index:15058;color:#ffffff;font-size:2.3125rem;font-weight:700;font-style:normal;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TWvnrqmX9Ju4uahEsJCRyyO6WO5JZEnM { top:116.5625rem;left:1.3125rem;width:17.4375rem;height:3.41015625rem;z-index:15059;color:#ffffff;font-size:1.3125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r0y1QDtPpWbU7G4clyL4vwCFQRbhpZiu { top:110.3125rem;left:0.9375rem;width:18.1875rem;height:5.25rem;z-index:15057;color:#ffffff;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hxxR4GVxAv7lu6HVcTtqZW7pVuslB5dw { top:108.3125rem;left:0.9375rem;width:18.1875rem;height:1.8369125rem;z-index:15056;color:#ffffff;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mcfJILO1UbC8vPgE7tlgGhp7AEsFfSBR { display:block; }#mcfJILO1UbC8vPgE7tlgGhp7AEsFfSBR { background-color: transparent; background-image: none; }#mcfJILO1UbC8vPgE7tlgGhp7AEsFfSBR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcfJILO1UbC8vPgE7tlgGhp7AEsFfSBR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcfJILO1UbC8vPgE7tlgGhp7AEsFfSBR > .row .container > .video-iframe-container { display: none; }#mcfJILO1UbC8vPgE7tlgGhp7AEsFfSBR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcfJILO1UbC8vPgE7tlgGhp7AEsFfSBR > .row > .video-iframe-container { display: none; }#mcfJILO1UbC8vPgE7tlgGhp7AEsFfSBR > .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); }#mcfJILO1UbC8vPgE7tlgGhp7AEsFfSBR > .row .container { width:20rem;height:144rem;background-color:#000000;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vtu2ppNWB3cMGkIXV8nylM1ys8yAF6Kz { top:1.294921875rem;left:0.9052734375rem;width:18.1875rem;height:6.2988125rem;z-index:15033;color:#000000;font-size:2.25rem;font-weight:700;font-style:normal;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xe8xmomQDCdbula4ATDEOkKeyEMu0SCl { top:17.37451171875rem;left:0.5302734375rem;width:18.9375rem;height:14.941375rem;z-index:15042;color:#000000;font-size:1.4375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ExpWIMyTlTwVlXQ54fiVrndH0pWw5Rmd { top:33.5625rem;left:0.9052734375rem;width:10.3125rem;height:6.4980625rem;z-index:15044;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EPVgLOcnCihI4DhDylRIXBkSmQvxMDyp { top:33.5302734375rem;left:13.5615234375rem;width:5.625rem;height:6.5625rem;z-index:15045;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rehCekCwugGg6WKxlwRHkTR5FHvT8g5z { top:41.56201171875rem;left:0rem;width:19.9980625rem;height:3.4995125rem;z-index:15046;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FaMWAHTF1JRox9Vl86aLv4TGogXgfKDw { top:47.8125rem;left:0.875rem;width:18.3125rem;height:30.25rem;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0960b3, #000000);background-image: -moz-linear-gradient(180deg, #0960b3, #000000);background-image: -ms-linear-gradient(180deg, #0960b3, #000000);background-image: -o-linear-gradient(180deg, #0960b3, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0960b3', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0960b3', endColorstr='#000000' );";background-image: linear-gradient(180deg, #0960b3, #000000);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #uM4IicOiXfPUbwIcuQcGyThVmoqxmKLS { top:49.125rem;left:0.9375rem;width:18.1875rem;height:1.8369125rem;z-index:15040;color:#ffffff;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iiZHTcTKf0VbwJqWptffsSoJHbbcerVs { top:51.125rem;left:0.9375rem;width:18.1875rem;height:5.25rem;z-index:15041;color:#ffffff;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zm0tBIDCkLHHZLu04tmABxIPLN1MCMWy { top:57.375rem;left:1.3125rem;width:17.4375rem;height:3.41015625rem;z-index:15043;color:#ffffff;font-size:1.3125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AEBLa8WqbwVGKqwrmTewsnM9sJhR4FwP { top:62.25rem;left:0.9375rem;width:18.1875rem;height:3.23730625rem;z-index:15042;color:#ffffff;font-size:2.3125rem;font-weight:700;font-style:normal;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SDP7E05Xt3e5cE03axsRkRAoT5PUHHSt { top:66.1875rem;left:1.375rem;width:17.25rem;height:1.705075rem;z-index:15044;color:#fbfdff;font-size:1.3125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WJf5nCRyatzsaPqyObX2f6PTXil4498V { top:68.5rem;left:1.25rem;width:17.4975625rem;height:3.436525rem;z-index:15041;background-color:#f37c04;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) { #IfpM4a3qD3KT21Hroll825pNyZk4CJwE { display:block; }
 }@media only screen and (max-width: 763px) { #u3lTmW0USt5lbEzbQm3mvSmL27fnWnhU { top:72.5rem;left:1.25rem;width:17.4975625rem;height:3.436525rem;z-index:15042;background-color:#4f4f4f;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) { #wUeK476ymSJV4f9e1pfbgCdLuGoVdc7t { display:block; }
 }@media only screen and (max-width: 763px) { #IHafb5d1TIqepTJiJzo0iy4cXccq8CEa { top:7.59228515625rem;left:1.40478515625rem;width:17.1875rem;height:8.25rem;z-index:15047;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #woid8A5OxzESqvhWXyDUoOa0Tqw6nUnu { top:136.375rem;left:0rem;width:20rem;height:6.5625rem;z-index:15063;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ToqiVH93etuow21X5EmJpRnAU7H1gtBa { top:0rem;left:0rem;width:20rem;height:46.625rem;z-index:15031;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #gGoAZWHBKnpTDF0SlAe4a3ECJ3HcSWx6 { top:77.4375rem;left:0.875rem;width:18.3125rem;height:30.25rem;z-index:15040;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c5030e, #000000);background-image: -moz-linear-gradient(180deg, #c5030e, #000000);background-image: -ms-linear-gradient(180deg, #c5030e, #000000);background-image: -o-linear-gradient(180deg, #c5030e, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5030e', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5030e', endColorstr='#000000' );";background-image: linear-gradient(180deg, #c5030e, #000000);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #QNIIwOWeuQMJDk7xD0t7EocKd4UwSu5R { top:102.125rem;left:1.25rem;width:17.4975625rem;height:3.436525rem;z-index:15050;background-color:#4f4f4f;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) { #dBUKhsstBtoIVowd3TW6wXbKQxuMRP2T { display:block; }
 }@media only screen and (max-width: 763px) { #T1siHRouimFakbVeI4dSMzVVRJ5yqAKI { top:98.125rem;left:1.25rem;width:17.4975625rem;height:3.436525rem;z-index:15049;background-color:#f37c04;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) { #eBP06UdfC0T2m1C5uWWzEayMDxVOh8AH { display:block; }
 }@media only screen and (max-width: 763px) { #UVKNvcNNTKqJF0RG7P9ups0QuQdZ9wNa { top:95.8125rem;left:1.375rem;width:17.25rem;height:1.705075rem;z-index:15052;color:#fbfdff;font-size:1.3125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VZ9E3mnzP0bdgWa45zEoIZXw5ZsETu22 { top:91.5rem;left:0.875rem;width:18.1875rem;height:3.23730625rem;z-index:15050;color:#ffffff;font-size:2.3125rem;font-weight:700;font-style:normal;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DK9ENL9wvGVJ3wKppW9XTeSw7X2yfCSr { top:86.9375rem;left:1.25rem;width:17.4375rem;height:3.41015625rem;z-index:15051;color:#ffffff;font-size:1.3125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xDk1QQbUgFcs6eE17mlSV7HMr9Usc1a3 { top:80.5625rem;left:0.875rem;width:18.1875rem;height:5.25rem;z-index:15049;color:#ffffff;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pTFOlPvb1gf1VJAda30rU2WT5iTkWRSb { top:78.75rem;left:0.9375rem;width:18.1875rem;height:1.8369125rem;z-index:15048;color:#ffffff;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ebFQk6gSXs2KeWylfsTQEMRwFmTZTtt8 { top:107rem;left:0.875rem;width:18.3125rem;height:30.25rem;z-index:15048;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #800020, #000000);background-image: -moz-linear-gradient(180deg, #800020, #000000);background-image: -ms-linear-gradient(180deg, #800020, #000000);background-image: -o-linear-gradient(180deg, #800020, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#800020', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#800020', endColorstr='#000000' );";background-image: linear-gradient(180deg, #800020, #000000);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #inM8ve0AsUL4nmtw35W1MTyIfOqllL9u { top:131.6875rem;left:1.25rem;width:17.4975625rem;height:3.436525rem;z-index:15058;background-color:#4f4f4f;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) { #svxWuSo1HxA4mIJtXCMIyXdZhMbzBRZy { display:block; }
 }@media only screen and (max-width: 763px) { #tdkpxP69Lm0TX7qDRgyUNUQm9PTGVHe8 { top:127.6875rem;left:1.25rem;width:17.4975625rem;height:3.436525rem;z-index:15057;background-color:#f37c04;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) { #R5C2eT5TMkit1IKWp9vIPSWN4GJm7gIz { display:block; }
 }@media only screen and (max-width: 763px) { #NtmIsbE8rRG4RHUGd3Jxqxqduxiw1Gwf { top:125.375rem;left:1.375rem;width:17.25rem;height:1.705075rem;z-index:15060;color:#fbfdff;font-size:1.3125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DFkIQwDQQPmLwCGp9SzM2uUwvVGcxb7Z { top:121.4375rem;left:0.9375rem;width:18.1875rem;height:3.23730625rem;z-index:15058;color:#ffffff;font-size:2.3125rem;font-weight:700;font-style:normal;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HIEx9UIzMpFGCAJ1hZGByPOvunyNMFSE { top:116.5625rem;left:1.3125rem;width:17.4375rem;height:3.41015625rem;z-index:15059;color:#ffffff;font-size:1.3125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J2NLFNvOVlot0KGz7hRCoPggn7pcvsyC { top:110.3125rem;left:0.9375rem;width:18.1875rem;height:5.25rem;z-index:15057;color:#ffffff;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R2e0wLh0dMIWU3T44LP4oIlDacLHgqEH { top:108.3125rem;left:0.9375rem;width:18.1875rem;height:1.8369125rem;z-index:15056;color:#ffffff;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FmFPlWPZsVihJiSwth91bbxGnocszquq { display:block; }#FmFPlWPZsVihJiSwth91bbxGnocszquq { background-color: transparent; background-image: none; }#FmFPlWPZsVihJiSwth91bbxGnocszquq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FmFPlWPZsVihJiSwth91bbxGnocszquq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FmFPlWPZsVihJiSwth91bbxGnocszquq > .row .container > .video-iframe-container { display: none; }#FmFPlWPZsVihJiSwth91bbxGnocszquq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FmFPlWPZsVihJiSwth91bbxGnocszquq > .row > .video-iframe-container { display: none; }#FmFPlWPZsVihJiSwth91bbxGnocszquq > .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); }#FmFPlWPZsVihJiSwth91bbxGnocszquq > .row .container { width:20rem;height:143.8125rem;background-color:#000000;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rgr6H9Dk0dBDB17HCmR7WcRFMoS23dxg { top:1.294921875rem;left:0.9052734375rem;width:18.1875rem;height:6.2988125rem;z-index:15033;color:#000000;font-size:2.25rem;font-weight:700;font-style:normal;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZsspXy7mDoUzV0SfGX4HHTvALKnhbOKK { top:17.37451171875rem;left:0.5302734375rem;width:18.9375rem;height:14.941375rem;z-index:15042;color:#000000;font-size:1.4375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GprBbQInEVzTKiuqlN2hUGTA6sH4FamM { top:33.5625rem;left:0.9052734375rem;width:10.3125rem;height:6.4980625rem;z-index:15044;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pQleSHkHTIczLRutccqdHoLTgaTM9WNe { top:33.5302734375rem;left:13.5615234375rem;width:5.625rem;height:6.5625rem;z-index:15045;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cFDEtwQqECfgKrurepm7TmpkL4U1UWtt { top:41.56201171875rem;left:0rem;width:19.9980625rem;height:3.4995125rem;z-index:15046;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KkZtNq9m5hA51NcGbgGETbxW4mlgmVhZ { top:7.59228515625rem;left:1.40478515625rem;width:17.125rem;height:7.75rem;z-index:15047;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #R3m6hmcz2OotHgz54ZhnvyPmv2DJdrQc { top:137.2470703125rem;left:0.00146484375rem;width:19.9995rem;height:6.5625rem;z-index:15063;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NxO67whg8tXVzT9V4JWT9Vqru2kwrwRO { top:0rem;left:0rem;width:20rem;height:46.625rem;z-index:15031;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TrRuEhiRb5MKwIvIDq26O1HPaZQzV1Gh { top:47.875rem;left:0.8125rem;width:18.3125rem;height:30.25rem;z-index:15040;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c5030e, #000000);background-image: -moz-linear-gradient(180deg, #c5030e, #000000);background-image: -ms-linear-gradient(180deg, #c5030e, #000000);background-image: -o-linear-gradient(180deg, #c5030e, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5030e', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5030e', endColorstr='#000000' );";background-image: linear-gradient(180deg, #c5030e, #000000);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #SrlbG5uQsxFThS54LBz36KbVJtuu75iT { top:72.5625rem;left:1.1875rem;width:17.4975625rem;height:3.436525rem;z-index:15050;background-color:#4f4f4f;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) { #Rhb7Oo1hzVxMkLrmyO1WszIhpml68Rmh { display:block; }
 }@media only screen and (max-width: 763px) { #sa6XuF1tJtK5d0X1Xv9G6fUuv3kX3WLa { top:68.5625rem;left:1.1875rem;width:17.4975625rem;height:3.436525rem;z-index:15049;background-color:#f37c04;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) { #k672tWyevQWLQSH9L3OukkX0Tq0vK1EX { display:block; }
 }@media only screen and (max-width: 763px) { #JvuZnUJwCxe2GItyRhDlHVt17VZSZtfu { top:66.25rem;left:1.3125rem;width:17.25rem;height:1.705075rem;z-index:15052;color:#fbfdff;font-size:1.3125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VZAVd1UracNdsvLfFzeQdHfyolFXhf96 { top:61.9375rem;left:0.8125rem;width:18.1875rem;height:3.23730625rem;z-index:15050;color:#ffffff;font-size:2.3125rem;font-weight:700;font-style:normal;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bk86nKvgEtPdpGTx6EOKIvFdP00sCoP3 { top:57.375rem;left:1.1875rem;width:17.4375rem;height:3.41015625rem;z-index:15051;color:#ffffff;font-size:1.3125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eB12TTJVZ7PZNnmQPM6f75iTScI98cWs { top:51rem;left:0.8125rem;width:18.1875rem;height:5.25rem;z-index:15049;color:#ffffff;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wa5WXLhEITucuR1TbCTvoccBWR01M5TR { top:49.1875rem;left:0.875rem;width:18.1875rem;height:1.8369125rem;z-index:15048;color:#ffffff;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #COUI3JHpE8A5EhhpfPbQtGlAs4CAI25C { top:77.4375rem;left:0.8125rem;width:18.3125rem;height:30.25rem;z-index:15048;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #800020, #000000);background-image: -moz-linear-gradient(180deg, #800020, #000000);background-image: -ms-linear-gradient(180deg, #800020, #000000);background-image: -o-linear-gradient(180deg, #800020, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#800020', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#800020', endColorstr='#000000' );";background-image: linear-gradient(180deg, #800020, #000000);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #pWIXTtlxRf8CVnH3WTyKri8maIwJX14y { top:102.125rem;left:1.1875rem;width:17.4975625rem;height:3.436525rem;z-index:15058;background-color:#4f4f4f;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) { #nZRBm59WfBuvexThMJOyqMRopDci58A6 { display:block; }
 }@media only screen and (max-width: 763px) { #RnbWwx5cDzGhCu1qaGSwtAHLiqRPAR4p { top:98.125rem;left:1.1875rem;width:17.4975625rem;height:3.436525rem;z-index:15057;background-color:#f37c04;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) { #JzvAnZ71aPUmVqTK9a5b9UnwEPWwkp5a { display:block; }
 }@media only screen and (max-width: 763px) { #edoyH7BNcpWTqMu7VT35yzQIvaTPJsML { top:95.8125rem;left:1.3125rem;width:17.25rem;height:1.705075rem;z-index:15060;color:#fbfdff;font-size:1.3125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VPB0hLG5G9T6cQGSbTc6mrzqIzono3Wu { top:91.875rem;left:0.875rem;width:18.1875rem;height:3.23730625rem;z-index:15058;color:#ffffff;font-size:2.3125rem;font-weight:700;font-style:normal;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TW0U8t3liXDIeVLRLyLmwdiPw5E812NT { top:87rem;left:1.25rem;width:17.4375rem;height:3.41015625rem;z-index:15059;color:#ffffff;font-size:1.3125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dhoz3xIMmES9RXnoM87Pqr9KTAge56xq { top:80.75rem;left:0.875rem;width:18.1875rem;height:5.25rem;z-index:15057;color:#ffffff;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mCztTUvfirlZFZ6RW6uk0qrst5ELhtJX { top:78.75rem;left:0.875rem;width:18.1875rem;height:1.8369125rem;z-index:15056;color:#ffffff;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LQQCG7sCna5GOrHux0ZGq2fN80V4y8le { top:107rem;left:0.875rem;width:18.3125rem;height:30.25rem;z-index:15056;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #66d9ef, #000000);background-image: -moz-linear-gradient(180deg, #66d9ef, #000000);background-image: -ms-linear-gradient(180deg, #66d9ef, #000000);background-image: -o-linear-gradient(180deg, #66d9ef, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#66d9ef', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#66d9ef', endColorstr='#000000' );";background-image: linear-gradient(180deg, #66d9ef, #000000);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #QNo2qK3u6mAlsvLwLryiuoNbp11IqoJd { top:131.6875rem;left:1.25rem;width:17.4975625rem;height:3.436525rem;z-index:15066;background-color:#4f4f4f;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) { #ma4eW7bP3Rn6EQhdxA1gHTIyTDPiD8uD { display:block; }
 }@media only screen and (max-width: 763px) { #EBMo4R4pvPaZJaayHbSVquUITzg3w6XV { top:127.6875rem;left:1.25rem;width:17.4975625rem;height:3.436525rem;z-index:15065;background-color:#f37c04;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) { #zDrpDFglz8tha6kNlhkyTQN2VITFK6XU { display:block; }
 }@media only screen and (max-width: 763px) { #llSx2BWS7NUavdAx9TgkxaWBgRp1m7Gp { top:125.375rem;left:1.375rem;width:17.25rem;height:1.705075rem;z-index:15068;color:#fbfdff;font-size:1.3125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZOh7JleDUe8oKh7SBTL9DJoNe0tymRGh { top:121.4375rem;left:0.9375rem;width:18.1875rem;height:3.23730625rem;z-index:15066;color:#ffffff;font-size:2.3125rem;font-weight:700;font-style:normal;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KJ7uJ2CVtoJnCBhOtzlyVV7bb7giwJ40 { top:115.5615234375rem;left:1.2802734375rem;width:17.4375rem;height:5.1152375rem;z-index:15067;color:#ffffff;font-size:1.3125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vUiZFioz3b9Vpaxaiv1LZ54PdEcRfzz5 { top:110.3125rem;left:0.9375rem;width:18.1875rem;height:5.25rem;z-index:15065;color:#ffffff;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cZ5T1MST62AiLTzUbzKwAqPElQOhRiyF { top:108.3125rem;left:0.9375rem;width:18.1875rem;height:1.8369125rem;z-index:15064;color:#ffffff;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sIArcAIfHzntRLexffsTdAfAO2rUx51c { display:block; }#sIArcAIfHzntRLexffsTdAfAO2rUx51c { background-color: transparent; background-image: none; }#sIArcAIfHzntRLexffsTdAfAO2rUx51c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIArcAIfHzntRLexffsTdAfAO2rUx51c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIArcAIfHzntRLexffsTdAfAO2rUx51c > .row .container > .video-iframe-container { display: none; }#sIArcAIfHzntRLexffsTdAfAO2rUx51c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIArcAIfHzntRLexffsTdAfAO2rUx51c > .row > .video-iframe-container { display: none; }#sIArcAIfHzntRLexffsTdAfAO2rUx51c > .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); }#sIArcAIfHzntRLexffsTdAfAO2rUx51c > .row .container { width:20rem;height:27rem;background-color:#000000;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WMSfgiGdAUGADdRQ6hiWZXETaPdoWUUn { top:6.5625rem;left:1.25rem;width:17.4975625rem;height:3.436525rem;z-index:15066;background-color:#0b3156;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) { #ctZsNvBLqWMuW9HtoBIVbscw4Hgd9hWT { display:block; }
 }@media only screen and (max-width: 763px) { #X6IedX6n6PLT82VRBgu5zKkM2nebF5uF { top:11.1875rem;left:1.25rem;width:17.4975625rem;height:3.436525rem;z-index:15067;background-color:#940000;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) { #yQpzgxguLPU3f4b4FyIUE5wLdF7tQOMW { display:block; }
 }@media only screen and (max-width: 763px) { #C4M0DQkBK5AsAJqM3BX0ivLLhPXVbtNb { top:15.6875rem;left:1.25rem;width:17.4975625rem;height:3.436525rem;z-index:15066;background-color:#800020;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKCsP5mSHMdUrnguOz737okScG0sPXF0 { display:block; }
 }@media only screen and (max-width: 763px) { #DQH8O2IcOWcFuU1Z2hzQRUQ86KpFQ1DP { top:4.125rem;left:2.1875rem;width:15.624rem;height:1.29931875rem;z-index:15068;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #r5H7T4GxaRdRJDtdAObxph3igsKp3whB { top:20.3115234375rem;left:1.24951171875rem;width:17.4975625rem;height:3.436525rem;z-index:15067;background-color:#66d9ef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFS0tgzXW3sXb0f2l4KrJic5E4PSvf8p { display:block; }
 }@media only screen and (max-width: 763px) { #HTlkoRriy4M2Udcc3FLzrRLZ4U4cNT1c { display:block; }#HTlkoRriy4M2Udcc3FLzrRLZ4U4cNT1c { background-color: transparent; background-image: none; }#HTlkoRriy4M2Udcc3FLzrRLZ4U4cNT1c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTlkoRriy4M2Udcc3FLzrRLZ4U4cNT1c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTlkoRriy4M2Udcc3FLzrRLZ4U4cNT1c > .row .container > .video-iframe-container { display: none; }#HTlkoRriy4M2Udcc3FLzrRLZ4U4cNT1c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTlkoRriy4M2Udcc3FLzrRLZ4U4cNT1c > .row > .video-iframe-container { display: none; }#HTlkoRriy4M2Udcc3FLzrRLZ4U4cNT1c > .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); }#HTlkoRriy4M2Udcc3FLzrRLZ4U4cNT1c > .row .container { width:20rem;height:78.1875rem;background-color:#0b3156;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vGuRQqDJgf1FLmwpEKeWQUPpfcsERMUF { top:0.6875rem;left:0rem;width:19.9995rem;height:1.6626rem;z-index:15034;color:#ffffff;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AMrpIkreTD5Hw0RH0NvHSGntVfZoM5EA { top:8.62060546875rem;left:1.06201171875rem;width:18.9375rem;height:13.640625rem;z-index:15043;color:#ffffff;font-size:1.3125rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SXrK31GERDwfxFnUhgPBKy7ymigNMHmr { top:23.32177734375rem;left:3.18603515625rem;width:16.1865rem;height:3.16113125rem;z-index:15065;color:#ffffff;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OCyVyUuCHPeWZPSNkpkPQ4kk0gkSpVZ3 { top:3.1875rem;left:12.6875rem;width:7.0625rem;height:4.6875rem;z-index:15045;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aHVsd7SRhFLgq5AuXSORP0oJ85ildaci { top:2.9375rem;left:1.0625rem;width:12.9375rem;height:5.25rem;z-index:15035;color:#ffffff;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hDe85ezmm0lpRaWK0G6O3Fz3OTMDe9y8 { display:flex;width:1.561525rem;height:1.561525rem;top:23.32177734375rem;left:1.06201171875rem;z-index:15026; }
 }@media only screen and (max-width: 763px) { #nQNSDUv4WSkSiTK0aPNSi1MCQFf1blMt { top:26.4814453125rem;left:0.87451171875rem;width:18.249rem;height:5.1152375rem;z-index:15044;color:#ffffff;font-size:1.3125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ChFXxH8crXqJmnhi7MeQvebAtyxvbz6i { top:54.4365234375rem;left:1.24951171875rem;width:17.4975625rem;height:3.436525rem;z-index:15066;background-color:#f37c04;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) { #ofpBWBnlbq53HK6alXHEJx2nagUavP6B { display:block; }
 }@media only screen and (max-width: 763px) { #WDT9EbWiR6sqo8ctkNCd9tliDLDDpMea { top:68.560546875rem;left:0rem;width:20rem;height:6.5625rem;z-index:15072;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eJPLenSy73ykerspXU7SzhcWbAfOq4QA { top:36rem;left:0.75rem;width:18.249rem;height:6.8203125rem;z-index:15047;color:#ffffff;font-size:1.3125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TaEUIWKAGu8Z5US5lfEpOUrc5flTLmtm { top:32.8125rem;left:3.0625rem;width:16.1865rem;height:3.16113125rem;z-index:15068;color:#ffffff;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n5gq3SVoeoJ3SuMTJS2gLmFhZlssxqgH { display:flex;width:1.561525rem;height:1.561525rem;top:32.8125rem;left:0.9375rem;z-index:15029; }
 }@media only screen and (max-width: 763px) { #Im9TWhvSTRnxtrkTuxmQKtcsTyO4WTC3 { top:47.6875rem;left:0.75rem;width:18.249rem;height:5.1152375rem;z-index:15050;color:#ffffff;font-size:1.3125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FDfee688OV4oQP1mm7vs30LQNUxoT22Q { top:44.5rem;left:3.0625rem;width:16.1865rem;height:3.16113125rem;z-index:15071;color:#ffffff;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M9moiu1dX558t5nG2zOEon5hLcNs67qT { display:flex;width:1.561525rem;height:1.561525rem;top:44.5rem;left:0.9375rem;z-index:15032; }
 }@media only screen and (max-width: 763px) { #G4o0U7rh4LzrF3nzUKb1uBJksis4KNv7 { top:59.173828125rem;left:0.65625rem;width:18.687rem;height:7.1279375rem;z-index:15044;color:#ffffff;font-size:1.1875rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vv7Xwz8kHkHyvm4Z1Tefa59TH7O4blXT { top:74.185546875rem;left:0rem;width:19.9995rem;height:4.0620125rem;z-index:15075;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ZIpJ75m3wltcil9TL5MIgi0lOdsJMdJk { display:block; }#ZIpJ75m3wltcil9TL5MIgi0lOdsJMdJk { background-color: transparent; background-image: none; }#ZIpJ75m3wltcil9TL5MIgi0lOdsJMdJk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZIpJ75m3wltcil9TL5MIgi0lOdsJMdJk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZIpJ75m3wltcil9TL5MIgi0lOdsJMdJk > .row .container > .video-iframe-container { display: none; }#ZIpJ75m3wltcil9TL5MIgi0lOdsJMdJk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZIpJ75m3wltcil9TL5MIgi0lOdsJMdJk > .row > .video-iframe-container { display: none; }#ZIpJ75m3wltcil9TL5MIgi0lOdsJMdJk > .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); }#ZIpJ75m3wltcil9TL5MIgi0lOdsJMdJk > .row .container { width:20rem;height:72.375rem;background-color:#940000;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTcuPUp99Tts8hfuERGahliI0lnZcisC { top:0.6875rem;left:0rem;width:19.9995rem;height:3.32519375rem;z-index:15034;color:#ffffff;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GA67xTo8zvTXHF8TMSZ5y6gPTfTQSWqa { top:9.6875rem;left:1.0625rem;width:18.9375rem;height:13.640625rem;z-index:15043;color:#ffffff;font-size:1.3125rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZCci4PkEbJ10s0SZTk2kvFkAQAsff0p7 { top:24.375rem;left:3.1875rem;width:16.1865rem;height:3.16113125rem;z-index:15065;color:#ffffff;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UFNoaK2mn5G8JBl2DAaa53WwmPaoKLoI { top:4.25rem;left:13.642092013889rem;width:5.9375rem;height:3.875rem;z-index:15045;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oZIFcyHEfFGZbc85ZJ37ndw7qToe6Tdp { top:4.0107421875rem;left:1.06201171875rem;width:13.374rem;height:5.25rem;z-index:15035;color:#ffffff;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d3U2W1vps3uDafelAqVfwdCPyGVPktE6 { display:flex;width:1.561525rem;height:1.561525rem;top:24.375rem;left:1.06201171875rem;z-index:15026; }
 }@media only screen and (max-width: 763px) { #vlRSG4kBk6fgmhgzpZH2TwEHzCJAwPDy { top:27.53466796875rem;left:0.87451171875rem;width:18.2475625rem;height:5.1152375rem;z-index:15044;color:#ffffff;font-size:1.3125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NNRP9RB2bkFVOkADSbgT9E7TLTOmb4nW { top:51.375rem;left:1.25rem;width:17.4975625rem;height:3.436525rem;z-index:15066;background-color:#f37c04;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) { #N4DQHeGgQcpX0v3dcxV8G1x7gUuaKeiK { display:block; }
 }@media only screen and (max-width: 763px) { #wcOwTH4L7RKx5G4XpmFU3vpIz90utp9r { top:61.7490234375rem;left:0rem;width:19.9995rem;height:6.5625rem;z-index:15072;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #w0bv3RUJAwAx4KA5qlv45nTbDMIts275 { top:37.0625rem;left:0.75rem;width:18.249rem;height:5.1152375rem;z-index:15047;color:#ffffff;font-size:1.3125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lUmmRnpaxxvLfDIWO2cCq2a6uxMNmsMz { top:33.99609375rem;left:2.4375rem;width:16.1850625rem;height:3.16113125rem;z-index:15068;color:#ffffff;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xDTmWRfb7caX2Iu7oDKE4lTZALBQBr6T { display:flex;width:1.561525rem;height:1.561525rem;top:33.87451171875rem;left:1.06201171875rem;z-index:15029; }
 }@media only screen and (max-width: 763px) { #xTiBmzwlm7FnuCL21fP1AJKg7kvJMb5H { top:45.14208984375rem;left:0.87451171875rem;width:18.2475625rem;height:5.1152375rem;z-index:15050;color:#ffffff;font-size:1.3125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QHL8lIgdVhbent2PhTthdnviwpmCkKwZ { top:43.5625rem;left:3.0625rem;width:16.1865rem;height:1.58056875rem;z-index:15071;color:#ffffff;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QfnKawvJ8sAwqO4MH9mnJs8SbfOkadTf { display:flex;width:1.561525rem;height:1.561525rem;top:43.5625rem;left:1.0625rem;z-index:15032; }
 }@media only screen and (max-width: 763px) { #zC44dbkMKE0qgKgEn3ltPARxRLBzcKwQ { top:56.125rem;left:0.6875rem;width:18.687rem;height:4.75195rem;z-index:15044;color:#ffffff;font-size:1.1875rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #schL0Mm4i19mwW3xJESBouFvxw9PWrds { top:68.3115234375rem;left:0rem;width:19.9995rem;height:4.0620125rem;z-index:15074;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #p5RRxNxWVmhGr7RMmqnWtbRi12JSqTh2 { display:block; }#p5RRxNxWVmhGr7RMmqnWtbRi12JSqTh2 { background-color: transparent; background-image: none; }#p5RRxNxWVmhGr7RMmqnWtbRi12JSqTh2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5RRxNxWVmhGr7RMmqnWtbRi12JSqTh2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5RRxNxWVmhGr7RMmqnWtbRi12JSqTh2 > .row .container > .video-iframe-container { display: none; }#p5RRxNxWVmhGr7RMmqnWtbRi12JSqTh2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5RRxNxWVmhGr7RMmqnWtbRi12JSqTh2 > .row > .video-iframe-container { display: none; }#p5RRxNxWVmhGr7RMmqnWtbRi12JSqTh2 > .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); }#p5RRxNxWVmhGr7RMmqnWtbRi12JSqTh2 > .row .container { width:20rem;height:77.0625rem;background-color:#800020;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F3GyTc2kX5aFP0uT2QM3vGDRHLIG82pG { top:0.6875rem;left:0rem;width:19.9995rem;height:3.32519375rem;z-index:15034;color:#ffffff;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hqLVMbZSz3vuNeoa7sin8vkBonOFkpis { top:9.6875rem;left:1.0625rem;width:18.9375rem;height:10.2305rem;z-index:15043;color:#ffffff;font-size:1.3125rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Hiky7FL28I0NWcf5Fn94tXSQDVoUoUV9 { top:20.75rem;left:3.25rem;width:16.1865rem;height:3.16113125rem;z-index:15065;color:#ffffff;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XzOOPleTlC78ZNge8ezwUGR6mfcgtEll { top:4.25rem;left:13.642092013889rem;width:5.9375rem;height:3.875rem;z-index:15045;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mTLb9E9imokNwvoiqSZfpaJPfepRsHXp { top:4.0107421875rem;left:1.06201171875rem;width:14.9375rem;height:6rem;z-index:15035;color:#ffffff;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tVPnVLR12FIhFkz793k6WZr6RPoUaUIE { display:flex;width:1.561525rem;height:1.561525rem;top:20.75rem;left:1.125rem;z-index:15026; }
 }@media only screen and (max-width: 763px) { #AvcJ8AfGSb0S7C6Fwu3fHygD8Xvvgim6 { top:23.9375rem;left:0.9375rem;width:18.2475625rem;height:6.8203125rem;z-index:15044;color:#ffffff;font-size:1.3125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IX6TdzMdBU4zGxKxyVtzFGG63T9XTDuN { top:56.37451171875rem;left:1.24951171875rem;width:17.4975625rem;height:3.436525rem;z-index:15066;background-color:#f37c04;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) { #z2ZUvPxRnULzFPl6kBmrD808oX53mV7B { display:block; }
 }@media only screen and (max-width: 763px) { #Ng83TLGCrLQbohQSDnKZk8JMgRWyZ0fW { top:67.1875rem;left:0.0625rem;width:19.9980625rem;height:6.5625rem;z-index:15072;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #J4q8SWXDkmw2dKTZKXKsc0VlkEcbtKmz { top:35.1875rem;left:0.8125rem;width:18.2475625rem;height:5.1152375rem;z-index:15047;color:#ffffff;font-size:1.3125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ugBHmuO5FUTioH8R7TmavTeFqFnGW335 { top:31.4375rem;left:2.5rem;width:16.1850625rem;height:3.16113125rem;z-index:15068;color:#ffffff;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XzIVB68uZGavDBmDlzGs9q1s4FePbVNB { display:flex;width:1.561525rem;height:1.561525rem;top:31.4375rem;left:1rem;z-index:15029; }
 }@media only screen and (max-width: 763px) { #i5yD1stEQxz3TnveyDc99X3QEUCFIBgT { top:43.8125rem;left:0.8125rem;width:18.2475625rem;height:10.2305rem;z-index:15050;color:#ffffff;font-size:1.3125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pDCRyOeRiC7UEvkybOIqXSb831zMWWz4 { top:40.625rem;left:3.0625rem;width:16.1865rem;height:3.16113125rem;z-index:15071;color:#ffffff;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k2gFHEMuL61Z4UTPThIvM8U3WbxqfT0A { display:flex;width:1.561525rem;height:1.561525rem;top:40.625rem;left:1.0625rem;z-index:15032; }
 }@media only screen and (max-width: 763px) { #JgEgsZ4ups7PnzxR6noE51lSGIUGgPI7 { top:61.6875rem;left:0.75rem;width:18.687rem;height:4.75195rem;z-index:15044;color:#ffffff;font-size:1.1875rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTcSJVnsIvPnwupfT1THKr1k75y4Zh8X { top:72.9375rem;left:0rem;width:20rem;height:4.0625rem;z-index:15073;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #xCz1hMpda5kw0EA49nTLhuGulbOTxM28 { display:block; }#xCz1hMpda5kw0EA49nTLhuGulbOTxM28 { background-color: transparent; background-image: none; }#xCz1hMpda5kw0EA49nTLhuGulbOTxM28::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCz1hMpda5kw0EA49nTLhuGulbOTxM28 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCz1hMpda5kw0EA49nTLhuGulbOTxM28 > .row .container > .video-iframe-container { display: none; }#xCz1hMpda5kw0EA49nTLhuGulbOTxM28 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCz1hMpda5kw0EA49nTLhuGulbOTxM28 > .row > .video-iframe-container { display: none; }#xCz1hMpda5kw0EA49nTLhuGulbOTxM28 > .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); }#xCz1hMpda5kw0EA49nTLhuGulbOTxM28 { border-width: 0; border-radius: 0; }#xCz1hMpda5kw0EA49nTLhuGulbOTxM28 > .row .container { width:20rem;height:77.25rem;background-color:rgba(102,217,239,0.57);background-image:none;border-top:0.625rem solid #000000;border-left:0.625rem solid #000000;border-right:0.625rem solid #000000;border-bottom:0.625rem solid #000000;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eqZ8Dd0bzvFE3Rqd690bR8C7r6Jr8wAm { top:1.01806640625rem;left:0rem;width:19.9980625rem;height:3.32519375rem;z-index:15034;color:#ffffff;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l59q3gTxtgcIMW0VJQmylHwl7k35AAZ0 { top:9.6875rem;left:1.0625rem;width:18.9375rem;height:11.935575rem;z-index:15043;color:#ffffff;font-size:1.3125rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hQx8LMH7BSUEuPd8hUJuMMTZSsJSWiaA { top:22.5625rem;left:3.125rem;width:16.1865rem;height:1.51171875rem;z-index:15065;color:#ffffff;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #THGTTPJPMykrP1v5TZMTwF8RXNccTVR1 { top:4.25rem;left:13.642092013889rem;width:5.9375rem;height:3.875rem;z-index:15045;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JcLZLAdscdKtK9afaOTMIeAsSOqazhcI { top:4.0107421875rem;left:1.06201171875rem;width:14.9375rem;height:6rem;z-index:15035;color:#ffffff;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UIKTLQ4SOvb7QRrGk4ZQAivT8izZVfg4 { display:flex;width:1.561525rem;height:1.561525rem;top:22.5625rem;left:1rem;z-index:15026; }
 }@media only screen and (max-width: 763px) { #glFOHArGTeWZTHsRzCtPt0vkdTzPqUUb { top:24.8115234375rem;left:0.87451171875rem;width:18.2475625rem;height:6.8203125rem;z-index:15044;color:#ffffff;font-size:1.3125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RHKteHOTuVJ6uO5520ezRD52m2uNWOKl { top:53.8125rem;left:1.125rem;width:17.4975625rem;height:3.436525rem;z-index:15066;background-color:#f37c04;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) { #vzOM7B32lIfmhyebSGacG7aMpDU0vk2t { display:block; }
 }@media only screen and (max-width: 763px) { #WWuMzTe2DTzPLu6UplvIAcabJ16ZpsEu { top:67.75rem;left:0rem;width:19.9980625rem;height:6.5625rem;z-index:15072;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MR2c24JNl4v1U1svUNL47BJ7ETUeSE4z { top:34.6875rem;left:0.875rem;width:18.2475625rem;height:6.8203125rem;z-index:15047;color:#ffffff;font-size:1.3125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zBvp9OyCo3RrqK81MhJx8U9MLUOEDcn3 { top:32.25rem;left:2.4375rem;width:16.1850625rem;height:1.58056875rem;z-index:15068;color:#ffffff;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTKXG6M0MmIHWEBT4kD6aDTrxHIIkREx { display:flex;width:1.561525rem;height:1.561525rem;top:32.25rem;left:0.9375rem;z-index:15029; }
 }@media only screen and (max-width: 763px) { #KG4qqcmbP0fy3t9f2DrC4qo67GCB5DTS { top:45.5625rem;left:0.75rem;width:18.2475625rem;height:6.8203125rem;z-index:15050;color:#ffffff;font-size:1.3125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g1gqHXFZVNqVEM9xufJlkPyfP0lem7oN { display:flex;width:1.561525rem;height:1.561525rem;top:42.4375rem;left:0.9375rem;z-index:15032; }
 }@media only screen and (max-width: 763px) { #vwTPZZzmOzISe1ZtEE0vttATUOg333mK { top:58.875rem;left:0.6875rem;width:18.6855625rem;height:9.503875rem;z-index:15044;color:#ffffff;font-size:1.1875rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aKQvfET8QRbqI51V03Oy9uxQhP6NTUQq { top:42.375rem;left:3.0625rem;width:16.1850625rem;height:3.0234375rem;z-index:15069;color:#ffffff;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O7yUS4BduEzb1m9O4fCn22W1CNk6G1q4 { top:73.125rem;left:-0.0146484375rem;width:19.9995rem;height:4.0620125rem;z-index:15076;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #rp08hP3oI7lTFTc59zyAFp5N1kBqzXSN { display:none; }#rp08hP3oI7lTFTc59zyAFp5N1kBqzXSN > .row .container { width:20rem;height:6.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #K48QrWn2Kfu9eASibsrUyrt6uy2781x6 { width:4.6875rem;height:1.3125rem;top:7.5rem;left:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lnDxsZRQFImGGfovRNlvwr8uF1fTq6nL { width:16.5625rem;height:11.063167964858rem;top:1.125rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MVH2tpDuzdEVibuNQvqKfddQ1OpLbfBz { width:9.5625rem;height:11.115744003351rem;top:20.5rem;left:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CADiB34MK9W20nfX3uxmapcHPnZhuRda { width:9.75rem;height:2.6875rem;top:13.4375rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NFVxmmIKtOXegEEEuXU3IkGToDLz1k3S { display:none; }#NFVxmmIKtOXegEEEuXU3IkGToDLz1k3S > .row .container { width:20rem;height:6.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #g5HHtNQmIpDN4NrKaoAwW5xEgeGLpB1m { width:20rem;height:21.75rem;top:5.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KzyEIKzV9cX2zArRhi3xhi7qafdXtq7T { width:20rem;height:6.8246875rem;top:1.25rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #y8QR7wudDiEamNCoINEPN0zhKJIashGi { display:none; }#y8QR7wudDiEamNCoINEPN0zhKJIashGi > .row .container { width:20rem;height:7.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OqCmqxT2NODtKi5JDydoDtES3TzEAP6N { width:19.9995rem;height:5.1972625rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #NO3CVyWHcWrKhJ7DPNXF1ReFtcPdTcou { width:20rem;height:12.730870870871rem;top:115.40205rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sQWkLeLLTZT4IhvNvhNsILDlK8yozzEt { width:11.4375rem;height:13.3125rem;top:129.38155rem;left:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #OinHeOOpFchWgzsoIpxx8DJ4f4JdtsbS { width:19.9995rem;height:5.1972625rem;top:188.415046875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #R79a7aMga5oQnrUdemb2nPnSt5K0HSLk { width:19.9995rem;height:20.474125rem;top:194.860846875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #vXfJAUKDNKZ24D0Ih0DZC0mhRkTIZunh { width:19.9995rem;height:5.1972625rem;top:216.584971875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TZSULJvQsH1KRQbVpFBB1SID0a8lQd89 { width:19.9995rem;height:15.9243125rem;top:223.030771875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #oBPqZN1X0pwI48LZ2UTOA6E1xoWtZ0k8 { width:19.9995rem;height:29.57375rem;top:253.095246875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PTlRuZbzFC1oXTeSlZTvDZhRRLJKWD1k { width:19.9995rem;height:5.1972625rem;top:240.203646875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ubA3TRauTu9UgtyMwFw0s0bkrx9TLwkO { width:19.9995rem;height:20.474125rem;top:283.918996875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ueAmEGTLTx9sJ9smMUs8dcadqy0IhFTA { width:19.9995rem;height:5.1972625rem;top:246.649446875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #iQ1yZ6zwlbCZMUPGKrZKMzCyfRoGMKpJ { width:19.9995rem;height:4.38574375rem;top:305.643121875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TNJPhCywrWKRgH1DIWVR39qGtNKHMZLA { width:19rem;height:4rem;top:311.278865625rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zNREEmbx0WROmCu5i8QWdhQ8Mr3803ck { display:block; }
 }@media only screen and (max-width: 763px) { #hXNb47od3eOB8oEOTPusOF9G7PDP4uTi { width:19.9995rem;height:43.223125rem;top:143.943359375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #LITi60g3qrM1Ux6dIJ26oHwTSOZaxluy { width:16.875rem;height:5.479521960725rem;top:1.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBn228UBwCPhxiwuTPdp1Tn9GieJKFBV { display:none; }#JBn228UBwCPhxiwuTPdp1Tn9GieJKFBV > .row .container { width:20rem;height:42.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #V5MQN4AZb6OT7QfmbK6wog9quWwkcTdH { width:15.0625rem;height:9.2105292930088rem;top:17.03465rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1T6s4MxVhbEinOMluzKayOvLRIVq8D0 { width:20rem;height:3.3387117040668rem;top:27.49415rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xna0X9MDi8s9wO0SAQoN6pTsXgAm2Vhp { width:20rem;height:8.1843043038244rem;top:7.6005875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsRIbZSmUzTRgQJZiUkTVFKz18P0bRgI { width:8.25rem;height:9.6225625rem;top:32.08253125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0wGyAhZZZLsJE3NTdorso7pHNJXtIqT { width:19.9995rem;height:1.70068125rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #V5rndM6lyoid2TSuUOk6Tm8wfcKicIAk { width:19.9995rem;height:4.546875rem;top:4.19921875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #KLttN9PFk5tyM16JyaREVCzlx1yDqvUJ { width:19.9995rem;height:5.10205rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #D7On5JNrRTGb0sNiWING8tFKqG5ntJWn { width:20rem;height:31.3125rem;top:32.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pKPtsl04TyMBMa1FA15oZrrKbozHTCfC { top:58.625rem;left:0rem;width:19rem;height:4.125rem;z-index:15144;background-color:#007bff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #alvdxng0zlkkfNRtZgH2ocQdVwOynPRg { display:block; }
 }@media only screen and (max-width: 763px) { #TzRGHR7Vxwa1fW6U65WtfIk3eGmxL5xG { top:53.875rem;left:0rem;width:19rem;height:4.125rem;z-index:15144;background-color:#007bff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #gvWeRFT1bchMzmMOW4gBriue77BF6Nea { display:block; }
 }@media only screen and (max-width: 763px) { #ZDuAcMWGr1TmILVHMxz8NyuhCgUp4WDf { width:19.125rem;height:0;top:48.5625rem;left:0.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:.9;display:none; }
 }@media only screen and (max-width: 763px) { #nSJEDgMpsoZgnOK627Vit82RTXyly6Bk { width:20rem;height:0;top:43.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15106;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #Qhg5uG7QPFVH5r58Q6t9Lv3SSm93vQGl { width:20rem;height:0;top:38.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:.9;display:none; }
 }@media only screen and (max-width: 763px) { #h5KPALJGOlGFfbqLwNevILJdTa3Dx3sa { width:20rem;height:auto;top:35.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #WFsp4R9SPZavJzk9ZtboVpPSdoBXwzao { width:15rem;height:1.9375rem;top:33.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpFwZk0DUpqKRUtTDlP3F99keL6pxouR { width:14.3125rem;height:auto;top:33.375rem;left:2.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOZoKHvC9CfRJ9dePI20FfkHT3u7Mx6u { width:20rem;height:31.3125rem;top:32.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MpE4Pna6uhPP1N1pX269COmTTLVui6wE { top:58.625rem;left:0rem;width:19rem;height:4.125rem;z-index:15144;background-color:#007bff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #mXw3neV1c9bZO0o8ScZTmsA4hUeHbO4Z { display:block; }
 }@media only screen and (max-width: 763px) { #IJyZXHx3W2445OqRSgT0Wnr5btTMqbOX { top:53.875rem;left:0rem;width:19rem;height:4.125rem;z-index:15144;background-color:#007bff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #lRXnyq3zLVmGDSzlIfR7w7FldSInlnMX { display:block; }
 }@media only screen and (max-width: 763px) { #MkL4P0pktJsTy4NtoR2HGsB0vqNJOTPG { width:19.125rem;height:auto;top:48.75rem;left:0.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:.9;display:none; }
 }@media only screen and (max-width: 763px) { #UeSwzITUIgi8X3SdI3762PbMAuDLk5xt { width:20rem;height:auto;top:43.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15106;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #EaLzqFLSnQLEhaVSw9TENvJN9Tp3FmDT { width:20rem;height:auto;top:38.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:.9;display:none; }
 }@media only screen and (max-width: 763px) { #TSzDceAgclUW5D2IRMRZylpgJO4f0LJ1 { width:20rem;height:auto;top:35.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #fvAehTzcHL3T1QnC74D8bGJuvpzk3eVi { width:15rem;height:1.9375rem;top:33.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i11vtPwRO0g6FWal356OSaKXXNJZXNpn { width:14.3125rem;height:auto;top:33.375rem;left:2.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MF1VW7MD7Wf9xOXxbcmIllpRgZmh4i1e { width:20rem;height:31.3125rem;top:32.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #h65iS1MXKPTwgdzQxPChh6LqI4CM7fmp { top:58.625rem;left:0rem;width:19rem;height:4.125rem;z-index:15144;background-color:#007bff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #LUuTighnRCXNesvNQNL9rBQ91noetxEH { display:block; }
 }@media only screen and (max-width: 763px) { #MXdglnKNtk98u0q2SPVwoA1Vtkth9zCG { top:53.875rem;left:0rem;width:19rem;height:4.125rem;z-index:15144;background-color:#007bff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #JWOfT1k0NvFTOTkZhkbXreQBNE8R6TX2 { display:block; }
 }@media only screen and (max-width: 763px) { #Dl6h9qNdTLiWEQE7F70lVdlEyKWfW9d5 { width:19.125rem;height:auto;top:48.75rem;left:0.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:.9;display:none; }
 }@media only screen and (max-width: 763px) { #RfOwNvdHmnw3s4zyAuTm5oTMr8K3UDJB { width:20rem;height:auto;top:43.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15106;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #VSSWZa1lOaznm5kNXgfVqBMrPzyXzg4C { width:20rem;height:auto;top:38.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:.9;display:none; }
 }@media only screen and (max-width: 763px) { #dTDDZoAAmiCVTvIf3XsTOWdPsVMibEm0 { width:20rem;height:auto;top:35.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #f7gbaARDTmIAcTr7gbLFGH08ykRwkIbH { width:15rem;height:1.9375rem;top:33.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8OeEgz3wVAKbkwORkWfRVwMPmlBNDqI { width:14.3125rem;height:auto;top:33.375rem;left:2.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiGOypfzWocDvJTAtRSFld43ZRBrZbq8 { width:20rem;height:36.375rem;top:31.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UsaPTCvn246IzcRXzirgrrDH2ksTJx6J { display:none; }#UsaPTCvn246IzcRXzirgrrDH2ksTJx6J > .row .container { width:20rem;height:53.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PXdfUZUCnAo1H9UHo7TmEpkkp5NcutsM { width:15.0615rem;height:9.2095rem;top:27.20903125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxE1os0mrx5mNQ1Cpm7mxzVyMI8VxiqB { width:19.9995rem;height:3.33838125rem;top:37.66853125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kp8wILQCKkt3rBtcsTe9Z4nb4LkmSf1i { width:19.9995rem;height:8.4829375rem;top:17.47609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqmCI5RRHIKol2MDLyaVnobPrfbWQ3Fl { width:8.25rem;height:9.6225625rem;top:42.2569125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vK6AIaRdwtkaovJsxeNn6SLMC0RJEuuM { width:19.9980625rem;height:1.70068125rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #AL8yOGTdybJseTOXy5qEXayoKGdsc8bU { width:19.9980625rem;height:2.2734375rem;top:4.19921875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #N6P1CORmN3UKVnTXZMGOb3DOgKghGIys { width:19.9980625rem;height:8.5034375rem;top:7.72265625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #auJ54wEVUpGvDq6CH4tu5SiZ3nMTEOWS { width:20rem;height:31.3125rem;top:32.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dxu42NU7hnspBVM3hHrvQNkTU0KFqRlT { top:58.625rem;left:0rem;width:19rem;height:4.125rem;z-index:15144;background-color:#007bff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #TJqkuWNrlnHQ4qJOvqRoCTDmM78Ma2sF { display:block; }
 }@media only screen and (max-width: 763px) { #lK1dmSzpX4G66QBLnMyVK4Hm27IuHwLJ { top:53.875rem;left:0rem;width:19rem;height:4.125rem;z-index:15144;background-color:#007bff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #J0sePPZNXE5baGbWUC8N3trQsvUEG5rX { display:block; }
 }@media only screen and (max-width: 763px) { #aonq59HBLTqKzM3KC29md7FD2oEJTt0E { width:19.125rem;height:0;top:48.5625rem;left:0.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:.9;display:none; }
 }@media only screen and (max-width: 763px) { #KL0RywmpNqaKdTKnvsJOxDSbiGRgKyDh { width:20rem;height:auto;top:43.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15106;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #DzJ9ak1XiU0Ni2RBT1THqFbXOnc0p891 { width:20rem;height:0;top:38.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:.9;display:none; }
 }@media only screen and (max-width: 763px) { #MPi3wZXOeWrTWasT0ItGJHzhtBlGlwnk { width:20rem;height:auto;top:35.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #fQs7WVcEA1nUhp6BdTcgXxEeBhal51rS { width:15rem;height:1.9375rem;top:33.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9Bli9Lu6KNdEphg62A78szlKsMOfEPD { width:14.3125rem;height:auto;top:33.375rem;left:2.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRubKf4hG6aZrBiz7N4xqt7Th2mzvWnz { width:20rem;height:31.3125rem;top:32.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sPe2KeOWdL81hfoVgoh97zVlPRBoIsmh { top:58.625rem;left:0rem;width:19rem;height:4.125rem;z-index:15144;background-color:#007bff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #XktkLl1Ffcs0t9GpTSw5bhtK43lzpuwn { display:block; }
 }@media only screen and (max-width: 763px) { #hrtATGkLQu6weHyaTNz9umZU1JmFwyyX { top:53.875rem;left:0rem;width:19rem;height:4.125rem;z-index:15144;background-color:#007bff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #oXDmsvTNuEWZwXCIlyuonm24ayhCkdAu { display:block; }
 }@media only screen and (max-width: 763px) { #ItsebxcQUP9q2AncmtBKq2mmP9OWg4oE { width:19.125rem;height:auto;top:48.75rem;left:0.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:.9;display:none; }
 }@media only screen and (max-width: 763px) { #PItxyaydWw62cSwkQW88eEF2vFSLalho { width:20rem;height:auto;top:43.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15106;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #NFen2VLPHGTIBwphlJn1MokSDFEolLdS { width:20rem;height:auto;top:38.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:.9;display:none; }
 }@media only screen and (max-width: 763px) { #ldrtsiENgo4IALogeOd59qIVsBPD5rWH { width:20rem;height:auto;top:35.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #u7DQcpoWgpyWPEDQeBTT8TbRvxwRmCZq { width:15rem;height:1.9375rem;top:33.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFk7CFRKfe51vRsAq2ZgitKvP8rZSU4t { width:14.3125rem;height:auto;top:33.375rem;left:2.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEK8CucOGgC2PEMAeSe4wJbCpN4cTabb { width:20rem;height:31.3125rem;top:32.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MD571pH6EhvhoAx6ZngbFfEBiX0ARlHr { top:58.5625rem;left:0rem;width:19rem;height:4.125rem;z-index:15144;background-color:#007bff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #c19AVN08xuaM4b9vCy0F9UQfGnRgi4cB { display:block; }
 }@media only screen and (max-width: 763px) { #WnzhmmgAI3Rf3D20AocblZAeP0xVVfHs { top:53.875rem;left:0rem;width:19rem;height:4.125rem;z-index:15144;background-color:#007bff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #BgM3RrRzx8wewst8NJNik89gzT3iM9CD { display:block; }
 }@media only screen and (max-width: 763px) { #zJomWMlwI1Ip6WRDRO5BeT1iMvSBeJOI { width:19.125rem;height:auto;top:48.75rem;left:0.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:.9;display:none; }
 }@media only screen and (max-width: 763px) { #d8ydwxKmDPgJBLGqk0vk87ONOk46ltMm { width:20rem;height:auto;top:43.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15106;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #Jf3mm4ciTQaIz8Uu7hBoLpawXNclEi6O { width:20rem;height:auto;top:38.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:.9;display:none; }
 }@media only screen and (max-width: 763px) { #kIqR1Igck5w4yfzDngRAFTe1iThibGzw { width:20rem;height:auto;top:35.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #gFKPH3cqhNA2Qp6htyKqX4fL0ghbvgdR { width:15rem;height:1.9375rem;top:33.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhMpU2LNbV9FCB4XbEv2l5u2iTJowUBO { width:14.3125rem;height:auto;top:33.375rem;left:2.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DS6m7buCnF0KPJPVMzIkE9NdwhdNX3Pb { width:20rem;height:36.375rem;top:31.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GA7xyQfeVspVbPlpCZGnqzm4TlKlpIRe { display:none; }#GA7xyQfeVspVbPlpCZGnqzm4TlKlpIRe > .row .container { width:20rem;height:53.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FZwIMRi3XL0TKxleOSlIaUafKT82fEC3 { width:15.0615rem;height:9.2095rem;top:27.55471875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihaGtfHAkgS6AwJ2o8I7HdkAM6FQTF5q { width:19.9995rem;height:3.33838125rem;top:38.01421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoV0gQ7GwQGkG9QSh9l0etlnZKpQWKM3 { width:19.9995rem;height:8.8300625rem;top:17.47609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTrkADnlIbD9f4HlXbASrGB7QnzvEKIr { width:8.25rem;height:9.6225625rem;top:42.6026rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSZCs0wCpNTbhMpsNMSI09Tcya0OS1Xw { width:19.9980625rem;height:1.70068125rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #KX9hHv7lhOntANPBkuJBXmSsKZavGHKL { width:19.9980625rem;height:2.2734375rem;top:4.19921875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #QyFhWP83Hxa18rfFRJ51FcrKxIzaFnlw { width:19.9980625rem;height:8.5034375rem;top:7.72265625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #fygGITTcRbkFvh2WAH38oNRTQvt2hN5m { width:20rem;height:31.3125rem;top:32.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sJJGyT7pWPMdXXbGy69fqtT7mflmuQOO { top:58.625rem;left:0rem;width:19rem;height:4.125rem;z-index:15144;background-color:#007bff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #NLZUy42nttlheuAxZALDSUl4yuAc0g4I { display:block; }
 }@media only screen and (max-width: 763px) { #rkCpsn4lOEa9Zw44Zw8im9U9eHmP2l1W { top:53.875rem;left:0rem;width:19rem;height:4.125rem;z-index:15144;background-color:#007bff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #b9RT8XO8EegD0kltS9MTeweCTgJUNUmi { display:block; }
 }@media only screen and (max-width: 763px) { #CGzhNlinMmCtiI2nZcfSBCID4KeRnkgs { width:19.125rem;height:0;top:48.5625rem;left:0.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:.9;display:none; }
 }@media only screen and (max-width: 763px) { #bXMEgVsFlBfusdBH3aWkG9s3n27XtutO { width:20rem;height:auto;top:43.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15106;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #qoq4TmVLSLEXrcNkaHLVKZaSpVnPZr0Q { width:20rem;height:0;top:38.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:.9;display:none; }
 }@media only screen and (max-width: 763px) { #PFx27LOJ4hZn1TOyRfVS8HyNHTRrN4EO { width:20rem;height:auto;top:35.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #kIdDBhNaSls9OXRrGUaU00qVdEzNr7ul { width:15rem;height:1.9375rem;top:33.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3KTwLCHZZ4IWmsT37ZU3R5R9uQ6bvmd { width:14.3125rem;height:auto;top:33.375rem;left:2.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAixgFmFZDk4qyhzSSZWrmTxJG3iiLRg { width:20rem;height:31.3125rem;top:32.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZxZQwRyIyTccgkw09dWHLT0df10D2Cxz { top:58.5625rem;left:0rem;width:19rem;height:4.125rem;z-index:15144;background-color:#007bff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #AWkUvwg6G8JOhN2nxi2DqRdncMRMxZyI { display:block; }
 }@media only screen and (max-width: 763px) { #CyxflhgpNGgOmIETMm8KnwglOTiUTitI { top:53.875rem;left:0rem;width:19rem;height:4.125rem;z-index:15144;background-color:#007bff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #kZfN2Zh7hKg6pxF6ndwuGGIoBsJWoPxO { display:block; }
 }@media only screen and (max-width: 763px) { #eDysztyhIZVv42qSBbQW30IDUMThQLP4 { width:19.125rem;height:auto;top:48.75rem;left:0.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:.9;display:none; }
 }@media only screen and (max-width: 763px) { #yBuZzxgdEVCTnlGVfact6hMcLOUn5VWy { width:20rem;height:auto;top:43.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15106;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #uE8SILfBo2cDl7NZ48TNOyyuvZ60993m { width:20rem;height:auto;top:38.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:.9;display:none; }
 }@media only screen and (max-width: 763px) { #CWPtsTBRG6Jme9Gn7XlUpaTiRPtQPETO { width:20rem;height:auto;top:35.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #hNsN9bzBhEFT1s1zGglOlq3ysIHwdMfu { width:15rem;height:1.9375rem;top:33.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvHUgv2ZFDURR584Adznt0KqTMKHqckm { width:14.3125rem;height:auto;top:33.375rem;left:2.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssC14e0nXtHunNS6m5QOnktGRGMT8CDZ { width:20rem;height:31.3125rem;top:32.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hLIQKNP59Dk2CXZ7EhBk7ySaWlOCisHd { top:58.625rem;left:0rem;width:19rem;height:4.125rem;z-index:15144;background-color:#007bff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #VxNqSAVkwqpbnsygpLnyDl8cTy2qxsS2 { display:block; }
 }@media only screen and (max-width: 763px) { #eaTE5KUXs780ZpSFKMiBJKhx9LhRBxBU { top:53.875rem;left:0rem;width:19rem;height:4.125rem;z-index:15144;background-color:#007bff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #uK6iQFcomWsmJx1nhB6mBD7BSalV8n2T { display:block; }
 }@media only screen and (max-width: 763px) { #pzxWPqIhHEfbsG5mWcT5MAr3rbpWlLvd { width:19.125rem;height:auto;top:48.75rem;left:0.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:.9;display:none; }
 }@media only screen and (max-width: 763px) { #QsU6O4nTRHOb741prFKhCDAemXSDQFga { width:20rem;height:auto;top:43.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15106;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #cwBtsIEAOb5PibuGbnJefFVA8oJWVPSt { width:20rem;height:auto;top:38.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:.9;display:none; }
 }@media only screen and (max-width: 763px) { #C9gN58nesR5uvItWTFQAMiHeSOqusC13 { width:20rem;height:auto;top:35.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #vac5NfTKBDvG2PKRlAodDgU8hk58gbJ8 { width:15rem;height:1.9375rem;top:33.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdT8yEmoBX1uAishXNDNwAFrq0Ci9a3X { width:14.3125rem;height:auto;top:33.375rem;left:2.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF7zvKKbadVU9rKfeKxy3PJSTFLyrcwZ { width:20rem;height:36.375rem;top:31.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QlHUU0QL4sQhKzIlLiCPVZKkV0kklO9A { display:none; }#QlHUU0QL4sQhKzIlLiCPVZKkV0kklO9A > .row .container { width:20rem;height:56.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lBqFwKVU7Ae47cbxlVTHuJoXAdPhJt5T { width:15.0615rem;height:9.2095rem;top:30.61478125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPkpaEuLmIUoQacmcgozt8HEonkw6Eqc { width:19.9995rem;height:3.33838125rem;top:41.07428125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmIH7pfHCHOlmaDL23VTNNvn7xcCcdZa { width:19.9995rem;height:9.61525rem;top:19.74953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHc2QkKw8TUexEy6tVPKQ173WCDCdlfF { width:8.25rem;height:9.6225625rem;top:45.6626625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrfTSL8AZ3m13JEBTHIReMziS88OTt63 { width:19.9980625rem;height:1.70068125rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #R6IW1Kq4ob2WqGTcf4i9sP22wawbNWZB { width:19.9980625rem;height:4.546875rem;top:4.19921875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #JOpNZKFQCPFXONagHdCEiQ82d9adpNVT { width:19.9980625rem;height:8.5034375rem;top:9.99609375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #BeM2ZkMhTOgTOWz9VUutk3T83TD9ZeWd { width:20rem;height:31.3125rem;top:32.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UEL96zAIf0hxZayUsamtUriXoGJGQFof { top:58.625rem;left:0rem;width:19rem;height:4.125rem;z-index:15144;background-color:#007bff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #OfQxIAdiBxD7CdSIxKFZDpcIM4XQ2BGp { display:block; }
 }@media only screen and (max-width: 763px) { #cQyhsXMxxQJdXd2VgPuTqolOZJ1c8TiC { top:53.875rem;left:0rem;width:19rem;height:4.125rem;z-index:15144;background-color:#007bff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #yWpULOqnWOVcEf69iHZpmAVhv1csitba { display:block; }
 }@media only screen and (max-width: 763px) { #rO7S4DpQTTsMN3aZ72PXSWbh78nxwq5t { width:19.125rem;height:0;top:48.5625rem;left:0.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:.9;display:none; }
 }@media only screen and (max-width: 763px) { #Tn9WIsqMtvLzqfbiupZ0FodeLOl9AQsH { width:20rem;height:auto;top:43.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15106;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #fLtT9K5bJ7PifR7rgwZf1AFrmJp49WO8 { width:20rem;height:0;top:38.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:.9;display:none; }
 }@media only screen and (max-width: 763px) { #K5w28PvEKxDQomfctEr2QTVA3I5vovu0 { width:20rem;height:auto;top:35.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #IXq55oNVzklp7vg6KRDifBbKFK4CETMT { width:15rem;height:1.9375rem;top:33.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHCHuocvEPvb8LHQ9DcvsA99ek6ktNVk { width:14.3125rem;height:auto;top:33.375rem;left:2.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3ULzATysuWLZ0sSyVbPe23pI5B2He8V { width:20rem;height:31.3125rem;top:32.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #l02gBXVb59dkvMMwE1fTe3FUXbyO6giO { top:58.625rem;left:0rem;width:19rem;height:4.125rem;z-index:15144;background-color:#007bff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #ASVh9LATCcGbGwMhMKUDM6HMmfuV4Dc8 { display:block; }
 }@media only screen and (max-width: 763px) { #SsCOT6tUgUqqJ6z8gkoJ3mTScBzzPpWd { top:53.875rem;left:0rem;width:19rem;height:4.125rem;z-index:15144;background-color:#007bff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #fMTF36oKyR7Cgsbe9fPcZoIqSseO3VtT { display:block; }
 }@media only screen and (max-width: 763px) { #ON5sZezT69cnMN0b1bzhuFuVpLZUta2W { width:19.125rem;height:auto;top:48.75rem;left:0.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:.9;display:none; }
 }@media only screen and (max-width: 763px) { #ts0y68tTQsNBmL2pzIEIf3S3fKI4Ewhv { width:20rem;height:auto;top:43.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15106;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #h0rs5aAw2Q9ZAAyFc7nWEZ39adRxeiHI { width:20rem;height:auto;top:38.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:.9;display:none; }
 }@media only screen and (max-width: 763px) { #z350WHWkeHWTy9TZmCCzMG7P9PnKZNH4 { width:20rem;height:auto;top:35.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #kbsaBkHLBro6BqibJkJTN93i2K8B9Cpt { width:15rem;height:1.9375rem;top:33.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdMt4nnBKecDarH1HZ7TramQXQA5v2HH { width:14.3125rem;height:auto;top:33.375rem;left:2.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTtaVaCyc3PwVf7gr7D2pBkgMOfz0RwV { width:20rem;height:31.3125rem;top:32.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #M6MZeHSolDSJMMmIAJi5lMQ4PT634luJ { top:58.625rem;left:0rem;width:19rem;height:4.125rem;z-index:15144;background-color:#007bff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #D07VrLFA0DrrtpTvIOWDhTpQ3Rx9NFq3 { display:block; }
 }@media only screen and (max-width: 763px) { #FDxIu94p5NyNlEQXAGn0SrUKdnQoFNTA { top:53.875rem;left:0rem;width:19rem;height:4.125rem;z-index:15144;background-color:#007bff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #OkoeVT29nrPMryBAmzDD7Dl0cZbiwg52 { display:block; }
 }@media only screen and (max-width: 763px) { #lnSevIfZc9VkfOaTeSvWWinxKaW2ab2A { width:19.125rem;height:auto;top:48.75rem;left:0.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:.9;display:none; }
 }@media only screen and (max-width: 763px) { #p4PWglKrPTlkwnTbdH5GTDyFebdy8CBy { width:20rem;height:auto;top:43.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15106;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #GezGLL3ixvp06VqyMtLGXRZA0PQM3uri { width:20rem;height:auto;top:38.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:.9;display:none; }
 }@media only screen and (max-width: 763px) { #bpMTdex0Kzm0L0W9kp5L0S9VknQOIAxF { width:20rem;height:auto;top:35.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #o2y01veaBtRZB53ihETDz39qN7X9asMK { width:15rem;height:1.9375rem;top:33.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTbNxo17CmlMO64eZyyF8VhJM9nykQ0H { width:14.3125rem;height:auto;top:33.375rem;left:2.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKC2QZZ1CVxH6FvEeJfB218kdEykwwL1 { width:20rem;height:36.375rem;top:31.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uSBBD5zIQKvbPpIaI19wmg66Oz2euq2k { display:none; }#uSBBD5zIQKvbPpIaI19wmg66Oz2euq2k > .row .container { width:20rem;height:54.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wZTOcrcdM7TMiOfqbT7PJKkXyTpdaxPU { width:15.0615rem;height:9.2095rem;top:28.85109375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F473Z0eMQ9equ2FITm37oIOGUinwLBfr { width:18.8745rem;height:3.3120125rem;top:39.31059375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6Ne7v6rwg3vrxsi9Gu0laFe8Nw7Is9h { width:19.9995rem;height:10.1264375rem;top:17.47609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAZ4TUxVrCNXyngB46CP4vpoGxG5Fg6M { width:8.25rem;height:9.6225625rem;top:43.87260625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEQn5JBZQZqBicqWwRtI5gXiAz8HfzVC { width:19.9980625rem;height:1.70068125rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #G0G70IoOB04TKrsQ05eSLogcnyKXBS0Q { width:19.9980625rem;height:2.2734375rem;top:4.19921875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #qn6pFKqJinhL56UDugUTEud40CBuSMHB { width:19.9980625rem;height:8.5034375rem;top:7.72265625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #E8ZpqohP1XD72kc30AHHpDHWAVpf1lPD { width:20rem;height:32.1875rem;top:31.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tmMiQLvDcMNVkxDFWT3vxI43HQnBzImq { top:58.625rem;left:0rem;width:19rem;height:4.125rem;z-index:15144;background-color:#007bff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #t63SX1Q85SWT0EPHgGOg9eNikrAPh0wX { display:block; }
 }@media only screen and (max-width: 763px) { #OZb6iTUVgyLDJMCpyFaLpaP61lew7cQE { top:53.875rem;left:0rem;width:19rem;height:4.125rem;z-index:15144;background-color:#007bff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #KmVOmvLVy4dQAxTi0ueCWzrr00GOGrxw { display:block; }
 }@media only screen and (max-width: 763px) { #sOZ6aOn92CFo5CAllHXml45gzvDRD3tP { width:19.125rem;height:auto;top:49.5625rem;left:0.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:.9;display:none; }
 }@media only screen and (max-width: 763px) { #Orbfg23XWEvkrrZhUznX5uPovDHKpVo9 { width:20rem;height:auto;top:45rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15106;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #sgy2Aa0FJMzcMSB4BaGckWXVMtkTPv1w { width:20rem;height:auto;top:38.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:.9;display:none; }
 }@media only screen and (max-width: 763px) { #ExhMleQLLmNOGdS1TM0PfGy6iNTTLCs0 { width:20rem;height:auto;top:35.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #GIvqJ6EwmXvzeVdQKVw9MU6Lp1LedEpv { width:15rem;height:1.9375rem;top:33.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTrVgnwLXLO9zZUWhv64RMWhsV2H2moD { width:14.3125rem;height:auto;top:33.375rem;left:2.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTGoZ4KdOxNDtZXpgvCQ65QfOwTT3SxQ { width:20rem;height:31.3125rem;top:32.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rmeh35OT49FO91IkScKaUSt648Me1blP { top:58.625rem;left:0rem;width:19rem;height:4.125rem;z-index:15144;background-color:#007bff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #MOEKqK938eFoqDSeCZ4osETocU6OW4Gx { display:block; }
 }@media only screen and (max-width: 763px) { #Ib1P2iWJTBIuJ4U1HO8WbJAiepVtTrJX { top:53.875rem;left:0rem;width:19rem;height:4.125rem;z-index:15144;background-color:#007bff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #G5eZ4y9raa1qFgLANFKCNqVBZa0F5E4A { display:block; }
 }@media only screen and (max-width: 763px) { #uRu8ShfmbXx0Du7hnl2pWOa8y0GtgrVJ { width:19.125rem;height:auto;top:48.75rem;left:0.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:.9;display:none; }
 }@media only screen and (max-width: 763px) { #fKfHmEC2hz08ddvtXbwgJrmsHBIlCoZw { width:20rem;height:auto;top:43.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15106;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #qQBaavUJVSLCtZC9THOTyTtFI4boWauP { width:20rem;height:auto;top:38.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:.9;display:none; }
 }@media only screen and (max-width: 763px) { #PzHbSOvb35sbM4UozxiBeIF8PCVXTRdN { width:20rem;height:auto;top:35.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #gOriou5DZXyQCthRSznka7DXroWLJf17 { width:15rem;height:1.9375rem;top:33.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmhdVzm5ftFCFgmTR8NoNUrUkhdz0lck { width:14.3125rem;height:auto;top:33.375rem;left:2.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggmf4Gx2LrTJGhXi9XuvyDHlFiCJ4Pt6 { width:20rem;height:31.3125rem;top:32.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IWr1AMavcuUPhTqoOzDoz8TUyeFC7bNb { top:58.625rem;left:0rem;width:19rem;height:4.125rem;z-index:15144;background-color:#007bff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #mpbRgV4fgPGbGlvQncH4OOJ0vxdLgOTV { display:block; }
 }@media only screen and (max-width: 763px) { #MTXiqFUHOgkd4EMTtgHuc80oAFhvKl4v { top:53.875rem;left:0rem;width:19rem;height:4.125rem;z-index:15144;background-color:#007bff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #HgatiaD33VB5NeWapNJ4d1ZactMT78rg { display:block; }
 }@media only screen and (max-width: 763px) { #BpTSZbF1sI777rNp8FGXUPhR9Bb9mhOq { width:19.125rem;height:auto;top:48.75rem;left:0.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:.9;display:none; }
 }@media only screen and (max-width: 763px) { #XVynN9iP8yqcmVF1eeM8sgTT4r7bBfX6 { width:20rem;height:auto;top:43.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15106;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #U6kT4LtCGvX6GJm2vxEaBuyNMGlePoDD { width:20rem;height:auto;top:38.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:.9;display:none; }
 }@media only screen and (max-width: 763px) { #OKFhZk72GwyyLHPs5Dq9WOZ1iKEwAycW { width:20rem;height:auto;top:35.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #tFwhLxIIiXtVE3N0riUu0SgN70nC0f2n { width:15rem;height:1.9375rem;top:33.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nM2HTmsPKLGPGCSTpOz1lwQC9B7Rk7t6 { width:14.3125rem;height:auto;top:33.375rem;left:2.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiLM4NGrTBUhNCq4Ch1Tubg283PMi3m8 { width:20rem;height:36.375rem;top:31.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #B2ZqFdRQstozr7rPGgFnCatAoMz6owQP { display:none; }#B2ZqFdRQstozr7rPGgFnCatAoMz6owQP > .row .container { width:20rem;height:42.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Q2wmHhwSpZGvnO0q7R7kPdmOJhohbL4y { top:15.309575rem;left:1.25rem;width:17.4975625rem;height:3.436525rem;z-index:15067;background-color:#66d9ef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1TLHMHntxDP4JoXm1eX7QsR65ZQgkHr { display:block; }
 }@media only screen and (max-width: 763px) { #Q76y4qCiFWNpdhWkERvaZp1TGl2RZqbX { top:10.62305rem;left:1.25rem;width:17.4975625rem;height:3.436525rem;z-index:15066;background-color:#800020;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6Q9BsCWBTvoSThhoAsm9LuZFilNAJ2d { display:block; }
 }@media only screen and (max-width: 763px) { #rL8Q9JuZ2Vke1oZxgiFFIuSuDwlfUprw { top:5.936525rem;left:1.25rem;width:17.4975625rem;height:3.436525rem;z-index:15067;background-color:#940000;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) { #yayrdINkfivTzm4QNCqkLM6A6vvTruVp { display:block; }
 }@media only screen and (max-width: 763px) { #tXyrU69NP0AHdgbvMSQmLPCcOsifwWRT { top:1.25rem;left:1.25rem;width:17.4975625rem;height:3.436525rem;z-index:15066;background-color:#0b3156;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) { #g0Tys3od3K7TE3Hnl2phFbvKbpX2p2Rz { display:block; }
 }@media only screen and (max-width: 763px) { #SneaFSDeoQ5yPO2ue8aivTz53PG1h82g { top:19.9961rem;left:2.1875rem;width:15.6225625rem;height:1.29931875rem;z-index:15068;color:#ffffff;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMhsTX7efmDch2bPVDtkkCvfhIqrtukk { top:11.9375rem;left:0rem;width:19rem;height:4.125rem;z-index:15144;background-color:#007bff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #I2xMs2M2aGZTBQfL0oS8hvJGav1U0nXp { display:block; }
 }@media only screen and (max-width: 763px) { #JvSghlxwFTIinCPB26zCPASBDQ439OVT { top:16.75rem;left:0rem;width:19rem;height:4.125rem;z-index:15144;background-color:#007bff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #cNxFWwX7yFxRlR3k2z0g2dBZgBgOuThK { display:block; }
 }@media only screen and (max-width: 763px) { #wq2sVUBbwmTc8x2w8Bil9oNz78XAJmu3 { top:21.6875rem;left:0.5rem;width:19rem;height:4.125rem;z-index:15144;background-color:#007bff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #lx6BlOfzoyShQRHw0b8Neew770TkZW1S { display:block; }
 }@media only screen and (max-width: 763px) { #T37OmESWB5TRIM6GLc8lgbhrVv26lGmk { top:26.5rem;left:0rem;width:19rem;height:4.125rem;z-index:15144;background-color:#007bff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #kthOR4qAT3TegPiTcoZQHPoIqSOKdBAI { display:block; }
 }@media only screen and (max-width: 763px) { #QeVgOTalkOQl9TsiJci6qIMt9QudOeBH { width:20rem;height:0;top:22.54541875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfziXcm9aOfVRmTXc1s9KveMGWLurkoR { display:none; }#cfziXcm9aOfVRmTXc1s9KveMGWLurkoR > .row .container { width:20rem;height:133.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HRrq4gZchQfCcXd0Qa5a1u2RC3uk2i6A { width:19.9995rem;height:3.82324375rem;top:6.1875rem;left:0.00146484375rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rPtAiMpWVcARh3KhlOQXIu0TC6ckgW7e { width:19.9995rem;height:25.193875rem;top:11.44824375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TkLTIogilTMrdWiitPWm89iuSHRT4KQw { width:17.499rem;height:1.91161875rem;top:37.67578125rem;left:1.24951171875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TqNnEXLaNaTk9ECQLfseutpog9Aeote3 { width:17.499rem;height:7.42675rem;top:94.30863125rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t9wbS2UNvTAyHx3fNkptzZSSHzeT0hQC { width:17.499rem;height:0.0615234375rem;top:102.98394375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0AplBQHw4tR5gPBZNN79zTSSpsNt2aE { width:10.625rem;height:3.75rem;top:90.274658203125rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ugadXkDmitVesXe8W6V5znu0mvWCyURR { display:block; }
 }@media only screen and (max-width: 763px) { #d7DuzUXaJCgVC2qIi5hBNmE82u5ntNfp { width:16.875rem;height:5.09765625rem;top:45.703125rem;left:3.12451171875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hz8vz23UwFanfWeb9x2OCIaSexc94wfT { width:16.875rem;height:5.10205rem;top:50.80078125rem;left:1.5615234375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cAnNmc7hgDPSsmoQhR0fR11WFocpmlOr { display:flex;width:2.124025rem;height:2.124025rem;top:45.703125rem;left:1.24951171875rem; }
 }@media only screen and (max-width: 763px) { #Pet414feEI5wgXG6teMcM3EDchgEtRTV { width:16.875rem;height:5.10205rem;top:87.95804375rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MOlFBeKPZTPC9PsyJefz1tkV1RQghgvR { width:16.875rem;height:5.09765625rem;top:81.6103875rem;left:1.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r1VRtUW3d0xA2P0VhSpiqKkH1KNATsgy { display:flex;width:2.124025rem;height:2.124025rem;top:78.2363625rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #oiuBSSTZ4GO3uegrmBqaPvoltRGCmbxz { width:16.875rem;height:5.10205rem;top:114.0171484375rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tkiDGrb700twhN8P5FBrKmQdHN9wmeqD { width:16.875rem;height:5.09765625rem;top:107.6694921875rem;left:1.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uLeOlyT67JNiq3qyOF3zgtbKrKy4f9Gp { display:flex;width:2.124025rem;height:2.124025rem;top:104.2954671875rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #NKtv4H5iOFOKTabutrCQoPwVK46fygnh { width:17.499rem;height:5.726075rem;top:120.3677359375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#NKtv4H5iOFOKTabutrCQoPwVK46fygnh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ab804b4129a0cf6804dd2e0c79476460fdffc48a.svg); }
 }@media only screen and (max-width: 763px) { #fEq9DusSETKFTW4PHH469QGioID9V8IJ { width:6.8115rem;height:4.5rem;top:39.5859375rem;left:12.029296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMRSTFoth7W3ece2c6B5ZvrNkFFnNHG5 { width:19.9995rem;height:3.875975rem;top:1.25rem;left:0rem;font-size:1.9375rem;z-index:15032;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #GwHthItP1PnALpT0eucTvFuLbtKP5wJe { width:14.625rem;height:4.749025rem;top:127.3438109375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKWgzZCNN4dTxosm2THVGpAkQvF4LpuF { display:none; }#lKWgzZCNN4dTxosm2THVGpAkQvF4LpuF > .row .container { width:20rem;height:123.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #J3QuFv6m9wnCb2InXUHS4MLmSPhA40EW { width:19.9995rem;height:3.82324375rem;top:6.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gJZQ7VLyxt3vfl6GO4DIKxwVVnPfm7Dk { width:19.9995rem;height:19.5951875rem;top:11.44824375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yp99TyiQyP0xoNBpfLs8mmiIOMkN2GQI { width:17.499rem;height:1.91161875rem;top:59.801275rem;left:1.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pEnkR4wmkIakxJ9Jr9SmPJrTpHgVqXdB { width:17.499rem;height:8.912125rem;top:94.180675rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #akeENgvTml4kZTxMupriBwZOaaoveE5C { width:17.499rem;height:0.0615234375rem;top:108.99416875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNOfFWc0VuUTHMgH9fuo75s1nd0aDFu3 { width:10.625rem;height:3.75rem;top:90.274658203125rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lq7LckTgFVuJuxGX0IaoITxnOgGzTXMn { display:block; }
 }@media only screen and (max-width: 763px) { #d5xHhg1mK5lIpUSK0uS3qy2HfmF9WeT1 { width:16.875rem;height:5.09765625rem;top:41.35303125rem;left:1.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tzl6k8S0JVFlW0kOTD1ayqPGzZ8nwePV { width:16.875rem;height:5.10205rem;top:53.4506875rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q4e4de2vRNxQwkbKHU4Tdy5TX3xdexX5 { display:flex;width:2.124025rem;height:2.124025rem;top:37.97900625rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #SEfZTf9IhIbbeAazbGd6WHzUQON8hZ38 { width:16.875rem;height:3.40136875rem;top:82.35791875rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IMuu82H00f7UQBIQKKc1XJvCaovv9k5C { width:16.875rem;height:5.09765625rem;top:76.0102625rem;left:1.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PuzcOvFro9vNb8Q6Az8EOheMV4seB2Sk { display:flex;width:2.124025rem;height:2.124025rem;top:72.6362375rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #TvKoWlWiTRX1nOCJmytAHNu0Tr0LoEAL { width:16.875rem;height:3.40136875rem;top:104.3428rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cuSwbQsrs80rk6dEW4lR2Igbo9emR7Qi { width:16.875rem;height:2.548825rem;top:90.3833125rem;left:1.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xu7P4MkQUrvf1chluT9PRgGlfay3XrVX { display:flex;width:2.124025rem;height:2.124025rem;top:87.0092875rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #eaHZRVn4nobppMrUyg1FyvFkk5U9FKg3 { width:17.499rem;height:5.726075rem;top:110.3056921875rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#eaHZRVn4nobppMrUyg1FyvFkk5U9FKg3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ab804b4129a0cf6804dd2e0c79476460fdffc48a.svg); }
 }@media only screen and (max-width: 763px) { #BLEki1xN4Srp6oTpTyD0oXxkb0BELnfq { width:6.8115rem;height:4.5rem;top:47.7006875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQts7ZK0y8DTmKDw8HFt5el4aMPSmpVW { width:14.7480625rem;height:4.4370125rem;top:32.29199375rem;left:2.625rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #efTTTdToULOe75dnw1mifkK0HOFAycTn { width:19.9995rem;height:3.875975rem;top:1.25rem;left:0rem;font-size:1.9375rem;z-index:15032;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #LUcCPqzxTEefUxHmNtiyfKRTyO30krBQ { width:12.55275rem;height:3.55126875rem;top:67.83545625rem;left:3.6875rem;z-index:15011;background-color:#000000;background-image:none;border-top:0.125rem solid #ff8000;border-left:0.125rem solid #ff8000;border-right:0.125rem solid #ff8000;border-bottom:0.125rem solid #ff8000;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdLpTr5Gq0t7teFJIFnqu0dpfgpQyF9e { display:block; }
 }@media only screen and (max-width: 763px) { #hs0RJGykxs9UXvrEuMnCyrdPRtoR4e17 { width:12.6215625rem;height:3.6245125rem;top:62.96143125rem;left:3.6875rem;z-index:15010;color:#ffffff;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.0625rem solid #f37c04;border-left:0.0625rem solid #f37c04;border-right:0.0625rem solid #f37c04;border-bottom:0.0625rem solid #f37c04;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECxuQuZhi8xUZpMc6TrILpDVbn6HxJmf { display:block; }
 }@media only screen and (max-width: 763px) { #yQK7r5xsVD2K6UrmuEanR9DhPmZTdJP8 { width:14.625rem;height:4.749025rem;top:117.2817671875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtsT0Dgx7xAttHlGyoA2mvAISDTTPwuZ { display:none; }#TtsT0Dgx7xAttHlGyoA2mvAISDTTPwuZ > .row .container { width:20rem;height:125.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #q8TN9rI2FKzlF5nBanx3xdwsKCT92NUS { width:19.9995rem;height:3.82324375rem;top:6.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #l0b3Qe7IxkveT99DhR9Tu0KWUFzR175T { width:19.9995rem;height:16.795875rem;top:11.44824375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WvB76K4UskTTxsaZcCMBuzs3MAHlckUd { width:17.499rem;height:3.82324375rem;top:73.024425rem;left:1.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oOwHTtVaVBRaTbTPfk7sd9W1VedrXG2g { width:17.499rem;height:5.94140625rem;top:95.84474375rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CvUpeXeWBF3LHzUBoVORc2kdFOlgzVIQ { width:17.499rem;height:0.0615234375rem;top:111.0889rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRWRnANblb3V2rCnZ1r8zWQTb2JNSLSH { width:10.625rem;height:3.75rem;top:90.274658203125rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iHLwmUuxnHLO2mZBGN18UTKQiJb3fQ5y { display:block; }
 }@media only screen and (max-width: 763px) { #m9Z2fRTfufQyl4uo52Z04ifoPzwSIqbP { width:16.875rem;height:5.09765625rem;top:38.55371875rem;left:1.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SEv20usKbvWEcPBJabhMi1AFTwTyurnS { width:16.875rem;height:5.10205rem;top:50.651375rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BNFB1MAscVokwakNKZiWt2moSB4D9e0D { display:flex;width:2.124025rem;height:2.124025rem;top:35.17969375rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #qhf2CUK8OWv5iMmdFqCsiZvwcTXz48Oh { width:16.875rem;height:3.40136875rem;top:81.47169375rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #we2QzKg9suXhqHaWeIGVqvCVCXs6Qs8o { width:16.875rem;height:5.09765625rem;top:66.67676875rem;left:1.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LTn50ihe5VIPXVUOTRK4fvZUp8BRZQuw { display:flex;width:2.124025rem;height:2.124025rem;top:78.09766875rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #mICVoeKm9PX9QmxV2JTVGvIFGGT5MfpU { width:16.875rem;height:6.80275rem;top:103.03615rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XrXCLdvQyz4226unbbVEbMCziQNmNzIa { width:16.875rem;height:5.09765625rem;top:89.4970875rem;left:1.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #agdStc4oReTS3D52v66OHsCHoH5A96eR { display:flex;width:2.124025rem;height:2.124025rem;top:86.1230625rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #eHu5tNbfsL1vFSTJETJA6k9PHgFhsn4d { width:17.499rem;height:5.726075rem;top:112.4004234375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#eHu5tNbfsL1vFSTJETJA6k9PHgFhsn4d li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ab804b4129a0cf6804dd2e0c79476460fdffc48a.svg); }
 }@media only screen and (max-width: 763px) { #QLwpqrFeF7PKePlgTRrEA2v1Mg5KKtKR { width:6.8115rem;height:4.5rem;top:44.901375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqvhEz4ysMfyE9rITbGn9yMCIG75u1Jt { width:14.7480625rem;height:4.4370125rem;top:29.49268125rem;left:2.625rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #D0mAMaGtVrL35Sf988XwuPTD40SbwJOA { width:19.9995rem;height:3.875975rem;top:1.25rem;left:0rem;font-size:1.9375rem;z-index:15032;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #WESnRhJGQzo3WJBwuX8DrfIy65rd2mAX { width:12.55275rem;height:3.55126875rem;top:61.8759875rem;left:3.6875rem;z-index:15011;background-color:#000000;background-image:none;border-top:0.125rem solid #ff8000;border-left:0.125rem solid #ff8000;border-right:0.125rem solid #ff8000;border-bottom:0.125rem solid #ff8000;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3BVTER9EE7R8ZCgJEOwc6omFWbhgNmf { display:block; }
 }@media only screen and (max-width: 763px) { #P9T2JWAQKsUmZOPqgibObZBtP9Oi3ZWy { width:12.6215625rem;height:3.6245125rem;top:57.0019625rem;left:3.6875rem;z-index:15010;color:#ffffff;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.0625rem solid #f37c04;border-left:0.0625rem solid #f37c04;border-right:0.0625rem solid #f37c04;border-bottom:0.0625rem solid #f37c04;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STqTimPZzTzfVPhVmg7fBdN1AN8eeA0D { display:block; }
 }@media only screen and (max-width: 763px) { #OH8IE96TnwTmKO0oDoqQzWEsTXgev9Xo { width:14.625rem;height:4.749025rem;top:119.3764984375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u16O1vaKtUIVPgB5sFdFSo9VodrbOGCa { display:none; }#u16O1vaKtUIVPgB5sFdFSo9VodrbOGCa > .row .container { width:20rem;height:146.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uTTTmTNchUGhtm1FBfnv8PUCTVdgLLkX { width:19.9995rem;height:3.82324375rem;top:6.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Uw2eFoOQ2WtH6rqXFmQNeVqTc6U8npTK { width:19.9995rem;height:39.1904375rem;top:11.44824375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dGvMWBJPsHn9xQXMt1Kli8TtAHxObRls { width:17.499rem;height:3.82324375rem;top:89.07276875rem;left:1.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IXRObto8TDfhq01oi5lb7Ln8pxw31lsP { width:17.499rem;height:7.42675rem;top:107.6679875rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R6bwp5tqmTuOwt6CJKFe7BpNaGVHTlr2 { width:17.499rem;height:0.0615234375rem;top:116.3433rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzG3rDguBlnNssyk5B9xC7V7IVTVMBg5 { width:10.625rem;height:3.75rem;top:90.274658203125rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #L4IJ91F2donrA6Wa90lzsQJLQTWGeg1h { display:block; }
 }@media only screen and (max-width: 763px) { #TShNI0lsVOnHIwSFKXyrAZNKWk03Tz7p { width:16.875rem;height:5.09765625rem;top:76.374525rem;left:1.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bN1LlAWRExArbxfLwG8fELmDE8Q7k5x6 { width:16.875rem;height:5.10205rem;top:82.72218125rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sG8TAVT6QXqmnTfD7DH3Owpk515eofKM { display:flex;width:2.124025rem;height:2.124025rem;top:73.0005rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #kRKF6uybfOpLaMmgGwfTDEm7Wi0lEX2c { width:16.875rem;height:5.10205rem;top:101.3174rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yxJrh3wMAtD56RrKrdlPabTZsqQvg1T0 { width:16.875rem;height:2.548825rem;top:97.5200375rem;left:1.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N7sNJJJq0FiwhEhWBiqbOACeBSFq2CJm { display:flex;width:2.124025rem;height:2.124025rem;top:94.1460125rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #B4ztBWtI4oOI4MLkyLp1g5TROM87c3Gb { width:16.875rem;height:5.10205rem;top:127.3765046875rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V3s8sWBpkGMK1MQV6Tiecrv6pd6zMav5 { width:16.875rem;height:5.09765625rem;top:121.0288484375rem;left:1.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w4zmEaBtXIisPTQRugb9MT1ZifpRaFzy { display:flex;width:2.124025rem;height:2.124025rem;top:117.6548234375rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #ABg0zTbnZmVuf7uI7zW8mKSMcWn8mbTh { width:17.499rem;height:5.726075rem;top:133.7270921875rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#ABg0zTbnZmVuf7uI7zW8mKSMcWn8mbTh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ab804b4129a0cf6804dd2e0c79476460fdffc48a.svg); }
 }@media only screen and (max-width: 763px) { #CyQqfEc5Tc6xg1tdRHPyoMft1OUmS9wq { width:6.8115rem;height:4.5rem;top:57.57569375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbhgEyIPpB3vtEL7EkMNxFIqQD4unMgu { width:14.7480625rem;height:4.4370125rem;top:51.88868125rem;left:2.625rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #FcDrpkQmnhn8aZSghyec2HEuORKgqo7N { width:19.9995rem;height:3.875975rem;top:1.25rem;left:0rem;font-size:1.9375rem;z-index:15032;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #hco5RaMesXBIlq4G11EVMPI7CkTlTyxh { width:12.55275rem;height:3.55126875rem;top:68.19971875rem;left:3.6875rem;z-index:15011;background-color:#000000;background-image:none;border-top:0.125rem solid #ff8000;border-left:0.125rem solid #ff8000;border-right:0.125rem solid #ff8000;border-bottom:0.125rem solid #ff8000;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQhVJ6URl4fDIddTnKgVd0QaM3UnxwZ7 { display:block; }
 }@media only screen and (max-width: 763px) { #GroqIg4VFutATEqOxETP836LtccZGgbz { width:12.6215625rem;height:3.6245125rem;top:63.32569375rem;left:3.6875rem;z-index:15010;color:#ffffff;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.0625rem solid #f37c04;border-left:0.0625rem solid #f37c04;border-right:0.0625rem solid #f37c04;border-bottom:0.0625rem solid #f37c04;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1gfKwrFynHWuXVOJPJwtIFZ12DPEW9J { display:block; }
 }@media only screen and (max-width: 763px) { #AeXnGr0AtwW1XS7SmkFuF3Ts44EgBe99 { width:14.625rem;height:4.749025rem;top:140.7031671875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1ovWX8AFAn2iQVIiAwlA40doSEw167F { display:block; }#H1ovWX8AFAn2iQVIiAwlA40doSEw167F > .row .container { width:20rem;height:190.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EJScRMOxyWJQRsIhrTgwRFOEsARPGO7O { width:19.9995rem;height:5.1972625rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lWk94F9waBF9yBFPTGgkTLIpsQBoPeCB { width:19.9995rem;height:25.9863125rem;top:7.6958rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kkOq9rRskTWU79yOifFOt8sAEyR0hmit { width:19.9995rem;height:15.5918125rem;top:56.180675rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DMOED8VOizG60CVP8f9264Q1cTdlfhVl { width:19.9995rem;height:18.1904375rem;top:73.0224875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uhfwpkyvWE9tkw26xcb7b5NTLeC9Du3k { width:19.9995rem;height:12.9931875rem;top:92.462925rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aPt3VNdV1dpl2Cba3LZtToTb8iPOVrdk { width:19.9995rem;height:63.375rem;top:115.75055rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #awtiqoTRqblwMI67I6LpmrWgLcvOeRMO { width:19.9995rem;height:7.795875rem;top:106.7061125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oHopRG3HnDe34uQ9uNUDWvtDIEJFtJ3L { top:106.125rem;left:0rem;width:19rem;height:5.3125rem;z-index:15144;background-color:#007bff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #hoeBG7FtgGiMIH0Mz78fC0NdlzJDJvhx { display:block; }
 }@media only screen and (max-width: 763px) { #gO2XmEi3ITTQemdEG1JTauoSxVBUmDyV { width:20rem;height:6.6002640105606rem;top:180.37555rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MML99Qmt4VL2rmNbDi5UBVuomTUKJB4S { width:20rem;height:20rem;top:34.930675rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFc1fr9CwJVZqpHukxeAPUPT4CVBXB9v { display:block; }#wFc1fr9CwJVZqpHukxeAPUPT4CVBXB9v > .row .container { width:20rem;height:63.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 { display:flex;height:auto;width:17.499rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #xHK5E6yNKPTvcdddGToNCgIu6tTb6Lum {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #QRhiVaI03wCkOuKZaSUi8P4dHcDFomOp {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #Cq02TyRchFGD4GvQCfCBgpurnIk1NbIs {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #OqulVwpTe2xVoI6pXymxnaf8FQPArWBb {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #hthc0aRbMuJkaeBTmPusdTJfLkRITRVP {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #tqqg94w7sJguiSWOyUuXT478hviOEGP7 {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #a6wxkliihuwiIytOeiPMep4eZvIUKAaU {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #e2XnUsQaEyT4nzoThUZ8MlMCd1h16i5u {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #TmJEEtOPc0hQ0FTqXTufFSy1bRgdVvnT {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #ETliVwdvK98xgy19snC5xJT1Rwlm8v9y {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #iNo4O3u2lL66dgmL1lbRrMhVqQb8pXu2 {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #Pi6FW2HOVkduC2asrTCKFIxbto582qHX {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #kd6LJJd9gkr2rlcwapOSSCUBnRCcDlai {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #K4eS5UL9F8IAnBIXn3SCr78b8W5NL7N3 {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #IOE2nl5LBGG8JFzoiRJAPW4tFqxGWZw6 {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #tkPzXQWWywlqzPwQSD3lFsop86MxVFpf {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #noDdrIvoVBA5TMVidpxe1fNMgvwgaxAi {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #hvRPC0AgTKUtfZDLPWH72f82BUZrxeVT {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #DC59bdAD3qNURnoAUOplq3MxtZ1Vc46T {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #rLXWvWEco9cnkrszzigDHpIybfPQiqQw {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #a10aZkyyhsZ3ew2l5X8e0hlQyM3vWMyM {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #UiPZyLGmdBK4imuZa6wruLr9DO5wc8FZ {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #Pi2CGryi9RX5TcPtV12P5lRXUGpr3hK4 {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #hQETwKMGgaTpbRrFhGeaTRl9hd2q22L3 {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #hTfWl70KUU1JUL2TapuHctZMfVTlosPV {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #qxefg8ZaWxTHd3TlVKZOAT2w2OFTMvNV {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #aH5qgVRivWpUI3x5F7z9ezSUls07shTP {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #tms66VETLzITkBtGPBKzqv9KwQOMV4gm {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #nZieVhr7tnCxGH6vmU7ATEdaVNXNC4oq {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #v1DL8iIiOfEeikUUJTcHhO9V9kAMX1PN {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #w69zcWGJ52lZKS206z8GWN5L6ThCZa5a {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #gIExDiMfEUCoAwLH1ByOfaH9NlbtNvoV {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #Obl9nDVKZXimEQUyJnSJGTNswqoxro4q {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #ShlUSI9owuMUB3IZIA1IOodgolTTpVHA {  }
 }@media only screen and (max-width: 763px) { #TKMsh0vSl0K18zGNQRGTOk3inNH14hx0 #p7JTTyqAyohNRFAEWlaPITlCkoTUMPTB {  }
 }@media only screen and (max-width: 763px) { #mx2CPJFFqwmhq5E2uEKKU4Idv6r4g7fW { width:20rem;height:auto;top:0.75rem;left:0rem;font-size:1.9375rem;z-index:15026;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #KduRxKTPmK7i7b9Ty5BcHUmm8Uwfy8yL { width:20rem;height:6.6002640105606rem;top:49.54982421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DESgWWieHkm8uDLNgvwhfUWTXU93z3Vu { width:19rem;height:4rem;top:57.3989296875rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XwmiKHMGAhpg7BJaiXTrwoEGvOsPoki8 { display:block; }
 }@media only screen and (max-width: 763px) { #nCENgBRUfz7ePIIdPGBx0RtmASWe3i9F { top:0.6240234375rem;left:0.75rem;width:18.75rem;height:9.099625rem;z-index:15027;color:#ffffff;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk .accordion-element-container { background-color:#000000;background-image:none; }
#xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk .accordion-heading-text { color:#ffffff; }
#xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk .accordion-desc-text { color:#ffffff; }
#xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk { display:flex;height:auto;width:17.499rem;top:11.6865234375rem;left:0rem;z-index:15027; }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #s80M1F9fvHoJkzEbb3QEAvzDmzkMrJzg {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #sEKsnAsRDDt01155vnKFg3IbycmFI6Jy {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #eAmOMdzCvMHgBbAn035Olrr7DHs2PxTe {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #Sr6JhRwpP2tgTvDFkdLu7ZPNTl85QpbD {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #L4iJ6Ieilg8iyEfNf8e64du0vZeAz0Dd {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #zIspcn7Msm7GAGI3JZINE5ItTba3DM31 {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #M8EK4CXTPhhnqfkwa6eS8npOExryAtea {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #N5h7kSS8taSIXO9hBkmTXt86oJRpDiDG {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #t4re23LrwXUCNPGE39ITEZ8OenQlsOGA {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #iztWlXSyC5DnyWsLaNBklzPAasra05Tc {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #pCZ4AmVUtkx464nQ0LsV35BD4iemVMwW {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #eMfQNfCvug7O0ZobEU7IKn8vRKr7kJX4 {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #cQt6kZSMQczTUVPq5pmOBiDotMRyIFKI {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #UIs1X5qG7zi1znx2TD6LuXkwDUsTnxdT {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #fgqv38OaIkZXQ7UNAp6Xdbt3VxLfQeTw {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #dda8gK9muJuopu3q7h0cbxPa4yOfDdUI {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #O1zSNEXpozo5A06p7gyHo4Vszc8o7Nyf {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #QwB0n7H1mJVxh8sSMnJanFWyTzFODFxB {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #rk9dJFPbC1TiTADG1q8DFB4lCd6UrZT4 {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #PDsceq4LXopKTV0A4V7PdWZdWLpqOC9b {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #VVTK15vGSqNiUOx2XfcakcU31cJWK81J {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #prsX3DaRfSpe5VKIkmB2iWz2dCIkMTTh {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #l9f7n6gwrIynvfScUgAziRS7CnnSm7Xl {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #q4kDJJmzNtE0EFI17CMClsPSpDLtgqL1 {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #MTp7LUpibSvd9bdIA6mvdXRO05STNlCX {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #DAtKX0I5DWJdTpJuICp2i6yCEF9pBTyq {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #W6kTFEo2rIiwA85SRDGKIDXnHioh5fiV {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #yeBKSZsA4HaMAycQdfrymFg2ptoiegFN {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #e0yJURAJIUoyW7i04z88ioZlTiU21vc1 {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #d6HG5VUkmVKJKAdJmQ5PLM4IXKRzlPiB {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #BmyEMnzD3i69ixeidSU0GSK4dHZ1V91A {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #TNWwE96HqWvmmDF4CEQuv4seP1rIqPSJ {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #VqTKzZJlIE14MWiFvv2Nm5CO4ntH2uMT {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #udroUFNQAggTcMt3UcxZkGxaonwOvhZn {  }
 }@media only screen and (max-width: 763px) { #xeVSBXFcKSGAGhFcnpWIPNgMQDPypoyk #kNcOyaE0ITbdzH0lrodrVvPRM427ZJGp {  }
 }@media only screen and (max-width: 763px) { #D6c8i61kipQmdOfx0JLbZrGT2VXsEgkV { display:none; }#D6c8i61kipQmdOfx0JLbZrGT2VXsEgkV > .row .container { width:20rem;height:6.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U { display:flex;height:auto;width:17.499rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #qmH6ATXB7IuLJCCpRpePPWnzKBb8m4aT {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #wXp2ZFKUrPxmfU1RFyeoMWtlbPLCTBmH {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #it1rwDTzfEDQMT9NN6orJByxadsTbPa5 {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #bwmcFvRXQTlaHOBiWAQBU1uPmOWNCsnO {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #ThSBXkUmQoyL5rHy6PgLUHbEyoFfgrst {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #J9Fm4cksULxphXHTcG1OlTzI20QXm0AC {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #QMau1gk4Sm7RTJB9zlCXaDJr6PgKKZIg {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #TCaZLoeyXZJUATsnmkCnTIxwGcLwXxt7 {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #DbxsB0tTo8ZRbpoMFKTpzqL8RUcUxaXi {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #fnCWioUHFH9ApGogZvpmtLazsLTzpS6Z {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #HZ77qsXgDsTEiAnu7mnfd9MB6hpANHTf {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #yiQtTZiJsHqTtqHtxi59l1meKHxAvHWr {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #u6cJGIhXkedxxRfaT09hhxsCzXT4PQM3 {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #OTF2FAcammlnWMb0hMeGNJ2sG7cTxWq7 {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #n42oMkxFGcoEkRX4Xn76QW6FKhZqh2dT {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #aR5ZQLniHRbF8l7lkBZA3RkUbGsyAwqC {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #m9bVZzXSTpIh25C7O12uT4RweAOnH48N {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #fEHbauRcBqXx53BhT6PlxzJRC48Usw29 {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #XRbUQCkoswSeCdFBzJ2DrBeny6FWRtSE {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #wUIzfTF0A3MHpMu0ccXXSUbxUCUhtNTZ {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #q2KLbRcqFX6HRHLytlvKeFrVvgc63Sf3 {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #QrxgkbvDf6Of7wKuTBaao2xI7LmrHT2b {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #F23bzCUtOt6vIU5he314sudMqnU34RJ5 {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #vBJTWnzQBsuni0Zt6M9LTS6aW6EHo7x7 {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #Ir2Hpmih1506iOBaC0Mwg38ernFccgPI {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #Tl186agmb7xxAUyifV8CCgwlfSLrcAhD {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #HzWWy8gRlgrE9IMtET0eoCJ2WgLTy2oh {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #Gfpva4PnExoTp7ybZmme224eMKykB0lo {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #eLBzd5PR9VOR6hrh2rl4g16JsKUWA3nD {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #XT7eDavSeFNBmLti6IMNTnqqhpabVSTr {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #r1ZlzGew3pLkfL0TsvQXDPuANhA28BB9 {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #eDyzThVGs9UTLpEKMLhhmEkT7cVhDDOI {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #rQdzDJRF904eEM5rGGP9U3BV0yW2MIib {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #lTT9uD7kL4XA3QUOMQvkWEsAoQxbelxQ {  }
 }@media only screen and (max-width: 763px) { #w9GO8LBf39rGy2rXsTzHm1sLURn5nf5U #dlMuk2ADNS0Vu16ROnly9iP1DKEkEWoq {  }
 }@media only screen and (max-width: 763px) { #XDO6gMp2iTsmptNqAffu8DkcZ7ch69lI { width:20rem;height:auto;top:0.75rem;left:0rem;font-size:1.9375rem;z-index:15026;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #XqudcwlJEL8GEgDrvNghM6XsuTMKxQxW { width:20rem;height:6.6002640105606rem;top:49.54982421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qx5NAt2WeetpKTwQqrCFOr4sLDVH6wZL { width:19rem;height:4rem;top:57.3989296875rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #inBCUhI5TIhBdsViCso6IztPc13MaZhl { display:block; }
 }@media only screen and (max-width: 763px) { #xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE { display:block; }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row .container { width:20rem;height:64.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WfTBMEhk3n3GNXEUCTDCm3TB5wmvDHlw { width:19.9995rem;height:5.59863125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-heading-text { font-size:1.25rem;height:auto;line-height:1.5;overflow:hidden; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-desc-text { font-size:0.875rem;height:auto; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 { display:flex;height:55.30225rem;width:19.9980625rem;top:8.09716875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #z6q6T3rfyR26t98ymBu6Tod9gAZhDEOO {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #ZSfSIyRwdUsbbTGOAeUDnvSg6kQFTvTP {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #ryE3G6aGQld8ag40J2APERIzb19B1c4U {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #rrSHfPtWsHaOq9tcHvr5lruc5hlTQBq7 {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #AdcxqQgZCQzauTmEx53dZRpTByn2vysK {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #bWv2LymbkbmcOym1EToyx2foZymPkCUN {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #CLkGkRXZ7yTsIk5nGvleiCEx3iUd8SSF {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #MFnCSzsWCDivJTqtlwg4T7TfOwDKwWs9 {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #kruPCw5fLncBnLfxbaZMb8hE00dH9Me7 {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #rNE50VVMo3qGfxygwFewIzMQFz2iotmJ {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #E5LzFsAXGAKAIaw1DpF7IXnSIFy56TGQ {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #mtzoJTZrHiciTR7KrIgdkfGzPtmbrTpl {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #TtDhN9FGoToTJ1ayarDTNBvcuE3IWseQ {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #eLX0mHCconHpcEbhxcAa3Rhw0L0VzCfI {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #bMieLTFcPk6OmnuMkxgLJRepTOHNULp3 {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #Mfced5fIzM7I1rJLNydOuAhdvaSkcm6e {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #DWl8QECDXtvbnkcH8un8x8GTX8mb2goO {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #ZIkSbF9KbJ8So493CLiwiX3lWn35ztDl {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #p4gowcDq6OtSo4B5JNGi9TWXNonSSAFT {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #Df6OuoIQkei9TZFzxQxNTbIEGppH6wpD {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #zbJfmmu19swEcLs8XFM64O3T2qatQso7 {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #ch3cc2NoLiUeSnyAMfvybTi30RRPtGwQ {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #xf5rH0t6UHVNxi3r4fEsqL27CWVyIVGO {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #upENnWqPwdaoHmkRAvLhmeuGO5Kh8yZX {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #xUvqRshc04NVvd9zrElWVOArN9XllvNL {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #pNOTdgT1XvtJV2uw671Go4tDs11zD6UJ {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #rt438HOBEqDJZkpvBUfa40EARatZT8Gr {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #Pu5qmdg8nUvF8qWVGmevBr6Z3EDLVzcH {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #vT8ybZHklv1XhKTpchCwiS2IH3CH9D4W {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #mWkrE4nQ2UZgZ68b3oXoanlDQK9x60MQ {  }
 }@media only screen and (max-width: 763px) { #WVHLatGwWvJg4cmyM5Ie5PZCT6PvAe6k { top:41.5rem;left:0rem;width:19rem;height:5.3125rem;z-index:15144;background-color:#007bff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #NwUifeyBTwwcwQN0Qisfvl3PklEbutop { display:block; }
 }@media only screen and (max-width: 763px) { #suuiEM3z8KAslhPoEGApff7l2IuWdfri { display:block; }#suuiEM3z8KAslhPoEGApff7l2IuWdfri > .row .container { width:20rem;height:114rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 .widget-regular-label { width:17.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 .widget-input-text { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 .widget-textarea { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 .widget-input-select { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 .widget-input-button { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6  { width:17.4375rem;height:auto;top:15.75rem;left:0rem; }
#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 .radio-container { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 {display:block;}#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 { width:17.4375rem;height:auto;top:15.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #yh6DxS6Qk3J3EO9zSZLylh3nViXTgmoB {  }
 }@media only screen and (max-width: 763px) { #Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #HC4bm9LnefP2PoDJeUI0a6FgyFwObsLn { display:block; }
 }@media only screen and (max-width: 763px) { #Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #uWEnshSqtLbVM7hFQJU00w3Qdqcy30Lq {  }
 }@media only screen and (max-width: 763px) { #Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #IiNenqOAL9thsMTaG57MA3Uam2Wqrq3e {  }
 }@media only screen and (max-width: 763px) { #Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #PKFM9Ks2igkc0ZTqa4XhKfqhamFh5o2D { display:block; }
 }@media only screen and (max-width: 763px) { #Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #SRH71SQ3qLEau8AMTn0IKDLHEzFoLPbG {  }
 }@media only screen and (max-width: 763px) { #Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #ZNUvd5ossrZUFZmOfpq2cirE3raHELks {  }
 }@media only screen and (max-width: 763px) { #Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #CqOSDCxAX9ktATroDobd290IuWl93F6R { display:block; }
 }@media only screen and (max-width: 763px) { #Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #THb9iDqKNTfRJWwdts3ebqC0h2H1kD09 {  }
 }@media only screen and (max-width: 763px) { #Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #P4Ao7NgctfalhVSZ6ri2d8JtAyFKZinX {  }
 }@media only screen and (max-width: 763px) { #Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #w8fnv4gz7Mv1ruDEsXu5KqPTpdZNvo98 { display:block; }
 }@media only screen and (max-width: 763px) { #Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #ZQlaEuzFDqP6gUol1KZOcsbMn6iRB8xS {  }
 }@media only screen and (max-width: 763px) { #Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #cKTOTKGgdZaSSBGgh5apQHl9ybTrFTpW {  }
 }@media only screen and (max-width: 763px) { #Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #bgiyXNvvNbirViiGrKiqS8pnf2HUDTde { display:block; }
 }@media only screen and (max-width: 763px) { #Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #hL34KQcotbHdGqDuinpGXgwEEkCXtmEZ {  }
 }@media only screen and (max-width: 763px) { #Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #DiWpQiJWlZKpuHyaxpxWtgzyEcWBoumD {  }
#Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #DiWpQiJWlZKpuHyaxpxWtgzyEcWBoumD .container-column{width:50%;} }@media only screen and (max-width: 763px) { #Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #UT3AZHSHsgfmfmZuGapFdCoZs71sZZFk { display:block; }
 }@media only screen and (max-width: 763px) { #Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #guOmkG2b6w3lo139m9yTQgxRrXAZ3UNe {  }
 }@media only screen and (max-width: 763px) { #Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #pIp2XTLIasRi6a8DAT1wsmwLdKqJllAB {  }
 }@media only screen and (max-width: 763px) { #Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #imlFNGK0N7fnvPDEy7Tn850l73T1Gztf {  }
 }@media only screen and (max-width: 763px) { #Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #ae4CpwPu2Vgcol8e9CgZonFp5r3KG6zA {  }
 }@media only screen and (max-width: 763px) { #Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #aaiff0StpXJWPAPWVaIxFlv0wPTTJKDq {  }
 }@media only screen and (max-width: 763px) { #Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #ZyECH6NnFv4mwQ2dTQHWHQb3bEsTx6n2 {  }
 }@media only screen and (max-width: 763px) { #Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #fTenB4AVaiszSvtmm31CBdMIiEbNn90T {  }
 }@media only screen and (max-width: 763px) { #Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #rwBu0CQHHTqrJJ6Fu1SlUUqMTVrTmTFh {  }
 }@media only screen and (max-width: 763px) { #Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #oGhkKVHEysELiqVaeVXsX44lnwIBCH98 {  }
 }@media only screen and (max-width: 763px) { #Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #xCD2XkmvUO64WXrBGc8QHbt9QsV3irUL {  }
 }@media only screen and (max-width: 763px) { #Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #C7AcGqMbdU2UUbMG7OBGoLnr8AoZLPwN {  }
 }@media only screen and (max-width: 763px) { #Q44GvT0p9oHuHTlMaTaVhKKal5ddPqh6 #ckXmcV2W3AHNoHTJT4wcZhPmoQJFHdPG {  }
 }@media only screen and (max-width: 763px) { #qEvq25vgvSsVfGXEKrEwe9cCBXlg1kwx { width:19.9995rem;height:7.19825rem;top:8.5625rem;left:0rem;font-size:2rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #exkTiakboI7vqieN0XVQyMn5rEWK6yL0 { width:19.9995rem;height:1.92480625rem;top:6.65771484375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RzFACRFUUyQne8oNFexvmdP1xqNK7elV { width:19.9995rem;height:2.79931875rem;top:65.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cHIrpJAu86qLmoKuT7Zaww6M48yPFfmU { width:19.9995rem;height:35.71433125rem;top:68.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HkvBAHNMAlGrIvM1PFsnO2yQk37Rtzd4 { width:19.9995rem;height:6.597625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #awGrRswewc13etD3SE8f9lpOg4rIq08H { width:9.1875rem;height:6rem;top:102.4365234375rem;left:1.7490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RA6RfiKKvS5CMbdmOgITzcN8BAElTWK5 { width:6.1875rem;height:7.2495rem;top:103.08544921875rem;left:11.935546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnRgVCC93y0wxPT4u9QH7nm6bGftS3Ez { top:50.25rem;left:0.5rem;width:19rem;height:4.1875rem;z-index:15144;background-color:#007bff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #e6LHSdQxeWCJ6PdWts5TA4bkvq4gvTbK { display:block; }
 }@media only screen and (max-width: 763px) { #JZxIU1GNym6Gxl3k3QgqNzUqdigBhfAl { width:19.9995rem;height:9.597625rem;top:54.5625rem;left:0rem;font-size:2rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }