.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:url("https://images.assets-landingi.com/NJ4ISTmi/BG.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfLCJ3yOOkVhJRtn2X7GFr4Sm5EDawQe { position:relative;display:block; }#CfLCJ3yOOkVhJRtn2X7GFr4Sm5EDawQe { background-color: transparent; background-image: none; }#CfLCJ3yOOkVhJRtn2X7GFr4Sm5EDawQe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfLCJ3yOOkVhJRtn2X7GFr4Sm5EDawQe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfLCJ3yOOkVhJRtn2X7GFr4Sm5EDawQe > .row .container > .video-iframe-container { display: none; }#CfLCJ3yOOkVhJRtn2X7GFr4Sm5EDawQe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfLCJ3yOOkVhJRtn2X7GFr4Sm5EDawQe > .row > .video-iframe-container { display: none; }#CfLCJ3yOOkVhJRtn2X7GFr4Sm5EDawQe > .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); }#CfLCJ3yOOkVhJRtn2X7GFr4Sm5EDawQe { border-width: 0; border-radius: 0; }#CfLCJ3yOOkVhJRtn2X7GFr4Sm5EDawQe > .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; }#CfLCJ3yOOkVhJRtn2X7GFr4Sm5EDawQe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RlikKZFMXU6QDpUkMW9pmwTegA6AQHnc { color:#000000;display:block;width:320px;position:absolute;font-family:raleway;font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:14px;top:11px;left:0px;display:block; }
#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 { position:relative;display:block; }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 { background-color: transparent; background-image: none; }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 > .row .container > .video-iframe-container { display: none; }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 > .row > .video-iframe-container { display: none; }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 > .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); }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 { border-width: 0; border-radius: 0; }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 > .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; }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:70px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wkRLWWngJ4XAocmm1XlaTdFvtZVNkXrC { 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:63px;width:254px;display:block; }
#Rnu9EnfG6guxUzRcou0Xxt8yaNGi6Ekd { position:relative;display:block; }#Rnu9EnfG6guxUzRcou0Xxt8yaNGi6Ekd { background-color: transparent; background-image: none; }#Rnu9EnfG6guxUzRcou0Xxt8yaNGi6Ekd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rnu9EnfG6guxUzRcou0Xxt8yaNGi6Ekd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rnu9EnfG6guxUzRcou0Xxt8yaNGi6Ekd > .row .container > .video-iframe-container { display: none; }#Rnu9EnfG6guxUzRcou0Xxt8yaNGi6Ekd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rnu9EnfG6guxUzRcou0Xxt8yaNGi6Ekd > .row > .video-iframe-container { display: none; }#Rnu9EnfG6guxUzRcou0Xxt8yaNGi6Ekd > .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); }#Rnu9EnfG6guxUzRcou0Xxt8yaNGi6Ekd { border-width: 0; border-radius: 0; }#Rnu9EnfG6guxUzRcou0Xxt8yaNGi6Ekd > .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; }#Rnu9EnfG6guxUzRcou0Xxt8yaNGi6Ekd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HIdqGAtKP92K9oORlpAn7akymgFteHHD { color:#000000;display:block;width:320px;position:absolute;font-family:"instrument sans";font-size:37px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:0px;left:0px;display:block; }
#LHbPmzQ7qEyei6RmHZMAzTn3IvnfnEmO { color:#000000;display:block;width:320px;position:absolute;font-family:"instrument sans";font-size:17px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:245px;left:0px;display:block; }
#LQxXgm08pzvwrqUG70vfmlQnMOtUBdgC { position:relative;display:block; }#LQxXgm08pzvwrqUG70vfmlQnMOtUBdgC { background-color: transparent; background-image: none; }#LQxXgm08pzvwrqUG70vfmlQnMOtUBdgC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQxXgm08pzvwrqUG70vfmlQnMOtUBdgC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQxXgm08pzvwrqUG70vfmlQnMOtUBdgC > .row .container > .video-iframe-container { display: none; }#LQxXgm08pzvwrqUG70vfmlQnMOtUBdgC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQxXgm08pzvwrqUG70vfmlQnMOtUBdgC > .row > .video-iframe-container { display: none; }#LQxXgm08pzvwrqUG70vfmlQnMOtUBdgC > .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); }#LQxXgm08pzvwrqUG70vfmlQnMOtUBdgC { border-width: 0; border-radius: 0; }#LQxXgm08pzvwrqUG70vfmlQnMOtUBdgC > .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; }#LQxXgm08pzvwrqUG70vfmlQnMOtUBdgC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yX4v2ggKZt8KKdM06qlHwhTbxpdb9ouU { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"instrument sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:block; }
#N5In6kESRQ9QNDXTSCwIxclNZGN61ohd { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#zu9qe0Wacf7WlzO1TQmnI2MfRGTNRFvs { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1; }
#zu9qe0Wacf7WlzO1TQmnI2MfRGTNRFvs > img { max-width: 100%;max-height:100%; width:50px; height:50px; }#bN32DypdbvcR8UqUgmh42efufInKAAwn { position:relative;display:block; }#bN32DypdbvcR8UqUgmh42efufInKAAwn { background-color: transparent; background-image: none; }#bN32DypdbvcR8UqUgmh42efufInKAAwn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bN32DypdbvcR8UqUgmh42efufInKAAwn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bN32DypdbvcR8UqUgmh42efufInKAAwn > .row .container > .video-iframe-container { display: none; }#bN32DypdbvcR8UqUgmh42efufInKAAwn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bN32DypdbvcR8UqUgmh42efufInKAAwn > .row > .video-iframe-container { display: none; }#bN32DypdbvcR8UqUgmh42efufInKAAwn > .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); }#bN32DypdbvcR8UqUgmh42efufInKAAwn { border-width: 0; border-radius: 0; }#bN32DypdbvcR8UqUgmh42efufInKAAwn > .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; }#bN32DypdbvcR8UqUgmh42efufInKAAwn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DxSIVx5hRAFd5NRy89aP4RlmRiLOLMqr { position:relative;display:block; }#DxSIVx5hRAFd5NRy89aP4RlmRiLOLMqr { background-color: transparent; background-image: none; }#DxSIVx5hRAFd5NRy89aP4RlmRiLOLMqr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxSIVx5hRAFd5NRy89aP4RlmRiLOLMqr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxSIVx5hRAFd5NRy89aP4RlmRiLOLMqr > .row .container > .video-iframe-container { display: none; }#DxSIVx5hRAFd5NRy89aP4RlmRiLOLMqr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxSIVx5hRAFd5NRy89aP4RlmRiLOLMqr > .row > .video-iframe-container { display: none; }#DxSIVx5hRAFd5NRy89aP4RlmRiLOLMqr > .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); }#DxSIVx5hRAFd5NRy89aP4RlmRiLOLMqr { border-width: 0; border-radius: 0; }#DxSIVx5hRAFd5NRy89aP4RlmRiLOLMqr > .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; }#DxSIVx5hRAFd5NRy89aP4RlmRiLOLMqr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MkMrb7PlcRMAHTHsKyZGP57M8qxezZxB { color:#000000;display:block;width:960px;position:absolute;font-family:raleway;font-size:40px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1px;left:0px;height:104px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KaOmAFr4XAyPTLlTmEXSnV4NbqLQOgOG { position:relative;display:block; }#KaOmAFr4XAyPTLlTmEXSnV4NbqLQOgOG { background-color: transparent; background-image: none; }#KaOmAFr4XAyPTLlTmEXSnV4NbqLQOgOG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KaOmAFr4XAyPTLlTmEXSnV4NbqLQOgOG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KaOmAFr4XAyPTLlTmEXSnV4NbqLQOgOG > .row .container > .video-iframe-container { display: none; }#KaOmAFr4XAyPTLlTmEXSnV4NbqLQOgOG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KaOmAFr4XAyPTLlTmEXSnV4NbqLQOgOG > .row > .video-iframe-container { display: none; }#KaOmAFr4XAyPTLlTmEXSnV4NbqLQOgOG > .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); }#KaOmAFr4XAyPTLlTmEXSnV4NbqLQOgOG { border-width: 0; border-radius: 0; }#KaOmAFr4XAyPTLlTmEXSnV4NbqLQOgOG > .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; }#KaOmAFr4XAyPTLlTmEXSnV4NbqLQOgOG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Rc0AXvSEruF6NKV4Bl3T57BJAQyI4zMR { position:relative;display:block; }#Rc0AXvSEruF6NKV4Bl3T57BJAQyI4zMR { background-color: transparent; background-image: none; }#Rc0AXvSEruF6NKV4Bl3T57BJAQyI4zMR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rc0AXvSEruF6NKV4Bl3T57BJAQyI4zMR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rc0AXvSEruF6NKV4Bl3T57BJAQyI4zMR > .row .container > .video-iframe-container { display: none; }#Rc0AXvSEruF6NKV4Bl3T57BJAQyI4zMR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rc0AXvSEruF6NKV4Bl3T57BJAQyI4zMR > .row > .video-iframe-container { display: none; }#Rc0AXvSEruF6NKV4Bl3T57BJAQyI4zMR > .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); }#Rc0AXvSEruF6NKV4Bl3T57BJAQyI4zMR { border-width: 0; border-radius: 0; }#Rc0AXvSEruF6NKV4Bl3T57BJAQyI4zMR > .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; }#Rc0AXvSEruF6NKV4Bl3T57BJAQyI4zMR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:115px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BQu2uPzu4u48kFL9w5QwsKE70lX9xy87 { color:#000000;display:block;width:960px;position:absolute;font-family:raleway;font-size:20px;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:3px;left:0px;height:240px;text-align:center;text-align-last:center;display:block; }
#obv1T2zmIDJP8FGTTNHovydA9E19F15H { position:relative;display:block; }#obv1T2zmIDJP8FGTTNHovydA9E19F15H { background-color: transparent; background-image: none; }#obv1T2zmIDJP8FGTTNHovydA9E19F15H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#obv1T2zmIDJP8FGTTNHovydA9E19F15H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#obv1T2zmIDJP8FGTTNHovydA9E19F15H > .row .container > .video-iframe-container { display: none; }#obv1T2zmIDJP8FGTTNHovydA9E19F15H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#obv1T2zmIDJP8FGTTNHovydA9E19F15H > .row > .video-iframe-container { display: none; }#obv1T2zmIDJP8FGTTNHovydA9E19F15H > .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); }#obv1T2zmIDJP8FGTTNHovydA9E19F15H { border-width: 0; border-radius: 0; }#obv1T2zmIDJP8FGTTNHovydA9E19F15H > .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; }#obv1T2zmIDJP8FGTTNHovydA9E19F15H > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:70px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cnqOL1mTpQOrzDhIVzIqRL9BFtHPOxvf { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"instrument sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:block; }
#cztXDvF7tziXWTRIrVA7gmvsPHg9A8Wr { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#zR9EnwOXWl3fA4RgqCPNkRdq95ZrI0Xi { position:relative;display:block; }#zR9EnwOXWl3fA4RgqCPNkRdq95ZrI0Xi { background-color: transparent; background-image: none; }#zR9EnwOXWl3fA4RgqCPNkRdq95ZrI0Xi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zR9EnwOXWl3fA4RgqCPNkRdq95ZrI0Xi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zR9EnwOXWl3fA4RgqCPNkRdq95ZrI0Xi > .row .container > .video-iframe-container { display: none; }#zR9EnwOXWl3fA4RgqCPNkRdq95ZrI0Xi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zR9EnwOXWl3fA4RgqCPNkRdq95ZrI0Xi > .row > .video-iframe-container { display: none; }#zR9EnwOXWl3fA4RgqCPNkRdq95ZrI0Xi > .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); }#zR9EnwOXWl3fA4RgqCPNkRdq95ZrI0Xi { border-width: 0; border-radius: 0; }#zR9EnwOXWl3fA4RgqCPNkRdq95ZrI0Xi > .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; }#zR9EnwOXWl3fA4RgqCPNkRdq95ZrI0Xi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:100px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DESRaPyGZkRMKtRRn3yFywp8WgDR6IRk { color:#000000;display:block;width:960px;position:absolute;font-family:raleway;font-size:40px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1px;left:0px;height:104px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HGQehM9BvnsOoMOmZ7u8P6CySTHCNW7E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HGQehM9BvnsOoMOmZ7u8P6CySTHCNW7E > .row .container { background-color: transparent; background-image: none; }#HGQehM9BvnsOoMOmZ7u8P6CySTHCNW7E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGQehM9BvnsOoMOmZ7u8P6CySTHCNW7E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGQehM9BvnsOoMOmZ7u8P6CySTHCNW7E > .row .container > .video-iframe-container { display: none; }#HGQehM9BvnsOoMOmZ7u8P6CySTHCNW7E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGQehM9BvnsOoMOmZ7u8P6CySTHCNW7E > .row > .video-iframe-container { display: none; }#HGQehM9BvnsOoMOmZ7u8P6CySTHCNW7E > .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); }#HGQehM9BvnsOoMOmZ7u8P6CySTHCNW7E > .row .container { border-width: 0; border-radius: 0; }#HGQehM9BvnsOoMOmZ7u8P6CySTHCNW7E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HGQehM9BvnsOoMOmZ7u8P6CySTHCNW7E > .row .container { font-size:14px;font-family:arial;height:297px;width:960px;position:relative;display:block; }#utweV5vAO7qMcNOLs2d2UfcVFHvFA9eE { color:#050b26;display:block;width:182px;position:absolute;font-family:ubuntu;font-size:28px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:79.9765625px;left:29px;height:36.3984px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D687crwaviasP4AvXAKGF84x7gHUvsP0 { position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:5px solid #0e9ae5;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 5px 11px 50px rgba(5,11,38,0.15) ;height:225px;width:225px;top:29px;left:0px;display:block; }
#mNS43XrhLCtyWu1JfEQ3lPs0X4tecvcT { position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:5px solid #0e9ae5;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 5px 11px 50px rgba(5,11,38,0.15) ;height:225px;width:225px;top:29px;left:241px;display:block; }
#RUrqW5Z5i6GNJhV4udfdbvnWAyLDA8mH { color:#050b26;display:block;width:182px;position:absolute;font-family:tahoma, arial, sans-serif;font-size:21px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:126.3671875px;left:749px;height:245.672px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RK4bBhu8AXTSkpUUOfmLsBo7idxWdBE9 { color:#050b26;display:block;width:182px;position:absolute;font-family:ubuntu;font-size:28px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:79.9765625px;left:29px;height:72.7969px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y7snHWNW3ddDq4EDqEKA3NaJptwwJoTE { color:#050b26;display:block;width:182px;position:absolute;font-family:tahoma, arial, sans-serif;font-size:21px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:126.3671875px;left:749px;height:245.672px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eCmpPshxV1u6tAf6ASg4MSTGC8pJNzcr { position:relative;display:block; }#eCmpPshxV1u6tAf6ASg4MSTGC8pJNzcr { background-color: transparent; background-image: none; }#eCmpPshxV1u6tAf6ASg4MSTGC8pJNzcr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCmpPshxV1u6tAf6ASg4MSTGC8pJNzcr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCmpPshxV1u6tAf6ASg4MSTGC8pJNzcr > .row .container > .video-iframe-container { display: none; }#eCmpPshxV1u6tAf6ASg4MSTGC8pJNzcr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCmpPshxV1u6tAf6ASg4MSTGC8pJNzcr > .row > .video-iframe-container { display: none; }#eCmpPshxV1u6tAf6ASg4MSTGC8pJNzcr > .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); }#eCmpPshxV1u6tAf6ASg4MSTGC8pJNzcr { border-width: 0; border-radius: 0; }#eCmpPshxV1u6tAf6ASg4MSTGC8pJNzcr > .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; }#eCmpPshxV1u6tAf6ASg4MSTGC8pJNzcr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:70px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#X7cZBg95E5iAnUGSpB6ZMU9TIsXvoTBQ { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"instrument sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:block; }
#CgvHvPcV8wrM527LU2gPlMhLNHsOTh7u { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq { position:relative;display:block; }#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq { background-color: transparent; background-image: none; }#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq > .row .container > .video-iframe-container { display: none; }#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq > .row > .video-iframe-container { display: none; }#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq > .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); }#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq { border-width: 0; border-radius: 0; }#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq > .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; }#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:100px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rCpFOsmq0h3QEMzzvuFX6Aeq9XM7z4Ay { color:#000000;display:block;width:960px;position:absolute;font-family:raleway;font-size:40px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1px;left:0px;height:104px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xcsUuQBpd96r8nLT6ULDxS0q5PLNJQec { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xcsUuQBpd96r8nLT6ULDxS0q5PLNJQec > .row .container { background-color: transparent; background-image: none; }#xcsUuQBpd96r8nLT6ULDxS0q5PLNJQec::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcsUuQBpd96r8nLT6ULDxS0q5PLNJQec > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcsUuQBpd96r8nLT6ULDxS0q5PLNJQec > .row .container > .video-iframe-container { display: none; }#xcsUuQBpd96r8nLT6ULDxS0q5PLNJQec > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcsUuQBpd96r8nLT6ULDxS0q5PLNJQec > .row > .video-iframe-container { display: none; }#xcsUuQBpd96r8nLT6ULDxS0q5PLNJQec > .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); }#xcsUuQBpd96r8nLT6ULDxS0q5PLNJQec > .row .container { border-width: 0; border-radius: 0; }#xcsUuQBpd96r8nLT6ULDxS0q5PLNJQec > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xcsUuQBpd96r8nLT6ULDxS0q5PLNJQec > .row .container { font-size:14px;font-family:arial;height:297px;width:960px;position:relative;display:block; }#mhVDKTlQm8TwF8DNHBNBBTDpADalVNl9 { color:#050b26;display:block;width:182px;position:absolute;font-family:ubuntu;font-size:28px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:79.9765625px;left:29px;height:36.3984px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dJlBMMOm6PM8KHWaAT61feGICDG1ixly { position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:5px solid #0e9ae5;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 5px 11px 50px rgba(5,11,38,0.15) ;height:225px;width:225px;top:29px;left:0px;display:block; }
#Eli3wbZCnG59x8G8F8iS4AMSSxs1HHV8 { color:#050b26;display:block;width:191px;position:absolute;font-family:tahoma, arial, sans-serif;font-size:20px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:126.3671875px;left:17px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qXh3yqGgQih2q3k0rsXRs6b0UlinAfBC { position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:5px solid #0e9ae5;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 5px 11px 50px rgba(5,11,38,0.15) ;height:225px;width:225px;top:29px;left:241px;display:block; }
#CaH90nSTxklnyKlJS3kAU7p1TsquwUeP { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:5px solid #0e9ae5;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 5px 11px 50px rgba(5,11,38,0.15) ;height:225px;width:225px;top:29px;left:482px;display:block; }
#Lc6zSwMOIlPwFo1yHZCoLOK8lRKT6TMr { color:#050b26;display:block;width:192px;position:absolute;font-family:tahoma, arial, sans-serif;font-size:20px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:128.3046875px;left:504px;height:26px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KmSOIg3gO71Kq6ngfB9AwgNcxwavhLHt { color:#050b26;display:block;width:182px;position:absolute;font-family:tahoma, arial, sans-serif;font-size:21px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:126.3671875px;left:749px;height:109.188px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MbC7l5R7sof6oCEPfJmGETOGyZJU4Ll9 { position:absolute;display:block;z-index:15001;background-color:#e3ffe7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:5px solid #0e9ae5;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 5px 11px 50px rgba(5,11,38,0.15) ;height:271px;width:225px;top:0px;left:728px;display:block; }
#THtxQILsUcaVKQrmkiLDE2kTfTmFkiMH { color:#050b26;display:block;width:182px;position:absolute;font-family:ubuntu;font-size:28px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:79.9765625px;left:29px;height:36.3984px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MTbfFbVhpWGwokKLXEloB4oLGBsEL107 { color:#050b26;display:block;width:191px;position:absolute;font-family:tahoma, arial, sans-serif;font-size:20px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:126.3671875px;left:17px;height:104px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AqTC5cae7V5KhDqnSiicg5LXk1t96rQv { color:#050b26;display:block;width:182px;position:absolute;font-family:ubuntu;font-size:28px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:79.9765625px;left:29px;height:36.3984px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o6W2inWIt0rivIM8rq9JRP14bhh4Kxx0 { color:#050b26;display:block;width:191px;position:absolute;font-family:tahoma, arial, sans-serif;font-size:20px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:126.3671875px;left:17px;height:78px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z1KcmMtX9R9RvlntiOQwPzcPvOTvhTSX { color:#050b26;display:block;width:182px;position:absolute;font-family:ubuntu;font-size:28px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:79.9765625px;left:29px;height:36.3984px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jmv8WvteFPenMtUZsgeFgm1G0A9ZbOSD { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:5px solid #0e9ae5;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 5px 11px 50px rgba(5,11,38,0.15) ;height:225px;width:225px;top:29px;left:482px;display:block; }
#dopT7uTxLmkksO0Q3cx2dQfnJNxHs9Pf { color:#050b26;display:block;width:191px;position:absolute;font-family:tahoma, arial, sans-serif;font-size:20px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:126.3671875px;left:17px;height:104px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PUF6DzKTEsLZUfnaHVi4gC5uMIoTNq9V { color:#050b26;display:block;width:182px;position:absolute;font-family:ubuntu;font-size:28px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:79.9765625px;left:29px;height:36.3984px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#To0vEM6X6gzZq7R7yHLGVLwukDsqlWUV { position:relative;display:block; }#To0vEM6X6gzZq7R7yHLGVLwukDsqlWUV { background-color: transparent; background-image: none; }#To0vEM6X6gzZq7R7yHLGVLwukDsqlWUV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#To0vEM6X6gzZq7R7yHLGVLwukDsqlWUV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#To0vEM6X6gzZq7R7yHLGVLwukDsqlWUV > .row .container > .video-iframe-container { display: none; }#To0vEM6X6gzZq7R7yHLGVLwukDsqlWUV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#To0vEM6X6gzZq7R7yHLGVLwukDsqlWUV > .row > .video-iframe-container { display: none; }#To0vEM6X6gzZq7R7yHLGVLwukDsqlWUV > .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); }#To0vEM6X6gzZq7R7yHLGVLwukDsqlWUV { border-width: 0; border-radius: 0; }#To0vEM6X6gzZq7R7yHLGVLwukDsqlWUV > .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; }#To0vEM6X6gzZq7R7yHLGVLwukDsqlWUV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:70px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FiTVpgowyAQCncxt8IdZdOC3fvKDIek7 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"instrument sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:block; }
#bRNxaeJcEA5779TWDG4lJOTGqSoa9P9d { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#QvSBNHp03Gw6r3q0RRJ0XCQEtKszcrp1 { position:relative;display:block; }#QvSBNHp03Gw6r3q0RRJ0XCQEtKszcrp1 { background-color: transparent; background-image: none; }#QvSBNHp03Gw6r3q0RRJ0XCQEtKszcrp1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvSBNHp03Gw6r3q0RRJ0XCQEtKszcrp1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvSBNHp03Gw6r3q0RRJ0XCQEtKszcrp1 > .row .container > .video-iframe-container { display: none; }#QvSBNHp03Gw6r3q0RRJ0XCQEtKszcrp1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvSBNHp03Gw6r3q0RRJ0XCQEtKszcrp1 > .row > .video-iframe-container { display: none; }#QvSBNHp03Gw6r3q0RRJ0XCQEtKszcrp1 > .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); }#QvSBNHp03Gw6r3q0RRJ0XCQEtKszcrp1 { border-width: 0; border-radius: 0; }#QvSBNHp03Gw6r3q0RRJ0XCQEtKszcrp1 > .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; }#QvSBNHp03Gw6r3q0RRJ0XCQEtKszcrp1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:100px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RdmBf9Iy0qbJAwxzWT9WfIeBsrhwa8fd { color:#000000;display:block;width:960px;position:absolute;font-family:raleway;font-size:40px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1px;left:0px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UUqufskURw4hIGFZhL8Jg677523RyHJr { position:relative;display:block; }#UUqufskURw4hIGFZhL8Jg677523RyHJr { background-color: transparent; background-image: none; }#UUqufskURw4hIGFZhL8Jg677523RyHJr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UUqufskURw4hIGFZhL8Jg677523RyHJr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UUqufskURw4hIGFZhL8Jg677523RyHJr > .row .container > .video-iframe-container { display: none; }#UUqufskURw4hIGFZhL8Jg677523RyHJr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UUqufskURw4hIGFZhL8Jg677523RyHJr > .row > .video-iframe-container { display: none; }#UUqufskURw4hIGFZhL8Jg677523RyHJr > .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); }#UUqufskURw4hIGFZhL8Jg677523RyHJr { border-width: 0; border-radius: 0; }#UUqufskURw4hIGFZhL8Jg677523RyHJr > .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; }#UUqufskURw4hIGFZhL8Jg677523RyHJr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:70px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc .accordion-element-container { border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;flex-direction:column;align-items:center;background-color:#e3e3e3;background-image:none;vertical-align:top; }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:10px; }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:20px; }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc .accordion-desc-text { display:block;position:relative;width:100%;padding-top:20px;padding-right:0;padding-bottom:0;padding-left:0;font-size:18px; }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc .accordion-trigger { width:20px;min-width:20px;height:20px;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc .accordion-trigger.adaptive-delivery-prevent-bg, #Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc .accordion-trigger.lazyload, #Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc .accordion-trigger.lazyloading { background-image: none; }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc { box-sizing:content-box;height:auto;width:280px;position:absolute;display:flex;flex-direction:column;gap:10px;z-index:15000;background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px; }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc #zaPRkQwM8ATtFITui9LUfTs5Xpu8QtEi { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc #hWkgBfJ1rhia3VLGKfsZQegg0uTgJbMp { height:auto;display:flex;position:relative;top:0px;left:0px; }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc #pnWhgvCh72BaRdlTDQi6HMKiPTEvVo6T { display:block;position:relative; }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc #AHg318Vq3Bx3ThJCHZqABSfdaxbqoq7H {  }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc #qzHluU1m6iGdy0mQRaPcn6gixcEAFm7e {  }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc #CZqVDTmLCXH7CwBcQXKnKRX9ncvuLmf2 { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc #F1FuZvHbxDh3uXAdTIm7qtTJfXvxuVCX { height:auto;display:flex;position:relative;top:0px;left:0px; }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc #QR7AttfoAnmIC3qlL1PTbDZebX6yMxA1 { display:block;position:relative; }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc #FCOSMci6xFabL0z196V7Txa3XHOBJFS3 {  }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc #bC97bw9o5ZTF1GdxXsw9QN6wlsIwD9Ap { display:none; }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc #erT1q1WdvBnMCEDCm8ov2xCvPFzEnWSZ { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc #qKyy3iRklVacOTeLn1TH3TOWVS9Gu8K3 { height:auto;display:flex;position:relative;top:0px;left:0px; }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc #Gstu3t6Z5cS8L9d8cazSxMlzL7xoJixI { display:block;position:relative; }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc #y0afT6u1aJiC7m159SA3qFa8r01Uc5k5 {  }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc #h0rTGiWDcOvASbT7xxNbUBrpATs3Tb5f { display:none; }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc #AmgEbsy4o2misZkp5KlObyhOApGyd0DS { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc #aT3uMm88RipdFSSGVcHOQykfUm0Iui2P { height:auto;display:flex;position:relative;top:0px;left:0px; }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc #UkQcub3yt2FHiDCkJdWnieOpRgFEfmyI { display:block;position:relative; }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc #pD89BTIPB6zAhiGHbZzEg75TnbqDpgvJ {  }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc #KRRi9vPc2CFUX1fNHu9sm2uha32AMH1x { display:none; }
#NMBLbZCUnWTyNfgshZMUMS94SJuUI3Tp { position:relative;display:block; }#NMBLbZCUnWTyNfgshZMUMS94SJuUI3Tp { background-color: transparent; background-image: none; }#NMBLbZCUnWTyNfgshZMUMS94SJuUI3Tp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NMBLbZCUnWTyNfgshZMUMS94SJuUI3Tp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NMBLbZCUnWTyNfgshZMUMS94SJuUI3Tp > .row .container > .video-iframe-container { display: none; }#NMBLbZCUnWTyNfgshZMUMS94SJuUI3Tp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NMBLbZCUnWTyNfgshZMUMS94SJuUI3Tp > .row > .video-iframe-container { display: none; }#NMBLbZCUnWTyNfgshZMUMS94SJuUI3Tp > .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); }#NMBLbZCUnWTyNfgshZMUMS94SJuUI3Tp { border-width: 0; border-radius: 0; }#NMBLbZCUnWTyNfgshZMUMS94SJuUI3Tp > .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; }#NMBLbZCUnWTyNfgshZMUMS94SJuUI3Tp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BguJBVWevuSKCBeoqbi5OBo8SSN4Pfho { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1; }
#cOD0chB51ktLmaEZ5AmcgtfIylp8hoqT { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1; }
#OFBtvM8GhdmJEVS7Zn9TbrC0QTWH8keg { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1; }
#khoqTrlvoxasnTnmaaOzS93qTk8TmfyV { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1; }
#b1r8uitWaTuPuAdzGffu2yb4P34yLElZ { color:#000000;display:block;width:960px;position:absolute;font-family:raleway;font-size:40px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1px;left:0px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WvgTWPIs2g3GPdi95pTfuJchPzlm8Ihz { position:relative;display:block; }#WvgTWPIs2g3GPdi95pTfuJchPzlm8Ihz { background-color: transparent; background-image: none; }#WvgTWPIs2g3GPdi95pTfuJchPzlm8Ihz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvgTWPIs2g3GPdi95pTfuJchPzlm8Ihz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvgTWPIs2g3GPdi95pTfuJchPzlm8Ihz > .row .container > .video-iframe-container { display: none; }#WvgTWPIs2g3GPdi95pTfuJchPzlm8Ihz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvgTWPIs2g3GPdi95pTfuJchPzlm8Ihz > .row > .video-iframe-container { display: none; }#WvgTWPIs2g3GPdi95pTfuJchPzlm8Ihz > .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); }#WvgTWPIs2g3GPdi95pTfuJchPzlm8Ihz { border-width: 0; border-radius: 0; }#WvgTWPIs2g3GPdi95pTfuJchPzlm8Ihz > .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; }#WvgTWPIs2g3GPdi95pTfuJchPzlm8Ihz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:100px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#l8dfXFF85DLApaU45BQTb4sdJoTH9lyQ { color:#000000;display:block;width:960px;position:absolute;font-family:raleway;font-size:40px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1px;left:0px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MBxKaiRSTLeZNX0TTedWBI8ulW4IRsmq { position:relative;z-index:auto;display:block; }#MBxKaiRSTLeZNX0TTedWBI8ulW4IRsmq { background-color: transparent; background-image: none; }#MBxKaiRSTLeZNX0TTedWBI8ulW4IRsmq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBxKaiRSTLeZNX0TTedWBI8ulW4IRsmq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBxKaiRSTLeZNX0TTedWBI8ulW4IRsmq > .row .container > .video-iframe-container { display: none; }#MBxKaiRSTLeZNX0TTedWBI8ulW4IRsmq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBxKaiRSTLeZNX0TTedWBI8ulW4IRsmq > .row > .video-iframe-container { display: none; }#MBxKaiRSTLeZNX0TTedWBI8ulW4IRsmq > .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); }#MBxKaiRSTLeZNX0TTedWBI8ulW4IRsmq { border-width: 0; border-radius: 0; }#MBxKaiRSTLeZNX0TTedWBI8ulW4IRsmq > .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; }#MBxKaiRSTLeZNX0TTedWBI8ulW4IRsmq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:14px;font-family:arial;height:85px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#z0P50TXGhyFqHG7ZR6D7hETsM4gKr4EZ { 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:70px;width:53px;top:9px;left:907px;overflow:hidden;display:block; }
#vx398ce7raMUd2VNAKAMO8TPuAbz5FXV { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:64px;height:91px;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0px;left:896px;display:block; }
#iTW2Wlsn1zixbgDcinGfulPCD61ulOvr { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
body { position:relative;display:block; }
#CfLCJ3yOOkVhJRtn2X7GFr4Sm5EDawQe { display:none; }#CfLCJ3yOOkVhJRtn2X7GFr4Sm5EDawQe > .row .container { width:764px;position:relative;display:none; }#RlikKZFMXU6QDpUkMW9pmwTegA6AQHnc { top:11px;left:0px;width:320px;height:14px;font-size:16px;display:none; }
#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 { display:block; }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 > .row .container { width:764px;position:relative;display:block; }#wkRLWWngJ4XAocmm1XlaTdFvtZVNkXrC { width:254px;height:63px;display:none; }
#Rnu9EnfG6guxUzRcou0Xxt8yaNGi6Ekd { display:none; }#Rnu9EnfG6guxUzRcou0Xxt8yaNGi6Ekd > .row .container { width:764px;position:relative;display:none; }#HIdqGAtKP92K9oORlpAn7akymgFteHHD { top:0px;left:0px;width:320px;height:;font-size:37px;display:none; }
#LHbPmzQ7qEyei6RmHZMAzTn3IvnfnEmO { top:245px;left:0px;width:320px;height:;font-size:17px;display:none; }
#LQxXgm08pzvwrqUG70vfmlQnMOtUBdgC { display:none; }#LQxXgm08pzvwrqUG70vfmlQnMOtUBdgC > .row .container { width:764px;position:relative;display:none; }#yX4v2ggKZt8KKdM06qlHwhTbxpdb9ouU { width:0;height:0;display:none; }
#N5In6kESRQ9QNDXTSCwIxclNZGN61ohd { display:block; }
#zu9qe0Wacf7WlzO1TQmnI2MfRGTNRFvs { display:none; }
#zu9qe0Wacf7WlzO1TQmnI2MfRGTNRFvs > img { max-width: 100%;max-height:100%; width:; height:; }#bN32DypdbvcR8UqUgmh42efufInKAAwn { display:none; }#bN32DypdbvcR8UqUgmh42efufInKAAwn > .row .container { width:764px;position:relative;display:none; }#DxSIVx5hRAFd5NRy89aP4RlmRiLOLMqr { display:none; }#DxSIVx5hRAFd5NRy89aP4RlmRiLOLMqr > .row .container { width:764px;position:relative;display:none; }#MkMrb7PlcRMAHTHsKyZGP57M8qxezZxB { top:45px;left:0px;width:320px;height:54px;font-size:21px;display:none; }
#KaOmAFr4XAyPTLlTmEXSnV4NbqLQOgOG { display:none; }#KaOmAFr4XAyPTLlTmEXSnV4NbqLQOgOG > .row .container { width:764px;position:relative;display:none; }#Rc0AXvSEruF6NKV4Bl3T57BJAQyI4zMR { display:block; }#Rc0AXvSEruF6NKV4Bl3T57BJAQyI4zMR > .row .container { width:764px;position:relative;display:block; }#BQu2uPzu4u48kFL9w5QwsKE70lX9xy87 { top:45px;left:0px;width:320px;height:268px;font-size:16px;display:block; }
#obv1T2zmIDJP8FGTTNHovydA9E19F15H { display:none; }#obv1T2zmIDJP8FGTTNHovydA9E19F15H > .row .container { width:764px;position:relative;display:none; }#cnqOL1mTpQOrzDhIVzIqRL9BFtHPOxvf { width:0;height:0;display:none; }
#cztXDvF7tziXWTRIrVA7gmvsPHg9A8Wr { display:block; }
#zR9EnwOXWl3fA4RgqCPNkRdq95ZrI0Xi { display:none; }#zR9EnwOXWl3fA4RgqCPNkRdq95ZrI0Xi > .row .container { width:764px;position:relative;display:none; }#DESRaPyGZkRMKtRRn3yFywp8WgDR6IRk { top:32px;left:0px;width:270px;height:41px;font-size:26px;display:block; }
#HGQehM9BvnsOoMOmZ7u8P6CySTHCNW7E { display:none; }#HGQehM9BvnsOoMOmZ7u8P6CySTHCNW7E > .row .container { width:764px;position:relative;display:none; }#utweV5vAO7qMcNOLs2d2UfcVFHvFA9eE { width:42px;height:650px;top:16px;left:0px;font-size:30px;display:block; }
#D687crwaviasP4AvXAKGF84x7gHUvsP0 { width:225px;height:225px;top:29px;left:0px;display:block; }
#mNS43XrhLCtyWu1JfEQ3lPs0X4tecvcT { width:225px;height:225px;top:29px;left:155px;display:block; }
#RUrqW5Z5i6GNJhV4udfdbvnWAyLDA8mH { width:291px;height:67px;top:89px;left:0px;font-size:13px;display:none; }
#RK4bBhu8AXTSkpUUOfmLsBo7idxWdBE9 { width:261px;height:78px;top:158px;left:0px;font-size:30px;display:none; }
#y7snHWNW3ddDq4EDqEKA3NaJptwwJoTE { width:291px;height:50px;top:234px;left:0px;font-size:13px;display:none; }
#eCmpPshxV1u6tAf6ASg4MSTGC8pJNzcr { display:block; }#eCmpPshxV1u6tAf6ASg4MSTGC8pJNzcr > .row .container { width:764px;position:relative;display:block; }#X7cZBg95E5iAnUGSpB6ZMU9TIsXvoTBQ { width:0;height:0;display:none; }
#CgvHvPcV8wrM527LU2gPlMhLNHsOTh7u { display:block; }
#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq { display:block; }#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq > .row .container { width:764px;position:relative;display:block; }#rCpFOsmq0h3QEMzzvuFX6Aeq9XM7z4Ay { top:29px;left:0px;width:298px;height:46px;font-size:26px;display:block; }
#xcsUuQBpd96r8nLT6ULDxS0q5PLNJQec { display:none; }#xcsUuQBpd96r8nLT6ULDxS0q5PLNJQec > .row .container { width:764px;position:relative;display:none; }#mhVDKTlQm8TwF8DNHBNBBTDpADalVNl9 { width:182px;height:36px;top:79px;left:4.5px;font-size:125px;display:block; }
#dJlBMMOm6PM8KHWaAT61feGICDG1ixly { width:225px;height:225px;top:29px;left:0px;display:block; }
#Eli3wbZCnG59x8G8F8iS4AMSSxs1HHV8 { width:230px;height:20px;top:68px;left:0px;font-size:20px;display:block; }
#qXh3yqGgQih2q3k0rsXRs6b0UlinAfBC { width:225px;height:225px;top:29px;left:155px;display:block; }
#CaH90nSTxklnyKlJS3kAU7p1TsquwUeP { width:225px;height:225px;top:29px;left:346px;display:block; }
#Lc6zSwMOIlPwFo1yHZCoLOK8lRKT6TMr { width:281px;height:20px;top:344px;left:0px;font-size:20px;display:block; }
#KmSOIg3gO71Kq6ngfB9AwgNcxwavhLHt { width:230px;height:41px;top:626px;left:0px;font-size:21px;display:block; }
#MbC7l5R7sof6oCEPfJmGETOGyZJU4Ll9 { width:225px;height:271px;top:0px;left:539px;display:block; }
#THtxQILsUcaVKQrmkiLDE2kTfTmFkiMH { width:42px;height:325px;top:125px;left:0px;font-size:125px;display:none; }
#MTbfFbVhpWGwokKLXEloB4oLGBsEL107 { width:230px;height:41px;top:203px;left:0px;font-size:20px;display:none; }
#AqTC5cae7V5KhDqnSiicg5LXk1t96rQv { width:81px;height:325px;top:268px;left:0px;font-size:125px;display:none; }
#o6W2inWIt0rivIM8rq9JRP14bhh4Kxx0 { width:221px;height:41px;top:395px;left:0px;font-size:20px;display:none; }
#z1KcmMtX9R9RvlntiOQwPzcPvOTvhTSX { width:118px;height:325px;top:582px;left:0px;font-size:125px;display:none; }
#Jmv8WvteFPenMtUZsgeFgm1G0A9ZbOSD { width:225px;height:225px;top:29px;left:346px;display:none; }
#dopT7uTxLmkksO0Q3cx2dQfnJNxHs9Pf { width:221px;height:41px;top:479px;left:0px;font-size:20px;display:none; }
#PUF6DzKTEsLZUfnaHVi4gC5uMIoTNq9V { width:107px;height:325px;top:444px;left:0px;font-size:125px;display:none; }
#To0vEM6X6gzZq7R7yHLGVLwukDsqlWUV { display:none; }#To0vEM6X6gzZq7R7yHLGVLwukDsqlWUV > .row .container { width:764px;position:relative;display:none; }#FiTVpgowyAQCncxt8IdZdOC3fvKDIek7 { width:0;height:0;display:none; }
#bRNxaeJcEA5779TWDG4lJOTGqSoa9P9d { display:block; }
#QvSBNHp03Gw6r3q0RRJ0XCQEtKszcrp1 { display:none; }#QvSBNHp03Gw6r3q0RRJ0XCQEtKszcrp1 > .row .container { width:764px;position:relative;display:none; }#RdmBf9Iy0qbJAwxzWT9WfIeBsrhwa8fd { top:36px;left:0px;width:221px;height:67px;font-size:26px;display:block; }
#UUqufskURw4hIGFZhL8Jg677523RyHJr { display:none; }#UUqufskURw4hIGFZhL8Jg677523RyHJr > .row .container { width:764px;position:relative;display:none; }#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc { display:flex;height:auto;width:280px;display:none; }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc #zaPRkQwM8ATtFITui9LUfTs5Xpu8QtEi {  }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc #hWkgBfJ1rhia3VLGKfsZQegg0uTgJbMp {  }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc #pnWhgvCh72BaRdlTDQi6HMKiPTEvVo6T {  }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc #AHg318Vq3Bx3ThJCHZqABSfdaxbqoq7H {  }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc #qzHluU1m6iGdy0mQRaPcn6gixcEAFm7e {  }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc #CZqVDTmLCXH7CwBcQXKnKRX9ncvuLmf2 {  }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc #F1FuZvHbxDh3uXAdTIm7qtTJfXvxuVCX {  }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc #QR7AttfoAnmIC3qlL1PTbDZebX6yMxA1 {  }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc #FCOSMci6xFabL0z196V7Txa3XHOBJFS3 {  }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc #bC97bw9o5ZTF1GdxXsw9QN6wlsIwD9Ap {  }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc #erT1q1WdvBnMCEDCm8ov2xCvPFzEnWSZ {  }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc #qKyy3iRklVacOTeLn1TH3TOWVS9Gu8K3 {  }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc #Gstu3t6Z5cS8L9d8cazSxMlzL7xoJixI {  }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc #y0afT6u1aJiC7m159SA3qFa8r01Uc5k5 {  }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc #h0rTGiWDcOvASbT7xxNbUBrpATs3Tb5f {  }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc #AmgEbsy4o2misZkp5KlObyhOApGyd0DS {  }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc #aT3uMm88RipdFSSGVcHOQykfUm0Iui2P {  }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc #UkQcub3yt2FHiDCkJdWnieOpRgFEfmyI {  }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc #pD89BTIPB6zAhiGHbZzEg75TnbqDpgvJ {  }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc #KRRi9vPc2CFUX1fNHu9sm2uha32AMH1x {  }
#NMBLbZCUnWTyNfgshZMUMS94SJuUI3Tp { display:none; }#NMBLbZCUnWTyNfgshZMUMS94SJuUI3Tp > .row .container { width:764px;position:relative;display:none; }#BguJBVWevuSKCBeoqbi5OBo8SSN4Pfho { display:none; }
#cOD0chB51ktLmaEZ5AmcgtfIylp8hoqT { display:none; }
#OFBtvM8GhdmJEVS7Zn9TbrC0QTWH8keg { display:none; }
#khoqTrlvoxasnTnmaaOzS93qTk8TmfyV { display:none; }
#b1r8uitWaTuPuAdzGffu2yb4P34yLElZ { top:16px;left:0px;width:320px;height:15px;font-size:12px;display:none; }
#WvgTWPIs2g3GPdi95pTfuJchPzlm8Ihz { display:none; }#WvgTWPIs2g3GPdi95pTfuJchPzlm8Ihz > .row .container { width:764px;position:relative;display:none; }#l8dfXFF85DLApaU45BQTb4sdJoTH9lyQ { top:36px;left:0px;width:320px;height:15px;font-size:12px;display:block; }
#MBxKaiRSTLeZNX0TTedWBI8ulW4IRsmq { display:none; }#MBxKaiRSTLeZNX0TTedWBI8ulW4IRsmq > .row .container { width:764px;position:relative;display:none; }#z0P50TXGhyFqHG7ZR6D7hETsM4gKr4EZ { top:9px;left:711px;width:53px;height:70px;display:block; }
#vx398ce7raMUd2VNAKAMO8TPuAbz5FXV { width:64px;height:91px;top:0px;left:693px;display:block; }
#iTW2Wlsn1zixbgDcinGfulPCD61ulOvr { display:block; }
body { position:relative;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/f6f4ea8d-9810-4507-b5d0-cb29e42d7f1b/hero1bg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfLCJ3yOOkVhJRtn2X7GFr4Sm5EDawQe { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CfLCJ3yOOkVhJRtn2X7GFr4Sm5EDawQe > .row .container { background-color: transparent; background-image: none; }#CfLCJ3yOOkVhJRtn2X7GFr4Sm5EDawQe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfLCJ3yOOkVhJRtn2X7GFr4Sm5EDawQe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfLCJ3yOOkVhJRtn2X7GFr4Sm5EDawQe > .row .container > .video-iframe-container { display: none; }#CfLCJ3yOOkVhJRtn2X7GFr4Sm5EDawQe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfLCJ3yOOkVhJRtn2X7GFr4Sm5EDawQe > .row > .video-iframe-container { display: none; }#CfLCJ3yOOkVhJRtn2X7GFr4Sm5EDawQe > .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); }#CfLCJ3yOOkVhJRtn2X7GFr4Sm5EDawQe > .row .container { border-width: 0; border-radius: 0; }#CfLCJ3yOOkVhJRtn2X7GFr4Sm5EDawQe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CfLCJ3yOOkVhJRtn2X7GFr4Sm5EDawQe > .row .container { width:320px;height:39px;position:relative;display:block; }#RlikKZFMXU6QDpUkMW9pmwTegA6AQHnc { top:11.40625px;left:0px;width:320px;height:20.7969px;z-index:15000;font-family:"instrument sans";font-size:16px;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 { 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; }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 > .row .container { background-color: transparent; background-image: none; }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 > .row .container > .video-iframe-container { display: none; }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 > .row > .video-iframe-container { display: none; }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 > .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); }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 > .row .container { border-width: 0; border-radius: 0; }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 > .row .container { width:320px;height:114px;position:relative;display:block; }#wkRLWWngJ4XAocmm1XlaTdFvtZVNkXrC { top:33.5px;left:54.5px;width:211px;height:51px;z-index:15000;overflow:hidden;display:block; }
#Rnu9EnfG6guxUzRcou0Xxt8yaNGi6Ekd { 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; }#Rnu9EnfG6guxUzRcou0Xxt8yaNGi6Ekd > .row .container { background-color: transparent; background-image: none; }#Rnu9EnfG6guxUzRcou0Xxt8yaNGi6Ekd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rnu9EnfG6guxUzRcou0Xxt8yaNGi6Ekd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rnu9EnfG6guxUzRcou0Xxt8yaNGi6Ekd > .row .container > .video-iframe-container { display: none; }#Rnu9EnfG6guxUzRcou0Xxt8yaNGi6Ekd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rnu9EnfG6guxUzRcou0Xxt8yaNGi6Ekd > .row > .video-iframe-container { display: none; }#Rnu9EnfG6guxUzRcou0Xxt8yaNGi6Ekd > .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); }#Rnu9EnfG6guxUzRcou0Xxt8yaNGi6Ekd > .row .container { border-width: 0; border-radius: 0; }#Rnu9EnfG6guxUzRcou0Xxt8yaNGi6Ekd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rnu9EnfG6guxUzRcou0Xxt8yaNGi6Ekd > .row .container { width:320px;height:195px;position:relative;display:block; }#HIdqGAtKP92K9oORlpAn7akymgFteHHD { top:0px;left:0px;width:320px;height:122.062px;z-index:15000;font-size:37px;line-height:1.1;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#d7b021;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LHbPmzQ7qEyei6RmHZMAzTn3IvnfnEmO { top:154px;left:0px;width:320px;height:18.7031px;z-index:15001;font-size:17px;line-height:1.1;text-align:center;text-align-last:center;font-weight:400;font-style:normal;color:#666666;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LQxXgm08pzvwrqUG70vfmlQnMOtUBdgC { 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; }#LQxXgm08pzvwrqUG70vfmlQnMOtUBdgC > .row .container { background-color: transparent; background-image: none; }#LQxXgm08pzvwrqUG70vfmlQnMOtUBdgC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQxXgm08pzvwrqUG70vfmlQnMOtUBdgC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQxXgm08pzvwrqUG70vfmlQnMOtUBdgC > .row .container > .video-iframe-container { display: none; }#LQxXgm08pzvwrqUG70vfmlQnMOtUBdgC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQxXgm08pzvwrqUG70vfmlQnMOtUBdgC > .row > .video-iframe-container { display: none; }#LQxXgm08pzvwrqUG70vfmlQnMOtUBdgC > .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); }#LQxXgm08pzvwrqUG70vfmlQnMOtUBdgC > .row .container { border-width: 0; border-radius: 0; }#LQxXgm08pzvwrqUG70vfmlQnMOtUBdgC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LQxXgm08pzvwrqUG70vfmlQnMOtUBdgC > .row .container { width:320px;height:75px;position:relative;display:block; }#yX4v2ggKZt8KKdM06qlHwhTbxpdb9ouU { top:21px;left:46px;width:228px;height:35px;z-index:15002;border-top-left-radius:41px;border-top-right-radius:41px;border-bottom-left-radius:41px;border-bottom-right-radius:41px;font-weight:400;font-style:normal;border-top:1px solid #15370c;border-left:1px solid #15370c;border-right:1px solid #15370c;border-bottom:1px solid #15370c;background-color:#23b514;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#N5In6kESRQ9QNDXTSCwIxclNZGN61ohd { display:block; }
#zu9qe0Wacf7WlzO1TQmnI2MfRGTNRFvs { display:flex;top:27px;left:68px;width:23px;height:23px;z-index:15003; }
#zu9qe0Wacf7WlzO1TQmnI2MfRGTNRFvs > img { max-width: 100%;max-height:100%; width:23px; height:23px; }#bN32DypdbvcR8UqUgmh42efufInKAAwn { background-color:rgba(255,255,255,0.61);background-image:url("https://images.assets-landingi.com/uc/a1ef5209-d74e-4baf-b233-da65d80099a8/banner_JOIAS.crop_1163x909_0,171.preview.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bN32DypdbvcR8UqUgmh42efufInKAAwn.adaptive-delivery-prevent-bg, #bN32DypdbvcR8UqUgmh42efufInKAAwn.lazyload, #bN32DypdbvcR8UqUgmh42efufInKAAwn.lazyloading { background-image: none; }#bN32DypdbvcR8UqUgmh42efufInKAAwn > .row .container { background-color: transparent; background-image: none; }#bN32DypdbvcR8UqUgmh42efufInKAAwn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bN32DypdbvcR8UqUgmh42efufInKAAwn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bN32DypdbvcR8UqUgmh42efufInKAAwn > .row .container > .video-iframe-container { display: none; }#bN32DypdbvcR8UqUgmh42efufInKAAwn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bN32DypdbvcR8UqUgmh42efufInKAAwn > .row > .video-iframe-container { display: none; }#bN32DypdbvcR8UqUgmh42efufInKAAwn > .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); }#bN32DypdbvcR8UqUgmh42efufInKAAwn > .row .container { border-width: 0; border-radius: 0; }#bN32DypdbvcR8UqUgmh42efufInKAAwn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bN32DypdbvcR8UqUgmh42efufInKAAwn > .row .container { width:320px;height:261px;position:relative;display:block; }#DxSIVx5hRAFd5NRy89aP4RlmRiLOLMqr { display:block; }#DxSIVx5hRAFd5NRy89aP4RlmRiLOLMqr { background-color: transparent; background-image: none; }#DxSIVx5hRAFd5NRy89aP4RlmRiLOLMqr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxSIVx5hRAFd5NRy89aP4RlmRiLOLMqr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxSIVx5hRAFd5NRy89aP4RlmRiLOLMqr > .row .container > .video-iframe-container { display: none; }#DxSIVx5hRAFd5NRy89aP4RlmRiLOLMqr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxSIVx5hRAFd5NRy89aP4RlmRiLOLMqr > .row > .video-iframe-container { display: none; }#DxSIVx5hRAFd5NRy89aP4RlmRiLOLMqr > .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); }#DxSIVx5hRAFd5NRy89aP4RlmRiLOLMqr { border-width: 0; border-radius: 0; }#DxSIVx5hRAFd5NRy89aP4RlmRiLOLMqr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DxSIVx5hRAFd5NRy89aP4RlmRiLOLMqr > .row .container { width:320px;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;height:144px;position:relative;display:block; }#MkMrb7PlcRMAHTHsKyZGP57M8qxezZxB { width:310px;height:54.5938px;top:45.6953125px;left:5px;font-size:21px;font-family:"instrument sans";text-align:justify;text-align-last:initial;z-index:15002;color:#000000;display:block; }
#KaOmAFr4XAyPTLlTmEXSnV4NbqLQOgOG { background-color:rgba(0,0,0,0.61);background-image:url("https://images.assets-landingi.com/uc/7a368ebc-f91a-4d09-9d43-c6aa22ab6219/shoppingibirapuera.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KaOmAFr4XAyPTLlTmEXSnV4NbqLQOgOG.adaptive-delivery-prevent-bg, #KaOmAFr4XAyPTLlTmEXSnV4NbqLQOgOG.lazyload, #KaOmAFr4XAyPTLlTmEXSnV4NbqLQOgOG.lazyloading { background-image: none; }#KaOmAFr4XAyPTLlTmEXSnV4NbqLQOgOG > .row .container { background-color: transparent; background-image: none; }#KaOmAFr4XAyPTLlTmEXSnV4NbqLQOgOG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KaOmAFr4XAyPTLlTmEXSnV4NbqLQOgOG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KaOmAFr4XAyPTLlTmEXSnV4NbqLQOgOG > .row .container > .video-iframe-container { display: none; }#KaOmAFr4XAyPTLlTmEXSnV4NbqLQOgOG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KaOmAFr4XAyPTLlTmEXSnV4NbqLQOgOG > .row > .video-iframe-container { display: none; }#KaOmAFr4XAyPTLlTmEXSnV4NbqLQOgOG > .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); }#KaOmAFr4XAyPTLlTmEXSnV4NbqLQOgOG > .row .container { border-width: 0; border-radius: 0; }#KaOmAFr4XAyPTLlTmEXSnV4NbqLQOgOG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KaOmAFr4XAyPTLlTmEXSnV4NbqLQOgOG > .row .container { width:320px;height:270px;position:relative;display:block; }#Rc0AXvSEruF6NKV4Bl3T57BJAQyI4zMR { display:none; }#Rc0AXvSEruF6NKV4Bl3T57BJAQyI4zMR > .row .container { width:320px;height:358px;position:relative;display:none; }#BQu2uPzu4u48kFL9w5QwsKE70lX9xy87 { width:320px;height:268.7812px;top:45.1015625px;left:0px;font-size:16px;font-family:"instrument sans";text-align:justify;text-align-last:initial;line-height:1.4;display:block; }
#obv1T2zmIDJP8FGTTNHovydA9E19F15H { 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; }#obv1T2zmIDJP8FGTTNHovydA9E19F15H > .row .container { background-color: transparent; background-image: none; }#obv1T2zmIDJP8FGTTNHovydA9E19F15H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#obv1T2zmIDJP8FGTTNHovydA9E19F15H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#obv1T2zmIDJP8FGTTNHovydA9E19F15H > .row .container > .video-iframe-container { display: none; }#obv1T2zmIDJP8FGTTNHovydA9E19F15H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#obv1T2zmIDJP8FGTTNHovydA9E19F15H > .row > .video-iframe-container { display: none; }#obv1T2zmIDJP8FGTTNHovydA9E19F15H > .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); }#obv1T2zmIDJP8FGTTNHovydA9E19F15H > .row .container { border-width: 0; border-radius: 0; }#obv1T2zmIDJP8FGTTNHovydA9E19F15H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#obv1T2zmIDJP8FGTTNHovydA9E19F15H > .row .container { width:320px;height:135px;position:relative;display:block; }#cnqOL1mTpQOrzDhIVzIqRL9BFtHPOxvf { top:40.5px;left:20px;width:280px;height:55px;z-index:15000;background-color:#23d000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#cztXDvF7tziXWTRIrVA7gmvsPHg9A8Wr { display:block; }
#zR9EnwOXWl3fA4RgqCPNkRdq95ZrI0Xi { 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; }#zR9EnwOXWl3fA4RgqCPNkRdq95ZrI0Xi > .row .container { background-color: transparent; background-image: none; }#zR9EnwOXWl3fA4RgqCPNkRdq95ZrI0Xi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zR9EnwOXWl3fA4RgqCPNkRdq95ZrI0Xi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zR9EnwOXWl3fA4RgqCPNkRdq95ZrI0Xi > .row .container > .video-iframe-container { display: none; }#zR9EnwOXWl3fA4RgqCPNkRdq95ZrI0Xi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zR9EnwOXWl3fA4RgqCPNkRdq95ZrI0Xi > .row > .video-iframe-container { display: none; }#zR9EnwOXWl3fA4RgqCPNkRdq95ZrI0Xi > .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); }#zR9EnwOXWl3fA4RgqCPNkRdq95ZrI0Xi > .row .container { border-width: 0; border-radius: 0; }#zR9EnwOXWl3fA4RgqCPNkRdq95ZrI0Xi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zR9EnwOXWl3fA4RgqCPNkRdq95ZrI0Xi > .row .container { width:320px;height:105px;position:relative;display:block; }#DESRaPyGZkRMKtRRn3yFywp8WgDR6IRk { width:270px;height:41.6016px;top:32.1953125px;left:0px;font-size:26px;font-family:"instrument sans";text-align:left;text-align-last:left;line-height:.8;display:block; }
#HGQehM9BvnsOoMOmZ7u8P6CySTHCNW7E { display:block; }#HGQehM9BvnsOoMOmZ7u8P6CySTHCNW7E > .row .container { width:320px;height:300px;position:relative;display:block; }#utweV5vAO7qMcNOLs2d2UfcVFHvFA9eE { width:42px;height:39px;top:13px;left:15px;font-size:30px;text-align:left;text-align-last:left;color:#fbc705;font-family:"instrument sans";display:block; }
#D687crwaviasP4AvXAKGF84x7gHUvsP0 { width:320px;height:120px;top:0px;left:0px;border-top:5px solid #fbc705;border-left:0;border-right:0;border-bottom:0;display:block; }
#mNS43XrhLCtyWu1JfEQ3lPs0X4tecvcT { width:320px;height:120px;top:143px;left:0px;border-top:5px solid #716969;border-left:0;border-right:0;border-bottom:0;display:block; }
#RUrqW5Z5i6GNJhV4udfdbvnWAyLDA8mH { width:295px;height:50.6602px;top:51px;left:15px;font-size:13px;text-align:justify;text-align-last:initial;font-family:"instrument sans";z-index:15011;display:block; }
#RK4bBhu8AXTSkpUUOfmLsBo7idxWdBE9 { width:301px;height:39px;top:158px;left:15px;font-size:30px;text-align:left;text-align-last:left;color:#716969;font-family:"instrument sans";z-index:15003;display:block; }
#y7snHWNW3ddDq4EDqEKA3NaJptwwJoTE { width:291px;height:50.6602px;top:196px;left:15px;font-size:13px;text-align:justify;text-align-last:initial;font-family:"instrument sans";z-index:15012;display:block; }
#eCmpPshxV1u6tAf6ASg4MSTGC8pJNzcr { 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; }#eCmpPshxV1u6tAf6ASg4MSTGC8pJNzcr > .row .container { background-color: transparent; background-image: none; }#eCmpPshxV1u6tAf6ASg4MSTGC8pJNzcr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCmpPshxV1u6tAf6ASg4MSTGC8pJNzcr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCmpPshxV1u6tAf6ASg4MSTGC8pJNzcr > .row .container > .video-iframe-container { display: none; }#eCmpPshxV1u6tAf6ASg4MSTGC8pJNzcr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCmpPshxV1u6tAf6ASg4MSTGC8pJNzcr > .row > .video-iframe-container { display: none; }#eCmpPshxV1u6tAf6ASg4MSTGC8pJNzcr > .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); }#eCmpPshxV1u6tAf6ASg4MSTGC8pJNzcr > .row .container { border-width: 0; border-radius: 0; }#eCmpPshxV1u6tAf6ASg4MSTGC8pJNzcr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eCmpPshxV1u6tAf6ASg4MSTGC8pJNzcr > .row .container { width:320px;height:135px;position:relative;display:block; }#X7cZBg95E5iAnUGSpB6ZMU9TIsXvoTBQ { top:40.5px;left:20px;width:280px;height:55px;z-index:15000;background-color:#23d000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#CgvHvPcV8wrM527LU2gPlMhLNHsOTh7u { display:block; }
#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq { 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; }#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq > .row .container { background-color: transparent; background-image: none; }#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq > .row .container > .video-iframe-container { display: none; }#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq > .row > .video-iframe-container { display: none; }#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq > .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); }#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq > .row .container { border-width: 0; border-radius: 0; }#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq > .row .container { width:320px;height:84px;position:relative;display:block; }#rCpFOsmq0h3QEMzzvuFX6Aeq9XM7z4Ay { width:298px;height:46.8046px;top:19.1015625px;left:11px;font-size:26px;font-family:"instrument sans";text-align:left;text-align-last:left;line-height:.9;display:block; }
#xcsUuQBpd96r8nLT6ULDxS0q5PLNJQec { display:block; }#xcsUuQBpd96r8nLT6ULDxS0q5PLNJQec > .row .container { width:320px;height:762px;position:relative;display:block; }#mhVDKTlQm8TwF8DNHBNBBTDpADalVNl9 { width:42px;height:162.504px;top:0px;left:9px;font-size:125px;text-align:center;text-align-last:center;color:rgba(116,116,116,0.26);font-family:"instrument sans";display:block; }
#dJlBMMOm6PM8KHWaAT61feGICDG1ixly { width:320px;height:120px;top:21px;left:0px;border-top:0;border-left:5px solid #000000;border-right:0;border-bottom:0;display:block; }
#Eli3wbZCnG59x8G8F8iS4AMSSxs1HHV8 { width:230px;height:20.7969px;top:68px;left:90px;font-size:16px;text-align:left;text-align-last:left;font-family:"instrument sans";display:block; }
#qXh3yqGgQih2q3k0rsXRs6b0UlinAfBC { width:320px;height:120px;top:164px;left:0px;border-top:0;border-left:0;border-right:5px solid #000000;border-bottom:0;display:block; }
#CaH90nSTxklnyKlJS3kAU7p1TsquwUeP { width:320px;height:120px;top:302px;left:0px;border-top:0;border-left:5px solid #000000;border-right:0;border-bottom:0;display:block; }
#Lc6zSwMOIlPwFo1yHZCoLOK8lRKT6TMr { width:281px;height:20.7969px;top:365px;left:20px;font-size:16px;text-align:center;text-align-last:center;display:block; }
#KmSOIg3gO71Kq6ngfB9AwgNcxwavhLHt { width:230px;height:41.5781px;top:626px;left:90px;font-size:16px;text-align:left;text-align-last:left;font-family:"instrument sans";display:block; }
#MbC7l5R7sof6oCEPfJmGETOGyZJU4Ll9 { width:320px;height:120px;top:584px;left:0px;border-top:0;border-left:5px solid #000000;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#THtxQILsUcaVKQrmkiLDE2kTfTmFkiMH { width:81px;height:162.504px;top:141px;left:206px;font-size:125px;text-align:center;text-align-last:center;color:rgba(116,116,116,0.26);font-family:"instrument sans";z-index:15003;display:block; }
#MTbfFbVhpWGwokKLXEloB4oLGBsEL107 { width:230px;height:41.5782px;top:203px;left:20px;font-size:16px;text-align:left;text-align-last:left;font-family:"instrument sans";z-index:15004;display:block; }
#AqTC5cae7V5KhDqnSiicg5LXk1t96rQv { width:107px;height:162.504px;top:281px;left:4px;font-size:125px;text-align:center;text-align-last:center;color:rgba(116,116,116,0.26);font-family:"instrument sans";z-index:15004;display:block; }
#o6W2inWIt0rivIM8rq9JRP14bhh4Kxx0 { width:221px;height:41.5781px;top:343px;left:99px;font-size:16px;text-align:left;text-align-last:left;font-family:"instrument sans";z-index:15005;display:block; }
#z1KcmMtX9R9RvlntiOQwPzcPvOTvhTSX { width:118px;height:162.504px;top:565px;left:4px;font-size:125px;text-align:center;text-align-last:center;color:rgba(116,116,116,0.26);font-family:"instrument sans";z-index:15005;display:block; }
#Jmv8WvteFPenMtUZsgeFgm1G0A9ZbOSD { width:320px;height:120px;top:440px;left:0px;border-top:0;border-left:0;border-right:5px solid #000000;border-bottom:0;z-index:15004;display:block; }
#dopT7uTxLmkksO0Q3cx2dQfnJNxHs9Pf { width:221px;height:41.5781px;top:479px;left:20px;font-size:16px;text-align:left;text-align-last:left;font-family:"instrument sans";z-index:15009;display:block; }
#PUF6DzKTEsLZUfnaHVi4gC5uMIoTNq9V { width:126px;height:162.504px;top:419px;left:194px;font-size:125px;text-align:center;text-align-last:center;color:rgba(116,116,116,0.26);font-family:"instrument sans";z-index:15008;display:block; }
#To0vEM6X6gzZq7R7yHLGVLwukDsqlWUV { 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; }#To0vEM6X6gzZq7R7yHLGVLwukDsqlWUV > .row .container { background-color: transparent; background-image: none; }#To0vEM6X6gzZq7R7yHLGVLwukDsqlWUV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#To0vEM6X6gzZq7R7yHLGVLwukDsqlWUV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#To0vEM6X6gzZq7R7yHLGVLwukDsqlWUV > .row .container > .video-iframe-container { display: none; }#To0vEM6X6gzZq7R7yHLGVLwukDsqlWUV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#To0vEM6X6gzZq7R7yHLGVLwukDsqlWUV > .row > .video-iframe-container { display: none; }#To0vEM6X6gzZq7R7yHLGVLwukDsqlWUV > .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); }#To0vEM6X6gzZq7R7yHLGVLwukDsqlWUV > .row .container { border-width: 0; border-radius: 0; }#To0vEM6X6gzZq7R7yHLGVLwukDsqlWUV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#To0vEM6X6gzZq7R7yHLGVLwukDsqlWUV > .row .container { width:320px;height:135px;position:relative;display:block; }#FiTVpgowyAQCncxt8IdZdOC3fvKDIek7 { top:40.5px;left:20px;width:280px;height:55px;z-index:15000;background-color:#23d000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#bRNxaeJcEA5779TWDG4lJOTGqSoa9P9d { display:block; }
#QvSBNHp03Gw6r3q0RRJ0XCQEtKszcrp1 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#QvSBNHp03Gw6r3q0RRJ0XCQEtKszcrp1 > .row .container { border-width: 0; border-radius: 0; }#QvSBNHp03Gw6r3q0RRJ0XCQEtKszcrp1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QvSBNHp03Gw6r3q0RRJ0XCQEtKszcrp1 > .row .container { width:320px;height:69px;position:relative;display:none; }#RdmBf9Iy0qbJAwxzWT9WfIeBsrhwa8fd { width:320px;height:33.7969px;top:28.59375px;left:0px;font-size:26px;font-family:"instrument sans";text-align:center;text-align-last:center;display:block; }
#UUqufskURw4hIGFZhL8Jg677523RyHJr { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#UUqufskURw4hIGFZhL8Jg677523RyHJr > .row .container { border-width: 0; border-radius: 0; }#UUqufskURw4hIGFZhL8Jg677523RyHJr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UUqufskURw4hIGFZhL8Jg677523RyHJr > .row .container { width:320px;height:318px;position:relative;display:none; }#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc .accordion-element-container { background-color:#ffffff;background-image:none;border-top:1px solid #bebebe;border-left:5px solid #000000;border-right:1px solid #bebebe;border-bottom:1px solid #bebebe; }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc .accordion-heading-text { font-family:"instrument sans";font-size:14px;height:auto; }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc .accordion-desc-text { font-family:"instrument sans";color:#000000;line-height:1.3;overflow:hidden;height:auto;font-size:14px; }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc { display:flex;height:auto;width:310px;top:0px;left:-15px;z-index:15000; }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc #zaPRkQwM8ATtFITui9LUfTs5Xpu8QtEi {  }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc #hWkgBfJ1rhia3VLGKfsZQegg0uTgJbMp {  }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc #pnWhgvCh72BaRdlTDQi6HMKiPTEvVo6T {  }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc #AHg318Vq3Bx3ThJCHZqABSfdaxbqoq7H {  }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc #qzHluU1m6iGdy0mQRaPcn6gixcEAFm7e {  }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc #CZqVDTmLCXH7CwBcQXKnKRX9ncvuLmf2 {  }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc #F1FuZvHbxDh3uXAdTIm7qtTJfXvxuVCX {  }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc #QR7AttfoAnmIC3qlL1PTbDZebX6yMxA1 {  }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc #FCOSMci6xFabL0z196V7Txa3XHOBJFS3 {  }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc #bC97bw9o5ZTF1GdxXsw9QN6wlsIwD9Ap {  }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc #erT1q1WdvBnMCEDCm8ov2xCvPFzEnWSZ {  }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc #qKyy3iRklVacOTeLn1TH3TOWVS9Gu8K3 {  }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc #Gstu3t6Z5cS8L9d8cazSxMlzL7xoJixI {  }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc #y0afT6u1aJiC7m159SA3qFa8r01Uc5k5 {  }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc #h0rTGiWDcOvASbT7xxNbUBrpATs3Tb5f {  }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc #AmgEbsy4o2misZkp5KlObyhOApGyd0DS {  }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc #aT3uMm88RipdFSSGVcHOQykfUm0Iui2P {  }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc #UkQcub3yt2FHiDCkJdWnieOpRgFEfmyI {  }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc #pD89BTIPB6zAhiGHbZzEg75TnbqDpgvJ {  }
#Ki7V9Bc71TEo8O2B5AxPKHFXnhPfbetc #KRRi9vPc2CFUX1fNHu9sm2uha32AMH1x {  }
#NMBLbZCUnWTyNfgshZMUMS94SJuUI3Tp { 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; }#NMBLbZCUnWTyNfgshZMUMS94SJuUI3Tp > .row .container { background-color: transparent; background-image: none; }#NMBLbZCUnWTyNfgshZMUMS94SJuUI3Tp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NMBLbZCUnWTyNfgshZMUMS94SJuUI3Tp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NMBLbZCUnWTyNfgshZMUMS94SJuUI3Tp > .row .container > .video-iframe-container { display: none; }#NMBLbZCUnWTyNfgshZMUMS94SJuUI3Tp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NMBLbZCUnWTyNfgshZMUMS94SJuUI3Tp > .row > .video-iframe-container { display: none; }#NMBLbZCUnWTyNfgshZMUMS94SJuUI3Tp > .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); }#NMBLbZCUnWTyNfgshZMUMS94SJuUI3Tp > .row .container { border-width: 0; border-radius: 0; }#NMBLbZCUnWTyNfgshZMUMS94SJuUI3Tp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NMBLbZCUnWTyNfgshZMUMS94SJuUI3Tp > .row .container { width:320px;height:93px;position:relative;display:block; }#BguJBVWevuSKCBeoqbi5OBo8SSN4Pfho { display:flex;top:44px;left:166px;width:31px;height:31px;z-index:15000; }
#cOD0chB51ktLmaEZ5AmcgtfIylp8hoqT { display:flex;top:44px;left:124px;width:31px;height:31px;z-index:15001; }
#OFBtvM8GhdmJEVS7Zn9TbrC0QTWH8keg { display:flex;top:44px;left:82px;width:31px;height:31px;z-index:15002; }
#khoqTrlvoxasnTnmaaOzS93qTk8TmfyV { display:flex;top:44px;left:208px;width:31px;height:31px;z-index:15003; }
#b1r8uitWaTuPuAdzGffu2yb4P34yLElZ { width:320px;height:15.5977px;top:16.90625px;left:0px;font-size:12px;font-family:"instrument sans";text-align:center;text-align-last:center;z-index:15002;display:block; }
#WvgTWPIs2g3GPdi95pTfuJchPzlm8Ihz { 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; }#WvgTWPIs2g3GPdi95pTfuJchPzlm8Ihz > .row .container { background-color: transparent; background-image: none; }#WvgTWPIs2g3GPdi95pTfuJchPzlm8Ihz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvgTWPIs2g3GPdi95pTfuJchPzlm8Ihz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvgTWPIs2g3GPdi95pTfuJchPzlm8Ihz > .row .container > .video-iframe-container { display: none; }#WvgTWPIs2g3GPdi95pTfuJchPzlm8Ihz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvgTWPIs2g3GPdi95pTfuJchPzlm8Ihz > .row > .video-iframe-container { display: none; }#WvgTWPIs2g3GPdi95pTfuJchPzlm8Ihz > .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); }#WvgTWPIs2g3GPdi95pTfuJchPzlm8Ihz > .row .container { border-width: 0; border-radius: 0; }#WvgTWPIs2g3GPdi95pTfuJchPzlm8Ihz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WvgTWPIs2g3GPdi95pTfuJchPzlm8Ihz > .row .container { width:320px;height:105px;position:relative;display:block; }#l8dfXFF85DLApaU45BQTb4sdJoTH9lyQ { width:320px;height:15.5977px;top:36.1953125px;left:0px;font-size:12px;font-family:"instrument sans";text-align:center;text-align-last:center;display:block; }
#MBxKaiRSTLeZNX0TTedWBI8ulW4IRsmq { position:fixed;z-index:199999;bottom:0px;left:0px;right:0px;display:block; }#MBxKaiRSTLeZNX0TTedWBI8ulW4IRsmq { background-color: transparent; background-image: none; }#MBxKaiRSTLeZNX0TTedWBI8ulW4IRsmq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBxKaiRSTLeZNX0TTedWBI8ulW4IRsmq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBxKaiRSTLeZNX0TTedWBI8ulW4IRsmq > .row .container > .video-iframe-container { display: none; }#MBxKaiRSTLeZNX0TTedWBI8ulW4IRsmq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBxKaiRSTLeZNX0TTedWBI8ulW4IRsmq > .row > .video-iframe-container { display: none; }#MBxKaiRSTLeZNX0TTedWBI8ulW4IRsmq > .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); }#MBxKaiRSTLeZNX0TTedWBI8ulW4IRsmq { border-width: 0; border-radius: 0; }#MBxKaiRSTLeZNX0TTedWBI8ulW4IRsmq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MBxKaiRSTLeZNX0TTedWBI8ulW4IRsmq > .row .container { width:320px;height:72.9961px;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#z0P50TXGhyFqHG7ZR6D7hETsM4gKr4EZ { width:53px;height:70px;top:2px;left:267px;display:block; }
#vx398ce7raMUd2VNAKAMO8TPuAbz5FXV { width:64px;height:73px;top:0px;left:256px;display:block; }
#iTW2Wlsn1zixbgDcinGfulPCD61ulOvr { display:block; }
