.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;
}
html,
body {
  font-size: 16px;
}
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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/596d3055-8577-4dce-9d79-cdde0c4eceaa/BGDOBRA9.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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); }#mBHd2wHJNEDgR2Nixmtpvr9SqVJcDaOT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.3);background-image:url("https://images.assets-landingi.com/uc/4c7a9b85-3d41-402a-b619-2f76d5bfddce/BGHEADER_v6.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mBHd2wHJNEDgR2Nixmtpvr9SqVJcDaOT.adaptive-delivery-prevent-bg, #mBHd2wHJNEDgR2Nixmtpvr9SqVJcDaOT.lazyload, #mBHd2wHJNEDgR2Nixmtpvr9SqVJcDaOT.lazyloading { background-image: none; }#mBHd2wHJNEDgR2Nixmtpvr9SqVJcDaOT > .row .container { background-color: transparent; background-image: none; }#mBHd2wHJNEDgR2Nixmtpvr9SqVJcDaOT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBHd2wHJNEDgR2Nixmtpvr9SqVJcDaOT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBHd2wHJNEDgR2Nixmtpvr9SqVJcDaOT > .row .container > .video-iframe-container { display: none; }#mBHd2wHJNEDgR2Nixmtpvr9SqVJcDaOT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBHd2wHJNEDgR2Nixmtpvr9SqVJcDaOT > .row > .video-iframe-container { display: none; }#mBHd2wHJNEDgR2Nixmtpvr9SqVJcDaOT > .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); }#mBHd2wHJNEDgR2Nixmtpvr9SqVJcDaOT > .row .container { border-width: 0; border-radius: 0; }#mBHd2wHJNEDgR2Nixmtpvr9SqVJcDaOT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mBHd2wHJNEDgR2Nixmtpvr9SqVJcDaOT > .row .container { font-size:0.875rem;font-family:arial;height:46.1875rem;width:75rem;position:relative;display:block; }#gyZsUotc5at9pANEpomErKpImeuhp2Zv { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:44.9375rem;left:24.9375rem;display:none; }
#WaXRCPTm2GxTZDRUA8UlpplukLvsuX6U { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:15.75rem;top:4.1875rem;left:29.625rem;overflow:hidden;display:block; }
#M1WJZKO5ckuAcgeUhskEWZCtNSaCvJBH { position:absolute;display:block;z-index:14963;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1c0432, #000000);background-image: -moz-linear-gradient(180deg, #1c0432, #000000);background-image: -ms-linear-gradient(180deg, #1c0432, #000000);background-image: -o-linear-gradient(180deg, #1c0432, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c0432', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c0432', endColorstr='#000000' );";background-image: linear-gradient(180deg, #1c0432, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(0,0,0,0.31) ;height:15.9375rem;width:11.3125rem;top:8.25rem;left:60.0625rem;display:block; }
#RaLDVQMTTpPRfwXzRMvKFSnW2I0oGTkH { color:#ffffff;display:block;width:9.1875rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:13.9375rem;left:61.125rem;height:8.65725rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fxrVwH394U0zoszK2aad6FTowJ4TOvty { background-color:transparent;background-image: -webkit-linear-gradient(187deg, #00ff86, #0f7953);background-image: -moz-linear-gradient(187deg, #00ff86, #0f7953);background-image: -ms-linear-gradient(187deg, #00ff86, #0f7953);background-image: -o-linear-gradient(187deg, #00ff86, #0f7953);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );";background-image: linear-gradient(187deg, #00ff86, #0f7953);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.4375rem solid #0f7953;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: -0.1875rem 0.1875rem 0.625rem rgba(0,0,0,0.4) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:univia;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.75rem;height:5.0625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:29.1572265625rem;left:21.625rem;display:block; }
#iasIK3PkE429FF6wE9Bba28fXiOx6GRJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GDVeTtTnMlteqoKl6r3zyWlhebNBrLAr { color:#ffffff;display:block;width:35.1875rem;position:absolute;font-family:univia;font-size:1.75rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1rem rgba(255,255,255,0.59);top:13.9375rem;left:19.90625rem;height:9.097625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dVDR4RT3ZbqsDN8rtTN9bkneL4AlHUMZ { position:absolute;display:block;z-index:15030;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/2W4C1sZJ/84.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(0,0,0,0.5) ;height:9.625rem;width:9.625rem;top:4.1875rem;left:60.875rem;display:block; }#dVDR4RT3ZbqsDN8rtTN9bkneL4AlHUMZ.adaptive-delivery-prevent-bg, #dVDR4RT3ZbqsDN8rtTN9bkneL4AlHUMZ.lazyload, #dVDR4RT3ZbqsDN8rtTN9bkneL4AlHUMZ.lazyloading { background-image: none; }
#UDok8xBdrAtKPrlF4idcdpzJOz4PJ94w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.7);background-image:url("https://images.assets-landingi.com/uc/814bf1c9-3366-4853-b3df-33aa53126c5b/BGDOBRA1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UDok8xBdrAtKPrlF4idcdpzJOz4PJ94w.adaptive-delivery-prevent-bg, #UDok8xBdrAtKPrlF4idcdpzJOz4PJ94w.lazyload, #UDok8xBdrAtKPrlF4idcdpzJOz4PJ94w.lazyloading { background-image: none; }#UDok8xBdrAtKPrlF4idcdpzJOz4PJ94w > .row .container { background-color: transparent; background-image: none; }#UDok8xBdrAtKPrlF4idcdpzJOz4PJ94w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDok8xBdrAtKPrlF4idcdpzJOz4PJ94w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDok8xBdrAtKPrlF4idcdpzJOz4PJ94w > .row .container > .video-iframe-container { display: none; }#UDok8xBdrAtKPrlF4idcdpzJOz4PJ94w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDok8xBdrAtKPrlF4idcdpzJOz4PJ94w > .row > .video-iframe-container { display: none; }#UDok8xBdrAtKPrlF4idcdpzJOz4PJ94w > .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); }#UDok8xBdrAtKPrlF4idcdpzJOz4PJ94w > .row .container { border-width: 0; border-radius: 0; }#UDok8xBdrAtKPrlF4idcdpzJOz4PJ94w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UDok8xBdrAtKPrlF4idcdpzJOz4PJ94w > .row .container { font-size:0.875rem;font-family:arial;height:49.8125rem;width:75rem;position:relative;display:block; }#kyrb0naTJvbTrQbpDV2yQrRViQQufiAm { color:#ffffff;display:block;width:40.25rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:12.5625rem;left:19.375rem;height:20.5498125rem;font-style:normal;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; }
#L4FMhKZ9B8Tx5thvWLgD8tvLrzNdMvFV { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.62478125rem;width:2.62478125rem;top:12.9375rem;left:15.3125rem;overflow:hidden;display:block; }
#TJMnNPAcWNVP2eFaohZSXk1rsv3LXJ0c { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6237rem;width:2.6237rem;top:18.75rem;left:15.3125rem;overflow:hidden;display:block; }
#WfGv5UJ4u0vbMd6ZVWQNqGO7y8IJipWW { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6237rem;width:2.6237rem;top:24.3125rem;left:15.3125rem;overflow:hidden;display:block; }
#K4gVJh4B3LxBRQgXS5Ne9TIvtZTR5lf0 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6237rem;width:2.6237rem;top:29.9375rem;left:15.3125rem;overflow:hidden;display:block; }
#tmPgXr2piTk5riaRMSySth9rsH4VGATv { color:#2c0650;display:block;width:40.7498125rem;position:absolute;font-family:ubuntu;font-size:1.8125rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:3.1249971389771rem;left:17.124566078186rem;height:5.4375rem;text-align:center;text-align-last:center;font-style:normal;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; }
#o4KyUuLsO6JOA1ZzsakeL2NMfpTNdOVe { color:#28032b;display:block;width:45.9375rem;position:absolute;font-family:ubuntu;font-size:1.8125rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:36.255859375rem;left:14.53125rem;height:7.25rem;text-align:center;text-align-last:center;font-style:normal;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; }
#dlDHrnqhHr3Loprtp8aiP6ciapRQinaX { color:#2c0650;display:block;width:40.7498125rem;position:absolute;font-family:ubuntu;font-size:1.8125rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:3.1249971389771rem;left:17.124566078186rem;height:5.4362rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#MZ2LONid6kCQdLRx1v89zrR4aL5VoloM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/331292ac-62c2-4802-bc71-97d5669f9e93/BGDOBRA2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MZ2LONid6kCQdLRx1v89zrR4aL5VoloM.adaptive-delivery-prevent-bg, #MZ2LONid6kCQdLRx1v89zrR4aL5VoloM.lazyload, #MZ2LONid6kCQdLRx1v89zrR4aL5VoloM.lazyloading { background-image: none; }#MZ2LONid6kCQdLRx1v89zrR4aL5VoloM > .row .container { background-color: transparent; background-image: none; }#MZ2LONid6kCQdLRx1v89zrR4aL5VoloM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZ2LONid6kCQdLRx1v89zrR4aL5VoloM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZ2LONid6kCQdLRx1v89zrR4aL5VoloM > .row .container > .video-iframe-container { display: none; }#MZ2LONid6kCQdLRx1v89zrR4aL5VoloM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZ2LONid6kCQdLRx1v89zrR4aL5VoloM > .row > .video-iframe-container { display: none; }#MZ2LONid6kCQdLRx1v89zrR4aL5VoloM > .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); }#MZ2LONid6kCQdLRx1v89zrR4aL5VoloM > .row .container { border-width: 0; border-radius: 0; }#MZ2LONid6kCQdLRx1v89zrR4aL5VoloM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MZ2LONid6kCQdLRx1v89zrR4aL5VoloM > .row .container { font-size:0.875rem;font-family:arial;height:46.25rem;width:75rem;position:relative;display:block; }#KPS5rqXug8gIFPlfKSGGCIuIg6JXKxxu { color:#28032b;display:block;width:57.5rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:3.4365234375rem;left:8.75rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;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; }
#UvBmDgZxdFM7T5h9yhHlDuP9QiIO7tt6 { color:#ffffff;display:block;width:33.25rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:11.9619140625rem;left:6.25rem;height:29.25rem;font-style:normal;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; }
#p1OqBCmFg3DJDU8hNwoyfOn9w0DiHE5T { position:absolute;display:block;z-index:15004;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:31.25rem;width:75rem;top:17.744534492493rem;left:0rem;overflow:hidden;display:block; }
#iegWgJK6bLU6gWEN1ogqLTE4fu2ObR6s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/925e0940-b42c-4663-9e2e-09137673b3ef/BGDOBRA3.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iegWgJK6bLU6gWEN1ogqLTE4fu2ObR6s.adaptive-delivery-prevent-bg, #iegWgJK6bLU6gWEN1ogqLTE4fu2ObR6s.lazyload, #iegWgJK6bLU6gWEN1ogqLTE4fu2ObR6s.lazyloading { background-image: none; }#iegWgJK6bLU6gWEN1ogqLTE4fu2ObR6s > .row .container { background-color: transparent; background-image: none; }#iegWgJK6bLU6gWEN1ogqLTE4fu2ObR6s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iegWgJK6bLU6gWEN1ogqLTE4fu2ObR6s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iegWgJK6bLU6gWEN1ogqLTE4fu2ObR6s > .row .container > .video-iframe-container { display: none; }#iegWgJK6bLU6gWEN1ogqLTE4fu2ObR6s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iegWgJK6bLU6gWEN1ogqLTE4fu2ObR6s > .row > .video-iframe-container { display: none; }#iegWgJK6bLU6gWEN1ogqLTE4fu2ObR6s > .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); }#iegWgJK6bLU6gWEN1ogqLTE4fu2ObR6s > .row .container { border-width: 0; border-radius: 0; }#iegWgJK6bLU6gWEN1ogqLTE4fu2ObR6s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iegWgJK6bLU6gWEN1ogqLTE4fu2ObR6s > .row .container { font-size:0.875rem;font-family:arial;height:104.75rem;width:75rem;position:relative;display:block; }#BxSmAvD9JGWdJceG9HhqRv7qTBQOZ7ol { color:#fd8b23;display:block;width:38.186875rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:400;z-index:15017;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:3.2470703125rem;left:18.4052734375rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pidBIkS9tTPTqfuwZDRBG9cpxT9um9mu { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.375rem;width:70.625rem;top:12.6220703125rem;left:2.1875rem;overflow:hidden;display:block; }
#JbwdSzzxpD7NwMQTM38avThgQyXnpnR3 { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:14.7939453125rem;left:36.43359375rem;height:;font-style:normal;text-align:right;text-align-last:right;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; }
#q0Mir4Hdfyhv9woAPIgdDB9IoQTQss66 { color:#28032b;display:block;width:36.75rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:8.7939453125rem;left:15.560546875rem;height:6rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ry1nL5htvtCCfCPwFanltmzvi8baKvLf { color:#28032b;display:block;width:45rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:41.8232421875rem;left:15rem;height:10rem;text-align:center;text-align-last:center;font-style:normal;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; }
#X2hPd922okx6RGtDBt35ltL644Lsbrhh { color:#ffffff;display:block;width:33.25rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.3125rem rgba(0,0,0,0.5);top:57.25rem;left:11.68359375rem;height:27.625rem;font-style:normal;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; }
#hbIhQtAh2Gda7GETiC6tNTIQ3FDDhWzo { position:absolute;display:block;z-index:15018;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:21.3125rem;width:21.1875rem;top:61.21875rem;left:47.0625rem;overflow:hidden;display:block; }
#aSrWO3oo6x1sxkrdaqsuwgDmlBkWV27V { position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #fd8b23;border-left:0.0625rem solid #fd8b23;border-right:0.0625rem solid #fd8b23;border-bottom:0.0625rem solid #fd8b23;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.1875rem;width:43.375rem;top:2.5908203125rem;left:15.75rem;display:block; }
#enALLi69GWeN4nQq4WaRZJQI65S5EV8C { box-sizing:content-box;color:#fd8b23;font-size:5.8125rem;font-weight:400;line-height:1;height:8.3115rem;width:8.3115rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:5.734375rem;left:51.66015625rem;display:block; }
#fPK8nTFQubAyDNydZy3FW4y1fd9Dl0SE { color:#ffffff;display:block;width:38.125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:33.13671875rem;left:27.12109375rem;height:3.25rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#VXAdDzwr76vfOr45F9O694snmBDExd7q { color:#ffffff;display:block;width:53.9995625rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:15.35698646307rem;left:10.499131202697rem;height:26.158825rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#CkupypfhVVX5SeDCpF3t2H6nfJXhafTz { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.375rem;width:40.6875rem;top:12.5rem;left:4.1950321516872rem;overflow:hidden;display:none; }
#Vig4dMSOugxhTzX2bVailQf7fpa8QLsz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7e7be0e3-cadf-40bf-bd28-64d603a7b6e0/BGDOBRA4.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Vig4dMSOugxhTzX2bVailQf7fpa8QLsz.adaptive-delivery-prevent-bg, #Vig4dMSOugxhTzX2bVailQf7fpa8QLsz.lazyload, #Vig4dMSOugxhTzX2bVailQf7fpa8QLsz.lazyloading { background-image: none; }#Vig4dMSOugxhTzX2bVailQf7fpa8QLsz > .row .container { background-color: transparent; background-image: none; }#Vig4dMSOugxhTzX2bVailQf7fpa8QLsz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vig4dMSOugxhTzX2bVailQf7fpa8QLsz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vig4dMSOugxhTzX2bVailQf7fpa8QLsz > .row .container > .video-iframe-container { display: none; }#Vig4dMSOugxhTzX2bVailQf7fpa8QLsz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vig4dMSOugxhTzX2bVailQf7fpa8QLsz > .row > .video-iframe-container { display: none; }#Vig4dMSOugxhTzX2bVailQf7fpa8QLsz > .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); }#Vig4dMSOugxhTzX2bVailQf7fpa8QLsz > .row .container { border-width: 0; border-radius: 0; }#Vig4dMSOugxhTzX2bVailQf7fpa8QLsz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vig4dMSOugxhTzX2bVailQf7fpa8QLsz > .row .container { font-size:0.875rem;font-family:arial;height:72.5rem;width:75rem;position:relative;display:block; }#cnUdPidwH1Qv0kfzT7eLaVPLxmvMbBxN { color:#2c0650;display:block;width:40.749rem;position:absolute;font-family:ubuntu;font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:0rem;left:17.1240234375rem;height:3.625rem;text-align:center;text-align-last:center;font-style:normal;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; }
#wtauDOoKdFNtv788bwfbwuTb8TwztrW4 { color:#ffffff;display:block;width:51.9375rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:5.5620727539062rem;left:13.437500953674rem;height:59.78125rem;font-style:normal;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; }
#zS9F8STvhtnWTWInAM92uWerqgQaAfX3 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.62478125rem;width:2.62478125rem;top:5.6875rem;left:9.875rem;overflow:hidden;display:block; }
#TSxegTJ088tnfwaRogn4mOtz3IvoMQ3q { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6237rem;width:2.6237rem;top:10.625rem;left:9.875rem;overflow:hidden;display:block; }
#aPuXZTwigCyBaDAVdSCpUP26l6lg7QcH { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6237rem;width:2.6237rem;top:15.25rem;left:9.875rem;overflow:hidden;display:block; }
#MqUCAoyPESZ1ZJ1xIRQFqJX779qIZJCa { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6237rem;width:2.6237rem;top:20.1875rem;left:9.875rem;overflow:hidden;display:block; }
#bsqPVCAhRwGXeBwJ95Gchs4qUWf6l4w6 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.62305rem;width:2.62305rem;top:23.6875rem;left:9.875rem;overflow:hidden;display:block; }
#taCZlh5sORHh87zxSl6WKfSGaMoiP4B6 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.624025rem;width:2.624025rem;top:27.6875rem;left:9.875rem;overflow:hidden;display:block; }
#LfZ2wsUio5vinUXtpqxGsix17SxeWlCp { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.62305rem;width:2.62305rem;top:32.125rem;left:9.875rem;overflow:hidden;display:block; }
#S9y0ELr2dKDvimoslMXQMFRn86iPe3MM { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.62305rem;width:2.62305rem;top:37.6875rem;left:9.875rem;overflow:hidden;display:block; }
#W6Qzen22SvoiT5dvAOAegZxtUNusEuRH { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.62305rem;width:2.62305rem;top:43rem;left:9.875rem;overflow:hidden;display:block; }
#X72RT5R7L6bPPH2pdgtyEIKcwvXbbVN0 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.62305rem;width:2.62305rem;top:48.5rem;left:9.875rem;overflow:hidden;display:block; }
#tTzv5WR2F842eEK4dHgeCuKEhxnV8auF { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.62305rem;width:2.62305rem;top:54.4375rem;left:9.875rem;overflow:hidden;display:block; }
#RnagKmyw7h9Rl98fGOTfgb4voErL5WZ5 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.62305rem;width:2.62305rem;top:59.625rem;left:9.875rem;overflow:hidden;display:block; }
#bbwn7JkqPg4wa0DrFEcE4EMo6z8DM2tk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/18d211d8-157f-4e2c-a234-71fd92f44e51/BGDOBRA5.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bbwn7JkqPg4wa0DrFEcE4EMo6z8DM2tk.adaptive-delivery-prevent-bg, #bbwn7JkqPg4wa0DrFEcE4EMo6z8DM2tk.lazyload, #bbwn7JkqPg4wa0DrFEcE4EMo6z8DM2tk.lazyloading { background-image: none; }#bbwn7JkqPg4wa0DrFEcE4EMo6z8DM2tk > .row .container { background-color: transparent; background-image: none; }#bbwn7JkqPg4wa0DrFEcE4EMo6z8DM2tk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbwn7JkqPg4wa0DrFEcE4EMo6z8DM2tk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbwn7JkqPg4wa0DrFEcE4EMo6z8DM2tk > .row .container > .video-iframe-container { display: none; }#bbwn7JkqPg4wa0DrFEcE4EMo6z8DM2tk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbwn7JkqPg4wa0DrFEcE4EMo6z8DM2tk > .row > .video-iframe-container { display: none; }#bbwn7JkqPg4wa0DrFEcE4EMo6z8DM2tk > .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); }#bbwn7JkqPg4wa0DrFEcE4EMo6z8DM2tk > .row .container { border-width: 0; border-radius: 0; }#bbwn7JkqPg4wa0DrFEcE4EMo6z8DM2tk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bbwn7JkqPg4wa0DrFEcE4EMo6z8DM2tk > .row .container { font-size:0.875rem;font-family:arial;height:112.5rem;width:75rem;position:relative;display:block; }#N3ub8saKuGxTi6hQ7HUVlkQ4rMFezynI { color:#4d4d4d;display:block;width:32rem;position:absolute;font-family:ubuntu;font-size:1.8125rem;font-weight:700;z-index:15042;line-height:1;letter-spacing:0;top:40.623901367188rem;left:21.499567985534rem;height:1.81285625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iWLmHK4w4fI9Z1ndaLFus4ZaGdKZMFR7 { color:#000000;display:block;width:54rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:17.649739503861rem;left:11.468098640442rem;height:18.68163125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#lGJXBWpuPuJocrRrTJ8kM9uGSnmm6e39 { color:#2c0650;display:block;width:49.75rem;position:absolute;font-family:ubuntu;font-size:1.8125rem;font-weight:700;z-index:15041;line-height:1;letter-spacing:0;top:2.5654296875rem;left:12.625rem;height:7.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LZClFa1GdmRklddr7fmiFoTcPcXXXbyi { position:absolute;display:block;z-index:15040;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17.125rem;width:21.875rem;top:44.6552734375rem;left:26.375rem;overflow:hidden;display:block; }
#UuBsQst0SwGMmVkhdvnKwuM9fnqFzPIN { color:#000000;display:block;width:54rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:63.806640625rem;left:10.5rem;height:37.363225rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mvQ5AFTIpIqG0C9nnQsZt2Kp4mTbtOXs { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.6875rem;width:37.625rem;top:3.6875rem;left:18.6875rem;overflow:hidden;display:block; }
#RaTpIsfP5hSalk859qKaxTTrnC4ZLIRw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cab09b21-edf1-4d2d-b4c1-e1464c9f155d/BGDOBRA6.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RaTpIsfP5hSalk859qKaxTTrnC4ZLIRw.adaptive-delivery-prevent-bg, #RaTpIsfP5hSalk859qKaxTTrnC4ZLIRw.lazyload, #RaTpIsfP5hSalk859qKaxTTrnC4ZLIRw.lazyloading { background-image: none; }#RaTpIsfP5hSalk859qKaxTTrnC4ZLIRw > .row .container { background-color: transparent; background-image: none; }#RaTpIsfP5hSalk859qKaxTTrnC4ZLIRw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RaTpIsfP5hSalk859qKaxTTrnC4ZLIRw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RaTpIsfP5hSalk859qKaxTTrnC4ZLIRw > .row .container > .video-iframe-container { display: none; }#RaTpIsfP5hSalk859qKaxTTrnC4ZLIRw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RaTpIsfP5hSalk859qKaxTTrnC4ZLIRw > .row > .video-iframe-container { display: none; }#RaTpIsfP5hSalk859qKaxTTrnC4ZLIRw > .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); }#RaTpIsfP5hSalk859qKaxTTrnC4ZLIRw > .row .container { border-width: 0; border-radius: 0; }#RaTpIsfP5hSalk859qKaxTTrnC4ZLIRw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RaTpIsfP5hSalk859qKaxTTrnC4ZLIRw > .row .container { font-size:0.875rem;font-family:arial;height:205.3125rem;width:75rem;position:relative;display:block; }#ktoVV0dzUsMN7EwDP7rSJwtkDsMgQLrt { color:#28032b;display:block;width:51.875rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:0rem;left:11.75rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gG0NpIvizJ3VrNfAgVIPUIphH6g3uEHK { color:#2c0650;display:block;width:50.8745625rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:6rem;left:12.375rem;height:5.60449375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#tDrcsM6TVTaE5LhFGJMqdToR47TgtR7s { color:#2c0650;display:block;width:54rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:15rem;left:13.5625rem;height:41.099575rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#d0OktG54qFrV0JnMmTvIcKTrHngertFy { box-sizing:content-box;color:#fd8b23;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15042;top:18.375rem;left:10.5rem;display:block; }
#M1MAGG4lekB1vcaMH91KXFUsOlgmAR3s { box-sizing:content-box;color:#fd8b23;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15043;top:14.625rem;left:10.5rem;display:block; }
#R0ukhyPdOiMTTkOESSQcR9ixPXRbLzrZ { box-sizing:content-box;color:#fd8b23;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15044;top:27.6875rem;left:10.5625rem;display:block; }
#JOCiCGKOIqxTbiTF3GxJhoKOJazMA8Kp { box-sizing:content-box;color:#fd8b23;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15045;top:23.875rem;left:10.5625rem;display:block; }
#kCkSxuro4bm4kkXDMoKI6FH8OHcRbCXB { box-sizing:content-box;color:#fd8b23;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15046;top:37.1875rem;left:10.5rem;display:block; }
#GI2hR3t5e7gUvHvPodQwFFom9rTkibTZ { box-sizing:content-box;color:#fd8b23;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15047;top:33.1875rem;left:10.5rem;display:block; }
#mvsEteSwIP5wgVNOcVOUlWofFH3130as { box-sizing:content-box;color:#fd8b23;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15048;top:48.375rem;left:10.5rem;display:block; }
#Nwfh1qRbvlDytLBKy38EKHm4QGnFPlUo { box-sizing:content-box;color:#fd8b23;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15049;top:42.625rem;left:10.5625rem;display:block; }
#sTFRwlDpcJZNRaNo3d8Mn9ZNhhXrD1xO { box-sizing:content-box;color:#fd8b23;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15049;top:54.125rem;left:10.5rem;display:block; }
#IGdBvfu75oQbU4JkB9VVNck0WWnqeFKG { color:#28032b;display:block;width:48.9375rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:76.5rem;left:13.03125rem;height:10rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#fA2Ocgufdbe5LK7F9mEPGLwpXIAJFDzz { color:#28032b;display:block;width:42.5625rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:75.0625rem;left:16.25rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w38GJFBWUaEcefO9MZQ8BrrMy4ZP9f3A { color:#2c0650;display:block;width:54rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:79.6875rem;left:10.5rem;height:35.49509375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#qcADZfpqTTBMTk7UynzxGfTv9B8FFmr1 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:14.875rem;top:123.8125rem;left:8.875rem;overflow:hidden;display:block; }
#BzRhTTecRxsN9BDJwoTIiG0UHquJ9DMl { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:13.5rem;top:124.5625rem;left:0rem;overflow:hidden;display:block; }
#te1P7rX5GxO20qtl080yVBf0i1qyreXx { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:14.125rem;top:124.3125rem;left:19.8125rem;overflow:hidden;display:block; }
#AKbzuzRk5iPbIo1s9m3o8VKxfdzXvBrh { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1875rem;width:16.375rem;top:123.81185913086rem;left:25.374134063721rem;overflow:hidden;display:block; }
#SIIr52l8L6ESUXPHpQnoQu2q9Di2Oawh { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11rem;width:16.25rem;top:123.8125rem;left:36.875rem;overflow:hidden;display:block; }
#opThmQAKVQHxn05QmERf7M1SVz6286QA { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.125rem;width:15.375rem;top:123.8125rem;left:49.8125rem;overflow:hidden;display:block; }
#Mo15OkHrdWaLKXu6Zsln2SWlHoUoDdzQ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:14.0625rem;top:124.125rem;left:60.9375rem;overflow:hidden;display:block; }
#Zr0X5W3FdnL0DkpCmF6JO58MITVbTtEX { color:#28032b;display:block;width:48.374rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:140.9365234375rem;left:13.3115234375rem;height:8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kTycqiVTkemNwJmTxWgUCoH00Taz8AcN { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:42.1875rem;top:150.5rem;left:10.1875rem;overflow:hidden;display:block; }
#ddssH3ek9pJaKfcmel5pvPIEyVDEcQQ2 { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:43.6875rem;top:162.8125rem;left:22.4375rem;overflow:hidden;display:block; }
#eyofhuHh32mND5nLdq6lczDwyQFIAMHN { position:absolute;display:block;z-index:15053;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:15rem;width:47.875rem;top:174.6875rem;left:8.875rem;overflow:hidden;display:block; }
#D9D5nZATB8VN4spuHiicB7ythihBoW69 { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:42.9375rem;top:192.625rem;left:21.1875rem;overflow:hidden;display:block; }
#PeJrWsDnWQF89y8vv0KXi52SOfB9hZUF { color:#2c0650;display:block;width:40.5625rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:20.5625rem;left:18.28125rem;height:52.30855625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#SiSX0T56CNe2s2Q1VCfbPIQgnhEcspap { color:#28032b;display:block;width:48.9375rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:76.5rem;left:13.03125rem;height:10rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Rk1uMP0i3X5R8sZ8vZp9w6NdL8crQQzt { color:#2c0650;display:block;width:40.5625rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:103.125rem;left:16.21875rem;height:37.36325rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#REbcLcyR0TVmd1qTK9UnhnzQqT98CKDh { position:absolute;display:block;z-index:15055;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:33.5rem;width:19.25rem;top:86.5625rem;left:39.625rem;overflow:hidden;display:block; }
#DMyb3rtFzFBpx4zQS7RPL9SvJQhRnKT5 { background-color:transparent;background-image: -webkit-linear-gradient(187deg, #00ff86, #0f7953);background-image: -moz-linear-gradient(187deg, #00ff86, #0f7953);background-image: -ms-linear-gradient(187deg, #00ff86, #0f7953);background-image: -o-linear-gradient(187deg, #00ff86, #0f7953);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );";background-image: linear-gradient(187deg, #00ff86, #0f7953);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.4375rem solid #0f7953;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: -0.1875rem 0.1875rem 0.625rem rgba(0,0,0,0.4) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:univia;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.75rem;height:5.0625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:63.4375rem;left:21.625rem;display:block; }
#exB9dxb6T2MsXt6KQB2FHPMzBXtPVeR9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D3Xnc6zXNNH0s7FP37NFdGScNaz0k0ME { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8d82bf71-915b-4190-ac71-894cb354834d/BGDOBRA7.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#D3Xnc6zXNNH0s7FP37NFdGScNaz0k0ME.adaptive-delivery-prevent-bg, #D3Xnc6zXNNH0s7FP37NFdGScNaz0k0ME.lazyload, #D3Xnc6zXNNH0s7FP37NFdGScNaz0k0ME.lazyloading { background-image: none; }#D3Xnc6zXNNH0s7FP37NFdGScNaz0k0ME > .row .container { background-color: transparent; background-image: none; }#D3Xnc6zXNNH0s7FP37NFdGScNaz0k0ME::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3Xnc6zXNNH0s7FP37NFdGScNaz0k0ME > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3Xnc6zXNNH0s7FP37NFdGScNaz0k0ME > .row .container > .video-iframe-container { display: none; }#D3Xnc6zXNNH0s7FP37NFdGScNaz0k0ME > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3Xnc6zXNNH0s7FP37NFdGScNaz0k0ME > .row > .video-iframe-container { display: none; }#D3Xnc6zXNNH0s7FP37NFdGScNaz0k0ME > .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); }#D3Xnc6zXNNH0s7FP37NFdGScNaz0k0ME > .row .container { border-width: 0; border-radius: 0; }#D3Xnc6zXNNH0s7FP37NFdGScNaz0k0ME > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D3Xnc6zXNNH0s7FP37NFdGScNaz0k0ME > .row .container { font-size:0.875rem;font-family:arial;height:248.375rem;width:75rem;position:relative;display:block; }#wSAmbfcTuvsNtcyrFIvzU8wd66FT0Aw9 { color:#2c0650;display:block;width:24.4998125rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:700;z-index:15042;line-height:1;letter-spacing:0;top:3.125rem;left:25.3125rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#myU6FuCRB07V76kAugVoZPgo6RC7RSI4 { color:#000000;display:block;width:54rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:9.4375rem;left:7.875rem;height:9.3408125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Og80ItI9WWqEJTfQGQkddAOqBhCUVL8G { color:#000000;display:block;width:54rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:34.8125rem;left:9.75rem;height:3.736975rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Ag6l1pmTIySwFchvSpUR9kxc8PIcTtVQ { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:30.6875rem;top:21.1875rem;left:21.375rem;overflow:hidden;display:block; }
#IrW0q4TkgRm6N0VJ85i8PG3I7PAJZ7Th { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:26.875rem;top:49rem;left:24.125rem;overflow:hidden;display:block; }
#BIHaBH5kpzPLt1J6gAQksSIflkIcN3s8 { color:#000000;display:block;width:54rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:58.6875rem;left:10.5625rem;height:16.81346875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hu95k32NbcHhox91WsWGQbz4urLwtERP { position:absolute;display:block;z-index:15023;background-color:#230334;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.0625rem;width:27.5625rem;top:88.6875rem;left:21.9375rem;display:block; }
#RJcTfAtCisL2QrJiJWLdrvXNXvifWMU0 { color:#230334;display:block;width:43.9375rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:82.0625rem;left:14.75rem;height:1.8684875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#oJN5C48B50EzAq5yzJxOXXu1CZEtUkUH { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:9.4375rem;top:87.3125rem;left:10.5rem;overflow:hidden;display:block; }
#twlpEP0EwcGAprI26y8ttX9wgvtDaIEs { color:#230334;display:block;width:23.25rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:88.8125rem;left:24.0625rem;height:3.736325rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ttCfuxFFy5GkaVyxLTRvGXLiTrJPydhx { color:#000000;display:block;width:42.625rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:92.5625rem;left:21.9375rem;height:7.472625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#NZRBsPy81Ixti64TS9OULK0KDWflDCp0 { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.936625rem;width:9.749375rem;top:104.875rem;left:52.1875rem;overflow:hidden;display:block; }
#SWqZPHIE9nPEIJaf4OMSwuBr2f9E9RTd { position:absolute;display:block;z-index:15025;background-color:#230334;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.0625rem;width:32.3125rem;top:105.125rem;left:17.9375rem;display:block; }
#FhEdn1b7QsOD8pWDwBVaZTCTH7X5hyn5 { color:#230334;display:block;width:30.6875rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:105.25rem;left:18.75rem;height:1.8684875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#yTuntCfrmi4UWAkIdv7GwJTZguF2754A { color:#000000;display:block;width:42.625rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:109rem;left:7.75rem;height:11.20895rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#pucTyJpqqk1toz6gaTuA4iM6StiFW96f { position:absolute;display:block;z-index:15026;background-color:#230334;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.0625rem;width:29.625rem;top:122.9375rem;left:20.1875rem;display:block; }
#coJU96gJfEs1zMtBDE6owgnUuXoeQ33t { color:#230334;display:block;width:19.75rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:123.0625rem;left:25rem;height:1.8684875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#SUkefuR9BDGQPVzDiBy2hGgI3eJuq32C { color:#000000;display:block;width:42.625rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:126.9375rem;left:20.25rem;height:11.208975rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#OKeik2vE7UOM1h4NXqVnEsZTeaaaQOvK { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.9375rem;width:10.5rem;top:122.875rem;left:8.5625rem;overflow:hidden;display:block; }
#Lddp6zyIVJ1T1bHwqIM3hJhfHNgDARfK { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.9375rem;width:9.875rem;top:143.1875rem;left:51.8125rem;overflow:hidden;display:block; }
#epitHBqEslQQrMdURr0qEbsRqZH7SK0h { position:absolute;display:block;z-index:15028;background-color:#230334;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.25rem;width:39.75rem;top:143.5625rem;left:10.6875rem;display:block; }
#OUIA5k4It7R9GqIAx3TtfOz8br58NhGy { color:#000000;display:block;width:42.625rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:146.75rem;left:8.0625rem;height:11.20898125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#Qxxo5Nvg5HQtFENEm0EFiZ5fzJCbCnaB { color:#230334;display:block;width:39.4998125rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:143.8125rem;left:11rem;height:1.8684875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xWq0AJOJslaTUJDNk9d9TlLugdxrgU3V { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:9.9375rem;top:162.4375rem;left:10.3125rem;overflow:hidden;display:block; }
#fUwNar7xw8VQWGfBIZnvOOUiT9nlBkAi { position:absolute;display:block;z-index:15029;background-color:#230334;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.0625rem;width:33.25rem;top:163.4375rem;left:21.375rem;display:block; }
#PrfIqZETkwoy5HKHle61atifQAITr96Q { color:#000000;display:block;width:41.625rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:168.75rem;left:21.625rem;height:7.47265rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#HBvw3vDZ2T3aXyHgCfwPClfaBuXDLVC9 { color:#230334;display:block;width:44.8125rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:163.625rem;left:22.4375rem;height:3.736975rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#RUWrmEAPL6ULGXu4wbubQZARNpV72h1b { position:absolute;display:block;z-index:15031;background-color:#230334;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.875rem;width:38.75rem;top:183.25rem;left:11.8125rem;display:block; }
#ikh8PflFBe7TdGLqfZiS7G3hVUdlNO5v { color:#230334;display:block;width:40.1875rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:183.75rem;left:11.375rem;height:1.8684875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TahlR5bpt7IDXmSAgs1nBRAZNRtD2QpI { position:absolute;display:block;z-index:15030;background-color:#230334;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2rem;width:15.375rem;top:165.4375rem;left:21.375rem;display:block; }
#TvWDGQSvC7Nbdeeqtsa2AZ8eJPHwREly { color:#000000;display:block;width:42.625rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:186.625rem;left:7.875rem;height:5.6044875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#e8uyzrBEyg9vP1z2eQ2UKQyZ8bpwDBiS { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.8125rem;width:9.8125rem;top:182.1875rem;left:52.0625rem;overflow:hidden;display:block; }
#QchMo5tktBNBeIxi0Af31V3veTTHGFgm { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:29.6875rem;top:197.9375rem;left:21.875rem;overflow:hidden;display:block; }
#sEAXLcceKQd5MbVbbk1Q8OxBKUwGkRFf { color:#000000;display:block;width:54rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:213rem;left:9.75rem;height:11.208975rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fI4x8BSDVcrOrfX8wMhm78H8cDnThHzk { position:absolute;display:block;z-index:15034;background-color:#230334;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.875rem;width:51.875rem;top:227.875rem;left:11.375rem;display:block; }
#q7MTO94TmpTB7l6OggazALSQJoFH7gBE { color:#230334;display:block;width:39.625rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:228.375rem;left:17.1875rem;height:1.8684875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ugTdNwJdy5IMX5GLpaoCmrWOsHot6nI9 { color:#000000;display:block;width:42.625rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15053;line-height:1.3;letter-spacing:0;top:235.3125rem;left:21.75rem;height:5.6044875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#mfCtgwMnpT5bl96HITIgoxtnvTIqThgK { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.8125rem;width:10.125rem;top:232.125rem;left:10.75rem;overflow:hidden;display:block; }
#tTHxMFsEQcS7EpfubH2BBOshFUG8aFL8 { position:absolute;display:block;z-index:15025;background-color:#230334;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.0625rem;width:32.3125rem;top:127.1875rem;left:14.875rem;display:none; }
#uxyLnoZ1f0BDZz9ldOvBiGfTk4hQTmRk { position:absolute;display:block;z-index:15023;background-color:#230334;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.0625rem;width:27.5625rem;top:107.875rem;left:27.25rem;display:none; }
#dyPDuuParoHkfTIz0XUduAOqyEDsFlTT { background-color:transparent;background-image: -webkit-linear-gradient(187deg, #00ff86, #0f7953);background-image: -moz-linear-gradient(187deg, #00ff86, #0f7953);background-image: -ms-linear-gradient(187deg, #00ff86, #0f7953);background-image: -o-linear-gradient(187deg, #00ff86, #0f7953);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );";background-image: linear-gradient(187deg, #00ff86, #0f7953);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.4375rem solid #0f7953;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: -0.1875rem 0.1875rem 0.625rem rgba(0,0,0,0.4) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:univia;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.75rem;height:5.0625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:41.6875rem;left:20.875rem;display:block; }
#n6o670AsXzazQM14U4DohO5inVsqh5FE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V0STTeFeIl9sHLZfTuhm8NSq30Vrff0C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7ec22a7d-57f9-4138-8ba1-b719f82cbb38/DOBRA4_MOBILE.jpg");background-position:bottom left !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V0STTeFeIl9sHLZfTuhm8NSq30Vrff0C.adaptive-delivery-prevent-bg, #V0STTeFeIl9sHLZfTuhm8NSq30Vrff0C.lazyload, #V0STTeFeIl9sHLZfTuhm8NSq30Vrff0C.lazyloading { background-image: none; }#V0STTeFeIl9sHLZfTuhm8NSq30Vrff0C > .row .container { background-color: transparent; background-image: none; }#V0STTeFeIl9sHLZfTuhm8NSq30Vrff0C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0STTeFeIl9sHLZfTuhm8NSq30Vrff0C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0STTeFeIl9sHLZfTuhm8NSq30Vrff0C > .row .container > .video-iframe-container { display: none; }#V0STTeFeIl9sHLZfTuhm8NSq30Vrff0C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0STTeFeIl9sHLZfTuhm8NSq30Vrff0C > .row > .video-iframe-container { display: none; }#V0STTeFeIl9sHLZfTuhm8NSq30Vrff0C > .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); }#V0STTeFeIl9sHLZfTuhm8NSq30Vrff0C > .row .container { border-width: 0; border-radius: 0; }#V0STTeFeIl9sHLZfTuhm8NSq30Vrff0C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V0STTeFeIl9sHLZfTuhm8NSq30Vrff0C > .row .container { font-size:0.875rem;font-family:arial;height:79.0625rem;width:75rem;position:relative;display:block; }#TO8PVebe6Haiy0VX4vlvcOvFm0tL8AgV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:28.5625rem;top:1rem;left:23.21875rem;overflow:hidden;display:block; }
#aJ8tKVEUXMQgUgCJAy8EXmxZCglrqAal { color:#000000;display:block;width:54rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:12.185322284699rem;left:10.499131202697rem;height:24.28611875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#c3Kh4c2t4BILIHI4npQ592VWxEqcscX7 { position:absolute;display:block;z-index:15037;background-color:#230334;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.87435rem;width:54rem;top:39.213326454162rem;left:10.499131202697rem;display:block; }
#XTHQaRLywklPMkpSD5GseTpgOO8Dd08W { color:#230334;display:block;width:41.25rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:39.75rem;left:16.875rem;height:1.86875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#o9yQ8Qn2gkhfA8gS0b4oIGHk5L9OTbJV { color:#000000;display:block;width:42.625rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:45.9375rem;left:22.8125rem;height:3.736975rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#nf3qHnh1CD7xyEyvJoKuwAXaHWx2ztuw { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:8rem;top:44.59375rem;left:13.3486328125rem;overflow:hidden;display:block; }
#aP45sN0WXxTRREA2lfo8OTakzpFfR0EI { position:absolute;display:block;z-index:15039;background-color:#230334;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.87435rem;width:54rem;top:58.8125rem;left:10.5rem;display:block; }
#MQ7IewR7MH0BdpvA4wUHw5ssKhKTqEME { color:#230334;display:block;width:28.125rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:59.315348625183rem;left:21.286894798279rem;height:3.736325rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#G7MTfphcbhqubSlG0Z5qqEQgTF5cVtBI { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.1875rem;width:9.875rem;top:62.924299240112rem;left:50.873484611511rem;overflow:hidden;display:block; }
#XQLoiVhNGl7TfkCVomTzxeD6GPKgNsC2 { color:#000000;display:block;width:42.625rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:65.374359130863rem;left:7.5683603286744rem;height:3.73698125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#ItuBeoN59AvlhwUIM90ZlTtX1l0cT11M { color:#28032b;display:block;width:42.5625rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:0rem;left:16.21875rem;height:9.9989125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Sr9bNA8wpNf9KfH4DlGtQRhWy8DbPK8y { color:#28032b;display:block;width:47.561875rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:536.3085269928rem;left:13.71853351593rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#rbI0Lblf8r697KOKEHwbEFD9LxE3sF3T { background-color:#1a032e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.4375rem;height:1.9375rem;text-decoration:none;z-index:15092;text-align:center;text-align-last:center;top:70.09375rem;left:23.21875rem;display:block; }
#LosaxrLX6DtvpanDaeVLl5RV3nJJddNr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XnOf2tRwdQhmCDypIn390Vyrv2FMLXvE { position:absolute;display:block;z-index:15109;background-color:#230334;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:1.4375rem;width:5.25rem;top:70.343751430512rem;left:24.1875rem;display:none; }
#F0cW6XEJPzQar3uMT2i3PZnsASgwk5ce { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/93aae487-54a2-4e4e-88ac-19c2d153348f/BG.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#F0cW6XEJPzQar3uMT2i3PZnsASgwk5ce.adaptive-delivery-prevent-bg, #F0cW6XEJPzQar3uMT2i3PZnsASgwk5ce.lazyload, #F0cW6XEJPzQar3uMT2i3PZnsASgwk5ce.lazyloading { background-image: none; }#F0cW6XEJPzQar3uMT2i3PZnsASgwk5ce > .row .container { background-color: transparent; background-image: none; }#F0cW6XEJPzQar3uMT2i3PZnsASgwk5ce::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0cW6XEJPzQar3uMT2i3PZnsASgwk5ce > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0cW6XEJPzQar3uMT2i3PZnsASgwk5ce > .row .container > .video-iframe-container { display: none; }#F0cW6XEJPzQar3uMT2i3PZnsASgwk5ce > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0cW6XEJPzQar3uMT2i3PZnsASgwk5ce > .row > .video-iframe-container { display: none; }#F0cW6XEJPzQar3uMT2i3PZnsASgwk5ce > .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); }#F0cW6XEJPzQar3uMT2i3PZnsASgwk5ce > .row .container { border-width: 0; border-radius: 0; }#F0cW6XEJPzQar3uMT2i3PZnsASgwk5ce > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F0cW6XEJPzQar3uMT2i3PZnsASgwk5ce > .row .container { font-size:0.875rem;font-family:arial;height:451.375rem;width:75rem;position:relative;display:block; }#m1rf9scMwLxC3GX7sww9DphvWE9KmNCe { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:28.75rem;top:8.75rem;left:22.9375rem;overflow:hidden;display:block; }
#ALxRT2sTpL0vFiUb5J5NlclG5etncm5e { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6875rem;width:26.625rem;top:2.0625rem;left:24rem;overflow:hidden;display:block; }
#vLPtrHbFMTxufFZlKn1KA7XzxBVn9Z4e { color:#000000;display:block;width:54rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:20.875rem;left:10.125rem;height:29.89058125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#sqQBEOBlHwsvr8DQyrs3L2cmEfPoPV97 { box-sizing:content-box;color:#fd8b23;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15045;top:49.375rem;left:11.5rem;display:block; }
#vS5XE9SHluxuVDQwSOAP5CGTK8EDVOwO { color:#2c0650;display:block;width:54rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:50rem;left:15.4375rem;height:26.154275rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#RNr21nnlPHGxJrgbGEqV5HQEAAoBNxZL { box-sizing:content-box;color:#fd8b23;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15046;top:53.25rem;left:11.5rem;display:block; }
#hBSlmbP9yubMSg2SxyvQTFqm7z8iiti5 { box-sizing:content-box;color:#fd8b23;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15047;top:56.8125rem;left:11.5rem;display:block; }
#l7gbMVnUaImP7I5BPl4GMxMZpeL28Wt8 { box-sizing:content-box;color:#fd8b23;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15048;top:60.5rem;left:11.5rem;display:block; }
#H5nkufHyiqbup8X2tfaLAJ6DLTf1qpHL { box-sizing:content-box;color:#fd8b23;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15049;top:64.75rem;left:11.5rem;display:block; }
#ICIJyxgZbcEUwZhtsoyJySQKm8ltlX65 { box-sizing:content-box;color:#fd8b23;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15050;top:69.5625rem;left:11.5rem;display:block; }
#fPMWgEIJDncFcqt223fMkmCZxCiX3Wsi { color:#000000;display:block;width:54rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:77.5rem;left:10.3125rem;height:28.0224125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#sL0pEb0XGvH9Fmhxatkx9A8khhxerlcu { position:absolute;display:block;z-index:15041;background-color:#230334;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.87435rem;width:54rem;top:107.5rem;left:10.3125rem;display:block; }
#R71p7flBCggPEvp90OE58WJeWx6Qx9Xl { color:#230334;display:block;width:28.125rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15062;line-height:1.3;letter-spacing:0;top:108rem;left:23.25rem;height:1.86875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QHQ1dBdBesLFxVMKlWzS0cDV4h3DuQVD { color:#000000;display:block;width:42.625rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:113.5625rem;left:22.125rem;height:3.73698125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#dZnmF9BRTGKFgWztf0QvAC2cvQ2TWeRu { position:absolute;display:block;z-index:15044;background-color:#230334;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.87435rem;width:54rem;top:127.1875rem;left:10.3125rem;display:block; }
#anqrOOTVsNwt0NCubKTQ14EyTHThpsZN { color:#230334;display:block;width:32.7495625rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15065;line-height:1.3;letter-spacing:0;top:127.6875rem;left:20.9375rem;height:3.736325rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#H3Xi1LP5g2KrrpFmWwDgzqSLQbG78rSv { color:#000000;display:block;width:37.125rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:133.4375rem;left:10.375rem;height:3.736975rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#WGTMqWrv7iWvuAvT3FB0kdWAO7ZoVppb { position:absolute;display:block;z-index:15047;background-color:#230334;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.87435rem;width:54rem;top:147.3125rem;left:10.3125rem;display:block; }
#ThPNPf1tMz2NoAEuDHxp2EtCl0HTWO1f { color:#230334;display:block;width:38.624125rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15068;line-height:1.3;letter-spacing:0;top:147.8125rem;left:18.8125rem;height:1.86875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mFbFhQWTt0kpBleMrJgTo4X5H0CWXumB { color:#000000;display:block;width:32.3125rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:153.625rem;left:24.8125rem;height:3.736975rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#nZvRClnVGZvTyL8i6KdBwxQm3l3G709s { position:absolute;display:block;z-index:15050;background-color:#230334;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.875rem;width:54rem;top:168.75rem;left:10.3125rem;display:block; }
#bzfCcnV2E2NtyKtIquGdyylnT7Wps6eX { color:#230334;display:block;width:43.936625rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15071;line-height:1.1;letter-spacing:0;top:169.375rem;left:15.3125rem;height:3.1621125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#M6Vap1vc77fgu8RyiXcLGHidGTO64FZb { color:#000000;display:block;width:37.125rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:176.6875rem;left:8.4375rem;height:3.736975rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#IC5f1EUJNHKfGFZTBJmFqZObzQEbpTfo { position:absolute;display:block;z-index:15053;background-color:#230334;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.8125rem;width:54rem;top:189.25rem;left:10.3125rem;display:block; }
#EsAHPxnrwLhnf2dafcDbKkLAce3nphzv { color:#230334;display:block;width:48.3745625rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15074;line-height:1.1;letter-spacing:0;top:189.8125rem;left:13.125rem;height:1.58125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hkeC1Jzf71RtZGfsmTEJLvgC85gqgccl { color:#000000;display:block;width:32.3125rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:195.625rem;left:24rem;height:3.73698125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#mmKdb8z1uHZN01RsxlUrTnuD9lGJNfPV { position:absolute;display:block;z-index:15056;background-color:#230334;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.8125rem;width:54rem;top:209.75rem;left:10.3125rem;display:block; }
#xpSUTFs2Jh424KgtdmasE91RUccX8zgc { color:#230334;display:block;width:52.5rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15077;line-height:1.1;letter-spacing:0;top:210.4375rem;left:11.0625rem;height:3.1621125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RanPpU1fomAUSxfPqDVr0nSsF7bFxEZZ { color:#000000;display:block;width:32.9373125rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:215.5rem;left:13.4375rem;height:3.73698125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#z8INr3smD3TX3dNfRwrET8XuLKcwRJHJ { position:absolute;display:block;z-index:15056;background-color:#230334;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.8125rem;width:54rem;top:228.0625rem;left:10.3125rem;display:block; }
#Q9RIWQ8tPs03RLaupv95VM1eHbIsIDOe { color:#230334;display:block;width:41.75rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15077;line-height:1.1;letter-spacing:0;top:228.6875rem;left:16.125rem;height:1.58125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Xo0st6XuXfxZLmsMUNHT1ANSMVc6NzPE { color:#000000;display:block;width:35.0625rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:234.9375rem;left:27.375rem;height:3.73698125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#KmOHihbVTPEobQHiAK4fzHbSD1IXCWvW { color:#230334;display:block;width:48.375rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15080;line-height:1.1;letter-spacing:0;top:247.1875rem;left:12.8125rem;height:1.58125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#XDsWtGrd4yvCAJCVgeguiMHNmfg1GeEo { position:absolute;display:block;z-index:15059;background-color:#230334;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.8125rem;width:54rem;top:246.625rem;left:10.3125rem;display:block; }
#sSM8gR2lUn2JmAwlkErTz3wQ7tcaVVo4 { color:#000000;display:block;width:35.875rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:252.1875rem;left:14.875rem;height:7.472625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#kdx8ZFWJd6pFOvRFyWntfWUOnOVgTR7R { color:#230334;display:block;width:52.9375rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15083;line-height:1.1;letter-spacing:0;top:265.5rem;left:11.0625rem;height:3.1621125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LkvRMrQaANMgDqkNq19owkVg9pns9kwp { position:absolute;display:block;z-index:15062;background-color:#230334;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:4.24913125rem;width:54rem;top:265rem;left:10.3125rem;display:block; }
#VCSfhkkxhlrAxTergfHp264sfOmwxTTZ { color:#000000;display:block;width:32.1245625rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15066;line-height:1.3;letter-spacing:0;top:272.875rem;left:27.375rem;height:3.73698125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#pGTJMwRX1snz7i2aUNTyBrxvyRCpyGDi { color:#230334;display:block;width:9.6875rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15085;line-height:1.1;letter-spacing:0;top:285.125rem;left:32.5rem;height:1.58125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#s6mIP81Cx2J4DhqLUJbWM9Dqk7wGxhzd { position:absolute;display:block;z-index:15064;background-color:#230334;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.37413125rem;width:54rem;top:284.8125rem;left:10.3125rem;display:block; }
#tPqksasQx6BRXyCLaR8eNG1SVNGrfmfW { color:#000000;display:block;width:28.875rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;top:289.875rem;left:15.5625rem;height:3.73698125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#kqfEW4NXqMAV9ERXprPlu2fRnXcrrHi9 { color:#230334;display:block;width:9.6875rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15087;line-height:1.1;letter-spacing:0;top:301.25rem;left:32.4375rem;height:1.58125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#IALUODIdG8cXfRgXKB81Cc7aI5zdZNRi { position:absolute;display:block;z-index:15066;background-color:#230334;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.37413125rem;width:54rem;top:300.9375rem;left:10.3125rem;display:block; }
#dS9sdZiIBryk4TmsHKDEH6B1WreCpvEQ { color:#000000;display:block;width:33.125rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15068;line-height:1.3;letter-spacing:0;top:306.5rem;left:18.1875rem;height:1.86875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#MfwDtxx7AoZHfX4Qlh1heHxX3cQDHsOg { color:#000000;display:block;width:17.6248125rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15069;line-height:1.3;letter-spacing:0;top:318.75rem;left:24.9375rem;height:3.736325rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TzMlEkC35rLuT0iGtGpZyKkzmutmwNli { color:#000000;display:block;width:41.25rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15068;line-height:1.3;letter-spacing:0;top:308.3125rem;left:10.5rem;height:1.86875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rpx1Al5UVvk0MMotU27fFZdszzbB87oZ { color:#000000;display:block;width:35.4373125rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15069;line-height:1.3;letter-spacing:0;top:321.75rem;left:25.375rem;height:5.60449375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TFKOow9RKSlpTC2TNSs4gnCyqs1LvKQI { position:absolute;display:block;z-index:15088;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.9998125rem;width:8.2498125rem;top:318.75rem;left:15.5rem;overflow:hidden;display:block; }
#FFFlghXh1CKe0FWevdEBqBITvbc7lOef { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15070;line-height:1.3;letter-spacing:0;top:329.5625rem;left:29.8125rem;height:1.86875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#B4dq7QvLklTmrocm9d3v2LE0vxwL7Ps8 { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.25rem;width:24.0625rem;top:332.625rem;left:25.3125rem;overflow:hidden;display:block; }
#AdeqBRZ1MsofFIWEonbaeOc7aJhgcS1t { color:#000000;display:block;width:36.125rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15071;line-height:1.3;letter-spacing:0;top:356.1875rem;left:13.875rem;height:3.73698125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#aWP6ndTtgrxz6e7OSVLmNIuPiTEt631L { color:#000000;display:block;width:44.375rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15071;line-height:1.3;letter-spacing:0;top:351.375rem;left:5.5625rem;height:3.736975rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#OJTZDboXPF01tKe2zBpcbNuaE70zB8Fw { position:absolute;display:block;z-index:15090;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.1875rem;width:9.375rem;top:349.8125rem;left:51.625rem;overflow:hidden;display:block; }
#JppIJHBPcer0mun3RPyToF2TnRsDrhIe { color:#000000;display:block;width:27.0625rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15071;line-height:1.3;letter-spacing:0;top:366.125rem;left:27.75rem;height:1.86875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#PBP7u7gZqmOOglMl22y6bBVqJVAJeB62 { background-color:#1a032e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.4375rem;height:1.9375rem;text-decoration:none;z-index:15091;text-align:center;text-align-last:center;top:377.5625rem;left:28.3125rem;display:block; }
#funySbZI4dMTmZgJO9T3R4ynW1T03omX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cGtn0rFB45BRhnACkCfsV0rNTnhQ2a4B { box-sizing:content-box;color:#ffffff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15092;top:377.8125rem;left:29.125rem;display:block; }
#ypPhLtP4NOWM2NNsT77L1kSzPZ0q4i2b { box-sizing:content-box;color:#ffffff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15093;top:377.8125rem;left:53.5625rem;display:block; }
#pLzHpyc3UCaTpAtgCy4gTxnOa13QztCo { position:absolute;display:block;z-index:15094;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:9.375rem;top:365.8125rem;left:17.8125rem;overflow:hidden;display:block; }
#UmG3Z4UQ1NKMNHvK2Fr8nkdV0rxSKSgk { color:#000000;display:block;width:38.8125rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15072;line-height:1.3;letter-spacing:0;top:368.8125rem;left:28.25rem;height:5.60449375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#zEJlICl5e2P8yKMdydV3vu5Kk6a0MWsJ { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.0625rem;width:8rem;top:382rem;left:52.625rem;overflow:hidden;display:block; }
#rg314ei6yhHldVAyHp2EhTCzNoOilmck { background-color:#1a032e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.125rem;height:2rem;text-decoration:none;z-index:15094;text-align:center;text-align-last:center;top:394rem;left:23.75rem;display:block; }
#WzB1MDGT8agDldO7cnMFgZ7qgnK9c2m7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TOfQKTSRJBbFmRTVOfnqClT8HM2dkuKu { box-sizing:content-box;color:#ffffff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15094;top:394.1875rem;left:24.1875rem;display:block; }
#bNQeqBXqMPxkzShGW9LGzXJIoXZHL3mg { box-sizing:content-box;color:#ffffff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15095;top:394.25rem;left:49.1875rem;display:block; }
#fR6mLmslpiFSo3RghEtNCETucT64J0DA { color:#000000;display:block;width:25.374375rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15072;line-height:1.3;letter-spacing:0;top:384.125rem;left:25.8125rem;height:1.86875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#nqLAN3QuereAhzdESNHVSWMVUe7esxhh { position:absolute;display:block;z-index:15058;background-color:#230334;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.8125rem;width:54rem;top:419.125rem;left:10.3125rem;display:block; }
#BegsfOuQmcVoQl6QKtSUAcekDXhyr4yS { color:#230334;display:block;width:22.249375rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15079;line-height:1.1;letter-spacing:0;top:419.625rem;left:26.1875rem;height:3.1621125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#iriBn4vTX8frzQbtZqJQtUtGPJcvOAmB { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:8.625rem;top:422.9375rem;left:51.4375rem;overflow:hidden;display:block; }
#sdmZa9Tl62GiZUOVaaIsabMHlRnTwszB { position:absolute;display:block;z-index:15097;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:8.3125rem;top:251.125rem;left:51.625rem;overflow:hidden;display:block; }
#JbOtmyLvDGSDUmfeywFN4iO2vnJmuxrR { position:absolute;display:block;z-index:15098;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.0625rem;width:8.3125rem;top:271.0625rem;left:16.8125rem;overflow:hidden;display:block; }
#PtWQuOefbRhB2Gv7OrV13DUChdCrnE1H { position:absolute;display:block;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:8.3125rem;top:232.6875rem;left:16.6875rem;overflow:hidden;display:block; }
#sSmCWQSo0rrqTmvcgENF7tWf3w7MAUki { color:#000000;display:block;width:28rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:305.0791015625rem;left:31.1875rem;height:9.3408125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#Koi99iLsLJupuTsdkZTtgWgeX0guuToE { color:#000000;display:block;width:35.625rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15073;line-height:1.3;letter-spacing:0;top:386.9375rem;left:15.4375rem;height:5.6044875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#tMnZEpZC0dfo0OXh11O8u1ziqBJiqGXt { color:#000000;display:block;width:33.311625rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15074;line-height:1.3;letter-spacing:0;top:424.4375rem;left:16.6875rem;height:3.736975rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#zg5Th314xrXnkou3VDTAlfvl10XWKZXG { position:absolute;display:block;z-index:15100;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.1875rem;width:9.25rem;top:111.5rem;left:12.375rem;overflow:hidden;display:block; }
#VWI5K0ntDdfAeMcT3rVmsQRP6ZOEmvZ9 { position:absolute;display:block;z-index:15101;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.1875rem;width:10.875rem;top:131.5rem;left:48.25rem;overflow:hidden;display:block; }
#ywuEVTUiGf352Ip1lT85TMx04xpnxEVV { position:absolute;display:block;z-index:15102;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.1875rem;width:10.9375rem;top:151.375rem;left:13.25rem;overflow:hidden;display:block; }
#nPCCNuM9pVJb6RdL1vGSPPewBbqTsP22 { position:absolute;display:block;z-index:15103;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.1875rem;width:9.1875rem;top:174rem;left:46.3125rem;overflow:hidden;display:block; }
#oQOfBKrpqZWzfQSL7iiI6p6GRyubdAlu { position:absolute;display:block;z-index:15104;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.1875rem;width:9.1875rem;top:193.1875rem;left:14.1875rem;overflow:hidden;display:block; }
#BsILAN9LhDDXx76fuGOZGqTWNI2pp4UO { position:absolute;display:block;z-index:15105;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:9.1875rem;top:214.375rem;left:47.25rem;overflow:hidden;display:block; }
#TgTfpQmTxOsp37ia0GIQVIB3rFvkQTu2 { position:absolute;display:block;z-index:15106;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:9.1875rem;top:288rem;left:46.4375rem;overflow:hidden;display:block; }
#rr02Th9lEgB23ksfnE7sWDxVSL0inwh0 { color:#28032b;display:block;width:42.5625rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:0rem;left:16.21875rem;height:9.9989125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#UwGoqabVR6TxwtEos1eihz4m5W4kgRSU { position:absolute;display:block;z-index:15107;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:14rem;width:10.4375rem;top:399.25rem;left:17.1875rem;overflow:hidden;display:block; }
#ufoLUFh249E4FqNA9BfyxhyvcMJfk51i { color:#000000;display:block;width:27.0625rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15073;line-height:1.3;letter-spacing:0;top:399.375rem;left:29rem;height:1.86875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#tM0QCAD8LJU1FTD3HCDpaWmPFrUqlTGS { color:#000000;display:block;width:38.8125rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15074;line-height:1.3;letter-spacing:0;top:402.0625rem;left:28.875rem;height:9.3408125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#dTOmTyChJI0FceuczFAGRTBDTHqUZd1I { color:#28032b;display:block;width:47.561875rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:536.3085269928rem;left:13.71853351593rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#rQCQsdNT12z71DTLwwKaBusMVD7wyT3q { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:8.125rem;top:304.75rem;left:52.5625rem;overflow:hidden;display:block; }
#R5uhS5AtUAUX08X2fOE6Wxf2dygUPGLl { position:absolute;display:block;z-index:15109;background-color:#230334;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:1.4375rem;width:5.25rem;top:70.343751430512rem;left:24.1875rem;display:none; }
#R9TBSLc6hNgJfrsWN5UinrMZby2IlT8g { background-color:transparent;background-image: -webkit-linear-gradient(187deg, #00ff86, #0f7953);background-image: -moz-linear-gradient(187deg, #00ff86, #0f7953);background-image: -ms-linear-gradient(187deg, #00ff86, #0f7953);background-image: -o-linear-gradient(187deg, #00ff86, #0f7953);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );";background-image: linear-gradient(187deg, #00ff86, #0f7953);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.4375rem solid #0f7953;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: -0.1875rem 0.1875rem 0.625rem rgba(0,0,0,0.4) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:univia;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.75rem;height:5.0625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:439.3125rem;left:21.625rem;display:block; }
#x9O90o2LCalR0Uyf7xBhRa5aDEvAxymR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F3aVgRZcumJIiDT54WurCHPL3timkgqh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/596d3055-8577-4dce-9d79-cdde0c4eceaa/BGDOBRA9.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#F3aVgRZcumJIiDT54WurCHPL3timkgqh.adaptive-delivery-prevent-bg, #F3aVgRZcumJIiDT54WurCHPL3timkgqh.lazyload, #F3aVgRZcumJIiDT54WurCHPL3timkgqh.lazyloading { background-image: none; }#F3aVgRZcumJIiDT54WurCHPL3timkgqh > .row .container { background-color: transparent; background-image: none; }#F3aVgRZcumJIiDT54WurCHPL3timkgqh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F3aVgRZcumJIiDT54WurCHPL3timkgqh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F3aVgRZcumJIiDT54WurCHPL3timkgqh > .row .container > .video-iframe-container { display: none; }#F3aVgRZcumJIiDT54WurCHPL3timkgqh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F3aVgRZcumJIiDT54WurCHPL3timkgqh > .row > .video-iframe-container { display: none; }#F3aVgRZcumJIiDT54WurCHPL3timkgqh > .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); }#F3aVgRZcumJIiDT54WurCHPL3timkgqh > .row .container { border-width: 0; border-radius: 0; }#F3aVgRZcumJIiDT54WurCHPL3timkgqh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F3aVgRZcumJIiDT54WurCHPL3timkgqh > .row .container { font-size:0.875rem;font-family:arial;height:36.1875rem;width:75rem;position:relative;display:block; }#ICgAzNWyyPUVk4sO7qGFretC4Gsb6tsB { color:#28032b;display:block;width:47.5615rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:0rem;left:13.7177734375rem;height:8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gDNO0TiZ32CWeXQGDZLHTwOGbUBhTDM6 { color:#28032b;display:block;width:47.561875rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:536.3085269928rem;left:13.71853351593rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#U7VgroTc8m81Uwqar9pVuMt8zGXINgc3 { color:#28032b;display:block;width:42.5625rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:0rem;left:16.21875rem;height:9.9989125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#P7ehahUVz9pG69Ct1Te7mMW9EacSUc4d { position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;border-top:0.1875rem solid #fd8b25;border-left:0.1875rem solid #fd8b25;border-right:0.1875rem solid #fd8b25;border-bottom:0.1875rem solid #fd8b25;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.6875rem #fd8b25 ;height:14.1875rem;width:27rem;top:10rem;left:23.8125rem;display:block; }
#TfaVa0EfmG0Pc4ONJhK7snHNMzKWwTWK { color:#fd8b25;display:block;width:2.9375rem;position:absolute;font-family:univia;font-size:1.4375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:17.9375rem;left:28.6875rem;height:1.86875rem;display:block; }
#fXhmKxbNRHWZcwDrG1VJi34g5c00GgJf { color:#fd8b25;display:block;width:11.375rem;position:absolute;font-family:ubuntu;font-size:8.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:11.5rem;left:31.8125rem;height:11.537125rem;font-style:normal;display:block; }
#Rsvw6bfTHux835eBNdUXHFAJoBTcsd76 { color:#fd8b25;display:block;width:4.75rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:15.4375rem;left:42.3125rem;height:3.65625rem;font-style:normal;display:block; }
#MTdRrranEkA52utu0KBiapKqxIKbAFc7 { color:#ffffff;display:block;width:2.9375rem;position:absolute;font-family:univia;font-size:1.4375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:16.4375rem;left:28.6875rem;height:1.86875rem;display:block; }
#fxxzM6TGR7TDIvT6OWoF911w4xxpCL65 { color:#ffffff;display:block;width:14.5625rem;position:absolute;font-family:ubuntu;font-size:1.75rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:10.1875rem;left:30.25rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n6qkGS8C1Oysk27rSONSPwfMkxhEHT6z { color:#ffffff;display:block;width:11.9375rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:11.8125rem;left:31.5625rem;height:1.8681625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FJTKHHvLqF4T6VPyTdoV7QhaDxbm2TBW { color:#ffffff;display:block;width:16.1875rem;position:absolute;font-family:univia;font-size:1.4375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:21.75rem;left:29.4375rem;height:1.8684875rem;text-align:center;text-align-last:center;display:block; }
#wuaLqKzuIKehMVBgQR60qTpfeDulsZxZ { background-color:transparent;background-image: -webkit-linear-gradient(187deg, #00ff86, #0f7953);background-image: -moz-linear-gradient(187deg, #00ff86, #0f7953);background-image: -ms-linear-gradient(187deg, #00ff86, #0f7953);background-image: -o-linear-gradient(187deg, #00ff86, #0f7953);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );";background-image: linear-gradient(187deg, #00ff86, #0f7953);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.4375rem solid #0f7953;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: -0.1875rem 0.1875rem 0.625rem rgba(0,0,0,0.4) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:univia;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.75rem;height:5.0625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:28.4375rem;left:21.625rem;display:block; }
#x3wqtbpO20dR5urHmKUKMsI1zp1MQXUt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SqhH2bc8JwX2quQDCB8UahL7MmK8UuDD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b0123;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; }#SqhH2bc8JwX2quQDCB8UahL7MmK8UuDD > .row .container { background-color: transparent; background-image: none; }#SqhH2bc8JwX2quQDCB8UahL7MmK8UuDD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqhH2bc8JwX2quQDCB8UahL7MmK8UuDD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqhH2bc8JwX2quQDCB8UahL7MmK8UuDD > .row .container > .video-iframe-container { display: none; }#SqhH2bc8JwX2quQDCB8UahL7MmK8UuDD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqhH2bc8JwX2quQDCB8UahL7MmK8UuDD > .row > .video-iframe-container { display: none; }#SqhH2bc8JwX2quQDCB8UahL7MmK8UuDD > .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); }#SqhH2bc8JwX2quQDCB8UahL7MmK8UuDD > .row .container { border-width: 0; border-radius: 0; }#SqhH2bc8JwX2quQDCB8UahL7MmK8UuDD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SqhH2bc8JwX2quQDCB8UahL7MmK8UuDD > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:75rem;position:relative;display:block; }#MbpfaguUTKcgvs2Ut126KBTMoTsRUP24 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.005859375rem;left:-0.0625rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MZDG15vJbNp9uKQvputCQoXGgnmLdMA2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b0123;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; }#MZDG15vJbNp9uKQvputCQoXGgnmLdMA2 > .row .container { background-color: transparent; background-image: none; }#MZDG15vJbNp9uKQvputCQoXGgnmLdMA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZDG15vJbNp9uKQvputCQoXGgnmLdMA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZDG15vJbNp9uKQvputCQoXGgnmLdMA2 > .row .container > .video-iframe-container { display: none; }#MZDG15vJbNp9uKQvputCQoXGgnmLdMA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZDG15vJbNp9uKQvputCQoXGgnmLdMA2 > .row > .video-iframe-container { display: none; }#MZDG15vJbNp9uKQvputCQoXGgnmLdMA2 > .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); }#MZDG15vJbNp9uKQvputCQoXGgnmLdMA2 > .row .container { border-width: 0; border-radius: 0; }#MZDG15vJbNp9uKQvputCQoXGgnmLdMA2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MZDG15vJbNp9uKQvputCQoXGgnmLdMA2 > .row .container { font-size:0.875rem;font-family:arial;height:3.0625rem;width:75rem;position:relative;display:block; }#CZhJhQDTn7Jki1HXgfmvh9KfbbIkzKgz { color:#ffffff;display:block;width:27.25rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.97959899902344rem;left:6.2727861404419rem;height:1.625rem;font-style:normal;display:block; }
#k5l7AHvkgayDlrI7D6qfDIOc3mDIgx3F { box-sizing:content-box;color:#ffffff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:0.84309768676756rem;left:69.524741172788rem;display:block; }
#egWdPPwWnWtiTDthHTQ7HseWAqiieGKC { position:absolute;display:block;z-index:14999;background-color:#1b0123;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:67.375rem;top:0rem;left:5.3992195129394rem;display:block; }
#J5cmEnwqPXP3LNsBT2QuUG2PMNzqHT9I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#290335;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; }#J5cmEnwqPXP3LNsBT2QuUG2PMNzqHT9I > .row .container { background-color: transparent; background-image: none; }#J5cmEnwqPXP3LNsBT2QuUG2PMNzqHT9I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5cmEnwqPXP3LNsBT2QuUG2PMNzqHT9I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5cmEnwqPXP3LNsBT2QuUG2PMNzqHT9I > .row .container > .video-iframe-container { display: none; }#J5cmEnwqPXP3LNsBT2QuUG2PMNzqHT9I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5cmEnwqPXP3LNsBT2QuUG2PMNzqHT9I > .row > .video-iframe-container { display: none; }#J5cmEnwqPXP3LNsBT2QuUG2PMNzqHT9I > .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); }#J5cmEnwqPXP3LNsBT2QuUG2PMNzqHT9I > .row .container { border-width: 0; border-radius: 0; }#J5cmEnwqPXP3LNsBT2QuUG2PMNzqHT9I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J5cmEnwqPXP3LNsBT2QuUG2PMNzqHT9I > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:block; }#FiLgP8XsgDSZuzmdxeEer19UxBU0JH7D { color:#ffffff;display:block;width:66.625rem;position:absolute;font-family:mavenpro;font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.4375rem;left:6.2499990463257rem;height:6.09375rem;text-align:left;text-align-last:left;display:block; }
#KzkGmT2KAEUWBcLSV3e8F2ITTfxG0NFh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b0123;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; }#KzkGmT2KAEUWBcLSV3e8F2ITTfxG0NFh > .row .container { background-color: transparent; background-image: none; }#KzkGmT2KAEUWBcLSV3e8F2ITTfxG0NFh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KzkGmT2KAEUWBcLSV3e8F2ITTfxG0NFh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KzkGmT2KAEUWBcLSV3e8F2ITTfxG0NFh > .row .container > .video-iframe-container { display: none; }#KzkGmT2KAEUWBcLSV3e8F2ITTfxG0NFh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KzkGmT2KAEUWBcLSV3e8F2ITTfxG0NFh > .row > .video-iframe-container { display: none; }#KzkGmT2KAEUWBcLSV3e8F2ITTfxG0NFh > .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); }#KzkGmT2KAEUWBcLSV3e8F2ITTfxG0NFh > .row .container { border-width: 0; border-radius: 0; }#KzkGmT2KAEUWBcLSV3e8F2ITTfxG0NFh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KzkGmT2KAEUWBcLSV3e8F2ITTfxG0NFh > .row .container { font-size:0.875rem;font-family:arial;height:2.625rem;width:75rem;position:relative;display:block; }#Xd9Lgp1Bswz9kPVGW3wGdHPUzFTDCKJT { color:#ffffff;display:block;width:39.6875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.6241340637207rem;left:6.2109365463257rem;height:1.625rem;font-style:normal;display:block; }
#RKm0CvGSXdtE4cwcTvhteEb4b1UXHtlv { box-sizing:content-box;color:#fdfeff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:0.56206512451172rem;left:69.337027549744rem;display:block; }
#nArfVXD9brxqJevUplP5qWSsHcMkdabV { position:absolute;display:block;z-index:14999;background-color:#1b0123;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:67.375rem;top:0rem;left:5.2742195129394rem;display:block; }
#OSknZbJHR3L2Ct9xST7zVHTEN4G8lA2l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#290335;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; }#OSknZbJHR3L2Ct9xST7zVHTEN4G8lA2l > .row .container { background-color: transparent; background-image: none; }#OSknZbJHR3L2Ct9xST7zVHTEN4G8lA2l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OSknZbJHR3L2Ct9xST7zVHTEN4G8lA2l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OSknZbJHR3L2Ct9xST7zVHTEN4G8lA2l > .row .container > .video-iframe-container { display: none; }#OSknZbJHR3L2Ct9xST7zVHTEN4G8lA2l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OSknZbJHR3L2Ct9xST7zVHTEN4G8lA2l > .row > .video-iframe-container { display: none; }#OSknZbJHR3L2Ct9xST7zVHTEN4G8lA2l > .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); }#OSknZbJHR3L2Ct9xST7zVHTEN4G8lA2l > .row .container { border-width: 0; border-radius: 0; }#OSknZbJHR3L2Ct9xST7zVHTEN4G8lA2l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OSknZbJHR3L2Ct9xST7zVHTEN4G8lA2l > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#yQKSqAriEPTJC94DGpd77VOzWKRz0xTd { color:#004461;display:block;width:66.625rem;position:absolute;font-family:mavenpro;font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.6241340637207rem;left:6.2499990463257rem;height:3.65625rem;text-align:left;text-align-last:left;display:block; }
#gpKuESIlyLHF8HapXT5eu4DTPIHXzehS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b0123;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; }#gpKuESIlyLHF8HapXT5eu4DTPIHXzehS > .row .container { background-color: transparent; background-image: none; }#gpKuESIlyLHF8HapXT5eu4DTPIHXzehS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gpKuESIlyLHF8HapXT5eu4DTPIHXzehS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gpKuESIlyLHF8HapXT5eu4DTPIHXzehS > .row .container > .video-iframe-container { display: none; }#gpKuESIlyLHF8HapXT5eu4DTPIHXzehS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gpKuESIlyLHF8HapXT5eu4DTPIHXzehS > .row > .video-iframe-container { display: none; }#gpKuESIlyLHF8HapXT5eu4DTPIHXzehS > .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); }#gpKuESIlyLHF8HapXT5eu4DTPIHXzehS > .row .container { border-width: 0; border-radius: 0; }#gpKuESIlyLHF8HapXT5eu4DTPIHXzehS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gpKuESIlyLHF8HapXT5eu4DTPIHXzehS > .row .container { font-size:0.875rem;font-family:arial;height:2.75rem;width:75rem;position:relative;display:block; }#TwvZpkO8FtMc0uvW2EtUlIBelQgnaClM { color:#49778b;display:block;width:57.375rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.74913215637206rem;left:6.2109365463257rem;height:1.625rem;font-style:normal;display:block; }
#SCOyNFvSctxMQWml88RUlM1hyTopAkd2 { box-sizing:content-box;color:#ffffff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:0.62456703186035rem;left:69.337027549744rem;display:block; }
#FKbpE1qOB0NLDOSdNDvT449m6W486JaJ { position:absolute;display:block;z-index:14999;background-color:#1b0123;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:67.375rem;top:0rem;left:5.2742195129394rem;display:block; }
#HD0JyqSrr5XAaXHmP0ZydLsodPmQdNm1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#290335;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; }#HD0JyqSrr5XAaXHmP0ZydLsodPmQdNm1 > .row .container { background-color: transparent; background-image: none; }#HD0JyqSrr5XAaXHmP0ZydLsodPmQdNm1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HD0JyqSrr5XAaXHmP0ZydLsodPmQdNm1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HD0JyqSrr5XAaXHmP0ZydLsodPmQdNm1 > .row .container > .video-iframe-container { display: none; }#HD0JyqSrr5XAaXHmP0ZydLsodPmQdNm1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HD0JyqSrr5XAaXHmP0ZydLsodPmQdNm1 > .row > .video-iframe-container { display: none; }#HD0JyqSrr5XAaXHmP0ZydLsodPmQdNm1 > .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); }#HD0JyqSrr5XAaXHmP0ZydLsodPmQdNm1 > .row .container { border-width: 0; border-radius: 0; }#HD0JyqSrr5XAaXHmP0ZydLsodPmQdNm1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HD0JyqSrr5XAaXHmP0ZydLsodPmQdNm1 > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }#KthAMtEM38LhBUJ9Mh8uMtqvCBVXpdXP { color:#004461;display:block;width:66.625rem;position:absolute;font-family:mavenpro;font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.68663215637206rem;left:6.2499990463257rem;height:3.65625rem;text-align:left;text-align-last:left;display:block; }
#VndN0lLS7Z0JuaWVcaCtmc8FWVUmPzoT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b0123;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; }#VndN0lLS7Z0JuaWVcaCtmc8FWVUmPzoT > .row .container { background-color: transparent; background-image: none; }#VndN0lLS7Z0JuaWVcaCtmc8FWVUmPzoT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VndN0lLS7Z0JuaWVcaCtmc8FWVUmPzoT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VndN0lLS7Z0JuaWVcaCtmc8FWVUmPzoT > .row .container > .video-iframe-container { display: none; }#VndN0lLS7Z0JuaWVcaCtmc8FWVUmPzoT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VndN0lLS7Z0JuaWVcaCtmc8FWVUmPzoT > .row > .video-iframe-container { display: none; }#VndN0lLS7Z0JuaWVcaCtmc8FWVUmPzoT > .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); }#VndN0lLS7Z0JuaWVcaCtmc8FWVUmPzoT > .row .container { border-width: 0; border-radius: 0; }#VndN0lLS7Z0JuaWVcaCtmc8FWVUmPzoT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VndN0lLS7Z0JuaWVcaCtmc8FWVUmPzoT > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:75rem;position:relative;display:block; }#wahDS1bsJK0t0cim5TcoAvQFNl0VGeqZ { color:#ffffff;display:block;width:57.375rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.62413215637207rem;left:6.2109365463257rem;height:1.625rem;font-style:normal;display:block; }
#hmkXdIUVeK0qOWVuTanslSoWeUECvyzP { box-sizing:content-box;color:#ffffff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:0.56206512451172rem;left:69.337027549744rem;display:block; }
#SEaRbHPSc3BQOfWeZmiCocwihFdU0Nky { position:absolute;display:block;z-index:14999;background-color:#1b0123;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:67.375rem;top:0rem;left:5.2742195129394rem;display:block; }
#QGTlQZJsH9ehCpi52ruiwkMdVt0qXRZm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#290335;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; }#QGTlQZJsH9ehCpi52ruiwkMdVt0qXRZm > .row .container { background-color: transparent; background-image: none; }#QGTlQZJsH9ehCpi52ruiwkMdVt0qXRZm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGTlQZJsH9ehCpi52ruiwkMdVt0qXRZm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGTlQZJsH9ehCpi52ruiwkMdVt0qXRZm > .row .container > .video-iframe-container { display: none; }#QGTlQZJsH9ehCpi52ruiwkMdVt0qXRZm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGTlQZJsH9ehCpi52ruiwkMdVt0qXRZm > .row > .video-iframe-container { display: none; }#QGTlQZJsH9ehCpi52ruiwkMdVt0qXRZm > .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); }#QGTlQZJsH9ehCpi52ruiwkMdVt0qXRZm > .row .container { border-width: 0; border-radius: 0; }#QGTlQZJsH9ehCpi52ruiwkMdVt0qXRZm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QGTlQZJsH9ehCpi52ruiwkMdVt0qXRZm > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#bAwlNuMcF1M7pxyWHtab6BuTPCtIDPpb { color:#004461;display:block;width:66.625rem;position:absolute;font-family:mavenpro;font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.87413215637206rem;left:6.2499990463257rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#JT5VQQTLwNbs5WkJRZQEkZK8vT52LL5m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b0123;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; }#JT5VQQTLwNbs5WkJRZQEkZK8vT52LL5m > .row .container { background-color: transparent; background-image: none; }#JT5VQQTLwNbs5WkJRZQEkZK8vT52LL5m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JT5VQQTLwNbs5WkJRZQEkZK8vT52LL5m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JT5VQQTLwNbs5WkJRZQEkZK8vT52LL5m > .row .container > .video-iframe-container { display: none; }#JT5VQQTLwNbs5WkJRZQEkZK8vT52LL5m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JT5VQQTLwNbs5WkJRZQEkZK8vT52LL5m > .row > .video-iframe-container { display: none; }#JT5VQQTLwNbs5WkJRZQEkZK8vT52LL5m > .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); }#JT5VQQTLwNbs5WkJRZQEkZK8vT52LL5m > .row .container { border-width: 0; border-radius: 0; }#JT5VQQTLwNbs5WkJRZQEkZK8vT52LL5m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JT5VQQTLwNbs5WkJRZQEkZK8vT52LL5m > .row .container { font-size:0.875rem;font-family:arial;height:2.875rem;width:75rem;position:relative;display:block; }#G4PR8Kd0A9qfSx35TrxBnfsRINQdRwFM { color:#49778b;display:block;width:57.375rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.81163215637206rem;left:6.2109365463257rem;height:1.625rem;font-style:normal;display:block; }
#Vx4qX3PFgZVCqThQ0ad3m66vOR5gZX5t { box-sizing:content-box;color:#ffffff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:0.68706607818606rem;left:69.337027549744rem;display:block; }
#DZ2E72VaDXs79I3dfyAftRcRpVTJZU5u { position:absolute;display:block;z-index:14999;background-color:#1b0123;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:67.375rem;top:0rem;left:5.2742195129394rem;display:block; }
#Q3XXl3DcgeiQL56l9nBoRfikWMmaDOhr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#290335;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; }#Q3XXl3DcgeiQL56l9nBoRfikWMmaDOhr > .row .container { background-color: transparent; background-image: none; }#Q3XXl3DcgeiQL56l9nBoRfikWMmaDOhr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q3XXl3DcgeiQL56l9nBoRfikWMmaDOhr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q3XXl3DcgeiQL56l9nBoRfikWMmaDOhr > .row .container > .video-iframe-container { display: none; }#Q3XXl3DcgeiQL56l9nBoRfikWMmaDOhr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q3XXl3DcgeiQL56l9nBoRfikWMmaDOhr > .row > .video-iframe-container { display: none; }#Q3XXl3DcgeiQL56l9nBoRfikWMmaDOhr > .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); }#Q3XXl3DcgeiQL56l9nBoRfikWMmaDOhr > .row .container { border-width: 0; border-radius: 0; }#Q3XXl3DcgeiQL56l9nBoRfikWMmaDOhr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q3XXl3DcgeiQL56l9nBoRfikWMmaDOhr > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:75rem;position:relative;display:block; }#qxgWKEkZNE9CsZ2d6eB1FxNGZPWQvJqc { color:#ffffff;display:block;width:66.625rem;position:absolute;font-family:mavenpro;font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.81163215637206rem;left:6.2499990463257rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#RWJ00uNfXSOaTz5uHyCu7Cg8ngT7wgay { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b0123;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; }#RWJ00uNfXSOaTz5uHyCu7Cg8ngT7wgay > .row .container { background-color: transparent; background-image: none; }#RWJ00uNfXSOaTz5uHyCu7Cg8ngT7wgay::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RWJ00uNfXSOaTz5uHyCu7Cg8ngT7wgay > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RWJ00uNfXSOaTz5uHyCu7Cg8ngT7wgay > .row .container > .video-iframe-container { display: none; }#RWJ00uNfXSOaTz5uHyCu7Cg8ngT7wgay > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RWJ00uNfXSOaTz5uHyCu7Cg8ngT7wgay > .row > .video-iframe-container { display: none; }#RWJ00uNfXSOaTz5uHyCu7Cg8ngT7wgay > .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); }#RWJ00uNfXSOaTz5uHyCu7Cg8ngT7wgay > .row .container { border-width: 0; border-radius: 0; }#RWJ00uNfXSOaTz5uHyCu7Cg8ngT7wgay > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RWJ00uNfXSOaTz5uHyCu7Cg8ngT7wgay > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:75rem;position:relative;display:block; }#k7zMsPlW65A9W2LO3WCNMK2rA72oyOA8 { color:#fdfeff;display:block;width:61.4375rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.56163120269776rem;left:6.2109365463257rem;height:1.625rem;font-style:normal;display:block; }
#JD51iagaRckx6uEOEnPxuHVeDOZbQEXn { box-sizing:content-box;color:#ffffff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:0.56206512451172rem;left:69.337027549744rem;display:block; }
#Takaqscns1Us7KQGePRvaNQGCNaA9vJI { position:absolute;display:block;z-index:14999;background-color:#1b0123;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:67.375rem;top:0rem;left:5.2742195129394rem;display:block; }
#Dhe6RaIiLa0kK97sUUceCZ42BngWyKTS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#290335;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; }#Dhe6RaIiLa0kK97sUUceCZ42BngWyKTS > .row .container { background-color: transparent; background-image: none; }#Dhe6RaIiLa0kK97sUUceCZ42BngWyKTS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dhe6RaIiLa0kK97sUUceCZ42BngWyKTS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dhe6RaIiLa0kK97sUUceCZ42BngWyKTS > .row .container > .video-iframe-container { display: none; }#Dhe6RaIiLa0kK97sUUceCZ42BngWyKTS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dhe6RaIiLa0kK97sUUceCZ42BngWyKTS > .row > .video-iframe-container { display: none; }#Dhe6RaIiLa0kK97sUUceCZ42BngWyKTS > .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); }#Dhe6RaIiLa0kK97sUUceCZ42BngWyKTS > .row .container { border-width: 0; border-radius: 0; }#Dhe6RaIiLa0kK97sUUceCZ42BngWyKTS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dhe6RaIiLa0kK97sUUceCZ42BngWyKTS > .row .container { font-size:0.875rem;font-family:arial;height:2.1875rem;width:75rem;position:relative;display:block; }#RZVGaKsbtTbG2gbe2kyntbXI90ugHaCL { color:#004461;display:block;width:66.625rem;position:absolute;font-family:mavenpro;font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.49913215637207rem;left:6.2499990463257rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#KcNEPDvHbzMy2WQN4ThiqsTKZTOV0Rgw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b0123;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; }#KcNEPDvHbzMy2WQN4ThiqsTKZTOV0Rgw > .row .container { background-color: transparent; background-image: none; }#KcNEPDvHbzMy2WQN4ThiqsTKZTOV0Rgw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KcNEPDvHbzMy2WQN4ThiqsTKZTOV0Rgw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KcNEPDvHbzMy2WQN4ThiqsTKZTOV0Rgw > .row .container > .video-iframe-container { display: none; }#KcNEPDvHbzMy2WQN4ThiqsTKZTOV0Rgw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KcNEPDvHbzMy2WQN4ThiqsTKZTOV0Rgw > .row > .video-iframe-container { display: none; }#KcNEPDvHbzMy2WQN4ThiqsTKZTOV0Rgw > .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); }#KcNEPDvHbzMy2WQN4ThiqsTKZTOV0Rgw > .row .container { border-width: 0; border-radius: 0; }#KcNEPDvHbzMy2WQN4ThiqsTKZTOV0Rgw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KcNEPDvHbzMy2WQN4ThiqsTKZTOV0Rgw > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#UCsn4mH9wUG92OHJWbgGZ3fLiAa6LwHX { color:#49778b;display:block;width:61.4375rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.99913167953494rem;left:6.2109365463257rem;height:3.25rem;font-style:normal;display:block; }
#o85fKM6IAyyXvpg6i7zTDgQc8TxScPrg { box-sizing:content-box;color:#ffffff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:0.87456560134887rem;left:69.337027549744rem;display:block; }
#TS67E7IcD4hrWkCP1ecpsGa60FEHfny5 { position:absolute;display:block;z-index:14999;background-color:#1b0123;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:67.375rem;top:0rem;left:5.2742195129394rem;display:block; }
#EMxl7ZxCSV1ViieHUesQHmkUOLoPCDSm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#290335;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; }#EMxl7ZxCSV1ViieHUesQHmkUOLoPCDSm > .row .container { background-color: transparent; background-image: none; }#EMxl7ZxCSV1ViieHUesQHmkUOLoPCDSm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EMxl7ZxCSV1ViieHUesQHmkUOLoPCDSm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EMxl7ZxCSV1ViieHUesQHmkUOLoPCDSm > .row .container > .video-iframe-container { display: none; }#EMxl7ZxCSV1ViieHUesQHmkUOLoPCDSm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EMxl7ZxCSV1ViieHUesQHmkUOLoPCDSm > .row > .video-iframe-container { display: none; }#EMxl7ZxCSV1ViieHUesQHmkUOLoPCDSm > .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); }#EMxl7ZxCSV1ViieHUesQHmkUOLoPCDSm > .row .container { border-width: 0; border-radius: 0; }#EMxl7ZxCSV1ViieHUesQHmkUOLoPCDSm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EMxl7ZxCSV1ViieHUesQHmkUOLoPCDSm > .row .container { font-size:0.875rem;font-family:arial;height:3.875rem;width:75rem;position:relative;display:block; }#V0mfhqIBIOKfB4VQHahD1QAA4PQVEZvh { color:#004461;display:block;width:66.625rem;position:absolute;font-family:mavenpro;font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.74913197755812rem;left:6.2499990463257rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#zKTrfPT5qSOJUGgZz8lWkT2O62csq1G7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b0123;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; }#zKTrfPT5qSOJUGgZz8lWkT2O62csq1G7 > .row .container { background-color: transparent; background-image: none; }#zKTrfPT5qSOJUGgZz8lWkT2O62csq1G7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKTrfPT5qSOJUGgZz8lWkT2O62csq1G7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKTrfPT5qSOJUGgZz8lWkT2O62csq1G7 > .row .container > .video-iframe-container { display: none; }#zKTrfPT5qSOJUGgZz8lWkT2O62csq1G7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKTrfPT5qSOJUGgZz8lWkT2O62csq1G7 > .row > .video-iframe-container { display: none; }#zKTrfPT5qSOJUGgZz8lWkT2O62csq1G7 > .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); }#zKTrfPT5qSOJUGgZz8lWkT2O62csq1G7 > .row .container { border-width: 0; border-radius: 0; }#zKTrfPT5qSOJUGgZz8lWkT2O62csq1G7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zKTrfPT5qSOJUGgZz8lWkT2O62csq1G7 > .row .container { font-size:0.875rem;font-family:arial;height:2.5625rem;width:75rem;position:relative;display:block; }#wW3B3wkMTqJmUpmQ2NpveM1ZuW5UKRUc { color:#49778b;display:block;width:61.4375rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.49934911727905rem;left:6.2109365463257rem;height:1.625rem;font-style:normal;display:block; }
#Nfu5w9TwIFcpxv3gtOb7qDPhXfOaF0pm { box-sizing:content-box;color:#ffffff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:0.68706607818606rem;left:69.337027549744rem;display:block; }
#sry376rGLwEyu5kKBRM5BrCvP9SFe1H7 { position:absolute;display:block;z-index:14999;background-color:#1b0123;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:67.375rem;top:0rem;left:5.2742195129394rem;display:block; }
#i1AGZR1Ce6M6L7xIlFyO9fUcVNfGFapc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#290335;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; }#i1AGZR1Ce6M6L7xIlFyO9fUcVNfGFapc > .row .container { background-color: transparent; background-image: none; }#i1AGZR1Ce6M6L7xIlFyO9fUcVNfGFapc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1AGZR1Ce6M6L7xIlFyO9fUcVNfGFapc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1AGZR1Ce6M6L7xIlFyO9fUcVNfGFapc > .row .container > .video-iframe-container { display: none; }#i1AGZR1Ce6M6L7xIlFyO9fUcVNfGFapc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1AGZR1Ce6M6L7xIlFyO9fUcVNfGFapc > .row > .video-iframe-container { display: none; }#i1AGZR1Ce6M6L7xIlFyO9fUcVNfGFapc > .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); }#i1AGZR1Ce6M6L7xIlFyO9fUcVNfGFapc > .row .container { border-width: 0; border-radius: 0; }#i1AGZR1Ce6M6L7xIlFyO9fUcVNfGFapc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i1AGZR1Ce6M6L7xIlFyO9fUcVNfGFapc > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#RhRDvGhJT1WE6DtiXeKkRSwN03eAmJLo { color:#ffffff;display:block;width:66.625rem;position:absolute;font-family:mavenpro;font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.68663167953494rem;left:6.2499990463257rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#HRGDuJMpSQtUiVBkMLaC3PMWCGpqLlzi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b0123;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; }#HRGDuJMpSQtUiVBkMLaC3PMWCGpqLlzi > .row .container { background-color: transparent; background-image: none; }#HRGDuJMpSQtUiVBkMLaC3PMWCGpqLlzi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRGDuJMpSQtUiVBkMLaC3PMWCGpqLlzi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRGDuJMpSQtUiVBkMLaC3PMWCGpqLlzi > .row .container > .video-iframe-container { display: none; }#HRGDuJMpSQtUiVBkMLaC3PMWCGpqLlzi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRGDuJMpSQtUiVBkMLaC3PMWCGpqLlzi > .row > .video-iframe-container { display: none; }#HRGDuJMpSQtUiVBkMLaC3PMWCGpqLlzi > .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); }#HRGDuJMpSQtUiVBkMLaC3PMWCGpqLlzi > .row .container { border-width: 0; border-radius: 0; }#HRGDuJMpSQtUiVBkMLaC3PMWCGpqLlzi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HRGDuJMpSQtUiVBkMLaC3PMWCGpqLlzi > .row .container { font-size:0.875rem;font-family:arial;height:2.5625rem;width:75rem;position:relative;display:block; }#AGZHS19mB9iyyuxGq6b95K3nDUtWN3GD { color:#ffffff;display:block;width:61.4375rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.74934864044187rem;left:6.2109365463257rem;height:1.625rem;font-style:normal;display:block; }
#XxFWTdvJSfTaTKcWn4Hy2brGc1nUMJZV { box-sizing:content-box;color:#ffffff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:0.68706607818606rem;left:69.337027549744rem;display:block; }
#NSHQnAWP6rGomxNP9FIoR4xLoeuLOWh4 { position:absolute;display:block;z-index:14999;background-color:#1b0123;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:67.375rem;top:0rem;left:5.2742195129394rem;display:block; }
#lMpuC0cTwRExgzEpmwRDcwqLHoIL5Caw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#290335;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; }#lMpuC0cTwRExgzEpmwRDcwqLHoIL5Caw > .row .container { background-color: transparent; background-image: none; }#lMpuC0cTwRExgzEpmwRDcwqLHoIL5Caw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lMpuC0cTwRExgzEpmwRDcwqLHoIL5Caw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lMpuC0cTwRExgzEpmwRDcwqLHoIL5Caw > .row .container > .video-iframe-container { display: none; }#lMpuC0cTwRExgzEpmwRDcwqLHoIL5Caw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lMpuC0cTwRExgzEpmwRDcwqLHoIL5Caw > .row > .video-iframe-container { display: none; }#lMpuC0cTwRExgzEpmwRDcwqLHoIL5Caw > .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); }#lMpuC0cTwRExgzEpmwRDcwqLHoIL5Caw > .row .container { border-width: 0; border-radius: 0; }#lMpuC0cTwRExgzEpmwRDcwqLHoIL5Caw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lMpuC0cTwRExgzEpmwRDcwqLHoIL5Caw > .row .container { font-size:0.875rem;font-family:arial;height:3.6875rem;width:75rem;position:relative;display:block; }#JnWbMMtnTIK67JFhIsrQdW3AOedpXTZ0 { color:#ffffff;display:block;width:66.625rem;position:absolute;font-family:mavenpro;font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.56163120269776rem;left:6.2499990463257rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#cMllvdi7edqI00qAAlrtc3s09DP1zzeU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b0123;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; }#cMllvdi7edqI00qAAlrtc3s09DP1zzeU > .row .container { background-color: transparent; background-image: none; }#cMllvdi7edqI00qAAlrtc3s09DP1zzeU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMllvdi7edqI00qAAlrtc3s09DP1zzeU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMllvdi7edqI00qAAlrtc3s09DP1zzeU > .row .container > .video-iframe-container { display: none; }#cMllvdi7edqI00qAAlrtc3s09DP1zzeU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMllvdi7edqI00qAAlrtc3s09DP1zzeU > .row > .video-iframe-container { display: none; }#cMllvdi7edqI00qAAlrtc3s09DP1zzeU > .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); }#cMllvdi7edqI00qAAlrtc3s09DP1zzeU > .row .container { border-width: 0; border-radius: 0; }#cMllvdi7edqI00qAAlrtc3s09DP1zzeU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cMllvdi7edqI00qAAlrtc3s09DP1zzeU > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:75rem;position:relative;display:block; }#Fegq5qRGvQzBGogXcseWssTlRLh1SZ1P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(153deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(153deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(153deg, #ffffff, #ffffff);background-image: -o-linear-gradient(153deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(153deg, #ffffff, #ffffff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Fegq5qRGvQzBGogXcseWssTlRLh1SZ1P > .row .container { background-color: transparent; background-image: none; }#Fegq5qRGvQzBGogXcseWssTlRLh1SZ1P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fegq5qRGvQzBGogXcseWssTlRLh1SZ1P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fegq5qRGvQzBGogXcseWssTlRLh1SZ1P > .row .container > .video-iframe-container { display: none; }#Fegq5qRGvQzBGogXcseWssTlRLh1SZ1P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fegq5qRGvQzBGogXcseWssTlRLh1SZ1P > .row > .video-iframe-container { display: none; }#Fegq5qRGvQzBGogXcseWssTlRLh1SZ1P > .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); }#Fegq5qRGvQzBGogXcseWssTlRLh1SZ1P > .row .container { border-width: 0; border-radius: 0; }#Fegq5qRGvQzBGogXcseWssTlRLh1SZ1P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fegq5qRGvQzBGogXcseWssTlRLh1SZ1P > .row .container { font-size:0.875rem;font-family:arial;height:19.5rem;width:75rem;position:relative;display:block; }#EppOgksHNo15HIoXQmLcNLTz8QKHDMX1 { color:#252525;display:block;width:36.9375rem;position:absolute;font-family:mavenpro;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:8.9912109375rem;left:31.6875rem;height:5.19921875rem;text-align:left;text-align-last:left;display:block; }
#gRQcV00C2Q8biE5EUMVICRTZHZG4cgKJ { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.375rem;width:16.6875rem;top:0.6875rem;left:13.75rem;overflow:hidden;display:block; }
#pdpyrty5fThdTFnnyzhreetwUMsXXKsy { color:#ffffff;display:block;width:29.5625rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:3.9375rem;left:31.687501907349rem;height:4.3984375rem;font-style:normal;display:block; }
#sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection *:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="text"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="email"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="tel"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection textarea:focus-visible { outline: none; } #ardL61THvele2KlXghbapLtKSgbQnOea > .row .container { background-color: transparent; background-image: none; }#ardL61THvele2KlXghbapLtKSgbQnOea::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ardL61THvele2KlXghbapLtKSgbQnOea > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ardL61THvele2KlXghbapLtKSgbQnOea > .row .container > .video-iframe-container { display: none; }#ardL61THvele2KlXghbapLtKSgbQnOea > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ardL61THvele2KlXghbapLtKSgbQnOea > .row > .video-iframe-container { display: none; }#ardL61THvele2KlXghbapLtKSgbQnOea > .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); }#ardL61THvele2KlXghbapLtKSgbQnOea > .row .container { border-width: 0; border-radius: 0; }#ardL61THvele2KlXghbapLtKSgbQnOea > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ardL61THvele2KlXghbapLtKSgbQnOea > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mBHd2wHJNEDgR2Nixmtpvr9SqVJcDaOT { display:block; }#mBHd2wHJNEDgR2Nixmtpvr9SqVJcDaOT > .row .container { width:47.75rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gyZsUotc5at9pANEpomErKpImeuhp2Zv { width:;height:;top:45.5625rem;left:11.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WaXRCPTm2GxTZDRUA8UlpplukLvsuX6U { top:4.1875rem;left:16rem;width:15.75rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1WJZKO5ckuAcgeUhskEWZCtNSaCvJBH { width:9.375rem;height:16.311875rem;top:16.155599594116rem;left:38.374569296837rem;z-index:14963;display:block; }
 }@media only screen and (max-width: 763px) { #RaLDVQMTTpPRfwXzRMvKFSnW2I0oGTkH { width:8.499375rem;height:5.59375rem;top:25.122614383697rem;left:38.654514670372rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxrVwH394U0zoszK2aad6FTowJ4TOvty { width:35.2495625rem;height:3.81185rem;top:34.874132633209rem;left:6.2489150762558rem;display:block; }
 }@media only screen and (max-width: 763px) { #iasIK3PkE429FF6wE9Bba28fXiOx6GRJ { display:block; }
 }@media only screen and (max-width: 763px) { #GDVeTtTnMlteqoKl6r3zyWlhebNBrLAr { width:35.1875rem;height:9.0625rem;top:13.9375rem;left:6.28125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVDR4RT3ZbqsDN8rtTN9bkneL4AlHUMZ { width:9.625rem;height:9.625rem;top:4.1875rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDok8xBdrAtKPrlF4idcdpzJOz4PJ94w { display:block; }#UDok8xBdrAtKPrlF4idcdpzJOz4PJ94w > .row .container { width:47.75rem;height:37.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kyrb0naTJvbTrQbpDV2yQrRViQQufiAm { width:31.3748125rem;height:16.0810625rem;top:6.8107643127444rem;left:12.187500357628rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4FMhKZ9B8Tx5thvWLgD8tvLrzNdMvFV { width:2.5625rem;height:2.5625rem;top:6.935546875rem;left:8.7500003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJMnNPAcWNVP2eFaohZSXk1rsv3LXJ0c { width:2.5625rem;height:2.5625rem;top:11.249782562256rem;left:8.7500003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfGv5UJ4u0vbMd6ZVWQNqGO7y8IJipWW { width:2.5625rem;height:2.5625rem;top:15.8125rem;left:8.7500003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4gVJh4B3LxBRQgXS5Ne9TIvtZTR5lf0 { width:2.5625rem;height:2.5625rem;top:20.186416625976rem;left:8.7500003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmPgXr2piTk5riaRMSySth9rsH4VGATv { width:28.811875rem;height:3.75rem;top:1.43359375rem;left:9.4683164358137rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4KyUuLsO6JOA1ZzsakeL2NMfpTNdOVe { width:35.3125rem;height:5rem;top:26.061198234558rem;left:6.1859811544418rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlDHrnqhHr3Loprtp8aiP6ciapRQinaX { width:28.811875rem;height:3.75rem;top:1.43359375rem;left:9.4683164358137rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #MZ2LONid6kCQdLRx1v89zrR4aL5VoloM { display:block; }#MZ2LONid6kCQdLRx1v89zrR4aL5VoloM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KPS5rqXug8gIFPlfKSGGCIuIg6JXKxxu { width:33rem;height:4.3125rem;top:2.2493515014649rem;left:7.9058164358138rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvBmDgZxdFM7T5h9yhHlDuP9QiIO7tt6 { width:41.1870625rem;height:27.776375rem;top:7.6573362350462rem;left:3.2801650762558rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1OqBCmFg3DJDU8hNwoyfOn9w0DiHE5T { width:47.6875rem;height:20rem;top:12.032348632812rem;left:1.0896271467209rem;display:block; }
 }@media only screen and (max-width: 763px) { #iegWgJK6bLU6gWEN1ogqLTE4fu2ObR6s { display:block; }#iegWgJK6bLU6gWEN1ogqLTE4fu2ObR6s > .row .container { width:47.75rem;height:79.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BxSmAvD9JGWdJceG9HhqRv7qTBQOZ7ol { width:38.125rem;height:1.9375rem;top:3.1875rem;left:4.7802734375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pidBIkS9tTPTqfuwZDRBG9cpxT9um9mu { width:47.686625rem;height:18.499375rem;top:10.312500476837rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JbwdSzzxpD7NwMQTM38avThgQyXnpnR3 { width:28.75rem;height:;top:14.75rem;left:19rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0Mir4Hdfyhv9woAPIgdDB9IoQTQss66 { width:36.75rem;height:3.75rem;top:10.6875rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ry1nL5htvtCCfCPwFanltmzvi8baKvLf { width:32.5rem;height:7.1875rem;top:33.435329437256rem;left:9.0939670801163rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2hPd922okx6RGtDBt35ltL644Lsbrhh { width:37.4370625rem;height:24.8525625rem;top:43.379989624024rem;left:3.9607206583023rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbIhQtAh2Gda7GETiC6tNTIQ3FDDhWzo { width:19rem;height:19.125rem;top:45.061853408814rem;left:26.285810817296rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSrWO3oo6x1sxkrdaqsuwgDmlBkWV27V { width:36.375rem;height:2.5625rem;top:2.4993591308594rem;left:5.6097905872243rem;display:block; }
 }@media only screen and (max-width: 763px) { #enALLi69GWeN4nQq4WaRZJQI65S5EV8C { width:8.25rem;height:8.25rem;top:7rem;left:38.125rem;font-size:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fPK8nTFQubAyDNydZy3FW4y1fd9Dl0SE { width:38.125rem;height:2.986325rem;top:28.186847686767rem;left:6.0392795801162rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXAdDzwr76vfOr45F9O694snmBDExd7q { width:37.8125rem;height:17.85545rem;top:13.8125rem;left:6.1875rem;font-size:1.125rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #CkupypfhVVX5SeDCpF3t2H6nfJXhafTz { width:27.4375rem;height:18.4375rem;top:10.312500476837rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vig4dMSOugxhTzX2bVailQf7fpa8QLsz { display:block; }#Vig4dMSOugxhTzX2bVailQf7fpa8QLsz > .row .container { width:47.75rem;height:66.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cnUdPidwH1Qv0kfzT7eLaVPLxmvMbBxN { width:40.6875rem;height:3.125rem;top:0rem;left:3.4990234375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtauDOoKdFNtv788bwfbwuTb8TwztrW4 { width:39.75rem;height:54.0908125rem;top:5.4991302490234rem;left:7.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zS9F8STvhtnWTWInAM92uWerqgQaAfX3 { width:2.1875rem;height:2.1875rem;top:5.498046875rem;left:4.8741320371627rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSxegTJ088tnfwaRogn4mOtz3IvoMQ3q { width:2.1875rem;height:2.1875rem;top:9.3120651245119rem;left:4.8730472326279rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPuXZTwigCyBaDAVdSCpUP26l6lg7QcH { width:2.1875rem;height:2.1875rem;top:12.873264312744rem;left:4.8730472326279rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqUCAoyPESZ1ZJ1xIRQFqJX779qIZJCa { width:2.1875rem;height:2.1875rem;top:16.872829437256rem;left:4.9045141935349rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsqPVCAhRwGXeBwJ95Gchs4qUWf6l4w6 { width:2.1875rem;height:2.1875rem;top:20.124130249024rem;left:4.8730472326279rem;display:block; }
 }@media only screen and (max-width: 763px) { #taCZlh5sORHh87zxSl6WKfSGaMoiP4B6 { width:2.1875rem;height:2.1875rem;top:24.373916625976rem;left:4.8730472326279rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfZ2wsUio5vinUXtpqxGsix17SxeWlCp { width:2.1875rem;height:2.1875rem;top:27.56184387207rem;left:4.8730472326279rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9y0ELr2dKDvimoslMXQMFRn86iPe3MM { width:2.1875rem;height:2.1875rem;top:32.025604248047rem;left:4.8730472326279rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6Qzen22SvoiT5dvAOAegZxtUNusEuRH { width:2.1875rem;height:2.1875rem;top:36.373693466186rem;left:4.8730472326279rem;display:block; }
 }@media only screen and (max-width: 763px) { #X72RT5R7L6bPPH2pdgtyEIKcwvXbbVN0 { width:2.1875rem;height:2.1875rem;top:40.623916625976rem;left:4.8730472326279rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTzv5WR2F842eEK4dHgeCuKEhxnV8auF { width:2.1875rem;height:2.1875rem;top:46.561418533325rem;left:4.8730472326279rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnagKmyw7h9Rl98fGOTfgb4voErL5WZ5 { width:2.1875rem;height:2.1875rem;top:51.123048782349rem;left:4.9045141935349rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbwn7JkqPg4wa0DrFEcE4EMo6z8DM2tk { display:block; }#bbwn7JkqPg4wa0DrFEcE4EMo6z8DM2tk > .row .container { width:47.75rem;height:97.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N3ub8saKuGxTi6hQ7HUVlkQ4rMFezynI { width:32rem;height:1.5625rem;top:36.8125rem;left:7.8745679855344rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWLmHK4w4fI9Z1ndaLFus4ZaGdKZMFR7 { width:42.374125rem;height:16.20604375rem;top:17.873263835907rem;left:2.6877170801163rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGJXBWpuPuJocrRrTJ8kM9uGSnmm6e39 { width:47.75rem;height:6rem;top:0.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZClFa1GdmRklddr7fmiFoTcPcXXXbyi { width:21.875rem;height:17.1245625rem;top:40.811630249024rem;left:13.076172232628rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuBsQst0SwGMmVkhdvnKwuM9fnqFzPIN { width:45.686875rem;height:29.61325625rem;top:60.060760498047rem;left:1.0297309160232rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvQ5AFTIpIqG0C9nnQsZt2Kp4mTbtOXs { width:37.625rem;height:16.6875rem;top:2.4370574951172rem;left:5.0618489980697rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaTpIsfP5hSalk859qKaxTTrnC4ZLIRw { display:block; }#RaTpIsfP5hSalk859qKaxTTrnC4ZLIRw > .row .container { width:47.75rem;height:170.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ktoVV0dzUsMN7EwDP7rSJwtkDsMgQLrt { width:40.1248125rem;height:4.6875rem;top:1.2478294372559rem;left:3.8118489980697rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gG0NpIvizJ3VrNfAgVIPUIphH6g3uEHK { width:43.8748125rem;height:4.38574375rem;top:5.99609375rem;left:1.9368489980698rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDrcsM6TVTaE5LhFGJMqdToR47TgtR7s { width:40.0625rem;height:33.8739875rem;top:17.124542236328rem;left:7.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0OktG54qFrV0JnMmTvIcKTrHngertFy { width:1.875rem;height:1.875rem;top:20.060547828674rem;left:5.6304258108139rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1MAGG4lekB1vcaMH91KXFUsOlgmAR3s { width:1.875rem;height:1.875rem;top:16.998481750488rem;left:5.6306427717209rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0ukhyPdOiMTTkOESSQcR9ixPXRbLzrZ { width:1.875rem;height:1.875rem;top:27.187067985534rem;left:5.6304258108139rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOCiCGKOIqxTbiTF3GxJhoKOJazMA8Kp { width:1.875rem;height:1.875rem;top:24.310981750488rem;left:5.6304258108139rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCkSxuro4bm4kkXDMoKI6FH8OHcRbCXB { width:1.875rem;height:1.875rem;top:34.623700141907rem;left:5.6304258108139rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GI2hR3t5e7gUvHvPodQwFFom9rTkibTZ { width:1.875rem;height:1.875rem;top:31.686633110046rem;left:5.6304258108139rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvsEteSwIP5wgVNOcVOUlWofFH3130as { width:1.875rem;height:1.875rem;top:43.311635017395rem;left:5.6304258108139rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nwfh1qRbvlDytLBKy38EKHm4QGnFPlUo { width:1.875rem;height:1.875rem;top:38.936633110046rem;left:5.6304258108139rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTFRwlDpcJZNRaNo3d8Mn9ZNhhXrD1xO { width:1.875rem;height:1.875rem;top:47.874352455139rem;left:5.6304258108139rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGdBvfu75oQbU4JkB9VVNck0WWnqeFKG { width:20rem;height:10.5rem;top:87.5625rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fA2Ocgufdbe5LK7F9mEPGLwpXIAJFDzz { width:42.5625rem;height:3.125rem;top:61.562500953674rem;left:2.5933161973953rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w38GJFBWUaEcefO9MZQ8BrrMy4ZP9f3A { width:37.874375rem;height:29.61325625rem;top:65.31141757965rem;left:2.5933161973953rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcADZfpqTTBMTk7UynzxGfTv9B8FFmr1 { width:14.875rem;height:11.875rem;top:97.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzRhTTecRxsN9BDJwoTIiG0UHquJ9DMl { width:13.5rem;height:10.4375rem;top:98.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #te1P7rX5GxO20qtl080yVBf0i1qyreXx { width:14.125rem;height:10.9375rem;top:98.125rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKbzuzRk5iPbIo1s9m3o8VKxfdzXvBrh { width:16.375rem;height:11.1875rem;top:97.625rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIIr52l8L6ESUXPHpQnoQu2q9Di2Oawh { width:16.25rem;height:11rem;top:97.625rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #opThmQAKVQHxn05QmERf7M1SVz6286QA { width:15.375rem;height:12.125rem;top:97.625rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mo15OkHrdWaLKXu6Zsln2SWlHoUoDdzQ { width:14.0625rem;height:11.25rem;top:97.9375rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zr0X5W3FdnL0DkpCmF6JO58MITVbTtEX { width:44.749375rem;height:4.6875rem;top:112.998046875rem;left:1.4995659589768rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTycqiVTkemNwJmTxWgUCoH00Taz8AcN { width:37.374125rem;height:10.186625rem;top:119.24696874619rem;left:5.1877173185349rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddssH3ek9pJaKfcmel5pvPIEyVDEcQQ2 { width:40.3125rem;height:10.1875rem;top:131.56250762939rem;left:3.7174481153488rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyofhuHh32mND5nLdq6lczDwyQFIAMHN { width:40.686875rem;height:12.6248125rem;top:144.93707466126rem;left:3.5308159589768rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9D5nZATB8VN4spuHiicB7ythihBoW69 { width:37.561875rem;height:10.625rem;top:159.87414073944rem;left:5.0933164358139rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeJrWsDnWQF89y8vv0KXi52SOfB9hZUF { width:16rem;height:64.5625rem;top:25.875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SiSX0T56CNe2s2Q1VCfbPIQgnhEcspap { width:47.75rem;height:10rem;top:76.5rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rk1uMP0i3X5R8sZ8vZp9w6NdL8crQQzt { width:18.4375rem;height:39.875rem;top:115.3125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #REbcLcyR0TVmd1qTK9UnhnzQqT98CKDh { width:15.875rem;height:27.625rem;top:70.749796867369rem;left:23.249784827232rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMyb3rtFzFBpx4zQS7RPL9SvJQhRnKT5 { width:35.2495625rem;height:3.81185rem;top:34.874132633209rem;left:6.2489150762558rem;display:block; }
 }@media only screen and (max-width: 763px) { #exB9dxb6T2MsXt6KQB2FHPMzBXtPVeR9 { display:block; }
 }@media only screen and (max-width: 763px) { #D3Xnc6zXNNH0s7FP37NFdGScNaz0k0ME { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8d82bf71-915b-4190-ac71-894cb354834d/BGDOBRA7.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#D3Xnc6zXNNH0s7FP37NFdGScNaz0k0ME.adaptive-delivery-prevent-bg, #D3Xnc6zXNNH0s7FP37NFdGScNaz0k0ME.lazyload, #D3Xnc6zXNNH0s7FP37NFdGScNaz0k0ME.lazyloading { background-image: none; }#D3Xnc6zXNNH0s7FP37NFdGScNaz0k0ME > .row .container { background-color: transparent; background-image: none; }#D3Xnc6zXNNH0s7FP37NFdGScNaz0k0ME::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3Xnc6zXNNH0s7FP37NFdGScNaz0k0ME > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3Xnc6zXNNH0s7FP37NFdGScNaz0k0ME > .row .container > .video-iframe-container { display: none; }#D3Xnc6zXNNH0s7FP37NFdGScNaz0k0ME > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3Xnc6zXNNH0s7FP37NFdGScNaz0k0ME > .row > .video-iframe-container { display: none; }#D3Xnc6zXNNH0s7FP37NFdGScNaz0k0ME > .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); }#D3Xnc6zXNNH0s7FP37NFdGScNaz0k0ME > .row .container { width:47.75rem;height:229.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wSAmbfcTuvsNtcyrFIvzU8wd66FT0Aw9 { width:24.4375rem;height:1.5625rem;top:19.0625rem;left:12.435114860534rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #myU6FuCRB07V76kAugVoZPgo6RC7RSI4 { width:42.3123125rem;height:7.3720625rem;top:22.622614860534rem;left:2.7180989980697rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Og80ItI9WWqEJTfQGQkddAOqBhCUVL8G { width:39.6245625rem;height:2.986325rem;top:46.185984611511rem;left:4.8394097089768rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ag6l1pmTIySwFchvSpUR9kxc8PIcTtVQ { width:30.686875rem;height:10.9375rem;top:33.062067985534rem;left:9.93489587307rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrW0q4TkgRm6N0VJ85i8PG3I7PAJZ7Th { width:26.875rem;height:8.75rem;top:60.625037193298rem;left:11.152778029442rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIHaBH5kpzPLt1J6gAQksSIflkIcN3s8 { width:43.936625rem;height:13.21971875rem;top:70.811635017394rem;left:2.0583769083023rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hu95k32NbcHhox91WsWGQbz4urLwtERP { width:26.5625rem;height:1.9375rem;top:93.0625rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJcTfAtCisL2QrJiJWLdrvXNXvifWMU0 { width:43.9375rem;height:2.03125rem;top:88.624145507812rem;left:1.9053820371627rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJN5C48B50EzAq5yzJxOXXu1CZEtUkUH { width:9.375rem;height:13.286869163521rem;top:91.8125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #twlpEP0EwcGAprI26y8ttX9wgvtDaIEs { width:23.1875rem;height:1.625rem;top:93.25rem;left:14.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttCfuxFFy5GkaVyxLTRvGXLiTrJPydhx { width:30.75rem;height:7.3095625rem;top:95.25rem;left:13.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZRBsPy81Ixti64TS9OULK0KDWflDCp0 { width:9.6875rem;height:13.847119607026rem;top:106.875rem;left:36.250000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWqZPHIE9nPEIJaf4OMSwuBr2f9E9RTd { width:32.25rem;height:2rem;top:108.37457275391rem;left:3.2497829198837rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhEdn1b7QsOD8pWDwBVaZTCTH7X5hyn5 { width:30.625rem;height:1.625rem;top:108.49932861328rem;left:4.0625003576279rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTuntCfrmi4UWAkIdv7GwJTZguF2754A { width:33.75rem;height:8.77148125rem;top:110.99932861328rem;left:1.6872831583023rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pucTyJpqqk1toz6gaTuA4iM6StiFW96f { width:29.5625rem;height:2rem;top:123rem;left:12.812500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #coJU96gJfEs1zMtBDE6owgnUuXoeQ33t { width:19.6875rem;height:1.625rem;top:123.12475585938rem;left:17.624782919884rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUkefuR9BDGQPVzDiBy2hGgI3eJuq32C { width:33.375rem;height:8.771475rem;top:125.74957275391rem;left:12.686632514rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKeik2vE7UOM1h4NXqVnEsZTeaaaQOvK { width:10.4375rem;height:13.854823467432rem;top:121.68707275391rem;left:1.6872831583023rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lddp6zyIVJ1T1bHwqIM3hJhfHNgDARfK { width:9.8125rem;height:13.849645696454rem;top:138.56225585938rem;left:37.874351859092rem;display:block; }
 }@media only screen and (max-width: 763px) { #epitHBqEslQQrMdURr0qEbsRqZH7SK0h { width:36.125rem;height:2.25rem;top:138.93664550781rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUIA5k4It7R9GqIAx3TtfOz8br58NhGy { width:33.624125rem;height:8.77148125rem;top:142.06164169311rem;left:3.3170574903488rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qxxo5Nvg5HQtFENEm0EFiZ5fzJCbCnaB { width:33.625rem;height:1.625rem;top:139.18725585938rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWq0AJOJslaTUJDNk9d9TlLugdxrgU3V { width:9.9375rem;height:14.125rem;top:153.1875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUwNar7xw8VQWGfBIZnvOOUiT9nlBkAi { width:28.375rem;height:2rem;top:155.25rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrfIqZETkwoy5HKHle61atifQAITr96Q { width:33.624125rem;height:5.84765rem;top:159.4375rem;left:12.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBvw3vDZ2T3aXyHgCfwPClfaBuXDLVC9 { width:27.4375rem;height:3.25rem;top:155.4375rem;left:12.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUWrmEAPL6ULGXu4wbubQZARNpV72h1b { width:34rem;height:2.875rem;top:171rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikh8PflFBe7TdGLqfZiS7G3hVUdlNO5v { width:31.625rem;height:1.625rem;top:171.5rem;left:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TahlR5bpt7IDXmSAgs1nBRAZNRtD2QpI { width:12.75rem;height:1.9375rem;top:156.875rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvWDGQSvC7Nbdeeqtsa2AZ8eJPHwREly { width:31.8125rem;height:4.4482375rem;top:174.3125rem;left:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8uyzrBEyg9vP1z2eQ2UKQyZ8bpwDBiS { width:9.8125rem;height:13.8125rem;top:169.9375rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QchMo5tktBNBeIxi0Af31V3veTTHGFgm { width:29.6875rem;height:9.375rem;top:186.99975585938rem;left:8.9984811544419rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEAXLcceKQd5MbVbbk1Q8OxBKUwGkRFf { width:44.6245625rem;height:8.771475rem;top:198.18577075004rem;left:1.5614150762558rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fI4x8BSDVcrOrfX8wMhm78H8cDnThHzk { width:47.75rem;height:2.875rem;top:209.49975585938rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7MTO94TmpTB7l6OggazALSQJoFH7gBE { width:39.5625rem;height:1.625rem;top:210rem;left:4.3120659589768rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugTdNwJdy5IMX5GLpaoCmrWOsHot6nI9 { width:30rem;height:4.3857375rem;top:218rem;left:15.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfCtgwMnpT5bl96HITIgoxtnvTIqThgK { width:10.1248125rem;height:13.811875rem;top:213.75rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTHxMFsEQcS7EpfubH2BBOshFUG8aFL8 { width:32.3125rem;height:2.0625rem;top:127.1875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #uxyLnoZ1f0BDZz9ldOvBiGfTk4hQTmRk { width:27.5625rem;height:2.0625rem;top:107.875rem;left:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dyPDuuParoHkfTIz0XUduAOqyEDsFlTT { width:35.2495625rem;height:3.81185rem;top:34.874132633209rem;left:6.2489150762558rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6o670AsXzazQM14U4DohO5inVsqh5FE { display:block; }
 }@media only screen and (max-width: 763px) { #V0STTeFeIl9sHLZfTuhm8NSq30Vrff0C { display:block; }#V0STTeFeIl9sHLZfTuhm8NSq30Vrff0C > .row .container { width:47.75rem;height:499.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TO8PVebe6Haiy0VX4vlvcOvFm0tL8AgV { width:28.5625rem;height:10.125rem;top:1rem;left:9.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJ8tKVEUXMQgUgCJAy8EXmxZCglrqAal { width:42.5rem;height:19.06736875rem;top:11.873914718628rem;left:2.6236981153488rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3Kh4c2t4BILIHI4npQ592VWxEqcscX7 { width:47.75rem;height:2.8125rem;top:34.812316894531rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTHQaRLywklPMkpSD5GseTpgOO8Dd08W { width:41.25rem;height:1.625rem;top:35.374389648438rem;left:3.2497829198837rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9yQ8Qn2gkhfA8gS0b4oIGHk5L9OTbJV { width:29.8123125rem;height:2.986325rem;top:41.625rem;left:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nf3qHnh1CD7xyEyvJoKuwAXaHWx2ztuw { width:5.875rem;height:8.125rem;top:38.4375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aP45sN0WXxTRREA2lfo8OTakzpFfR0EI { width:47.75rem;height:2.8125rem;top:54.436889648438rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQ7IewR7MH0BdpvA4wUHw5ssKhKTqEME { width:28.125rem;height:1.625rem;top:54.967892646789rem;left:10.622830748558rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7MTfphcbhqubSlG0Z5qqEQgTF5cVtBI { width:9.874125rem;height:13.186875rem;top:57.875rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQLoiVhNGl7TfkCVomTzxeD6GPKgNsC2 { width:30.5625rem;height:2.923825rem;top:61.5625rem;left:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItuBeoN59AvlhwUIM90ZlTtX1l0cT11M { width:18.5rem;height:5rem;top:671.9375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sr9bNA8wpNf9KfH4DlGtQRhWy8DbPK8y { width:37.1875rem;height:0;top:502.686875rem;left:5.2799481153488rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rbI0Lblf8r697KOKEHwbEFD9LxE3sF3T { width:27.375rem;height:1.875rem;top:428.49932861328rem;left:15.374132514rem;display:block; }
 }@media only screen and (max-width: 763px) { #LosaxrLX6DtvpanDaeVLl5RV3nJJddNr { display:block; }
 }@media only screen and (max-width: 763px) { #XnOf2tRwdQhmCDypIn390Vyrv2FMLXvE { width:33.3125rem;height:1.875rem;top:64.487858239562rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #F0cW6XEJPzQar3uMT2i3PZnsASgwk5ce { display:block; }#F0cW6XEJPzQar3uMT2i3PZnsASgwk5ce > .row .container { width:47.75rem;height:499.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m1rf9scMwLxC3GX7sww9DphvWE9KmNCe { width:28.75rem;height:10.3125rem;top:77.312316894531rem;left:9.4997838735581rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALxRT2sTpL0vFiUb5J5NlclG5etncm5e { width:26.5625rem;height:11.660151206601rem;top:70.625rem;left:10.562066435814rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLPtrHbFMTxufFZlKn1KA7XzxBVn9Z4e { width:45.625rem;height:23.5156125rem;top:88.437507629394rem;left:1.0601128339768rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqQBEOBlHwsvr8DQyrs3L2cmEfPoPV97 { width:1.875rem;height:1.875rem;top:111.65213155746rem;left:5.1247833967209rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vS5XE9SHluxuVDQwSOAP5CGTK8EDVOwO { width:38.125rem;height:20.779275rem;top:111.90213155746rem;left:7.8808597326281rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNr21nnlPHGxJrgbGEqV5HQEAAoBNxZL { width:1.875rem;height:1.875rem;top:114.686419487rem;left:5.1247833967209rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBSlmbP9yubMSg2SxyvQTFqm7z8iiti5 { width:1.875rem;height:1.875rem;top:117.561419487rem;left:5.1247833967209rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7gbMVnUaImP7I5BPl4GMxMZpeL28Wt8 { width:1.875rem;height:1.875rem;top:120.48372840881rem;left:5.1247833967209rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5nkufHyiqbup8X2tfaLAJ6DLTf1qpHL { width:1.875rem;height:1.875rem;top:123.49870300293rem;left:5.1247833967209rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICIJyxgZbcEUwZhtsoyJySQKm8ltlX65 { width:1.875rem;height:1.875rem;top:127.81250572204rem;left:5.1247833967209rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPMWgEIJDncFcqt223fMkmCZxCiX3Wsi { width:43.3745625rem;height:22.11619375rem;top:133.37456607819rem;left:2.1864150762558rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sL0pEb0XGvH9Fmhxatkx9A8khhxerlcu { width:47.75rem;height:2.8125rem;top:157.24981689453rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R71p7flBCggPEvp90OE58WJeWx6Qx9Xl { width:28.125rem;height:1.625rem;top:157.87476348877rem;left:9.8111985921862rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHQ1dBdBesLFxVMKlWzS0cDV4h3DuQVD { width:33.499375rem;height:2.923825rem;top:164rem;left:12.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZnmF9BRTGKFgWztf0QvAC2cvQ2TWeRu { width:47.75rem;height:2.8125rem;top:177.56188964844rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #anqrOOTVsNwt0NCubKTQ14EyTHThpsZN { width:32.6875rem;height:1.625rem;top:178.125rem;left:7.4989150762556rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3Xi1LP5g2KrrpFmWwDgzqSLQbG78rSv { width:24.6875rem;height:2.986325rem;top:184rem;left:5.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGTMqWrv7iWvuAvT3FB0kdWAO7ZoVppb { width:47.75rem;height:2.8125rem;top:198.31164550781rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThPNPf1tMz2NoAEuDHxp2EtCl0HTWO1f { width:38.5625rem;height:1.625rem;top:198.81188964844rem;left:5.4047311544418rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFbFhQWTt0kpBleMrJgTo4X5H0CWXumB { width:32.25rem;height:2.986325rem;top:205.875rem;left:15.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZvRClnVGZvTyL8i6KdBwxQm3l3G709s { width:47.75rem;height:2.875rem;top:220.43731689453rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzfCcnV2E2NtyKtIquGdyylnT7Wps6eX { width:43.875rem;height:1.375rem;top:221.06182861328rem;left:1.9053820371627rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6Vap1vc77fgu8RyiXcLGHidGTO64FZb { width:20.3125rem;height:2.986325rem;top:226.74914455414rem;left:8.0295146703719rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IC5f1EUJNHKfGFZTBJmFqZObzQEbpTfo { width:47.75rem;height:2.8125rem;top:241.49957275391rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsAHPxnrwLhnf2dafcDbKkLAce3nphzv { width:47.75rem;height:1.375rem;top:242.12457275391rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkeC1Jzf71RtZGfsmTEJLvgC85gqgccl { width:25.75rem;height:2.923825rem;top:247.8125rem;left:16.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmKdb8z1uHZN01RsxlUrTnuD9lGJNfPV { width:47.75rem;height:2.8125rem;top:260.12481689453rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpSUTFs2Jh424KgtdmasE91RUccX8zgc { width:47.75rem;height:1.375rem;top:260.81170654297rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RanPpU1fomAUSxfPqDVr0nSsF7bFxEZZ { width:32.875rem;height:2.923825rem;top:266.49957275391rem;left:0.010850667953491rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8INr3smD3TX3dNfRwrET8XuLKcwRJHJ { width:47.75rem;height:2.8125rem;top:279.74932861328rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9RIWQ8tPs03RLaupv95VM1eHbIsIDOe { width:41.75rem;height:1.375rem;top:280.31256103516rem;left:2.7180989980697rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xo0st6XuXfxZLmsMUNHT1ANSMVc6NzPE { width:27.4375rem;height:2.923825rem;top:285.9375rem;left:14.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmOHihbVTPEobQHiAK4fzHbSD1IXCWvW { width:47.75rem;height:1.375rem;top:300.81182861328rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDsWtGrd4yvCAJCVgeguiMHNmfg1GeEo { width:47.75rem;height:2.8125rem;top:300.18670654297rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSM8gR2lUn2JmAwlkErTz3wQ7tcaVVo4 { width:31.749125rem;height:4.38574375rem;top:305.6875rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdx8ZFWJd6pFOvRFyWntfWUOnOVgTR7R { width:47.75rem;height:2.75rem;top:320.43756103516rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkvRMrQaANMgDqkNq19owkVg9pns9kwp { width:47.75rem;height:4.1875rem;top:319.81231689453rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCSfhkkxhlrAxTergfHp264sfOmwxTTZ { width:32.0625rem;height:2.923825rem;top:327.68670654297rem;left:13.936632514rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGTJMwRX1snz7i2aUNTyBrxvyRCpyGDi { width:9.6875rem;height:1.58105625rem;top:339.87420654297rem;left:19.061415076256rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6mIP81Cx2J4DhqLUJbWM9Dqk7wGxhzd { width:47.75rem;height:2.3125rem;top:339.56170654297rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPqksasQx6BRXyCLaR8eNG1SVNGrfmfW { width:28.8125rem;height:2.923825rem;top:344.62457275391rem;left:3.3734809160232rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqfEW4NXqMAV9ERXprPlu2fRnXcrrHi9 { width:9.6875rem;height:1.58105625rem;top:357.24932861328rem;left:18.999567389488rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IALUODIdG8cXfRgXKB81Cc7aI5zdZNRi { width:47.75rem;height:2.3125rem;top:356.93682861328rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dS9sdZiIBryk4TmsHKDEH6B1WreCpvEQ { width:41.25rem;height:1.8684875rem;top:361.31182861328rem;left:3.2497829198837rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfwDtxx7AoZHfX4Qlh1heHxX3cQDHsOg { width:17.5625rem;height:1.8684875rem;top:367.8125rem;left:13.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzMlEkC35rLuT0iGtGpZyKkzmutmwNli { width:41.25rem;height:1.462675rem;top:363.75006103516rem;left:3.2497829198837rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpx1Al5UVvk0MMotU27fFZdszzbB87oZ { width:31.875rem;height:4.38574375rem;top:370.8125rem;left:14.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFKOow9RKSlpTC2TNSs4gnCyqs1LvKQI { width:8.1875rem;height:11.909175492625rem;top:367.8125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFFlghXh1CKe0FWevdEBqBITvbc7lOef { width:14.6875rem;height:1.8684875rem;top:381.875rem;left:17.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4dq7QvLklTmrocm9d3v2LE0vxwL7Ps8 { width:24.0625rem;height:14.249125rem;top:384.9375rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdeqBRZ1MsofFIWEonbaeOc7aJhgcS1t { width:30rem;height:2.923825rem;top:406.62436676026rem;left:2.8125003576279rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWP6ndTtgrxz6e7OSVLmNIuPiTEt631L { width:23.9995625rem;height:3.25rem;top:402.6875rem;left:9.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJTZDboXPF01tKe2zBpcbNuaE70zB8Fw { width:9.375rem;height:13.1875rem;top:400.25rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JppIJHBPcer0mun3RPyToF2TnRsDrhIe { width:27rem;height:1.625rem;top:418.31170654297rem;left:13.312066435814rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBP7u7gZqmOOglMl22y6bBVqJVAJeB62 { width:27.375rem;height:1.875rem;top:428.49932861328rem;left:15.374132514rem;display:block; }
 }@media only screen and (max-width: 763px) { #funySbZI4dMTmZgJO9T3R4ynW1T03omX { display:block; }
 }@media only screen and (max-width: 763px) { #cGtn0rFB45BRhnACkCfsV0rNTnhQ2a4B { width:1.4375rem;height:1.4375rem;top:428.75006103516rem;left:16.186849951744rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypPhLtP4NOWM2NNsT77L1kSzPZ0q4i2b { width:1.4375rem;height:1.4375rem;top:428.75006103516rem;left:40.624786734581rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLzHpyc3UCaTpAtgCy4gTxnOa13QztCo { width:10.5620625rem;height:15.061875rem;top:416.62327766419rem;left:3.8736981153488rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmG3Z4UQ1NKMNHvK2Fr8nkdV0rxSKSgk { width:30.1248125rem;height:5.84765625rem;top:420.99827766419rem;left:15.437282919884rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEJlICl5e2P8yKMdydV3vu5Kk6a0MWsJ { width:4.75rem;height:6.875rem;top:435.25rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #rg314ei6yhHldVAyHp2EhTCzNoOilmck { width:27.0625rem;height:1.9375rem;top:445.125rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzB1MDGT8agDldO7cnMFgZ7qgnK9c2m7 { display:block; }
 }@media only screen and (max-width: 763px) { #TOfQKTSRJBbFmRTVOfnqClT8HM2dkuKu { width:1.4375rem;height:1.4375rem;top:445.3125rem;left:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNQeqBXqMPxkzShGW9LGzXJIoXZHL3mg { width:1.4375rem;height:1.4375rem;top:445.375rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fR6mLmslpiFSo3RghEtNCETucT64J0DA { width:25.3125rem;height:1.625rem;top:435.25rem;left:8.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqLAN3QuereAhzdESNHVSWMVUe7esxhh { width:47.75rem;height:2.8125rem;top:467.50006103516rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BegsfOuQmcVoQl6QKtSUAcekDXhyr4yS { width:22.1875rem;height:1.375rem;top:468.24980545044rem;left:13.559028029442rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iriBn4vTX8frzQbtZqJQtUtGPJcvOAmB { width:8.625rem;height:12.5rem;top:471.75rem;left:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdmZa9Tl62GiZUOVaaIsabMHlRnTwszB { width:8.3125rem;height:12.3125rem;top:304.1875rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbOtmyLvDGSDUmfeywFN4iO2vnJmuxrR { width:8.3125rem;height:12.0625rem;top:325.87457275391rem;left:4.6245659589768rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtWQuOefbRhB2Gv7OrV13DUChdCrnE1H { width:8.3125rem;height:12.5rem;top:283.6875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSmCWQSo0rrqTmvcgENF7tWf3w7MAUki { width:17.4375rem;height:10.1875rem;top:430.25rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Koi99iLsLJupuTsdkZTtgWgeX0guuToE { width:29.375rem;height:4.3857375rem;top:438.0625rem;left:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMnZEpZC0dfo0OXh11O8u1ziqBJiqGXt { width:20.9375rem;height:4.3857375rem;top:473.25rem;left:8.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg5Th314xrXnkou3VDTAlfvl10XWKZXG { width:9.249125rem;height:13.186875rem;top:160.75rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWI5K0ntDdfAeMcT3rVmsQRP6ZOEmvZ9 { width:10.875rem;height:13.1875rem;top:181.8125rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywuEVTUiGf352Ip1lT85TMx04xpnxEVV { width:10.9375rem;height:13.1875rem;top:202.375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPCCNuM9pVJb6RdL1vGSPPewBbqTsP22 { width:9.1873125rem;height:13.186875rem;top:224.49849319458rem;left:29.56705892086rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQOfBKrpqZWzfQSL7iiI6p6GRyubdAlu { width:9.1875rem;height:13.1875rem;top:245.4375rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsILAN9LhDDXx76fuGOZGqTWNI2pp4UO { width:9.1875rem;height:11.0625rem;top:265.37432861328rem;left:33.817276358604rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgTfpQmTxOsp37ia0GIQVIB3rFvkQTu2 { width:9.1875rem;height:11.0625rem;top:342.74957275391rem;left:32.383900046349rem;display:block; }
 }@media only screen and (max-width: 763px) { #rr02Th9lEgB23ksfnE7sWDxVSL0inwh0 { width:18.5rem;height:5rem;top:671.9375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UwGoqabVR6TxwtEos1eihz4m5W4kgRSU { width:10.686875rem;height:14.375rem;top:450.0625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufoLUFh249E4FqNA9BfyxhyvcMJfk51i { width:27rem;height:1.625rem;top:451.25rem;left:15.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tM0QCAD8LJU1FTD3HCDpaWmPFrUqlTGS { width:29.1873125rem;height:8.7715rem;top:453.6875rem;left:15.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTOmTyChJI0FceuczFAGRTBDTHqUZd1I { width:37.1875rem;height:0;top:502.686875rem;left:5.2799481153488rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rQCQsdNT12z71DTLwwKaBusMVD7wyT3q { width:8.125rem;height:11.75rem;top:367.8125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5uhS5AtUAUX08X2fOE6Wxf2dygUPGLl { width:33.3125rem;height:1.875rem;top:64.487858239562rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #R9TBSLc6hNgJfrsWN5UinrMZby2IlT8g { width:35.2495625rem;height:3.81185rem;top:34.874132633209rem;left:6.2489150762558rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9O90o2LCalR0Uyf7xBhRa5aDEvAxymR { display:block; }
 }@media only screen and (max-width: 763px) { #F3aVgRZcumJIiDT54WurCHPL3timkgqh { display:block; }#F3aVgRZcumJIiDT54WurCHPL3timkgqh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ICgAzNWyyPUVk4sO7qGFretC4Gsb6tsB { width:37.1875rem;height:6.25rem;top:502.686875rem;left:5.2799481153488rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDNO0TiZ32CWeXQGDZLHTwOGbUBhTDM6 { width:37.1875rem;height:6.25rem;top:2.3014316558838rem;left:5.2484811544418rem;font-size:1.5625rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #U7VgroTc8m81Uwqar9pVuMt8zGXINgc3 { width:18.5rem;height:5rem;top:671.9375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #P7ehahUVz9pG69Ct1Te7mMW9EacSUc4d { width:27rem;height:14.1875rem;top:10rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfaVa0EfmG0Pc4ONJhK7snHNMzKWwTWK { width:2.9375rem;height:1.8125rem;top:17.9375rem;left:15.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXhmKxbNRHWZcwDrG1VJi34g5c00GgJf { width:11.375rem;height:11.5rem;top:11.5rem;left:18.1875rem;font-size:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rsvw6bfTHux835eBNdUXHFAJoBTcsd76 { width:4.75rem;height:3.625rem;top:15.4375rem;left:28.6875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTdRrranEkA52utu0KBiapKqxIKbAFc7 { width:2.9375rem;height:1.8125rem;top:16.4375rem;left:15.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxxzM6TGR7TDIvT6OWoF911w4xxpCL65 { width:14.5625rem;height:2.25rem;top:10.1875rem;left:16.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6qkGS8C1Oysk27rSONSPwfMkxhEHT6z { width:11.9375rem;height:1.8125rem;top:11.8125rem;left:17.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJTKHHvLqF4T6VPyTdoV7QhaDxbm2TBW { width:16.1875rem;height:1.8125rem;top:21.75rem;left:15.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuaLqKzuIKehMVBgQR60qTpfeDulsZxZ { width:35.2495625rem;height:3.81185rem;top:34.874132633209rem;left:6.2489150762558rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3wqtbpO20dR5urHmKUKMsI1zp1MQXUt { display:block; }
 }@media only screen and (max-width: 763px) { #SqhH2bc8JwX2quQDCB8UahL7MmK8UuDD { display:block; }#SqhH2bc8JwX2quQDCB8UahL7MmK8UuDD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MbpfaguUTKcgvs2Ut126KBTMoTsRUP24 { width:47.75rem;height:2.92480625rem;top:3rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZDG15vJbNp9uKQvputCQoXGgnmLdMA2 { display:block; }#MZDG15vJbNp9uKQvputCQoXGgnmLdMA2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZhJhQDTn7Jki1HXgfmvh9KfbbIkzKgz { width:27.25rem;height:1.625rem;top:0.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5l7AHvkgayDlrI7D6qfDIOc3mDIgx3F { width:1.625rem;height:1.687956432573rem;top:0.8125rem;left:46.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #egWdPPwWnWtiTDthHTQ7HseWAqiieGKC { width:47.75rem;height:2.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5cmEnwqPXP3LNsBT2QuUG2PMNzqHT9I { display:block; }#J5cmEnwqPXP3LNsBT2QuUG2PMNzqHT9I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FiLgP8XsgDSZuzmdxeEer19UxBU0JH7D { width:47.75rem;height:6.334625rem;top:0.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzkGmT2KAEUWBcLSV3e8F2ITTfxG0NFh { display:block; }#KzkGmT2KAEUWBcLSV3e8F2ITTfxG0NFh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xd9Lgp1Bswz9kPVGW3wGdHPUzFTDCKJT { width:39.6875rem;height:1.21875rem;top:0.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKm0CvGSXdtE4cwcTvhteEb4b1UXHtlv { width:1.625rem;height:1.687956432573rem;top:0.5rem;left:46.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nArfVXD9brxqJevUplP5qWSsHcMkdabV { width:47.75rem;height:2.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSknZbJHR3L2Ct9xST7zVHTEN4G8lA2l { display:block; }#OSknZbJHR3L2Ct9xST7zVHTEN4G8lA2l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yQKSqAriEPTJC94DGpd77VOzWKRz0xTd { width:47.75rem;height:4.2230875rem;top:0.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpKuESIlyLHF8HapXT5eu4DTPIHXzehS { display:block; }#gpKuESIlyLHF8HapXT5eu4DTPIHXzehS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TwvZpkO8FtMc0uvW2EtUlIBelQgnaClM { width:47.75rem;height:1.21875rem;top:0.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCOyNFvSctxMQWml88RUlM1hyTopAkd2 { width:1.625rem;height:1.687956432573rem;top:0.5625rem;left:46.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKbpE1qOB0NLDOSdNDvT449m6W486JaJ { width:47.75rem;height:2.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HD0JyqSrr5XAaXHmP0ZydLsodPmQdNm1 { display:block; }#HD0JyqSrr5XAaXHmP0ZydLsodPmQdNm1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KthAMtEM38LhBUJ9Mh8uMtqvCBVXpdXP { width:47.75rem;height:4.2230875rem;top:0.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VndN0lLS7Z0JuaWVcaCtmc8FWVUmPzoT { display:block; }#VndN0lLS7Z0JuaWVcaCtmc8FWVUmPzoT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wahDS1bsJK0t0cim5TcoAvQFNl0VGeqZ { width:47.75rem;height:1.21875rem;top:0.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmkXdIUVeK0qOWVuTanslSoWeUECvyzP { width:1.625rem;height:1.687956432573rem;top:0.5rem;left:46.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEaRbHPSc3BQOfWeZmiCocwihFdU0Nky { width:47.75rem;height:2.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGTlQZJsH9ehCpi52ruiwkMdVt0qXRZm { display:block; }#QGTlQZJsH9ehCpi52ruiwkMdVt0qXRZm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bAwlNuMcF1M7pxyWHtab6BuTPCtIDPpb { width:47.75rem;height:2.11154375rem;top:0.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT5VQQTLwNbs5WkJRZQEkZK8vT52LL5m { display:block; }#JT5VQQTLwNbs5WkJRZQEkZK8vT52LL5m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G4PR8Kd0A9qfSx35TrxBnfsRINQdRwFM { width:47.75rem;height:1.21875rem;top:0.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vx4qX3PFgZVCqThQ0ad3m66vOR5gZX5t { width:1.625rem;height:1.687956432573rem;top:0.625rem;left:46.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZ2E72VaDXs79I3dfyAftRcRpVTJZU5u { width:47.75rem;height:2.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3XXl3DcgeiQL56l9nBoRfikWMmaDOhr { display:block; }#Q3XXl3DcgeiQL56l9nBoRfikWMmaDOhr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qxgWKEkZNE9CsZ2d6eB1FxNGZPWQvJqc { width:47.75rem;height:1.055775rem;top:0.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWJ00uNfXSOaTz5uHyCu7Cg8ngT7wgay { display:block; }#RWJ00uNfXSOaTz5uHyCu7Cg8ngT7wgay > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k7zMsPlW65A9W2LO3WCNMK2rA72oyOA8 { width:47.75rem;height:1.21875rem;top:0.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD51iagaRckx6uEOEnPxuHVeDOZbQEXn { width:1.625rem;height:1.687956432573rem;top:0.5rem;left:46.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Takaqscns1Us7KQGePRvaNQGCNaA9vJI { width:47.75rem;height:2.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dhe6RaIiLa0kK97sUUceCZ42BngWyKTS { display:block; }#Dhe6RaIiLa0kK97sUUceCZ42BngWyKTS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RZVGaKsbtTbG2gbe2kyntbXI90ugHaCL { width:47.75rem;height:1.055775rem;top:0.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcNEPDvHbzMy2WQN4ThiqsTKZTOV0Rgw { display:block; }#KcNEPDvHbzMy2WQN4ThiqsTKZTOV0Rgw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UCsn4mH9wUG92OHJWbgGZ3fLiAa6LwHX { width:47.75rem;height:2.4375rem;top:0.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o85fKM6IAyyXvpg6i7zTDgQc8TxScPrg { width:1.625rem;height:1.687956432573rem;top:0.8125rem;left:46.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS67E7IcD4hrWkCP1ecpsGa60FEHfny5 { width:47.75rem;height:4.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMxl7ZxCSV1ViieHUesQHmkUOLoPCDSm { display:block; }#EMxl7ZxCSV1ViieHUesQHmkUOLoPCDSm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V0mfhqIBIOKfB4VQHahD1QAA4PQVEZvh { width:47.75rem;height:2.11154375rem;top:0.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKTrfPT5qSOJUGgZz8lWkT2O62csq1G7 { display:block; }#zKTrfPT5qSOJUGgZz8lWkT2O62csq1G7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wW3B3wkMTqJmUpmQ2NpveM1ZuW5UKRUc { width:47.75rem;height:1.21875rem;top:0.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nfu5w9TwIFcpxv3gtOb7qDPhXfOaF0pm { width:1.625rem;height:1.687956432573rem;top:0.625rem;left:46.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sry376rGLwEyu5kKBRM5BrCvP9SFe1H7 { width:47.75rem;height:2rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1AGZR1Ce6M6L7xIlFyO9fUcVNfGFapc { display:block; }#i1AGZR1Ce6M6L7xIlFyO9fUcVNfGFapc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RhRDvGhJT1WE6DtiXeKkRSwN03eAmJLo { width:47.75rem;height:1.055775rem;top:0.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRGDuJMpSQtUiVBkMLaC3PMWCGpqLlzi { display:block; }#HRGDuJMpSQtUiVBkMLaC3PMWCGpqLlzi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AGZHS19mB9iyyuxGq6b95K3nDUtWN3GD { width:47.75rem;height:1.21875rem;top:0.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxFWTdvJSfTaTKcWn4Hy2brGc1nUMJZV { width:1.625rem;height:1.687956432573rem;top:0.625rem;left:46.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSHQnAWP6rGomxNP9FIoR4xLoeuLOWh4 { width:47.75rem;height:2rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMpuC0cTwRExgzEpmwRDcwqLHoIL5Caw { display:block; }#lMpuC0cTwRExgzEpmwRDcwqLHoIL5Caw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JnWbMMtnTIK67JFhIsrQdW3AOedpXTZ0 { width:47.75rem;height:3.16731875rem;top:0.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMllvdi7edqI00qAAlrtc3s09DP1zzeU { display:block; }#cMllvdi7edqI00qAAlrtc3s09DP1zzeU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fegq5qRGvQzBGogXcseWssTlRLh1SZ1P { display:block; }#Fegq5qRGvQzBGogXcseWssTlRLh1SZ1P > .row .container { width:47.75rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EppOgksHNo15HIoXQmLcNLTz8QKHDMX1 { width:29.6875rem;height:4.2230875rem;top:6.5614156723025rem;left:15.560982108116rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRQcV00C2Q8biE5EUMVICRTZHZG4cgKJ { width:14.249125rem;height:13.125rem;top:1.1870660781861rem;left:0.56206595897674rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdpyrty5fThdTFnnyzhreetwUMsXXKsy { width:29.561625rem;height:1.21875rem;top:4.0614156723022rem;left:15.653211951256rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection { display:block; } #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection *:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="text"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="email"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="tel"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection textarea:focus-visible { outline: none; } #ardL61THvele2KlXghbapLtKSgbQnOea > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:#1b0123;background-image:none;display:block; }
#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); } }@media only screen and (max-width: 763px) { #mBHd2wHJNEDgR2Nixmtpvr9SqVJcDaOT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/925e0940-b42c-4663-9e2e-09137673b3ef/BGDOBRA3.jpg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mBHd2wHJNEDgR2Nixmtpvr9SqVJcDaOT.adaptive-delivery-prevent-bg, #mBHd2wHJNEDgR2Nixmtpvr9SqVJcDaOT.lazyload, #mBHd2wHJNEDgR2Nixmtpvr9SqVJcDaOT.lazyloading { background-image: none; }#mBHd2wHJNEDgR2Nixmtpvr9SqVJcDaOT > .row .container { background-color: transparent; background-image: none; }#mBHd2wHJNEDgR2Nixmtpvr9SqVJcDaOT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBHd2wHJNEDgR2Nixmtpvr9SqVJcDaOT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBHd2wHJNEDgR2Nixmtpvr9SqVJcDaOT > .row .container > .video-iframe-container { display: none; }#mBHd2wHJNEDgR2Nixmtpvr9SqVJcDaOT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBHd2wHJNEDgR2Nixmtpvr9SqVJcDaOT > .row > .video-iframe-container { display: none; }#mBHd2wHJNEDgR2Nixmtpvr9SqVJcDaOT > .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); }#mBHd2wHJNEDgR2Nixmtpvr9SqVJcDaOT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mBHd2wHJNEDgR2Nixmtpvr9SqVJcDaOT > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gyZsUotc5at9pANEpomErKpImeuhp2Zv { top:52.978298187256rem;left:0rem;width:19.75rem;height:39.6875rem;z-index:15002;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dotted #454b54;border-left:0.125rem dotted #454b54;border-right:0.125rem dotted #454b54;border-bottom:0.125rem dotted #454b54;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #WaXRCPTm2GxTZDRUA8UlpplukLvsuX6U { width:11.25rem;height:4.0625rem;top:1.3740234375rem;left:4.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #M1WJZKO5ckuAcgeUhskEWZCtNSaCvJBH { width:17.75rem;height:12.75rem;top:31.625rem;left:1.125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #1c0432);background-image: -moz-linear-gradient(180deg, #000000, #1c0432);background-image: -ms-linear-gradient(180deg, #000000, #1c0432);background-image: -o-linear-gradient(180deg, #000000, #1c0432);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1c0432' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1c0432' );";background-image: linear-gradient(180deg, #000000, #1c0432);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #RaLDVQMTTpPRfwXzRMvKFSnW2I0oGTkH { width:15.5rem;height:6.295875rem;top:36.125rem;left:2.25rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fxrVwH394U0zoszK2aad6FTowJ4TOvty { width:20rem;height:4.25rem;top:17.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iasIK3PkE429FF6wE9Bba28fXiOx6GRJ { display:block; }
 }@media only screen and (max-width: 763px) { #GDVeTtTnMlteqoKl6r3zyWlhebNBrLAr { width:20rem;height:8.125rem;top:6.2294921875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVDR4RT3ZbqsDN8rtTN9bkneL4AlHUMZ { width:12.3125rem;height:12.3125rem;top:23.6875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDok8xBdrAtKPrlF4idcdpzJOz4PJ94w { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/51a67516-f923-4da6-977b-dcb7f238a5c1/DOBRA1_MOBILE.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#UDok8xBdrAtKPrlF4idcdpzJOz4PJ94w.adaptive-delivery-prevent-bg, #UDok8xBdrAtKPrlF4idcdpzJOz4PJ94w.lazyload, #UDok8xBdrAtKPrlF4idcdpzJOz4PJ94w.lazyloading { background-image: none; }#UDok8xBdrAtKPrlF4idcdpzJOz4PJ94w > .row .container { background-color: transparent; background-image: none; }#UDok8xBdrAtKPrlF4idcdpzJOz4PJ94w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDok8xBdrAtKPrlF4idcdpzJOz4PJ94w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDok8xBdrAtKPrlF4idcdpzJOz4PJ94w > .row .container > .video-iframe-container { display: none; }#UDok8xBdrAtKPrlF4idcdpzJOz4PJ94w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDok8xBdrAtKPrlF4idcdpzJOz4PJ94w > .row > .video-iframe-container { display: none; }#UDok8xBdrAtKPrlF4idcdpzJOz4PJ94w > .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); }#UDok8xBdrAtKPrlF4idcdpzJOz4PJ94w > .row .container { width:20rem;height:49.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kyrb0naTJvbTrQbpDV2yQrRViQQufiAm { width:16.6875rem;height:24.8525625rem;top:9.6875rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4FMhKZ9B8Tx5thvWLgD8tvLrzNdMvFV { width:2.5625rem;height:2.5625rem;top:9.1875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJMnNPAcWNVP2eFaohZSXk1rsv3LXJ0c { width:2.5625rem;height:2.5625rem;top:17.3828125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfGv5UJ4u0vbMd6ZVWQNqGO7y8IJipWW { width:2.5625rem;height:2.5625rem;top:23.3828125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4gVJh4B3LxBRQgXS5Ne9TIvtZTR5lf0 { width:2.5625rem;height:2.5625rem;top:29.0078125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmPgXr2piTk5riaRMSySth9rsH4VGATv { width:16.9998125rem;height:0;top:1.1219615936279rem;left:1.4995660781861rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #o4KyUuLsO6JOA1ZzsakeL2NMfpTNdOVe { width:20rem;height:5rem;top:36.968139648438rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dlDHrnqhHr3Loprtp8aiP6ciapRQinaX { width:16.9998125rem;height:6.25rem;top:1.7567272186279rem;left:1.4995660781861rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #MZ2LONid6kCQdLRx1v89zrR4aL5VoloM { display:block; }#MZ2LONid6kCQdLRx1v89zrR4aL5VoloM > .row .container { width:20rem;height:52.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KPS5rqXug8gIFPlfKSGGCIuIg6JXKxxu { width:20rem;height:5rem;top:7.765625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UvBmDgZxdFM7T5h9yhHlDuP9QiIO7tt6 { width:20rem;height:36.547875rem;top:14.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p1OqBCmFg3DJDU8hNwoyfOn9w0DiHE5T { width:20rem;height:8.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iegWgJK6bLU6gWEN1ogqLTE4fu2ObR6s { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/925e0940-b42c-4663-9e2e-09137673b3ef/BGDOBRA3.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#iegWgJK6bLU6gWEN1ogqLTE4fu2ObR6s.adaptive-delivery-prevent-bg, #iegWgJK6bLU6gWEN1ogqLTE4fu2ObR6s.lazyload, #iegWgJK6bLU6gWEN1ogqLTE4fu2ObR6s.lazyloading { background-image: none; }#iegWgJK6bLU6gWEN1ogqLTE4fu2ObR6s > .row .container { background-color: transparent; background-image: none; }#iegWgJK6bLU6gWEN1ogqLTE4fu2ObR6s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iegWgJK6bLU6gWEN1ogqLTE4fu2ObR6s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iegWgJK6bLU6gWEN1ogqLTE4fu2ObR6s > .row .container > .video-iframe-container { display: none; }#iegWgJK6bLU6gWEN1ogqLTE4fu2ObR6s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iegWgJK6bLU6gWEN1ogqLTE4fu2ObR6s > .row > .video-iframe-container { display: none; }#iegWgJK6bLU6gWEN1ogqLTE4fu2ObR6s > .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); }#iegWgJK6bLU6gWEN1ogqLTE4fu2ObR6s > .row .container { width:20rem;height:117rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BxSmAvD9JGWdJceG9HhqRv7qTBQOZ7ol { width:20rem;height:3.375rem;top:2.28125rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pidBIkS9tTPTqfuwZDRBG9cpxT9um9mu { width:20rem;height:7.625rem;top:13.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JbwdSzzxpD7NwMQTM38avThgQyXnpnR3 { width:20rem;height:19.004875rem;top:24.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q0Mir4Hdfyhv9woAPIgdDB9IoQTQss66 { width:20rem;height:3.75rem;top:8.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ry1nL5htvtCCfCPwFanltmzvi8baKvLf { width:20rem;height:8.75rem;top:53rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X2hPd922okx6RGtDBt35ltL644Lsbrhh { width:19.125rem;height:36.547875rem;top:64.4638671875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hbIhQtAh2Gda7GETiC6tNTIQ3FDDhWzo { width:9.0625rem;height:9.125rem;top:104.435546875rem;left:5.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSrWO3oo6x1sxkrdaqsuwgDmlBkWV27V { width:19.875rem;height:4.9375rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #enALLi69GWeN4nQq4WaRZJQI65S5EV8C { width:8.25rem;height:8.25rem;top:29rem;left:10.3125rem;font-size:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fPK8nTFQubAyDNydZy3FW4y1fd9Dl0SE { width:20rem;height:5.84765rem;top:44.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VXAdDzwr76vfOr45F9O694snmBDExd7q { width:20rem;height:auto;top:13.8125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CkupypfhVVX5SeDCpF3t2H6nfJXhafTz { width:20rem;height:13.4375rem;top:12rem;left:0rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Vig4dMSOugxhTzX2bVailQf7fpa8QLsz { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/88878208-0117-4b82-bf95-5cc51e8f3aac/BGDOBRA4mobile.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Vig4dMSOugxhTzX2bVailQf7fpa8QLsz.adaptive-delivery-prevent-bg, #Vig4dMSOugxhTzX2bVailQf7fpa8QLsz.lazyload, #Vig4dMSOugxhTzX2bVailQf7fpa8QLsz.lazyloading { background-image: none; }#Vig4dMSOugxhTzX2bVailQf7fpa8QLsz > .row .container { background-color: transparent; background-image: none; }#Vig4dMSOugxhTzX2bVailQf7fpa8QLsz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vig4dMSOugxhTzX2bVailQf7fpa8QLsz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vig4dMSOugxhTzX2bVailQf7fpa8QLsz > .row .container > .video-iframe-container { display: none; }#Vig4dMSOugxhTzX2bVailQf7fpa8QLsz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vig4dMSOugxhTzX2bVailQf7fpa8QLsz > .row > .video-iframe-container { display: none; }#Vig4dMSOugxhTzX2bVailQf7fpa8QLsz > .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); }#Vig4dMSOugxhTzX2bVailQf7fpa8QLsz > .row .container { width:20rem;height:106.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cnUdPidwH1Qv0kfzT7eLaVPLxmvMbBxN { width:16.125rem;height:4.125rem;top:0rem;left:1.9375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wtauDOoKdFNtv788bwfbwuTb8TwztrW4 { width:14.125rem;height:96.48625rem;top:6.1875rem;left:4.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zS9F8STvhtnWTWInAM92uWerqgQaAfX3 { width:2.5625rem;height:2.5625rem;top:6.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSxegTJ088tnfwaRogn4mOtz3IvoMQ3q { width:2.5625rem;height:2.5625rem;top:15.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPuXZTwigCyBaDAVdSCpUP26l6lg7QcH { width:2.5625rem;height:2.5625rem;top:20.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqUCAoyPESZ1ZJ1xIRQFqJX779qIZJCa { width:2.5625rem;height:2.5625rem;top:28.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsqPVCAhRwGXeBwJ95Gchs4qUWf6l4w6 { width:2.5625rem;height:2.5625rem;top:34.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #taCZlh5sORHh87zxSl6WKfSGaMoiP4B6 { width:2.5625rem;height:2.5625rem;top:41.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfZ2wsUio5vinUXtpqxGsix17SxeWlCp { width:2.5625rem;height:2.5625rem;top:47.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9y0ELr2dKDvimoslMXQMFRn86iPe3MM { width:2.5625rem;height:2.5625rem;top:54.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6Qzen22SvoiT5dvAOAegZxtUNusEuRH { width:2.5625rem;height:2.5625rem;top:63.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X72RT5R7L6bPPH2pdgtyEIKcwvXbbVN0 { width:2.5625rem;height:2.5625rem;top:72.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTzv5WR2F842eEK4dHgeCuKEhxnV8auF { width:2.5625rem;height:2.5625rem;top:82.1875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnagKmyw7h9Rl98fGOTfgb4voErL5WZ5 { width:2.5625rem;height:2.5625rem;top:91.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbwn7JkqPg4wa0DrFEcE4EMo6z8DM2tk { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0836f601-f20d-4a65-9174-f5fb5e11b185/BGDOBRA5mobile.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#bbwn7JkqPg4wa0DrFEcE4EMo6z8DM2tk.adaptive-delivery-prevent-bg, #bbwn7JkqPg4wa0DrFEcE4EMo6z8DM2tk.lazyload, #bbwn7JkqPg4wa0DrFEcE4EMo6z8DM2tk.lazyloading { background-image: none; }#bbwn7JkqPg4wa0DrFEcE4EMo6z8DM2tk > .row .container { background-color: transparent; background-image: none; }#bbwn7JkqPg4wa0DrFEcE4EMo6z8DM2tk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbwn7JkqPg4wa0DrFEcE4EMo6z8DM2tk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbwn7JkqPg4wa0DrFEcE4EMo6z8DM2tk > .row .container > .video-iframe-container { display: none; }#bbwn7JkqPg4wa0DrFEcE4EMo6z8DM2tk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbwn7JkqPg4wa0DrFEcE4EMo6z8DM2tk > .row > .video-iframe-container { display: none; }#bbwn7JkqPg4wa0DrFEcE4EMo6z8DM2tk > .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); }#bbwn7JkqPg4wa0DrFEcE4EMo6z8DM2tk > .row .container { width:20rem;height:129.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N3ub8saKuGxTi6hQ7HUVlkQ4rMFezynI { width:20rem;height:3.625rem;top:44.0791015625rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iWLmHK4w4fI9Z1ndaLFus4ZaGdKZMFR7 { width:19.125rem;height:30.70018125rem;top:11.1416015625rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGJXBWpuPuJocrRrTJ8kM9uGSnmm6e39 { width:20rem;height:5rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LZClFa1GdmRklddr7fmiFoTcPcXXXbyi { width:14.375rem;height:11.25rem;top:49.3291015625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuBsQst0SwGMmVkhdvnKwuM9fnqFzPIN { width:18.75rem;height:58.47655625rem;top:62.8291015625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvQ5AFTIpIqG0C9nnQsZt2Kp4mTbtOXs { width:20rem;height:8.870125rem;top:2.3330078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaTpIsfP5hSalk859qKaxTTrnC4ZLIRw { display:block; }#RaTpIsfP5hSalk859qKaxTTrnC4ZLIRw > .row .container { width:20rem;height:206.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ktoVV0dzUsMN7EwDP7rSJwtkDsMgQLrt { width:20rem;height:6.875rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gG0NpIvizJ3VrNfAgVIPUIphH6g3uEHK { width:18.875rem;height:10.233375rem;top:7.5rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDrcsM6TVTaE5LhFGJMqdToR47TgtR7s { width:16rem;height:0;top:25.8203125rem;left:4rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #d0OktG54qFrV0JnMmTvIcKTrHngertFy { width:3.125rem;height:3.125rem;top:26.2578125rem;left:0.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1MAGG4lekB1vcaMH91KXFUsOlgmAR3s { width:3.125rem;height:3.125rem;top:20.2578125rem;left:0.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0ukhyPdOiMTTkOESSQcR9ixPXRbLzrZ { width:3.125rem;height:3.125rem;top:39.3203125rem;left:0.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOCiCGKOIqxTbiTF3GxJhoKOJazMA8Kp { width:3.125rem;height:3.125rem;top:33.5703125rem;left:0.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCkSxuro4bm4kkXDMoKI6FH8OHcRbCXB { width:3.125rem;height:3.125rem;top:51.0078125rem;left:0.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GI2hR3t5e7gUvHvPodQwFFom9rTkibTZ { width:3.125rem;height:3.125rem;top:46.8203125rem;left:0.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvsEteSwIP5wgVNOcVOUlWofFH3130as { width:3.125rem;height:3.125rem;top:70.2578125rem;left:0.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nwfh1qRbvlDytLBKy38EKHm4QGnFPlUo { width:3.125rem;height:3.125rem;top:61.5703125rem;left:0.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTFRwlDpcJZNRaNo3d8Mn9ZNhhXrD1xO { width:3.125rem;height:3.125rem;top:77.5703125rem;left:0.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGdBvfu75oQbU4JkB9VVNck0WWnqeFKG { width:20rem;height:11rem;top:86.94140625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fA2Ocgufdbe5LK7F9mEPGLwpXIAJFDzz { width:20rem;height:3.75rem;top:98.9404296875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w38GJFBWUaEcefO9MZQ8BrrMy4ZP9f3A { width:19.125rem;height:0;top:143.87890625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qcADZfpqTTBMTk7UynzxGfTv9B8FFmr1 { width:5.1875rem;height:4.125rem;top:115.625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzRhTTecRxsN9BDJwoTIiG0UHquJ9DMl { width:5rem;height:3.875rem;top:115.625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #te1P7rX5GxO20qtl080yVBf0i1qyreXx { width:5.0625rem;height:3.9375rem;top:115.6875rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKbzuzRk5iPbIo1s9m3o8VKxfdzXvBrh { width:4.875rem;height:3.25rem;top:116.0625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIIr52l8L6ESUXPHpQnoQu2q9Di2Oawh { width:6.5rem;height:4.375rem;top:113.125rem;left:6.25rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #opThmQAKVQHxn05QmERf7M1SVz6286QA { width:6.0625rem;height:4.75rem;top:112.9375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mo15OkHrdWaLKXu6Zsln2SWlHoUoDdzQ { width:4.5625rem;height:3.6875rem;top:113.4375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zr0X5W3FdnL0DkpCmF6JO58MITVbTtEX { width:18.875rem;height:9.625rem;top:161.625rem;left:0.5625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kTycqiVTkemNwJmTxWgUCoH00Taz8AcN { width:20rem;height:5.5111111111111rem;top:172.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddssH3ek9pJaKfcmel5pvPIEyVDEcQQ2 { width:20rem;height:5.0643776824034rem;top:179.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyofhuHh32mND5nLdq6lczDwyQFIAMHN { width:20rem;height:6.2663185378587rem;top:185.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9D5nZATB8VN4spuHiicB7ythihBoW69 { width:20rem;height:5.6768558951965rem;top:192.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeJrWsDnWQF89y8vv0KXi52SOfB9hZUF { width:16rem;height:64.32418125rem;top:20.6015625rem;left:4rem;font-size:1.125rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #SiSX0T56CNe2s2Q1VCfbPIQgnhEcspap { width:20rem;height:0;top:155.0625rem;left:1.53125rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #Rk1uMP0i3X5R8sZ8vZp9w6NdL8crQQzt { width:18.4375rem;height:39.47165625rem;top:119.6875rem;left:0.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #REbcLcyR0TVmd1qTK9UnhnzQqT98CKDh { width:8.2498125rem;height:14.375rem;top:103.9375rem;left:6.1875rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #DMyb3rtFzFBpx4zQS7RPL9SvJQhRnKT5 { width:19rem;height:5.0625rem;top:199.80175625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #exB9dxb6T2MsXt6KQB2FHPMzBXtPVeR9 { display:block; }
 }@media only screen and (max-width: 763px) { #D3Xnc6zXNNH0s7FP37NFdGScNaz0k0ME { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7ec22a7d-57f9-4138-8ba1-b719f82cbb38/DOBRA4_MOBILE.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#D3Xnc6zXNNH0s7FP37NFdGScNaz0k0ME.adaptive-delivery-prevent-bg, #D3Xnc6zXNNH0s7FP37NFdGScNaz0k0ME.lazyload, #D3Xnc6zXNNH0s7FP37NFdGScNaz0k0ME.lazyloading { background-image: none; }#D3Xnc6zXNNH0s7FP37NFdGScNaz0k0ME > .row .container { background-color: transparent; background-image: none; }#D3Xnc6zXNNH0s7FP37NFdGScNaz0k0ME::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3Xnc6zXNNH0s7FP37NFdGScNaz0k0ME > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3Xnc6zXNNH0s7FP37NFdGScNaz0k0ME > .row .container > .video-iframe-container { display: none; }#D3Xnc6zXNNH0s7FP37NFdGScNaz0k0ME > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3Xnc6zXNNH0s7FP37NFdGScNaz0k0ME > .row > .video-iframe-container { display: none; }#D3Xnc6zXNNH0s7FP37NFdGScNaz0k0ME > .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); }#D3Xnc6zXNNH0s7FP37NFdGScNaz0k0ME > .row .container { width:20rem;height:342.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wSAmbfcTuvsNtcyrFIvzU8wd66FT0Aw9 { width:20rem;height:1.5rem;top:5.6865234375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #myU6FuCRB07V76kAugVoZPgo6RC7RSI4 { width:18.5rem;height:14.6191375rem;top:9.3125rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Og80ItI9WWqEJTfQGQkddAOqBhCUVL8G { width:20rem;height:4.3857375rem;top:34.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ag6l1pmTIySwFchvSpUR9kxc8PIcTtVQ { width:20rem;height:7.1279375rem;top:25.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrW0q4TkgRm6N0VJ85i8PG3I7PAJZ7Th { width:20rem;height:6.51075rem;top:42.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIHaBH5kpzPLt1J6gAQksSIflkIcN3s8 { width:20rem;height:26.314425rem;top:50.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hu95k32NbcHhox91WsWGQbz4urLwtERP { width:20rem;height:3.5625rem;top:94.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJcTfAtCisL2QrJiJWLdrvXNXvifWMU0 { width:20rem;height:3.25rem;top:79.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJN5C48B50EzAq5yzJxOXXu1CZEtUkUH { width:6.625rem;height:9.4375rem;top:83.875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #twlpEP0EwcGAprI26y8ttX9wgvtDaIEs { width:20rem;height:3.25rem;top:95.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttCfuxFFy5GkaVyxLTRvGXLiTrJPydhx { width:15.9375rem;height:14.619125rem;top:100.0625rem;left:2.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NZRBsPy81Ixti64TS9OULK0KDWflDCp0 { width:7.0625rem;height:10.25rem;top:117.25rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWqZPHIE9nPEIJaf4OMSwuBr2f9E9RTd { width:20rem;height:2.0625rem;top:128.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhEdn1b7QsOD8pWDwBVaZTCTH7X5hyn5 { width:17.6875rem;height:3.25rem;top:128.4375rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTuntCfrmi4UWAkIdv7GwJTZguF2754A { width:19.5625rem;height:14.6191375rem;top:134.1875rem;left:0.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pucTyJpqqk1toz6gaTuA4iM6StiFW96f { width:20rem;height:2.0625rem;top:162.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #coJU96gJfEs1zMtBDE6owgnUuXoeQ33t { width:19.75rem;height:1.625rem;top:162.3125rem;left:0.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUkefuR9BDGQPVzDiBy2hGgI3eJuq32C { width:16.625rem;height:17.542975rem;top:165.875rem;left:1.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OKeik2vE7UOM1h4NXqVnEsZTeaaaQOvK { width:7.25rem;height:9.4375rem;top:151.625rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lddp6zyIVJ1T1bHwqIM3hJhfHNgDARfK { width:7rem;height:9.8125rem;top:188.3125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #epitHBqEslQQrMdURr0qEbsRqZH7SK0h { width:20rem;height:3.6875rem;top:198.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUIA5k4It7R9GqIAx3TtfOz8br58NhGy { width:20rem;height:14.61915625rem;top:204.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qxxo5Nvg5HQtFENEm0EFiZ5fzJCbCnaB { width:19.3125rem;height:3.25rem;top:198.625rem;left:0.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWq0AJOJslaTUJDNk9d9TlLugdxrgU3V { width:7.125rem;height:10.25rem;top:223.4375rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUwNar7xw8VQWGfBIZnvOOUiT9nlBkAi { width:20rem;height:5.875rem;top:234.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrfIqZETkwoy5HKHle61atifQAITr96Q { width:20rem;height:11.6953125rem;top:240.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HBvw3vDZ2T3aXyHgCfwPClfaBuXDLVC9 { width:17.249375rem;height:4.875rem;top:234.625rem;left:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUWrmEAPL6ULGXu4wbubQZARNpV72h1b { width:20rem;height:3.5rem;top:265.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikh8PflFBe7TdGLqfZiS7G3hVUdlNO5v { width:20rem;height:3.25rem;top:265.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TahlR5bpt7IDXmSAgs1nBRAZNRtD2QpI { width:20rem;height:2.0625rem;top:279.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TvWDGQSvC7Nbdeeqtsa2AZ8eJPHwREly { width:20rem;height:4.3857375rem;top:269.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e8uyzrBEyg9vP1z2eQ2UKQyZ8bpwDBiS { width:6.625rem;height:9.5rem;top:255rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QchMo5tktBNBeIxi0Af31V3veTTHGFgm { width:19.25rem;height:6rem;top:278.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEAXLcceKQd5MbVbbk1Q8OxBKUwGkRFf { width:19.125rem;height:19.0048625rem;top:286.5rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fI4x8BSDVcrOrfX8wMhm78H8cDnThHzk { width:20rem;height:4.125rem;top:320.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7MTO94TmpTB7l6OggazALSQJoFH7gBE { width:18.5rem;height:3.25rem;top:320.875rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugTdNwJdy5IMX5GLpaoCmrWOsHot6nI9 { width:19.125rem;height:7.30956875rem;top:325.75rem;left:0.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mfCtgwMnpT5bl96HITIgoxtnvTIqThgK { width:7.375rem;height:10.25rem;top:309.4375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTHxMFsEQcS7EpfubH2BBOshFUG8aFL8 { width:20rem;height:2.0625rem;top:129.9375rem;left:0rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #uxyLnoZ1f0BDZz9ldOvBiGfTk4hQTmRk { width:20rem;height:2.0625rem;top:104.0625rem;left:0.15625rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #dyPDuuParoHkfTIz0XUduAOqyEDsFlTT { width:19rem;height:5.0625rem;top:335.3125rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6o670AsXzazQM14U4DohO5inVsqh5FE { display:block; }
 }@media only screen and (max-width: 763px) { #V0STTeFeIl9sHLZfTuhm8NSq30Vrff0C { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/93aae487-54a2-4e4e-88ac-19c2d153348f/BG.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#V0STTeFeIl9sHLZfTuhm8NSq30Vrff0C.adaptive-delivery-prevent-bg, #V0STTeFeIl9sHLZfTuhm8NSq30Vrff0C.lazyload, #V0STTeFeIl9sHLZfTuhm8NSq30Vrff0C.lazyloading { background-image: none; }#V0STTeFeIl9sHLZfTuhm8NSq30Vrff0C > .row .container { background-color: transparent; background-image: none; }#V0STTeFeIl9sHLZfTuhm8NSq30Vrff0C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0STTeFeIl9sHLZfTuhm8NSq30Vrff0C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0STTeFeIl9sHLZfTuhm8NSq30Vrff0C > .row .container > .video-iframe-container { display: none; }#V0STTeFeIl9sHLZfTuhm8NSq30Vrff0C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0STTeFeIl9sHLZfTuhm8NSq30Vrff0C > .row > .video-iframe-container { display: none; }#V0STTeFeIl9sHLZfTuhm8NSq30Vrff0C > .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); }#V0STTeFeIl9sHLZfTuhm8NSq30Vrff0C > .row .container { width:20rem;height:99.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TO8PVebe6Haiy0VX4vlvcOvFm0tL8AgV { width:20rem;height:7.089715536105rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJ8tKVEUXMQgUgCJAy8EXmxZCglrqAal { width:19.125rem;height:36.54783125rem;top:9.0888671875rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3Kh4c2t4BILIHI4npQ592VWxEqcscX7 { width:20rem;height:4.125rem;top:48.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTHQaRLywklPMkpSD5GseTpgOO8Dd08W { width:20rem;height:3.25rem;top:49.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9yQ8Qn2gkhfA8gS0b4oIGHk5L9OTbJV { width:20rem;height:4.3857375rem;top:54.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nf3qHnh1CD7xyEyvJoKuwAXaHWx2ztuw { width:6.624rem;height:9.499rem;top:59.8125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aP45sN0WXxTRREA2lfo8OTakzpFfR0EI { width:20rem;height:3.9375rem;top:71.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQ7IewR7MH0BdpvA4wUHw5ssKhKTqEME { width:20rem;height:3.25rem;top:72.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7MTfphcbhqubSlG0Z5qqEQgTF5cVtBI { width:7.625rem;height:10.25rem;top:82.375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQLoiVhNGl7TfkCVomTzxeD6GPKgNsC2 { width:20rem;height:4.38574375rem;top:76.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ItuBeoN59AvlhwUIM90ZlTtX1l0cT11M { width:18.499375rem;height:0;top:672.4366493225rem;left:0.749783039093rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #Sr9bNA8wpNf9KfH4DlGtQRhWy8DbPK8y { width:19.875rem;height:0;top:2.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rbI0Lblf8r697KOKEHwbEFD9LxE3sF3T { width:18.999rem;height:1.936525rem;top:93.216796875rem;left:0.4990234375rem;font-size:0.75rem;background-color:#2d9e42;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #LosaxrLX6DtvpanDaeVLl5RV3nJJddNr { display:block; }
 }@media only screen and (max-width: 763px) { #XnOf2tRwdQhmCDypIn390Vyrv2FMLXvE { width:5.25rem;height:1.4375rem;top:186.4375rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #F0cW6XEJPzQar3uMT2i3PZnsASgwk5ce { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/93aae487-54a2-4e4e-88ac-19c2d153348f/BG.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#F0cW6XEJPzQar3uMT2i3PZnsASgwk5ce.adaptive-delivery-prevent-bg, #F0cW6XEJPzQar3uMT2i3PZnsASgwk5ce.lazyload, #F0cW6XEJPzQar3uMT2i3PZnsASgwk5ce.lazyloading { background-image: none; }#F0cW6XEJPzQar3uMT2i3PZnsASgwk5ce > .row .container { background-color: transparent; background-image: none; }#F0cW6XEJPzQar3uMT2i3PZnsASgwk5ce::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0cW6XEJPzQar3uMT2i3PZnsASgwk5ce > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0cW6XEJPzQar3uMT2i3PZnsASgwk5ce > .row .container > .video-iframe-container { display: none; }#F0cW6XEJPzQar3uMT2i3PZnsASgwk5ce > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0cW6XEJPzQar3uMT2i3PZnsASgwk5ce > .row > .video-iframe-container { display: none; }#F0cW6XEJPzQar3uMT2i3PZnsASgwk5ce > .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); }#F0cW6XEJPzQar3uMT2i3PZnsASgwk5ce > .row .container { width:20rem;height:584rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m1rf9scMwLxC3GX7sww9DphvWE9KmNCe { width:20rem;height:7.172875rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALxRT2sTpL0vFiUb5J5NlclG5etncm5e { width:20rem;height:8.7793125rem;top:1.8125rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #vLPtrHbFMTxufFZlKn1KA7XzxBVn9Z4e { width:19.249rem;height:45.3193375rem;top:16.5rem;left:0.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqQBEOBlHwsvr8DQyrs3L2cmEfPoPV97 { width:3.125rem;height:3.125rem;top:60.75rem;left:1.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vS5XE9SHluxuVDQwSOAP5CGTK8EDVOwO { width:15.125rem;height:32.1620875rem;top:62rem;left:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNr21nnlPHGxJrgbGEqV5HQEAAoBNxZL { width:3.125rem;height:3.125rem;top:65.75rem;left:1.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBSlmbP9yubMSg2SxyvQTFqm7z8iiti5 { width:3.125rem;height:3.125rem;top:71.625rem;left:1.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7gbMVnUaImP7I5BPl4GMxMZpeL28Wt8 { width:3.125rem;height:3.125rem;top:76rem;left:1.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5nkufHyiqbup8X2tfaLAJ6DLTf1qpHL { width:3.125rem;height:3.125rem;top:80.375rem;left:1.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICIJyxgZbcEUwZhtsoyJySQKm8ltlX65 { width:3.125rem;height:3.125rem;top:87.875rem;left:1.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPMWgEIJDncFcqt223fMkmCZxCiX3Wsi { width:17.6875rem;height:46.7812125rem;top:94.375rem;left:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sL0pEb0XGvH9Fmhxatkx9A8khhxerlcu { width:20rem;height:4.125rem;top:141.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R71p7flBCggPEvp90OE58WJeWx6Qx9Xl { width:20rem;height:3.25rem;top:141.75rem;left:0.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHQ1dBdBesLFxVMKlWzS0cDV4h3DuQVD { width:15.875rem;height:4.38574375rem;top:146.5625rem;left:2.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dZnmF9BRTGKFgWztf0QvAC2cvQ2TWeRu { width:20rem;height:3.9375rem;top:163.4375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #anqrOOTVsNwt0NCubKTQ14EyTHThpsZN { width:20rem;height:3.25rem;top:163.875rem;left:0.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3Xi1LP5g2KrrpFmWwDgzqSLQbG78rSv { width:17.999125rem;height:4.3857375rem;top:169rem;left:1rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WGTMqWrv7iWvuAvT3FB0kdWAO7ZoVppb { width:20rem;height:4.1875rem;top:187.1875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThPNPf1tMz2NoAEuDHxp2EtCl0HTWO1f { width:20rem;height:3.25rem;top:187.6875rem;left:0.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFbFhQWTt0kpBleMrJgTo4X5H0CWXumB { width:14.5rem;height:4.3857375rem;top:192.625rem;left:2.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nZvRClnVGZvTyL8i6KdBwxQm3l3G709s { width:20rem;height:4rem;top:210.1875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzfCcnV2E2NtyKtIquGdyylnT7Wps6eX { width:20rem;height:2.75rem;top:210.8125rem;left:0.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6Vap1vc77fgu8RyiXcLGHidGTO64FZb { width:17.0625rem;height:4.3857375rem;top:215.125rem;left:1.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IC5f1EUJNHKfGFZTBJmFqZObzQEbpTfo { width:20rem;height:5rem;top:231.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsAHPxnrwLhnf2dafcDbKkLAce3nphzv { width:20rem;height:4.125rem;top:232rem;left:0.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkeC1Jzf71RtZGfsmTEJLvgC85gqgccl { width:15.6875rem;height:4.38574375rem;top:237.25rem;left:2.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mmKdb8z1uHZN01RsxlUrTnuD9lGJNfPV { width:20rem;height:7.3125rem;top:254.3125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpSUTFs2Jh424KgtdmasE91RUccX8zgc { width:16.5rem;height:5.5rem;top:255.25rem;left:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RanPpU1fomAUSxfPqDVr0nSsF7bFxEZZ { width:15.75rem;height:4.38574375rem;top:263.3125rem;left:2.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z8INr3smD3TX3dNfRwrET8XuLKcwRJHJ { width:20rem;height:5rem;top:282.1875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9RIWQ8tPs03RLaupv95VM1eHbIsIDOe { width:20rem;height:4.125rem;top:282.6875rem;left:0.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xo0st6XuXfxZLmsMUNHT1ANSMVc6NzPE { width:18.0625rem;height:2.923825rem;top:288.4375rem;left:1.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KmOHihbVTPEobQHiAK4fzHbSD1IXCWvW { width:20rem;height:4.125rem;top:304.8125rem;left:0.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDsWtGrd4yvCAJCVgeguiMHNmfg1GeEo { width:20rem;height:4.9375rem;top:304.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSM8gR2lUn2JmAwlkErTz3wQ7tcaVVo4 { width:17.4375rem;height:0;top:430.3876953125rem;left:1.28125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #kdx8ZFWJd6pFOvRFyWntfWUOnOVgTR7R { width:20rem;height:5.5rem;top:336.3125rem;left:0.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkvRMrQaANMgDqkNq19owkVg9pns9kwp { width:20rem;height:7.4375rem;top:335.3125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCSfhkkxhlrAxTergfHp264sfOmwxTTZ { width:20rem;height:4.38574375rem;top:343.4375rem;left:0.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pGTJMwRX1snz7i2aUNTyBrxvyRCpyGDi { width:9.6875rem;height:1.58105625rem;top:360.1875rem;left:5.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6mIP81Cx2J4DhqLUJbWM9Dqk7wGxhzd { width:20rem;height:2.375rem;top:359.8125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPqksasQx6BRXyCLaR8eNG1SVNGrfmfW { width:16.8120625rem;height:4.38574375rem;top:363.0625rem;left:1.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kqfEW4NXqMAV9ERXprPlu2fRnXcrrHi9 { width:9.6875rem;height:1.58105625rem;top:380rem;left:5.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IALUODIdG8cXfRgXKB81Cc7aI5zdZNRi { width:20rem;height:2.375rem;top:379.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dS9sdZiIBryk4TmsHKDEH6B1WreCpvEQ { width:20rem;height:3.736325rem;top:383.1875rem;left:0.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfwDtxx7AoZHfX4Qlh1heHxX3cQDHsOg { width:17.625rem;height:1.8681625rem;top:406.625rem;left:1.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzMlEkC35rLuT0iGtGpZyKkzmutmwNli { width:20rem;height:2.923825rem;top:388.1875rem;left:0.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpx1Al5UVvk0MMotU27fFZdszzbB87oZ { width:14.1875rem;height:8.7715rem;top:409.625rem;left:2.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TFKOow9RKSlpTC2TNSs4gnCyqs1LvKQI { width:6.6875rem;height:9.75rem;top:420.25rem;left:6.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFFlghXh1CKe0FWevdEBqBITvbc7lOef { width:14.6875rem;height:1.8681625rem;top:433.5rem;left:2.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4dq7QvLklTmrocm9d3v2LE0vxwL7Ps8 { width:20rem;height:11.844155844156rem;top:436.625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdeqBRZ1MsofFIWEonbaeOc7aJhgcS1t { width:19.25rem;height:4.38574375rem;top:457.6875rem;left:0.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aWP6ndTtgrxz6e7OSVLmNIuPiTEt631L { width:20rem;height:4.875rem;top:451.9375rem;left:0.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OJTZDboXPF01tKe2zBpcbNuaE70zB8Fw { width:7.625rem;height:10.6875rem;top:462.6875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JppIJHBPcer0mun3RPyToF2TnRsDrhIe { width:20rem;height:3.25rem;top:476.75rem;left:-0.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBP7u7gZqmOOglMl22y6bBVqJVAJeB62 { width:18.9980625rem;height:1.74805rem;top:498.8125rem;left:0.5rem;font-size:0.75rem;background-color:#2d9e42;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #funySbZI4dMTmZgJO9T3R4ynW1T03omX { display:block; }
 }@media only screen and (max-width: 763px) { #cGtn0rFB45BRhnACkCfsV0rNTnhQ2a4B { width:1.5rem;height:1.5rem;top:626.3232421875rem;left:9.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ypPhLtP4NOWM2NNsT77L1kSzPZ0q4i2b { width:1.5rem;height:1.5rem;top:629.0732421875rem;left:9.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pLzHpyc3UCaTpAtgCy4gTxnOa13QztCo { width:6.624375rem;height:9.436875rem;top:480.75rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmG3Z4UQ1NKMNHvK2Fr8nkdV0rxSKSgk { width:20rem;height:7.3095625rem;top:490.625rem;left:0.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zEJlICl5e2P8yKMdydV3vu5Kk6a0MWsJ { width:5.6875rem;height:8.25rem;top:507.4375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rg314ei6yhHldVAyHp2EhTCzNoOilmck { width:18.999rem;height:1.811525rem;top:523.625rem;left:0.4990234375rem;font-size:0.75rem;background-color:#2d9e42;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #WzB1MDGT8agDldO7cnMFgZ7qgnK9c2m7 { display:block; }
 }@media only screen and (max-width: 763px) { #TOfQKTSRJBbFmRTVOfnqClT8HM2dkuKu { width:1.5rem;height:1.5rem;top:640.05859375rem;left:9.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bNQeqBXqMPxkzShGW9LGzXJIoXZHL3mg { width:1.5rem;height:1.5rem;top:642.80859375rem;left:9.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #fR6mLmslpiFSo3RghEtNCETucT64J0DA { width:20rem;height:1.625rem;top:504.75rem;left:0.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nqLAN3QuereAhzdESNHVSWMVUe7esxhh { width:20rem;height:2.4375rem;top:555.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BegsfOuQmcVoQl6QKtSUAcekDXhyr4yS { width:20rem;height:1.375rem;top:556.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iriBn4vTX8frzQbtZqJQtUtGPJcvOAmB { width:5.87456875rem;height:8.624125rem;top:559.4375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdmZa9Tl62GiZUOVaaIsabMHlRnTwszB { width:5.625rem;height:8.3125rem;top:322.9375rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbOtmyLvDGSDUmfeywFN4iO2vnJmuxrR { width:5.6875rem;height:8.375rem;top:348.9375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtWQuOefbRhB2Gv7OrV13DUChdCrnE1H { width:5.75rem;height:8.625rem;top:293.125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSmCWQSo0rrqTmvcgENF7tWf3w7MAUki { width:17.4375rem;height:10.23339375rem;top:311rem;left:1.375rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #Koi99iLsLJupuTsdkZTtgWgeX0guuToE { width:20rem;height:5.84765625rem;top:516.9375rem;left:0.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tMnZEpZC0dfo0OXh11O8u1ziqBJiqGXt { width:17.7495625rem;height:4.3857375rem;top:568.75rem;left:1.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zg5Th314xrXnkou3VDTAlfvl10XWKZXG { width:7.061625rem;height:10.061875rem;top:151rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWI5K0ntDdfAeMcT3rVmsQRP6ZOEmvZ9 { width:7.8125rem;height:9.5rem;top:175.25rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywuEVTUiGf352Ip1lT85TMx04xpnxEVV { width:7.874375rem;height:9.4998125rem;top:197.5625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPCCNuM9pVJb6RdL1vGSPPewBbqTsP22 { width:7.1245625rem;height:10.2495625rem;top:219.9375rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQOfBKrpqZWzfQSL7iiI6p6GRyubdAlu { width:6.9998125rem;height:10.061875rem;top:242.1875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsILAN9LhDDXx76fuGOZGqTWNI2pp4UO { width:7.125rem;height:8.6875rem;top:270rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgTfpQmTxOsp37ia0GIQVIB3rFvkQTu2 { width:7.4370625rem;height:8.9995625rem;top:368.125rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rr02Th9lEgB23ksfnE7sWDxVSL0inwh0 { width:18.499375rem;height:0;top:672.4366493225rem;left:0.749783039093rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #UwGoqabVR6TxwtEos1eihz4m5W4kgRSU { width:6.9998125rem;height:9.561625rem;top:527.6875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufoLUFh249E4FqNA9BfyxhyvcMJfk51i { width:20rem;height:1.625rem;top:537.9375rem;left:0.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tM0QCAD8LJU1FTD3HCDpaWmPFrUqlTGS { width:19.249rem;height:13.15725rem;top:540.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dTOmTyChJI0FceuczFAGRTBDTHqUZd1I { width:19.875rem;height:0;top:2.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rQCQsdNT12z71DTLwwKaBusMVD7wyT3q { width:7.0625rem;height:10.3125rem;top:393.4384765625rem;left:6.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5uhS5AtUAUX08X2fOE6Wxf2dygUPGLl { width:5.25rem;height:1.4375rem;top:186.4375rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #R9TBSLc6hNgJfrsWN5UinrMZby2IlT8g { width:19rem;height:5.0625rem;top:575.3662109375rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9O90o2LCalR0Uyf7xBhRa5aDEvAxymR { display:block; }
 }@media only screen and (max-width: 763px) { #F3aVgRZcumJIiDT54WurCHPL3timkgqh { display:block; }#F3aVgRZcumJIiDT54WurCHPL3timkgqh > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ICgAzNWyyPUVk4sO7qGFretC4Gsb6tsB { width:20rem;height:0;top:0.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #gDNO0TiZ32CWeXQGDZLHTwOGbUBhTDM6 { width:19.875rem;height:0;top:2.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #U7VgroTc8m81Uwqar9pVuMt8zGXINgc3 { width:18.499375rem;height:5rem;top:1.0622825622559rem;left:0.749783039093rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #P7ehahUVz9pG69Ct1Te7mMW9EacSUc4d { width:19.625rem;height:16.6875rem;top:7.3115234375rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 1.6875rem #fd8b25 ;display:block; }
 }@media only screen and (max-width: 763px) { #TfaVa0EfmG0Pc4ONJhK7snHNMzKWwTWK { width:2.9375rem;height:1.8681625rem;top:14.4375rem;left:1.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXhmKxbNRHWZcwDrG1VJi34g5c00GgJf { width:11.375rem;height:11.293rem;top:8.9453125rem;left:4.3125rem;font-size:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rsvw6bfTHux835eBNdUXHFAJoBTcsd76 { width:4.75rem;height:2.5996125rem;top:12.5703125rem;left:14.5595703125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTdRrranEkA52utu0KBiapKqxIKbAFc7 { width:2.9375rem;height:1.8681625rem;top:12.9375rem;left:1.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxxzM6TGR7TDIvT6OWoF911w4xxpCL65 { width:14.5625rem;height:2.2744125rem;top:6.1865234375rem;left:2.71875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6qkGS8C1Oysk27rSONSPwfMkxhEHT6z { width:11.9375rem;height:1.8681625rem;top:8.9453125rem;left:4.03125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJTKHHvLqF4T6VPyTdoV7QhaDxbm2TBW { width:16.1875rem;height:1.8681625rem;top:19.00390625rem;left:1.90625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuaLqKzuIKehMVBgQR60qTpfeDulsZxZ { width:19rem;height:5.0625rem;top:21.9599609375rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3wqtbpO20dR5urHmKUKMsI1zp1MQXUt { display:block; }
 }@media only screen and (max-width: 763px) { #SqhH2bc8JwX2quQDCB8UahL7MmK8UuDD { display:block; }#SqhH2bc8JwX2quQDCB8UahL7MmK8UuDD { background-color: transparent; background-image: none; }#SqhH2bc8JwX2quQDCB8UahL7MmK8UuDD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqhH2bc8JwX2quQDCB8UahL7MmK8UuDD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqhH2bc8JwX2quQDCB8UahL7MmK8UuDD > .row .container > .video-iframe-container { display: none; }#SqhH2bc8JwX2quQDCB8UahL7MmK8UuDD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqhH2bc8JwX2quQDCB8UahL7MmK8UuDD > .row > .video-iframe-container { display: none; }#SqhH2bc8JwX2quQDCB8UahL7MmK8UuDD > .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); }#SqhH2bc8JwX2quQDCB8UahL7MmK8UuDD > .row .container { width:20rem;height:3.4375rem;background-color:#1b0123;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MbpfaguUTKcgvs2Ut126KBTMoTsRUP24 { width:20rem;height:1.7871125rem;top:1.25rem;left:0rem;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MZDG15vJbNp9uKQvputCQoXGgnmLdMA2 { display:block; }#MZDG15vJbNp9uKQvputCQoXGgnmLdMA2 { background-color: transparent; background-image: none; }#MZDG15vJbNp9uKQvputCQoXGgnmLdMA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZDG15vJbNp9uKQvputCQoXGgnmLdMA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZDG15vJbNp9uKQvputCQoXGgnmLdMA2 > .row .container > .video-iframe-container { display: none; }#MZDG15vJbNp9uKQvputCQoXGgnmLdMA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZDG15vJbNp9uKQvputCQoXGgnmLdMA2 > .row > .video-iframe-container { display: none; }#MZDG15vJbNp9uKQvputCQoXGgnmLdMA2 > .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); }#MZDG15vJbNp9uKQvputCQoXGgnmLdMA2 > .row .container { width:20rem;height:2.9375rem;background-color:#1b0123;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZhJhQDTn7Jki1HXgfmvh9KfbbIkzKgz { width:20rem;height:1.3808625rem;top:0.77734375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5l7AHvkgayDlrI7D6qfDIOc3mDIgx3F { width:1.625rem;height:1.6875rem;top:0.625rem;left:18.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #egWdPPwWnWtiTDthHTQ7HseWAqiieGKC { width:20rem;height:1.5rem;top:0.71875rem;left:0rem;background-color:#1b0123;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #J5cmEnwqPXP3LNsBT2QuUG2PMNzqHT9I { display:block; }#J5cmEnwqPXP3LNsBT2QuUG2PMNzqHT9I { background-color: transparent; background-image: none; }#J5cmEnwqPXP3LNsBT2QuUG2PMNzqHT9I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5cmEnwqPXP3LNsBT2QuUG2PMNzqHT9I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5cmEnwqPXP3LNsBT2QuUG2PMNzqHT9I > .row .container > .video-iframe-container { display: none; }#J5cmEnwqPXP3LNsBT2QuUG2PMNzqHT9I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5cmEnwqPXP3LNsBT2QuUG2PMNzqHT9I > .row > .video-iframe-container { display: none; }#J5cmEnwqPXP3LNsBT2QuUG2PMNzqHT9I > .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); }#J5cmEnwqPXP3LNsBT2QuUG2PMNzqHT9I > .row .container { width:20rem;height:17.0625rem;background-color:#1b0123;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FiLgP8XsgDSZuzmdxeEer19UxBU0JH7D { width:20rem;height:15.8349375rem;top:1.25rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KzkGmT2KAEUWBcLSV3e8F2ITTfxG0NFh { display:block; }#KzkGmT2KAEUWBcLSV3e8F2ITTfxG0NFh > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xd9Lgp1Bswz9kPVGW3wGdHPUzFTDCKJT { width:20rem;height:2.4375rem;top:1.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKm0CvGSXdtE4cwcTvhteEb4b1UXHtlv { width:1.625rem;height:1.6875rem;top:1.5rem;left:18.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nArfVXD9brxqJevUplP5qWSsHcMkdabV { width:20rem;height:2.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSknZbJHR3L2Ct9xST7zVHTEN4G8lA2l { display:block; }#OSknZbJHR3L2Ct9xST7zVHTEN4G8lA2l > .row .container { width:20rem;height:9.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yQKSqAriEPTJC94DGpd77VOzWKRz0xTd { width:20rem;height:8.7715rem;top:0.37499809265137rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gpKuESIlyLHF8HapXT5eu4DTPIHXzehS { display:block; }#gpKuESIlyLHF8HapXT5eu4DTPIHXzehS > .row .container { width:20rem;height:3.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TwvZpkO8FtMc0uvW2EtUlIBelQgnaClM { width:20rem;height:2.4375rem;top:0.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCOyNFvSctxMQWml88RUlM1hyTopAkd2 { width:1.625rem;height:1.6875rem;top:1.5rem;left:18.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKbpE1qOB0NLDOSdNDvT449m6W486JaJ { width:20rem;height:2.875rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HD0JyqSrr5XAaXHmP0ZydLsodPmQdNm1 { display:block; }#HD0JyqSrr5XAaXHmP0ZydLsodPmQdNm1 > .row .container { width:20rem;height:11.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KthAMtEM38LhBUJ9Mh8uMtqvCBVXpdXP { width:20rem;height:10.556625rem;top:1.25rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VndN0lLS7Z0JuaWVcaCtmc8FWVUmPzoT { display:block; }#VndN0lLS7Z0JuaWVcaCtmc8FWVUmPzoT > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wahDS1bsJK0t0cim5TcoAvQFNl0VGeqZ { width:20rem;height:2.4375rem;top:0.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmkXdIUVeK0qOWVuTanslSoWeUECvyzP { width:1.625rem;height:1.6875rem;top:0.5rem;left:18.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEaRbHPSc3BQOfWeZmiCocwihFdU0Nky { width:20rem;height:2.8125rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGTlQZJsH9ehCpi52ruiwkMdVt0qXRZm { display:block; }#QGTlQZJsH9ehCpi52ruiwkMdVt0qXRZm > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bAwlNuMcF1M7pxyWHtab6BuTPCtIDPpb { width:20rem;height:2.923825rem;top:0.1875rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JT5VQQTLwNbs5WkJRZQEkZK8vT52LL5m { display:block; }#JT5VQQTLwNbs5WkJRZQEkZK8vT52LL5m > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G4PR8Kd0A9qfSx35TrxBnfsRINQdRwFM { width:20rem;height:1.21875rem;top:0.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vx4qX3PFgZVCqThQ0ad3m66vOR5gZX5t { width:1.625rem;height:1.6875rem;top:0rem;left:18.375000357628rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZ2E72VaDXs79I3dfyAftRcRpVTJZU5u { width:20rem;height:1.5rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3XXl3DcgeiQL56l9nBoRfikWMmaDOhr { display:block; }#Q3XXl3DcgeiQL56l9nBoRfikWMmaDOhr > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qxgWKEkZNE9CsZ2d6eB1FxNGZPWQvJqc { width:20rem;height:2.923825rem;top:0.1875rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RWJ00uNfXSOaTz5uHyCu7Cg8ngT7wgay { display:block; }#RWJ00uNfXSOaTz5uHyCu7Cg8ngT7wgay > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k7zMsPlW65A9W2LO3WCNMK2rA72oyOA8 { width:20rem;height:3.65625rem;top:0.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD51iagaRckx6uEOEnPxuHVeDOZbQEXn { width:1.625rem;height:1.6875rem;top:2.75rem;left:18.375000357628rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Takaqscns1Us7KQGePRvaNQGCNaA9vJI { width:20rem;height:4.125rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dhe6RaIiLa0kK97sUUceCZ42BngWyKTS { display:block; }#Dhe6RaIiLa0kK97sUUceCZ42BngWyKTS > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RZVGaKsbtTbG2gbe2kyntbXI90ugHaCL { width:20rem;height:2.923825rem;top:0rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KcNEPDvHbzMy2WQN4ThiqsTKZTOV0Rgw { display:block; }#KcNEPDvHbzMy2WQN4ThiqsTKZTOV0Rgw > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UCsn4mH9wUG92OHJWbgGZ3fLiAa6LwHX { width:20rem;height:3.65625rem;top:0.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o85fKM6IAyyXvpg6i7zTDgQc8TxScPrg { width:1.625rem;height:1.6875rem;top:0rem;left:18.375000357628rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS67E7IcD4hrWkCP1ecpsGa60FEHfny5 { width:20rem;height:4.375rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMxl7ZxCSV1ViieHUesQHmkUOLoPCDSm { display:block; }#EMxl7ZxCSV1ViieHUesQHmkUOLoPCDSm > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V0mfhqIBIOKfB4VQHahD1QAA4PQVEZvh { width:20rem;height:4.87305rem;top:0.4375rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zKTrfPT5qSOJUGgZz8lWkT2O62csq1G7 { display:block; }#zKTrfPT5qSOJUGgZz8lWkT2O62csq1G7 > .row .container { width:20rem;height:3.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wW3B3wkMTqJmUpmQ2NpveM1ZuW5UKRUc { width:19.8125rem;height:2.4375rem;top:0.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nfu5w9TwIFcpxv3gtOb7qDPhXfOaF0pm { width:1.625rem;height:1.6875rem;top:1.5rem;left:18.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sry376rGLwEyu5kKBRM5BrCvP9SFe1H7 { width:20rem;height:2.75rem;top:0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1AGZR1Ce6M6L7xIlFyO9fUcVNfGFapc { display:block; }#i1AGZR1Ce6M6L7xIlFyO9fUcVNfGFapc > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RhRDvGhJT1WE6DtiXeKkRSwN03eAmJLo { width:20rem;height:2.923825rem;top:0.3125rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HRGDuJMpSQtUiVBkMLaC3PMWCGpqLlzi { display:block; }#HRGDuJMpSQtUiVBkMLaC3PMWCGpqLlzi > .row .container { width:20rem;height:2.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AGZHS19mB9iyyuxGq6b95K3nDUtWN3GD { width:20rem;height:1.21875rem;top:0.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxFWTdvJSfTaTKcWn4Hy2brGc1nUMJZV { width:1.625rem;height:1.6875rem;top:0.5rem;left:18.375000357628rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSHQnAWP6rGomxNP9FIoR4xLoeuLOWh4 { width:20rem;height:2rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMpuC0cTwRExgzEpmwRDcwqLHoIL5Caw { display:block; }#lMpuC0cTwRExgzEpmwRDcwqLHoIL5Caw > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JnWbMMtnTIK67JFhIsrQdW3AOedpXTZ0 { width:20rem;height:5.84765625rem;top:0.25rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cMllvdi7edqI00qAAlrtc3s09DP1zzeU { display:block; }#cMllvdi7edqI00qAAlrtc3s09DP1zzeU > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fegq5qRGvQzBGogXcseWssTlRLh1SZ1P { display:block; }#Fegq5qRGvQzBGogXcseWssTlRLh1SZ1P > .row .container { width:20rem;height:19.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EppOgksHNo15HIoXQmLcNLTz8QKHDMX1 { width:20rem;height:9rem;top:8.951171875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;color:#1a1a1a;display:block; }
 }@media only screen and (max-width: 763px) { #gRQcV00C2Q8biE5EUMVICRTZHZG4cgKJ { width:6.18706875rem;height:5.625rem;top:0rem;left:6.717665195465rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdpyrty5fThdTFnnyzhreetwUMsXXKsy { width:13.5623125rem;height:2.0625rem;top:5.9518241882324rem;left:3.2183160781861rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection { display:block; } #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection *:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="text"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="email"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="tel"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection textarea:focus-visible { outline: none; } #ardL61THvele2KlXghbapLtKSgbQnOea > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }