.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;display:none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.5rem;width: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; }#rBD50D73pdVTrtRz6X0ymUGqN39rCzEW { 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:2.0625rem;width:15.625rem;top:1.21875rem;left:0rem;overflow:hidden;display:block; }
#wbpwtVk2TdA0pRG0MlBtTxBu9HNVUODb { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#707070;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.0625rem;left:16.5rem;display:block; }
#d2q6c1MqtvdsvGVIv8qByD3vXOUomFXe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CXTSOpNz2xwJse10tuJmagDpAamVPGZW { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#fc482b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.125rem;height:2.375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.0625rem;left:22.4375rem;display:block; }
#m1vC6dUvSC3VU1un2i6RTT5AMeocSWXx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CorUJgXZPBH8UisEKoLrRsQmFdAnGEny { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#707070;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.9375rem;height:2.375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.0625rem;left:28rem;display:block; }
#Hu3v1npiTp4hq3dH56HDqZJxuGhe25u3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E9XNrD3d8X1UcTDBZL6MD91Gx5toWBZ7 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#707070;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.1875rem;height:2.375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.0625rem;left:31.5625rem;display:block; }
#OOCBXJGXia1OTCfKiWwP5W2eZtvI6bET { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aCx33BsFUKqDTqFBl8MefZgrT0ZBlWxq { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#707070;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.1875rem;height:2.375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.0625rem;left:36.25rem;display:block; }
#F2URTyFyX1Em4OXrEdNoH7OlLQHZRTQM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lMBevnexoLXLvxSDziUOKBMZtuX2OM40 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#707070;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.1875rem;height:2.375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.0625rem;left:41.125rem;display:block; }
#TQJSQDO05F8G9IC8zsPNXBtqMVB0H9iR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pLaDruP7sUaWt6UBmBprO3xWCegGHKxq { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#707070;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4375rem;height:2.375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1.0625rem;left:46rem;display:block; }
#PfT5WF4JTTe1FoKGVxkErH31hKym0R4T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cViUh37xpoPUlGA4u6TWAaklbaJMf5F6 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#707070;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:2.375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.125rem;left:71.25rem;display:block; }
#ycyObtHOOO8os8IBb7JbAfffasPo9SF7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G6qEcSxOcJwUgOcOyLqBPHNJn1qDFG3k { position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:0.0625rem;top:1.15625rem;left:70.3125rem;display:block; }
#l7utPQGcsQE4byeq76PkRnpvNUtLGIfm { box-sizing:content-box;color:#0e9ae5;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#EBKkB2WZENG9o5pU11B2hoy3yhRkdKaq { position:relative;display:none; }#EBKkB2WZENG9o5pU11B2hoy3yhRkdKaq { border-width: 0; border-radius: 0; }#EBKkB2WZENG9o5pU11B2hoy3yhRkdKaq > .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; }#EBKkB2WZENG9o5pU11B2hoy3yhRkdKaq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5f5f7;background-image:none;font-size:0.875rem;font-family:arial;height:0.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:none; }#cHCJQw9lau4DnFUuLtK98E3zViOs9JPb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8cdc2;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; }#cHCJQw9lau4DnFUuLtK98E3zViOs9JPb > .row .container { background-color: transparent; background-image: none; }#cHCJQw9lau4DnFUuLtK98E3zViOs9JPb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHCJQw9lau4DnFUuLtK98E3zViOs9JPb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHCJQw9lau4DnFUuLtK98E3zViOs9JPb > .row .container > .video-iframe-container { display: none; }#cHCJQw9lau4DnFUuLtK98E3zViOs9JPb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHCJQw9lau4DnFUuLtK98E3zViOs9JPb > .row > .video-iframe-container { display: none; }#cHCJQw9lau4DnFUuLtK98E3zViOs9JPb > .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); }#cHCJQw9lau4DnFUuLtK98E3zViOs9JPb > .row .container { border-width: 0; border-radius: 0; }#cHCJQw9lau4DnFUuLtK98E3zViOs9JPb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cHCJQw9lau4DnFUuLtK98E3zViOs9JPb > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#Shtqse33rJNFtbP3khP3pgNKcUkBKIHF { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3c84aa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.125rem;left:55.8125rem;display:block; }
#eC1wr8vW0GmM16Lh9CnM7SHwzT6TQTB6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DMhbyCElfuGc5t5x1U12xFPnR0TU6PQl { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3c84aa;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:9.625rem;height:2.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.125rem;left:37.25rem;display:block; }
#ZhyTQFuekKX4vND0pgQ0TFxUETyzDBNh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CCVpWhkgv77KwrZVE6zg3c21Wsd8MIcT { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3c84aa;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:9.625rem;height:2.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.125rem;left:46.8125rem;display:block; }
#EUCauNEKCk7lrQGfis7OTA1kWD1nlTEJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GiESh3qkveG4GUF3LFTPh80QwI2CfRnz { background-color:#3c84aa;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.3125rem 0.3125rem 0.4375rem rgba(0,0,0,0.08) ;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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:2.6875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.84375rem;left:65.0625rem;display:block; }
#Ns1Pz267T42TrdDeAOTF5MsHmR9i6hep { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AMevie824QRTt0Tdw8ULdFOf4FLDWDdi { 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:2.875rem;width:11.8125rem;top:0.75rem;left:0rem;overflow:hidden;display:block; }
#ln0hEIvW2wPP2hrhiCCKwT71RbHAQdlA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8cdc2;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; }#ln0hEIvW2wPP2hrhiCCKwT71RbHAQdlA > .row .container { background-color: transparent; background-image: none; }#ln0hEIvW2wPP2hrhiCCKwT71RbHAQdlA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ln0hEIvW2wPP2hrhiCCKwT71RbHAQdlA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ln0hEIvW2wPP2hrhiCCKwT71RbHAQdlA > .row .container > .video-iframe-container { display: none; }#ln0hEIvW2wPP2hrhiCCKwT71RbHAQdlA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ln0hEIvW2wPP2hrhiCCKwT71RbHAQdlA > .row > .video-iframe-container { display: none; }#ln0hEIvW2wPP2hrhiCCKwT71RbHAQdlA > .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); }#ln0hEIvW2wPP2hrhiCCKwT71RbHAQdlA > .row .container { border-width: 0; border-radius: 0; }#ln0hEIvW2wPP2hrhiCCKwT71RbHAQdlA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ln0hEIvW2wPP2hrhiCCKwT71RbHAQdlA > .row .container { font-size:0.875rem;font-family:arial;height:50.125rem;width:75rem;position:relative;display:block; }#WeUu6hWNN1s6EKzbQfpsBdnrXIFbHekp { color:#084265;display:block;width:40.3125rem;position:absolute;font-family:larken;font-size:3.5rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:4.1875rem;left:0rem;height:8.3995rem;font-style:normal;display:block; }
#EZe51H68eLF9LGL0czq9LrWoE07U9X2q { color:#084265;display:block;width:37.875rem;position:absolute;font-family:"noto sans";font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:13.6044921875rem;left:0rem;height:5.90495rem;font-style:normal;display:block; }
#ZH4U3iWdSKIsdIcQvzr3DlskIyhzqzfS { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-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:39.875rem;width:39.875rem;top:3.5625rem;left:35.125rem;overflow:hidden;display:block; }
#ZMKhBO2AqOVFzaNHEZZklMHmJItHmCaL { color:#084265;display:block;width:35.25rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:21.39453125rem;left:2.25rem;height:3.399525rem;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;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#TCHM7cZ9ocaieM2FIMpvw0nC5i5uhwlH { color:#084265;display:block;width:34.625rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:26.48046875rem;left:2.25rem;height:3.399525rem;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;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#mlVNx9dkbPfFIVzGh0dAsnGTmwwsgJGn { color:#084265;display:block;width:34.1875rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:31.48046875rem;left:2.25rem;height:3.399525rem;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;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#oRhZ3MnnFagR1amSGGad15F9E7yBHQrl { background-color:#f98049;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:"noto sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:37.6357421875rem;left:0rem;display:block; }
#EXZHTy3ir6bHolI1lOgB3lZ7EO5WoRsJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QaBRmnD9qS5ZhbdLJqyAh7iWpNRyQrvz { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:21.625rem;left:0rem; }
#UHHuLRPJT6ks9lbaPVqAJIt48XZiUtl3 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:26.75rem;left:0rem; }
#q1yCdWB8UQ1Zbtu5d1h9ZvU11AEdbiss { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:31.75rem;left:0rem; }
#EaAgznKuIwN7ZQdOEC6IX30OHgl2yB5Z { color:#084265;display:block;width:34.1875rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:44.3984375rem;left:37.96875rem;height:1.29980625rem;font-style:normal;display:block; }
#Vt9FBmxsX74A4UJuBGnImMH75N3CB0Dc { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:12rem;top:38.0107421875rem;left:17.875rem;overflow:hidden;display:block; }
#ef5TXU5KD7yZ3sO074QhB6e32QKNfitW { 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:4rem;width:4rem;top:37.5107421875rem;left:31.375rem;overflow:hidden;display:block; }
#AtvBppS7mVLmAaId9TOFqW2Ti8qACmyZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3c84aa;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; }#AtvBppS7mVLmAaId9TOFqW2Ti8qACmyZ > .row .container { background-color: transparent; background-image: none; }#AtvBppS7mVLmAaId9TOFqW2Ti8qACmyZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AtvBppS7mVLmAaId9TOFqW2Ti8qACmyZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AtvBppS7mVLmAaId9TOFqW2Ti8qACmyZ > .row .container > .video-iframe-container { display: none; }#AtvBppS7mVLmAaId9TOFqW2Ti8qACmyZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AtvBppS7mVLmAaId9TOFqW2Ti8qACmyZ > .row > .video-iframe-container { display: none; }#AtvBppS7mVLmAaId9TOFqW2Ti8qACmyZ > .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); }#AtvBppS7mVLmAaId9TOFqW2Ti8qACmyZ > .row .container { border-width: 0; border-radius: 0; }#AtvBppS7mVLmAaId9TOFqW2Ti8qACmyZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AtvBppS7mVLmAaId9TOFqW2Ti8qACmyZ > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#tUoT8TPXeUL1KD6AMcCisSJK0sQI6opB { color:#ffffff;display:block;width:37.875rem;position:absolute;font-family:larken;font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.744140625rem;left:21.0625rem;height:1.94986875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mRc3mWhDbVEUG6N3qG3AW0QZTif4UfQw { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:1.34375rem;left:17.84375rem; }
#XPemm21D11buAW4IROCfCqbN8ihIutq1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XPemm21D11buAW4IROCfCqbN8ihIutq1 > .row .container { background-color: transparent; background-image: none; }#XPemm21D11buAW4IROCfCqbN8ihIutq1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPemm21D11buAW4IROCfCqbN8ihIutq1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPemm21D11buAW4IROCfCqbN8ihIutq1 > .row .container > .video-iframe-container { display: none; }#XPemm21D11buAW4IROCfCqbN8ihIutq1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPemm21D11buAW4IROCfCqbN8ihIutq1 > .row > .video-iframe-container { display: none; }#XPemm21D11buAW4IROCfCqbN8ihIutq1 > .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); }#XPemm21D11buAW4IROCfCqbN8ihIutq1 > .row .container { border-width: 0; border-radius: 0; }#XPemm21D11buAW4IROCfCqbN8ihIutq1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XPemm21D11buAW4IROCfCqbN8ihIutq1 > .row .container { font-size:0.875rem;font-family:arial;height:68.3125rem;width:75rem;position:relative;display:block; }#qQs8I7oVTzf9q59fk3GFXd4EkQGq4M2u { color:#3c84aa;display:block;width:75rem;position:absolute;font-family:larken;font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7.1875rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lGmwIQlV4PAd780uQwS0sMmDvqG6Dwye { position:absolute;display:block;z-index:15003;background-color:#e8cdc2;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.3125rem;width:7.5rem;top:11.625rem;left:33.75rem;display:block; }
#wMHrsNp88DABtw6ZsaOWch1AN1G49z0B { color:#55636f;display:block;width:68.0625rem;position:absolute;font-family:"noto sans";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:14.625rem;left:3.46875rem;height:10.1264375rem;text-align:center;text-align-last:center;display:block; }
#xsmkzwvA3JB2r0ecfX9SlIBBEq6f9TPT { position:absolute;display:block;z-index:15001;background-color:#3c84aa;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:28.125rem;width:23.75rem;top:28.1875rem;left:0rem;display:block; }
#TIWnJBl9pqc0DPPeU0TTZTkQiEhQet7F { position:absolute;display:block;z-index:15004;background-color:#e8cdc2;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.3125rem;width:7.5rem;top:31rem;left:2.03125rem;display:block; }
#qSIM9cauDWw4HdzKG81IAe02oFsaTGCs { color:#ffffff;display:block;width:19.5625rem;position:absolute;font-family:larken;font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.9;letter-spacing:0;top:32.8125rem;left:2.0625rem;height:19.9495625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Trgv1egbLzxNGJ2nOl9TI6Zwz5dhwsNd { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:8.3125rem;top:48.75rem;left:15.5rem;overflow:hidden;display:block; }
#iwP9f3JdACz4qMg8gorPQi50tSZp6Gdo { position:absolute;display:block;z-index:14997;background-color:#e8cdc2;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:23.5rem;width:75rem;top:30.5rem;left:0rem;display:block; }
#CUII23W5q6fPTI83yqR155Ou5aynOp61 { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.06) ;height:28.125rem;width:23.75rem;top:28.15625rem;left:25.625rem;display:block; }
#HJB0rkhlSa1AQ0uzLpQAKqeSwKfgQwv7 { color:#55636f;display:block;width:21.8125rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:29.9375rem;left:26.625rem;height:25.1942125rem;text-align:left;text-align-last:left;display:block; }
#HGaLrTJKcO0Chr6NIb5t5iJT9ec9xyWx { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.06) ;height:28.125rem;width:23.75rem;top:28.15625rem;left:51.25rem;display:block; }
#mPvoy9kM3JqUSyv6TEEo1zVyUGrk3QZw { background-color:#f98049;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:59.3125rem;left:29.09375rem;display:block; }
#MqI7Tgpf6OzsoGWx4SPTXI8ckxsG4xlG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eqPc2AalQAvIHDwKPAVOqwIPaLyWtzVk { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-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.4375rem;width:8rem;top:52.875rem;left:67rem;overflow:hidden;display:block; }
#IS3sT5Z2LQKrQiUGrSrNutP7DXRe8u7H { 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:15.0625rem;width:13.5rem;top:44.4375rem;left:39.96875rem;overflow:hidden;display:block; }
#xvEtOWLhPHbLXh7GJ0q2a45uMlHlLFME { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-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.5625rem;width:12.4375rem;top:6.625rem;left:52.21875rem;overflow:hidden;display:block; }
#wxyBUoUxgkmrwKVwIP5iybha5ulNmeru { color:#55636f;display:block;width:21.75rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.8;letter-spacing:0;top:30.125rem;left:52.21875rem;height:23.3945875rem;text-align:left;text-align-last:left;display:block; }
#fpdb1cMXbqGKsfky1o2XpERR5fhDmXzo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fpdb1cMXbqGKsfky1o2XpERR5fhDmXzo > .row .container { background-color: transparent; background-image: none; }#fpdb1cMXbqGKsfky1o2XpERR5fhDmXzo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fpdb1cMXbqGKsfky1o2XpERR5fhDmXzo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fpdb1cMXbqGKsfky1o2XpERR5fhDmXzo > .row .container > .video-iframe-container { display: none; }#fpdb1cMXbqGKsfky1o2XpERR5fhDmXzo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fpdb1cMXbqGKsfky1o2XpERR5fhDmXzo > .row > .video-iframe-container { display: none; }#fpdb1cMXbqGKsfky1o2XpERR5fhDmXzo > .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); }#fpdb1cMXbqGKsfky1o2XpERR5fhDmXzo > .row .container { border-width: 0; border-radius: 0; }#fpdb1cMXbqGKsfky1o2XpERR5fhDmXzo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fpdb1cMXbqGKsfky1o2XpERR5fhDmXzo > .row .container { font-size:0.875rem;font-family:arial;height:16rem;width:75rem;position:relative;display:block; }#gE5f53AUegyJBhvbPzmqsXRho0i9K7Cp { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid #3c84aa;border-left:0.0625rem solid #3c84aa;border-right:0.0625rem solid #3c84aa;border-bottom:0.0625rem solid #3c84aa;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:16.0625rem;top:7.375rem;left:58.1875rem;display:block; }
#dc5ATgdFJ0hlpU0S7bV5iE35pglFK2Xh { color:#3c84aa;display:block;width:14.4375rem;position:absolute;font-family:"noto sans";font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:12.8125rem;left:59.25rem;height:1.462675rem;font-style:normal;display:block; }
#E6sx8TfPkRI9p8RhVUe4Eqm6tIfPTO0V { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.15) ;height:7.9375rem;width:70.3125rem;top:4.0625rem;left:2.34375rem;display:block; }
#HI4TadBZ1b62y33hGNxeTTotK2udzBEh { color:#55636f;display:block;width:66.0625rem;position:absolute;font-family:"noto sans";font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:5.625rem;left:4.09375rem;height:5.063475rem;font-style:normal;display:block; }
#BTJyx9TbKkl0Ut55vBDw3RiVRKD3S29D { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #f98049;border-left:0.0625rem solid #f98049;border-right:0.0625rem solid #f98049;border-bottom:0.0625rem solid #f98049;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:28.625rem;top:0.9375rem;left:4.15625rem;display:block; }
#QFhHNnbOmw5oklLMaurFLHs2mmVT4JP6 { color:#3c84aa;display:block;width:26.625rem;position:absolute;font-family:"noto sans";font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.8515625rem;left:5.34375rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IcqqyK4Eurmq1bTQNuVHfuLgiZ5IZoop { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IcqqyK4Eurmq1bTQNuVHfuLgiZ5IZoop > .row .container { background-color: transparent; background-image: none; }#IcqqyK4Eurmq1bTQNuVHfuLgiZ5IZoop::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcqqyK4Eurmq1bTQNuVHfuLgiZ5IZoop > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcqqyK4Eurmq1bTQNuVHfuLgiZ5IZoop > .row .container > .video-iframe-container { display: none; }#IcqqyK4Eurmq1bTQNuVHfuLgiZ5IZoop > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcqqyK4Eurmq1bTQNuVHfuLgiZ5IZoop > .row > .video-iframe-container { display: none; }#IcqqyK4Eurmq1bTQNuVHfuLgiZ5IZoop > .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); }#IcqqyK4Eurmq1bTQNuVHfuLgiZ5IZoop > .row .container { border-width: 0; border-radius: 0; }#IcqqyK4Eurmq1bTQNuVHfuLgiZ5IZoop > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IcqqyK4Eurmq1bTQNuVHfuLgiZ5IZoop > .row .container { font-size:0.875rem;font-family:arial;height:54.4375rem;width:75rem;position:relative;display:block; }#FSZvAGRylMp86gzmsKbkXgqMTxTIUgf9 { color:#3c84aa;display:block;width:36.375rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:14.1240234375rem;left:36.8125rem;height:;text-align:left;text-align-last:left;display:block; }#FSZvAGRylMp86gzmsKbkXgqMTxTIUgf9 li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#FSZvAGRylMp86gzmsKbkXgqMTxTIUgf9 li:before{  }
#Pu1m2L81sqhCWNLWcWaFVcrP5tCuyAoo { color:#3c84aa;display:block;width:38.3125rem;position:absolute;font-family:larken;font-size:2.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:6.1875rem;left:36.75rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eFhp7ReHJDDi7me7C2tr1p2gSkJ3qB1m { 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:35.125rem;width:35.125rem;top:6.3125rem;left:0rem;overflow:hidden;display:block; }
#DwKgnxt1ThIehhJR2uTQBXsP2DnuId6r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3c84aa;background-image:url("https://images.assets-landingi.com/uc/1dfa800b-a5b6-4e70-9fa5-58d6a414eafa/EmbodyYogaTherapyBanner1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DwKgnxt1ThIehhJR2uTQBXsP2DnuId6r.adaptive-delivery-prevent-bg, #DwKgnxt1ThIehhJR2uTQBXsP2DnuId6r.lazyload, #DwKgnxt1ThIehhJR2uTQBXsP2DnuId6r.lazyloading { background-image: none; }#DwKgnxt1ThIehhJR2uTQBXsP2DnuId6r > .row .container { background-color: transparent; background-image: none; }#DwKgnxt1ThIehhJR2uTQBXsP2DnuId6r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DwKgnxt1ThIehhJR2uTQBXsP2DnuId6r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DwKgnxt1ThIehhJR2uTQBXsP2DnuId6r > .row .container > .video-iframe-container { display: none; }#DwKgnxt1ThIehhJR2uTQBXsP2DnuId6r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DwKgnxt1ThIehhJR2uTQBXsP2DnuId6r > .row > .video-iframe-container { display: none; }#DwKgnxt1ThIehhJR2uTQBXsP2DnuId6r > .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); }#DwKgnxt1ThIehhJR2uTQBXsP2DnuId6r > .row .container { border-width: 0; border-radius: 0; }#DwKgnxt1ThIehhJR2uTQBXsP2DnuId6r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DwKgnxt1ThIehhJR2uTQBXsP2DnuId6r > .row .container { font-size:0.875rem;font-family:arial;height:50.375rem;width:75rem;position:relative;display:block; }#qEmmasU2QcXZW4D7ROJVVAWZ0n6gtvyh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:25.0625rem;width:44.6875rem;top:16.90625rem;left:15.15625rem;display:block; }
#I9HpLlt7INg3HEeE9FLhsTgToiv1Lisn { color:#ffffff;display:block;width:38.3125rem;position:absolute;font-family:larken;font-size:2.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.9375rem rgba(0,0,0,0.5);top:7.8125rem;left:18.34375rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sBNeiO56KGLWr5XVtASpvMqf6TNq1GOQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3c84aa;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; }#sBNeiO56KGLWr5XVtASpvMqf6TNq1GOQ > .row .container { background-color: transparent; background-image: none; }#sBNeiO56KGLWr5XVtASpvMqf6TNq1GOQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sBNeiO56KGLWr5XVtASpvMqf6TNq1GOQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sBNeiO56KGLWr5XVtASpvMqf6TNq1GOQ > .row .container > .video-iframe-container { display: none; }#sBNeiO56KGLWr5XVtASpvMqf6TNq1GOQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sBNeiO56KGLWr5XVtASpvMqf6TNq1GOQ > .row > .video-iframe-container { display: none; }#sBNeiO56KGLWr5XVtASpvMqf6TNq1GOQ > .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); }#sBNeiO56KGLWr5XVtASpvMqf6TNq1GOQ > .row .container { border-width: 0; border-radius: 0; }#sBNeiO56KGLWr5XVtASpvMqf6TNq1GOQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sBNeiO56KGLWr5XVtASpvMqf6TNq1GOQ > .row .container { font-size:0.875rem;font-family:arial;height:81.5625rem;width:75rem;position:relative;display:block; }#IZNczQzPnZmf3M6wQhkVgzDFEOll7VCA { color:#ffffff;display:block;width:43.8125rem;position:absolute;font-family:larken;font-size:2.5rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:7.0625rem;left:15.59375rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GDrWNxihpTweKNakbQIIicdS7J0G7OHw { color:rgba(255,255,255,0.8);display:block;width:22.125rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:400;z-index:15018;line-height:1.8;letter-spacing:0;top:33.125rem;left:1.4375rem;height:8.9979375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nHbIhKkBuTCVpFTys4ZsT90XEg3MfT9S { color:#ffffff;display:block;width:62.125rem;position:absolute;font-family:"noto sans";font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:17.21484375rem;left:6.4375rem;height:6.07584375rem;text-align:center;text-align-last:center;display:block; }
#DMg67gW3k1nGpk5T1vw7lbEL9F9dCgCb { position:absolute;display:block;z-index:15004;background-color:#f98049;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.3125rem;width:7.5rem;top:15.08984375rem;left:33.75rem;display:block; }
#kG77d25nnG0M7Sue8hBVwOfwezIUxZEp { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:27.5rem;left:11.5rem; }
#hkp14U8kiaPkEdWTGfJAx88iXXVpDlRI { color:#ffffff;display:block;width:25rem;position:absolute;font-family:larken;font-size:1.5rem;font-weight:400;z-index:15019;line-height:1.8;letter-spacing:0;top:30rem;left:0rem;height:2.70019375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DDcfAGEuJehpCVSB5TcGhS41ITNQwQvb { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:27.5rem;left:36.5rem; }
#MID7K2U88T6HTuCxagTHsKkfi6tddcUD { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:27.5rem;left:61.5rem; }
#ABIbyBiGk0qQD5iZGnPeEBCkuDaQCIQR { color:#ffffff;display:block;width:25rem;position:absolute;font-family:larken;font-size:1.5rem;font-weight:400;z-index:15020;line-height:1.8;letter-spacing:0;top:30rem;left:25rem;height:2.70019375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#umctHt5OEEwBzN4yzRlPTs01pF9UmAA0 { color:#ffffff;display:block;width:25rem;position:absolute;font-family:larken;font-size:1.5rem;font-weight:400;z-index:15021;line-height:1.8;letter-spacing:0;top:30rem;left:50rem;height:2.70019375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RRWOlfEok4fQBAfKLBP8VFqIr5teRzwG { color:rgba(255,255,255,0.8);display:block;width:22.125rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:400;z-index:15019;line-height:1.8;letter-spacing:0;top:33.125rem;left:26.4375rem;height:10.7975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#evGTuHabsyUoVTMteVx9lGby3WXyJKKA { color:rgba(255,255,255,0.8);display:block;width:22.125rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:400;z-index:15020;line-height:1.8;letter-spacing:0;top:33.125rem;left:51.5625rem;height:12.597125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e19oShgQNtUOhiBEpyrIIi83Dd6U61Az { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:50rem;left:11.5rem; }
#vevyNQ1RZ9KmD07QVyb1bl5rwlbQ56Gp { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:50rem;left:36.5rem; }
#kitiPMMNbpT4WPr6gPvqmk5ObowWGS8I { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:50rem;left:61.625rem; }
#eaqeIbICylg9x2qJIVTK0ezceTGH6WwV { color:#ffffff;display:block;width:25rem;position:absolute;font-family:larken;font-size:1.5rem;font-weight:400;z-index:15020;line-height:1.8;letter-spacing:0;top:52.5rem;left:0rem;height:2.70019375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#chnFXLc9gHH9cJht2u0365PzbKVl0Wql { color:#ffffff;display:block;width:25rem;position:absolute;font-family:larken;font-size:1.5rem;font-weight:400;z-index:15021;line-height:1.8;letter-spacing:0;top:52.5rem;left:25rem;height:2.70019375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tEOSVdrpqdKqygRpNDrU49VIC9hzdm6x { color:#ffffff;display:block;width:25rem;position:absolute;font-family:larken;font-size:1.5rem;font-weight:400;z-index:15022;line-height:1.8;letter-spacing:0;top:52.5rem;left:50rem;height:2.70019375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uTqnkHmpbZ9u3CAiXri1hhbHxJdMDuSR { color:rgba(255,255,255,0.8);display:block;width:22.125rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:400;z-index:15019;line-height:1.8;letter-spacing:0;top:55.82421875rem;left:1.4375rem;height:10.7975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aZEfUBVnx6L5pENWhsI3ShuBGh3sxysO { color:rgba(255,255,255,0.8);display:block;width:22.125rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:400;z-index:15020;line-height:1.8;letter-spacing:0;top:55.82421875rem;left:26.4375rem;height:8.9979375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tMikemVzeo1x7JaboGolgmkomKE2WsT7 { color:rgba(255,255,255,0.8);display:block;width:22.125rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:400;z-index:15021;line-height:1.8;letter-spacing:0;top:55.82421875rem;left:51.4375rem;height:8.9979375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VIuw3sC37TNKFaWUZlILfSXpJ8TBvUCZ { background-color:#f98049;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:71.53125rem;left:29.375rem;display:block; }
#nQcTcB5NU4JBv4QDZaaZbPCk3qmmsSp2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WFvNrpi1h6yWXxbFGmmFByZPWD7P84br { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WFvNrpi1h6yWXxbFGmmFByZPWD7P84br > .row .container { background-color: transparent; background-image: none; }#WFvNrpi1h6yWXxbFGmmFByZPWD7P84br::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WFvNrpi1h6yWXxbFGmmFByZPWD7P84br > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WFvNrpi1h6yWXxbFGmmFByZPWD7P84br > .row .container > .video-iframe-container { display: none; }#WFvNrpi1h6yWXxbFGmmFByZPWD7P84br > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WFvNrpi1h6yWXxbFGmmFByZPWD7P84br > .row > .video-iframe-container { display: none; }#WFvNrpi1h6yWXxbFGmmFByZPWD7P84br > .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); }#WFvNrpi1h6yWXxbFGmmFByZPWD7P84br > .row .container { border-width: 0; border-radius: 0; }#WFvNrpi1h6yWXxbFGmmFByZPWD7P84br > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WFvNrpi1h6yWXxbFGmmFByZPWD7P84br > .row .container { font-size:0.875rem;font-family:arial;height:23.1875rem;width:75rem;position:relative;display:block; }#kGW0kTcHXlnfPUqTyRVs5XrrZ2Ug2ys9 { position:absolute;display:block;z-index:14999;background-color:#3c84aa;background-image:none;border-top:0.0625rem solid #3c84aa;border-left:0.0625rem solid #3c84aa;border-right:0.0625rem solid #3c84aa;border-bottom:0.0625rem solid #3c84aa;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:14.9375rem;top:14.5625rem;left:59.3125rem;display:block; }
#ODTI281QmoFRncEuiTfqxZtQNZmMfvvM { color:#ffffff;display:block;width:13.0625rem;position:absolute;font-family:"noto sans";font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:19.9375rem;left:60.5rem;height:1.462675rem;font-style:normal;display:block; }
#i6ZC9wNSQKpwsAFDwmzBUTI8gT28qQlv { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.15) ;height:11.3125rem;width:70.3125rem;top:7.8125rem;left:2.34375rem;display:block; }
#OaM0o43PnpI87042gigUPpkzNLrkfJiZ { color:#55636f;display:block;width:66.0625rem;position:absolute;font-family:"noto sans";font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:9.375rem;left:4.09375rem;height:8.439125rem;font-style:normal;display:block; }
#Rh8kCQPmlPKHr1UwrTl8wfWDpz5ZtdMM { position:absolute;display:block;z-index:15000;background-color:#f98049;background-image:none;border-top:0.0625rem solid #f98049;border-left:0.0625rem solid #f98049;border-right:0.0625rem solid #f98049;border-bottom:0.0625rem solid #f98049;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:28.625rem;top:4.6875rem;left:4.15625rem;display:block; }
#CGm9SftDVSghgVm7WZ8574XvyxPkbK0B { color:#ffffff;display:block;width:26.625rem;position:absolute;font-family:"noto sans";font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.6015625rem;left:5.34375rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZaKos5M2k61MMCmwdMEDpE6flgPmTh7l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZaKos5M2k61MMCmwdMEDpE6flgPmTh7l > .row .container { background-color: transparent; background-image: none; }#ZaKos5M2k61MMCmwdMEDpE6flgPmTh7l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZaKos5M2k61MMCmwdMEDpE6flgPmTh7l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZaKos5M2k61MMCmwdMEDpE6flgPmTh7l > .row .container > .video-iframe-container { display: none; }#ZaKos5M2k61MMCmwdMEDpE6flgPmTh7l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZaKos5M2k61MMCmwdMEDpE6flgPmTh7l > .row > .video-iframe-container { display: none; }#ZaKos5M2k61MMCmwdMEDpE6flgPmTh7l > .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); }#ZaKos5M2k61MMCmwdMEDpE6flgPmTh7l > .row .container { border-width: 0; border-radius: 0; }#ZaKos5M2k61MMCmwdMEDpE6flgPmTh7l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZaKos5M2k61MMCmwdMEDpE6flgPmTh7l > .row .container { font-size:0.875rem;font-family:arial;height:16.5rem;width:75rem;position:relative;display:block; }#wTZk5ypeutxDq6v2TALKZ8uVoZcQ3ep5 { color:#3c84aa;display:block;width:75rem;position:absolute;font-family:larken;font-size:2.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.75rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Izl3lcE49q7rylarGOterghW62nZ3cPp { position:absolute;display:block;z-index:15005;background-color:#f98049;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.3125rem;width:7.5rem;top:10.3125rem;left:33.75rem;display:block; }
#ye2We1aksLdZEVoGZSypRyHxkK9i0FNq { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-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.3125rem;width:7.5rem;top:12.9375rem;left:8.28125rem;overflow:hidden;display:block; }
#R8BwPkCoVyWxTRtTK1PsrVlNtuJnHL2R { 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:7.1875rem;width:8.5rem;top:12.5rem;left:57.625rem;overflow:hidden;display:block; }
#FHsxiUoUXsCwfBQQxeUTTF7VurLfCEfs { 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:5.875rem;width:7rem;top:13.4375rem;left:34rem;overflow:hidden;display:block; }
#os1OpQW3m1yVbVr25skKonfFNSkZpxPJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#os1OpQW3m1yVbVr25skKonfFNSkZpxPJ > .row .container { background-color: transparent; background-image: none; }#os1OpQW3m1yVbVr25skKonfFNSkZpxPJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#os1OpQW3m1yVbVr25skKonfFNSkZpxPJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#os1OpQW3m1yVbVr25skKonfFNSkZpxPJ > .row .container > .video-iframe-container { display: none; }#os1OpQW3m1yVbVr25skKonfFNSkZpxPJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#os1OpQW3m1yVbVr25skKonfFNSkZpxPJ > .row > .video-iframe-container { display: none; }#os1OpQW3m1yVbVr25skKonfFNSkZpxPJ > .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); }#os1OpQW3m1yVbVr25skKonfFNSkZpxPJ > .row .container { border-width: 0; border-radius: 0; }#os1OpQW3m1yVbVr25skKonfFNSkZpxPJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#os1OpQW3m1yVbVr25skKonfFNSkZpxPJ > .row .container { font-size:0.875rem;font-family:arial;height:46.25rem;width:75rem;position:relative;display:block; }#n1JI0G6ygplkJVa1n3QdBJ0F1hyzsmvy { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid #0e9ae5;border-left:0rem solid #0e9ae5;border-right:0rem solid #0e9ae5;border-bottom:0.1875rem solid #ebeff0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.06) ;height:10rem;width:23.75rem;top:13.0625rem;left:0.625rem;display:block; }
#HFGvzlAz71DZWKL7xTwgV0u0iet9hpr5 { color:#55636f;display:block;width:22.5625rem;position:absolute;font-family:"noto sans";font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:4.3125rem;left:26.21875rem;height:5.99935rem;text-align:center;text-align-last:center;display:block; }
#GWvQR3Dail8Ah3LRBPfKQOwKTL7JiJX6 { color:#55636f;display:block;width:22.375rem;position:absolute;font-family:"noto sans";font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:4.3125rem;left:1.3125rem;height:5.99935rem;text-align:center;text-align-last:center;display:block; }
#T9JWviHkHWPAWVB5t0TD8GHvCqK9mVJM { color:#55636f;display:block;width:22.25rem;position:absolute;font-family:"noto sans";font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:4.3125rem;left:51.375rem;height:5.99935rem;text-align:center;text-align-last:center;display:block; }
#lOIPufRt1RMypr01GnzlN2le4AKgVrRB { 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:7.1875rem;width:8.5rem;top:6.5rem;left:58.4208984375rem;overflow:hidden;display:none; }
#ZXvLl8mITFunnKXKC014EOuqENVFR7uE { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-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.3125rem;width:7.5rem;top:7.375rem;left:8.40625rem;overflow:hidden;display:none; }
#LN9Bz0yTTDoWdSDCtiGKlugvJwdJKIg5 { 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:5.875rem;width:7rem;top:7.59375rem;left:34rem;overflow:hidden;display:none; }
#EsKxFpRMrddoa1QohskQww7lgaZVFMEB { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid #0e9ae5;border-left:0rem solid #0e9ae5;border-right:0rem solid #0e9ae5;border-bottom:0.1875rem solid #ebeff0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.06) ;height:10rem;width:23.75rem;top:1.84375rem;left:25.625rem;display:block; }
#kUBunm1oQuHpzocDf53AG4rglhtyTr54 { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #ebeff0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.06) ;height:10rem;width:23.75rem;top:1.84375rem;left:50.625rem;display:block; }
#dvhUIRUKDATMryhvgTi6rUl4wWOBI2UI { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid #0e9ae5;border-left:0rem solid #0e9ae5;border-right:0rem solid #0e9ae5;border-bottom:0.1875rem solid #ebeff0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.06) ;height:10rem;width:23.75rem;top:13.0625rem;left:25.625rem;display:block; }
#fnRMdf3IdGd1Uo7k3FvGDhMPkuAM42rc { color:#55636f;display:block;width:22.5625rem;position:absolute;font-family:"noto sans";font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:15.96875rem;left:51.21875rem;height:4rem;text-align:center;text-align-last:center;display:block; }
#zzVRI7oQivsP2TKkpB1hZTUS3BI28TI9 { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid #0e9ae5;border-left:0rem solid #0e9ae5;border-right:0rem solid #0e9ae5;border-bottom:0.1875rem solid #ebeff0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.06) ;height:10rem;width:23.75rem;top:1.84375rem;left:0.625rem;display:block; }
#RgpoppydS9xBGaOcb5IUXViHVhF9PXii { color:#55636f;display:block;width:22.5625rem;position:absolute;font-family:"noto sans";font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:15.96875rem;left:26.21875rem;height:4rem;text-align:center;text-align-last:center;display:block; }
#RJVHALsBT9ZIhBSy8C5mah7hICBl5f5L { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #ebeff0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.06) ;height:10rem;width:23.75rem;top:13.0625rem;left:50.625rem;display:block; }
#INyoD6hut4x1PoqE3ZdlDasdUls5hLPg { color:#55636f;display:block;width:22.5625rem;position:absolute;font-family:"noto sans";font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.6;letter-spacing:0;top:15.65625rem;left:1.21875rem;height:4rem;text-align:center;text-align-last:center;display:block; }
#XFXfZIzWUMsLofOwVxAm8XTIt4kwcmCE { 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:4rem;width:15.8125rem;top:27.86767578125rem;left:2.3125rem;overflow:hidden;display:block; }
#eg8NT1Xg6luIhWKnmeOedZPvTol1b0gJ { color:#55636f;display:block;width:52.6875rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.8;letter-spacing:0;top:28.06640625rem;left:19.40625rem;height:3.5996125rem;text-align:center;text-align-last:center;display:block; }
#Ms1A60EpHrFcRbPvlJbBpVKp3qnhEAzn { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;border-top:0.25rem solid #f98049;border-left:0.25rem solid #f98049;border-right:0.25rem solid #f98049;border-bottom:0.25rem solid #f98049;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.75rem;width:73.0625rem;top:26.0625rem;left:0.625rem;display:block; }
#KuglsPGtpHxpF98v5wdguULWbB47IeWe { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-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.5rem;width:5.5rem;top:33.8671875rem;left:7.46875rem;overflow:hidden;display:block; }
#SpwlhUWmfcgs9RLLXQfOtNLoBTK1y1z2 { color:#55636f;display:block;width:52.6875rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.8;letter-spacing:0;top:34.8173828125rem;left:19.40625rem;height:3.5996125rem;text-align:center;text-align-last:center;display:block; }
#P1zlm986Hsc7kLuuL0yoDtOPPybyW8iP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#P1zlm986Hsc7kLuuL0yoDtOPPybyW8iP > .row .container { background-color: transparent; background-image: none; }#P1zlm986Hsc7kLuuL0yoDtOPPybyW8iP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P1zlm986Hsc7kLuuL0yoDtOPPybyW8iP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P1zlm986Hsc7kLuuL0yoDtOPPybyW8iP > .row .container > .video-iframe-container { display: none; }#P1zlm986Hsc7kLuuL0yoDtOPPybyW8iP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P1zlm986Hsc7kLuuL0yoDtOPPybyW8iP > .row > .video-iframe-container { display: none; }#P1zlm986Hsc7kLuuL0yoDtOPPybyW8iP > .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); }#P1zlm986Hsc7kLuuL0yoDtOPPybyW8iP > .row .container { border-width: 0; border-radius: 0; }#P1zlm986Hsc7kLuuL0yoDtOPPybyW8iP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P1zlm986Hsc7kLuuL0yoDtOPPybyW8iP > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:75rem;position:relative;display:block; }#XEhpe06CxFxtHfpzcb4aDkIxJWUSqXW4 { color:#3c84aa;display:block;width:75rem;position:absolute;font-family:larken;font-size:2.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.5625rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bV8Xot55aJpG7Lacv9OUKZcgbksP6aQ5 { position:absolute;display:block;z-index:15005;background-color:#f98049;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.3125rem;width:7.5rem;top:7.5rem;left:33.75rem;display:block; }
#bbMVAQMVNdrL2HaF2nTBqQvUqdH7eQfu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bbMVAQMVNdrL2HaF2nTBqQvUqdH7eQfu > .row .container { background-color: transparent; background-image: none; }#bbMVAQMVNdrL2HaF2nTBqQvUqdH7eQfu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbMVAQMVNdrL2HaF2nTBqQvUqdH7eQfu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbMVAQMVNdrL2HaF2nTBqQvUqdH7eQfu > .row .container > .video-iframe-container { display: none; }#bbMVAQMVNdrL2HaF2nTBqQvUqdH7eQfu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbMVAQMVNdrL2HaF2nTBqQvUqdH7eQfu > .row > .video-iframe-container { display: none; }#bbMVAQMVNdrL2HaF2nTBqQvUqdH7eQfu > .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); }#bbMVAQMVNdrL2HaF2nTBqQvUqdH7eQfu > .row .container { border-width: 0; border-radius: 0; }#bbMVAQMVNdrL2HaF2nTBqQvUqdH7eQfu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bbMVAQMVNdrL2HaF2nTBqQvUqdH7eQfu > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:75rem;position:relative;display:block; }#QVTsOdVZ4PI2Hn9MGaXAdG3R2X09Orrt { color:#3c84aa;display:block;width:52.4375rem;position:absolute;font-family:"noto sans";font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.0625rem;left:10.375rem;height:1.625rem;font-style:normal;display:block; }
#HFxdva2mvhWNnMdlVczkmDaoTw8V8N7H { color:#f98049;display:block;width:2.4375rem;position:absolute;font-family:"noto sans";font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8125rem;left:62.25rem;height:1.94986875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#RcV7ATBayvcfZT5nGZtOET5qB3UVOyEp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RcV7ATBayvcfZT5nGZtOET5qB3UVOyEp > .row .container { background-color: transparent; background-image: none; }#RcV7ATBayvcfZT5nGZtOET5qB3UVOyEp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcV7ATBayvcfZT5nGZtOET5qB3UVOyEp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcV7ATBayvcfZT5nGZtOET5qB3UVOyEp > .row .container > .video-iframe-container { display: none; }#RcV7ATBayvcfZT5nGZtOET5qB3UVOyEp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcV7ATBayvcfZT5nGZtOET5qB3UVOyEp > .row > .video-iframe-container { display: none; }#RcV7ATBayvcfZT5nGZtOET5qB3UVOyEp > .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); }#RcV7ATBayvcfZT5nGZtOET5qB3UVOyEp > .row .container { border-width: 0; border-radius: 0; }#RcV7ATBayvcfZT5nGZtOET5qB3UVOyEp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RcV7ATBayvcfZT5nGZtOET5qB3UVOyEp > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;position:relative;display:block; }#OmXZ5THMCEK5E36ygoZUF1d7dk6C1E4T { color:#55636f;display:block;width:51.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:0.625rem;left:12.03125rem;height:;text-align:left;text-align-last:left;display:block; }#OmXZ5THMCEK5E36ygoZUF1d7dk6C1E4T li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#OmXZ5THMCEK5E36ygoZUF1d7dk6C1E4T li:before{  }
#uMc6SPaEnBF4DB1ikmBkqrhLx45lCGQv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uMc6SPaEnBF4DB1ikmBkqrhLx45lCGQv > .row .container { background-color: transparent; background-image: none; }#uMc6SPaEnBF4DB1ikmBkqrhLx45lCGQv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMc6SPaEnBF4DB1ikmBkqrhLx45lCGQv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMc6SPaEnBF4DB1ikmBkqrhLx45lCGQv > .row .container > .video-iframe-container { display: none; }#uMc6SPaEnBF4DB1ikmBkqrhLx45lCGQv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMc6SPaEnBF4DB1ikmBkqrhLx45lCGQv > .row > .video-iframe-container { display: none; }#uMc6SPaEnBF4DB1ikmBkqrhLx45lCGQv > .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); }#uMc6SPaEnBF4DB1ikmBkqrhLx45lCGQv > .row .container { border-width: 0; border-radius: 0; }#uMc6SPaEnBF4DB1ikmBkqrhLx45lCGQv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uMc6SPaEnBF4DB1ikmBkqrhLx45lCGQv > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:75rem;position:relative;display:block; }#r9SB9Z3dIVToWwIl4NTgSSqrI9lCxiEM { color:#3c84aa;display:block;width:52.4375rem;position:absolute;font-family:"noto sans";font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.0625rem;left:10.375rem;height:1.625rem;font-style:normal;display:block; }
#PqgyVhLhebVNsBK8fES8Qq6ZZcf3hmSy { color:#f98049;display:block;width:2.4375rem;position:absolute;font-family:"noto sans";font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8125rem;left:62.25rem;height:1.94986875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#JWf3VKAAXfnTe9zwoTqPgBe3Ec5JSH5U { position:absolute;display:block;z-index:15006;background-color:#f98049;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:54.625rem;top:0rem;left:10.375rem;display:block; }
#SoFCSy8F20iKMn3lvlNrkXAqb7XT2PDF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SoFCSy8F20iKMn3lvlNrkXAqb7XT2PDF > .row .container { background-color: transparent; background-image: none; }#SoFCSy8F20iKMn3lvlNrkXAqb7XT2PDF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SoFCSy8F20iKMn3lvlNrkXAqb7XT2PDF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SoFCSy8F20iKMn3lvlNrkXAqb7XT2PDF > .row .container > .video-iframe-container { display: none; }#SoFCSy8F20iKMn3lvlNrkXAqb7XT2PDF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SoFCSy8F20iKMn3lvlNrkXAqb7XT2PDF > .row > .video-iframe-container { display: none; }#SoFCSy8F20iKMn3lvlNrkXAqb7XT2PDF > .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); }#SoFCSy8F20iKMn3lvlNrkXAqb7XT2PDF > .row .container { border-width: 0; border-radius: 0; }#SoFCSy8F20iKMn3lvlNrkXAqb7XT2PDF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SoFCSy8F20iKMn3lvlNrkXAqb7XT2PDF > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:block; }#JkgKQk7BCPIFfikvusc03BXoiwqp15pK { color:#55636f;display:block;width:50.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:0.625rem;left:12.03125rem;height:;text-align:left;text-align-last:left;display:block; }#JkgKQk7BCPIFfikvusc03BXoiwqp15pK li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#JkgKQk7BCPIFfikvusc03BXoiwqp15pK li:before{  }
#IIkG8fk3AgeItW8QGqGiulBiAo8pwaal { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IIkG8fk3AgeItW8QGqGiulBiAo8pwaal > .row .container { background-color: transparent; background-image: none; }#IIkG8fk3AgeItW8QGqGiulBiAo8pwaal::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IIkG8fk3AgeItW8QGqGiulBiAo8pwaal > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IIkG8fk3AgeItW8QGqGiulBiAo8pwaal > .row .container > .video-iframe-container { display: none; }#IIkG8fk3AgeItW8QGqGiulBiAo8pwaal > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IIkG8fk3AgeItW8QGqGiulBiAo8pwaal > .row > .video-iframe-container { display: none; }#IIkG8fk3AgeItW8QGqGiulBiAo8pwaal > .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); }#IIkG8fk3AgeItW8QGqGiulBiAo8pwaal > .row .container { border-width: 0; border-radius: 0; }#IIkG8fk3AgeItW8QGqGiulBiAo8pwaal > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IIkG8fk3AgeItW8QGqGiulBiAo8pwaal > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:75rem;position:relative;display:block; }#Dh1I4XvmafF1ezNSFba38qUIUkhC4zod { color:#3c84aa;display:block;width:52.4375rem;position:absolute;font-family:"noto sans";font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.0625rem;left:10.375rem;height:1.625rem;font-style:normal;display:block; }
#wZAVx0X2Z8rqf5Jx5PKhNR2TXxIqf7kq { color:#f98049;display:block;width:2.4375rem;position:absolute;font-family:"noto sans";font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8125rem;left:62.25rem;height:1.94986875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#VizW9huQ293XGb37l532nLbhTMr9NhOe { position:absolute;display:block;z-index:15007;background-color:#f98049;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:54.625rem;top:0rem;left:10.375rem;display:block; }
#KP38aX4eHX9AQ8bNEGoD10G18WdREdZR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KP38aX4eHX9AQ8bNEGoD10G18WdREdZR > .row .container { background-color: transparent; background-image: none; }#KP38aX4eHX9AQ8bNEGoD10G18WdREdZR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KP38aX4eHX9AQ8bNEGoD10G18WdREdZR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KP38aX4eHX9AQ8bNEGoD10G18WdREdZR > .row .container > .video-iframe-container { display: none; }#KP38aX4eHX9AQ8bNEGoD10G18WdREdZR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KP38aX4eHX9AQ8bNEGoD10G18WdREdZR > .row > .video-iframe-container { display: none; }#KP38aX4eHX9AQ8bNEGoD10G18WdREdZR > .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); }#KP38aX4eHX9AQ8bNEGoD10G18WdREdZR > .row .container { border-width: 0; border-radius: 0; }#KP38aX4eHX9AQ8bNEGoD10G18WdREdZR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KP38aX4eHX9AQ8bNEGoD10G18WdREdZR > .row .container { font-size:0.875rem;font-family:arial;height:9.75rem;width:75rem;position:relative;display:block; }#krwFTgsqmFOSGiNSqPR2nEModwiAQBS3 { color:#55636f;display:block;width:51.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:0.625rem;left:12.03125rem;height:;text-align:left;text-align-last:left;display:block; }#krwFTgsqmFOSGiNSqPR2nEModwiAQBS3 li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#krwFTgsqmFOSGiNSqPR2nEModwiAQBS3 li:before{  }
#UwtGg1FcykPNkKOunzvh68WuMXiGes50 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UwtGg1FcykPNkKOunzvh68WuMXiGes50 > .row .container { background-color: transparent; background-image: none; }#UwtGg1FcykPNkKOunzvh68WuMXiGes50::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UwtGg1FcykPNkKOunzvh68WuMXiGes50 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UwtGg1FcykPNkKOunzvh68WuMXiGes50 > .row .container > .video-iframe-container { display: none; }#UwtGg1FcykPNkKOunzvh68WuMXiGes50 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UwtGg1FcykPNkKOunzvh68WuMXiGes50 > .row > .video-iframe-container { display: none; }#UwtGg1FcykPNkKOunzvh68WuMXiGes50 > .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); }#UwtGg1FcykPNkKOunzvh68WuMXiGes50 > .row .container { border-width: 0; border-radius: 0; }#UwtGg1FcykPNkKOunzvh68WuMXiGes50 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UwtGg1FcykPNkKOunzvh68WuMXiGes50 > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:75rem;position:relative;display:block; }#vqMIW5TzdGTEloNTMu9fF1WEfURGcGUD { color:#3c84aa;display:block;width:52.4375rem;position:absolute;font-family:"noto sans";font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.0625rem;left:10.375rem;height:1.625rem;font-style:normal;display:block; }
#pqtrlT2VConwCH887e1qvWf5LpEmqZCU { color:#f98049;display:block;width:2.4375rem;position:absolute;font-family:"noto sans";font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8125rem;left:62.25rem;height:1.94986875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#kmBkqL3H98y4I9FgLi7F6sbH4lEOg48E { position:absolute;display:block;z-index:15007;background-color:#f98049;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:54.625rem;top:0rem;left:10.375rem;display:block; }
#AfXo4uNGfTqWUnM8J96idADieb1WVDku { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AfXo4uNGfTqWUnM8J96idADieb1WVDku > .row .container { background-color: transparent; background-image: none; }#AfXo4uNGfTqWUnM8J96idADieb1WVDku::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AfXo4uNGfTqWUnM8J96idADieb1WVDku > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AfXo4uNGfTqWUnM8J96idADieb1WVDku > .row .container > .video-iframe-container { display: none; }#AfXo4uNGfTqWUnM8J96idADieb1WVDku > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AfXo4uNGfTqWUnM8J96idADieb1WVDku > .row > .video-iframe-container { display: none; }#AfXo4uNGfTqWUnM8J96idADieb1WVDku > .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); }#AfXo4uNGfTqWUnM8J96idADieb1WVDku > .row .container { border-width: 0; border-radius: 0; }#AfXo4uNGfTqWUnM8J96idADieb1WVDku > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AfXo4uNGfTqWUnM8J96idADieb1WVDku > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#S2rS8XsgMTkDCSVTNtdVusTbBfs6I0vt { color:#55636f;display:block;width:51.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:0.625rem;left:12.03125rem;height:;text-align:left;text-align-last:left;display:block; }#S2rS8XsgMTkDCSVTNtdVusTbBfs6I0vt li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#S2rS8XsgMTkDCSVTNtdVusTbBfs6I0vt li:before{  }
#PrBnUQwGVwed5GgasEndNdCX07uogGPD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PrBnUQwGVwed5GgasEndNdCX07uogGPD > .row .container { background-color: transparent; background-image: none; }#PrBnUQwGVwed5GgasEndNdCX07uogGPD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PrBnUQwGVwed5GgasEndNdCX07uogGPD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PrBnUQwGVwed5GgasEndNdCX07uogGPD > .row .container > .video-iframe-container { display: none; }#PrBnUQwGVwed5GgasEndNdCX07uogGPD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PrBnUQwGVwed5GgasEndNdCX07uogGPD > .row > .video-iframe-container { display: none; }#PrBnUQwGVwed5GgasEndNdCX07uogGPD > .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); }#PrBnUQwGVwed5GgasEndNdCX07uogGPD > .row .container { border-width: 0; border-radius: 0; }#PrBnUQwGVwed5GgasEndNdCX07uogGPD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PrBnUQwGVwed5GgasEndNdCX07uogGPD > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:75rem;position:relative;display:block; }#yta8V7VGp1rSpy8BEpORUu9lCXZBD4Uw { color:#3c84aa;display:block;width:52.4375rem;position:absolute;font-family:"noto sans";font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.0625rem;left:10.375rem;height:1.625rem;font-style:normal;display:block; }
#KnUD1TdB6T16s0IvKvttoDv7S5bTqZOo { color:#f98049;display:block;width:2.4375rem;position:absolute;font-family:"noto sans";font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8125rem;left:62.25rem;height:1.94986875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#QEvK8CtIVN3p5OXPP6GkcTn1xILacAUJ { position:absolute;display:block;z-index:15008;background-color:#f98049;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:54.625rem;top:0rem;left:10.375rem;display:block; }
#KRBxV6yPa97Mcc2S9QcPrIacSEyNPzTe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KRBxV6yPa97Mcc2S9QcPrIacSEyNPzTe > .row .container { background-color: transparent; background-image: none; }#KRBxV6yPa97Mcc2S9QcPrIacSEyNPzTe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRBxV6yPa97Mcc2S9QcPrIacSEyNPzTe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRBxV6yPa97Mcc2S9QcPrIacSEyNPzTe > .row .container > .video-iframe-container { display: none; }#KRBxV6yPa97Mcc2S9QcPrIacSEyNPzTe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRBxV6yPa97Mcc2S9QcPrIacSEyNPzTe > .row > .video-iframe-container { display: none; }#KRBxV6yPa97Mcc2S9QcPrIacSEyNPzTe > .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); }#KRBxV6yPa97Mcc2S9QcPrIacSEyNPzTe > .row .container { border-width: 0; border-radius: 0; }#KRBxV6yPa97Mcc2S9QcPrIacSEyNPzTe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KRBxV6yPa97Mcc2S9QcPrIacSEyNPzTe > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:75rem;position:relative;display:block; }#aTf9DTJnrzaOZmeXinqUrLMWfOaGlWZe { color:#55636f;display:block;width:51.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:0.625rem;left:12.03125rem;height:;text-align:left;text-align-last:left;display:block; }#aTf9DTJnrzaOZmeXinqUrLMWfOaGlWZe li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#aTf9DTJnrzaOZmeXinqUrLMWfOaGlWZe li:before{  }
#dCgNdOO2O1XZtTGblB9eUm08TSPs21i4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dCgNdOO2O1XZtTGblB9eUm08TSPs21i4 > .row .container { background-color: transparent; background-image: none; }#dCgNdOO2O1XZtTGblB9eUm08TSPs21i4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCgNdOO2O1XZtTGblB9eUm08TSPs21i4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCgNdOO2O1XZtTGblB9eUm08TSPs21i4 > .row .container > .video-iframe-container { display: none; }#dCgNdOO2O1XZtTGblB9eUm08TSPs21i4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCgNdOO2O1XZtTGblB9eUm08TSPs21i4 > .row > .video-iframe-container { display: none; }#dCgNdOO2O1XZtTGblB9eUm08TSPs21i4 > .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); }#dCgNdOO2O1XZtTGblB9eUm08TSPs21i4 > .row .container { border-width: 0; border-radius: 0; }#dCgNdOO2O1XZtTGblB9eUm08TSPs21i4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dCgNdOO2O1XZtTGblB9eUm08TSPs21i4 > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:75rem;position:relative;display:block; }#HovlVV90nMiRNSQIkbzaWqtI3JAdE9vs { color:#3c84aa;display:block;width:52.4375rem;position:absolute;font-family:"noto sans";font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.0625rem;left:10.375rem;height:1.625rem;font-style:normal;display:block; }
#Zr2GGuL9qThoFFWgmfToD2KXW9m9BQHB { color:#f98049;display:block;width:2.4375rem;position:absolute;font-family:"noto sans";font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8125rem;left:62.25rem;height:1.94986875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#p3LZoi1rhZbK6REELTTfUXC8OOoyzD5I { position:absolute;display:block;z-index:15009;background-color:#f98049;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:54.625rem;top:0rem;left:10.375rem;display:block; }
#QD2ETBJtccnc7NTkdTsHBmWoZg1IWECI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QD2ETBJtccnc7NTkdTsHBmWoZg1IWECI > .row .container { background-color: transparent; background-image: none; }#QD2ETBJtccnc7NTkdTsHBmWoZg1IWECI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QD2ETBJtccnc7NTkdTsHBmWoZg1IWECI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QD2ETBJtccnc7NTkdTsHBmWoZg1IWECI > .row .container > .video-iframe-container { display: none; }#QD2ETBJtccnc7NTkdTsHBmWoZg1IWECI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QD2ETBJtccnc7NTkdTsHBmWoZg1IWECI > .row > .video-iframe-container { display: none; }#QD2ETBJtccnc7NTkdTsHBmWoZg1IWECI > .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); }#QD2ETBJtccnc7NTkdTsHBmWoZg1IWECI > .row .container { border-width: 0; border-radius: 0; }#QD2ETBJtccnc7NTkdTsHBmWoZg1IWECI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QD2ETBJtccnc7NTkdTsHBmWoZg1IWECI > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:75rem;position:relative;display:block; }#igdqX41bTc809wPUSs6uADhhGl28lECO { color:#55636f;display:block;width:51.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:0.625rem;left:12.03125rem;height:;text-align:left;text-align-last:left;display:block; }#igdqX41bTc809wPUSs6uADhhGl28lECO li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#igdqX41bTc809wPUSs6uADhhGl28lECO li:before{  }
#eBdviEoEnaMX6NiaTKVLgarMcFCi55eG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eBdviEoEnaMX6NiaTKVLgarMcFCi55eG > .row .container { background-color: transparent; background-image: none; }#eBdviEoEnaMX6NiaTKVLgarMcFCi55eG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eBdviEoEnaMX6NiaTKVLgarMcFCi55eG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eBdviEoEnaMX6NiaTKVLgarMcFCi55eG > .row .container > .video-iframe-container { display: none; }#eBdviEoEnaMX6NiaTKVLgarMcFCi55eG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eBdviEoEnaMX6NiaTKVLgarMcFCi55eG > .row > .video-iframe-container { display: none; }#eBdviEoEnaMX6NiaTKVLgarMcFCi55eG > .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); }#eBdviEoEnaMX6NiaTKVLgarMcFCi55eG > .row .container { border-width: 0; border-radius: 0; }#eBdviEoEnaMX6NiaTKVLgarMcFCi55eG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eBdviEoEnaMX6NiaTKVLgarMcFCi55eG > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:75rem;position:relative;display:block; }#tQ7R4sdv4srQKIZc7D391oWpFg8GQkeZ { color:#3c84aa;display:block;width:52.4375rem;position:absolute;font-family:"noto sans";font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.0625rem;left:10.375rem;height:1.625rem;font-style:normal;display:block; }
#ABNwWwTumi4tDs1sim1TOH0A1KqeqR3U { color:#f98049;display:block;width:2.4375rem;position:absolute;font-family:"noto sans";font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8125rem;left:62.25rem;height:1.94986875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#QEFGKiu2swN2f6IsLbB2GMTQbmnhuSPx { position:absolute;display:block;z-index:15010;background-color:#f98049;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:54.625rem;top:0rem;left:10.375rem;display:block; }
#aaLmC7n0p2s0s5lQs0HT3nU7aLcd5icv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aaLmC7n0p2s0s5lQs0HT3nU7aLcd5icv > .row .container { background-color: transparent; background-image: none; }#aaLmC7n0p2s0s5lQs0HT3nU7aLcd5icv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaLmC7n0p2s0s5lQs0HT3nU7aLcd5icv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaLmC7n0p2s0s5lQs0HT3nU7aLcd5icv > .row .container > .video-iframe-container { display: none; }#aaLmC7n0p2s0s5lQs0HT3nU7aLcd5icv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaLmC7n0p2s0s5lQs0HT3nU7aLcd5icv > .row > .video-iframe-container { display: none; }#aaLmC7n0p2s0s5lQs0HT3nU7aLcd5icv > .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); }#aaLmC7n0p2s0s5lQs0HT3nU7aLcd5icv > .row .container { border-width: 0; border-radius: 0; }#aaLmC7n0p2s0s5lQs0HT3nU7aLcd5icv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aaLmC7n0p2s0s5lQs0HT3nU7aLcd5icv > .row .container { font-size:0.875rem;font-family:arial;height:9.875rem;width:75rem;position:relative;display:block; }#FDitFHd6rrJ7dglTNzqkff3RgxxugZWI { color:#55636f;display:block;width:51.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:0.625rem;left:12.03125rem;height:;text-align:left;text-align-last:left;display:block; }#FDitFHd6rrJ7dglTNzqkff3RgxxugZWI li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#FDitFHd6rrJ7dglTNzqkff3RgxxugZWI li:before{  }
#GgpUHUAqkS5dgCdOZTfphJQ4xJGEHxJP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GgpUHUAqkS5dgCdOZTfphJQ4xJGEHxJP > .row .container { background-color: transparent; background-image: none; }#GgpUHUAqkS5dgCdOZTfphJQ4xJGEHxJP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GgpUHUAqkS5dgCdOZTfphJQ4xJGEHxJP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GgpUHUAqkS5dgCdOZTfphJQ4xJGEHxJP > .row .container > .video-iframe-container { display: none; }#GgpUHUAqkS5dgCdOZTfphJQ4xJGEHxJP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GgpUHUAqkS5dgCdOZTfphJQ4xJGEHxJP > .row > .video-iframe-container { display: none; }#GgpUHUAqkS5dgCdOZTfphJQ4xJGEHxJP > .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); }#GgpUHUAqkS5dgCdOZTfphJQ4xJGEHxJP > .row .container { border-width: 0; border-radius: 0; }#GgpUHUAqkS5dgCdOZTfphJQ4xJGEHxJP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GgpUHUAqkS5dgCdOZTfphJQ4xJGEHxJP > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:75rem;position:relative;display:block; }#iwSTQiTf5qqiXqaon47T219Wz3Q7R3x5 { color:#3c84aa;display:block;width:52.4375rem;position:absolute;font-family:"noto sans";font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.0625rem;left:10.375rem;height:1.625rem;font-style:normal;display:block; }
#QxSDND7R2XuNbcF2yMAOtSP7hqs2tHVZ { color:#f98049;display:block;width:2.4375rem;position:absolute;font-family:"noto sans";font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8125rem;left:62.25rem;height:1.94986875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#VDoPz7QXcN9ibP2VdkXDoqJ9hTCvvoE9 { position:absolute;display:block;z-index:15011;background-color:#f98049;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:54.625rem;top:0rem;left:10.375rem;display:block; }
#RZBHQMuJHdEgh9Ky5ypfcxmxA1a1fpf1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RZBHQMuJHdEgh9Ky5ypfcxmxA1a1fpf1 > .row .container { background-color: transparent; background-image: none; }#RZBHQMuJHdEgh9Ky5ypfcxmxA1a1fpf1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZBHQMuJHdEgh9Ky5ypfcxmxA1a1fpf1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZBHQMuJHdEgh9Ky5ypfcxmxA1a1fpf1 > .row .container > .video-iframe-container { display: none; }#RZBHQMuJHdEgh9Ky5ypfcxmxA1a1fpf1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZBHQMuJHdEgh9Ky5ypfcxmxA1a1fpf1 > .row > .video-iframe-container { display: none; }#RZBHQMuJHdEgh9Ky5ypfcxmxA1a1fpf1 > .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); }#RZBHQMuJHdEgh9Ky5ypfcxmxA1a1fpf1 > .row .container { border-width: 0; border-radius: 0; }#RZBHQMuJHdEgh9Ky5ypfcxmxA1a1fpf1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RZBHQMuJHdEgh9Ky5ypfcxmxA1a1fpf1 > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:75rem;position:relative;display:block; }#xkVsJ1FqsV85StGwmL4dKP2kKlVlcPug { color:#55636f;display:block;width:51.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:0.625rem;left:12.03125rem;height:6.09863125rem;text-align:left;text-align-last:left;display:block; }#xkVsJ1FqsV85StGwmL4dKP2kKlVlcPug li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#xkVsJ1FqsV85StGwmL4dKP2kKlVlcPug li:before{  }
#wzQtoJxB4rDbSWI9l2l6gpXsn5XxqUIx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wzQtoJxB4rDbSWI9l2l6gpXsn5XxqUIx > .row .container { background-color: transparent; background-image: none; }#wzQtoJxB4rDbSWI9l2l6gpXsn5XxqUIx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzQtoJxB4rDbSWI9l2l6gpXsn5XxqUIx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzQtoJxB4rDbSWI9l2l6gpXsn5XxqUIx > .row .container > .video-iframe-container { display: none; }#wzQtoJxB4rDbSWI9l2l6gpXsn5XxqUIx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzQtoJxB4rDbSWI9l2l6gpXsn5XxqUIx > .row > .video-iframe-container { display: none; }#wzQtoJxB4rDbSWI9l2l6gpXsn5XxqUIx > .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); }#wzQtoJxB4rDbSWI9l2l6gpXsn5XxqUIx > .row .container { border-width: 0; border-radius: 0; }#wzQtoJxB4rDbSWI9l2l6gpXsn5XxqUIx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wzQtoJxB4rDbSWI9l2l6gpXsn5XxqUIx > .row .container { font-size:0.875rem;font-family:arial;height:13.4375rem;width:75rem;position:relative;display:block; }#RqX7H0zhyPKGyhKW68oBSIhlrQJk3fiT { background-color:#f98049;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.4375rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:3rem;left:22.28125rem;display:block; }
#Ze18otEp559r7rDip4mqG0GzIuxeXifF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#USysubkOMi0lyw1hyOQxscMx6RWCkTeo { position:relative;display:block; }#USysubkOMi0lyw1hyOQxscMx6RWCkTeo { background-color: transparent; background-image: none; }#USysubkOMi0lyw1hyOQxscMx6RWCkTeo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USysubkOMi0lyw1hyOQxscMx6RWCkTeo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USysubkOMi0lyw1hyOQxscMx6RWCkTeo > .row .container > .video-iframe-container { display: none; }#USysubkOMi0lyw1hyOQxscMx6RWCkTeo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USysubkOMi0lyw1hyOQxscMx6RWCkTeo > .row > .video-iframe-container { display: none; }#USysubkOMi0lyw1hyOQxscMx6RWCkTeo > .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); }#USysubkOMi0lyw1hyOQxscMx6RWCkTeo { border-width: 0; border-radius: 0; }#USysubkOMi0lyw1hyOQxscMx6RWCkTeo > .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; }#USysubkOMi0lyw1hyOQxscMx6RWCkTeo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13.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:block; }#VSz2fTefnwIpkGQ2IWs7vLt5TeDeIHl5 { position:absolute;display:block;z-index:15012;background-color:#f98049;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.3125rem;width:7.5rem;top:11.125rem;left:33.75rem;display:block; }
#W4W6EgNo6kpDgERWIuL2MUoQd7F8yB7h { color:#3c84aa;display:block;width:75rem;position:absolute;font-family:larken;font-size:2.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:6.75rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cXSZ9v0lE544yl8RBauxytB05bcngAer { position:relative;display:block; }#cXSZ9v0lE544yl8RBauxytB05bcngAer { background-color: transparent; background-image: none; }#cXSZ9v0lE544yl8RBauxytB05bcngAer::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXSZ9v0lE544yl8RBauxytB05bcngAer > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXSZ9v0lE544yl8RBauxytB05bcngAer > .row .container > .video-iframe-container { display: none; }#cXSZ9v0lE544yl8RBauxytB05bcngAer > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXSZ9v0lE544yl8RBauxytB05bcngAer > .row > .video-iframe-container { display: none; }#cXSZ9v0lE544yl8RBauxytB05bcngAer > .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); }#cXSZ9v0lE544yl8RBauxytB05bcngAer { border-width: 0; border-radius: 0; }#cXSZ9v0lE544yl8RBauxytB05bcngAer > .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; }#cXSZ9v0lE544yl8RBauxytB05bcngAer > .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:31rem;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; }#ixfGS5z6yWtvARe5SFnoTOJQ2gFNf0ZI { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:1.5625rem;left:17.5rem;display:block; }
#hCqhAc58KL4pJR9WRHzlqcvKsUg8PkVN { position:relative;display:block; }#hCqhAc58KL4pJR9WRHzlqcvKsUg8PkVN { background-color: transparent; background-image: none; }#hCqhAc58KL4pJR9WRHzlqcvKsUg8PkVN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hCqhAc58KL4pJR9WRHzlqcvKsUg8PkVN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hCqhAc58KL4pJR9WRHzlqcvKsUg8PkVN > .row .container > .video-iframe-container { display: none; }#hCqhAc58KL4pJR9WRHzlqcvKsUg8PkVN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hCqhAc58KL4pJR9WRHzlqcvKsUg8PkVN > .row > .video-iframe-container { display: none; }#hCqhAc58KL4pJR9WRHzlqcvKsUg8PkVN > .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); }#hCqhAc58KL4pJR9WRHzlqcvKsUg8PkVN { border-width: 0; border-radius: 0; }#hCqhAc58KL4pJR9WRHzlqcvKsUg8PkVN > .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; }#hCqhAc58KL4pJR9WRHzlqcvKsUg8PkVN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:20.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; }#zKb4MowCBeTk9c7qDeLgG1vHqSiTutkK { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-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.8125rem;width:11.3125rem;top:0rem;left:6.84375rem;overflow:hidden;display:block; }
#DCWtBbVkpau8nPfhGD0xLrGBwc62lTRl { position:absolute;display:block;z-index:15001;border-top:0.4375rem solid #ffffff;border-left:0.4375rem solid #ffffff;border-right:0.4375rem solid #ffffff;border-bottom:0.4375rem solid #ffffff;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 1.6875rem rgba(0,0,0,0.21) ;height:10.625rem;width:10.625rem;top:1.25rem;left:6.75rem;overflow:hidden;display:block; }
#SXIKXCuMbDN9yyBuTx2yW9NhbnChAKDg { color:#3c84aa;display:block;width:18.6875rem;position:absolute;font-family:larken;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:13.8125rem;left:3.15625rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iI0ZitfloEEzvJ3vEpMoA6MXx9ThVuUv { z-index:15013;top:16.125rem;left:9.125rem;background-color:#f98049;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.75rem;height:2rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#SIrSHTStCIo6H1fCHgruqCXWnHBt2V7c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MQLLTypM9TvQkVTAb14fr5MIBmNcTh6a { 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:18.8125rem;width:11.3125rem;top:0.625rem;left:31.84375rem;overflow:hidden;display:block; }
#wkAxh5BF6XMyTWRIphkPwmf2MA9ymI0T { position:absolute;display:block;z-index:15001;border-top:0.4375rem solid #ffffff;border-left:0.4375rem solid #ffffff;border-right:0.4375rem solid #ffffff;border-bottom:0.4375rem solid #ffffff;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 1.6875rem rgba(0,0,0,0.21) ;height:10.3125rem;width:10.3125rem;top:1.40625rem;left:31.75rem;overflow:hidden;display:block; }
#SNg8Rhtrr06LtyENRpTSqPaQuBwumefU { color:#3c84aa;display:block;width:18.6875rem;position:absolute;font-family:larken;font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:13.8125rem;left:28.15625rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oWKPWxdHBCK97qfMDO599puIisTN7FTb { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-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:19.125rem;width:11.4375rem;top:0rem;left:56.78125rem;overflow:hidden;display:block; }
#MdGqaZOXe9G0I821nz1K2Ml3yaOpEZ0B { position:absolute;display:block;z-index:15007;border-top:0.4375rem solid #ffffff;border-left:0.4375rem solid #ffffff;border-right:0.4375rem solid #ffffff;border-bottom:0.4375rem solid #ffffff;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 1.6875rem rgba(0,0,0,0.21) ;height:10.625rem;width:10.625rem;top:1.25rem;left:56.75rem;overflow:hidden;display:block; }
#nPsvCw8AWO3ZIn0pAl9CyxIqdsAi6Bb8 { color:#3c84aa;display:block;width:18.6875rem;position:absolute;font-family:larken;font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13.8125rem;left:53.15625rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dSqpFs7c59fyEJhmabvlvn0gdJxD0I6d { z-index:15014;top:16.125rem;left:34.125rem;background-color:#f98049;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.75rem;height:2rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#dK9fIT819Gv20ZA581IOekk8UMegl3mT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JEtBFcSLiQRHvLKXpFZSp57fPRmI7zLo { z-index:15015;top:16.125rem;left:59.125rem;background-color:#f98049;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.75rem;height:2rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#IEydeRQvV9LxX3Vlmp96SV8sdTSM4g2t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bp1orsKoqdLhlfTzfSSe517RQ4Bbx53F { position:relative;display:block; }#Bp1orsKoqdLhlfTzfSSe517RQ4Bbx53F { background-color: transparent; background-image: none; }#Bp1orsKoqdLhlfTzfSSe517RQ4Bbx53F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bp1orsKoqdLhlfTzfSSe517RQ4Bbx53F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bp1orsKoqdLhlfTzfSSe517RQ4Bbx53F > .row .container > .video-iframe-container { display: none; }#Bp1orsKoqdLhlfTzfSSe517RQ4Bbx53F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bp1orsKoqdLhlfTzfSSe517RQ4Bbx53F > .row > .video-iframe-container { display: none; }#Bp1orsKoqdLhlfTzfSSe517RQ4Bbx53F > .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); }#Bp1orsKoqdLhlfTzfSSe517RQ4Bbx53F { border-width: 0; border-radius: 0; }#Bp1orsKoqdLhlfTzfSSe517RQ4Bbx53F > .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; }#Bp1orsKoqdLhlfTzfSSe517RQ4Bbx53F > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:20.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; }#oeVJeAVEArnzUDTNe4T12DbKvgCTRa4T { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-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.8125rem;width:11.3125rem;top:0rem;left:6.84375rem;overflow:hidden;display:block; }
#ClRsvH7xl5G1SlHtT0oUCBao1dC3IzAv { color:#3c84aa;display:block;width:18.6875rem;position:absolute;font-family:larken;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:13.8125rem;left:3.15625rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FlGf58iw9IUkpB3g3srpQ2zCTX9kaPTS { 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:18.8125rem;width:11.3125rem;top:0.625rem;left:31.84375rem;overflow:hidden;display:block; }
#EphKcUiZS4LmlZ98cZfgcC03SHEFgiex { color:#3c84aa;display:block;width:18.6875rem;position:absolute;font-family:larken;font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:13.8125rem;left:28.15625rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b7rRG5MyLXhiV6sJuO35unrEBbFs0766 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-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:19.125rem;width:11.4375rem;top:0rem;left:56.78125rem;overflow:hidden;display:block; }
#sEUG7XmGbTB8LqiwpxLTHnRhxh7LmASK { position:absolute;display:block;z-index:15007;border-top:0.4375rem solid #ffffff;border-left:0.4375rem solid #ffffff;border-right:0.4375rem solid #ffffff;border-bottom:0.4375rem solid #ffffff;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 1.6875rem rgba(0,0,0,0.21) ;height:10.625rem;width:10.625rem;top:1.25rem;left:31.75rem;overflow:hidden;display:block; }
#oNOFcnhBbfyoFHVblzsAMJvDNVORFOXs { color:#3c84aa;display:block;width:18.6875rem;position:absolute;font-family:larken;font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13.8125rem;left:53.15625rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GTwUB6m7TIy7QAZco1uAsAQvIIoTiGZG { position:absolute;display:block;z-index:15008;border-top:0.4375rem solid #ffffff;border-left:0.4375rem solid #ffffff;border-right:0.4375rem solid #ffffff;border-bottom:0.4375rem solid #ffffff;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 1.6875rem rgba(0,0,0,0.21) ;height:10.625rem;width:10.625rem;top:1.25rem;left:56.75rem;overflow:hidden;display:block; }
#ox3f12bZpsCqc7itUKVRAEkww1NCwp4Q { position:absolute;display:block;z-index:15009;border-top:0.4375rem solid #ffffff;border-left:0.4375rem solid #ffffff;border-right:0.4375rem solid #ffffff;border-bottom:0.4375rem solid #ffffff;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 1.6875rem rgba(0,0,0,0.21) ;height:10.625rem;width:10.625rem;top:1.25rem;left:6.75rem;overflow:hidden;display:block; }
#J77FMyrWSICL4xlFbhybMggumQqFOuit { z-index:15014;top:16.1875rem;left:8.5rem;background-color:#f98049;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.75rem;height:2rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#f4z9TO8T1yGHaobT8S8dGwafuKs3Khwm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#agZsfncdgeSCWdIQDyGFmM5pLJdpuT6o { z-index:15015;top:16.1875rem;left:34.125rem;background-color:#f98049;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.75rem;height:2rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#BgJEgmVC7RPcKNBsKs1aB5LcBPRuPiwM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TlS8egSb1iTbFWvPrQlgBraHOcdPG0D9 { z-index:15016;top:16.1875rem;left:59.125rem;background-color:#f98049;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.75rem;height:2rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#lXwXixAfpK9X9CoDSca5gOIR0Ubbdf0p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FT1coBagBykkP1ZP0Hyn40V9XXmfO8Jv { position:relative;display:block; }#FT1coBagBykkP1ZP0Hyn40V9XXmfO8Jv { background-color: transparent; background-image: none; }#FT1coBagBykkP1ZP0Hyn40V9XXmfO8Jv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FT1coBagBykkP1ZP0Hyn40V9XXmfO8Jv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FT1coBagBykkP1ZP0Hyn40V9XXmfO8Jv > .row .container > .video-iframe-container { display: none; }#FT1coBagBykkP1ZP0Hyn40V9XXmfO8Jv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FT1coBagBykkP1ZP0Hyn40V9XXmfO8Jv > .row > .video-iframe-container { display: none; }#FT1coBagBykkP1ZP0Hyn40V9XXmfO8Jv > .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); }#FT1coBagBykkP1ZP0Hyn40V9XXmfO8Jv { border-width: 0; border-radius: 0; }#FT1coBagBykkP1ZP0Hyn40V9XXmfO8Jv > .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; }#FT1coBagBykkP1ZP0Hyn40V9XXmfO8Jv > .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:26.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; }#Ov5B4wART9h8nfLdX96am5AqZVPER0by { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-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.8125rem;width:11.3125rem;top:0rem;left:6.84375rem;overflow:hidden;display:block; }
#tagIdms1Hr2O6e6PqNbdxMADPIRxseiE { color:#3c84aa;display:block;width:18.6875rem;position:absolute;font-family:larken;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:13.75rem;left:3.15625rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C1Z3JqTC86k4xRupAs9wVAObFianKwMF { 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:18.8125rem;width:11.3125rem;top:0.625rem;left:31.84375rem;overflow:hidden;display:block; }
#Tu11XvEAGHJMSiKD7BpptFXlpgu0zNBP { color:#3c84aa;display:block;width:18.6875rem;position:absolute;font-family:larken;font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:13.75rem;left:28.15625rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Thn9JM3ect6f7hTMzwwQPLMCnyXXT6Uz { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-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:19.125rem;width:11.4375rem;top:0rem;left:56.78125rem;overflow:hidden;display:block; }
#N09GOcLVCP6VDtAqp7PE3ceXw4SEm4yS { position:absolute;display:block;z-index:15007;border-top:0.4375rem solid #ffffff;border-left:0.4375rem solid #ffffff;border-right:0.4375rem solid #ffffff;border-bottom:0.4375rem solid #ffffff;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 1.6875rem rgba(0,0,0,0.21) ;height:10.625rem;width:10.625rem;top:1.25rem;left:56.75rem;overflow:hidden;display:block; }
#ytFXzv30DsTbT3Qm2Qc9bA3LBzp5xAl4 { color:#3c84aa;display:block;width:18.6875rem;position:absolute;font-family:larken;font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13.75rem;left:53.15625rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WfxFFvOWeLMlTDNEad35vTH7icHazXiP { position:absolute;display:block;z-index:15008;border-top:0.4375rem solid #ffffff;border-left:0.4375rem solid #ffffff;border-right:0.4375rem solid #ffffff;border-bottom:0.4375rem solid #ffffff;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 1.6875rem rgba(0,0,0,0.21) ;height:10.625rem;width:10.625rem;top:1.25rem;left:31.75rem;overflow:hidden;display:block; }
#cQIB7xxCm6UbRPo8CFXFsvr0XwbTbCbb { position:absolute;display:block;z-index:15009;border-top:0.4375rem solid #ffffff;border-left:0.4375rem solid #ffffff;border-right:0.4375rem solid #ffffff;border-bottom:0.4375rem solid #ffffff;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 1.6875rem rgba(0,0,0,0.21) ;height:10.625rem;width:10.625rem;top:1.25rem;left:6.75rem;overflow:hidden;display:block; }
#kE0TF7JmJARzNbiu92XD3MT88Gy3Aaei { z-index:15017;top:16.25rem;left:9.125rem;background-color:#f98049;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.75rem;height:2rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#mfEqaUxBVcwES1nuKJvNcyvkmfM4seyB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GUS3upstftp9mt5N3vMFQOTanaJvzVv7 { z-index:15018;top:16.25rem;left:34.125rem;background-color:#f98049;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.75rem;height:2rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#dGoTDKFV431qv0MewTETcFNMuRTOABPR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TZNK4lcShPt1A5PGWinolgdEiF65Cs90 { z-index:15019;top:16.25rem;left:59.125rem;background-color:#f98049;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.75rem;height:2rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#mmksATte1ix8Uw9FTiCST52AX8EfpTkW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ygGo1QKKmaMk679mgzvovgDtqcPvyDfr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ygGo1QKKmaMk679mgzvovgDtqcPvyDfr > .row .container { background-color: transparent; background-image: none; }#ygGo1QKKmaMk679mgzvovgDtqcPvyDfr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygGo1QKKmaMk679mgzvovgDtqcPvyDfr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygGo1QKKmaMk679mgzvovgDtqcPvyDfr > .row .container > .video-iframe-container { display: none; }#ygGo1QKKmaMk679mgzvovgDtqcPvyDfr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygGo1QKKmaMk679mgzvovgDtqcPvyDfr > .row > .video-iframe-container { display: none; }#ygGo1QKKmaMk679mgzvovgDtqcPvyDfr > .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); }#ygGo1QKKmaMk679mgzvovgDtqcPvyDfr > .row .container { border-width: 0; border-radius: 0; }#ygGo1QKKmaMk679mgzvovgDtqcPvyDfr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ygGo1QKKmaMk679mgzvovgDtqcPvyDfr > .row .container { font-size:0.875rem;font-family:arial;height:59.8125rem;width:75rem;position:relative;display:block; }#LhEDamLXKlqcdJf512OBrwt1vkTTbIQG { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.15) ;height:7.5rem;width:70.25rem;top:12.5625rem;left:2.40625rem;display:block; }
#fgbmpcfT8KK8LvfMt2MAbKJQXv3XK4A4 { color:#55636f;display:block;width:66.625rem;position:absolute;font-family:"noto sans";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:13.75rem;left:4.1875rem;height:5.063475rem;font-style:normal;display:block; }
#pBu3SvsyTL4DsHmHLxdnJzeQyR1dfy2X { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid #f98049;border-left:0.0625rem solid #f98049;border-right:0.0625rem solid #f98049;border-bottom:0.0625rem solid #f98049;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.8125rem;width:19.25rem;top:16.25rem;left:54.875rem;display:block; }
#vT4B3mCKbmW9ZNTVDPk5HvO5ZMR9CQF2 { color:#3c84aa;display:block;width:17.5625rem;position:absolute;font-family:"noto sans";font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:20.9375rem;left:55.75rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WDfINdTOMvkmXgZbTGIWpyEvWL5SKlVT { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.15) ;height:7.5rem;width:70.3125rem;top:26.6875rem;left:2.34375rem;display:block; }
#delU1Mqu5pybs8cuR7mqGln087bsI8KU { color:#55636f;display:block;width:67rem;position:absolute;font-family:"noto sans";font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:27.9375rem;left:4.21875rem;height:5.063475rem;font-style:normal;display:block; }
#T2kZdanmi0TDpDmP1ABlqnCynu3CRK10 { position:absolute;display:block;z-index:15004;background-color:#f98049;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:19.25rem;top:30.40625rem;left:54.875rem;display:block; }
#ZHvwKVrHrlQyUL2tMssv0ieocs4kbfdd { color:#ffffff;display:block;width:15.4375rem;position:absolute;font-family:"noto sans";font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:35.1875rem;left:55.75rem;height:1.462675rem;font-style:normal;display:block; }
#eM3ygASlTfx3is7E4ffWGuD4d53DhRni { color:#3c84aa;display:block;width:75rem;position:absolute;font-family:larken;font-size:2.5rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:3.1875rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KX4WTkH9W2pwtw8ZIdA35MC8ItoTWmn2 { position:absolute;display:block;z-index:15014;background-color:#f98049;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.3125rem;width:7.5rem;top:8.5rem;left:33.75rem;display:block; }
#UDiP3Cq84S95uRamzDyAtDzMD8MhsPMB { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.15) ;height:7.5rem;width:70.3125rem;top:41.46875rem;left:2.34375rem;display:block; }
#KBsnmdOaEGJkxTX5nwls6hKEimwo1zDm { color:#55636f;display:block;width:66.0625rem;position:absolute;font-family:"noto sans";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:42.6875rem;left:4.25rem;height:5.063475rem;font-style:normal;display:block; }
#vlzHVUcWUCOyv1qSyIrZGa7T2gE9KGGe { position:absolute;display:block;z-index:15005;background-color:#3c84aa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:19.25rem;top:45.1875rem;left:54.875rem;display:block; }
#R7XDuCKneTUmrBlVhUhFUdm7Nv6emOIs { color:#ffffff;display:block;width:17.625rem;position:absolute;font-family:"noto sans";font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:49.71875rem;left:55.75rem;height:1.462675rem;font-style:normal;display:block; }
#GSPOZaAoyndp4tK65fmqyt7bMuiBz5XT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8cdc2;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; }#GSPOZaAoyndp4tK65fmqyt7bMuiBz5XT > .row .container { background-color: transparent; background-image: none; }#GSPOZaAoyndp4tK65fmqyt7bMuiBz5XT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GSPOZaAoyndp4tK65fmqyt7bMuiBz5XT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GSPOZaAoyndp4tK65fmqyt7bMuiBz5XT > .row .container > .video-iframe-container { display: none; }#GSPOZaAoyndp4tK65fmqyt7bMuiBz5XT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GSPOZaAoyndp4tK65fmqyt7bMuiBz5XT > .row > .video-iframe-container { display: none; }#GSPOZaAoyndp4tK65fmqyt7bMuiBz5XT > .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); }#GSPOZaAoyndp4tK65fmqyt7bMuiBz5XT > .row .container { border-width: 0; border-radius: 0; }#GSPOZaAoyndp4tK65fmqyt7bMuiBz5XT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GSPOZaAoyndp4tK65fmqyt7bMuiBz5XT > .row .container { font-size:0.875rem;font-family:arial;height:18.8125rem;width:75rem;position:relative;display:block; }#C8UOEmsEwZgvuLTDVtmy7Tb5sEd70QTv { color:#084265;display:block;width:75rem;position:absolute;font-family:larken;font-size:2.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:7.78125rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ObdBeC1QLtGephhsISiKvUuLiNRu86AC { position:absolute;display:block;z-index:15005;background-color:#f98049;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.3125rem;width:7.5rem;top:16.25rem;left:33.75rem;display:block; }
#Ie1Z7S7yf6pvC4HPKwbPnTsi4As87bNb { color:#084265;display:block;width:75rem;position:absolute;font-family:"noto sans";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.09375rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QG8F9zMwl7ndkzdWT5yaLMQu9eOv4zXW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8cdc2;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; }#QG8F9zMwl7ndkzdWT5yaLMQu9eOv4zXW > .row .container { background-color: transparent; background-image: none; }#QG8F9zMwl7ndkzdWT5yaLMQu9eOv4zXW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QG8F9zMwl7ndkzdWT5yaLMQu9eOv4zXW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QG8F9zMwl7ndkzdWT5yaLMQu9eOv4zXW > .row .container > .video-iframe-container { display: none; }#QG8F9zMwl7ndkzdWT5yaLMQu9eOv4zXW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QG8F9zMwl7ndkzdWT5yaLMQu9eOv4zXW > .row > .video-iframe-container { display: none; }#QG8F9zMwl7ndkzdWT5yaLMQu9eOv4zXW > .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); }#QG8F9zMwl7ndkzdWT5yaLMQu9eOv4zXW > .row .container { border-width: 0; border-radius: 0; }#QG8F9zMwl7ndkzdWT5yaLMQu9eOv4zXW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QG8F9zMwl7ndkzdWT5yaLMQu9eOv4zXW > .row .container { font-size:0.875rem;font-family:arial;height:43.9375rem;width:75rem;position:relative;display:block; }#XsvUbO7Xyr2ehZTVWawNmWUtseaETK7m { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.75rem;width:24.375rem;top:0rem;left:0rem;display:block; }
#PNf3FE1OTD75swQ7q08Ndd4lsWmoyVv6 { 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:13.6875rem;width:24.375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#LJWgMsQGT7v2KVG1MVzbhLcoe9nJxrWL { color:#55636f;display:block;width:22.625rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.8;letter-spacing:0;top:20.25rem;left:1.1875rem;height:14.3966875rem;text-align:center;text-align-last:center;display:block; }
#TFrHS3Fw7fwxRD641DalCK8s9mOfO0QZ { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.75rem;width:24.375rem;top:0rem;left:25.3125rem;display:block; }
#mwg5e5cgDmgFwGp2HhnoA9Lxk8heOAxv { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.75rem;width:24.375rem;top:-0.0625rem;left:50.625rem;display:block; }
#s6uoywJXdxU23pXLndaniuzUWuKdanAA { color:#55636f;display:block;width:24.3125rem;position:absolute;font-family:"noto sans";font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:15.1875rem;left:0rem;height:5.625rem;text-align:center;text-align-last:center;display:block; }
#E0dSDbmhXfKreu0xX3lIqGI5g0zUAi5D { color:#55636f;display:block;width:24.3125rem;position:absolute;font-family:"noto sans";font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:15.1875rem;left:25.34375rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#l3unMZiPpT7K6CVTXkRdxJvFLTP0hKoi { color:#55636f;display:block;width:24.3125rem;position:absolute;font-family:"noto sans";font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:15.1875rem;left:50.6875rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#FZGplEgWgQVEOTh7H3faF3BS4AUSExVC { color:#55636f;display:block;width:22.625rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:20.25rem;left:26.1875rem;height:16.1963125rem;text-align:center;text-align-last:center;display:block; }
#zeyePqcwElvhsFEBGsdqePC68yCGnnAQ { color:#55636f;display:block;width:22.625rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.8;letter-spacing:0;top:20.25rem;left:51.5rem;height:16.1963125rem;text-align:center;text-align-last:center;display:block; }
#N3Smkn5NkUcMqxupa1gaRqXyEfTxE1H9 { 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:13.6875rem;width:24.375rem;top:0rem;left:25.3125rem;overflow:hidden;display:block; }
#OhLB8LCfqRdhAmPsmHHoTQ0DP52FM1u5 { 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:13.6875rem;width:24.375rem;top:0rem;left:50.625rem;overflow:hidden;display:block; }
#aVkH4B49SxPZGkGNzcd5bWxbeXtdWzGT { position:relative;display:block; }#aVkH4B49SxPZGkGNzcd5bWxbeXtdWzGT { background-color: transparent; background-image: none; }#aVkH4B49SxPZGkGNzcd5bWxbeXtdWzGT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVkH4B49SxPZGkGNzcd5bWxbeXtdWzGT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVkH4B49SxPZGkGNzcd5bWxbeXtdWzGT > .row .container > .video-iframe-container { display: none; }#aVkH4B49SxPZGkGNzcd5bWxbeXtdWzGT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVkH4B49SxPZGkGNzcd5bWxbeXtdWzGT > .row > .video-iframe-container { display: none; }#aVkH4B49SxPZGkGNzcd5bWxbeXtdWzGT > .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); }#aVkH4B49SxPZGkGNzcd5bWxbeXtdWzGT { border-width: 0; border-radius: 0; }#aVkH4B49SxPZGkGNzcd5bWxbeXtdWzGT > .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; }#aVkH4B49SxPZGkGNzcd5bWxbeXtdWzGT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15.1875rem;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; }#rQ7GNJoC8glqi0LNg6vkfVX4LBZOg1Xn { position:absolute;display:block;z-index:15012;background-color:#f98049;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.3125rem;width:7.5rem;top:12.1875rem;left:33.75rem;display:block; }
#p3z7HhQTRyh8E5K7QOnUs2KUwRLMiHam { color:#3c84aa;display:block;width:75rem;position:absolute;font-family:larken;font-size:2.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:7.5625rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PnRwFqPotQHibkwOk2tPJFNbJ7mvRkBf { position:relative;display:block; }#PnRwFqPotQHibkwOk2tPJFNbJ7mvRkBf { background-color: transparent; background-image: none; }#PnRwFqPotQHibkwOk2tPJFNbJ7mvRkBf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PnRwFqPotQHibkwOk2tPJFNbJ7mvRkBf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PnRwFqPotQHibkwOk2tPJFNbJ7mvRkBf > .row .container > .video-iframe-container { display: none; }#PnRwFqPotQHibkwOk2tPJFNbJ7mvRkBf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PnRwFqPotQHibkwOk2tPJFNbJ7mvRkBf > .row > .video-iframe-container { display: none; }#PnRwFqPotQHibkwOk2tPJFNbJ7mvRkBf > .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); }#PnRwFqPotQHibkwOk2tPJFNbJ7mvRkBf { border-width: 0; border-radius: 0; }#PnRwFqPotQHibkwOk2tPJFNbJ7mvRkBf > .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; }#PnRwFqPotQHibkwOk2tPJFNbJ7mvRkBf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.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; }#Q5vT8mBl9TvrlydFbMUC1DDppzDcMLOA { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #ebeff0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.06) ;height:2.375rem;width:50.75rem;top:0rem;left:12rem;display:block; }
#WsmQc4sSHTdxeWe2y5CtytG0w46La02O { color:#084265;display:block;width:46.625rem;position:absolute;font-family:"noto sans";font-size:1.125rem;font-weight:300;z-index:15034;line-height:1.8;letter-spacing:0;top:0.21875rem;left:15.25rem;height:2.02528125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#n2P9kB3gn6MkXntgK9IrAldXT6OQ5OWO { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:0rem;left:12.5rem; }
#yPUKhE2HunCZTLQbadhPQzcPf0iSS9VT { position:relative;display:block; }#yPUKhE2HunCZTLQbadhPQzcPf0iSS9VT { background-color: transparent; background-image: none; }#yPUKhE2HunCZTLQbadhPQzcPf0iSS9VT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPUKhE2HunCZTLQbadhPQzcPf0iSS9VT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPUKhE2HunCZTLQbadhPQzcPf0iSS9VT > .row .container > .video-iframe-container { display: none; }#yPUKhE2HunCZTLQbadhPQzcPf0iSS9VT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPUKhE2HunCZTLQbadhPQzcPf0iSS9VT > .row > .video-iframe-container { display: none; }#yPUKhE2HunCZTLQbadhPQzcPf0iSS9VT > .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); }#yPUKhE2HunCZTLQbadhPQzcPf0iSS9VT { border-width: 0; border-radius: 0; }#yPUKhE2HunCZTLQbadhPQzcPf0iSS9VT > .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; }#yPUKhE2HunCZTLQbadhPQzcPf0iSS9VT > .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:16.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kJdXVWtLeZWyUXhrn9Enrd21vCZSToyd { position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #ebeff0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.06) ;height:16rem;width:50.75rem;top:0rem;left:12rem;display:block; }
#tLFlJAQLCiDon5malFixA1ENk5PFOiK3 { color:#55636f;display:block;width:45.75rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:1.375rem;left:15.25rem;height:13.496075rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qbsnvtyPtEuXLe9ifSW5OcnMMs8lsVsz { position:relative;display:block; }#qbsnvtyPtEuXLe9ifSW5OcnMMs8lsVsz { background-color: transparent; background-image: none; }#qbsnvtyPtEuXLe9ifSW5OcnMMs8lsVsz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbsnvtyPtEuXLe9ifSW5OcnMMs8lsVsz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbsnvtyPtEuXLe9ifSW5OcnMMs8lsVsz > .row .container > .video-iframe-container { display: none; }#qbsnvtyPtEuXLe9ifSW5OcnMMs8lsVsz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbsnvtyPtEuXLe9ifSW5OcnMMs8lsVsz > .row > .video-iframe-container { display: none; }#qbsnvtyPtEuXLe9ifSW5OcnMMs8lsVsz > .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); }#qbsnvtyPtEuXLe9ifSW5OcnMMs8lsVsz { border-width: 0; border-radius: 0; }#qbsnvtyPtEuXLe9ifSW5OcnMMs8lsVsz > .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; }#qbsnvtyPtEuXLe9ifSW5OcnMMs8lsVsz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.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; }#afGVGNvRJVtFXcDcdCiiAM47r1Uhbz6s { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #ebeff0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.06) ;height:2.375rem;width:50.75rem;top:0rem;left:12rem;display:block; }
#EcdcKtSgk6n9n5bFTQ7wZE3RoeWTtQee { color:#084265;display:block;width:46.625rem;position:absolute;font-family:"noto sans";font-size:1.125rem;font-weight:300;z-index:15034;line-height:1.8;letter-spacing:0;top:0.1875rem;left:15.25rem;height:2.02528125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HRhw4TTBszUh5BpZOCIgJ8mTlkcsT8QJ { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:0rem;left:12.5rem; }
#sMqJNfolWJ6bWKZWA7rvkrKf9Tkv2ozo { position:relative;display:block; }#sMqJNfolWJ6bWKZWA7rvkrKf9Tkv2ozo { background-color: transparent; background-image: none; }#sMqJNfolWJ6bWKZWA7rvkrKf9Tkv2ozo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sMqJNfolWJ6bWKZWA7rvkrKf9Tkv2ozo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sMqJNfolWJ6bWKZWA7rvkrKf9Tkv2ozo > .row .container > .video-iframe-container { display: none; }#sMqJNfolWJ6bWKZWA7rvkrKf9Tkv2ozo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sMqJNfolWJ6bWKZWA7rvkrKf9Tkv2ozo > .row > .video-iframe-container { display: none; }#sMqJNfolWJ6bWKZWA7rvkrKf9Tkv2ozo > .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); }#sMqJNfolWJ6bWKZWA7rvkrKf9Tkv2ozo { border-width: 0; border-radius: 0; }#sMqJNfolWJ6bWKZWA7rvkrKf9Tkv2ozo > .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; }#sMqJNfolWJ6bWKZWA7rvkrKf9Tkv2ozo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13.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; }#ZcltA5vcH59J6WA2GefBXWlkh0A1GoFQ { color:#55636f;display:block;width:46.25rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:1.125rem;left:15.25rem;height:10.4969375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HhdPZ5vPTNMop3PsiByTBAhK8EcHgva5 { position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #ebeff0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.06) ;height:12.8125rem;width:50.75rem;top:0rem;left:12rem;display:block; }
#CSLnTpXfHLSso2zykr2gBToZnixpwCVx { position:relative;display:none; }#CSLnTpXfHLSso2zykr2gBToZnixpwCVx { border-width: 0; border-radius: 0; }#CSLnTpXfHLSso2zykr2gBToZnixpwCVx > .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; }#CSLnTpXfHLSso2zykr2gBToZnixpwCVx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.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:none; }#s5uE7r81UmEoqxXbuRaV2wUMom9mhCLA { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #ebeff0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.06) ;height:2.375rem;width:50.75rem;top:0rem;left:12rem;display:block; }
#LdIEP8XRBso4s8WTMSk51zhEaBK10FUg { color:#084265;display:block;width:46.625rem;position:absolute;font-family:"noto sans";font-size:1.125rem;font-weight:300;z-index:15034;line-height:1.8;letter-spacing:0;top:0.23828125rem;left:15.25rem;height:2.0249rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZWQS3ctuOnoESW7L9dKlaNlGAFl16bmV { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:0rem;left:12.5rem; }
#Bv5OJ69wOwu64UpBDVhoB3hsFuC98a3t { position:relative;display:none; }#Bv5OJ69wOwu64UpBDVhoB3hsFuC98a3t { border-width: 0; border-radius: 0; }#Bv5OJ69wOwu64UpBDVhoB3hsFuC98a3t > .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; }#Bv5OJ69wOwu64UpBDVhoB3hsFuC98a3t > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#F8PNBznSebhm61E5wnCFQCdgBP5PlODG { color:#55636f;display:block;width:46.5625rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:1.125rem;left:15.25rem;height:10.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p0rTTKOQ8eV3JTok2O56iDUmZaB8wWwm { position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #ebeff0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.06) ;height:13rem;width:50.75rem;top:0rem;left:12rem;display:block; }
#A5VswlkryBLEFgrQ3l9A37fTekoWTzA6 { position:relative;display:block; }#A5VswlkryBLEFgrQ3l9A37fTekoWTzA6 { background-color: transparent; background-image: none; }#A5VswlkryBLEFgrQ3l9A37fTekoWTzA6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5VswlkryBLEFgrQ3l9A37fTekoWTzA6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5VswlkryBLEFgrQ3l9A37fTekoWTzA6 > .row .container > .video-iframe-container { display: none; }#A5VswlkryBLEFgrQ3l9A37fTekoWTzA6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5VswlkryBLEFgrQ3l9A37fTekoWTzA6 > .row > .video-iframe-container { display: none; }#A5VswlkryBLEFgrQ3l9A37fTekoWTzA6 > .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); }#A5VswlkryBLEFgrQ3l9A37fTekoWTzA6 { border-width: 0; border-radius: 0; }#A5VswlkryBLEFgrQ3l9A37fTekoWTzA6 > .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; }#A5VswlkryBLEFgrQ3l9A37fTekoWTzA6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.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; }#CO7NHNLRlK3OincFQyyvXCW6N4aLKUJW { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #ebeff0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.06) ;height:2.375rem;width:50.75rem;top:0rem;left:12rem;display:block; }
#I1etIXOQmfIGJmatxOO7SMRliwTZ8Q1l { color:#084265;display:block;width:46.625rem;position:absolute;font-family:"noto sans";font-size:1.125rem;font-weight:300;z-index:15034;line-height:1.8;letter-spacing:0;top:0.21875rem;left:15.25rem;height:2.02528125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BMvMxBBxqifBrN8Vkx4ltJ0vdrXiZwaP { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:0rem;left:12.5rem; }
#F1B4doFcqU1pAeZLCmFT7TEA1xsQqCbL { position:relative;display:block; }#F1B4doFcqU1pAeZLCmFT7TEA1xsQqCbL { background-color: transparent; background-image: none; }#F1B4doFcqU1pAeZLCmFT7TEA1xsQqCbL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1B4doFcqU1pAeZLCmFT7TEA1xsQqCbL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1B4doFcqU1pAeZLCmFT7TEA1xsQqCbL > .row .container > .video-iframe-container { display: none; }#F1B4doFcqU1pAeZLCmFT7TEA1xsQqCbL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1B4doFcqU1pAeZLCmFT7TEA1xsQqCbL > .row > .video-iframe-container { display: none; }#F1B4doFcqU1pAeZLCmFT7TEA1xsQqCbL > .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); }#F1B4doFcqU1pAeZLCmFT7TEA1xsQqCbL { border-width: 0; border-radius: 0; }#F1B4doFcqU1pAeZLCmFT7TEA1xsQqCbL > .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; }#F1B4doFcqU1pAeZLCmFT7TEA1xsQqCbL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.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; }#IC4bJ7JpmFNnb9XEqXvUzNh7LHTuGfLJ { color:#55636f;display:block;width:45.75rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:1.125rem;left:15.25rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#C8a4M0qPWKpu2cKduO1k9eXvTZCdcf6O { position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #ebeff0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.06) ;height:3.8125rem;width:50.75rem;top:0rem;left:12rem;display:block; }
#kC67t9yxCRqHLnkeTxBqZW7EuRlodhN2 { position:relative;display:block; }#kC67t9yxCRqHLnkeTxBqZW7EuRlodhN2 { background-color: transparent; background-image: none; }#kC67t9yxCRqHLnkeTxBqZW7EuRlodhN2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kC67t9yxCRqHLnkeTxBqZW7EuRlodhN2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kC67t9yxCRqHLnkeTxBqZW7EuRlodhN2 > .row .container > .video-iframe-container { display: none; }#kC67t9yxCRqHLnkeTxBqZW7EuRlodhN2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kC67t9yxCRqHLnkeTxBqZW7EuRlodhN2 > .row > .video-iframe-container { display: none; }#kC67t9yxCRqHLnkeTxBqZW7EuRlodhN2 > .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); }#kC67t9yxCRqHLnkeTxBqZW7EuRlodhN2 { border-width: 0; border-radius: 0; }#kC67t9yxCRqHLnkeTxBqZW7EuRlodhN2 > .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; }#kC67t9yxCRqHLnkeTxBqZW7EuRlodhN2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.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; }#R1cfcOG2p16sbSrOtSwLOCRBWvZQhGVZ { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #ebeff0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.06) ;height:2.375rem;width:50.75rem;top:0rem;left:12rem;display:block; }
#DMk8pZyCa7V5lDCaTPUBK9hHbym8hX7A { color:#084265;display:block;width:46.625rem;position:absolute;font-family:"noto sans";font-size:1.125rem;font-weight:300;z-index:15034;line-height:1.8;letter-spacing:0;top:0.15625rem;left:15.25rem;height:2.02528125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#H15e4vCiwrSxv32WIE8EzpvtS12Pu1Wn { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:0rem;left:12.5rem; }
#tUWCSILTM120CtpvPgPkTFlbmWSMx8CC { position:relative;display:block; }#tUWCSILTM120CtpvPgPkTFlbmWSMx8CC { background-color: transparent; background-image: none; }#tUWCSILTM120CtpvPgPkTFlbmWSMx8CC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUWCSILTM120CtpvPgPkTFlbmWSMx8CC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUWCSILTM120CtpvPgPkTFlbmWSMx8CC > .row .container > .video-iframe-container { display: none; }#tUWCSILTM120CtpvPgPkTFlbmWSMx8CC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUWCSILTM120CtpvPgPkTFlbmWSMx8CC > .row > .video-iframe-container { display: none; }#tUWCSILTM120CtpvPgPkTFlbmWSMx8CC > .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); }#tUWCSILTM120CtpvPgPkTFlbmWSMx8CC { border-width: 0; border-radius: 0; }#tUWCSILTM120CtpvPgPkTFlbmWSMx8CC > .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; }#tUWCSILTM120CtpvPgPkTFlbmWSMx8CC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13.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; }#wiITvST6xxDNHHF0vfhJZUTSsWGEizJ0 { color:#55636f;display:block;width:46.25rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:1rem;left:15.25rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#wiITvST6xxDNHHF0vfhJZUTSsWGEizJ0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wiITvST6xxDNHHF0vfhJZUTSsWGEizJ0 li:before{  }
#sEcS6cVJi4lNAxDGOAGMAuKRF5nmDHMJ { position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #ebeff0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.06) ;height:13.4375rem;width:50.75rem;top:0rem;left:12rem;display:block; }
#kcM3stBzihHZ6akyhlI9G5ZFgew7P2bV { position:relative;display:none; }#kcM3stBzihHZ6akyhlI9G5ZFgew7P2bV { border-width: 0; border-radius: 0; }#kcM3stBzihHZ6akyhlI9G5ZFgew7P2bV > .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; }#kcM3stBzihHZ6akyhlI9G5ZFgew7P2bV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.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:none; }#F8kcZT5D7mI4yUCMySfUI8rgJ5Hgo1WL { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #ebeff0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.06) ;height:2.375rem;width:50.75rem;top:0rem;left:12rem;display:block; }
#lCtgT59BPTVTymawEHJmtA90bC5l7gye { color:#084265;display:block;width:46.625rem;position:absolute;font-family:"noto sans";font-size:1.125rem;font-weight:300;z-index:15034;line-height:1.8;letter-spacing:0;top:0.21875rem;left:15.25rem;height:2.0249rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Tx0905Mo9Np1h688oAb1QZNFxAu54HuI { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:0rem;left:12.5rem; }
#Z52RerMxnoqK7OcTzrTL03e152x1T8Um { position:relative;display:none; }#Z52RerMxnoqK7OcTzrTL03e152x1T8Um { border-width: 0; border-radius: 0; }#Z52RerMxnoqK7OcTzrTL03e152x1T8Um > .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; }#Z52RerMxnoqK7OcTzrTL03e152x1T8Um > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#iDw1f4G0RXu8yqwzTddJnGkkGxN7T6K4 { color:#55636f;display:block;width:46.5625rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:0.85986328125rem;left:15.25rem;height:9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VG2ClpXX44nBCFlQ9dfiTGLwmuly4Bwt { position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #ebeff0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.06) ;height:11.125rem;width:50.75rem;top:-0.0625rem;left:12rem;display:block; }
#pIa72qDCLAoNdkTUIyCa26DvxeMNEJC8 { position:relative;display:block; }#pIa72qDCLAoNdkTUIyCa26DvxeMNEJC8 { background-color: transparent; background-image: none; }#pIa72qDCLAoNdkTUIyCa26DvxeMNEJC8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pIa72qDCLAoNdkTUIyCa26DvxeMNEJC8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pIa72qDCLAoNdkTUIyCa26DvxeMNEJC8 > .row .container > .video-iframe-container { display: none; }#pIa72qDCLAoNdkTUIyCa26DvxeMNEJC8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pIa72qDCLAoNdkTUIyCa26DvxeMNEJC8 > .row > .video-iframe-container { display: none; }#pIa72qDCLAoNdkTUIyCa26DvxeMNEJC8 > .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); }#pIa72qDCLAoNdkTUIyCa26DvxeMNEJC8 { border-width: 0; border-radius: 0; }#pIa72qDCLAoNdkTUIyCa26DvxeMNEJC8 > .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; }#pIa72qDCLAoNdkTUIyCa26DvxeMNEJC8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.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; }#hm92WxlIzQWwby2KNxrQ81BqCZC7JdiI { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #ebeff0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.06) ;height:2.375rem;width:50.75rem;top:0rem;left:12rem;display:block; }
#gUNkiBOXuUKhVXJny4bUo3I7m3Ls9SOA { color:#084265;display:block;width:46.625rem;position:absolute;font-family:"noto sans";font-size:1.125rem;font-weight:300;z-index:15034;line-height:1.8;letter-spacing:0;top:0.21875rem;left:15.25rem;height:2.02528125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XLpFiHztF1mme0gpeQ8G4G9bH0O0xwlv { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:0rem;left:12.5rem; }
#wv1ZLTAxMk9BdznvyXbdrPJEe2k9Br5d { position:relative;display:block; }#wv1ZLTAxMk9BdznvyXbdrPJEe2k9Br5d { background-color: transparent; background-image: none; }#wv1ZLTAxMk9BdznvyXbdrPJEe2k9Br5d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wv1ZLTAxMk9BdznvyXbdrPJEe2k9Br5d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wv1ZLTAxMk9BdznvyXbdrPJEe2k9Br5d > .row .container > .video-iframe-container { display: none; }#wv1ZLTAxMk9BdznvyXbdrPJEe2k9Br5d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wv1ZLTAxMk9BdznvyXbdrPJEe2k9Br5d > .row > .video-iframe-container { display: none; }#wv1ZLTAxMk9BdznvyXbdrPJEe2k9Br5d > .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); }#wv1ZLTAxMk9BdznvyXbdrPJEe2k9Br5d { border-width: 0; border-radius: 0; }#wv1ZLTAxMk9BdznvyXbdrPJEe2k9Br5d > .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; }#wv1ZLTAxMk9BdznvyXbdrPJEe2k9Br5d > .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.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; }#VDSbHsyFMV4Im81KuxBlbDxQ4Kbkl6K5 { color:#55636f;display:block;width:46.1875rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:0.75rem;left:15.25rem;height:16.49519375rem;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;display:block; }
#WPiJNwF4iwcDUvstTOAsn64bFOhL7IaJ { position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #ebeff0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.06) ;height:18.25rem;width:50.75rem;top:0rem;left:12rem;display:block; }
#RU4C2nPJla9oPJKEgMAhLPnWuw8rZIRN { position:relative;display:block; }#RU4C2nPJla9oPJKEgMAhLPnWuw8rZIRN { background-color: transparent; background-image: none; }#RU4C2nPJla9oPJKEgMAhLPnWuw8rZIRN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RU4C2nPJla9oPJKEgMAhLPnWuw8rZIRN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RU4C2nPJla9oPJKEgMAhLPnWuw8rZIRN > .row .container > .video-iframe-container { display: none; }#RU4C2nPJla9oPJKEgMAhLPnWuw8rZIRN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RU4C2nPJla9oPJKEgMAhLPnWuw8rZIRN > .row > .video-iframe-container { display: none; }#RU4C2nPJla9oPJKEgMAhLPnWuw8rZIRN > .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); }#RU4C2nPJla9oPJKEgMAhLPnWuw8rZIRN { border-width: 0; border-radius: 0; }#RU4C2nPJla9oPJKEgMAhLPnWuw8rZIRN > .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; }#RU4C2nPJla9oPJKEgMAhLPnWuw8rZIRN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.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; }#XzvpZtBZOoPKENHZT0uvitwCdzB4o5kz { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #ebeff0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.06) ;height:2.375rem;width:50.75rem;top:0rem;left:12rem;display:block; }
#UIfGATQqb8tdPPo8fIgEJoyB4qN6osfw { color:#084265;display:block;width:46.625rem;position:absolute;font-family:"noto sans";font-size:1.125rem;font-weight:300;z-index:15034;line-height:1.8;letter-spacing:0;top:0.15625rem;left:15.25rem;height:2.02528125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mBKI0K6veBRH3Tn4cKBXgwC0ufDTO7TP { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:0rem;left:12.5rem; }
#J2ByZiWND8zkCWnS6g2TfFJ0shHHhJrK { position:relative;display:block; }#J2ByZiWND8zkCWnS6g2TfFJ0shHHhJrK { background-color: transparent; background-image: none; }#J2ByZiWND8zkCWnS6g2TfFJ0shHHhJrK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J2ByZiWND8zkCWnS6g2TfFJ0shHHhJrK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J2ByZiWND8zkCWnS6g2TfFJ0shHHhJrK > .row .container > .video-iframe-container { display: none; }#J2ByZiWND8zkCWnS6g2TfFJ0shHHhJrK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J2ByZiWND8zkCWnS6g2TfFJ0shHHhJrK > .row > .video-iframe-container { display: none; }#J2ByZiWND8zkCWnS6g2TfFJ0shHHhJrK > .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); }#J2ByZiWND8zkCWnS6g2TfFJ0shHHhJrK { border-width: 0; border-radius: 0; }#J2ByZiWND8zkCWnS6g2TfFJ0shHHhJrK > .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; }#J2ByZiWND8zkCWnS6g2TfFJ0shHHhJrK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.3125rem;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; }#TOOCn0la07zabsLvUIOahOOeDUJQOFaR { position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #ebeff0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.06) ;height:8.0625rem;width:50.75rem;top:0rem;left:12rem;display:block; }
#DtHRTlXuxaGRbTHmsNM3fKoGWvFV9yeW { color:#55636f;display:block;width:45.125rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:1.125rem;left:15.25rem;height:4.4987rem;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;display:block; }
#iHoD5tB73coOaXUZLcvQV6iEMNFoy5X4 { position:relative;display:block; }#iHoD5tB73coOaXUZLcvQV6iEMNFoy5X4 { background-color: transparent; background-image: none; }#iHoD5tB73coOaXUZLcvQV6iEMNFoy5X4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iHoD5tB73coOaXUZLcvQV6iEMNFoy5X4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iHoD5tB73coOaXUZLcvQV6iEMNFoy5X4 > .row .container > .video-iframe-container { display: none; }#iHoD5tB73coOaXUZLcvQV6iEMNFoy5X4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iHoD5tB73coOaXUZLcvQV6iEMNFoy5X4 > .row > .video-iframe-container { display: none; }#iHoD5tB73coOaXUZLcvQV6iEMNFoy5X4 > .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); }#iHoD5tB73coOaXUZLcvQV6iEMNFoy5X4 { border-width: 0; border-radius: 0; }#iHoD5tB73coOaXUZLcvQV6iEMNFoy5X4 > .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; }#iHoD5tB73coOaXUZLcvQV6iEMNFoy5X4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.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; }#kVLuyPe1pLTWpidBKkLVwXkd1sXye4TC { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #ebeff0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.06) ;height:2.375rem;width:50.75rem;top:0rem;left:12rem;display:block; }
#XuFhbSrGIDcFPXnTMEIL2wOGEC0hfdSz { color:#084265;display:block;width:46.625rem;position:absolute;font-family:"noto sans";font-size:1.125rem;font-weight:300;z-index:15034;line-height:1.8;letter-spacing:0;top:0.21875rem;left:15.25rem;height:2.02528125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eKDPcNBc8JtlpGPVlC6r6PIUzwOxSqhd { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:0rem;left:12.5rem; }
#gS2ZFZUbQZFNWXGQrkwF0Z36htNI2Ncr { position:relative;display:block; }#gS2ZFZUbQZFNWXGQrkwF0Z36htNI2Ncr { background-color: transparent; background-image: none; }#gS2ZFZUbQZFNWXGQrkwF0Z36htNI2Ncr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gS2ZFZUbQZFNWXGQrkwF0Z36htNI2Ncr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gS2ZFZUbQZFNWXGQrkwF0Z36htNI2Ncr > .row .container > .video-iframe-container { display: none; }#gS2ZFZUbQZFNWXGQrkwF0Z36htNI2Ncr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gS2ZFZUbQZFNWXGQrkwF0Z36htNI2Ncr > .row > .video-iframe-container { display: none; }#gS2ZFZUbQZFNWXGQrkwF0Z36htNI2Ncr > .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); }#gS2ZFZUbQZFNWXGQrkwF0Z36htNI2Ncr { border-width: 0; border-radius: 0; }#gS2ZFZUbQZFNWXGQrkwF0Z36htNI2Ncr > .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; }#gS2ZFZUbQZFNWXGQrkwF0Z36htNI2Ncr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ha0HhGMZOP5ecweWWHSAVoMZbFTy0Qe9 { color:#55636f;display:block;width:46.25rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:1.1875rem;left:15.25rem;height:7.4978125rem;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;display:block; }
#eOSWiUKKi7F7SOiGDArJKihGhIeU2cS0 { position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #ebeff0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.06) ;height:9.875rem;width:50.75rem;top:0rem;left:12rem;display:block; }
#bCVuy1vTDkBHTnOIhxKbWOZCSRSViULm { position:relative;display:none; }#bCVuy1vTDkBHTnOIhxKbWOZCSRSViULm { border-width: 0; border-radius: 0; }#bCVuy1vTDkBHTnOIhxKbWOZCSRSViULm > .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; }#bCVuy1vTDkBHTnOIhxKbWOZCSRSViULm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.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:none; }#a0Xxyx5RsFKx6ezC6qhbdNT15OhQyfmT { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #ebeff0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.06) ;height:2.375rem;width:50.75rem;top:0rem;left:12rem;display:block; }
#QukWveFrKJsZkBgugAquTWdIAQyUxiMC { color:#084265;display:block;width:46.625rem;position:absolute;font-family:"noto sans";font-size:1.125rem;font-weight:300;z-index:15034;line-height:1.8;letter-spacing:0;top:0.21875rem;left:15.25rem;height:2.0249rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ULe2DSePSF2TJJclLfzATSpW8g59TaEB { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:0rem;left:12.5rem; }
#a4VUih2mpwTFbGxEkGJZSCizF9Ffpv1n { position:relative;display:none; }#a4VUih2mpwTFbGxEkGJZSCizF9Ffpv1n { border-width: 0; border-radius: 0; }#a4VUih2mpwTFbGxEkGJZSCizF9Ffpv1n > .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; }#a4VUih2mpwTFbGxEkGJZSCizF9Ffpv1n > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.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:none; }#zt9RKb4CB203OD13bywCXmyk5T8TNX68 { color:#55636f;display:block;width:46.25rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:1.1875rem;left:15.25rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#R0MVtcLKwkSk4TLvJi15Svyx3WiKCFp0 { position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #ebeff0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.06) ;height:8.375rem;width:50.75rem;top:0rem;left:12rem;display:block; }
#TowvxPoXZTUy8T6LuxEipmgEW7Gocazt { position:relative;display:block; }#TowvxPoXZTUy8T6LuxEipmgEW7Gocazt { background-color: transparent; background-image: none; }#TowvxPoXZTUy8T6LuxEipmgEW7Gocazt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TowvxPoXZTUy8T6LuxEipmgEW7Gocazt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TowvxPoXZTUy8T6LuxEipmgEW7Gocazt > .row .container > .video-iframe-container { display: none; }#TowvxPoXZTUy8T6LuxEipmgEW7Gocazt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TowvxPoXZTUy8T6LuxEipmgEW7Gocazt > .row > .video-iframe-container { display: none; }#TowvxPoXZTUy8T6LuxEipmgEW7Gocazt > .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); }#TowvxPoXZTUy8T6LuxEipmgEW7Gocazt { border-width: 0; border-radius: 0; }#TowvxPoXZTUy8T6LuxEipmgEW7Gocazt > .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; }#TowvxPoXZTUy8T6LuxEipmgEW7Gocazt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.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; }#GTt7LAaPBHRqzZFnu6Ebfr9OBS16lHpv { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #ebeff0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.06) ;height:2.375rem;width:50.75rem;top:0rem;left:12rem;display:block; }
#BTVNSDzXwlwg6m0FVFkm9t9sK17PKBl6 { color:#084265;display:block;width:46.625rem;position:absolute;font-family:"noto sans";font-size:1.125rem;font-weight:300;z-index:15034;line-height:1.8;letter-spacing:0;top:0.21875rem;left:15.25rem;height:2.02528125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#csKMDqRsTpblxpqDUSPkauA5fxZURptE { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:0rem;left:12.5rem; }
#cMOiGSF9yXFsbTg0R6o6TJNZVsPLNBTl { position:relative;display:block; }#cMOiGSF9yXFsbTg0R6o6TJNZVsPLNBTl { background-color: transparent; background-image: none; }#cMOiGSF9yXFsbTg0R6o6TJNZVsPLNBTl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMOiGSF9yXFsbTg0R6o6TJNZVsPLNBTl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMOiGSF9yXFsbTg0R6o6TJNZVsPLNBTl > .row .container > .video-iframe-container { display: none; }#cMOiGSF9yXFsbTg0R6o6TJNZVsPLNBTl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMOiGSF9yXFsbTg0R6o6TJNZVsPLNBTl > .row > .video-iframe-container { display: none; }#cMOiGSF9yXFsbTg0R6o6TJNZVsPLNBTl > .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); }#cMOiGSF9yXFsbTg0R6o6TJNZVsPLNBTl { border-width: 0; border-radius: 0; }#cMOiGSF9yXFsbTg0R6o6TJNZVsPLNBTl > .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; }#cMOiGSF9yXFsbTg0R6o6TJNZVsPLNBTl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.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; }#MLmzL7nh8Z82G5m1oSaGtewRDfKhHrN5 { color:#55636f;display:block;width:46.25rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:1.1875rem;left:15.25rem;height:2.99913125rem;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;display:block; }
#GL93iW19xU7DNzsGwdel2Wh3RvTd9vxQ { position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #ebeff0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.06) ;height:5.375rem;width:50.75rem;top:0rem;left:12rem;display:block; }
#xPPJBAxxyuP0RqqxLnTHPFwV7GbD2wVV { position:relative;display:block; }#xPPJBAxxyuP0RqqxLnTHPFwV7GbD2wVV { background-color: transparent; background-image: none; }#xPPJBAxxyuP0RqqxLnTHPFwV7GbD2wVV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPPJBAxxyuP0RqqxLnTHPFwV7GbD2wVV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPPJBAxxyuP0RqqxLnTHPFwV7GbD2wVV > .row .container > .video-iframe-container { display: none; }#xPPJBAxxyuP0RqqxLnTHPFwV7GbD2wVV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPPJBAxxyuP0RqqxLnTHPFwV7GbD2wVV > .row > .video-iframe-container { display: none; }#xPPJBAxxyuP0RqqxLnTHPFwV7GbD2wVV > .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); }#xPPJBAxxyuP0RqqxLnTHPFwV7GbD2wVV { border-width: 0; border-radius: 0; }#xPPJBAxxyuP0RqqxLnTHPFwV7GbD2wVV > .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; }#xPPJBAxxyuP0RqqxLnTHPFwV7GbD2wVV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.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; }#snyS2u4deekVQlQzApXnXTN1tyQT4NRd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cc313f;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; }#snyS2u4deekVQlQzApXnXTN1tyQT4NRd > .row .container { background-color: transparent; background-image: none; }#snyS2u4deekVQlQzApXnXTN1tyQT4NRd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snyS2u4deekVQlQzApXnXTN1tyQT4NRd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snyS2u4deekVQlQzApXnXTN1tyQT4NRd > .row .container > .video-iframe-container { display: none; }#snyS2u4deekVQlQzApXnXTN1tyQT4NRd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snyS2u4deekVQlQzApXnXTN1tyQT4NRd > .row > .video-iframe-container { display: none; }#snyS2u4deekVQlQzApXnXTN1tyQT4NRd > .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); }#snyS2u4deekVQlQzApXnXTN1tyQT4NRd > .row .container { border-width: 0; border-radius: 0; }#snyS2u4deekVQlQzApXnXTN1tyQT4NRd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#snyS2u4deekVQlQzApXnXTN1tyQT4NRd > .row .container { font-size:0.875rem;font-family:arial;height:22.4375rem;width:75rem;position:relative;display:block; }#vdVm6TWKlCvKo8ESCIWFGPi8gIoawz79 { color:#ffffff;display:block;width:29.5625rem;position:absolute;font-family:larken;font-size:2.3125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:5.61328125rem;left:25rem;height:3.00598125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sD2bnxDzK87LcFtZMdvnsqSpNlJQ8etT { color:#ffffff;display:block;width:44.1875rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:300;z-index:15014;line-height:1.7;letter-spacing:0;top:10.16552734375rem;left:25rem;height:8.498825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ol5ATazLFJJA6S41I259hfztrsLLVOzV { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.375rem;width:21.5rem;top:0rem;left:1.125rem;overflow:hidden;display:block; }
#qFE8Li3CwMNDIL4m0c0ZnNyRKfaokeDd { position:relative;display:block; }#qFE8Li3CwMNDIL4m0c0ZnNyRKfaokeDd { background-color: transparent; background-image: none; }#qFE8Li3CwMNDIL4m0c0ZnNyRKfaokeDd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qFE8Li3CwMNDIL4m0c0ZnNyRKfaokeDd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qFE8Li3CwMNDIL4m0c0ZnNyRKfaokeDd > .row .container > .video-iframe-container { display: none; }#qFE8Li3CwMNDIL4m0c0ZnNyRKfaokeDd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qFE8Li3CwMNDIL4m0c0ZnNyRKfaokeDd > .row > .video-iframe-container { display: none; }#qFE8Li3CwMNDIL4m0c0ZnNyRKfaokeDd > .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); }#qFE8Li3CwMNDIL4m0c0ZnNyRKfaokeDd { border-width: 0; border-radius: 0; }#qFE8Li3CwMNDIL4m0c0ZnNyRKfaokeDd > .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; }#qFE8Li3CwMNDIL4m0c0ZnNyRKfaokeDd > .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:14.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; }#koe2KiBUPeL8BJ5VFTU90FkEWN1S5OM6 { position:absolute;display:block;z-index:15012;background-color:#f98049;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.3125rem;width:7.5rem;top:10.875rem;left:33.75rem;display:block; }
#KAtq5gFuA4vH9xHTAeLMToX1Uan4Ow7D { color:#3c84aa;display:block;width:75rem;position:absolute;font-family:larken;font-size:2.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:6.109375rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lAONfRPAQuRxCFXlPxpVinVoE0CAyr4x { position:relative;display:block; }#lAONfRPAQuRxCFXlPxpVinVoE0CAyr4x { background-color: transparent; background-image: none; }#lAONfRPAQuRxCFXlPxpVinVoE0CAyr4x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lAONfRPAQuRxCFXlPxpVinVoE0CAyr4x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lAONfRPAQuRxCFXlPxpVinVoE0CAyr4x > .row .container > .video-iframe-container { display: none; }#lAONfRPAQuRxCFXlPxpVinVoE0CAyr4x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lAONfRPAQuRxCFXlPxpVinVoE0CAyr4x > .row > .video-iframe-container { display: none; }#lAONfRPAQuRxCFXlPxpVinVoE0CAyr4x > .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); }#lAONfRPAQuRxCFXlPxpVinVoE0CAyr4x { border-width: 0; border-radius: 0; }#lAONfRPAQuRxCFXlPxpVinVoE0CAyr4x > .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; }#lAONfRPAQuRxCFXlPxpVinVoE0CAyr4x > .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:45.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; }#wBZdBFtnqIyalI6K8Mog2kukUJNBRhfC { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.6875rem rgba(0,0,0,0.06) ;height:32.25rem;width:24.125rem;top:0rem;left:12.125rem;display:block; }
#tNeAcxzTmKJ5Z3F3nnq5ETZeNvfTeh2R { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.6875rem rgba(0,0,0,0.06) ;height:32.25rem;width:24.125rem;top:0rem;left:38.75rem;display:block; }
#kGzKXUSZINNy5MdeK6aiAZbf2p9frC6g { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:24.125rem;top:0rem;left:12.125rem;overflow:hidden;display:block; }
#mc9I6vaIXwmUvXM3U1Jw1uLl9ICEedGO { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-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:10rem;width:24.125rem;top:0rem;left:38.75rem;overflow:hidden;display:block; }
#TtIbzwC91CiprIBXOHS6vEdRHT1Q3VUd { color:#ffffff;display:block;width:9.625rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:1.875rem;left:15.5625rem;height:4.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y3LSSHQ3UaEEyuATpXxxHSC6TZ1E8ADZ { color:#ffffff;display:block;width:9.1875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15034;line-height:1.5;letter-spacing:0;top:3rem;left:23.9375rem;height:2.34375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#u1o03vw9FOtdTZQO5CBizrvv4nCQZeQw { color:rgba(255,255,255,0.72);display:block;width:20.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:5.9375rem;left:14.125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RP0l7GXvRIcCWLn0G65DHKrTkH9JI9ce { color:#ffffff;display:block;width:8rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:1.875rem;left:41.375rem;height:4.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pKA309fNhGzBNLg642WQbMUqkJwTXlzH { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15030;line-height:1.5;letter-spacing:0;top:3rem;left:49.4375rem;height:2.34375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#E7h5mH4CXx5KFFzTd4ZfgLrmRmfhedUs { color:rgba(255,255,255,0.72);display:block;width:17rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:5.9375rem;left:42.3125rem;height:2.99913125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SbkEGRQS9ExSxgi18rMuvdxi2Tpp12bT { color:#3c84aa;display:block;width:22.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:11.3125rem;left:12.90625rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QCk8IZfbgrn7TTZUJHRDCX3c20N2MkyU { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15044;line-height:1.5;letter-spacing:0;top:14.015625rem;left:14.375rem;height:10.247375rem;display:block; }#QCk8IZfbgrn7TTZUJHRDCX3c20N2MkyU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QCk8IZfbgrn7TTZUJHRDCX3c20N2MkyU li:before{  }
#tFq6vBCXAEgHoKOeUHTkEJo5aSqsybAz { background-color:#dc1738;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6875rem;height:3.75rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:26.38671875rem;left:14.34375rem;display:block; }
#t6VNp1mOFL2mCVcvilXeDX9beqsJzdAN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZPTSXEZvfb2XILWTcA8pVI77DmRxcpyB { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15045;line-height:1.5;letter-spacing:0;top:14.078125rem;left:41.125rem;height:;display:block; }#ZPTSXEZvfb2XILWTcA8pVI77DmRxcpyB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZPTSXEZvfb2XILWTcA8pVI77DmRxcpyB li:before{  }
#raHT6pT9954vymTRFrwDnQ6EDgLGg6Id { background-color:#dc1738;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6875rem;height:3.75rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:26.38671875rem;left:40.96875rem;display:block; }
#LSTpuwuSIsSZNiHMQ80vNqiCB7vBUN9z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kgh5033QePHq1yDLBrFUt7z0KwmP0WrB { color:#55636f;display:block;width:22.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:11.3125rem;left:39.53125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GnCabtJIRaBcF99K4hJZpIBxE911Amri { color:#3c84aa;display:block;width:50.8125rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:normal;z-index:15046;line-height:1.5;letter-spacing:0;top:35rem;left:12.125rem;height:4.4987rem;text-align:center;text-align-last:center;display:block; }
#JKThw61dMmTlwAmtg99CScLZpT4VQhEZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JKThw61dMmTlwAmtg99CScLZpT4VQhEZ > .row .container { background-color: transparent; background-image: none; }#JKThw61dMmTlwAmtg99CScLZpT4VQhEZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKThw61dMmTlwAmtg99CScLZpT4VQhEZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKThw61dMmTlwAmtg99CScLZpT4VQhEZ > .row .container > .video-iframe-container { display: none; }#JKThw61dMmTlwAmtg99CScLZpT4VQhEZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKThw61dMmTlwAmtg99CScLZpT4VQhEZ > .row > .video-iframe-container { display: none; }#JKThw61dMmTlwAmtg99CScLZpT4VQhEZ > .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); }#JKThw61dMmTlwAmtg99CScLZpT4VQhEZ > .row .container { border-width: 0; border-radius: 0; }#JKThw61dMmTlwAmtg99CScLZpT4VQhEZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JKThw61dMmTlwAmtg99CScLZpT4VQhEZ > .row .container { font-size:0.875rem;font-family:arial;height:25.8125rem;width:75rem;position:relative;display:block; }#DFxzx7AwhiKJv0tOoGTOXr5Wm5HmTLi5 { color:#3c84aa;display:block;width:75rem;position:absolute;font-family:larken;font-size:2.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:3.24978125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R1zBb89kfRgN94TGIc43ddgp6oHVkg1T { position:absolute;display:block;z-index:15013;background-color:#f98049;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.3125rem;width:7.5rem;top:7.5rem;left:33.75rem;display:block; }
#QanfBHTdhFzFaOfPFu8tImS24K0FDfPl { color:#000000;display:block;width:60.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:9.3125rem;left:7.34375rem;height:6.7513125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Oc8g8dBi9mJgZEu8As9cENcnNuSMT2ow { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2f2f2f;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; }#Oc8g8dBi9mJgZEu8As9cENcnNuSMT2ow > .row .container { background-color: transparent; background-image: none; }#Oc8g8dBi9mJgZEu8As9cENcnNuSMT2ow::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oc8g8dBi9mJgZEu8As9cENcnNuSMT2ow > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oc8g8dBi9mJgZEu8As9cENcnNuSMT2ow > .row .container > .video-iframe-container { display: none; }#Oc8g8dBi9mJgZEu8As9cENcnNuSMT2ow > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oc8g8dBi9mJgZEu8As9cENcnNuSMT2ow > .row > .video-iframe-container { display: none; }#Oc8g8dBi9mJgZEu8As9cENcnNuSMT2ow > .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); }#Oc8g8dBi9mJgZEu8As9cENcnNuSMT2ow > .row .container { border-width: 0; border-radius: 0; }#Oc8g8dBi9mJgZEu8As9cENcnNuSMT2ow > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Oc8g8dBi9mJgZEu8As9cENcnNuSMT2ow > .row .container { font-size:0.875rem;font-family:arial;height:9.5rem;width:75rem;position:relative;display:block; }#O9uVx0HOvcc1T5BTll4xZuOlStKbg2P6 { 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:2.625rem;width:11.25rem;top:4rem;left:31.875rem;overflow:hidden;display:block; }
#to6plbvA9vX0OFx9zyRKRieev4amzrRI { color:#ffffff;display:block;width:29.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.3125rem;left:22.59375rem;height:1.29980625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rBD50D73pdVTrtRz6X0ymUGqN39rCzEW { top:1.1875rem;left:0rem;width:15.625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbpwtVk2TdA0pRG0MlBtTxBu9HNVUODb { width:6.5rem;height:2.375rem;top:1.0625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2q6c1MqtvdsvGVIv8qByD3vXOUomFXe { display:block; }
 }@media only screen and (max-width: 763px) { #CXTSOpNz2xwJse10tuJmagDpAamVPGZW { width:6.125rem;height:2.375rem;top:1.0625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1vC6dUvSC3VU1un2i6RTT5AMeocSWXx { display:block; }
 }@media only screen and (max-width: 763px) { #CorUJgXZPBH8UisEKoLrRsQmFdAnGEny { width:3.9375rem;height:2.375rem;top:1.0625rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hu3v1npiTp4hq3dH56HDqZJxuGhe25u3 { display:block; }
 }@media only screen and (max-width: 763px) { #E9XNrD3d8X1UcTDBZL6MD91Gx5toWBZ7 { width:5.1875rem;height:2.375rem;top:1.0625rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOCBXJGXia1OTCfKiWwP5W2eZtvI6bET { display:block; }
 }@media only screen and (max-width: 763px) { #aCx33BsFUKqDTqFBl8MefZgrT0ZBlWxq { width:5.1875rem;height:2.375rem;top:1.0625rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2URTyFyX1Em4OXrEdNoH7OlLQHZRTQM { display:block; }
 }@media only screen and (max-width: 763px) { #lMBevnexoLXLvxSDziUOKBMZtuX2OM40 { width:5.1875rem;height:2.375rem;top:1.0625rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQJSQDO05F8G9IC8zsPNXBtqMVB0H9iR { display:block; }
 }@media only screen and (max-width: 763px) { #pLaDruP7sUaWt6UBmBprO3xWCegGHKxq { width:6.4375rem;height:2.375rem;top:1.0625rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfT5WF4JTTe1FoKGVxkErH31hKym0R4T { display:block; }
 }@media only screen and (max-width: 763px) { #cViUh37xpoPUlGA4u6TWAaklbaJMf5F6 { width:3.75rem;height:2.375rem;top:1.125rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycyObtHOOO8os8IBb7JbAfffasPo9SF7 { display:block; }
 }@media only screen and (max-width: 763px) { #G6qEcSxOcJwUgOcOyLqBPHNJn1qDFG3k { top:1.125rem;left:47.6875rem;width:0.0625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7utPQGcsQE4byeq76PkRnpvNUtLGIfm { display:none; }
 }@media only screen and (max-width: 763px) { #EBKkB2WZENG9o5pU11B2hoy3yhRkdKaq { display:block; }#EBKkB2WZENG9o5pU11B2hoy3yhRkdKaq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cHCJQw9lau4DnFUuLtK98E3zViOs9JPb { display:block; }#cHCJQw9lau4DnFUuLtK98E3zViOs9JPb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Shtqse33rJNFtbP3khP3pgNKcUkBKIHF { width:6.5rem;height:2.4375rem;top:1.125rem;left:41.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eC1wr8vW0GmM16Lh9CnM7SHwzT6TQTB6 { display:block; }
 }@media only screen and (max-width: 763px) { #DMhbyCElfuGc5t5x1U12xFPnR0TU6PQl { width:9.625rem;height:2.4375rem;top:1.125rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhyTQFuekKX4vND0pgQ0TFxUETyzDBNh { display:block; }
 }@media only screen and (max-width: 763px) { #CCVpWhkgv77KwrZVE6zg3c21Wsd8MIcT { width:9.625rem;height:2.4375rem;top:1.125rem;left:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUCauNEKCk7lrQGfis7OTA1kWD1nlTEJ { display:block; }
 }@media only screen and (max-width: 763px) { #GiESh3qkveG4GUF3LFTPh80QwI2CfRnz { width:9.9375rem;height:2.6875rem;top:0.8125rem;left:37.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ns1Pz267T42TrdDeAOTF5MsHmR9i6hep { display:block; }
 }@media only screen and (max-width: 763px) { #AMevie824QRTt0Tdw8ULdFOf4FLDWDdi { top:0.75rem;left:0rem;width:11.8125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln0hEIvW2wPP2hrhiCCKwT71RbHAQdlA { display:block; }#ln0hEIvW2wPP2hrhiCCKwT71RbHAQdlA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WeUu6hWNN1s6EKzbQfpsBdnrXIFbHekp { top:4.1875rem;left:0rem;width:40.3125rem;height:8.375rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZe51H68eLF9LGL0czq9LrWoE07U9X2q { top:13.625rem;left:0rem;width:37.875rem;height:5.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZH4U3iWdSKIsdIcQvzr3DlskIyhzqzfS { top:3.5625rem;left:7.875rem;width:39.875rem;height:39.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMKhBO2AqOVFzaNHEZZklMHmJItHmCaL { top:21.375rem;left:0rem;width:35.25rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCHM7cZ9ocaieM2FIMpvw0nC5i5uhwlH { top:26.4375rem;left:0rem;width:34.625rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlVNx9dkbPfFIVzGh0dAsnGTmwwsgJGn { top:31.4375rem;left:0rem;width:34.1875rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRhZ3MnnFagR1amSGGad15F9E7yBHQrl { width:16.25rem;height:3.75rem;top:37.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXZHTy3ir6bHolI1lOgB3lZ7EO5WoRsJ { display:block; }
 }@media only screen and (max-width: 763px) { #QaBRmnD9qS5ZhbdLJqyAh7iWpNRyQrvz { top:21.625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHHuLRPJT6ks9lbaPVqAJIt48XZiUtl3 { top:26.75rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1yCdWB8UQ1Zbtu5d1h9ZvU11AEdbiss { top:31.75rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaAgznKuIwN7ZQdOEC6IX30OHgl2yB5Z { top:44.375rem;left:13.5625rem;width:34.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vt9FBmxsX74A4UJuBGnImMH75N3CB0Dc { top:38rem;left:4.25rem;width:12rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef5TXU5KD7yZ3sO074QhB6e32QKNfitW { top:37.5rem;left:17.75rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtvBppS7mVLmAaId9TOFqW2Ti8qACmyZ { display:block; }#AtvBppS7mVLmAaId9TOFqW2Ti8qACmyZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tUoT8TPXeUL1KD6AMcCisSJK0sQI6opB { top:1.6875rem;left:7.4375rem;width:37.875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRc3mWhDbVEUG6N3qG3AW0QZTif4UfQw { top:1.3125rem;left:4.21875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPemm21D11buAW4IROCfCqbN8ihIutq1 { display:block; }#XPemm21D11buAW4IROCfCqbN8ihIutq1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qQs8I7oVTzf9q59fk3GFXd4EkQGq4M2u { top:7.1875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGmwIQlV4PAd780uQwS0sMmDvqG6Dwye { top:11.625rem;left:20.125rem;width:7.5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMHrsNp88DABtw6ZsaOWch1AN1G49z0B { top:14.625rem;left:0rem;width:47.75rem;height:10.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsmkzwvA3JB2r0ecfX9SlIBBEq6f9TPT { top:28.1875rem;left:0rem;width:23.75rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIWnJBl9pqc0DPPeU0TTZTkQiEhQet7F { top:31rem;left:0rem;width:7.5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSIM9cauDWw4HdzKG81IAe02oFsaTGCs { top:32.8125rem;left:0rem;width:19.5625rem;height:19.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Trgv1egbLzxNGJ2nOl9TI6Zwz5dhwsNd { top:48.75rem;left:1.875rem;width:8.3125rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwP9f3JdACz4qMg8gorPQi50tSZp6Gdo { top:30.5rem;left:0rem;width:47.75rem;height:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUII23W5q6fPTI83yqR155Ou5aynOp61 { top:28.125rem;left:12rem;width:23.75rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJB0rkhlSa1AQ0uzLpQAKqeSwKfgQwv7 { top:29.9375rem;left:13rem;width:21.8125rem;height:25.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGaLrTJKcO0Chr6NIb5t5iJT9ec9xyWx { top:28.125rem;left:24rem;width:23.75rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPvoy9kM3JqUSyv6TEEo1zVyUGrk3QZw { width:16.25rem;height:3.75rem;top:59.3125rem;left:15.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqI7Tgpf6OzsoGWx4SPTXI8ckxsG4xlG { display:block; }
 }@media only screen and (max-width: 763px) { #eqPc2AalQAvIHDwKPAVOqwIPaLyWtzVk { top:52.875rem;left:39.75rem;width:8rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IS3sT5Z2LQKrQiUGrSrNutP7DXRe8u7H { top:44.4375rem;left:26.34375rem;width:13.5rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvEtOWLhPHbLXh7GJ0q2a45uMlHlLFME { top:6.625rem;left:35.3125rem;width:12.4375rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxyBUoUxgkmrwKVwIP5iybha5ulNmeru { top:30.125rem;left:26rem;width:21.75rem;height:23.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpdb1cMXbqGKsfky1o2XpERR5fhDmXzo { display:block; }#fpdb1cMXbqGKsfky1o2XpERR5fhDmXzo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gE5f53AUegyJBhvbPzmqsXRho0i9K7Cp { width:16.0625rem;height:7.5625rem;top:7.375rem;left:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc5ATgdFJ0hlpU0S7bV5iE35pglFK2Xh { width:14.4375rem;height:1.4375rem;top:12.8125rem;left:33.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6sx8TfPkRI9p8RhVUe4Eqm6tIfPTO0V { width:47.75rem;height:7.9375rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI4TadBZ1b62y33hGNxeTTotK2udzBEh { width:47.75rem;height:5.0625rem;top:5.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTJyx9TbKkl0Ut55vBDw3RiVRKD3S29D { width:28.625rem;height:7.5625rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFhHNnbOmw5oklLMaurFLHs2mmVT4JP6 { width:26.625rem;height:1.4375rem;top:1.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcqqyK4Eurmq1bTQNuVHfuLgiZ5IZoop { display:block; }#IcqqyK4Eurmq1bTQNuVHfuLgiZ5IZoop > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FSZvAGRylMp86gzmsKbkXgqMTxTIUgf9 { top:14.0625rem;left:11.375rem;width:36.375rem;height:;font-size:1rem;display:block; }#FSZvAGRylMp86gzmsKbkXgqMTxTIUgf9 li:before{  }
 }@media only screen and (max-width: 763px) { #Pu1m2L81sqhCWNLWcWaFVcrP5tCuyAoo { top:6.1875rem;left:9.4375rem;width:38.3125rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFhp7ReHJDDi7me7C2tr1p2gSkJ3qB1m { top:6.3125rem;left:0rem;width:35.125rem;height:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwKgnxt1ThIehhJR2uTQBXsP2DnuId6r { display:block; }#DwKgnxt1ThIehhJR2uTQBXsP2DnuId6r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qEmmasU2QcXZW4D7ROJVVAWZ0n6gtvyh { top:16.875rem;left:1.53125rem;width:44.6875rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9HpLlt7INg3HEeE9FLhsTgToiv1Lisn { top:7.8125rem;left:4.71875rem;width:38.3125rem;height:6.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBNeiO56KGLWr5XVtASpvMqf6TNq1GOQ { display:block; }#sBNeiO56KGLWr5XVtASpvMqf6TNq1GOQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IZNczQzPnZmf3M6wQhkVgzDFEOll7VCA { top:7.0625rem;left:0rem;width:43.8125rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDrWNxihpTweKNakbQIIicdS7J0G7OHw { top:33.125rem;left:0rem;width:22.125rem;height:8.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHbIhKkBuTCVpFTys4ZsT90XEg3MfT9S { top:17.1875rem;left:0rem;width:47.75rem;height:6.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMg67gW3k1nGpk5T1vw7lbEL9F9dCgCb { top:15.0625rem;left:20.0625rem;width:7.5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kG77d25nnG0M7Sue8hBVwOfwezIUxZEp { top:27.5rem;left:6.9375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkp14U8kiaPkEdWTGfJAx88iXXVpDlRI { top:30rem;left:0rem;width:25rem;height:2.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDcfAGEuJehpCVSB5TcGhS41ITNQwQvb { top:27.5rem;left:22.8125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MID7K2U88T6HTuCxagTHsKkfi6tddcUD { top:27.5rem;left:38.6875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABIbyBiGk0qQD5iZGnPeEBCkuDaQCIQR { top:30rem;left:6.75rem;width:25rem;height:2.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #umctHt5OEEwBzN4yzRlPTs01pF9UmAA0 { top:30rem;left:22.625rem;width:25rem;height:2.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRWOlfEok4fQBAfKLBP8VFqIr5teRzwG { top:33.125rem;left:9.625rem;width:22.125rem;height:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #evGTuHabsyUoVTMteVx9lGby3WXyJKKA { top:33.125rem;left:25.5rem;width:22.125rem;height:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e19oShgQNtUOhiBEpyrIIi83Dd6U61Az { top:50rem;left:6.9375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vevyNQ1RZ9KmD07QVyb1bl5rwlbQ56Gp { top:50rem;left:22.8125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kitiPMMNbpT4WPr6gPvqmk5ObowWGS8I { top:50rem;left:38.8125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaqeIbICylg9x2qJIVTK0ezceTGH6WwV { top:52.5rem;left:0rem;width:25rem;height:2.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #chnFXLc9gHH9cJht2u0365PzbKVl0Wql { top:52.5rem;left:6.75rem;width:25rem;height:2.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEOSVdrpqdKqygRpNDrU49VIC9hzdm6x { top:52.5rem;left:22.625rem;width:25rem;height:2.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTqnkHmpbZ9u3CAiXri1hhbHxJdMDuSR { top:55.8125rem;left:0rem;width:22.125rem;height:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZEfUBVnx6L5pENWhsI3ShuBGh3sxysO { top:55.8125rem;left:9.625rem;width:22.125rem;height:8.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMikemVzeo1x7JaboGolgmkomKE2WsT7 { top:55.8125rem;left:25.5rem;width:22.125rem;height:8.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIuw3sC37TNKFaWUZlILfSXpJ8TBvUCZ { width:16.25rem;height:3.75rem;top:71.5rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQcTcB5NU4JBv4QDZaaZbPCk3qmmsSp2 { display:block; }
 }@media only screen and (max-width: 763px) { #WFvNrpi1h6yWXxbFGmmFByZPWD7P84br { display:block; }#WFvNrpi1h6yWXxbFGmmFByZPWD7P84br > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kGW0kTcHXlnfPUqTyRVs5XrrZ2Ug2ys9 { width:14.9375rem;height:7.5625rem;top:14.5625rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODTI281QmoFRncEuiTfqxZtQNZmMfvvM { width:13.0625rem;height:1.4375rem;top:19.9375rem;left:34.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6ZC9wNSQKpwsAFDwmzBUTI8gT28qQlv { width:47.75rem;height:11.3125rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaM0o43PnpI87042gigUPpkzNLrkfJiZ { width:47.75rem;height:8.4375rem;top:9.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rh8kCQPmlPKHr1UwrTl8wfWDpz5ZtdMM { width:28.625rem;height:7.5625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGm9SftDVSghgVm7WZ8574XvyxPkbK0B { width:26.625rem;height:1.4375rem;top:5.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaKos5M2k61MMCmwdMEDpE6flgPmTh7l { display:block; }#ZaKos5M2k61MMCmwdMEDpE6flgPmTh7l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTZk5ypeutxDq6v2TALKZ8uVoZcQ3ep5 { top:5.75rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Izl3lcE49q7rylarGOterghW62nZ3cPp { top:10.3125rem;left:20.125rem;width:7.5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ye2We1aksLdZEVoGZSypRyHxkK9i0FNq { top:12.9375rem;left:0rem;width:7.5rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8BwPkCoVyWxTRtTK1PsrVlNtuJnHL2R { top:12.5rem;left:39.25rem;width:8.5rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHsxiUoUXsCwfBQQxeUTTF7VurLfCEfs { top:13.4375rem;left:20.375rem;width:7rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #os1OpQW3m1yVbVr25skKonfFNSkZpxPJ { display:block; }#os1OpQW3m1yVbVr25skKonfFNSkZpxPJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n1JI0G6ygplkJVa1n3QdBJ0F1hyzsmvy { top:13.0625rem;left:0rem;width:23.75rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFGvzlAz71DZWKL7xTwgV0u0iet9hpr5 { top:4.3125rem;left:9.1875rem;width:22.5625rem;height:6rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWvQR3Dail8Ah3LRBPfKQOwKTL7JiJX6 { top:4.3125rem;left:0rem;width:22.375rem;height:6rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9JWviHkHWPAWVB5t0TD8GHvCqK9mVJM { top:4.3125rem;left:25.375rem;width:22.25rem;height:6rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOIPufRt1RMypr01GnzlN2le4AKgVrRB { top:6.5rem;left:39.25rem;width:8.5rem;height:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZXvLl8mITFunnKXKC014EOuqENVFR7uE { top:7.375rem;left:0rem;width:7.5rem;height:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LN9Bz0yTTDoWdSDCtiGKlugvJwdJKIg5 { top:7.5625rem;left:20.375rem;width:7rem;height:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EsKxFpRMrddoa1QohskQww7lgaZVFMEB { top:1.8125rem;left:8rem;width:23.75rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUBunm1oQuHpzocDf53AG4rglhtyTr54 { top:1.8125rem;left:23.875rem;width:23.75rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvhUIRUKDATMryhvgTi6rUl4wWOBI2UI { top:13.0625rem;left:8rem;width:23.75rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnRMdf3IdGd1Uo7k3FvGDhMPkuAM42rc { top:15.9375rem;left:25.0625rem;width:22.5625rem;height:4rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzVRI7oQivsP2TKkpB1hZTUS3BI28TI9 { top:1.8125rem;left:0rem;width:23.75rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgpoppydS9xBGaOcb5IUXViHVhF9PXii { top:15.9375rem;left:9.1875rem;width:22.5625rem;height:4rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJVHALsBT9ZIhBSy8C5mah7hICBl5f5L { top:13.0625rem;left:23.875rem;width:23.75rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #INyoD6hut4x1PoqE3ZdlDasdUls5hLPg { top:15.625rem;left:0rem;width:22.5625rem;height:4rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFXfZIzWUMsLofOwVxAm8XTIt4kwcmCE { top:27.8125rem;left:0rem;width:15.8125rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #eg8NT1Xg6luIhWKnmeOedZPvTol1b0gJ { top:28.0625rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ms1A60EpHrFcRbPvlJbBpVKp3qnhEAzn { top:26.0625rem;left:0rem;width:47.25rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuglsPGtpHxpF98v5wdguULWbB47IeWe { top:33.8125rem;left:2.90625rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpwlhUWmfcgs9RLLXQfOtNLoBTK1y1z2 { top:34.8125rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1zlm986Hsc7kLuuL0yoDtOPPybyW8iP { display:block; }#P1zlm986Hsc7kLuuL0yoDtOPPybyW8iP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XEhpe06CxFxtHfpzcb4aDkIxJWUSqXW4 { top:3.5625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bV8Xot55aJpG7Lacv9OUKZcgbksP6aQ5 { top:7.5rem;left:20.125rem;width:7.5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbMVAQMVNdrL2HaF2nTBqQvUqdH7eQfu { display:block; }#bbMVAQMVNdrL2HaF2nTBqQvUqdH7eQfu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QVTsOdVZ4PI2Hn9MGaXAdG3R2X09Orrt { top:2.0625rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFxdva2mvhWNnMdlVczkmDaoTw8V8N7H { top:1.8125rem;left:45.3125rem;width:2.4375rem;height:0;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcV7ATBayvcfZT5nGZtOET5qB3UVOyEp { display:block; }#RcV7ATBayvcfZT5nGZtOET5qB3UVOyEp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OmXZ5THMCEK5E36ygoZUF1d7dk6C1E4T { top:0.625rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#OmXZ5THMCEK5E36ygoZUF1d7dk6C1E4T li:before{  }
 }@media only screen and (max-width: 763px) { #uMc6SPaEnBF4DB1ikmBkqrhLx45lCGQv { display:block; }#uMc6SPaEnBF4DB1ikmBkqrhLx45lCGQv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r9SB9Z3dIVToWwIl4NTgSSqrI9lCxiEM { top:2.0625rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqgyVhLhebVNsBK8fES8Qq6ZZcf3hmSy { top:1.8125rem;left:45.3125rem;width:2.4375rem;height:0;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWf3VKAAXfnTe9zwoTqPgBe3Ec5JSH5U { top:0rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoFCSy8F20iKMn3lvlNrkXAqb7XT2PDF { display:block; }#SoFCSy8F20iKMn3lvlNrkXAqb7XT2PDF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JkgKQk7BCPIFfikvusc03BXoiwqp15pK { top:0.625rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#JkgKQk7BCPIFfikvusc03BXoiwqp15pK li:before{  }
 }@media only screen and (max-width: 763px) { #IIkG8fk3AgeItW8QGqGiulBiAo8pwaal { display:block; }#IIkG8fk3AgeItW8QGqGiulBiAo8pwaal > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dh1I4XvmafF1ezNSFba38qUIUkhC4zod { top:2.0625rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZAVx0X2Z8rqf5Jx5PKhNR2TXxIqf7kq { top:1.8125rem;left:45.3125rem;width:2.4375rem;height:0;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VizW9huQ293XGb37l532nLbhTMr9NhOe { top:0rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KP38aX4eHX9AQ8bNEGoD10G18WdREdZR { display:block; }#KP38aX4eHX9AQ8bNEGoD10G18WdREdZR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #krwFTgsqmFOSGiNSqPR2nEModwiAQBS3 { top:0.625rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#krwFTgsqmFOSGiNSqPR2nEModwiAQBS3 li:before{  }
 }@media only screen and (max-width: 763px) { #UwtGg1FcykPNkKOunzvh68WuMXiGes50 { display:block; }#UwtGg1FcykPNkKOunzvh68WuMXiGes50 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vqMIW5TzdGTEloNTMu9fF1WEfURGcGUD { top:2.0625rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqtrlT2VConwCH887e1qvWf5LpEmqZCU { top:1.8125rem;left:45.3125rem;width:2.4375rem;height:0;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmBkqL3H98y4I9FgLi7F6sbH4lEOg48E { top:0rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfXo4uNGfTqWUnM8J96idADieb1WVDku { display:block; }#AfXo4uNGfTqWUnM8J96idADieb1WVDku > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S2rS8XsgMTkDCSVTNtdVusTbBfs6I0vt { top:0.625rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#S2rS8XsgMTkDCSVTNtdVusTbBfs6I0vt li:before{  }
 }@media only screen and (max-width: 763px) { #PrBnUQwGVwed5GgasEndNdCX07uogGPD { display:block; }#PrBnUQwGVwed5GgasEndNdCX07uogGPD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yta8V7VGp1rSpy8BEpORUu9lCXZBD4Uw { top:2.0625rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnUD1TdB6T16s0IvKvttoDv7S5bTqZOo { top:1.8125rem;left:45.3125rem;width:2.4375rem;height:0;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEvK8CtIVN3p5OXPP6GkcTn1xILacAUJ { top:0rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRBxV6yPa97Mcc2S9QcPrIacSEyNPzTe { display:block; }#KRBxV6yPa97Mcc2S9QcPrIacSEyNPzTe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTf9DTJnrzaOZmeXinqUrLMWfOaGlWZe { top:0.625rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#aTf9DTJnrzaOZmeXinqUrLMWfOaGlWZe li:before{  }
 }@media only screen and (max-width: 763px) { #dCgNdOO2O1XZtTGblB9eUm08TSPs21i4 { display:block; }#dCgNdOO2O1XZtTGblB9eUm08TSPs21i4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HovlVV90nMiRNSQIkbzaWqtI3JAdE9vs { top:2.0625rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zr2GGuL9qThoFFWgmfToD2KXW9m9BQHB { top:1.8125rem;left:45.3125rem;width:2.4375rem;height:0;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3LZoi1rhZbK6REELTTfUXC8OOoyzD5I { top:0rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD2ETBJtccnc7NTkdTsHBmWoZg1IWECI { display:block; }#QD2ETBJtccnc7NTkdTsHBmWoZg1IWECI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #igdqX41bTc809wPUSs6uADhhGl28lECO { top:0.625rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#igdqX41bTc809wPUSs6uADhhGl28lECO li:before{  }
 }@media only screen and (max-width: 763px) { #eBdviEoEnaMX6NiaTKVLgarMcFCi55eG { display:block; }#eBdviEoEnaMX6NiaTKVLgarMcFCi55eG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tQ7R4sdv4srQKIZc7D391oWpFg8GQkeZ { top:2.0625rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABNwWwTumi4tDs1sim1TOH0A1KqeqR3U { top:1.8125rem;left:45.3125rem;width:2.4375rem;height:0;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEFGKiu2swN2f6IsLbB2GMTQbmnhuSPx { top:0rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaLmC7n0p2s0s5lQs0HT3nU7aLcd5icv { display:block; }#aaLmC7n0p2s0s5lQs0HT3nU7aLcd5icv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FDitFHd6rrJ7dglTNzqkff3RgxxugZWI { top:0.625rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#FDitFHd6rrJ7dglTNzqkff3RgxxugZWI li:before{  }
 }@media only screen and (max-width: 763px) { #GgpUHUAqkS5dgCdOZTfphJQ4xJGEHxJP { display:block; }#GgpUHUAqkS5dgCdOZTfphJQ4xJGEHxJP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iwSTQiTf5qqiXqaon47T219Wz3Q7R3x5 { top:2.0625rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxSDND7R2XuNbcF2yMAOtSP7hqs2tHVZ { top:1.8125rem;left:45.3125rem;width:2.4375rem;height:0;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDoPz7QXcN9ibP2VdkXDoqJ9hTCvvoE9 { top:0rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZBHQMuJHdEgh9Ky5ypfcxmxA1a1fpf1 { display:block; }#RZBHQMuJHdEgh9Ky5ypfcxmxA1a1fpf1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xkVsJ1FqsV85StGwmL4dKP2kKlVlcPug { top:0.625rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#xkVsJ1FqsV85StGwmL4dKP2kKlVlcPug li:before{  }
 }@media only screen and (max-width: 763px) { #wzQtoJxB4rDbSWI9l2l6gpXsn5XxqUIx { display:block; }#wzQtoJxB4rDbSWI9l2l6gpXsn5XxqUIx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RqX7H0zhyPKGyhKW68oBSIhlrQJk3fiT { width:30.4375rem;height:3.75rem;top:3rem;left:8.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ze18otEp559r7rDip4mqG0GzIuxeXifF { display:block; }
 }@media only screen and (max-width: 763px) { #USysubkOMi0lyw1hyOQxscMx6RWCkTeo { display:block; }#USysubkOMi0lyw1hyOQxscMx6RWCkTeo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VSz2fTefnwIpkGQ2IWs7vLt5TeDeIHl5 { top:11.125rem;left:20.125rem;width:7.5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4W6EgNo6kpDgERWIuL2MUoQd7F8yB7h { top:6.75rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXSZ9v0lE544yl8RBauxytB05bcngAer { display:block; }#cXSZ9v0lE544yl8RBauxytB05bcngAer > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ixfGS5z6yWtvARe5SFnoTOJQ2gFNf0ZI { top:1.5625rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCqhAc58KL4pJR9WRHzlqcvKsUg8PkVN { display:block; }#hCqhAc58KL4pJR9WRHzlqcvKsUg8PkVN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zKb4MowCBeTk9c7qDeLgG1vHqSiTutkK { top:0rem;left:2.28125rem;width:11.3125rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCWtBbVkpau8nPfhGD0xLrGBwc62lTRl { top:1.25rem;left:2.1875rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXIKXCuMbDN9yyBuTx2yW9NhbnChAKDg { top:13.8125rem;left:0rem;width:18.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iI0ZitfloEEzvJ3vEpMoA6MXx9ThVuUv { top:16.125rem;left:4.5625rem;width:6.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIrSHTStCIo6H1fCHgruqCXWnHBt2V7c { display:block; }
 }@media only screen and (max-width: 763px) { #MQLLTypM9TvQkVTAb14fr5MIBmNcTh6a { top:0.625rem;left:18.15625rem;width:11.3125rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkAxh5BF6XMyTWRIphkPwmf2MA9ymI0T { top:1.375rem;left:18.0625rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNg8Rhtrr06LtyENRpTSqPaQuBwumefU { top:13.8125rem;left:13.0625rem;width:18.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWKPWxdHBCK97qfMDO599puIisTN7FTb { top:0rem;left:33.96875rem;width:11.4375rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdGqaZOXe9G0I821nz1K2Ml3yaOpEZ0B { top:1.25rem;left:33.9375rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPsvCw8AWO3ZIn0pAl9CyxIqdsAi6Bb8 { top:13.8125rem;left:28.9375rem;width:18.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSqpFs7c59fyEJhmabvlvn0gdJxD0I6d { top:16.125rem;left:20.4375rem;width:6.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dK9fIT819Gv20ZA581IOekk8UMegl3mT { display:block; }
 }@media only screen and (max-width: 763px) { #JEtBFcSLiQRHvLKXpFZSp57fPRmI7zLo { top:16.125rem;left:36.3125rem;width:6.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEydeRQvV9LxX3Vlmp96SV8sdTSM4g2t { display:block; }
 }@media only screen and (max-width: 763px) { #Bp1orsKoqdLhlfTzfSSe517RQ4Bbx53F { display:block; }#Bp1orsKoqdLhlfTzfSSe517RQ4Bbx53F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oeVJeAVEArnzUDTNe4T12DbKvgCTRa4T { top:0rem;left:2.28125rem;width:11.3125rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClRsvH7xl5G1SlHtT0oUCBao1dC3IzAv { top:13.8125rem;left:0rem;width:18.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlGf58iw9IUkpB3g3srpQ2zCTX9kaPTS { top:0.625rem;left:18.15625rem;width:11.3125rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EphKcUiZS4LmlZ98cZfgcC03SHEFgiex { top:13.8125rem;left:13.0625rem;width:18.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7rRG5MyLXhiV6sJuO35unrEBbFs0766 { top:0rem;left:33.96875rem;width:11.4375rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEUG7XmGbTB8LqiwpxLTHnRhxh7LmASK { top:1.25rem;left:18.0625rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNOFcnhBbfyoFHVblzsAMJvDNVORFOXs { top:13.8125rem;left:28.9375rem;width:18.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTwUB6m7TIy7QAZco1uAsAQvIIoTiGZG { top:1.25rem;left:33.9375rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ox3f12bZpsCqc7itUKVRAEkww1NCwp4Q { top:1.25rem;left:2.1875rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J77FMyrWSICL4xlFbhybMggumQqFOuit { top:16.1875rem;left:3.9375rem;width:6.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4z9TO8T1yGHaobT8S8dGwafuKs3Khwm { display:block; }
 }@media only screen and (max-width: 763px) { #agZsfncdgeSCWdIQDyGFmM5pLJdpuT6o { top:16.1875rem;left:20.4375rem;width:6.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgJEgmVC7RPcKNBsKs1aB5LcBPRuPiwM { display:block; }
 }@media only screen and (max-width: 763px) { #TlS8egSb1iTbFWvPrQlgBraHOcdPG0D9 { top:16.1875rem;left:36.3125rem;width:6.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXwXixAfpK9X9CoDSca5gOIR0Ubbdf0p { display:block; }
 }@media only screen and (max-width: 763px) { #FT1coBagBykkP1ZP0Hyn40V9XXmfO8Jv { display:block; }#FT1coBagBykkP1ZP0Hyn40V9XXmfO8Jv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ov5B4wART9h8nfLdX96am5AqZVPER0by { top:0rem;left:2.28125rem;width:11.3125rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tagIdms1Hr2O6e6PqNbdxMADPIRxseiE { top:13.75rem;left:0rem;width:18.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1Z3JqTC86k4xRupAs9wVAObFianKwMF { top:0.625rem;left:18.15625rem;width:11.3125rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu11XvEAGHJMSiKD7BpptFXlpgu0zNBP { top:13.75rem;left:13.0625rem;width:18.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Thn9JM3ect6f7hTMzwwQPLMCnyXXT6Uz { top:0rem;left:33.96875rem;width:11.4375rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N09GOcLVCP6VDtAqp7PE3ceXw4SEm4yS { top:1.25rem;left:33.9375rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytFXzv30DsTbT3Qm2Qc9bA3LBzp5xAl4 { top:13.75rem;left:28.9375rem;width:18.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfxFFvOWeLMlTDNEad35vTH7icHazXiP { top:1.25rem;left:18.0625rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQIB7xxCm6UbRPo8CFXFsvr0XwbTbCbb { top:1.25rem;left:2.1875rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kE0TF7JmJARzNbiu92XD3MT88Gy3Aaei { top:16.25rem;left:4.5625rem;width:6.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfEqaUxBVcwES1nuKJvNcyvkmfM4seyB { display:block; }
 }@media only screen and (max-width: 763px) { #GUS3upstftp9mt5N3vMFQOTanaJvzVv7 { top:16.25rem;left:20.4375rem;width:6.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGoTDKFV431qv0MewTETcFNMuRTOABPR { display:block; }
 }@media only screen and (max-width: 763px) { #TZNK4lcShPt1A5PGWinolgdEiF65Cs90 { top:16.25rem;left:36.3125rem;width:6.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmksATte1ix8Uw9FTiCST52AX8EfpTkW { display:block; }
 }@media only screen and (max-width: 763px) { #ygGo1QKKmaMk679mgzvovgDtqcPvyDfr { display:block; }#ygGo1QKKmaMk679mgzvovgDtqcPvyDfr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LhEDamLXKlqcdJf512OBrwt1vkTTbIQG { width:47.75rem;height:7.5rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgbmpcfT8KK8LvfMt2MAbKJQXv3XK4A4 { width:47.75rem;height:5.0625rem;top:13.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBu3SvsyTL4DsHmHLxdnJzeQyR1dfy2X { width:19.25rem;height:6.8125rem;top:16.25rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT4B3mCKbmW9ZNTVDPk5HvO5ZMR9CQF2 { width:17.5625rem;height:1.4375rem;top:20.9375rem;left:30.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDfINdTOMvkmXgZbTGIWpyEvWL5SKlVT { width:47.75rem;height:7.5rem;top:26.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #delU1Mqu5pybs8cuR7mqGln087bsI8KU { width:47.75rem;height:6.75rem;top:27.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2kZdanmi0TDpDmP1ABlqnCynu3CRK10 { width:19.25rem;height:7.0625rem;top:30.375rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHvwKVrHrlQyUL2tMssv0ieocs4kbfdd { width:15.4375rem;height:1.4375rem;top:35.1875rem;left:32.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eM3ygASlTfx3is7E4ffWGuD4d53DhRni { top:3.1875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KX4WTkH9W2pwtw8ZIdA35MC8ItoTWmn2 { top:8.5rem;left:20.125rem;width:7.5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDiP3Cq84S95uRamzDyAtDzMD8MhsPMB { width:47.75rem;height:7.5rem;top:41.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBsnmdOaEGJkxTX5nwls6hKEimwo1zDm { width:47.75rem;height:5.0625rem;top:42.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlzHVUcWUCOyv1qSyIrZGa7T2gE9KGGe { width:19.25rem;height:6.875rem;top:45.1875rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7XDuCKneTUmrBlVhUhFUdm7Nv6emOIs { width:17.625rem;height:1.4375rem;top:49.6875rem;left:30.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSPOZaAoyndp4tK65fmqyt7bMuiBz5XT { display:block; }#GSPOZaAoyndp4tK65fmqyt7bMuiBz5XT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C8UOEmsEwZgvuLTDVtmy7Tb5sEd70QTv { top:7.75rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObdBeC1QLtGephhsISiKvUuLiNRu86AC { top:16.25rem;left:20.125rem;width:7.5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ie1Z7S7yf6pvC4HPKwbPnTsi4As87bNb { top:12.0625rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QG8F9zMwl7ndkzdWT5yaLMQu9eOv4zXW { display:block; }#QG8F9zMwl7ndkzdWT5yaLMQu9eOv4zXW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XsvUbO7Xyr2ehZTVWawNmWUtseaETK7m { top:0rem;left:0rem;width:24.375rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNf3FE1OTD75swQ7q08Ndd4lsWmoyVv6 { top:0rem;left:0rem;width:24.375rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJWgMsQGT7v2KVG1MVzbhLcoe9nJxrWL { top:20.25rem;left:0rem;width:22.625rem;height:14.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFrHS3Fw7fwxRD641DalCK8s9mOfO0QZ { top:0rem;left:7.375rem;width:24.375rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwg5e5cgDmgFwGp2HhnoA9Lxk8heOAxv { top:-0.0625rem;left:23.25rem;width:24.375rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6uoywJXdxU23pXLndaniuzUWuKdanAA { top:15.1875rem;left:0rem;width:24.3125rem;height:5.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0dSDbmhXfKreu0xX3lIqGI5g0zUAi5D { top:15.1875rem;left:7.4375rem;width:24.3125rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3unMZiPpT7K6CVTXkRdxJvFLTP0hKoi { top:15.1875rem;left:23.3125rem;width:24.3125rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZGplEgWgQVEOTh7H3faF3BS4AUSExVC { top:20.25rem;left:9.125rem;width:22.625rem;height:16.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeyePqcwElvhsFEBGsdqePC68yCGnnAQ { top:20.25rem;left:25rem;width:22.625rem;height:16.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3Smkn5NkUcMqxupa1gaRqXyEfTxE1H9 { top:0rem;left:7.375rem;width:24.375rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhLB8LCfqRdhAmPsmHHoTQ0DP52FM1u5 { top:0rem;left:23.25rem;width:24.375rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVkH4B49SxPZGkGNzcd5bWxbeXtdWzGT { display:block; }#aVkH4B49SxPZGkGNzcd5bWxbeXtdWzGT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rQ7GNJoC8glqi0LNg6vkfVX4LBZOg1Xn { top:12.1875rem;left:20.125rem;width:7.5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3z7HhQTRyh8E5K7QOnUs2KUwRLMiHam { top:7.5625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnRwFqPotQHibkwOk2tPJFNbJ7mvRkBf { display:block; }#PnRwFqPotQHibkwOk2tPJFNbJ7mvRkBf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q5vT8mBl9TvrlydFbMUC1DDppzDcMLOA { top:0rem;left:0rem;width:47.75rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsmQc4sSHTdxeWe2y5CtytG0w46La02O { top:0.1875rem;left:1.125rem;width:46.625rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2P9kB3gn6MkXntgK9IrAldXT6OQ5OWO { top:0rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPUKhE2HunCZTLQbadhPQzcPf0iSS9VT { display:block; }#yPUKhE2HunCZTLQbadhPQzcPf0iSS9VT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kJdXVWtLeZWyUXhrn9Enrd21vCZSToyd { top:0rem;left:0rem;width:47.75rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLFlJAQLCiDon5malFixA1ENk5PFOiK3 { top:1.375rem;left:1.625rem;width:45.75rem;height:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbsnvtyPtEuXLe9ifSW5OcnMMs8lsVsz { display:block; }#qbsnvtyPtEuXLe9ifSW5OcnMMs8lsVsz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #afGVGNvRJVtFXcDcdCiiAM47r1Uhbz6s { top:0rem;left:0rem;width:47.75rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcdcKtSgk6n9n5bFTQ7wZE3RoeWTtQee { top:0.1875rem;left:1.125rem;width:46.625rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRhw4TTBszUh5BpZOCIgJ8mTlkcsT8QJ { top:0rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMqJNfolWJ6bWKZWA7rvkrKf9Tkv2ozo { display:block; }#sMqJNfolWJ6bWKZWA7rvkrKf9Tkv2ozo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZcltA5vcH59J6WA2GefBXWlkh0A1GoFQ { top:1.125rem;left:1.5rem;width:46.25rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhdPZ5vPTNMop3PsiByTBAhK8EcHgva5 { top:0rem;left:0rem;width:47.75rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSLnTpXfHLSso2zykr2gBToZnixpwCVx { display:block; }#CSLnTpXfHLSso2zykr2gBToZnixpwCVx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s5uE7r81UmEoqxXbuRaV2wUMom9mhCLA { top:0rem;left:0rem;width:47.75rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdIEP8XRBso4s8WTMSk51zhEaBK10FUg { top:0.25rem;left:1.125rem;width:46.625rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWQS3ctuOnoESW7L9dKlaNlGAFl16bmV { top:0rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bv5OJ69wOwu64UpBDVhoB3hsFuC98a3t { display:block; }#Bv5OJ69wOwu64UpBDVhoB3hsFuC98a3t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F8PNBznSebhm61E5wnCFQCdgBP5PlODG { top:1.125rem;left:1.1875rem;width:46.5625rem;height:12rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0rTTKOQ8eV3JTok2O56iDUmZaB8wWwm { top:0rem;left:0rem;width:47.75rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5VswlkryBLEFgrQ3l9A37fTekoWTzA6 { display:block; }#A5VswlkryBLEFgrQ3l9A37fTekoWTzA6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CO7NHNLRlK3OincFQyyvXCW6N4aLKUJW { top:0rem;left:0rem;width:47.75rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1etIXOQmfIGJmatxOO7SMRliwTZ8Q1l { top:0.1875rem;left:1.125rem;width:46.625rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMvMxBBxqifBrN8Vkx4ltJ0vdrXiZwaP { top:0rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1B4doFcqU1pAeZLCmFT7TEA1xsQqCbL { display:block; }#F1B4doFcqU1pAeZLCmFT7TEA1xsQqCbL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IC4bJ7JpmFNnb9XEqXvUzNh7LHTuGfLJ { top:1.125rem;left:1.625rem;width:45.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8a4M0qPWKpu2cKduO1k9eXvTZCdcf6O { top:0rem;left:0rem;width:47.75rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kC67t9yxCRqHLnkeTxBqZW7EuRlodhN2 { display:block; }#kC67t9yxCRqHLnkeTxBqZW7EuRlodhN2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R1cfcOG2p16sbSrOtSwLOCRBWvZQhGVZ { top:0rem;left:0rem;width:47.75rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMk8pZyCa7V5lDCaTPUBK9hHbym8hX7A { top:0.125rem;left:1.125rem;width:46.625rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H15e4vCiwrSxv32WIE8EzpvtS12Pu1Wn { top:0rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUWCSILTM120CtpvPgPkTFlbmWSMx8CC { display:block; }#tUWCSILTM120CtpvPgPkTFlbmWSMx8CC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wiITvST6xxDNHHF0vfhJZUTSsWGEizJ0 { top:1rem;left:1.5rem;width:46.25rem;height:;font-size:1rem;display:block; }#wiITvST6xxDNHHF0vfhJZUTSsWGEizJ0 li:before{  }
 }@media only screen and (max-width: 763px) { #sEcS6cVJi4lNAxDGOAGMAuKRF5nmDHMJ { top:0rem;left:0rem;width:47.75rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcM3stBzihHZ6akyhlI9G5ZFgew7P2bV { display:block; }#kcM3stBzihHZ6akyhlI9G5ZFgew7P2bV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F8kcZT5D7mI4yUCMySfUI8rgJ5Hgo1WL { top:0rem;left:0rem;width:47.75rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCtgT59BPTVTymawEHJmtA90bC5l7gye { top:0.1875rem;left:1.125rem;width:46.625rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx0905Mo9Np1h688oAb1QZNFxAu54HuI { top:0rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z52RerMxnoqK7OcTzrTL03e152x1T8Um { display:block; }#Z52RerMxnoqK7OcTzrTL03e152x1T8Um > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iDw1f4G0RXu8yqwzTddJnGkkGxN7T6K4 { top:0.8125rem;left:1.1875rem;width:46.5625rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VG2ClpXX44nBCFlQ9dfiTGLwmuly4Bwt { top:-0.0625rem;left:0rem;width:47.75rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIa72qDCLAoNdkTUIyCa26DvxeMNEJC8 { display:block; }#pIa72qDCLAoNdkTUIyCa26DvxeMNEJC8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hm92WxlIzQWwby2KNxrQ81BqCZC7JdiI { top:0rem;left:0rem;width:47.75rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUNkiBOXuUKhVXJny4bUo3I7m3Ls9SOA { top:0.1875rem;left:1.125rem;width:46.625rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLpFiHztF1mme0gpeQ8G4G9bH0O0xwlv { top:0rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wv1ZLTAxMk9BdznvyXbdrPJEe2k9Br5d { display:block; }#wv1ZLTAxMk9BdznvyXbdrPJEe2k9Br5d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VDSbHsyFMV4Im81KuxBlbDxQ4Kbkl6K5 { top:0.75rem;left:1.5625rem;width:46.1875rem;height:16.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPiJNwF4iwcDUvstTOAsn64bFOhL7IaJ { top:0rem;left:0rem;width:47.75rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RU4C2nPJla9oPJKEgMAhLPnWuw8rZIRN { display:block; }#RU4C2nPJla9oPJKEgMAhLPnWuw8rZIRN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XzvpZtBZOoPKENHZT0uvitwCdzB4o5kz { top:0rem;left:0rem;width:47.75rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIfGATQqb8tdPPo8fIgEJoyB4qN6osfw { top:0.125rem;left:1.125rem;width:46.625rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBKI0K6veBRH3Tn4cKBXgwC0ufDTO7TP { top:0rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2ByZiWND8zkCWnS6g2TfFJ0shHHhJrK { display:block; }#J2ByZiWND8zkCWnS6g2TfFJ0shHHhJrK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TOOCn0la07zabsLvUIOahOOeDUJQOFaR { top:0rem;left:0rem;width:47.75rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtHRTlXuxaGRbTHmsNM3fKoGWvFV9yeW { top:1.125rem;left:1.625rem;width:45.125rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHoD5tB73coOaXUZLcvQV6iEMNFoy5X4 { display:block; }#iHoD5tB73coOaXUZLcvQV6iEMNFoy5X4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kVLuyPe1pLTWpidBKkLVwXkd1sXye4TC { top:0rem;left:0rem;width:47.75rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuFhbSrGIDcFPXnTMEIL2wOGEC0hfdSz { top:0.1875rem;left:1.125rem;width:46.625rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKDPcNBc8JtlpGPVlC6r6PIUzwOxSqhd { top:0rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gS2ZFZUbQZFNWXGQrkwF0Z36htNI2Ncr { display:block; }#gS2ZFZUbQZFNWXGQrkwF0Z36htNI2Ncr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ha0HhGMZOP5ecweWWHSAVoMZbFTy0Qe9 { top:1.1875rem;left:1.5rem;width:46.25rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOSWiUKKi7F7SOiGDArJKihGhIeU2cS0 { top:0rem;left:0rem;width:47.75rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCVuy1vTDkBHTnOIhxKbWOZCSRSViULm { display:block; }#bCVuy1vTDkBHTnOIhxKbWOZCSRSViULm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a0Xxyx5RsFKx6ezC6qhbdNT15OhQyfmT { top:0rem;left:0rem;width:47.75rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QukWveFrKJsZkBgugAquTWdIAQyUxiMC { top:0.1875rem;left:1.125rem;width:46.625rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULe2DSePSF2TJJclLfzATSpW8g59TaEB { top:0rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4VUih2mpwTFbGxEkGJZSCizF9Ffpv1n { display:block; }#a4VUih2mpwTFbGxEkGJZSCizF9Ffpv1n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zt9RKb4CB203OD13bywCXmyk5T8TNX68 { top:1.1875rem;left:1.5rem;width:46.25rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0MVtcLKwkSk4TLvJi15Svyx3WiKCFp0 { top:0rem;left:0rem;width:47.75rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TowvxPoXZTUy8T6LuxEipmgEW7Gocazt { display:block; }#TowvxPoXZTUy8T6LuxEipmgEW7Gocazt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTt7LAaPBHRqzZFnu6Ebfr9OBS16lHpv { top:0rem;left:0rem;width:47.75rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTVNSDzXwlwg6m0FVFkm9t9sK17PKBl6 { top:0.1875rem;left:1.125rem;width:46.625rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #csKMDqRsTpblxpqDUSPkauA5fxZURptE { top:0rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMOiGSF9yXFsbTg0R6o6TJNZVsPLNBTl { display:block; }#cMOiGSF9yXFsbTg0R6o6TJNZVsPLNBTl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MLmzL7nh8Z82G5m1oSaGtewRDfKhHrN5 { top:1.1875rem;left:1.5rem;width:46.25rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GL93iW19xU7DNzsGwdel2Wh3RvTd9vxQ { top:0rem;left:0rem;width:47.75rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPPJBAxxyuP0RqqxLnTHPFwV7GbD2wVV { display:block; }#xPPJBAxxyuP0RqqxLnTHPFwV7GbD2wVV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #snyS2u4deekVQlQzApXnXTN1tyQT4NRd { display:block; }#snyS2u4deekVQlQzApXnXTN1tyQT4NRd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vdVm6TWKlCvKo8ESCIWFGPi8gIoawz79 { top:5.5625rem;left:2.1875rem;width:29.5625rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sD2bnxDzK87LcFtZMdvnsqSpNlJQ8etT { top:10.125rem;left:0rem;width:44.1875rem;height:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ol5ATazLFJJA6S41I259hfztrsLLVOzV { top:0rem;left:0rem;width:21.5rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFE8Li3CwMNDIL4m0c0ZnNyRKfaokeDd { display:block; }#qFE8Li3CwMNDIL4m0c0ZnNyRKfaokeDd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #koe2KiBUPeL8BJ5VFTU90FkEWN1S5OM6 { top:10.875rem;left:20.125rem;width:7.5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAtq5gFuA4vH9xHTAeLMToX1Uan4Ow7D { top:6.0625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAONfRPAQuRxCFXlPxpVinVoE0CAyr4x { display:block; }#lAONfRPAQuRxCFXlPxpVinVoE0CAyr4x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wBZdBFtnqIyalI6K8Mog2kukUJNBRhfC { top:0rem;left:0rem;width:24.125rem;height:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNeAcxzTmKJ5Z3F3nnq5ETZeNvfTeh2R { top:0rem;left:23.625rem;width:24.125rem;height:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGzKXUSZINNy5MdeK6aiAZbf2p9frC6g { top:0rem;left:0rem;width:24.125rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #mc9I6vaIXwmUvXM3U1Jw1uLl9ICEedGO { top:0rem;left:23.625rem;width:24.125rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtIbzwC91CiprIBXOHS6vEdRHT1Q3VUd { top:1.875rem;left:8.75rem;width:9.625rem;height:4.6875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3LSSHQ3UaEEyuATpXxxHSC6TZ1E8ADZ { top:3rem;left:14.6875rem;width:9.1875rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1o03vw9FOtdTZQO5CBizrvv4nCQZeQw { top:5.9375rem;left:3.75rem;width:20.125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP0l7GXvRIcCWLn0G65DHKrTkH9JI9ce { top:1.875rem;left:23.875rem;width:8rem;height:4.6875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKA309fNhGzBNLg642WQbMUqkJwTXlzH { top:3rem;left:29rem;width:10.625rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7h5mH4CXx5KFFzTd4ZfgLrmRmfhedUs { top:5.9375rem;left:23.875rem;width:17rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbkEGRQS9ExSxgi18rMuvdxi2Tpp12bT { top:11.3125rem;left:1.3125rem;width:22.5625rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCk8IZfbgrn7TTZUJHRDCX3c20N2MkyU { top:14rem;left:4.0625rem;width:19.8125rem;height:;font-size:1rem;display:block; }#QCk8IZfbgrn7TTZUJHRDCX3c20N2MkyU li:before{  }
 }@media only screen and (max-width: 763px) { #tFq6vBCXAEgHoKOeUHTkEJo5aSqsybAz { width:19.6875rem;height:3.75rem;top:26.375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6VNp1mOFL2mCVcvilXeDX9beqsJzdAN { display:block; }
 }@media only screen and (max-width: 763px) { #ZPTSXEZvfb2XILWTcA8pVI77DmRxcpyB { top:14.0625rem;left:23.875rem;width:19.6875rem;height:;font-size:1rem;display:block; }#ZPTSXEZvfb2XILWTcA8pVI77DmRxcpyB li:before{  }
 }@media only screen and (max-width: 763px) { #raHT6pT9954vymTRFrwDnQ6EDgLGg6Id { width:19.6875rem;height:3.75rem;top:26.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSTpuwuSIsSZNiHMQ80vNqiCB7vBUN9z { display:block; }
 }@media only screen and (max-width: 763px) { #kgh5033QePHq1yDLBrFUt7z0KwmP0WrB { top:11.3125rem;left:23.875rem;width:22.5625rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnCabtJIRaBcF99K4hJZpIBxE911Amri { top:35rem;left:0rem;width:47.75rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKThw61dMmTlwAmtg99CScLZpT4VQhEZ { display:block; }#JKThw61dMmTlwAmtg99CScLZpT4VQhEZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DFxzx7AwhiKJv0tOoGTOXr5Wm5HmTLi5 { top:3.125rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1zBb89kfRgN94TGIc43ddgp6oHVkg1T { top:7.5rem;left:20.125rem;width:7.5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QanfBHTdhFzFaOfPFu8tImS24K0FDfPl { width:47.75rem;height:6.75rem;top:9.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oc8g8dBi9mJgZEu8As9cENcnNuSMT2ow { display:block; }#Oc8g8dBi9mJgZEu8As9cENcnNuSMT2ow > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O9uVx0HOvcc1T5BTll4xZuOlStKbg2P6 { top:4rem;left:18.25rem;width:11.25rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #to6plbvA9vX0OFx9zyRKRieev4amzrRI { top:1.3125rem;left:8.96875rem;width:29.8125rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:17.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rBD50D73pdVTrtRz6X0ymUGqN39rCzEW { width:15.625rem;height:2.0625rem;top:5.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbpwtVk2TdA0pRG0MlBtTxBu9HNVUODb { width:6.5rem;height:2.375rem;top:4.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #d2q6c1MqtvdsvGVIv8qByD3vXOUomFXe { display:block; }
 }@media only screen and (max-width: 763px) { #CXTSOpNz2xwJse10tuJmagDpAamVPGZW { width:6.125rem;height:2.375rem;top:4.1875rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #m1vC6dUvSC3VU1un2i6RTT5AMeocSWXx { display:block; }
 }@media only screen and (max-width: 763px) { #CorUJgXZPBH8UisEKoLrRsQmFdAnGEny { width:3.9375rem;height:2.375rem;top:4.1875rem;left:13.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hu3v1npiTp4hq3dH56HDqZJxuGhe25u3 { display:block; }
 }@media only screen and (max-width: 763px) { #E9XNrD3d8X1UcTDBZL6MD91Gx5toWBZ7 { width:5.1875rem;height:2.375rem;top:6.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OOCBXJGXia1OTCfKiWwP5W2eZtvI6bET { display:block; }
 }@media only screen and (max-width: 763px) { #aCx33BsFUKqDTqFBl8MefZgrT0ZBlWxq { width:5.1875rem;height:2.375rem;top:7.25rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #F2URTyFyX1Em4OXrEdNoH7OlLQHZRTQM { display:block; }
 }@media only screen and (max-width: 763px) { #lMBevnexoLXLvxSDziUOKBMZtuX2OM40 { width:5.1875rem;height:2.375rem;top:6.5625rem;left:10.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQJSQDO05F8G9IC8zsPNXBtqMVB0H9iR { display:block; }
 }@media only screen and (max-width: 763px) { #pLaDruP7sUaWt6UBmBprO3xWCegGHKxq { width:6.4375rem;height:2.375rem;top:9.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PfT5WF4JTTe1FoKGVxkErH31hKym0R4T { display:block; }
 }@media only screen and (max-width: 763px) { #cViUh37xpoPUlGA4u6TWAaklbaJMf5F6 { width:3.75rem;height:2.375rem;top:9.6875rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ycyObtHOOO8os8IBb7JbAfffasPo9SF7 { display:block; }
 }@media only screen and (max-width: 763px) { #G6qEcSxOcJwUgOcOyLqBPHNJn1qDFG3k { width:0.0625rem;height:2.1875rem;top:13.375rem;left:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #l7utPQGcsQE4byeq76PkRnpvNUtLGIfm { top:1.25rem;left:8.6875rem;width:2.625rem;height:2.625rem;z-index:15015;color:#808080;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBKkB2WZENG9o5pU11B2hoy3yhRkdKaq { display:none; }#EBKkB2WZENG9o5pU11B2hoy3yhRkdKaq > .row .container { width:20rem;height:0.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cHCJQw9lau4DnFUuLtK98E3zViOs9JPb { display:block; }#cHCJQw9lau4DnFUuLtK98E3zViOs9JPb > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Shtqse33rJNFtbP3khP3pgNKcUkBKIHF { width:20rem;height:2.4375rem;top:12.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eC1wr8vW0GmM16Lh9CnM7SHwzT6TQTB6 { display:block; }
 }@media only screen and (max-width: 763px) { #DMhbyCElfuGc5t5x1U12xFPnR0TU6PQl { width:20rem;height:2.4375rem;top:4.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZhyTQFuekKX4vND0pgQ0TFxUETyzDBNh { display:block; }
 }@media only screen and (max-width: 763px) { #CCVpWhkgv77KwrZVE6zg3c21Wsd8MIcT { width:20rem;height:2.4375rem;top:8.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EUCauNEKCk7lrQGfis7OTA1kWD1nlTEJ { display:block; }
 }@media only screen and (max-width: 763px) { #GiESh3qkveG4GUF3LFTPh80QwI2CfRnz { width:9.9375rem;height:2.6875rem;top:15.75rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ns1Pz267T42TrdDeAOTF5MsHmR9i6hep { display:block; }
 }@media only screen and (max-width: 763px) { #AMevie824QRTt0Tdw8ULdFOf4FLDWDdi { width:11.8125rem;height:2.875rem;top:1.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln0hEIvW2wPP2hrhiCCKwT71RbHAQdlA { background-color:#e8cdc2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ln0hEIvW2wPP2hrhiCCKwT71RbHAQdlA > .row .container { background-color: transparent; background-image: none; }#ln0hEIvW2wPP2hrhiCCKwT71RbHAQdlA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ln0hEIvW2wPP2hrhiCCKwT71RbHAQdlA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ln0hEIvW2wPP2hrhiCCKwT71RbHAQdlA > .row .container > .video-iframe-container { display: none; }#ln0hEIvW2wPP2hrhiCCKwT71RbHAQdlA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ln0hEIvW2wPP2hrhiCCKwT71RbHAQdlA > .row > .video-iframe-container { display: none; }#ln0hEIvW2wPP2hrhiCCKwT71RbHAQdlA > .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); }#ln0hEIvW2wPP2hrhiCCKwT71RbHAQdlA > .row .container { border-width: 0; border-radius: 0; }#ln0hEIvW2wPP2hrhiCCKwT71RbHAQdlA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ln0hEIvW2wPP2hrhiCCKwT71RbHAQdlA > .row .container { width:20rem;height:86.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WeUu6hWNN1s6EKzbQfpsBdnrXIFbHekp { width:20rem;height:7.198875rem;top:3.3623046875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EZe51H68eLF9LGL0czq9LrWoE07U9X2q { width:20rem;height:7.874875rem;top:12.0625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZH4U3iWdSKIsdIcQvzr3DlskIyhzqzfS { width:20rem;height:20rem;top:20.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMKhBO2AqOVFzaNHEZZklMHmJItHmCaL { width:20rem;height:5.59895625rem;top:45.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TCHM7cZ9ocaieM2FIMpvw0nC5i5uhwlH { width:20rem;height:4.19921875rem;top:54.7734375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #mlVNx9dkbPfFIVzGh0dAsnGTmwwsgJGn { width:20rem;height:4.19921875rem;top:62.30859375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #oRhZ3MnnFagR1amSGGad15F9E7yBHQrl { width:16.25rem;height:3.75rem;top:79.90625rem;left:1.875rem;background-color:#f98049;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EXZHTy3ir6bHolI1lOgB3lZ7EO5WoRsJ { display:block; }
 }@media only screen and (max-width: 763px) { #QaBRmnD9qS5ZhbdLJqyAh7iWpNRyQrvz { display:flex;width:1.25rem;height:1.25rem;top:43.5625rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #UHHuLRPJT6ks9lbaPVqAJIt48XZiUtl3 { display:flex;width:1.25rem;height:1.25rem;top:52.3984375rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #q1yCdWB8UQ1Zbtu5d1h9ZvU11AEdbiss { display:flex;width:1.25rem;height:1.25rem;top:59.93359375rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #EaAgznKuIwN7ZQdOEC6IX30OHgl2yB5Z { width:18.5rem;height:0;top:42.875rem;left:0.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #Vt9FBmxsX74A4UJuBGnImMH75N3CB0Dc { width:12rem;height:3rem;top:69.46875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef5TXU5KD7yZ3sO074QhB6e32QKNfitW { width:4rem;height:4rem;top:74.03125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtvBppS7mVLmAaId9TOFqW2Ti8qACmyZ { display:block; }#AtvBppS7mVLmAaId9TOFqW2Ti8qACmyZ > .row .container { width:20rem;height:10.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tUoT8TPXeUL1KD6AMcCisSJK0sQI6opB { width:18.4375rem;height:3.25rem;top:4.6875rem;left:0.78125rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #mRc3mWhDbVEUG6N3qG3AW0QZTif4UfQw { display:flex;width:2rem;height:2rem;top:1.875rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #XPemm21D11buAW4IROCfCqbN8ihIutq1 { display:block; }#XPemm21D11buAW4IROCfCqbN8ihIutq1 > .row .container { width:20rem;height:141.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qQs8I7oVTzf9q59fk3GFXd4EkQGq4M2u { width:20rem;height:3.8997375rem;top:3.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGmwIQlV4PAd780uQwS0sMmDvqG6Dwye { width:7.5rem;height:0.3125rem;top:8.5625rem;left:6.25rem;background-color:#f98049;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) { #wMHrsNp88DABtw6ZsaOWch1AN1G49z0B { width:18.6875rem;height:32.3925625rem;top:10.3125rem;left:0.65625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xsmkzwvA3JB2r0ecfX9SlIBBEq6f9TPT { width:20rem;height:20.375rem;top:46.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIWnJBl9pqc0DPPeU0TTZTkQiEhQet7F { width:7.5rem;height:0.3125rem;top:48.74609375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSIM9cauDWw4HdzKG81IAe02oFsaTGCs { width:16.625rem;height:14.963125rem;top:50.62109375rem;left:1.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Trgv1egbLzxNGJ2nOl9TI6Zwz5dhwsNd { width:7.0625rem;height:6.4375rem;top:94.6875rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwP9f3JdACz4qMg8gorPQi50tSZp6Gdo { width:20rem;height:48.9375rem;top:46.375rem;left:0rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #CUII23W5q6fPTI83yqR155Ou5aynOp61 { width:20rem;height:32.1875rem;top:68.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJB0rkhlSa1AQ0uzLpQAKqeSwKfgQwv7 { width:18.375rem;height:28.88886875rem;top:70.26953125rem;left:0.8125rem;font-size:1.0625rem;line-height:1.7;text-align:center;text-align-last:center;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #HGaLrTJKcO0Chr6NIb5t5iJT9ec9xyWx { width:20rem;height:29.25rem;top:103.0625rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #mPvoy9kM3JqUSyv6TEEo1zVyUGrk3QZw { width:16.25rem;height:3.75rem;top:135.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqI7Tgpf6OzsoGWx4SPTXI8ckxsG4xlG { display:block; }
 }@media only screen and (max-width: 763px) { #eqPc2AalQAvIHDwKPAVOqwIPaLyWtzVk { width:7.8125rem;height:6.25rem;top:132.4375rem;left:12.1875rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #IS3sT5Z2LQKrQiUGrSrNutP7DXRe8u7H { width:12.25rem;height:13.6875rem;top:52.0625rem;left:7.75rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #xvEtOWLhPHbLXh7GJ0q2a45uMlHlLFME { width:8.8125rem;height:8.1875rem;top:127.5625rem;left:0rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #wxyBUoUxgkmrwKVwIP5iybha5ulNmeru { width:18.3125rem;height:26.9938375rem;top:104.42578125rem;left:0.84375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fpdb1cMXbqGKsfky1o2XpERR5fhDmXzo { display:block; }#fpdb1cMXbqGKsfky1o2XpERR5fhDmXzo > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gE5f53AUegyJBhvbPzmqsXRho0i9K7Cp { width:15.5rem;height:5.5rem;top:16.6875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc5ATgdFJ0hlpU0S7bV5iE35pglFK2Xh { width:12.5rem;height:1.29980625rem;top:19.9375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6sx8TfPkRI9p8RhVUe4Eqm6tIfPTO0V { width:20rem;height:12.0625rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI4TadBZ1b62y33hGNxeTTotK2udzBEh { width:18.625rem;height:9.18675rem;top:8.1875rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTJyx9TbKkl0Ut55vBDw3RiVRKD3S29D { width:15.5rem;height:7.5625rem;top:2.5625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFhHNnbOmw5oklLMaurFLHs2mmVT4JP6 { width:15.5rem;height:2.59874375rem;top:3.4140625rem;left:2.34375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcqqyK4Eurmq1bTQNuVHfuLgiZ5IZoop { background-color:#ffffff;background-image:none;display:block; }#IcqqyK4Eurmq1bTQNuVHfuLgiZ5IZoop > .row .container { background-color: transparent; background-image: none; }#IcqqyK4Eurmq1bTQNuVHfuLgiZ5IZoop::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcqqyK4Eurmq1bTQNuVHfuLgiZ5IZoop > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcqqyK4Eurmq1bTQNuVHfuLgiZ5IZoop > .row .container > .video-iframe-container { display: none; }#IcqqyK4Eurmq1bTQNuVHfuLgiZ5IZoop > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcqqyK4Eurmq1bTQNuVHfuLgiZ5IZoop > .row > .video-iframe-container { display: none; }#IcqqyK4Eurmq1bTQNuVHfuLgiZ5IZoop > .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); }#IcqqyK4Eurmq1bTQNuVHfuLgiZ5IZoop > .row .container { width:20rem;height:68.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FSZvAGRylMp86gzmsKbkXgqMTxTIUgf9 { width:18.6875rem;height:42.4745rem;top:23.625rem;left:0.625rem;font-size:0.875rem;color:#000000;display:block; }#FSZvAGRylMp86gzmsKbkXgqMTxTIUgf9 li:before{  }
 }@media only screen and (max-width: 763px) { #Pu1m2L81sqhCWNLWcWaFVcrP5tCuyAoo { width:20rem;height:3.7380625rem;top:19.125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eFhp7ReHJDDi7me7C2tr1p2gSkJ3qB1m { width:18rem;height:18rem;top:0rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwKgnxt1ThIehhJR2uTQBXsP2DnuId6r { background-color:#3c84aa;background-image:url("https://images.assets-landingi.com/uc/1dfa800b-a5b6-4e70-9fa5-58d6a414eafa/EmbodyYogaTherapyBanner1.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#DwKgnxt1ThIehhJR2uTQBXsP2DnuId6r.adaptive-delivery-prevent-bg, #DwKgnxt1ThIehhJR2uTQBXsP2DnuId6r.lazyload, #DwKgnxt1ThIehhJR2uTQBXsP2DnuId6r.lazyloading { background-image: none; }#DwKgnxt1ThIehhJR2uTQBXsP2DnuId6r > .row .container { background-color: transparent; background-image: none; }#DwKgnxt1ThIehhJR2uTQBXsP2DnuId6r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DwKgnxt1ThIehhJR2uTQBXsP2DnuId6r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DwKgnxt1ThIehhJR2uTQBXsP2DnuId6r > .row .container > .video-iframe-container { display: none; }#DwKgnxt1ThIehhJR2uTQBXsP2DnuId6r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DwKgnxt1ThIehhJR2uTQBXsP2DnuId6r > .row > .video-iframe-container { display: none; }#DwKgnxt1ThIehhJR2uTQBXsP2DnuId6r > .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); }#DwKgnxt1ThIehhJR2uTQBXsP2DnuId6r > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qEmmasU2QcXZW4D7ROJVVAWZ0n6gtvyh { height:11.216783216783rem;width:20rem;top:8.6416015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9HpLlt7INg3HEeE9FLhsTgToiv1Lisn { width:20rem;height:5.60709375rem;top:2.3125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sBNeiO56KGLWr5XVtASpvMqf6TNq1GOQ { display:block; }#sBNeiO56KGLWr5XVtASpvMqf6TNq1GOQ > .row .container { width:20rem;height:161.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IZNczQzPnZmf3M6wQhkVgzDFEOll7VCA { width:18rem;height:8.448375rem;top:1.25rem;left:1rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GDrWNxihpTweKNakbQIIicdS7J0G7OHw { width:20rem;height:10.7975rem;top:36.29690625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nHbIhKkBuTCVpFTys4ZsT90XEg3MfT9S { width:20rem;height:14.3966875rem;top:12.82425rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DMg67gW3k1nGpk5T1vw7lbEL9F9dCgCb { width:7.5rem;height:0.3125rem;top:10.94921875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kG77d25nnG0M7Sue8hBVwOfwezIUxZEp { display:flex;width:2rem;height:2rem;top:30.0351875rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #hkp14U8kiaPkEdWTGfJAx88iXXVpDlRI { width:20rem;height:2.70019375rem;top:32.9726875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DDcfAGEuJehpCVSB5TcGhS41ITNQwQvb { display:flex;width:2rem;height:2rem;top:69.779375rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #MID7K2U88T6HTuCxagTHsKkfi6tddcUD { display:flex;width:2rem;height:2rem;top:110.1485625rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #ABIbyBiGk0qQD5iZGnPeEBCkuDaQCIQR { width:20rem;height:2.70019375rem;top:73.029375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #umctHt5OEEwBzN4yzRlPTs01pF9UmAA0 { width:20rem;height:2.70019375rem;top:113.3985625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RRWOlfEok4fQBAfKLBP8VFqIr5teRzwG { width:20rem;height:10.7975rem;top:76.97859375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #evGTuHabsyUoVTMteVx9lGby3WXyJKKA { width:20rem;height:14.3966875rem;top:117.34778125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e19oShgQNtUOhiBEpyrIIi83Dd6U61Az { display:flex;width:2rem;height:2rem;top:48.96978125rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #vevyNQ1RZ9KmD07QVyb1bl5rwlbQ56Gp { display:flex;width:2rem;height:2rem;top:89.02646875rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #kitiPMMNbpT4WPr6gPvqmk5ObowWGS8I { display:flex;width:2rem;height:2rem;top:132.99621875rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #eaqeIbICylg9x2qJIVTK0ezceTGH6WwV { width:20rem;height:2.70019375rem;top:52.21978125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #chnFXLc9gHH9cJht2u0365PzbKVl0Wql { width:20rem;height:2.70019375rem;top:92.27646875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tEOSVdrpqdKqygRpNDrU49VIC9hzdm6x { width:20rem;height:2.70019375rem;top:136.24621875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uTqnkHmpbZ9u3CAiXri1hhbHxJdMDuSR { width:20rem;height:10.7975rem;top:56.169rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aZEfUBVnx6L5pENWhsI3ShuBGh3sxysO { width:20rem;height:10.7975rem;top:96.2256875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tMikemVzeo1x7JaboGolgmkomKE2WsT7 { width:20rem;height:10.7975rem;top:140.1954375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VIuw3sC37TNKFaWUZlILfSXpJ8TBvUCZ { width:16.25rem;height:3.75rem;top:154.3359375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQcTcB5NU4JBv4QDZaaZbPCk3qmmsSp2 { display:block; }
 }@media only screen and (max-width: 763px) { #WFvNrpi1h6yWXxbFGmmFByZPWD7P84br { display:block; }#WFvNrpi1h6yWXxbFGmmFByZPWD7P84br > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kGW0kTcHXlnfPUqTyRVs5XrrZ2Ug2ys9 { width:15.5rem;height:9.375rem;top:24.4375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODTI281QmoFRncEuiTfqxZtQNZmMfvvM { width:12.5rem;height:1.29980625rem;top:31.4375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6ZC9wNSQKpwsAFDwmzBUTI8gT28qQlv { width:20rem;height:21.5625rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaM0o43PnpI87042gigUPpkzNLrkfJiZ { width:18.3125rem;height:18.3735rem;top:10.3125rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rh8kCQPmlPKHr1UwrTl8wfWDpz5ZtdMM { width:15.5rem;height:7.375rem;top:4rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGm9SftDVSghgVm7WZ8574XvyxPkbK0B { width:14.625rem;height:2.59874375rem;top:5.1015625rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaKos5M2k61MMCmwdMEDpE6flgPmTh7l { display:block; }#ZaKos5M2k61MMCmwdMEDpE6flgPmTh7l > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTZk5ypeutxDq6v2TALKZ8uVoZcQ3ep5 { width:20rem;height:2.4375rem;top:2.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Izl3lcE49q7rylarGOterghW62nZ3cPp { width:7.5rem;height:0.1875rem;top:5.8125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ye2We1aksLdZEVoGZSypRyHxkK9i0FNq { width:7.5rem;height:6.3125rem;top:27.318359375rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #R8BwPkCoVyWxTRtTK1PsrVlNtuJnHL2R { width:8.5rem;height:7.1875rem;top:20.818359375rem;left:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FHsxiUoUXsCwfBQQxeUTTF7VurLfCEfs { width:7rem;height:5.875rem;top:13.693359375rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #os1OpQW3m1yVbVr25skKonfFNSkZpxPJ { display:block; }#os1OpQW3m1yVbVr25skKonfFNSkZpxPJ > .row .container { width:20rem;height:98.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n1JI0G6ygplkJVa1n3QdBJ0F1hyzsmvy { width:20rem;height:8.75rem;top:11.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFGvzlAz71DZWKL7xTwgV0u0iet9hpr5 { width:20rem;height:4.98698125rem;top:13.41259765625rem;left:0rem;font-size:1.1875rem;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GWvQR3Dail8Ah3LRBPfKQOwKTL7JiJX6 { width:20rem;height:4.98698125rem;top:3.22509765625rem;left:0rem;font-size:1.1875rem;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #T9JWviHkHWPAWVB5t0TD8GHvCqK9mVJM { width:20rem;height:4.98698125rem;top:23.60009765625rem;left:0rem;font-size:1.1875rem;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lOIPufRt1RMypr01GnzlN2le4AKgVrRB { width:8.5rem;height:7.1875rem;top:58.65625rem;left:7.7958984375rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #ZXvLl8mITFunnKXKC014EOuqENVFR7uE { width:7.5rem;height:6.3125rem;top:6.78125rem;left:7.78125rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #LN9Bz0yTTDoWdSDCtiGKlugvJwdJKIg5 { width:7rem;height:5.875rem;top:34.625rem;left:8.375rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #EsKxFpRMrddoa1QohskQww7lgaZVFMEB { width:20rem;height:8.75rem;top:21.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUBunm1oQuHpzocDf53AG4rglhtyTr54 { width:20rem;height:8.75rem;top:42rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvhUIRUKDATMryhvgTi6rUl4wWOBI2UI { width:20rem;height:8.75rem;top:31.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnRMdf3IdGd1Uo7k3FvGDhMPkuAM42rc { width:16.875rem;height:4.98698125rem;top:54.16259765625rem;left:1.5625rem;font-size:1.1875rem;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zzVRI7oQivsP2TKkpB1hZTUS3BI28TI9 { width:20rem;height:8.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgpoppydS9xBGaOcb5IUXViHVhF9PXii { width:15.6875rem;height:4.98698125rem;top:43.97509765625rem;left:2.15625rem;font-size:1.1875rem;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RJVHALsBT9ZIhBSy8C5mah7hICBl5f5L { width:20rem;height:8.75rem;top:52.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #INyoD6hut4x1PoqE3ZdlDasdUls5hLPg { width:18.625rem;height:4.98698125rem;top:33.78759765625rem;left:0.6875rem;font-size:1.1875rem;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XFXfZIzWUMsLofOwVxAm8XTIt4kwcmCE { width:15rem;height:3.6875rem;top:64.8046875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eg8NT1Xg6luIhWKnmeOedZPvTol1b0gJ { width:17.8125rem;height:6.9986875rem;top:69.8427734375rem;left:1.1875rem;font-size:1rem;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Ms1A60EpHrFcRbPvlJbBpVKp3qnhEAzn { width:19.5rem;height:35.4375rem;top:62.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuglsPGtpHxpF98v5wdguULWbB47IeWe { width:5.5rem;height:5.5rem;top:79.5625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpwlhUWmfcgs9RLLXQfOtNLoBTK1y1z2 { width:17.8125rem;height:9.7981875rem;top:86.6875rem;left:1.09375rem;font-size:1rem;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #P1zlm986Hsc7kLuuL0yoDtOPPybyW8iP { display:block; }#P1zlm986Hsc7kLuuL0yoDtOPPybyW8iP > .row .container { width:20rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XEhpe06CxFxtHfpzcb4aDkIxJWUSqXW4 { width:20rem;height:2.4375rem;top:3.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bV8Xot55aJpG7Lacv9OUKZcgbksP6aQ5 { width:7.5rem;height:0.3125rem;top:7.75rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbMVAQMVNdrL2HaF2nTBqQvUqdH7eQfu { display:block; }#bbMVAQMVNdrL2HaF2nTBqQvUqdH7eQfu > .row .container { width:20rem;height:2.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QVTsOdVZ4PI2Hn9MGaXAdG3R2X09Orrt { width:17.625rem;height:1.3808625rem;top:0.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFxdva2mvhWNnMdlVczkmDaoTw8V8N7H { width:2.4375rem;height:1.94986875rem;top:0.5rem;left:17.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcV7ATBayvcfZT5nGZtOET5qB3UVOyEp { display:block; }#RcV7ATBayvcfZT5nGZtOET5qB3UVOyEp > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OmXZ5THMCEK5E36ygoZUF1d7dk6C1E4T { width:20rem;height:9.925125rem;top:0rem;left:0rem;font-size:0.875rem;display:block; }#OmXZ5THMCEK5E36ygoZUF1d7dk6C1E4T li:before{  }
 }@media only screen and (max-width: 763px) { #uMc6SPaEnBF4DB1ikmBkqrhLx45lCGQv { display:block; }#uMc6SPaEnBF4DB1ikmBkqrhLx45lCGQv > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r9SB9Z3dIVToWwIl4NTgSSqrI9lCxiEM { width:16.75rem;height:2.76171875rem;top:0.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqgyVhLhebVNsBK8fES8Qq6ZZcf3hmSy { width:2.4375rem;height:1.94986875rem;top:0.59375rem;left:17.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWf3VKAAXfnTe9zwoTqPgBe3Ec5JSH5U { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoFCSy8F20iKMn3lvlNrkXAqb7XT2PDF { display:block; }#SoFCSy8F20iKMn3lvlNrkXAqb7XT2PDF > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JkgKQk7BCPIFfikvusc03BXoiwqp15pK { width:20rem;height:23.3251875rem;top:0rem;left:0rem;font-size:0.875rem;display:block; }#JkgKQk7BCPIFfikvusc03BXoiwqp15pK li:before{  }
 }@media only screen and (max-width: 763px) { #IIkG8fk3AgeItW8QGqGiulBiAo8pwaal { display:block; }#IIkG8fk3AgeItW8QGqGiulBiAo8pwaal > .row .container { width:20rem;height:2.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dh1I4XvmafF1ezNSFba38qUIUkhC4zod { width:15.5rem;height:1.3808625rem;top:0.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZAVx0X2Z8rqf5Jx5PKhNR2TXxIqf7kq { width:2.4375rem;height:1.94986875rem;top:0.4375rem;left:17.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VizW9huQ293XGb37l532nLbhTMr9NhOe { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KP38aX4eHX9AQ8bNEGoD10G18WdREdZR { display:block; }#KP38aX4eHX9AQ8bNEGoD10G18WdREdZR > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #krwFTgsqmFOSGiNSqPR2nEModwiAQBS3 { width:20rem;height:15.875625rem;top:0rem;left:0rem;font-size:0.875rem;display:block; }#krwFTgsqmFOSGiNSqPR2nEModwiAQBS3 li:before{  }
 }@media only screen and (max-width: 763px) { #UwtGg1FcykPNkKOunzvh68WuMXiGes50 { display:block; }#UwtGg1FcykPNkKOunzvh68WuMXiGes50 > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vqMIW5TzdGTEloNTMu9fF1WEfURGcGUD { width:17.625rem;height:2.76171875rem;top:0.75rem;left:0rem;font-size:1.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #pqtrlT2VConwCH887e1qvWf5LpEmqZCU { width:2.4375rem;height:1.94986875rem;top:0.4375rem;left:17.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmBkqL3H98y4I9FgLi7F6sbH4lEOg48E { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfXo4uNGfTqWUnM8J96idADieb1WVDku { display:block; }#AfXo4uNGfTqWUnM8J96idADieb1WVDku > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S2rS8XsgMTkDCSVTNtdVusTbBfs6I0vt { width:20rem;height:9.925125rem;top:0rem;left:0rem;font-size:0.875rem;display:block; }#S2rS8XsgMTkDCSVTNtdVusTbBfs6I0vt li:before{  }
 }@media only screen and (max-width: 763px) { #PrBnUQwGVwed5GgasEndNdCX07uogGPD { display:block; }#PrBnUQwGVwed5GgasEndNdCX07uogGPD > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yta8V7VGp1rSpy8BEpORUu9lCXZBD4Uw { width:15.5rem;height:2.76171875rem;top:0.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnUD1TdB6T16s0IvKvttoDv7S5bTqZOo { width:2.4375rem;height:1.94986875rem;top:0.5rem;left:17.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEvK8CtIVN3p5OXPP6GkcTn1xILacAUJ { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRBxV6yPa97Mcc2S9QcPrIacSEyNPzTe { display:block; }#KRBxV6yPa97Mcc2S9QcPrIacSEyNPzTe > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTf9DTJnrzaOZmeXinqUrLMWfOaGlWZe { width:20rem;height:9.925125rem;top:0rem;left:0rem;font-size:0.875rem;display:block; }#aTf9DTJnrzaOZmeXinqUrLMWfOaGlWZe li:before{  }
 }@media only screen and (max-width: 763px) { #dCgNdOO2O1XZtTGblB9eUm08TSPs21i4 { display:block; }#dCgNdOO2O1XZtTGblB9eUm08TSPs21i4 > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HovlVV90nMiRNSQIkbzaWqtI3JAdE9vs { width:15.5rem;height:2.76171875rem;top:0.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zr2GGuL9qThoFFWgmfToD2KXW9m9BQHB { width:2.4375rem;height:1.94986875rem;top:0.375rem;left:17.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3LZoi1rhZbK6REELTTfUXC8OOoyzD5I { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD2ETBJtccnc7NTkdTsHBmWoZg1IWECI { display:block; }#QD2ETBJtccnc7NTkdTsHBmWoZg1IWECI > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #igdqX41bTc809wPUSs6uADhhGl28lECO { width:20rem;height:9.925125rem;top:0.25rem;left:0rem;font-size:0.875rem;display:block; }#igdqX41bTc809wPUSs6uADhhGl28lECO li:before{  }
 }@media only screen and (max-width: 763px) { #eBdviEoEnaMX6NiaTKVLgarMcFCi55eG { display:block; }#eBdviEoEnaMX6NiaTKVLgarMcFCi55eG > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tQ7R4sdv4srQKIZc7D391oWpFg8GQkeZ { width:15.5rem;height:2.76171875rem;top:0.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABNwWwTumi4tDs1sim1TOH0A1KqeqR3U { width:2.4375rem;height:1.94986875rem;top:0.375rem;left:17.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEFGKiu2swN2f6IsLbB2GMTQbmnhuSPx { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaLmC7n0p2s0s5lQs0HT3nU7aLcd5icv { display:block; }#aaLmC7n0p2s0s5lQs0HT3nU7aLcd5icv > .row .container { width:20rem;height:14.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FDitFHd6rrJ7dglTNzqkff3RgxxugZWI { width:20rem;height:12.900375rem;top:0.75rem;left:0rem;font-size:0.875rem;display:block; }#FDitFHd6rrJ7dglTNzqkff3RgxxugZWI li:before{  }
 }@media only screen and (max-width: 763px) { #GgpUHUAqkS5dgCdOZTfphJQ4xJGEHxJP { display:block; }#GgpUHUAqkS5dgCdOZTfphJQ4xJGEHxJP > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iwSTQiTf5qqiXqaon47T219Wz3Q7R3x5 { width:15.5rem;height:1.3808625rem;top:0.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxSDND7R2XuNbcF2yMAOtSP7hqs2tHVZ { width:2.4375rem;height:1.94986875rem;top:0.4658203125rem;left:17.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDoPz7QXcN9ibP2VdkXDoqJ9hTCvvoE9 { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZBHQMuJHdEgh9Ky5ypfcxmxA1a1fpf1 { display:block; }#RZBHQMuJHdEgh9Ky5ypfcxmxA1a1fpf1 > .row .container { width:20rem;height:12.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xkVsJ1FqsV85StGwmL4dKP2kKlVlcPug { width:20rem;height:9.925125rem;top:1.0625rem;left:0rem;font-size:0.875rem;display:block; }#xkVsJ1FqsV85StGwmL4dKP2kKlVlcPug li:before{  }
 }@media only screen and (max-width: 763px) { #wzQtoJxB4rDbSWI9l2l6gpXsn5XxqUIx { display:block; }#wzQtoJxB4rDbSWI9l2l6gpXsn5XxqUIx > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RqX7H0zhyPKGyhKW68oBSIhlrQJk3fiT { width:19rem;height:3.5rem;top:1.375rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ze18otEp559r7rDip4mqG0GzIuxeXifF { display:block; }
 }@media only screen and (max-width: 763px) { #USysubkOMi0lyw1hyOQxscMx6RWCkTeo { display:block; }#USysubkOMi0lyw1hyOQxscMx6RWCkTeo > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VSz2fTefnwIpkGQ2IWs7vLt5TeDeIHl5 { width:7.5rem;height:0.1875rem;top:7.6875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4W6EgNo6kpDgERWIuL2MUoQd7F8yB7h { width:20rem;height:2.5996125rem;top:4.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXSZ9v0lE544yl8RBauxytB05bcngAer { display:block; }#cXSZ9v0lE544yl8RBauxytB05bcngAer > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ixfGS5z6yWtvARe5SFnoTOJQ2gFNf0ZI { height:11.25rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCqhAc58KL4pJR9WRHzlqcvKsUg8PkVN { display:block; }#hCqhAc58KL4pJR9WRHzlqcvKsUg8PkVN > .row .container { width:20rem;height:80.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zKb4MowCBeTk9c7qDeLgG1vHqSiTutkK { width:12.8125rem;height:21.375rem;top:3.71875rem;left:3.5625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #DCWtBbVkpau8nPfhGD0xLrGBwc62lTRl { width:12.5rem;height:12.5rem;top:4.96875rem;left:3.46875rem;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SXIKXCuMbDN9yyBuTx2yW9NhbnChAKDg { width:20rem;height:1.7871125rem;top:20.1875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iI0ZitfloEEzvJ3vEpMoA6MXx9ThVuUv { top:22.59375rem;left:6.625rem;width:6.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIrSHTStCIo6H1fCHgruqCXWnHBt2V7c { display:block; }
 }@media only screen and (max-width: 763px) { #MQLLTypM9TvQkVTAb14fr5MIBmNcTh6a { width:12.8125rem;height:21.5625rem;top:29.3808625rem;left:2.875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #wkAxh5BF6XMyTWRIphkPwmf2MA9ymI0T { width:12.5rem;height:12.5rem;top:30.1621125rem;left:2.78125rem;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SNg8Rhtrr06LtyENRpTSqPaQuBwumefU { width:18.6875rem;height:1.7871125rem;top:46.09375rem;left:0.65625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oWKPWxdHBCK97qfMDO599puIisTN7FTb { width:12.8125rem;height:21.75rem;top:55.79296875rem;left:3.1875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #MdGqaZOXe9G0I821nz1K2Ml3yaOpEZ0B { width:12.5rem;height:12.5rem;top:57.04296875rem;left:3.15625rem;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nPsvCw8AWO3ZIn0pAl9CyxIqdsAi6Bb8 { width:18.6875rem;height:1.7871125rem;top:72.880859375rem;left:0.65625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dSqpFs7c59fyEJhmabvlvn0gdJxD0I6d { top:48.54296875rem;left:6.625rem;width:6.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dK9fIT819Gv20ZA581IOekk8UMegl3mT { display:block; }
 }@media only screen and (max-width: 763px) { #JEtBFcSLiQRHvLKXpFZSp57fPRmI7zLo { top:74.66796875rem;left:6.625rem;width:6.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEydeRQvV9LxX3Vlmp96SV8sdTSM4g2t { display:block; }
 }@media only screen and (max-width: 763px) { #Bp1orsKoqdLhlfTzfSSe517RQ4Bbx53F { display:block; }#Bp1orsKoqdLhlfTzfSSe517RQ4Bbx53F > .row .container { width:20rem;height:74.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oeVJeAVEArnzUDTNe4T12DbKvgCTRa4T { width:12.8125rem;height:21.375rem;top:1.5625rem;left:3.201171875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ClRsvH7xl5G1SlHtT0oUCBao1dC3IzAv { width:20rem;height:1.7871125rem;top:16.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlGf58iw9IUkpB3g3srpQ2zCTX9kaPTS { width:12.8125rem;height:21.5625rem;top:24.84375rem;left:2.875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #EphKcUiZS4LmlZ98cZfgcC03SHEFgiex { width:18.6875rem;height:1.7871125rem;top:40rem;left:0.65625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7rRG5MyLXhiV6sJuO35unrEBbFs0766 { width:12.8125rem;height:21.75rem;top:49.3125rem;left:3.3125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #sEUG7XmGbTB8LqiwpxLTHnRhxh7LmASK { width:12.5rem;height:12.5rem;top:25.3125rem;left:3.201171875rem;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oNOFcnhBbfyoFHVblzsAMJvDNVORFOXs { width:18.6875rem;height:1.7871125rem;top:65.287109375rem;left:0.65625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTwUB6m7TIy7QAZco1uAsAQvIIoTiGZG { width:12.5rem;height:12.5rem;top:50.787109375rem;left:3.4375rem;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ox3f12bZpsCqc7itUKVRAEkww1NCwp4Q { width:12.5rem;height:12.5rem;top:2.4375rem;left:3.4375rem;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #J77FMyrWSICL4xlFbhybMggumQqFOuit { top:19.3125rem;left:6.625rem;width:6.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4z9TO8T1yGHaobT8S8dGwafuKs3Khwm { display:block; }
 }@media only screen and (max-width: 763px) { #agZsfncdgeSCWdIQDyGFmM5pLJdpuT6o { top:42.6875rem;left:6.232421875rem;width:6.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgJEgmVC7RPcKNBsKs1aB5LcBPRuPiwM { display:block; }
 }@media only screen and (max-width: 763px) { #TlS8egSb1iTbFWvPrQlgBraHOcdPG0D9 { top:67.6875rem;left:6.625rem;width:6.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXwXixAfpK9X9CoDSca5gOIR0Ubbdf0p { display:block; }
 }@media only screen and (max-width: 763px) { #FT1coBagBykkP1ZP0Hyn40V9XXmfO8Jv { display:block; }#FT1coBagBykkP1ZP0Hyn40V9XXmfO8Jv > .row .container { width:20rem;height:73.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ov5B4wART9h8nfLdX96am5AqZVPER0by { width:12.8125rem;height:21.375rem;top:1.5625rem;left:3.201171875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #tagIdms1Hr2O6e6PqNbdxMADPIRxseiE { width:20rem;height:1.7871125rem;top:16.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1Z3JqTC86k4xRupAs9wVAObFianKwMF { width:12.8125rem;height:21.5625rem;top:24.21875rem;left:2.875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Tu11XvEAGHJMSiKD7BpptFXlpgu0zNBP { width:18.6875rem;height:1.7871125rem;top:40.28125rem;left:0.65625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Thn9JM3ect6f7hTMzwwQPLMCnyXXT6Uz { width:12.8125rem;height:21.75rem;top:48.6875rem;left:3.3125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #N09GOcLVCP6VDtAqp7PE3ceXw4SEm4yS { width:12.5rem;height:12.5rem;top:49.5rem;left:3.4375rem;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ytFXzv30DsTbT3Qm2Qc9bA3LBzp5xAl4 { width:18.6875rem;height:1.7871125rem;top:64.599609375rem;left:0.65625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfxFFvOWeLMlTDNEad35vTH7icHazXiP { width:12.5rem;height:12.5rem;top:24.71875rem;left:4.09375rem;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cQIB7xxCm6UbRPo8CFXFsvr0XwbTbCbb { width:12.5rem;height:12.5rem;top:2.5rem;left:3.201171875rem;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kE0TF7JmJARzNbiu92XD3MT88Gy3Aaei { top:19rem;left:6.625rem;width:6.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfEqaUxBVcwES1nuKJvNcyvkmfM4seyB { display:block; }
 }@media only screen and (max-width: 763px) { #GUS3upstftp9mt5N3vMFQOTanaJvzVv7 { top:43rem;left:6.625rem;width:6.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGoTDKFV431qv0MewTETcFNMuRTOABPR { display:block; }
 }@media only screen and (max-width: 763px) { #TZNK4lcShPt1A5PGWinolgdEiF65Cs90 { top:67.25rem;left:6.625rem;width:6.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmksATte1ix8Uw9FTiCST52AX8EfpTkW { display:block; }
 }@media only screen and (max-width: 763px) { #ygGo1QKKmaMk679mgzvovgDtqcPvyDfr { display:block; }#ygGo1QKKmaMk679mgzvovgDtqcPvyDfr > .row .container { width:20rem;height:70.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LhEDamLXKlqcdJf512OBrwt1vkTTbIQG { width:20rem;height:13.0625rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgbmpcfT8KK8LvfMt2MAbKJQXv3XK4A4 { width:18.5rem;height:10.499125rem;top:11.5625rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBu3SvsyTL4DsHmHLxdnJzeQyR1dfy2X { width:13.75rem;height:9.375rem;top:18.875rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT4B3mCKbmW9ZNTVDPk5HvO5ZMR9CQF2 { width:12.5rem;height:2.59874375rem;top:24.5625rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDfINdTOMvkmXgZbTGIWpyEvWL5SKlVT { width:20rem;height:14.375rem;top:30.4560546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #delU1Mqu5pybs8cuR7mqGln087bsI8KU { width:18.3125rem;height:11.8115rem;top:31.6875rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2kZdanmi0TDpDmP1ABlqnCynu3CRK10 { width:13.75rem;height:9.375rem;top:39.2373046875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHvwKVrHrlQyUL2tMssv0ieocs4kbfdd { width:12.5rem;height:1.29980625rem;top:46rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #eM3ygASlTfx3is7E4ffWGuD4d53DhRni { width:20rem;height:4.3869375rem;top:1.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KX4WTkH9W2pwtw8ZIdA35MC8ItoTWmn2 { width:7.5rem;height:0.3125rem;top:7.57421875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDiP3Cq84S95uRamzDyAtDzMD8MhsPMB { width:20rem;height:12.6875rem;top:50.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBsnmdOaEGJkxTX5nwls6hKEimwo1zDm { width:18.375rem;height:9.18675rem;top:51.8125rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlzHVUcWUCOyv1qSyIrZGa7T2gE9KGGe { width:13.875rem;height:7.0625rem;top:60.375rem;left:6.125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #R7XDuCKneTUmrBlVhUhFUdm7Nv6emOIs { width:12.5rem;height:1.29980625rem;top:64.2626953125rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GSPOZaAoyndp4tK65fmqyt7bMuiBz5XT { display:block; }#GSPOZaAoyndp4tK65fmqyt7bMuiBz5XT > .row .container { width:20rem;height:20.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C8UOEmsEwZgvuLTDVtmy7Tb5sEd70QTv { width:15.125rem;height:6.580375rem;top:3.732421875rem;left:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObdBeC1QLtGephhsISiKvUuLiNRu86AC { width:7.5rem;height:0.3125rem;top:11.9375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ie1Z7S7yf6pvC4HPKwbPnTsi4As87bNb { width:19.5rem;height:4.875rem;top:13.6875rem;left:0.25rem;font-size:1.25rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QG8F9zMwl7ndkzdWT5yaLMQu9eOv4zXW { display:block; }#QG8F9zMwl7ndkzdWT5yaLMQu9eOv4zXW > .row .container { width:20rem;height:110.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XsvUbO7Xyr2ehZTVWawNmWUtseaETK7m { width:20rem;height:33.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNf3FE1OTD75swQ7q08Ndd4lsWmoyVv6 { width:20rem;height:11.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJWgMsQGT7v2KVG1MVzbhLcoe9nJxrWL { width:18.125rem;height:13.997375rem;top:18.72314453125rem;left:0.9375rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TFrHS3Fw7fwxRD641DalCK8s9mOfO0QZ { width:20rem;height:34.75rem;top:36.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwg5e5cgDmgFwGp2HhnoA9Lxk8heOAxv { width:20rem;height:36.625rem;top:72.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6uoywJXdxU23pXLndaniuzUWuKdanAA { width:20rem;height:4.72494375rem;top:14rem;left:0rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #E0dSDbmhXfKreu0xX3lIqGI5g0zUAi5D { width:20rem;height:3.1499625rem;top:48.79296875rem;left:0rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #l3unMZiPpT7K6CVTXkRdxJvFLTP0hKoi { width:19.3125rem;height:4.7249375rem;top:85.8388671875rem;left:0.34375rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #FZGplEgWgQVEOTh7H3faF3BS4AUSExVC { width:18.125rem;height:15.397125rem;top:53.62939453125rem;left:0.9375rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zeyePqcwElvhsFEBGsdqePC68yCGnnAQ { width:18.125rem;height:15.397125rem;top:92rem;left:0.9375rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #N3Smkn5NkUcMqxupa1gaRqXyEfTxE1H9 { width:20rem;height:11.230769230769rem;top:36.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhLB8LCfqRdhAmPsmHHoTQ0DP52FM1u5 { width:20rem;height:11.230769230769rem;top:72.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVkH4B49SxPZGkGNzcd5bWxbeXtdWzGT { display:block; }#aVkH4B49SxPZGkGNzcd5bWxbeXtdWzGT > .row .container { width:20rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rQ7GNJoC8glqi0LNg6vkfVX4LBZOg1Xn { width:7.5rem;height:0.3125rem;top:8.76171875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3z7HhQTRyh8E5K7QOnUs2KUwRLMiHam { width:20rem;height:4.3869375rem;top:3.125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnRwFqPotQHibkwOk2tPJFNbJ7mvRkBf { display:block; }#PnRwFqPotQHibkwOk2tPJFNbJ7mvRkBf > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q5vT8mBl9TvrlydFbMUC1DDppzDcMLOA { width:20rem;height:3.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsmQc4sSHTdxeWe2y5CtytG0w46La02O { width:16.875rem;height:2.4500875rem;top:0.5625rem;left:2.4375rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #n2P9kB3gn6MkXntgK9IrAldXT6OQ5OWO { display:flex;width:2.5rem;height:2.5rem;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yPUKhE2HunCZTLQbadhPQzcPf0iSS9VT { display:block; }#yPUKhE2HunCZTLQbadhPQzcPf0iSS9VT > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kJdXVWtLeZWyUXhrn9Enrd21vCZSToyd { width:20rem;height:19.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLFlJAQLCiDon5malFixA1ENk5PFOiK3 { width:18.3125rem;height:18.2861125rem;top:0.625rem;left:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbsnvtyPtEuXLe9ifSW5OcnMMs8lsVsz { display:block; }#qbsnvtyPtEuXLe9ifSW5OcnMMs8lsVsz > .row .container { width:20rem;height:2.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #afGVGNvRJVtFXcDcdCiiAM47r1Uhbz6s { width:20rem;height:2.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcdcKtSgk6n9n5bFTQ7wZE3RoeWTtQee { width:17.5625rem;height:1.22504375rem;top:0.59375rem;left:2.4375rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #HRhw4TTBszUh5BpZOCIgJ8mTlkcsT8QJ { display:flex;width:2.5rem;height:2.5rem;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sMqJNfolWJ6bWKZWA7rvkrKf9Tkv2ozo { display:block; }#sMqJNfolWJ6bWKZWA7rvkrKf9Tkv2ozo > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZcltA5vcH59J6WA2GefBXWlkh0A1GoFQ { width:18.1875rem;height:18.286125rem;top:0.572265625rem;left:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhdPZ5vPTNMop3PsiByTBAhK8EcHgva5 { width:20rem;height:19.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSLnTpXfHLSso2zykr2gBToZnixpwCVx { display:none; }#CSLnTpXfHLSso2zykr2gBToZnixpwCVx > .row .container { width:20rem;height:2.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #s5uE7r81UmEoqxXbuRaV2wUMom9mhCLA { width:20rem;height:2.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdIEP8XRBso4s8WTMSk51zhEaBK10FUg { width:17.5625rem;height:1.2246125rem;top:0.625rem;left:2.4375rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ZWQS3ctuOnoESW7L9dKlaNlGAFl16bmV { display:flex;width:2.5rem;height:2.5rem;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Bv5OJ69wOwu64UpBDVhoB3hsFuC98a3t { display:none; }#Bv5OJ69wOwu64UpBDVhoB3hsFuC98a3t > .row .container { width:20rem;height:19.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #F8PNBznSebhm61E5wnCFQCdgBP5PlODG { width:19rem;height:17.0625rem;top:1.0625rem;left:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0rTTKOQ8eV3JTok2O56iDUmZaB8wWwm { width:20rem;height:19rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5VswlkryBLEFgrQ3l9A37fTekoWTzA6 { display:block; }#A5VswlkryBLEFgrQ3l9A37fTekoWTzA6 > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CO7NHNLRlK3OincFQyyvXCW6N4aLKUJW { width:20rem;height:3.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1etIXOQmfIGJmatxOO7SMRliwTZ8Q1l { width:17.4375rem;height:2.4500875rem;top:0.53125rem;left:2.5rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #BMvMxBBxqifBrN8Vkx4ltJ0vdrXiZwaP { display:flex;width:2.5rem;height:2.5rem;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #F1B4doFcqU1pAeZLCmFT7TEA1xsQqCbL { display:block; }#F1B4doFcqU1pAeZLCmFT7TEA1xsQqCbL > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IC4bJ7JpmFNnb9XEqXvUzNh7LHTuGfLJ { width:18.1875rem;height:2.43815rem;top:0.86865234375rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8a4M0qPWKpu2cKduO1k9eXvTZCdcf6O { width:20rem;height:3.9375rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kC67t9yxCRqHLnkeTxBqZW7EuRlodhN2 { display:block; }#kC67t9yxCRqHLnkeTxBqZW7EuRlodhN2 > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R1cfcOG2p16sbSrOtSwLOCRBWvZQhGVZ { width:20rem;height:4.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMk8pZyCa7V5lDCaTPUBK9hHbym8hX7A { width:16.875rem;height:2.4500875rem;top:0.59375rem;left:2.5rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #H15e4vCiwrSxv32WIE8EzpvtS12Pu1Wn { display:flex;width:2.5rem;height:2.5rem;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tUWCSILTM120CtpvPgPkTFlbmWSMx8CC { display:block; }#tUWCSILTM120CtpvPgPkTFlbmWSMx8CC > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wiITvST6xxDNHHF0vfhJZUTSsWGEizJ0 { width:18.875rem;height:16.7855rem;top:1.171875rem;left:0.5625rem;font-size:0.8125rem;color:#000000;display:block; }#wiITvST6xxDNHHF0vfhJZUTSsWGEizJ0 li:before{  }
 }@media only screen and (max-width: 763px) { #sEcS6cVJi4lNAxDGOAGMAuKRF5nmDHMJ { width:20rem;height:19.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcM3stBzihHZ6akyhlI9G5ZFgew7P2bV { display:none; }#kcM3stBzihHZ6akyhlI9G5ZFgew7P2bV > .row .container { width:20rem;height:2.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #F8kcZT5D7mI4yUCMySfUI8rgJ5Hgo1WL { width:20rem;height:2.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCtgT59BPTVTymawEHJmtA90bC5l7gye { width:14.375rem;height:1.2246125rem;top:0.625rem;left:2.5rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Tx0905Mo9Np1h688oAb1QZNFxAu54HuI { display:flex;width:2.5rem;height:2.5rem;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Z52RerMxnoqK7OcTzrTL03e152x1T8Um { display:none; }#Z52RerMxnoqK7OcTzrTL03e152x1T8Um > .row .container { width:20rem;height:16.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iDw1f4G0RXu8yqwzTddJnGkkGxN7T6K4 { width:18.4375rem;height:14.625rem;top:0.75rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VG2ClpXX44nBCFlQ9dfiTGLwmuly4Bwt { width:20rem;height:16.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIa72qDCLAoNdkTUIyCa26DvxeMNEJC8 { display:block; }#pIa72qDCLAoNdkTUIyCa26DvxeMNEJC8 > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hm92WxlIzQWwby2KNxrQ81BqCZC7JdiI { width:20rem;height:3.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUNkiBOXuUKhVXJny4bUo3I7m3Ls9SOA { width:16.9375rem;height:2.4500875rem;top:0.556640625rem;left:2.5rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #XLpFiHztF1mme0gpeQ8G4G9bH0O0xwlv { display:flex;width:2.5rem;height:2.5rem;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wv1ZLTAxMk9BdznvyXbdrPJEe2k9Br5d { display:block; }#wv1ZLTAxMk9BdznvyXbdrPJEe2k9Br5d > .row .container { width:20rem;height:26.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VDSbHsyFMV4Im81KuxBlbDxQ4Kbkl6K5 { width:18.25rem;height:24.3815125rem;top:0.875rem;left:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPiJNwF4iwcDUvstTOAsn64bFOhL7IaJ { width:20rem;height:26.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RU4C2nPJla9oPJKEgMAhLPnWuw8rZIRN { display:block; }#RU4C2nPJla9oPJKEgMAhLPnWuw8rZIRN > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XzvpZtBZOoPKENHZT0uvitwCdzB4o5kz { width:20rem;height:4.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIfGATQqb8tdPPo8fIgEJoyB4qN6osfw { width:16.1875rem;height:2.4500875rem;top:0.681640625rem;left:2.5rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #mBKI0K6veBRH3Tn4cKBXgwC0ufDTO7TP { display:flex;width:2.5rem;height:2.5rem;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #J2ByZiWND8zkCWnS6g2TfFJ0shHHhJrK { display:block; }#J2ByZiWND8zkCWnS6g2TfFJ0shHHhJrK > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TOOCn0la07zabsLvUIOahOOeDUJQOFaR { width:20rem;height:7.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtHRTlXuxaGRbTHmsNM3fKoGWvFV9yeW { width:18.25rem;height:6.095375rem;top:1.125rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHoD5tB73coOaXUZLcvQV6iEMNFoy5X4 { display:block; }#iHoD5tB73coOaXUZLcvQV6iEMNFoy5X4 > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kVLuyPe1pLTWpidBKkLVwXkd1sXye4TC { width:20rem;height:2.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuFhbSrGIDcFPXnTMEIL2wOGEC0hfdSz { width:17.6875rem;height:1.22504375rem;top:0.65625rem;left:2.3125rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #eKDPcNBc8JtlpGPVlC6r6PIUzwOxSqhd { display:flex;width:2.5rem;height:2.5rem;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gS2ZFZUbQZFNWXGQrkwF0Z36htNI2Ncr { display:block; }#gS2ZFZUbQZFNWXGQrkwF0Z36htNI2Ncr > .row .container { width:20rem;height:13.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ha0HhGMZOP5ecweWWHSAVoMZbFTy0Qe9 { width:19rem;height:10.9716875rem;top:1.3125rem;left:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOSWiUKKi7F7SOiGDArJKihGhIeU2cS0 { width:20rem;height:13.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCVuy1vTDkBHTnOIhxKbWOZCSRSViULm { display:none; }#bCVuy1vTDkBHTnOIhxKbWOZCSRSViULm > .row .container { width:20rem;height:3.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #a0Xxyx5RsFKx6ezC6qhbdNT15OhQyfmT { width:20rem;height:3.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QukWveFrKJsZkBgugAquTWdIAQyUxiMC { width:16.5625rem;height:2.44921875rem;top:0.59375rem;left:2.5625rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ULe2DSePSF2TJJclLfzATSpW8g59TaEB { display:flex;width:2.5rem;height:2.5rem;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #a4VUih2mpwTFbGxEkGJZSCizF9Ffpv1n { display:none; }#a4VUih2mpwTFbGxEkGJZSCizF9Ffpv1n > .row .container { width:20rem;height:11.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zt9RKb4CB203OD13bywCXmyk5T8TNX68 { width:17.75rem;height:9.75rem;top:0.8125rem;left:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0MVtcLKwkSk4TLvJi15Svyx3WiKCFp0 { width:20rem;height:11.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TowvxPoXZTUy8T6LuxEipmgEW7Gocazt { display:block; }#TowvxPoXZTUy8T6LuxEipmgEW7Gocazt > .row .container { width:20rem;height:2.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTt7LAaPBHRqzZFnu6Ebfr9OBS16lHpv { width:20rem;height:2.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTVNSDzXwlwg6m0FVFkm9t9sK17PKBl6 { width:16.5625rem;height:1.22504375rem;top:0.59375rem;left:2.5625rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #csKMDqRsTpblxpqDUSPkauA5fxZURptE { display:flex;width:2.5rem;height:2.5rem;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cMOiGSF9yXFsbTg0R6o6TJNZVsPLNBTl { display:block; }#cMOiGSF9yXFsbTg0R6o6TJNZVsPLNBTl > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MLmzL7nh8Z82G5m1oSaGtewRDfKhHrN5 { width:17.75rem;height:4.8763rem;top:0.8125rem;left:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GL93iW19xU7DNzsGwdel2Wh3RvTd9vxQ { width:20rem;height:6.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPPJBAxxyuP0RqqxLnTHPFwV7GbD2wVV { display:block; }#xPPJBAxxyuP0RqqxLnTHPFwV7GbD2wVV > .row .container { width:20rem;height:1.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #snyS2u4deekVQlQzApXnXTN1tyQT4NRd { display:block; }#snyS2u4deekVQlQzApXnXTN1tyQT4NRd > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vdVm6TWKlCvKo8ESCIWFGPi8gIoawz79 { width:20rem;height:5.19856875rem;top:3.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sD2bnxDzK87LcFtZMdvnsqSpNlJQ8etT { width:20rem;height:18.6974rem;top:9.51953125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ol5ATazLFJJA6S41I259hfztrsLLVOzV { width:20rem;height:18.953488372093rem;top:26.51611328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFE8Li3CwMNDIL4m0c0ZnNyRKfaokeDd { display:block; }#qFE8Li3CwMNDIL4m0c0ZnNyRKfaokeDd > .row .container { width:20rem;height:8.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #koe2KiBUPeL8BJ5VFTU90FkEWN1S5OM6 { width:7.5rem;height:0.1875rem;top:6.25rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAtq5gFuA4vH9xHTAeLMToX1Uan4Ow7D { width:20rem;height:2.19346875rem;top:3.05908203125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAONfRPAQuRxCFXlPxpVinVoE0CAyr4x { display:block; }#lAONfRPAQuRxCFXlPxpVinVoE0CAyr4x > .row .container { width:20rem;height:72.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wBZdBFtnqIyalI6K8Mog2kukUJNBRhfC { width:20rem;height:28.0625rem;top:0rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #tNeAcxzTmKJ5Z3F3nnq5ETZeNvfTeh2R { width:20rem;height:28.0625rem;top:29.978515625rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #kGzKXUSZINNy5MdeK6aiAZbf2p9frC6g { width:20rem;height:8.2900625rem;top:0rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #mc9I6vaIXwmUvXM3U1Jw1uLl9ICEedGO { width:20rem;height:8.2900625rem;top:29.978515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtIbzwC91CiprIBXOHS6vEdRHT1Q3VUd { width:9.125rem;height:3rem;top:2.3125rem;left:0.125rem;font-size:2rem;color:#ffffff;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #y3LSSHQ3UaEEyuATpXxxHSC6TZ1E8ADZ { width:9.875rem;height:1.875rem;top:2.875rem;left:9.625rem;font-size:1.25rem;color:#ffffff;text-align:left;text-align-last:left;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #u1o03vw9FOtdTZQO5CBizrvv4nCQZeQw { width:20rem;height:1.125rem;top:5.625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;color:rgba(255,255,255,0.6);display:block; }
 }@media only screen and (max-width: 763px) { #RP0l7GXvRIcCWLn0G65DHKrTkH9JI9ce { width:7.6875rem;height:3rem;top:31.0625rem;left:0.625rem;font-size:2rem;color:#ffffff;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #pKA309fNhGzBNLg642WQbMUqkJwTXlzH { width:11.25rem;height:1.875rem;top:31.625rem;left:8.75rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #E7h5mH4CXx5KFFzTd4ZfgLrmRmfhedUs { width:20rem;height:2.8125rem;top:34.0625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:rgba(255,255,255,0.6);display:block; }
 }@media only screen and (max-width: 763px) { #SbkEGRQS9ExSxgi18rMuvdxi2Tpp12bT { width:18.9375rem;height:1.40625rem;top:9.5rem;left:0.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#3c84aa;display:block; }
 }@media only screen and (max-width: 763px) { #QCk8IZfbgrn7TTZUJHRDCX3c20N2MkyU { width:18.5rem;height:9.124375rem;top:11.875rem;left:1.25rem;font-size:0.875rem;display:block; }#QCk8IZfbgrn7TTZUJHRDCX3c20N2MkyU li:before{  }
 }@media only screen and (max-width: 763px) { #tFq6vBCXAEgHoKOeUHTkEJo5aSqsybAz { width:18.75rem;height:3.75rem;top:22.625rem;left:0.625rem;background-color:#dc1738;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) { #t6VNp1mOFL2mCVcvilXeDX9beqsJzdAN { display:block; }
 }@media only screen and (max-width: 763px) { #ZPTSXEZvfb2XILWTcA8pVI77DmRxcpyB { width:19.6875rem;height:9.124375rem;top:42.203125rem;left:0.3125rem;font-size:0.875rem;display:block; }#ZPTSXEZvfb2XILWTcA8pVI77DmRxcpyB li:before{  }
 }@media only screen and (max-width: 763px) { #raHT6pT9954vymTRFrwDnQ6EDgLGg6Id { width:18.75rem;height:3.75rem;top:52.8125rem;left:0.6875rem;background-color:#dc1738;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) { #LSTpuwuSIsSZNiHMQ80vNqiCB7vBUN9z { display:block; }
 }@media only screen and (max-width: 763px) { #kgh5033QePHq1yDLBrFUt7z0KwmP0WrB { width:18.4375rem;height:1.40625rem;top:39.6875rem;left:0.78125rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:rgba(0,0,0,0.6);display:block; }
 }@media only screen and (max-width: 763px) { #GnCabtJIRaBcF99K4hJZpIBxE911Amri { width:19.125rem;height:8.4375rem;top:60.5625rem;left:0.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKThw61dMmTlwAmtg99CScLZpT4VQhEZ { display:block; }#JKThw61dMmTlwAmtg99CScLZpT4VQhEZ > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DFxzx7AwhiKJv0tOoGTOXr5Wm5HmTLi5 { width:20rem;height:5.19856875rem;top:4rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1zBb89kfRgN94TGIc43ddgp6oHVkg1T { width:7.5rem;height:0.3125rem;top:10.75rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QanfBHTdhFzFaOfPFu8tImS24K0FDfPl { width:18.25rem;height:16.875rem;top:13.3125rem;left:0.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oc8g8dBi9mJgZEu8As9cENcnNuSMT2ow { display:block; }#Oc8g8dBi9mJgZEu8As9cENcnNuSMT2ow > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O9uVx0HOvcc1T5BTll4xZuOlStKbg2P6 { width:7.9375rem;height:1.9375rem;top:2rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #to6plbvA9vX0OFx9zyRKRieev4amzrRI { width:20rem;height:0.8125rem;top:5.5625rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }