.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;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#lVcpyRFM2MmuLfeOabzGsTAbTXphBk3e { position:relative;display:block; }#lVcpyRFM2MmuLfeOabzGsTAbTXphBk3e { background-color: transparent; background-image: none; }#lVcpyRFM2MmuLfeOabzGsTAbTXphBk3e::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lVcpyRFM2MmuLfeOabzGsTAbTXphBk3e > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lVcpyRFM2MmuLfeOabzGsTAbTXphBk3e > .row .container > .video-iframe-container { display: none; }#lVcpyRFM2MmuLfeOabzGsTAbTXphBk3e > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lVcpyRFM2MmuLfeOabzGsTAbTXphBk3e > .row > .video-iframe-container { display: none; }#lVcpyRFM2MmuLfeOabzGsTAbTXphBk3e > .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); }#lVcpyRFM2MmuLfeOabzGsTAbTXphBk3e { border-width: 0; border-radius: 0; }#lVcpyRFM2MmuLfeOabzGsTAbTXphBk3e > .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.3125rem;width:75rem;position:relative;display:block; }#epp2H6zigoEcxomCeGlmkrmdvGTH68Ue { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.75rem;width:10.75rem;top:1.28125rem;left:32.125rem;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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 { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffe4da;background-image:none;font-size:0.875rem;font-family:arial;height:31.5rem;width:75rem;position:relative;display:block; }#P7srzeeingZpqk6H3t4J3M3wf8yoKSc1 { color:#000000;display:block;width:26.4375rem;position:absolute;font-family:brown;font-size:1.375rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:7.2119140625rem;left:40.5625rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wHpxIld953VsSNzC4gdXkqchcwxfpdhv { color:#000000;display:block;width:25.125rem;position:absolute;font-family:brown;font-size:6.25rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:8.9990234375rem;left:41.21875rem;height:8.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rwaos57M4wbsLcOJ9npPx1RTLZf4pw9T { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.125rem;width:40.5625rem;top:0.375rem;left:0rem;overflow:hidden;display:block; }
#VJwpUnQfahxFaT2aBUAqIIdx4B5KTkDN { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.5rem;width:6.375rem;display:block; }
#bre5wL7tECtoho5CJeS10O3i20nF8TwT { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#LNFgtC9zz8r5EvccoVIpTvLZ4gT3TRBI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dJA6mXoLVRgVb4VT7WAWL9A5RpHt8GrZ { position:relative;display:block; }#dJA6mXoLVRgVb4VT7WAWL9A5RpHt8GrZ { background-color: transparent; background-image: none; }#dJA6mXoLVRgVb4VT7WAWL9A5RpHt8GrZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dJA6mXoLVRgVb4VT7WAWL9A5RpHt8GrZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dJA6mXoLVRgVb4VT7WAWL9A5RpHt8GrZ > .row .container > .video-iframe-container { display: none; }#dJA6mXoLVRgVb4VT7WAWL9A5RpHt8GrZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dJA6mXoLVRgVb4VT7WAWL9A5RpHt8GrZ > .row > .video-iframe-container { display: none; }#dJA6mXoLVRgVb4VT7WAWL9A5RpHt8GrZ > .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); }#dJA6mXoLVRgVb4VT7WAWL9A5RpHt8GrZ { border-width: 0; border-radius: 0; }#dJA6mXoLVRgVb4VT7WAWL9A5RpHt8GrZ > .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.75rem;width:75rem;position:relative;display:block; }#InusbKPE3mslSzQE6duG2iq7crwFkw3G { color:#000000;display:block;width:31.375rem;position:absolute;font-family:brown;font-size:2.5rem;font-weight:400;z-index:100000;line-height:1.3;letter-spacing:0;top:1.03125rem;left:23rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dUGhIypvQHBwISmLQ1OKEyaKC6NEmXDb { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#KGM3i98ziwxxGh2p7vqJythtcZ0BFGeg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#aMhcT0u0TUNgT2cmfd8TO2lLmCQpsQ0o { position:relative;display:block; }#aMhcT0u0TUNgT2cmfd8TO2lLmCQpsQ0o { background-color: transparent; background-image: none; }#aMhcT0u0TUNgT2cmfd8TO2lLmCQpsQ0o::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aMhcT0u0TUNgT2cmfd8TO2lLmCQpsQ0o > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aMhcT0u0TUNgT2cmfd8TO2lLmCQpsQ0o > .row .container > .video-iframe-container { display: none; }#aMhcT0u0TUNgT2cmfd8TO2lLmCQpsQ0o > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aMhcT0u0TUNgT2cmfd8TO2lLmCQpsQ0o > .row > .video-iframe-container { display: none; }#aMhcT0u0TUNgT2cmfd8TO2lLmCQpsQ0o > .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); }#aMhcT0u0TUNgT2cmfd8TO2lLmCQpsQ0o { border-width: 0; border-radius: 0; }#aMhcT0u0TUNgT2cmfd8TO2lLmCQpsQ0o > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#ydP1bFDXfn94tIzWuUZTZCqGaqEyIbXf { color:#000000;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:2.3369125rem;top:10.125rem;left:1.75rem;display:block; }
#NBsZFCUuX9VygMQk1kCT5Wi08ukkSCmi { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:9.3125rem;display:block; }
#kGL14mDlH3Zmv9i2y8vMlUnpZSLzOkHw { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#GXD1SWDwf9qrFT2OTUpViMdprIT86sug { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dJsVtDe1bG9posBa8mTvhNL8D6TFr6pU { position:relative;display:block; }#dJsVtDe1bG9posBa8mTvhNL8D6TFr6pU { background-color: transparent; background-image: none; }#dJsVtDe1bG9posBa8mTvhNL8D6TFr6pU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dJsVtDe1bG9posBa8mTvhNL8D6TFr6pU > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dJsVtDe1bG9posBa8mTvhNL8D6TFr6pU > .row .container > .video-iframe-container { display: none; }#dJsVtDe1bG9posBa8mTvhNL8D6TFr6pU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dJsVtDe1bG9posBa8mTvhNL8D6TFr6pU > .row > .video-iframe-container { display: none; }#dJsVtDe1bG9posBa8mTvhNL8D6TFr6pU > .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); }#dJsVtDe1bG9posBa8mTvhNL8D6TFr6pU { border-width: 0; border-radius: 0; }#dJsVtDe1bG9posBa8mTvhNL8D6TFr6pU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#yNfZ5Mbx7lsQ5i4ieHUTyP08RXnS2JeL { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:2.25rem;top:1rem;left:4.875rem;display:block; }
#PfOHnNuGMMM8oqVAWr8b7u22NpVxbEBN { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:67.5rem;width:67.5rem;display:block; }
#MUepI507eLPv8FISxHMDiriH22QDEFuP { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#HHNBt1CNKT6PdcCRROwlPmK8Rfo1l0kn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Rl3bWOfl6DlJLzTl1ZhHvbEeyOar6sme { position:relative;display:block; }#Rl3bWOfl6DlJLzTl1ZhHvbEeyOar6sme { background-color: transparent; background-image: none; }#Rl3bWOfl6DlJLzTl1ZhHvbEeyOar6sme::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Rl3bWOfl6DlJLzTl1ZhHvbEeyOar6sme > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Rl3bWOfl6DlJLzTl1ZhHvbEeyOar6sme > .row .container > .video-iframe-container { display: none; }#Rl3bWOfl6DlJLzTl1ZhHvbEeyOar6sme > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Rl3bWOfl6DlJLzTl1ZhHvbEeyOar6sme > .row > .video-iframe-container { display: none; }#Rl3bWOfl6DlJLzTl1ZhHvbEeyOar6sme > .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); }#Rl3bWOfl6DlJLzTl1ZhHvbEeyOar6sme { border-width: 0; border-radius: 0; }#Rl3bWOfl6DlJLzTl1ZhHvbEeyOar6sme > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#kGGeQ4tB7T5m8wGTVrQAZMb6dyUd0g1A { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:1.125rem;top:1rem;left:4.9375rem;display:block; }
#r5E66ncoEiOAggcJhF510LJEdh39DDCv { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.9375rem;width:13.9375rem;display:block; }
#JN9KdqkBkLpTabEFE452zaWhJR3brNiW { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#SzsXaFOE6Dukrlz0DLcMhXDNRaQQBWI4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VPsN3Il0It1hDxLlIVPi30IUgWvTfC4D { position:relative;display:block; }#VPsN3Il0It1hDxLlIVPi30IUgWvTfC4D { background-color: transparent; background-image: none; }#VPsN3Il0It1hDxLlIVPi30IUgWvTfC4D::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VPsN3Il0It1hDxLlIVPi30IUgWvTfC4D > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VPsN3Il0It1hDxLlIVPi30IUgWvTfC4D > .row .container > .video-iframe-container { display: none; }#VPsN3Il0It1hDxLlIVPi30IUgWvTfC4D > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VPsN3Il0It1hDxLlIVPi30IUgWvTfC4D > .row > .video-iframe-container { display: none; }#VPsN3Il0It1hDxLlIVPi30IUgWvTfC4D > .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); }#VPsN3Il0It1hDxLlIVPi30IUgWvTfC4D { border-width: 0; border-radius: 0; }#VPsN3Il0It1hDxLlIVPi30IUgWvTfC4D > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#qavoTqFXpTaeT9Dzp1zqcAHgdllQ1R7n { color:#000000;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:2.25rem;top:1.125rem;left:4.9375rem;display:block; }
#JVHBOdToQ36vIL3GOsRGeNZwUKXthAIf { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:52.5rem;width:46.75rem;display:block; }
#zp2TfaAtokDaQonI3T2IHuaZZv3BsLws { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#RykHM1TZyQ03QLHltE0qcbuAkq5KgH97 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OTdgyGuybUifiAHdUiD727xlrgcxE9zK { position:relative;display:block; }#OTdgyGuybUifiAHdUiD727xlrgcxE9zK { background-color: transparent; background-image: none; }#OTdgyGuybUifiAHdUiD727xlrgcxE9zK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OTdgyGuybUifiAHdUiD727xlrgcxE9zK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OTdgyGuybUifiAHdUiD727xlrgcxE9zK > .row .container > .video-iframe-container { display: none; }#OTdgyGuybUifiAHdUiD727xlrgcxE9zK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OTdgyGuybUifiAHdUiD727xlrgcxE9zK > .row > .video-iframe-container { display: none; }#OTdgyGuybUifiAHdUiD727xlrgcxE9zK > .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); }#OTdgyGuybUifiAHdUiD727xlrgcxE9zK { border-width: 0; border-radius: 0; }#OTdgyGuybUifiAHdUiD727xlrgcxE9zK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#yaOqtPrTTWrKdi6CrKgSb74x6X9NpBTq { z-index:100003;top:9.306640625rem;left:29.4375rem;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.125rem;font-weight:300;font-style:normal;line-height:2.5;overflow:hidden;position:absolute;width:13.5625rem;height:3.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#QTlOmP1VwRgKdGkvWOFkTOFy1QB6PFkU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Sw1XCscdHg978IxqFNMntE4fgOJ47kvt { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#sT05XXl01nq8GGs8xG1qhDbgsDKm9TzQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#X4BnNeguU1s8isMAT0wV36NOnF8r6x1F { position:relative;display:block; }#X4BnNeguU1s8isMAT0wV36NOnF8r6x1F { background-color: transparent; background-image: none; }#X4BnNeguU1s8isMAT0wV36NOnF8r6x1F::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X4BnNeguU1s8isMAT0wV36NOnF8r6x1F > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X4BnNeguU1s8isMAT0wV36NOnF8r6x1F > .row .container > .video-iframe-container { display: none; }#X4BnNeguU1s8isMAT0wV36NOnF8r6x1F > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X4BnNeguU1s8isMAT0wV36NOnF8r6x1F > .row > .video-iframe-container { display: none; }#X4BnNeguU1s8isMAT0wV36NOnF8r6x1F > .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); }#X4BnNeguU1s8isMAT0wV36NOnF8r6x1F { border-width: 0; border-radius: 0; }#X4BnNeguU1s8isMAT0wV36NOnF8r6x1F > .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.1875rem;width:75rem;position:relative;display:block; }#QA4BS50F4lhhlLfQ1HuTaCKABMv8GvkK { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:42.125rem;width:50.5625rem;display:block; }
#DAltSBJTdqqvrWgg5DuBFr3bJr6OGAXa { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#fMwAgFFchqkFsAS9OEEyNxoHVnwmwg03 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GFFnoC4abKx10VxTX5Oyh4LDSRebFNQU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#GFFnoC4abKx10VxTX5Oyh4LDSRebFNQU > .row .container { background-color: transparent; background-image: none; }#GFFnoC4abKx10VxTX5Oyh4LDSRebFNQU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GFFnoC4abKx10VxTX5Oyh4LDSRebFNQU > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GFFnoC4abKx10VxTX5Oyh4LDSRebFNQU > .row .container > .video-iframe-container { display: none; }#GFFnoC4abKx10VxTX5Oyh4LDSRebFNQU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GFFnoC4abKx10VxTX5Oyh4LDSRebFNQU > .row > .video-iframe-container { display: none; }#GFFnoC4abKx10VxTX5Oyh4LDSRebFNQU > .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); }#GFFnoC4abKx10VxTX5Oyh4LDSRebFNQU > .row .container { border-width: 0; border-radius: 0; }#GFFnoC4abKx10VxTX5Oyh4LDSRebFNQU > .row .container { font-size:0.875rem;font-family:arial;height:40.9375rem;width:75rem;position:relative;display:block; }#GOnTd5a4D6emgTm8cwUIUfiL5TaHaWbh { color:#3c3833;display:block;width:75rem;position:absolute;font-family:"times new roman";font-size:2.8125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:7rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nB5CRwtzIGOb8L3QBe9nb1VlVusHN0wF { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:27.75rem;left:8.5625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hPFIXfJJqdFwGzPkZ4w0nDTDhpvRg0Li { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100009;line-height:1.5;letter-spacing:0;top:30.1875rem;left:8.5625rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G5fFsMXxlnRnZTry8alzA3Gdn8HAsVd0 { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:1.125rem;top:6.5625rem;left:0rem;display:block; }
#UhXDd7CTCapZpNLcfxnOkoJ41LT4PsMb { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100009;line-height:1.5;letter-spacing:0;top:30.1875rem;left:8.5625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LxRHLvvA0eMCDqAZnFrlFO0rKyTyM1RK { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:27.75rem;left:8.5625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H6s8N9tMGTdpTMJMwieSsnnrdSmAHHFy { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100009;line-height:1.5;letter-spacing:0;top:30.1875rem;left:8.5625rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v2FRW8C63qQFJvolfcGVFA98l9Q9bQHT { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:27.75rem;left:8.5625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KA6LkccAWKyvNyCOm0fQBRhl2bt4PKM0 { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:27.75rem;left:8.5625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dgWsSNDKDE448TwJiMefl0OvlA47xOwn { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100009;line-height:1.5;letter-spacing:0;top:30.1875rem;left:8.5625rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#igUrfd1H5Wbozt3T68kkIFheT3icaPwy { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100009;line-height:1.5;letter-spacing:0;top:30.1875rem;left:8.5625rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rZdHw3m3ysmsfGDilq8leMIcEEdFfkuy { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:27.75rem;left:8.5625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T46TQbOgTf557okXPSWk1UCzUWcKCMXT { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100009;line-height:1.5;letter-spacing:0;top:30.1875rem;left:8.5625rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v1lT50DoNWZ8rUgEyGoZ0BMlEzNzfrS5 { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100009;line-height:1.5;letter-spacing:0;top:30.1875rem;left:8.5625rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fHzki8wbP6msTOFwXZ7cJVV541IDo45U { z-index:100003;top:9.306640625rem;left:29.4375rem;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.125rem;font-weight:300;font-style:normal;line-height:2.5;overflow:hidden;position:absolute;width:13.5625rem;height:3.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#hUSE8QotTStrPW59IWmTytgh5vM1xm4N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dsgEKb61KS0miKLSa7e935TJAPZUzBTT { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#rH43yEqRQfVMs4u4Id5cT8GUBqVPi7hq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#sbqVHpqWF9MRQKsI1uxaZoA43yzPqq1J { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5625rem;width:18.6875rem;display:none; }
#zGwR1DqLzcoVppd94JsupIxz5QMyN4BR { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.6875rem;width:18.6875rem;display:none; }
#NOiAm5BFTWrnBmmlCJXza4LDDrzuFOK5 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5625rem;width:14.9375rem;display:none; }
#V3llEwBLMysFizCQEDKDZMt1vJGf1F6v { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.25rem;width:14.9375rem;display:none; }
#c1pbG3DPaTTODkCMwscsrpL35XZ94Cvb { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.25rem;width:7.9375rem;display:none; }
#qPiS4QKNXAfGWyOuPpvGn4Q7m7QCr5th { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.25rem;width:7.25rem;display:none; }
#g0rf81Q61n9OhusMeHcz1xuQVuNS3EGh { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#zfHsBJCxudaRMlQmMA5a0ZZqAL5P5mJ3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vTl99eEyMlVZGqCuNOP1JQU1DGoWGNU6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#vTl99eEyMlVZGqCuNOP1JQU1DGoWGNU6 > .row .container { background-color: transparent; background-image: none; }#vTl99eEyMlVZGqCuNOP1JQU1DGoWGNU6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vTl99eEyMlVZGqCuNOP1JQU1DGoWGNU6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vTl99eEyMlVZGqCuNOP1JQU1DGoWGNU6 > .row .container > .video-iframe-container { display: none; }#vTl99eEyMlVZGqCuNOP1JQU1DGoWGNU6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vTl99eEyMlVZGqCuNOP1JQU1DGoWGNU6 > .row > .video-iframe-container { display: none; }#vTl99eEyMlVZGqCuNOP1JQU1DGoWGNU6 > .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); }#vTl99eEyMlVZGqCuNOP1JQU1DGoWGNU6 > .row .container { border-width: 0; border-radius: 0; }#vTl99eEyMlVZGqCuNOP1JQU1DGoWGNU6 > .row .container { font-size:0.875rem;font-family:arial;height:40.9375rem;width:75rem;position:relative;display:block; }#IKVa61T2SgmFnf6bnxHBsZf1CBXXDe0S { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:27.75rem;left:8.5625rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dnzgtrrso91c4kJ16garIboQZrkI00wT { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100009;line-height:1.5;letter-spacing:0;top:30.1875rem;left:8.5625rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k2JTckMBsaZeeFK41xmEZIIQrCB7D5gd { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100009;line-height:1.5;letter-spacing:0;top:30.1875rem;left:8.5625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qkR0ubeXmSQHrUpCQT2614p6kItzAApA { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:27.75rem;left:8.5625rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mTmHLi8Lh3gNGZ2eWfCnTyZOqzO1r8Z0 { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:27.75rem;left:8.5625rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kBC97KD28N7hdUQKbH1AJUCxOdCRv9H1 { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100009;line-height:1.5;letter-spacing:0;top:30.1875rem;left:8.5625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RVQTzhP5D9nl7iDBqug9o3N4J4srZPKR { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100009;line-height:1.5;letter-spacing:0;top:30.1875rem;left:8.5625rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TTDfpdUQ60oMxBwLw6N1SBPxfbgqafW6 { z-index:100003;top:9.306640625rem;left:29.4375rem;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.125rem;font-weight:300;font-style:normal;line-height:2.5;overflow:hidden;position:absolute;width:13.5625rem;height:3.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#dmHPQZPD4vMWeppyFka2bebXiJqECIwQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#skJ3t3iXlw9HGmncu4Rnx1XQQZUDLwk0 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#hMWm19KeBtV5Sq0o1S8zqvMpTXSwQtLG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gGIl5nncGVaXs5sLAyRM6XA0SOhIcFmc { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.25rem;width:6rem;display:none; }
#QdfKEiLa88hXiL2r2VAn4m9ftTPgtZ30 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.6875rem;width:3.3125rem;display:none; }
#fstDMNB79vVqiuBpBJ2ZW68zMXiZdBIr { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.6875rem;width:6rem;display:none; }
#AgIzdAxuqo1MaygKl610qFhy62TIyx4z { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#f4BHwDGJi71cEReQK3kr20hrzvlfP1Mt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TvSHSvWzQgVbyEEZCpZMeGxfd1t5ZQVx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#TvSHSvWzQgVbyEEZCpZMeGxfd1t5ZQVx > .row .container { background-color: transparent; background-image: none; }#TvSHSvWzQgVbyEEZCpZMeGxfd1t5ZQVx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TvSHSvWzQgVbyEEZCpZMeGxfd1t5ZQVx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TvSHSvWzQgVbyEEZCpZMeGxfd1t5ZQVx > .row .container > .video-iframe-container { display: none; }#TvSHSvWzQgVbyEEZCpZMeGxfd1t5ZQVx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TvSHSvWzQgVbyEEZCpZMeGxfd1t5ZQVx > .row > .video-iframe-container { display: none; }#TvSHSvWzQgVbyEEZCpZMeGxfd1t5ZQVx > .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); }#TvSHSvWzQgVbyEEZCpZMeGxfd1t5ZQVx > .row .container { border-width: 0; border-radius: 0; }#TvSHSvWzQgVbyEEZCpZMeGxfd1t5ZQVx > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }body { position:relative;display:block; }
#lVcpyRFM2MmuLfeOabzGsTAbTXphBk3e { display:none; }#lVcpyRFM2MmuLfeOabzGsTAbTXphBk3e > .row .container { width:47.75rem;position:relative;display:none; }#epp2H6zigoEcxomCeGlmkrmdvGTH68Ue { width:10.75rem;height:1.75rem;top:1.25rem;left:18.5rem;display:none; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; }#P7srzeeingZpqk6H3t4J3M3wf8yoKSc1 { top:1.1875rem;left:0rem;width:16.6875rem;height:1.125rem;font-size:1.375rem;display:block; }
#wHpxIld953VsSNzC4gdXkqchcwxfpdhv { top:2.3125rem;left:0rem;width:20rem;height:;font-size:2.6875rem;display:block; }
#rwaos57M4wbsLcOJ9npPx1RTLZf4pw9T { top:0.375rem;left:0rem;width:40.5625rem;height:31.125rem;display:block; }
#VJwpUnQfahxFaT2aBUAqIIdx4B5KTkDN { width:6.375rem;height:6.5rem;display:none; }
#bre5wL7tECtoho5CJeS10O3i20nF8TwT { width:0;height:0;display:none; }
#LNFgtC9zz8r5EvccoVIpTvLZ4gT3TRBI { display:block; }
#dJA6mXoLVRgVb4VT7WAWL9A5RpHt8GrZ { display:none; }#dJA6mXoLVRgVb4VT7WAWL9A5RpHt8GrZ > .row .container { width:47.75rem;position:relative;display:none; }#InusbKPE3mslSzQE6duG2iq7crwFkw3G { top:0.375rem;left:0rem;width:20rem;height:2rem;font-size:1.5625rem;display:none; }
#dUGhIypvQHBwISmLQ1OKEyaKC6NEmXDb { width:0;height:0;display:none; }
#KGM3i98ziwxxGh2p7vqJythtcZ0BFGeg { display:block; }
#aMhcT0u0TUNgT2cmfd8TO2lLmCQpsQ0o { display:none; }#aMhcT0u0TUNgT2cmfd8TO2lLmCQpsQ0o > .row .container { width:47.75rem;position:relative;display:none; }#ydP1bFDXfn94tIzWuUZTZCqGaqEyIbXf { top:0.9375rem;left:0.25rem;width:14.5rem;height:2.25rem;font-size:0.875rem;display:none; }
#NBsZFCUuX9VygMQk1kCT5Wi08ukkSCmi { width:9.3125rem;height:9.3125rem;display:none; }
#kGL14mDlH3Zmv9i2y8vMlUnpZSLzOkHw { width:0;height:0;display:none; }
#GXD1SWDwf9qrFT2OTUpViMdprIT86sug { display:block; }
#dJsVtDe1bG9posBa8mTvhNL8D6TFr6pU { display:none; }#dJsVtDe1bG9posBa8mTvhNL8D6TFr6pU > .row .container { width:47.75rem;position:relative;display:none; }#yNfZ5Mbx7lsQ5i4ieHUTyP08RXnS2JeL { top:1rem;left:0.3125rem;width:14.4375rem;height:2.25rem;font-size:0.875rem;display:none; }
#PfOHnNuGMMM8oqVAWr8b7u22NpVxbEBN { width:47.75rem;height:47.75rem;display:none; }
#MUepI507eLPv8FISxHMDiriH22QDEFuP { width:0;height:0;display:none; }
#HHNBt1CNKT6PdcCRROwlPmK8Rfo1l0kn { display:block; }
#Rl3bWOfl6DlJLzTl1ZhHvbEeyOar6sme { display:none; }#Rl3bWOfl6DlJLzTl1ZhHvbEeyOar6sme > .row .container { width:47.75rem;position:relative;display:none; }#kGGeQ4tB7T5m8wGTVrQAZMb6dyUd0g1A { top:1rem;left:0.375rem;width:14.375rem;height:1.125rem;font-size:0.875rem;display:none; }
#r5E66ncoEiOAggcJhF510LJEdh39DDCv { width:13.9375rem;height:13.9375rem;display:none; }
#JN9KdqkBkLpTabEFE452zaWhJR3brNiW { width:0;height:0;display:none; }
#SzsXaFOE6Dukrlz0DLcMhXDNRaQQBWI4 { display:block; }
#VPsN3Il0It1hDxLlIVPi30IUgWvTfC4D { display:none; }#VPsN3Il0It1hDxLlIVPi30IUgWvTfC4D > .row .container { width:47.75rem;position:relative;display:none; }#qavoTqFXpTaeT9Dzp1zqcAHgdllQ1R7n { top:1.125rem;left:0.375rem;width:14.5rem;height:2.25rem;font-size:0.875rem;display:none; }
#JVHBOdToQ36vIL3GOsRGeNZwUKXthAIf { width:42.5rem;height:47.75rem;display:none; }
#zp2TfaAtokDaQonI3T2IHuaZZv3BsLws { width:0;height:0;display:none; }
#RykHM1TZyQ03QLHltE0qcbuAkq5KgH97 { display:block; }
#OTdgyGuybUifiAHdUiD727xlrgcxE9zK { display:none; }#OTdgyGuybUifiAHdUiD727xlrgcxE9zK > .row .container { width:47.75rem;position:relative;display:none; }#yaOqtPrTTWrKdi6CrKgSb74x6X9NpBTq { top:9.25rem;left:10.3125rem;width:13.5625rem;height:3.8125rem;display:block; }
#QTlOmP1VwRgKdGkvWOFkTOFy1QB6PFkU { display:block; }
#Sw1XCscdHg978IxqFNMntE4fgOJ47kvt { width:0;height:0;display:none; }
#sT05XXl01nq8GGs8xG1qhDbgsDKm9TzQ { display:block; }
#X4BnNeguU1s8isMAT0wV36NOnF8r6x1F { display:block; }#X4BnNeguU1s8isMAT0wV36NOnF8r6x1F > .row .container { width:47.75rem;position:relative;display:block; }#QA4BS50F4lhhlLfQ1HuTaCKABMv8GvkK { width:32.1875rem;height:26.8125rem;display:none; }
#DAltSBJTdqqvrWgg5DuBFr3bJr6OGAXa { width:0;height:0;display:none; }
#fMwAgFFchqkFsAS9OEEyNxoHVnwmwg03 { display:block; }
#GFFnoC4abKx10VxTX5Oyh4LDSRebFNQU { display:none; }#GFFnoC4abKx10VxTX5Oyh4LDSRebFNQU > .row .container { width:47.75rem;position:relative;display:none; }#GOnTd5a4D6emgTm8cwUIUfiL5TaHaWbh { width:20rem;height:4.5rem;top:1.375rem;left:0rem;font-size:1rem;display:block; }
#nB5CRwtzIGOb8L3QBe9nb1VlVusHN0wF { width:6.4375rem;height:1.5rem;top:8.0625rem;left:0rem;font-size:1.125rem;display:block; }
#hPFIXfJJqdFwGzPkZ4w0nDTDhpvRg0Li { width:10rem;height:4.1875rem;top:12.4375rem;left:0rem;font-size:0.875rem;display:block; }
#G5fFsMXxlnRnZTry8alzA3Gdn8HAsVd0 { top:6.5625rem;left:0rem;width:20rem;height:1.125rem;font-size:0.9375rem;display:none; }
#UhXDd7CTCapZpNLcfxnOkoJ41LT4PsMb { width:9.25rem;height:3.125rem;top:21.0625rem;left:0rem;font-size:0.875rem;display:none; }
#LxRHLvvA0eMCDqAZnFrlFO0rKyTyM1RK { width:6.4375rem;height:1.5rem;top:18.25rem;left:0rem;font-size:1.125rem;display:none; }
#H6s8N9tMGTdpTMJMwieSsnnrdSmAHHFy { width:10.0625rem;height:7.3125rem;top:29.1875rem;left:0rem;font-size:0.875rem;display:none; }
#v2FRW8C63qQFJvolfcGVFA98l9Q9bQHT { width:10rem;height:1.4375rem;top:26.9375rem;left:0rem;font-size:1.125rem;display:none; }
#KA6LkccAWKyvNyCOm0fQBRhl2bt4PKM0 { width:8.9375rem;height:2.4375rem;top:39.4375rem;left:0rem;font-size:1.125rem;display:none; }
#dgWsSNDKDE448TwJiMefl0OvlA47xOwn { width:9.5rem;height:6.25rem;top:42.875rem;left:0rem;font-size:0.875rem;display:none; }
#igUrfd1H5Wbozt3T68kkIFheT3icaPwy { width:9.75rem;height:2.9375rem;top:49.6875rem;left:0rem;font-size:0.5rem;display:none; }
#rZdHw3m3ysmsfGDilq8leMIcEEdFfkuy { width:10.0625rem;height:1.4375rem;top:55.3125rem;left:0rem;font-size:1.125rem;display:none; }
#T46TQbOgTf557okXPSWk1UCzUWcKCMXT { width:10.0625rem;height:4.1875rem;top:57.625rem;left:0rem;font-size:0.875rem;display:none; }
#v1lT50DoNWZ8rUgEyGoZ0BMlEzNzfrS5 { width:10rem;height:1.75rem;top:63.375rem;left:0rem;font-size:0.5rem;display:none; }
#fHzki8wbP6msTOFwXZ7cJVV541IDo45U { top:9.25rem;left:10.3125rem;width:13.5625rem;height:3.8125rem;display:none; }
#hUSE8QotTStrPW59IWmTytgh5vM1xm4N { display:block; }
#dsgEKb61KS0miKLSa7e935TJAPZUzBTT { width:0;height:0;display:none; }
#rH43yEqRQfVMs4u4Id5cT8GUBqVPi7hq { display:block; }
#sbqVHpqWF9MRQKsI1uxaZoA43yzPqq1J { width:18.6875rem;height:23.5625rem;display:none; }
#zGwR1DqLzcoVppd94JsupIxz5QMyN4BR { width:18.6875rem;height:18.6875rem;display:none; }
#NOiAm5BFTWrnBmmlCJXza4LDDrzuFOK5 { width:14.9375rem;height:23.5625rem;display:none; }
#V3llEwBLMysFizCQEDKDZMt1vJGf1F6v { width:14.9375rem;height:10.25rem;display:none; }
#c1pbG3DPaTTODkCMwscsrpL35XZ94Cvb { width:7.9375rem;height:10.25rem;display:none; }
#qPiS4QKNXAfGWyOuPpvGn4Q7m7QCr5th { width:7.25rem;height:10.25rem;display:none; }
#g0rf81Q61n9OhusMeHcz1xuQVuNS3EGh { width:0;height:0;display:none; }
#zfHsBJCxudaRMlQmMA5a0ZZqAL5P5mJ3 { display:block; }
#vTl99eEyMlVZGqCuNOP1JQU1DGoWGNU6 { display:none; }#vTl99eEyMlVZGqCuNOP1JQU1DGoWGNU6 > .row .container { width:47.75rem;position:relative;display:none; }#IKVa61T2SgmFnf6bnxHBsZf1CBXXDe0S { width:9.875rem;height:4.375rem;top:2.9375rem;left:0rem;font-size:1.125rem;display:block; }
#dnzgtrrso91c4kJ16garIboQZrkI00wT { width:10rem;height:7.3125rem;top:6.6875rem;left:0rem;font-size:0.875rem;display:block; }
#k2JTckMBsaZeeFK41xmEZIIQrCB7D5gd { width:9.8125rem;height:3.125rem;top:22.4375rem;left:0rem;font-size:0.875rem;display:none; }
#qkR0ubeXmSQHrUpCQT2614p6kItzAApA { width:8.8125rem;height:4.5rem;top:18.25rem;left:0rem;font-size:1.125rem;display:none; }
#mTmHLi8Lh3gNGZ2eWfCnTyZOqzO1r8Z0 { width:10.0625rem;height:2.6875rem;top:28.6875rem;left:0rem;font-size:1.125rem;display:none; }
#kBC97KD28N7hdUQKbH1AJUCxOdCRv9H1 { width:10.0625rem;height:3.125rem;top:32.125rem;left:0rem;font-size:0.875rem;display:none; }
#RVQTzhP5D9nl7iDBqug9o3N4J4srZPKR { width:10.0625rem;height:1.75rem;top:36.875rem;left:0rem;font-size:0.5rem;display:none; }
#TTDfpdUQ60oMxBwLw6N1SBPxfbgqafW6 { top:9.25rem;left:10.3125rem;width:13.5625rem;height:3.8125rem;display:none; }
#dmHPQZPD4vMWeppyFka2bebXiJqECIwQ { display:block; }
#skJ3t3iXlw9HGmncu4Rnx1XQQZUDLwk0 { width:0;height:0;display:none; }
#hMWm19KeBtV5Sq0o1S8zqvMpTXSwQtLG { display:block; }
#gGIl5nncGVaXs5sLAyRM6XA0SOhIcFmc { width:6rem;height:10.25rem;display:none; }
#QdfKEiLa88hXiL2r2VAn4m9ftTPgtZ30 { width:3.3125rem;height:4.6875rem;display:none; }
#fstDMNB79vVqiuBpBJ2ZW68zMXiZdBIr { width:6rem;height:5.6875rem;display:none; }
#AgIzdAxuqo1MaygKl610qFhy62TIyx4z { width:0;height:0;display:none; }
#f4BHwDGJi71cEReQK3kr20hrzvlfP1Mt { display:block; }
#TvSHSvWzQgVbyEEZCpZMeGxfd1t5ZQVx { display:block; }#TvSHSvWzQgVbyEEZCpZMeGxfd1t5ZQVx > .row .container { width:47.75rem;position:relative;display:block; }body { position:relative;background-color:#ffe4da;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#lVcpyRFM2MmuLfeOabzGsTAbTXphBk3e { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#lVcpyRFM2MmuLfeOabzGsTAbTXphBk3e > .row .container { background-color: transparent; background-image: none; }#lVcpyRFM2MmuLfeOabzGsTAbTXphBk3e::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lVcpyRFM2MmuLfeOabzGsTAbTXphBk3e > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lVcpyRFM2MmuLfeOabzGsTAbTXphBk3e > .row .container > .video-iframe-container { display: none; }#lVcpyRFM2MmuLfeOabzGsTAbTXphBk3e > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lVcpyRFM2MmuLfeOabzGsTAbTXphBk3e > .row > .video-iframe-container { display: none; }#lVcpyRFM2MmuLfeOabzGsTAbTXphBk3e > .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); }#lVcpyRFM2MmuLfeOabzGsTAbTXphBk3e > .row .container { border-width: 0; border-radius: 0; }#lVcpyRFM2MmuLfeOabzGsTAbTXphBk3e > .row .container { width:20rem;height:2.9375rem;position:relative;display:block; }#epp2H6zigoEcxomCeGlmkrmdvGTH68Ue { top:0.625rem;left:5.90625rem;width:7.6875rem;height:1.25rem;z-index:100000;overflow:hidden;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:#ffe4da;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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 > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:18.375rem;position:relative;display:block; }#P7srzeeingZpqk6H3t4J3M3wf8yoKSc1 { width:16.6875rem;height:1.13720625rem;top:1.1875rem;left:1.65625rem;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
#wHpxIld953VsSNzC4gdXkqchcwxfpdhv { width:20rem;height:3.49365rem;top:2.13671875rem;left:0rem;font-size:2.6875rem;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; }
#rwaos57M4wbsLcOJ9npPx1RTLZf4pw9T { width:18.25rem;height:13.875rem;top:4.4375rem;left:0.875rem;overflow:hidden;display:block; }
#VJwpUnQfahxFaT2aBUAqIIdx4B5KTkDN { top:5.00439453125rem;left:13.90625rem;width:4.375rem;height:4.5rem;z-index:100003;overflow:hidden;display:block; }
#bre5wL7tECtoho5CJeS10O3i20nF8TwT { top:-0.0625rem;left:0rem;width:20rem;height:18.4375rem;z-index:100004;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#LNFgtC9zz8r5EvccoVIpTvLZ4gT3TRBI { display:block; }
#dJA6mXoLVRgVb4VT7WAWL9A5RpHt8GrZ { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#dJA6mXoLVRgVb4VT7WAWL9A5RpHt8GrZ > .row .container { background-color: transparent; background-image: none; }#dJA6mXoLVRgVb4VT7WAWL9A5RpHt8GrZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dJA6mXoLVRgVb4VT7WAWL9A5RpHt8GrZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dJA6mXoLVRgVb4VT7WAWL9A5RpHt8GrZ > .row .container > .video-iframe-container { display: none; }#dJA6mXoLVRgVb4VT7WAWL9A5RpHt8GrZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dJA6mXoLVRgVb4VT7WAWL9A5RpHt8GrZ > .row > .video-iframe-container { display: none; }#dJA6mXoLVRgVb4VT7WAWL9A5RpHt8GrZ > .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); }#dJA6mXoLVRgVb4VT7WAWL9A5RpHt8GrZ > .row .container { border-width: 0; border-radius: 0; }#dJA6mXoLVRgVb4VT7WAWL9A5RpHt8GrZ > .row .container { width:20rem;height:2.75rem;position:relative;display:block; }#InusbKPE3mslSzQE6duG2iq7crwFkw3G { width:20rem;height:2.03125rem;top:0.390625rem;left:0rem;font-size:1.5625rem;z-index:100001;font-weight:400;font-style:normal;display:block; }
#dUGhIypvQHBwISmLQ1OKEyaKC6NEmXDb { top:0rem;left:0rem;width:20rem;height:2.75rem;z-index:100005;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#KGM3i98ziwxxGh2p7vqJythtcZ0BFGeg { display:block; }
#aMhcT0u0TUNgT2cmfd8TO2lLmCQpsQ0o { background-color:#f8ccba;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#aMhcT0u0TUNgT2cmfd8TO2lLmCQpsQ0o > .row .container { background-color: transparent; background-image: none; }#aMhcT0u0TUNgT2cmfd8TO2lLmCQpsQ0o::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aMhcT0u0TUNgT2cmfd8TO2lLmCQpsQ0o > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aMhcT0u0TUNgT2cmfd8TO2lLmCQpsQ0o > .row .container > .video-iframe-container { display: none; }#aMhcT0u0TUNgT2cmfd8TO2lLmCQpsQ0o > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aMhcT0u0TUNgT2cmfd8TO2lLmCQpsQ0o > .row > .video-iframe-container { display: none; }#aMhcT0u0TUNgT2cmfd8TO2lLmCQpsQ0o > .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); }#aMhcT0u0TUNgT2cmfd8TO2lLmCQpsQ0o > .row .container { border-width: 0; border-radius: 0; }#aMhcT0u0TUNgT2cmfd8TO2lLmCQpsQ0o > .row .container { width:20rem;height:4.375rem;position:relative;display:block; }#ydP1bFDXfn94tIzWuUZTZCqGaqEyIbXf { top:0.9873046875rem;left:4.8125rem;width:14.5rem;height:2.3369125rem;z-index:100000;font-family:brown;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
#NBsZFCUuX9VygMQk1kCT5Wi08ukkSCmi { top:0.4375rem;left:0rem;width:3.5rem;height:3.5rem;z-index:100001;overflow:hidden;display:block; }
#kGL14mDlH3Zmv9i2y8vMlUnpZSLzOkHw { top:0rem;left:0rem;width:20rem;height:4.375rem;z-index:100006;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#GXD1SWDwf9qrFT2OTUpViMdprIT86sug { display:block; }
#dJsVtDe1bG9posBa8mTvhNL8D6TFr6pU { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#dJsVtDe1bG9posBa8mTvhNL8D6TFr6pU > .row .container { background-color: transparent; background-image: none; }#dJsVtDe1bG9posBa8mTvhNL8D6TFr6pU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dJsVtDe1bG9posBa8mTvhNL8D6TFr6pU > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dJsVtDe1bG9posBa8mTvhNL8D6TFr6pU > .row .container > .video-iframe-container { display: none; }#dJsVtDe1bG9posBa8mTvhNL8D6TFr6pU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dJsVtDe1bG9posBa8mTvhNL8D6TFr6pU > .row > .video-iframe-container { display: none; }#dJsVtDe1bG9posBa8mTvhNL8D6TFr6pU > .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); }#dJsVtDe1bG9posBa8mTvhNL8D6TFr6pU > .row .container { border-width: 0; border-radius: 0; }#dJsVtDe1bG9posBa8mTvhNL8D6TFr6pU > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; }#yNfZ5Mbx7lsQ5i4ieHUTyP08RXnS2JeL { top:1.0185546875rem;left:4.875rem;width:14.4375rem;height:2.3994125rem;z-index:100000;font-family:brown;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
#PfOHnNuGMMM8oqVAWr8b7u22NpVxbEBN { top:0.6875rem;left:0.3125rem;width:3rem;height:3rem;z-index:100020;overflow:hidden;display:block; }
#MUepI507eLPv8FISxHMDiriH22QDEFuP { top:0rem;left:0rem;width:20rem;height:4.4375rem;z-index:100021;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#HHNBt1CNKT6PdcCRROwlPmK8Rfo1l0kn { display:block; }
#Rl3bWOfl6DlJLzTl1ZhHvbEeyOar6sme { background-color:#f8ccba;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Rl3bWOfl6DlJLzTl1ZhHvbEeyOar6sme > .row .container { background-color: transparent; background-image: none; }#Rl3bWOfl6DlJLzTl1ZhHvbEeyOar6sme::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Rl3bWOfl6DlJLzTl1ZhHvbEeyOar6sme > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Rl3bWOfl6DlJLzTl1ZhHvbEeyOar6sme > .row .container > .video-iframe-container { display: none; }#Rl3bWOfl6DlJLzTl1ZhHvbEeyOar6sme > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Rl3bWOfl6DlJLzTl1ZhHvbEeyOar6sme > .row > .video-iframe-container { display: none; }#Rl3bWOfl6DlJLzTl1ZhHvbEeyOar6sme > .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); }#Rl3bWOfl6DlJLzTl1ZhHvbEeyOar6sme > .row .container { border-width: 0; border-radius: 0; }#Rl3bWOfl6DlJLzTl1ZhHvbEeyOar6sme > .row .container { width:20rem;height:4.375rem;position:relative;display:block; }#kGGeQ4tB7T5m8wGTVrQAZMb6dyUd0g1A { top:1.619140625rem;left:5rem;width:14.375rem;height:2.3369125rem;z-index:100000;font-family:brown;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
#r5E66ncoEiOAggcJhF510LJEdh39DDCv { top:0.34375rem;left:0rem;width:3.6875rem;height:3.6875rem;z-index:100001;overflow:hidden;display:block; }
#JN9KdqkBkLpTabEFE452zaWhJR3brNiW { top:0rem;left:0rem;width:20rem;height:4.375rem;z-index:100008;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#SzsXaFOE6Dukrlz0DLcMhXDNRaQQBWI4 { display:block; }
#VPsN3Il0It1hDxLlIVPi30IUgWvTfC4D { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#VPsN3Il0It1hDxLlIVPi30IUgWvTfC4D > .row .container { background-color: transparent; background-image: none; }#VPsN3Il0It1hDxLlIVPi30IUgWvTfC4D::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VPsN3Il0It1hDxLlIVPi30IUgWvTfC4D > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VPsN3Il0It1hDxLlIVPi30IUgWvTfC4D > .row .container > .video-iframe-container { display: none; }#VPsN3Il0It1hDxLlIVPi30IUgWvTfC4D > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VPsN3Il0It1hDxLlIVPi30IUgWvTfC4D > .row > .video-iframe-container { display: none; }#VPsN3Il0It1hDxLlIVPi30IUgWvTfC4D > .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); }#VPsN3Il0It1hDxLlIVPi30IUgWvTfC4D > .row .container { border-width: 0; border-radius: 0; }#VPsN3Il0It1hDxLlIVPi30IUgWvTfC4D > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; }#qavoTqFXpTaeT9Dzp1zqcAHgdllQ1R7n { top:1.1435546875rem;left:4.9375rem;width:14.5rem;height:2.3369125rem;z-index:100000;font-family:brown;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
#JVHBOdToQ36vIL3GOsRGeNZwUKXthAIf { top:0.46875rem;left:0.3125rem;width:3.3125rem;height:3.75rem;z-index:100020;overflow:hidden;display:block; }
#zp2TfaAtokDaQonI3T2IHuaZZv3BsLws { top:0rem;left:0rem;width:20rem;height:4.6875rem;z-index:100021;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#RykHM1TZyQ03QLHltE0qcbuAkq5KgH97 { display:block; }
#OTdgyGuybUifiAHdUiD727xlrgcxE9zK { background-color:#f8ccba;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#OTdgyGuybUifiAHdUiD727xlrgcxE9zK > .row .container { background-color: transparent; background-image: none; }#OTdgyGuybUifiAHdUiD727xlrgcxE9zK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OTdgyGuybUifiAHdUiD727xlrgcxE9zK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OTdgyGuybUifiAHdUiD727xlrgcxE9zK > .row .container > .video-iframe-container { display: none; }#OTdgyGuybUifiAHdUiD727xlrgcxE9zK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OTdgyGuybUifiAHdUiD727xlrgcxE9zK > .row > .video-iframe-container { display: none; }#OTdgyGuybUifiAHdUiD727xlrgcxE9zK > .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); }#OTdgyGuybUifiAHdUiD727xlrgcxE9zK > .row .container { border-width: 0; border-radius: 0; }#OTdgyGuybUifiAHdUiD727xlrgcxE9zK > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; }#yaOqtPrTTWrKdi6CrKgSb74x6X9NpBTq { top:0.6875rem;left:1.4375rem;width:17.125rem;height:3.5rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;font-family:brown;font-weight:300;font-style:normal;display:block; }
#QTlOmP1VwRgKdGkvWOFkTOFy1QB6PFkU { display:block; }
#Sw1XCscdHg978IxqFNMntE4fgOJ47kvt { top:0rem;left:0rem;width:20rem;height:4.9375rem;z-index:100010;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#sT05XXl01nq8GGs8xG1qhDbgsDKm9TzQ { display:block; }
#X4BnNeguU1s8isMAT0wV36NOnF8r6x1F { background-color:#f8ccba;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#X4BnNeguU1s8isMAT0wV36NOnF8r6x1F > .row .container { background-color: transparent; background-image: none; }#X4BnNeguU1s8isMAT0wV36NOnF8r6x1F::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X4BnNeguU1s8isMAT0wV36NOnF8r6x1F > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X4BnNeguU1s8isMAT0wV36NOnF8r6x1F > .row .container > .video-iframe-container { display: none; }#X4BnNeguU1s8isMAT0wV36NOnF8r6x1F > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X4BnNeguU1s8isMAT0wV36NOnF8r6x1F > .row > .video-iframe-container { display: none; }#X4BnNeguU1s8isMAT0wV36NOnF8r6x1F > .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); }#X4BnNeguU1s8isMAT0wV36NOnF8r6x1F > .row .container { border-width: 0; border-radius: 0; }#X4BnNeguU1s8isMAT0wV36NOnF8r6x1F > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; }#QA4BS50F4lhhlLfQ1HuTaCKABMv8GvkK { top:0.875rem;left:0.40625rem;width:19.1875rem;height:15.9375rem;z-index:100000;overflow:hidden;display:block; }
#DAltSBJTdqqvrWgg5DuBFr3bJr6OGAXa { top:0rem;left:0rem;width:20rem;height:17.8125rem;z-index:100011;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#fMwAgFFchqkFsAS9OEEyNxoHVnwmwg03 { display:block; }
#GFFnoC4abKx10VxTX5Oyh4LDSRebFNQU { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#GFFnoC4abKx10VxTX5Oyh4LDSRebFNQU > .row .container { background-color: transparent; background-image: none; }#GFFnoC4abKx10VxTX5Oyh4LDSRebFNQU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GFFnoC4abKx10VxTX5Oyh4LDSRebFNQU > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GFFnoC4abKx10VxTX5Oyh4LDSRebFNQU > .row .container > .video-iframe-container { display: none; }#GFFnoC4abKx10VxTX5Oyh4LDSRebFNQU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GFFnoC4abKx10VxTX5Oyh4LDSRebFNQU > .row > .video-iframe-container { display: none; }#GFFnoC4abKx10VxTX5Oyh4LDSRebFNQU > .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); }#GFFnoC4abKx10VxTX5Oyh4LDSRebFNQU > .row .container { border-width: 0; border-radius: 0; }#GFFnoC4abKx10VxTX5Oyh4LDSRebFNQU > .row .container { width:20rem;height:72.0625rem;position:relative;display:block; }#GOnTd5a4D6emgTm8cwUIUfiL5TaHaWbh { width:20rem;height:4.5rem;top:1.40576171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;font-family:brown;z-index:100018;color:#000000;line-height:1.2;display:block; }
#nB5CRwtzIGOb8L3QBe9nb1VlVusHN0wF { width:6.4375rem;height:1.4624rem;top:10.1875rem;left:10rem;text-align:left;text-align-last:left;font-family:brown;color:#000000;font-size:1.125rem;display:block; }
#hPFIXfJJqdFwGzPkZ4w0nDTDhpvRg0Li { width:9.4375rem;height:4.26171875rem;top:12.4375rem;left:10rem;text-align:left;text-align-last:left;font-family:brown;color:#000000;line-height:1.2;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
#G5fFsMXxlnRnZTry8alzA3Gdn8HAsVd0 { top:6.59326171875rem;left:0rem;width:20rem;height:1.125rem;z-index:100019;text-align:center;text-align-last:center;font-family:brown;font-size:0.9375rem;line-height:1.2;font-weight:300;font-style:normal;display:block; }
#UhXDd7CTCapZpNLcfxnOkoJ41LT4PsMb { width:9.25rem;height:3.2119125rem;top:21.0625rem;left:0.6875rem;text-align:right;text-align-last:right;font-family:brown;color:#000000;line-height:1.2;z-index:100010;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
#LxRHLvvA0eMCDqAZnFrlFO0rKyTyM1RK { width:6.4375rem;height:1.4624rem;top:18.875rem;left:3.625rem;text-align:right;text-align-last:right;font-family:brown;color:#000000;font-size:1.125rem;z-index:100009;display:block; }
#H6s8N9tMGTdpTMJMwieSsnnrdSmAHHFy { width:9.25rem;height:7.504875rem;top:29.1875rem;left:9.9375rem;text-align:left;text-align-last:left;font-family:brown;color:#000000;line-height:1.2;z-index:100010;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
#v2FRW8C63qQFJvolfcGVFA98l9Q9bQHT { width:10rem;height:1.4624rem;top:26.9375rem;left:10rem;text-align:left;text-align-last:left;font-family:brown;color:#000000;font-size:1.125rem;z-index:100009;display:block; }
#KA6LkccAWKyvNyCOm0fQBRhl2bt4PKM0 { width:8.9375rem;height:2.4746125rem;top:39.48583984375rem;left:1.125rem;text-align:right;text-align-last:right;font-family:brown;color:#000000;font-size:1.125rem;z-index:100010;line-height:1.1;display:block; }
#dgWsSNDKDE448TwJiMefl0OvlA47xOwn { width:9.5rem;height:6.3925625rem;top:42.875rem;left:0.5625rem;text-align:right;text-align-last:right;font-family:brown;color:#000000;line-height:1.2;z-index:100011;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
#igUrfd1H5Wbozt3T68kkIFheT3icaPwy { width:9.75rem;height:2.99805rem;top:49.8125rem;left:0.3125rem;text-align:right;text-align-last:right;font-family:brown;color:#000000;line-height:1.2;z-index:100012;font-size:0.5rem;font-weight:300;font-style:normal;display:block; }
#rZdHw3m3ysmsfGDilq8leMIcEEdFfkuy { width:10.0625rem;height:1.4624rem;top:55.3125rem;left:9.9375rem;text-align:left;text-align-last:left;font-family:brown;color:#000000;font-size:1.125rem;z-index:100010;display:block; }
#T46TQbOgTf557okXPSWk1UCzUWcKCMXT { width:10.0625rem;height:4.26171875rem;top:57.625rem;left:9.9375rem;text-align:left;text-align-last:left;font-family:brown;color:#000000;line-height:1.2;z-index:100011;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
#v1lT50DoNWZ8rUgEyGoZ0BMlEzNzfrS5 { width:10rem;height:1.798825rem;top:62.375rem;left:10rem;text-align:left;text-align-last:left;font-family:brown;color:#000000;line-height:1.2;z-index:100013;font-size:0.5rem;font-weight:300;font-style:normal;display:block; }
#fHzki8wbP6msTOFwXZ7cJVV541IDo45U { top:66.81201171875rem;left:1.4375rem;width:17.125rem;height:3.5rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;font-family:brown;font-weight:300;font-style:normal;z-index:100005;display:block; }
#hUSE8QotTStrPW59IWmTytgh5vM1xm4N { display:block; }
#dsgEKb61KS0miKLSa7e935TJAPZUzBTT { top:0rem;left:0rem;width:20rem;height:1.0625rem;z-index:100020;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#rH43yEqRQfVMs4u4Id5cT8GUBqVPi7hq { display:block; }
#sbqVHpqWF9MRQKsI1uxaZoA43yzPqq1J { top:7.71826171875rem;left:0.6875rem;width:8.1875rem;height:10.3125rem;z-index:100021;overflow:hidden;display:block; }
#zGwR1DqLzcoVppd94JsupIxz5QMyN4BR { top:18.875rem;left:10.5rem;width:7.0625rem;height:7.0625rem;z-index:100022;overflow:hidden;display:block; }
#NOiAm5BFTWrnBmmlCJXza4LDDrzuFOK5 { top:24.27392578125rem;left:0rem;width:8.6875rem;height:13.875rem;z-index:100022;overflow:hidden;display:block; }
#V3llEwBLMysFizCQEDKDZMt1vJGf1F6v { top:38.14892578125rem;left:11.3125rem;width:8.6875rem;height:5.9375rem;z-index:100023;overflow:hidden;display:block; }
#c1pbG3DPaTTODkCMwscsrpL35XZ94Cvb { top:42.875rem;left:10.8125rem;width:8.375rem;height:10.8125rem;z-index:100024;overflow:hidden;display:block; }
#qPiS4QKNXAfGWyOuPpvGn4Q7m7QCr5th { top:53.68701171875rem;left:0.8125rem;width:9.25rem;height:13.125rem;z-index:100025;overflow:hidden;display:block; }
#g0rf81Q61n9OhusMeHcz1xuQVuNS3EGh { top:0rem;left:0rem;width:20rem;height:72rem;z-index:100026;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#zfHsBJCxudaRMlQmMA5a0ZZqAL5P5mJ3 { display:block; }
#vTl99eEyMlVZGqCuNOP1JQU1DGoWGNU6 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#vTl99eEyMlVZGqCuNOP1JQU1DGoWGNU6 > .row .container { background-color: transparent; background-image: none; }#vTl99eEyMlVZGqCuNOP1JQU1DGoWGNU6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vTl99eEyMlVZGqCuNOP1JQU1DGoWGNU6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vTl99eEyMlVZGqCuNOP1JQU1DGoWGNU6 > .row .container > .video-iframe-container { display: none; }#vTl99eEyMlVZGqCuNOP1JQU1DGoWGNU6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vTl99eEyMlVZGqCuNOP1JQU1DGoWGNU6 > .row > .video-iframe-container { display: none; }#vTl99eEyMlVZGqCuNOP1JQU1DGoWGNU6 > .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); }#vTl99eEyMlVZGqCuNOP1JQU1DGoWGNU6 > .row .container { border-width: 0; border-radius: 0; }#vTl99eEyMlVZGqCuNOP1JQU1DGoWGNU6 > .row .container { width:20rem;height:45.0625rem;position:relative;display:block; }#IKVa61T2SgmFnf6bnxHBsZf1CBXXDe0S { width:9.875rem;height:3.7119125rem;top:2.125rem;left:10rem;text-align:left;text-align-last:left;font-family:brown;color:#000000;font-size:1.125rem;line-height:1.1;display:block; }
#dnzgtrrso91c4kJ16garIboQZrkI00wT { width:10rem;height:7.567375rem;top:6.6875rem;left:10rem;text-align:left;text-align-last:left;font-family:brown;color:#000000;line-height:1.2;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
#k2JTckMBsaZeeFK41xmEZIIQrCB7D5gd { width:8.9375rem;height:3.1806625rem;top:22.4375rem;left:0.875rem;text-align:right;text-align-last:right;font-family:brown;color:#000000;line-height:1.2;z-index:100010;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
#qkR0ubeXmSQHrUpCQT2614p6kItzAApA { width:8.8125rem;height:3.71191875rem;top:17.875rem;left:1.25rem;text-align:right;text-align-last:right;font-family:brown;color:#000000;font-size:1.125rem;z-index:100010;line-height:1.1;display:block; }
#mTmHLi8Lh3gNGZ2eWfCnTyZOqzO1r8Z0 { width:10.0625rem;height:2.69921875rem;top:28.6875rem;left:9.9375rem;text-align:left;text-align-last:left;font-family:brown;color:#000000;font-size:1.125rem;z-index:100010;line-height:1.2;display:block; }
#kBC97KD28N7hdUQKbH1AJUCxOdCRv9H1 { width:9.875rem;height:4.29296875rem;top:32.125rem;left:9.9375rem;text-align:left;text-align-last:left;font-family:brown;color:#000000;line-height:1.2;z-index:100011;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
#RVQTzhP5D9nl7iDBqug9o3N4J4srZPKR { width:10.0625rem;height:1.798825rem;top:36.0625rem;left:9.9375rem;text-align:left;text-align-last:left;font-family:brown;color:#000000;line-height:1.2;z-index:100013;font-size:0.5rem;font-weight:300;font-style:normal;display:block; }
#TTDfpdUQ60oMxBwLw6N1SBPxfbgqafW6 { top:40.0625rem;left:1.4375rem;width:17.125rem;height:3.5rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;font-family:brown;font-weight:300;font-style:normal;z-index:100005;display:block; }
#dmHPQZPD4vMWeppyFka2bebXiJqECIwQ { display:block; }
#skJ3t3iXlw9HGmncu4Rnx1XQQZUDLwk0 { top:0rem;left:0rem;width:20rem;height:2.125rem;z-index:100013;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#hMWm19KeBtV5Sq0o1S8zqvMpTXSwQtLG { display:block; }
#gGIl5nncGVaXs5sLAyRM6XA0SOhIcFmc { top:15.66796875rem;left:11.75rem;width:6.375rem;height:11.125rem;z-index:100027;overflow:hidden;display:block; }
#QdfKEiLa88hXiL2r2VAn4m9ftTPgtZ30 { top:1.34765625rem;left:0.5rem;width:8.8125rem;height:12.75rem;z-index:100028;overflow:hidden;display:block; }
#fstDMNB79vVqiuBpBJ2ZW68zMXiZdBIr { top:29.755859375rem;left:0rem;width:9.5rem;height:8.9375rem;z-index:100028;overflow:hidden;display:block; }
#AgIzdAxuqo1MaygKl610qFhy62TIyx4z { top:0rem;left:0rem;width:20rem;height:45.0625rem;z-index:100029;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#f4BHwDGJi71cEReQK3kr20hrzvlfP1Mt { display:block; }
#TvSHSvWzQgVbyEEZCpZMeGxfd1t5ZQVx { position:relative;z-index:auto;display:block; }#TvSHSvWzQgVbyEEZCpZMeGxfd1t5ZQVx > .row .container { width:20rem;height:8.875rem;position:relative;display:block; }