.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;top:0rem;left:0rem;display:block; }
#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container { display: none; }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .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); }#hLnlAv09J9QZZVN4avvsqGn0WOfvwHZv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff7562;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; }#hLnlAv09J9QZZVN4avvsqGn0WOfvwHZv > .row .container { border-width: 0; border-radius: 0; }#hLnlAv09J9QZZVN4avvsqGn0WOfvwHZv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hLnlAv09J9QZZVN4avvsqGn0WOfvwHZv > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:75rem;position:relative;display:none; }#uBEA9wQs4sRint0yZtFzLCzRQS8cS3nU { 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:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#V2C9qWxDHnoOg3JWMGn4vIg8MqnU8T2T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fZMlkBUsMIRXeIyCqOtWBbOCnulPWgwR { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:1.25rem;font-weight:300;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:17.98046875rem;left:7.5rem;display:none; }
#PfWSntqtOwRPaBGrvTLy4rKd7FnCo01a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zcpR3UIiA1b02iqFfbwrwpNt3SBzkwva { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:9.375rem;top:0.625rem;left:30.125rem;overflow:hidden;display:block; }
#B1659X4GgqXrhx3iWrZVWlOT2aa5LEFe { 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; }
#VfhX7wHEkHpnmfQnxxFoFFTH2BTX2yZ2 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.8125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;height:2.35595625rem;top:0.603515625rem;left:0rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#CyzHEXDnOfKfp1rBm8Fn3uTFJTM8FGJe .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; }
#CyzHEXDnOfKfp1rBm8Fn3uTFJTM8FGJe .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ff004c;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;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#CyzHEXDnOfKfp1rBm8Fn3uTFJTM8FGJe .widget-text.counter-label { background-color:;background-image:none;color:#ff004c;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:"open sans";font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#CyzHEXDnOfKfp1rBm8Fn3uTFJTM8FGJe { 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.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;z-index:1;display:none; }
#CyzHEXDnOfKfp1rBm8Fn3uTFJTM8FGJe #moKam8EQkkFrZJgZhlP51wwLaJ6UQzJN { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#CyzHEXDnOfKfp1rBm8Fn3uTFJTM8FGJe #gQSANuOMe2Z2pHDBTQS32l1tz7X4lJL2 { width:auto; }
#CyzHEXDnOfKfp1rBm8Fn3uTFJTM8FGJe #OJpaHzLkbUX4t5np9I6ENi8weFfo1vDV {  }
#CyzHEXDnOfKfp1rBm8Fn3uTFJTM8FGJe #mbWZBzeMt8dgglQlGIvT8KKxATeJ6Iva { display:flex;position:relative;top:0rem;left:0rem; }
#CyzHEXDnOfKfp1rBm8Fn3uTFJTM8FGJe #NwwpuLindJB9cUK5MIvXomGkSNOT7154 {  }
#CyzHEXDnOfKfp1rBm8Fn3uTFJTM8FGJe #nQmLsr1TNWLG835vyipycL51mCquypC7 {  }
#CyzHEXDnOfKfp1rBm8Fn3uTFJTM8FGJe #Dto5fp412yuT0D2i7HT1DQMtX7IafDiC { display:flex;position:relative;top:0rem;left:0rem; }
#CyzHEXDnOfKfp1rBm8Fn3uTFJTM8FGJe #TyAsPrnleXHUMAe5vrFJKx6O4HmK0MET {  }
#CyzHEXDnOfKfp1rBm8Fn3uTFJTM8FGJe #h5Nx3cgDv7A1LMDQl9V5BWsvZ7GexDId {  }
#CyzHEXDnOfKfp1rBm8Fn3uTFJTM8FGJe #URWeHu74xAyHaqdyEwVOZSqN8kbepqod { display:flex;position:relative;top:0rem;left:0rem; }
#CyzHEXDnOfKfp1rBm8Fn3uTFJTM8FGJe #JdAyfbPufIUXXBQff22vWRNMlKNNZV1p {  }
#CyzHEXDnOfKfp1rBm8Fn3uTFJTM8FGJe #MyXCrQqylukExt1kyMvnTrRylCk5FHMK {  }
#ZRm6HzmVK1NyiO3ZZg1wHMzGAyN6GeMJ { position:relative;display:none; }#ZRm6HzmVK1NyiO3ZZg1wHMzGAyN6GeMJ { border-width: 0; border-radius: 0; }#ZRm6HzmVK1NyiO3ZZg1wHMzGAyN6GeMJ > .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; }#ZRm6HzmVK1NyiO3ZZg1wHMzGAyN6GeMJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#v4S6b8Drb5xz16zxEPB8pamuTqWlAeS7 { position:relative;display:none; }#v4S6b8Drb5xz16zxEPB8pamuTqWlAeS7 { border-width: 0; border-radius: 0; }#v4S6b8Drb5xz16zxEPB8pamuTqWlAeS7 > .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; }#v4S6b8Drb5xz16zxEPB8pamuTqWlAeS7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ZL9AqzmHsgWkFkoUDOStaJgB2iQviv5M { 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:3.3125rem;display:none; }
#It6lk4FNTySV5XBITfCe9L2ydHk9XV9F { 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.749825rem;width:11.68725rem;top:5.9108652770519rem;left:3.3123226165771rem;display:none; }
#UVWLuTwtf8JT1vkEyhTGuN6294ykJxlD { position:relative;display:none; }#UVWLuTwtf8JT1vkEyhTGuN6294ykJxlD { border-width: 0; border-radius: 0; }#UVWLuTwtf8JT1vkEyhTGuN6294ykJxlD > .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; }#UVWLuTwtf8JT1vkEyhTGuN6294ykJxlD > .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.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#QK7S9hXgCTAgKbutOMEFnOGpWT0OkHHv { 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-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;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.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.3115rem;height:2.875rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:33.796142578125rem;left:41.25rem;display:block; }
#pdwiyo5giEiHsC07hqkE2IasTqv2R4en { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IRikhmZT8pMLKx8k9kKuPVQHgoBsCLq2 { color:#000000;display:block;width:20.8125rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;height:1.7058125rem;top:23.12451171875rem;left:44.4375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uXiAV4yHA638ep3mHtSQpHuTUrZ8kQ7l { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;left:42.5625rem;top:23.31201171875rem; }
#rdRZAR7J0MQM3fa8NmpCXSszm6fxUqnP { color:#000000;display:block;width:22.5625rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;height:1.7058125rem;top:26.31201171875rem;left:44.3125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l0h8W9fVOq60rKSILIM6NVhPTrGwnqP6 { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;left:42.5625rem;top:26.375rem; }
#Fp5W9iSparuG1l68csUdxLbGMxfCGHFT { position:absolute;display:block;z-index:14995;background-color:#f7f5f2;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:12.75rem;width:28.3125rem;top:19.0625rem;left:41.25rem;display:block; }
#fheUWlpghEEhBzfJeCwWshcohN9U5SSD { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;box-shadow: none;height:35.3125rem;width:25rem;top:1.3125rem;left:3.75rem;overflow:hidden;display:block; }
#JAuUz99xlr4UsFvOI0LP27uwxvC6LWqE { background-color:transparent;background-image:none;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: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:15.1875rem;height:1.625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.3125rem;left:41.25rem;display:block; }
#xhse1T22dzpR3wbpMt4LtK4OmP4PM7S3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tKvmgm78aPbhKdl0NcTiNggdBQAt12DF { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;left:42.5625rem;top:20.062255859375rem; }
#qeWdpAoAQV3eA6R2CPvqgonNed0N0Rah { color:#000000;display:block;width:20.8125rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;height:1.7058125rem;top:20rem;left:44.8125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pD3mge1kpDlyCFsV41Kp6zMB2TZdEap5 { color:#000000;display:block;width:22.56225rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;height:1.7058125rem;top:29.31201171875rem;left:44.25rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BhW18Q9pXuOJF8Kzty6KzmQ4FnTGWkzi { color:#000000;display:block;width:8.12475rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;height:0;top:30.5625rem;left:51.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#VUQlaZyS8UrELeTHT9Mb6JQuFhUMJuvk { color:#000000;display:block;width:10rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;height:0;top:30.6875rem;left:61.3125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Gt1es04qioJBSnSWahIAuc9bO4ayvP44 { color:#000000;display:block;width:8.12475rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;height:0;top:30.5625rem;left:51.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#dwEsfFr34siNLHWJu72kph3RwVkKldLG { position:absolute;display:block;z-index:15026;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.75rem;width:1.75rem;top:9.74951171875rem;left:3.9375rem;overflow:hidden;display:block; }
#qHBdHmza7c4Mwdz11lQDiuShGBHkqsO8 { position:absolute;display:block;z-index:15026;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.25rem;width:2.5rem;top:9.74951171875rem;left:3.9375rem;overflow:hidden;display:block; }
#ScH37nbiCf8xy0Mwlz0z4R3lNwIvQVss { position:absolute;display:block;z-index:15026;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.25rem;width:2.5rem;top:9.74951171875rem;left:3.9375rem;overflow:hidden;display:none; }
#dG7qqKhWKxTo67vLvzAQ4uHvDwspvkAF { color:#000000;display:block;width:18.81225rem;position:absolute;font-family:brown;font-size:3.375rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;height:4.0495625rem;top:3.58740234375rem;left:51.875rem;font-style:normal;display:block; }
#DHIrQkd51kxmTqs4mHoq2a5f2a3GwoAd { 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:46.125rem;width:29.6875rem;display:none; }
#DqccU3gVHgkaD7BVQb2SD0mPOnZ9LiWd { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;left:42.5625rem;top:29.49951171875rem; }
#RLQz1wBlBd1RCTAHXaOFETC9ztm0r9ZQ { 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:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#G8PBCZkioxMbMDZxIFySrkuRyk0QuzW7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CR1L9RqRzloxnPTi07ZQdnldWGbsKLyG { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0.46);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:12.5rem;width:27.375rem;left:3.75rem;top:25.360107421875rem;display:none; }
#Zu9G7uALuB1kESNT5Ppf87VQFbSgbupo { color:#000000;display:block;width:24.75rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;height:3.673825rem;top:12.2490234375rem;left:41.25rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lupu2GJgunOFuhzeM2iJtkg0HX31seVS { position:absolute;display:block;z-index:15023;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.25rem;width:1.25rem;top:11.09375rem;left:23.8125rem;overflow:hidden;display:none; }
#qKw9Qx1G0JBn44hNFT3HGzOLRpW93Zlo { 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: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:6.96825rem;height:1.5307625rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:29.351806640625rem;left:21.1875rem;display:none; }
#XrT6utaMs3y1W89OG3KwHbULHk1RArBd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ol2TMHrn3iqnFbHrQVxWaW2sxNCP6amm { color:#000000;display:block;width:8.7495rem;position:absolute;font-family:canela;font-size:3.0625rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;height:3.6745625rem;top:3.624755859375rem;left:41.25rem;font-style:normal;display:block; }
#g95wWSDHKqGRBz1r4oIOuVz234yT3zfM { color:#000000;display:block;width:18.81225rem;position:absolute;font-family:brown;font-size:3.375rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;height:4.0495625rem;top:3.58740234375rem;left:51.875rem;font-style:normal;display:none; }
#zkat2UM8FNktsS3ABTFt4e3x11DpduQv { position:relative;display:none; }#zkat2UM8FNktsS3ABTFt4e3x11DpduQv { border-width: 0; border-radius: 0; }#zkat2UM8FNktsS3ABTFt4e3x11DpduQv > .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; }#zkat2UM8FNktsS3ABTFt4e3x11DpduQv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Ea6gO5iBVRRG0FeVwWBKdJE2NXJDW8kS { 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.6875rem;width:8.125rem;top:1.40625rem;left:3.6708984375rem;overflow:hidden;display:none; }
#p3EPm2VHfvm27TI1SRTfOkz6yrdEQWtm { position:relative;display:none; }#p3EPm2VHfvm27TI1SRTfOkz6yrdEQWtm { border-width: 0; border-radius: 0; }#p3EPm2VHfvm27TI1SRTfOkz6yrdEQWtm > .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; }#p3EPm2VHfvm27TI1SRTfOkz6yrdEQWtm > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:url("https://images.assets-landingi.com/uc/a483a5b9-e810-4c15-b913-844db86d2a58/3B3A7082.crop_1236x542_0,648.preview.mirror.jpeg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:25.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#p3EPm2VHfvm27TI1SRTfOkz6yrdEQWtm > .row .container.adaptive-delivery-prevent-bg, #p3EPm2VHfvm27TI1SRTfOkz6yrdEQWtm > .row .container.lazyload, #p3EPm2VHfvm27TI1SRTfOkz6yrdEQWtm > .row .container.lazyloading { background-image: none; }#rpfGgS1NyefIPT0xJByc8THUZwt2l4xm { color:#ffffff;display:block;width:22.4375rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:normal;z-index:15015;line-height:1;letter-spacing:0;top:2.69189453125rem;left:7.5rem;height:1.875rem;text-align:center;text-align-last:center;display:none; }
#aCLGQbT00LUuccA9v2tcx21a0I56o3se { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.75rem;width:18.1875rem;top:2.94189453125rem;left:9.8125rem;overflow:hidden;display:none; }
#i8fbqDpV3pfttVrTkh7DqIUn8JItEQFD { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:2.375rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:0.51220703125rem;left:0rem;height:2.61230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rrRFhT97VguB5aoGcwyBAOqX8Oid7GwS { color:#000000;display:block;width:8.0625rem;position:absolute;font-family:canela;font-size:3.25rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:9.4375rem;left:60.6875rem;height:4.2246125rem;display:block; }
#Ouu6tZOM7QbWSIWBpcQUaEZEcvtKyfSv { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:13.25rem;left:60.75rem;height:4.330075rem;display:block; }
#TuPMINwy6SXQyJEOTqau5UtJIUDaFPLD { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:canela;font-size:3.25rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:9.4375rem;left:45.1875rem;height:4.2246125rem;display:block; }
#TPrNzpKsb1gvxRGRevKo6VA2dHIG7DzC { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:13.1875rem;left:45.1875rem;height:4.267575rem;display:block; }
#pN4TITOm2S23RLTTTGAgaXUwyr9NKKfo { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:canela;font-size:3.25rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:9.375rem;left:2.5625rem;height:4.2246125rem;display:block; }
#QQzTxvXSpKyZ6maITXE4AKLQFoF98C3l { color:#000000;display:block;width:12.25rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:13.125rem;left:2.625rem;height:2.88671875rem;display:block; }
#nE2HpGyAiZ0uiqMADD2oor9Xf7aBhKhZ { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:canela;font-size:3.25rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:9.375rem;left:18.75rem;height:4.2246125rem;display:block; }
#z0fynxz33FHhwyhptArIMcss97gUWZU8 { color:#000000;display:block;width:12.25rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:13.1875rem;left:18.75rem;height:2.88671875rem;display:block; }
#PippbSp7cMV306wUo7sV36NMTWPpDxmo { position:absolute;display:block;z-index:15021;background-color:transparent;background-image:none;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:7.125rem;border-top-right-radius:7.125rem;border-bottom-left-radius:7.125rem;border-bottom-right-radius:7.125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:24.375rem;left:24.25rem;display:none; }
#GWZT9XJd9CCQTOFgrpqGEpg2kl42oK4N { 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; }
#wbw0ObrdzgLsxrd9bUafWtCiaLJPJcJu { position:absolute;display:block;z-index:15021;background-color:transparent;background-image:none;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:7.125rem;border-top-right-radius:7.125rem;border-bottom-left-radius:7.125rem;border-bottom-right-radius:7.125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:24.375rem;left:24.25rem;display:none; }
#ABcUQrvKT7GBqRHBEPGSctK54UBETiv6 { 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; }
#ID55hHZZ5LBTeLHG2ZKEcATg6789ux85 { position:absolute;display:block;z-index:15021;background-color:transparent;background-image:none;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:7.125rem;border-top-right-radius:7.125rem;border-bottom-left-radius:7.125rem;border-bottom-right-radius:7.125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:24.375rem;left:24.25rem;display:none; }
#Zks4dzxqhwOLIQ0rsNd6aubylIrpRVSb { 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; }
#mfwTnUgNlaT3Cs9TPTTynVLQpHZ2FWtt { position:absolute;display:block;z-index:15021;background-color:transparent;background-image:none;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:7.125rem;border-top-right-radius:7.125rem;border-bottom-left-radius:7.125rem;border-bottom-right-radius:7.125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:24.375rem;left:24.25rem;display:none; }
#fAkwLTTeEAqRLwEFmJVFNJRHyZFvt9tJ { color:#ffffff;display:block;width:22.4375rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:normal;z-index:15015;line-height:1;letter-spacing:0;top:2.69189453125rem;left:7.5rem;height:1.875rem;text-align:center;text-align-last:center;display:none; }
#F4liEWvKZe8T7Ng1wU4hG0RNOTtfh62k { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.6875rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:2.99951171875rem;left:0rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RTrPZOooH3FZagZ11FRErtuTOTxC0XRT { 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:30rem;width:17.875rem;display:none; }
#xcWRtM8Mml9pten9A8Z9VtoWMpdz9lVl { 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:#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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:30.5625rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:35.3125rem;left:0rem;display:none; }
#q1XVEuXRuKMwoKwDJQxXIZ3Up1fAxGaO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z7MgHXxco2oxX5WxoryqVsozKZvwm7f3 { position:relative;display:block; }#Z7MgHXxco2oxX5WxoryqVsozKZvwm7f3 { background-color: transparent; background-image: none; }#Z7MgHXxco2oxX5WxoryqVsozKZvwm7f3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7MgHXxco2oxX5WxoryqVsozKZvwm7f3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7MgHXxco2oxX5WxoryqVsozKZvwm7f3 > .row .container > .video-iframe-container { display: none; }#Z7MgHXxco2oxX5WxoryqVsozKZvwm7f3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7MgHXxco2oxX5WxoryqVsozKZvwm7f3 > .row > .video-iframe-container { display: none; }#Z7MgHXxco2oxX5WxoryqVsozKZvwm7f3 > .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); }#Z7MgHXxco2oxX5WxoryqVsozKZvwm7f3 { border-width: 0; border-radius: 0; }#Z7MgHXxco2oxX5WxoryqVsozKZvwm7f3 > .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; }#Z7MgHXxco2oxX5WxoryqVsozKZvwm7f3 > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#W97V3te81da3nLs8hL5C8CLk6QdkGhoW { 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:3.3125rem;display:block; }
#TWpXmO9CwV1zuIfqnRzHT1WAK22mN1dT { color:#000000;display:block;width:27rem;position:absolute;font-family:brown;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.2;letter-spacing:0;height:;top:13.297266960144rem;left:3.3125rem;display:block; }#TWpXmO9CwV1zuIfqnRzHT1WAK22mN1dT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TWpXmO9CwV1zuIfqnRzHT1WAK22mN1dT li:before{  }
#F1HdWrtAuwedTr0tQmi428U0vPWxUnos { 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:52.56689453125rem;display:none; }
#uJSVSI1hS5XG3OqK3tzfk6B15iD4XBC6 { 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:#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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:30.5625rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:35.3125rem;left:0rem;display:none; }
#MoPNEPaHWBsWJI8B7rW3QF5wP3XeRrew { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WQWg0CL7gb5QgVxhvtxV8h2IHxI4FmMP { 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:#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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:34.375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:0rem;left:0rem;display:none; }
#EDR2WFlqVcWphXTJQ6T1rohPNxlTTFCr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BBtldG5w2TUqLW9ff7gTcGxVLMSMPK1G { position:relative;display:none; }#BBtldG5w2TUqLW9ff7gTcGxVLMSMPK1G { border-width: 0; border-radius: 0; }#BBtldG5w2TUqLW9ff7gTcGxVLMSMPK1G > .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; }#BBtldG5w2TUqLW9ff7gTcGxVLMSMPK1G > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#dJ99aiBMhTvF8aierrnZqs5u1TJbTokg { 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:3.3125rem;display:block; }
#UcASbccip9TcfdyWFJ7Wq0WsSqvmTtrp { 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:3.3125rem;display:block; }
#NlkhFa1frrq2FgCzzOdVBVa6qSAd6mDW { 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:3.3123226165771rem;display:block; }
#T0xB66bWq196l93fePyzD1IyigoNDOA7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V6QvgTx8h1Tto2Rsg2c38FnFlkNicmyO { 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:52.56689453125rem;display:none; }
#fngCSSLt3PkJi7MOuV0fRltDD4hpWA5m { 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:3.3125rem;display:none; }
#ft1klfMAb6Er7UcmcGBnpAiI58xveShP { 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:3.3125rem;display:none; }
#MuUGui25k9T2RAMh6SUyVLTuuivZ8ycr { 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; }
#Re9u5xqAtwPOOd8uCXoDtJbE7iKrCcmx { 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:3.3123226165771rem;display:none; }
#IXqhzggTALmmFJgiqSTndAAc4fqD4SQT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WgqdXzpscE4HDfAz8dDKfSe4ckxdOXfA { color:#000000;display:block;width:10.125rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:2.75rem;left:9.875rem;display:none; }
#Gkhx0N1KhZtTMGPPypHsKKcR8nQH7mTa { color:#000000;display:block;width:10.25rem;position:absolute;font-family:brown;font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2rem;top:1.125rem;left:9.875rem;display:none; }
#trMay9uUw3hPsODWkCa6IcioyX366T0g { 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; }
#eSNraQnOD1iqRbuCgrtk6mTPE0hzD2mT { 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; }
#QecwgKnyeT2RiVvxlEBWvintag2Tkn8g { position:absolute;display:block;z-index:15020;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.25rem;width:1.3125rem;top:1.71875rem;left:36.559346008594rem;overflow:hidden;display:none; }
#xtC1TfR9IaMJGi9TcutE6RXdiKBPVvNA { 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:3.3123226165771rem;display:none; }
#PtoTfkNkp2bfCzueVMRu6gZE8WPX1m7x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AmI2Pe6NwAJVVrTwCdeJJaClsRQX8w7T { 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.749825rem;width:11.68725rem;top:5.9108652770519rem;left:3.3123226165771rem;display:none; }
#n91JfTH09gWwefXBmbECLTbOGpfcEluq { 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.749825rem;width:11.68725rem;top:5.9108652770519rem;left:3.3123226165771rem;display:none; }
#tMoQ2XUmVx0qnoZu0xNpqTG0u7J08bET { 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; }
#ZVH4HnQxLMFxtWub6hAPK9ng6NFxk7ko { color:#000000;display:block;width:8rem;position:absolute;font-family:brown;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.875rem;top:17.625rem;left:1.5rem;display:none; }
#sQ7INOR0afGg06hceByryW4WGGkTQcgI { color:#000000;display:block;width:8rem;position:absolute;font-family:brown;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:17.4375rem;left:11.4375rem;display:none; }
#ucytrHQ2RGTSlHmeoO9BVX2Rrg7iZAUm { 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; }
#dNH0PdGyBfOO2CKBR9OvsxMVGiUZKJuN { 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:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#BNMqVtxQNA6Z2rR1OGQ9s8bBlgaT1t0k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B8wQZRrOfQmLuwxAqnOxBaObvGvemHlf { 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:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#F2WqEs9fIZEQcsqaVTVpXbnoHJZ9XfTD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gLAshBmOBEnCndBOvyqp5lQeTlfxryoD { color:#000000;display:block;width:9.75rem;position:absolute;font-family:brown;font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:0.9375rem;left:0rem;display:none; }
#HhknM5ohvq2BZ7xTFSJcBUJ0PBqUzQhz { position:absolute;display:block;z-index:15020;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.25rem;width:1.3125rem;top:1.71875rem;left:36.559346008594rem;overflow:hidden;display:none; }
#ZUEEK1LPVK2sncQy2ZNVhl0OC3HniBqr { position:absolute;display:block;z-index:15020;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.3125rem;width:1.25rem;top:1.71875rem;left:36.559346008594rem;overflow:hidden;display:none; }
#pgMM4dC5w4G6yQcOsIcMDHV5T489bdl6 { z-index:;position:relative;display:none; }#pgMM4dC5w4G6yQcOsIcMDHV5T489bdl6 { border-width: 0; border-radius: 0; }#pgMM4dC5w4G6yQcOsIcMDHV5T489bdl6 > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:33.25rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:none; }#merEtRn16TcJkFh2cFzqoc2MlGmQ0Mri { 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:18.0625rem;width:18rem;top:4.25rem;left:12.5625rem;display:block; }
#CImwchUz38eHtN4Xd7toGNvAkMzviofy { color:#000000;display:block;width:3.5rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;height:0.9746125rem;top:3.875rem;left:19.8125rem;text-align:center;text-align-last:center;display:block; }
#EMrd0JxqbKSPMM5vSbppPhdxMQweu69l { color:#ffffff;display:block;width:3.6875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:0.9746125rem;top:29.25rem;left:19.75rem;text-align:center;text-align-last:center;display:block; }
#ccqBdI6Km8JC4C15mTHuoKFowaw7COS2 { color:#000000;display:block;width:22.25rem;position:absolute;font-family:brown;font-size:1.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:9.421875rem;top:13.8125rem;left:38.0625rem;text-align:center;text-align-last:center;display:block; }
#kk1niZKlCzPulaIcitDChkl7EUThuyib { position:absolute;display:block;z-index:15000;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:1.4375rem;width:5.125rem;top:28.875rem;left:18.9375rem;display:block; }
#F6UsRJ5GAxUTTeLyampuBSuuovMCi0lQ { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.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:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:1.4375rem;width:5.125rem;top:3.625rem;left:18.9375rem;display:block; }
#PQnVQNrNdPuwCsQSKflQXgIWf31FsAlL { color:#000000;display:block;width:32rem;position:absolute;font-family:brown;font-size:3.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:8.2871125rem;top:3.875rem;left:33.1875rem;text-align:center;text-align-last:center;display:block; }
#Z35hEVCxpenykT7UCawg19QyL09NWcWq { color:#000000;display:block;width:22.25rem;position:absolute;font-family:brown;font-size:1.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:9.421875rem;top:13.8125rem;left:38.0625rem;text-align:center;text-align-last:center;display:none; }
#RcREyfhAoAbqxiXJoP57h6mrqTV0czTO { 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:11.0625rem;width:17.875rem;top:5.1875rem;left:10.125rem;display:none; }
#r25JVn9GWUaJnTkI4nrKhynOmvCwdq2F { color:#000000;display:block;width:14.5rem;position:absolute;font-family:brown;font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:1.3rem;top:5.875rem;left:11.1875rem;font-style:normal;display:none; }
#pTT6GzX4wA4dnvnqCqRE2gTonEpi3b0n { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.8203125rem;top:9.0390739440919rem;left:10.59375rem;display:none; }
#oI9QLGfSVJHTtMPh7DXQbb82ElU8cmZA { 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.749825rem;width:11.68725rem;top:5.9108652770519rem;left:3.3123226165771rem;display:none; }
#oi502RycpbVLBnsT1ygdeyQoKEuQllHB { 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:4rem;width:12.875rem;display:none; }
#S3IwpfIFxA6XmE4X87hdMVUVOTNMIpxq { 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; }
#eTCn7OGUaddv530TW7zagWkhTuQ0Z87x { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.75rem;top:30.25rem;left:1.5rem;display:none; }
#DSir16CrXZZnF0ufDiMLgXFA9OaDRL1d { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.75rem;top:32rem;left:1.5rem;display:none; }
#sarkCsKkmuO4lDkSrCammZQkCBGQB8wG { 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; }
#H1aTbT1sbOTVQ2owymW8mpUGsAoqg5G9 { 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; }
#OcnbyThMHPWDk5elScq3nEkaWI5DBlg2 { 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; }
#vEMqNSSJxeVhvZuDBTc5k0b8IeZX9Jqh { 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; }
#MmcrHJHGnsDlNtC5LpFticPMOA1lkwFa { 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:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#keKDJSngJ631sNSfc68gy61Bpo6GsNzG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tmvMWaLQiTJUB311NEyGZ6AJcEGTkR1G { position:relative;display:none; }#tmvMWaLQiTJUB311NEyGZ6AJcEGTkR1G { border-width: 0; border-radius: 0; }#tmvMWaLQiTJUB311NEyGZ6AJcEGTkR1G > .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; }#tmvMWaLQiTJUB311NEyGZ6AJcEGTkR1G > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:none;font-size:0.875rem;font-family:arial;height:14.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#shKEUnNXXrMHu2T5U8Rw98uZ7TsT6Oen { color:#000000;display:block;width:28.875rem;position:absolute;font-family:brown;font-size:2.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:9.99318125rem;top:2.34375rem;left:2.5500001907349rem;text-align:center;text-align-last:center;display:block; }
#eovHAkvTEQGFIcFrnN0qxUbIvtkEkiai { 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:5.9375rem;width:5.9375rem;top:2.34375rem;left:36.5625rem;display:none; }
#nmoQAS3ubFMpfcNbPyzd2XHr42P9WoV1 { color:#000000;display:block;width:28.875rem;position:absolute;font-family:brown;font-size:2.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:9.99318125rem;top:2.34375rem;left:2.5500001907349rem;text-align:center;text-align-last:center;display:none; }
#FT2dcTfOOhfh6D2CZw3bPOo8Bp9ySyiU { 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; }
#bVAtT6NTQS7pI61f1F7LK3k59yhvyvSu { 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; }
#Z5rkfcX8EgfCtD7xEOEZb4z423X4Na6U { 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:5.8125rem;width:5.8125rem;top:2.34375rem;left:36.5625rem;display:none; }
#yt1V9cG1bxkzkr2w5FXonN3wdNL36EN9 { 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:6.4375rem;width:6.4375rem;top:2.34375rem;left:36.5625rem;display:none; }
#VtK4DMiaxA4uJUCicOS6JPFsmsflWT3W { 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; }
#kMpADLAkHdFmD01HeNzzgwF6dPx1aA4V { 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; }
#IGcRDvla2wUeHciP5ogaEsnBfNxlfrIN { 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.8125rem;width:9.625rem;top:2.34375rem;left:36.5625rem;display:none; }
#rkyQ6LqpJ4kBviC04MBRsd29kaA5viyq { 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.6875rem;width:9.5rem;top:2.34375rem;left:36.5625rem;display:none; }
#gT0A2gT3IqbKeAD39NCN6yMsRE6wJxH2 { 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.8125rem;width:9.5625rem;top:2.34375rem;left:36.5625rem;display:none; }
#BTdpBk1dd6CiZzzFZTvTPbD7BPcEbQZo { 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.125rem;width:8.125rem;top:3.1875rem;left:38.4375rem;display:block; }
#a4uSpDurQZLGC1RzduvOBrq0KhPo774C { 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.1875rem;width:8.1875rem;top:3.1875rem;left:48.25rem;display:block; }
#Nma0SsBOLKhFDoJzuUGvrHQxf5HbBHBu { 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.1875rem;width:8.1875rem;top:3.1875rem;left:58.3125rem;display:block; }
#E6Q3hv5i0qZRP8dvHqNqi8mzqRkkHh3J { color:#000000;display:block;width:22.25rem;position:absolute;font-family:brown;font-size:1.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:9.421875rem;top:13.8125rem;left:38.0625rem;text-align:center;text-align-last:center;display:none; }
#yZ9OMQr59PyuJTqb1GdZzuEaLbo31Lnw { color:#000000;display:block;width:32rem;position:absolute;font-family:brown;font-size:3.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:8.2871125rem;top:3.875rem;left:33.1875rem;text-align:center;text-align-last:center;display:none; }
#Tcq0eGv7lDPRFCpr68RTAAse9TA69daz { 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:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#HWJqw3wyQFFNvhCNu4TAiueTRXy1Tfyz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VOMKEHRqGTzE8g58P6gtvCRESD5bcS7g { position:relative;display:block; }#VOMKEHRqGTzE8g58P6gtvCRESD5bcS7g { background-color: transparent; background-image: none; }#VOMKEHRqGTzE8g58P6gtvCRESD5bcS7g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOMKEHRqGTzE8g58P6gtvCRESD5bcS7g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOMKEHRqGTzE8g58P6gtvCRESD5bcS7g > .row .container > .video-iframe-container { display: none; }#VOMKEHRqGTzE8g58P6gtvCRESD5bcS7g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOMKEHRqGTzE8g58P6gtvCRESD5bcS7g > .row > .video-iframe-container { display: none; }#VOMKEHRqGTzE8g58P6gtvCRESD5bcS7g > .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); }#VOMKEHRqGTzE8g58P6gtvCRESD5bcS7g { border-width: 0; border-radius: 0; }#VOMKEHRqGTzE8g58P6gtvCRESD5bcS7g > .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; }#VOMKEHRqGTzE8g58P6gtvCRESD5bcS7g > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ifxt3SFb45MTqyTnTgr4Q594WgvmmIyp { position:relative;display:block; }#ifxt3SFb45MTqyTnTgr4Q594WgvmmIyp { background-color: transparent; background-image: none; }#ifxt3SFb45MTqyTnTgr4Q594WgvmmIyp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ifxt3SFb45MTqyTnTgr4Q594WgvmmIyp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ifxt3SFb45MTqyTnTgr4Q594WgvmmIyp > .row .container > .video-iframe-container { display: none; }#ifxt3SFb45MTqyTnTgr4Q594WgvmmIyp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ifxt3SFb45MTqyTnTgr4Q594WgvmmIyp > .row > .video-iframe-container { display: none; }#ifxt3SFb45MTqyTnTgr4Q594WgvmmIyp > .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); }#ifxt3SFb45MTqyTnTgr4Q594WgvmmIyp { border-width: 0; border-radius: 0; }#ifxt3SFb45MTqyTnTgr4Q594WgvmmIyp > .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; }#ifxt3SFb45MTqyTnTgr4Q594WgvmmIyp > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f4f2;background-image:none;font-size:0.875rem;font-family:arial;height:36rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#OnIloO422XnQuE42XfZrHSery2z7FhL7 { color:#000000;display:block;width:17.5rem;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:9.3125rem;left:47.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#encDEiXpUUxBGMQuaCbK7z9gPQt6Pd0e { color:#000000;display:block;width:31.4375rem;position:absolute;font-family:brown;font-size:2.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.0874rem;top:1.8125rem;left:21.78125rem;text-align:center;text-align-last:center;display:block; }
#qAC3wSr2FxlcA7yv94CUTl1NM1H71xgw { 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-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:22.5rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:30.875rem;left:26.25rem;display:block; }
#LA2xk37nxlJsIUytuMawx44T44uZ7cvq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sMdrHDS3i9Un6mzCgVoFkwfZfJKkPTNS { color:#000000;display:block;width:16.125rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;height:2.5996125rem;top:16.625rem;left:3.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fBGTPaLdOyQbbA4GkssF6Ayo1ATHOK0C { color:#000000;display:block;width:13.875rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;height:2.5996125rem;top:17.625rem;left:57.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aZwfFqMOdcCMEJ8DteBaNAzRAZPE9J5F { 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:16.875rem;width:15rem;top:7.125rem;left:21.5625rem;overflow:hidden;display:block; }
#wElvySru0MG4CSTIhC7Ta650yQbmhTay { position:absolute;display:block;z-index:15020;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:5.25rem;top:10.625rem;left:41.625rem;display:block; }
#CZ7cqqHS6C5q5PeCVQg6cBWPta83hch7 { position:absolute;display:block;z-index:15023;background-color:transparent;background-image:none;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:7.125rem;border-top-right-radius:7.125rem;border-bottom-left-radius:7.125rem;border-bottom-right-radius:7.125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:10.3125rem;left:40.875rem;display:block; }
#rnZW7G3NvXWEkq9E3KIrHsGSW9rXeQSn { position:absolute;display:block;z-index:15025;background-color:transparent;background-image:none;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:7.125rem;border-top-right-radius:7.125rem;border-bottom-left-radius:7.125rem;border-bottom-right-radius:7.125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:20.1875rem;left:49.375rem;display:block; }
#xIsTInb5KUXKDlyboUSS8IRysodQkaCz { position:absolute;display:block;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;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:6.1875rem;top:18.625rem;left:49.75rem;display:block; }
#oKtHwreDcB1I7FqL9Rng42x8Eq33np9k { position:absolute;display:block;z-index:15021;background-color:transparent;background-image:none;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:7.125rem;border-top-right-radius:7.125rem;border-bottom-left-radius:7.125rem;border-bottom-right-radius:7.125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:13.25rem;left:25.4375rem;display:block; }
#IwvxPdqfM4514HkpV8JPHD3iiSbvsvyc { position:absolute;display:block;z-index:15018;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:15.8125rem;top:13.5625rem;left:9.6875rem;display:block; }
#wGXBA70J4XdTF5o3iB6xebv7OdiV79B6 { position:absolute;display:block;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;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.5625rem;width:0.0625rem;top:18.6875rem;left:49.75rem;display:block; }
#iykp1DXAvlJoXTiKsSSeZK2KsoK7WGhg { position:absolute;display:block;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;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.5rem;width:0.0625rem;top:13.5625rem;left:9.6875rem;display:block; }
#lGdTiDdTp751kP7OXyxVKzUdVwIC9OEt { 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:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#vXMoBCwHKawFaF97LQfk5AvzMaWzoA8y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dtcnJBTJfu8lP7yEtmkwQHdTGsdUfP6I { position:relative;display:none; }#dtcnJBTJfu8lP7yEtmkwQHdTGsdUfP6I { border-width: 0; border-radius: 0; }#dtcnJBTJfu8lP7yEtmkwQHdTGsdUfP6I > .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; }#dtcnJBTJfu8lP7yEtmkwQHdTGsdUfP6I > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#AaJyObJVMbDciAQt0OmpncJ3etEDlrk1 { position:relative;display:block; }#AaJyObJVMbDciAQt0OmpncJ3etEDlrk1 { background-color: transparent; background-image: none; }#AaJyObJVMbDciAQt0OmpncJ3etEDlrk1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AaJyObJVMbDciAQt0OmpncJ3etEDlrk1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AaJyObJVMbDciAQt0OmpncJ3etEDlrk1 > .row .container > .video-iframe-container { display: none; }#AaJyObJVMbDciAQt0OmpncJ3etEDlrk1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AaJyObJVMbDciAQt0OmpncJ3etEDlrk1 > .row > .video-iframe-container { display: none; }#AaJyObJVMbDciAQt0OmpncJ3etEDlrk1 > .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); }#AaJyObJVMbDciAQt0OmpncJ3etEDlrk1 { border-width: 0; border-radius: 0; }#AaJyObJVMbDciAQt0OmpncJ3etEDlrk1 > .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; }#AaJyObJVMbDciAQt0OmpncJ3etEDlrk1 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f4f2;background-image:none;font-size:0.875rem;font-family:arial;height:7.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#g5xTokIrx6bLQTVEIAHQxpST9VlzkHE1 { 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:7.3125rem;width:13.0625rem;top:0.0625rem;left:2.5rem;display:block; }
#am12TshNN0lGlUIWQXJsSeEfH9z6Zphm { 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.875rem;width:2.0625rem;top:2.4375rem;left:65.625rem;display:block; }
#xSNnmgeVgcXTxEa9elp9InsTkZH2tHZu { 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.875rem;width:2.0625rem;top:2.375rem;left:18.4375rem;display:block; }
#UosVsAbXVsuqTugSTdiGOqQ4pNAwAaaV { color:#000000;display:block;width:46.625rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.29980625rem;top:3.3125rem;left:20.6875rem;display:block; }
#QwT0wnQ2ThsMqLl6d5vikXeMTaJPROfP { position:absolute;display:block;z-index:14999;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:50.5625rem;top:1.875rem;left:17.5625rem;display:block; }
#m4Jzlf7SQLKO5Tw01uaN9OtmnUi4XPUR { 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:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#dZpKq0c3RRIOmg5JfaJkxbWUeooQaFVm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mC2PPwJ1IiNMorUSPfTQh5eHBhtfHGhF { position:relative;display:block; }#mC2PPwJ1IiNMorUSPfTQh5eHBhtfHGhF { background-color: transparent; background-image: none; }#mC2PPwJ1IiNMorUSPfTQh5eHBhtfHGhF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mC2PPwJ1IiNMorUSPfTQh5eHBhtfHGhF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mC2PPwJ1IiNMorUSPfTQh5eHBhtfHGhF > .row .container > .video-iframe-container { display: none; }#mC2PPwJ1IiNMorUSPfTQh5eHBhtfHGhF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mC2PPwJ1IiNMorUSPfTQh5eHBhtfHGhF > .row > .video-iframe-container { display: none; }#mC2PPwJ1IiNMorUSPfTQh5eHBhtfHGhF > .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); }#mC2PPwJ1IiNMorUSPfTQh5eHBhtfHGhF { border-width: 0; border-radius: 0; }#mC2PPwJ1IiNMorUSPfTQh5eHBhtfHGhF > .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; }#mC2PPwJ1IiNMorUSPfTQh5eHBhtfHGhF > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#TUb4sSEVpX0GQJWOxUVZ4hIQLdHsISrN { position:relative;display:block; }#TUb4sSEVpX0GQJWOxUVZ4hIQLdHsISrN { background-color: transparent; background-image: none; }#TUb4sSEVpX0GQJWOxUVZ4hIQLdHsISrN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUb4sSEVpX0GQJWOxUVZ4hIQLdHsISrN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUb4sSEVpX0GQJWOxUVZ4hIQLdHsISrN > .row .container > .video-iframe-container { display: none; }#TUb4sSEVpX0GQJWOxUVZ4hIQLdHsISrN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUb4sSEVpX0GQJWOxUVZ4hIQLdHsISrN > .row > .video-iframe-container { display: none; }#TUb4sSEVpX0GQJWOxUVZ4hIQLdHsISrN > .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); }#TUb4sSEVpX0GQJWOxUVZ4hIQLdHsISrN { border-width: 0; border-radius: 0; }#TUb4sSEVpX0GQJWOxUVZ4hIQLdHsISrN > .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; }#TUb4sSEVpX0GQJWOxUVZ4hIQLdHsISrN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8f4f2;background-image:none;font-size:0.875rem;font-family:arial;height:17.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MOo0mSaqmiFyv2JsA4vLail59Lx1BwL8 { 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:10.125rem;width:21.3125rem;top:5.1875rem;left:2.4375rem;display:block; }
#GWZWmvvEik0hiKcaXn4KmmDb2eO8g31b { color:#000000;display:block;width:18.75rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.548825rem;top:9.38916015625rem;left:3.75rem;display:block; }
#pLVg7Ohioc4ET7zaFkyFOtbOyM6iLBMG { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:7.375rem;left:3.75rem; }
#S8rcGV7NE7LcXiU00OXPhMOuQgymylHQ { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:7.375rem;left:5.3125rem; }
#qOeqlMQiHVZGaPez0cFIN3gcaagSBTTz { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:7.375rem;left:6.9375rem; }
#dIGnRH7RCsxhSy6yWbMvRsIMI5uR4lT9 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:7.375rem;left:8.5625rem; }
#RMTBWn6DdG8fc8sn2rZkMFCdt0CzU7BL { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:7.375rem;left:10.25rem; }
#NPhAF5QRPeeTW8DacS9UzVD5Ludu40KV { color:#000000;display:block;width:18.625rem;position:absolute;font-family:brown;font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:1.29980625rem;top:6.0625rem;left:3.75rem;font-style:normal;display:block; }
#UMhvQW6lfUhn2twOAzTM6TUNlvHiGlrA { color:#000000;display:block;width:70.125rem;position:absolute;font-family:canela;font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.03125rem;top:1.375rem;left:2.4375rem;text-align:left;text-align-last:left;display:block; }
#GDLwVxG5xwJVmamnfmn4LJlXektEVQsv { 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:10rem;width:21.25rem;top:5.1875rem;left:26.875rem;display:block; }
#ozzaf2irsrks9NhuBNRUHZRnVTM4TteQ { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.41161875rem;top:9.375rem;left:28.0625rem;display:block; }
#oT610N3LbLTuISpAh7y2XAUr5b5BL9Oq { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:7.375rem;left:28.0625rem; }
#rV5pMFhN8m45L9TU7F9rs4m1L4NvdX7S { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:7.375rem;left:29.625rem; }
#emNtTZoo0Mx1PgLtbngoKKVBJn7FcHzk { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:7.375rem;left:31.25rem; }
#t5ixHvoSagTlepQ6KFGkV0erQE72UI2e { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:7.375rem;left:32.8125rem; }
#xWHQitxJGWxGTMDvFZKGG4szSF1FL18P { color:#000000;display:block;width:18.625rem;position:absolute;font-family:brown;font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:1.29980625rem;top:5.98828125rem;left:28.125rem;font-style:normal;display:block; }
#DVIWrgQVbaBRhBgtr4FLi6WdC3ZiVgDP { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:7.375rem;left:34.375rem; }
#ITeUb0yG5oknP6xeieb1HHGL79KtO1TJ { 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:10.0625rem;width:21.25rem;top:5.1875rem;left:51.25rem;display:block; }
#TkQMqW4QcDSMqRX9KkXW1wKQkqZINQKB { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.548825rem;top:9.375rem;left:52.5rem;display:block; }
#OkcsQSh1ocnwwkL3AQUisMuJxfha9CIV { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:7.375rem;left:58.75rem; }
#xFp9Cm22aOl3HTEBVbxk1qP1yXLMxDir { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:7.375rem;left:57.1875rem; }
#KxHX4daMTvE6DyvKvtRvWUR8bHev0Kxz { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:7.375rem;left:55.625rem; }
#L7sC7BtTTc4ARsGT7iZ8ZPvOdTv4QcS9 { color:#000000;display:block;width:18.625rem;position:absolute;font-family:brown;font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:1.29980625rem;top:6.05078125rem;left:52.5rem;font-style:normal;display:block; }
#UpS2QARxuPN27TSiVqTglbaemhqJ7d2r { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:7.375rem;left:54.0625rem; }
#QrwTVEpCeTKCk8WLMLqnGMJS9OtoTi4m { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:7.375rem;left:52.5rem; }
#tFLyMdQHckpqsPFtMIdb8wbqieiG31Wg { position:relative;display:none; }#tFLyMdQHckpqsPFtMIdb8wbqieiG31Wg { border-width: 0; border-radius: 0; }#tFLyMdQHckpqsPFtMIdb8wbqieiG31Wg > .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; }#tFLyMdQHckpqsPFtMIdb8wbqieiG31Wg > .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.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#lQqyAaBhTUf0G5ygpfGWtwwsJxXsE4ZU { color:#000000;display:block;width:20rem;position:absolute;font-family:brown;font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.625rem;top:0.875rem;left:0rem;display:none; }
#PB9F3F9GWxwWkJFxpNkMfeTMfsiH1PGh { 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; }
#OEysEsichohOaK9iGfWUzEQpsyH1tN0e { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:4.5rem;left:3.5rem;display:none; }
#cNG05bJQyPJtBCWXKriOywP4tqs1V9HL { 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.3125rem;width:9.3125rem;display:none; }
#txnSy976x25g7PorBAZ1pevQ0H3Gx6BW { color:#000000;display:block;width:16rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.25rem;top:7.75rem;left:4rem;display:none; }
#yDuVWVQbcwbf006rRQtFE8tOJ1usZgTe { color:#000000;display:block;width:16.5rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.125rem;top:11.4375rem;left:3.5rem;display:none; }
#GUgsWH2H51nvJBkcd4Bti8Rw0wOxKskc { 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.3125rem;width:9.3125rem;display:none; }
#nugI9bW17oovqemqRUdGmuHfcP2LrBKv { 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:54.4375rem;width:25.9375rem;display:none; }
#wTT1QCXcnb5dt7aQEKTPQOli64grwubL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#wTT1QCXcnb5dt7aQEKTPQOli64grwubL > .row .container { border-width: 0; border-radius: 0; }#wTT1QCXcnb5dt7aQEKTPQOli64grwubL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wTT1QCXcnb5dt7aQEKTPQOli64grwubL > .row .container { font-size:0.875rem;font-family:arial;height:3.9375rem;width:75rem;position:relative;display:none; }#ISWrRR4SfO3csw7zwzoXn3iRxoX1pZFi { color:#ffffff;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.1343994140625rem;left:0rem;height:1.62475625rem;text-align:center;text-align-last:center;display:block; }
#TIe60ixuoPLfROUpp8cmwWJgbgAuaORr { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;top:5.6252174377441rem;left:7.5rem;display:none; }
body { position:relative;display:block; }
#hLnlAv09J9QZZVN4avvsqGn0WOfvwHZv { display:none; }#hLnlAv09J9QZZVN4avvsqGn0WOfvwHZv > .row .container { width:47.75rem;position:relative;display:none; }#uBEA9wQs4sRint0yZtFzLCzRQS8cS3nU { width:;height:;top:0rem;display:none; }
#V2C9qWxDHnoOg3JWMGn4vIg8MqnU8T2T { display:block; }
#fZMlkBUsMIRXeIyCqOtWBbOCnulPWgwR { width:17.5rem;height:3.4375rem;top:17.9375rem;left:0rem;display:none; }
#PfWSntqtOwRPaBGrvTLy4rKd7FnCo01a { display:block; }
#zcpR3UIiA1b02iqFfbwrwpNt3SBzkwva { top:0.625rem;left:16.5rem;width:14.875rem;height:2.9950925565826rem;display:block; }
#B1659X4GgqXrhx3iWrZVWlOT2aa5LEFe { top:0rem;width:;height:;display:none; }
#VfhX7wHEkHpnmfQnxxFoFFTH2BTX2yZ2 { top:0.625rem;left:0rem;width:12rem;height:1rem;font-size:0.9375rem;display:none; }
#CyzHEXDnOfKfp1rBm8Fn3uTFJTM8FGJe .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CyzHEXDnOfKfp1rBm8Fn3uTFJTM8FGJe .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; }
#CyzHEXDnOfKfp1rBm8Fn3uTFJTM8FGJe .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; }
#CyzHEXDnOfKfp1rBm8Fn3uTFJTM8FGJe { width:13.5rem;height:5.0625rem;display:flex;z-index:1;display:none; }
#CyzHEXDnOfKfp1rBm8Fn3uTFJTM8FGJe #moKam8EQkkFrZJgZhlP51wwLaJ6UQzJN { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#CyzHEXDnOfKfp1rBm8Fn3uTFJTM8FGJe #gQSANuOMe2Z2pHDBTQS32l1tz7X4lJL2 {  }
#CyzHEXDnOfKfp1rBm8Fn3uTFJTM8FGJe #OJpaHzLkbUX4t5np9I6ENi8weFfo1vDV {  }
#CyzHEXDnOfKfp1rBm8Fn3uTFJTM8FGJe #mbWZBzeMt8dgglQlGIvT8KKxATeJ6Iva { display:flex;position:relative;top:0rem;left:0rem; }
#CyzHEXDnOfKfp1rBm8Fn3uTFJTM8FGJe #NwwpuLindJB9cUK5MIvXomGkSNOT7154 {  }
#CyzHEXDnOfKfp1rBm8Fn3uTFJTM8FGJe #nQmLsr1TNWLG835vyipycL51mCquypC7 {  }
#CyzHEXDnOfKfp1rBm8Fn3uTFJTM8FGJe #Dto5fp412yuT0D2i7HT1DQMtX7IafDiC { display:flex;position:relative;top:0rem;left:0rem; }
#CyzHEXDnOfKfp1rBm8Fn3uTFJTM8FGJe #TyAsPrnleXHUMAe5vrFJKx6O4HmK0MET {  }
#CyzHEXDnOfKfp1rBm8Fn3uTFJTM8FGJe #h5Nx3cgDv7A1LMDQl9V5BWsvZ7GexDId {  }
#CyzHEXDnOfKfp1rBm8Fn3uTFJTM8FGJe #URWeHu74xAyHaqdyEwVOZSqN8kbepqod { display:flex;position:relative;top:0rem;left:0rem; }
#CyzHEXDnOfKfp1rBm8Fn3uTFJTM8FGJe #JdAyfbPufIUXXBQff22vWRNMlKNNZV1p {  }
#CyzHEXDnOfKfp1rBm8Fn3uTFJTM8FGJe #MyXCrQqylukExt1kyMvnTrRylCk5FHMK {  }
#ZRm6HzmVK1NyiO3ZZg1wHMzGAyN6GeMJ { display:none; }#ZRm6HzmVK1NyiO3ZZg1wHMzGAyN6GeMJ > .row .container { width:47.75rem;position:relative;display:none; }#v4S6b8Drb5xz16zxEPB8pamuTqWlAeS7 { display:none; }#v4S6b8Drb5xz16zxEPB8pamuTqWlAeS7 > .row .container { width:47.75rem;position:relative;display:none; }#ZL9AqzmHsgWkFkoUDOStaJgB2iQviv5M { top:0.6875rem;left:0rem;width:16.9375rem;height:1.125rem;font-size:0.875rem;display:none; }
#It6lk4FNTySV5XBITfCe9L2ydHk9XV9F { width:11.625rem;height:1.7405048771097rem;top:5.875rem;left:0rem;display:none; }
#UVWLuTwtf8JT1vkEyhTGuN6294ykJxlD { display:none; }#UVWLuTwtf8JT1vkEyhTGuN6294ykJxlD > .row .container { width:47.75rem;position:relative;display:none; }#QK7S9hXgCTAgKbutOMEFnOGpWT0OkHHv { width:29.25rem;height:2.875rem;top:33.75rem;left:18.5rem;display:none; }
#pdwiyo5giEiHsC07hqkE2IasTqv2R4en { display:block; }
#IRikhmZT8pMLKx8k9kKuPVQHgoBsCLq2 { top:23.0625rem;left:24rem;width:20.8125rem;height:1.6875rem;font-size:1.3125rem;display:none; }
#uXiAV4yHA638ep3mHtSQpHuTUrZ8kQ7l { top:23.25rem;left:23.875rem;width:1.125rem;height:1.125rem;display:none; }
#rdRZAR7J0MQM3fa8NmpCXSszm6fxUqnP { top:26.25rem;left:23.875rem;width:22.5rem;height:1.6875rem;font-size:1.3125rem;display:none; }
#l0h8W9fVOq60rKSILIM6NVhPTrGwnqP6 { top:26.3125rem;left:23.875rem;width:1.125rem;height:1.125rem;display:none; }
#Fp5W9iSparuG1l68csUdxLbGMxfCGHFT { top:19rem;left:19.4375rem;width:28.3125rem;height:12.75rem;display:block; }
#fheUWlpghEEhBzfJeCwWshcohN9U5SSD { top:1.3125rem;left:0rem;width:25rem;height:35.188087774294rem;display:block; }
#JAuUz99xlr4UsFvOI0LP27uwxvC6LWqE { width:15.1875rem;height:1.625rem;top:1.3125rem;left:23.875rem;display:none; }
#xhse1T22dzpR3wbpMt4LtK4OmP4PM7S3 { display:block; }
#tKvmgm78aPbhKdl0NcTiNggdBQAt12DF { top:20rem;left:23.875rem;width:1.125rem;height:1.125rem;display:none; }
#qeWdpAoAQV3eA6R2CPvqgonNed0N0Rah { top:19.9375rem;left:24.375rem;width:20.8125rem;height:1.6875rem;font-size:1.3125rem;display:none; }
#pD3mge1kpDlyCFsV41Kp6zMB2TZdEap5 { top:29.25rem;left:23.875rem;width:22.5rem;height:1.6875rem;font-size:1.3125rem;display:none; }
#BhW18Q9pXuOJF8Kzty6KzmQ4FnTGWkzi { top:48.5625rem;left:0rem;width:5.5rem;height:;font-size:0.9375rem;display:none; }
#VUQlaZyS8UrELeTHT9Mb6JQuFhUMJuvk { top:48.5625rem;left:0rem;width:6.375rem;height:;font-size:0.9375rem;display:none; }
#Gt1es04qioJBSnSWahIAuc9bO4ayvP44 { top:30.5625rem;left:31.4375rem;width:7.3125rem;height:;font-size:0.9375rem;display:none; }
#dwEsfFr34siNLHWJu72kph3RwVkKldLG { top:9.6875rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
#qHBdHmza7c4Mwdz11lQDiuShGBHkqsO8 { top:9.6875rem;left:0rem;width:2.3125rem;height:1.15625rem;display:block; }
#ScH37nbiCf8xy0Mwlz0z4R3lNwIvQVss { top:9.6875rem;left:0rem;width:2.3125rem;height:1.15625rem;display:block; }
#dG7qqKhWKxTo67vLvzAQ4uHvDwspvkAF { top:2rem;left:0rem;width:19.9375rem;height:4.25rem;font-size:1.9375rem;display:none; }
#DHIrQkd51kxmTqs4mHoq2a5f2a3GwoAd { width:6.5rem;height:10.125rem;top:0rem;display:none; }
#DqccU3gVHgkaD7BVQb2SD0mPOnZ9LiWd { top:29.4375rem;left:23.875rem;width:1.125rem;height:1.125rem;display:none; }
#RLQz1wBlBd1RCTAHXaOFETC9ztm0r9ZQ { width:;height:;top:0rem;display:none; }
#G8PBCZkioxMbMDZxIFySrkuRyk0QuzW7 { display:block; }
#CR1L9RqRzloxnPTi07ZQdnldWGbsKLyG { top:25.3125rem;left:0rem;width:27.375rem;height:12.5rem;display:none; }
#Zu9G7uALuB1kESNT5Ppf87VQFbSgbupo { top:35.875rem;left:0rem;width:15.0625rem;height:;font-size:0.875rem;display:none; }
#lupu2GJgunOFuhzeM2iJtkg0HX31seVS { top:11.0625rem;left:17rem;width:4.9375rem;height:4.9375rem;display:none; }
#qKw9Qx1G0JBn44hNFT3HGzOLRpW93Zlo { width:6.9375rem;height:1.5rem;top:29.3125rem;left:14.375rem;display:none; }
#XrT6utaMs3y1W89OG3KwHbULHk1RArBd { display:block; }
#Ol2TMHrn3iqnFbHrQVxWaW2sxNCP6amm { top:1.875rem;left:0rem;width:19.9375rem;height:2.125rem;font-size:1.8125rem;display:none; }
#g95wWSDHKqGRBz1r4oIOuVz234yT3zfM { top:0.4375rem;left:0rem;width:19.9375rem;height:2.125rem;font-size:1.9375rem;display:none; }
#zkat2UM8FNktsS3ABTFt4e3x11DpduQv { display:none; }#zkat2UM8FNktsS3ABTFt4e3x11DpduQv > .row .container { width:47.75rem;position:relative;display:none; }#Ea6gO5iBVRRG0FeVwWBKdJE2NXJDW8kS { width:8.125rem;height:2.6875rem;top:1.375rem;left:0rem;display:none; }
#p3EPm2VHfvm27TI1SRTfOkz6yrdEQWtm { display:none; }#p3EPm2VHfvm27TI1SRTfOkz6yrdEQWtm > .row .container { width:47.75rem;position:relative;display:none; }#rpfGgS1NyefIPT0xJByc8THUZwt2l4xm { top:1.9375rem;left:0rem;width:18.375rem;height:1.75rem;font-size:1.625rem;display:block; }
#aCLGQbT00LUuccA9v2tcx21a0I56o3se { top:2.9375rem;left:0rem;width:18.1875rem;height:22.75rem;display:block; }
#i8fbqDpV3pfttVrTkh7DqIUn8JItEQFD { top:0.5rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2.375rem;display:block; }
#rrRFhT97VguB5aoGcwyBAOqX8Oid7GwS { top:9.4375rem;left:36.84375rem;width:8.0625rem;height:4.1875rem;font-size:2.375rem;display:block; }
#Ouu6tZOM7QbWSIWBpcQUaEZEcvtKyfSv { top:13.25rem;left:36.1875rem;width:11.5625rem;height:4.125rem;font-size:1rem;display:block; }
#TuPMINwy6SXQyJEOTqau5UtJIUDaFPLD { top:9.4375rem;left:26.375rem;width:9.4375rem;height:4.1875rem;font-size:2.375rem;display:block; }
#TPrNzpKsb1gvxRGRevKo6VA2dHIG7DzC { top:13.1875rem;left:23.625rem;width:12.1875rem;height:2.75rem;font-size:1rem;display:block; }
#pN4TITOm2S23RLTTTGAgaXUwyr9NKKfo { top:9.375rem;left:0rem;width:9.4375rem;height:4.1875rem;font-size:2.375rem;display:block; }
#QQzTxvXSpKyZ6maITXE4AKLQFoF98C3l { top:13.125rem;left:0rem;width:12.25rem;height:2.75rem;font-size:1rem;display:block; }
#nE2HpGyAiZ0uiqMADD2oor9Xf7aBhKhZ { top:9.375rem;left:11.9375rem;width:9.4375rem;height:4.1875rem;font-size:2.375rem;display:block; }
#z0fynxz33FHhwyhptArIMcss97gUWZU8 { top:13.1875rem;left:11.625rem;width:12.25rem;height:2.75rem;font-size:1rem;display:block; }
#PippbSp7cMV306wUo7sV36NMTWPpDxmo { top:24.375rem;left:10.625rem;width:0.625rem;height:0.625rem;display:none; }
#GWZT9XJd9CCQTOFgrpqGEpg2kl42oK4N { display:none; }
#wbw0ObrdzgLsxrd9bUafWtCiaLJPJcJu { top:24.375rem;left:10.625rem;width:0.625rem;height:0.625rem;display:none; }
#ABcUQrvKT7GBqRHBEPGSctK54UBETiv6 { display:none; }
#ID55hHZZ5LBTeLHG2ZKEcATg6789ux85 { top:24.375rem;left:10.625rem;width:0.625rem;height:0.625rem;display:none; }
#Zks4dzxqhwOLIQ0rsNd6aubylIrpRVSb { display:none; }
#mfwTnUgNlaT3Cs9TPTTynVLQpHZ2FWtt { top:24.375rem;left:10.625rem;width:0.625rem;height:0.625rem;display:none; }
#fAkwLTTeEAqRLwEFmJVFNJRHyZFvt9tJ { top:3.875rem;left:0rem;width:17.8125rem;height:1.375rem;font-size:1.25rem;display:none; }
#F4liEWvKZe8T7Ng1wU4hG0RNOTtfh62k { top:2.9375rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.6875rem;display:block; }
#RTrPZOooH3FZagZ11FRErtuTOTxC0XRT { width:11.375rem;height:19.125rem;display:none; }
#xcWRtM8Mml9pten9A8Z9VtoWMpdz9lVl { width:46.75rem;height:30.5625rem;top:35.3125rem;left:0rem;display:none; }
#q1XVEuXRuKMwoKwDJQxXIZ3Up1fAxGaO { display:block; }
#Z7MgHXxco2oxX5WxoryqVsozKZvwm7f3 { display:none; }#Z7MgHXxco2oxX5WxoryqVsozKZvwm7f3 > .row .container { width:47.75rem;position:relative;display:none; }#W97V3te81da3nLs8hL5C8CLk6QdkGhoW { top:1.5625rem;left:0rem;width:18.8125rem;height:6.0625rem;font-size:1.5625rem;display:none; }
#TWpXmO9CwV1zuIfqnRzHT1WAK22mN1dT { top:8.375rem;left:0rem;width:18.5rem;height:;font-size:1.1875rem;display:none; }#TWpXmO9CwV1zuIfqnRzHT1WAK22mN1dT li:before{  }
#F1HdWrtAuwedTr0tQmi428U0vPWxUnos { width:13.5625rem;height:24.3125rem;top:1.4375rem;left:31.5625rem;display:none; }
#uJSVSI1hS5XG3OqK3tzfk6B15iD4XBC6 { width:46.75rem;height:30.5625rem;top:35.3125rem;left:0rem;display:block; }
#MoPNEPaHWBsWJI8B7rW3QF5wP3XeRrew { display:block; }
#WQWg0CL7gb5QgVxhvtxV8h2IHxI4FmMP { width:46.75rem;height:34.375rem;top:0rem;left:0rem;display:block; }
#EDR2WFlqVcWphXTJQ6T1rohPNxlTTFCr { display:block; }
#BBtldG5w2TUqLW9ff7gTcGxVLMSMPK1G { display:none; }#BBtldG5w2TUqLW9ff7gTcGxVLMSMPK1G > .row .container { width:47.75rem;position:relative;display:none; }#dJ99aiBMhTvF8aierrnZqs5u1TJbTokg { top:14.5625rem;left:0rem;width:9.4375rem;height:2.5625rem;font-size:1rem;display:none; }
#UcASbccip9TcfdyWFJ7Wq0WsSqvmTtrp { top:20.9375rem;left:0rem;width:8.875rem;height:7.6875rem;font-size:1.1875rem;display:none; }
#NlkhFa1frrq2FgCzzOdVBVa6qSAd6mDW { width:17.5rem;height:3.4375rem;top:29.125rem;left:0rem;display:none; }
#T0xB66bWq196l93fePyzD1IyigoNDOA7 { display:block; }
#V6QvgTx8h1Tto2Rsg2c38FnFlkNicmyO { width:13.5625rem;height:24.3125rem;top:1.4375rem;left:31.5625rem;display:none; }
#fngCSSLt3PkJi7MOuV0fRltDD4hpWA5m { top:14.5625rem;left:0rem;width:9.375rem;height:2.375rem;font-size:1rem;display:none; }
#ft1klfMAb6Er7UcmcGBnpAiI58xveShP { top:20.9375rem;left:0rem;width:9rem;height:7.6875rem;font-size:1.1875rem;display:none; }
#MuUGui25k9T2RAMh6SUyVLTuuivZ8ycr { display:none; }
#Re9u5xqAtwPOOd8uCXoDtJbE7iKrCcmx { width:17.5rem;height:3.4375rem;top:29.125rem;left:0rem;display:none; }
#IXqhzggTALmmFJgiqSTndAAc4fqD4SQT { display:block; }
#WgqdXzpscE4HDfAz8dDKfSe4ckxdOXfA { top:2.75rem;left:0rem;width:10.125rem;height:1.25rem;font-size:1rem;display:none; }
#Gkhx0N1KhZtTMGPPypHsKKcR8nQH7mTa { top:1.125rem;left:0rem;width:10.25rem;height:2rem;font-size:1.5625rem;display:none; }
#trMay9uUw3hPsODWkCa6IcioyX366T0g { display:none; }
#eSNraQnOD1iqRbuCgrtk6mTPE0hzD2mT { display:none; }
#QecwgKnyeT2RiVvxlEBWvintag2Tkn8g { top:1.6875rem;left:12.3125rem;width:1.3125rem;height:1.25rem;display:none; }
#xtC1TfR9IaMJGi9TcutE6RXdiKBPVvNA { width:17.5rem;height:3.4375rem;top:29.125rem;left:0rem;display:none; }
#PtoTfkNkp2bfCzueVMRu6gZE8WPX1m7x { display:block; }
#AmI2Pe6NwAJVVrTwCdeJJaClsRQX8w7T { width:11.625rem;height:1.7405048771097rem;top:5.875rem;left:0rem;display:none; }
#n91JfTH09gWwefXBmbECLTbOGpfcEluq { width:11.625rem;height:1.7405048771097rem;top:5.875rem;left:0rem;display:none; }
#tMoQ2XUmVx0qnoZu0xNpqTG0u7J08bET { display:none; }
#ZVH4HnQxLMFxtWub6hAPK9ng6NFxk7ko { top:17.625rem;left:0rem;width:8rem;height:2.875rem;font-size:0.75rem;display:none; }
#sQ7INOR0afGg06hceByryW4WGGkTQcgI { top:17.4375rem;left:0rem;width:8rem;height:3.875rem;font-size:0.75rem;display:none; }
#ucytrHQ2RGTSlHmeoO9BVX2Rrg7iZAUm { display:none; }
#dNH0PdGyBfOO2CKBR9OvsxMVGiUZKJuN { width:0;height:0;display:none; }
#BNMqVtxQNA6Z2rR1OGQ9s8bBlgaT1t0k { display:block; }
#B8wQZRrOfQmLuwxAqnOxBaObvGvemHlf { width:0;height:0;display:none; }
#F2WqEs9fIZEQcsqaVTVpXbnoHJZ9XfTD { display:block; }
#gLAshBmOBEnCndBOvyqp5lQeTlfxryoD { top:0.9375rem;left:0rem;width:9.75rem;height:;font-size:1.5625rem;display:none; }
#HhknM5ohvq2BZ7xTFSJcBUJ0PBqUzQhz { top:1.6875rem;left:12.3125rem;width:1.3125rem;height:1.25rem;display:none; }
#ZUEEK1LPVK2sncQy2ZNVhl0OC3HniBqr { top:1.6875rem;left:12.3125rem;width:1.25rem;height:1.3125rem;display:none; }
#pgMM4dC5w4G6yQcOsIcMDHV5T489bdl6 { display:none; }#pgMM4dC5w4G6yQcOsIcMDHV5T489bdl6 > .row .container { width:47.5rem;position:relative;display:none; }#merEtRn16TcJkFh2cFzqoc2MlGmQ0Mri { width:18rem;height:18.0625rem;top:4.25rem;left:0rem;display:none; }
#CImwchUz38eHtN4Xd7toGNvAkMzviofy { top:3.875rem;left:6.1875rem;width:3.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
#EMrd0JxqbKSPMM5vSbppPhdxMQweu69l { top:29.25rem;left:6.125rem;width:3.6875rem;height:0.9375rem;font-size:0.75rem;display:none; }
#ccqBdI6Km8JC4C15mTHuoKFowaw7COS2 { top:39.5rem;left:0rem;width:20rem;height:2.5625rem;font-size:1rem;display:none; }
#kk1niZKlCzPulaIcitDChkl7EUThuyib { top:28.875rem;left:5.3125rem;width:5.125rem;height:1.4375rem;display:none; }
#F6UsRJ5GAxUTTeLyampuBSuuovMCi0lQ { top:3.625rem;left:5.3125rem;width:5.125rem;height:1.4375rem;display:none; }
#PQnVQNrNdPuwCsQSKflQXgIWf31FsAlL { top:5.8125rem;left:0rem;width:20rem;height:2.125rem;font-size:2.125rem;display:none; }
#Z35hEVCxpenykT7UCawg19QyL09NWcWq { top:10.5625rem;left:0rem;width:20rem;height:2.5625rem;font-size:1rem;display:none; }
#RcREyfhAoAbqxiXJoP57h6mrqTV0czTO { top:5.25rem;left:0rem;width:17.875rem;height:11.0625rem;display:none; }
#r25JVn9GWUaJnTkI4nrKhynOmvCwdq2F { top:42.875rem;left:0rem;width:18.625rem;height:1.125rem;font-size:1rem;display:none; }
#pTT6GzX4wA4dnvnqCqRE2gTonEpi3b0n { top:42.3125rem;left:0rem;width:18.75rem;height:4.1875rem;font-size:0.8125rem;display:none; }
#oI9QLGfSVJHTtMPh7DXQbb82ElU8cmZA { width:11.625rem;height:1.7405048771097rem;top:5.875rem;left:0rem;display:none; }
#oi502RycpbVLBnsT1ygdeyQoKEuQllHB { width:12.875rem;height:4rem;display:none; }
#S3IwpfIFxA6XmE4X87hdMVUVOTNMIpxq { display:none; }
#eTCn7OGUaddv530TW7zagWkhTuQ0Z87x { top:30.25rem;left:0rem;width:16.9375rem;height:1.75rem;font-size:1.125rem;display:none; }
#DSir16CrXZZnF0ufDiMLgXFA9OaDRL1d { top:32rem;left:0rem;width:16.9375rem;height:1.75rem;font-size:1.125rem;display:none; }
#sarkCsKkmuO4lDkSrCammZQkCBGQB8wG { display:none; }
#H1aTbT1sbOTVQ2owymW8mpUGsAoqg5G9 { display:none; }
#OcnbyThMHPWDk5elScq3nEkaWI5DBlg2 { display:none; }
#vEMqNSSJxeVhvZuDBTc5k0b8IeZX9Jqh { display:none; }
#MmcrHJHGnsDlNtC5LpFticPMOA1lkwFa { width:0;height:0;display:none; }
#keKDJSngJ631sNSfc68gy61Bpo6GsNzG { display:block; }
#tmvMWaLQiTJUB311NEyGZ6AJcEGTkR1G { display:none; }#tmvMWaLQiTJUB311NEyGZ6AJcEGTkR1G > .row .container { width:47.75rem;position:relative;display:none; }#shKEUnNXXrMHu2T5U8Rw98uZ7TsT6Oen { top:4.25rem;left:0rem;width:18.4375rem;height:1.375rem;font-size:1.0625rem;display:none; }
#eovHAkvTEQGFIcFrnN0qxUbIvtkEkiai { width:6rem;height:6rem;top:2.3125rem;left:22.9375rem;display:none; }
#nmoQAS3ubFMpfcNbPyzd2XHr42P9WoV1 { top:13.125rem;left:0rem;width:14.8125rem;height:1.375rem;font-size:1.0625rem;display:none; }
#FT2dcTfOOhfh6D2CZw3bPOo8Bp9ySyiU { display:none; }
#bVAtT6NTQS7pI61f1F7LK3k59yhvyvSu { display:none; }
#Z5rkfcX8EgfCtD7xEOEZb4z423X4Na6U { width:5.875rem;height:5.875rem;top:2.3125rem;left:22.9375rem;display:none; }
#yt1V9cG1bxkzkr2w5FXonN3wdNL36EN9 { width:6.5rem;height:6.5rem;top:2.3125rem;left:22.9375rem;display:none; }
#VtK4DMiaxA4uJUCicOS6JPFsmsflWT3W { display:none; }
#kMpADLAkHdFmD01HeNzzgwF6dPx1aA4V { display:none; }
#IGcRDvla2wUeHciP5ogaEsnBfNxlfrIN { width:9.6875rem;height:9.875rem;top:2.3125rem;left:22.9375rem;display:none; }
#rkyQ6LqpJ4kBviC04MBRsd29kaA5viyq { width:9.5625rem;height:9.75rem;top:2.3125rem;left:22.9375rem;display:none; }
#gT0A2gT3IqbKeAD39NCN6yMsRE6wJxH2 { width:9.625rem;height:9.875rem;top:2.3125rem;left:22.9375rem;display:none; }
#BTdpBk1dd6CiZzzFZTvTPbD7BPcEbQZo { width:8.125rem;height:8.125rem;top:3.1875rem;left:24.8125rem;display:none; }
#a4uSpDurQZLGC1RzduvOBrq0KhPo774C { width:8.1875rem;height:8.1875rem;top:3.1875rem;left:34.625rem;display:none; }
#Nma0SsBOLKhFDoJzuUGvrHQxf5HbBHBu { width:8.1875rem;height:8.1875rem;top:3.1875rem;left:39.5625rem;display:none; }
#E6Q3hv5i0qZRP8dvHqNqi8mzqRkkHh3J { top:5.4375rem;left:0rem;width:20rem;height:2.5625rem;font-size:1rem;display:none; }
#yZ9OMQr59PyuJTqb1GdZzuEaLbo31Lnw { top:0.6875rem;left:0rem;width:20rem;height:4.25rem;font-size:2.125rem;display:none; }
#Tcq0eGv7lDPRFCpr68RTAAse9TA69daz { width:0;height:0;display:none; }
#HWJqw3wyQFFNvhCNu4TAiueTRXy1Tfyz { display:block; }
#VOMKEHRqGTzE8g58P6gtvCRESD5bcS7g { display:none; }#VOMKEHRqGTzE8g58P6gtvCRESD5bcS7g > .row .container { width:47.75rem;position:relative;display:none; }#ifxt3SFb45MTqyTnTgr4Q594WgvmmIyp { display:none; }#ifxt3SFb45MTqyTnTgr4Q594WgvmmIyp > .row .container { width:47.75rem;position:relative;display:none; }#OnIloO422XnQuE42XfZrHSery2z7FhL7 { top:9.3125rem;left:30.25rem;width:17.5rem;height:2.5625rem;font-size:1rem;display:none; }
#encDEiXpUUxBGMQuaCbK7z9gPQt6Pd0e { top:1.8125rem;left:8.15625rem;width:31.4375rem;height:3.0625rem;font-size:1.4375rem;display:none; }
#qAC3wSr2FxlcA7yv94CUTl1NM1H71xgw { width:22.5rem;height:3.4375rem;top:30.875rem;left:12.625rem;display:none; }
#LA2xk37nxlJsIUytuMawx44T44uZ7cvq { display:block; }
#sMdrHDS3i9Un6mzCgVoFkwfZfJKkPTNS { top:16.625rem;left:0rem;width:16.125rem;height:2.5625rem;font-size:1rem;display:none; }
#fBGTPaLdOyQbbA4GkssF6Ayo1ATHOK0C { top:17.625rem;left:33.875rem;width:13.875rem;height:2.5625rem;font-size:1rem;display:none; }
#aZwfFqMOdcCMEJ8DteBaNAzRAZPE9J5F { top:7.125rem;left:5.1875rem;width:15rem;height:16.875rem;display:block; }
#wElvySru0MG4CSTIhC7Ta650yQbmhTay { top:10.625rem;left:28rem;width:5.25rem;height:0.0625rem;display:block; }
#CZ7cqqHS6C5q5PeCVQg6cBWPta83hch7 { top:10.3125rem;left:27.25rem;width:0.625rem;height:0.625rem;display:block; }
#rnZW7G3NvXWEkq9E3KIrHsGSW9rXeQSn { top:20.1875rem;left:35.75rem;width:0.625rem;height:0.625rem;display:block; }
#xIsTInb5KUXKDlyboUSS8IRysodQkaCz { top:18.625rem;left:36.125rem;width:6.1875rem;height:0.0625rem;display:block; }
#oKtHwreDcB1I7FqL9Rng42x8Eq33np9k { top:13.25rem;left:11.8125rem;width:0.625rem;height:0.625rem;display:block; }
#IwvxPdqfM4514HkpV8JPHD3iiSbvsvyc { top:13.5625rem;left:0rem;width:15.8125rem;height:0.0625rem;display:block; }
#wGXBA70J4XdTF5o3iB6xebv7OdiV79B6 { top:18.6875rem;left:36.125rem;width:0.0625rem;height:1.5625rem;display:block; }
#iykp1DXAvlJoXTiKsSSeZK2KsoK7WGhg { top:13.5625rem;left:0rem;width:0.0625rem;height:2.5rem;display:block; }
#lGdTiDdTp751kP7OXyxVKzUdVwIC9OEt { width:0;height:0;display:none; }
#vXMoBCwHKawFaF97LQfk5AvzMaWzoA8y { display:block; }
#dtcnJBTJfu8lP7yEtmkwQHdTGsdUfP6I { display:none; }#dtcnJBTJfu8lP7yEtmkwQHdTGsdUfP6I > .row .container { width:47.75rem;position:relative;display:none; }#AaJyObJVMbDciAQt0OmpncJ3etEDlrk1 { display:none; }#AaJyObJVMbDciAQt0OmpncJ3etEDlrk1 > .row .container { width:47.75rem;position:relative;display:none; }#g5xTokIrx6bLQTVEIAHQxpST9VlzkHE1 { width:13.0625rem;height:7.3125rem;top:0.0625rem;left:0rem;display:none; }
#am12TshNN0lGlUIWQXJsSeEfH9z6Zphm { width:2.0625rem;height:1.875rem;top:2.4375rem;left:45.6875rem;display:none; }
#xSNnmgeVgcXTxEa9elp9InsTkZH2tHZu { width:2.0625rem;height:1.875rem;top:2.375rem;left:4.8125rem;display:none; }
#UosVsAbXVsuqTugSTdiGOqQ4pNAwAaaV { top:3.3125rem;left:0rem;width:46.625rem;height:1.3125rem;font-size:1rem;display:none; }
#QwT0wnQ2ThsMqLl6d5vikXeMTaJPROfP { top:1.875rem;left:0rem;width:47.625rem;height:3.75rem;display:none; }
#m4Jzlf7SQLKO5Tw01uaN9OtmnUi4XPUR { width:0;height:0;display:none; }
#dZpKq0c3RRIOmg5JfaJkxbWUeooQaFVm { display:block; }
#mC2PPwJ1IiNMorUSPfTQh5eHBhtfHGhF { display:none; }#mC2PPwJ1IiNMorUSPfTQh5eHBhtfHGhF > .row .container { width:47.75rem;position:relative;display:none; }#TUb4sSEVpX0GQJWOxUVZ4hIQLdHsISrN { display:none; }#TUb4sSEVpX0GQJWOxUVZ4hIQLdHsISrN > .row .container { width:47.75rem;position:relative;display:none; }#MOo0mSaqmiFyv2JsA4vLail59Lx1BwL8 { top:5.1875rem;left:0rem;width:21.3125rem;height:10.125rem;display:none; }
#GWZWmvvEik0hiKcaXn4KmmDb2eO8g31b { top:9.375rem;left:0rem;width:18.75rem;height:4.5625rem;font-size:0.875rem;display:none; }
#pLVg7Ohioc4ET7zaFkyFOtbOyM6iLBMG { top:7.375rem;left:0rem;width:1.375rem;height:1.375rem;display:none; }
#S8rcGV7NE7LcXiU00OXPhMOuQgymylHQ { top:7.375rem;left:0rem;width:1.375rem;height:1.375rem;display:none; }
#qOeqlMQiHVZGaPez0cFIN3gcaagSBTTz { top:7.375rem;left:0rem;width:1.375rem;height:1.375rem;display:none; }
#dIGnRH7RCsxhSy6yWbMvRsIMI5uR4lT9 { top:7.375rem;left:0rem;width:1.375rem;height:1.375rem;display:none; }
#RMTBWn6DdG8fc8sn2rZkMFCdt0CzU7BL { top:7.375rem;left:0rem;width:1.375rem;height:1.375rem;display:none; }
#NPhAF5QRPeeTW8DacS9UzVD5Ludu40KV { top:6.0625rem;left:0rem;width:18.625rem;height:1.25rem;font-size:1rem;display:none; }
#UMhvQW6lfUhn2twOAzTM6TUNlvHiGlrA { top:1.375rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:none; }
#GDLwVxG5xwJVmamnfmn4LJlXektEVQsv { top:5.1875rem;left:13.25rem;width:21.25rem;height:10rem;display:none; }
#ozzaf2irsrks9NhuBNRUHZRnVTM4TteQ { top:9.375rem;left:14.4375rem;width:18.6875rem;height:3.375rem;font-size:0.875rem;display:none; }
#oT610N3LbLTuISpAh7y2XAUr5b5BL9Oq { top:7.375rem;left:14.4375rem;width:1.375rem;height:1.375rem;display:none; }
#rV5pMFhN8m45L9TU7F9rs4m1L4NvdX7S { top:7.375rem;left:16rem;width:1.375rem;height:1.375rem;display:none; }
#emNtTZoo0Mx1PgLtbngoKKVBJn7FcHzk { top:7.375rem;left:17.625rem;width:1.375rem;height:1.375rem;display:none; }
#t5ixHvoSagTlepQ6KFGkV0erQE72UI2e { top:7.375rem;left:19.1875rem;width:1.375rem;height:1.375rem;display:none; }
#xWHQitxJGWxGTMDvFZKGG4szSF1FL18P { top:5.9375rem;left:14.5rem;width:18.625rem;height:1.25rem;font-size:1rem;display:none; }
#DVIWrgQVbaBRhBgtr4FLi6WdC3ZiVgDP { top:7.375rem;left:20.75rem;width:1.375rem;height:1.375rem;display:none; }
#ITeUb0yG5oknP6xeieb1HHGL79KtO1TJ { top:5.1875rem;left:26.5rem;width:21.25rem;height:10.0625rem;display:none; }
#TkQMqW4QcDSMqRX9KkXW1wKQkqZINQKB { top:9.375rem;left:28.75rem;width:18.6875rem;height:4.5625rem;font-size:0.875rem;display:none; }
#OkcsQSh1ocnwwkL3AQUisMuJxfha9CIV { top:7.375rem;left:45.125rem;width:1.375rem;height:1.375rem;display:none; }
#xFp9Cm22aOl3HTEBVbxk1qP1yXLMxDir { top:7.375rem;left:43.5625rem;width:1.375rem;height:1.375rem;display:none; }
#KxHX4daMTvE6DyvKvtRvWUR8bHev0Kxz { top:7.375rem;left:42rem;width:1.375rem;height:1.375rem;display:none; }
#L7sC7BtTTc4ARsGT7iZ8ZPvOdTv4QcS9 { top:6rem;left:29.125rem;width:18.625rem;height:1.25rem;font-size:1rem;display:none; }
#UpS2QARxuPN27TSiVqTglbaemhqJ7d2r { top:7.375rem;left:40.4375rem;width:1.375rem;height:1.375rem;display:none; }
#QrwTVEpCeTKCk8WLMLqnGMJS9OtoTi4m { top:7.375rem;left:38.875rem;width:1.375rem;height:1.375rem;display:none; }
#tFLyMdQHckpqsPFtMIdb8wbqieiG31Wg { display:none; }#tFLyMdQHckpqsPFtMIdb8wbqieiG31Wg > .row .container { width:47.75rem;position:relative;display:none; }#lQqyAaBhTUf0G5ygpfGWtwwsJxXsE4ZU { top:0.875rem;left:0rem;width:20rem;height:1.625rem;font-size:1.375rem;display:none; }
#PB9F3F9GWxwWkJFxpNkMfeTMfsiH1PGh { display:none; }
#OEysEsichohOaK9iGfWUzEQpsyH1tN0e { top:4.5rem;left:0rem;width:14.9375rem;height:2.5625rem;font-size:0.875rem;display:none; }
#cNG05bJQyPJtBCWXKriOywP4tqs1V9HL { width:9.3125rem;height:9.3125rem;display:none; }
#txnSy976x25g7PorBAZ1pevQ0H3Gx6BW { top:7.75rem;left:0rem;width:16rem;height:2.25rem;font-size:0.875rem;display:none; }
#yDuVWVQbcwbf006rRQtFE8tOJ1usZgTe { top:11.4375rem;left:0rem;width:16.5rem;height:1.125rem;font-size:0.875rem;display:none; }
#GUgsWH2H51nvJBkcd4Bti8Rw0wOxKskc { width:9.3125rem;height:9.3125rem;display:none; }
#nugI9bW17oovqemqRUdGmuHfcP2LrBKv { width:16.5rem;height:34.6875rem;display:none; }
#wTT1QCXcnb5dt7aQEKTPQOli64grwubL { display:none; }#wTT1QCXcnb5dt7aQEKTPQOli64grwubL > .row .container { width:47.75rem;position:relative;display:none; }#ISWrRR4SfO3csw7zwzoXn3iRxoX1pZFi { top:1.125rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.25rem;display:block; }
#TIe60ixuoPLfROUpp8cmwWJgbgAuaORr { top:5.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:none; }
body { position:relative;top:0rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container { display: none; }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .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); }#hLnlAv09J9QZZVN4avvsqGn0WOfvwHZv { 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;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#hLnlAv09J9QZZVN4avvsqGn0WOfvwHZv > .row .container { background-color: transparent; background-image: none; }#hLnlAv09J9QZZVN4avvsqGn0WOfvwHZv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hLnlAv09J9QZZVN4avvsqGn0WOfvwHZv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hLnlAv09J9QZZVN4avvsqGn0WOfvwHZv > .row .container > .video-iframe-container { display: none; }#hLnlAv09J9QZZVN4avvsqGn0WOfvwHZv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hLnlAv09J9QZZVN4avvsqGn0WOfvwHZv > .row > .video-iframe-container { display: none; }#hLnlAv09J9QZZVN4avvsqGn0WOfvwHZv > .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); }#hLnlAv09J9QZZVN4avvsqGn0WOfvwHZv > .row .container { border-width: 0; border-radius: 0; }#hLnlAv09J9QZZVN4avvsqGn0WOfvwHZv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hLnlAv09J9QZZVN4avvsqGn0WOfvwHZv > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; }#uBEA9wQs4sRint0yZtFzLCzRQS8cS3nU { top:-1.0625rem;left:0rem;width:20rem;height:1.5rem;z-index:15002;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#V2C9qWxDHnoOg3JWMGn4vIg8MqnU8T2T { display:block; }
#fZMlkBUsMIRXeIyCqOtWBbOCnulPWgwR { width:9.8125rem;height:2.1875rem;top:2.312283039093rem;left:9.9996747970581rem;z-index:15020;color:#000000;background-color:#ff9d5a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:700;font-style:normal;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;font-size:1rem;display:block; }
#PfWSntqtOwRPaBGrvTLy4rKd7FnCo01a { display:block; }
#zcpR3UIiA1b02iqFfbwrwpNt3SBzkwva { width:9rem;height:1.8125rem;top:2.4375rem;left:0rem;overflow:hidden;display:block; }
#B1659X4GgqXrhx3iWrZVWlOT2aa5LEFe { top:0rem;left:0.1875rem;width:19.6875rem;height:2.0625rem;z-index:14999;background-color:#ff9d5a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#VfhX7wHEkHpnmfQnxxFoFFTH2BTX2yZ2 { top:0.625rem;left:0.498046875rem;width:12rem;height:1.03125rem;z-index:15003;color:#000000;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.1;display:block; }
#CyzHEXDnOfKfp1rBm8Fn3uTFJTM8FGJe .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;flex-direction:column; }
#CyzHEXDnOfKfp1rBm8Fn3uTFJTM8FGJe .widget-text.counter-number { padding-top:0.239375rem;padding-right:0.228125rem;padding-bottom:0.239375rem;padding-left:0.228125rem;width:1.366875rem;min-width:1.366875rem;height:1.283125rem;font-size:0.955625rem;line-height:20.53px;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;color:#1b1666;background-color:#ffffff;background-image:none;font-family:brown; }
#CyzHEXDnOfKfp1rBm8Fn3uTFJTM8FGJe .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.149375rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.823125rem;height:0.5075rem;font-size:0.358125rem;line-height:8.12px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#ffffff;font-family:brown;font-weight:400;font-style:normal; }
#CyzHEXDnOfKfp1rBm8Fn3uTFJTM8FGJe { width:7.5rem;height:2.43706875rem;display:flex;top:0.12424087524414rem;left:11.997396469116rem;z-index:15001;padding-top:0.029375rem;padding-right:0.0325rem;padding-bottom:0.029375rem;padding-left:0.0325rem;border-bottom:0;border-left:0;border-right:0;border-top:0;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; }
#CyzHEXDnOfKfp1rBm8Fn3uTFJTM8FGJe #moKam8EQkkFrZJgZhlP51wwLaJ6UQzJN { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#CyzHEXDnOfKfp1rBm8Fn3uTFJTM8FGJe #gQSANuOMe2Z2pHDBTQS32l1tz7X4lJL2 {  }
#CyzHEXDnOfKfp1rBm8Fn3uTFJTM8FGJe #OJpaHzLkbUX4t5np9I6ENi8weFfo1vDV {  }
#CyzHEXDnOfKfp1rBm8Fn3uTFJTM8FGJe #mbWZBzeMt8dgglQlGIvT8KKxATeJ6Iva { display:flex;position:relative;top:0rem;left:0rem; }
#CyzHEXDnOfKfp1rBm8Fn3uTFJTM8FGJe #NwwpuLindJB9cUK5MIvXomGkSNOT7154 {  }
#CyzHEXDnOfKfp1rBm8Fn3uTFJTM8FGJe #nQmLsr1TNWLG835vyipycL51mCquypC7 {  }
#CyzHEXDnOfKfp1rBm8Fn3uTFJTM8FGJe #Dto5fp412yuT0D2i7HT1DQMtX7IafDiC { display:flex;position:relative;top:0rem;left:0rem; }
#CyzHEXDnOfKfp1rBm8Fn3uTFJTM8FGJe #TyAsPrnleXHUMAe5vrFJKx6O4HmK0MET {  }
#CyzHEXDnOfKfp1rBm8Fn3uTFJTM8FGJe #h5Nx3cgDv7A1LMDQl9V5BWsvZ7GexDId {  }
#CyzHEXDnOfKfp1rBm8Fn3uTFJTM8FGJe #URWeHu74xAyHaqdyEwVOZSqN8kbepqod { display:flex;position:relative;top:0rem;left:0rem; }
#CyzHEXDnOfKfp1rBm8Fn3uTFJTM8FGJe #JdAyfbPufIUXXBQff22vWRNMlKNNZV1p {  }
#CyzHEXDnOfKfp1rBm8Fn3uTFJTM8FGJe #MyXCrQqylukExt1kyMvnTrRylCk5FHMK {  }
#ZRm6HzmVK1NyiO3ZZg1wHMzGAyN6GeMJ { display:block; }#ZRm6HzmVK1NyiO3ZZg1wHMzGAyN6GeMJ > .row .container { width:20rem;height:5.25rem;position:relative;display:block; }#v4S6b8Drb5xz16zxEPB8pamuTqWlAeS7 { background-color:#fffbfb;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; }#v4S6b8Drb5xz16zxEPB8pamuTqWlAeS7 > .row .container { background-color: transparent; background-image: none; }#v4S6b8Drb5xz16zxEPB8pamuTqWlAeS7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4S6b8Drb5xz16zxEPB8pamuTqWlAeS7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4S6b8Drb5xz16zxEPB8pamuTqWlAeS7 > .row .container > .video-iframe-container { display: none; }#v4S6b8Drb5xz16zxEPB8pamuTqWlAeS7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4S6b8Drb5xz16zxEPB8pamuTqWlAeS7 > .row > .video-iframe-container { display: none; }#v4S6b8Drb5xz16zxEPB8pamuTqWlAeS7 > .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); }#v4S6b8Drb5xz16zxEPB8pamuTqWlAeS7 > .row .container { border-width: 0; border-radius: 0; }#v4S6b8Drb5xz16zxEPB8pamuTqWlAeS7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v4S6b8Drb5xz16zxEPB8pamuTqWlAeS7 > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; }#ZL9AqzmHsgWkFkoUDOStaJgB2iQviv5M { top:0.6875rem;left:7.4375rem;width:12.1875rem;height:1.13769375rem;z-index:15007;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
#It6lk4FNTySV5XBITfCe9L2ydHk9XV9F { top:0.6875rem;left:0rem;width:6.6875rem;height:1rem;z-index:15035;overflow:hidden;display:block; }
#UVWLuTwtf8JT1vkEyhTGuN6294ykJxlD { 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; }#UVWLuTwtf8JT1vkEyhTGuN6294ykJxlD > .row .container { background-color: transparent; background-image: none; }#UVWLuTwtf8JT1vkEyhTGuN6294ykJxlD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UVWLuTwtf8JT1vkEyhTGuN6294ykJxlD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UVWLuTwtf8JT1vkEyhTGuN6294ykJxlD > .row .container > .video-iframe-container { display: none; }#UVWLuTwtf8JT1vkEyhTGuN6294ykJxlD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UVWLuTwtf8JT1vkEyhTGuN6294ykJxlD > .row > .video-iframe-container { display: none; }#UVWLuTwtf8JT1vkEyhTGuN6294ykJxlD > .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); }#UVWLuTwtf8JT1vkEyhTGuN6294ykJxlD > .row .container { border-width: 0; border-radius: 0; }#UVWLuTwtf8JT1vkEyhTGuN6294ykJxlD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UVWLuTwtf8JT1vkEyhTGuN6294ykJxlD > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; }#QK7S9hXgCTAgKbutOMEFnOGpWT0OkHHv { top:32.875rem;left:0.5rem;width:18.9975625rem;height:3.249025rem;z-index:15006;font-size:1.125rem;color:#000000;background-color:#ff9d5a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;font-weight:400;font-style:normal;display:block; }
#pdwiyo5giEiHsC07hqkE2IasTqv2R4en { display:block; }
#IRikhmZT8pMLKx8k9kKuPVQHgoBsCLq2 { top:41.1875rem;left:2.25rem;width:16.3125rem;height:0;z-index:14996;color:#000000;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.4;display:none; }
#uXiAV4yHA638ep3mHtSQpHuTUrZ8kQ7l { display:flex;top:41.375rem;left:0.75rem;width:1rem;height:1rem;z-index:15000;font-size:0.6875rem;display:none; }
#rdRZAR7J0MQM3fa8NmpCXSszm6fxUqnP { top:43.75rem;left:2.0625rem;width:15.9375rem;height:0;z-index:14996;color:#000000;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.4;display:none; }
#l0h8W9fVOq60rKSILIM6NVhPTrGwnqP6 { display:flex;top:43.75rem;left:0.75rem;width:1rem;height:1rem;z-index:15000;font-size:0.6875rem;display:none; }
#Fp5W9iSparuG1l68csUdxLbGMxfCGHFT { width:20rem;height:12.9375rem;top:37.125rem;left:0rem;background-color:#f7f5f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:14991;display:none; }
#fheUWlpghEEhBzfJeCwWshcohN9U5SSD { width:19.9375rem;height:28.0625rem;top:4.513916015625rem;left:0rem;z-index:14992;overflow:hidden;display:none; }
#JAuUz99xlr4UsFvOI0LP27uwxvC6LWqE { top:1.3271484375rem;left:6.46728515625rem;width:6.96825rem;height:0.999025rem;z-index:15009;font-size:0.75rem;color:#000000;background-color:transparent;background-image:none;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;font-weight:400;font-style:normal;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#xhse1T22dzpR3wbpMt4LtK4OmP4PM7S3 { display:block; }
#tKvmgm78aPbhKdl0NcTiNggdBQAt12DF { display:flex;top:39.1875rem;left:0.75rem;width:1rem;height:1rem;z-index:15000;font-size:0.6875rem;display:none; }
#qeWdpAoAQV3eA6R2CPvqgonNed0N0Rah { top:39.0625rem;left:2.375rem;width:17.4375rem;height:0;z-index:14996;color:#000000;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.4;display:none; }
#pD3mge1kpDlyCFsV41Kp6zMB2TZdEap5 { top:46rem;left:2.3125rem;width:15.4375rem;height:0;z-index:14996;color:#000000;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.4;display:none; }
#BhW18Q9pXuOJF8Kzty6KzmQ4FnTGWkzi { top:39.75rem;left:0rem;width:5.5625rem;height:2.625rem;z-index:14996;color:#000000;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.4;display:block; }
#VUQlaZyS8UrELeTHT9Mb6JQuFhUMJuvk { top:39.75rem;left:6.4375rem;width:6.43725rem;height:2.625rem;z-index:14996;color:#000000;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.4;display:block; }
#Gt1es04qioJBSnSWahIAuc9bO4ayvP44 { top:39.75rem;left:13.5625rem;width:6.43725rem;height:2.625rem;z-index:14996;color:#000000;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.4;display:block; }
#dwEsfFr34siNLHWJu72kph3RwVkKldLG { width:2.625rem;height:2.625rem;top:36.6875rem;left:1.5rem;overflow:hidden;display:block; }
#qHBdHmza7c4Mwdz11lQDiuShGBHkqsO8 { width:3.125rem;height:1.5625rem;top:37.3125rem;left:8.0625rem;overflow:hidden;display:block; }
#ScH37nbiCf8xy0Mwlz0z4R3lNwIvQVss { width:3.375rem;height:1.6875rem;top:37.3125rem;left:15rem;overflow:hidden;display:block; }
#dG7qqKhWKxTo67vLvzAQ4uHvDwspvkAF { top:5.184814453125rem;left:0rem;width:19.9995rem;height:4.26171875rem;z-index:15004;font-size:1.9375rem;color:#000000;line-height:1.1;font-family:brown;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DHIrQkd51kxmTqs4mHoq2a5f2a3GwoAd { top:0.125rem;left:0rem;width:20rem;height:31.375rem;z-index:14989;overflow:hidden;display:block; }
#DqccU3gVHgkaD7BVQb2SD0mPOnZ9LiWd { display:flex;top:29.4375rem;left:9.4375rem;width:1.125rem;height:1.125rem;z-index:15000;font-size:0.6875rem;display:none; }
#RLQz1wBlBd1RCTAHXaOFETC9ztm0r9ZQ { top:0rem;left:0.1876220703125rem;width:19.6875rem;height:43.8125rem;z-index:15083;background-color:transparent;background-image:none;display:block; }
#G8PBCZkioxMbMDZxIFySrkuRyk0QuzW7 { display:block; }
#CR1L9RqRzloxnPTi07ZQdnldWGbsKLyG { top:25.374755859375rem;left:0rem;width:19.9995rem;height:6.24975625rem;z-index:14993;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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;display:block; }
#Zu9G7uALuB1kESNT5Ppf87VQFbSgbupo { top:27.249755859375rem;left:5.9375rem;width:13.375rem;height:3.673825rem;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; }
#lupu2GJgunOFuhzeM2iJtkg0HX31seVS { width:4.625rem;height:4.625rem;top:26.187133789062rem;left:0.5621337890625rem;overflow:hidden;z-index:15082;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;display:block; }
#qKw9Qx1G0JBn44hNFT3HGzOLRpW93Zlo { top:26.06201171875rem;left:5.8746337890625rem;width:5.1875rem;height:1rem;z-index:15008;font-size:0.6875rem;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;font-weight:400;font-style:normal;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#XrT6utaMs3y1W89OG3KwHbULHk1RArBd { display:block; }
#Ol2TMHrn3iqnFbHrQVxWaW2sxNCP6amm { top:2.977783203125rem;left:6.4990234375rem;width:10.3125rem;height:1.99401875rem;z-index:15003;font-size:1.8125rem;color:#000000;line-height:1.1;font-family:canela;font-weight:300;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g95wWSDHKqGRBz1r4oIOuVz234yT3zfM { top:3.0404052734375rem;left:3.887939453125rem;width:2.68725625rem;height:2.1308625rem;z-index:15005;font-size:1.9375rem;color:#000000;line-height:1.1;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zkat2UM8FNktsS3ABTFt4e3x11DpduQv { display:block; }#zkat2UM8FNktsS3ABTFt4e3x11DpduQv > .row .container { width:20rem;height:5.875rem;position:relative;display:block; }#Ea6gO5iBVRRG0FeVwWBKdJE2NXJDW8kS { top:0rem;left:0rem;width:20rem;height:5.875rem;z-index:15006;overflow:hidden;display:block; }
#p3EPm2VHfvm27TI1SRTfOkz6yrdEQWtm { 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; }#p3EPm2VHfvm27TI1SRTfOkz6yrdEQWtm > .row .container { background-color: transparent; background-image: none; }#p3EPm2VHfvm27TI1SRTfOkz6yrdEQWtm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3EPm2VHfvm27TI1SRTfOkz6yrdEQWtm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3EPm2VHfvm27TI1SRTfOkz6yrdEQWtm > .row .container > .video-iframe-container { display: none; }#p3EPm2VHfvm27TI1SRTfOkz6yrdEQWtm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3EPm2VHfvm27TI1SRTfOkz6yrdEQWtm > .row > .video-iframe-container { display: none; }#p3EPm2VHfvm27TI1SRTfOkz6yrdEQWtm > .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); }#p3EPm2VHfvm27TI1SRTfOkz6yrdEQWtm > .row .container { border-width: 0; border-radius: 0; }#p3EPm2VHfvm27TI1SRTfOkz6yrdEQWtm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p3EPm2VHfvm27TI1SRTfOkz6yrdEQWtm > .row .container { width:20rem;height:33.8125rem;position:relative;display:block; }#rpfGgS1NyefIPT0xJByc8THUZwt2l4xm { width:18.375rem;height:1.8496125rem;top:1.4356575012207rem;left:0.90581607818606rem;font-size:1.625rem;text-align:left;text-align-last:left;z-index:15026;color:#000000;font-weight:400;font-style:normal;line-height:1.1;font-family:brown;display:block; }
#aCLGQbT00LUuccA9v2tcx21a0I56o3se { width:20rem;height:25.0625rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#i8fbqDpV3pfttVrTkh7DqIUn8JItEQFD { width:20rem;height:auto;top:0.5rem;left:0rem;font-size:2rem;display:none; }
#rrRFhT97VguB5aoGcwyBAOqX8Oid7GwS { width:8.0625rem;height:3.0874rem;top:12.187393188476rem;left:2.437283039093rem;font-size:2.375rem;font-family:canela;display:block; }
#Ouu6tZOM7QbWSIWBpcQUaEZEcvtKyfSv { width:13.875rem;height:2.7246125rem;top:14.961372375488rem;left:2.437283039093rem;font-size:1rem;display:block; }
#TuPMINwy6SXQyJEOTqau5UtJIUDaFPLD { width:9.4375rem;height:3.0874rem;top:5.9753684997559rem;left:2.437283039093rem;font-size:2.375rem;font-family:canela;display:block; }
#TPrNzpKsb1gvxRGRevKo6VA2dHIG7DzC { width:11.8125rem;height:2.7246125rem;top:8.749351501465rem;left:2.437283039093rem;font-size:1rem;display:block; }
#pN4TITOm2S23RLTTTGAgaXUwyr9NKKfo { width:8.1875rem;height:3.0874rem;top:18.374782562256rem;left:2.437283039093rem;font-size:2.375rem;font-family:canela;display:block; }
#QQzTxvXSpKyZ6maITXE4AKLQFoF98C3l { width:11.3125rem;height:2.7246125rem;top:21.211158752441rem;left:2.437283039093rem;font-size:1rem;display:block; }
#nE2HpGyAiZ0uiqMADD2oor9Xf7aBhKhZ { width:7.125rem;height:3.0874rem;top:24.562393188476rem;left:2.437283039093rem;font-size:2.375rem;font-family:canela;display:block; }
#z0fynxz33FHhwyhptArIMcss97gUWZU8 { width:8.8125rem;height:4.0244125rem;top:27.398765563965rem;left:2.437283039093rem;font-size:1rem;display:block; }
#PippbSp7cMV306wUo7sV36NMTWPpDxmo { width:0.3125rem;height:0.3125rem;top:7.2808151245119rem;left:1.093533039093rem;z-index:15022;display:block; }
#GWZT9XJd9CCQTOFgrpqGEpg2kl42oK4N { top:7.6246757507325rem;left:1.2187502384186rem;width:0.0625rem;height:5.9375rem;z-index:15033;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#wbw0ObrdzgLsxrd9bUafWtCiaLJPJcJu { width:0.3125rem;height:0.3125rem;top:13.523654937744rem;left:1.031033039093rem;z-index:15023;display:block; }
#ABcUQrvKT7GBqRHBEPGSctK54UBETiv6 { top:13.8984375rem;left:1.2187502384186rem;width:0.0625rem;height:5.9375rem;z-index:15034;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#ID55hHZZ5LBTeLHG2ZKEcATg6789ux85 { width:0.3125rem;height:0.3125rem;top:19.812068939209rem;left:1.0625002384186rem;z-index:15025;display:block; }
#Zks4dzxqhwOLIQ0rsNd6aubylIrpRVSb { top:20.193579673767rem;left:1.252712726593rem;width:0.0623915rem;height:5.9375rem;z-index:15036;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#mfwTnUgNlaT3Cs9TPTTynVLQpHZ2FWtt { width:0.3125rem;height:0.3125rem;top:26.136825561524rem;left:1.0934245586395rem;z-index:15026;display:block; }
#fAkwLTTeEAqRLwEFmJVFNJRHyZFvt9tJ { width:17.8125rem;height:1.375rem;top:3.4736328125rem;left:0.937283039093rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15027;color:#000000;font-weight:400;font-style:normal;line-height:1.1;font-family:brown;display:block; }
#F4liEWvKZe8T7Ng1wU4hG0RNOTtfh62k { width:20rem;height:auto;top:2.9375rem;left:0rem;font-size:1.6875rem;display:none; }
#RTrPZOooH3FZagZ11FRErtuTOTxC0XRT { top:0.1875rem;left:0rem;width:20rem;height:33.625rem;z-index:15007;overflow:hidden;display:block; }
#xcWRtM8Mml9pten9A8Z9VtoWMpdz9lVl { width:19.9375rem;height:33.75rem;top:0rem;left:0.062934041023256rem;background-color:transparent;background-image:none;z-index:15008;display:block; }
#q1XVEuXRuKMwoKwDJQxXIZ3Up1fAxGaO { display:block; }
#Z7MgHXxco2oxX5WxoryqVsozKZvwm7f3 { display:block; }#Z7MgHXxco2oxX5WxoryqVsozKZvwm7f3 { background-color: transparent; background-image: none; }#Z7MgHXxco2oxX5WxoryqVsozKZvwm7f3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7MgHXxco2oxX5WxoryqVsozKZvwm7f3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7MgHXxco2oxX5WxoryqVsozKZvwm7f3 > .row .container > .video-iframe-container { display: none; }#Z7MgHXxco2oxX5WxoryqVsozKZvwm7f3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7MgHXxco2oxX5WxoryqVsozKZvwm7f3 > .row > .video-iframe-container { display: none; }#Z7MgHXxco2oxX5WxoryqVsozKZvwm7f3 > .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); }#Z7MgHXxco2oxX5WxoryqVsozKZvwm7f3 > .row .container { width:20rem;height:19.3125rem;background-color:#ffffff;background-image:none;position:relative;display:block; }#W97V3te81da3nLs8hL5C8CLk6QdkGhoW { top:1.5865898132324rem;left:0.8111979961395rem;width:18.8125rem;height:6.21875rem;z-index:15001;font-weight:700;font-style:normal;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
#TWpXmO9CwV1zuIfqnRzHT1WAK22mN1dT { top:8.375rem;left:0.71875rem;width:18.561875rem;height:9.0234375rem;z-index:15020;font-size:0.875rem;display:block; }#TWpXmO9CwV1zuIfqnRzHT1WAK22mN1dT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TWpXmO9CwV1zuIfqnRzHT1WAK22mN1dT li:before{  }
#F1HdWrtAuwedTr0tQmi428U0vPWxUnos { top:1.5482940673828rem;left:0rem;width:8.1875rem;height:15.25rem;z-index:15021;overflow:hidden;display:none; }
#uJSVSI1hS5XG3OqK3tzfk6B15iD4XBC6 { width:19.9375rem;height:18.3125rem;top:0rem;left:0rem;background-color:transparent;background-image:none;display:block; }
#MoPNEPaHWBsWJI8B7rW3QF5wP3XeRrew { display:block; }
#WQWg0CL7gb5QgVxhvtxV8h2IHxI4FmMP { width:20rem;height:44rem;top:-0.0023078918457031rem;left:0rem;background-color:transparent;background-image:none;display:none; }
#EDR2WFlqVcWphXTJQ6T1rohPNxlTTFCr { display:block; }
#BBtldG5w2TUqLW9ff7gTcGxVLMSMPK1G { 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; }#BBtldG5w2TUqLW9ff7gTcGxVLMSMPK1G > .row .container { background-color: transparent; background-image: none; }#BBtldG5w2TUqLW9ff7gTcGxVLMSMPK1G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BBtldG5w2TUqLW9ff7gTcGxVLMSMPK1G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BBtldG5w2TUqLW9ff7gTcGxVLMSMPK1G > .row .container > .video-iframe-container { display: none; }#BBtldG5w2TUqLW9ff7gTcGxVLMSMPK1G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BBtldG5w2TUqLW9ff7gTcGxVLMSMPK1G > .row > .video-iframe-container { display: none; }#BBtldG5w2TUqLW9ff7gTcGxVLMSMPK1G > .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); }#BBtldG5w2TUqLW9ff7gTcGxVLMSMPK1G > .row .container { border-width: 0; border-radius: 0; }#BBtldG5w2TUqLW9ff7gTcGxVLMSMPK1G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BBtldG5w2TUqLW9ff7gTcGxVLMSMPK1G > .row .container { width:20rem;height:28.3125rem;position:relative;display:block; }#dJ99aiBMhTvF8aierrnZqs5u1TJbTokg { top:14.187133789062rem;left:0.374755859375rem;width:9.5rem;height:2.5996125rem;z-index:15001;font-weight:700;font-style:normal;font-size:1rem;text-align:left;text-align-last:left;display:block; }
#UcASbccip9TcfdyWFJ7Wq0WsSqvmTtrp { top:20.9375rem;left:10.9375rem;width:8.875rem;height:1.54361875rem;z-index:15002;font-size:1.1875rem;font-weight:700;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#NlkhFa1frrq2FgCzzOdVBVa6qSAd6mDW { 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; }
#T0xB66bWq196l93fePyzD1IyigoNDOA7 { display:block; }
#V6QvgTx8h1Tto2Rsg2c38FnFlkNicmyO { top:1.5482940673828rem;left:0rem;width:8.1875rem;height:15.25rem;z-index:15021;overflow:hidden;display:none; }
#fngCSSLt3PkJi7MOuV0fRltDD4hpWA5m { top:14.812065124512rem;left:10.562066078186rem;width:9.4375rem;height:2.3994125rem;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; }
#ft1klfMAb6Er7UcmcGBnpAiI58xveShP { top:20.5rem;left:0.1873779296875rem;width:9rem;height:1.54358125rem;z-index:15049;font-size:1.1875rem;font-weight:700;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#MuUGui25k9T2RAMh6SUyVLTuuivZ8ycr { top:2.7906494140625rem;left:10.167236328125rem;width:9.625rem;height:23.8125rem;z-index:14992;background-color:rgba(255,212,169,0.32);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ff9d5a;border-left:0.125rem solid #ff9d5a;border-right:0.125rem solid #ff9d5a;border-bottom:0.125rem solid #ff9d5a;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; }
#Re9u5xqAtwPOOd8uCXoDtJbE7iKrCcmx { width:7.9375rem;height:2rem;top:23.9375rem;left:0.9998779296875rem;z-index:15021;background-color:#e6e6e6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;font-size:0.8125rem;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:700;font-style:normal;display:block; }
#IXqhzggTALmmFJgiqSTndAAc4fqD4SQT { display:block; }
#WgqdXzpscE4HDfAz8dDKfSe4ckxdOXfA { top:2.75rem;left:9.875rem;width:10.125rem;height:1.29980625rem;z-index:15045;color:#000000;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:1rem;display:block; }
#Gkhx0N1KhZtTMGPPypHsKKcR8nQH7mTa { top:1.15625rem;left:9.875rem;width:10.25rem;height:2.03125rem;z-index:15046;color:#000000;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
#trMay9uUw3hPsODWkCa6IcioyX366T0g { top:0.8125rem;left:10.125rem;width:9.875rem;height:3.4375rem;z-index:15000;background-color:#ff9d5a;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;display:block; }
#eSNraQnOD1iqRbuCgrtk6mTPE0hzD2mT { top:4.374755859375rem;left:0rem;width:9.8125rem;height:22.1875rem;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; }
#QecwgKnyeT2RiVvxlEBWvintag2Tkn8g { width:6.373875rem;height:6.12426875rem;top:5.8204345703125rem;left:1.9366455078125rem;overflow:hidden;z-index:15054;display:block; }
#xtC1TfR9IaMJGi9TcutE6RXdiKBPVvNA { width:7.9375rem;height:2rem;top:24.375rem;left:11.25rem;z-index:15022;background-color:#ff9d5a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;font-size:0.8125rem;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:700;font-style:normal;display:block; }
#PtoTfkNkp2bfCzueVMRu6gZE8WPX1m7x { display:block; }
#AmI2Pe6NwAJVVrTwCdeJJaClsRQX8w7T { top:13.875rem;left:10.499674797058rem;width:4.5625rem;height:0.6875rem;z-index:15033;overflow:hidden;display:block; }
#n91JfTH09gWwefXBmbECLTbOGpfcEluq { top:13.3125rem;left:0.374755859375rem;width:4.5625rem;height:0.6875rem;z-index:15034;overflow:hidden;display:block; }
#tMoQ2XUmVx0qnoZu0xNpqTG0u7J08bET { display:flex;top:17.634117126465rem;left:0.37500011920929rem;width:0.9375rem;height:0.9375rem;z-index:14996; }
#ZVH4HnQxLMFxtWub6hAPK9ng6NFxk7ko { top:17.240112304688rem;left:1.468505859375rem;width:8.0625rem;height:2.923825rem;z-index:15052;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
#sQ7INOR0afGg06hceByryW4WGGkTQcgI { top:17.472764968872rem;left:11.250434875488rem;width:8.5625rem;height:2.923825rem;z-index:15053;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
#ucytrHQ2RGTSlHmeoO9BVX2Rrg7iZAUm { display:flex;top:17.472764968872rem;left:10.346788406372rem;width:0.9375rem;height:0.9375rem;z-index:14997; }
#dNH0PdGyBfOO2CKBR9OvsxMVGiUZKJuN { top:3.650634765625rem;left:0rem;width:9.375rem;height:22.625rem;z-index:15056;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#BNMqVtxQNA6Z2rR1OGQ9s8bBlgaT1t0k { display:block; }
#B8wQZRrOfQmLuwxAqnOxBaObvGvemHlf { top:0.712890625rem;left:10.248046875rem;width:9.625rem;height:25.9375rem;z-index:15057;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#F2WqEs9fIZEQcsqaVTVpXbnoHJZ9XfTD { display:block; }
#gLAshBmOBEnCndBOvyqp5lQeTlfxryoD { top:0.994140625rem;left:0rem;width:9.75rem;height:0;z-index:15048;color:#000000;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
#HhknM5ohvq2BZ7xTFSJcBUJ0PBqUzQhz { width:5.625rem;height:5.4375rem;top:8.6090087890625rem;left:13.975341796875rem;overflow:hidden;z-index:15055;display:block; }
#ZUEEK1LPVK2sncQy2ZNVhl0OC3HniBqr { width:5.875rem;height:6.25rem;top:4.0618896484375rem;left:10.374755859375rem;overflow:hidden;z-index:15056;display:block; }
#pgMM4dC5w4G6yQcOsIcMDHV5T489bdl6 { background-color:#f4f3f3;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; }#pgMM4dC5w4G6yQcOsIcMDHV5T489bdl6 > .row .container { background-color: transparent; background-image: none; }#pgMM4dC5w4G6yQcOsIcMDHV5T489bdl6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgMM4dC5w4G6yQcOsIcMDHV5T489bdl6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgMM4dC5w4G6yQcOsIcMDHV5T489bdl6 > .row .container > .video-iframe-container { display: none; }#pgMM4dC5w4G6yQcOsIcMDHV5T489bdl6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgMM4dC5w4G6yQcOsIcMDHV5T489bdl6 > .row > .video-iframe-container { display: none; }#pgMM4dC5w4G6yQcOsIcMDHV5T489bdl6 > .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); }#pgMM4dC5w4G6yQcOsIcMDHV5T489bdl6 > .row .container { border-width: 0; border-radius: 0; }#pgMM4dC5w4G6yQcOsIcMDHV5T489bdl6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pgMM4dC5w4G6yQcOsIcMDHV5T489bdl6 > .row .container { width:20rem;height:46.875rem;position:relative;display:block; }#merEtRn16TcJkFh2cFzqoc2MlGmQ0Mri { top:8.5623931884762rem;left:0rem;width:20rem;height:20.0625rem;z-index:15007;overflow:hidden;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#CImwchUz38eHtN4Xd7toGNvAkMzviofy { top:9.1873931884762rem;left:0.87456607818606rem;width:4.1875rem;height:0.97485625rem;z-index:15030;font-family:brown;font-size:0.75rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#EMrd0JxqbKSPMM5vSbppPhdxMQweu69l { top:26.874568939209rem;left:14.124892234803rem;width:4.875rem;height:0.97485625rem;z-index:15031;font-family:brown;font-size:0.75rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#ffffff;display:block; }
#ccqBdI6Km8JC4C15mTHuoKFowaw7COS2 { top:33.187502861023rem;left:0rem;width:20rem;height:2.5996125rem;z-index:15022;font-family:brown;font-size:1rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#kk1niZKlCzPulaIcitDChkl7EUThuyib { top:8.8748931884762rem;left:0.31250011920929rem;width:5.25rem;height:1.375rem;z-index:15029;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#F6UsRJ5GAxUTTeLyampuBSuuovMCi0lQ { top:26.562068939209rem;left:13.937174797058rem;width:5.25rem;height:1.375rem;z-index:15030;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#PQnVQNrNdPuwCsQSKflQXgIWf31FsAlL { top:1.3125rem;left:0rem;width:20rem;height:2.12524375rem;z-index:15007;font-family:brown;font-size:2.125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
#Z35hEVCxpenykT7UCawg19QyL09NWcWq { top:4.2497863769531rem;left:0rem;width:20rem;height:2.5996125rem;z-index:15023;font-family:brown;font-size:1rem;text-align:center;text-align-last:center;color:#000000;font-weight:700;font-style:normal;display:block; }
#RcREyfhAoAbqxiXJoP57h6mrqTV0czTO { top:37.437177658081rem;left:0rem;width:20rem;height:8.5625rem;z-index:15008;background-color:#ffffff;background-image:none;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;display:block; }
#r25JVn9GWUaJnTkI4nrKhynOmvCwdq2F { top:39.687069296837rem;left:0.68739163875581rem;width:18.625rem;height:1.13769375rem;z-index:15010;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
#pTT6GzX4wA4dnvnqCqRE2gTonEpi3b0n { top:41.124243840575rem;left:0.62500011920931rem;width:18.8125rem;height:4.22265625rem;z-index:15009;font-size:0.8125rem;display:block; }
#oI9QLGfSVJHTtMPh7DXQbb82ElU8cmZA { top:38.437069177627rem;left:0.68739163875581rem;width:4.5625rem;height:0.6875rem;z-index:15034;overflow:hidden;display:block; }
#oi502RycpbVLBnsT1ygdeyQoKEuQllHB { top:37.937394618988rem;left:12.687174797058rem;width:7.1875rem;height:2.1875rem;z-index:15035;overflow:hidden;display:block; }
#S3IwpfIFxA6XmE4X87hdMVUVOTNMIpxq { display:flex;top:17.562501907349rem;left:5.1247835159302rem;width:0.9375rem;height:0.9375rem;z-index:15006; }
#eTCn7OGUaddv530TW7zagWkhTuQ0Z87x { top:29.124460220337rem;left:4.4683160781861rem;width:11.0625rem;height:1.79980625rem;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:1.125rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
#DSir16CrXZZnF0ufDiMLgXFA9OaDRL1d { top:30.924048423767rem;left:3.718533039093rem;width:12.5625rem;height:1.79980625rem;z-index:15064;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.125rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
#sarkCsKkmuO4lDkSrCammZQkCBGQB8wG { display:flex;top:29.187394142151rem;left:2.8125rem;width:1.375rem;height:1.375rem;z-index:14999; }
#H1aTbT1sbOTVQ2owymW8mpUGsAoqg5G9 { display:flex;top:29.249675750733rem;left:2.9373917579651rem;width:1.125rem;height:1.125rem;z-index:14998; }
#OcnbyThMHPWDk5elScq3nEkaWI5DBlg2 { display:flex;top:30.874677658081rem;left:2.1875002384186rem;width:1.375rem;height:1.375rem;z-index:15001; }
#vEMqNSSJxeVhvZuDBTc5k0b8IeZX9Jqh { display:flex;top:30.937068939209rem;left:2.312283039093rem;width:1.125rem;height:1.125rem;z-index:15000; }
#MmcrHJHGnsDlNtC5LpFticPMOA1lkwFa { top:0rem;left:0rem;width:20rem;height:46.8125rem;z-index:15065;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#keKDJSngJ631sNSfc68gy61Bpo6GsNzG { display:block; }
#tmvMWaLQiTJUB311NEyGZ6AJcEGTkR1G { 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; }#tmvMWaLQiTJUB311NEyGZ6AJcEGTkR1G > .row .container { background-color: transparent; background-image: none; }#tmvMWaLQiTJUB311NEyGZ6AJcEGTkR1G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmvMWaLQiTJUB311NEyGZ6AJcEGTkR1G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmvMWaLQiTJUB311NEyGZ6AJcEGTkR1G > .row .container > .video-iframe-container { display: none; }#tmvMWaLQiTJUB311NEyGZ6AJcEGTkR1G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmvMWaLQiTJUB311NEyGZ6AJcEGTkR1G > .row > .video-iframe-container { display: none; }#tmvMWaLQiTJUB311NEyGZ6AJcEGTkR1G > .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); }#tmvMWaLQiTJUB311NEyGZ6AJcEGTkR1G > .row .container { border-width: 0; border-radius: 0; }#tmvMWaLQiTJUB311NEyGZ6AJcEGTkR1G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tmvMWaLQiTJUB311NEyGZ6AJcEGTkR1G > .row .container { width:20rem;height:31.25rem;position:relative;display:block; }#shKEUnNXXrMHu2T5U8Rw98uZ7TsT6Oen { top:10.124566078186rem;left:3.4998917579651rem;width:14.125rem;height:1.3808625rem;z-index:15001;text-align:center;text-align-last:center;font-size:1.0625rem;font-weight:700;font-style:normal;display:block; }
#eovHAkvTEQGFIcFrnN0qxUbIvtkEkiai { top:23.124389648438rem;left:0rem;width:6.3125rem;height:6.3125rem;z-index:15027;overflow:hidden;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#nmoQAS3ubFMpfcNbPyzd2XHr42P9WoV1 { top:20.999675750733rem;left:3.125rem;width:14.8125rem;height:1.3808625rem;z-index:15002;text-align:center;text-align-last:center;font-size:1.0625rem;font-weight:700;font-style:normal;display:block; }
#FT2dcTfOOhfh6D2CZw3bPOo8Bp9ySyiU { display:flex;top:20.999675750733rem;left:1.8750002384186rem;width:1.375rem;height:1.375rem;z-index:14990; }
#bVAtT6NTQS7pI61f1F7LK3k59yhvyvSu { display:flex;top:10.124566078186rem;left:2.312283039093rem;width:1.25rem;height:1.25rem;z-index:14984; }
#Z5rkfcX8EgfCtD7xEOEZb4z423X4Na6U { top:23.124389648438rem;left:6.749267578125rem;width:6.3125rem;height:6.3125rem;z-index:15028;overflow:hidden;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#yt1V9cG1bxkzkr2w5FXonN3wdNL36EN9 { top:23.124389648438rem;left:13.686767578125rem;width:6.3125rem;height:6.3125rem;z-index:15029;overflow:hidden;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#VtK4DMiaxA4uJUCicOS6JPFsmsflWT3W { display:flex;top:21.125rem;left:2.0621745586395rem;width:1.125rem;height:1.125rem;z-index:14989; }
#kMpADLAkHdFmD01HeNzzgwF6dPx1aA4V { display:flex;top:10.1875rem;left:2.3746745586395rem;width:1.125rem;height:1.125rem;z-index:14983; }
#IGcRDvla2wUeHciP5ogaEsnBfNxlfrIN { top:13rem;left:0rem;width:6.25rem;height:6.375rem;z-index:14982;overflow:hidden;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#rkyQ6LqpJ4kBviC04MBRsd29kaA5viyq { top:13rem;left:6.875rem;width:6.25rem;height:6.375rem;z-index:14980;overflow:hidden;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#gT0A2gT3IqbKeAD39NCN6yMsRE6wJxH2 { top:13rem;left:13.87478351593rem;width:6.125rem;height:6.3125rem;z-index:14978;overflow:hidden;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#BTdpBk1dd6CiZzzFZTvTPbD7BPcEbQZo { top:13.030382156372rem;left:0rem;width:6.124675rem;height:6.124675rem;z-index:14981;overflow:hidden;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#a4uSpDurQZLGC1RzduvOBrq0KhPo774C { top:12.999458312988rem;left:6.9373922348025rem;width:6.124675rem;height:6.124675rem;z-index:14979;overflow:hidden;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#Nma0SsBOLKhFDoJzuUGvrHQxf5HbBHBu { top:13.030382156372rem;left:13.87478351593rem;width:6.124675rem;height:6.124675rem;z-index:14977;overflow:hidden;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#E6Q3hv5i0qZRP8dvHqNqi8mzqRkkHh3J { top:5.7203779220581rem;left:0rem;width:20rem;height:2.7246125rem;z-index:15025;font-family:brown;font-size:1rem;text-align:center;text-align-last:center;color:#000000;font-weight:700;font-style:normal;display:block; }
#yZ9OMQr59PyuJTqb1GdZzuEaLbo31Lnw { top:0.845703125rem;left:0rem;width:20rem;height:4.25rem;z-index:15009;font-family:brown;font-size:2.125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
#Tcq0eGv7lDPRFCpr68RTAAse9TA69daz { top:0rem;left:0rem;width:19.75rem;height:31.25rem;z-index:15030;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#HWJqw3wyQFFNvhCNu4TAiueTRXy1Tfyz { display:block; }
#VOMKEHRqGTzE8g58P6gtvCRESD5bcS7g { 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; }#VOMKEHRqGTzE8g58P6gtvCRESD5bcS7g > .row .container { background-color: transparent; background-image: none; }#VOMKEHRqGTzE8g58P6gtvCRESD5bcS7g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOMKEHRqGTzE8g58P6gtvCRESD5bcS7g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOMKEHRqGTzE8g58P6gtvCRESD5bcS7g > .row .container > .video-iframe-container { display: none; }#VOMKEHRqGTzE8g58P6gtvCRESD5bcS7g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOMKEHRqGTzE8g58P6gtvCRESD5bcS7g > .row > .video-iframe-container { display: none; }#VOMKEHRqGTzE8g58P6gtvCRESD5bcS7g > .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); }#VOMKEHRqGTzE8g58P6gtvCRESD5bcS7g > .row .container { border-width: 0; border-radius: 0; }#VOMKEHRqGTzE8g58P6gtvCRESD5bcS7g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VOMKEHRqGTzE8g58P6gtvCRESD5bcS7g > .row .container { width:20rem;height:0.1875rem;position:relative;display:block; }#ifxt3SFb45MTqyTnTgr4Q594WgvmmIyp { background-color:#eeeeee;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; }#ifxt3SFb45MTqyTnTgr4Q594WgvmmIyp > .row .container { background-color: transparent; background-image: none; }#ifxt3SFb45MTqyTnTgr4Q594WgvmmIyp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ifxt3SFb45MTqyTnTgr4Q594WgvmmIyp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ifxt3SFb45MTqyTnTgr4Q594WgvmmIyp > .row .container > .video-iframe-container { display: none; }#ifxt3SFb45MTqyTnTgr4Q594WgvmmIyp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ifxt3SFb45MTqyTnTgr4Q594WgvmmIyp > .row > .video-iframe-container { display: none; }#ifxt3SFb45MTqyTnTgr4Q594WgvmmIyp > .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); }#ifxt3SFb45MTqyTnTgr4Q594WgvmmIyp > .row .container { border-width: 0; border-radius: 0; }#ifxt3SFb45MTqyTnTgr4Q594WgvmmIyp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ifxt3SFb45MTqyTnTgr4Q594WgvmmIyp > .row .container { width:20rem;height:36.75rem;position:relative;display:block; }#OnIloO422XnQuE42XfZrHSery2z7FhL7 { top:7.1875rem;left:10.8125rem;width:9.1875rem;height:5.26171875rem;z-index:15004;font-family:brown;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.3;display:block; }
#encDEiXpUUxBGMQuaCbK7z9gPQt6Pd0e { top:1.25rem;left:0.1875rem;width:19.625rem;height:1.86865rem;z-index:15009;font-family:brown;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
#qAC3wSr2FxlcA7yv94CUTl1NM1H71xgw { width:16.625rem;height:3.4375rem;top:31.9375rem;left:1.75rem;z-index:15021;font-weight:400;font-style:normal;background-color:#000000;background-image:none;color:#ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#LA2xk37nxlJsIUytuMawx44T44uZ7cvq { display:block; }
#sMdrHDS3i9Un6mzCgVoFkwfZfJKkPTNS { top:4.25rem;left:0rem;width:14.1875rem;height:2.6621125rem;z-index:15004;font-family:brown;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;line-height:1.3;display:block; }
#fBGTPaLdOyQbbA4GkssF6Ayo1ATHOK0C { top:25.812377929688rem;left:0rem;width:11.93725rem;height:2.6621125rem;z-index:15004;font-family:brown;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;line-height:1.3;display:block; }
#aZwfFqMOdcCMEJ8DteBaNAzRAZPE9J5F { width:20rem;height:22.5rem;top:8.2623291015625rem;left:0rem;overflow:hidden;display:block; }
#wElvySru0MG4CSTIhC7Ta650yQbmhTay { width:0.9375rem;height:0.0625rem;top:37rem;left:13.9375rem;display:none; }
#CZ7cqqHS6C5q5PeCVQg6cBWPta83hch7 { width:0.3125rem;height:0.3125rem;top:14.875rem;left:15.625rem;display:block; }
#rnZW7G3NvXWEkq9E3KIrHsGSW9rXeQSn { width:0.3125rem;height:0.3125rem;top:21.937255859375rem;left:4.874267578125rem;display:block; }
#xIsTInb5KUXKDlyboUSS8IRysodQkaCz { width:0.9375rem;height:0.0625rem;top:5.6875rem;left:10.75rem;display:none; }
#oKtHwreDcB1I7FqL9Rng42x8Eq33np9k { width:0.3125rem;height:0.3125rem;top:12.1875rem;left:6.8125rem;display:block; }
#IwvxPdqfM4514HkpV8JPHD3iiSbvsvyc { width:0.0625rem;height:4.5625rem;top:7.6875rem;left:7rem;display:block; }
#wGXBA70J4XdTF5o3iB6xebv7OdiV79B6 { width:0.062255875rem;height:3.125rem;top:22.327880859375rem;left:5.0384521484375rem;display:block; }
#iykp1DXAvlJoXTiKsSSeZK2KsoK7WGhg { width:0.0625rem;height:1.75rem;top:13.125rem;left:15.8125rem;display:block; }
#lGdTiDdTp751kP7OXyxVKzUdVwIC9OEt { top:0rem;left:-0.1253662109375rem;width:19.875rem;height:35.6875rem;z-index:15026;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#vXMoBCwHKawFaF97LQfk5AvzMaWzoA8y { display:block; }
#dtcnJBTJfu8lP7yEtmkwQHdTGsdUfP6I { 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; }#dtcnJBTJfu8lP7yEtmkwQHdTGsdUfP6I > .row .container { background-color: transparent; background-image: none; }#dtcnJBTJfu8lP7yEtmkwQHdTGsdUfP6I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dtcnJBTJfu8lP7yEtmkwQHdTGsdUfP6I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dtcnJBTJfu8lP7yEtmkwQHdTGsdUfP6I > .row .container > .video-iframe-container { display: none; }#dtcnJBTJfu8lP7yEtmkwQHdTGsdUfP6I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dtcnJBTJfu8lP7yEtmkwQHdTGsdUfP6I > .row > .video-iframe-container { display: none; }#dtcnJBTJfu8lP7yEtmkwQHdTGsdUfP6I > .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); }#dtcnJBTJfu8lP7yEtmkwQHdTGsdUfP6I > .row .container { border-width: 0; border-radius: 0; }#dtcnJBTJfu8lP7yEtmkwQHdTGsdUfP6I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dtcnJBTJfu8lP7yEtmkwQHdTGsdUfP6I > .row .container { width:20rem;height:0.1875rem;position:relative;display:block; }#AaJyObJVMbDciAQt0OmpncJ3etEDlrk1 { background-color:#f8f4f2;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; }#AaJyObJVMbDciAQt0OmpncJ3etEDlrk1 > .row .container { background-color: transparent; background-image: none; }#AaJyObJVMbDciAQt0OmpncJ3etEDlrk1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AaJyObJVMbDciAQt0OmpncJ3etEDlrk1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AaJyObJVMbDciAQt0OmpncJ3etEDlrk1 > .row .container > .video-iframe-container { display: none; }#AaJyObJVMbDciAQt0OmpncJ3etEDlrk1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AaJyObJVMbDciAQt0OmpncJ3etEDlrk1 > .row > .video-iframe-container { display: none; }#AaJyObJVMbDciAQt0OmpncJ3etEDlrk1 > .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); }#AaJyObJVMbDciAQt0OmpncJ3etEDlrk1 > .row .container { border-width: 0; border-radius: 0; }#AaJyObJVMbDciAQt0OmpncJ3etEDlrk1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AaJyObJVMbDciAQt0OmpncJ3etEDlrk1 > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; }#g5xTokIrx6bLQTVEIAHQxpST9VlzkHE1 { top:1.03125rem;left:1.5rem;width:5.375rem;height:2.875rem;z-index:15003;overflow:hidden;display:block; }
#am12TshNN0lGlUIWQXJsSeEfH9z6Zphm { top:6.6044921875rem;left:15.6875rem;width:0.8125rem;height:0.75rem;z-index:15005;overflow:hidden;display:block; }
#xSNnmgeVgcXTxEa9elp9InsTkZH2tHZu { top:3.84375rem;left:1.5625rem;width:0.75rem;height:0.75rem;z-index:15004;overflow:hidden;display:block; }
#UosVsAbXVsuqTugSTdiGOqQ4pNAwAaaV { top:4.1435546875rem;left:2.5rem;width:16.4375rem;height:3.8994125rem;z-index:15002;text-align:left;text-align-last:left;display:block; }
#QwT0wnQ2ThsMqLl6d5vikXeMTaJPROfP { top:1.25rem;left:0.5625rem;width:18.8125rem;height:7.75rem;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#m4Jzlf7SQLKO5Tw01uaN9OtmnUi4XPUR { top:0rem;left:0rem;width:20rem;height:10.125rem;z-index:15006;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#dZpKq0c3RRIOmg5JfaJkxbWUeooQaFVm { display:block; }
#mC2PPwJ1IiNMorUSPfTQh5eHBhtfHGhF { 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; }#mC2PPwJ1IiNMorUSPfTQh5eHBhtfHGhF > .row .container { background-color: transparent; background-image: none; }#mC2PPwJ1IiNMorUSPfTQh5eHBhtfHGhF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mC2PPwJ1IiNMorUSPfTQh5eHBhtfHGhF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mC2PPwJ1IiNMorUSPfTQh5eHBhtfHGhF > .row .container > .video-iframe-container { display: none; }#mC2PPwJ1IiNMorUSPfTQh5eHBhtfHGhF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mC2PPwJ1IiNMorUSPfTQh5eHBhtfHGhF > .row > .video-iframe-container { display: none; }#mC2PPwJ1IiNMorUSPfTQh5eHBhtfHGhF > .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); }#mC2PPwJ1IiNMorUSPfTQh5eHBhtfHGhF > .row .container { border-width: 0; border-radius: 0; }#mC2PPwJ1IiNMorUSPfTQh5eHBhtfHGhF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mC2PPwJ1IiNMorUSPfTQh5eHBhtfHGhF > .row .container { width:20rem;height:0.1875rem;position:relative;display:block; }#TUb4sSEVpX0GQJWOxUVZ4hIQLdHsISrN { background-color:#f8f4f2;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; }#TUb4sSEVpX0GQJWOxUVZ4hIQLdHsISrN > .row .container { background-color: transparent; background-image: none; }#TUb4sSEVpX0GQJWOxUVZ4hIQLdHsISrN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUb4sSEVpX0GQJWOxUVZ4hIQLdHsISrN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUb4sSEVpX0GQJWOxUVZ4hIQLdHsISrN > .row .container > .video-iframe-container { display: none; }#TUb4sSEVpX0GQJWOxUVZ4hIQLdHsISrN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUb4sSEVpX0GQJWOxUVZ4hIQLdHsISrN > .row > .video-iframe-container { display: none; }#TUb4sSEVpX0GQJWOxUVZ4hIQLdHsISrN > .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); }#TUb4sSEVpX0GQJWOxUVZ4hIQLdHsISrN > .row .container { border-width: 0; border-radius: 0; }#TUb4sSEVpX0GQJWOxUVZ4hIQLdHsISrN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TUb4sSEVpX0GQJWOxUVZ4hIQLdHsISrN > .row .container { width:20rem;height:31.875rem;position:relative;display:block; }#MOo0mSaqmiFyv2JsA4vLail59Lx1BwL8 { top:5.25rem;left:0rem;width:20rem;height:8.5625rem;z-index:15000;background-color:rgba(227,227,227,0.72);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#GWZWmvvEik0hiKcaXn4KmmDb2eO8g31b { top:8.76220703125rem;left:0.6875rem;width:18.25rem;height:4.546875rem;z-index:15001;font-size:0.875rem;display:block; }
#pLVg7Ohioc4ET7zaFkyFOtbOyM6iLBMG { display:flex;top:6.94970703125rem;left:0.6875rem;width:1.0625rem;height:1.0625rem;z-index:15002;font-size:0.6875rem; }
#S8rcGV7NE7LcXiU00OXPhMOuQgymylHQ { display:flex;top:6.94970703125rem;left:1.875rem;width:1.0625rem;height:1.0625rem;z-index:15003;font-size:0.6875rem; }
#qOeqlMQiHVZGaPez0cFIN3gcaagSBTTz { display:flex;top:6.94970703125rem;left:3.0625rem;width:1.0625rem;height:1.0625rem;z-index:15004;font-size:0.6875rem; }
#dIGnRH7RCsxhSy6yWbMvRsIMI5uR4lT9 { display:flex;top:6.94970703125rem;left:4.25rem;width:1.0625rem;height:1.0625rem;z-index:15005;font-size:0.6875rem; }
#RMTBWn6DdG8fc8sn2rZkMFCdt0CzU7BL { display:flex;top:6.94970703125rem;left:5.4375rem;width:1.0625rem;height:1.0625rem;z-index:15006;font-size:0.6875rem; }
#NPhAF5QRPeeTW8DacS9UzVD5Ludu40KV { top:5.6875rem;left:0.6875rem;width:18.625rem;height:1.13769375rem;z-index:15002;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
#UMhvQW6lfUhn2twOAzTM6TUNlvHiGlrA { top:0.94970703125rem;left:0.03125rem;width:20rem;height:3.44970625rem;z-index:15000;font-family:canela;font-size:1.4375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
#GDLwVxG5xwJVmamnfmn4LJlXektEVQsv { top:14.3125rem;left:0rem;width:20rem;height:7.5625rem;z-index:15008;background-color:rgba(227,227,227,0.72);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#ozzaf2irsrks9NhuBNRUHZRnVTM4TteQ { top:17.9375rem;left:0.6875rem;width:18.6875rem;height:3.41015625rem;z-index:15009;font-size:0.875rem;display:block; }
#oT610N3LbLTuISpAh7y2XAUr5b5BL9Oq { display:flex;top:16.125rem;left:3.0625rem;width:1.0625rem;height:1.0625rem;z-index:15012;font-size:0.6875rem; }
#rV5pMFhN8m45L9TU7F9rs4m1L4NvdX7S { display:flex;top:16.125rem;left:4.25rem;width:1.0625rem;height:1.0625rem;z-index:15013;font-size:0.6875rem; }
#emNtTZoo0Mx1PgLtbngoKKVBJn7FcHzk { display:flex;top:16.125rem;left:5.4375rem;width:1.0625rem;height:1.0625rem;z-index:15014;font-size:0.6875rem; }
#t5ixHvoSagTlepQ6KFGkV0erQE72UI2e { display:flex;top:16.125rem;left:1.875rem;width:1.0625rem;height:1.0625rem;z-index:15011;font-size:0.6875rem; }
#xWHQitxJGWxGTMDvFZKGG4szSF1FL18P { top:14.875rem;left:0.6875rem;width:18.625rem;height:1.13769375rem;z-index:15010;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
#DVIWrgQVbaBRhBgtr4FLi6WdC3ZiVgDP { display:flex;top:16.125rem;left:0.6875rem;width:1.0625rem;height:1.0625rem;z-index:15010;font-size:0.6875rem; }
#ITeUb0yG5oknP6xeieb1HHGL79KtO1TJ { top:22.375rem;left:0rem;width:20rem;height:8.5625rem;z-index:15016;background-color:rgba(227,227,227,0.72);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#TkQMqW4QcDSMqRX9KkXW1wKQkqZINQKB { top:26rem;left:0.6875rem;width:19rem;height:4.546875rem;z-index:15017;font-size:0.875rem;display:block; }
#OkcsQSh1ocnwwkL3AQUisMuJxfha9CIV { display:flex;top:24.1875rem;left:5.4375rem;width:1.0625rem;height:1.0625rem;z-index:15022;font-size:0.6875rem; }
#xFp9Cm22aOl3HTEBVbxk1qP1yXLMxDir { display:flex;top:24.1875rem;left:4.25rem;width:1.0625rem;height:1.0625rem;z-index:15021;font-size:0.6875rem; }
#KxHX4daMTvE6DyvKvtRvWUR8bHev0Kxz { display:flex;top:24.1875rem;left:3.0625rem;width:1.0625rem;height:1.0625rem;z-index:15020;font-size:0.6875rem; }
#L7sC7BtTTc4ARsGT7iZ8ZPvOdTv4QcS9 { top:22.9375rem;left:0.6875rem;width:18.625rem;height:1.13769375rem;z-index:15018;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
#UpS2QARxuPN27TSiVqTglbaemhqJ7d2r { display:flex;top:24.1875rem;left:1.875rem;width:1.0625rem;height:1.0625rem;z-index:15019;font-size:0.6875rem; }
#QrwTVEpCeTKCk8WLMLqnGMJS9OtoTi4m { display:flex;top:24.1875rem;left:0.6875rem;width:1.0625rem;height:1.0625rem;z-index:15018;font-size:0.6875rem; }
#tFLyMdQHckpqsPFtMIdb8wbqieiG31Wg { background-color:#f8f4f2;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; }#tFLyMdQHckpqsPFtMIdb8wbqieiG31Wg > .row .container { background-color: transparent; background-image: none; }#tFLyMdQHckpqsPFtMIdb8wbqieiG31Wg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFLyMdQHckpqsPFtMIdb8wbqieiG31Wg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFLyMdQHckpqsPFtMIdb8wbqieiG31Wg > .row .container > .video-iframe-container { display: none; }#tFLyMdQHckpqsPFtMIdb8wbqieiG31Wg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFLyMdQHckpqsPFtMIdb8wbqieiG31Wg > .row > .video-iframe-container { display: none; }#tFLyMdQHckpqsPFtMIdb8wbqieiG31Wg > .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); }#tFLyMdQHckpqsPFtMIdb8wbqieiG31Wg > .row .container { border-width: 0; border-radius: 0; }#tFLyMdQHckpqsPFtMIdb8wbqieiG31Wg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tFLyMdQHckpqsPFtMIdb8wbqieiG31Wg > .row .container { width:20rem;height:24.375rem;position:relative;display:block; }#lQqyAaBhTUf0G5ygpfGWtwwsJxXsE4ZU { top:0.88720703125rem;left:0rem;width:20rem;height:1.6499rem;z-index:15001;font-family:canela;font-size:1.375rem;line-height:1.2;display:block; }
#PB9F3F9GWxwWkJFxpNkMfeTMfsiH1PGh { display:flex;top:10.31201171875rem;left:2.28125rem;width:3.125rem;height:3.125rem;z-index:15002;font-size:2.1875rem; }
#OEysEsichohOaK9iGfWUzEQpsyH1tN0e { top:7.375rem;left:0.5625rem;width:8.3125rem;height:2.2744125rem;z-index:15003;font-size:0.875rem;display:block; }
#cNG05bJQyPJtBCWXKriOywP4tqs1V9HL { top:4.25rem;left:2.59375rem;width:3.125rem;height:3.125rem;z-index:15004;overflow:hidden;display:block; }
#txnSy976x25g7PorBAZ1pevQ0H3Gx6BW { top:13.43701171875rem;left:0.5625rem;width:10.625rem;height:3.41015625rem;z-index:15004;font-size:0.875rem;display:block; }
#yDuVWVQbcwbf006rRQtFE8tOJ1usZgTe { top:21.22607421875rem;left:0.875rem;width:7.6875rem;height:2.2744125rem;z-index:15005;font-size:0.875rem;display:block; }
#GUgsWH2H51nvJBkcd4Bti8Rw0wOxKskc { top:17.525390625rem;left:2.28125rem;width:3.125rem;height:3.125rem;z-index:15005;overflow:hidden;display:block; }
#nugI9bW17oovqemqRUdGmuHfcP2LrBKv { top:4.1875rem;left:10.9375rem;width:9.0625rem;height:19.25rem;z-index:15006;overflow:hidden;display:block; }
#wTT1QCXcnb5dt7aQEKTPQOli64grwubL { position:relative;z-index:auto;background-color:#000000;background-image:none;display:block; }#wTT1QCXcnb5dt7aQEKTPQOli64grwubL > .row .container { background-color: transparent; background-image: none; }#wTT1QCXcnb5dt7aQEKTPQOli64grwubL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTT1QCXcnb5dt7aQEKTPQOli64grwubL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTT1QCXcnb5dt7aQEKTPQOli64grwubL > .row .container > .video-iframe-container { display: none; }#wTT1QCXcnb5dt7aQEKTPQOli64grwubL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTT1QCXcnb5dt7aQEKTPQOli64grwubL > .row > .video-iframe-container { display: none; }#wTT1QCXcnb5dt7aQEKTPQOli64grwubL > .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); }#wTT1QCXcnb5dt7aQEKTPQOli64grwubL > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; }#ISWrRR4SfO3csw7zwzoXn3iRxoX1pZFi { width:20rem;height:0.97485625rem;top:1.06201171875rem;left:0rem;font-size:0.75rem;display:block; }
#TIe60ixuoPLfROUpp8cmwWJgbgAuaORr { width:20rem;height:0.0623915rem;top:3.4616966247559rem;left:0rem;z-index:15002;display:block; }
