.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); }#IUmJ5qCE9P18d0oC8dIBok1TezkXlAsW { 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; }#IUmJ5qCE9P18d0oC8dIBok1TezkXlAsW > .row .container { border-width: 0; border-radius: 0; }#IUmJ5qCE9P18d0oC8dIBok1TezkXlAsW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IUmJ5qCE9P18d0oC8dIBok1TezkXlAsW > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:75rem;position:relative;display:none; }#SMw1QRrJXxuSzXho7ChngwXT2XM0Uydx { 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; }
#iE0qTTcJFKCzrTFt1GaxKde3c6x728mO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fFmsvow8Sq5T26bcrmUK8VMOBKrrcHfr { 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; }
#WlA3vaWwmAxSahpVOzDJ5Ds8bEGnv7sC { 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; }
#fUhH7n15TbEuL9GcecDb59rXVKw56zqm .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; }
#fUhH7n15TbEuL9GcecDb59rXVKw56zqm .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; }
#fUhH7n15TbEuL9GcecDb59rXVKw56zqm .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; }
#fUhH7n15TbEuL9GcecDb59rXVKw56zqm { 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; }
#fUhH7n15TbEuL9GcecDb59rXVKw56zqm #kDfTcCpTBOug60fz2mNNs6W5SvGnI9UT { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#fUhH7n15TbEuL9GcecDb59rXVKw56zqm #whS43SDtXcqtissVIq7KB6rQgonAHVpN { width:auto; }
#fUhH7n15TbEuL9GcecDb59rXVKw56zqm #VSzz93MqPyT9xkLRMNQLamT5iHC0WHiZ {  }
#fUhH7n15TbEuL9GcecDb59rXVKw56zqm #HlT0qLlESpSnfmayP6o2Q69J0u9DNP2R { display:flex;position:relative;top:0rem;left:0rem; }
#fUhH7n15TbEuL9GcecDb59rXVKw56zqm #foEpCMTq5IwTKeyMLD7WE2vPNNlTJT75 {  }
#fUhH7n15TbEuL9GcecDb59rXVKw56zqm #rNw2xK77og2XlITRXfylnzB5JEZgL0FH {  }
#fUhH7n15TbEuL9GcecDb59rXVKw56zqm #g57t41Vhk9r0O5EKDuO2XCX6Hyty3rNn { display:flex;position:relative;top:0rem;left:0rem; }
#fUhH7n15TbEuL9GcecDb59rXVKw56zqm #s7qffXFGX90SzpGQmvXcVUorq3WR6ieM {  }
#fUhH7n15TbEuL9GcecDb59rXVKw56zqm #rCMNnlgTylzV6vNZ8s33vo96ciZ20FMU {  }
#fUhH7n15TbEuL9GcecDb59rXVKw56zqm #IEAy3JVcFgAZMP9Kht7CafHDfvVBxldf { display:flex;position:relative;top:0rem;left:0rem; }
#fUhH7n15TbEuL9GcecDb59rXVKw56zqm #MZ8WZGlcwGNalPEvDw5kKsBU8qCHfC82 {  }
#fUhH7n15TbEuL9GcecDb59rXVKw56zqm #oVgeJrizpoDAsANtENqhy64JTUH9Ze49 {  }
#a5wLahK6qoz4me73LwKrrKe8ygAA3VVz { 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; }
#Srcs2IDzemoWnx8EkRiairOSaq4LJHI9 { position:relative;display:none; }#Srcs2IDzemoWnx8EkRiairOSaq4LJHI9 { border-width: 0; border-radius: 0; }#Srcs2IDzemoWnx8EkRiairOSaq4LJHI9 > .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; }#Srcs2IDzemoWnx8EkRiairOSaq4LJHI9 > .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; }#tnxRtxTlg2hTziivoyzwd6JNQ6n9ENPT { position:relative;display:none; }#tnxRtxTlg2hTziivoyzwd6JNQ6n9ENPT { border-width: 0; border-radius: 0; }#tnxRtxTlg2hTziivoyzwd6JNQ6n9ENPT > .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; }#tnxRtxTlg2hTziivoyzwd6JNQ6n9ENPT > .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; }#c3CacGSQAo4QMeTnz1gU7bTNm5XQpmdn { 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:7.5rem;display:none; }
#DTrOr1cIAP1FuDWTnU6aovBTTBDxXpnP { 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; }
#GQ0Eey3cfMetN2gMcio533Vq4Bkr46NW { 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; }
#Qu9NRnmwlAx000FRwTKWhIbd6AOemCGH { 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; }
#kHB1Qeo8FJyhToBs4OBbRfEmasVQhWHU { 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; }
#FfiP7h9W4ckx5x0oeuxeU3cMyHn6zE86 { 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; }
#WGOQ6L2EuTWLvAmfn0KFbWsd0yNX1MD0 { 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; }
#MPett0TvabMWMEuI5ONemILHWbTwbtFG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TBdryyIAmW3hqBpbvL1uhygBtNpE2SNT { color:#000000;display:block;width:29.25rem;position:absolute;font-family:brown;font-size:2.375rem;font-weight:normal;z-index:15000;line-height:1.2;letter-spacing:0;height:5.6994625rem;top:2.9375rem;left:41.625rem;display:block; }
#AFvqwoLeOs8URGM3FyPim2dMUTlCuXmF { 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.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.3125rem;height:3.0625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:16.8125rem;left:41.75rem;display:block; }
#B0bsgMRAVincKa6e7yWDetROADXsFfxE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VOe1Wq1r47CEUCtC2m86PkrS5XsRF4h9 { position:absolute;display:block;z-index:14999;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-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:9rem;width:28.5625rem;top:21.1875rem;left:41.6875rem;display:block; }
#C2SRZftFOfFKn97AQyWEhFmU8lqaTlR9 { 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:91.8125rem;width:58.75rem;display:none; }
#aADC7hQmTOSsf4fDUDNVRyOO4q9qkW0k { color:#000000;display:block;width:15.25rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.38139375rem;top:15.8125rem;left:49.5rem;display:none; }
#KSTMc9pVP4utpGClekmgU7QevfTCPLrS { color:#000000;display:block;width:15.25rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.38139375rem;top:15.8125rem;left:49.5rem;display:none; }
#vgxrsS1aelO5Zq4Ahrz4m3EssoTQTUXn { color:#000000;display:block;width:15.25rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.38139375rem;top:15.8125rem;left:49.5rem;display:none; }
#XDSVXPgdGJpolnNaeEaobMKawOZ3Fgrq { position:absolute;display:block;z-index:14998;background-color:#ffffff;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:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:6.375rem;width:28.6875rem;top:31.8125rem;left:41.75rem;display:none; }
#VQfWoRQRTFv0yIFaeQHmky7zWTUZL4IP { position:absolute;display:block;z-index:14998;background-color:#ffffff;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:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:6.375rem;width:28.6875rem;top:31.8125rem;left:41.75rem;display:none; }
#n3hebCNpaE7fu04pkfgfcJQvGd52wcTm { 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; }
#OcTWCF9XUMS1yrmwPy3eIsn4oKW8N6fL { 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; }
#LcLXwLTU1miJs4C1HIMAasxcO2kHzESO { position:absolute;display:block;z-index:14998;background-color:#ffffff;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:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:6.375rem;width:28.6875rem;top:31.8125rem;left:41.75rem;display:none; }
#Vc1VSc1LKirXeEViILocKC9xxDHGoqP4 { 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; }
#VxNNtIRWaG07eL32BSw8zPVBFAchHfbM { position:absolute;display:block;z-index:14999;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-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:9rem;width:28.5625rem;top:21.1875rem;left:41.6875rem;display:none; }
#Cnktv0eyyG360qOGl4iUTJdCgJSGr6Ri { position:absolute;display:block;z-index:14999;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-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:9rem;width:28.5625rem;top:21.1875rem;left:41.6875rem;display:none; }
#ytDKD739lEWEvvR91zT4MKa4Jq5y9Udw { 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; }
#rdAatC5iSceX4xiQcEGfZ20myCTU4S4F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mdHd2H9uugCys8UfivnQnSxlzZ3B6Aom { position:relative;display:none; }#mdHd2H9uugCys8UfivnQnSxlzZ3B6Aom { border-width: 0; border-radius: 0; }#mdHd2H9uugCys8UfivnQnSxlzZ3B6Aom > .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; }#mdHd2H9uugCys8UfivnQnSxlzZ3B6Aom > .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; }#zeBFScqBNxmiTElILvEeIzkySVp23Rfr { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:brown;font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.0625rem;top:1.375rem;left:0rem;display:none; }
#ysTkTHHOrvrpiNXPDQJWLE6efg2HtBi1 { color:#000000;display:block;width:19.75rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:5.9375rem;left:0rem;display:none; }
#hVaExJw7oEffaTxdqiskiZ8vBq3dHwqP { position:absolute;display:block;z-index:14998;background-color:#ffffff;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:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:6.375rem;width:28.6875rem;top:31.8125rem;left:41.75rem;display:block; }
#Pve2U3HSApDgGZziGwvwaDJDHpsFNnBk { color:#000000;display:block;width:21.1875rem;position:absolute;font-family:brown;font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;height:3.93676875rem;top:33.0625rem;left:48.1875rem;display:block; }
#ADD3USJ6rpLFeS6QZN3cTTPLKtt2qEHy { 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:27rem;width:40.5625rem;display:none; }
#CGiioQhnEyEusPXQSZpkwbnmKdoQKaTW { 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:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#BKMX665ITOkgFeIigq27G2ola4pioJIf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UTLeQ3bALiKdTmEMcQmcwz04SKkQpRcP { color:#000000;display:block;width:16.25rem;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:51.3125rem;left:0rem;display:none; }
#J553izwvE6fNkUENkdoTGUSIatAppc76 { 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:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#QxnSzXn5e0cNSngoGCMoeLbLc8ndiLkx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vG3x3sQ6k7BFomaV5rG2WuGQvQfTITIl { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:brown;font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3rem;top:40.3125rem;left:0rem;display:none; }
#hDA0RtcppNyglRysIlDTDnRDeQGMgeBk { 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:34.625rem;width:28.875rem;display:none; }
#A76hdvlNINTLG9HywOHVXxQw39Zzvdwz { 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:10.25rem;width:13.375rem;top:4.25rem;left:12.5625rem;display:block; }
#cVREx8QtWTG2eea269TAQFTgtixonuci { 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:13.3125rem;width:12.4375rem;top:12.0625rem;left:32.625rem;overflow:hidden;display:none; }
#eTgNfZxc73HN465spgvyd9eGyl74gkuk { 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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.6248125rem;height:2.43706875rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:17.372831344604rem;left:37.375rem;display:none; }
#knzyTktPUCS5mzUUun8dHn2INcobQMMn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RsczpnE4Xv6KxvQg9W3CXQcJOhRJtAiM { position:absolute;display:block;z-index:14994;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-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:11.5625rem;width:19.625rem;top:8.4375rem;left:2.5rem;display:block; }
#lhlbcJbT6k6cFRuxTZt3pVTqpMrEcyL2 { position:absolute;display:block;z-index:14995;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.18713125rem;width:7.937rem;top:17.25rem;left:11.6875rem;display:block; }
#cBhqFfykyEzWHa68ODH6JXCsowmtuEii { color:#000000;display:block;width:5.99975625rem;position:absolute;font-family:brown;font-size:0.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;height:0.89294375rem;top:17.4375rem;left:13.25rem;font-style:normal;display:block; }
#CSeTgMl22d08N3KrO6NtwMi5JUQRX0XE { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1.0620125rem;width:1.0620125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;left:12.0625rem;top:17.3125rem; }
#aodCNEs0u7qEhcRRl9TMGRKWyvr5PEi8 { color:#000000;display:block;width:19.5rem;position:absolute;font-family:brown;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.87305rem;top:11.503051757812rem;left:2.5rem;text-align:center;text-align-last:center;display:block; }
#ibun9k44KBTyuF3Up40x4y0301NUHuVO { color:#000000;display:block;width:5.37414375rem;position:absolute;font-family:brown;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.2182625rem;top:17.3125rem;left:6.75rem;text-align:left;text-align-last:left;display:block; }
#snHWoqC3tvJytszTDBrlWwbhFoPBFGG9 { 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.124875rem;width:1.18713125rem;top:17.25rem;left:5rem;display:block; }
#Bh7LwGprGozRTMBqTGwR7auo9mTvI0OH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.18713125rem;width:1.18713125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;left:8.5rem;top:9.5rem; }
#bkIc6ZnbDhr33AXBu2XWCblhgxW6TS3U { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.18713125rem;width:1.18713125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;left:7.25rem;top:9.5rem; }
#wSD0HKWSSx6ZMTWf5NhoK3ZFEVWxznMG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.18713125rem;width:1.18713125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;left:6.125rem;top:9.5rem; }
#rwvZlzSdBniMk3QZvPR8HoW4u5Kuo6LV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.18713125rem;width:1.18713125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;left:4.9375rem;top:9.5rem; }
#aArsi81dbp8PLeXWHyPkLT4iEOx8EUX6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.18713125rem;width:1.18713125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;left:3.75rem;top:9.5rem; }
#VTLJAz1QqOKv313T9kMhaNBCHzR8syvT { 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; }
#OVT73NFKDkE8l4BdUBxKFuFplfscBMQO { 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; }
#DiwJFE5fHWaW8VOnS7ADMyyF6JFURm85 { 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:23.3125rem;width:24rem;display:none; }
#OC7AuVPuAiCnNQUdx9HUAFTg6utT7pHg { 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; }
#Qb0XmMhOtSmqqcGbTqAIwot7gWOVu97x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N8M1hlXN54N5GQLII77AzUTKC2e3Hwkb { position:relative;display:none; }#N8M1hlXN54N5GQLII77AzUTKC2e3Hwkb { border-width: 0; border-radius: 0; }#N8M1hlXN54N5GQLII77AzUTKC2e3Hwkb > .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; }#N8M1hlXN54N5GQLII77AzUTKC2e3Hwkb > .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; }#ziAr3tu4TfLoxo5EBbc34pD5iRSDJz5U { 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; }
#H473OwnHsCQsQB0PvPk8i9MLfvbPCX49 { 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; }
#bEzA3M53PP9d22r66P5vUbgxvULImWau { 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; }
#mWoHtlHe3rOVQFeb2GTkdlZbzPDLFaaQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wapFpazbsG70i11yhBl2vLEEslDQ0Mpa { 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; }
#aWmXiJdbWnZCn1HzCThkKNqs3PkaEIQB { 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; }
#R6MRQwl9SzboCX1fTpJiM6smhEUR8rzA { 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; }
#GlCiDlbLqZMgF9FWkOfK9rFN8bZ15y55 { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.15) ;height:12.5rem;width:12.5rem;display:none; }
#DTo3ovORsAvv9kSPQAFg9uo3rVEM5vCd { 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; }
#eF3eziA65mTdIHz8K3Nx1szt2bblT6Kd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PMPVvzPBy25qrATegSMGZT9fczxIy60N { color:#000000;display:block;width:10rem;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:5.3125rem;left:10.0625rem;display:none; }
#AFrutXZlDcKVpiBISTCXH2HZrXNHEP8n { 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; }
#pTZTex6R6tl4bHiUeaG5Jc7NV7fm7TW2 { 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; }
#bFuXRQWwNpRcNf88ryyqhXhPpepiz7Ly { color:#000000;display:block;width:8.125rem;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:5.3125rem;left:0.75rem;display:none; }
#q22F9p971Hw0PAPXhim9iexQ1LiV31oq { 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; }
#kxB5l4MGFEG4JNORaXgPGdaB0isyQee7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JT2K9IHCT2ANlmF5yOTuk83xVVnGTwdd { color:#000000;display:block;width:5.625rem;position:absolute;font-family:brown;font-size:0.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.4375rem;top:22.6875rem;left:14.375rem;display:none; }
#cLXzD1hi7V2sSmoKrUIM99n4sz6Ioes1 { 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; }
#UetOFdOrKE6PtDIh2MktevKkoNoqbWxq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kn9fvHXpOHQVT8y4HTz35k59J8gGztHR { 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:32.5625rem;width:26.3125rem;display:none; }
#w3KwsFS9KBnV9ImTmwcgbpUKqsWc4rCE { 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; }
#T0hVioBW2Vkk0pgwe7hFyFZSVswsyNmb { 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; }
#BfkxlcQExbETgsQPVwRmU6ips3WxrNCI { 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; }
#CDnvWvkegl8mdeIpFXs5OXxFoSyTqpxp { 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; }
#hAw6Rq2eohiO0EvE36oJiD4AtbKLN917 { 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; }
#mtJgJw858JdiJJn6XDHq1VaZOswOhJGh { 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; }
#csblIemT6TIRtdeDLiTrQCs2LqcETVuZ { 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; }
#x3noqbCry2Q3xatcQRLZnRJ4fxxzxTKA { 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; }
#bDZ3XZmG4WEn3Lu62gM2g5TLOpIbU3fG { 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; }
#XIfStK1yTHkX1zz7Jgl8MHtZg8fc6TSg { 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; }
#PyWEflKc49LmSpHxbWUTSZ4G3EkG29hr { 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; }
#FggO46SMQhUeq8JvyV4hkVnFTs2daUOu { 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; }
#D6UA6leEGXBRMtpxZ0L6B5TenTWydfsb { 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; }
#evM9xnTI4h7PFDwRqV2FL9XO8a7ZEDrU { 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; }
#FURyoHo2QwuPNfJFk0O8SOI8wi6zDhpa { 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; }
#vSZNB20VGXupIuf2a5Rfyh28tx1qWkBF { 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; }
#Wa3yQQHTB533u1175eBu2ZImTRHsQFJh { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:brown;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.6875rem;top:3rem;left:0.0625rem;display:none; }
#q80eWOIaZIC0JTay2u2pEpw6ZTSqveLs { 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; }
#xxW36WRUdkT02uySUzo1ueHC0aR06oZw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rakUNUU8v6W9viWLTd9bMio54Lhkc7iW { 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:11.625rem;width:6rem;top:12.125rem;left:3.125rem;overflow:hidden;display:none; }
#O8s6NcrWPsLLSqeDF9ZpiTzsuXQFoZtn { 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:13.3125rem;width:12.4375rem;top:12.0625rem;left:32.625rem;overflow:hidden;display:none; }
#m7Gsvl8PzJid510stMU7Jvu7JwBQISXP { 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; }
#gM5hQvFcAA4GxH9o7gWKpHVNDnw6BTEO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T5XrzdWak7M2Q0BP2rE9gNl0xPdDtiuS { 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; }
#JS2WW3PLPWRvuWhQH2wBRnJQmuzIyXQG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iMHHHZDSrbLSykg9CoHMJMytWLnbqW0T { position:relative;display:none; }#iMHHHZDSrbLSykg9CoHMJMytWLnbqW0T { border-width: 0; border-radius: 0; }#iMHHHZDSrbLSykg9CoHMJMytWLnbqW0T > .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; }#iMHHHZDSrbLSykg9CoHMJMytWLnbqW0T > .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; }#tsLpX0zmkECz3TTU8Vk0LrwROQ3owFvL { 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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.6248125rem;height:2.43706875rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:17.372831344604rem;left:37.375rem;display:none; }
#w1SpplQknawRMUlcnHkwpEefvglh8xL1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yL3SNwlSF9F9S13iEVrk7Puc9CBtvTUw { position:absolute;display:block;z-index:15000;background-color:rgba(208,192,134,0.12);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:10rem;width:27.625rem;top:21.534615516663rem;left:37.375rem;display:none; }
#KNwzkULWJuCsuLwxeDeKGxEwzCWnG8xL { position:absolute;display:block;z-index:15000;background-color:rgba(208,192,134,0.12);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:10rem;width:27.625rem;top:21.534615516663rem;left:37.375rem;display:none; }
#bL4xrrclTF1bb9DZWqT32qPhC9TUut3s { color:#000000;display:block;width:6.375rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.75rem;top:23.1875rem;left:8.1875rem;display:none; }
#WKUtr5pWPJ6xKTSHx1WeJAuhb1vQ8rbZ { color:#000000;display:block;width:6.6875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.75rem;top:28.625rem;left:8.1875rem;display:none; }
#J0UNoNg4eZneN1xVXrpMLfNfg5iG4qre { color:#000000;display:block;width:6.625rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.75rem;top:31.1875rem;left:8.1875rem;display:none; }
#qKbABRe5bvhzTLyXTJKlrotkE6mxTrZr { position:absolute;display:block;z-index:15000;background-color:rgba(208,192,134,0.12);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:10rem;width:27.625rem;top:21.534615516663rem;left:37.375rem;display:none; }
#cbGQN6I5OND7eTGXgOLTOIFGEuqRzLzX { position:absolute;display:block;z-index:15000;background-color:rgba(208,192,134,0.12);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:10rem;width:27.625rem;top:21.534615516663rem;left:37.375rem;display:none; }
#du3GyHhnUI8N3F5fJ9NCL9haff6GUSV9 { color:#000000;display:block;width:5.875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.75rem;top:23.5rem;left:8.1875rem;display:none; }
#ETMKvT1KM0Cun6yO43TO72LoT4vVRxuL { position:absolute;display:block;z-index:15000;background-color:rgba(208,192,134,0.12);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:10rem;width:27.625rem;top:21.534615516663rem;left:37.375rem;display:none; }
#EXfxPegQFATM0CHQaiTMeQkLHIM2tsnv { 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; }
#LQ7pTKgT2Azs9lV5HosD8a8X8syUdduL { 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; }
#Lhnp0RZ8OTfF5AIyDg9Digodo2nEtaRq { 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; }
#L5mRHcVUsxS1OcGfnqt9w38eh76seXvX { color:#000000;display:block;width:5.875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.75rem;top:9.9375rem;left:8.1875rem;display:none; }
#UJKmfgpOBVtPsfOGLCGMLMPctvqCOSGU { position:absolute;display:block;z-index:15000;background-color:rgba(208,192,134,0.12);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:10rem;width:27.625rem;top:21.534615516663rem;left:37.375rem;display:none; }
#AsBG7fvv4dgKSqGhSb9mRglz3bkWb6h8 { position:absolute;display:block;z-index:15000;background-color:rgba(208,192,134,0.12);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:10rem;width:27.625rem;top:21.534615516663rem;left:37.375rem;display:none; }
#zEql5dGlzBfZuNVlmsCRN5Jcc9BDCyVF { 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; }
#NEXC5Rdi2qVIH8M7F9hUlRc7p1oQTHze { color:#000000;display:block;width:4.6875rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.625rem;top:21rem;left:17rem;display:none; }
#EnOJudKD6u0I6d6cwmSZNRgUeeRGG341 { color:#000000;display:block;width:4.3125rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.625rem;top:6.125rem;left:17.875rem;display:none; }
#Kq9Um7OLTJLnHJLwqUU6qzqFPaTpMq8L { color:#000000;display:block;width:3.75rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.8125rem;top:4.625rem;left:23.5rem;display:none; }
#dd11rgPukfTBQF0DAJOXKiu3UG5NAgNZ { color:#000000;display:block;width:5.875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.75rem;top:18.3125rem;left:8.1875rem;display:none; }
#lXQAVwvlWX3ytQMLvyvZUzhCUc1P4g1o { 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; }
#mwMUbGcaARHZJPZmbAGqZIUbh0HE6mGF { 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; }
#tbMoCpy7dGBpMI9kBy02ElZ9TLQwPoOO { position:absolute;display:block;z-index:15000;background-color:rgba(208,192,134,0.12);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:10rem;width:27.625rem;top:21.534615516663rem;left:37.375rem;display:none; }
#Ic22zgFOtWkCgLbKMwE7bXc9zkrkLmlX { 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; }
#bxMoTKBAextJW2PqOCDZbUKCsTsMF9oS { color:#000000;display:block;width:26.8125rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;height:2.4375rem;top:3.1875rem;left:39.9375rem;font-style:normal;display:none; }
#HxmKg4mmoltvRwrnePnbWCmzdAa0Ft0s { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.125rem;top:1.5625rem;left:11.25rem;display:none; }
#T7VWfdUaZ7libnOk7ONhG6TkLHZ07Lzu { 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; }
#i6HZft38AkaJctVbWu8gRtzkuuViErWF { 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; }
#sNumk1CWu8e0Sw2AoAouhBeOVg0VFz6z { position:absolute;display:block;z-index:15000;background-color:rgba(208,192,134,0.12);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:10rem;width:27.625rem;top:21.534615516663rem;left:37.375rem;display:none; }
#rBePq7POEMiPDzM5s9AveGVszhq8od38 { position:absolute;display:block;z-index:15000;background-color:rgba(208,192,134,0.12);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:10rem;width:27.625rem;top:21.534615516663rem;left:37.375rem;display:none; }
#tZzKdCot5qCVBpKt5b22T212OXavuIXi { 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; }
#XPTLDvvS2xDhxEwnE3LTNgvdizsdSerq { 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; }
#XAPl80lRBm1bbBRV1tZqtQVUraXydCk5 { color:#000000;display:block;width:6.625rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.75rem;top:34.0625rem;left:8rem;display:none; }
#twfZOMUTcI6SQIWVw3cEVf8MIltRgfRA { color:#000000;display:block;width:6.625rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.75rem;top:36.875rem;left:8rem;display:none; }
#ZpbTd4ZdCwAqasUXaUFGqHhGADqXwLTH { position:absolute;display:block;z-index:15000;background-color:rgba(208,192,134,0.12);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:10rem;width:27.625rem;top:21.534615516663rem;left:37.375rem;display:none; }
#oB1eC1AW6z3KmaET6VAoehvLrOSN4LLi { position:absolute;display:block;z-index:15000;background-color:rgba(208,192,134,0.12);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:10rem;width:27.625rem;top:21.534615516663rem;left:37.375rem;display:none; }
#uy2w5ismgdbmAXtHn03MZ2oSTkO1IWxJ { position:absolute;display:block;z-index:15000;background-color:rgba(208,192,134,0.12);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:10rem;width:27.625rem;top:21.534615516663rem;left:37.375rem;display:none; }
#HqOsPkaE5q1D4Jat7Rp2lWBSGyqczdT8 { 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; }
#ccwSnyHRFzovMb6NiEbGrkkDDZcyvJVT { 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; }
#kPTP7lJOvMzflxzgAQX9hFf4KpPgIZT4 { 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; }
#EcVX8PqRa2HA7lW0elrDxpROT0KbMDx4 { 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; }
#qkNSuybt8PytDGAyvhFJdlo55a3lDGm7 { 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; }
#mRh6cnZgOhaGpGmBzB3IbmFmuoFvTkpe { 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; }
#wc6imsWwgKGpx8qqWDZuRSwKCXBdpkxk { 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; }
#THuxKp4plF9wioNZoT38Mt98HkVXa9kz { 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; }
#QeBSeJTE9e1XdF6s46QTpsqG6cbAApSV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ITHpkh0RLPRKTJRzsKMSMNPXOIDbfbN6 { 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:9.375rem;width:5.9375rem;top:12.125rem;left:6.875rem;overflow:hidden;display:none; }
#klF1o7DdswBIOoNpC7agVhb6MCqA4VoC { 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; }
#ulWfwUU1Tz0RzcHAPAT3X1oC7GzaHfnL { 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; }
#uLA5TJ2tZwqpzozntw7wuXuTb1XsLso2 { 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; }
#weIxWZulWFrWqGw7rX3W1AXNK8OcBLNT { 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; }
#ITWU1dmTkDnzVvAqo6Qa9vubC9W4ssyC { 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; }
#uIfyxHixOATF5JeQkmo96d1kKKwk7Tg3 { 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; }
#AUNG4ozN6KlJosuJBoigRbNym5ieocCQ { position:relative;display:none; }#AUNG4ozN6KlJosuJBoigRbNym5ieocCQ { border-width: 0; border-radius: 0; }#AUNG4ozN6KlJosuJBoigRbNym5ieocCQ > .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; }#AUNG4ozN6KlJosuJBoigRbNym5ieocCQ > .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; }#cyLuHnldtVAWRD5hzKtAMdS9zWBmfLBg { 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:19.25rem;width:14.6875rem;display:none; }
#vB3BAqIvkaMVdWTfEi9xm8OEzEz7hcRo { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.125rem;top:1.5625rem;left:11.25rem;display:none; }
#tlKITnUonzS7MXhTqwA3gZQTWfLzuoPy { color:#000000;display:block;width:26.8125rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;height:2.4375rem;top:3.1875rem;left:39.9375rem;font-style:normal;display:none; }
#FTM25puc5JnQWRmJTAWwR9MB6APTzgTF { color:#000000;display:block;width:15.25rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.38139375rem;top:15.8125rem;left:49.5rem;display:none; }
#WJTh1uCVVy2fLptw717IPJW5WUmSagJx { 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; }
#MeinOvGeTRvA0hKZknhXIwrdmoCIKgGT { color:#000000;display:block;width:15.25rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.38139375rem;top:15.8125rem;left:49.5rem;display:none; }
#IFQRcJhHaqD6sraXBEd6fsRIRt9gLsiM { 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; }
#vfsK076l4ZZl8MwiWP6Dz7V68OZ7scML { color:#000000;display:block;width:15.25rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.38139375rem;top:15.8125rem;left:49.5rem;display:none; }
#eQx3ktH0DK3wHZgBT08LNJRTXB4QVxTr { color:#000000;display:block;width:15.25rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.38139375rem;top:15.8125rem;left:49.5rem;display:none; }
#iRT0M8bZ7ArwH2CTg9Th7HfHeAMosuSP { color:#000000;display:block;width:15.25rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.38139375rem;top:15.8125rem;left:49.5rem;display:none; }
#wDMCa3SXEDgm0hTD0JsttzyMlIONNdXK { color:#000000;display:block;width:15.25rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.38139375rem;top:15.8125rem;left:49.5rem;display:none; }
#nsCUf1wXPThggc1CPxS4bwV8E8QHZBoJ { color:#000000;display:block;width:15.25rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.38139375rem;top:15.8125rem;left:49.5rem;display:none; }
#vwRBHzZ8bvezpi2Wz2iPgu6UX8GhTEMo { 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; }
#PFqFdVna64JI9bdxKufIkBVRxA9BmQTF { 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; }
#ELhge8qtOmq7A2hOewLutL7dTiKcckDH { color:#000000;display:block;width:15.25rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.38139375rem;top:15.8125rem;left:49.5rem;display:none; }
#vo3OnVIqTivi4lyW4pUkTOgZnGGtaZTE { color:#000000;display:block;width:26.8125rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.76245rem;top:12.6875rem;left:41.875rem;display:none; }
#CbHyq2fI5H699cdgfLAgHtuPGuOdpDxf { 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; }
#xIBOBzetdG1rv6vNEowHOvQD2DHpR66E { 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:3.25rem;display:none; }
#O6norERW3y07l6CfxGSiGvKf3hCBZoXC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qTAyU450u0p5CPWsGBgD7boEf0os6QFZ { position:absolute;display:block;z-index:14998;background-color:#fff6c7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffe172;border-left:0.0625rem solid #ffe172;border-right:0.0625rem solid #ffe172;border-bottom:0.0625rem solid #ffe172;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:5.6875rem;width:28.125rem;top:28.4375rem;left:43rem;display:block; }
#yM3VqQiwWoLK7rl3TD31yO1gK7Snk97Z { color:#000000;display:block;width:19.875rem;position:absolute;font-family:brown;font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;height:1.31225625rem;top:29.9375rem;left:49.375rem;display:block; }
#rrkfxhaZo65pkBTQspVTAwpXwr4Bv4Zl { color:#000000;display:block;width:21.4375rem;position:absolute;font-family:brown;font-size:0.8125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;height:2.27416875rem;top:31.25rem;left:49.375rem;display:block; }
#Vzp1Hu5y7eO0zt9JihXlq9DAFVXTNg9T { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;left:49.375rem;top:28.875rem; }
#o1mrD224sLKWsPundWlJN42oVKupQ6MO { 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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:4.75rem;width:5.4375rem;top:28.96142578125rem;left:43.375rem;display:block; }
#qId444OCiZT3wuF1MrXIElq417KRJhxk { 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.625rem;width:4.9375rem;top:27.90625rem;left:43.625rem;display:block; }
#XbL9UmkzzJugTG3d2B8TzoHfWVRAdDgJ { 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; }
#Xo5HGudeIJLIc5KlEk0Tg40tbraQRpcc { 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:9.375rem;width:2.25rem;top:12.125rem;left:6.875rem;overflow:hidden;display:none; }
#eGuCxKwSD1rNewudzfOddWxQPHgv0DmM { 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:9.375rem;width:2.375rem;top:12.125rem;left:6.875rem;overflow:hidden;display:none; }
#qO1oZxoWxVpf2MLMlVS3xZ7iO7dPQfDq { 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:9.375rem;width:3.5rem;top:12.125rem;left:6.875rem;overflow:hidden;display:none; }
#NgVzM8iPTzd6XPbqskiGExRRdbrBZFNU { 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:3.5625rem;width:2.25rem;top:12.125rem;left:6.875rem;overflow:hidden;display:none; }
#FThtAkaciHuDD8XpZXtXNnOm60hy1H7E { position:relative;display:none; }#FThtAkaciHuDD8XpZXtXNnOm60hy1H7E { border-width: 0; border-radius: 0; }#FThtAkaciHuDD8XpZXtXNnOm60hy1H7E > .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; }#FThtAkaciHuDD8XpZXtXNnOm60hy1H7E > .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; }#J4gvh4X5frOsfHoZyZRwGn0JCp5LADwC { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.75rem;top:1.25rem;left:7.5rem;display:none; }
#AhDK9qm0tqbQTQanRXQdpTrIhH2Umzle { color:#000000;display:block;width:19.5rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.875rem;top:5.5625rem;left:7.75rem;display:none; }
#OIIi141dehhcuNqmscEiT3576vhWlX5X { 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.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.3125rem;height:3.0625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:16.8125rem;left:38rem;display:none; }
#mkctJf1fXb1k9NSLTmA3O6aQHBbwbQ5L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bH7vlyDCqlLE8TPpegMGierJurianR10 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:34rem;width:30rem;top:4.8125rem;left:0rem;overflow:hidden;display:none; }
#Bp0zDTaarCC9TCLcE7PeCnugLlHooA4a { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:28.0625rem;width:28.0625rem;top:1.25rem;left:7.5rem;overflow:hidden;display:none; }
#hRXRJbiKy3EKa2Dt3fs12T3cKGia9Ud5 { position:absolute;display:block;z-index:14998;background-color:#ffffff;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:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:6.375rem;width:28.6875rem;top:31.8125rem;left:41.75rem;display:none; }
#OLgNd73VcXZwT2HTHIb54knMtG0InTvA { color:#000000;display:block;width:22.875rem;position:absolute;font-family:brown;font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:2.4375rem;top:5.4375rem;left:37.5rem;display:block; }
#a4IaCkiCSJiB82aI9egs8CunwChvMZxC { 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.4375rem;width:4.0625rem;display:none; }
#A2CATPLzik0HhlTS2LvpgqWdzccFqTlt { 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:3.25rem;display:none; }
#cTGLIQFuyAqIZU3MEMnZ1XBUd4WrTlHl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qFrfJNiBHCgK4lahbSHO4zvxPUuR9ixf { position:relative;display:none; }#qFrfJNiBHCgK4lahbSHO4zvxPUuR9ixf { border-width: 0; border-radius: 0; }#qFrfJNiBHCgK4lahbSHO4zvxPUuR9ixf > .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; }#qFrfJNiBHCgK4lahbSHO4zvxPUuR9ixf > .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; }#LIFz2gyN1bp0Qva5f36yTLCDKv6Uhf74 { color:#000000;display:block;width:20rem;position:absolute;font-family:brown;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:1.1875rem;left:0rem;display:none; }
#lGs90dl83Og1q2Spbip2GTq0XQcLl5TJ { color:#000000;display:block;width:20rem;position:absolute;font-family:brown;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5rem;top:5.3125rem;left:0rem;display:none; }
#vTHHAReC92t0wWrO0OSi9vFTiKSRoQcO { position:relative;display:none; }#vTHHAReC92t0wWrO0OSi9vFTiKSRoQcO { border-width: 0; border-radius: 0; }#vTHHAReC92t0wWrO0OSi9vFTiKSRoQcO > .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; }#vTHHAReC92t0wWrO0OSi9vFTiKSRoQcO > .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; }#gzKDHS2S19KRmiXsCgVznb5n1Zatx0Re { 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:11rem;width:14.875rem;display:none; }
#OGOy0L3U2QQGZyH0UypNipE9sycusleo { position:relative;display:none; }#OGOy0L3U2QQGZyH0UypNipE9sycusleo { border-width: 0; border-radius: 0; }#OGOy0L3U2QQGZyH0UypNipE9sycusleo > .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; }#OGOy0L3U2QQGZyH0UypNipE9sycusleo > .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; }#aXxcwK4JKPrfL1eoMmnHGe2mRLefV06b { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:brown;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.0625rem;top:1.4375rem;left:0.9375rem;display:none; }
#PqTAtERiAQqEEpI0aoE3TKSTT4BGhdTM { 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; }
#emVasn5WOKw7Oc9car6FaT8w2Fmu1uyt { 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; }
#H1lzQeB4bD0W3bXHGpQczTbFH4SpCAdT { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.0625rem;top:7.375rem;left:6.875rem;display:none; }
#LCQxVLMrWO8THduz2QbeD58OxWHaTkOC { 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; }
#XblG7qSSxcQIWViH3hXIgUgW1UJMFLTi { 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; }
#LbVtHUJTNeilvBu6bodDlRP9xCtsrm0g { 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.5rem;width:5.375rem;display:none; }
#ciGZVh91BLhSbG5ic59gEeLXOtQNd38t { 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:3.25rem;display:none; }
#H09FJCfvhe2T6MD2UuWbQTPmPquQF9TP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gpcnyKdDIVOV7WnJM831GMDnD5hOBbMk { color:#000000;display:block;width:12.3125rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.0625rem;top:27.375rem;left:6.5rem;display:none; }
#LU2V5C4bxAg7s5lyp2WPyep7sU0UloIN { 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.75rem;width:5.4375rem;display:none; }
#zmspO4wA0pAFUx5I8MO67bky5U5Wr9dc { 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.75rem;width:5.375rem;display:none; }
#AH9I15zKbrQEQytlMulMViZAPq77bENq { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.0625rem;top:17.4375rem;left:6.8125rem;display:none; }
#Un3cTdTXcZdgVlgWTvhdQnhEhhSDIhtA { 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; }
#F2uIFHsclo7tCMPOhxouK0D3kvUhT5uP { 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; }
#IZysHqzg99Gg0FEG0v17eZvbgyoB215G { color:#000000;display:block;width:12.4375rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.0625rem;top:37.125rem;left:6.8125rem;display:none; }
#EzS2KgGm9BLcPGPIMUVceoVNDsNhqtcD { 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.625rem;width:5.375rem;display:none; }
#miw8umBsJxL18RO50gKGVtEh1F3WKT6Q { 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; }
#u4MmMSakuT1pdF1Otm6cV9eRO8t5Li4i { 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; }
#w6R4PzzvZOLa5x43XiFrNiALIqORHyeU { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.6875rem;width:0.6875rem;top:19.59375rem;left:26.9375rem;display:none; }
#h3ibrnzWG2GKlJbphK0mzvMJVzBHzLzA { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.6875rem;width:0.6875rem;top:19.59375rem;left:26.9375rem;display:none; }
#H0sbKaw92tDOGkrcFwmMZOJbTam9CIBP { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.6875rem;width:0.6875rem;top:19.59375rem;left:26.9375rem;display:none; }
#TcTvdUpAXDC6EB7gI5C3DQLNkVEyV9F9 { 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; }
#NJKaqW4qmGlMcqbDll4H62r7xXu2tDin { 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; }
#n7KfFWA4Ke3KFomRZ0lUT3gdm5rkyUpC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VGZuLhi8mEI9QC5pZKdUOaLuienB1nG6 { z-index:;position:relative;display:block; }#VGZuLhi8mEI9QC5pZKdUOaLuienB1nG6 { background-color: transparent; background-image: none; }#VGZuLhi8mEI9QC5pZKdUOaLuienB1nG6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGZuLhi8mEI9QC5pZKdUOaLuienB1nG6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGZuLhi8mEI9QC5pZKdUOaLuienB1nG6 > .row .container > .video-iframe-container { display: none; }#VGZuLhi8mEI9QC5pZKdUOaLuienB1nG6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGZuLhi8mEI9QC5pZKdUOaLuienB1nG6 > .row > .video-iframe-container { display: none; }#VGZuLhi8mEI9QC5pZKdUOaLuienB1nG6 > .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); }#VGZuLhi8mEI9QC5pZKdUOaLuienB1nG6 { border-width: 0; border-radius: 0; }#VGZuLhi8mEI9QC5pZKdUOaLuienB1nG6 > .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:block; }#rxAzh2tsKGlbPmFEiAWv7Eo4Lr1cdq3Q { color:#000000;display:block;width:24.125rem;position:absolute;font-family:brown;font-size:1.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:7.067875rem;top:14.75rem;left:38.8125rem;text-align:center;text-align-last:center;display:none; }
#v05LZMCNURfoduyVZWe9mTFBKeyiP8g3 { color:#000000;display:block;width:35.875rem;position:absolute;font-family:brown;font-size:2.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:9.817875rem;top:4.25rem;left:34.25rem;text-align:center;text-align-last:center;display:none; }
#fs1suIyNTyLf8M8W2fgqNKFTucr3EtyI { 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:32.875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:0rem;left:0rem;display:none; }
#WzTm34Bl2KcTNLDCPVHneafD1XLpSltX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A9zGlI0R5TWwagV19tMb9i5B1dyz2Vdh { 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; }
#RmWxDzEngIXgCH7kZLyxkpkW131lCf7L { 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; }
#PD2pfhndxCeF58vDnMkBrTSSqFqrsB0e { color:#000000;display:block;width:35.875rem;position:absolute;font-family:brown;font-size:2.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:9.817875rem;top:4.25rem;left:34.25rem;text-align:center;text-align-last:center;display:none; }
#uqqzQIDonqc8kynKWIiNoJFH7VolZUuR { color:#000000;display:block;width:35.875rem;position:absolute;font-family:brown;font-size:2.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:9.817875rem;top:4.25rem;left:34.25rem;text-align:center;text-align-last:center;display:none; }
#ZJFMupSDcLV9JJXoHGZ4QhJ9ohB8tm5X { 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; }
#Dx4Izt8y52OrHBskTwgxPtRddS0b381Z { position:relative;display:none; }#Dx4Izt8y52OrHBskTwgxPtRddS0b381Z { border-width: 0; border-radius: 0; }#Dx4Izt8y52OrHBskTwgxPtRddS0b381Z > .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; }#Dx4Izt8y52OrHBskTwgxPtRddS0b381Z > .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; }#PybH8mwT9wXoekxRn3TFscqorhlNyw2F { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:11.5625rem;top:4.25rem;left:12.5625rem;display:none; }
#MysCAOl10XLGGxt6Ev73aFz2q4OMiwvg { 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; }
#wo81AyOcH2hkhTEpRq9TTHSsaEQT3T5F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WusksI9izTTLrRcRQA9giJFlfhz2fA4X { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.1875rem;width:18.625rem;top:9.25rem;left:0.5625rem;overflow:hidden;display:none; }
#WcMvPMBS5M2WyIQeZQVqGhFCvhtmnTol { position:relative;display:none; }#WcMvPMBS5M2WyIQeZQVqGhFCvhtmnTol { border-width: 0; border-radius: 0; }#WcMvPMBS5M2WyIQeZQVqGhFCvhtmnTol > .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; }#WcMvPMBS5M2WyIQeZQVqGhFCvhtmnTol > .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; }#gcMGwIEfGwCHilOzaormg2f83ISv9nMm { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.3rem;top:10.96875rem;left:7.518750190735rem;text-align:center;text-align-last:center;display:block; }
#EMCl91kcnekxBhze2Gqn2MkrslTQwPdo { 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; }
#Jb1nWWWQQNkAuuA1xEh83seC9nvnXIi7 { 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:60rem;height:32.875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:0rem;left:7.5rem;display:none; }
#J1kv2RNLULapOLPi44NrGGA8edf4SggP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eBqbdlLMOdJhQbFFe0Hs5mPTPDTKosZc { 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.8125rem;top:2.34375rem;left:36.5625rem;display:block; }
#ghNvg3G4hv5aeg8U4RLXvmluWpoMFkC7 { 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.8125rem;top:2.34375rem;left:46.900001525879rem;display:block; }
#wpyhRxx69VB5ST0T0pJKVAG6Ve0ikyNG { 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.875rem;width:9.875rem;top:2.3125rem;left:57.299999237061rem;display:block; }
#g5z2JsTGWwe7q8oJcTR2tXPg94Ot63A0 { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.3rem;top:10.96875rem;left:7.518750190735rem;text-align:center;text-align-last:center;display:block; }
#RVrHFStHK3Jm7zXkLglvB2akuJKr5PEq { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.3rem;top:10.96875rem;left:7.518750190735rem;text-align:center;text-align-last:center;display:block; }
#z9iMVRTViBcFoXhNclabuFkGz8fRVoSy { 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; }
#shCJUNITUr89NvZ5IarlcxFE7ul87KTA { 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; }
#yv0bufNJ2RVL5ntzX41q0nFA5gE9GxTd { 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; }
#eGA1RDCmTL6xQAgBaQups9F1SLRHdwTe { position:relative;display:none; }#eGA1RDCmTL6xQAgBaQups9F1SLRHdwTe { border-width: 0; border-radius: 0; }#eGA1RDCmTL6xQAgBaQups9F1SLRHdwTe > .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; }#eGA1RDCmTL6xQAgBaQups9F1SLRHdwTe > .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; }#cth3gtC2rpsUnnW1Gz4OlwKfPAO48JQH { color:#000000;display:block;width:17.125rem;position:absolute;font-family:brown;font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.6875rem;top:2rem;left:2.4375rem;display:none; }
#vdBDOx1pJTHTwlbgQxDu8xmeLdiQhQbG { background-color:#e9e9e9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#vdBDOx1pJTHTwlbgQxDu8xmeLdiQhQbG > .row .container { border-width: 0; border-radius: 0; }#vdBDOx1pJTHTwlbgQxDu8xmeLdiQhQbG > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vdBDOx1pJTHTwlbgQxDu8xmeLdiQhQbG > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;overflow:visible;position:relative;display:none; }#zgymqOMAsQHriNbhb3fCAxsbwHPbVTBr { color:#000000;display:block;width:15.25rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.38139375rem;top:15.8125rem;left:49.5rem;display:none; }
#uzy9OzU0zvV4Vn6nHUWDgPvuvLQDO9Pr { 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;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:0.0625rem;top:19.96875rem;left:14.4375rem;display:block; }
#PWwhp3kJEZMTdZskHatrwmmTttDNcTPz { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.6875rem;width:0.6875rem;top:19.59375rem;left:26.9375rem;display:block; }
#sEIrDRdeBDMc0ZoFhTw8QA4w5ux0ictu { 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;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:0.0625rem;top:19.96875rem;left:14.4375rem;display:none; }
#tR5CZUu45BzbmSNudeP2pZNainSKDsMV { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.6875rem;width:0.6875rem;top:19.59375rem;left:26.9375rem;display:none; }
#LrEJ942EgTBg8TJEQhniAm3WpvIhtfS4 { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.6875rem;width:0.6875rem;top:19.59375rem;left:26.9375rem;display:none; }
#fonNPF8xX7Npe92Tk2W0dkS7bXHMHIoT { 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;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:0.0625rem;top:19.96875rem;left:14.4375rem;display:block; }
#aha6FgZvNaDdfXbzSDLhC5f7Geq7CSHH { 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:block; }
#ofF1gIW3yldJuOD0AqW5ERpfpm9S3tH6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CrBtXbXS9FfhVG4RKlnEBczdiXUgGhAD { color:#000000;display:block;width:15.25rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.38139375rem;top:15.8125rem;left:49.5rem;display:none; }
#CHfTJ5T4GS5LEE1qq1wx3c9R2nHHHXIb { color:#000000;display:block;width:15.25rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.38139375rem;top:15.8125rem;left:49.5rem;display:none; }
#vgbKUgvgDfM6iyAmn8JmQLx1daV1fFFd { color:#000000;display:block;width:15.25rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.38139375rem;top:15.8125rem;left:49.5rem;display:none; }
#QRmKkGlLUfnwIvZpvgoX0g78VBNwK3Dd { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.6875rem;width:0.6875rem;top:19.59375rem;left:26.9375rem;display:none; }
#OwFVl3dtFxMerAQyVbGasMXn63b19Alh { 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;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:0.0625rem;top:19.96875rem;left:14.4375rem;display:none; }
#qBkBvohBV7ZM6sP8RuO882ls9mTK1Rya { position:relative;display:none; }#qBkBvohBV7ZM6sP8RuO882ls9mTK1Rya { border-width: 0; border-radius: 0; }#qBkBvohBV7ZM6sP8RuO882ls9mTK1Rya > .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; }#qBkBvohBV7ZM6sP8RuO882ls9mTK1Rya > .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:23.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; }#l22we92fO2ZHPUFNXI2iUZSlQc7og9yr { color:#000000;display:block;width:25.0625rem;position:absolute;font-family:brown;font-size:1.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9624rem;top:2.9375rem;left:24.96875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OqwGiTfzcTW6U25DNcucfVtyg0J2yIpG { color:#000000;display:block;width:10rem;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:19rem;left:25.1875rem;text-align:center;text-align-last:center;display:none; }
#JNgAnxBifEuvoUMT8VxawpnlG6zrTuO7 { color:#000000;display:block;width:10.25rem;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:19rem;left:39.4375rem;text-align:center;text-align-last:center;display:none; }
#qMhBN1SyTqCaHBtWRN8dQkyZ2eTTGGFh { 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.625rem;width:7.9375rem;top:7.5rem;left:25.125rem;display:block; }
#IkssE9GIbQBqDSpTvCVOnmrik9A5PcK0 { color:#000000;display:block;width:10rem;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:19rem;left:25.1875rem;text-align:center;text-align-last:center;display:none; }
#J2kNTnsneXTF7BeyEZ8RXt6ha0TqlZWc { color:#000000;display:block;width:10rem;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:19rem;left:25.1875rem;text-align:center;text-align-last:center;display:none; }#J2kNTnsneXTF7BeyEZ8RXt6ha0TqlZWc li:before{  }
#bfeIa72UDisGOd8KWv3teoAqFyF8ecQq { color:#000000;display:block;width:10rem;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:19rem;left:25.1875rem;text-align:center;text-align-last:center;display:none; }#bfeIa72UDisGOd8KWv3teoAqFyF8ecQq li:before{  }
#x72DAFbabUmnvVTM55dKm9A90CQwpmG6 { color:#000000;display:block;width:25.0625rem;position:absolute;font-family:brown;font-size:1.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:1.86865rem;top:2.9375rem;left:24.96875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#x9SD13nwIwMW9pEUbGCkG5nx3ECMzVQb { 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; }
#cQ3op7qZJ328TrBK0AJX6D5tzw7NWSFK { 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; }
#b1hDCuh9FepAHUIQcRFNCOWRaEow9TFf { 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.625rem;width:7.9375rem;top:7.5rem;left:25.125rem;display:none; }
#Gw7ZOBctLDTwfbZclyxHPwrDKLwuQoTI { 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; }
#o3xp1b5I5WgNaWzZbo0QNoIilvHAmDXK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OVA2vpv7xJVd2aItNhbomMGDb1d5fKMg { position:relative;display:block; }#OVA2vpv7xJVd2aItNhbomMGDb1d5fKMg { background-color: transparent; background-image: none; }#OVA2vpv7xJVd2aItNhbomMGDb1d5fKMg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVA2vpv7xJVd2aItNhbomMGDb1d5fKMg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVA2vpv7xJVd2aItNhbomMGDb1d5fKMg > .row .container > .video-iframe-container { display: none; }#OVA2vpv7xJVd2aItNhbomMGDb1d5fKMg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVA2vpv7xJVd2aItNhbomMGDb1d5fKMg > .row > .video-iframe-container { display: none; }#OVA2vpv7xJVd2aItNhbomMGDb1d5fKMg > .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); }#OVA2vpv7xJVd2aItNhbomMGDb1d5fKMg { border-width: 0; border-radius: 0; }#OVA2vpv7xJVd2aItNhbomMGDb1d5fKMg > .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; }#OVA2vpv7xJVd2aItNhbomMGDb1d5fKMg > .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; }#ByFh8cbTZWA1N5n5A4QLeH3Ooz6t022U { 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; }
#oWFp1mugyJV68oSkno3Ahv8wRzdgk2S4 { 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; }
#NlvJUZbveI2cMvgFu8JhrAgIhr8Nz61P { 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; }
#N0wW9bm7X2FryQG83r4St6dzJMqMdnnW { 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; }
#PeCuI0II2gshDlh5WteqT0P1eNVN0ocx { 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; }
#ABHHgu40cTkWRX75mvceEAgpVq5CDRZl { 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; }
#V7kFyA0ofIaygeblPCdUqHy15SC2TiRl { 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; }
#Pgfr4LSHFZKEmXdTN7GuxhKxHxCragVu { 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; }
#UJMW7vEKP25HWykIltK1Iewkx9tzHtku { 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; }
#xUkqK61GHFveZRoHDLidxgmafqEZ4mOF { 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; }
#PIutyAZbnZZRITH22114m4MzBTsObeO4 { 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; }
#WHq1fgusCE5XsQsUEw7d168CSZpC0iTk { 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; }
#tRGknuvGMmpz4A0vwwRv4FrfWBLU4dXh { 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; }
#haun71xfNaqlaTusavO0GUtcgqF3vGyg { 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; }
#VJm3W3xZa4QKbPknSinKWmGEpFk3X56l { 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; }
#fJxgqkmi6F1f7KbTOTJTWHmJwx39vBbq { 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; }
#Ffwf2McgNNZ5Bhi7Dpy0hFoMiBmx90eT { 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; }
#VfIZPaTiXa3hq3i0SvNwpzepnA2rzT38 { 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; }
#ccg3sHhovrAtguHS9VUeT9gg6E6k5S7f { 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:5.6860375rem;top:9.375rem;left:52.5rem;display:block; }
#suQeV0ikTNcR6R3aivTTPFxnsDIILDPu { 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; }
#zDDT4C1UluQDngLq6pLgMID6LJxtXqGb { 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; }
#UaU2qG5SDd26W9NsOZyr2h3xKzXutMzt { 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; }
#XShfNFiTsBIshh6eW7QEk4IZdOI9vyKM { 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; }
#PpaafbtO5U6nwORL96w1sM0N5NhDLcqQ { 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; }
#dlyGRFzs2EySGO4d1pGDQApo0B8XqViM { 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; }
#ok4zqUwQL908fThifCzaB582mkDPDuQu { 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; }
#TiIaRH6XxrDnf4zxzmDgrqXxhedXMPQh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H88DU4PAwbDCoMlOHm9E1AdDqBBpGXxH { position:relative;display:none; }#H88DU4PAwbDCoMlOHm9E1AdDqBBpGXxH { border-width: 0; border-radius: 0; }#H88DU4PAwbDCoMlOHm9E1AdDqBBpGXxH > .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; }#H88DU4PAwbDCoMlOHm9E1AdDqBBpGXxH > .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; }#MDVMzUb7Z3TvTsDCprLQdUrFLOlPl3Qy { position:relative;display:block; }#MDVMzUb7Z3TvTsDCprLQdUrFLOlPl3Qy { background-color: transparent; background-image: none; }#MDVMzUb7Z3TvTsDCprLQdUrFLOlPl3Qy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDVMzUb7Z3TvTsDCprLQdUrFLOlPl3Qy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDVMzUb7Z3TvTsDCprLQdUrFLOlPl3Qy > .row .container > .video-iframe-container { display: none; }#MDVMzUb7Z3TvTsDCprLQdUrFLOlPl3Qy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDVMzUb7Z3TvTsDCprLQdUrFLOlPl3Qy > .row > .video-iframe-container { display: none; }#MDVMzUb7Z3TvTsDCprLQdUrFLOlPl3Qy > .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); }#MDVMzUb7Z3TvTsDCprLQdUrFLOlPl3Qy { border-width: 0; border-radius: 0; }#MDVMzUb7Z3TvTsDCprLQdUrFLOlPl3Qy > .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; }#MDVMzUb7Z3TvTsDCprLQdUrFLOlPl3Qy > .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:block; }#QXG73C6mg0WURumOqTxM9eSkcqfwfXrF { 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; }
#qfDo5LwnJHBoi6f0FVZ7cqPebydpuD4B { 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; }
#HFDUOBOnT70uCHNGOm69V2UKgQlQTkyy { 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; }
#FAU59R5Lbfgk542nXy6XpZkZmQqRdtCX { 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; }
#qbM2U8EFWuCoDOHREplQTFd35ss3Asez { 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; }
#vFxHXMQCUA3fXffTmacrf6nftVRz6eTN { 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; }
#W1XrTrXIzn0aTAhgLitpNizC1G5OHNmL { 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; }
#QO3eElKZnvTKqRVn9Z2dr46NFxfcxDwP { 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:53.9375rem;width:25.375rem;display:none; }
#aw1832XWrWddPrWUHvd6k596vA6eCNsU { 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; }
#Bnuzud84bDZF5PMw8125cyXdCHoEfisP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF { border-top:0.0625rem solid #000000;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF > .row .container { background-color: transparent; background-image: none; }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF > .row .container > .video-iframe-container { display: none; }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF > .row > .video-iframe-container { display: none; }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF > .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); }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF > .row .container { border-width: 0; border-radius: 0; }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF > .row .container { font-size:0.875rem;font-family:arial;height:9.2734375rem;width:75rem;position:relative;display:block; }#SkTDq0SqtzH18MQUXTZHOT4n2FvsuuXP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.875rem;top:4.0625rem;left:33.9375rem;overflow:hidden;display:block; }
#WwK6Cg95WhGako3FlQchTuGteTvyLpVC { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.9375rem;top:4.0625rem;left:36.4375rem;overflow:hidden;display:block; }
#l2AFiCTFQ1xnTNiLWaTrF5GlXFrB2GCX { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.125rem;top:3.9375rem;left:38.8125rem;overflow:hidden;display:block; }
#oN3wfGUGTpFVPzZf1Q3cRq6DTV3nVktN { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:6.5rem;left:0rem;height:1.13725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vH2dCKk68TBZ3HT0SAxbLCnoAIap2Tkp { position:absolute;display:block;z-index:15025;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.5rem;width:7.5rem;top:1.6875rem;left:33.6875rem;overflow:hidden;display:block; }
body { position:relative;display:block; }
#IUmJ5qCE9P18d0oC8dIBok1TezkXlAsW { display:none; }#IUmJ5qCE9P18d0oC8dIBok1TezkXlAsW > .row .container { width:47.75rem;position:relative;display:none; }#SMw1QRrJXxuSzXho7ChngwXT2XM0Uydx { width:17.5rem;height:3.4375rem;top:17.9375rem;left:0rem;display:none; }
#iE0qTTcJFKCzrTFt1GaxKde3c6x728mO { display:block; }
#fFmsvow8Sq5T26bcrmUK8VMOBKrrcHfr { top:0.625rem;left:16.5rem;width:14.875rem;height:2.9956597222222rem;display:block; }
#WlA3vaWwmAxSahpVOzDJ5Ds8bEGnv7sC { display:none; }
#fUhH7n15TbEuL9GcecDb59rXVKw56zqm .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fUhH7n15TbEuL9GcecDb59rXVKw56zqm .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; }
#fUhH7n15TbEuL9GcecDb59rXVKw56zqm .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; }
#fUhH7n15TbEuL9GcecDb59rXVKw56zqm { width:13.5rem;height:5.0625rem;display:flex;z-index:1;display:none; }
#fUhH7n15TbEuL9GcecDb59rXVKw56zqm #kDfTcCpTBOug60fz2mNNs6W5SvGnI9UT { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#fUhH7n15TbEuL9GcecDb59rXVKw56zqm #whS43SDtXcqtissVIq7KB6rQgonAHVpN {  }
#fUhH7n15TbEuL9GcecDb59rXVKw56zqm #VSzz93MqPyT9xkLRMNQLamT5iHC0WHiZ {  }
#fUhH7n15TbEuL9GcecDb59rXVKw56zqm #HlT0qLlESpSnfmayP6o2Q69J0u9DNP2R { display:flex;position:relative;top:0rem;left:0rem; }
#fUhH7n15TbEuL9GcecDb59rXVKw56zqm #foEpCMTq5IwTKeyMLD7WE2vPNNlTJT75 {  }
#fUhH7n15TbEuL9GcecDb59rXVKw56zqm #rNw2xK77og2XlITRXfylnzB5JEZgL0FH {  }
#fUhH7n15TbEuL9GcecDb59rXVKw56zqm #g57t41Vhk9r0O5EKDuO2XCX6Hyty3rNn { display:flex;position:relative;top:0rem;left:0rem; }
#fUhH7n15TbEuL9GcecDb59rXVKw56zqm #s7qffXFGX90SzpGQmvXcVUorq3WR6ieM {  }
#fUhH7n15TbEuL9GcecDb59rXVKw56zqm #rCMNnlgTylzV6vNZ8s33vo96ciZ20FMU {  }
#fUhH7n15TbEuL9GcecDb59rXVKw56zqm #IEAy3JVcFgAZMP9Kht7CafHDfvVBxldf { display:flex;position:relative;top:0rem;left:0rem; }
#fUhH7n15TbEuL9GcecDb59rXVKw56zqm #MZ8WZGlcwGNalPEvDw5kKsBU8qCHfC82 {  }
#fUhH7n15TbEuL9GcecDb59rXVKw56zqm #oVgeJrizpoDAsANtENqhy64JTUH9Ze49 {  }
#a5wLahK6qoz4me73LwKrrKe8ygAA3VVz { top:0.625rem;left:0rem;width:11.0625rem;height:1rem;font-size:0.9375rem;display:none; }
#Srcs2IDzemoWnx8EkRiairOSaq4LJHI9 { display:none; }#Srcs2IDzemoWnx8EkRiairOSaq4LJHI9 > .row .container { width:47.75rem;position:relative;display:none; }#tnxRtxTlg2hTziivoyzwd6JNQ6n9ENPT { display:none; }#tnxRtxTlg2hTziivoyzwd6JNQ6n9ENPT > .row .container { width:47.75rem;position:relative;display:none; }#c3CacGSQAo4QMeTnz1gU7bTNm5XQpmdn { top:0.8125rem;left:0rem;width:12.6875rem;height:2.0625rem;font-size:0.8125rem;display:none; }
#DTrOr1cIAP1FuDWTnU6aovBTTBDxXpnP { display:none; }
#GQ0Eey3cfMetN2gMcio533Vq4Bkr46NW { display:none; }
#Qu9NRnmwlAx000FRwTKWhIbd6AOemCGH { display:none; }
#kHB1Qeo8FJyhToBs4OBbRfEmasVQhWHU { display:none; }
#FfiP7h9W4ckx5x0oeuxeU3cMyHn6zE86 { display:none; }
#WGOQ6L2EuTWLvAmfn0KFbWsd0yNX1MD0 { width:0;height:0;display:none; }
#MPett0TvabMWMEuI5ONemILHWbTwbtFG { display:block; }
#TBdryyIAmW3hqBpbvL1uhygBtNpE2SNT { top:2.75rem;left:0rem;width:18.875rem;height:6.6875rem;font-size:1.875rem;display:none; }
#AFvqwoLeOs8URGM3FyPim2dMUTlCuXmF { width:28.3125rem;height:3.0625rem;top:16.75rem;left:19.4375rem;display:none; }
#B0bsgMRAVincKa6e7yWDetROADXsFfxE { display:block; }
#VOe1Wq1r47CEUCtC2m86PkrS5XsRF4h9 { top:21.125rem;left:19.1875rem;width:28.5625rem;height:9rem;display:none; }
#C2SRZftFOfFKn97AQyWEhFmU8lqaTlR9 { width:37.4375rem;height:58.5rem;display:none; }
#aADC7hQmTOSsf4fDUDNVRyOO4q9qkW0k { top:11.5625rem;left:0rem;width:6.625rem;height:1.5625rem;font-size:0.625rem;display:none; }
#KSTMc9pVP4utpGClekmgU7QevfTCPLrS { top:36.25rem;left:0rem;width:10.3125rem;height:1.9375rem;font-size:0.625rem;display:none; }
#vgxrsS1aelO5Zq4Ahrz4m3EssoTQTUXn { top:18.25rem;left:0rem;width:7.0625rem;height:1.9375rem;font-size:0.625rem;display:none; }
#XDSVXPgdGJpolnNaeEaobMKawOZ3Fgrq { top:31.75rem;left:18.9375rem;width:28.6875rem;height:6.375rem;display:none; }
#VQfWoRQRTFv0yIFaeQHmky7zWTUZL4IP { top:31.75rem;left:18.9375rem;width:28.6875rem;height:6.375rem;display:none; }
#n3hebCNpaE7fu04pkfgfcJQvGd52wcTm { display:none; }
#OcTWCF9XUMS1yrmwPy3eIsn4oKW8N6fL { display:none; }
#LcLXwLTU1miJs4C1HIMAasxcO2kHzESO { top:31.75rem;left:18.9375rem;width:28.6875rem;height:6.375rem;display:none; }
#Vc1VSc1LKirXeEViILocKC9xxDHGoqP4 { display:none; }
#VxNNtIRWaG07eL32BSw8zPVBFAchHfbM { top:21.125rem;left:19.1875rem;width:28.5625rem;height:9rem;display:none; }
#Cnktv0eyyG360qOGl4iUTJdCgJSGr6Ri { top:21.125rem;left:19.1875rem;width:28.5625rem;height:9rem;display:none; }
#ytDKD739lEWEvvR91zT4MKa4Jq5y9Udw { width:0;height:0;display:none; }
#rdAatC5iSceX4xiQcEGfZ20myCTU4S4F { display:block; }
#mdHd2H9uugCys8UfivnQnSxlzZ3B6Aom { display:none; }#mdHd2H9uugCys8UfivnQnSxlzZ3B6Aom > .row .container { width:47.75rem;position:relative;display:none; }#zeBFScqBNxmiTElILvEeIzkySVp23Rfr { top:1.375rem;left:0rem;width:18.9375rem;height:4.0625rem;font-size:1.5625rem;display:none; }
#ysTkTHHOrvrpiNXPDQJWLE6efg2HtBi1 { top:5.9375rem;left:0rem;width:19.75rem;height:0.9375rem;font-size:0.875rem;display:none; }
#hVaExJw7oEffaTxdqiskiZ8vBq3dHwqP { top:31.75rem;left:18.9375rem;width:28.6875rem;height:6.375rem;display:block; }
#Pve2U3HSApDgGZziGwvwaDJDHpsFNnBk { top:32.8125rem;left:0rem;width:12.5rem;height:3.375rem;font-size:0.8125rem;display:none; }
#ADD3USJ6rpLFeS6QZN3cTTPLKtt2qEHy { width:31.1875rem;height:20.75rem;display:none; }
#CGiioQhnEyEusPXQSZpkwbnmKdoQKaTW { width:;height:;display:none; }
#BKMX665ITOkgFeIigq27G2ola4pioJIf { display:block; }
#UTLeQ3bALiKdTmEMcQmcwz04SKkQpRcP { top:51.3125rem;left:0rem;width:16.25rem;height:1.125rem;font-size:0.875rem;display:none; }
#J553izwvE6fNkUENkdoTGUSIatAppc76 { width:;height:;display:none; }
#QxnSzXn5e0cNSngoGCMoeLbLc8ndiLkx { display:block; }
#vG3x3sQ6k7BFomaV5rG2WuGQvQfTITIl { top:40.3125rem;left:0rem;width:19.5625rem;height:3rem;font-size:1.375rem;display:none; }
#hDA0RtcppNyglRysIlDTDnRDeQGMgeBk { width:18.4375rem;height:22.125rem;display:none; }
#A76hdvlNINTLG9HywOHVXxQw39Zzvdwz { width:13.375rem;height:10.25rem;top:4.1875rem;left:0rem;display:none; }
#cVREx8QtWTG2eea269TAQFTgtixonuci { top:12.0625rem;left:23.875rem;width:12.4375rem;height:13.3125rem;display:none; }
#eTgNfZxc73HN465spgvyd9eGyl74gkuk { width:27.5625rem;height:2.375rem;top:17.3125rem;left:20.1875rem;display:none; }
#knzyTktPUCS5mzUUun8dHn2INcobQMMn { display:block; }
#RsczpnE4Xv6KxvQg9W3CXQcJOhRJtAiM { top:8.4375rem;left:0rem;width:19.625rem;height:11.5625rem;display:none; }
#lhlbcJbT6k6cFRuxTZt3pVTqpMrEcyL2 { top:17.1875rem;left:7.125rem;width:7.875rem;height:1.125rem;display:block; }
#cBhqFfykyEzWHa68ODH6JXCsowmtuEii { top:17.375rem;left:8.6875rem;width:5.9375rem;height:0.875rem;font-size:0.6875rem;display:none; }
#CSeTgMl22d08N3KrO6NtwMi5JUQRX0XE { top:17.25rem;left:7.5rem;width:1rem;height:1rem;display:none; }
#aodCNEs0u7qEhcRRl9TMGRKWyvr5PEi8 { top:11.5rem;left:0rem;width:19.4375rem;height:4.8125rem;font-size:0.9375rem;display:none; }
#ibun9k44KBTyuF3Up40x4y0301NUHuVO { top:17.25rem;left:2.1875rem;width:5.3125rem;height:1.1875rem;font-size:0.9375rem;display:none; }
#snHWoqC3tvJytszTDBrlWwbhFoPBFGG9 { width:1.125rem;height:1.0659719295843rem;top:17.1875rem;left:0.4375rem;display:none; }
#Bh7LwGprGozRTMBqTGwR7auo9mTvI0OH { top:9.4375rem;left:3.9375rem;width:1.125rem;height:1.125rem;display:none; }
#bkIc6ZnbDhr33AXBu2XWCblhgxW6TS3U { top:9.4375rem;left:2.6875rem;width:1.125rem;height:1.125rem;display:none; }
#wSD0HKWSSx6ZMTWf5NhoK3ZFEVWxznMG { top:9.4375rem;left:1.5625rem;width:1.125rem;height:1.125rem;display:none; }
#rwvZlzSdBniMk3QZvPR8HoW4u5Kuo6LV { top:9.4375rem;left:0.375rem;width:1.125rem;height:1.125rem;display:none; }
#aArsi81dbp8PLeXWHyPkLT4iEOx8EUX6 { top:9.4375rem;left:0rem;width:1.125rem;height:1.125rem;display:none; }
#VTLJAz1QqOKv313T9kMhaNBCHzR8syvT { display:none; }
#OVT73NFKDkE8l4BdUBxKFuFplfscBMQO { display:none; }
#DiwJFE5fHWaW8VOnS7ADMyyF6JFURm85 { width:15.3125rem;height:14.875rem;display:none; }
#OC7AuVPuAiCnNQUdx9HUAFTg6utT7pHg { width:0;height:0;display:none; }
#Qb0XmMhOtSmqqcGbTqAIwot7gWOVu97x { display:block; }
#N8M1hlXN54N5GQLII77AzUTKC2e3Hwkb { display:none; }#N8M1hlXN54N5GQLII77AzUTKC2e3Hwkb > .row .container { width:47.75rem;position:relative;display:none; }#ziAr3tu4TfLoxo5EBbc34pD5iRSDJz5U { top:18.3125rem;left:0rem;width:9.5rem;height:2.4375rem;font-size:0.9375rem;display:none; }
#H473OwnHsCQsQB0PvPk8i9MLfvbPCX49 { top:29.875rem;left:0rem;width:4.375rem;height:15.375rem;font-size:1.1875rem;display:none; }
#bEzA3M53PP9d22r66P5vUbgxvULImWau { width:17.5rem;height:3.4375rem;top:29.125rem;left:0rem;display:none; }
#mWoHtlHe3rOVQFeb2GTkdlZbzPDLFaaQ { display:block; }
#wapFpazbsG70i11yhBl2vLEEslDQ0Mpa { width:13.5625rem;height:24.3125rem;top:1.4375rem;left:31.5625rem;display:none; }
#aWmXiJdbWnZCn1HzCThkKNqs3PkaEIQB { top:18.3125rem;left:0rem;width:9.4375rem;height:2.0625rem;font-size:0.875rem;display:none; }
#R6MRQwl9SzboCX1fTpJiM6smhEUR8rzA { top:25.6875rem;left:0rem;width:8.75rem;height:7.6875rem;font-size:1.1875rem;display:none; }
#GlCiDlbLqZMgF9FWkOfK9rFN8bZ15y55 { display:none; }
#DTo3ovORsAvv9kSPQAFg9uo3rVEM5vCd { width:17.5rem;height:3.4375rem;top:29.125rem;left:0rem;display:none; }
#eF3eziA65mTdIHz8K3Nx1szt2bblT6Kd { display:block; }
#PMPVvzPBy25qrATegSMGZT9fczxIy60N { top:5.3125rem;left:0rem;width:10rem;height:2rem;font-size:1.5625rem;display:none; }
#AFrutXZlDcKVpiBISTCXH2HZrXNHEP8n { display:none; }
#pTZTex6R6tl4bHiUeaG5Jc7NV7fm7TW2 { display:none; }
#bFuXRQWwNpRcNf88ryyqhXhPpepiz7Ly { top:5.3125rem;left:0rem;width:8.125rem;height:2rem;font-size:1.5625rem;display:none; }
#q22F9p971Hw0PAPXhim9iexQ1LiV31oq { width:17.5rem;height:3.4375rem;top:29.125rem;left:0rem;display:none; }
#kxB5l4MGFEG4JNORaXgPGdaB0isyQee7 { display:block; }
#JT2K9IHCT2ANlmF5yOTuk83xVVnGTwdd { top:22.6875rem;left:0.75rem;width:5.625rem;height:1.4375rem;font-size:0.5625rem;display:none; }
#cLXzD1hi7V2sSmoKrUIM99n4sz6Ioes1 { width:17.5rem;height:3.4375rem;top:29.125rem;left:0rem;display:none; }
#UetOFdOrKE6PtDIh2MktevKkoNoqbWxq { display:block; }
#kn9fvHXpOHQVT8y4HTz35k59J8gGztHR { width:26.3125rem;height:32.5625rem;display:none; }
#w3KwsFS9KBnV9ImTmwcgbpUKqsWc4rCE { width:11.625rem;height:1.7405048771097rem;top:5.875rem;left:0rem;display:none; }
#T0hVioBW2Vkk0pgwe7hFyFZSVswsyNmb { width:11.625rem;height:1.7405048771097rem;top:5.875rem;left:0rem;display:none; }
#BfkxlcQExbETgsQPVwRmU6ips3WxrNCI { display:none; }
#CDnvWvkegl8mdeIpFXs5OXxFoSyTqpxp { display:none; }
#hAw6Rq2eohiO0EvE36oJiD4AtbKLN917 { display:none; }
#mtJgJw858JdiJJn6XDHq1VaZOswOhJGh { top:17.5625rem;left:0rem;width:7.5rem;height:1.9375rem;font-size:0.6875rem;display:none; }
#csblIemT6TIRtdeDLiTrQCs2LqcETVuZ { top:19.25rem;left:0rem;width:7.6875rem;height:1.9375rem;font-size:0.6875rem;display:none; }
#x3noqbCry2Q3xatcQRLZnRJ4fxxzxTKA { top:20.875rem;left:0rem;width:7.5rem;height:0.9375rem;font-size:0.6875rem;display:none; }
#bDZ3XZmG4WEn3Lu62gM2g5TLOpIbU3fG { display:none; }
#XIfStK1yTHkX1zz7Jgl8MHtZg8fc6TSg { display:none; }
#PyWEflKc49LmSpHxbWUTSZ4G3EkG29hr { display:none; }
#FggO46SMQhUeq8JvyV4hkVnFTs2daUOu { display:none; }
#D6UA6leEGXBRMtpxZ0L6B5TenTWydfsb { top:20.875rem;left:0rem;width:7.5rem;height:0.9375rem;font-size:0.6875rem;display:none; }
#evM9xnTI4h7PFDwRqV2FL9XO8a7ZEDrU { top:19.25rem;left:0rem;width:7.6875rem;height:1.9375rem;font-size:0.6875rem;display:none; }
#FURyoHo2QwuPNfJFk0O8SOI8wi6zDhpa { top:17.5625rem;left:0rem;width:7.5rem;height:1.9375rem;font-size:0.6875rem;display:none; }
#vSZNB20VGXupIuf2a5Rfyh28tx1qWkBF { display:none; }
#Wa3yQQHTB533u1175eBu2ZImTRHsQFJh { top:3rem;left:0rem;width:19.8125rem;height:1.6875rem;font-size:1.3125rem;display:none; }
#q80eWOIaZIC0JTay2u2pEpw6ZTSqveLs { width:0;height:0;display:none; }
#xxW36WRUdkT02uySUzo1ueHC0aR06oZw { display:block; }
#rakUNUU8v6W9viWLTd9bMio54Lhkc7iW { top:12.125rem;left:0.0625rem;width:6rem;height:11.625rem;display:none; }
#O8s6NcrWPsLLSqeDF9ZpiTzsuXQFoZtn { top:12.0625rem;left:23.875rem;width:12.4375rem;height:13.3125rem;display:none; }
#m7Gsvl8PzJid510stMU7Jvu7JwBQISXP { width:0;height:0;display:none; }
#gM5hQvFcAA4GxH9o7gWKpHVNDnw6BTEO { display:block; }
#T5XrzdWak7M2Q0BP2rE9gNl0xPdDtiuS { width:0;height:0;display:none; }
#JS2WW3PLPWRvuWhQH2wBRnJQmuzIyXQG { display:block; }
#iMHHHZDSrbLSykg9CoHMJMytWLnbqW0T { display:none; }#iMHHHZDSrbLSykg9CoHMJMytWLnbqW0T > .row .container { width:47.75rem;position:relative;display:none; }#tsLpX0zmkECz3TTU8Vk0LrwROQ3owFvL { width:27.5625rem;height:2.375rem;top:17.3125rem;left:20.1875rem;display:none; }
#w1SpplQknawRMUlcnHkwpEefvglh8xL1 { display:block; }
#yL3SNwlSF9F9S13iEVrk7Puc9CBtvTUw { top:21.5rem;left:20.125rem;width:27.625rem;height:10rem;display:none; }
#KNwzkULWJuCsuLwxeDeKGxEwzCWnG8xL { top:21.5rem;left:20.125rem;width:27.625rem;height:10rem;display:none; }
#bL4xrrclTF1bb9DZWqT32qPhC9TUut3s { top:23.125rem;left:0rem;width:6.375rem;height:1.75rem;font-size:0.75rem;display:none; }
#WKUtr5pWPJ6xKTSHx1WeJAuhb1vQ8rbZ { top:25.6875rem;left:0rem;width:6.625rem;height:1.75rem;font-size:0.75rem;display:none; }
#J0UNoNg4eZneN1xVXrpMLfNfg5iG4qre { top:28.25rem;left:0rem;width:6.5625rem;height:1.75rem;font-size:0.75rem;display:none; }
#qKbABRe5bvhzTLyXTJKlrotkE6mxTrZr { top:21.5rem;left:20.125rem;width:27.625rem;height:10rem;display:none; }
#cbGQN6I5OND7eTGXgOLTOIFGEuqRzLzX { top:21.5rem;left:20.125rem;width:27.625rem;height:10rem;display:none; }
#du3GyHhnUI8N3F5fJ9NCL9haff6GUSV9 { top:20.625rem;left:0rem;width:5.8125rem;height:1.75rem;font-size:0.75rem;display:none; }
#ETMKvT1KM0Cun6yO43TO72LoT4vVRxuL { top:21.5rem;left:20.125rem;width:27.625rem;height:10rem;display:none; }
#EXfxPegQFATM0CHQaiTMeQkLHIM2tsnv { top:0rem;width:;height:;display:none; }
#LQ7pTKgT2Azs9lV5HosD8a8X8syUdduL { top:0rem;width:;height:;display:none; }
#Lhnp0RZ8OTfF5AIyDg9Digodo2nEtaRq { top:0rem;width:;height:;display:none; }
#L5mRHcVUsxS1OcGfnqt9w38eh76seXvX { top:17.9375rem;left:0rem;width:5.8125rem;height:1.75rem;font-size:0.75rem;display:none; }
#UJKmfgpOBVtPsfOGLCGMLMPctvqCOSGU { top:21.5rem;left:20.125rem;width:27.625rem;height:10rem;display:none; }
#AsBG7fvv4dgKSqGhSb9mRglz3bkWb6h8 { top:21.5rem;left:20.125rem;width:27.625rem;height:10rem;display:none; }
#zEql5dGlzBfZuNVlmsCRN5Jcc9BDCyVF { top:0rem;width:;height:;display:none; }
#NEXC5Rdi2qVIH8M7F9hUlRc7p1oQTHze { top:13.375rem;left:0rem;width:4.25rem;height:2.4375rem;font-size:0.5625rem;display:none; }
#EnOJudKD6u0I6d6cwmSZNRgUeeRGG341 { top:13rem;left:0rem;width:3.75rem;height:1.4375rem;font-size:0.5625rem;display:none; }
#Kq9Um7OLTJLnHJLwqUU6qzqFPaTpMq8L { top:13.4375rem;left:2.43701171875rem;width:3.75rem;height:2.1875rem;font-size:0.5625rem;display:none; }
#dd11rgPukfTBQF0DAJOXKiu3UG5NAgNZ { top:15.375rem;left:0rem;width:5.8125rem;height:1.75rem;font-size:0.75rem;display:none; }
#lXQAVwvlWX3ytQMLvyvZUzhCUc1P4g1o { top:0rem;width:;height:;display:none; }
#mwMUbGcaARHZJPZmbAGqZIUbh0HE6mGF { top:0rem;width:;height:;display:none; }
#tbMoCpy7dGBpMI9kBy02ElZ9TLQwPoOO { top:21.5rem;left:20.125rem;width:27.625rem;height:10rem;display:none; }
#Ic22zgFOtWkCgLbKMwE7bXc9zkrkLmlX { top:0rem;width:;height:;display:none; }
#bxMoTKBAextJW2PqOCDZbUKCsTsMF9oS { top:3rem;left:0rem;width:18.9375rem;height:4.0625rem;font-size:1.5625rem;display:none; }
#HxmKg4mmoltvRwrnePnbWCmzdAa0Ft0s { top:1.5625rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:none; }
#T7VWfdUaZ7libnOk7ONhG6TkLHZ07Lzu { top:0rem;width:;height:;display:none; }
#i6HZft38AkaJctVbWu8gRtzkuuViErWF { top:0rem;width:;height:;display:none; }
#sNumk1CWu8e0Sw2AoAouhBeOVg0VFz6z { top:21.5rem;left:20.125rem;width:27.625rem;height:10rem;display:none; }
#rBePq7POEMiPDzM5s9AveGVszhq8od38 { top:21.5rem;left:20.125rem;width:27.625rem;height:10rem;display:none; }
#tZzKdCot5qCVBpKt5b22T212OXavuIXi { top:0rem;width:;height:;display:none; }
#XPTLDvvS2xDhxEwnE3LTNgvdizsdSerq { top:0rem;width:;height:;display:none; }
#XAPl80lRBm1bbBRV1tZqtQVUraXydCk5 { top:31.125rem;left:0rem;width:6.5625rem;height:1.75rem;font-size:0.75rem;display:none; }
#twfZOMUTcI6SQIWVw3cEVf8MIltRgfRA { top:33.9375rem;left:0rem;width:6.5625rem;height:1.75rem;font-size:0.75rem;display:none; }
#ZpbTd4ZdCwAqasUXaUFGqHhGADqXwLTH { top:21.5rem;left:20.125rem;width:27.625rem;height:10rem;display:none; }
#oB1eC1AW6z3KmaET6VAoehvLrOSN4LLi { top:21.5rem;left:20.125rem;width:27.625rem;height:10rem;display:none; }
#uy2w5ismgdbmAXtHn03MZ2oSTkO1IWxJ { top:21.5rem;left:20.125rem;width:27.625rem;height:10rem;display:none; }
#HqOsPkaE5q1D4Jat7Rp2lWBSGyqczdT8 { top:0rem;width:;height:;display:none; }
#ccwSnyHRFzovMb6NiEbGrkkDDZcyvJVT { top:0rem;width:;height:;display:none; }
#kPTP7lJOvMzflxzgAQX9hFf4KpPgIZT4 { top:0rem;width:;height:;display:none; }
#EcVX8PqRa2HA7lW0elrDxpROT0KbMDx4 { top:0rem;width:;height:;display:none; }
#qkNSuybt8PytDGAyvhFJdlo55a3lDGm7 { top:0rem;width:;height:;display:none; }
#mRh6cnZgOhaGpGmBzB3IbmFmuoFvTkpe { top:0rem;width:;height:;display:none; }
#wc6imsWwgKGpx8qqWDZuRSwKCXBdpkxk { top:0rem;width:;height:;display:none; }
#THuxKp4plF9wioNZoT38Mt98HkVXa9kz { width:;height:;top:0rem;display:none; }
#QeBSeJTE9e1XdF6s46QTpsqG6cbAApSV { display:block; }
#ITHpkh0RLPRKTJRzsKMSMNPXOIDbfbN6 { top:12.0625rem;left:0.0625rem;width:6rem;height:9.4375rem;display:none; }
#klF1o7DdswBIOoNpC7agVhb6MCqA4VoC { top:0rem;width:;height:;display:none; }
#ulWfwUU1Tz0RzcHAPAT3X1oC7GzaHfnL { top:0rem;width:;height:;display:none; }
#uLA5TJ2tZwqpzozntw7wuXuTb1XsLso2 { top:0rem;width:;height:;display:none; }
#weIxWZulWFrWqGw7rX3W1AXNK8OcBLNT { top:0rem;width:;height:;display:none; }
#ITWU1dmTkDnzVvAqo6Qa9vubC9W4ssyC { top:0rem;width:;height:;display:none; }
#uIfyxHixOATF5JeQkmo96d1kKKwk7Tg3 { top:0rem;width:;height:;display:none; }
#AUNG4ozN6KlJosuJBoigRbNym5ieocCQ { display:none; }#AUNG4ozN6KlJosuJBoigRbNym5ieocCQ > .row .container { width:47.75rem;position:relative;display:none; }#cyLuHnldtVAWRD5hzKtAMdS9zWBmfLBg { width:12.1875rem;height:16rem;display:none; }
#vB3BAqIvkaMVdWTfEi9xm8OEzEz7hcRo { top:24.375rem;left:0rem;width:16.3125rem;height:1.125rem;font-size:0.875rem;display:none; }
#tlKITnUonzS7MXhTqwA3gZQTWfLzuoPy { top:2.625rem;left:0rem;width:18.9375rem;height:4.0625rem;font-size:1.5625rem;display:none; }
#FTM25puc5JnQWRmJTAWwR9MB6APTzgTF { top:11.25rem;left:0rem;width:8.125rem;height:0.9375rem;font-size:0.75rem;display:none; }
#WJTh1uCVVy2fLptw717IPJW5WUmSagJx { display:none; }
#MeinOvGeTRvA0hKZknhXIwrdmoCIKgGT { top:12.1875rem;left:0rem;width:8.5rem;height:2.375rem;font-size:0.625rem;display:none; }
#IFQRcJhHaqD6sraXBEd6fsRIRt9gLsiM { display:none; }
#vfsK076l4ZZl8MwiWP6Dz7V68OZ7scML { top:17.125rem;left:0rem;width:9.25rem;height:1.9375rem;font-size:0.75rem;display:none; }
#eQx3ktH0DK3wHZgBT08LNJRTXB4QVxTr { top:18.5rem;left:0rem;width:8.875rem;height:2.375rem;font-size:0.625rem;display:none; }
#iRT0M8bZ7ArwH2CTg9Th7HfHeAMosuSP { top:31.8125rem;left:0rem;width:9.25rem;height:1.5625rem;font-size:0.625rem;display:none; }
#wDMCa3SXEDgm0hTD0JsttzyMlIONNdXK { top:30.625rem;left:0rem;width:9.25rem;height:0.9375rem;font-size:0.75rem;display:none; }
#nsCUf1wXPThggc1CPxS4bwV8E8QHZBoJ { top:25.375rem;left:0rem;width:9.25rem;height:2.375rem;font-size:0.625rem;display:none; }
#vwRBHzZ8bvezpi2Wz2iPgu6UX8GhTEMo { display:none; }
#PFqFdVna64JI9bdxKufIkBVRxA9BmQTF { display:none; }
#ELhge8qtOmq7A2hOewLutL7dTiKcckDH { top:24.125rem;left:0rem;width:8.125rem;height:0.9375rem;font-size:0.75rem;display:none; }
#vo3OnVIqTivi4lyW4pUkTOgZnGGtaZTE { top:28.125rem;left:0rem;width:20rem;height:2.5625rem;font-size:0.9375rem;display:none; }
#CbHyq2fI5H699cdgfLAgHtuPGuOdpDxf { display:none; }
#xIBOBzetdG1rv6vNEowHOvQD2DHpR66E { width:17.5rem;height:3.4375rem;top:17.9375rem;left:0rem;display:none; }
#O6norERW3y07l6CfxGSiGvKf3hCBZoXC { display:block; }
#qTAyU450u0p5CPWsGBgD7boEf0os6QFZ { top:28.4375rem;left:19.5rem;width:28.125rem;height:5.6875rem;display:none; }
#yM3VqQiwWoLK7rl3TD31yO1gK7Snk97Z { top:38.75rem;left:0rem;width:12.625rem;height:1rem;font-size:0.8125rem;display:none; }
#rrkfxhaZo65pkBTQspVTAwpXwr4Bv4Zl { top:31.25rem;left:26.3125rem;width:21.4375rem;height:2.25rem;font-size:0.75rem;display:none; }
#Vzp1Hu5y7eO0zt9JihXlq9DAFVXTNg9T { top:28.8125rem;left:28.9375rem;width:1.0625rem;height:1.0625rem;display:none; }
#o1mrD224sLKWsPundWlJN42oVKupQ6MO { top:28.9375rem;left:23.875rem;width:5.4375rem;height:4.75rem;display:none; }
#qId444OCiZT3wuF1MrXIElq417KRJhxk { width:4.9375rem;height:6.55822177357rem;top:27.875rem;left:23.875rem;display:none; }
#XbL9UmkzzJugTG3d2B8TzoHfWVRAdDgJ { display:none; }
#Xo5HGudeIJLIc5KlEk0Tg40tbraQRpcc { top:12.0625rem;left:0.0625rem;width:2.25rem;height:9.4375rem;display:none; }
#eGuCxKwSD1rNewudzfOddWxQPHgv0DmM { top:12.0625rem;left:0.0625rem;width:2.375rem;height:9.4375rem;display:none; }
#qO1oZxoWxVpf2MLMlVS3xZ7iO7dPQfDq { top:12.0625rem;left:0.0625rem;width:3.5625rem;height:9.4375rem;display:none; }
#NgVzM8iPTzd6XPbqskiGExRRdbrBZFNU { top:12.0625rem;left:0.0625rem;width:2.25rem;height:3.5625rem;display:none; }
#FThtAkaciHuDD8XpZXtXNnOm60hy1H7E { display:none; }#FThtAkaciHuDD8XpZXtXNnOm60hy1H7E > .row .container { width:47.75rem;position:relative;display:none; }#J4gvh4X5frOsfHoZyZRwGn0JCp5LADwC { top:1.25rem;left:0rem;width:20rem;height:3.75rem;font-size:1.5625rem;display:none; }
#AhDK9qm0tqbQTQanRXQdpTrIhH2Umzle { top:5.5625rem;left:0rem;width:19.5rem;height:4.875rem;font-size:0.875rem;display:none; }
#OIIi141dehhcuNqmscEiT3576vhWlX5X { width:28.3125rem;height:3.0625rem;top:16.8125rem;left:19.4375rem;display:none; }
#mkctJf1fXb1k9NSLTmA3O6aQHBbwbQ5L { display:block; }
#bH7vlyDCqlLE8TPpegMGierJurianR10 { top:4.8125rem;left:0rem;width:30rem;height:34rem;display:none; }
#Bp0zDTaarCC9TCLcE7PeCnugLlHooA4a { top:1.25rem;left:0rem;width:28.0625rem;height:28.0625rem;display:none; }
#hRXRJbiKy3EKa2Dt3fs12T3cKGia9Ud5 { top:31.75rem;left:18.9375rem;width:28.6875rem;height:6.375rem;display:none; }
#OLgNd73VcXZwT2HTHIb54knMtG0InTvA { top:34.375rem;left:0rem;width:14.25rem;height:4.5rem;font-size:0.8125rem;display:none; }
#a4IaCkiCSJiB82aI9egs8CunwChvMZxC { width:4.0625rem;height:5.4375rem;display:none; }
#A2CATPLzik0HhlTS2LvpgqWdzccFqTlt { width:17.5rem;height:3.4375rem;top:17.9375rem;left:0rem;display:none; }
#cTGLIQFuyAqIZU3MEMnZ1XBUd4WrTlHl { display:block; }
#qFrfJNiBHCgK4lahbSHO4zvxPUuR9ixf { display:none; }#qFrfJNiBHCgK4lahbSHO4zvxPUuR9ixf > .row .container { width:47.75rem;position:relative;display:none; }#LIFz2gyN1bp0Qva5f36yTLCDKv6Uhf74 { top:1.1875rem;left:0rem;width:20rem;height:3.875rem;font-size:1.5rem;display:none; }
#lGs90dl83Og1q2Spbip2GTq0XQcLl5TJ { top:5.3125rem;left:0rem;width:20rem;height:1.5rem;font-size:1.1875rem;display:none; }
#vTHHAReC92t0wWrO0OSi9vFTiKSRoQcO { display:none; }#vTHHAReC92t0wWrO0OSi9vFTiKSRoQcO > .row .container { width:47.75rem;position:relative;display:none; }#gzKDHS2S19KRmiXsCgVznb5n1Zatx0Re { width:9.4375rem;height:6.9375rem;display:none; }
#OGOy0L3U2QQGZyH0UypNipE9sycusleo { display:none; }#OGOy0L3U2QQGZyH0UypNipE9sycusleo > .row .container { width:47.75rem;position:relative;display:none; }#aXxcwK4JKPrfL1eoMmnHGe2mRLefV06b { top:1.4375rem;left:0rem;width:18.1875rem;height:3.0625rem;font-size:1.1875rem;display:none; }
#PqTAtERiAQqEEpI0aoE3TKSTT4BGhdTM { display:none; }
#emVasn5WOKw7Oc9car6FaT8w2Fmu1uyt { display:none; }
#H1lzQeB4bD0W3bXHGpQczTbFH4SpCAdT { top:7.375rem;left:0rem;width:12.6875rem;height:6.0625rem;font-size:0.875rem;display:none; }
#LCQxVLMrWO8THduz2QbeD58OxWHaTkOC { display:none; }
#XblG7qSSxcQIWViH3hXIgUgW1UJMFLTi { display:none; }
#LbVtHUJTNeilvBu6bodDlRP9xCtsrm0g { width:5.375rem;height:6.5rem;display:none; }
#ciGZVh91BLhSbG5ic59gEeLXOtQNd38t { width:17.5rem;height:3.4375rem;top:17.9375rem;left:0rem;display:none; }
#H09FJCfvhe2T6MD2UuWbQTPmPquQF9TP { display:block; }
#gpcnyKdDIVOV7WnJM831GMDnD5hOBbMk { top:27.375rem;left:0rem;width:12.3125rem;height:6.0625rem;font-size:0.875rem;display:none; }
#LU2V5C4bxAg7s5lyp2WPyep7sU0UloIN { width:5.4375rem;height:6.75rem;display:none; }
#zmspO4wA0pAFUx5I8MO67bky5U5Wr9dc { width:5.375rem;height:6.75rem;display:none; }
#AH9I15zKbrQEQytlMulMViZAPq77bENq { top:17.4375rem;left:0rem;width:12.5625rem;height:6.0625rem;font-size:0.875rem;display:none; }
#Un3cTdTXcZdgVlgWTvhdQnhEhhSDIhtA { display:none; }
#F2uIFHsclo7tCMPOhxouK0D3kvUhT5uP { display:none; }
#IZysHqzg99Gg0FEG0v17eZvbgyoB215G { top:37.125rem;left:0rem;width:12.4375rem;height:6.0625rem;font-size:0.875rem;display:none; }
#EzS2KgGm9BLcPGPIMUVceoVNDsNhqtcD { width:5.375rem;height:6.625rem;display:none; }
#miw8umBsJxL18RO50gKGVtEh1F3WKT6Q { display:none; }
#u4MmMSakuT1pdF1Otm6cV9eRO8t5Li4i { display:none; }
#w6R4PzzvZOLa5x43XiFrNiALIqORHyeU { top:19.5625rem;left:13.3125rem;width:0.6875rem;height:0.6875rem;display:none; }
#h3ibrnzWG2GKlJbphK0mzvMJVzBHzLzA { top:19.5625rem;left:13.3125rem;width:0.6875rem;height:0.6875rem;display:none; }
#H0sbKaw92tDOGkrcFwmMZOJbTam9CIBP { top:19.5625rem;left:13.3125rem;width:0.6875rem;height:0.6875rem;display:none; }
#TcTvdUpAXDC6EB7gI5C3DQLNkVEyV9F9 { display:none; }
#NJKaqW4qmGlMcqbDll4H62r7xXu2tDin { width:0;height:0;display:none; }
#n7KfFWA4Ke3KFomRZ0lUT3gdm5rkyUpC { display:block; }
#VGZuLhi8mEI9QC5pZKdUOaLuienB1nG6 { display:none; }#VGZuLhi8mEI9QC5pZKdUOaLuienB1nG6 > .row .container { width:47.5rem;position:relative;display:none; }#rxAzh2tsKGlbPmFEiAWv7Eo4Lr1cdq3Q { top:6.8125rem;left:0rem;width:16.3125rem;height:3.875rem;font-size:1rem;display:none; }
#v05LZMCNURfoduyVZWe9mTFBKeyiP8g3 { top:3.8125rem;left:0rem;width:20rem;height:1.25rem;font-size:1.875rem;display:none; }
#fs1suIyNTyLf8M8W2fgqNKFTucr3EtyI { width:46.75rem;height:32.875rem;top:0rem;left:0rem;display:block; }
#WzTm34Bl2KcTNLDCPVHneafD1XLpSltX { display:block; }
#A9zGlI0R5TWwagV19tMb9i5B1dyz2Vdh { display:none; }
#RmWxDzEngIXgCH7kZLyxkpkW131lCf7L { display:none; }
#PD2pfhndxCeF58vDnMkBrTSSqFqrsB0e { top:0rem;left:0rem;width:20rem;height:1.25rem;font-size:0.9375rem;display:none; }
#uqqzQIDonqc8kynKWIiNoJFH7VolZUuR { top:5.0625rem;left:0rem;width:20rem;height:1.25rem;font-size:1.25rem;display:none; }
#ZJFMupSDcLV9JJXoHGZ4QhJ9ohB8tm5X { display:none; }
#Dx4Izt8y52OrHBskTwgxPtRddS0b381Z { display:none; }#Dx4Izt8y52OrHBskTwgxPtRddS0b381Z > .row .container { width:47.75rem;position:relative;display:none; }#PybH8mwT9wXoekxRn3TFscqorhlNyw2F { width:11.5625rem;height:8.9375rem;top:4.1875rem;left:0rem;display:none; }
#MysCAOl10XLGGxt6Ev73aFz2q4OMiwvg { width:0;height:0;display:none; }
#wo81AyOcH2hkhTEpRq9TTHSsaEQT3T5F { display:block; }
#WusksI9izTTLrRcRQA9giJFlfhz2fA4X { width:18.625rem;height:14.1875rem;top:9.25rem;left:0rem;display:none; }
#WcMvPMBS5M2WyIQeZQVqGhFCvhtmnTol { display:none; }#WcMvPMBS5M2WyIQeZQVqGhFCvhtmnTol > .row .container { width:47.75rem;position:relative;display:none; }#gcMGwIEfGwCHilOzaormg2f83ISv9nMm { top:15.375rem;left:0rem;width:5.1875rem;height:1.25rem;font-size:0.8125rem;display:none; }
#EMCl91kcnekxBhze2Gqn2MkrslTQwPdo { top:7rem;left:0rem;width:19.25rem;height:1.375rem;font-size:1.0625rem;display:none; }
#Jb1nWWWQQNkAuuA1xEh83seC9nvnXIi7 { width:46.75rem;height:32.875rem;top:0rem;left:0rem;display:none; }
#J1kv2RNLULapOLPi44NrGGA8edf4SggP { display:block; }
#eBqbdlLMOdJhQbFFe0Hs5mPTPDTKosZc { width:9.875rem;height:9.875rem;top:2.3125rem;left:22.9375rem;display:none; }
#ghNvg3G4hv5aeg8U4RLXvmluWpoMFkC7 { width:9.875rem;height:9.875rem;top:2.3125rem;left:33.275001525879rem;display:none; }
#wpyhRxx69VB5ST0T0pJKVAG6Ve0ikyNG { width:9.9375rem;height:9.9375rem;top:2.3125rem;left:37.8125rem;display:none; }
#g5z2JsTGWwe7q8oJcTR2tXPg94Ot63A0 { top:15.375rem;left:0rem;width:5.1875rem;height:1.25rem;font-size:0.8125rem;display:none; }
#RVrHFStHK3Jm7zXkLglvB2akuJKr5PEq { top:15.375rem;left:1.125rem;width:5.1875rem;height:2.5625rem;font-size:0.8125rem;display:none; }
#z9iMVRTViBcFoXhNclabuFkGz8fRVoSy { top:4.0625rem;left:0rem;width:20rem;height:2.0625rem;font-size:1.625rem;display:none; }
#shCJUNITUr89NvZ5IarlcxFE7ul87KTA { display:none; }
#yv0bufNJ2RVL5ntzX41q0nFA5gE9GxTd { display:none; }
#eGA1RDCmTL6xQAgBaQups9F1SLRHdwTe { display:none; }#eGA1RDCmTL6xQAgBaQups9F1SLRHdwTe > .row .container { width:47.75rem;position:relative;display:none; }#cth3gtC2rpsUnnW1Gz4OlwKfPAO48JQH { top:2rem;left:0rem;width:17.125rem;height:1.6875rem;font-size:1.5625rem;display:none; }
#vdBDOx1pJTHTwlbgQxDu8xmeLdiQhQbG { display:none; }#vdBDOx1pJTHTwlbgQxDu8xmeLdiQhQbG > .row .container { width:47.5rem;position:relative;display:none; }#zgymqOMAsQHriNbhb3fCAxsbwHPbVTBr { top:3.5rem;left:0rem;width:7.5625rem;height:2.5625rem;font-size:1rem;display:none; }
#uzy9OzU0zvV4Vn6nHUWDgPvuvLQDO9Pr { top:19.9375rem;left:0.8125rem;width:0.0625rem;height:1.875rem;display:none; }
#PWwhp3kJEZMTdZskHatrwmmTttDNcTPz { top:19.5625rem;left:13.3125rem;width:0.6875rem;height:0.6875rem;display:none; }
#sEIrDRdeBDMc0ZoFhTw8QA4w5ux0ictu { top:19.9375rem;left:0.8125rem;width:0.0625rem;height:1.875rem;display:none; }
#tR5CZUu45BzbmSNudeP2pZNainSKDsMV { top:19.5625rem;left:13.3125rem;width:0.6875rem;height:0.6875rem;display:none; }
#LrEJ942EgTBg8TJEQhniAm3WpvIhtfS4 { top:19.5625rem;left:13.3125rem;width:0.6875rem;height:0.6875rem;display:none; }
#fonNPF8xX7Npe92Tk2W0dkS7bXHMHIoT { top:19.9375rem;left:0.8125rem;width:0.0625rem;height:1.875rem;display:none; }
#aha6FgZvNaDdfXbzSDLhC5f7Geq7CSHH { width:46.75rem;height:34.375rem;top:0rem;left:0rem;display:none; }
#ofF1gIW3yldJuOD0AqW5ERpfpm9S3tH6 { display:block; }
#CrBtXbXS9FfhVG4RKlnEBczdiXUgGhAD { top:9.4375rem;left:0rem;width:4.1875rem;height:2.5625rem;font-size:1rem;display:none; }
#CHfTJ5T4GS5LEE1qq1wx3c9R2nHHHXIb { top:21.4375rem;left:1.125rem;width:4.0625rem;height:2.5625rem;font-size:1rem;display:none; }
#vgbKUgvgDfM6iyAmn8JmQLx1daV1fFFd { top:14.625rem;left:0rem;width:5.625rem;height:3.875rem;font-size:1rem;display:none; }
#QRmKkGlLUfnwIvZpvgoX0g78VBNwK3Dd { top:19.5625rem;left:13.3125rem;width:0.6875rem;height:0.6875rem;display:none; }
#OwFVl3dtFxMerAQyVbGasMXn63b19Alh { top:19.9375rem;left:0.8125rem;width:0.0625rem;height:1.875rem;display:none; }
#qBkBvohBV7ZM6sP8RuO882ls9mTK1Rya { display:none; }#qBkBvohBV7ZM6sP8RuO882ls9mTK1Rya > .row .container { width:47.75rem;position:relative;display:none; }#l22we92fO2ZHPUFNXI2iUZSlQc7og9yr { top:5.5rem;left:0rem;width:17.4375rem;height:1.375rem;font-size:0.9375rem;display:none; }
#OqwGiTfzcTW6U25DNcucfVtyg0J2yIpG { top:9.3125rem;left:0rem;width:6.5rem;height:1.125rem;font-size:0.875rem;display:none; }
#JNgAnxBifEuvoUMT8VxawpnlG6zrTuO7 { top:9.3125rem;left:0rem;width:6.625rem;height:1.125rem;font-size:0.875rem;display:none; }
#qMhBN1SyTqCaHBtWRN8dQkyZ2eTTGGFh { width:7.9375rem;height:8.625rem;top:7.5rem;left:11.5rem;display:none; }
#IkssE9GIbQBqDSpTvCVOnmrik9A5PcK0 { top:1.875rem;left:0rem;width:9.6875rem;height:1.25rem;font-size:1rem;display:none; }
#J2kNTnsneXTF7BeyEZ8RXt6ha0TqlZWc { top:21rem;left:0rem;width:8.75rem;height:;font-size:0.8125rem;display:none; }#J2kNTnsneXTF7BeyEZ8RXt6ha0TqlZWc li:before{  }
#bfeIa72UDisGOd8KWv3teoAqFyF8ecQq { top:21rem;left:0rem;width:8.75rem;height:;font-size:0.8125rem;display:none; }#bfeIa72UDisGOd8KWv3teoAqFyF8ecQq li:before{  }
#x72DAFbabUmnvVTM55dKm9A90CQwpmG6 { top:3rem;left:0rem;width:15.0625rem;height:2.1875rem;font-size:1.6875rem;display:none; }
#x9SD13nwIwMW9pEUbGCkG5nx3ECMzVQb { display:none; }
#cQ3op7qZJ328TrBK0AJX6D5tzw7NWSFK { display:none; }
#b1hDCuh9FepAHUIQcRFNCOWRaEow9TFf { width:7.9375rem;height:8.625rem;top:7.5rem;left:11.5rem;display:none; }
#Gw7ZOBctLDTwfbZclyxHPwrDKLwuQoTI { width:0;height:0;display:none; }
#o3xp1b5I5WgNaWzZbo0QNoIilvHAmDXK { display:block; }
#OVA2vpv7xJVd2aItNhbomMGDb1d5fKMg { display:none; }#OVA2vpv7xJVd2aItNhbomMGDb1d5fKMg > .row .container { width:47.75rem;position:relative;display:none; }#ByFh8cbTZWA1N5n5A4QLeH3Ooz6t022U { top:5.1875rem;left:0rem;width:21.3125rem;height:10.125rem;display:none; }
#oWFp1mugyJV68oSkno3Ahv8wRzdgk2S4 { top:8.75rem;left:0rem;width:18.25rem;height:4.5rem;font-size:0.875rem;display:none; }
#NlvJUZbveI2cMvgFu8JhrAgIhr8Nz61P { top:7.375rem;left:0rem;width:1.375rem;height:1.375rem;display:none; }
#N0wW9bm7X2FryQG83r4St6dzJMqMdnnW { top:7.375rem;left:0rem;width:1.375rem;height:1.375rem;display:none; }
#PeCuI0II2gshDlh5WteqT0P1eNVN0ocx { top:7.375rem;left:0rem;width:1.375rem;height:1.375rem;display:none; }
#ABHHgu40cTkWRX75mvceEAgpVq5CDRZl { top:7.375rem;left:0rem;width:1.375rem;height:1.375rem;display:none; }
#V7kFyA0ofIaygeblPCdUqHy15SC2TiRl { top:7.375rem;left:0rem;width:1.375rem;height:1.375rem;display:none; }
#Pgfr4LSHFZKEmXdTN7GuxhKxHxCragVu { top:5.6875rem;left:0rem;width:18.625rem;height:1.125rem;font-size:1rem;display:none; }
#UJMW7vEKP25HWykIltK1Iewkx9tzHtku { top:1.375rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:none; }
#xUkqK61GHFveZRoHDLidxgmafqEZ4mOF { top:5.1875rem;left:13.25rem;width:21.25rem;height:10rem;display:none; }
#PIutyAZbnZZRITH22114m4MzBTsObeO4 { top:27.125rem;left:0rem;width:18.6875rem;height:3.375rem;font-size:0.875rem;display:none; }
#WHq1fgusCE5XsQsUEw7d168CSZpC0iTk { top:7.375rem;left:14.4375rem;width:1.375rem;height:1.375rem;display:none; }
#tRGknuvGMmpz4A0vwwRv4FrfWBLU4dXh { top:7.375rem;left:16rem;width:1.375rem;height:1.375rem;display:none; }
#haun71xfNaqlaTusavO0GUtcgqF3vGyg { top:7.375rem;left:17.625rem;width:1.375rem;height:1.375rem;display:none; }
#VJm3W3xZa4QKbPknSinKWmGEpFk3X56l { top:7.375rem;left:19.1875rem;width:1.375rem;height:1.375rem;display:none; }
#fJxgqkmi6F1f7KbTOTJTWHmJwx39vBbq { top:24.0625rem;left:0rem;width:18.625rem;height:1.125rem;font-size:1rem;display:none; }
#Ffwf2McgNNZ5Bhi7Dpy0hFoMiBmx90eT { top:7.375rem;left:20.75rem;width:1.375rem;height:1.375rem;display:none; }
#VfIZPaTiXa3hq3i0SvNwpzepnA2rzT38 { top:5.1875rem;left:26.5rem;width:21.25rem;height:10.0625rem;display:none; }
#ccg3sHhovrAtguHS9VUeT9gg6E6k5S7f { top:18rem;left:0rem;width:19rem;height:4.5rem;font-size:0.875rem;display:none; }
#suQeV0ikTNcR6R3aivTTPFxnsDIILDPu { top:7.375rem;left:45.125rem;width:1.375rem;height:1.375rem;display:none; }
#zDDT4C1UluQDngLq6pLgMID6LJxtXqGb { top:7.375rem;left:43.5625rem;width:1.375rem;height:1.375rem;display:none; }
#UaU2qG5SDd26W9NsOZyr2h3xKzXutMzt { top:7.375rem;left:42rem;width:1.375rem;height:1.375rem;display:none; }
#XShfNFiTsBIshh6eW7QEk4IZdOI9vyKM { top:14.9375rem;left:0rem;width:18.625rem;height:1.125rem;font-size:1rem;display:none; }
#PpaafbtO5U6nwORL96w1sM0N5NhDLcqQ { top:7.375rem;left:40.4375rem;width:1.375rem;height:1.375rem;display:none; }
#dlyGRFzs2EySGO4d1pGDQApo0B8XqViM { top:7.375rem;left:38.875rem;width:1.375rem;height:1.375rem;display:none; }
#ok4zqUwQL908fThifCzaB582mkDPDuQu { width:0;height:0;display:none; }
#TiIaRH6XxrDnf4zxzmDgrqXxhedXMPQh { display:block; }
#H88DU4PAwbDCoMlOHm9E1AdDqBBpGXxH { display:none; }#H88DU4PAwbDCoMlOHm9E1AdDqBBpGXxH > .row .container { width:47.75rem;position:relative;display:none; }#MDVMzUb7Z3TvTsDCprLQdUrFLOlPl3Qy { display:none; }#MDVMzUb7Z3TvTsDCprLQdUrFLOlPl3Qy > .row .container { width:47.75rem;position:relative;display:none; }#QXG73C6mg0WURumOqTxM9eSkcqfwfXrF { top:0.875rem;left:0rem;width:20rem;height:1.625rem;font-size:1.375rem;display:none; }
#qfDo5LwnJHBoi6f0FVZ7cqPebydpuD4B { display:none; }
#HFDUOBOnT70uCHNGOm69V2UKgQlQTkyy { top:4.5rem;left:0rem;width:14.9375rem;height:2.5625rem;font-size:0.875rem;display:none; }
#FAU59R5Lbfgk542nXy6XpZkZmQqRdtCX { width:9.3125rem;height:9.3125rem;display:none; }
#qbM2U8EFWuCoDOHREplQTFd35ss3Asez { top:7.75rem;left:0rem;width:16rem;height:2.25rem;font-size:0.875rem;display:none; }
#vFxHXMQCUA3fXffTmacrf6nftVRz6eTN { top:11.4375rem;left:0rem;width:16.5rem;height:1.125rem;font-size:0.875rem;display:none; }
#W1XrTrXIzn0aTAhgLitpNizC1G5OHNmL { width:9.3125rem;height:9.3125rem;display:none; }
#QO3eElKZnvTKqRVn9Z2dr46NFxfcxDwP { width:16.3125rem;height:34.6875rem;display:none; }
#aw1832XWrWddPrWUHvd6k596vA6eCNsU { width:0;height:0;display:none; }
#Bnuzud84bDZF5PMw8125cyXdCHoEfisP { display:block; }
#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF { display:block; }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF > .row .container { width:47.75rem;position:relative;display:block; }#SkTDq0SqtzH18MQUXTZHOT4n2FvsuuXP { top:4.0625rem;left:20.3125rem;width:1.875rem;height:1.6870125rem;display:block; }
#WwK6Cg95WhGako3FlQchTuGteTvyLpVC { top:4.0625rem;left:22.8125rem;width:1.875rem;height:1.632798158478rem;display:block; }
#l2AFiCTFQ1xnTNiLWaTrF5GlXFrB2GCX { top:3.9375rem;left:25.1875rem;width:2.0625rem;height:1.9410401363766rem;display:block; }
#oN3wfGUGTpFVPzZf1Q3cRq6DTV3nVktN { top:6.4375rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
#vH2dCKk68TBZ3HT0SAxbLCnoAIap2Tkp { top:1.6875rem;left:20.0625rem;width:7.5rem;height:1.49963125rem;display:block; }
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); }#IUmJ5qCE9P18d0oC8dIBok1TezkXlAsW { 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; }#IUmJ5qCE9P18d0oC8dIBok1TezkXlAsW > .row .container { background-color: transparent; background-image: none; }#IUmJ5qCE9P18d0oC8dIBok1TezkXlAsW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUmJ5qCE9P18d0oC8dIBok1TezkXlAsW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUmJ5qCE9P18d0oC8dIBok1TezkXlAsW > .row .container > .video-iframe-container { display: none; }#IUmJ5qCE9P18d0oC8dIBok1TezkXlAsW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUmJ5qCE9P18d0oC8dIBok1TezkXlAsW > .row > .video-iframe-container { display: none; }#IUmJ5qCE9P18d0oC8dIBok1TezkXlAsW > .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); }#IUmJ5qCE9P18d0oC8dIBok1TezkXlAsW > .row .container { border-width: 0; border-radius: 0; }#IUmJ5qCE9P18d0oC8dIBok1TezkXlAsW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IUmJ5qCE9P18d0oC8dIBok1TezkXlAsW > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; }#SMw1QRrJXxuSzXho7ChngwXT2XM0Uydx { width:9.8125rem;height:2.1875rem;top:2.4375rem;left:10rem;z-index:15020;color:#000000;background-color:#ffc938;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;font-size:1rem;display:block; }
#iE0qTTcJFKCzrTFt1GaxKde3c6x728mO { display:block; }
#fFmsvow8Sq5T26bcrmUK8VMOBKrrcHfr { width:9rem;height:1.8125rem;top:2.75rem;left:0rem;overflow:hidden;display:block; }
#WlA3vaWwmAxSahpVOzDJ5Ds8bEGnv7sC { top:0rem;left:0rem;width:20rem;height:2.1875rem;z-index:14999;background-color:#ffeaa2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#fUhH7n15TbEuL9GcecDb59rXVKw56zqm .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; }
#fUhH7n15TbEuL9GcecDb59rXVKw56zqm .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; }
#fUhH7n15TbEuL9GcecDb59rXVKw56zqm .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; }
#fUhH7n15TbEuL9GcecDb59rXVKw56zqm { width:7.5rem;height:2.4375rem;display:flex;top:0.125rem;left:11.685546875rem;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; }
#fUhH7n15TbEuL9GcecDb59rXVKw56zqm #kDfTcCpTBOug60fz2mNNs6W5SvGnI9UT { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#fUhH7n15TbEuL9GcecDb59rXVKw56zqm #whS43SDtXcqtissVIq7KB6rQgonAHVpN {  }
#fUhH7n15TbEuL9GcecDb59rXVKw56zqm #VSzz93MqPyT9xkLRMNQLamT5iHC0WHiZ {  }
#fUhH7n15TbEuL9GcecDb59rXVKw56zqm #HlT0qLlESpSnfmayP6o2Q69J0u9DNP2R { display:flex;position:relative;top:0rem;left:0rem; }
#fUhH7n15TbEuL9GcecDb59rXVKw56zqm #foEpCMTq5IwTKeyMLD7WE2vPNNlTJT75 {  }
#fUhH7n15TbEuL9GcecDb59rXVKw56zqm #rNw2xK77og2XlITRXfylnzB5JEZgL0FH {  }
#fUhH7n15TbEuL9GcecDb59rXVKw56zqm #g57t41Vhk9r0O5EKDuO2XCX6Hyty3rNn { display:flex;position:relative;top:0rem;left:0rem; }
#fUhH7n15TbEuL9GcecDb59rXVKw56zqm #s7qffXFGX90SzpGQmvXcVUorq3WR6ieM {  }
#fUhH7n15TbEuL9GcecDb59rXVKw56zqm #rCMNnlgTylzV6vNZ8s33vo96ciZ20FMU {  }
#fUhH7n15TbEuL9GcecDb59rXVKw56zqm #IEAy3JVcFgAZMP9Kht7CafHDfvVBxldf { display:flex;position:relative;top:0rem;left:0rem; }
#fUhH7n15TbEuL9GcecDb59rXVKw56zqm #MZ8WZGlcwGNalPEvDw5kKsBU8qCHfC82 {  }
#fUhH7n15TbEuL9GcecDb59rXVKw56zqm #oVgeJrizpoDAsANtENqhy64JTUH9Ze49 {  }
#a5wLahK6qoz4me73LwKrrKe8ygAA3VVz { top:0.625rem;left:0.623046875rem;width:11.0625rem;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; }
#Srcs2IDzemoWnx8EkRiairOSaq4LJHI9 { display:block; }#Srcs2IDzemoWnx8EkRiairOSaq4LJHI9 > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; }#tnxRtxTlg2hTziivoyzwd6JNQ6n9ENPT { background-color:#f4f4f4;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; }#tnxRtxTlg2hTziivoyzwd6JNQ6n9ENPT > .row .container { background-color: transparent; background-image: none; }#tnxRtxTlg2hTziivoyzwd6JNQ6n9ENPT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnxRtxTlg2hTziivoyzwd6JNQ6n9ENPT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnxRtxTlg2hTziivoyzwd6JNQ6n9ENPT > .row .container > .video-iframe-container { display: none; }#tnxRtxTlg2hTziivoyzwd6JNQ6n9ENPT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnxRtxTlg2hTziivoyzwd6JNQ6n9ENPT > .row > .video-iframe-container { display: none; }#tnxRtxTlg2hTziivoyzwd6JNQ6n9ENPT > .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); }#tnxRtxTlg2hTziivoyzwd6JNQ6n9ENPT > .row .container { border-width: 0; border-radius: 0; }#tnxRtxTlg2hTziivoyzwd6JNQ6n9ENPT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tnxRtxTlg2hTziivoyzwd6JNQ6n9ENPT > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; }#c3CacGSQAo4QMeTnz1gU7bTNm5XQpmdn { top:1.0621337890625rem;left:6.436767578125rem;width:13.4375rem;height:1.0563125rem;z-index:15007;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
#DTrOr1cIAP1FuDWTnU6aovBTTBDxXpnP { display:flex;top:0.943115234375rem;left:0.186767578125rem;width:1.125rem;height:1.125rem;z-index:15028;font-size:0.75rem; }
#GQ0Eey3cfMetN2gMcio533Vq4Bkr46NW { display:flex;top:0.943115234375rem;left:1.3739013671875rem;width:1.125rem;height:1.125rem;z-index:15029;font-size:0.75rem; }
#Qu9NRnmwlAx000FRwTKWhIbd6AOemCGH { display:flex;top:0.943115234375rem;left:2.5616455078125rem;width:1.125rem;height:1.125rem;z-index:15030;font-size:0.75rem; }
#kHB1Qeo8FJyhToBs4OBbRfEmasVQhWHU { display:flex;top:0.943115234375rem;left:3.7493896484375rem;width:1.125rem;height:1.125rem;z-index:15031;font-size:0.75rem; }
#FfiP7h9W4ckx5x0oeuxeU3cMyHn6zE86 { display:flex;top:0.943115234375rem;left:4.9993896484375rem;width:1.125rem;height:1.125rem;z-index:15032;font-size:0.75rem; }
#WGOQ6L2EuTWLvAmfn0KFbWsd0yNX1MD0 { top:12.75rem;left:0.25rem;width:2.1875rem;height:9.4995rem;z-index:15058;background-color:transparent;background-image:none;display:block; }
#MPett0TvabMWMEuI5ONemILHWbTwbtFG { display:block; }
#TBdryyIAmW3hqBpbvL1uhygBtNpE2SNT { top:2.873779296875rem;left:0.375rem;width:16.5625rem;height:6.75rem;z-index:15003;font-size:1.875rem;color:#000000;line-height:1.2;font-family:brown;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AFvqwoLeOs8URGM3FyPim2dMUTlCuXmF { top:30.43603515625rem;left:0.50048828125rem;width:18.9984375rem;height:3.061525rem;z-index:15006;font-size:1.125rem;color:#000000;background-color:#fdc743;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; }
#B0bsgMRAVincKa6e7yWDetROADXsFfxE { display:block; }
#VOe1Wq1r47CEUCtC2m86PkrS5XsRF4h9 { top:0.6873779296875rem;left:-0.0625rem;width:20rem;height:25.9375rem;z-index:14997;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f5f2;background-image:none;display:block; }
#C2SRZftFOfFKn97AQyWEhFmU8lqaTlR9 { top:0.341552734375rem;left:1.2991507162031rem;width:18.6875rem;height:29.4375rem;z-index:14998;overflow:hidden;display:block; }
#aADC7hQmTOSsf4fDUDNVRyOO4q9qkW0k { top:23.5625rem;left:0.8125rem;width:6.3745rem;height:1.625rem;z-index:15012;font-family:brown;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
#KSTMc9pVP4utpGClekmgU7QevfTCPLrS { top:18.375rem;left:0.6875rem;width:6.687rem;height:1.625rem;z-index:15011;font-family:brown;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
#vgxrsS1aelO5Zq4Ahrz4m3EssoTQTUXn { top:13.5rem;left:0.625rem;width:5.625rem;height:1.625rem;z-index:15010;font-family:brown;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
#XDSVXPgdGJpolnNaeEaobMKawOZ3Fgrq { width:1.9995125rem;height:1.9995125rem;top:15.9375rem;left:0.625rem;z-index:15000;background-color:#fdc743;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;display:block; }
#VQfWoRQRTFv0yIFaeQHmky7zWTUZL4IP { width:1.9995125rem;height:1.9995125rem;top:11.0625rem;left:0.6875rem;z-index:14999;background-color:#fdc743;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;display:block; }
#n3hebCNpaE7fu04pkfgfcJQvGd52wcTm { display:flex;top:11.1875rem;left:0.8125rem;width:1.74926875rem;height:1.74926875rem;z-index:15075;font-size:1.1875rem; }
#OcTWCF9XUMS1yrmwPy3eIsn4oKW8N6fL { display:flex;top:16rem;left:0.75rem;width:1.74926875rem;height:1.74926875rem;z-index:15076;font-size:1.1875rem; }
#LcLXwLTU1miJs4C1HIMAasxcO2kHzESO { width:1.9995125rem;height:1.9995125rem;top:21rem;left:0.8125rem;z-index:15001;background-color:#fdc743;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;display:block; }
#Vc1VSc1LKirXeEViILocKC9xxDHGoqP4 { display:flex;top:21.25rem;left:1.0625rem;width:1.437375rem;height:1.437375rem;z-index:15077;font-size:1.1875rem; }
#VxNNtIRWaG07eL32BSw8zPVBFAchHfbM { top:2.90576171875rem;left:-0.00146484375rem;width:16.4375rem;height:1.8125rem;z-index:14998;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.54);background-image:none;display:block; }
#Cnktv0eyyG360qOGl4iUTJdCgJSGr6Ri { top:5.21630859375rem;left:0rem;width:14.375rem;height:1.8125rem;z-index:14999;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.54);background-image:none;display:block; }
#ytDKD739lEWEvvR91zT4MKa4Jq5y9Udw { top:0.499267578125rem;left:0rem;width:20rem;height:33.3125rem;z-index:15033;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#rdAatC5iSceX4xiQcEGfZ20myCTU4S4F { display:block; }
#mdHd2H9uugCys8UfivnQnSxlzZ3B6Aom { 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; }#mdHd2H9uugCys8UfivnQnSxlzZ3B6Aom > .row .container { background-color: transparent; background-image: none; }#mdHd2H9uugCys8UfivnQnSxlzZ3B6Aom::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mdHd2H9uugCys8UfivnQnSxlzZ3B6Aom > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mdHd2H9uugCys8UfivnQnSxlzZ3B6Aom > .row .container > .video-iframe-container { display: none; }#mdHd2H9uugCys8UfivnQnSxlzZ3B6Aom > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mdHd2H9uugCys8UfivnQnSxlzZ3B6Aom > .row > .video-iframe-container { display: none; }#mdHd2H9uugCys8UfivnQnSxlzZ3B6Aom > .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); }#mdHd2H9uugCys8UfivnQnSxlzZ3B6Aom > .row .container { border-width: 0; border-radius: 0; }#mdHd2H9uugCys8UfivnQnSxlzZ3B6Aom > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mdHd2H9uugCys8UfivnQnSxlzZ3B6Aom > .row .container { width:20rem;height:79.125rem;position:relative;display:block; }#zeBFScqBNxmiTElILvEeIzkySVp23Rfr { top:2.2261962890625rem;left:0rem;width:18.999625rem;height:4.0625rem;z-index:15001;font-size:1.5625rem;font-weight:700;font-style:normal;color:#000000;line-height:1.3;text-align:left;text-align-last:left;display:block; }
#ysTkTHHOrvrpiNXPDQJWLE6efg2HtBi1 { top:6.999755859375rem;left:0rem;width:19.8125rem;height:0.9624rem;z-index:15002;font-size:0.875rem;font-weight:700;font-style:normal;color:#000000;line-height:1.1;display:block; }
#hVaExJw7oEffaTxdqiskiZ8vBq3dHwqP { width:19.375rem;height:5.4375rem;top:32rem;left:0.3125rem;z-index:14998;background-color:#ffffff;background-image:none;display:block; }
#Pve2U3HSApDgGZziGwvwaDJDHpsFNnBk { top:33rem;left:6.8125rem;width:12.56225rem;height:3.41161875rem;z-index:15004;text-align:left;text-align-last:left;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.4;display:block; }
#ADD3USJ6rpLFeS6QZN3cTTPLKtt2qEHy { top:46.81201171875rem;left:0rem;width:20rem;height:13.25rem;z-index:15005;overflow:hidden;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;display:block; }
#CGiioQhnEyEusPXQSZpkwbnmKdoQKaTW { top:46.81201171875rem;left:16.25rem;width:3.75rem;height:1.375rem;z-index:15008;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-weight:400;font-style:normal;font-size:0.8125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#BKMX665ITOkgFeIigq27G2ola4pioJIf { display:block; }
#UTLeQ3bALiKdTmEMcQmcwz04SKkQpRcP { top:44.374877929688rem;left:0rem;width:16.3125rem;height:1.13720625rem;z-index:15069;color:#000000;font-size:0.875rem;display:block; }
#J553izwvE6fNkUENkdoTGUSIatAppc76 { top:46.81201171875rem;left:0rem;width:3.4375rem;height:1.375rem;z-index:15007;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-weight:400;font-style:normal;font-size:0.8125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#QxnSzXn5e0cNSngoGCMoeLbLc8ndiLkx { display:block; }
#vG3x3sQ6k7BFomaV5rG2WuGQvQfTITIl { top:40.061645507812rem;left:0rem;width:19.624625rem;height:3.57421875rem;z-index:15002;font-size:1.375rem;font-weight:700;font-style:normal;color:#000000;line-height:1.3;display:block; }
#hDA0RtcppNyglRysIlDTDnRDeQGMgeBk { top:9.1875rem;left:0rem;width:20rem;height:24rem;z-index:14997;overflow:hidden;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;display:block; }
#A76hdvlNINTLG9HywOHVXxQw39Zzvdwz { top:46.81201171875rem;left:0rem;width:20rem;height:15.37475rem;z-index:15077;overflow:hidden;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#cVREx8QtWTG2eea269TAQFTgtixonuci { width:5.25rem;height:5.625rem;top:31.875rem;left:0.9375rem;overflow:hidden;z-index:15095;display:block; }
#eTgNfZxc73HN465spgvyd9eGyl74gkuk { top:75.374755859375rem;left:0.50048828125rem;width:18.9984375rem;height:3.061525rem;z-index:15099;font-size:1.125rem;color:#000000;background-color:#fbcf50;background-image:none;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;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#knzyTktPUCS5mzUUun8dHn2INcobQMMn { display:block; }
#RsczpnE4Xv6KxvQg9W3CXQcJOhRJtAiM { top:62.1875rem;left:0.125rem;width:19.874875rem;height:11.875rem;z-index:14985;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf8f8;background-image:none;display:block; }
#lhlbcJbT6k6cFRuxTZt3pVTqpMrEcyL2 { width:7.937rem;height:1.18713125rem;top:71.5rem;left:11.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#cBhqFfykyEzWHa68ODH6JXCsowmtuEii { top:71.6875rem;left:13.1875rem;width:5.99975625rem;height:0.9624rem;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:0.6875rem;line-height:1.4;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
#CSeTgMl22d08N3KrO6NtwMi5JUQRX0XE { display:flex;top:71.625rem;left:12rem;width:1.0620125rem;height:1.0620125rem;z-index:15028;font-size:0.6875rem; }
#aodCNEs0u7qEhcRRl9TMGRKWyvr5PEi8 { top:65.125rem;left:0.375rem;width:19.186375rem;height:5.25rem;z-index:14988;font-family:brown;font-size:0.9375rem;text-align:left;text-align-last:left;color:#000000;line-height:1.4;display:block; }
#ibun9k44KBTyuF3Up40x4y0301NUHuVO { top:71.6875rem;left:1.625rem;width:5.06225625rem;height:1.13769375rem;z-index:15023;font-family:brown;font-size:0.875rem;text-align:center;text-align-last:center;color:#000000;font-weight:700;font-style:normal;display:block; }
#snHWoqC3tvJytszTDBrlWwbhFoPBFGG9 { top:71.625rem;left:0.5625rem;width:1.186525rem;height:1.12426875rem;z-index:15074;overflow:hidden;display:block; }
#Bh7LwGprGozRTMBqTGwR7auo9mTvI0OH { display:flex;top:63.25rem;left:5.3125rem;width:1.18713125rem;height:1.18713125rem;z-index:15028;font-size:0.6875rem; }
#bkIc6ZnbDhr33AXBu2XWCblhgxW6TS3U { display:flex;top:63.1875rem;left:4.0625rem;width:1.18713125rem;height:1.18713125rem;z-index:15028;font-size:0.6875rem; }
#wSD0HKWSSx6ZMTWf5NhoK3ZFEVWxznMG { display:flex;top:63.1875rem;left:2.9375rem;width:1.18713125rem;height:1.18713125rem;z-index:15028;font-size:0.6875rem; }
#rwvZlzSdBniMk3QZvPR8HoW4u5Kuo6LV { display:flex;top:63.1875rem;left:1.75rem;width:1.18713125rem;height:1.18713125rem;z-index:15028;font-size:0.6875rem; }
#aArsi81dbp8PLeXWHyPkLT4iEOx8EUX6 { display:flex;top:63.1875rem;left:0.5625rem;width:1.18713125rem;height:1.18713125rem;z-index:15028;font-size:0.6875rem; }
#VTLJAz1QqOKv313T9kMhaNBCHzR8syvT { display:flex;top:75.4375rem;left:8rem;width:2.9375rem;height:2.9375rem;z-index:15097;font-size:1.75rem; }
#OVT73NFKDkE8l4BdUBxKFuFplfscBMQO { display:flex;top:76.5625rem;left:8.25rem;width:0.625rem;height:0.625rem;z-index:15098;font-size:1.75rem; }
#DiwJFE5fHWaW8VOnS7ADMyyF6JFURm85 { top:11.278198242188rem;left:11.054077148438rem;width:7.749625rem;height:7.56225rem;z-index:14998;overflow:hidden;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#OC7AuVPuAiCnNQUdx9HUAFTg6utT7pHg { top:0.62353515625rem;left:-0.0625rem;width:20rem;height:77.875rem;z-index:15034;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#Qb0XmMhOtSmqqcGbTqAIwot7gWOVu97x { display:block; }
#N8M1hlXN54N5GQLII77AzUTKC2e3Hwkb { 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; }#N8M1hlXN54N5GQLII77AzUTKC2e3Hwkb > .row .container { background-color: transparent; background-image: none; }#N8M1hlXN54N5GQLII77AzUTKC2e3Hwkb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N8M1hlXN54N5GQLII77AzUTKC2e3Hwkb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N8M1hlXN54N5GQLII77AzUTKC2e3Hwkb > .row .container > .video-iframe-container { display: none; }#N8M1hlXN54N5GQLII77AzUTKC2e3Hwkb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N8M1hlXN54N5GQLII77AzUTKC2e3Hwkb > .row > .video-iframe-container { display: none; }#N8M1hlXN54N5GQLII77AzUTKC2e3Hwkb > .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); }#N8M1hlXN54N5GQLII77AzUTKC2e3Hwkb > .row .container { border-width: 0; border-radius: 0; }#N8M1hlXN54N5GQLII77AzUTKC2e3Hwkb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N8M1hlXN54N5GQLII77AzUTKC2e3Hwkb > .row .container { width:20rem;height:37.75rem;position:relative;display:block; }#ziAr3tu4TfLoxo5EBbc34pD5iRSDJz5U { top:18.37451171875rem;left:0.374755859375rem;width:9.5rem;height:2.4375rem;z-index:15001;font-weight:700;font-style:normal;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
#H473OwnHsCQsQB0PvPk8i9MLfvbPCX49 { top:29.9365234375rem;left:10.8740234375rem;width:7.5rem;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; }
#bEzA3M53PP9d22r66P5vUbgxvULImWau { 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; }
#mWoHtlHe3rOVQFeb2GTkdlZbzPDLFaaQ { display:block; }
#wapFpazbsG70i11yhBl2vLEEslDQ0Mpa { top:1.5482940673828rem;left:0rem;width:8.1875rem;height:15.25rem;z-index:15021;overflow:hidden;display:none; }
#aWmXiJdbWnZCn1HzCThkKNqs3PkaEIQB { top:18.37451171875rem;left:10.562133789062rem;width:9.4375rem;height:2.0996125rem;z-index:15002;font-weight:700;font-style:normal;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
#R6MRQwl9SzboCX1fTpJiM6smhEUR8rzA { top:25.748046875rem;left:0.310546875rem;width:8.75rem;height:7.7173125rem;z-index:15049;font-size:1.1875rem;font-weight:700;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#GlCiDlbLqZMgF9FWkOfK9rFN8bZ15y55 { top:6.405517578125rem;left:10.167236328125rem;width:9.625rem;height:30.0625rem;z-index:14990;background-color:rgba(255,225,114,0.27);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffe172;border-left:0.125rem solid #ffe172;border-right:0.125rem solid #ffe172;border-bottom:0.125rem solid #ffe172;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;display:block; }
#DTo3ovORsAvv9kSPQAFg9uo3rVEM5vCd { width:7.9375rem;height:2rem;top:28.5625rem;left:0.9375rem;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; }
#eF3eziA65mTdIHz8K3Nx1szt2bblT6Kd { display:block; }
#PMPVvzPBy25qrATegSMGZT9fczxIy60N { top:5.3740234375rem;left:10.12451171875rem;width:10rem;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; }
#AFrutXZlDcKVpiBISTCXH2HZrXNHEP8n { top:4.562255859375rem;left:10.12451171875rem;width:9.875rem;height:3.4375rem;z-index:15000;background-color:#ffe172;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; }
#pTZTex6R6tl4bHiUeaG5Jc7NV7fm7TW2 { top:5.2490234375rem;left:0rem;width:9.625rem;height:26.5rem;z-index:14995;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e6e6e6;border-left:0.125rem solid #e6e6e6;border-right:0.125rem solid #e6e6e6;border-bottom:0.125rem solid #e6e6e6;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.125rem;box-shadow: none;display:block; }
#bFuXRQWwNpRcNf88ryyqhXhPpepiz7Ly { top:5.3746337890625rem;left:0.8123779296875rem;width:8.125rem;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; }
#q22F9p971Hw0PAPXhim9iexQ1LiV31oq { width:7.9375rem;height:2rem;top:33.37451171875rem;left:11.124267578125rem;z-index:15022;background-color:#ffe172;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; }
#kxB5l4MGFEG4JNORaXgPGdaB0isyQee7 { display:block; }
#JT2K9IHCT2ANlmF5yOTuk83xVVnGTwdd { top:27.374145507812rem;left:14.18701171875rem;width:5.625rem;height:1.4622375rem;z-index:15053;font-size:0.5625rem;font-weight:700;font-style:normal;display:block; }
#cLXzD1hi7V2sSmoKrUIM99n4sz6Ioes1 { width:5.1875rem;height:1.5rem;top:25.436889648438rem;left:14.124755859375rem;z-index:15023;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;font-size:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;font-weight:700;font-style:normal;display:block; }
#UetOFdOrKE6PtDIh2MktevKkoNoqbWxq { display:block; }
#kn9fvHXpOHQVT8y4HTz35k59J8gGztHR { top:25.312377929688rem;left:10.5615234375rem;width:3.125rem;height:3.875rem;z-index:15054;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;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; }
#w3KwsFS9KBnV9ImTmwcgbpUKqsWc4rCE { top:17.499877929688rem;left:10.499877929688rem;width:4.5625rem;height:0.6875rem;z-index:15033;overflow:hidden;display:block; }
#T0hVioBW2Vkk0pgwe7hFyFZSVswsyNmb { top:17.499877929688rem;left:0.374755859375rem;width:4.5625rem;height:0.6875rem;z-index:15034;overflow:hidden;display:block; }
#BfkxlcQExbETgsQPVwRmU6ips3WxrNCI { display:flex;top:22.3115234375rem;left:0.2490234375rem;width:1.1875rem;height:1.1875rem;z-index:14996; }
#CDnvWvkegl8mdeIpFXs5OXxFoSyTqpxp { display:flex;top:23.8115234375rem;left:0.2490234375rem;width:1.1875rem;height:1.1875rem;z-index:14997; }
#hAw6Rq2eohiO0EvE36oJiD4AtbKLN917 { top:4.562255859375rem;left:0rem;width:9.875rem;height:3.4375rem;z-index:15001;background-color:#e6e6e6;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#mtJgJw858JdiJJn6XDHq1VaZOswOhJGh { top:20.811645507812rem;left:11.749267578125rem;width:8rem;height:0.89355625rem;z-index:15007;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
#csblIemT6TIRtdeDLiTrQCs2LqcETVuZ { top:22.249633789062rem;left:11.68701171875rem;width:8rem;height:0.89355625rem;z-index:15008;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
#x3noqbCry2Q3xatcQRLZnRJ4fxxzxTKA { top:23.624145507812rem;left:11.68701171875rem;width:8.3125rem;height:0.89355625rem;z-index:15009;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
#bDZ3XZmG4WEn3Lu62gM2g5TLOpIbU3fG { display:flex;top:20.687133789062rem;left:10.43701171875rem;width:1.0625rem;height:1.0625rem;z-index:15036; }
#XIfStK1yTHkX1zz7Jgl8MHtZg8fc6TSg { display:flex;top:22.061645507812rem;left:10.43701171875rem;width:1.0625rem;height:1.0625rem;z-index:15037; }
#PyWEflKc49LmSpHxbWUTSZ4G3EkG29hr { display:flex;top:23.437377929688rem;left:10.43701171875rem;width:1.0625rem;height:1.0625rem;z-index:15038; }
#FggO46SMQhUeq8JvyV4hkVnFTs2daUOu { display:flex;top:20.6865234375rem;left:0.1865234375rem;width:1.1875rem;height:1.1875rem;z-index:14997; }
#D6UA6leEGXBRMtpxZ0L6B5TenTWydfsb { top:24.0615234375rem;left:1.7490234375rem;width:8.3125rem;height:0.89355625rem;z-index:15010;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
#evM9xnTI4h7PFDwRqV2FL9XO8a7ZEDrU { top:22.5615234375rem;left:1.7490234375rem;width:8rem;height:0.89355625rem;z-index:15009;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
#FURyoHo2QwuPNfJFk0O8SOI8wi6zDhpa { top:20.9365234375rem;left:1.7490234375rem;width:8rem;height:0.89355625rem;z-index:15008;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
#vSZNB20VGXupIuf2a5Rfyh28tx1qWkBF { top:24.687377929688rem;left:10.625rem;width:3.0625rem;height:3.5625rem;z-index:14991;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#Wa3yQQHTB533u1175eBu2ZImTRHsQFJh { top:1.817626953125rem;left:0rem;width:19.874875rem;height:1.70605625rem;z-index:15056;font-weight:400;font-style:normal;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
#q80eWOIaZIC0JTay2u2pEpw6ZTSqveLs { top:4.5615234375rem;left:10.25rem;width:9.75rem;height:31.6875rem;z-index:15058;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#xxW36WRUdkT02uySUzo1ueHC0aR06oZw { display:block; }
#rakUNUU8v6W9viWLTd9bMio54Lhkc7iW { width:5.0625rem;height:9.8125rem;top:7.59228515625rem;left:2.2491455078125rem;overflow:hidden;z-index:15023;display:block; }
#O8s6NcrWPsLLSqeDF9ZpiTzsuXQFoZtn { width:9.125rem;height:9.75rem;top:7.7886962890625rem;left:10.6240234375rem;overflow:hidden;z-index:15094;display:block; }
#m7Gsvl8PzJid510stMU7Jvu7JwBQISXP { top:4.6669921875rem;left:0rem;width:10.0625rem;height:27.5rem;z-index:15058;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
#gM5hQvFcAA4GxH9o7gWKpHVNDnw6BTEO { display:block; }
#T5XrzdWak7M2Q0BP2rE9gNl0xPdDtiuS { top:4.49951171875rem;left:0rem;width:9.75rem;height:27.4375rem;z-index:15059;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#JS2WW3PLPWRvuWhQH2wBRnJQmuzIyXQG { display:block; }
#iMHHHZDSrbLSykg9CoHMJMytWLnbqW0T { 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; }#iMHHHZDSrbLSykg9CoHMJMytWLnbqW0T > .row .container { background-color: transparent; background-image: none; }#iMHHHZDSrbLSykg9CoHMJMytWLnbqW0T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iMHHHZDSrbLSykg9CoHMJMytWLnbqW0T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iMHHHZDSrbLSykg9CoHMJMytWLnbqW0T > .row .container > .video-iframe-container { display: none; }#iMHHHZDSrbLSykg9CoHMJMytWLnbqW0T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iMHHHZDSrbLSykg9CoHMJMytWLnbqW0T > .row > .video-iframe-container { display: none; }#iMHHHZDSrbLSykg9CoHMJMytWLnbqW0T > .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); }#iMHHHZDSrbLSykg9CoHMJMytWLnbqW0T > .row .container { border-width: 0; border-radius: 0; }#iMHHHZDSrbLSykg9CoHMJMytWLnbqW0T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iMHHHZDSrbLSykg9CoHMJMytWLnbqW0T > .row .container { width:20rem;height:43.125rem;position:relative;display:block; }#tsLpX0zmkECz3TTU8Vk0LrwROQ3owFvL { top:39.249389648438rem;left:0.4986572265625rem;width:18.999625rem;height:3.06213125rem;z-index:15012;font-size:1.125rem;color:#ffffff;background-color:#000000;background-image:none;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;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#w1SpplQknawRMUlcnHkwpEefvglh8xL1 { display:block; }
#yL3SNwlSF9F9S13iEVrk7Puc9CBtvTUw { top:27.812133789062rem;left:0rem;width:20rem;height:2.3125rem;z-index:14998;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;background-color:#f3efef;background-image:none;display:block; }
#KNwzkULWJuCsuLwxeDeKGxEwzCWnG8xL { top:11rem;left:7.5rem;width:4.5rem;height:26.0625rem;z-index:15001;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffe172;background-image:none;display:block; }
#bL4xrrclTF1bb9DZWqT32qPhC9TUut3s { top:22.937255859375rem;left:0.687255859375rem;width:6.4375rem;height:1.79980625rem;z-index:15010;font-size:0.75rem;color:#000000;line-height:1.2;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WKUtr5pWPJ6xKTSHx1WeJAuhb1vQ8rbZ { top:25.49951171875rem;left:0.687255859375rem;width:6.6875rem;height:1.79980625rem;z-index:15011;font-size:0.75rem;color:#000000;line-height:1.2;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J0UNoNg4eZneN1xVXrpMLfNfg5iG4qre { top:28.062377929688rem;left:0.687255859375rem;width:6.625rem;height:1.79980625rem;z-index:15012;font-size:0.75rem;color:#000000;line-height:1.2;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qKbABRe5bvhzTLyXTJKlrotkE6mxTrZr { top:22.624755859375rem;left:0rem;width:20rem;height:2.3125rem;z-index:15000;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;background-color:#f3efef;background-image:none;display:block; }
#cbGQN6I5OND7eTGXgOLTOIFGEuqRzLzX { top:23.249755859375rem;left:8.9373779296875rem;width:1.5625rem;height:1.5625rem;z-index:15041;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;display:block; }
#du3GyHhnUI8N3F5fJ9NCL9haff6GUSV9 { top:20.375rem;left:0.687255859375rem;width:5.875rem;height:1.79980625rem;z-index:15009;font-size:0.75rem;color:#000000;line-height:1.2;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ETMKvT1KM0Cun6yO43TO72LoT4vVRxuL { top:20.562377929688rem;left:9.0625rem;width:1.5625rem;height:1.5625rem;z-index:15040;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;display:block; }
#EXfxPegQFATM0CHQaiTMeQkLHIM2tsnv { display:flex;top:20.874877929688rem;left:9.3121337890625rem;width:0.9375rem;height:0.9375rem;z-index:15040;font-size:0.625rem; }
#LQ7pTKgT2Azs9lV5HosD8a8X8syUdduL { display:flex;top:23.562255859375rem;left:9.2498779296875rem;width:0.9375rem;height:0.9375rem;z-index:15041;font-size:0.625rem; }
#Lhnp0RZ8OTfF5AIyDg9Digodo2nEtaRq { display:flex;top:20.6875rem;left:17.31201171875rem;width:1.25rem;height:1.25rem;z-index:15038;font-size:0.5625rem; }
#L5mRHcVUsxS1OcGfnqt9w38eh76seXvX { top:17.749877929688rem;left:0.687255859375rem;width:5.875rem;height:1.79980625rem;z-index:15008;font-size:0.75rem;color:#000000;line-height:1.2;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UJKmfgpOBVtPsfOGLCGMLMPctvqCOSGU { top:17.5625rem;left:0rem;width:20rem;height:2.3125rem;z-index:14999;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;background-color:#f3efef;background-image:none;display:block; }
#AsBG7fvv4dgKSqGhSb9mRglz3bkWb6h8 { top:17.875rem;left:8.9373779296875rem;width:1.5625rem;height:1.5625rem;z-index:15039;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;display:block; }
#zEql5dGlzBfZuNVlmsCRN5Jcc9BDCyVF { display:flex;top:18.1875rem;left:9.2498779296875rem;width:0.9375rem;height:0.9375rem;z-index:15040;font-size:0.625rem; }
#NEXC5Rdi2qVIH8M7F9hUlRc7p1oQTHze { top:13.124633789062rem;left:7.62451171875rem;width:4.3125rem;height:1.3496125rem;z-index:15006;font-size:0.5625rem;color:#000000;line-height:1.2;font-family:brown;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EnOJudKD6u0I6d6cwmSZNRgUeeRGG341 { top:12.68701171875rem;left:12.249145507812rem;width:3.75rem;height:1.3496125rem;z-index:15007;font-size:0.5625rem;color:#000000;line-height:1.2;font-family:brown;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kq9Um7OLTJLnHJLwqUU6qzqFPaTpMq8L { top:12.68701171875rem;left:16.06201171875rem;width:3.9375rem;height:1.3496125rem;z-index:15008;font-size:0.5625rem;color:#000000;line-height:1.2;font-family:brown;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dd11rgPukfTBQF0DAJOXKiu3UG5NAgNZ { top:15.18701171875rem;left:0.687255859375rem;width:5.875rem;height:1.79980625rem;z-index:15007;font-size:0.75rem;color:#000000;line-height:1.2;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lXQAVwvlWX3ytQMLvyvZUzhCUc1P4g1o { display:flex;top:15.49951171875rem;left:13.56201171875rem;width:1.25rem;height:1.25rem;z-index:15036;font-size:0.5625rem; }
#mwMUbGcaARHZJPZmbAGqZIUbh0HE6mGF { display:flex;top:15.6875rem;left:9.2498779296875rem;width:0.9375rem;height:0.9375rem;z-index:15039;font-size:0.625rem; }
#tbMoCpy7dGBpMI9kBy02ElZ9TLQwPoOO { top:15.375rem;left:8.9373779296875rem;width:1.5625rem;height:1.5625rem;z-index:15038;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;display:block; }
#Ic22zgFOtWkCgLbKMwE7bXc9zkrkLmlX { display:flex;top:15.437255859375rem;left:17.31201171875rem;width:1.25rem;height:1.25rem;z-index:15037;font-size:0.5625rem; }
#bxMoTKBAextJW2PqOCDZbUKCsTsMF9oS { top:3.06201171875rem;left:0.4986572265625rem;width:18.999625rem;height:4.0625rem;z-index:15012;font-size:1.5625rem;font-weight:400;font-style:normal;color:#000000;line-height:1.3;text-align:center;text-align-last:center;display:block; }
#HxmKg4mmoltvRwrnePnbWCmzdAa0Ft0s { top:1.5625rem;left:3.75rem;width:12.5rem;height:1.13769375rem;z-index:15004;text-align:center;text-align-last:center;font-family:brown;font-weight:700;font-style:normal;font-size:0.875rem;color:#f7de8c;display:block; }
#T7VWfdUaZ7libnOk7ONhG6TkLHZ07Lzu { display:flex;top:28.31201171875rem;left:17.31201171875rem;width:1.25rem;height:1.25rem;z-index:15041;font-size:0.5625rem; }
#i6HZft38AkaJctVbWu8gRtzkuuViErWF { display:flex;top:23.1875rem;left:17.31201171875rem;width:1.25rem;height:1.25rem;z-index:15041;font-size:0.5625rem; }
#sNumk1CWu8e0Sw2AoAouhBeOVg0VFz6z { top:25.749755859375rem;left:8.9373779296875rem;width:1.5625rem;height:1.5625rem;z-index:15042;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;display:block; }
#rBePq7POEMiPDzM5s9AveGVszhq8od38 { top:28.1875rem;left:8.9373779296875rem;width:1.5625rem;height:1.5625rem;z-index:15043;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;display:block; }
#tZzKdCot5qCVBpKt5b22T212OXavuIXi { display:flex;top:26.062255859375rem;left:9.2498779296875rem;width:0.9375rem;height:0.9375rem;z-index:15042;font-size:0.625rem; }
#XPTLDvvS2xDhxEwnE3LTNgvdizsdSerq { display:flex;top:28.5rem;left:9.2498779296875rem;width:0.9375rem;height:0.9375rem;z-index:15043;font-size:0.625rem; }
#XAPl80lRBm1bbBRV1tZqtQVUraXydCk5 { top:30.937133789062rem;left:0.4998779296875rem;width:6.625rem;height:1.79980625rem;z-index:15013;font-size:0.75rem;color:#000000;line-height:1.2;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
#twfZOMUTcI6SQIWVw3cEVf8MIltRgfRA { top:33.749633789062rem;left:0.4998779296875rem;width:6.625rem;height:1.79980625rem;z-index:15014;font-size:0.75rem;color:#000000;line-height:1.2;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZpbTd4ZdCwAqasUXaUFGqHhGADqXwLTH { top:33.5rem;left:0rem;width:20rem;height:2.3125rem;z-index:14999;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;background-color:#f3efef;background-image:none;display:block; }
#oB1eC1AW6z3KmaET6VAoehvLrOSN4LLi { top:31rem;left:8.9373779296875rem;width:1.5625rem;height:1.5625rem;z-index:15044;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;display:block; }
#uy2w5ismgdbmAXtHn03MZ2oSTkO1IWxJ { top:33.874755859375rem;left:8.9996337890625rem;width:1.5625rem;height:1.5625rem;z-index:15045;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;display:block; }
#HqOsPkaE5q1D4Jat7Rp2lWBSGyqczdT8 { display:flex;top:31.3125rem;left:9.2498779296875rem;width:0.9375rem;height:0.9375rem;z-index:15044;font-size:0.625rem; }
#ccwSnyHRFzovMb6NiEbGrkkDDZcyvJVT { display:flex;top:25.749755859375rem;left:17.31201171875rem;width:1.25rem;height:1.25rem;z-index:15041;font-size:0.5625rem; }
#kPTP7lJOvMzflxzgAQX9hFf4KpPgIZT4 { display:flex;top:34.24951171875rem;left:9.3121337890625rem;width:0.9375rem;height:0.9375rem;z-index:15045;font-size:0.625rem; }
#EcVX8PqRa2HA7lW0elrDxpROT0KbMDx4 { display:flex;top:34.187255859375rem;left:13.687133789062rem;width:0.9375rem;height:0.9375rem;z-index:15042;font-size:0.625rem; }
#qkNSuybt8PytDGAyvhFJdlo55a3lDGm7 { display:flex;top:31.374755859375rem;left:17.437133789062rem;width:0.9375rem;height:0.9375rem;z-index:15044;font-size:0.625rem; }
#mRh6cnZgOhaGpGmBzB3IbmFmuoFvTkpe { display:flex;top:17.99951171875rem;left:13.56201171875rem;width:1.25rem;height:1.25rem;z-index:15037;font-size:0.5625rem; }
#wc6imsWwgKGpx8qqWDZuRSwKCXBdpkxk { display:flex;top:34.024291992188rem;left:17.31201171875rem;width:1.25rem;height:1.25rem;z-index:15042;font-size:0.5625rem; }
#THuxKp4plF9wioNZoT38Mt98HkVXa9kz { top:0.968017578125rem;left:0rem;width:2.1875rem;height:42.0625rem;z-index:15019;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;color:rgba(255,255,255,0.01);display:block; }
#QeBSeJTE9e1XdF6s46QTpsqG6cbAApSV { display:block; }
#ITHpkh0RLPRKTJRzsKMSMNPXOIDbfbN6 { width:2.9375rem;height:4.6875rem;top:7.6009521484375rem;left:8.3111572265625rem;overflow:hidden;z-index:15023;display:block; }
#klF1o7DdswBIOoNpC7agVhb6MCqA4VoC { display:flex;top:18.180786132812rem;left:17.46826171875rem;width:0.9375rem;height:0.9375rem;z-index:15042;font-size:0.625rem; }
#ulWfwUU1Tz0RzcHAPAT3X1oC7GzaHfnL { display:flex;top:20.649658203125rem;left:13.499145507812rem;width:1.25rem;height:1.25rem;z-index:15039;font-size:0.5625rem; }
#uLA5TJ2tZwqpzozntw7wuXuTb1XsLso2 { display:flex;top:23.498779296875rem;left:13.655395507812rem;width:0.9375rem;height:0.9375rem;z-index:15044;font-size:0.625rem; }
#weIxWZulWFrWqGw7rX3W1AXNK8OcBLNT { display:flex;top:25.774169921875rem;left:13.499145507812rem;width:1.25rem;height:1.25rem;z-index:15042;font-size:0.5625rem; }
#ITWU1dmTkDnzVvAqo6Qa9vubC9W4ssyC { display:flex;top:28.343139648438rem;left:13.499145507812rem;width:1.25rem;height:1.25rem;z-index:15042;font-size:0.5625rem; }
#uIfyxHixOATF5JeQkmo96d1kKKwk7Tg3 { display:flex;top:31.211791992188rem;left:13.499145507812rem;width:1.25rem;height:1.25rem;z-index:15043;font-size:0.5625rem; }
#AUNG4ozN6KlJosuJBoigRbNym5ieocCQ { display:none; }#AUNG4ozN6KlJosuJBoigRbNym5ieocCQ > .row .container { width:20rem;height:54.375rem;position:relative;display:none; }#cyLuHnldtVAWRD5hzKtAMdS9zWBmfLBg { top:11.124633789062rem;left:0rem;width:20rem;height:26.3125rem;z-index:14977;overflow:hidden;display:block; }
#vB3BAqIvkaMVdWTfEi9xm8OEzEz7hcRo { top:1.1871337890625rem;left:0rem;width:20rem;height:1.13769375rem;z-index:15006;text-align:center;text-align-last:center;font-family:brown;font-weight:700;font-style:normal;font-size:0.875rem;color:#f7de8c;display:block; }
#tlKITnUonzS7MXhTqwA3gZQTWfLzuoPy { top:2.687255859375rem;left:0.4998779296875rem;width:18.999rem;height:4.0625rem;z-index:15014;font-size:1.5625rem;font-weight:400;font-style:normal;color:#ff0000;line-height:1.3;text-align:center;text-align-last:center;display:block; }
#FTM25puc5JnQWRmJTAWwR9MB6APTzgTF { top:13.499755859375rem;left:11.062133789062rem;width:8.125rem;height:0.97473125rem;z-index:15012;font-family:brown;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
#WJTh1uCVVy2fLptw717IPJW5WUmSagJx { top:12.999877929688rem;left:7.4373779296875rem;width:3.125rem;height:3.125rem;z-index:15015;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#MeinOvGeTRvA0hKZknhXIwrdmoCIKgGT { top:14.749755859375rem;left:11.125rem;width:8.9375rem;height:2.43713125rem;z-index:15013;font-family:brown;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
#IFQRcJhHaqD6sraXBEd6fsRIRt9gLsiM { top:18.74755859375rem;left:7.5623779296875rem;width:3.125rem;height:3.125rem;z-index:15016;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#vfsK076l4ZZl8MwiWP6Dz7V68OZ7scML { top:19.0625rem;left:11.062133789062rem;width:8.0625rem;height:1.9494625rem;z-index:15014;font-family:brown;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
#eQx3ktH0DK3wHZgBT08LNJRTXB4QVxTr { top:21.312255859375rem;left:11.062133789062rem;width:8.9375rem;height:2.43713125rem;z-index:15015;font-family:brown;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
#iRT0M8bZ7ArwH2CTg9Th7HfHeAMosuSP { top:33.374633789062rem;left:10.999877929688rem;width:8.8125rem;height:1.62475625rem;z-index:15015;font-family:brown;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
#wDMCa3SXEDgm0hTD0JsttzyMlIONNdXK { top:32.1875rem;left:10.999877929688rem;width:8.5625rem;height:0.97473125rem;z-index:15014;font-family:brown;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
#nsCUf1wXPThggc1CPxS4bwV8E8QHZBoJ { top:26.937255859375rem;left:11.062133789062rem;width:9rem;height:2.43713125rem;z-index:15013;font-family:brown;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
#vwRBHzZ8bvezpi2Wz2iPgu6UX8GhTEMo { top:31.624755859375rem;left:7.375rem;width:3.125rem;height:3.125rem;z-index:15016;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#PFqFdVna64JI9bdxKufIkBVRxA9BmQTF { top:25.499877929688rem;left:7.5rem;width:3.125rem;height:3.125rem;z-index:15015;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#ELhge8qtOmq7A2hOewLutL7dTiKcckDH { top:25.687255859375rem;left:10.999877929688rem;width:8.125rem;height:0.97473125rem;z-index:15012;font-family:brown;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
#vo3OnVIqTivi4lyW4pUkTOgZnGGtaZTE { top:7.8748779296875rem;left:0rem;width:20rem;height:2.6245125rem;z-index:15005;font-size:0.9375rem;color:#ff0000;line-height:1.4;font-family:brown;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CbHyq2fI5H699cdgfLAgHtuPGuOdpDxf { top:13.968505859375rem;left:8.9996337890625rem;width:1.8125rem;height:18rem;z-index:14999;border-top:0;border-left:0.0625rem solid #000000;border-right:0;border-bottom:0;background-color:transparent;background-image:none;display:block; }
#xIBOBzetdG1rv6vNEowHOvQD2DHpR66E { width:18.374rem;height:3.061525rem;top:48.975830078125rem;left:0.81298828125rem;z-index:15024;color:#000000;background-color:#ffc938;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:400;font-style:normal;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;font-size:1.25rem;box-shadow: none;display:block; }
#O6norERW3y07l6CfxGSiGvKf3hCBZoXC { display:block; }
#qTAyU450u0p5CPWsGBgD7boEf0os6QFZ { top:40.623901367188rem;left:0.5625rem;width:18.875rem;height:7rem;z-index:14979;background-color:#fff6c7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.0625rem solid #ffe172;border-left:0.0625rem solid #ffe172;border-right:0.0625rem solid #ffe172;border-bottom:0.0625rem solid #ffe172;display:block; }
#yM3VqQiwWoLK7rl3TD31yO1gK7Snk97Z { top:43.3125rem;left:7.3125rem;width:12.687375rem;height:1.05590625rem;z-index:15006;font-size:0.8125rem;color:#000000;line-height:1.3;font-family:brown;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rrkfxhaZo65pkBTQspVTAwpXwr4Bv4Zl { top:45rem;left:0.5rem;width:18.9375rem;height:1.9494625rem;z-index:15006;font-size:0.75rem;color:#000000;line-height:1.3;font-family:brown;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vzp1Hu5y7eO0zt9JihXlq9DAFVXTNg9T { display:flex;top:43.25rem;left:6.0625rem;width:0.9375rem;height:0.9375rem;z-index:15035;font-size:0.625rem; }
#o1mrD224sLKWsPundWlJN42oVKupQ6MO { top:37.914672851562rem;left:6.6329345703125rem;width:4.93713125rem;height:4.9375rem;z-index:14980;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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; }
#qId444OCiZT3wuF1MrXIElq417KRJhxk { top:37.562133789062rem;left:7.1015625rem;width:3.99963125rem;height:5.3125rem;z-index:15055;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;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; }
#XbL9UmkzzJugTG3d2B8TzoHfWVRAdDgJ { top:36.187133789062rem;left:0rem;width:20rem;height:5.812375rem;z-index:14976;background-color:#c5c5c5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#Xo5HGudeIJLIc5KlEk0Tg40tbraQRpcc { width:0.5625rem;height:2.8125rem;top:18.81787109375rem;left:8.850830078125rem;overflow:hidden;z-index:15024;display:block; }
#eGuCxKwSD1rNewudzfOddWxQPHgv0DmM { width:0.5625rem;height:2.5625rem;top:25.750122070312rem;left:8.8828125rem;overflow:hidden;z-index:15025;display:block; }
#qO1oZxoWxVpf2MLMlVS3xZ7iO7dPQfDq { width:1rem;height:2.8125rem;top:31.75rem;left:8.538818359375rem;overflow:hidden;z-index:15026;display:block; }
#NgVzM8iPTzd6XPbqskiGExRRdbrBZFNU { width:1.75rem;height:2.8125rem;top:13.017578125rem;left:8.16357421875rem;overflow:hidden;z-index:15025;display:block; }
#FThtAkaciHuDD8XpZXtXNnOm60hy1H7E { background-color:#f7f5f2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#FThtAkaciHuDD8XpZXtXNnOm60hy1H7E > .row .container { border-width: 0; border-radius: 0; }#FThtAkaciHuDD8XpZXtXNnOm60hy1H7E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FThtAkaciHuDD8XpZXtXNnOm60hy1H7E > .row .container { width:20rem;height:46.25rem;position:relative;display:none; }#J4gvh4X5frOsfHoZyZRwGn0JCp5LADwC { top:1.7900390625rem;left:0rem;width:20rem;height:3.75rem;z-index:15004;font-size:1.5625rem;color:#000000;line-height:1.2;font-family:brown;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AhDK9qm0tqbQTQanRXQdpTrIhH2Umzle { top:6.11474609375rem;left:0rem;width:19.8125rem;height:3.674925rem;z-index:15005;font-size:0.875rem;color:#000000;line-height:1.4;font-family:brown;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OIIi141dehhcuNqmscEiT3576vhWlX5X { top:0.3837890625rem;left:0rem;width:4.0625rem;height:10.625rem;z-index:15014;font-size:0.9375rem;color:rgba(0,0,0,0);background-color:transparent;background-image:none;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; }
#mkctJf1fXb1k9NSLTmA3O6aQHBbwbQ5L { display:block; }
#bH7vlyDCqlLE8TPpegMGierJurianR10 { top:11.25rem;left:0rem;width:20rem;height:22.672125rem;z-index:14978;overflow:hidden;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;display:block; }
#Bp0zDTaarCC9TCLcE7PeCnugLlHooA4a { top:12.6875rem;left:13.375rem;width:5.4370125rem;height:5.4370125rem;z-index:15014;overflow:hidden;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; }
#hRXRJbiKy3EKa2Dt3fs12T3cKGia9Ud5 { width:19.375rem;height:6.0625rem;top:33.616333007812rem;left:0.2734375rem;z-index:14979;background-color:#ffffff;background-image:none;display:block; }
#OLgNd73VcXZwT2HTHIb54knMtG0InTvA { top:34.375rem;left:5rem;width:14.3125rem;height:4.5483375rem;z-index:15007;font-weight:700;font-style:normal;font-size:0.8125rem;line-height:1.4;display:block; }
#a4IaCkiCSJiB82aI9egs8CunwChvMZxC { top:34.25rem;left:1rem;width:3.5rem;height:4.6875rem;z-index:14980;overflow:hidden;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;display:block; }
#A2CATPLzik0HhlTS2LvpgqWdzccFqTlt { width:16.437375rem;height:3.06213125rem;top:41.460571289062rem;left:1.77978515625rem;z-index:15023;color:#000000;background-color:#ffc938;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:400;font-style:normal;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;font-size:1.25rem;box-shadow: none;display:block; }
#cTGLIQFuyAqIZU3MEMnZ1XBUd4WrTlHl { display:block; }
#qFrfJNiBHCgK4lahbSHO4zvxPUuR9ixf { display:block; }#qFrfJNiBHCgK4lahbSHO4zvxPUuR9ixf > .row .container { width:20rem;height:6.89941328125rem;position:relative;display:block; }#LIFz2gyN1bp0Qva5f36yTLCDKv6Uhf74 { top:1.23095703125rem;left:0rem;width:20rem;height:3.8997375rem;z-index:15003;text-align:center;text-align-last:center;font-size:1.5rem;font-weight:700;font-style:normal;display:block; }
#lGs90dl83Og1q2Spbip2GTq0XQcLl5TJ { top:5.35595703125rem;left:0rem;width:20rem;height:1.54361875rem;z-index:15004;text-align:center;text-align-last:center;font-size:1.1875rem;font-weight:400;font-style:normal;display:block; }
#vTHHAReC92t0wWrO0OSi9vFTiKSRoQcO { display:block; }#vTHHAReC92t0wWrO0OSi9vFTiKSRoQcO { background-color: transparent; background-image: none; }#vTHHAReC92t0wWrO0OSi9vFTiKSRoQcO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTHHAReC92t0wWrO0OSi9vFTiKSRoQcO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTHHAReC92t0wWrO0OSi9vFTiKSRoQcO > .row .container > .video-iframe-container { display: none; }#vTHHAReC92t0wWrO0OSi9vFTiKSRoQcO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTHHAReC92t0wWrO0OSi9vFTiKSRoQcO > .row > .video-iframe-container { display: none; }#vTHHAReC92t0wWrO0OSi9vFTiKSRoQcO > .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); }#vTHHAReC92t0wWrO0OSi9vFTiKSRoQcO > .row .container { width:20rem;height:14.1875rem;background-color:#ffffff;background-image:none;position:relative;display:block; }#gzKDHS2S19KRmiXsCgVznb5n1Zatx0Re { top:0rem;left:0rem;width:19.5rem;height:14.1875rem;z-index:15000;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; }
#OGOy0L3U2QQGZyH0UypNipE9sycusleo { background-color:#fafafa;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; }#OGOy0L3U2QQGZyH0UypNipE9sycusleo > .row .container { background-color: transparent; background-image: none; }#OGOy0L3U2QQGZyH0UypNipE9sycusleo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGOy0L3U2QQGZyH0UypNipE9sycusleo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGOy0L3U2QQGZyH0UypNipE9sycusleo > .row .container > .video-iframe-container { display: none; }#OGOy0L3U2QQGZyH0UypNipE9sycusleo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGOy0L3U2QQGZyH0UypNipE9sycusleo > .row > .video-iframe-container { display: none; }#OGOy0L3U2QQGZyH0UypNipE9sycusleo > .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); }#OGOy0L3U2QQGZyH0UypNipE9sycusleo > .row .container { border-width: 0; border-radius: 0; }#OGOy0L3U2QQGZyH0UypNipE9sycusleo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OGOy0L3U2QQGZyH0UypNipE9sycusleo > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; }#aXxcwK4JKPrfL1eoMmnHGe2mRLefV06b { top:1.5rem;left:0.9375rem;width:16.25rem;height:2.8496125rem;z-index:15002;text-align:left;text-align-last:left;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#PqTAtERiAQqEEpI0aoE3TKSTT4BGhdTM { display:flex;top:5.8125rem;left:6.8125rem;width:1.375rem;height:1.375rem;z-index:14990; }
#emVasn5WOKw7Oc9car6FaT8w2Fmu1uyt { display:flex;top:5.875rem;left:6.9375rem;width:1.125rem;height:1.125rem;z-index:14989; }
#H1lzQeB4bD0W3bXHGpQczTbFH4SpCAdT { top:7.375rem;left:6.875rem;width:12.6875rem;height:6.12305rem;z-index:15003;font-weight:700;font-style:normal;font-size:0.875rem;line-height:1.4;display:block; }
#LCQxVLMrWO8THduz2QbeD58OxWHaTkOC { display:flex;top:16rem;left:6.6875rem;width:1.375rem;height:1.375rem;z-index:14992; }
#XblG7qSSxcQIWViH3hXIgUgW1UJMFLTi { display:flex;top:16.125rem;left:6.75rem;width:1.125rem;height:1.125rem;z-index:14991; }
#LbVtHUJTNeilvBu6bodDlRP9xCtsrm0g { top:16.375rem;left:0.375rem;width:5.6875rem;height:6.9375rem;z-index:14997;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;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; }
#ciGZVh91BLhSbG5ic59gEeLXOtQNd38t { width:16.4375rem;height:3.0625rem;top:45.3125rem;left:1.78125rem;z-index:15022;color:#000000;background-color:#ffc938;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:400;font-style:normal;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;font-size:1.25rem;box-shadow: none;display:block; }
#H09FJCfvhe2T6MD2UuWbQTPmPquQF9TP { display:block; }
#gpcnyKdDIVOV7WnJM831GMDnD5hOBbMk { top:27.375rem;left:6.5rem;width:12.3125rem;height:6.12305rem;z-index:15004;font-weight:700;font-style:normal;font-size:0.875rem;line-height:1.4;display:block; }
#LU2V5C4bxAg7s5lyp2WPyep7sU0UloIN { top:6.4375rem;left:0.375rem;width:5.5rem;height:6.9375rem;z-index:14979;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;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; }
#zmspO4wA0pAFUx5I8MO67bky5U5Wr9dc { top:26.25rem;left:0.375rem;width:5.5625rem;height:7rem;z-index:14998;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;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; }
#AH9I15zKbrQEQytlMulMViZAPq77bENq { top:17.4375rem;left:6.8125rem;width:12.5625rem;height:6.12305rem;z-index:15005;font-weight:700;font-style:normal;font-size:0.875rem;line-height:1.4;display:block; }
#Un3cTdTXcZdgVlgWTvhdQnhEhhSDIhtA { display:flex;top:25.6875rem;left:6.5rem;width:1.375rem;height:1.375rem;z-index:14993; }
#F2uIFHsclo7tCMPOhxouK0D3kvUhT5uP { display:flex;top:25.8125rem;left:6.625rem;width:1.125rem;height:1.125rem;z-index:14992; }
#IZysHqzg99Gg0FEG0v17eZvbgyoB215G { top:37.125rem;left:6.8125rem;width:12.4375rem;height:6.12305rem;z-index:15008;font-weight:700;font-style:normal;font-size:0.875rem;line-height:1.4;display:block; }
#EzS2KgGm9BLcPGPIMUVceoVNDsNhqtcD { top:36.0625rem;left:0.375rem;width:5.5625rem;height:6.875rem;z-index:14980;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;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; }
#miw8umBsJxL18RO50gKGVtEh1F3WKT6Q { display:flex;top:35.75rem;left:6.75rem;width:1.375rem;height:1.375rem;z-index:14995; }
#u4MmMSakuT1pdF1Otm6cV9eRO8t5Li4i { display:flex;top:35.8125rem;left:6.8125rem;width:1.125rem;height:1.125rem;z-index:14994; }
#w6R4PzzvZOLa5x43XiFrNiALIqORHyeU { top:14.75rem;left:0rem;width:20rem;height:0.0625rem;z-index:15036;background-color:rgba(0,0,0,0.34);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#h3ibrnzWG2GKlJbphK0mzvMJVzBHzLzA { top:24.625rem;left:0rem;width:20rem;height:0.0625rem;z-index:15037;background-color:rgba(0,0,0,0.34);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#H0sbKaw92tDOGkrcFwmMZOJbTam9CIBP { top:34.6875rem;left:0rem;width:20rem;height:0.0625rem;z-index:15038;background-color:rgba(0,0,0,0.34);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TcTvdUpAXDC6EB7gI5C3DQLNkVEyV9F9 { top:1.5625rem;left:0.036458333333343rem;width:0.1875rem;height:2.5625rem;z-index:15004;background-color:#ffc938;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#NJKaqW4qmGlMcqbDll4H62r7xXu2tDin { top:0.6866455078125rem;left:0rem;width:19.75rem;height:47.8125rem;z-index:15039;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#n7KfFWA4Ke3KFomRZ0lUT3gdm5rkyUpC { display:block; }
#VGZuLhi8mEI9QC5pZKdUOaLuienB1nG6 { 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; }#VGZuLhi8mEI9QC5pZKdUOaLuienB1nG6 > .row .container { background-color: transparent; background-image: none; }#VGZuLhi8mEI9QC5pZKdUOaLuienB1nG6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGZuLhi8mEI9QC5pZKdUOaLuienB1nG6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGZuLhi8mEI9QC5pZKdUOaLuienB1nG6 > .row .container > .video-iframe-container { display: none; }#VGZuLhi8mEI9QC5pZKdUOaLuienB1nG6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGZuLhi8mEI9QC5pZKdUOaLuienB1nG6 > .row > .video-iframe-container { display: none; }#VGZuLhi8mEI9QC5pZKdUOaLuienB1nG6 > .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); }#VGZuLhi8mEI9QC5pZKdUOaLuienB1nG6 > .row .container { border-width: 0; border-radius: 0; }#VGZuLhi8mEI9QC5pZKdUOaLuienB1nG6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VGZuLhi8mEI9QC5pZKdUOaLuienB1nG6 > .row .container { width:20rem;height:11.6875rem;position:relative;display:block; }#rxAzh2tsKGlbPmFEiAWv7Eo4Lr1cdq3Q { top:6.8125rem;left:1.84375rem;width:16.3125rem;height:3.89941875rem;z-index:15033;font-family:brown;font-size:1rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#v05LZMCNURfoduyVZWe9mTFBKeyiP8g3 { top:2.4365234375rem;left:0rem;width:20rem;height:1.875rem;z-index:15007;font-family:brown;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1;color:#000000;display:block; }
#fs1suIyNTyLf8M8W2fgqNKFTucr3EtyI { width:20rem;height:11.75rem;top:-0.0625rem;left:0rem;display:block; }
#WzTm34Bl2KcTNLDCPVHneafD1XLpSltX { display:block; }
#A9zGlI0R5TWwagV19tMb9i5B1dyz2Vdh { top:6.8125rem;left:8.3125rem;width:9.75rem;height:1.1875rem;z-index:15007;background-color:#ffeaa2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#RmWxDzEngIXgCH7kZLyxkpkW131lCf7L { top:8.125rem;left:14.5625rem;width:3.1875rem;height:1.1875rem;z-index:15008;background-color:#ffeaa2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#PD2pfhndxCeF58vDnMkBrTSSqFqrsB0e { top:0.875rem;left:0rem;width:20rem;height:0.9375rem;z-index:15008;font-family:brown;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1;color:#000000;font-weight:300;font-style:normal;display:block; }
#uqqzQIDonqc8kynKWIiNoJFH7VolZUuR { top:4.4990234375rem;left:0rem;width:20rem;height:1.25rem;z-index:15008;font-family:brown;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1;color:#000000;display:block; }
#ZJFMupSDcLV9JJXoHGZ4QhJ9ohB8tm5X { top:9.4609375rem;left:6.875rem;width:5.9375rem;height:1.1875rem;z-index:15009;background-color:#ffeaa2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#Dx4Izt8y52OrHBskTwgxPtRddS0b381Z { 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; }#Dx4Izt8y52OrHBskTwgxPtRddS0b381Z > .row .container { background-color: transparent; background-image: none; }#Dx4Izt8y52OrHBskTwgxPtRddS0b381Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dx4Izt8y52OrHBskTwgxPtRddS0b381Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dx4Izt8y52OrHBskTwgxPtRddS0b381Z > .row .container > .video-iframe-container { display: none; }#Dx4Izt8y52OrHBskTwgxPtRddS0b381Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dx4Izt8y52OrHBskTwgxPtRddS0b381Z > .row > .video-iframe-container { display: none; }#Dx4Izt8y52OrHBskTwgxPtRddS0b381Z > .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); }#Dx4Izt8y52OrHBskTwgxPtRddS0b381Z > .row .container { border-width: 0; border-radius: 0; }#Dx4Izt8y52OrHBskTwgxPtRddS0b381Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dx4Izt8y52OrHBskTwgxPtRddS0b381Z > .row .container { width:20rem;height:31.875rem;position:relative;display:block; }#PybH8mwT9wXoekxRn3TFscqorhlNyw2F { top:15.9638671875rem;left:0rem;width:20rem;height:15.4375rem;z-index:15008;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; }
#MysCAOl10XLGGxt6Ev73aFz2q4OMiwvg { top:0.75rem;left:0.0625rem;width:19.9375rem;height:30.5625rem;z-index:15033;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#wo81AyOcH2hkhTEpRq9TTHSsaEQT3T5F { display:block; }
#WusksI9izTTLrRcRQA9giJFlfhz2fA4X { top:0.24951171875rem;left:0rem;width:20rem;height:15.25rem;z-index:15011;overflow:hidden;display:block; }
#WcMvPMBS5M2WyIQeZQVqGhFCvhtmnTol { 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; }#WcMvPMBS5M2WyIQeZQVqGhFCvhtmnTol > .row .container { background-color: transparent; background-image: none; }#WcMvPMBS5M2WyIQeZQVqGhFCvhtmnTol::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcMvPMBS5M2WyIQeZQVqGhFCvhtmnTol > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcMvPMBS5M2WyIQeZQVqGhFCvhtmnTol > .row .container > .video-iframe-container { display: none; }#WcMvPMBS5M2WyIQeZQVqGhFCvhtmnTol > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcMvPMBS5M2WyIQeZQVqGhFCvhtmnTol > .row > .video-iframe-container { display: none; }#WcMvPMBS5M2WyIQeZQVqGhFCvhtmnTol > .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); }#WcMvPMBS5M2WyIQeZQVqGhFCvhtmnTol > .row .container { border-width: 0; border-radius: 0; }#WcMvPMBS5M2WyIQeZQVqGhFCvhtmnTol > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WcMvPMBS5M2WyIQeZQVqGhFCvhtmnTol > .row .container { width:20rem;height:17rem;position:relative;display:block; }#gcMGwIEfGwCHilOzaormg2f83ISv9nMm { top:12.75rem;left:1rem;width:3.5rem;height:1.0563125rem;z-index:15001;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
#EMCl91kcnekxBhze2Gqn2MkrslTQwPdo { top:3.4638671875rem;left:0rem;width:20rem;height:1.381225rem;z-index:15001;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
#Jb1nWWWQQNkAuuA1xEh83seC9nvnXIi7 { width:20rem;height:16.875rem;top:0.125rem;left:0rem;z-index:15027;display:block; }
#J1kv2RNLULapOLPi44NrGGA8edf4SggP { display:block; }
#eBqbdlLMOdJhQbFFe0Hs5mPTPDTKosZc { top:5.75rem;left:0rem;width:6.3125rem;height:6.3125rem;z-index:15024;overflow:hidden;display:block; }
#ghNvg3G4hv5aeg8U4RLXvmluWpoMFkC7 { top:5.6875rem;left:6.875rem;width:6.3125rem;height:6.3125rem;z-index:15025;overflow:hidden;display:block; }
#wpyhRxx69VB5ST0T0pJKVAG6Ve0ikyNG { top:5.75rem;left:13.75rem;width:6.1875rem;height:6.1875rem;z-index:15026;overflow:hidden;display:block; }
#g5z2JsTGWwe7q8oJcTR2tXPg94Ot63A0 { top:12.75rem;left:7.375rem;width:5.249025rem;height:1.0563125rem;z-index:15002;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
#RVrHFStHK3Jm7zXkLglvB2akuJKr5PEq { top:12.75rem;left:13.875rem;width:6.125rem;height:1.0563125rem;z-index:15003;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
#z9iMVRTViBcFoXhNclabuFkGz8fRVoSy { top:1.3515625rem;left:0rem;width:20rem;height:2.11230625rem;z-index:15002;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
#shCJUNITUr89NvZ5IarlcxFE7ul87KTA { top:0.1875rem;left:2.1875rem;width:15.625rem;height:0.0625rem;z-index:15029;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#yv0bufNJ2RVL5ntzX41q0nFA5gE9GxTd { display:flex;top:13.6875rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15030; }
#eGA1RDCmTL6xQAgBaQups9F1SLRHdwTe { 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; }#eGA1RDCmTL6xQAgBaQups9F1SLRHdwTe > .row .container { background-color: transparent; background-image: none; }#eGA1RDCmTL6xQAgBaQups9F1SLRHdwTe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGA1RDCmTL6xQAgBaQups9F1SLRHdwTe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGA1RDCmTL6xQAgBaQups9F1SLRHdwTe > .row .container > .video-iframe-container { display: none; }#eGA1RDCmTL6xQAgBaQups9F1SLRHdwTe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGA1RDCmTL6xQAgBaQups9F1SLRHdwTe > .row > .video-iframe-container { display: none; }#eGA1RDCmTL6xQAgBaQups9F1SLRHdwTe > .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); }#eGA1RDCmTL6xQAgBaQups9F1SLRHdwTe > .row .container { border-width: 0; border-radius: 0; }#eGA1RDCmTL6xQAgBaQups9F1SLRHdwTe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eGA1RDCmTL6xQAgBaQups9F1SLRHdwTe > .row .container { width:20rem;height:3.75rem;position:relative;display:block; }#cth3gtC2rpsUnnW1Gz4OlwKfPAO48JQH { top:0.921875rem;left:0rem;width:20rem;height:2.03125rem;z-index:15000;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
#vdBDOx1pJTHTwlbgQxDu8xmeLdiQhQbG { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f0fdf22e-6cd5-4178-a34b-7748e8f67670/cs28.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#vdBDOx1pJTHTwlbgQxDu8xmeLdiQhQbG.adaptive-delivery-prevent-bg, #vdBDOx1pJTHTwlbgQxDu8xmeLdiQhQbG.lazyload, #vdBDOx1pJTHTwlbgQxDu8xmeLdiQhQbG.lazyloading { background-image: none; }#vdBDOx1pJTHTwlbgQxDu8xmeLdiQhQbG > .row .container { background-color: transparent; background-image: none; }#vdBDOx1pJTHTwlbgQxDu8xmeLdiQhQbG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdBDOx1pJTHTwlbgQxDu8xmeLdiQhQbG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdBDOx1pJTHTwlbgQxDu8xmeLdiQhQbG > .row .container > .video-iframe-container { display: none; }#vdBDOx1pJTHTwlbgQxDu8xmeLdiQhQbG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdBDOx1pJTHTwlbgQxDu8xmeLdiQhQbG > .row > .video-iframe-container { display: none; }#vdBDOx1pJTHTwlbgQxDu8xmeLdiQhQbG > .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); }#vdBDOx1pJTHTwlbgQxDu8xmeLdiQhQbG > .row .container { border-width: 0; border-radius: 0; }#vdBDOx1pJTHTwlbgQxDu8xmeLdiQhQbG > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vdBDOx1pJTHTwlbgQxDu8xmeLdiQhQbG > .row .container { width:20rem;height:23.75rem;position:relative;display:block; }#zgymqOMAsQHriNbhb3fCAxsbwHPbVTBr { top:1.630859375rem;left:11.5rem;width:7.5625rem;height:2.5996125rem;z-index:15009;font-family:brown;font-size:1rem;text-align:left;text-align-last:left;color:#000000;font-weight:400;font-style:normal;display:block; }
#uzy9OzU0zvV4Vn6nHUWDgPvuvLQDO9Pr { top:2.375rem;left:6.625rem;width:0.5rem;height:0.5rem;z-index:15030;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.6875rem;border-top-right-radius:7.6875rem;border-bottom-left-radius:7.6875rem;border-bottom-right-radius:7.6875rem;background-color:transparent;background-image:none;display:block; }
#PWwhp3kJEZMTdZskHatrwmmTttDNcTPz { top:2.6875rem;left:7.1875rem;width:4.0625rem;height:0.0625rem;z-index:15031;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#sEIrDRdeBDMc0ZoFhTw8QA4w5ux0ictu { top:8.0625rem;left:10.5625rem;width:0.4998225rem;height:0.4998225rem;z-index:15032;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.6875rem;border-top-right-radius:7.6875rem;border-bottom-left-radius:7.6875rem;border-bottom-right-radius:7.6875rem;background-color:transparent;background-image:none;display:block; }
#tR5CZUu45BzbmSNudeP2pZNainSKDsMV { top:8.375rem;left:11.125rem;width:1.5625rem;height:0.0625rem;z-index:15032;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#LrEJ942EgTBg8TJEQhniAm3WpvIhtfS4 { top:13.6875rem;left:9.4375rem;width:1.875rem;height:0.062144875rem;z-index:15033;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#fonNPF8xX7Npe92Tk2W0dkS7bXHMHIoT { top:13.375rem;left:8.875rem;width:0.4998225rem;height:0.4998225rem;z-index:15033;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.6875rem;border-top-right-radius:7.6875rem;border-bottom-left-radius:7.6875rem;border-bottom-right-radius:7.6875rem;background-color:transparent;background-image:none;display:block; }
#aha6FgZvNaDdfXbzSDLhC5f7Geq7CSHH { width:19.625rem;height:23.0625rem;top:0.125rem;left:0rem;background-color:transparent;background-image:none;z-index:15037;display:block; }
#ofF1gIW3yldJuOD0AqW5ERpfpm9S3tH6 { display:block; }
#CrBtXbXS9FfhVG4RKlnEBczdiXUgGhAD { top:7.568359375rem;left:13.1875rem;width:4.1875rem;height:2.5996125rem;z-index:15010;font-family:brown;font-size:1rem;text-align:left;text-align-last:left;color:#000000;font-weight:400;font-style:normal;display:block; }
#CHfTJ5T4GS5LEE1qq1wx3c9R2nHHHXIb { top:19.5625rem;left:14.75rem;width:4.0625rem;height:2.5996125rem;z-index:15011;font-family:brown;font-size:1rem;text-align:left;text-align-last:left;color:#000000;font-weight:400;font-style:normal;display:block; }
#vgbKUgvgDfM6iyAmn8JmQLx1daV1fFFd { top:12.75rem;left:11.8125rem;width:5.625rem;height:2.5996125rem;z-index:15012;font-family:brown;font-size:1rem;text-align:left;text-align-last:left;color:#000000;font-weight:400;font-style:normal;display:block; }
#QRmKkGlLUfnwIvZpvgoX0g78VBNwK3Dd { top:20.8125rem;left:12.375rem;width:1.875rem;height:0.06201175rem;z-index:15034;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#OwFVl3dtFxMerAQyVbGasMXn63b19Alh { top:20.5625rem;left:11.8125rem;width:0.499511875rem;height:0.499511875rem;z-index:15034;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.6875rem;border-top-right-radius:7.6875rem;border-bottom-left-radius:7.6875rem;border-bottom-right-radius:7.6875rem;background-color:transparent;background-image:none;display:block; }
#qBkBvohBV7ZM6sP8RuO882ls9mTK1Rya { background-color:#f4f4f4;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; }#qBkBvohBV7ZM6sP8RuO882ls9mTK1Rya > .row .container { background-color: transparent; background-image: none; }#qBkBvohBV7ZM6sP8RuO882ls9mTK1Rya::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBkBvohBV7ZM6sP8RuO882ls9mTK1Rya > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBkBvohBV7ZM6sP8RuO882ls9mTK1Rya > .row .container > .video-iframe-container { display: none; }#qBkBvohBV7ZM6sP8RuO882ls9mTK1Rya > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBkBvohBV7ZM6sP8RuO882ls9mTK1Rya > .row > .video-iframe-container { display: none; }#qBkBvohBV7ZM6sP8RuO882ls9mTK1Rya > .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); }#qBkBvohBV7ZM6sP8RuO882ls9mTK1Rya > .row .container { border-width: 0; border-radius: 0; }#qBkBvohBV7ZM6sP8RuO882ls9mTK1Rya > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qBkBvohBV7ZM6sP8RuO882ls9mTK1Rya > .row .container { width:20rem;height:31.75rem;position:relative;display:block; }#l22we92fO2ZHPUFNXI2iUZSlQc7og9yr { top:6.349609375rem;left:4rem;width:12rem;height:1.21875rem;z-index:15032;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
#OqwGiTfzcTW6U25DNcucfVtyg0J2yIpG { top:9.3125rem;left:1.65625rem;width:6.5rem;height:1.13769375rem;z-index:15027;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
#JNgAnxBifEuvoUMT8VxawpnlG6zrTuO7 { top:9.3125rem;left:11.4375rem;width:6.625rem;height:1.13769375rem;z-index:15028;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
#qMhBN1SyTqCaHBtWRN8dQkyZ2eTTGGFh { top:11.3125rem;left:1rem;width:7.8125rem;height:8.5rem;z-index:15029;overflow:hidden;display:block; }
#IkssE9GIbQBqDSpTvCVOnmrik9A5PcK0 { top:1.9365234375rem;left:5.15625rem;width:9.6875rem;height:1.2999125rem;z-index:15028;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
#J2kNTnsneXTF7BeyEZ8RXt6ha0TqlZWc { top:21rem;left:0.875rem;width:8.75rem;height:7.8994375rem;z-index:15029;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }#J2kNTnsneXTF7BeyEZ8RXt6ha0TqlZWc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#J2kNTnsneXTF7BeyEZ8RXt6ha0TqlZWc li:before{  }
#bfeIa72UDisGOd8KWv3teoAqFyF8ecQq { top:21rem;left:10.375rem;width:8.75rem;height:;z-index:15030;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }#bfeIa72UDisGOd8KWv3teoAqFyF8ecQq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bfeIa72UDisGOd8KWv3teoAqFyF8ecQq li:before{  }
#x72DAFbabUmnvVTM55dKm9A90CQwpmG6 { top:3.048828125rem;left:2.46875rem;width:15.0625rem;height:2.1933625rem;z-index:15033;text-align:center;text-align-last:center;font-size:1.6875rem;font-family:brown;font-weight:400;font-style:normal;line-height:1.3;display:block; }
#x9SD13nwIwMW9pEUbGCkG5nx3ECMzVQb { top:9.193359375rem;left:0.9375rem;width:7.8125rem;height:1.25rem;z-index:15034;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#cQ3op7qZJ328TrBK0AJX6D5tzw7NWSFK { top:9.193359375rem;left:10.78125rem;width:7.8125rem;height:1.25rem;z-index:15035;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#b1hDCuh9FepAHUIQcRFNCOWRaEow9TFf { top:11.3125rem;left:10.53125rem;width:7.8125rem;height:8.5rem;z-index:15030;overflow:hidden;display:block; }
#Gw7ZOBctLDTwfbZclyxHPwrDKLwuQoTI { top:0rem;left:0.24978446960449rem;width:19.5625rem;height:31.75rem;z-index:15036;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#o3xp1b5I5WgNaWzZbo0QNoIilvHAmDXK { display:block; }
#OVA2vpv7xJVd2aItNhbomMGDb1d5fKMg { 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; }#OVA2vpv7xJVd2aItNhbomMGDb1d5fKMg > .row .container { background-color: transparent; background-image: none; }#OVA2vpv7xJVd2aItNhbomMGDb1d5fKMg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVA2vpv7xJVd2aItNhbomMGDb1d5fKMg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVA2vpv7xJVd2aItNhbomMGDb1d5fKMg > .row .container > .video-iframe-container { display: none; }#OVA2vpv7xJVd2aItNhbomMGDb1d5fKMg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVA2vpv7xJVd2aItNhbomMGDb1d5fKMg > .row > .video-iframe-container { display: none; }#OVA2vpv7xJVd2aItNhbomMGDb1d5fKMg > .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); }#OVA2vpv7xJVd2aItNhbomMGDb1d5fKMg > .row .container { border-width: 0; border-radius: 0; }#OVA2vpv7xJVd2aItNhbomMGDb1d5fKMg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OVA2vpv7xJVd2aItNhbomMGDb1d5fKMg > .row .container { width:20rem;height:32.3125rem;position:relative;display:block; }#ByFh8cbTZWA1N5n5A4QLeH3Ooz6t022U { 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; }
#oWFp1mugyJV68oSkno3Ahv8wRzdgk2S4 { top:8.76220703125rem;left:0.6875rem;width:18.25rem;height:4.548825rem;z-index:15001;font-size:0.875rem;display:block; }
#NlvJUZbveI2cMvgFu8JhrAgIhr8Nz61P { display:flex;top:6.94970703125rem;left:0.6875rem;width:1.0625rem;height:1.0625rem;z-index:15002;font-size:0.6875rem; }
#N0wW9bm7X2FryQG83r4St6dzJMqMdnnW { display:flex;top:6.94970703125rem;left:1.875rem;width:1.0625rem;height:1.0625rem;z-index:15003;font-size:0.6875rem; }
#PeCuI0II2gshDlh5WteqT0P1eNVN0ocx { display:flex;top:6.94970703125rem;left:3.0625rem;width:1.0625rem;height:1.0625rem;z-index:15004;font-size:0.6875rem; }
#ABHHgu40cTkWRX75mvceEAgpVq5CDRZl { display:flex;top:6.94970703125rem;left:4.25rem;width:1.0625rem;height:1.0625rem;z-index:15005;font-size:0.6875rem; }
#V7kFyA0ofIaygeblPCdUqHy15SC2TiRl { display:flex;top:6.94970703125rem;left:5.4375rem;width:1.0625rem;height:1.0625rem;z-index:15006;font-size:0.6875rem; }
#Pgfr4LSHFZKEmXdTN7GuxhKxHxCragVu { 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; }
#UJMW7vEKP25HWykIltK1Iewkx9tzHtku { 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; }
#xUkqK61GHFveZRoHDLidxgmafqEZ4mOF { top:23.5rem;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; }
#PIutyAZbnZZRITH22114m4MzBTsObeO4 { top:27.125rem;left:0.6875rem;width:18.6875rem;height:3.41161875rem;z-index:15009;font-size:0.875rem;display:block; }
#WHq1fgusCE5XsQsUEw7d168CSZpC0iTk { display:flex;top:25.3125rem;left:3.0625rem;width:1.0625rem;height:1.0625rem;z-index:15012;font-size:0.6875rem; }
#tRGknuvGMmpz4A0vwwRv4FrfWBLU4dXh { display:flex;top:25.3125rem;left:4.25rem;width:1.0625rem;height:1.0625rem;z-index:15013;font-size:0.6875rem; }
#haun71xfNaqlaTusavO0GUtcgqF3vGyg { display:flex;top:25.3125rem;left:5.4375rem;width:1.0625rem;height:1.0625rem;z-index:15014;font-size:0.6875rem; }
#VJm3W3xZa4QKbPknSinKWmGEpFk3X56l { display:flex;top:25.3125rem;left:1.875rem;width:1.0625rem;height:1.0625rem;z-index:15011;font-size:0.6875rem; }
#fJxgqkmi6F1f7KbTOTJTWHmJwx39vBbq { top:24.0625rem;left:0.6875rem;width:18.625rem;height:1.13769375rem;z-index:15010;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
#Ffwf2McgNNZ5Bhi7Dpy0hFoMiBmx90eT { display:flex;top:25.3125rem;left:0.6875rem;width:1.0625rem;height:1.0625rem;z-index:15010;font-size:0.6875rem; }
#VfIZPaTiXa3hq3i0SvNwpzepnA2rzT38 { top:14.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; }
#ccg3sHhovrAtguHS9VUeT9gg6E6k5S7f { top:18rem;left:0.6875rem;width:19rem;height:4.548825rem;z-index:15017;font-size:0.875rem;display:block; }
#suQeV0ikTNcR6R3aivTTPFxnsDIILDPu { display:flex;top:16.1875rem;left:5.4375rem;width:1.0625rem;height:1.0625rem;z-index:15022;font-size:0.6875rem; }
#zDDT4C1UluQDngLq6pLgMID6LJxtXqGb { display:flex;top:16.1875rem;left:4.25rem;width:1.0625rem;height:1.0625rem;z-index:15021;font-size:0.6875rem; }
#UaU2qG5SDd26W9NsOZyr2h3xKzXutMzt { display:flex;top:16.1875rem;left:3.0625rem;width:1.0625rem;height:1.0625rem;z-index:15020;font-size:0.6875rem; }
#XShfNFiTsBIshh6eW7QEk4IZdOI9vyKM { top:14.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; }
#PpaafbtO5U6nwORL96w1sM0N5NhDLcqQ { display:flex;top:16.1875rem;left:1.875rem;width:1.0625rem;height:1.0625rem;z-index:15019;font-size:0.6875rem; }
#dlyGRFzs2EySGO4d1pGDQApo0B8XqViM { display:flex;top:16.1875rem;left:0.6875rem;width:1.0625rem;height:1.0625rem;z-index:15018;font-size:0.6875rem; }
#ok4zqUwQL908fThifCzaB582mkDPDuQu { top:0.4375rem;left:0rem;width:20rem;height:31.875rem;z-index:15042;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#TiIaRH6XxrDnf4zxzmDgrqXxhedXMPQh { display:block; }
#H88DU4PAwbDCoMlOHm9E1AdDqBBpGXxH { 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; }#H88DU4PAwbDCoMlOHm9E1AdDqBBpGXxH > .row .container { background-color: transparent; background-image: none; }#H88DU4PAwbDCoMlOHm9E1AdDqBBpGXxH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H88DU4PAwbDCoMlOHm9E1AdDqBBpGXxH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H88DU4PAwbDCoMlOHm9E1AdDqBBpGXxH > .row .container > .video-iframe-container { display: none; }#H88DU4PAwbDCoMlOHm9E1AdDqBBpGXxH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H88DU4PAwbDCoMlOHm9E1AdDqBBpGXxH > .row > .video-iframe-container { display: none; }#H88DU4PAwbDCoMlOHm9E1AdDqBBpGXxH > .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); }#H88DU4PAwbDCoMlOHm9E1AdDqBBpGXxH > .row .container { border-width: 0; border-radius: 0; }#H88DU4PAwbDCoMlOHm9E1AdDqBBpGXxH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H88DU4PAwbDCoMlOHm9E1AdDqBBpGXxH > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; }#MDVMzUb7Z3TvTsDCprLQdUrFLOlPl3Qy { 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; }#MDVMzUb7Z3TvTsDCprLQdUrFLOlPl3Qy > .row .container { background-color: transparent; background-image: none; }#MDVMzUb7Z3TvTsDCprLQdUrFLOlPl3Qy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDVMzUb7Z3TvTsDCprLQdUrFLOlPl3Qy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDVMzUb7Z3TvTsDCprLQdUrFLOlPl3Qy > .row .container > .video-iframe-container { display: none; }#MDVMzUb7Z3TvTsDCprLQdUrFLOlPl3Qy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDVMzUb7Z3TvTsDCprLQdUrFLOlPl3Qy > .row > .video-iframe-container { display: none; }#MDVMzUb7Z3TvTsDCprLQdUrFLOlPl3Qy > .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); }#MDVMzUb7Z3TvTsDCprLQdUrFLOlPl3Qy > .row .container { border-width: 0; border-radius: 0; }#MDVMzUb7Z3TvTsDCprLQdUrFLOlPl3Qy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MDVMzUb7Z3TvTsDCprLQdUrFLOlPl3Qy > .row .container { width:20rem;height:24.375rem;position:relative;display:block; }#QXG73C6mg0WURumOqTxM9eSkcqfwfXrF { 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; }
#qfDo5LwnJHBoi6f0FVZ7cqPebydpuD4B { display:flex;top:10.31201171875rem;left:2.28125rem;width:3.125rem;height:3.125rem;z-index:15002;font-size:2.1875rem; }
#HFDUOBOnT70uCHNGOm69V2UKgQlQTkyy { top:7.375rem;left:0.5625rem;width:8.3125rem;height:2.2747375rem;z-index:15003;font-size:0.875rem;display:block; }
#FAU59R5Lbfgk542nXy6XpZkZmQqRdtCX { top:4.25rem;left:2.59375rem;width:3.125rem;height:3.125rem;z-index:15004;overflow:hidden;display:block; }
#qbM2U8EFWuCoDOHREplQTFd35ss3Asez { top:13.43701171875rem;left:0.5625rem;width:10.625rem;height:3.41161875rem;z-index:15004;font-size:0.875rem;display:block; }
#vFxHXMQCUA3fXffTmacrf6nftVRz6eTN { top:21.22607421875rem;left:0.875rem;width:7.6875rem;height:2.2747375rem;z-index:15005;font-size:0.875rem;display:block; }
#W1XrTrXIzn0aTAhgLitpNizC1G5OHNmL { top:17.525390625rem;left:2.28125rem;width:3.125rem;height:3.125rem;z-index:15005;overflow:hidden;display:block; }
#QO3eElKZnvTKqRVn9Z2dr46NFxfcxDwP { top:4.1875rem;left:10.9375rem;width:9rem;height:19.25rem;z-index:15006;overflow:hidden;display:block; }
#aw1832XWrWddPrWUHvd6k596vA6eCNsU { top:0rem;left:0rem;width:20rem;height:24.3125rem;z-index:15007;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#Bnuzud84bDZF5PMw8125cyXdCHoEfisP { display:block; }
#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF { position:relative;z-index:auto;display:block; }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF { border-width: 0; border-radius: 0; }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF > .row .container { width:20rem;height:12.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#SkTDq0SqtzH18MQUXTZHOT4n2FvsuuXP { width:2.6875rem;height:2.5625rem;top:5.0625rem;left:4.8125rem;display:block; }
#WwK6Cg95WhGako3FlQchTuGteTvyLpVC { width:2.5rem;height:2.375rem;top:5.1875rem;left:8.1875rem;display:block; }
#l2AFiCTFQ1xnTNiLWaTrF5GlXFrB2GCX { width:3.1875rem;height:3.0625rem;top:5.0625rem;left:11.25rem;display:block; }
#oN3wfGUGTpFVPzZf1Q3cRq6DTV3nVktN { width:20rem;height:1.13769375rem;top:8.92578125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
#vH2dCKk68TBZ3HT0SAxbLCnoAIap2Tkp { width:9.749125rem;height:1.875rem;top:1.7742919921875rem;left:5rem;overflow:hidden;display:block; }
