.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUTZG5WETPJz4hJBVpAJLbrNNM0MbenQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:none; }#gUTZG5WETPJz4hJBVpAJLbrNNM0MbenQ > .row .container { border-width: 0; border-radius: 0; }#gUTZG5WETPJz4hJBVpAJLbrNNM0MbenQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gUTZG5WETPJz4hJBVpAJLbrNNM0MbenQ > .row .container { font-size:0.875rem;font-family:arial;height:3.375rem;width:60rem;position:relative;display:none; }#L0WsCL3CnpqEsBn01G0DwyT3MhWC7Fdf { color:#ffffff;display:block;width:22.9996875rem;position:absolute;font-family:brown;font-size:1.8125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;height:0;top:0.82139760255812rem;left:17.124132156372rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#eqIcNeesZbFbTgfix1loSSq2yoiTeLVT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:17rem;top:0.1875rem;left:0rem;overflow:hidden;display:block; }
#SFJMoVrIuuGRcM3eNSCXKkpTf5DBQkT0 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#0b0b0b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.7498125rem;height:2.43706875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.40625002980232rem;left:43.060546875rem;display:block; }
#psRlFpF9e5xwLiF1mPnD0dzC0yTafyXU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v10X42oFRhG84B2rsMQyE9uC3VL563Xe { 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; }
#y85vDZTJUxFoUcTVBC39ildGBPbOOPax { 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.9375rem;width:3.875rem;display:none; }
#Drlg1iFNsEb56CqhxdsRRIr6fpLOxh03 { position:relative;display:none; }#Drlg1iFNsEb56CqhxdsRRIr6fpLOxh03 { border-width: 0; border-radius: 0; }#Drlg1iFNsEb56CqhxdsRRIr6fpLOxh03 > .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; }#Drlg1iFNsEb56CqhxdsRRIr6fpLOxh03 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#sIrkfGts3GlKoDZcE010lmTxAk4friPg { position:relative;display:none; }#sIrkfGts3GlKoDZcE010lmTxAk4friPg { border-width: 0; border-radius: 0; }#sIrkfGts3GlKoDZcE010lmTxAk4friPg > .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; }#sIrkfGts3GlKoDZcE010lmTxAk4friPg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#VVChgIzdlS3qUQkiwy6gbLAvvek9aShH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.875rem;width:60rem;display:none; }
#w0N9ZEyWUqhVnM1RxOaisfOvsNO5CJrb { 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: 0rem 0.1875rem 0.1875rem rgba(0,0,0,0.08) ;height:12.5rem;width:12.5rem;display:none; }
#wI3x2K9BnASpoTerKeBXn5mowBR9Kadx { position:relative;display:none; }#wI3x2K9BnASpoTerKeBXn5mowBR9Kadx { border-width: 0; border-radius: 0; }#wI3x2K9BnASpoTerKeBXn5mowBR9Kadx > .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; }#wI3x2K9BnASpoTerKeBXn5mowBR9Kadx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#rhedMldTF7JlPT6KBxMpKuTT8TbIF6DW { color:#ffffff;display:block;width:60rem;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; }
#Dr5BOgoe3RTt3tnHyordJ2crwe7Zc36u { 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.25rem;width:6rem;display:none; }
#C7acda7F0BJFVQeN6Rik0W15zHUU84JT { 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.25rem;width:6.875rem;display:none; }
#QaH3rXLGA6WATIXaODuOdaCWLBTqos1k { position:relative;display:none; }#QaH3rXLGA6WATIXaODuOdaCWLBTqos1k { border-width: 0; border-radius: 0; }#QaH3rXLGA6WATIXaODuOdaCWLBTqos1k > .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; }#QaH3rXLGA6WATIXaODuOdaCWLBTqos1k > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#LSkFFEigxpLECIFVxi8pfhxsTzfEOuT2 { color:rgba(0,0,0,0.63);display:block;width:22rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.625rem;left:37.125rem;height:1.29980625rem;text-align:left;text-align-last:left;display:none; }
#EmRTKms7znw2skbCQqkGveFlEEskTOXJ { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;left:35.25rem;top:5.5625rem;display:none; }
#bOq4FC0tE24f5Z2vTPTUTPtbQQttWdsZ { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;left:33.875rem;top:5.5625rem;display:none; }
#rgK8TNk4W7949xv6P1gpHf2rp6FTQmWG { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;left:32.5625rem;top:5.5625rem;display:none; }
#mBPfyHbJ7T8816SZSOaMb8qLZICxn1xE { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;left:31.25rem;top:5.5625rem;display:none; }
#LOyBr1C5isZiPc6VTuh54qwh5Ddvn1sy { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;left:30rem;top:5.5625rem;display:none; }
#lmHr9t8kaPcPTl9tbKwh8pl0agPopiWa { color:#000000;display:block;width:29.125rem;position:absolute;font-family:brown;font-size:2.25rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;height:5.3993rem;top:5.78125rem;left:30.875rem;font-style:normal;display:block; }
#X9kVPOLanzz4lcF5fZyD5m1qpyb1AHLo { background-color:#bff3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8125rem;height:2.0625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:12rem;left:30.875rem;display:block; }
#VnqGXv1myWKGVslkTKTbCmIrxPK2ixJQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mIKpzUItgHPstJRE4G6F8U51tdZQInpP { 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.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.06225rem;height:3.81225625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:15.875rem;left:30.4375rem;display:none; }
#UV7efGaQzr8uGtFTsGzVSADbud8oCwOZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hdd3UPQARmPIPsvGTJpT6weIofWq1rmU { color:#ffffff;display:block;width:60rem;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; }
#nXaoEBG4leOvGsNNe86yte7A7iWPNG0L { 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; }
#mraF5ddtRnktidVf5QyNaTCRWqpKvD7a { 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; }
#H8X1E5J87iaTt4NDnM3A4MW21QkZwkXq { color:#ffffff;display:block;width:60rem;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; }
#D9KtNPRDNSUTdvhTao9EVUsqEgcyIyFS { 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; }
#Rm87gqaP7ELfXXuCyzCs6NltrFEJUUcT { 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:dosis;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; }
#zKTOnbV3ap2SZNpX4SlK9CRXJIZyNWDr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xIBhgz5gsnmtrhTnXVbIsRSbFVfS6sMC { color:#ffffff;display:block;width:60rem;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; }
#aZmeTHx4lv3F3DIwWfFUTuWTreSWOxiG { color:#ffffff;display:block;width:60rem;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; }
#cvegT8xCRw0JHvQaK3D9Vzo0TGyx8xma { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.375rem;width:19.125rem;top:18.5rem;left:29.5625rem;overflow:hidden;display:block; }
#FiHBdwSrBO7XJhfV0K9MTzizfTa5kKUE { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.375rem;width:19.1875rem;top:18.46875rem;left:9.3125rem;overflow:hidden;display:block; }
#QdbapCQURlpVm0x7MyrNZlQApbskUU8O { 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:0rem;display:none; }
#duVVxoV4T9GTlJKLAO8VomkiW0eC6u11 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uE3E3ntvXGu6ce1Uzyi0l2m9kotPOb7d { 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:0rem;display:none; }
#TwuJuAnR2VDs6hfgg2y7a093GtfH6XqO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DnnITFNbn7097GmWpZ6Afo5K7FlK1z6y { color:#000000;display:block;width:20rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.125rem;top:32.4375rem;left:0rem;display:none; }
#ESAiMtT0ZfGEIaAzzgaO9qP5GLWsa4AG { 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; }
#hOyL6fabEUvT9xSWeKFdGy2T1dQCKrI7 { position:relative;display:none; }#hOyL6fabEUvT9xSWeKFdGy2T1dQCKrI7 { border-width: 0; border-radius: 0; }#hOyL6fabEUvT9xSWeKFdGy2T1dQCKrI7 > .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; }#hOyL6fabEUvT9xSWeKFdGy2T1dQCKrI7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#gWC5JO20eMFrSQtaJiO27P9pDais0ph8 { 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; }
#siN33EupAK8HIrvseVVMQbhW9iNzvglD { position:relative;display:none; }#siN33EupAK8HIrvseVVMQbhW9iNzvglD { border-width: 0; border-radius: 0; }#siN33EupAK8HIrvseVVMQbhW9iNzvglD > .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; }#siN33EupAK8HIrvseVVMQbhW9iNzvglD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#L21SzH46msM257W5o7NJiOwa4J7SmGXw { position:relative;display:none; }#L21SzH46msM257W5o7NJiOwa4J7SmGXw { border-width: 0; border-radius: 0; }#L21SzH46msM257W5o7NJiOwa4J7SmGXw > .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; }#L21SzH46msM257W5o7NJiOwa4J7SmGXw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#mPMu6XwXKXL62mOyupd9VRPIgNrh2RCb { 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.3125rem;width:7.75rem;top:1.40625rem;left:0rem;overflow:hidden;display:none; }
#gWIC3nTaaTSMUzCpCkOD3I15nVax2Ja3 { 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.3125rem;width:7.75rem;top:1.40625rem;left:0rem;overflow:hidden;display:none; }
#FrIMyrWqJMp0p4KSopGx1EEkxqo1ve6M { color:#ffffff;display:block;width:60rem;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; }
#hv4aHKgZBpSwdMwqZEscq1QCns8wxJtS { 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.25rem;width:6rem;display:none; }
#LX3T0VezS4NLdXf7mJaFyWX6zO5ZQvsy { 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.25rem;width:6.875rem;display:none; }
#NxrEGMJT0FJKpN9X5Zbl7xVU7hk2oKmP { position:relative;display:none; }#NxrEGMJT0FJKpN9X5Zbl7xVU7hk2oKmP { border-width: 0; border-radius: 0; }#NxrEGMJT0FJKpN9X5Zbl7xVU7hk2oKmP > .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; }#NxrEGMJT0FJKpN9X5Zbl7xVU7hk2oKmP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8f6f6;background-image:none;font-size:0.875rem;font-family:arial;height:35.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#oJREDUS0evOPPcwbKuBawZh7OMpT5rbF { color:#000000;display:block;width:18.5rem;position:absolute;font-family:brown;font-size:2.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.4121125rem;top:1.6875rem;left:0rem;display:block; }
#IGbUqNsJsvzxWsrBBui6k8DLrHb8JFxI { background-color:#1b1666;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:29.187232017517rem;left:0rem;display:block; }
#zkLqsBy721DQfJVLVrJddkzgHvEtdFE2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rd91IhAkX9Zgo9u64vGThbBNPeL9SKTZ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.3125rem;width:13.5625rem;top:1.4375rem;left:45.0625rem;display:none; }
#LmF1FyGEyAs41oEPgZbB4yuXIlx0wvLq { color:#000000;display:block;width:18.5rem;position:absolute;font-family:brown;font-size:2.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.4121125rem;top:1.6875rem;left:0rem;display:none; }
#H4N6bsK2z3cinG6l6bHaFqkvfEHKkFqv { 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; }
#f5yNuNDDHZMPbOQf6rieFUGLCEpSXzvt { background-color:#1b1666;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:29.187232017517rem;left:0rem;display:none; }
#ogHsaDhknTMU21FsyZs1SBZ6cMLDdHpb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pp2z5q3ytT0EZUpiqTXqWZL8JJarzDBD { color:#000000;display:block;width:10.125rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:7.625rem;left:2.375rem;display:none; }
#oUTx7SH3bWhPSfASTsxg1Q02docaNIwU { color:#000000;display:block;width:10.25rem;position:absolute;font-family:brown;font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2rem;top:6.0625rem;left:2.375rem;display:none; }
#qVPkLqXkozvtvxQJW0zALPGAKMO8Hxsr { 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; }
#wRFQa1LmKTIZ6QEdTrLeD4vFE357ZpsU { 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; }
#mKgG6SJGCpPRAQfAknSQsIonkLlAme6T { background-color:#1b1666;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:29.187232017517rem;left:0rem;display:none; }
#miDgLgM90KnGQmWZtZKQFIcd00gAUQ0N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tn40XBIxpD5x1pdxPCM5rJDFUeCJxMdH { 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:0rem;display:none; }
#tdcRFQtExFxP0TR9Nk1nur2vorTKT3g6 { 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:0rem;display:none; }
#w6ZvlKbaCBndy66o4OcKgFhOApDsePGx { color:#000000;display:block;width:5.5rem;position:absolute;font-family:brown;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.95rem;top:8.6875rem;left:0rem;display:none; }
#hey0bZ9aHzBnS7SWE1iWzSD9XevtWQOM { 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; }
#VvXw8Td0lJToqZwX5CqJPmVZlGPnI038 { 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; }
#k6XEheAauQAqPLf5PiohuARcvJiIuNDU { color:#000000;display:block;width:5.5rem;position:absolute;font-family:brown;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.95rem;top:8.6875rem;left:0rem;display:none; }
#sCSCXb3ozMF6sDUGqV2J7eVm6CgE3ugt { 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; }
#fn3oOJJ999OlTariGMXVHTDrKziuuwvV { 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:2rem;width:2rem;top:1.71875rem;left:29rem;overflow:hidden;display:none; }
#Ttg1unWPb6HuDG5JIGmZ0c65pMLp5wbK { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:1.71875rem;left:29rem;overflow:hidden;display:none; }
#uw12MKOuXmrsAZ5SKti3H7m2iJxIT8HN { 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; }
#nc4cf9IulV9tA0OcEmwFWb2i6b04iMpv { color:#000000;display:block;width:5.5rem;position:absolute;font-family:brown;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.95rem;top:8.6875rem;left:0rem;display:block; }
#QuZk5t5sVDyrz6zXuClPU07qH0Dy7ayd { 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:dosis;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; }
#hD7ttbqik6iR7e5naZMgMw3GThkeb1DK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h1LPHFWS8irETFxwEMSAcfClSNHwm2RR { 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:dosis;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; }
#ssRT5N17SLMN3D2veogkllEhRmoNVaVG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LOALzMkWVniudih5NnUVQunR3kyUnia3 { color:#000000;display:block;width:20rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.125rem;top:32.4375rem;left:0rem;display:none; }
#xAlXE63w7gCuKgRPiBSe7f8o5tWrTGgP { 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; }
#z0beo6p396cONoimupqG7ExPcRUwBFXw { color:#000000;display:block;width:8.625rem;position:absolute;font-family:dosis;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:7.6875rem;top:23.625rem;left:0.8125rem;display:none; }
#vivFlUsZgcl4z1A4T181XkBmHdE6nl04 { position:relative;display:none; }#vivFlUsZgcl4z1A4T181XkBmHdE6nl04 { border-width: 0; border-radius: 0; }#vivFlUsZgcl4z1A4T181XkBmHdE6nl04 > .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; }#vivFlUsZgcl4z1A4T181XkBmHdE6nl04 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#TXlzldCqwTWiUTIQLU3AWsSSsIpOMauk { color:#000000;display:block;width:12.5rem;position:absolute;font-family:brown;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:1.25rem;left:0rem;display:none; }
#os0QGdgEv3WmE2NGy7251Ne95y7ltZp5 { 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; }
#n9hOR3WeuZOBdOCiH8P5gnMoIIegDT1z { color:#000000;display:block;width:4.75rem;position:absolute;font-family:brown;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.375rem;top:0.4375rem;left:5.75rem;display:none; }
#dhyt6HT9Pw9t4uve0pwwR6EglpbuOevt { 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; }
#yzhCRGQZTQQRLKF2clAAcvdC2BJlnXUo { color:#000000;display:block;width:4.75rem;position:absolute;font-family:brown;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.375rem;top:0.4375rem;left:12.75rem;display:none; }
#mAravU4ECvA5VNoVFGSoM5p8iGhQH6DE { 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; }
#i9WSe2cpgFXqHe5bnZHLXfo9l6QKJL20 { position:relative;display:none; }#i9WSe2cpgFXqHe5bnZHLXfo9l6QKJL20 { border-width: 0; border-radius: 0; }#i9WSe2cpgFXqHe5bnZHLXfo9l6QKJL20 > .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; }#i9WSe2cpgFXqHe5bnZHLXfo9l6QKJL20 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#xo6XNp0D5FESTAp2e4UJi7WTANQhZ8p6 { 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; }
#mo82Px5X8o1CB3NS1AZy8ARX7efNA92y { position:relative;display:none; }#mo82Px5X8o1CB3NS1AZy8ARX7efNA92y { border-width: 0; border-radius: 0; }#mo82Px5X8o1CB3NS1AZy8ARX7efNA92y > .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; }#mo82Px5X8o1CB3NS1AZy8ARX7efNA92y > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#wXFwwipAPXdfsyr6mexLwTfeBsNPGcsK { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.75rem;width:19.125rem;top:18.46875rem;left:9.3125rem;overflow:hidden;display:block; }
#GXTmMW7ey7TvqyCxTXgyq7KGPIka8kTn { 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:0rem;display:none; }
#pJKWSx8Tv4FVR3Zf9PcrEOLqbszasrN9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vlsfyvTTvkVt7hMriH8Re7NhS8ICT83m { 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:0rem;display:none; }
#VqQtoEcgUUSlEwQL85v6m5pPqQ7W72ba { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BucrMdmghsklk9QBzQuVZTVMgK4wklZf { position:relative;display:none; }#BucrMdmghsklk9QBzQuVZTVMgK4wklZf { border-width: 0; border-radius: 0; }#BucrMdmghsklk9QBzQuVZTVMgK4wklZf > .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; }#BucrMdmghsklk9QBzQuVZTVMgK4wklZf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#s2wCJ044XGbvwt1k0pXtPRTRwntAs3Qd { color:#000000;display:block;width:16.25rem;position:absolute;font-family:brown;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.8125rem;top:1.5rem;left:0rem;display:none; }
#W1ldzxRqd1UmNrT72pzszb7HxekQ8QuT { 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; }
#OKXsCK7nmXRFPIoUOXHcvR0daF5ZCJNl { 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; }
#RnWfWNyGQ0Hi4dFKMuon7ztlZVhOBa0W { color:#000000;display:block;width:12.25rem;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:0rem;display:none; }
#AKuFNI3RFL9Zgm13C1Ts60FLhg2NleVH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:4.6875rem;display:none; }
#rfKlD7gxvFKiv6mrMTF7EeT0TNuZCscf { 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:19.4375rem;display:none; }
#xyM2qZCwraQa18D3VcSqTqGwZph7y4lB { 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; }
#w86ZhuXeuhbRsroB8wmlOcqRwWQldD1L { z-index:;position:relative;display:none; }#w86ZhuXeuhbRsroB8wmlOcqRwWQldD1L { border-width: 0; border-radius: 0; }#w86ZhuXeuhbRsroB8wmlOcqRwWQldD1L > .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:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:none; }#LDLWrOgp1uVnLSoNGo8Nwnz79CeI4JEJ { 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:0rem;text-align:center;text-align-last:center;display:none; }
#UXIosAH9dx3ov9Vl8oXMuWgklguX6t94 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfdfd;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; }#UXIosAH9dx3ov9Vl8oXMuWgklguX6t94 > .row .container { border-width: 0; border-radius: 0; }#UXIosAH9dx3ov9Vl8oXMuWgklguX6t94 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UXIosAH9dx3ov9Vl8oXMuWgklguX6t94 > .row .container { font-size:0.875rem;font-family:arial;height:33.6875rem;width:60rem;position:relative;display:none; }#ZzMf6S4BLaTsdl3wubtbL1M9u7WOt0q0 { 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:29.937065124512rem;display:block; }
#HJEI4orH9vMmyCIOd6qySXRWv2bSxgFb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xlRODU2gsgNdhQ2vPBlDnIMNTFUniT5r { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:brown;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:28.562065124512rem;left:32.437065124512rem;text-align:left;text-align-last:left;display:block; }
#SGfSJFRIULu0PBEiEA5cTfOqDNiLbF3E { color:#000000;display:block;width:25.5rem;position:absolute;font-family:brown;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:22.375rem;left:32.312282562256rem;text-align:left;text-align-last:left;display:block; }
#WhuuvIS6z6zCymsiDMoRcdOUIWurXnsZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.31239375rem;width:1.31239375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;left:30.4375rem;top:28.9375rem; }
#BnhuQfBtx8voM5J9Z3it7N0s1KbtSTov { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;left:30.312175750733rem;top:22.375rem; }
#RGllgracvP26WAdTi2MrdyIxrWWC6n5T { 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:29.3125rem;width:26.875rem;top:2.1858711242676rem;left:0rem;overflow:hidden;display:block; }
#hzBu8uNrtTuzVIgya7A1cksRwpnP6SE5 { 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:29.9365234375rem;display:block; }
#bK6mcooTaqs7nWee2vnRGEvzldc9zTbN { 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:26.9375rem;width:60rem;display:none; }
#wLEaEqFzP3vtu61io0JhocXzoUC8Qqyi { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:1.6875rem;left:54.237789038161rem;top:3.7845058441162rem;display:block; }
#oC5uAenLUtxihTof2ZfJaWTyx93DyfWq { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:7.1875rem;top:2.2218961715698rem;left:51.775404437988rem;display:block; }
#S9arhAibOSXKPAiUOFT0kBGTC8T22BUd { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:59.4375rem;height:32.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.3466796875rem;left:0rem;display:block; }
#Am9pvlFbgu55fleIwT0FLv7bXzXCQ3D8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h6DhDAdLvR05frhldSTM5nkTb7fSXsNl { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:brown;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:28.562065124512rem;left:32.437065124512rem;text-align:left;text-align-last:left;display:none; }
#MDNofLoUVqznKogmW6gvhTm3nJ1NabHZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.31239375rem;width:1.31239375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;left:30.4375rem;top:28.9375rem;display:none; }
#Xx1tBwBokQZRxgkwuZucvpc3InTeBPTT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.31239375rem;width:1.31239375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;left:30.4375rem;top:28.9375rem;display:none; }
#Lmu2chVTcJUzPfelCD4DmOSaVulne6dh { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:brown;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:28.562065124512rem;left:32.437065124512rem;text-align:left;text-align-last:left;display:none; }
#OzxoacsD2wlXd4uqi92uysgwlRBEV7hf { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:brown;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:28.562065124512rem;left:32.437065124512rem;text-align:left;text-align-last:left;display:none; }
#xgRLFgcoZfxQAR89lGsuQZSDncNuFHm7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.31239375rem;width:1.31239375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;left:30.4375rem;top:28.9375rem;display:none; }
#t1DB9F7EcyWhmMqbQclxkOFMA3wdL2v8 { 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:29.0625rem;display:block; }
#tH3uaUDBVs24ShTfgO24lKPDMU0MZVcS { 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:39.375rem;display:block; }
#EUWJVPMgWDF3o91OEUZT3yGidolMbWzT { 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:49.75rem;display:block; }
#BZzqPBP1btkEWhfuKQArG3V732C23cLU { 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:0rem;text-align:center;text-align-last:center;display:block; }
#yZF71Am8sQgQtCBhWJHsT0ZcwrOtgSsC { 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:0rem;text-align:center;text-align-last:center;display:block; }
#D7604VaiTrWaUwRG7aguJb7b0vLWnyE0 { 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:0rem;text-align:center;text-align-last:center;display:block; }
#o4SnTeIBu5VTOaGQ4IDFlO5tDre1fIaF { color:#000000;display:block;width:27rem;position:absolute;font-family:brown;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:25.1875rem;left:32.374675750733rem;text-align:left;text-align-last:left;display:none; }
#amAUwztd9Zsv4ZGzySDNV4RDZ8mnpq8f { 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; }
#Em1EMCnWsvWbvdER1ESwwozvVw7TcR5I { z-index:;position:relative;display:none; }#Em1EMCnWsvWbvdER1ESwwozvVw7TcR5I { border-width: 0; border-radius: 0; }#Em1EMCnWsvWbvdER1ESwwozvVw7TcR5I > .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:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:none; }#hPsit1gzMoHsrcgkqS4taT2esRrWGzNb { 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; }
#Qxg2TsA2fUdfUp3LHwMlLGT9ip0b9fW6 { position:relative;display:none; }#Qxg2TsA2fUdfUp3LHwMlLGT9ip0b9fW6 { border-width: 0; border-radius: 0; }#Qxg2TsA2fUdfUp3LHwMlLGT9ip0b9fW6 > .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; }#Qxg2TsA2fUdfUp3LHwMlLGT9ip0b9fW6 > .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:17.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#BBIXKnh2w9JvA6E2S5RtmHVtI2hyvgJB { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:17.875rem;top:5.1875rem;left:2.625rem;display:block; }
#GmZXqQMrPxbQVV0FAlqlf8rzFH24pe6B { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.8203125rem;top:9.0390739440919rem;left:3.0625rem;display:block; }
#QU9vExiT7ozTKbw3gbEh4u5oX5OfLv2k { 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.1875rem;left:3.6875rem; }
#zwcMmPd2aTSpg4GCmtuB9R7ibzi3PTM9 { 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.1875rem;left:5.125rem; }
#Xy1tAJe3ibrxLW1ciW4RENZbdsbauDSq { 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.1875rem;left:9.625rem; }
#bftZno50r0PhlOvpJSzgqZUbObMQXQkS { 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.1875rem;left:6.625rem; }
#CHuJuUyAxqqDptHFpddMG4V3I8QrNTZ3 { 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.1875rem;left:8.125rem; }
#Cp0l2MIU86q2iH9pa55IFurmhzAxaMmW { color:#000000;display:block;width:14.5rem;position:absolute;font-family:brown;font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:1.3rem;top:5.875rem;left:3.6875rem;font-style:normal;display:block; }
#RakCxZ6GLyIMORuK8TKpwlEfhBoi05OC { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:17.875rem;top:5.25rem;left:21.875rem;display:block; }
#Klpe1w3lElNK6Sm9eR7z65JvND6oZOCF { color:#000000;display:block;width:15.875rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.68359375rem;top:9.375rem;left:23.1875rem;display:block; }
#eI5kXEqiMEHODPr45e6fqtNvFADvm2Ok { 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.1875rem;left:23.1875rem; }
#IzCp1zDreWlo9Su7ZUu3IsxwgyiRDhSx { 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.1875rem;left:24.75rem; }
#bgqgQptTOg0T511HE4RAauUGsLV3Nxyl { 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.1875rem;left:26.375rem; }
#rIpTiCm6ZbIfO9lvyAQxNTOLyovhLisR { 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.1875rem;left:27.9375rem; }
#SsnBmTDOPBP3gqHPEcFSDh9hL59HVabK { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:brown;font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:1.3rem;top:5.8125rem;left:23.25rem;font-style:normal;display:block; }
#VAforTvefBOFpZAODHG9BlblKBwZWa5L { 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.1875rem;left:29.5rem; }
#yEQOsUCzdZQ1O0NoJzVsXL2TGHHVKTFV { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:17.875rem;top:5.21875rem;left:41.125rem;display:block; }
#RVxIm2nvXAiKakGmw77MfHPqgMT80f3c { color:#000000;display:block;width:15rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.68359375rem;top:9.375rem;left:42.5625rem;display:block; }
#A6CEnZVfIprk1XrVDmayElTnu151vFhG { 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:7rem;left:48.8125rem; }
#J8aVqmdanqgIpCCwBUZk5uWsLD0348Jf { 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:7rem;left:47.25rem; }
#PNC4Sl7cxSl2OoKXdQfWET9iMFbi5agX { 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:7rem;left:45.6875rem; }
#ZV4RgOFSn7UG4xOSAcaGeociVquJ1CZI { color:#000000;display:block;width:15.125rem;position:absolute;font-family:brown;font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:1.3rem;top:5.82470703125rem;left:42.625rem;font-style:normal;display:block; }
#ZDTTyXTHWwTyqxpJnLiXQ7WosvnxW9Ug { 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.0498046875rem;left:44.25rem; }
#xJ1PNFslNx92QNPwm78JnOudH6rbxGnQ { 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.125rem;left:42.5625rem; }
#O5tTJ9khdKLXx9FrHhXhIuh9LuIr9XOE { position:absolute;display:block;z-index:15000;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;height:28.4375rem;width:27.75rem;top:6.8743896484375rem;left:0rem;overflow:hidden;display:none; }
#IOwQOOhQq3Wi9QUG4r5HqZvaTR02se7l { color:#000000;display:block;width:8.5625rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;height:1.3808625rem;top:8.9375rem;left:25.5rem;font-style:normal;display:none; }
#w7DPT5B0kUK4hks5tyBnczIWrdZGPvuL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:8.75rem;left:23.8125rem;display:none; }
#KppgBJmEu5i1qXRVSSpaVNr8lgGO7f5H { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:8.75rem;left:23.8125rem;display:none; }
#lEX46KHrvwEigfZp5kEOVro92DA8ro3A { color:#000000;display:block;width:8.5625rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;height:1.3808625rem;top:8.9375rem;left:25.5rem;font-style:normal;display:none; }
#PeF1XSIh7RObCTBSvPeoJgzaq4wSToVh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:8.75rem;left:23.8125rem;display:none; }
#egAroNgiSD4mWCKcmJaZK8ZT8CWXtvwv { color:#000000;display:block;width:8.5625rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;height:1.3808625rem;top:8.9375rem;left:25.5rem;font-style:normal;display:none; }
#cXC93cx0Ji3b4Coo0CKE0p4bc4fpD0TP { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:17.875rem;top:5.21875rem;left:41.125rem;display:none; }
#zVPLQubHNqPPiQ2RUBAH4paHSzIol6Qn { color:#000000;display:block;width:15rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.68359375rem;top:9.375rem;left:42.5625rem;display:none; }
#cegV3EiBQnAkeK5I9fnfLrIuxBLNeUGl { 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:7rem;left:48.8125rem;display:none; }
#GRrOyULZwpUWdv6TXnrtXRiI1vlmLnTM { 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:7rem;left:47.25rem;display:none; }
#P68k9vHIu8TNiXiJayNOetlxzJbVmJa2 { 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:7rem;left:45.6875rem;display:none; }
#LELgiAy7bCSq1J2baT4uM3e6z31ZZ236 { 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.0498046875rem;left:44.25rem;display:none; }
#GiCDaTnk1rhOZNgVDZWIPK6b8JkIVmty { 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.125rem;left:42.5625rem;display:none; }
#ZEUoC8ve0tbUamOmkvESTDITuMOFqEKL { color:#000000;display:block;width:15.125rem;position:absolute;font-family:brown;font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:1.3rem;top:5.82470703125rem;left:42.625rem;font-style:normal;display:none; }
#Fz7WTV3UzmrLmM0wbfeQdAUn9VslDcW2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:8.75rem;left:23.8125rem;display:none; }
#fC8pnocVPQ9RMGaogzpVFJgNseu0p3sE { color:#000000;display:block;width:8.5625rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;height:1.3808625rem;top:8.9375rem;left:25.5rem;font-style:normal;display:none; }
#pKKTGO4JTNNb0t0SwBFXGwl4Dp8KAaAO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:8.75rem;left:23.8125rem;display:none; }
#xJ7BwT8f9tegk73s7vD16N942JrICJKd { position:relative;display:none; }#xJ7BwT8f9tegk73s7vD16N942JrICJKd { border-width: 0; border-radius: 0; }#xJ7BwT8f9tegk73s7vD16N942JrICJKd > .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; }#xJ7BwT8f9tegk73s7vD16N942JrICJKd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#uXJ1aSgnuA0MwU0nRDxep3T1xdmdBfX1 { 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:32.4375rem;font-style:normal;display:none; }
#JnXGTPbeAlZfNqUkfJULJ11cxgVpwn7h { position:relative;display:none; }#JnXGTPbeAlZfNqUkfJULJ11cxgVpwn7h { border-width: 0; border-radius: 0; }#JnXGTPbeAlZfNqUkfJULJ11cxgVpwn7h > .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; }#JnXGTPbeAlZfNqUkfJULJ11cxgVpwn7h > .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:2rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#oK0KVzGtI1HJL3wpntz7gSE4sxAmHau8 { color:#000000;display:block;width:28.9375rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:0.31787109375rem;left:30.249755859375rem;height:1.38135rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vVKcvaVPZW5T6TCHW5Pidf3oN1LGubeV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:0rem;left:58.1875rem; }
#KBCa8GnSUoiih5NCEwxmiH8yFTeTLBKW { position:relative;display:none; }#KBCa8GnSUoiih5NCEwxmiH8yFTeTLBKW { border-width: 0; border-radius: 0; }#KBCa8GnSUoiih5NCEwxmiH8yFTeTLBKW > .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; }#KBCa8GnSUoiih5NCEwxmiH8yFTeTLBKW > .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:12.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#fGl4cQEObiEveHpTq9mVx0MTxBe2IVZy { color:#000000;display:block;width:33.6875rem;position:absolute;font-family:brown;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.0869125rem;top:5.0625rem;left:17.25rem;display:none; }
#fK1nxbVStDUH9rDBhdo2ammFPO8sBnwN { position:relative;display:none; }#fK1nxbVStDUH9rDBhdo2ammFPO8sBnwN { border-width: 0; border-radius: 0; }#fK1nxbVStDUH9rDBhdo2ammFPO8sBnwN > .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; }#fK1nxbVStDUH9rDBhdo2ammFPO8sBnwN > .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:2rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#fUyVuvT8pVr1MQRn8IxL4esUslebKwqE { color:#000000;display:block;width:28.9375rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:0.31787109375rem;left:30.249755859375rem;height:1.38135rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Jv2gCm1p5fvgICFLa0WLPVwAMKBcWrKt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:0rem;left:58.1875rem; }
#lENWTQ251LEUG92H2iuaZvBBgi2V3dgA { position:relative;display:none; }#lENWTQ251LEUG92H2iuaZvBBgi2V3dgA { border-width: 0; border-radius: 0; }#lENWTQ251LEUG92H2iuaZvBBgi2V3dgA > .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; }#lENWTQ251LEUG92H2iuaZvBBgi2V3dgA > .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:12.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#muzPEifS6Td5oxRPhcWhodb1cBLP4FVf { color:#000000;display:block;width:33.6875rem;position:absolute;font-family:brown;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.0869125rem;top:5.0625rem;left:17.25rem;display:none; }
#l9ltpMkxmDlrDBTTq6SQsUvKhbtO9HkF { position:relative;display:none; }#l9ltpMkxmDlrDBTTq6SQsUvKhbtO9HkF { border-width: 0; border-radius: 0; }#l9ltpMkxmDlrDBTTq6SQsUvKhbtO9HkF > .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; }#l9ltpMkxmDlrDBTTq6SQsUvKhbtO9HkF > .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:2rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#EmFLciUkzTgP0RLvsJ3BEVBxOA2gTSrb { color:#000000;display:block;width:28.9375rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:0.31787109375rem;left:30.249755859375rem;height:1.38135rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Q2pS5sTLT4ukBMyCmxbLahr1A6U1UFpK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:0rem;left:58.1875rem; }
#W8g4oT4ZL8eJD2Hg1QgZcRobL4csTboM { position:relative;display:none; }#W8g4oT4ZL8eJD2Hg1QgZcRobL4csTboM { border-width: 0; border-radius: 0; }#W8g4oT4ZL8eJD2Hg1QgZcRobL4csTboM > .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; }#W8g4oT4ZL8eJD2Hg1QgZcRobL4csTboM > .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:12.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Kh1pM9keqcdJVbLXXn7xyFRZtTXMIpPy { color:#000000;display:block;width:33.6875rem;position:absolute;font-family:brown;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.0869125rem;top:5.0625rem;left:17.25rem;display:none; }
#fFITVXeu96kFTBDoBkeAbgVV2foahrcw { position:relative;display:none; }#fFITVXeu96kFTBDoBkeAbgVV2foahrcw { border-width: 0; border-radius: 0; }#fFITVXeu96kFTBDoBkeAbgVV2foahrcw > .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; }#fFITVXeu96kFTBDoBkeAbgVV2foahrcw > .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:2rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#t1uyeClaxfJgqsltwRHOlTe1ofiSuO7F { color:#000000;display:block;width:28.9375rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:0.31787109375rem;left:30.249755859375rem;height:1.38135rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OeoMv24Rd0NKUUgmHeGk7V7f9Zo6SXtA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:0rem;left:58.1875rem; }
#ccSktz0Lpz4K4w7kgaSriSf0rhLS6nvf { position:relative;display:none; }#ccSktz0Lpz4K4w7kgaSriSf0rhLS6nvf { border-width: 0; border-radius: 0; }#ccSktz0Lpz4K4w7kgaSriSf0rhLS6nvf > .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; }#ccSktz0Lpz4K4w7kgaSriSf0rhLS6nvf > .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:12.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#VbXMpiOGIbPop9y8JBrw85KkDh7FuPla { color:#000000;display:block;width:33.6875rem;position:absolute;font-family:brown;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.0869125rem;top:5.0625rem;left:17.25rem;display:none; }
#wCdPkUT7513DWpKLqKfEtt03OE541HsV { position:relative;display:none; }#wCdPkUT7513DWpKLqKfEtt03OE541HsV { border-width: 0; border-radius: 0; }#wCdPkUT7513DWpKLqKfEtt03OE541HsV > .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; }#wCdPkUT7513DWpKLqKfEtt03OE541HsV > .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:2rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#e2Iwh4tWRreNWtXFhUTAUkNZ7hWCztB1 { color:#000000;display:block;width:28.9375rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:0.31787109375rem;left:30.249755859375rem;height:1.38135rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IRcrIPtx6zT0gkrKdpxDkW8NQiuDDKI9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:0rem;left:58.1875rem; }
#etBaaCdim2fULBd1LNpalWEpWWFtDTfW { position:relative;display:none; }#etBaaCdim2fULBd1LNpalWEpWWFtDTfW { border-width: 0; border-radius: 0; }#etBaaCdim2fULBd1LNpalWEpWWFtDTfW > .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; }#etBaaCdim2fULBd1LNpalWEpWWFtDTfW > .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:12.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#mtPwrT7MQNHtzybovkUM95wrm5yFVPcU { color:#000000;display:block;width:33.6875rem;position:absolute;font-family:brown;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.0869125rem;top:5.0625rem;left:17.25rem;display:none; }
#BJNtDSpETTftIUTCoK8mmvtOaGivWgTy { position:relative;display:none; }#BJNtDSpETTftIUTCoK8mmvtOaGivWgTy { border-width: 0; border-radius: 0; }#BJNtDSpETTftIUTCoK8mmvtOaGivWgTy > .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; }#BJNtDSpETTftIUTCoK8mmvtOaGivWgTy > .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:2rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#kGqOSvutdhAn8beydKBqMZkVu1S4TlFx { color:#000000;display:block;width:28.9375rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:0.31787109375rem;left:30.249755859375rem;height:1.38135rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KKfI2pOcFnEDiOHoJm0tFRDKev665zUB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:0rem;left:58.1875rem; }
#FhzTcmAWdzSofVI5FsdRah6qdhsz3J8a { position:relative;display:none; }#FhzTcmAWdzSofVI5FsdRah6qdhsz3J8a { border-width: 0; border-radius: 0; }#FhzTcmAWdzSofVI5FsdRah6qdhsz3J8a > .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; }#FhzTcmAWdzSofVI5FsdRah6qdhsz3J8a > .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:12.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#OWQMeaITXpPMkywEIAZWyPfzG58gpSvL { color:#000000;display:block;width:33.6875rem;position:absolute;font-family:brown;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.0869125rem;top:5.0625rem;left:17.25rem;display:none; }
#C2Z7eZbpipb0wTPObEuFszJggJ09wIxu { position:relative;display:none; }#C2Z7eZbpipb0wTPObEuFszJggJ09wIxu { border-width: 0; border-radius: 0; }#C2Z7eZbpipb0wTPObEuFszJggJ09wIxu > .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; }#C2Z7eZbpipb0wTPObEuFszJggJ09wIxu > .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:2rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#E8vahXXbFyV9NlxQIFC8gzM7rk92L0Tt { color:#000000;display:block;width:28.9375rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:0.31787109375rem;left:30.249755859375rem;height:1.38135rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uVne8H0zgI5RHNRwCyD58fh7ty3yTfiI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:0rem;left:58.1875rem; }
#sEC3lvefss1qi2yq3B8tye13kX7efy8t { position:relative;display:none; }#sEC3lvefss1qi2yq3B8tye13kX7efy8t { border-width: 0; border-radius: 0; }#sEC3lvefss1qi2yq3B8tye13kX7efy8t > .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; }#sEC3lvefss1qi2yq3B8tye13kX7efy8t > .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:12.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#x8epbaHqTc5NbskrJfFzTm9R5TxKREdX { color:#000000;display:block;width:33.6875rem;position:absolute;font-family:brown;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.0869125rem;top:5.0625rem;left:17.25rem;display:none; }
#h6FpN3qnQKgMFr0C5FbJe6xCJpAfqhAg { position:relative;display:none; }#h6FpN3qnQKgMFr0C5FbJe6xCJpAfqhAg { border-width: 0; border-radius: 0; }#h6FpN3qnQKgMFr0C5FbJe6xCJpAfqhAg > .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; }#h6FpN3qnQKgMFr0C5FbJe6xCJpAfqhAg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#sFHTn4SSV5GCbEfGtuMqIAG2y9vVxTrL { color:#000000;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:2.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:8.5625rem;left:7rem;display:none; }
#TTKMQFKm8dUTxyD8bpy0UlV8NJdqrb85 { color:#000000;display:block;width:16rem;position:absolute;font-family:dosis;font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.75rem;top:8.25rem;left:0.6875rem;display:none; }
#wnNhMClKoJTyxPFSaNoNEAH7kVWXCF6V { 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.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.06225rem;height:3.81225625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:15.875rem;left:30.4375rem;display:none; }
#rnXZlmmVONG1HQ13KqmTAcE9HlWdL3TF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hghwTom9kZu2L5Don4o8FZTeilJMlJMQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#hghwTom9kZu2L5Don4o8FZTeilJMlJMQ > .row .container { border-width: 0; border-radius: 0; }#hghwTom9kZu2L5Don4o8FZTeilJMlJMQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hghwTom9kZu2L5Don4o8FZTeilJMlJMQ > .row .container { font-size:0.875rem;font-family:arial;height:3.9375rem;width:60rem;position:relative;display:none; }#VZTftkIBOuD9bUFzxrG8xsaShwaLr2R2 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.1343994140625rem;left:0rem;height:1.62524375rem;text-align:center;text-align-last:center;display:block; }
#upSaDUdl1agPMGbAMgNCp6Qz64inTXoa { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;top:5.6252174377441rem;left:0rem;display:none; }
#oVsLRo2CL6wWAeC1T35fZyzWig369s5D { position:relative;display:none; }#oVsLRo2CL6wWAeC1T35fZyzWig369s5D { border-width: 0; border-radius: 0; }#oVsLRo2CL6wWAeC1T35fZyzWig369s5D > .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; }#oVsLRo2CL6wWAeC1T35fZyzWig369s5D > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#FRI3Nt5bhXb6gDHG7s7o5lZo4cu2UtGE { position:relative;display:none; }#FRI3Nt5bhXb6gDHG7s7o5lZo4cu2UtGE { border-width: 0; border-radius: 0; }#FRI3Nt5bhXb6gDHG7s7o5lZo4cu2UtGE > .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; }#FRI3Nt5bhXb6gDHG7s7o5lZo4cu2UtGE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#hisKfDuTPSkH4bggn7bN379TuTxMDhIx { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.375rem;top:0.8125rem;left:3.75rem;display:none; }
#UcvJgTBR6n06yM1H4SpHpCTz4owuyyU5 { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.5621875rem;height:4.0625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:18.876954078674rem;left:29.436632156372rem;display:none; }
#cN9IL5tB3s9WqZtgM8IiEVbyrdHPTdWr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
body { position:relative;display:block; }
#gUTZG5WETPJz4hJBVpAJLbrNNM0MbenQ { display:none; }#gUTZG5WETPJz4hJBVpAJLbrNNM0MbenQ > .row .container { width:47.75rem;position:relative;display:none; }#L0WsCL3CnpqEsBn01G0DwyT3MhWC7Fdf { top:0.125rem;left:0rem;width:17.375rem;height:0.9375rem;font-size:0.75rem;display:none; }
#eqIcNeesZbFbTgfix1loSSq2yoiTeLVT { width:17rem;height:2.8125rem;top:0.1875rem;left:0rem;display:none; }
#SFJMoVrIuuGRcM3eNSCXKkpTf5DBQkT0 { width:15.6875rem;height:2.375rem;top:0.375rem;left:32.0625rem;display:none; }
#psRlFpF9e5xwLiF1mPnD0dzC0yTafyXU { display:block; }
#v10X42oFRhG84B2rsMQyE9uC3VL563Xe { display:none; }
#y85vDZTJUxFoUcTVBC39ildGBPbOOPax { width:3.875rem;height:1.9375rem;display:none; }
#Drlg1iFNsEb56CqhxdsRRIr6fpLOxh03 { display:none; }#Drlg1iFNsEb56CqhxdsRRIr6fpLOxh03 > .row .container { width:47.75rem;position:relative;display:none; }#sIrkfGts3GlKoDZcE010lmTxAk4friPg { display:none; }#sIrkfGts3GlKoDZcE010lmTxAk4friPg > .row .container { width:47.75rem;position:relative;display:none; }#VVChgIzdlS3qUQkiwy6gbLAvvek9aShH { width:;height:;top:0rem;display:none; }
#w0N9ZEyWUqhVnM1RxOaisfOvsNO5CJrb { display:none; }
#wI3x2K9BnASpoTerKeBXn5mowBR9Kadx { display:none; }#wI3x2K9BnASpoTerKeBXn5mowBR9Kadx > .row .container { width:47.75rem;position:relative;display:none; }#rhedMldTF7JlPT6KBxMpKuTT8TbIF6DW { top:0.125rem;left:0rem;width:4.375rem;height:0.875rem;font-size:0.6875rem;display:none; }
#Dr5BOgoe3RTt3tnHyordJ2crwe7Zc36u { width:6rem;height:1.25rem;display:none; }
#C7acda7F0BJFVQeN6Rik0W15zHUU84JT { width:6.875rem;height:1.25rem;display:none; }
#QaH3rXLGA6WATIXaODuOdaCWLBTqos1k { display:none; }#QaH3rXLGA6WATIXaODuOdaCWLBTqos1k > .row .container { width:47.75rem;position:relative;display:none; }#LSkFFEigxpLECIFVxi8pfhxsTzfEOuT2 { top:0.6875rem;left:1.1875rem;width:11rem;height:1.9375rem;font-size:0.75rem;display:none; }
#EmRTKms7znw2skbCQqkGveFlEEskTOXJ { top:5.5625rem;left:26.0625rem;width:1.25rem;height:1.25rem;display:none; }
#bOq4FC0tE24f5Z2vTPTUTPtbQQttWdsZ { top:5.5625rem;left:24.6875rem;width:1.25rem;height:1.25rem;display:none; }
#rgK8TNk4W7949xv6P1gpHf2rp6FTQmWG { top:5.5625rem;left:23.875rem;width:1.25rem;height:1.25rem;display:none; }
#mBPfyHbJ7T8816SZSOaMb8qLZICxn1xE { top:5.5625rem;left:23.875rem;width:1.25rem;height:1.25rem;display:none; }
#LOyBr1C5isZiPc6VTuh54qwh5Ddvn1sy { top:5.5625rem;left:23.875rem;width:1.25rem;height:1.25rem;display:none; }
#lmHr9t8kaPcPTl9tbKwh8pl0agPopiWa { top:17.6875rem;left:0rem;width:19.875rem;height:4.75rem;font-size:2rem;display:none; }
#X9kVPOLanzz4lcF5fZyD5m1qpyb1AHLo { width:18.8125rem;height:2.0625rem;top:12rem;left:22.375rem;display:none; }
#VnqGXv1myWKGVslkTKTbCmIrxPK2ixJQ { display:block; }
#mIKpzUItgHPstJRE4G6F8U51tdZQInpP { width:27rem;height:3.75rem;top:15.875rem;left:20.75rem;display:none; }
#UV7efGaQzr8uGtFTsGzVSADbud8oCwOZ { display:block; }
#hdd3UPQARmPIPsvGTJpT6weIofWq1rmU { top:31.1875rem;left:0rem;width:18.5625rem;height:1.1875rem;font-size:0.9375rem;display:none; }
#nXaoEBG4leOvGsNNe86yte7A7iWPNG0L { top:0rem;width:;height:;display:none; }
#mraF5ddtRnktidVf5QyNaTCRWqpKvD7a { top:0rem;width:;height:;display:none; }
#H8X1E5J87iaTt4NDnM3A4MW21QkZwkXq { top:33.25rem;left:0rem;width:17.6875rem;height:1.1875rem;font-size:0.9375rem;display:none; }
#D9KtNPRDNSUTdvhTao9EVUsqEgcyIyFS { top:0rem;width:;height:;display:none; }
#Rm87gqaP7ELfXXuCyzCs6NltrFEJUUcT { width:0;height:0;display:none; }
#zKTOnbV3ap2SZNpX4SlK9CRXJIZyNWDr { display:block; }
#xIBhgz5gsnmtrhTnXVbIsRSbFVfS6sMC { top:24.75rem;left:0rem;width:17.625rem;height:3.625rem;font-size:0.9375rem;display:none; }
#aZmeTHx4lv3F3DIwWfFUTuWTreSWOxiG { top:29.25rem;left:0rem;width:15.8125rem;height:1.1875rem;font-size:0.9375rem;display:none; }
#cvegT8xCRw0JHvQaK3D9Vzo0TGyx8xma { top:18.4375rem;left:23.4375rem;width:19.125rem;height:27.372862446561rem;display:block; }
#FiHBdwSrBO7XJhfV0K9MTzizfTa5kKUE { top:18.4375rem;left:3.1875rem;width:19.1875rem;height:27.462316245406rem;display:block; }
#QdbapCQURlpVm0x7MyrNZlQApbskUU8O { width:17.5rem;height:3.4375rem;top:17.9375rem;left:0rem;display:none; }
#duVVxoV4T9GTlJKLAO8VomkiW0eC6u11 { display:block; }
#uE3E3ntvXGu6ce1Uzyi0l2m9kotPOb7d { width:17.5rem;height:3.4375rem;top:17.9375rem;left:0rem;display:none; }
#TwuJuAnR2VDs6hfgg2y7a093GtfH6XqO { display:block; }
#DnnITFNbn7097GmWpZ6Afo5K7FlK1z6y { top:39.25rem;left:0rem;width:15.3125rem;height:1.125rem;font-size:0.875rem;display:none; }
#ESAiMtT0ZfGEIaAzzgaO9qP5GLWsa4AG { top:0rem;width:;height:;display:none; }
#hOyL6fabEUvT9xSWeKFdGy2T1dQCKrI7 { display:none; }#hOyL6fabEUvT9xSWeKFdGy2T1dQCKrI7 > .row .container { width:47.75rem;position:relative;display:none; }#gWC5JO20eMFrSQtaJiO27P9pDais0ph8 { top:0.9375rem;left:0rem;width:20rem;height:3.75rem;font-size:1.5625rem;display:none; }
#siN33EupAK8HIrvseVVMQbhW9iNzvglD { display:none; }#siN33EupAK8HIrvseVVMQbhW9iNzvglD > .row .container { width:47.75rem;position:relative;display:none; }#L21SzH46msM257W5o7NJiOwa4J7SmGXw { display:none; }#L21SzH46msM257W5o7NJiOwa4J7SmGXw > .row .container { width:47.75rem;position:relative;display:none; }#mPMu6XwXKXL62mOyupd9VRPIgNrh2RCb { width:11.4375rem;height:1.9375rem;top:1.375rem;left:0rem;display:none; }
#gWIC3nTaaTSMUzCpCkOD3I15nVax2Ja3 { width:11.0625rem;height:1.9375rem;top:1.375rem;left:0rem;display:none; }
#FrIMyrWqJMp0p4KSopGx1EEkxqo1ve6M { top:6.6875rem;left:0rem;width:17.5625rem;height:1.1875rem;font-size:0.6875rem;display:none; }
#hv4aHKgZBpSwdMwqZEscq1QCns8wxJtS { width:6rem;height:1.25rem;display:none; }
#LX3T0VezS4NLdXf7mJaFyWX6zO5ZQvsy { width:6.875rem;height:1.25rem;display:none; }
#NxrEGMJT0FJKpN9X5Zbl7xVU7hk2oKmP { display:none; }#NxrEGMJT0FJKpN9X5Zbl7xVU7hk2oKmP > .row .container { width:47.75rem;position:relative;display:none; }#oJREDUS0evOPPcwbKuBawZh7OMpT5rbF { top:19.4375rem;left:0rem;width:9.4375rem;height:1.25rem;font-size:1rem;display:none; }
#IGbUqNsJsvzxWsrBBui6k8DLrHb8JFxI { width:17.5rem;height:3.4375rem;top:29.125rem;left:0rem;display:none; }
#zkLqsBy721DQfJVLVrJddkzgHvEtdFE2 { display:block; }
#Rd91IhAkX9Zgo9u64vGThbBNPeL9SKTZ { width:16.1875rem;height:30.152020798663rem;top:1.4375rem;left:31.5625rem;display:none; }
#LmF1FyGEyAs41oEPgZbB4yuXIlx0wvLq { top:19.4375rem;left:4.2498922348022rem;width:9.375rem;height:1.0625rem;font-size:0.9375rem;display:none; }
#H4N6bsK2z3cinG6l6bHaFqkvfEHKkFqv { top:0rem;width:;height:;display:none; }
#f5yNuNDDHZMPbOQf6rieFUGLCEpSXzvt { width:17.5rem;height:3.4375rem;top:29.125rem;left:0rem;display:none; }
#ogHsaDhknTMU21FsyZs1SBZ6cMLDdHpb { display:block; }
#Pp2z5q3ytT0EZUpiqTXqWZL8JJarzDBD { top:7.5625rem;left:3.7496747970581rem;width:10.0625rem;height:1.25rem;font-size:1rem;display:none; }
#oUTx7SH3bWhPSfASTsxg1Q02docaNIwU { top:6.0625rem;left:3.75rem;width:10.25rem;height:2rem;font-size:1.5625rem;display:none; }
#qVPkLqXkozvtvxQJW0zALPGAKMO8Hxsr { top:0rem;width:;height:;display:none; }
#wRFQa1LmKTIZ6QEdTrLeD4vFE357ZpsU { top:0rem;width:;height:;display:none; }
#mKgG6SJGCpPRAQfAknSQsIonkLlAme6T { width:17.5rem;height:3.4375rem;top:29.125rem;left:0rem;display:none; }
#miDgLgM90KnGQmWZtZKQFIcd00gAUQ0N { display:block; }
#Tn40XBIxpD5x1pdxPCM5rJDFUeCJxMdH { width:11.625rem;height:1.7515663787009rem;top:5.875rem;left:0rem;display:none; }
#tdcRFQtExFxP0TR9Nk1nur2vorTKT3g6 { width:11.625rem;height:1.7515663787009rem;top:5.875rem;left:0rem;display:none; }
#w6ZvlKbaCBndy66o4OcKgFhOApDsePGx { top:21.125rem;left:5.6246750950813rem;width:7.9375rem;height:0.875rem;font-size:0.6875rem;display:none; }
#hey0bZ9aHzBnS7SWE1iWzSD9XevtWQOM { top:0rem;width:;height:;display:none; }
#VvXw8Td0lJToqZwX5CqJPmVZlGPnI038 { top:0rem;width:;height:;display:none; }
#k6XEheAauQAqPLf5PiohuARcvJiIuNDU { top:21.125rem;left:0rem;width:7.9375rem;height:0.875rem;font-size:0.6875rem;display:none; }
#sCSCXb3ozMF6sDUGqV2J7eVm6CgE3ugt { top:0rem;width:;height:;display:none; }
#fn3oOJJ999OlTariGMXVHTDrKziuuwvV { top:1.6875rem;left:12.3125rem;width:11.6875rem;height:11.6875rem;display:none; }
#Ttg1unWPb6HuDG5JIGmZ0c65pMLp5wbK { top:1.6875rem;left:12.3125rem;width:20.125rem;height:20.125rem;display:none; }
#uw12MKOuXmrsAZ5SKti3H7m2iJxIT8HN { top:0rem;width:;height:;display:none; }
#nc4cf9IulV9tA0OcEmwFWb2i6b04iMpv { top:23.75rem;left:4.6240234375rem;width:8.4375rem;height:7.6875rem;font-size:1.1875rem;display:none; }
#QuZk5t5sVDyrz6zXuClPU07qH0Dy7ayd { width:0;height:0;display:none; }
#hD7ttbqik6iR7e5naZMgMw3GThkeb1DK { display:block; }
#h1LPHFWS8irETFxwEMSAcfClSNHwm2RR { width:0;height:0;display:none; }
#ssRT5N17SLMN3D2veogkllEhRmoNVaVG { display:block; }
#LOALzMkWVniudih5NnUVQunR3kyUnia3 { top:25.625rem;left:0rem;width:17.625rem;height:1.1875rem;font-size:0.9375rem;display:none; }
#xAlXE63w7gCuKgRPiBSe7f8o5tWrTGgP { top:0rem;width:;height:;display:none; }
#z0beo6p396cONoimupqG7ExPcRUwBFXw { top:23.625rem;left:0rem;width:8.625rem;height:7.6875rem;font-size:1.1875rem;display:none; }
#vivFlUsZgcl4z1A4T181XkBmHdE6nl04 { display:none; }#vivFlUsZgcl4z1A4T181XkBmHdE6nl04 > .row .container { width:47.75rem;position:relative;display:none; }#TXlzldCqwTWiUTIQLU3AWsSSsIpOMauk { top:0.4375rem;left:0rem;width:4.6875rem;height:1.3125rem;font-size:0.625rem;display:none; }
#os0QGdgEv3WmE2NGy7251Ne95y7ltZp5 { top:0rem;width:;height:;display:none; }
#n9hOR3WeuZOBdOCiH8P5gnMoIIegDT1z { top:0.4375rem;left:3.6875rem;width:4.75rem;height:1.375rem;font-size:0.625rem;display:none; }
#dhyt6HT9Pw9t4uve0pwwR6EglpbuOevt { top:0rem;width:;height:;display:none; }
#yzhCRGQZTQQRLKF2clAAcvdC2BJlnXUo { top:0.4375rem;left:10.6875rem;width:4.75rem;height:1.375rem;font-size:0.625rem;display:none; }
#mAravU4ECvA5VNoVFGSoM5p8iGhQH6DE { top:0rem;width:;height:;display:none; }
#i9WSe2cpgFXqHe5bnZHLXfo9l6QKJL20 { display:none; }#i9WSe2cpgFXqHe5bnZHLXfo9l6QKJL20 > .row .container { width:47.75rem;position:relative;display:none; }#xo6XNp0D5FESTAp2e4UJi7WTANQhZ8p6 { top:0.9375rem;left:0rem;width:20rem;height:4.1875rem;font-size:1.5625rem;display:none; }
#mo82Px5X8o1CB3NS1AZy8ARX7efNA92y { display:none; }#mo82Px5X8o1CB3NS1AZy8ARX7efNA92y > .row .container { width:47.75rem;position:relative;display:none; }#wXFwwipAPXdfsyr6mexLwTfeBsNPGcsK { top:18.4375rem;left:3.1875rem;width:19.1875rem;height:12.75rem;display:block; }
#GXTmMW7ey7TvqyCxTXgyq7KGPIka8kTn { width:17.5rem;height:3.4375rem;top:17.9375rem;left:0rem;display:none; }
#pJKWSx8Tv4FVR3Zf9PcrEOLqbszasrN9 { display:block; }
#vlsfyvTTvkVt7hMriH8Re7NhS8ICT83m { width:17.5rem;height:3.4375rem;top:17.9375rem;left:0rem;display:none; }
#VqQtoEcgUUSlEwQL85v6m5pPqQ7W72ba { display:block; }
#BucrMdmghsklk9QBzQuVZTVMgK4wklZf { display:none; }#BucrMdmghsklk9QBzQuVZTVMgK4wklZf > .row .container { width:47.75rem;position:relative;display:none; }#s2wCJ044XGbvwt1k0pXtPRTRwntAs3Qd { top:3.75rem;left:0rem;width:17.6875rem;height:2.8125rem;font-size:1.1875rem;display:none; }
#W1ldzxRqd1UmNrT72pzszb7HxekQ8QuT { top:0rem;width:;height:;display:none; }
#OKXsCK7nmXRFPIoUOXHcvR0daF5ZCJNl { top:0rem;width:;height:;display:none; }
#RnWfWNyGQ0Hi4dFKMuon7ztlZVhOBa0W { top:7.9375rem;left:0.75rem;width:13.125rem;height:6.5625rem;font-size:0.9375rem;display:none; }
#AKuFNI3RFL9Zgm13C1Ts60FLhg2NleVH { width:9.125rem;height:12.5rem;top:0rem;display:none; }
#rfKlD7gxvFKiv6mrMTF7EeT0TNuZCscf { top:19.5625rem;left:13.3125rem;width:0.6875rem;height:0.6875rem;display:none; }
#xyM2qZCwraQa18D3VcSqTqGwZph7y4lB { top:0rem;width:;height:;display:none; }
#w86ZhuXeuhbRsroB8wmlOcqRwWQldD1L { display:none; }#w86ZhuXeuhbRsroB8wmlOcqRwWQldD1L > .row .container { width:47.5rem;position:relative;display:none; }#LDLWrOgp1uVnLSoNGo8Nwnz79CeI4JEJ { top:0.5625rem;left:0rem;width:20rem;height:3.6875rem;font-size:1.375rem;display:none; }
#UXIosAH9dx3ov9Vl8oXMuWgklguX6t94 { display:none; }#UXIosAH9dx3ov9Vl8oXMuWgklguX6t94 > .row .container { width:47.75rem;position:relative;display:none; }#ZzMf6S4BLaTsdl3wubtbL1M9u7WOt0q0 { width:27.5625rem;height:2.375rem;top:17.3125rem;left:20.1875rem;display:none; }
#HJEI4orH9vMmyCIOd6qySXRWv2bSxgFb { display:block; }
#xlRODU2gsgNdhQ2vPBlDnIMNTFUniT5r { top:5.4375rem;left:0rem;width:16.625rem;height:2.4375rem;font-size:0.9375rem;display:none; }
#SGfSJFRIULu0PBEiEA5cTfOqDNiLbF3E { top:1.875rem;left:0rem;width:16.875rem;height:2.4375rem;font-size:0.9375rem;display:none; }
#WhuuvIS6z6zCymsiDMoRcdOUIWurXnsZ { top:28.9375rem;left:24.3125rem;width:1.25rem;height:1.25rem;display:none; }
#BnhuQfBtx8voM5J9Z3it7N0s1KbtSTov { top:22.375rem;left:24.187175750733rem;width:1.4375rem;height:1.4375rem;display:none; }
#RGllgracvP26WAdTi2MrdyIxrWWC6n5T { width:26.875rem;height:29.3125rem;top:2.125rem;left:0rem;display:none; }
#hzBu8uNrtTuzVIgya7A1cksRwpnP6SE5 { top:21.5rem;left:20.125rem;width:27.625rem;height:10rem;display:none; }
#bK6mcooTaqs7nWee2vnRGEvzldc9zTbN { width:47.75rem;height:21.4375rem;display:none; }
#wLEaEqFzP3vtu61io0JhocXzoUC8Qqyi { width:1.6875rem;height:4.1254285277721rem;top:3.75rem;left:46.0625rem;display:none; }
#oC5uAenLUtxihTof2ZfJaWTyx93DyfWq { width:7.1875rem;height:7.1875rem;top:2.1875rem;left:40.5625rem;display:none; }
#S9arhAibOSXKPAiUOFT0kBGTC8T22BUd { width:46.75rem;height:32.8125rem;top:0.3125rem;left:0rem;display:none; }
#Am9pvlFbgu55fleIwT0FLv7bXzXCQ3D8 { display:block; }
#h6DhDAdLvR05frhldSTM5nkTb7fSXsNl { top:8.75rem;left:0rem;width:16.625rem;height:2.4375rem;font-size:0.9375rem;display:none; }
#MDNofLoUVqznKogmW6gvhTm3nJ1NabHZ { top:28.9375rem;left:24.3125rem;width:1.25rem;height:1.25rem;display:none; }
#Xx1tBwBokQZRxgkwuZucvpc3InTeBPTT { top:28.9375rem;left:24.3125rem;width:1.25rem;height:1.25rem;display:none; }
#Lmu2chVTcJUzPfelCD4DmOSaVulne6dh { top:11.25rem;left:0rem;width:16.625rem;height:2.4375rem;font-size:0.9375rem;display:none; }
#OzxoacsD2wlXd4uqi92uysgwlRBEV7hf { top:15.25rem;left:0rem;width:16.625rem;height:2.4375rem;font-size:0.9375rem;display:none; }
#xgRLFgcoZfxQAR89lGsuQZSDncNuFHm7 { top:28.9375rem;left:24.3125rem;width:1.25rem;height:1.25rem;display:none; }
#t1DB9F7EcyWhmMqbQclxkOFMA3wdL2v8 { width:9.875rem;height:9.875rem;top:2.3125rem;left:22.9375rem;display:none; }
#tH3uaUDBVs24ShTfgO24lKPDMU0MZVcS { width:9.875rem;height:9.875rem;top:2.3125rem;left:33.25rem;display:none; }
#EUWJVPMgWDF3o91OEUZT3yGidolMbWzT { width:9.9375rem;height:9.9375rem;top:2.3125rem;left:37.8125rem;display:none; }
#BZzqPBP1btkEWhfuKQArG3V732C23cLU { top:15.375rem;left:1.875rem;width:5.1875rem;height:2.5625rem;font-size:0.875rem;display:none; }
#yZF71Am8sQgQtCBhWJHsT0ZcwrOtgSsC { top:15.375rem;left:8.625rem;width:5.1875rem;height:2.5625rem;font-size:0.875rem;display:none; }
#D7604VaiTrWaUwRG7aguJb7b0vLWnyE0 { top:15.375rem;left:0rem;width:5.1875rem;height:3.875rem;font-size:0.875rem;display:none; }
#o4SnTeIBu5VTOaGQ4IDFlO5tDre1fIaF { top:19.75rem;left:0rem;width:19.25rem;height:3.375rem;font-size:0.875rem;display:none; }
#amAUwztd9Zsv4ZGzySDNV4RDZ8mnpq8f { top:0rem;width:;height:;display:none; }
#Em1EMCnWsvWbvdER1ESwwozvVw7TcR5I { display:none; }#Em1EMCnWsvWbvdER1ESwwozvVw7TcR5I > .row .container { width:47.5rem;position:relative;display:none; }#hPsit1gzMoHsrcgkqS4taT2esRrWGzNb { top:31.375rem;left:0rem;width:19.9375rem;height:4.1875rem;font-size:1.75rem;display:none; }
#Qxg2TsA2fUdfUp3LHwMlLGT9ip0b9fW6 { display:none; }#Qxg2TsA2fUdfUp3LHwMlLGT9ip0b9fW6 > .row .container { width:47.75rem;position:relative;display:none; }#BBIXKnh2w9JvA6E2S5RtmHVtI2hyvgJB { top:5.1875rem;left:0rem;width:17.875rem;height:11.0625rem;display:none; }
#GmZXqQMrPxbQVV0FAlqlf8rzFH24pe6B { top:25.4375rem;left:0rem;width:18.25rem;height:5.25rem;font-size:0.8125rem;display:none; }
#QU9vExiT7ozTKbw3gbEh4u5oX5OfLv2k { top:7.1875rem;left:0rem;width:1.375rem;height:1.375rem;display:none; }
#zwcMmPd2aTSpg4GCmtuB9R7ibzi3PTM9 { top:7.1875rem;left:0rem;width:1.375rem;height:1.375rem;display:none; }
#Xy1tAJe3ibrxLW1ciW4RENZbdsbauDSq { top:7.1875rem;left:3.5rem;width:1.375rem;height:1.375rem;display:none; }
#bftZno50r0PhlOvpJSzgqZUbObMQXQkS { top:7.1875rem;left:0.5rem;width:1.375rem;height:1.375rem;display:none; }
#CHuJuUyAxqqDptHFpddMG4V3I8QrNTZ3 { top:7.1875rem;left:2rem;width:1.375rem;height:1.375rem;display:none; }
#Cp0l2MIU86q2iH9pa55IFurmhzAxaMmW { top:22.5rem;left:0rem;width:18.625rem;height:1.125rem;font-size:1rem;display:none; }
#RakCxZ6GLyIMORuK8TKpwlEfhBoi05OC { top:5.25rem;left:15.75rem;width:17.875rem;height:11.0625rem;display:none; }
#Klpe1w3lElNK6Sm9eR7z65JvND6oZOCF { top:34.9375rem;left:0rem;width:18.6875rem;height:4.1875rem;font-size:0.8125rem;display:none; }
#eI5kXEqiMEHODPr45e6fqtNvFADvm2Ok { top:7.1875rem;left:17.0625rem;width:1.375rem;height:1.375rem;display:none; }
#IzCp1zDreWlo9Su7ZUu3IsxwgyiRDhSx { top:7.1875rem;left:18.625rem;width:1.375rem;height:1.375rem;display:none; }
#bgqgQptTOg0T511HE4RAauUGsLV3Nxyl { top:7.1875rem;left:20.25rem;width:1.375rem;height:1.375rem;display:none; }
#rIpTiCm6ZbIfO9lvyAQxNTOLyovhLisR { top:7.1875rem;left:21.8125rem;width:1.375rem;height:1.375rem;display:none; }
#SsnBmTDOPBP3gqHPEcFSDh9hL59HVabK { top:31.25rem;left:0rem;width:18.625rem;height:1.125rem;font-size:1rem;display:none; }
#VAforTvefBOFpZAODHG9BlblKBwZWa5L { top:7.1875rem;left:23.375rem;width:1.375rem;height:1.375rem;display:none; }
#yEQOsUCzdZQ1O0NoJzVsXL2TGHHVKTFV { top:5.1875rem;left:29.875rem;width:17.875rem;height:11.0625rem;display:none; }
#RVxIm2nvXAiKakGmw77MfHPqgMT80f3c { top:47.625rem;left:0rem;width:19rem;height:4.1875rem;font-size:0.8125rem;display:none; }
#A6CEnZVfIprk1XrVDmayElTnu151vFhG { top:7rem;left:42.6875rem;width:1.375rem;height:1.375rem;display:none; }
#J8aVqmdanqgIpCCwBUZk5uWsLD0348Jf { top:7rem;left:41.125rem;width:1.375rem;height:1.375rem;display:none; }
#PNC4Sl7cxSl2OoKXdQfWET9iMFbi5agX { top:7rem;left:39.5625rem;width:1.375rem;height:1.375rem;display:none; }
#ZV4RgOFSn7UG4xOSAcaGeociVquJ1CZI { top:43.375rem;left:0rem;width:18.625rem;height:1.125rem;font-size:1rem;display:none; }
#ZDTTyXTHWwTyqxpJnLiXQ7WosvnxW9Ug { top:7rem;left:38.125rem;width:1.375rem;height:1.375rem;display:none; }
#xJ1PNFslNx92QNPwm78JnOudH6rbxGnQ { top:7.125rem;left:36.4375rem;width:1.375rem;height:1.375rem;display:none; }
#O5tTJ9khdKLXx9FrHhXhIuh9LuIr9XOE { top:6.8125rem;left:0rem;width:27.75rem;height:28.4375rem;display:none; }
#IOwQOOhQq3Wi9QUG4r5HqZvaTR02se7l { top:8.9375rem;left:19.375rem;width:8.5625rem;height:1.375rem;font-size:0.875rem;display:none; }
#w7DPT5B0kUK4hks5tyBnczIWrdZGPvuL { top:8.75rem;left:17.6875rem;width:1.625rem;height:1.625rem;display:none; }
#KppgBJmEu5i1qXRVSSpaVNr8lgGO7f5H { top:8.75rem;left:17.6875rem;width:1.625rem;height:1.625rem;display:none; }
#lEX46KHrvwEigfZp5kEOVro92DA8ro3A { top:8.9375rem;left:19.375rem;width:8.5625rem;height:1.375rem;font-size:0.875rem;display:none; }
#PeF1XSIh7RObCTBSvPeoJgzaq4wSToVh { top:8.75rem;left:17.6875rem;width:1.625rem;height:1.625rem;display:none; }
#egAroNgiSD4mWCKcmJaZK8ZT8CWXtvwv { top:8.9375rem;left:19.375rem;width:8.5625rem;height:1.375rem;font-size:0.875rem;display:none; }
#cXC93cx0Ji3b4Coo0CKE0p4bc4fpD0TP { top:5.1875rem;left:29.875rem;width:17.875rem;height:11.0625rem;display:none; }
#zVPLQubHNqPPiQ2RUBAH4paHSzIol6Qn { top:55.125rem;left:0rem;width:19rem;height:3.125rem;font-size:0.8125rem;display:none; }
#cegV3EiBQnAkeK5I9fnfLrIuxBLNeUGl { top:7rem;left:42.6875rem;width:1.375rem;height:1.375rem;display:none; }
#GRrOyULZwpUWdv6TXnrtXRiI1vlmLnTM { top:7rem;left:41.125rem;width:1.375rem;height:1.375rem;display:none; }
#P68k9vHIu8TNiXiJayNOetlxzJbVmJa2 { top:7rem;left:39.5625rem;width:1.375rem;height:1.375rem;display:none; }
#LELgiAy7bCSq1J2baT4uM3e6z31ZZ236 { top:7rem;left:38.125rem;width:1.375rem;height:1.375rem;display:none; }
#GiCDaTnk1rhOZNgVDZWIPK6b8JkIVmty { top:7.125rem;left:36.4375rem;width:1.375rem;height:1.375rem;display:none; }
#ZEUoC8ve0tbUamOmkvESTDITuMOFqEKL { top:51.625rem;left:0rem;width:5.75rem;height:1.125rem;font-size:1rem;display:none; }
#Fz7WTV3UzmrLmM0wbfeQdAUn9VslDcW2 { top:8.75rem;left:17.6875rem;width:1.625rem;height:1.625rem;display:none; }
#fC8pnocVPQ9RMGaogzpVFJgNseu0p3sE { top:8.9375rem;left:19.375rem;width:8.5625rem;height:1.375rem;font-size:0.875rem;display:none; }
#pKKTGO4JTNNb0t0SwBFXGwl4Dp8KAaAO { top:8.75rem;left:17.6875rem;width:1.625rem;height:1.625rem;display:none; }
#xJ7BwT8f9tegk73s7vD16N942JrICJKd { display:none; }#xJ7BwT8f9tegk73s7vD16N942JrICJKd > .row .container { width:47.75rem;position:relative;display:none; }#uXJ1aSgnuA0MwU0nRDxep3T1xdmdBfX1 { top:2.0625rem;left:0rem;width:20rem;height:2rem;font-size:1.875rem;display:none; }
#JnXGTPbeAlZfNqUkfJULJ11cxgVpwn7h { display:none; }#JnXGTPbeAlZfNqUkfJULJ11cxgVpwn7h > .row .container { width:47.75rem;position:relative;display:none; }#oK0KVzGtI1HJL3wpntz7gSE4sxAmHau8 { top:0.375rem;left:0rem;width:17.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
#vVKcvaVPZW5T6TCHW5Pidf3oN1LGubeV { top:0rem;left:45.9375rem;width:1.8125rem;height:1.8125rem;display:block; }
#KBCa8GnSUoiih5NCEwxmiH8yFTeTLBKW { display:none; }#KBCa8GnSUoiih5NCEwxmiH8yFTeTLBKW > .row .container { width:47.75rem;position:relative;display:none; }#fGl4cQEObiEveHpTq9mVx0MTxBe2IVZy { top:1.1875rem;left:0rem;width:19.9375rem;height:2.8125rem;font-size:0.9375rem;display:none; }
#fK1nxbVStDUH9rDBhdo2ammFPO8sBnwN { display:none; }#fK1nxbVStDUH9rDBhdo2ammFPO8sBnwN > .row .container { width:47.75rem;position:relative;display:none; }#fUyVuvT8pVr1MQRn8IxL4esUslebKwqE { top:0.375rem;left:0rem;width:17.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
#Jv2gCm1p5fvgICFLa0WLPVwAMKBcWrKt { top:0rem;left:45.9375rem;width:1.8125rem;height:1.8125rem;display:block; }
#lENWTQ251LEUG92H2iuaZvBBgi2V3dgA { display:none; }#lENWTQ251LEUG92H2iuaZvBBgi2V3dgA > .row .container { width:47.75rem;position:relative;display:none; }#muzPEifS6Td5oxRPhcWhodb1cBLP4FVf { top:1.1875rem;left:0rem;width:19.9375rem;height:2.8125rem;font-size:0.9375rem;display:none; }
#l9ltpMkxmDlrDBTTq6SQsUvKhbtO9HkF { display:none; }#l9ltpMkxmDlrDBTTq6SQsUvKhbtO9HkF > .row .container { width:47.75rem;position:relative;display:none; }#EmFLciUkzTgP0RLvsJ3BEVBxOA2gTSrb { top:0.375rem;left:0rem;width:17.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
#Q2pS5sTLT4ukBMyCmxbLahr1A6U1UFpK { top:0rem;left:45.9375rem;width:1.8125rem;height:1.8125rem;display:block; }
#W8g4oT4ZL8eJD2Hg1QgZcRobL4csTboM { display:none; }#W8g4oT4ZL8eJD2Hg1QgZcRobL4csTboM > .row .container { width:47.75rem;position:relative;display:none; }#Kh1pM9keqcdJVbLXXn7xyFRZtTXMIpPy { top:1.1875rem;left:0rem;width:19.9375rem;height:7rem;font-size:0.9375rem;display:none; }
#fFITVXeu96kFTBDoBkeAbgVV2foahrcw { display:none; }#fFITVXeu96kFTBDoBkeAbgVV2foahrcw > .row .container { width:47.75rem;position:relative;display:none; }#t1uyeClaxfJgqsltwRHOlTe1ofiSuO7F { top:0.375rem;left:0rem;width:19.6875rem;height:2.375rem;font-size:0.9375rem;display:block; }
#OeoMv24Rd0NKUUgmHeGk7V7f9Zo6SXtA { top:0rem;left:45.9375rem;width:1.8125rem;height:1.8125rem;display:block; }
#ccSktz0Lpz4K4w7kgaSriSf0rhLS6nvf { display:none; }#ccSktz0Lpz4K4w7kgaSriSf0rhLS6nvf > .row .container { width:47.75rem;position:relative;display:none; }#VbXMpiOGIbPop9y8JBrw85KkDh7FuPla { top:1.1875rem;left:0rem;width:19.9375rem;height:7rem;font-size:0.9375rem;display:none; }
#wCdPkUT7513DWpKLqKfEtt03OE541HsV { display:none; }#wCdPkUT7513DWpKLqKfEtt03OE541HsV > .row .container { width:47.75rem;position:relative;display:none; }#e2Iwh4tWRreNWtXFhUTAUkNZ7hWCztB1 { top:0.375rem;left:0rem;width:19.75rem;height:2.375rem;font-size:0.9375rem;display:block; }
#IRcrIPtx6zT0gkrKdpxDkW8NQiuDDKI9 { top:0rem;left:45.9375rem;width:1.8125rem;height:1.8125rem;display:block; }
#etBaaCdim2fULBd1LNpalWEpWWFtDTfW { display:none; }#etBaaCdim2fULBd1LNpalWEpWWFtDTfW > .row .container { width:47.75rem;position:relative;display:none; }#mtPwrT7MQNHtzybovkUM95wrm5yFVPcU { top:1.1875rem;left:0rem;width:19.9375rem;height:7rem;font-size:0.9375rem;display:none; }
#BJNtDSpETTftIUTCoK8mmvtOaGivWgTy { display:none; }#BJNtDSpETTftIUTCoK8mmvtOaGivWgTy > .row .container { width:47.75rem;position:relative;display:none; }#kGqOSvutdhAn8beydKBqMZkVu1S4TlFx { top:0.375rem;left:0rem;width:19.8125rem;height:2.375rem;font-size:0.9375rem;display:block; }
#KKfI2pOcFnEDiOHoJm0tFRDKev665zUB { top:0rem;left:45.9375rem;width:1.8125rem;height:1.8125rem;display:block; }
#FhzTcmAWdzSofVI5FsdRah6qdhsz3J8a { display:none; }#FhzTcmAWdzSofVI5FsdRah6qdhsz3J8a > .row .container { width:47.75rem;position:relative;display:none; }#OWQMeaITXpPMkywEIAZWyPfzG58gpSvL { top:1.1875rem;left:0rem;width:19.9375rem;height:4.1875rem;font-size:0.9375rem;display:none; }
#C2Z7eZbpipb0wTPObEuFszJggJ09wIxu { display:none; }#C2Z7eZbpipb0wTPObEuFszJggJ09wIxu > .row .container { width:47.75rem;position:relative;display:none; }#E8vahXXbFyV9NlxQIFC8gzM7rk92L0Tt { top:0.375rem;left:0rem;width:17.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
#uVne8H0zgI5RHNRwCyD58fh7ty3yTfiI { top:0rem;left:45.9375rem;width:1.8125rem;height:1.8125rem;display:block; }
#sEC3lvefss1qi2yq3B8tye13kX7efy8t { display:none; }#sEC3lvefss1qi2yq3B8tye13kX7efy8t > .row .container { width:47.75rem;position:relative;display:none; }#x8epbaHqTc5NbskrJfFzTm9R5TxKREdX { top:1.1875rem;left:0rem;width:19.9375rem;height:7rem;font-size:0.9375rem;display:none; }
#h6FpN3qnQKgMFr0C5FbJe6xCJpAfqhAg { display:none; }#h6FpN3qnQKgMFr0C5FbJe6xCJpAfqhAg > .row .container { width:47.75rem;position:relative;display:none; }#sFHTn4SSV5GCbEfGtuMqIAG2y9vVxTrL { top:8.5625rem;left:0.8751220703125rem;width:12.5rem;height:2.5625rem;font-size:2.1875rem;display:none; }
#TTKMQFKm8dUTxyD8bpy0UlV8NJdqrb85 { top:8.25rem;left:0rem;width:16rem;height:4.75rem;font-size:1.875rem;display:none; }
#wnNhMClKoJTyxPFSaNoNEAH7kVWXCF6V { width:27rem;height:3.75rem;top:15.875rem;left:20.75rem;display:none; }
#rnXZlmmVONG1HQ13KqmTAcE9HlWdL3TF { display:block; }
#hghwTom9kZu2L5Don4o8FZTeilJMlJMQ { display:none; }#hghwTom9kZu2L5Don4o8FZTeilJMlJMQ > .row .container { width:47.75rem;position:relative;display:none; }#VZTftkIBOuD9bUFzxrG8xsaShwaLr2R2 { top:1.125rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.25rem;display:block; }
#upSaDUdl1agPMGbAMgNCp6Qz64inTXoa { top:5.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:none; }
#oVsLRo2CL6wWAeC1T35fZyzWig369s5D { display:none; }#oVsLRo2CL6wWAeC1T35fZyzWig369s5D > .row .container { width:47.75rem;position:relative;display:none; }#FRI3Nt5bhXb6gDHG7s7o5lZo4cu2UtGE { display:none; }#FRI3Nt5bhXb6gDHG7s7o5lZo4cu2UtGE > .row .container { width:47.75rem;position:relative;display:none; }#hisKfDuTPSkH4bggn7bN379TuTxMDhIx { top:0.8125rem;left:0rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:none; }
#UcvJgTBR6n06yM1H4SpHpCTz4owuyyU5 { width:24.5rem;height:4.0625rem;top:18.875rem;left:23.25rem;display:none; }
#cN9IL5tB3s9WqZtgM8IiEVbyrdHPTdWr { display:block; }
body { position:relative;background-color:transparent;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUTZG5WETPJz4hJBVpAJLbrNNM0MbenQ { background-color:#1b1666;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; }#gUTZG5WETPJz4hJBVpAJLbrNNM0MbenQ > .row .container { background-color: transparent; background-image: none; }#gUTZG5WETPJz4hJBVpAJLbrNNM0MbenQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUTZG5WETPJz4hJBVpAJLbrNNM0MbenQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUTZG5WETPJz4hJBVpAJLbrNNM0MbenQ > .row .container > .video-iframe-container { display: none; }#gUTZG5WETPJz4hJBVpAJLbrNNM0MbenQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUTZG5WETPJz4hJBVpAJLbrNNM0MbenQ > .row > .video-iframe-container { display: none; }#gUTZG5WETPJz4hJBVpAJLbrNNM0MbenQ > .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); }#gUTZG5WETPJz4hJBVpAJLbrNNM0MbenQ > .row .container { border-width: 0; border-radius: 0; }#gUTZG5WETPJz4hJBVpAJLbrNNM0MbenQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gUTZG5WETPJz4hJBVpAJLbrNNM0MbenQ > .row .container { width:20rem;height:1.25rem;position:relative;display:block; }#L0WsCL3CnpqEsBn01G0DwyT3MhWC7Fdf { top:0.24967455863953rem;left:1.563259601593rem;width:17.4370625rem;height:0.8999rem;z-index:15001;color:#ffffff;font-size:0.75rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.2;display:block; }
#eqIcNeesZbFbTgfix1loSSq2yoiTeLVT { top:0rem;left:1.3742406368256rem;width:10.625rem;height:1.8125rem;z-index:15000;overflow:hidden;display:none; }
#SFJMoVrIuuGRcM3eNSCXKkpTf5DBQkT0 { top:24.937065839767rem;left:0.5rem;width:19rem;height:2.375rem;z-index:15004;font-size:1.0625rem;color:#ffffff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-weight:400;font-style:normal;display:none; }
#psRlFpF9e5xwLiF1mPnD0dzC0yTafyXU { display:block; }
#v10X42oFRhG84B2rsMQyE9uC3VL563Xe { display:flex;top:0.28754353523254rem;left:0.62434899806976rem;width:0.68739375rem;height:0.68739375rem;z-index:15057; }
#y85vDZTJUxFoUcTVBC39ildGBPbOOPax { top:0rem;left:17.1875rem;width:2.5rem;height:1.25rem;z-index:15058;overflow:hidden;display:block; }
#Drlg1iFNsEb56CqhxdsRRIr6fpLOxh03 { display:block; }#Drlg1iFNsEb56CqhxdsRRIr6fpLOxh03 > .row .container { width:20rem;height:1.25rem;position:relative;display:block; }#sIrkfGts3GlKoDZcE010lmTxAk4friPg { 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; }#sIrkfGts3GlKoDZcE010lmTxAk4friPg > .row .container { background-color: transparent; background-image: none; }#sIrkfGts3GlKoDZcE010lmTxAk4friPg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIrkfGts3GlKoDZcE010lmTxAk4friPg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIrkfGts3GlKoDZcE010lmTxAk4friPg > .row .container > .video-iframe-container { display: none; }#sIrkfGts3GlKoDZcE010lmTxAk4friPg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIrkfGts3GlKoDZcE010lmTxAk4friPg > .row > .video-iframe-container { display: none; }#sIrkfGts3GlKoDZcE010lmTxAk4friPg > .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); }#sIrkfGts3GlKoDZcE010lmTxAk4friPg > .row .container { border-width: 0; border-radius: 0; }#sIrkfGts3GlKoDZcE010lmTxAk4friPg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sIrkfGts3GlKoDZcE010lmTxAk4friPg > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; }#VVChgIzdlS3qUQkiwy6gbLAvvek9aShH { top:0.56228303909302rem;left:4.7808160781861rem;width:10.4373125rem;height:1.3125rem;z-index:15000;overflow:hidden;display:block; }
#w0N9ZEyWUqhVnM1RxOaisfOvsNO5CJrb { top:0.21864151954651rem;left:0rem;width:20rem;height:2.0625rem;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;box-shadow: 0rem 0.1875rem 0.1875rem rgba(0,0,0,0.08) ;display:block; }
#wI3x2K9BnASpoTerKeBXn5mowBR9Kadx { 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; }#wI3x2K9BnASpoTerKeBXn5mowBR9Kadx > .row .container { background-color: transparent; background-image: none; }#wI3x2K9BnASpoTerKeBXn5mowBR9Kadx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wI3x2K9BnASpoTerKeBXn5mowBR9Kadx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wI3x2K9BnASpoTerKeBXn5mowBR9Kadx > .row .container > .video-iframe-container { display: none; }#wI3x2K9BnASpoTerKeBXn5mowBR9Kadx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wI3x2K9BnASpoTerKeBXn5mowBR9Kadx > .row > .video-iframe-container { display: none; }#wI3x2K9BnASpoTerKeBXn5mowBR9Kadx > .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); }#wI3x2K9BnASpoTerKeBXn5mowBR9Kadx > .row .container { border-width: 0; border-radius: 0; }#wI3x2K9BnASpoTerKeBXn5mowBR9Kadx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wI3x2K9BnASpoTerKeBXn5mowBR9Kadx > .row .container { width:20rem;height:1.25rem;position:relative;display:block; }#rhedMldTF7JlPT6KBxMpKuTT8TbIF6DW { top:0.1871337890625rem;left:3.7498779296875rem;width:4.43725625rem;height:0.89355625rem;z-index:15004;color:#000000;font-size:0.6875rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
#Dr5BOgoe3RTt3tnHyordJ2crwe7Zc36u { top:0.1248779296875rem;left:6.8125rem;width:5rem;height:1rem;z-index:15026;overflow:hidden;display:block; }
#C7acda7F0BJFVQeN6Rik0W15zHUU84JT { top:0.12451171875rem;left:11.499755859375rem;width:5.06225625rem;height:0.875rem;z-index:15025;overflow:hidden;display:block; }
#QaH3rXLGA6WATIXaODuOdaCWLBTqos1k { display:block; }#QaH3rXLGA6WATIXaODuOdaCWLBTqos1k > .row .container { width:20rem;height:41.125rem;position:relative;display:block; }#LSkFFEigxpLECIFVxi8pfhxsTzfEOuT2 { width:13.125rem;height:0.97473125rem;top:23.1875rem;left:4.125rem;font-size:0.75rem;z-index:15009;text-align:center;text-align-last:center;display:block; }
#EmRTKms7znw2skbCQqkGveFlEEskTOXJ { display:flex;top:23.125rem;left:3.9375rem;width:0.9375rem;height:0.9375rem;z-index:15034;font-size:0.625rem; }
#bOq4FC0tE24f5Z2vTPTUTPtbQQttWdsZ { display:flex;top:23.125rem;left:2.9375rem;width:0.9375rem;height:0.9375rem;z-index:15034;font-size:0.625rem; }
#rgK8TNk4W7949xv6P1gpHf2rp6FTQmWG { display:flex;top:23.125rem;left:1.9375rem;width:0.9375rem;height:0.9375rem;z-index:15034;font-size:0.625rem; }
#mBPfyHbJ7T8816SZSOaMb8qLZICxn1xE { display:flex;top:23.125rem;left:0.9375rem;width:0.9375rem;height:0.9375rem;z-index:15034;font-size:0.625rem; }
#LOyBr1C5isZiPc6VTuh54qwh5Ddvn1sy { display:flex;top:23.125rem;left:0rem;width:0.9375rem;height:0.9375rem;z-index:15034;font-size:0.625rem; }
#lmHr9t8kaPcPTl9tbKwh8pl0agPopiWa { top:17.6875rem;left:0rem;width:19.875rem;height:7.1996875rem;z-index:15003;font-size:2rem;color:#000000;line-height:1.2;font-family:"canela italic";font-weight:400;font-style:italic;text-align:left;text-align-last:left;display:block; }
#X9kVPOLanzz4lcF5fZyD5m1qpyb1AHLo { top:15.25rem;left:0rem;width:7.125rem;height:1.4375rem;z-index:15036;font-size:0.8125rem;color:#000000;background-color:#bff3f3;background-image:none;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;font-weight:400;font-style:normal;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#VnqGXv1myWKGVslkTKTbCmIrxPK2ixJQ { display:block; }
#mIKpzUItgHPstJRE4G6F8U51tdZQInpP { top:35.4990234375rem;left:1.328125rem;width:17.34375rem;height:3.2182625rem;z-index:15006;font-size:1.25rem;color:#ffffff;background-color:#000000;background-image:none;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;font-weight:400;font-style:normal;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#UV7efGaQzr8uGtFTsGzVSADbud8oCwOZ { display:block; }
#hdd3UPQARmPIPsvGTJpT6weIofWq1rmU { top:31.1875rem;left:1.8125rem;width:18.5625rem;height:1.21875rem;z-index:15003;color:#000000;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
#nXaoEBG4leOvGsNNe86yte7A7iWPNG0L { display:flex;top:31.125rem;left:0rem;width:1.4370125rem;height:1.4370125rem;z-index:15034; }
#mraF5ddtRnktidVf5QyNaTCRWqpKvD7a { display:flex;top:29.125rem;left:0rem;width:1.4370125rem;height:1.4370125rem;z-index:15033; }
#H8X1E5J87iaTt4NDnM3A4MW21QkZwkXq { top:33.25rem;left:1.8125rem;width:17.6875rem;height:1.21875rem;z-index:15005;color:#000000;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
#D9KtNPRDNSUTdvhTao9EVUsqEgcyIyFS { display:flex;top:33.125rem;left:0rem;width:1.4370125rem;height:1.4370125rem;z-index:15036; }
#Rm87gqaP7ELfXXuCyzCs6NltrFEJUUcT { top:16.904296875rem;left:0rem;width:19.8125rem;height:23.8125rem;z-index:15091;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#zKTOnbV3ap2SZNpX4SlK9CRXJIZyNWDr { display:block; }
#xIBhgz5gsnmtrhTnXVbIsRSbFVfS6sMC { top:24.76171875rem;left:0.8125rem;width:17.625rem;height:3.65625rem;z-index:15003;color:#000000;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
#aZmeTHx4lv3F3DIwWfFUTuWTreSWOxiG { top:29.29638671875rem;left:1.8125rem;width:15.874rem;height:1.21875rem;z-index:15004;color:#000000;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
#cvegT8xCRw0JHvQaK3D9Vzo0TGyx8xma { width:9.999375rem;height:14.3115rem;top:0.1875rem;left:10rem;display:block; }
#FiHBdwSrBO7XJhfV0K9MTzizfTa5kKUE { width:9.8736875rem;height:14.249875rem;top:0.1875rem;left:0rem;display:block; }
#QdbapCQURlpVm0x7MyrNZlQApbskUU8O { width:3.99963125rem;height:1.3745125rem;top:0.8125rem;left:0.625rem;z-index:15022;color:#000000;background-color:#ffffff;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;font-size:0.875rem;box-shadow: none;display:block; }
#duVVxoV4T9GTlJKLAO8VomkiW0eC6u11 { display:block; }
#uE3E3ntvXGu6ce1Uzyi0l2m9kotPOb7d { width:4.62463125rem;height:1.3745125rem;top:0.8125rem;left:14.625rem;z-index:15023;color:#000000;background-color:#ffffff;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;font-size:0.875rem;box-shadow: none;display:block; }
#TwuJuAnR2VDs6hfgg2y7a093GtfH6XqO { display:block; }
#DnnITFNbn7097GmWpZ6Afo5K7FlK1z6y { top:39.279296875rem;left:3.1875rem;width:15.3125rem;height:1.13720625rem;z-index:15057;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
#ESAiMtT0ZfGEIaAzzgaO9qP5GLWsa4AG { display:flex;top:39.21728515625rem;left:2.25rem;width:1.1875rem;height:1.1875rem;z-index:15058; }
#hOyL6fabEUvT9xSWeKFdGy2T1dQCKrI7 { display:block; }#hOyL6fabEUvT9xSWeKFdGy2T1dQCKrI7 > .row .container { width:20rem;height:5.625rem;position:relative;display:block; }#gWC5JO20eMFrSQtaJiO27P9pDais0ph8 { top:0.98025131225588rem;left:0rem;width:20rem;height:3.75rem;z-index:15003;text-align:center;text-align-last:center;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#siN33EupAK8HIrvseVVMQbhW9iNzvglD { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2fe730f5-5e1f-43ea-aaa4-c92d9a8bc32a/5.crop_1200x1276_0,1790.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#siN33EupAK8HIrvseVVMQbhW9iNzvglD.adaptive-delivery-prevent-bg, #siN33EupAK8HIrvseVVMQbhW9iNzvglD.lazyload, #siN33EupAK8HIrvseVVMQbhW9iNzvglD.lazyloading { background-image: none; }#siN33EupAK8HIrvseVVMQbhW9iNzvglD > .row .container { background-color: transparent; background-image: none; }#siN33EupAK8HIrvseVVMQbhW9iNzvglD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siN33EupAK8HIrvseVVMQbhW9iNzvglD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siN33EupAK8HIrvseVVMQbhW9iNzvglD > .row .container > .video-iframe-container { display: none; }#siN33EupAK8HIrvseVVMQbhW9iNzvglD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siN33EupAK8HIrvseVVMQbhW9iNzvglD > .row > .video-iframe-container { display: none; }#siN33EupAK8HIrvseVVMQbhW9iNzvglD > .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); }#siN33EupAK8HIrvseVVMQbhW9iNzvglD > .row .container { border-width: 0; border-radius: 0; }#siN33EupAK8HIrvseVVMQbhW9iNzvglD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#siN33EupAK8HIrvseVVMQbhW9iNzvglD > .row .container { width:20rem;height:23.75rem;position:relative;display:block; }#L21SzH46msM257W5o7NJiOwa4J7SmGXw { 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; }#L21SzH46msM257W5o7NJiOwa4J7SmGXw > .row .container { background-color: transparent; background-image: none; }#L21SzH46msM257W5o7NJiOwa4J7SmGXw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L21SzH46msM257W5o7NJiOwa4J7SmGXw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L21SzH46msM257W5o7NJiOwa4J7SmGXw > .row .container > .video-iframe-container { display: none; }#L21SzH46msM257W5o7NJiOwa4J7SmGXw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L21SzH46msM257W5o7NJiOwa4J7SmGXw > .row > .video-iframe-container { display: none; }#L21SzH46msM257W5o7NJiOwa4J7SmGXw > .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); }#L21SzH46msM257W5o7NJiOwa4J7SmGXw > .row .container { border-width: 0; border-radius: 0; }#L21SzH46msM257W5o7NJiOwa4J7SmGXw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L21SzH46msM257W5o7NJiOwa4J7SmGXw > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; }#mPMu6XwXKXL62mOyupd9VRPIgNrh2RCb { top:1.4375rem;left:0rem;width:10rem;height:1.5625rem;z-index:15006;overflow:hidden;display:block; }
#gWIC3nTaaTSMUzCpCkOD3I15nVax2Ja3 { top:1.4375rem;left:8.875rem;width:11.0625rem;height:1.875rem;z-index:15007;overflow:hidden;display:block; }
#FrIMyrWqJMp0p4KSopGx1EEkxqo1ve6M { top:0.5625rem;left:3.625rem;width:4.43725625rem;height:0.89355625rem;z-index:15004;color:#000000;font-size:0.6875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
#hv4aHKgZBpSwdMwqZEscq1QCns8wxJtS { top:0.5rem;left:7.1875rem;width:5rem;height:1rem;z-index:15026;overflow:hidden;display:block; }
#LX3T0VezS4NLdXf7mJaFyWX6zO5ZQvsy { top:0.4375rem;left:11.9375rem;width:5.06225625rem;height:0.875rem;z-index:15025;overflow:hidden;display:block; }
#NxrEGMJT0FJKpN9X5Zbl7xVU7hk2oKmP { background-color:#f8f6f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NxrEGMJT0FJKpN9X5Zbl7xVU7hk2oKmP > .row .container { background-color: transparent; background-image: none; }#NxrEGMJT0FJKpN9X5Zbl7xVU7hk2oKmP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxrEGMJT0FJKpN9X5Zbl7xVU7hk2oKmP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxrEGMJT0FJKpN9X5Zbl7xVU7hk2oKmP > .row .container > .video-iframe-container { display: none; }#NxrEGMJT0FJKpN9X5Zbl7xVU7hk2oKmP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxrEGMJT0FJKpN9X5Zbl7xVU7hk2oKmP > .row > .video-iframe-container { display: none; }#NxrEGMJT0FJKpN9X5Zbl7xVU7hk2oKmP > .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); }#NxrEGMJT0FJKpN9X5Zbl7xVU7hk2oKmP > .row .container { border-width: 0; border-radius: 0; }#NxrEGMJT0FJKpN9X5Zbl7xVU7hk2oKmP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NxrEGMJT0FJKpN9X5Zbl7xVU7hk2oKmP > .row .container { width:20rem;height:27.5rem;position:relative;display:block; }#oJREDUS0evOPPcwbKuBawZh7OMpT5rbF { top:14.4375rem;left:0.375rem;width:9.5rem;height:1.29980625rem;z-index:15001;font-weight:700;font-style:normal;font-size:1rem;text-align:left;text-align-last:left;display:block; }
#IGbUqNsJsvzxWsrBBui6k8DLrHb8JFxI { 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; }
#zkLqsBy721DQfJVLVrJddkzgHvEtdFE2 { display:block; }
#Rd91IhAkX9Zgo9u64vGThbBNPeL9SKTZ { top:1.5482940673828rem;left:0rem;width:8.1875rem;height:15.25rem;z-index:15021;overflow:hidden;display:none; }
#LmF1FyGEyAs41oEPgZbB4yuXIlx0wvLq { top:14.43701171875rem;left:10.375rem;width:9.375rem;height:1.125rem;z-index:15002;font-weight:700;font-style:normal;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
#H4N6bsK2z3cinG6l6bHaFqkvfEHKkFqv { top:2.56201171875rem;left:10.12451171875rem;width:9.75rem;height:22rem;z-index:14990;background-color:rgba(178,225,217,0.24);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #b2e1d9;border-left:0.125rem solid #b2e1d9;border-right:0.125rem solid #b2e1d9;border-bottom:0.125rem solid #b2e1d9;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; }
#f5yNuNDDHZMPbOQf6rieFUGLCEpSXzvt { width:7.9375rem;height:2rem;top:22.14111328125rem;left:0.84326171875rem;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; }
#ogHsaDhknTMU21FsyZs1SBZ6cMLDdHpb { display:block; }
#Pp2z5q3ytT0EZUpiqTXqWZL8JJarzDBD { top:2.56201171875rem;left:10.24951171875rem;width:9.6875rem;height:1.29980625rem;z-index:15045;color:#000000;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:1rem;display:block; }
#oUTx7SH3bWhPSfASTsxg1Q02docaNIwU { top:1rem;left:9.875rem;width:10.25rem;height:2.03125rem;z-index:15046;color:#000000;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
#qVPkLqXkozvtvxQJW0zALPGAKMO8Hxsr { top:0.625rem;left:10.125rem;width:9.875rem;height:3.4375rem;z-index:15000;background-color:#b2e1d9;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; }
#wRFQa1LmKTIZ6QEdTrLeD4vFE357ZpsU { top:3.31103515625rem;left:0rem;width:9.6875rem;height:21.25rem;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; }
#mKgG6SJGCpPRAQfAknSQsIonkLlAme6T { width:7.9373125rem;height:1.99978125rem;top:22.14013671875rem;left:11.0615234375rem;z-index:15022;background-color:#b2e1d9;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; }
#miDgLgM90KnGQmWZtZKQFIcd00gAUQ0N { display:block; }
#Tn40XBIxpD5x1pdxPCM5rJDFUeCJxMdH { top:13.5625rem;left:10.5rem;width:4.5625rem;height:0.6875rem;z-index:15033;overflow:hidden;display:block; }
#tdcRFQtExFxP0TR9Nk1nur2vorTKT3g6 { top:13.5625rem;left:0.375rem;width:4.5625rem;height:0.6875rem;z-index:15034;overflow:hidden;display:block; }
#w6ZvlKbaCBndy66o4OcKgFhOApDsePGx { top:16.125rem;left:11.75rem;width:8rem;height:0.89355625rem;z-index:15007;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
#hey0bZ9aHzBnS7SWE1iWzSD9XevtWQOM { display:flex;top:16rem;left:10.4375rem;width:1.0625rem;height:1.0625rem;z-index:15036; }
#VvXw8Td0lJToqZwX5CqJPmVZlGPnI038 { display:flex;top:15.875rem;left:0.375rem;width:1.1875rem;height:1.1875rem;z-index:14997; }
#k6XEheAauQAqPLf5PiohuARcvJiIuNDU { top:16.125rem;left:1.75rem;width:8rem;height:0.89355625rem;z-index:15008;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
#sCSCXb3ozMF6sDUGqV2J7eVm6CgE3ugt { top:18.5rem;left:0.5625rem;width:4.4375rem;height:1.6875rem;z-index:15048;background-color:#b2e1d9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#fn3oOJJ999OlTariGMXVHTDrKziuuwvV { width:8.3745rem;height:8.3745rem;top:3.861328125rem;left:0.68603515625rem;overflow:hidden;z-index:15022;display:block; }
#Ttg1unWPb6HuDG5JIGmZ0c65pMLp5wbK { width:9.9375rem;height:9.9375rem;top:3.861328125rem;left:10.06201171875rem;overflow:hidden;z-index:15023;display:block; }
#uw12MKOuXmrsAZ5SKti3H7m2iJxIT8HN { top:18.5625rem;left:10.5625rem;width:4.3125rem;height:1.6875rem;z-index:14998;background-color:#b2e1d9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#nc4cf9IulV9tA0OcEmwFWb2i6b04iMpv { top:18.6875rem;left:10.74951171875rem;width:8.4375rem;height:1.54358125rem;z-index:15002;font-size:1.1875rem;font-weight:400;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#QuZk5t5sVDyrz6zXuClPU07qH0Dy7ayd { top:0.79541015625rem;left:10.31201171875rem;width:9.4375rem;height:24rem;z-index:15056;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#hD7ttbqik6iR7e5naZMgMw3GThkeb1DK { display:block; }
#h1LPHFWS8irETFxwEMSAcfClSNHwm2RR { top:1.56005859375rem;left:0rem;width:9.625rem;height:23.125rem;z-index:15057;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#ssRT5N17SLMN3D2veogkllEhRmoNVaVG { display:block; }
#LOALzMkWVniudih5NnUVQunR3kyUnia3 { top:25.6640625rem;left:1rem;width:17.625rem;height:1.21875rem;z-index:15058;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
#xAlXE63w7gCuKgRPiBSe7f8o5tWrTGgP { display:flex;top:25.55517578125rem;left:0.8427734375rem;width:1.31239375rem;height:1.31239375rem;z-index:15058; }
#z0beo6p396cONoimupqG7ExPcRUwBFXw { top:18.5712890625rem;left:0.84228515625rem;width:8.625rem;height:1.54358125rem;z-index:15060;font-size:1.1875rem;font-family:brown;font-weight:400;font-style:normal;display:block; }
#vivFlUsZgcl4z1A4T181XkBmHdE6nl04 { background-color:#f8f6f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vivFlUsZgcl4z1A4T181XkBmHdE6nl04 > .row .container { background-color: transparent; background-image: none; }#vivFlUsZgcl4z1A4T181XkBmHdE6nl04::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vivFlUsZgcl4z1A4T181XkBmHdE6nl04 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vivFlUsZgcl4z1A4T181XkBmHdE6nl04 > .row .container > .video-iframe-container { display: none; }#vivFlUsZgcl4z1A4T181XkBmHdE6nl04 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vivFlUsZgcl4z1A4T181XkBmHdE6nl04 > .row > .video-iframe-container { display: none; }#vivFlUsZgcl4z1A4T181XkBmHdE6nl04 > .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); }#vivFlUsZgcl4z1A4T181XkBmHdE6nl04 > .row .container { border-width: 0; border-radius: 0; }#vivFlUsZgcl4z1A4T181XkBmHdE6nl04 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vivFlUsZgcl4z1A4T181XkBmHdE6nl04 > .row .container { width:20rem;height:2.5rem;position:relative;display:block; }#TXlzldCqwTWiUTIQLU3AWsSSsIpOMauk { top:0.4677734375rem;left:2.03125rem;width:4.75rem;height:1.375rem;z-index:15000;font-size:0.625rem;line-height:1.1;display:block; }
#os0QGdgEv3WmE2NGy7251Ne95y7ltZp5 { display:flex;top:0.48046875rem;left:0.34375rem;width:1.25rem;height:1.25rem;z-index:15001; }
#n9hOR3WeuZOBdOCiH8P5gnMoIIegDT1z { top:0.4375rem;left:8.9375rem;width:3.8125rem;height:1.375rem;z-index:15002;font-size:0.625rem;line-height:1.1;display:block; }
#dhyt6HT9Pw9t4uve0pwwR6EglpbuOevt { display:flex;top:0.5rem;left:7.25rem;width:1.25rem;height:1.25rem;z-index:15003; }
#yzhCRGQZTQQRLKF2clAAcvdC2BJlnXUo { top:0.4375rem;left:15.1875rem;width:4.75rem;height:1.375rem;z-index:15004;font-size:0.625rem;line-height:1.1;display:block; }
#mAravU4ECvA5VNoVFGSoM5p8iGhQH6DE { display:flex;top:0.5rem;left:13.25rem;width:1.25rem;height:1.25rem;z-index:15005; }
#i9WSe2cpgFXqHe5bnZHLXfo9l6QKJL20 { display:block; }#i9WSe2cpgFXqHe5bnZHLXfo9l6QKJL20 > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; }#xo6XNp0D5FESTAp2e4UJi7WTANQhZ8p6 { top:1.60498046875rem;left:0rem;width:20rem;height:3.75rem;z-index:15003;text-align:center;text-align-last:center;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#mo82Px5X8o1CB3NS1AZy8ARX7efNA92y { display:block; }#mo82Px5X8o1CB3NS1AZy8ARX7efNA92y > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; }#wXFwwipAPXdfsyr6mexLwTfeBsNPGcsK { width:20rem;height:13.1875rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#GXTmMW7ey7TvqyCxTXgyq7KGPIka8kTn { width:4rem;height:1.375rem;top:1.25rem;left:0.625rem;z-index:15022;color:#000000;background-color:#ffffff;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;font-size:0.875rem;box-shadow: none;display:block; }
#pJKWSx8Tv4FVR3Zf9PcrEOLqbszasrN9 { display:block; }
#vlsfyvTTvkVt7hMriH8Re7NhS8ICT83m { width:4.625rem;height:1.375rem;top:1.25rem;left:14.625rem;z-index:15023;color:#000000;background-color:#ffffff;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;font-size:0.875rem;box-shadow: none;display:block; }
#VqQtoEcgUUSlEwQL85v6m5pPqQ7W72ba { display:block; }
#BucrMdmghsklk9QBzQuVZTVMgK4wklZf { 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; }#BucrMdmghsklk9QBzQuVZTVMgK4wklZf > .row .container { background-color: transparent; background-image: none; }#BucrMdmghsklk9QBzQuVZTVMgK4wklZf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BucrMdmghsklk9QBzQuVZTVMgK4wklZf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BucrMdmghsklk9QBzQuVZTVMgK4wklZf > .row .container > .video-iframe-container { display: none; }#BucrMdmghsklk9QBzQuVZTVMgK4wklZf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BucrMdmghsklk9QBzQuVZTVMgK4wklZf > .row > .video-iframe-container { display: none; }#BucrMdmghsklk9QBzQuVZTVMgK4wklZf > .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); }#BucrMdmghsklk9QBzQuVZTVMgK4wklZf > .row .container { border-width: 0; border-radius: 0; }#BucrMdmghsklk9QBzQuVZTVMgK4wklZf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BucrMdmghsklk9QBzQuVZTVMgK4wklZf > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; }#s2wCJ044XGbvwt1k0pXtPRTRwntAs3Qd { top:1.6875rem;left:1.125rem;width:17.75rem;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;color:#000000;display:block; }
#W1ldzxRqd1UmNrT72pzszb7HxekQ8QuT { display:flex;top:6.125rem;left:6.8125rem;width:1.375rem;height:1.375rem;z-index:14990; }
#OKXsCK7nmXRFPIoUOXHcvR0daF5ZCJNl { display:flex;top:6.1875rem;left:6.9375rem;width:1.125rem;height:1.125rem;z-index:14989; }
#RnWfWNyGQ0Hi4dFKMuon7ztlZVhOBa0W { top:7.9375rem;left:6.875rem;width:13.125rem;height:6.5625rem;z-index:15003;font-weight:700;font-style:normal;font-size:0.9375rem;line-height:1.4;color:#000000;display:block; }
#AKuFNI3RFL9Zgm13C1Ts60FLhg2NleVH { top:6rem;left:0.4375rem;width:5.875rem;height:8.25rem;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; }
#rfKlD7gxvFKiv6mrMTF7EeT0TNuZCscf { top:15.31103515625rem;left:0rem;width:20rem;height:0.0623915rem;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; }
#xyM2qZCwraQa18D3VcSqTqGwZph7y4lB { top:1.8125rem;left:0.0625rem;width:0.1875rem;height:2.5625rem;z-index:15004;background-color:#b2e1d9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#w86ZhuXeuhbRsroB8wmlOcqRwWQldD1L { 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; }#w86ZhuXeuhbRsroB8wmlOcqRwWQldD1L > .row .container { background-color: transparent; background-image: none; }#w86ZhuXeuhbRsroB8wmlOcqRwWQldD1L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w86ZhuXeuhbRsroB8wmlOcqRwWQldD1L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w86ZhuXeuhbRsroB8wmlOcqRwWQldD1L > .row .container > .video-iframe-container { display: none; }#w86ZhuXeuhbRsroB8wmlOcqRwWQldD1L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w86ZhuXeuhbRsroB8wmlOcqRwWQldD1L > .row > .video-iframe-container { display: none; }#w86ZhuXeuhbRsroB8wmlOcqRwWQldD1L > .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); }#w86ZhuXeuhbRsroB8wmlOcqRwWQldD1L > .row .container { border-width: 0; border-radius: 0; }#w86ZhuXeuhbRsroB8wmlOcqRwWQldD1L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w86ZhuXeuhbRsroB8wmlOcqRwWQldD1L > .row .container { width:20rem;height:5.93652109375rem;position:relative;display:block; }#LDLWrOgp1uVnLSoNGo8Nwnz79CeI4JEJ { top:0.57568359375rem;left:0rem;width:20rem;height:5.361325rem;z-index:15003;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
#UXIosAH9dx3ov9Vl8oXMuWgklguX6t94 { display:block; }#UXIosAH9dx3ov9Vl8oXMuWgklguX6t94 > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; }#ZzMf6S4BLaTsdl3wubtbL1M9u7WOt0q0 { top:10.3740234375rem;left:0rem;width:20rem;height:2.5rem;z-index:15004;font-size:1.0625rem;color:#ffffff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-weight:400;font-style:normal;display:none; }
#HJEI4orH9vMmyCIOd6qySXRWv2bSxgFb { display:block; }
#xlRODU2gsgNdhQ2vPBlDnIMNTFUniT5r { top:5.4375rem;left:2.4375rem;width:16.625rem;height:2.4375rem;z-index:15072;font-family:brown;font-size:0.9375rem;text-align:left;text-align-last:left;color:#000000;display:block; }
#SGfSJFRIULu0PBEiEA5cTfOqDNiLbF3E { top:1.99951171875rem;left:2.3125rem;width:16.875rem;height:2.4375rem;z-index:15071;font-family:brown;font-size:0.9375rem;text-align:left;text-align-last:left;color:#000000;display:block; }
#WhuuvIS6z6zCymsiDMoRcdOUIWurXnsZ { display:flex;top:5.5625rem;left:0.9375rem;width:0.9995125rem;height:0.9995125rem;z-index:15000; }
#BnhuQfBtx8voM5J9Z3it7N0s1KbtSTov { display:flex;top:2.125rem;left:0.9375rem;width:0.9995125rem;height:0.9995125rem;z-index:14999; }
#RGllgracvP26WAdTi2MrdyIxrWWC6n5T { top:2.125rem;left:0rem;width:20rem;height:21.813953488372rem;z-index:15000;overflow:hidden;display:none; }
#hzBu8uNrtTuzVIgya7A1cksRwpnP6SE5 { top:0.74951171875rem;left:0.0625rem;width:20rem;height:17.9375rem;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(205,236,231,0.49);background-image:none;display:block; }
#bK6mcooTaqs7nWee2vnRGEvzldc9zTbN { top:1.830078125rem;left:11.092112985358rem;width:8.5rem;height:3.75rem;z-index:14997;overflow:hidden;display:none; }
#wLEaEqFzP3vtu61io0JhocXzoUC8Qqyi { top:3.75rem;left:9.125rem;width:1.6875rem;height:4.1254285277721rem;z-index:15056;overflow:hidden;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; }
#oC5uAenLUtxihTof2ZfJaWTyx93DyfWq { top:2.1875rem;left:6.375rem;width:7.1875rem;height:7.1875rem;z-index:15051;overflow:hidden;display:none; }
#S9arhAibOSXKPAiUOFT0kBGTC8T22BUd { top:0.3125rem;left:0rem;width:19rem;height:32.8125rem;z-index:15003;background-color:transparent;background-image:none;color:rgba(0,0,0,0);display:none; }
#Am9pvlFbgu55fleIwT0FLv7bXzXCQ3D8 { display:block; }
#h6DhDAdLvR05frhldSTM5nkTb7fSXsNl { top:8.78125rem;left:2.4375rem;width:16.625rem;height:2.4375rem;z-index:15073;font-family:brown;font-size:0.9375rem;text-align:left;text-align-last:left;color:#000000;display:block; }
#MDNofLoUVqznKogmW6gvhTm3nJ1NabHZ { display:flex;top:8.75rem;left:0.9375rem;width:0.9995125rem;height:0.9995125rem;z-index:15001; }
#Xx1tBwBokQZRxgkwuZucvpc3InTeBPTT { display:flex;top:11.9375rem;left:0.9375rem;width:0.9995125rem;height:0.9995125rem;z-index:15002; }
#Lmu2chVTcJUzPfelCD4DmOSaVulne6dh { top:12.00146484375rem;left:2.4375rem;width:16.625rem;height:1.21875rem;z-index:15074;font-family:brown;font-size:0.9375rem;text-align:left;text-align-last:left;color:#000000;display:block; }
#OzxoacsD2wlXd4uqi92uysgwlRBEV7hf { top:15.25146484375rem;left:2.4375rem;width:16.625rem;height:1.21875rem;z-index:15075;font-family:brown;font-size:0.9375rem;text-align:left;text-align-last:left;color:#000000;display:block; }
#xgRLFgcoZfxQAR89lGsuQZSDncNuFHm7 { display:flex;top:15.375rem;left:0.9375rem;width:0.9995125rem;height:0.9995125rem;z-index:15003; }
#t1DB9F7EcyWhmMqbQclxkOFMA3wdL2v8 { top:24.625rem;left:0rem;width:6.3125rem;height:6.3125rem;z-index:15024;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#tH3uaUDBVs24ShTfgO24lKPDMU0MZVcS { top:24.625rem;left:6.8125rem;width:6.3125rem;height:6.3125rem;z-index:15025;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#EUWJVPMgWDF3o91OEUZT3yGidolMbWzT { top:24.6875rem;left:13.75rem;width:6.25rem;height:6.1875rem;z-index:15026;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#BZzqPBP1btkEWhfuKQArG3V732C23cLU { top:31.875rem;left:7.375rem;width:5.249025rem;height:2.2744125rem;z-index:15002;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
#yZF71Am8sQgQtCBhWJHsT0ZcwrOtgSsC { top:31.875rem;left:14.1875rem;width:5.25rem;height:2.2744125rem;z-index:15003;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
#D7604VaiTrWaUwRG7aguJb7b0vLWnyE0 { top:31.875rem;left:0.5rem;width:5.2495125rem;height:2.2744125rem;z-index:15001;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
#o4SnTeIBu5VTOaGQ4IDFlO5tDre1fIaF { top:19.75rem;left:0.5625rem;width:19.3125rem;height:2.2744125rem;z-index:15074;font-family:brown;font-size:0.875rem;text-align:left;text-align-last:left;color:#000000;display:block; }
#amAUwztd9Zsv4ZGzySDNV4RDZ8mnpq8f { top:20.0625rem;left:0rem;width:0.187378125rem;height:2.56225625rem;z-index:15005;background-color:#b2e1d9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#Em1EMCnWsvWbvdER1ESwwozvVw7TcR5I { 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; }#Em1EMCnWsvWbvdER1ESwwozvVw7TcR5I > .row .container { background-color: transparent; background-image: none; }#Em1EMCnWsvWbvdER1ESwwozvVw7TcR5I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Em1EMCnWsvWbvdER1ESwwozvVw7TcR5I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Em1EMCnWsvWbvdER1ESwwozvVw7TcR5I > .row .container > .video-iframe-container { display: none; }#Em1EMCnWsvWbvdER1ESwwozvVw7TcR5I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Em1EMCnWsvWbvdER1ESwwozvVw7TcR5I > .row > .video-iframe-container { display: none; }#Em1EMCnWsvWbvdER1ESwwozvVw7TcR5I > .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); }#Em1EMCnWsvWbvdER1ESwwozvVw7TcR5I > .row .container { border-width: 0; border-radius: 0; }#Em1EMCnWsvWbvdER1ESwwozvVw7TcR5I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Em1EMCnWsvWbvdER1ESwwozvVw7TcR5I > .row .container { width:20rem;height:5rem;position:relative;display:block; }#hPsit1gzMoHsrcgkqS4taT2esRrWGzNb { top:0.6875rem;left:0rem;width:19.999rem;height:4.19921875rem;z-index:15004;text-align:center;text-align-last:center;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#Qxg2TsA2fUdfUp3LHwMlLGT9ip0b9fW6 { 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; }#Qxg2TsA2fUdfUp3LHwMlLGT9ip0b9fW6 > .row .container { background-color: transparent; background-image: none; }#Qxg2TsA2fUdfUp3LHwMlLGT9ip0b9fW6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qxg2TsA2fUdfUp3LHwMlLGT9ip0b9fW6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qxg2TsA2fUdfUp3LHwMlLGT9ip0b9fW6 > .row .container > .video-iframe-container { display: none; }#Qxg2TsA2fUdfUp3LHwMlLGT9ip0b9fW6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qxg2TsA2fUdfUp3LHwMlLGT9ip0b9fW6 > .row > .video-iframe-container { display: none; }#Qxg2TsA2fUdfUp3LHwMlLGT9ip0b9fW6 > .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); }#Qxg2TsA2fUdfUp3LHwMlLGT9ip0b9fW6 > .row .container { border-width: 0; border-radius: 0; }#Qxg2TsA2fUdfUp3LHwMlLGT9ip0b9fW6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qxg2TsA2fUdfUp3LHwMlLGT9ip0b9fW6 > .row .container { width:20rem;height:61.5625rem;position:relative;display:block; }#BBIXKnh2w9JvA6E2S5RtmHVtI2hyvgJB { top:21.71875rem;left:0rem;width:20rem;height:9.5rem;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; }
#GmZXqQMrPxbQVV0FAlqlf8rzFH24pe6B { top:25.4375rem;left:0.875rem;width:18.25rem;height:4.2246125rem;z-index:15001;font-size:0.8125rem;display:block; }
#QU9vExiT7ozTKbw3gbEh4u5oX5OfLv2k { display:flex;top:23.75rem;left:0.6875rem;width:1.0625rem;height:1.0625rem;z-index:15002;font-size:0.6875rem; }
#zwcMmPd2aTSpg4GCmtuB9R7ibzi3PTM9 { display:flex;top:23.75rem;left:1.875rem;width:1.0625rem;height:1.0625rem;z-index:15003;font-size:0.6875rem; }
#Xy1tAJe3ibrxLW1ciW4RENZbdsbauDSq { display:flex;top:23.75rem;left:3.0625rem;width:1.0625rem;height:1.0625rem;z-index:15004;font-size:0.6875rem; }
#bftZno50r0PhlOvpJSzgqZUbObMQXQkS { display:flex;top:23.75rem;left:4.25rem;width:1.0625rem;height:1.0625rem;z-index:15005;font-size:0.6875rem; }
#CHuJuUyAxqqDptHFpddMG4V3I8QrNTZ3 { display:flex;top:23.75rem;left:5.4375rem;width:1.0625rem;height:1.0625rem;z-index:15006;font-size:0.6875rem; }
#Cp0l2MIU86q2iH9pa55IFurmhzAxaMmW { top:22.5rem;left:0.6875rem;width:18.625rem;height:1.13769375rem;z-index:15002;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
#RakCxZ6GLyIMORuK8TKpwlEfhBoi05OC { top:31.875rem;left:0rem;width:20rem;height:9rem;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; }
#Klpe1w3lElNK6Sm9eR7z65JvND6oZOCF { top:34.9375rem;left:0.625rem;width:18.6875rem;height:3.16845625rem;z-index:15009;font-size:0.8125rem;display:block; }
#eI5kXEqiMEHODPr45e6fqtNvFADvm2Ok { display:flex;top:33.625rem;left:3.0625rem;width:1.0625rem;height:1.0625rem;z-index:15012;font-size:0.6875rem; }
#IzCp1zDreWlo9Su7ZUu3IsxwgyiRDhSx { display:flex;top:33.625rem;left:4.25rem;width:1.0625rem;height:1.0625rem;z-index:15013;font-size:0.6875rem; }
#bgqgQptTOg0T511HE4RAauUGsLV3Nxyl { display:flex;top:33.625rem;left:5.4375rem;width:1.0625rem;height:1.0625rem;z-index:15014;font-size:0.6875rem; }
#rIpTiCm6ZbIfO9lvyAQxNTOLyovhLisR { display:flex;top:33.625rem;left:1.875rem;width:1.0625rem;height:1.0625rem;z-index:15011;font-size:0.6875rem; }
#SsnBmTDOPBP3gqHPEcFSDh9hL59HVabK { top:32.5625rem;left:0.6875rem;width:8.5rem;height:1.13769375rem;z-index:15010;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
#VAforTvefBOFpZAODHG9BlblKBwZWa5L { display:flex;top:33.625rem;left:0.75rem;width:1.0625rem;height:1.0625rem;z-index:15010;font-size:0.6875rem; }
#yEQOsUCzdZQ1O0NoJzVsXL2TGHHVKTFV { top:41.5625rem;left:0rem;width:20rem;height:8.8125rem;z-index:15015;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; }
#RVxIm2nvXAiKakGmw77MfHPqgMT80f3c { top:45.0625rem;left:0.5rem;width:19rem;height:3.16845625rem;z-index:15017;font-size:0.8125rem;display:block; }
#A6CEnZVfIprk1XrVDmayElTnu151vFhG { display:flex;top:43.375rem;left:5.4375rem;width:1.0625rem;height:1.0625rem;z-index:15022;font-size:0.6875rem; }
#J8aVqmdanqgIpCCwBUZk5uWsLD0348Jf { display:flex;top:43.375rem;left:4.25rem;width:1.0625rem;height:1.0625rem;z-index:15021;font-size:0.6875rem; }
#PNC4Sl7cxSl2OoKXdQfWET9iMFbi5agX { display:flex;top:43.375rem;left:3.0625rem;width:1.0625rem;height:1.0625rem;z-index:15020;font-size:0.6875rem; }
#ZV4RgOFSn7UG4xOSAcaGeociVquJ1CZI { top:42.125rem;left:0.6875rem;width:5.75rem;height:1.13769375rem;z-index:15018;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
#ZDTTyXTHWwTyqxpJnLiXQ7WosvnxW9Ug { display:flex;top:43.375rem;left:1.875rem;width:1.0625rem;height:1.0625rem;z-index:15019;font-size:0.6875rem; }
#xJ1PNFslNx92QNPwm78JnOudH6rbxGnQ { display:flex;top:43.4375rem;left:0.6875rem;width:1.0625rem;height:1.0625rem;z-index:15018;font-size:0.6875rem; }
#O5tTJ9khdKLXx9FrHhXhIuh9LuIr9XOE { width:19.9980625rem;height:20.4985625rem;top:0.78955078125rem;left:0rem;overflow:hidden;z-index:15002;display:block; }
#IOwQOOhQq3Wi9QUG4r5HqZvaTR02se7l { top:22.5625rem;left:12.3125rem;width:7.6875rem;height:1.224975rem;z-index:15015;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.4;display:block; }
#w7DPT5B0kUK4hks5tyBnczIWrdZGPvuL { display:flex;width:1.2495125rem;height:1.2495125rem;top:22.4375rem;left:11.0625rem;z-index:15011; }
#KppgBJmEu5i1qXRVSSpaVNr8lgGO7f5H { display:flex;width:1.2495125rem;height:1.2495125rem;top:32.4375rem;left:11.0625rem;z-index:15013; }
#lEX46KHrvwEigfZp5kEOVro92DA8ro3A { top:32.4619140625rem;left:12.3125rem;width:7.6875rem;height:1.224975rem;z-index:15017;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.4;display:block; }
#PeF1XSIh7RObCTBSvPeoJgzaq4wSToVh { display:flex;width:1.2495125rem;height:1.2495125rem;top:41.875rem;left:11.0625rem;z-index:15015; }
#egAroNgiSD4mWCKcmJaZK8ZT8CWXtvwv { top:41.9375rem;left:12.3125rem;width:7.6875rem;height:1.224975rem;z-index:15019;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.4;display:block; }
#cXC93cx0Ji3b4Coo0CKE0p4bc4fpD0TP { top:51rem;left:0rem;width:20rem;height:7.6875rem;z-index:14999;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; }
#zVPLQubHNqPPiQ2RUBAH4paHSzIol6Qn { top:54.25rem;left:0.5rem;width:19rem;height:3.16845625rem;z-index:15027;font-size:0.8125rem;display:block; }
#cegV3EiBQnAkeK5I9fnfLrIuxBLNeUGl { display:flex;top:52.8125rem;left:5.4375rem;width:1.0625rem;height:1.0625rem;z-index:15032;font-size:0.6875rem; }
#GRrOyULZwpUWdv6TXnrtXRiI1vlmLnTM { display:flex;top:52.8125rem;left:4.25rem;width:1.0625rem;height:1.0625rem;z-index:15031;font-size:0.6875rem; }
#P68k9vHIu8TNiXiJayNOetlxzJbVmJa2 { display:flex;top:52.8125rem;left:2.9375rem;width:1.0625rem;height:1.0625rem;z-index:15030;font-size:0.6875rem; }
#LELgiAy7bCSq1J2baT4uM3e6z31ZZ236 { display:flex;top:52.8125rem;left:1.875rem;width:1.0625rem;height:1.0625rem;z-index:15029;font-size:0.6875rem; }
#GiCDaTnk1rhOZNgVDZWIPK6b8JkIVmty { display:flex;top:52.875rem;left:0.8125rem;width:1.0625rem;height:1.0625rem;z-index:15028;font-size:0.6875rem; }
#ZEUoC8ve0tbUamOmkvESTDITuMOFqEKL { top:51.625rem;left:0.9375rem;width:5.75rem;height:1.13769375rem;z-index:15028;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
#Fz7WTV3UzmrLmM0wbfeQdAUn9VslDcW2 { display:flex;width:1.2495125rem;height:1.2495125rem;top:53.9375rem;left:-6.625rem;z-index:15025; }
#fC8pnocVPQ9RMGaogzpVFJgNseu0p3sE { top:51.6494140625rem;left:12.3125rem;width:7.6875rem;height:1.224975rem;z-index:15020;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.4;display:block; }
#pKKTGO4JTNNb0t0SwBFXGwl4Dp8KAaAO { display:flex;width:1.249025rem;height:1.249025rem;top:51.6259765625rem;left:11.0625rem;z-index:15016; }
#xJ7BwT8f9tegk73s7vD16N942JrICJKd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xJ7BwT8f9tegk73s7vD16N942JrICJKd > .row .container { background-color: transparent; background-image: none; }#xJ7BwT8f9tegk73s7vD16N942JrICJKd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJ7BwT8f9tegk73s7vD16N942JrICJKd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJ7BwT8f9tegk73s7vD16N942JrICJKd > .row .container > .video-iframe-container { display: none; }#xJ7BwT8f9tegk73s7vD16N942JrICJKd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJ7BwT8f9tegk73s7vD16N942JrICJKd > .row > .video-iframe-container { display: none; }#xJ7BwT8f9tegk73s7vD16N942JrICJKd > .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); }#xJ7BwT8f9tegk73s7vD16N942JrICJKd > .row .container { border-width: 0; border-radius: 0; }#xJ7BwT8f9tegk73s7vD16N942JrICJKd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xJ7BwT8f9tegk73s7vD16N942JrICJKd > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; }#uXJ1aSgnuA0MwU0nRDxep3T1xdmdBfX1 { top:1.9996337890625rem;left:0rem;width:20rem;height:2.4375rem;z-index:15009;font-size:1.875rem;font-weight:700;font-style:normal;color:#000000;line-height:1.3;text-align:center;text-align-last:center;display:block; }
#JnXGTPbeAlZfNqUkfJULJ11cxgVpwn7h { border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.0625rem solid #515151;background-color:#ffffff;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JnXGTPbeAlZfNqUkfJULJ11cxgVpwn7h > .row .container { background-color: transparent; background-image: none; }#JnXGTPbeAlZfNqUkfJULJ11cxgVpwn7h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnXGTPbeAlZfNqUkfJULJ11cxgVpwn7h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnXGTPbeAlZfNqUkfJULJ11cxgVpwn7h > .row .container > .video-iframe-container { display: none; }#JnXGTPbeAlZfNqUkfJULJ11cxgVpwn7h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnXGTPbeAlZfNqUkfJULJ11cxgVpwn7h > .row > .video-iframe-container { display: none; }#JnXGTPbeAlZfNqUkfJULJ11cxgVpwn7h > .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); }#JnXGTPbeAlZfNqUkfJULJ11cxgVpwn7h > .row .container { border-width: 0; border-radius: 0; }#JnXGTPbeAlZfNqUkfJULJ11cxgVpwn7h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JnXGTPbeAlZfNqUkfJULJ11cxgVpwn7h > .row .container { width:20rem;height:2.0625rem;position:relative;display:block; }#oK0KVzGtI1HJL3wpntz7gSE4sxAmHau8 { width:19.3125rem;height:1.21875rem;top:0.4119873046875rem;left:0rem;font-size:0.9375rem;display:block; }
#vVKcvaVPZW5T6TCHW5Pidf3oN1LGubeV { display:flex;width:2.0625rem;height:2.0625rem;top:0rem;left:17.9375rem; }
#KBCa8GnSUoiih5NCEwxmiH8yFTeTLBKW { 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; }#KBCa8GnSUoiih5NCEwxmiH8yFTeTLBKW > .row .container { background-color: transparent; background-image: none; }#KBCa8GnSUoiih5NCEwxmiH8yFTeTLBKW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KBCa8GnSUoiih5NCEwxmiH8yFTeTLBKW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KBCa8GnSUoiih5NCEwxmiH8yFTeTLBKW > .row .container > .video-iframe-container { display: none; }#KBCa8GnSUoiih5NCEwxmiH8yFTeTLBKW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KBCa8GnSUoiih5NCEwxmiH8yFTeTLBKW > .row > .video-iframe-container { display: none; }#KBCa8GnSUoiih5NCEwxmiH8yFTeTLBKW > .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); }#KBCa8GnSUoiih5NCEwxmiH8yFTeTLBKW > .row .container { border-width: 0; border-radius: 0; }#KBCa8GnSUoiih5NCEwxmiH8yFTeTLBKW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KBCa8GnSUoiih5NCEwxmiH8yFTeTLBKW > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; }#fGl4cQEObiEveHpTq9mVx0MTxBe2IVZy { top:1.234130859375rem;left:0rem;width:19.9995rem;height:2.8125rem;z-index:15000;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;line-height:1.5;color:#000000;display:block; }
#fK1nxbVStDUH9rDBhdo2ammFPO8sBnwN { border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.0625rem solid #515151;background-color:#ffffff;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fK1nxbVStDUH9rDBhdo2ammFPO8sBnwN > .row .container { background-color: transparent; background-image: none; }#fK1nxbVStDUH9rDBhdo2ammFPO8sBnwN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fK1nxbVStDUH9rDBhdo2ammFPO8sBnwN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fK1nxbVStDUH9rDBhdo2ammFPO8sBnwN > .row .container > .video-iframe-container { display: none; }#fK1nxbVStDUH9rDBhdo2ammFPO8sBnwN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fK1nxbVStDUH9rDBhdo2ammFPO8sBnwN > .row > .video-iframe-container { display: none; }#fK1nxbVStDUH9rDBhdo2ammFPO8sBnwN > .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); }#fK1nxbVStDUH9rDBhdo2ammFPO8sBnwN > .row .container { border-width: 0; border-radius: 0; }#fK1nxbVStDUH9rDBhdo2ammFPO8sBnwN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fK1nxbVStDUH9rDBhdo2ammFPO8sBnwN > .row .container { width:20rem;height:2.0625rem;position:relative;display:block; }#fUyVuvT8pVr1MQRn8IxL4esUslebKwqE { width:19.3125rem;height:1.21875rem;top:0.4119873046875rem;left:0rem;font-size:0.9375rem;display:block; }
#Jv2gCm1p5fvgICFLa0WLPVwAMKBcWrKt { display:flex;width:2.0625rem;height:2.0625rem;top:0rem;left:17.9375rem; }
#lENWTQ251LEUG92H2iuaZvBBgi2V3dgA { 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; }#lENWTQ251LEUG92H2iuaZvBBgi2V3dgA > .row .container { background-color: transparent; background-image: none; }#lENWTQ251LEUG92H2iuaZvBBgi2V3dgA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lENWTQ251LEUG92H2iuaZvBBgi2V3dgA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lENWTQ251LEUG92H2iuaZvBBgi2V3dgA > .row .container > .video-iframe-container { display: none; }#lENWTQ251LEUG92H2iuaZvBBgi2V3dgA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lENWTQ251LEUG92H2iuaZvBBgi2V3dgA > .row > .video-iframe-container { display: none; }#lENWTQ251LEUG92H2iuaZvBBgi2V3dgA > .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); }#lENWTQ251LEUG92H2iuaZvBBgi2V3dgA > .row .container { border-width: 0; border-radius: 0; }#lENWTQ251LEUG92H2iuaZvBBgi2V3dgA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lENWTQ251LEUG92H2iuaZvBBgi2V3dgA > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; }#muzPEifS6Td5oxRPhcWhodb1cBLP4FVf { top:1.234130859375rem;left:0rem;width:19.9995rem;height:2.8125rem;z-index:15000;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;line-height:1.5;color:#000000;display:block; }
#l9ltpMkxmDlrDBTTq6SQsUvKhbtO9HkF { border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.0625rem solid #515151;background-color:#ffffff;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l9ltpMkxmDlrDBTTq6SQsUvKhbtO9HkF > .row .container { background-color: transparent; background-image: none; }#l9ltpMkxmDlrDBTTq6SQsUvKhbtO9HkF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9ltpMkxmDlrDBTTq6SQsUvKhbtO9HkF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9ltpMkxmDlrDBTTq6SQsUvKhbtO9HkF > .row .container > .video-iframe-container { display: none; }#l9ltpMkxmDlrDBTTq6SQsUvKhbtO9HkF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9ltpMkxmDlrDBTTq6SQsUvKhbtO9HkF > .row > .video-iframe-container { display: none; }#l9ltpMkxmDlrDBTTq6SQsUvKhbtO9HkF > .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); }#l9ltpMkxmDlrDBTTq6SQsUvKhbtO9HkF > .row .container { border-width: 0; border-radius: 0; }#l9ltpMkxmDlrDBTTq6SQsUvKhbtO9HkF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l9ltpMkxmDlrDBTTq6SQsUvKhbtO9HkF > .row .container { width:20rem;height:2.0625rem;position:relative;display:block; }#EmFLciUkzTgP0RLvsJ3BEVBxOA2gTSrb { width:19.3125rem;height:1.21875rem;top:0.4119873046875rem;left:0rem;font-size:0.9375rem;display:block; }
#Q2pS5sTLT4ukBMyCmxbLahr1A6U1UFpK { display:flex;width:2.0625rem;height:2.0625rem;top:0rem;left:17.9375rem; }
#W8g4oT4ZL8eJD2Hg1QgZcRobL4csTboM { 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; }#W8g4oT4ZL8eJD2Hg1QgZcRobL4csTboM > .row .container { background-color: transparent; background-image: none; }#W8g4oT4ZL8eJD2Hg1QgZcRobL4csTboM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W8g4oT4ZL8eJD2Hg1QgZcRobL4csTboM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W8g4oT4ZL8eJD2Hg1QgZcRobL4csTboM > .row .container > .video-iframe-container { display: none; }#W8g4oT4ZL8eJD2Hg1QgZcRobL4csTboM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W8g4oT4ZL8eJD2Hg1QgZcRobL4csTboM > .row > .video-iframe-container { display: none; }#W8g4oT4ZL8eJD2Hg1QgZcRobL4csTboM > .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); }#W8g4oT4ZL8eJD2Hg1QgZcRobL4csTboM > .row .container { border-width: 0; border-radius: 0; }#W8g4oT4ZL8eJD2Hg1QgZcRobL4csTboM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W8g4oT4ZL8eJD2Hg1QgZcRobL4csTboM > .row .container { width:20rem;height:9.375rem;position:relative;display:block; }#Kh1pM9keqcdJVbLXXn7xyFRZtTXMIpPy { top:1.234130859375rem;left:0rem;width:19.9995rem;height:5.625rem;z-index:15000;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;line-height:1.5;color:#000000;display:block; }
#fFITVXeu96kFTBDoBkeAbgVV2foahrcw { border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.0625rem solid #515151;background-color:#ffffff;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fFITVXeu96kFTBDoBkeAbgVV2foahrcw > .row .container { background-color: transparent; background-image: none; }#fFITVXeu96kFTBDoBkeAbgVV2foahrcw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fFITVXeu96kFTBDoBkeAbgVV2foahrcw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fFITVXeu96kFTBDoBkeAbgVV2foahrcw > .row .container > .video-iframe-container { display: none; }#fFITVXeu96kFTBDoBkeAbgVV2foahrcw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fFITVXeu96kFTBDoBkeAbgVV2foahrcw > .row > .video-iframe-container { display: none; }#fFITVXeu96kFTBDoBkeAbgVV2foahrcw > .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); }#fFITVXeu96kFTBDoBkeAbgVV2foahrcw > .row .container { border-width: 0; border-radius: 0; }#fFITVXeu96kFTBDoBkeAbgVV2foahrcw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fFITVXeu96kFTBDoBkeAbgVV2foahrcw > .row .container { width:20rem;height:3.125rem;position:relative;display:block; }#t1uyeClaxfJgqsltwRHOlTe1ofiSuO7F { width:19.75rem;height:2.4375rem;top:0.4119873046875rem;left:0rem;font-size:0.9375rem;display:block; }
#OeoMv24Rd0NKUUgmHeGk7V7f9Zo6SXtA { display:flex;width:2.0625rem;height:2.0625rem;top:0rem;left:17.9375rem; }
#ccSktz0Lpz4K4w7kgaSriSf0rhLS6nvf { 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; }#ccSktz0Lpz4K4w7kgaSriSf0rhLS6nvf > .row .container { background-color: transparent; background-image: none; }#ccSktz0Lpz4K4w7kgaSriSf0rhLS6nvf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccSktz0Lpz4K4w7kgaSriSf0rhLS6nvf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccSktz0Lpz4K4w7kgaSriSf0rhLS6nvf > .row .container > .video-iframe-container { display: none; }#ccSktz0Lpz4K4w7kgaSriSf0rhLS6nvf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccSktz0Lpz4K4w7kgaSriSf0rhLS6nvf > .row > .video-iframe-container { display: none; }#ccSktz0Lpz4K4w7kgaSriSf0rhLS6nvf > .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); }#ccSktz0Lpz4K4w7kgaSriSf0rhLS6nvf > .row .container { border-width: 0; border-radius: 0; }#ccSktz0Lpz4K4w7kgaSriSf0rhLS6nvf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ccSktz0Lpz4K4w7kgaSriSf0rhLS6nvf > .row .container { width:20rem;height:9.375rem;position:relative;display:block; }#VbXMpiOGIbPop9y8JBrw85KkDh7FuPla { top:1.234130859375rem;left:0rem;width:19.9995rem;height:5.625rem;z-index:15000;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;line-height:1.5;color:#000000;display:block; }
#wCdPkUT7513DWpKLqKfEtt03OE541HsV { border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.0625rem solid #515151;background-color:#ffffff;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wCdPkUT7513DWpKLqKfEtt03OE541HsV > .row .container { background-color: transparent; background-image: none; }#wCdPkUT7513DWpKLqKfEtt03OE541HsV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wCdPkUT7513DWpKLqKfEtt03OE541HsV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wCdPkUT7513DWpKLqKfEtt03OE541HsV > .row .container > .video-iframe-container { display: none; }#wCdPkUT7513DWpKLqKfEtt03OE541HsV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wCdPkUT7513DWpKLqKfEtt03OE541HsV > .row > .video-iframe-container { display: none; }#wCdPkUT7513DWpKLqKfEtt03OE541HsV > .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); }#wCdPkUT7513DWpKLqKfEtt03OE541HsV > .row .container { border-width: 0; border-radius: 0; }#wCdPkUT7513DWpKLqKfEtt03OE541HsV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wCdPkUT7513DWpKLqKfEtt03OE541HsV > .row .container { width:20rem;height:3.125rem;position:relative;display:block; }#e2Iwh4tWRreNWtXFhUTAUkNZ7hWCztB1 { width:19.8125rem;height:2.4375rem;top:0.4119873046875rem;left:0rem;font-size:0.9375rem;display:block; }
#IRcrIPtx6zT0gkrKdpxDkW8NQiuDDKI9 { display:flex;width:2.0625rem;height:2.0625rem;top:0rem;left:17.9375rem; }
#etBaaCdim2fULBd1LNpalWEpWWFtDTfW { 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; }#etBaaCdim2fULBd1LNpalWEpWWFtDTfW > .row .container { background-color: transparent; background-image: none; }#etBaaCdim2fULBd1LNpalWEpWWFtDTfW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#etBaaCdim2fULBd1LNpalWEpWWFtDTfW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#etBaaCdim2fULBd1LNpalWEpWWFtDTfW > .row .container > .video-iframe-container { display: none; }#etBaaCdim2fULBd1LNpalWEpWWFtDTfW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#etBaaCdim2fULBd1LNpalWEpWWFtDTfW > .row > .video-iframe-container { display: none; }#etBaaCdim2fULBd1LNpalWEpWWFtDTfW > .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); }#etBaaCdim2fULBd1LNpalWEpWWFtDTfW > .row .container { border-width: 0; border-radius: 0; }#etBaaCdim2fULBd1LNpalWEpWWFtDTfW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#etBaaCdim2fULBd1LNpalWEpWWFtDTfW > .row .container { width:20rem;height:9.375rem;position:relative;display:block; }#mtPwrT7MQNHtzybovkUM95wrm5yFVPcU { top:1.234130859375rem;left:0rem;width:19.9995rem;height:5.625rem;z-index:15000;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;line-height:1.5;color:#000000;display:block; }
#BJNtDSpETTftIUTCoK8mmvtOaGivWgTy { border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.0625rem solid #515151;background-color:#ffffff;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BJNtDSpETTftIUTCoK8mmvtOaGivWgTy > .row .container { background-color: transparent; background-image: none; }#BJNtDSpETTftIUTCoK8mmvtOaGivWgTy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJNtDSpETTftIUTCoK8mmvtOaGivWgTy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJNtDSpETTftIUTCoK8mmvtOaGivWgTy > .row .container > .video-iframe-container { display: none; }#BJNtDSpETTftIUTCoK8mmvtOaGivWgTy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJNtDSpETTftIUTCoK8mmvtOaGivWgTy > .row > .video-iframe-container { display: none; }#BJNtDSpETTftIUTCoK8mmvtOaGivWgTy > .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); }#BJNtDSpETTftIUTCoK8mmvtOaGivWgTy > .row .container { border-width: 0; border-radius: 0; }#BJNtDSpETTftIUTCoK8mmvtOaGivWgTy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BJNtDSpETTftIUTCoK8mmvtOaGivWgTy > .row .container { width:20rem;height:3.125rem;position:relative;display:block; }#kGqOSvutdhAn8beydKBqMZkVu1S4TlFx { width:19.875rem;height:2.4375rem;top:0.4119873046875rem;left:0rem;font-size:0.9375rem;display:block; }
#KKfI2pOcFnEDiOHoJm0tFRDKev665zUB { display:flex;width:2.0625rem;height:2.0625rem;top:0rem;left:17.9375rem; }
#FhzTcmAWdzSofVI5FsdRah6qdhsz3J8a { 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; }#FhzTcmAWdzSofVI5FsdRah6qdhsz3J8a > .row .container { background-color: transparent; background-image: none; }#FhzTcmAWdzSofVI5FsdRah6qdhsz3J8a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FhzTcmAWdzSofVI5FsdRah6qdhsz3J8a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FhzTcmAWdzSofVI5FsdRah6qdhsz3J8a > .row .container > .video-iframe-container { display: none; }#FhzTcmAWdzSofVI5FsdRah6qdhsz3J8a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FhzTcmAWdzSofVI5FsdRah6qdhsz3J8a > .row > .video-iframe-container { display: none; }#FhzTcmAWdzSofVI5FsdRah6qdhsz3J8a > .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); }#FhzTcmAWdzSofVI5FsdRah6qdhsz3J8a > .row .container { border-width: 0; border-radius: 0; }#FhzTcmAWdzSofVI5FsdRah6qdhsz3J8a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FhzTcmAWdzSofVI5FsdRah6qdhsz3J8a > .row .container { width:20rem;height:6.875rem;position:relative;display:block; }#OWQMeaITXpPMkywEIAZWyPfzG58gpSvL { top:1.234130859375rem;left:0rem;width:19.9995rem;height:4.21875rem;z-index:15000;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;line-height:1.5;color:#000000;display:block; }
#C2Z7eZbpipb0wTPObEuFszJggJ09wIxu { border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.0625rem solid #515151;background-color:#ffffff;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#C2Z7eZbpipb0wTPObEuFszJggJ09wIxu > .row .container { background-color: transparent; background-image: none; }#C2Z7eZbpipb0wTPObEuFszJggJ09wIxu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C2Z7eZbpipb0wTPObEuFszJggJ09wIxu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C2Z7eZbpipb0wTPObEuFszJggJ09wIxu > .row .container > .video-iframe-container { display: none; }#C2Z7eZbpipb0wTPObEuFszJggJ09wIxu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C2Z7eZbpipb0wTPObEuFszJggJ09wIxu > .row > .video-iframe-container { display: none; }#C2Z7eZbpipb0wTPObEuFszJggJ09wIxu > .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); }#C2Z7eZbpipb0wTPObEuFszJggJ09wIxu > .row .container { border-width: 0; border-radius: 0; }#C2Z7eZbpipb0wTPObEuFszJggJ09wIxu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C2Z7eZbpipb0wTPObEuFszJggJ09wIxu > .row .container { width:20rem;height:2.25rem;position:relative;display:block; }#E8vahXXbFyV9NlxQIFC8gzM7rk92L0Tt { width:19.8125rem;height:1.21875rem;top:0.4119873046875rem;left:0rem;font-size:0.9375rem;display:block; }
#uVne8H0zgI5RHNRwCyD58fh7ty3yTfiI { display:flex;width:2.0625rem;height:2.0625rem;top:0rem;left:17.9375rem; }
#sEC3lvefss1qi2yq3B8tye13kX7efy8t { 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; }#sEC3lvefss1qi2yq3B8tye13kX7efy8t > .row .container { background-color: transparent; background-image: none; }#sEC3lvefss1qi2yq3B8tye13kX7efy8t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sEC3lvefss1qi2yq3B8tye13kX7efy8t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sEC3lvefss1qi2yq3B8tye13kX7efy8t > .row .container > .video-iframe-container { display: none; }#sEC3lvefss1qi2yq3B8tye13kX7efy8t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sEC3lvefss1qi2yq3B8tye13kX7efy8t > .row > .video-iframe-container { display: none; }#sEC3lvefss1qi2yq3B8tye13kX7efy8t > .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); }#sEC3lvefss1qi2yq3B8tye13kX7efy8t > .row .container { border-width: 0; border-radius: 0; }#sEC3lvefss1qi2yq3B8tye13kX7efy8t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sEC3lvefss1qi2yq3B8tye13kX7efy8t > .row .container { width:20rem;height:9.375rem;position:relative;display:block; }#x8epbaHqTc5NbskrJfFzTm9R5TxKREdX { top:1.234130859375rem;left:0rem;width:19.9995rem;height:5.625rem;z-index:15000;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;line-height:1.5;color:#000000;display:block; }
#h6FpN3qnQKgMFr0C5FbJe6xCJpAfqhAg { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b2bc004f-d25f-4b7d-b797-1b2a0a1b5a03/250513_01_01.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#h6FpN3qnQKgMFr0C5FbJe6xCJpAfqhAg.adaptive-delivery-prevent-bg, #h6FpN3qnQKgMFr0C5FbJe6xCJpAfqhAg.lazyload, #h6FpN3qnQKgMFr0C5FbJe6xCJpAfqhAg.lazyloading { background-image: none; }#h6FpN3qnQKgMFr0C5FbJe6xCJpAfqhAg > .row .container { background-color: transparent; background-image: none; }#h6FpN3qnQKgMFr0C5FbJe6xCJpAfqhAg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h6FpN3qnQKgMFr0C5FbJe6xCJpAfqhAg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h6FpN3qnQKgMFr0C5FbJe6xCJpAfqhAg > .row .container > .video-iframe-container { display: none; }#h6FpN3qnQKgMFr0C5FbJe6xCJpAfqhAg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h6FpN3qnQKgMFr0C5FbJe6xCJpAfqhAg > .row > .video-iframe-container { display: none; }#h6FpN3qnQKgMFr0C5FbJe6xCJpAfqhAg > .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); }#h6FpN3qnQKgMFr0C5FbJe6xCJpAfqhAg > .row .container { border-width: 0; border-radius: 0; }#h6FpN3qnQKgMFr0C5FbJe6xCJpAfqhAg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h6FpN3qnQKgMFr0C5FbJe6xCJpAfqhAg > .row .container { width:20rem;height:30rem;position:relative;display:block; }#sFHTn4SSV5GCbEfGtuMqIAG2y9vVxTrL { top:3.4765625rem;left:0.74951171875rem;width:14.74975rem;height:7.21875rem;z-index:15000;font-family:"canela italic";font-weight:300;font-style:italic;font-size:2.1875rem;line-height:1.1;display:block; }
#TTKMQFKm8dUTxyD8bpy0UlV8NJdqrb85 { top:8.6632080078125rem;left:0.74951171875rem;width:16.062rem;height:4.125rem;z-index:15001;font-family:brown;font-weight:400;font-style:normal;font-size:1.875rem;line-height:1.1;display:block; }
#wnNhMClKoJTyxPFSaNoNEAH7kVWXCF6V { top:23.6865234375rem;left:1.328125rem;width:17.34375rem;height:3.217775rem;z-index:15007;font-size:1.25rem;color:#ffffff;background-color:#000000;background-image:none;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;font-weight:400;font-style:normal;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#rnXZlmmVONG1HQ13KqmTAcE9HlWdL3TF { display:block; }
#hghwTom9kZu2L5Don4o8FZTeilJMlJMQ { position:relative;z-index:auto;background-color:#000000;background-image:none;display:block; }#hghwTom9kZu2L5Don4o8FZTeilJMlJMQ > .row .container { background-color: transparent; background-image: none; }#hghwTom9kZu2L5Don4o8FZTeilJMlJMQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hghwTom9kZu2L5Don4o8FZTeilJMlJMQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hghwTom9kZu2L5Don4o8FZTeilJMlJMQ > .row .container > .video-iframe-container { display: none; }#hghwTom9kZu2L5Don4o8FZTeilJMlJMQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hghwTom9kZu2L5Don4o8FZTeilJMlJMQ > .row > .video-iframe-container { display: none; }#hghwTom9kZu2L5Don4o8FZTeilJMlJMQ > .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); }#hghwTom9kZu2L5Don4o8FZTeilJMlJMQ > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; }#VZTftkIBOuD9bUFzxrG8xsaShwaLr2R2 { width:20rem;height:0.97485625rem;top:1.06201171875rem;left:0rem;font-size:0.75rem;display:block; }
#upSaDUdl1agPMGbAMgNCp6Qz64inTXoa { width:20rem;height:0.0623915rem;top:3.4616966247559rem;left:0rem;z-index:15002;display:block; }
#oVsLRo2CL6wWAeC1T35fZyzWig369s5D { display:block; }#oVsLRo2CL6wWAeC1T35fZyzWig369s5D > .row .container { width:20rem;height:1.875rem;position:relative;display:block; }#FRI3Nt5bhXb6gDHG7s7o5lZo4cu2UtGE { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;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; }#FRI3Nt5bhXb6gDHG7s7o5lZo4cu2UtGE > .row .container { background-color: transparent; background-image: none; }#FRI3Nt5bhXb6gDHG7s7o5lZo4cu2UtGE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRI3Nt5bhXb6gDHG7s7o5lZo4cu2UtGE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRI3Nt5bhXb6gDHG7s7o5lZo4cu2UtGE > .row .container > .video-iframe-container { display: none; }#FRI3Nt5bhXb6gDHG7s7o5lZo4cu2UtGE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRI3Nt5bhXb6gDHG7s7o5lZo4cu2UtGE > .row > .video-iframe-container { display: none; }#FRI3Nt5bhXb6gDHG7s7o5lZo4cu2UtGE > .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); }#FRI3Nt5bhXb6gDHG7s7o5lZo4cu2UtGE > .row .container { border-width: 0; border-radius: 0; }#FRI3Nt5bhXb6gDHG7s7o5lZo4cu2UtGE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FRI3Nt5bhXb6gDHG7s7o5lZo4cu2UtGE > .row .container { width:20rem;height:5.625rem;position:relative;display:block; }#hisKfDuTPSkH4bggn7bN379TuTxMDhIx { top:1.9656028747559rem;left:2.3437502384186rem;width:12.5rem;height:1.381225rem;z-index:15000;font-family:brown;color:#ffffff;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
#UcvJgTBR6n06yM1H4SpHpCTz4owuyyU5 { top:1.1875rem;left:1.40625rem;width:17.1875rem;height:3.3745125rem;z-index:15007;font-size:1.125rem;color:#ffffff;background-color:#1b1666;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;font-weight:400;font-style:normal;display:block; }
#cN9IL5tB3s9WqZtgM8IiEVbyrdHPTdWr { display:block; }
