.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B16XrNlORQB8zMW5TxM9ZFrP8hNrUPQ3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:none; }#B16XrNlORQB8zMW5TxM9ZFrP8hNrUPQ3 > .row .container { border-width: 0; border-radius: 0; }#B16XrNlORQB8zMW5TxM9ZFrP8hNrUPQ3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B16XrNlORQB8zMW5TxM9ZFrP8hNrUPQ3 > .row .container { font-size:0.875rem;font-family:arial;height:3.375rem;width:60rem;position:relative;display:none; }#B4tXTPxsAwAMJd6pGuSScZyq6tLsOQ9o { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:17rem;top:0.1875rem;left:0rem;overflow:hidden;display:block; }
#dnChx6zTzKSa3epP3wJvLvWEyIEmreD5 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#0b0b0b;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.7498125rem;height:2.43706875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.40625002980232rem;left:43.060546875rem;display:block; }
#Ad8dqOMAIuRVpCbL4JWBFd3XVDGSkiym { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T56rC0hlqvrKwqBOzIEt72LtBw5NyXLZ { color:#ffffff;display:block;width:22.9996875rem;position:absolute;font-family:brown;font-size:1.8125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;height:0;top:0.82139760255812rem;left:17.124132156372rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#eKzeKgnHLspJbvlHk06x5KTLbGgPFE21 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:60rem;height:3.0625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.125rem;left:0rem;display:block; }
#Snpu0GaDPhwESraMGUVFTlRJKUD9G7oB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nBIyiToT0xxK9iti0Z8bv4ZgVu8H7Mul .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#nBIyiToT0xxK9iti0Z8bv4ZgVu8H7Mul .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:arial;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#nBIyiToT0xxK9iti0Z8bv4ZgVu8H7Mul .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:arial;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#nBIyiToT0xxK9iti0Z8bv4ZgVu8H7Mul { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:13.5rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;z-index:1;display:none; }
#nBIyiToT0xxK9iti0Z8bv4ZgVu8H7Mul #fIVBbup0ka1Du9GUVLa4GTtams3XP5wT { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#nBIyiToT0xxK9iti0Z8bv4ZgVu8H7Mul #HFSe6wHzFU8JhKeIkTTQ2FTKnGa60TR0 { width:auto; }
#nBIyiToT0xxK9iti0Z8bv4ZgVu8H7Mul #gaTM5H3motycTJxfF1UJIaTlUr3ExakN {  }
#nBIyiToT0xxK9iti0Z8bv4ZgVu8H7Mul #mTbLgc2JeOdaaUzRXWbHAXQUw1Ioanty { display:flex;position:relative;top:0rem;left:0rem; }
#nBIyiToT0xxK9iti0Z8bv4ZgVu8H7Mul #GoSNh4PUdS5r8z5vK9x6PoTXb4bpBc5e {  }
#nBIyiToT0xxK9iti0Z8bv4ZgVu8H7Mul #Su9rRBzPRM4AXlWbyD83VaSfgUSReiTJ {  }
#nBIyiToT0xxK9iti0Z8bv4ZgVu8H7Mul #BRgszrho00SGDVoVGAsvBUKdLh7ifb22 { display:flex;position:relative;top:0rem;left:0rem; }
#nBIyiToT0xxK9iti0Z8bv4ZgVu8H7Mul #KKLITITsm6anP3els5JS5TMcfEb9z3IT {  }
#nBIyiToT0xxK9iti0Z8bv4ZgVu8H7Mul #VqfIVGbEslzoSrApMeqskUuRTH81ooTc {  }
#nBIyiToT0xxK9iti0Z8bv4ZgVu8H7Mul #zhqtZZJNsDIsgCd0BTBZH7MClxx061At { display:flex;position:relative;top:0rem;left:0rem; }
#nBIyiToT0xxK9iti0Z8bv4ZgVu8H7Mul #Sv1013B2kWL4IvFQDpowihEsB8O3S6K3 {  }
#nBIyiToT0xxK9iti0Z8bv4ZgVu8H7Mul #yn4WPD1iDMcgdqRbKecvOka5X7ud1ZTL {  }
#UAmnhNGE9cPLvl2nJmOQnPUaxCiEacsQ { position:relative;display:none; }#UAmnhNGE9cPLvl2nJmOQnPUaxCiEacsQ { border-width: 0; border-radius: 0; }#UAmnhNGE9cPLvl2nJmOQnPUaxCiEacsQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UAmnhNGE9cPLvl2nJmOQnPUaxCiEacsQ > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#IsEOtFyZBZKKCygIQBe2fuKR4Ino8poL { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:14.375rem;display:none; }
#D1HNbNRrLEf91uLigJGRTXhPWnwNmRvN { position:relative;display:none; }#D1HNbNRrLEf91uLigJGRTXhPWnwNmRvN { border-width: 0; border-radius: 0; }#D1HNbNRrLEf91uLigJGRTXhPWnwNmRvN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#D1HNbNRrLEf91uLigJGRTXhPWnwNmRvN > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#zqlaSNtuq78KTwgmmxGuvLgmkB2WtRpE { color:rgba(0,0,0,0.63);display:block;width:22rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.625rem;left:37.125rem;height:1.29980625rem;text-align:left;text-align-last:left;display:none; }
#TphZzDV5gLdrOfeRdoF8opNUZTm0cC7F { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;left:35.25rem;top:5.5625rem;display:none; }
#dD0kNqycxbBkTFXhqQfaqXHoIT7ycfgE { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;left:33.875rem;top:5.5625rem;display:none; }
#eT9p5EeW7mqFFMn9isl8z5VRfKVQpNaF { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;left:32.5625rem;top:5.5625rem;display:none; }
#hxCUT8D6u1afgzTb1gIwvVW0ClU0O0iL { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;left:31.25rem;top:5.5625rem;display:none; }
#qrvRhh8AThJV4rvpPmT70AFW48GaiQax { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;left:30rem;top:5.5625rem;display:none; }
#ZwKbph0M7utchqMRbSOCxwMRBFNpmhmR { color:#000000;display:block;width:22.625rem;position:absolute;font-family:brown;font-size:1.1875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;height:3.087025rem;top:27.375rem;left:33.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zRJecDlBhCD7vfMe23LO8Ot7nlPzWZRW { color:#000000;display:block;width:22.25rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;height:2.92535rem;top:31.5625rem;left:33.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lMhGquHMTFSO0bDshN3GLUAeieSnyZp6 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;left:31.6875rem;top:27.5rem; }
#wtHGUH7ZEXPdU9wdnx9TuhFmBJrTGVQo { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;left:31.6875rem;top:35.9375rem; }
#IJLpQAagF1pyE2pw7vu4rp5wll65Cg6p { color:#000000;display:block;width:23.1875rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;height:2.92535rem;top:35.75rem;left:33.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XX2MLF5HvcnGRTiXNzmqFSqKNcamolTT { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;left:31.6875rem;top:31.6875rem; }
#pkWOQvU1BBNqeGnuGNGGMcR0Hq9CyASu { color:#000000;display:block;width:29.125rem;position:absolute;font-family:brown;font-size:2.25rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;height:5.3993rem;top:5.78125rem;left:30.875rem;font-style:normal;display:block; }
#UH2da031bdqID2qKNXdPETE1nrvD31Lq { background-color:#bff3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8125rem;height:2.0625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:12rem;left:30.875rem;display:block; }
#tCTyd31TxTmBphGkDKdvHvvp3QbabHgy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L03KRmtcWkmlqM2K4r8FXJ3tJll05uVo { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:8.75rem;display:none; }
#aQ1VOyrla3ffXOVfB7ayhs9ZfquNbs8d { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.375rem;width:14.0625rem;display:none; }
#b3LxbCEvoVec8rZC4MovTG875TJkxu7u { position:relative;display:none; }#b3LxbCEvoVec8rZC4MovTG875TJkxu7u { border-width: 0; border-radius: 0; }#b3LxbCEvoVec8rZC4MovTG875TJkxu7u > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#b3LxbCEvoVec8rZC4MovTG875TJkxu7u > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8f6f6;background-image:none;font-size:0.875rem;font-family:arial;height:35.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#IJ39NEel29Stfe01Z3qWoB6tZubGkkaD { color:#000000;display:block;width:18.5rem;position:absolute;font-family:brown;font-size:2.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.4121125rem;top:1.6875rem;left:0rem;display:block; }
#zamTHtcyf8DLAmIhRBGdeV0LVMKB9NTr { background-color:#1b1666;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:29.187232017517rem;left:0rem;display:block; }
#iJl25ewfrdT8BBvEavLgLDkJMtUzOmkO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xt1DTSN1Kh3th3khh4uW4Ut9phNAPT3T { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.3125rem;width:13.5625rem;top:1.4375rem;left:45.0625rem;display:none; }
#dH5SkS3lbms0BerDiwabusUIViKH9QA6 { color:#000000;display:block;width:18.5rem;position:absolute;font-family:brown;font-size:2.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.4121125rem;top:1.6875rem;left:0rem;display:none; }
#PeDAJs2JdFGRIxM84FNl8DN14XBl2fdc { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#V8QrMMhDEcxVama1lNGBp2kLV5JnKGHC { background-color:#1b1666;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:29.187232017517rem;left:0rem;display:none; }
#SPf249nGu7Ct4CexUN8l1WNZ618M2zoN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#plKlpZcvFAXt516kDQkb3zS6eas4ia39 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#RRhhbGyWxCXgywCwikzTF6uc7CH2beup { background-color:#1b1666;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:29.187232017517rem;left:0rem;display:none; }
#TNvcNGMC6CqRfraiDooUSzOi62AFzZNo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DCO8ETN17un3viTelCT90lvHqZmF1ksG { color:#000000;display:block;width:7.6875rem;position:absolute;font-family:brown;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:19.1875rem;left:0rem;display:none; }
#veAB1f78DswaRZENkvSflIB0aAD2atIO { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.6875rem;width:12.6875rem;top:1.6875rem;left:0rem;overflow:hidden;display:none; }
#p1hgywt6by4T5ugvHFDqXUS9onNROyea { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#t5UGZU3RhGpiJVCgnfWtcOTD9gXDatwx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Uh3KQlw6XV8fMdVKL9S2R34LRZaTTrD0 { color:#000000;display:block;width:7.6875rem;position:absolute;font-family:brown;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:19.1875rem;left:0rem;display:none; }
#hu5wi1TOdkBlP7Bmp08qJEzw58zJRw50 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#QVsnH7HrLTt9kW8RV3r5vkVwmGUXgf2c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FyQNVwDHEv4PTqhiZkcgusxemmJ1FaST { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#DN11s5TAT5aA4GaovlNlFOPnTDpa9WPw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mRtykZyK2EEpkeaTDXps3DWEiJT3FLlF { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#C7n9N3qHCegCsOOQTkVUtOTlvR77cQed { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BxZBNT5T6Ug4XOTdu8TxTiweprIUkSDJ { background-color:#1b1666;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:29.187232017517rem;left:0rem;display:none; }
#T2OpTTovE5T82elDneeKF1mMhBZ23Jsp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rrIUy7T5nPIU2axMRN0J40MGLeK9Dwi3 { background-color:#1b1666;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:29.187232017517rem;left:0rem;display:none; }
#zsEJ2DwAnX5rTaDKL68N358eZhgpDueS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DxVtRsxOsIM6cFvmot4TZkUc18UE75hT { color:#000000;display:block;width:18.5rem;position:absolute;font-family:brown;font-size:2.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.4121125rem;top:1.6875rem;left:0rem;display:none; }
#hpGODTUWt341El3hKodX3xZJEfhCcfnH { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.6875rem;width:4.6875rem;top:1.6875rem;left:0rem;overflow:hidden;display:none; }
#yJIQR9tbaZQJrd8rPANnH5Lua3MMwiZM { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.6875rem;width:4.6875rem;top:1.6875rem;left:0rem;overflow:hidden;display:none; }
#y3PBUqFKP9QLM9wBrqrTKpkcpI1W0maK { position:relative;display:none; }#y3PBUqFKP9QLM9wBrqrTKpkcpI1W0maK { border-width: 0; border-radius: 0; }#y3PBUqFKP9QLM9wBrqrTKpkcpI1W0maK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#y3PBUqFKP9QLM9wBrqrTKpkcpI1W0maK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8f6f6;background-image:none;font-size:0.875rem;font-family:arial;height:35.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#eUrMt72UJuBVXQQvWeoSkKClM3VkPJ0G { color:#000000;display:block;width:18.5rem;position:absolute;font-family:brown;font-size:2.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.4121125rem;top:1.6875rem;left:0rem;display:block; }
#cLWXrTAfKfsDQM0giibXuXg1LFET5DEN { background-color:#1b1666;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:29.187232017517rem;left:0rem;display:block; }
#ZtHyNVmMblW5K57F4rBOH9P8wOdcTps9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HukTtOU8J0hf7Ea922kpiPXrgahVprHN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.3125rem;width:13.5625rem;top:1.4375rem;left:45.0625rem;display:none; }
#kKDGTATrWs675FJx1EyiFy93inpvhOv7 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#PEKg4CGPgauC6P8di8sXhuVho4MzT1tr { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#c1Fa923TQZBogKImUF4vlfRnrhx5dNq9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#iuBSEk0T6fWOp03Xlg7kD6I1NGHHsPxr { color:#000000;display:block;width:7.875rem;position:absolute;font-family:brown;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:17.625rem;left:0rem;display:none; }
#pm0u4XK0yaupkyA7rZ9dLsfb1Va9OEyA { background-color:#1b1666;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:45.686309337616rem;left:27.749567031861rem;display:none; }
#sVsxrB60TDMS4WkBU1rcNIzZwpF4Nn8D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TDZcSUuTuxXzg2qu3NVXoNdgffoz470i { background-color:#1b1666;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:29.187232017517rem;left:0rem;display:none; }
#v1Z3BNSIiL0ZabKvGXR2D7AVfoWNp0Jo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p2nKzTQnH7986Lh8StmmqWpZJbDRhG3T { background-color:#1b1666;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:29.187232017517rem;left:0rem;display:none; }
#TnBtJeM0Ed5zhAwZCRfFaJb32AB7GeLg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L1GhAgOyOirdyI5sihARxSboZlf66kko { color:#000000;display:block;width:7.875rem;position:absolute;font-family:brown;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:17.625rem;left:0rem;display:none; }
#u9TQzNxNbKVAiT2K7HneZXCCiZbtTPS5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#Hi6souLwo6uKQEugP6qwrvrQNPt0yCxD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#GQNTV9vUmvu9TZ3vM04a7dqBgmSH5frw { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:10.4375rem;top:5.9108652770519rem;left:7.5rem;display:none; }
#TTWkdy7hEWXPv7vfnonDnGuX5H3UfgVO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:10.4375rem;top:5.9108652770519rem;left:7.5rem;display:none; }
#yb67Mb4usntw4tSMzk9Xo2sMRhTWveGw { color:#000000;display:block;width:5.5rem;position:absolute;font-family:brown;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.95rem;top:8.6875rem;left:0rem;display:none; }
#xsNyT2KxVE9Vf9FmT96A6pqThAPw4MWb { background-color:#1b1666;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:29.187232017517rem;left:0rem;display:none; }
#Krs44VBkiq4nOgU6ASTh1lI0FSw6T82E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kF6x4eVQvic9TdTinaJt3vRUxd4N6IFn { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.6875rem;width:12.6875rem;top:1.6875rem;left:0rem;overflow:hidden;display:none; }
#ctxcSA0dAlFG4aywRo4UTcsu3P40Nnis { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.6875rem;width:4.6875rem;top:1.6875rem;left:0rem;overflow:hidden;display:none; }
#curayCu6iia0pvM9Ul6pM2RtR4hx2PD6 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.6875rem;width:4.6875rem;top:1.6875rem;left:0rem;overflow:hidden;display:none; }
#Ge49g71nCubuqzNTyale2PXJQoEBPsUF { background-color:#1b1666;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:29.187232017517rem;left:0rem;display:none; }
#zeAw8ydUfLI9MiIFkRxuLnRSbBOIsRhT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZAmbkcJ6xTIXeHDGmiUA5FJadVE3rfDL { color:#000000;display:block;width:5.5rem;position:absolute;font-family:brown;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.95rem;top:8.6875rem;left:0rem;display:none; }
#UkvdiedTOnakBNv9CATteLTspS5tNcNt { background-color:#1b1666;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:45.686309337616rem;left:27.749567031861rem;display:none; }
#C94KLgIeQeMvWhWLaDT1GIC1vuV6bMaE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mMEzBk8Tteme0mlQpB94V7Ieweq4SMve { color:#000000;display:block;width:18.5rem;position:absolute;font-family:brown;font-size:2.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.4121125rem;top:1.6875rem;left:0rem;display:none; }
#IBcc7GWieOrsu4BoC4n04sz4tT46Eb1N { position:relative;display:none; }#IBcc7GWieOrsu4BoC4n04sz4tT46Eb1N { border-width: 0; border-radius: 0; }#IBcc7GWieOrsu4BoC4n04sz4tT46Eb1N > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IBcc7GWieOrsu4BoC4n04sz4tT46Eb1N > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#WxOH3WzdlP55FcBoVfFarTntOiFTk6wg { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:22.1875rem;left:30.687393188476rem;top:37.59548997879rem;display:none; }
#TCis7mOQqf5z4OG2ZtM4MXvrvyQqcFx2 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.29936875rem;top:6.3747806549075rem;left:42.5rem;display:none; }
#fNKNZTCStiHEm9rHznBp66hpsd2mGyB1 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:24.937067508697rem;left:32.937286376953rem;display:none; }
#mJWD0AcxI066kC7rbRKL9GJ2GNZiBFgg { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:11.37478351593rem;left:32.937286376953rem;display:none; }
#fBofPxKWbTB380VcXwX9w6cdznBUzob3 { position:relative;display:none; }#fBofPxKWbTB380VcXwX9w6cdznBUzob3 { border-width: 0; border-radius: 0; }#fBofPxKWbTB380VcXwX9w6cdznBUzob3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fBofPxKWbTB380VcXwX9w6cdznBUzob3 > .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:38.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#KyUZDtKqGovHNbvtFEMRwCiTSCZT9RWE { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:6.0625rem;left:14.381618499756rem;top:18.093751907349rem;display:block; }
#TStQozg7x2I4iMQ8gT8ZQCAOVD6pLg4i { position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0,0,0,0.13) ;height:33.25rem;width:21rem;top:4.3343048095703rem;left:0rem;display:block; }
#S7IsMKschiOQEpkzcLaWEGkOM3URvC29 { color:#d7d7d7;display:block;width:20.999875rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;height:1.7871125rem;top:22.673503875733rem;left:1.0959205627441rem;text-align:left;text-align-last:left;display:block; }
#lDtoZAvNX4EubysoQNrmpi6wo5rA2bmn { position:absolute;display:block;z-index:15000;background-color:#f6f6f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.07) ;height:6.8125rem;width:26.0625rem;top:13.999567031861rem;left:0rem;display:none; }
#oKhOw9BDXTVoNwI2ZZvMF491y7sC9xdC { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:brown;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.11263125rem;top:34.062067985534rem;left:3.3745670318604rem;text-align:left;text-align-last:left;display:none; }
#DNSzTTyyao8RUGyfgsTTzNn3ONnPvyHs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#avFTtJqaNgG62rvG1BW5AgQBBySJUt0b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#I6WlZMuBPEIqNH5XQ3Tqfi0UhTGkDvdy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#wOAfzyZfF8huQXvhTCJCT6DuGBrKhOAn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#vGNf2ZtlF2LSuyo4iHTmrStkxs6xEiCO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#ZfpoCvBzti24sJF4NyQmC2QeqAUH6uqf { color:#000000;display:block;width:12.5rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.29936875rem;top:6.3747806549075rem;left:42.5rem;display:none; }
#JGAhcEmk3ItZkiWbD4Ie7fCimKvca8t7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9fbe5;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JGAhcEmk3ItZkiWbD4Ie7fCimKvca8t7 > .row .container { background-color: transparent; background-image: none; }#JGAhcEmk3ItZkiWbD4Ie7fCimKvca8t7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JGAhcEmk3ItZkiWbD4Ie7fCimKvca8t7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JGAhcEmk3ItZkiWbD4Ie7fCimKvca8t7 > .row .container > .video-iframe-container { display: none; }#JGAhcEmk3ItZkiWbD4Ie7fCimKvca8t7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JGAhcEmk3ItZkiWbD4Ie7fCimKvca8t7 > .row > .video-iframe-container { display: none; }#JGAhcEmk3ItZkiWbD4Ie7fCimKvca8t7 > .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); }#JGAhcEmk3ItZkiWbD4Ie7fCimKvca8t7 > .row .container { border-width: 0; border-radius: 0; }#JGAhcEmk3ItZkiWbD4Ie7fCimKvca8t7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JGAhcEmk3ItZkiWbD4Ie7fCimKvca8t7 > .row .container { font-size:0.875rem;font-family:arial;height:16.875rem;width:60rem;position:relative;display:block; }#tNE81D9CayQ6t3Sxtc0RLVZPHAvyuqoA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:26.4375rem;top:11.8125rem;left:2.9375rem;overflow:hidden;display:block; }
#NlTNvavhtnd0Xe0NLaWtXB49P7aRlTaF { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:26.4375rem;top:11.8125rem;left:29.375rem;overflow:hidden;display:block; }
#GrrHkvrl6Uy46bB9tm03UbWxFi1OFwX1 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:60rem;height:14rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.5rem;left:0rem;display:block; }
#i283NOfDXyUMU6LFKxX5tgdoouzo4yq0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lZOKfyHVCGNmxeXfydpJsPxXEbTrGfOO { position:relative;display:none; }#lZOKfyHVCGNmxeXfydpJsPxXEbTrGfOO { border-width: 0; border-radius: 0; }#lZOKfyHVCGNmxeXfydpJsPxXEbTrGfOO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lZOKfyHVCGNmxeXfydpJsPxXEbTrGfOO > .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.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#CuwuoCsmL6mFSpSApNdAo56TQcdvB96b { color:#000000;display:block;width:28.499375rem;position:absolute;font-family:brown;font-size:2rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;height:0;top:1.5625rem;left:31.5rem;font-style:normal;display:none; }
#RXApfwQBGQl5C0EuLmIXKMBeoAdTdeb3 { color:#000000;display:block;width:28.125rem;position:absolute;font-family:canela;font-size:1.875rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;height:0;top:3.9375rem;left:31.5625rem;font-style:normal;display:none; }
#Fn1HGeKP324PIWxA854H9oD63e46ASyR { border-top:0.0625rem solid #000000;border-left:0rem solid #000000;border-right:0rem solid #000000;border-bottom:0.0625rem solid #000000;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Fn1HGeKP324PIWxA854H9oD63e46ASyR > .row .container { border-width: 0; border-radius: 0; }#Fn1HGeKP324PIWxA854H9oD63e46ASyR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fn1HGeKP324PIWxA854H9oD63e46ASyR > .row .container { font-size:0.875rem;font-family:arial;height:29.5rem;width:60rem;position:relative;display:none; }#Go5RgGrxpbH7a7bTQgg720UdZBAvsfAC { position:absolute;display:block;z-index:14999;background-color:#f9fbe5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d7f44f;border-left:0.0625rem solid #d7f44f;border-right:0.0625rem solid #d7f44f;border-bottom:0.0625rem solid #d7f44f;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:16.0625rem;width:19.5625rem;top:10.75rem;left:0rem;display:block; }
#NR6gg9h9O87xCBAib2Q4kDcds7H7l38S { color:#000000;display:block;width:13.75rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.92480625rem;top:22.9365234375rem;left:5.21875rem;display:block; }
#fcvzmZIRV9k9eincNJ254MmrTF5GJhSG { color:#000000;display:block;width:17.125rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:1.462675rem;top:21.47509765625rem;left:5.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B44s6qLrd7CHdC1y1nOE2gg55K2AT0aW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:18.625rem;top:11.25rem;left:0.5625rem;overflow:hidden;display:block; }
#shNxNO424TTRRy2U7DhrNGys3EMNvgXi { position:absolute;display:block;z-index:14999;background-color:#f9fbe5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d7f44f;border-left:0.0625rem solid #d7f44f;border-right:0.0625rem solid #d7f44f;border-bottom:0.0625rem solid #d7f44f;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:16.1875rem;width:19.5625rem;top:10.8125rem;left:20.25rem;display:block; }
#ypp1XtRQJ9OgIVg0qGWGFiwegRwlXVEk { color:#000000;display:block;width:13.75rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.92480625rem;top:23.3125rem;left:25.6875rem;display:block; }
#yRtC5wmRNMVzG0qhSpsm7uNbKOOMTd4v { color:#000000;display:block;width:14.1875rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:1.462675rem;top:21.72509765625rem;left:25.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JE3ANGDyovgroXk0KmT0hrvXB9JDwUB1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:17.375rem;top:11.3125rem;left:20.78125rem;overflow:hidden;display:block; }
#VR08RDhH4pN4rW9nm711oOD11Pztflll { position:absolute;display:block;z-index:14999;background-color:#f9fbe5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d7f44f;border-left:0.0625rem solid #d7f44f;border-right:0.0625rem solid #d7f44f;border-bottom:0.0625rem solid #d7f44f;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:16.125rem;width:19.5625rem;top:10.8125rem;left:40.4375rem;display:block; }
#VQbNuAeX4yfs2DK5mLpq5fTF9mL1DWqS { color:#000000;display:block;width:13.5rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.92480625rem;top:22.99951171875rem;left:45.3125rem;display:block; }
#DnoGe8fDwu9XtihAZDxBt9IRypsPxlE8 { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:1.462675rem;top:21.47509765625rem;left:45.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CVRMeywgmLUw9Qs6zw1BZNcR8KCzzLlc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.4375rem;width:12.5625rem;top:11.25rem;left:41rem;display:block; }
#Z94RTH1DkKOIAQwqTZcHZXg1SiE8c0eT { color:#000000;display:block;width:49.5625rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;height:3.375rem;top:5.125rem;left:5.21875rem;text-align:center;text-align-last:center;display:block; }
#TGqJTOcqKsnmlyBNeQhqob8FgVpG2xGn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:21.375rem;left:0rem;display:block; }
#CikHHNFuivxpVmQHyvGAh0wChSHwIxUT { color:#000000;display:block;width:3.4375rem;position:absolute;font-family:brown;font-size:1.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:2.03125rem;top:22.625rem;left:0.75rem;font-style:normal;display:block; }
#zC5ZWKOmCl9Anw4RD85Pkd3tsTpuNG5i { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:21.6875rem;left:20.5625rem;display:block; }
#GcCtuoruFe6VHK9h6HfCmTZ9LAnGw7ud { color:#000000;display:block;width:3.4375rem;position:absolute;font-family:brown;font-size:1.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:2.03125rem;top:23rem;left:21.3125rem;font-style:normal;display:block; }
#ZlDN6qanfdmM0QOIRdPBTNnu5Z2VIMZL { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:21.375rem;left:40.4375rem;display:block; }
#MXxbUEAQKAhrQsL09TKXT9DbAFeSJVow { color:#000000;display:block;width:3.4375rem;position:absolute;font-family:brown;font-size:1.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:2.03125rem;top:22.6875rem;left:41.1875rem;font-style:normal;display:block; }
#HTTf6ngUSkrQuxn47Jq1C6APFbUBN9hO { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:60rem;height:27.25rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:0.875rem;left:0rem;display:block; }
#spi5TuvnymJisNp5CgvAmnEJrT1LfrV7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mR7hGOggfmPzLfrRkQcTsS2iMhg3MhBT { color:#000000;display:block;width:49.5625rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;height:3.375rem;top:5.125rem;left:5.21875rem;text-align:center;text-align-last:center;display:none; }
#NWlUUn6XoWtIKxAfM93Looo8fexAMTVN { position:relative;display:none; }#NWlUUn6XoWtIKxAfM93Looo8fexAMTVN { border-width: 0; border-radius: 0; }#NWlUUn6XoWtIKxAfM93Looo8fexAMTVN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NWlUUn6XoWtIKxAfM93Looo8fexAMTVN > .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.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#MSP9lO5Tof8wefqB5HhOOyh8FTD10MLE { color:#000000;display:block;width:28.499375rem;position:absolute;font-family:brown;font-size:2rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;height:0;top:1.5625rem;left:31.5rem;font-style:normal;display:none; }
#NPScnA8KKQe5RBDfSd9ATSqrNDf4RT0B { color:#000000;display:block;width:28.125rem;position:absolute;font-family:canela;font-size:1.875rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;height:0;top:3.9375rem;left:31.5625rem;font-style:normal;display:none; }
#hayx82e6TEqbhGUMMyS7xf3ktlZlifHe { position:absolute;display:block;z-index:15000;background-color:#f6f6f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.07) ;height:6.8125rem;width:26.0625rem;top:13.999567031861rem;left:0rem;display:none; }
#RLQwFzaNVwrNsACgGVzSC2wnKv0sVE6D { color:#000000;display:block;width:25.0625rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5996125rem;top:5.8740234375rem;left:0rem;display:none; }
#g55eEA46QtVksalTU7akt6ihzsCWgkFg { position:relative;display:none; }#g55eEA46QtVksalTU7akt6ihzsCWgkFg { border-width: 0; border-radius: 0; }#g55eEA46QtVksalTU7akt6ihzsCWgkFg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#g55eEA46QtVksalTU7akt6ihzsCWgkFg > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#vUKuGb8VlKJTvvvWVp11Z95mHZu18czX { position:relative;display:none; }#vUKuGb8VlKJTvvvWVp11Z95mHZu18czX { border-width: 0; border-radius: 0; }#vUKuGb8VlKJTvvvWVp11Z95mHZu18czX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vUKuGb8VlKJTvvvWVp11Z95mHZu18czX > .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.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Op12AKC1F4x0TUyQOJlonTC5EIzaHzlr { position:absolute;display:block;z-index:15000;background-color:#f6f6f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.07) ;height:6.8125rem;width:26.0625rem;top:13.999567031861rem;left:0rem;display:none; }
#ThrWuPBT6R5X29aT3XwKRiA1rLAqTkM7 { color:#000000;display:block;width:27.875rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0;top:4.25rem;left:31.875rem;display:none; }
#ToRgErKTAHdxi1aeRi0a9yqmbRhmeD8K { position:relative;display:none; }#ToRgErKTAHdxi1aeRi0a9yqmbRhmeD8K { border-width: 0; border-radius: 0; }#ToRgErKTAHdxi1aeRi0a9yqmbRhmeD8K > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ToRgErKTAHdxi1aeRi0a9yqmbRhmeD8K > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#BazXRZyVyWcMrhLZZ3wh9SsfBEqDK52I { color:#000000;display:block;width:28.125rem;position:absolute;font-family:canela;font-size:1.875rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;height:0;top:3.9375rem;left:31.5625rem;font-style:normal;display:none; }
#wyhClT7K4VcC5o0qJFH3egnPdtIuThou { color:#000000;display:block;width:28.499375rem;position:absolute;font-family:brown;font-size:2rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;height:0;top:1.5625rem;left:31.5rem;font-style:normal;display:none; }
#rbtwMts6T9V2snJ0y570tcO80pfdRFoB { position:relative;display:none; }#rbtwMts6T9V2snJ0y570tcO80pfdRFoB { border-width: 0; border-radius: 0; }#rbtwMts6T9V2snJ0y570tcO80pfdRFoB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rbtwMts6T9V2snJ0y570tcO80pfdRFoB > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#AD2VEgCSfTEEcGndPafOgESWFA48sPt8 { position:relative;display:none; }#AD2VEgCSfTEEcGndPafOgESWFA48sPt8 { border-width: 0; border-radius: 0; }#AD2VEgCSfTEEcGndPafOgESWFA48sPt8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#AD2VEgCSfTEEcGndPafOgESWFA48sPt8 > .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.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#KbOkqei58NQzTfcNqSTpTkTWIFJdun6a { color:#000000;display:block;width:28.125rem;position:absolute;font-family:canela;font-size:1.875rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;height:0;top:3.9375rem;left:31.5625rem;font-style:normal;display:none; }
#DqQxsqvJWfnuZGSWQQd5F3nDxMMntxbE { color:#000000;display:block;width:28.499375rem;position:absolute;font-family:brown;font-size:2rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;height:0;top:1.5625rem;left:31.5rem;font-style:normal;display:none; }
#NwNlk9gqayQkzO3XtK0sPhZpsJSuFHNL { position:relative;display:none; }#NwNlk9gqayQkzO3XtK0sPhZpsJSuFHNL { border-width: 0; border-radius: 0; }#NwNlk9gqayQkzO3XtK0sPhZpsJSuFHNL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NwNlk9gqayQkzO3XtK0sPhZpsJSuFHNL > .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.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#VSTLn6D5x0RD8RdpCd8Nms563hnILnxn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40rem;width:55.125rem;display:none; }
#sQMRpNt6ROtPh3OOt0mgp4vakyV7VS8X { position:relative;display:none; }#sQMRpNt6ROtPh3OOt0mgp4vakyV7VS8X { border-width: 0; border-radius: 0; }#sQMRpNt6ROtPh3OOt0mgp4vakyV7VS8X > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#sQMRpNt6ROtPh3OOt0mgp4vakyV7VS8X > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#AVJACzTZJVn9LnfvS9u5In78F5rFoUA4 { position:relative;display:none; }#AVJACzTZJVn9LnfvS9u5In78F5rFoUA4 { border-width: 0; border-radius: 0; }#AVJACzTZJVn9LnfvS9u5In78F5rFoUA4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#AVJACzTZJVn9LnfvS9u5In78F5rFoUA4 > .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.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#P2S2t41RzP8XKCzBZ87cH82s91LObdT6 { color:#000000;display:block;width:25.0625rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5996125rem;top:5.8740234375rem;left:0rem;display:none; }
#MwvaHdkXstnyQixPpVFeXThSPPN8kNoU { color:#000000;display:block;width:25.0625rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5996125rem;top:5.8740234375rem;left:0rem;display:none; }
#HLCSoF1w0xOVCB814GT7KiMH5GW42cKr { color:#000000;display:block;width:25.0625rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5996125rem;top:5.8740234375rem;left:0rem;display:none; }
#PsZWqPVxbBy3FPQ9wT4BMrqQhoq3Azmi { color:#000000;display:block;width:25.0625rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5996125rem;top:5.8740234375rem;left:0rem;display:none; }
#SZw9mxf60N718TD25orsT480T6wGMZpS { color:#000000;display:block;width:25.0625rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5996125rem;top:5.8740234375rem;left:0rem;display:none; }
#st1134nuh12AXd7THB71qgqVGylGtMOl { position:relative;display:block; }#st1134nuh12AXd7THB71qgqVGylGtMOl { background-color: transparent; background-image: none; }#st1134nuh12AXd7THB71qgqVGylGtMOl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#st1134nuh12AXd7THB71qgqVGylGtMOl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#st1134nuh12AXd7THB71qgqVGylGtMOl > .row .container > .video-iframe-container { display: none; }#st1134nuh12AXd7THB71qgqVGylGtMOl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#st1134nuh12AXd7THB71qgqVGylGtMOl > .row > .video-iframe-container { display: none; }#st1134nuh12AXd7THB71qgqVGylGtMOl > .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); }#st1134nuh12AXd7THB71qgqVGylGtMOl { border-width: 0; border-radius: 0; }#st1134nuh12AXd7THB71qgqVGylGtMOl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#st1134nuh12AXd7THB71qgqVGylGtMOl > .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:7.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JCQwaKkh8PXvDQipqgRPdLv6k5ASZQDr { position:relative;display:none; }#JCQwaKkh8PXvDQipqgRPdLv6k5ASZQDr { border-width: 0; border-radius: 0; }#JCQwaKkh8PXvDQipqgRPdLv6k5ASZQDr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JCQwaKkh8PXvDQipqgRPdLv6k5ASZQDr > .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:0.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#kT03SzyfZe7uCVNXko4OsUbnBqShh9Wr { position:absolute;display:block;z-index:15003;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:30.125rem;top:0.125rem;left:29.875rem;display:block; }
#EQkUEhyR0yNXrgFIl5qKManIO459X3y3 { position:relative;display:none; }#EQkUEhyR0yNXrgFIl5qKManIO459X3y3 { border-width: 0; border-radius: 0; }#EQkUEhyR0yNXrgFIl5qKManIO459X3y3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#EQkUEhyR0yNXrgFIl5qKManIO459X3y3 > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#qbB4C55HDqVCx49537oeaOpl6M71h7ux { color:#000000;display:block;width:28.5rem;position:absolute;font-family:brown;font-size:2rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;height:7.797875rem;top:1.7079010009766rem;left:30.375rem;font-style:normal;display:none; }
#qsnP7KOTCZeTS5kdtTeefq3hIDqqivFs { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.8981125rem;top:4.7478332519531rem;left:28.187391281128rem;display:none; }
#Cl521Wc7d69zEqrXwKm5nRIyGxpCy2lK { color:#000000;display:block;width:28.5rem;position:absolute;font-family:brown;font-size:2rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;height:7.797875rem;top:1.7079010009766rem;left:30.375rem;font-style:normal;display:none; }
#DtS7aOBNyToXl01p06ZzbbT1OMH8z2S6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#ZirTFbDrq7wKGLDTvc2AEcyqqpyzXiwn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#GwVVwLAbZ1PcBg7vJGAEKg6t1n8ckKcn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#Q0EsTuNh781Sgvowr853rTgE3R5Ey3Kq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#crlG2t5J7nEkfJ06TsmJlUMIAoyKTRJI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#KSnPDr8VBPsSTEJXxIwJZmZgvL9VSu8Q { position:relative;display:none; }#KSnPDr8VBPsSTEJXxIwJZmZgvL9VSu8Q { border-width: 0; border-radius: 0; }#KSnPDr8VBPsSTEJXxIwJZmZgvL9VSu8Q > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KSnPDr8VBPsSTEJXxIwJZmZgvL9VSu8Q > .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:38.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#zdEWI0e0CZ524LZr3py7PV1kP35Ttlo2 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.5625rem;width:27.6875rem;top:1.9552955627441rem;left:0rem;overflow:hidden;display:block; }
#hH0MmEiTC04orFX9iSTKSvd2Ft28IUsu { color:#000000;display:block;width:28.125rem;position:absolute;font-family:canela;font-size:2.0625rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;height:2.47504375rem;top:4.2498931884766rem;left:30.499134063721rem;font-style:normal;display:block; }
#izub1Zx8LwVXOJWU4siroehfHiFZKKzV { color:#000000;display:block;width:28.499375rem;position:absolute;font-family:brown;font-size:2.0625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;height:2.68120625rem;top:1.8302917480469rem;left:30.625541687012rem;font-style:normal;display:block; }
#uEdqFSk0LhQ6dqd36OEv0xNcDMd0TC8L { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:60rem;height:36.25rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.1875rem;left:0rem;display:block; }
#MvQl0mlOatRzNIwm74J7kZ3ex1s29BIs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xssF9IceAEZLBShHHWRNC32Th19axK5X { position:absolute;display:block;z-index:14999;background-color:#89ecd2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:9.9375rem;width:43.5625rem;top:0.5rem;left:8.1875rem;display:none; }
#T6JlMk9f4K9T8HRuehDuSyFxxydW3Ck7 { color:#000000;display:block;width:19.75rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.625rem;top:11.0625rem;left:0.1875rem;display:none; }
#iuOiwKumeNpQKXNlirDvWIVbTRiHkQJn { color:#000000;display:block;width:13.8125rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.8125rem;top:9.3125rem;left:6.1875rem;display:none; }
#XgQnANro7aAtF6DuQcJEXSCQ1C70a0mk { position:absolute;display:block;z-index:14995;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.1875rem;width:7.9375rem;top:14.8125rem;left:51.625rem;display:none; }
#hPUuuDe2O2CI7FaPbnGqGLFdp9lmE7uI { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;left:31.8125rem;top:14.875rem;display:none; }
#zAA9W83R6P9I7vyAqbF9UkSlD7cOfKw8 { color:#000000;display:block;width:6rem;position:absolute;font-family:brown;font-size:0.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;height:0.89355625rem;top:14.990234375rem;left:12.78125rem;font-style:normal;display:none; }
#pV5iS0Xrvd6D9OpFcOvHndlMDDSZC6hF { color:#000000;display:block;width:19.625rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.625rem;top:2.875rem;left:0.25rem;display:none; }
#IBQuco6ImMqT5FAnxC17dhU1LTH9tgNl { position:absolute;display:block;z-index:14999;background-color:#89ecd2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:9.9375rem;width:43.5625rem;top:0.5rem;left:8.1875rem;display:none; }
#h1MUohn8rhLmv4g3ThaBG6JHfBOEZLCM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#ofX20MX7KlFh6RoU1oTElvLfCOUOodXw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#h7pg3EudAB5OeTRNTs3FKTlTbkfEi022 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#GHywwrwnW2g8ldfGpqW4mFKe998CTDDD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#N73ZVN9gT47FNkLt8P5ql0HTSgTO7Zh9 { color:#000000;display:block;width:13.8125rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.8125rem;top:1.1875rem;left:6.1875rem;display:none; }
#k6dB0qoP4gP4t3KsGi6S3OI20te20sn3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#fAkX0GxOFXndVqJzwVmPnOTSxzLLdHv2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#SpqAkpzthgHBaeuHt8Z7nZovCJAIItZS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#AimyAOAC3tF4AoixpdzTmvVQyhuTH3IF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#vOKEGqk6VM4niqNTbCMVs9zCFz3VTSEm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#grmMR9fmJLHEbP2Ix5JJQaQQV2CHurs5 { position:absolute;display:block;z-index:14995;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.1875rem;width:7.9375rem;top:14.8125rem;left:51.625rem;display:none; }
#AyZ5uWbzyqNyVDboCSZ60x4ymNT2yGUz { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;left:31.8125rem;top:14.875rem;display:none; }
#ZSS5y5yJgfmTM64oOQ0reKdMok08twZ2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#T4xIVQW83T5WMeXv1J3ANnnVx1kZcvAt { color:#000000;display:block;width:6rem;position:absolute;font-family:brown;font-size:0.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;height:0.89355625rem;top:14.990234375rem;left:12.78125rem;font-style:normal;display:none; }
#CMr6sFEcTJVpXhrColxKUGk3suCpPu5V { position:relative;display:none; }#CMr6sFEcTJVpXhrColxKUGk3suCpPu5V { border-width: 0; border-radius: 0; }#CMr6sFEcTJVpXhrColxKUGk3suCpPu5V > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CMr6sFEcTJVpXhrColxKUGk3suCpPu5V > .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:38.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#n8dkkBkkiyTqFgbfb7r8S2BLsViTqckH { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.5625rem;width:27.6875rem;top:1.9552955627441rem;left:0rem;overflow:hidden;display:block; }
#JF20iMPBpOyRZtaliKlx0ciGm6H4Vwu2 { color:#000000;display:block;width:28.125rem;position:absolute;font-family:canela;font-size:2.0625rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;height:2.47504375rem;top:4.2498931884766rem;left:30.499134063721rem;font-style:normal;display:block; }
#mKOkRW3AvONs76lThOtBf99ZVylrm5lN { color:#000000;display:block;width:28.499375rem;position:absolute;font-family:brown;font-size:2.0625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;height:2.68120625rem;top:1.8302917480469rem;left:30.625541687012rem;font-style:normal;display:block; }
#UEMawsCX8eH9vvIicUzNILrnMTf5c713 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:60rem;height:36.25rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.1875rem;left:0rem;display:block; }
#rfp46ATbuyQIVhzmbpr3NZFwrPbTHRol { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P642VoTtpnUrhRqEZmvEdufBySyu4nN1 { position:absolute;display:block;z-index:14999;background-color:#89ecd2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:9.9375rem;width:43.5625rem;top:0.5rem;left:8.1875rem;display:none; }
#HZHGtQ8VffP1fLUQ3wQ8me84KfT8t5mL { color:#000000;display:block;width:19.75rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.625rem;top:11.0625rem;left:0.1875rem;display:none; }
#TEnLE8VSKXrwQ7LyECa6Lr2AEoKReEnh { color:#000000;display:block;width:13.8125rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.8125rem;top:9.3125rem;left:6.1875rem;display:none; }
#v1BMzd7aEBkpRt5dc1VZGzyE05JeLRnT { position:absolute;display:block;z-index:14995;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.1875rem;width:7.9375rem;top:14.8125rem;left:51.625rem;display:none; }
#MhkZpLwsyeEaaOd6EvatZK2qPGT0X1Dp { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;left:31.8125rem;top:14.875rem;display:none; }
#FMM90HBpfZm3HunZnBUVTSLtT7IPk0AP { color:#000000;display:block;width:6rem;position:absolute;font-family:brown;font-size:0.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;height:0.89355625rem;top:14.990234375rem;left:12.78125rem;font-style:normal;display:none; }
#WOSEoqetbJPqRvz4uh9O8UyJZi2ixMbK { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.625rem;top:2.375rem;left:0rem;display:none; }
#idt5fnVD2xvMOxpK4Qc5PMKi5T2RC643 { position:absolute;display:block;z-index:14999;background-color:#89ecd2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:9.9375rem;width:43.5625rem;top:0.5rem;left:8.1875rem;display:none; }
#m6HrEfylmZ8n086l2pTiyH2EaQAcXvCp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#H6sPvN72tBQ2WsRZCxLJ4nWhu2SOIkSf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#pKLoNNll4XCFI1oivK3IP4A19Z8qhPTf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#C76H1Iey0p1TJKUfg9hCK71EVOXFD4ue { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#CM4xPzTHEFQS1xiEVWDVLFblXmaRkbsd { color:#000000;display:block;width:13.8125rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.8125rem;top:1.1875rem;left:6.1875rem;display:none; }
#QawFbkeokkapJlsrnt24Do3oykmZuWTp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#w5o18kaMvVMlpd2oSRkeXhBJTpnh2XTF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#N0VpRXiyn9r1J80BgJBQJ0SeDgKCakdx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#HiFa7T0glNsmmGtyom5c1NCkZuVgRxvw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#lNcndRQfMJR3PKp9iJaEixcgSFT3xepw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#RWdRuwblHfklck8xBL1felmdepazVn49 { position:absolute;display:block;z-index:14995;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.1875rem;width:7.9375rem;top:14.8125rem;left:51.625rem;display:none; }
#TzvgxAESGThMTcLIwVnyG016wEMT54bL { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;left:31.8125rem;top:14.875rem;display:none; }
#zynwTin5NQQBSSevopd1Qmx9v9s45Mxz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#yTXOGKDAb4XqZ3D0smrT0AHzLV0bVhgR { color:#000000;display:block;width:6rem;position:absolute;font-family:brown;font-size:0.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;height:0.89355625rem;top:14.990234375rem;left:12.78125rem;font-style:normal;display:none; }
#w8sUTlRT1kk9VTLrAHKSQSlgo9P4PsBa { position:relative;display:none; }#w8sUTlRT1kk9VTLrAHKSQSlgo9P4PsBa { border-width: 0; border-radius: 0; }#w8sUTlRT1kk9VTLrAHKSQSlgo9P4PsBa > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#w8sUTlRT1kk9VTLrAHKSQSlgo9P4PsBa > .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:38.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#m5P2Bpo7g8aostmAleMqSGnZ9t3uss7T { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.5625rem;width:27.6875rem;top:1.9552955627441rem;left:0rem;overflow:hidden;display:block; }
#IbuWlIDTZSKUuauzMXN1ccR1yxxUkueo { color:#000000;display:block;width:28.125rem;position:absolute;font-family:canela;font-size:2.0625rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;height:2.47504375rem;top:4.2498931884766rem;left:30.499134063721rem;font-style:normal;display:block; }
#TyCf36NxZkmSlhWJOsOuShJAc6CmhKyt { color:#000000;display:block;width:28.499375rem;position:absolute;font-family:brown;font-size:2.0625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;height:2.68120625rem;top:1.8302917480469rem;left:30.625541687012rem;font-style:normal;display:block; }
#voOwGSTTBI0aum53nl2QxwXsqMqtdOer { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:60rem;height:36.25rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.1875rem;left:0rem;display:block; }
#kr3wSXkaOxv6GnuIlHvQqVnr8a7wEeqt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p15Z8pTgRJg2SbSN2cQfd3Ss9nKTTGBn { position:absolute;display:block;z-index:14999;background-color:#89ecd2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:9.9375rem;width:43.5625rem;top:0.5rem;left:8.1875rem;display:none; }
#DpdZZVneuloIbpOAsDEXezmodvGxQwDa { color:#000000;display:block;width:19.75rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.625rem;top:10.625rem;left:0.1875rem;display:none; }
#Kdu3TM9BkWsbHE4rfgL63NuV3e1yRpUX { color:#000000;display:block;width:13.8125rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.8125rem;top:9.3125rem;left:6.1875rem;display:none; }
#W1U6ckGcEJff8kBpXxC6FkfUuncOVGEv { position:absolute;display:block;z-index:14995;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.1875rem;width:7.9375rem;top:14.8125rem;left:51.625rem;display:none; }
#hgtErDu3gQ3EJ7ZLMNnH5iUTTl1s7HZQ { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;left:31.8125rem;top:14.875rem;display:none; }
#wb07nmzVVOtEu3eibvHSdJIqFUJpsWPk { color:#000000;display:block;width:6rem;position:absolute;font-family:brown;font-size:0.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;height:0.89355625rem;top:14.990234375rem;left:12.78125rem;font-style:normal;display:none; }
#HBxWiGraugSA2SCbefUpBrw04zdbBCvN { color:#000000;display:block;width:19.625rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.625rem;top:2.4375rem;left:0.25rem;display:none; }
#dkT0cykwvaN4DPZVlVenDmoK9HTyEhCR { position:absolute;display:block;z-index:14999;background-color:#89ecd2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:9.9375rem;width:43.5625rem;top:0.5rem;left:8.1875rem;display:none; }
#gDTKZvZVApcayQ9gvCwgetSWyaDGQ8CO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#nXfMR3PB0FQMnmT0Dg5O8wuM42VRTqoU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#NLQAxXLBnD9XDJ1WmcszCiUTwdeTFBU1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#v9voVTpBx5QoxcilAg0tFIJJxNwy1hJT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#bhdzW4rHGEJ5NTgKePk0SysngKRnliVA { color:#000000;display:block;width:13.8125rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.8125rem;top:1.1875rem;left:6.1875rem;display:none; }
#h9BKUtsAQw8VVtsHxcBf2QEnLTAIxT5T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#kccUxmlLyl9NEL7iubLyAWzVl6GXez7W { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#q50TDeQUfW3fBZOUTXfvHRB755iTrvqq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#w7Pfcd3wfUWH6ko8Ql7MMdd4ITm5TZJk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#kI7VmsKQGm0gSMPgftHVGRSNOdcvCTNs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#nDeZ0hoX6yzrWXKL4FzCUZfqd0fI20av { position:absolute;display:block;z-index:14995;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.1875rem;width:7.9375rem;top:14.8125rem;left:51.625rem;display:none; }
#ZbPXkZggs2uK0BR4WEippaQHHuUTPb2w { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;left:31.8125rem;top:14.875rem;display:none; }
#O9S38fmCrF3bQPIlILe5VLHU3LN1pZ9K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#VWafaZxkWb2pTgIEvMULdf5FbJU8xkzP { color:#000000;display:block;width:6rem;position:absolute;font-family:brown;font-size:0.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;height:0.89355625rem;top:14.990234375rem;left:12.78125rem;font-style:normal;display:none; }
#h6ZlBofUfktrxFkmsyc0TyzEPKmpsF8X { position:relative;display:none; }#h6ZlBofUfktrxFkmsyc0TyzEPKmpsF8X { border-width: 0; border-radius: 0; }#h6ZlBofUfktrxFkmsyc0TyzEPKmpsF8X > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#h6ZlBofUfktrxFkmsyc0TyzEPKmpsF8X > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#M90s7wVspKSgTWBCZsSsKBP6clLgLkho { color:#000000;display:block;width:28.125rem;position:absolute;font-family:brown;font-size:1.8125rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;height:4.35004375rem;top:3.9078826904297rem;left:0rem;font-style:normal;display:none; }
#ZTf2FiQqSZWWuKKtFd2y3vgTptcTeqQf { color:#000000;display:block;width:28.5rem;position:absolute;font-family:brown;font-size:2rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;height:7.797875rem;top:1.7079010009766rem;left:30.375rem;font-style:normal;display:none; }
#kGC0iXqpgh7uZcl3NBWJUNinA8mIV76z { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.8981125rem;top:4.7478332519531rem;left:28.187391281128rem;display:none; }
#BwyQw5U8TM8Al7RqEqTGBW5NHTsPXUL9 { position:relative;display:none; }#BwyQw5U8TM8Al7RqEqTGBW5NHTsPXUL9 { border-width: 0; border-radius: 0; }#BwyQw5U8TM8Al7RqEqTGBW5NHTsPXUL9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BwyQw5U8TM8Al7RqEqTGBW5NHTsPXUL9 > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#BGehdurnBFRTGSyRGhlQAkRvxV5FaFPT { position:relative;display:none; }#BGehdurnBFRTGSyRGhlQAkRvxV5FaFPT { border-width: 0; border-radius: 0; }#BGehdurnBFRTGSyRGhlQAkRvxV5FaFPT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BGehdurnBFRTGSyRGhlQAkRvxV5FaFPT > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#PdrgkxnZBi44RnhRN9OJTJvlOhfITZA0 { position:relative;display:none; }#PdrgkxnZBi44RnhRN9OJTJvlOhfITZA0 { border-width: 0; border-radius: 0; }#PdrgkxnZBi44RnhRN9OJTJvlOhfITZA0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PdrgkxnZBi44RnhRN9OJTJvlOhfITZA0 > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#kFmKaIhWmuBmsEzutNpR1SFunWGOLgxS { background-color:#1b1666;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:29.187232017517rem;left:0rem;display:none; }
#asr1ZEU3R3qthdpRlvC5VuFTTbFHQv29 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
body { position:relative;display:block; }
#B16XrNlORQB8zMW5TxM9ZFrP8hNrUPQ3 { display:none; }#B16XrNlORQB8zMW5TxM9ZFrP8hNrUPQ3 > .row .container { width:47.75rem;position:relative;display:none; }#B4tXTPxsAwAMJd6pGuSScZyq6tLsOQ9o { width:17rem;height:2.8125rem;top:0.1875rem;left:0rem;display:none; }
#dnChx6zTzKSa3epP3wJvLvWEyIEmreD5 { width:15.6875rem;height:2.375rem;top:0.375rem;left:32.0625rem;display:none; }
#Ad8dqOMAIuRVpCbL4JWBFd3XVDGSkiym { display:block; }
#T56rC0hlqvrKwqBOzIEt72LtBw5NyXLZ { top:0.5rem;left:0rem;width:10rem;height:2.25rem;font-size:0.9375rem;display:none; }
#eKzeKgnHLspJbvlHk06x5KTLbGgPFE21 { width:46.75rem;height:3.0625rem;top:0.125rem;left:0rem;display:none; }
#Snpu0GaDPhwESraMGUVFTlRJKUD9G7oB { display:block; }
#nBIyiToT0xxK9iti0Z8bv4ZgVu8H7Mul .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nBIyiToT0xxK9iti0Z8bv4ZgVu8H7Mul .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#nBIyiToT0xxK9iti0Z8bv4ZgVu8H7Mul .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#nBIyiToT0xxK9iti0Z8bv4ZgVu8H7Mul { display:flex;width:13.5rem;height:5.0625rem;display:none; }
#nBIyiToT0xxK9iti0Z8bv4ZgVu8H7Mul #fIVBbup0ka1Du9GUVLa4GTtams3XP5wT { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#nBIyiToT0xxK9iti0Z8bv4ZgVu8H7Mul #HFSe6wHzFU8JhKeIkTTQ2FTKnGa60TR0 {  }
#nBIyiToT0xxK9iti0Z8bv4ZgVu8H7Mul #gaTM5H3motycTJxfF1UJIaTlUr3ExakN {  }
#nBIyiToT0xxK9iti0Z8bv4ZgVu8H7Mul #mTbLgc2JeOdaaUzRXWbHAXQUw1Ioanty { display:flex;position:relative;top:0rem;left:0rem; }
#nBIyiToT0xxK9iti0Z8bv4ZgVu8H7Mul #GoSNh4PUdS5r8z5vK9x6PoTXb4bpBc5e {  }
#nBIyiToT0xxK9iti0Z8bv4ZgVu8H7Mul #Su9rRBzPRM4AXlWbyD83VaSfgUSReiTJ {  }
#nBIyiToT0xxK9iti0Z8bv4ZgVu8H7Mul #BRgszrho00SGDVoVGAsvBUKdLh7ifb22 { display:flex;position:relative;top:0rem;left:0rem; }
#nBIyiToT0xxK9iti0Z8bv4ZgVu8H7Mul #KKLITITsm6anP3els5JS5TMcfEb9z3IT {  }
#nBIyiToT0xxK9iti0Z8bv4ZgVu8H7Mul #VqfIVGbEslzoSrApMeqskUuRTH81ooTc {  }
#nBIyiToT0xxK9iti0Z8bv4ZgVu8H7Mul #zhqtZZJNsDIsgCd0BTBZH7MClxx061At { display:flex;position:relative;top:0rem;left:0rem; }
#nBIyiToT0xxK9iti0Z8bv4ZgVu8H7Mul #Sv1013B2kWL4IvFQDpowihEsB8O3S6K3 {  }
#nBIyiToT0xxK9iti0Z8bv4ZgVu8H7Mul #yn4WPD1iDMcgdqRbKecvOka5X7ud1ZTL {  }
#UAmnhNGE9cPLvl2nJmOQnPUaxCiEacsQ { display:none; }#UAmnhNGE9cPLvl2nJmOQnPUaxCiEacsQ > .row .container { width:47.75rem;position:relative;display:none; }#IsEOtFyZBZKKCygIQBe2fuKR4Ino8poL { width:14.375rem;height:2.375rem;display:none; }
#D1HNbNRrLEf91uLigJGRTXhPWnwNmRvN { display:none; }#D1HNbNRrLEf91uLigJGRTXhPWnwNmRvN > .row .container { width:47.75rem;position:relative;display:none; }#zqlaSNtuq78KTwgmmxGuvLgmkB2WtRpE { top:21.1875rem;left:0rem;width:13.125rem;height:0.9375rem;font-size:0.75rem;display:none; }
#TphZzDV5gLdrOfeRdoF8opNUZTm0cC7F { top:5.5625rem;left:26.0625rem;width:1.25rem;height:1.25rem;display:none; }
#dD0kNqycxbBkTFXhqQfaqXHoIT7ycfgE { top:5.5625rem;left:24.6875rem;width:1.25rem;height:1.25rem;display:none; }
#eT9p5EeW7mqFFMn9isl8z5VRfKVQpNaF { top:5.5625rem;left:23.875rem;width:1.25rem;height:1.25rem;display:none; }
#hxCUT8D6u1afgzTb1gIwvVW0ClU0O0iL { top:5.5625rem;left:23.875rem;width:1.25rem;height:1.25rem;display:none; }
#qrvRhh8AThJV4rvpPmT70AFW48GaiQax { top:5.5625rem;left:23.875rem;width:1.25rem;height:1.25rem;display:none; }
#ZwKbph0M7utchqMRbSOCxwMRBFNpmhmR { top:26.875rem;left:0rem;width:17.25rem;height:2.4375rem;font-size:1.1875rem;display:none; }
#zRJecDlBhCD7vfMe23LO8Ot7nlPzWZRW { top:30.5rem;left:0rem;width:17.625rem;height:2.4375rem;font-size:1.125rem;display:none; }
#lMhGquHMTFSO0bDshN3GLUAeieSnyZp6 { top:27.5rem;left:25.5625rem;width:1.25rem;height:1.25rem;display:none; }
#wtHGUH7ZEXPdU9wdnx9TuhFmBJrTGVQo { top:35.9375rem;left:25.5625rem;width:1.25rem;height:1.25rem;display:none; }
#IJLpQAagF1pyE2pw7vu4rp5wll65Cg6p { top:34.375rem;left:0rem;width:16.6875rem;height:3.625rem;font-size:1.125rem;display:none; }
#XX2MLF5HvcnGRTiXNzmqFSqKNcamolTT { top:31.6875rem;left:25.5625rem;width:1.25rem;height:1.25rem;display:none; }
#pkWOQvU1BBNqeGnuGNGGMcR0Hq9CyASu { top:22.6875rem;left:0rem;width:19.875rem;height:3.5625rem;font-size:1.5rem;display:none; }
#UH2da031bdqID2qKNXdPETE1nrvD31Lq { width:18.8125rem;height:2.0625rem;top:12rem;left:22.375rem;display:none; }
#tCTyd31TxTmBphGkDKdvHvvp3QbabHgy { display:block; }
#L03KRmtcWkmlqM2K4r8FXJ3tJll05uVo { width:8.75rem;height:13.75rem;display:none; }
#aQ1VOyrla3ffXOVfB7ayhs9ZfquNbs8d { width:14.0625rem;height:15.375rem;display:none; }
#b3LxbCEvoVec8rZC4MovTG875TJkxu7u { display:none; }#b3LxbCEvoVec8rZC4MovTG875TJkxu7u > .row .container { width:47.75rem;position:relative;display:none; }#IJ39NEel29Stfe01Z3qWoB6tZubGkkaD { top:13.375rem;left:0rem;width:6.6875rem;height:1.25rem;font-size:1rem;display:none; }
#zamTHtcyf8DLAmIhRBGdeV0LVMKB9NTr { width:17.5rem;height:3.4375rem;top:29.125rem;left:0rem;display:none; }
#iJl25ewfrdT8BBvEavLgLDkJMtUzOmkO { display:block; }
#Xt1DTSN1Kh3th3khh4uW4Ut9phNAPT3T { width:16.1875rem;height:30.152020798663rem;top:1.4375rem;left:31.5625rem;display:none; }
#dH5SkS3lbms0BerDiwabusUIViKH9QA6 { top:13.375rem;left:4.4375rem;width:9.25rem;height:1.1875rem;font-size:1rem;display:none; }
#PeDAJs2JdFGRIxM84FNl8DN14XBl2fdc { top:0rem;width:;height:;display:none; }
#V8QrMMhDEcxVama1lNGBp2kLV5JnKGHC { width:17.5rem;height:3.4375rem;top:29.125rem;left:0rem;display:none; }
#SPf249nGu7Ct4CexUN8l1WNZ618M2zoN { display:block; }
#plKlpZcvFAXt516kDQkb3zS6eas4ia39 { top:0rem;width:;height:;display:none; }
#RRhhbGyWxCXgywCwikzTF6uc7CH2beup { width:17.5rem;height:3.4375rem;top:29.125rem;left:0rem;display:none; }
#TNvcNGMC6CqRfraiDooUSzOi62AFzZNo { display:block; }
#DCO8ETN17un3viTelCT90lvHqZmF1ksG { top:17.625rem;left:0rem;width:7.6875rem;height:0.9375rem;font-size:0.8125rem;display:none; }
#veAB1f78DswaRZENkvSflIB0aAD2atIO { width:12.6875rem;height:12.6875rem;top:1.6875rem;left:0rem;display:none; }
#p1hgywt6by4T5ugvHFDqXUS9onNROyea { width:;height:;display:none; }
#t5UGZU3RhGpiJVCgnfWtcOTD9gXDatwx { display:block; }
#Uh3KQlw6XV8fMdVKL9S2R34LRZaTTrD0 { top:15.9375rem;left:4.4375rem;width:7.6875rem;height:2.0625rem;font-size:0.8125rem;display:none; }
#hu5wi1TOdkBlP7Bmp08qJEzw58zJRw50 { width:;height:;display:none; }
#QVsnH7HrLTt9kW8RV3r5vkVwmGUXgf2c { display:block; }
#FyQNVwDHEv4PTqhiZkcgusxemmJ1FaST { width:;height:;display:none; }
#DN11s5TAT5aA4GaovlNlFOPnTDpa9WPw { display:block; }
#mRtykZyK2EEpkeaTDXps3DWEiJT3FLlF { width:;height:;display:none; }
#C7n9N3qHCegCsOOQTkVUtOTlvR77cQed { display:block; }
#BxZBNT5T6Ug4XOTdu8TxTiweprIUkSDJ { width:17.5rem;height:3.4375rem;top:29.125rem;left:0rem;display:none; }
#T2OpTTovE5T82elDneeKF1mMhBZ23Jsp { display:block; }
#rrIUy7T5nPIU2axMRN0J40MGLeK9Dwi3 { width:17.5rem;height:3.4375rem;top:29.125rem;left:0rem;display:none; }
#zsEJ2DwAnX5rTaDKL68N358eZhgpDueS { display:block; }
#DxVtRsxOsIM6cFvmot4TZkUc18UE75hT { top:3rem;left:0rem;width:14.75rem;height:1.25rem;font-size:1rem;display:none; }
#hpGODTUWt341El3hKodX3xZJEfhCcfnH { width:4.6875rem;height:12.6875rem;top:1.6875rem;left:0rem;display:none; }
#yJIQR9tbaZQJrd8rPANnH5Lua3MMwiZM { width:4.6875rem;height:12.6875rem;top:1.6875rem;left:0rem;display:none; }
#y3PBUqFKP9QLM9wBrqrTKpkcpI1W0maK { display:none; }#y3PBUqFKP9QLM9wBrqrTKpkcpI1W0maK > .row .container { width:47.75rem;position:relative;display:none; }#eUrMt72UJuBVXQQvWeoSkKClM3VkPJ0G { top:14.3125rem;left:0rem;width:9.1875rem;height:2.0625rem;font-size:0.875rem;display:none; }
#cLWXrTAfKfsDQM0giibXuXg1LFET5DEN { width:17.5rem;height:3.4375rem;top:29.125rem;left:0rem;display:none; }
#ZtHyNVmMblW5K57F4rBOH9P8wOdcTps9 { display:block; }
#HukTtOU8J0hf7Ea922kpiPXrgahVprHN { width:16.1875rem;height:30.152020798663rem;top:1.4375rem;left:31.5625rem;display:none; }
#kKDGTATrWs675FJx1EyiFy93inpvhOv7 { top:0rem;width:;height:;display:none; }
#PEKg4CGPgauC6P8di8sXhuVho4MzT1tr { top:0rem;width:;height:;display:none; }
#c1Fa923TQZBogKImUF4vlfRnrhx5dNq9 { top:0rem;width:;height:;display:none; }
#iuBSEk0T6fWOp03Xlg7kD6I1NGHHsPxr { top:16.9375rem;left:0rem;width:7.875rem;height:0.875rem;font-size:0.75rem;display:none; }
#pm0u4XK0yaupkyA7rZ9dLsfb1Va9OEyA { width:17.5rem;height:3.4375rem;top:45.625rem;left:21.624567031861rem;display:none; }
#sVsxrB60TDMS4WkBU1rcNIzZwpF4Nn8D { display:block; }
#TDZcSUuTuxXzg2qu3NVXoNdgffoz470i { width:17.5rem;height:3.4375rem;top:29.125rem;left:0rem;display:none; }
#v1Z3BNSIiL0ZabKvGXR2D7AVfoWNp0Jo { display:block; }
#p2nKzTQnH7986Lh8StmmqWpZJbDRhG3T { width:17.5rem;height:3.4375rem;top:29.125rem;left:0rem;display:none; }
#TnBtJeM0Ed5zhAwZCRfFaJb32AB7GeLg { display:block; }
#L1GhAgOyOirdyI5sihARxSboZlf66kko { top:16.8125rem;left:5.75rem;width:7.875rem;height:0.875rem;font-size:0.75rem;display:none; }
#u9TQzNxNbKVAiT2K7HneZXCCiZbtTPS5 { top:0rem;width:;height:;display:none; }
#Hi6souLwo6uKQEugP6qwrvrQNPt0yCxD { top:0rem;width:;height:;display:none; }
#GQNTV9vUmvu9TZ3vM04a7dqBgmSH5frw { width:11.625rem;height:1.8355263157895rem;top:5.875rem;left:0rem;display:none; }
#TTWkdy7hEWXPv7vfnonDnGuX5H3UfgVO { width:11.625rem;height:1.8355263157895rem;top:5.875rem;left:0rem;display:none; }
#yb67Mb4usntw4tSMzk9Xo2sMRhTWveGw { top:19.125rem;left:0rem;width:9.0625rem;height:4.875rem;font-size:0.9375rem;display:none; }
#xsNyT2KxVE9Vf9FmT96A6pqThAPw4MWb { width:17.5rem;height:3.4375rem;top:29.125rem;left:0rem;display:none; }
#Krs44VBkiq4nOgU6ASTh1lI0FSw6T82E { display:block; }
#kF6x4eVQvic9TdTinaJt3vRUxd4N6IFn { width:12.6875rem;height:12.6875rem;top:1.6875rem;left:0rem;display:none; }
#ctxcSA0dAlFG4aywRo4UTcsu3P40Nnis { width:4.6875rem;height:12.6875rem;top:1.6875rem;left:0rem;display:none; }
#curayCu6iia0pvM9Ul6pM2RtR4hx2PD6 { width:4.6875rem;height:12.6875rem;top:1.6875rem;left:0rem;display:none; }
#Ge49g71nCubuqzNTyale2PXJQoEBPsUF { width:17.5rem;height:3.4375rem;top:29.125rem;left:0rem;display:none; }
#zeAw8ydUfLI9MiIFkRxuLnRSbBOIsRhT { display:block; }
#ZAmbkcJ6xTIXeHDGmiUA5FJadVE3rfDL { top:19.125rem;left:4.34423828125rem;width:9.0625rem;height:4.875rem;font-size:0.9375rem;display:none; }
#UkvdiedTOnakBNv9CATteLTspS5tNcNt { width:17.5rem;height:3.4375rem;top:45.625rem;left:21.624567031861rem;display:none; }
#C94KLgIeQeMvWhWLaDT1GIC1vuV6bMaE { display:block; }
#mMEzBk8Tteme0mlQpB94V7Ieweq4SMve { top:13.875rem;left:4.25rem;width:9.1875rem;height:1rem;font-size:0.875rem;display:none; }
#IBcc7GWieOrsu4BoC4n04sz4tT46Eb1N { display:none; }#IBcc7GWieOrsu4BoC4n04sz4tT46Eb1N > .row .container { width:47.75rem;position:relative;display:none; }#WxOH3WzdlP55FcBoVfFarTntOiFTk6wg { width:22.1875rem;height:3.0625rem;top:37.5625rem;left:24.562393188476rem;display:none; }
#TCis7mOQqf5z4OG2ZtM4MXvrvyQqcFx2 { top:1.875rem;left:0rem;width:12.5rem;height:0.875rem;font-size:0.6875rem;display:none; }
#fNKNZTCStiHEm9rHznBp66hpsd2mGyB1 { top:24.875rem;left:26.812286376953rem;width:12.5rem;height:12.5rem;display:none; }
#mJWD0AcxI066kC7rbRKL9GJ2GNZiBFgg { top:11.3125rem;left:26.812286376953rem;width:12.5rem;height:12.5rem;display:none; }
#fBofPxKWbTB380VcXwX9w6cdznBUzob3 { display:none; }#fBofPxKWbTB380VcXwX9w6cdznBUzob3 > .row .container { width:47.75rem;position:relative;display:none; }#KyUZDtKqGovHNbvtFEMRwCiTSCZT9RWE { width:6.0625rem;height:1.8125rem;top:18.0625rem;left:8.2566184997556rem;display:none; }
#TStQozg7x2I4iMQ8gT8ZQCAOVD6pLg4i { top:4.3125rem;left:0rem;width:21rem;height:33.25rem;display:block; }
#S7IsMKschiOQEpkzcLaWEGkOM3URvC29 { top:22.625rem;left:0rem;width:20.9375rem;height:1.75rem;font-size:1.375rem;display:none; }
#lDtoZAvNX4EubysoQNrmpi6wo5rA2bmn { top:13.9375rem;left:0rem;width:26.0625rem;height:6.8125rem;display:none; }
#oKhOw9BDXTVoNwI2ZZvMF491y7sC9xdC { top:2.125rem;left:0rem;width:19.0625rem;height:3.375rem;font-size:0.8125rem;display:none; }
#DNSzTTyyao8RUGyfgsTTzNn3ONnPvyHs { top:0rem;width:;height:;display:none; }
#avFTtJqaNgG62rvG1BW5AgQBBySJUt0b { top:0rem;width:;height:;display:none; }
#I6WlZMuBPEIqNH5XQ3Tqfi0UhTGkDvdy { top:0rem;width:;height:;display:none; }
#wOAfzyZfF8huQXvhTCJCT6DuGBrKhOAn { top:0rem;width:;height:;display:none; }
#vGNf2ZtlF2LSuyo4iHTmrStkxs6xEiCO { top:0rem;width:;height:;display:none; }
#ZfpoCvBzti24sJF4NyQmC2QeqAUH6uqf { top:0.5625rem;left:0rem;width:4.6875rem;height:0.875rem;font-size:0.6875rem;display:none; }
#JGAhcEmk3ItZkiWbD4Ie7fCimKvca8t7 { display:none; }#JGAhcEmk3ItZkiWbD4Ie7fCimKvca8t7 > .row .container { width:47.75rem;position:relative;display:none; }#tNE81D9CayQ6t3Sxtc0RLVZPHAvyuqoA { width:26.4375rem;height:3rem;top:11.8125rem;left:0rem;display:none; }
#NlTNvavhtnd0Xe0NLaWtXB49P7aRlTaF { width:26.4375rem;height:3rem;top:11.8125rem;left:21.3125rem;display:none; }
#GrrHkvrl6Uy46bB9tm03UbWxFi1OFwX1 { width:46.75rem;height:14rem;top:1.5rem;left:0rem;display:none; }
#i283NOfDXyUMU6LFKxX5tgdoouzo4yq0 { display:block; }
#lZOKfyHVCGNmxeXfydpJsPxXEbTrGfOO { display:none; }#lZOKfyHVCGNmxeXfydpJsPxXEbTrGfOO > .row .container { width:47.75rem;position:relative;display:none; }#CuwuoCsmL6mFSpSApNdAo56TQcdvB96b { top:3.5625rem;left:0rem;width:15.0625rem;height:2.1875rem;font-size:2rem;display:none; }
#RXApfwQBGQl5C0EuLmIXKMBeoAdTdeb3 { top:0.875rem;left:0rem;width:18rem;height:2.25rem;font-size:1.875rem;display:none; }
#Fn1HGeKP324PIWxA854H9oD63e46ASyR { display:none; }#Fn1HGeKP324PIWxA854H9oD63e46ASyR > .row .container { width:47.75rem;position:relative;display:none; }#Go5RgGrxpbH7a7bTQgg720UdZBAvsfAC { top:10.75rem;left:0rem;width:19.5625rem;height:16.0625rem;display:none; }
#NR6gg9h9O87xCBAib2Q4kDcds7H7l38S { top:59rem;left:1.25rem;width:14.625rem;height:1.125rem;font-size:1.125rem;display:none; }
#fcvzmZIRV9k9eincNJ254MmrTF5GJhSG { top:57.375rem;left:2.6875rem;width:13.125rem;height:2.75rem;font-size:1.125rem;display:none; }
#B44s6qLrd7CHdC1y1nOE2gg55K2AT0aW { width:18.625rem;height:8.9375rem;top:11.25rem;left:0rem;display:none; }
#shNxNO424TTRRy2U7DhrNGys3EMNvgXi { top:10.8125rem;left:12.0625rem;width:19.5625rem;height:16.1875rem;display:none; }
#ypp1XtRQJ9OgIVg0qGWGFiwegRwlXVEk { top:42.3125rem;left:1.25rem;width:14.625rem;height:2.25rem;font-size:1.125rem;display:none; }
#yRtC5wmRNMVzG0qhSpsm7uNbKOOMTd4v { top:40.6875rem;left:0rem;width:16.5rem;height:1.375rem;font-size:1.125rem;display:none; }
#JE3ANGDyovgroXk0KmT0hrvXB9JDwUB1 { width:17.375rem;height:9.125rem;top:11.3125rem;left:13.125rem;display:none; }
#VR08RDhH4pN4rW9nm711oOD11Pztflll { top:10.8125rem;left:27.9375rem;width:19.5625rem;height:16.125rem;display:none; }
#VQbNuAeX4yfs2DK5mLpq5fTF9mL1DWqS { top:25.375rem;left:1.25rem;width:14.625rem;height:1.125rem;font-size:1.125rem;display:none; }
#DnoGe8fDwu9XtihAZDxBt9IRypsPxlE8 { top:21.4375rem;left:32.9375rem;width:14.6875rem;height:1.4375rem;font-size:1.125rem;display:none; }
#CVRMeywgmLUw9Qs6zw1BZNcR8KCzzLlc { width:12.5625rem;height:6.4375rem;top:11.25rem;left:29.125rem;display:none; }
#Z94RTH1DkKOIAQwqTZcHZXg1SiE8c0eT { top:0.625rem;left:0rem;width:20rem;height:3.9375rem;font-size:1.125rem;display:none; }
#TGqJTOcqKsnmlyBNeQhqob8FgVpG2xGn { width:4.5rem;height:4.5rem;top:21.375rem;left:0rem;display:none; }
#CikHHNFuivxpVmQHyvGAh0wChSHwIxUT { top:58.5625rem;left:0rem;width:3.9375rem;height:1.75rem;font-size:1.1875rem;display:none; }
#zC5ZWKOmCl9Anw4RD85Pkd3tsTpuNG5i { width:4.5rem;height:4.5rem;top:21.6875rem;left:15.875rem;display:none; }
#GcCtuoruFe6VHK9h6HfCmTZ9LAnGw7ud { top:24.9375rem;left:0rem;width:3.9375rem;height:1.75rem;font-size:1.1875rem;display:none; }
#ZlDN6qanfdmM0QOIRdPBTNnu5Z2VIMZL { width:4.1875rem;height:4.1875rem;top:21.375rem;left:31.75rem;display:none; }
#MXxbUEAQKAhrQsL09TKXT9DbAFeSJVow { top:41.6875rem;left:0rem;width:3.9375rem;height:1.75rem;font-size:1.1875rem;display:none; }
#HTTf6ngUSkrQuxn47Jq1C6APFbUBN9hO { width:46.75rem;height:27.25rem;top:0.875rem;left:0rem;display:none; }
#spi5TuvnymJisNp5CgvAmnEJrT1LfrV7 { display:block; }
#mR7hGOggfmPzLfrRkQcTsS2iMhg3MhBT { top:4.9375rem;left:0rem;width:20rem;height:1.3125rem;font-size:1.125rem;display:none; }
#NWlUUn6XoWtIKxAfM93Looo8fexAMTVN { display:none; }#NWlUUn6XoWtIKxAfM93Looo8fexAMTVN > .row .container { width:47.75rem;position:relative;display:none; }#MSP9lO5Tof8wefqB5HhOOyh8FTD10MLE { top:3.5625rem;left:0rem;width:15.0625rem;height:2.1875rem;font-size:2rem;display:none; }
#NPScnA8KKQe5RBDfSd9ATSqrNDf4RT0B { top:0.875rem;left:0rem;width:18rem;height:2.25rem;font-size:1.875rem;display:none; }
#hayx82e6TEqbhGUMMyS7xf3ktlZlifHe { top:13.9375rem;left:0rem;width:26.0625rem;height:6.8125rem;display:none; }
#RLQwFzaNVwrNsACgGVzSC2wnKv0sVE6D { top:6.125rem;left:0rem;width:19.0625rem;height:11.8125rem;font-size:0.9375rem;display:none; }
#g55eEA46QtVksalTU7akt6ihzsCWgkFg { display:none; }#g55eEA46QtVksalTU7akt6ihzsCWgkFg > .row .container { width:47.75rem;position:relative;display:none; }#vUKuGb8VlKJTvvvWVp11Z95mHZu18czX { display:none; }#vUKuGb8VlKJTvvvWVp11Z95mHZu18czX > .row .container { width:47.75rem;position:relative;display:none; }#Op12AKC1F4x0TUyQOJlonTC5EIzaHzlr { top:13.9375rem;left:0rem;width:26.0625rem;height:6.8125rem;display:none; }
#ThrWuPBT6R5X29aT3XwKRiA1rLAqTkM7 { top:0.875rem;left:0rem;width:19.375rem;height:6.5625rem;font-size:1.3125rem;display:none; }
#ToRgErKTAHdxi1aeRi0a9yqmbRhmeD8K { display:none; }#ToRgErKTAHdxi1aeRi0a9yqmbRhmeD8K > .row .container { width:47.75rem;position:relative;display:none; }#BazXRZyVyWcMrhLZZ3wh9SsfBEqDK52I { top:0.5rem;left:0rem;width:17.75rem;height:2.3125rem;font-size:1.9375rem;display:none; }
#wyhClT7K4VcC5o0qJFH3egnPdtIuThou { top:3rem;left:0rem;width:18.6875rem;height:1.875rem;font-size:1.75rem;display:none; }
#rbtwMts6T9V2snJ0y570tcO80pfdRFoB { display:none; }#rbtwMts6T9V2snJ0y570tcO80pfdRFoB > .row .container { width:47.75rem;position:relative;display:none; }#AD2VEgCSfTEEcGndPafOgESWFA48sPt8 { display:none; }#AD2VEgCSfTEEcGndPafOgESWFA48sPt8 > .row .container { width:47.75rem;position:relative;display:none; }#KbOkqei58NQzTfcNqSTpTkTWIFJdun6a { top:0.5625rem;left:0rem;width:17.75rem;height:2.3125rem;font-size:1.9375rem;display:none; }
#DqQxsqvJWfnuZGSWQQd5F3nDxMMntxbE { top:2.875rem;left:0rem;width:18.6875rem;height:1.875rem;font-size:1.75rem;display:none; }
#NwNlk9gqayQkzO3XtK0sPhZpsJSuFHNL { display:none; }#NwNlk9gqayQkzO3XtK0sPhZpsJSuFHNL > .row .container { width:47.75rem;position:relative;display:none; }#VSTLn6D5x0RD8RdpCd8Nms563hnILnxn { width:43.9375rem;height:31.8125rem;display:none; }
#sQMRpNt6ROtPh3OOt0mgp4vakyV7VS8X { display:none; }#sQMRpNt6ROtPh3OOt0mgp4vakyV7VS8X > .row .container { width:47.75rem;position:relative;display:none; }#AVJACzTZJVn9LnfvS9u5In78F5rFoUA4 { display:none; }#AVJACzTZJVn9LnfvS9u5In78F5rFoUA4 > .row .container { width:47.75rem;position:relative;display:none; }#P2S2t41RzP8XKCzBZ87cH82s91LObdT6 { top:5.8125rem;left:0rem;width:20rem;height:2.625rem;font-size:0.9375rem;display:none; }
#MwvaHdkXstnyQixPpVFeXThSPPN8kNoU { top:9.25rem;left:0rem;width:20rem;height:3.9375rem;font-size:0.9375rem;display:none; }
#HLCSoF1w0xOVCB814GT7KiMH5GW42cKr { top:14.875rem;left:0rem;width:20rem;height:2.625rem;font-size:0.9375rem;display:none; }
#PsZWqPVxbBy3FPQ9wT4BMrqQhoq3Azmi { top:16.875rem;left:0rem;width:20rem;height:2.625rem;font-size:0.9375rem;display:none; }
#SZw9mxf60N718TD25orsT480T6wGMZpS { top:20.125rem;left:0rem;width:20rem;height:2.625rem;font-size:0.9375rem;display:none; }
#st1134nuh12AXd7THB71qgqVGylGtMOl { display:block; }#st1134nuh12AXd7THB71qgqVGylGtMOl > .row .container { width:47.75rem;position:relative;display:block; }#JCQwaKkh8PXvDQipqgRPdLv6k5ASZQDr { display:none; }#JCQwaKkh8PXvDQipqgRPdLv6k5ASZQDr > .row .container { width:47.75rem;position:relative;display:none; }#kT03SzyfZe7uCVNXko4OsUbnBqShh9Wr { top:0.125rem;left:0rem;width:30.125rem;height:0.0625rem;display:block; }
#EQkUEhyR0yNXrgFIl5qKManIO459X3y3 { display:none; }#EQkUEhyR0yNXrgFIl5qKManIO459X3y3 > .row .container { width:47.75rem;position:relative;display:none; }#qbB4C55HDqVCx49537oeaOpl6M71h7ux { top:1.8125rem;left:0rem;width:20rem;height:1.9375rem;font-size:1.5625rem;display:none; }
#qsnP7KOTCZeTS5kdtTeefq3hIDqqivFs { top:7.375rem;left:0rem;width:12.3125rem;height:1.3125rem;font-size:0.9375rem;display:none; }
#Cl521Wc7d69zEqrXwKm5nRIyGxpCy2lK { top:3.9375rem;left:0rem;width:18.375rem;height:1.6875rem;font-size:2.75rem;display:none; }
#DtS7aOBNyToXl01p06ZzbbT1OMH8z2S6 { top:0rem;width:;height:;display:none; }
#ZirTFbDrq7wKGLDTvc2AEcyqqpyzXiwn { top:0rem;width:;height:;display:none; }
#GwVVwLAbZ1PcBg7vJGAEKg6t1n8ckKcn { top:0rem;width:;height:;display:none; }
#Q0EsTuNh781Sgvowr853rTgE3R5Ey3Kq { top:0rem;width:;height:;display:none; }
#crlG2t5J7nEkfJ06TsmJlUMIAoyKTRJI { top:0rem;width:;height:;display:none; }
#KSnPDr8VBPsSTEJXxIwJZmZgvL9VSu8Q { display:none; }#KSnPDr8VBPsSTEJXxIwJZmZgvL9VSu8Q > .row .container { width:47.75rem;position:relative;display:none; }#zdEWI0e0CZ524LZr3py7PV1kP35Ttlo2 { top:1.9375rem;left:0rem;width:27.6875rem;height:34.5625rem;display:block; }
#hH0MmEiTC04orFX9iSTKSvd2Ft28IUsu { top:4.1875rem;left:19.625rem;width:28.125rem;height:2.4375rem;font-size:2.0625rem;display:none; }
#izub1Zx8LwVXOJWU4siroehfHiFZKKzV { top:1.8125rem;left:19.3125rem;width:28.4375rem;height:2.625rem;font-size:2.0625rem;display:none; }
#uEdqFSk0LhQ6dqd36OEv0xNcDMd0TC8L { width:46.75rem;height:36.25rem;top:0.1875rem;left:0rem;display:none; }
#MvQl0mlOatRzNIwm74J7kZ3ex1s29BIs { display:block; }
#xssF9IceAEZLBShHHWRNC32Th19axK5X { top:0.5rem;left:2.0625rem;width:43.5625rem;height:9.9375rem;display:none; }
#T6JlMk9f4K9T8HRuehDuSyFxxydW3Ck7 { top:11.0625rem;left:0rem;width:19.75rem;height:3.625rem;font-size:0.875rem;display:none; }
#iuOiwKumeNpQKXNlirDvWIVbTRiHkQJn { top:9.3125rem;left:0.0625rem;width:13.8125rem;height:0.8125rem;font-size:0.6875rem;display:none; }
#XgQnANro7aAtF6DuQcJEXSCQ1C70a0mk { top:14.8125rem;left:39.5625rem;width:7.9375rem;height:1.1875rem;display:none; }
#hPUuuDe2O2CI7FaPbnGqGLFdp9lmE7uI { top:14.875rem;left:25.625rem;width:1.0625rem;height:1.0625rem;display:none; }
#zAA9W83R6P9I7vyAqbF9UkSlD7cOfKw8 { top:14.9375rem;left:9.875rem;width:6rem;height:0.875rem;font-size:0.6875rem;display:none; }
#pV5iS0Xrvd6D9OpFcOvHndlMDDSZC6hF { top:2.875rem;left:0rem;width:19.625rem;height:3.625rem;font-size:0.875rem;display:none; }
#IBQuco6ImMqT5FAnxC17dhU1LTH9tgNl { top:0.5rem;left:2.0625rem;width:43.5625rem;height:9.9375rem;display:none; }
#h1MUohn8rhLmv4g3ThaBG6JHfBOEZLCM { top:0rem;width:;height:;display:none; }
#ofX20MX7KlFh6RoU1oTElvLfCOUOodXw { top:0rem;width:;height:;display:none; }
#h7pg3EudAB5OeTRNTs3FKTlTbkfEi022 { top:0rem;width:;height:;display:none; }
#GHywwrwnW2g8ldfGpqW4mFKe998CTDDD { top:0rem;width:;height:;display:none; }
#N73ZVN9gT47FNkLt8P5ql0HTSgTO7Zh9 { top:1.1875rem;left:0.0625rem;width:13.8125rem;height:0.8125rem;font-size:0.6875rem;display:none; }
#k6dB0qoP4gP4t3KsGi6S3OI20te20sn3 { top:0rem;width:;height:;display:none; }
#fAkX0GxOFXndVqJzwVmPnOTSxzLLdHv2 { top:0rem;width:;height:;display:none; }
#SpqAkpzthgHBaeuHt8Z7nZovCJAIItZS { top:0rem;width:;height:;display:none; }
#AimyAOAC3tF4AoixpdzTmvVQyhuTH3IF { top:0rem;width:;height:;display:none; }
#vOKEGqk6VM4niqNTbCMVs9zCFz3VTSEm { top:0rem;width:;height:;display:none; }
#grmMR9fmJLHEbP2Ix5JJQaQQV2CHurs5 { top:14.8125rem;left:39.5625rem;width:7.9375rem;height:1.1875rem;display:none; }
#AyZ5uWbzyqNyVDboCSZ60x4ymNT2yGUz { top:14.875rem;left:25.625rem;width:1.0625rem;height:1.0625rem;display:none; }
#ZSS5y5yJgfmTM64oOQ0reKdMok08twZ2 { top:0rem;width:;height:;display:none; }
#T4xIVQW83T5WMeXv1J3ANnnVx1kZcvAt { top:14.9375rem;left:9.875rem;width:6rem;height:0.875rem;font-size:0.6875rem;display:none; }
#CMr6sFEcTJVpXhrColxKUGk3suCpPu5V { display:none; }#CMr6sFEcTJVpXhrColxKUGk3suCpPu5V > .row .container { width:47.75rem;position:relative;display:none; }#n8dkkBkkiyTqFgbfb7r8S2BLsViTqckH { top:1.9375rem;left:0rem;width:27.6875rem;height:34.5625rem;display:block; }
#JF20iMPBpOyRZtaliKlx0ciGm6H4Vwu2 { top:4.1875rem;left:19.625rem;width:28.125rem;height:2.4375rem;font-size:2.0625rem;display:none; }
#mKOkRW3AvONs76lThOtBf99ZVylrm5lN { top:1.8125rem;left:19.3125rem;width:28.4375rem;height:2.625rem;font-size:2.0625rem;display:none; }
#UEMawsCX8eH9vvIicUzNILrnMTf5c713 { width:46.75rem;height:36.25rem;top:0.1875rem;left:0rem;display:none; }
#rfp46ATbuyQIVhzmbpr3NZFwrPbTHRol { display:block; }
#P642VoTtpnUrhRqEZmvEdufBySyu4nN1 { top:0.5rem;left:2.0625rem;width:43.5625rem;height:9.9375rem;display:none; }
#HZHGtQ8VffP1fLUQ3wQ8me84KfT8t5mL { top:11.0625rem;left:0rem;width:19.75rem;height:3.625rem;font-size:0.875rem;display:none; }
#TEnLE8VSKXrwQ7LyECa6Lr2AEoKReEnh { top:9.3125rem;left:0.0625rem;width:13.8125rem;height:0.8125rem;font-size:0.6875rem;display:none; }
#v1BMzd7aEBkpRt5dc1VZGzyE05JeLRnT { top:14.8125rem;left:39.5625rem;width:7.9375rem;height:1.1875rem;display:none; }
#MhkZpLwsyeEaaOd6EvatZK2qPGT0X1Dp { top:14.875rem;left:25.625rem;width:1.0625rem;height:1.0625rem;display:none; }
#FMM90HBpfZm3HunZnBUVTSLtT7IPk0AP { top:14.9375rem;left:9.875rem;width:6rem;height:0.875rem;font-size:0.6875rem;display:none; }
#WOSEoqetbJPqRvz4uh9O8UyJZi2ixMbK { top:2.375rem;left:0rem;width:19.8125rem;height:3.625rem;font-size:0.875rem;display:none; }
#idt5fnVD2xvMOxpK4Qc5PMKi5T2RC643 { top:0.5rem;left:2.0625rem;width:43.5625rem;height:9.9375rem;display:none; }
#m6HrEfylmZ8n086l2pTiyH2EaQAcXvCp { top:0rem;width:;height:;display:none; }
#H6sPvN72tBQ2WsRZCxLJ4nWhu2SOIkSf { top:0rem;width:;height:;display:none; }
#pKLoNNll4XCFI1oivK3IP4A19Z8qhPTf { top:0rem;width:;height:;display:none; }
#C76H1Iey0p1TJKUfg9hCK71EVOXFD4ue { top:0rem;width:;height:;display:none; }
#CM4xPzTHEFQS1xiEVWDVLFblXmaRkbsd { top:1.1875rem;left:0.0625rem;width:13.8125rem;height:0.8125rem;font-size:0.6875rem;display:none; }
#QawFbkeokkapJlsrnt24Do3oykmZuWTp { top:0rem;width:;height:;display:none; }
#w5o18kaMvVMlpd2oSRkeXhBJTpnh2XTF { top:0rem;width:;height:;display:none; }
#N0VpRXiyn9r1J80BgJBQJ0SeDgKCakdx { top:0rem;width:;height:;display:none; }
#HiFa7T0glNsmmGtyom5c1NCkZuVgRxvw { top:0rem;width:;height:;display:none; }
#lNcndRQfMJR3PKp9iJaEixcgSFT3xepw { top:0rem;width:;height:;display:none; }
#RWdRuwblHfklck8xBL1felmdepazVn49 { top:14.8125rem;left:39.5625rem;width:7.9375rem;height:1.1875rem;display:none; }
#TzvgxAESGThMTcLIwVnyG016wEMT54bL { top:14.875rem;left:25.625rem;width:1.0625rem;height:1.0625rem;display:none; }
#zynwTin5NQQBSSevopd1Qmx9v9s45Mxz { top:0rem;width:;height:;display:none; }
#yTXOGKDAb4XqZ3D0smrT0AHzLV0bVhgR { top:14.9375rem;left:9.875rem;width:6rem;height:0.875rem;font-size:0.6875rem;display:none; }
#w8sUTlRT1kk9VTLrAHKSQSlgo9P4PsBa { display:none; }#w8sUTlRT1kk9VTLrAHKSQSlgo9P4PsBa > .row .container { width:47.75rem;position:relative;display:none; }#m5P2Bpo7g8aostmAleMqSGnZ9t3uss7T { top:1.9375rem;left:0rem;width:27.6875rem;height:34.5625rem;display:block; }
#IbuWlIDTZSKUuauzMXN1ccR1yxxUkueo { top:4.1875rem;left:19.625rem;width:28.125rem;height:2.4375rem;font-size:2.0625rem;display:none; }
#TyCf36NxZkmSlhWJOsOuShJAc6CmhKyt { top:1.8125rem;left:19.3125rem;width:28.4375rem;height:2.625rem;font-size:2.0625rem;display:none; }
#voOwGSTTBI0aum53nl2QxwXsqMqtdOer { width:46.75rem;height:36.25rem;top:0.1875rem;left:0rem;display:none; }
#kr3wSXkaOxv6GnuIlHvQqVnr8a7wEeqt { display:block; }
#p15Z8pTgRJg2SbSN2cQfd3Ss9nKTTGBn { top:0.5rem;left:2.0625rem;width:43.5625rem;height:9.9375rem;display:none; }
#DpdZZVneuloIbpOAsDEXezmodvGxQwDa { top:10.625rem;left:0rem;width:19.75rem;height:3.625rem;font-size:0.875rem;display:none; }
#Kdu3TM9BkWsbHE4rfgL63NuV3e1yRpUX { top:9.3125rem;left:0.0625rem;width:13.8125rem;height:0.8125rem;font-size:0.6875rem;display:none; }
#W1U6ckGcEJff8kBpXxC6FkfUuncOVGEv { top:14.8125rem;left:39.5625rem;width:7.9375rem;height:1.1875rem;display:none; }
#hgtErDu3gQ3EJ7ZLMNnH5iUTTl1s7HZQ { top:14.875rem;left:25.625rem;width:1.0625rem;height:1.0625rem;display:none; }
#wb07nmzVVOtEu3eibvHSdJIqFUJpsWPk { top:14.9375rem;left:9.875rem;width:6rem;height:0.875rem;font-size:0.6875rem;display:none; }
#HBxWiGraugSA2SCbefUpBrw04zdbBCvN { top:2.4375rem;left:0rem;width:19.625rem;height:3.625rem;font-size:0.875rem;display:none; }
#dkT0cykwvaN4DPZVlVenDmoK9HTyEhCR { top:0.5rem;left:2.0625rem;width:43.5625rem;height:9.9375rem;display:none; }
#gDTKZvZVApcayQ9gvCwgetSWyaDGQ8CO { top:0rem;width:;height:;display:none; }
#nXfMR3PB0FQMnmT0Dg5O8wuM42VRTqoU { top:0rem;width:;height:;display:none; }
#NLQAxXLBnD9XDJ1WmcszCiUTwdeTFBU1 { top:0rem;width:;height:;display:none; }
#v9voVTpBx5QoxcilAg0tFIJJxNwy1hJT { top:0rem;width:;height:;display:none; }
#bhdzW4rHGEJ5NTgKePk0SysngKRnliVA { top:1.1875rem;left:0.0625rem;width:13.8125rem;height:0.8125rem;font-size:0.6875rem;display:none; }
#h9BKUtsAQw8VVtsHxcBf2QEnLTAIxT5T { top:0rem;width:;height:;display:none; }
#kccUxmlLyl9NEL7iubLyAWzVl6GXez7W { top:0rem;width:;height:;display:none; }
#q50TDeQUfW3fBZOUTXfvHRB755iTrvqq { top:0rem;width:;height:;display:none; }
#w7Pfcd3wfUWH6ko8Ql7MMdd4ITm5TZJk { top:0rem;width:;height:;display:none; }
#kI7VmsKQGm0gSMPgftHVGRSNOdcvCTNs { top:0rem;width:;height:;display:none; }
#nDeZ0hoX6yzrWXKL4FzCUZfqd0fI20av { top:14.8125rem;left:39.5625rem;width:7.9375rem;height:1.1875rem;display:none; }
#ZbPXkZggs2uK0BR4WEippaQHHuUTPb2w { top:14.875rem;left:25.625rem;width:1.0625rem;height:1.0625rem;display:none; }
#O9S38fmCrF3bQPIlILe5VLHU3LN1pZ9K { top:0rem;width:;height:;display:none; }
#VWafaZxkWb2pTgIEvMULdf5FbJU8xkzP { top:14.9375rem;left:9.875rem;width:6rem;height:0.875rem;font-size:0.6875rem;display:none; }
#h6ZlBofUfktrxFkmsyc0TyzEPKmpsF8X { display:none; }#h6ZlBofUfktrxFkmsyc0TyzEPKmpsF8X > .row .container { width:47.75rem;position:relative;display:none; }#M90s7wVspKSgTWBCZsSsKBP6clLgLkho { top:3.6875rem;left:0rem;width:20rem;height:2.25rem;font-size:1.875rem;display:none; }
#ZTf2FiQqSZWWuKKtFd2y3vgTptcTeqQf { top:1.8125rem;left:0rem;width:20rem;height:1.9375rem;font-size:1.8125rem;display:none; }
#kGC0iXqpgh7uZcl3NBWJUNinA8mIV76z { top:6.75rem;left:0rem;width:19.75rem;height:6.5625rem;font-size:0.9375rem;display:none; }
#BwyQw5U8TM8Al7RqEqTGBW5NHTsPXUL9 { display:none; }#BwyQw5U8TM8Al7RqEqTGBW5NHTsPXUL9 > .row .container { width:47.75rem;position:relative;display:none; }#BGehdurnBFRTGSyRGhlQAkRvxV5FaFPT { display:none; }#BGehdurnBFRTGSyRGhlQAkRvxV5FaFPT > .row .container { width:47.75rem;position:relative;display:none; }#PdrgkxnZBi44RnhRN9OJTJvlOhfITZA0 { display:none; }#PdrgkxnZBi44RnhRN9OJTJvlOhfITZA0 > .row .container { width:47.75rem;position:relative;display:none; }#kFmKaIhWmuBmsEzutNpR1SFunWGOLgxS { width:17.5rem;height:3.4375rem;top:29.125rem;left:0rem;display:none; }
#asr1ZEU3R3qthdpRlvC5VuFTTbFHQv29 { display:block; }
body { position:relative;display:block; }
#B16XrNlORQB8zMW5TxM9ZFrP8hNrUPQ3 { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#B16XrNlORQB8zMW5TxM9ZFrP8hNrUPQ3 > .row .container { background-color: transparent; background-image: none; }#B16XrNlORQB8zMW5TxM9ZFrP8hNrUPQ3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B16XrNlORQB8zMW5TxM9ZFrP8hNrUPQ3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B16XrNlORQB8zMW5TxM9ZFrP8hNrUPQ3 > .row .container > .video-iframe-container { display: none; }#B16XrNlORQB8zMW5TxM9ZFrP8hNrUPQ3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B16XrNlORQB8zMW5TxM9ZFrP8hNrUPQ3 > .row > .video-iframe-container { display: none; }#B16XrNlORQB8zMW5TxM9ZFrP8hNrUPQ3 > .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); }#B16XrNlORQB8zMW5TxM9ZFrP8hNrUPQ3 > .row .container { border-width: 0; border-radius: 0; }#B16XrNlORQB8zMW5TxM9ZFrP8hNrUPQ3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B16XrNlORQB8zMW5TxM9ZFrP8hNrUPQ3 > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; }#B4tXTPxsAwAMJd6pGuSScZyq6tLsOQ9o { top:0rem;left:1.3742406368256rem;width:10.625rem;height:1.8125rem;z-index:15000;overflow:hidden;display:none; }
#dnChx6zTzKSa3epP3wJvLvWEyIEmreD5 { top:24.937065839767rem;left:0.5rem;width:19rem;height:2.375rem;z-index:15004;font-size:1.0625rem;color:#ffffff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-weight:400;font-style:normal;display:none; }
#Ad8dqOMAIuRVpCbL4JWBFd3XVDGSkiym { display:block; }
#T56rC0hlqvrKwqBOzIEt72LtBw5NyXLZ { top:0.556640625rem;left:0rem;width:10rem;height:2.25rem;z-index:15001;color:#ffffff;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.2;display:block; }
#eKzeKgnHLspJbvlHk06x5KTLbGgPFE21 { width:19rem;height:3.0625rem;top:0.125rem;left:0.5rem;z-index:15003;display:none; }
#Snpu0GaDPhwESraMGUVFTlRJKUD9G7oB { display:block; }
#nBIyiToT0xxK9iti0Z8bv4ZgVu8H7Mul .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#nBIyiToT0xxK9iti0Z8bv4ZgVu8H7Mul .widget-text.counter-number { padding-top:0.2275rem;padding-right:0.208125rem;padding-bottom:0.2275rem;padding-left:0.208125rem;width:1.245rem;min-width:1.245rem;height:1.21875rem;font-size:0.9075rem;line-height:19.5px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#nBIyiToT0xxK9iti0Z8bv4ZgVu8H7Mul .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.141875rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.660625rem;height:0.481875rem;font-size:0.340625rem;line-height:7.71px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#ffffff; }
#nBIyiToT0xxK9iti0Z8bv4ZgVu8H7Mul { display:flex;top:0.18701171875rem;left:11.12696046042rem;width:8rem;height:2.2975rem;z-index:5000;padding-top:0.28375rem;padding-right:0.29625rem;padding-bottom:0.28375rem;padding-left:0.29625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important; }
#nBIyiToT0xxK9iti0Z8bv4ZgVu8H7Mul #fIVBbup0ka1Du9GUVLa4GTtams3XP5wT { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#nBIyiToT0xxK9iti0Z8bv4ZgVu8H7Mul #HFSe6wHzFU8JhKeIkTTQ2FTKnGa60TR0 {  }
#nBIyiToT0xxK9iti0Z8bv4ZgVu8H7Mul #gaTM5H3motycTJxfF1UJIaTlUr3ExakN {  }
#nBIyiToT0xxK9iti0Z8bv4ZgVu8H7Mul #mTbLgc2JeOdaaUzRXWbHAXQUw1Ioanty { display:flex;position:relative;top:0rem;left:0rem; }
#nBIyiToT0xxK9iti0Z8bv4ZgVu8H7Mul #GoSNh4PUdS5r8z5vK9x6PoTXb4bpBc5e {  }
#nBIyiToT0xxK9iti0Z8bv4ZgVu8H7Mul #Su9rRBzPRM4AXlWbyD83VaSfgUSReiTJ {  }
#nBIyiToT0xxK9iti0Z8bv4ZgVu8H7Mul #BRgszrho00SGDVoVGAsvBUKdLh7ifb22 { display:flex;position:relative;top:0rem;left:0rem; }
#nBIyiToT0xxK9iti0Z8bv4ZgVu8H7Mul #KKLITITsm6anP3els5JS5TMcfEb9z3IT {  }
#nBIyiToT0xxK9iti0Z8bv4ZgVu8H7Mul #VqfIVGbEslzoSrApMeqskUuRTH81ooTc {  }
#nBIyiToT0xxK9iti0Z8bv4ZgVu8H7Mul #zhqtZZJNsDIsgCd0BTBZH7MClxx061At { display:flex;position:relative;top:0rem;left:0rem; }
#nBIyiToT0xxK9iti0Z8bv4ZgVu8H7Mul #Sv1013B2kWL4IvFQDpowihEsB8O3S6K3 {  }
#nBIyiToT0xxK9iti0Z8bv4ZgVu8H7Mul #yn4WPD1iDMcgdqRbKecvOka5X7ud1ZTL {  }
#UAmnhNGE9cPLvl2nJmOQnPUaxCiEacsQ { display:block; }#UAmnhNGE9cPLvl2nJmOQnPUaxCiEacsQ > .row .container { width:20rem;height:2.4375rem;position:relative;display:block; }#IsEOtFyZBZKKCygIQBe2fuKR4Ino8poL { top:0.5927734375rem;left:5.3115234375rem;width:8.75rem;height:1.375rem;z-index:14982;overflow:hidden;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#D1HNbNRrLEf91uLigJGRTXhPWnwNmRvN { display:block; }#D1HNbNRrLEf91uLigJGRTXhPWnwNmRvN > .row .container { width:20rem;height:30.6875rem;position:relative;display:block; }#zqlaSNtuq78KTwgmmxGuvLgmkB2WtRpE { width:13.125rem;height:0.9746125rem;top:15rem;left:4.0625rem;font-size:0.75rem;z-index:15009;text-align:center;text-align-last:center;display:block; }
#TphZzDV5gLdrOfeRdoF8opNUZTm0cC7F { display:flex;top:14.9375rem;left:3.875rem;width:0.9375rem;height:0.9375rem;z-index:15034;font-size:0.625rem; }
#dD0kNqycxbBkTFXhqQfaqXHoIT7ycfgE { display:flex;top:14.9375rem;left:2.875rem;width:0.9375rem;height:0.9375rem;z-index:15034;font-size:0.625rem; }
#eT9p5EeW7mqFFMn9isl8z5VRfKVQpNaF { display:flex;top:14.9375rem;left:2rem;width:0.9375rem;height:0.9375rem;z-index:15034;font-size:0.625rem; }
#hxCUT8D6u1afgzTb1gIwvVW0ClU0O0iL { display:flex;top:14.9375rem;left:1rem;width:0.9375rem;height:0.9375rem;z-index:15034;font-size:0.625rem; }
#qrvRhh8AThJV4rvpPmT70AFW48GaiQax { display:flex;top:14.9375rem;left:0.0625rem;width:0.9375rem;height:0.9375rem;z-index:15034;font-size:0.625rem; }
#ZwKbph0M7utchqMRbSOCxwMRBFNpmhmR { top:20.25rem;left:1.8125rem;width:17.5rem;height:2.44921875rem;z-index:15002;color:#000000;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.4;display:block; }
#zRJecDlBhCD7vfMe23LO8Ot7nlPzWZRW { top:23.4375rem;left:1.8125rem;width:17.68725rem;height:2.44921875rem;z-index:15003;color:#000000;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.4;display:block; }
#lMhGquHMTFSO0bDshN3GLUAeieSnyZp6 { display:flex;top:20.375rem;left:0rem;width:1.18725625rem;height:1.18725625rem;z-index:15033;font-size:0.8125rem; }
#wtHGUH7ZEXPdU9wdnx9TuhFmBJrTGVQo { display:flex;top:23.5625rem;left:0rem;width:1.18725625rem;height:1.18725625rem;z-index:15034;font-size:0.8125rem; }
#IJLpQAagF1pyE2pw7vu4rp5wll65Cg6p { top:26.75rem;left:1.875rem;width:17.8125rem;height:3.673825rem;z-index:15004;color:#000000;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.4;display:block; }
#XX2MLF5HvcnGRTiXNzmqFSqKNcamolTT { display:flex;top:26.8125rem;left:0rem;width:1.18725625rem;height:1.18725625rem;z-index:15035;font-size:0.8125rem; }
#pkWOQvU1BBNqeGnuGNGGMcR0Hq9CyASu { top:16.1875rem;left:0rem;width:19.875rem;height:3.5996125rem;z-index:15003;font-size:1.5rem;color:#000000;line-height:1.2;font-family:"canela italic";font-weight:400;font-style:italic;text-align:left;text-align-last:left;display:block; }
#UH2da031bdqID2qKNXdPETE1nrvD31Lq { top:12.5625rem;left:0.125rem;width:7.9375rem;height:1.4375rem;z-index:15036;font-size:0.8125rem;color:#000000;background-color:rgba(202,202,202,0.64);background-image:none;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;font-weight:400;font-style:normal;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#tCTyd31TxTmBphGkDKdvHvvp3QbabHgy { display:block; }
#L03KRmtcWkmlqM2K4r8FXJ3tJll05uVo { top:0rem;left:1rem;width:7.625rem;height:12rem;z-index:15009;overflow:hidden;display:block; }
#aQ1VOyrla3ffXOVfB7ayhs9ZfquNbs8d { top:0.25rem;left:9.375rem;width:10.625rem;height:11.6875rem;z-index:15009;overflow:hidden;display:block; }
#b3LxbCEvoVec8rZC4MovTG875TJkxu7u { background-color:#f8f6f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b3LxbCEvoVec8rZC4MovTG875TJkxu7u > .row .container { background-color: transparent; background-image: none; }#b3LxbCEvoVec8rZC4MovTG875TJkxu7u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3LxbCEvoVec8rZC4MovTG875TJkxu7u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3LxbCEvoVec8rZC4MovTG875TJkxu7u > .row .container > .video-iframe-container { display: none; }#b3LxbCEvoVec8rZC4MovTG875TJkxu7u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3LxbCEvoVec8rZC4MovTG875TJkxu7u > .row > .video-iframe-container { display: none; }#b3LxbCEvoVec8rZC4MovTG875TJkxu7u > .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); }#b3LxbCEvoVec8rZC4MovTG875TJkxu7u > .row .container { border-width: 0; border-radius: 0; }#b3LxbCEvoVec8rZC4MovTG875TJkxu7u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b3LxbCEvoVec8rZC4MovTG875TJkxu7u > .row .container { width:20rem;height:24.5rem;position:relative;display:block; }#IJ39NEel29Stfe01Z3qWoB6tZubGkkaD { top:13.375rem;left:0.375rem;width:6.6875rem;height:1.29980625rem;z-index:15001;font-weight:700;font-style:normal;font-size:1rem;text-align:left;text-align-last:left;display:block; }
#zamTHtcyf8DLAmIhRBGdeV0LVMKB9NTr { width:18.4375rem;height:3.4375rem;top:46.5rem;left:0.8125rem;z-index:15019;background-color:#1b1666;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:none; }
#iJl25ewfrdT8BBvEavLgLDkJMtUzOmkO { display:block; }
#Xt1DTSN1Kh3th3khh4uW4Ut9phNAPT3T { top:1.5482940673828rem;left:0rem;width:8.1875rem;height:15.25rem;z-index:15021;overflow:hidden;display:none; }
#dH5SkS3lbms0BerDiwabusUIViKH9QA6 { top:13.375rem;left:10.5625rem;width:9.25rem;height:1.19970625rem;z-index:15002;font-weight:700;font-style:normal;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
#PeDAJs2JdFGRIxM84FNl8DN14XBl2fdc { top:3.1875rem;left:10.0625rem;width:9.5rem;height:20.25rem;z-index:14997;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e6e6e6;border-left:0.125rem solid #e6e6e6;border-right:0.125rem solid #e6e6e6;border-bottom:0.125rem solid #e6e6e6;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#V8QrMMhDEcxVama1lNGBp2kLV5JnKGHC { width:7.9375rem;height:2.25rem;top:20.875rem;left:1.0625rem;z-index:15021;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-size:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;font-weight:400;font-style:normal;display:block; }
#SPf249nGu7Ct4CexUN8l1WNZ618M2zoN { display:block; }
#plKlpZcvFAXt516kDQkb3zS6eas4ia39 { top:3.125rem;left:0rem;width:9.6875rem;height:20.25rem;z-index:14995;background-color:rgba(253,199,67,0.23);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #fdc743;border-left:0.125rem solid #fdc743;border-right:0.125rem solid #fdc743;border-bottom:0.125rem solid #fdc743;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.125rem;display:block; }
#RRhhbGyWxCXgywCwikzTF6uc7CH2beup { width:5.1875rem;height:1.0625rem;top:19.125rem;left:0.6875rem;z-index:15023;background-color:#69ca2a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;font-size:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;font-weight:700;font-style:normal;display:block; }
#TNvcNGMC6CqRfraiDooUSzOi62AFzZNo { display:block; }
#DCO8ETN17un3viTelCT90lvHqZmF1ksG { top:15.8125rem;left:0.5rem;width:7.6875rem;height:1.05615rem;z-index:15053;font-size:0.8125rem;font-weight:400;font-style:normal;display:block; }
#veAB1f78DswaRZENkvSflIB0aAD2atIO { top:4.1875rem;left:0.375rem;width:9.1875rem;height:9.1875rem;z-index:15002;overflow:hidden;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
#p1hgywt6by4T5ugvHFDqXUS9onNROyea { top:16.8125rem;left:0.25rem;width:8.4985625rem;height:2.1875rem;z-index:15062;font-size:1rem;font-family:brown;background-color:transparent;background-image:none;font-weight:700;font-style:normal;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;color:#000000;text-align:center;text-align-last:center;display:block; }
#t5UGZU3RhGpiJVCgnfWtcOTD9gXDatwx { display:block; }
#Uh3KQlw6XV8fMdVKL9S2R34LRZaTTrD0 { top:15.875rem;left:10.5rem;width:9rem;height:1.05615rem;z-index:15054;font-size:0.8125rem;font-weight:400;font-style:normal;display:block; }
#hu5wi1TOdkBlP7Bmp08qJEzw58zJRw50 { top:2.375rem;left:0rem;width:5.4375rem;height:1.875rem;z-index:15057;font-size:1rem;font-family:brown;background-color:#dcdcdc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:400;font-style:normal;color:#000000;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#QVsnH7HrLTt9kW8RV3r5vkVwmGUXgf2c { display:block; }
#FyQNVwDHEv4PTqhiZkcgusxemmJ1FaST { top:2.375rem;left:10rem;width:5.4375rem;height:1.875rem;z-index:15058;font-size:1rem;font-family:brown;background-color:#dcdcdc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:400;font-style:normal;color:#000000;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#DN11s5TAT5aA4GaovlNlFOPnTDpa9WPw { display:block; }
#mRtykZyK2EEpkeaTDXps3DWEiJT3FLlF { top:17rem;left:10.3125rem;width:8.4985625rem;height:2.1875rem;z-index:15063;font-size:1rem;font-family:brown;background-color:transparent;background-image:none;font-weight:700;font-style:normal;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;color:#000000;text-align:center;text-align-last:center;display:block; }
#C7n9N3qHCegCsOOQTkVUtOTlvR77cQed { display:block; }
#BxZBNT5T6Ug4XOTdu8TxTiweprIUkSDJ { width:5.1875rem;height:1.0625rem;top:19.125rem;left:10.5625rem;z-index:15024;background-color:#69ca2a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;font-size:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;font-weight:700;font-style:normal;display:block; }
#T2OpTTovE5T82elDneeKF1mMhBZ23Jsp { display:block; }
#rrIUy7T5nPIU2axMRN0J40MGLeK9Dwi3 { width:7.9375rem;height:2.25rem;top:20.875rem;left:10.9375rem;z-index:15022;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-size:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;font-weight:400;font-style:normal;display:block; }
#zsEJ2DwAnX5rTaDKL68N358eZhgpDueS { display:block; }
#DxVtRsxOsIM6cFvmot4TZkUc18UE75hT { top:0.5rem;left:0.1875rem;width:14.8125rem;height:1.29980625rem;z-index:15004;font-weight:700;font-style:normal;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
#hpGODTUWt341El3hKodX3xZJEfhCcfnH { top:4.25rem;left:11.65625rem;width:3.375rem;height:9.1875rem;z-index:15003;overflow:hidden;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
#yJIQR9tbaZQJrd8rPANnH5Lua3MMwiZM { top:4.25rem;left:14.78125rem;width:3.375rem;height:9.1875rem;z-index:15004;overflow:hidden;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
#y3PBUqFKP9QLM9wBrqrTKpkcpI1W0maK { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#y3PBUqFKP9QLM9wBrqrTKpkcpI1W0maK > .row .container { background-color: transparent; background-image: none; }#y3PBUqFKP9QLM9wBrqrTKpkcpI1W0maK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y3PBUqFKP9QLM9wBrqrTKpkcpI1W0maK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y3PBUqFKP9QLM9wBrqrTKpkcpI1W0maK > .row .container > .video-iframe-container { display: none; }#y3PBUqFKP9QLM9wBrqrTKpkcpI1W0maK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y3PBUqFKP9QLM9wBrqrTKpkcpI1W0maK > .row > .video-iframe-container { display: none; }#y3PBUqFKP9QLM9wBrqrTKpkcpI1W0maK > .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); }#y3PBUqFKP9QLM9wBrqrTKpkcpI1W0maK > .row .container { border-width: 0; border-radius: 0; }#y3PBUqFKP9QLM9wBrqrTKpkcpI1W0maK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y3PBUqFKP9QLM9wBrqrTKpkcpI1W0maK > .row .container { width:20rem;height:26.3125rem;position:relative;display:block; }#eUrMt72UJuBVXQQvWeoSkKClM3VkPJ0G { top:13.9375rem;left:0.3125rem;width:9.1875rem;height:2.0996125rem;z-index:15001;font-weight:700;font-style:normal;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
#cLWXrTAfKfsDQM0giibXuXg1LFET5DEN { width:18.4375rem;height:3.4375rem;top:46.5rem;left:0.8125rem;z-index:15019;background-color:#1b1666;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:none; }
#ZtHyNVmMblW5K57F4rBOH9P8wOdcTps9 { display:block; }
#HukTtOU8J0hf7Ea922kpiPXrgahVprHN { top:1.5482940673828rem;left:0rem;width:8.1875rem;height:15.25rem;z-index:15021;overflow:hidden;display:none; }
#kKDGTATrWs675FJx1EyiFy93inpvhOv7 { top:3.0615234375rem;left:0rem;width:9.6875rem;height:22.5rem;z-index:14997;background-color:#f3f3f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#PEKg4CGPgauC6P8di8sXhuVho4MzT1tr { top:3.087890625rem;left:10.1875rem;width:9.625rem;height:22.5rem;z-index:14995;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e6e6e6;border-left:0.125rem solid #e6e6e6;border-right:0.125rem solid #e6e6e6;border-bottom:0.125rem solid #e6e6e6;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.125rem;display:block; }
#c1Fa923TQZBogKImUF4vlfRnrhx5dNq9 { display:flex;top:16.8125rem;left:0.375rem;width:0.9375rem;height:0.9375rem;z-index:14996; }
#iuBSEk0T6fWOp03Xlg7kD6I1NGHHsPxr { top:16.6875rem;left:1.9375rem;width:7.875rem;height:0.8999rem;z-index:15052;font-size:0.75rem;font-weight:300;font-style:normal;line-height:1.2;display:block; }
#pm0u4XK0yaupkyA7rZ9dLsfb1Va9OEyA { width:8.9375rem;height:2.3125rem;top:22.5791015625rem;left:0.4375rem;z-index:15024;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-size:0.9375rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;font-weight:400;font-style:normal;display:block; }
#sVsxrB60TDMS4WkBU1rcNIzZwpF4Nn8D { display:block; }
#TDZcSUuTuxXzg2qu3NVXoNdgffoz470i { width:4rem;height:1.8125rem;top:2rem;left:5rem;z-index:15024;background-color:#e7ff00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;font-size:1.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;font-weight:400;font-style:normal;display:block; }
#v1Z3BNSIiL0ZabKvGXR2D7AVfoWNp0Jo { display:block; }
#p2nKzTQnH7986Lh8StmmqWpZJbDRhG3T { width:4rem;height:1.8125rem;top:1.875rem;left:15.3125rem;z-index:15025;background-color:#e7ff00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;font-size:1.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;font-weight:400;font-style:normal;display:block; }
#TnBtJeM0Ed5zhAwZCRfFaJb32AB7GeLg { display:block; }
#L1GhAgOyOirdyI5sihARxSboZlf66kko { top:16.8125rem;left:11.875rem;width:7.875rem;height:0.8999rem;z-index:15053;font-size:0.75rem;font-weight:300;font-style:normal;line-height:1.2;display:block; }
#u9TQzNxNbKVAiT2K7HneZXCCiZbtTPS5 { display:flex;top:16.6875rem;left:10.625rem;width:0.9375rem;height:0.9375rem;z-index:14997; }
#Hi6souLwo6uKQEugP6qwrvrQNPt0yCxD { display:flex;top:16.6875rem;left:0.75rem;width:0.9375rem;height:0.9375rem;z-index:14998; }
#GQNTV9vUmvu9TZ3vM04a7dqBgmSH5frw { top:12.875rem;left:0.3125rem;width:4.74975625rem;height:0.75rem;z-index:15034;overflow:hidden;display:block; }
#TTWkdy7hEWXPv7vfnonDnGuX5H3UfgVO { top:12.75rem;left:10.3125rem;width:4.74975625rem;height:0.75rem;z-index:15035;overflow:hidden;display:block; }
#yb67Mb4usntw4tSMzk9Xo2sMRhTWveGw { top:18.87744140625rem;left:0.34375rem;width:9.124rem;height:1.21875rem;z-index:15049;font-size:0.9375rem;font-weight:700;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#xsNyT2KxVE9Vf9FmT96A6pqThAPw4MWb { width:5.1875rem;height:1.0625rem;top:20.40869140625rem;left:0.5625rem;z-index:15024;background-color:#69ca2a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;font-size:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;font-weight:700;font-style:normal;display:block; }
#Krs44VBkiq4nOgU6ASTh1lI0FSw6T82E { display:block; }
#kF6x4eVQvic9TdTinaJt3vRUxd4N6IFn { top:3.5rem;left:0rem;width:9.1875rem;height:9.1875rem;z-index:15003;overflow:hidden;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
#ctxcSA0dAlFG4aywRo4UTcsu3P40Nnis { top:3.5rem;left:11.9375rem;width:3.375rem;height:9.1875rem;z-index:15005;overflow:hidden;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
#curayCu6iia0pvM9Ul6pM2RtR4hx2PD6 { top:3.5rem;left:15.125rem;width:3.375rem;height:9.1875rem;z-index:15006;overflow:hidden;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
#Ge49g71nCubuqzNTyale2PXJQoEBPsUF { width:5.1875rem;height:1.0625rem;top:20.47119140625rem;left:10.7421875rem;z-index:15025;background-color:#69ca2a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;font-size:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;font-weight:700;font-style:normal;display:block; }
#zeAw8ydUfLI9MiIFkRxuLnRSbBOIsRhT { display:block; }
#ZAmbkcJ6xTIXeHDGmiUA5FJadVE3rfDL { top:18.75244140625rem;left:10.46923828125rem;width:9.1235625rem;height:1.21875rem;z-index:15050;font-size:0.9375rem;font-weight:700;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#UkvdiedTOnakBNv9CATteLTspS5tNcNt { width:8.9375rem;height:2.3125rem;top:22.5791015625rem;left:10.5625rem;z-index:15025;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-size:0.9375rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;font-weight:400;font-style:normal;display:block; }
#C94KLgIeQeMvWhWLaDT1GIC1vuV6bMaE { display:block; }
#mMEzBk8Tteme0mlQpB94V7Ieweq4SMve { top:13.875rem;left:10.375rem;width:9.1875rem;height:1.04980625rem;z-index:15002;font-weight:700;font-style:normal;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
#IBcc7GWieOrsu4BoC4n04sz4tT46Eb1N { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IBcc7GWieOrsu4BoC4n04sz4tT46Eb1N > .row .container { background-color: transparent; background-image: none; }#IBcc7GWieOrsu4BoC4n04sz4tT46Eb1N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IBcc7GWieOrsu4BoC4n04sz4tT46Eb1N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IBcc7GWieOrsu4BoC4n04sz4tT46Eb1N > .row .container > .video-iframe-container { display: none; }#IBcc7GWieOrsu4BoC4n04sz4tT46Eb1N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IBcc7GWieOrsu4BoC4n04sz4tT46Eb1N > .row > .video-iframe-container { display: none; }#IBcc7GWieOrsu4BoC4n04sz4tT46Eb1N > .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); }#IBcc7GWieOrsu4BoC4n04sz4tT46Eb1N > .row .container { border-width: 0; border-radius: 0; }#IBcc7GWieOrsu4BoC4n04sz4tT46Eb1N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IBcc7GWieOrsu4BoC4n04sz4tT46Eb1N > .row .container { width:20rem;height:6.375rem;position:relative;display:block; }#WxOH3WzdlP55FcBoVfFarTntOiFTk6wg { top:3.125rem;left:0rem;width:20rem;height:2.6875rem;z-index:15000;overflow:hidden;display:block; }
#TCis7mOQqf5z4OG2ZtM4MXvrvyQqcFx2 { top:1.875rem;left:3.75rem;width:12.5rem;height:0.89355625rem;z-index:15002;text-align:center;text-align-last:center;font-size:0.6875rem;font-weight:700;font-style:normal;display:block; }
#fNKNZTCStiHEm9rHznBp66hpsd2mGyB1 { top:0.6875rem;left:0.125rem;width:19.625rem;height:0.8125rem;z-index:15003;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;background-color:transparent;background-image:none;display:block; }
#mJWD0AcxI066kC7rbRKL9GJ2GNZiBFgg { top:0.74853515625rem;left:0.18701171875rem;width:16.6875rem;height:0.8125rem;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#fBofPxKWbTB380VcXwX9w6cdznBUzob3 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fBofPxKWbTB380VcXwX9w6cdznBUzob3 > .row .container { background-color: transparent; background-image: none; }#fBofPxKWbTB380VcXwX9w6cdznBUzob3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBofPxKWbTB380VcXwX9w6cdznBUzob3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBofPxKWbTB380VcXwX9w6cdznBUzob3 > .row .container > .video-iframe-container { display: none; }#fBofPxKWbTB380VcXwX9w6cdznBUzob3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBofPxKWbTB380VcXwX9w6cdznBUzob3 > .row > .video-iframe-container { display: none; }#fBofPxKWbTB380VcXwX9w6cdznBUzob3 > .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); }#fBofPxKWbTB380VcXwX9w6cdznBUzob3 > .row .container { border-width: 0; border-radius: 0; }#fBofPxKWbTB380VcXwX9w6cdznBUzob3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fBofPxKWbTB380VcXwX9w6cdznBUzob3 > .row .container { width:20rem;height:7rem;position:relative;display:block; }#KyUZDtKqGovHNbvtFEMRwCiTSCZT9RWE { top:0rem;left:12.375rem;width:6.4375rem;height:1.875rem;z-index:15035;overflow:hidden;display:block; }
#TStQozg7x2I4iMQ8gT8ZQCAOVD6pLg4i { width:20rem;height:33.25rem;top:4.3125rem;left:0rem;display:none; }
#S7IsMKschiOQEpkzcLaWEGkOM3URvC29 { top:22.625rem;left:0rem;width:20rem;height:auto;z-index:15072;font-family:arial;font-size:0.8125rem;text-align:left;text-align-last:left;color:#000000;display:none; }
#lDtoZAvNX4EubysoQNrmpi6wo5rA2bmn { top:0.125rem;left:0rem;width:20rem;height:6.125rem;z-index:14991;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf6f6;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.07) ;display:block; }
#oKhOw9BDXTVoNwI2ZZvMF491y7sC9xdC { top:2.125rem;left:0.5625rem;width:19.0625rem;height:3.41161875rem;z-index:15023;font-family:brown;font-size:0.875rem;text-align:left;text-align-last:left;color:#000000;display:block; }
#DNSzTTyyao8RUGyfgsTTzNn3ONnPvyHs { display:flex;top:0.5625rem;left:3.1875rem;width:0.87456875rem;height:0.87456875rem;z-index:15031;font-size:0.5625rem; }
#avFTtJqaNgG62rvG1BW5AgQBBySJUt0b { display:flex;top:0.5625rem;left:4.125rem;width:0.87456875rem;height:0.87456875rem;z-index:15032;font-size:0.5625rem; }
#I6WlZMuBPEIqNH5XQ3Tqfi0UhTGkDvdy { display:flex;top:0.5625rem;left:2.3125rem;width:0.87456875rem;height:0.87456875rem;z-index:15030;font-size:0.5625rem; }
#wOAfzyZfF8huQXvhTCJCT6DuGBrKhOAn { display:flex;top:0.5625rem;left:1.375rem;width:0.87456875rem;height:0.87456875rem;z-index:15029;font-size:0.5625rem; }
#vGNf2ZtlF2LSuyo4iHTmrStkxs6xEiCO { display:flex;top:0.5625rem;left:0.5rem;width:0.87456875rem;height:0.87456875rem;z-index:15028;font-size:0.5625rem; }
#ZfpoCvBzti24sJF4NyQmC2QeqAUH6uqf { top:0.6875rem;left:5.375rem;width:4.6875rem;height:0.89355625rem;z-index:15003;text-align:center;text-align-last:center;font-size:0.6875rem;font-weight:700;font-style:normal;display:block; }
#JGAhcEmk3ItZkiWbD4Ie7fCimKvca8t7 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#JGAhcEmk3ItZkiWbD4Ie7fCimKvca8t7 > .row .container { background-color: transparent; background-image: none; }#JGAhcEmk3ItZkiWbD4Ie7fCimKvca8t7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JGAhcEmk3ItZkiWbD4Ie7fCimKvca8t7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JGAhcEmk3ItZkiWbD4Ie7fCimKvca8t7 > .row .container > .video-iframe-container { display: none; }#JGAhcEmk3ItZkiWbD4Ie7fCimKvca8t7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JGAhcEmk3ItZkiWbD4Ie7fCimKvca8t7 > .row > .video-iframe-container { display: none; }#JGAhcEmk3ItZkiWbD4Ie7fCimKvca8t7 > .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); }#JGAhcEmk3ItZkiWbD4Ie7fCimKvca8t7 > .row .container { border-width: 0; border-radius: 0; }#JGAhcEmk3ItZkiWbD4Ie7fCimKvca8t7 > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#JGAhcEmk3ItZkiWbD4Ie7fCimKvca8t7 > .row .container { width:20rem;height:3.3125rem;position:relative;display:block; }#tNE81D9CayQ6t3Sxtc0RLVZPHAvyuqoA { top:0.25rem;left:0rem;width:20rem;height:2.1875rem;z-index:15006;overflow:hidden;display:block; }
#NlTNvavhtnd0Xe0NLaWtXB49P7aRlTaF { top:11.8125rem;left:0rem;width:20rem;height:2.2695035460993rem;z-index:15006;overflow:hidden;display:none; }
#GrrHkvrl6Uy46bB9tm03UbWxFi1OFwX1 { top:1.5rem;left:0rem;width:19rem;height:14rem;z-index:15079;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;color:rgba(0,0,0,0);display:none; }
#i283NOfDXyUMU6LFKxX5tgdoouzo4yq0 { display:block; }
#lZOKfyHVCGNmxeXfydpJsPxXEbTrGfOO { background-color:#faf8f8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lZOKfyHVCGNmxeXfydpJsPxXEbTrGfOO > .row .container { background-color: transparent; background-image: none; }#lZOKfyHVCGNmxeXfydpJsPxXEbTrGfOO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZOKfyHVCGNmxeXfydpJsPxXEbTrGfOO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZOKfyHVCGNmxeXfydpJsPxXEbTrGfOO > .row .container > .video-iframe-container { display: none; }#lZOKfyHVCGNmxeXfydpJsPxXEbTrGfOO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZOKfyHVCGNmxeXfydpJsPxXEbTrGfOO > .row > .video-iframe-container { display: none; }#lZOKfyHVCGNmxeXfydpJsPxXEbTrGfOO > .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); }#lZOKfyHVCGNmxeXfydpJsPxXEbTrGfOO > .row .container { border-width: 0; border-radius: 0; }#lZOKfyHVCGNmxeXfydpJsPxXEbTrGfOO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lZOKfyHVCGNmxeXfydpJsPxXEbTrGfOO > .row .container { width:20rem;height:6.25rem;position:relative;display:block; }#CuwuoCsmL6mFSpSApNdAo56TQcdvB96b { top:3.568359375rem;left:0.3125rem;width:15.0625rem;height:2.19970625rem;z-index:15005;font-size:2rem;font-weight:300;font-style:normal;color:#000000;line-height:1.1;display:block; }
#RXApfwQBGQl5C0EuLmIXKMBeoAdTdeb3 { top:0.875rem;left:0.25rem;width:18rem;height:2.25rem;z-index:15004;font-size:1.875rem;font-weight:400;font-style:normal;color:#000000;line-height:1.2;font-family:canela;display:block; }
#Fn1HGeKP324PIWxA854H9oD63e46ASyR { background-color:#faf8f8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Fn1HGeKP324PIWxA854H9oD63e46ASyR > .row .container { background-color: transparent; background-image: none; }#Fn1HGeKP324PIWxA854H9oD63e46ASyR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fn1HGeKP324PIWxA854H9oD63e46ASyR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fn1HGeKP324PIWxA854H9oD63e46ASyR > .row .container > .video-iframe-container { display: none; }#Fn1HGeKP324PIWxA854H9oD63e46ASyR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fn1HGeKP324PIWxA854H9oD63e46ASyR > .row > .video-iframe-container { display: none; }#Fn1HGeKP324PIWxA854H9oD63e46ASyR > .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); }#Fn1HGeKP324PIWxA854H9oD63e46ASyR > .row .container { border-width: 0; border-radius: 0; }#Fn1HGeKP324PIWxA854H9oD63e46ASyR > .row .container { width:20rem;height:57.8125rem;position:relative;display:block; }#Go5RgGrxpbH7a7bTQgg720UdZBAvsfAC { top:40.5rem;left:0rem;width:20rem;height:16rem;z-index:14990;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9fbe5;background-image:none;display:block; }
#NR6gg9h9O87xCBAib2Q4kDcds7H7l38S { top:53.25rem;left:5.0625rem;width:14.625rem;height:1.13720625rem;z-index:15063;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.875rem;line-height:1.3;text-align:left;text-align-last:left;color:#000000;display:block; }
#fcvzmZIRV9k9eincNJ254MmrTF5GJhSG { top:51.625rem;left:4.75rem;width:14.9375rem;height:1.3999rem;z-index:14996;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;line-height:1.4;text-align:left;text-align-last:left;font-weight:700;font-style:normal;font-family:brown;color:#000000;display:block; }
#B44s6qLrd7CHdC1y1nOE2gg55K2AT0aW { top:41.3125rem;left:0.625rem;width:18.75rem;height:9rem;z-index:15010;overflow:hidden;display:block; }
#shNxNO424TTRRy2U7DhrNGys3EMNvgXi { top:23.6875rem;left:0rem;width:20rem;height:15.8125rem;z-index:14990;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9fbe5;background-image:none;display:block; }
#ypp1XtRQJ9OgIVg0qGWGFiwegRwlXVEk { top:36.3125rem;left:4.75rem;width:14.625rem;height:2.2744125rem;z-index:15063;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.875rem;line-height:1.3;text-align:left;text-align-last:left;color:#000000;display:block; }
#yRtC5wmRNMVzG0qhSpsm7uNbKOOMTd4v { top:34.6875rem;left:4.75rem;width:16.5rem;height:1.3999rem;z-index:14996;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;line-height:1.4;text-align:left;text-align-last:left;font-weight:700;font-style:normal;font-family:brown;color:#000000;display:block; }
#JE3ANGDyovgroXk0KmT0hrvXB9JDwUB1 { top:24.3125rem;left:0.75rem;width:18.5rem;height:9.625rem;z-index:15010;overflow:hidden;display:block; }
#VR08RDhH4pN4rW9nm711oOD11Pztflll { top:7.4375rem;left:0rem;width:20rem;height:15.3125rem;z-index:14989;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9fbe5;background-image:none;display:block; }
#VQbNuAeX4yfs2DK5mLpq5fTF9mL1DWqS { top:19.625rem;left:4.75rem;width:14.625rem;height:1.13720625rem;z-index:15063;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.875rem;line-height:1.3;text-align:left;text-align-last:left;color:#000000;display:block; }
#DnoGe8fDwu9XtihAZDxBt9IRypsPxlE8 { top:18rem;left:4.75rem;width:14.4375rem;height:1.3999rem;z-index:14996;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;line-height:1.4;text-align:left;text-align-last:left;font-weight:700;font-style:normal;font-family:brown;color:#000000;display:block; }
#CVRMeywgmLUw9Qs6zw1BZNcR8KCzzLlc { top:7.9375rem;left:0.8125rem;width:18.3125rem;height:9.375rem;z-index:15010;overflow:hidden;display:block; }
#Z94RTH1DkKOIAQwqTZcHZXg1SiE8c0eT { top:0.625rem;left:0rem;width:20rem;height:3.9375rem;z-index:15007;font-weight:400;font-style:normal;font-size:0.9375rem;line-height:1.4;display:block; }
#TGqJTOcqKsnmlyBNeQhqob8FgVpG2xGn { top:51.625rem;left:0.625rem;width:4rem;height:4rem;z-index:14994;overflow:hidden;display:block; }
#CikHHNFuivxpVmQHyvGAh0wChSHwIxUT { top:52.8125rem;left:0.6875rem;width:3.9995125rem;height:1.6621125rem;z-index:15068;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.1875rem;line-height:1.4;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#000000;display:block; }
#zC5ZWKOmCl9Anw4RD85Pkd3tsTpuNG5i { top:18.0625rem;left:0rem;width:3.875rem;height:3.875rem;z-index:14994;overflow:hidden;display:block; }
#GcCtuoruFe6VHK9h6HfCmTZ9LAnGw7ud { top:19.1875rem;left:0rem;width:3.9995125rem;height:1.6621125rem;z-index:15068;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.1875rem;line-height:1.4;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#000000;display:block; }
#ZlDN6qanfdmM0QOIRdPBTNnu5Z2VIMZL { top:34.5rem;left:0.3125rem;width:4rem;height:4rem;z-index:14994;overflow:hidden;display:block; }
#MXxbUEAQKAhrQsL09TKXT9DbAFeSJVow { top:35.6875rem;left:0.375rem;width:3.9995125rem;height:1.6621125rem;z-index:15068;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.1875rem;line-height:1.4;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#000000;display:block; }
#HTTf6ngUSkrQuxn47Jq1C6APFbUBN9hO { top:0.875rem;left:0rem;width:19rem;height:27.25rem;z-index:15079;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;color:rgba(0,0,0,0);display:none; }
#spi5TuvnymJisNp5CgvAmnEJrT1LfrV7 { display:block; }
#mR7hGOggfmPzLfrRkQcTsS2iMhg3MhBT { top:5.25rem;left:0rem;width:20rem;height:1.3125rem;z-index:15008;font-weight:400;font-style:normal;font-size:0.9375rem;line-height:1.4;display:block; }
#NWlUUn6XoWtIKxAfM93Looo8fexAMTVN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/80a9f22c-b5c3-4598-8896-49b062af9a6f/ALL53252TC_STAR.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NWlUUn6XoWtIKxAfM93Looo8fexAMTVN.adaptive-delivery-prevent-bg, #NWlUUn6XoWtIKxAfM93Looo8fexAMTVN.lazyload, #NWlUUn6XoWtIKxAfM93Looo8fexAMTVN.lazyloading { background-image: none; }#NWlUUn6XoWtIKxAfM93Looo8fexAMTVN > .row .container { background-color: transparent; background-image: none; }#NWlUUn6XoWtIKxAfM93Looo8fexAMTVN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWlUUn6XoWtIKxAfM93Looo8fexAMTVN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWlUUn6XoWtIKxAfM93Looo8fexAMTVN > .row .container > .video-iframe-container { display: none; }#NWlUUn6XoWtIKxAfM93Looo8fexAMTVN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWlUUn6XoWtIKxAfM93Looo8fexAMTVN > .row > .video-iframe-container { display: none; }#NWlUUn6XoWtIKxAfM93Looo8fexAMTVN > .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); }#NWlUUn6XoWtIKxAfM93Looo8fexAMTVN > .row .container { border-width: 0; border-radius: 0; }#NWlUUn6XoWtIKxAfM93Looo8fexAMTVN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NWlUUn6XoWtIKxAfM93Looo8fexAMTVN > .row .container { width:20rem;height:22.5rem;position:relative;display:block; }#MSP9lO5Tof8wefqB5HhOOyh8FTD10MLE { top:3.568359375rem;left:0.5rem;width:15.0625rem;height:2.19970625rem;z-index:15005;font-size:2rem;font-weight:300;font-style:normal;color:#000000;line-height:1.1;display:block; }
#NPScnA8KKQe5RBDfSd9ATSqrNDf4RT0B { top:0.875rem;left:0.5rem;width:18rem;height:2.25rem;z-index:15004;font-size:1.875rem;font-weight:400;font-style:normal;color:#000000;line-height:1.2;font-family:canela;display:block; }
#hayx82e6TEqbhGUMMyS7xf3ktlZlifHe { top:6.46875rem;left:0.4375rem;width:19.125rem;height:15.125rem;z-index:14992;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(250,246,246,0.68);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.07) ;display:block; }
#RLQwFzaNVwrNsACgGVzSC2wnKv0sVE6D { top:7.42578125rem;left:0.9375rem;width:18.3125rem;height:13.125rem;z-index:15071;color:#000000;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
#g55eEA46QtVksalTU7akt6ihzsCWgkFg { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/57cb4851-0169-445b-869d-48346d0add0e/TheCuresalespageshero4.crop_2160x1777_0,146.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#g55eEA46QtVksalTU7akt6ihzsCWgkFg.adaptive-delivery-prevent-bg, #g55eEA46QtVksalTU7akt6ihzsCWgkFg.lazyload, #g55eEA46QtVksalTU7akt6ihzsCWgkFg.lazyloading { background-image: none; }#g55eEA46QtVksalTU7akt6ihzsCWgkFg > .row .container { background-color: transparent; background-image: none; }#g55eEA46QtVksalTU7akt6ihzsCWgkFg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g55eEA46QtVksalTU7akt6ihzsCWgkFg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g55eEA46QtVksalTU7akt6ihzsCWgkFg > .row .container > .video-iframe-container { display: none; }#g55eEA46QtVksalTU7akt6ihzsCWgkFg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g55eEA46QtVksalTU7akt6ihzsCWgkFg > .row > .video-iframe-container { display: none; }#g55eEA46QtVksalTU7akt6ihzsCWgkFg > .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); }#g55eEA46QtVksalTU7akt6ihzsCWgkFg > .row .container { border-width: 0; border-radius: 0; }#g55eEA46QtVksalTU7akt6ihzsCWgkFg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g55eEA46QtVksalTU7akt6ihzsCWgkFg > .row .container { width:20rem;height:16.0625rem;position:relative;display:block; }#vUKuGb8VlKJTvvvWVp11Z95mHZu18czX { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/80a9f22c-b5c3-4598-8896-49b062af9a6f/ALL53252TC_STAR.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vUKuGb8VlKJTvvvWVp11Z95mHZu18czX.adaptive-delivery-prevent-bg, #vUKuGb8VlKJTvvvWVp11Z95mHZu18czX.lazyload, #vUKuGb8VlKJTvvvWVp11Z95mHZu18czX.lazyloading { background-image: none; }#vUKuGb8VlKJTvvvWVp11Z95mHZu18czX > .row .container { background-color: transparent; background-image: none; }#vUKuGb8VlKJTvvvWVp11Z95mHZu18czX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUKuGb8VlKJTvvvWVp11Z95mHZu18czX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUKuGb8VlKJTvvvWVp11Z95mHZu18czX > .row .container > .video-iframe-container { display: none; }#vUKuGb8VlKJTvvvWVp11Z95mHZu18czX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUKuGb8VlKJTvvvWVp11Z95mHZu18czX > .row > .video-iframe-container { display: none; }#vUKuGb8VlKJTvvvWVp11Z95mHZu18czX > .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); }#vUKuGb8VlKJTvvvWVp11Z95mHZu18czX > .row .container { border-width: 0; border-radius: 0; }#vUKuGb8VlKJTvvvWVp11Z95mHZu18czX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vUKuGb8VlKJTvvvWVp11Z95mHZu18czX > .row .container { width:20rem;height:12.5rem;position:relative;display:block; }#Op12AKC1F4x0TUyQOJlonTC5EIzaHzlr { top:1.875rem;left:0.4375rem;width:19.125rem;height:9.0625rem;z-index:14992;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(250,246,246,0.68);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.07) ;display:block; }
#ThrWuPBT6R5X29aT3XwKRiA1rLAqTkM7 { top:2.375rem;left:0.9375rem;width:18.1875rem;height:7.875rem;z-index:15006;font-size:0.9375rem;color:#000000;line-height:1.4;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ToRgErKTAHdxi1aeRi0a9yqmbRhmeD8K { background-color:#faf8f8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ToRgErKTAHdxi1aeRi0a9yqmbRhmeD8K > .row .container { background-color: transparent; background-image: none; }#ToRgErKTAHdxi1aeRi0a9yqmbRhmeD8K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToRgErKTAHdxi1aeRi0a9yqmbRhmeD8K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToRgErKTAHdxi1aeRi0a9yqmbRhmeD8K > .row .container > .video-iframe-container { display: none; }#ToRgErKTAHdxi1aeRi0a9yqmbRhmeD8K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToRgErKTAHdxi1aeRi0a9yqmbRhmeD8K > .row > .video-iframe-container { display: none; }#ToRgErKTAHdxi1aeRi0a9yqmbRhmeD8K > .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); }#ToRgErKTAHdxi1aeRi0a9yqmbRhmeD8K > .row .container { border-width: 0; border-radius: 0; }#ToRgErKTAHdxi1aeRi0a9yqmbRhmeD8K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ToRgErKTAHdxi1aeRi0a9yqmbRhmeD8K > .row .container { width:20rem;height:6.25rem;position:relative;display:block; }#BazXRZyVyWcMrhLZZ3wh9SsfBEqDK52I { top:1.21875rem;left:0.3125rem;width:17.75rem;height:2.32470625rem;z-index:15005;font-size:1.9375rem;font-weight:400;font-style:normal;color:#000000;line-height:1.2;font-family:canela;display:block; }
#wyhClT7K4VcC5o0qJFH3egnPdtIuThou { top:3.91796875rem;left:0.375rem;width:18.6875rem;height:1.92480625rem;z-index:15006;font-size:1.75rem;font-weight:300;font-style:normal;color:#000000;line-height:1.1;display:block; }
#rbtwMts6T9V2snJ0y570tcO80pfdRFoB { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/49da8953-3293-4440-8b1a-b4e98b824284/ChatGPTImage12sept202509_40_07.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rbtwMts6T9V2snJ0y570tcO80pfdRFoB.adaptive-delivery-prevent-bg, #rbtwMts6T9V2snJ0y570tcO80pfdRFoB.lazyload, #rbtwMts6T9V2snJ0y570tcO80pfdRFoB.lazyloading { background-image: none; }#rbtwMts6T9V2snJ0y570tcO80pfdRFoB > .row .container { background-color: transparent; background-image: none; }#rbtwMts6T9V2snJ0y570tcO80pfdRFoB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rbtwMts6T9V2snJ0y570tcO80pfdRFoB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rbtwMts6T9V2snJ0y570tcO80pfdRFoB > .row .container > .video-iframe-container { display: none; }#rbtwMts6T9V2snJ0y570tcO80pfdRFoB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rbtwMts6T9V2snJ0y570tcO80pfdRFoB > .row > .video-iframe-container { display: none; }#rbtwMts6T9V2snJ0y570tcO80pfdRFoB > .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); }#rbtwMts6T9V2snJ0y570tcO80pfdRFoB > .row .container { border-width: 0; border-radius: 0; }#rbtwMts6T9V2snJ0y570tcO80pfdRFoB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rbtwMts6T9V2snJ0y570tcO80pfdRFoB > .row .container { width:20rem;height:22.625rem;position:relative;display:block; }#AD2VEgCSfTEEcGndPafOgESWFA48sPt8 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AD2VEgCSfTEEcGndPafOgESWFA48sPt8 > .row .container { background-color: transparent; background-image: none; }#AD2VEgCSfTEEcGndPafOgESWFA48sPt8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AD2VEgCSfTEEcGndPafOgESWFA48sPt8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AD2VEgCSfTEEcGndPafOgESWFA48sPt8 > .row .container > .video-iframe-container { display: none; }#AD2VEgCSfTEEcGndPafOgESWFA48sPt8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AD2VEgCSfTEEcGndPafOgESWFA48sPt8 > .row > .video-iframe-container { display: none; }#AD2VEgCSfTEEcGndPafOgESWFA48sPt8 > .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); }#AD2VEgCSfTEEcGndPafOgESWFA48sPt8 > .row .container { border-width: 0; border-radius: 0; }#AD2VEgCSfTEEcGndPafOgESWFA48sPt8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AD2VEgCSfTEEcGndPafOgESWFA48sPt8 > .row .container { width:20rem;height:5.75rem;position:relative;display:block; }#KbOkqei58NQzTfcNqSTpTkTWIFJdun6a { top:0.75rem;left:0.1875rem;width:17.75rem;height:2.32470625rem;z-index:15006;font-size:1.9375rem;font-weight:400;font-style:normal;color:#000000;line-height:1.2;font-family:canela;display:block; }
#DqQxsqvJWfnuZGSWQQd5F3nDxMMntxbE { top:3.32421875rem;left:0.125rem;width:18.6875rem;height:1.92480625rem;z-index:15007;font-size:1.75rem;font-weight:300;font-style:normal;color:#000000;line-height:1.1;display:block; }
#NwNlk9gqayQkzO3XtK0sPhZpsJSuFHNL { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NwNlk9gqayQkzO3XtK0sPhZpsJSuFHNL > .row .container { background-color: transparent; background-image: none; }#NwNlk9gqayQkzO3XtK0sPhZpsJSuFHNL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwNlk9gqayQkzO3XtK0sPhZpsJSuFHNL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwNlk9gqayQkzO3XtK0sPhZpsJSuFHNL > .row .container > .video-iframe-container { display: none; }#NwNlk9gqayQkzO3XtK0sPhZpsJSuFHNL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwNlk9gqayQkzO3XtK0sPhZpsJSuFHNL > .row > .video-iframe-container { display: none; }#NwNlk9gqayQkzO3XtK0sPhZpsJSuFHNL > .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); }#NwNlk9gqayQkzO3XtK0sPhZpsJSuFHNL > .row .container { border-width: 0; border-radius: 0; }#NwNlk9gqayQkzO3XtK0sPhZpsJSuFHNL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NwNlk9gqayQkzO3XtK0sPhZpsJSuFHNL > .row .container { width:20rem;height:15.625rem;position:relative;display:block; }#VSTLn6D5x0RD8RdpCd8Nms563hnILnxn { top:0.4375rem;left:0rem;width:20rem;height:14.5rem;z-index:15000;overflow:hidden;display:block; }
#sQMRpNt6ROtPh3OOt0mgp4vakyV7VS8X { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fe7116ba-66d3-4a2f-b400-531ba8b522f0/TheCuresalespageshero2.crop_1596x1777_244,383.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sQMRpNt6ROtPh3OOt0mgp4vakyV7VS8X.adaptive-delivery-prevent-bg, #sQMRpNt6ROtPh3OOt0mgp4vakyV7VS8X.lazyload, #sQMRpNt6ROtPh3OOt0mgp4vakyV7VS8X.lazyloading { background-image: none; }#sQMRpNt6ROtPh3OOt0mgp4vakyV7VS8X > .row .container { background-color: transparent; background-image: none; }#sQMRpNt6ROtPh3OOt0mgp4vakyV7VS8X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQMRpNt6ROtPh3OOt0mgp4vakyV7VS8X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQMRpNt6ROtPh3OOt0mgp4vakyV7VS8X > .row .container > .video-iframe-container { display: none; }#sQMRpNt6ROtPh3OOt0mgp4vakyV7VS8X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQMRpNt6ROtPh3OOt0mgp4vakyV7VS8X > .row > .video-iframe-container { display: none; }#sQMRpNt6ROtPh3OOt0mgp4vakyV7VS8X > .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); }#sQMRpNt6ROtPh3OOt0mgp4vakyV7VS8X > .row .container { border-width: 0; border-radius: 0; }#sQMRpNt6ROtPh3OOt0mgp4vakyV7VS8X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sQMRpNt6ROtPh3OOt0mgp4vakyV7VS8X > .row .container { width:20rem;height:22.5rem;position:relative;display:block; }#AVJACzTZJVn9LnfvS9u5In78F5rFoUA4 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#AVJACzTZJVn9LnfvS9u5In78F5rFoUA4 > .row .container { border-width: 0; border-radius: 0; }#AVJACzTZJVn9LnfvS9u5In78F5rFoUA4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AVJACzTZJVn9LnfvS9u5In78F5rFoUA4 > .row .container { width:20rem;height:18.4375rem;position:relative;display:none; }#P2S2t41RzP8XKCzBZ87cH82s91LObdT6 { top:0.8125rem;left:0rem;width:20rem;height:2.625rem;z-index:15071;color:#000000;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
#MwvaHdkXstnyQixPpVFeXThSPPN8kNoU { top:4.125rem;left:0rem;width:20rem;height:3.9375rem;z-index:15072;color:#000000;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
#HLCSoF1w0xOVCB814GT7KiMH5GW42cKr { top:8.5625rem;left:0rem;width:20rem;height:2.625rem;z-index:15073;color:#000000;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
#PsZWqPVxbBy3FPQ9wT4BMrqQhoq3Azmi { top:11.8125rem;left:0rem;width:20rem;height:2.625rem;z-index:15074;color:#000000;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
#SZw9mxf60N718TD25orsT480T6wGMZpS { top:15.0625rem;left:0rem;width:20rem;height:2.625rem;z-index:15075;color:#000000;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
#st1134nuh12AXd7THB71qgqVGylGtMOl { display:block; }#st1134nuh12AXd7THB71qgqVGylGtMOl > .row .container { width:20rem;height:1.875rem;position:relative;display:block; }#JCQwaKkh8PXvDQipqgRPdLv6k5ASZQDr { display:block; }#JCQwaKkh8PXvDQipqgRPdLv6k5ASZQDr > .row .container { width:20rem;height:0.625rem;position:relative;display:block; }#kT03SzyfZe7uCVNXko4OsUbnBqShh9Wr { width:20rem;height:0.125rem;top:0.0625rem;left:0rem;display:block; }
#EQkUEhyR0yNXrgFIl5qKManIO459X3y3 { display:block; }#EQkUEhyR0yNXrgFIl5qKManIO459X3y3 > .row .container { width:20rem;height:9.8125rem;position:relative;display:block; }#qbB4C55HDqVCx49537oeaOpl6M71h7ux { top:0.470703125rem;left:1.0625rem;width:18.375rem;height:1.71875rem;z-index:15005;font-size:1.5625rem;font-weight:400;font-style:normal;color:#000000;line-height:1.1;display:block; }
#qsnP7KOTCZeTS5kdtTeefq3hIDqqivFs { top:7.375rem;left:4.1875rem;width:12.3125rem;height:1.3125rem;z-index:15072;color:#000000;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
#Cl521Wc7d69zEqrXwKm5nRIyGxpCy2lK { top:2.626953125rem;left:7.5625rem;width:2.75rem;height:3.0249rem;z-index:15006;font-size:2.75rem;font-weight:700;font-style:normal;color:#000000;line-height:1.1;display:block; }
#DtS7aOBNyToXl01p06ZzbbT1OMH8z2S6 { display:flex;top:5.625rem;left:7.4375rem;width:0.9375rem;height:0.9375rem;z-index:15035;font-size:0.625rem; }
#ZirTFbDrq7wKGLDTvc2AEcyqqpyzXiwn { display:flex;top:5.625rem;left:8.375rem;width:0.9375rem;height:0.9375rem;z-index:15036;font-size:0.625rem; }
#GwVVwLAbZ1PcBg7vJGAEKg6t1n8ckKcn { display:flex;top:5.625rem;left:9.375rem;width:0.9375rem;height:0.9375rem;z-index:15037;font-size:0.625rem; }
#Q0EsTuNh781Sgvowr853rTgE3R5Ey3Kq { display:flex;top:5.625rem;left:10.375rem;width:0.9375rem;height:0.9375rem;z-index:15038;font-size:0.625rem; }
#crlG2t5J7nEkfJ06TsmJlUMIAoyKTRJI { display:flex;top:5.625rem;left:11.375rem;width:0.9375rem;height:0.9375rem;z-index:15039;font-size:0.625rem; }
#KSnPDr8VBPsSTEJXxIwJZmZgvL9VSu8Q { background-color:#faf8f8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KSnPDr8VBPsSTEJXxIwJZmZgvL9VSu8Q > .row .container { background-color: transparent; background-image: none; }#KSnPDr8VBPsSTEJXxIwJZmZgvL9VSu8Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KSnPDr8VBPsSTEJXxIwJZmZgvL9VSu8Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KSnPDr8VBPsSTEJXxIwJZmZgvL9VSu8Q > .row .container > .video-iframe-container { display: none; }#KSnPDr8VBPsSTEJXxIwJZmZgvL9VSu8Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KSnPDr8VBPsSTEJXxIwJZmZgvL9VSu8Q > .row > .video-iframe-container { display: none; }#KSnPDr8VBPsSTEJXxIwJZmZgvL9VSu8Q > .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); }#KSnPDr8VBPsSTEJXxIwJZmZgvL9VSu8Q > .row .container { border-width: 0; border-radius: 0; }#KSnPDr8VBPsSTEJXxIwJZmZgvL9VSu8Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KSnPDr8VBPsSTEJXxIwJZmZgvL9VSu8Q > .row .container { width:20rem;height:16.1875rem;position:relative;display:block; }#zdEWI0e0CZ524LZr3py7PV1kP35Ttlo2 { width:20rem;height:24.966139954853rem;top:1.9375rem;left:0rem;display:none; }
#hH0MmEiTC04orFX9iSTKSvd2Ft28IUsu { top:4.1875rem;left:0rem;width:20rem;height:auto;z-index:15004;font-size:2rem;font-weight:400;font-style:normal;color:#000000;line-height:1.2;font-family:canela;display:none; }
#izub1Zx8LwVXOJWU4siroehfHiFZKKzV { top:1.8125rem;left:0rem;width:20rem;height:auto;z-index:15005;font-size:2rem;font-weight:300;font-style:normal;color:#000000;line-height:1.1;display:none; }
#uEdqFSk0LhQ6dqd36OEv0xNcDMd0TC8L { top:0.1875rem;left:0rem;width:19rem;height:36.25rem;z-index:15003;background-color:transparent;background-image:none;color:rgba(0,0,0,0);display:none; }
#MvQl0mlOatRzNIwm74J7kZ3ex1s29BIs { display:block; }
#xssF9IceAEZLBShHHWRNC32Th19axK5X { top:8.4375rem;left:0rem;width:20rem;height:6.9375rem;z-index:14997;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.0625rem solid #515151;border-left:0.0625rem solid #515151;border-right:0.0625rem solid #515151;border-bottom:0.0625rem solid #515151;display:block; }
#T6JlMk9f4K9T8HRuehDuSyFxxydW3Ck7 { top:11.0625rem;left:0.1875rem;width:19.75rem;height:3.673825rem;z-index:15006;font-size:0.875rem;color:#000000;line-height:1.4;font-family:brown;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iuOiwKumeNpQKXNlirDvWIVbTRiHkQJn { top:9.3125rem;left:6.1875rem;width:13.8125rem;height:0.82470625rem;z-index:15008;font-size:0.6875rem;color:#000000;line-height:1.2;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XgQnANro7aAtF6DuQcJEXSCQ1C70a0mk { width:7.9375rem;height:1.1875rem;top:8.9375rem;left:11.1875rem;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#hPUuuDe2O2CI7FaPbnGqGLFdp9lmE7uI { display:flex;top:9rem;left:11.5rem;width:1.0625rem;height:1.0625rem;z-index:15037;font-size:0.6875rem; }
#zAA9W83R6P9I7vyAqbF9UkSlD7cOfKw8 { top:9.0625rem;left:12.6875rem;width:6rem;height:0.9624rem;z-index:15073;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.6875rem;line-height:1.4;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
#pV5iS0Xrvd6D9OpFcOvHndlMDDSZC6hF { top:2.875rem;left:0.25rem;width:19.625rem;height:3.673825rem;z-index:15006;font-size:0.875rem;color:#000000;line-height:1.4;font-family:brown;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IBQuco6ImMqT5FAnxC17dhU1LTH9tgNl { top:0.3125rem;left:0rem;width:20rem;height:6.9375rem;z-index:14997;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.0625rem solid #515151;border-left:0.0625rem solid #515151;border-right:0.0625rem solid #515151;border-bottom:0.0625rem solid #515151;display:block; }
#h1MUohn8rhLmv4g3ThaBG6JHfBOEZLCM { display:flex;top:9.1875rem;left:4.8125rem;width:0.9375rem;height:0.9375rem;z-index:15034;font-size:0.625rem; }
#ofX20MX7KlFh6RoU1oTElvLfCOUOodXw { display:flex;top:9.1875rem;left:3.875rem;width:0.9375rem;height:0.9375rem;z-index:15033;font-size:0.625rem; }
#h7pg3EudAB5OeTRNTs3FKTlTbkfEi022 { display:flex;top:9.1875rem;left:2.9375rem;width:0.9375rem;height:0.9375rem;z-index:15032;font-size:0.625rem; }
#GHywwrwnW2g8ldfGpqW4mFKe998CTDDD { display:flex;top:9.1875rem;left:2rem;width:0.9375rem;height:0.9375rem;z-index:15031;font-size:0.625rem; }
#N73ZVN9gT47FNkLt8P5ql0HTSgTO7Zh9 { top:1.1875rem;left:6.1875rem;width:13.8125rem;height:0.82470625rem;z-index:15008;font-size:0.6875rem;color:#000000;line-height:1.2;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k6dB0qoP4gP4t3KsGi6S3OI20te20sn3 { display:flex;top:1.0625rem;left:1.0625rem;width:0.9375rem;height:0.9375rem;z-index:15030;font-size:0.625rem; }
#fAkX0GxOFXndVqJzwVmPnOTSxzLLdHv2 { display:flex;top:1.0625rem;left:2rem;width:0.9375rem;height:0.9375rem;z-index:15031;font-size:0.625rem; }
#SpqAkpzthgHBaeuHt8Z7nZovCJAIItZS { display:flex;top:1.0625rem;left:2.9375rem;width:0.9375rem;height:0.9375rem;z-index:15032;font-size:0.625rem; }
#AimyAOAC3tF4AoixpdzTmvVQyhuTH3IF { display:flex;top:1.0625rem;left:3.875rem;width:0.9375rem;height:0.9375rem;z-index:15033;font-size:0.625rem; }
#vOKEGqk6VM4niqNTbCMVs9zCFz3VTSEm { display:flex;top:1.0625rem;left:4.8125rem;width:0.9375rem;height:0.9375rem;z-index:15034;font-size:0.625rem; }
#grmMR9fmJLHEbP2Ix5JJQaQQV2CHurs5 { width:7.9375rem;height:1.1875rem;top:0.75rem;left:11.0625rem;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#AyZ5uWbzyqNyVDboCSZ60x4ymNT2yGUz { display:flex;top:0.875rem;left:11.5rem;width:1.0625rem;height:1.0625rem;z-index:15037;font-size:0.6875rem; }
#ZSS5y5yJgfmTM64oOQ0reKdMok08twZ2 { display:flex;top:9.1875rem;left:1.0625rem;width:0.9375rem;height:0.9375rem;z-index:15030;font-size:0.625rem; }
#T4xIVQW83T5WMeXv1J3ANnnVx1kZcvAt { top:0.9375rem;left:12.6875rem;width:6rem;height:0.9624rem;z-index:15073;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.6875rem;line-height:1.4;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
#CMr6sFEcTJVpXhrColxKUGk3suCpPu5V { background-color:#faf8f8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CMr6sFEcTJVpXhrColxKUGk3suCpPu5V > .row .container { background-color: transparent; background-image: none; }#CMr6sFEcTJVpXhrColxKUGk3suCpPu5V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CMr6sFEcTJVpXhrColxKUGk3suCpPu5V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CMr6sFEcTJVpXhrColxKUGk3suCpPu5V > .row .container > .video-iframe-container { display: none; }#CMr6sFEcTJVpXhrColxKUGk3suCpPu5V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CMr6sFEcTJVpXhrColxKUGk3suCpPu5V > .row > .video-iframe-container { display: none; }#CMr6sFEcTJVpXhrColxKUGk3suCpPu5V > .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); }#CMr6sFEcTJVpXhrColxKUGk3suCpPu5V > .row .container { border-width: 0; border-radius: 0; }#CMr6sFEcTJVpXhrColxKUGk3suCpPu5V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CMr6sFEcTJVpXhrColxKUGk3suCpPu5V > .row .container { width:20rem;height:16.375rem;position:relative;display:block; }#n8dkkBkkiyTqFgbfb7r8S2BLsViTqckH { width:20rem;height:24.966139954853rem;top:1.9375rem;left:0rem;display:none; }
#JF20iMPBpOyRZtaliKlx0ciGm6H4Vwu2 { top:4.1875rem;left:0rem;width:20rem;height:auto;z-index:15004;font-size:2rem;font-weight:400;font-style:normal;color:#000000;line-height:1.2;font-family:canela;display:none; }
#mKOkRW3AvONs76lThOtBf99ZVylrm5lN { top:1.8125rem;left:0rem;width:20rem;height:auto;z-index:15005;font-size:2rem;font-weight:300;font-style:normal;color:#000000;line-height:1.1;display:none; }
#UEMawsCX8eH9vvIicUzNILrnMTf5c713 { top:0.1875rem;left:0rem;width:19rem;height:36.25rem;z-index:15003;background-color:transparent;background-image:none;color:rgba(0,0,0,0);display:none; }
#rfp46ATbuyQIVhzmbpr3NZFwrPbTHRol { display:block; }
#P642VoTtpnUrhRqEZmvEdufBySyu4nN1 { top:8.4375rem;left:0rem;width:20rem;height:6.9375rem;z-index:14997;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.0625rem solid #515151;border-left:0.0625rem solid #515151;border-right:0.0625rem solid #515151;border-bottom:0.0625rem solid #515151;display:block; }
#HZHGtQ8VffP1fLUQ3wQ8me84KfT8t5mL { top:11.0625rem;left:0.1875rem;width:19.75rem;height:3.673825rem;z-index:15006;font-size:0.875rem;color:#000000;line-height:1.4;font-family:brown;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TEnLE8VSKXrwQ7LyECa6Lr2AEoKReEnh { top:9.3125rem;left:6.1875rem;width:13.8125rem;height:0.82470625rem;z-index:15008;font-size:0.6875rem;color:#000000;line-height:1.2;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v1BMzd7aEBkpRt5dc1VZGzyE05JeLRnT { width:7.9375rem;height:1.1875rem;top:8.9375rem;left:11.1875rem;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#MhkZpLwsyeEaaOd6EvatZK2qPGT0X1Dp { display:flex;top:9rem;left:11.5rem;width:1.0625rem;height:1.0625rem;z-index:15037;font-size:0.6875rem; }
#FMM90HBpfZm3HunZnBUVTSLtT7IPk0AP { top:9.0625rem;left:12.6875rem;width:6rem;height:0.9624rem;z-index:15073;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.6875rem;line-height:1.4;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
#WOSEoqetbJPqRvz4uh9O8UyJZi2ixMbK { top:2.375rem;left:0rem;width:19.8125rem;height:3.673825rem;z-index:15006;font-size:0.875rem;color:#000000;line-height:1.4;font-family:brown;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
#idt5fnVD2xvMOxpK4Qc5PMKi5T2RC643 { top:0.3125rem;left:0rem;width:20rem;height:6.6875rem;z-index:14997;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.0625rem solid #515151;border-left:0.0625rem solid #515151;border-right:0.0625rem solid #515151;border-bottom:0.0625rem solid #515151;display:block; }
#m6HrEfylmZ8n086l2pTiyH2EaQAcXvCp { display:flex;top:9.1875rem;left:4.8125rem;width:0.9375rem;height:0.9375rem;z-index:15034;font-size:0.625rem; }
#H6sPvN72tBQ2WsRZCxLJ4nWhu2SOIkSf { display:flex;top:9.1875rem;left:3.875rem;width:0.9375rem;height:0.9375rem;z-index:15033;font-size:0.625rem; }
#pKLoNNll4XCFI1oivK3IP4A19Z8qhPTf { display:flex;top:9.1875rem;left:2.9375rem;width:0.9375rem;height:0.9375rem;z-index:15032;font-size:0.625rem; }
#C76H1Iey0p1TJKUfg9hCK71EVOXFD4ue { display:flex;top:9.1875rem;left:2rem;width:0.9375rem;height:0.9375rem;z-index:15031;font-size:0.625rem; }
#CM4xPzTHEFQS1xiEVWDVLFblXmaRkbsd { top:1.1875rem;left:6.1875rem;width:13.8125rem;height:0.82470625rem;z-index:15008;font-size:0.6875rem;color:#000000;line-height:1.2;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QawFbkeokkapJlsrnt24Do3oykmZuWTp { display:flex;top:1.0625rem;left:1.0625rem;width:0.9375rem;height:0.9375rem;z-index:15030;font-size:0.625rem; }
#w5o18kaMvVMlpd2oSRkeXhBJTpnh2XTF { display:flex;top:1.0625rem;left:2rem;width:0.9375rem;height:0.9375rem;z-index:15031;font-size:0.625rem; }
#N0VpRXiyn9r1J80BgJBQJ0SeDgKCakdx { display:flex;top:1.0625rem;left:2.9375rem;width:0.9375rem;height:0.9375rem;z-index:15032;font-size:0.625rem; }
#HiFa7T0glNsmmGtyom5c1NCkZuVgRxvw { display:flex;top:1.0625rem;left:3.875rem;width:0.9375rem;height:0.9375rem;z-index:15033;font-size:0.625rem; }
#lNcndRQfMJR3PKp9iJaEixcgSFT3xepw { display:flex;top:1.0625rem;left:4.8125rem;width:0.9375rem;height:0.9375rem;z-index:15034;font-size:0.625rem; }
#RWdRuwblHfklck8xBL1felmdepazVn49 { width:7.9375rem;height:1.1875rem;top:0.75rem;left:11.0625rem;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TzvgxAESGThMTcLIwVnyG016wEMT54bL { display:flex;top:0.875rem;left:11.5rem;width:1.0625rem;height:1.0625rem;z-index:15037;font-size:0.6875rem; }
#zynwTin5NQQBSSevopd1Qmx9v9s45Mxz { display:flex;top:9.1875rem;left:1.0625rem;width:0.9375rem;height:0.9375rem;z-index:15030;font-size:0.625rem; }
#yTXOGKDAb4XqZ3D0smrT0AHzLV0bVhgR { top:0.9375rem;left:12.6875rem;width:6rem;height:0.9624rem;z-index:15073;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.6875rem;line-height:1.4;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
#w8sUTlRT1kk9VTLrAHKSQSlgo9P4PsBa { background-color:#faf8f8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#w8sUTlRT1kk9VTLrAHKSQSlgo9P4PsBa > .row .container { background-color: transparent; background-image: none; }#w8sUTlRT1kk9VTLrAHKSQSlgo9P4PsBa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8sUTlRT1kk9VTLrAHKSQSlgo9P4PsBa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8sUTlRT1kk9VTLrAHKSQSlgo9P4PsBa > .row .container > .video-iframe-container { display: none; }#w8sUTlRT1kk9VTLrAHKSQSlgo9P4PsBa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8sUTlRT1kk9VTLrAHKSQSlgo9P4PsBa > .row > .video-iframe-container { display: none; }#w8sUTlRT1kk9VTLrAHKSQSlgo9P4PsBa > .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); }#w8sUTlRT1kk9VTLrAHKSQSlgo9P4PsBa > .row .container { border-width: 0; border-radius: 0; }#w8sUTlRT1kk9VTLrAHKSQSlgo9P4PsBa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w8sUTlRT1kk9VTLrAHKSQSlgo9P4PsBa > .row .container { width:20rem;height:16.4375rem;position:relative;display:block; }#m5P2Bpo7g8aostmAleMqSGnZ9t3uss7T { width:20rem;height:24.966139954853rem;top:1.9375rem;left:0rem;display:none; }
#IbuWlIDTZSKUuauzMXN1ccR1yxxUkueo { top:4.1875rem;left:0rem;width:20rem;height:auto;z-index:15004;font-size:2rem;font-weight:400;font-style:normal;color:#000000;line-height:1.2;font-family:canela;display:none; }
#TyCf36NxZkmSlhWJOsOuShJAc6CmhKyt { top:1.8125rem;left:0rem;width:20rem;height:auto;z-index:15005;font-size:2rem;font-weight:300;font-style:normal;color:#000000;line-height:1.1;display:none; }
#voOwGSTTBI0aum53nl2QxwXsqMqtdOer { top:0.1875rem;left:0rem;width:19rem;height:36.25rem;z-index:15003;background-color:transparent;background-image:none;color:rgba(0,0,0,0);display:none; }
#kr3wSXkaOxv6GnuIlHvQqVnr8a7wEeqt { display:block; }
#p15Z8pTgRJg2SbSN2cQfd3Ss9nKTTGBn { top:8.4375rem;left:0rem;width:20rem;height:6.9375rem;z-index:14997;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.0625rem solid #515151;border-left:0.0625rem solid #515151;border-right:0.0625rem solid #515151;border-bottom:0.0625rem solid #515151;display:block; }
#DpdZZVneuloIbpOAsDEXezmodvGxQwDa { top:10.625rem;left:0.1875rem;width:19.75rem;height:3.673825rem;z-index:15006;font-size:0.875rem;color:#000000;line-height:1.4;font-family:brown;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kdu3TM9BkWsbHE4rfgL63NuV3e1yRpUX { top:9.3125rem;left:6.1875rem;width:13.8125rem;height:0.82470625rem;z-index:15008;font-size:0.6875rem;color:#000000;line-height:1.2;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W1U6ckGcEJff8kBpXxC6FkfUuncOVGEv { width:7.9375rem;height:1.1875rem;top:8.9375rem;left:11.1875rem;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#hgtErDu3gQ3EJ7ZLMNnH5iUTTl1s7HZQ { display:flex;top:9rem;left:11.5rem;width:1.0625rem;height:1.0625rem;z-index:15037;font-size:0.6875rem; }
#wb07nmzVVOtEu3eibvHSdJIqFUJpsWPk { top:9.0625rem;left:12.6875rem;width:6rem;height:0.9624rem;z-index:15073;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.6875rem;line-height:1.4;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
#HBxWiGraugSA2SCbefUpBrw04zdbBCvN { top:2.4375rem;left:0.25rem;width:19.625rem;height:3.673825rem;z-index:15006;font-size:0.875rem;color:#000000;line-height:1.4;font-family:brown;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dkT0cykwvaN4DPZVlVenDmoK9HTyEhCR { top:0.3125rem;left:0rem;width:20rem;height:6.9375rem;z-index:14997;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.0625rem solid #515151;border-left:0.0625rem solid #515151;border-right:0.0625rem solid #515151;border-bottom:0.0625rem solid #515151;display:block; }
#gDTKZvZVApcayQ9gvCwgetSWyaDGQ8CO { display:flex;top:9.1875rem;left:4.8125rem;width:0.9375rem;height:0.9375rem;z-index:15034;font-size:0.625rem; }
#nXfMR3PB0FQMnmT0Dg5O8wuM42VRTqoU { display:flex;top:9.1875rem;left:3.875rem;width:0.9375rem;height:0.9375rem;z-index:15033;font-size:0.625rem; }
#NLQAxXLBnD9XDJ1WmcszCiUTwdeTFBU1 { display:flex;top:9.1875rem;left:2.9375rem;width:0.9375rem;height:0.9375rem;z-index:15032;font-size:0.625rem; }
#v9voVTpBx5QoxcilAg0tFIJJxNwy1hJT { display:flex;top:9.1875rem;left:2rem;width:0.9375rem;height:0.9375rem;z-index:15031;font-size:0.625rem; }
#bhdzW4rHGEJ5NTgKePk0SysngKRnliVA { top:1.1875rem;left:6.1875rem;width:13.8125rem;height:0.82470625rem;z-index:15008;font-size:0.6875rem;color:#000000;line-height:1.2;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h9BKUtsAQw8VVtsHxcBf2QEnLTAIxT5T { display:flex;top:1.0625rem;left:1.0625rem;width:0.9375rem;height:0.9375rem;z-index:15030;font-size:0.625rem; }
#kccUxmlLyl9NEL7iubLyAWzVl6GXez7W { display:flex;top:1.0625rem;left:2rem;width:0.9375rem;height:0.9375rem;z-index:15031;font-size:0.625rem; }
#q50TDeQUfW3fBZOUTXfvHRB755iTrvqq { display:flex;top:1.0625rem;left:2.9375rem;width:0.9375rem;height:0.9375rem;z-index:15032;font-size:0.625rem; }
#w7Pfcd3wfUWH6ko8Ql7MMdd4ITm5TZJk { display:flex;top:1.0625rem;left:3.875rem;width:0.9375rem;height:0.9375rem;z-index:15033;font-size:0.625rem; }
#kI7VmsKQGm0gSMPgftHVGRSNOdcvCTNs { display:flex;top:1.0625rem;left:4.8125rem;width:0.9375rem;height:0.9375rem;z-index:15034;font-size:0.625rem; }
#nDeZ0hoX6yzrWXKL4FzCUZfqd0fI20av { width:7.9375rem;height:1.1875rem;top:0.75rem;left:11.0625rem;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ZbPXkZggs2uK0BR4WEippaQHHuUTPb2w { display:flex;top:0.875rem;left:11.5rem;width:1.0625rem;height:1.0625rem;z-index:15037;font-size:0.6875rem; }
#O9S38fmCrF3bQPIlILe5VLHU3LN1pZ9K { display:flex;top:9.1875rem;left:1.0625rem;width:0.9375rem;height:0.9375rem;z-index:15030;font-size:0.625rem; }
#VWafaZxkWb2pTgIEvMULdf5FbJU8xkzP { top:0.9375rem;left:12.6875rem;width:6rem;height:0.9624rem;z-index:15073;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.6875rem;line-height:1.4;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
#h6ZlBofUfktrxFkmsyc0TyzEPKmpsF8X { display:block; }#h6ZlBofUfktrxFkmsyc0TyzEPKmpsF8X > .row .container { width:20rem;height:13.9375rem;position:relative;display:block; }#M90s7wVspKSgTWBCZsSsKBP6clLgLkho { top:3.7487030029297rem;left:0rem;width:20rem;height:2.25rem;z-index:15004;font-size:1.875rem;font-weight:400;font-style:normal;color:#000000;line-height:1.2;font-family:canela;display:block; }
#ZTf2FiQqSZWWuKKtFd2y3vgTptcTeqQf { top:1.8459205627441rem;left:0rem;width:20rem;height:1.99365rem;z-index:15005;font-size:1.8125rem;font-weight:300;font-style:normal;color:#000000;line-height:1.1;display:block; }
#kGC0iXqpgh7uZcl3NBWJUNinA8mIV76z { top:6.56103515625rem;left:0rem;width:19.8115rem;height:6.5625rem;z-index:15072;color:#000000;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
#BwyQw5U8TM8Al7RqEqTGBW5NHTsPXUL9 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/67898ed4-cb9f-413f-880e-8a49fbcc1118/TCProductoModelo.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BwyQw5U8TM8Al7RqEqTGBW5NHTsPXUL9.adaptive-delivery-prevent-bg, #BwyQw5U8TM8Al7RqEqTGBW5NHTsPXUL9.lazyload, #BwyQw5U8TM8Al7RqEqTGBW5NHTsPXUL9.lazyloading { background-image: none; }#BwyQw5U8TM8Al7RqEqTGBW5NHTsPXUL9 > .row .container { background-color: transparent; background-image: none; }#BwyQw5U8TM8Al7RqEqTGBW5NHTsPXUL9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BwyQw5U8TM8Al7RqEqTGBW5NHTsPXUL9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BwyQw5U8TM8Al7RqEqTGBW5NHTsPXUL9 > .row .container > .video-iframe-container { display: none; }#BwyQw5U8TM8Al7RqEqTGBW5NHTsPXUL9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BwyQw5U8TM8Al7RqEqTGBW5NHTsPXUL9 > .row > .video-iframe-container { display: none; }#BwyQw5U8TM8Al7RqEqTGBW5NHTsPXUL9 > .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); }#BwyQw5U8TM8Al7RqEqTGBW5NHTsPXUL9 > .row .container { border-width: 0; border-radius: 0; }#BwyQw5U8TM8Al7RqEqTGBW5NHTsPXUL9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BwyQw5U8TM8Al7RqEqTGBW5NHTsPXUL9 > .row .container { width:20rem;height:21.375rem;position:relative;display:block; }#BGehdurnBFRTGSyRGhlQAkRvxV5FaFPT { display:block; }#BGehdurnBFRTGSyRGhlQAkRvxV5FaFPT > .row .container { width:20rem;height:4.375rem;position:relative;display:block; }#PdrgkxnZBi44RnhRN9OJTJvlOhfITZA0 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#PdrgkxnZBi44RnhRN9OJTJvlOhfITZA0 { background-color: transparent; background-image: none; }#PdrgkxnZBi44RnhRN9OJTJvlOhfITZA0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PdrgkxnZBi44RnhRN9OJTJvlOhfITZA0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PdrgkxnZBi44RnhRN9OJTJvlOhfITZA0 > .row .container > .video-iframe-container { display: none; }#PdrgkxnZBi44RnhRN9OJTJvlOhfITZA0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PdrgkxnZBi44RnhRN9OJTJvlOhfITZA0 > .row > .video-iframe-container { display: none; }#PdrgkxnZBi44RnhRN9OJTJvlOhfITZA0 > .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); }#PdrgkxnZBi44RnhRN9OJTJvlOhfITZA0 { border-width: 0; border-radius: 0; }#PdrgkxnZBi44RnhRN9OJTJvlOhfITZA0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PdrgkxnZBi44RnhRN9OJTJvlOhfITZA0 > .row .container { width:20rem;height:4.8125rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#kFmKaIhWmuBmsEzutNpR1SFunWGOLgxS { width:16.1875rem;height:3rem;top:0.75rem;left:1.55rem;z-index:15022;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-size:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;font-weight:400;font-style:normal;display:block; }
#asr1ZEU3R3qthdpRlvC5VuFTTbFHQv29 { display:block; }
