.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:#727272;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JaesBx6SakLUt1Oo8ZsFLLJemZlBJ424 { position:relative;display:none; }#JaesBx6SakLUt1Oo8ZsFLLJemZlBJ424 { border-width: 0; border-radius: 0; }#JaesBx6SakLUt1Oo8ZsFLLJemZlBJ424 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JaesBx6SakLUt1Oo8ZsFLLJemZlBJ424 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#x4rGtPeCmpVpapuasuwqN2KBHiM5ITQF { color:#000000;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.625rem;top:1.0625rem;left:1.25rem;display:none; }
#kywpRPdxrv9AFoZFeguPgmm22ga1xVPI { background-color:#1e1e1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kywpRPdxrv9AFoZFeguPgmm22ga1xVPI > .row .container { background-color: transparent; background-image: none; }#kywpRPdxrv9AFoZFeguPgmm22ga1xVPI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kywpRPdxrv9AFoZFeguPgmm22ga1xVPI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kywpRPdxrv9AFoZFeguPgmm22ga1xVPI > .row .container > .video-iframe-container { display: none; }#kywpRPdxrv9AFoZFeguPgmm22ga1xVPI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kywpRPdxrv9AFoZFeguPgmm22ga1xVPI > .row > .video-iframe-container { display: none; }#kywpRPdxrv9AFoZFeguPgmm22ga1xVPI > .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); }#kywpRPdxrv9AFoZFeguPgmm22ga1xVPI > .row .container { border-width: 0; border-radius: 0; }#kywpRPdxrv9AFoZFeguPgmm22ga1xVPI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kywpRPdxrv9AFoZFeguPgmm22ga1xVPI > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;overflow:visible;position:relative;display:block; }#IDyLhqaahaX1MR6Jw5hFHTkfJg6WCiKa { color:#255dbe;display:block;width:10.3125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6687498092651rem;left:61.875rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#zqxoMi5rsR67fcaffALGrIAtM9l37oV7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#zqxoMi5rsR67fcaffALGrIAtM9l37oV7 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#dNdmZIDHyFovGEhdLpFf44fMELi2d4lk { color:#255dbe;display:block;width:10.3125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6687498092651rem;left:61.875rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#rTRypNdRXZZ4VP0k7mTI7gIrMNbO3eOM { color:#272727;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.21875rem;left:60.78125rem;height:1.3rem;text-align:center;text-align-last:center;display:none; }
#ZtRs7wwciJQhpSCOuDkmKElEylDTyBft { color:#000000;display:block;width:1.5625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:4.625rem;left:26.9375rem;height:0;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; }
#aab9UvSXdRNUuRGcTxrTqnmB3MHJa3Ci { box-sizing:content-box;height:4.125rem;width:8.75rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:1.75rem;left:41.125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;display:block; }
#MvrbGEvvHu1kZeMCDdINnzWB6AWyRSdT { color:#000000;display:block;width:1.5625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:4.3125rem;left:49.6875rem;height:0;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; }
#uFv13iRzPtA6PVWzu580cW4VqqTLX0aG { box-sizing:content-box;height:4rem;width:8.75rem;position:absolute;display:block;z-index:14998;background-color:#34a853;background-image:none;top:0.9375rem;left:41.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;display:block; }
#NJSUNltPLk4HsfwTFf8GCJlf5hLUbeN7 { color:#000000;display:block;width:4.5625rem;position:absolute;font-family:montserrat;font-size:0.6875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2.89990234375rem;left:44.6875rem;height:;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; }
#xTzU6bTEFnlzsBgL8Jo7a0L7qAXWcrGT { box-sizing:content-box;height:5rem;width:0.0625rem;position:absolute;display:block;z-index:15071;background-color:rgba(255,255,255,0.5);background-image:none;top:0.875rem;left:51.5625rem;display:block; }
#EN8nx2k71SH1F4pL48hrGU56TPDwa7uR { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:2.4375rem;left:41.75rem;overflow:hidden;display:block; }
#RRKfu0Hf1KDAdDEqFQyRHocDXTorebx0 { position:absolute;display:block;z-index:15072;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:5rem;width:13.9375rem;top:0.875rem;left:5.4375rem;overflow:hidden;display:block; }
#EE0UGKrCKKsBNkgovuvtL67I8KddNkBX { 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:40.1875rem;width:52.625rem;display:none; }
#ff4TCibtqGloIOq6BpsmRqa9ibCFAAW1 { color:#ffffff;display:block;width:16.1875rem;position:absolute;font-family:roboto;font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.8310546875rem;left:53.875rem;height:3.0874rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FnUOof7VGf3EkwL1VoVMUtmgQBO27s5h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FnUOof7VGf3EkwL1VoVMUtmgQBO27s5h > .row .container { background-color: transparent; background-image: none; }#FnUOof7VGf3EkwL1VoVMUtmgQBO27s5h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FnUOof7VGf3EkwL1VoVMUtmgQBO27s5h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FnUOof7VGf3EkwL1VoVMUtmgQBO27s5h > .row .container > .video-iframe-container { display: none; }#FnUOof7VGf3EkwL1VoVMUtmgQBO27s5h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FnUOof7VGf3EkwL1VoVMUtmgQBO27s5h > .row > .video-iframe-container { display: none; }#FnUOof7VGf3EkwL1VoVMUtmgQBO27s5h > .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); }#FnUOof7VGf3EkwL1VoVMUtmgQBO27s5h > .row .container { border-width: 0; border-radius: 0; }#FnUOof7VGf3EkwL1VoVMUtmgQBO27s5h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FnUOof7VGf3EkwL1VoVMUtmgQBO27s5h > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#qsx9vWWXRBoQ6LTqFgFlR56LMTmKK8M4 { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:0.6875rem;left:8.25rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A8qdkQT3Sg7lbzWByaeyhBHtJS7LtME6 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:0.5rem;left:43rem; }
#fuNbQsT05VH58TqWW0Fb2WZeavRk5dQO { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:0.625rem;left:59.9375rem; }
#dDD0mQw6vkUhemQfhsv9svay8JVNBTPX { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:0.625rem;left:6.375rem; }
#Zo2Zkwcd9k8hc8IqQlUHWJLwBalK6byW { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:0.625rem;left:21.8125rem; }
#KwRut5Pzi5TgeqRpbyd3igBKEIys5XIB { color:#000000;display:block;width:10.375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:0.6875rem;left:24.125rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RM59kW6m3pdpfVUQbTeSBOqFkoC5HnXx { color:#000000;display:block;width:9.3125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:0.6875rem;left:45rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ipCGDTzyMSJzUJfxaswQoc9nIqXAxmMG { color:#000000;display:block;width:9.3125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:0.6875rem;left:61.625rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GDm42aBbbwHvtP1U1aK786KehhCHf7Nv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7d399318-bafd-4d52-aa30-96c5f95ccc80/Untitleddesign.png");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; }#GDm42aBbbwHvtP1U1aK786KehhCHf7Nv.adaptive-delivery-prevent-bg, #GDm42aBbbwHvtP1U1aK786KehhCHf7Nv.lazyload, #GDm42aBbbwHvtP1U1aK786KehhCHf7Nv.lazyloading { background-image: none; }#GDm42aBbbwHvtP1U1aK786KehhCHf7Nv > .row .container { background-color: transparent; background-image: none; }#GDm42aBbbwHvtP1U1aK786KehhCHf7Nv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(1,37,141,0.74); }#GDm42aBbbwHvtP1U1aK786KehhCHf7Nv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GDm42aBbbwHvtP1U1aK786KehhCHf7Nv > .row .container > .video-iframe-container { display: none; }#GDm42aBbbwHvtP1U1aK786KehhCHf7Nv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(1,37,141,0.74); }#GDm42aBbbwHvtP1U1aK786KehhCHf7Nv > .row > .video-iframe-container { display: none; }#GDm42aBbbwHvtP1U1aK786KehhCHf7Nv > .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); }#GDm42aBbbwHvtP1U1aK786KehhCHf7Nv > .row .container { border-width: 0; border-radius: 0; }#GDm42aBbbwHvtP1U1aK786KehhCHf7Nv::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GDm42aBbbwHvtP1U1aK786KehhCHf7Nv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GDm42aBbbwHvtP1U1aK786KehhCHf7Nv > .row .container { font-size:0.875rem;font-family:arial;height:38.1875rem;width:75rem;position:relative;display:block; }#EhXaFEXUgt0xCGVfHS0aO5gyVSys436M { box-sizing:content-box;height:2.5rem;width:17.5625rem;position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.1);background-image:none;top:2.6875rem;left:28.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#gWJWrZw3115WNwAI9DtC6o9KvLIK2RMb { color:#ffffff;display:block;width:16.3125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.25rem;left:29.375rem;height:1.29980625rem;font-style:normal;display:block; }
#LehqbO6bA22QirfxssVTboySdQ32NH0H { color:#ffffff;display:block;width:67.5625rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.25rem;left:3.75rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fqRcW1sMRFOimb93oeGOUdelM07GlH82 { background-color:#ff0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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:roboto;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.25rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:16.25rem;left:26.375rem;display:block; }
#oQ7eQHgflERnbZxDx1Hs9T0sBtqiFqt5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mHJn7aMhWLX6uskUPLluKd423R1UUf3a { color:#ffffff;display:block;width:61.75rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10.94384765625rem;left:5.46875rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pSm2gkIOXVZpJ6c0Af1lLqrRLfi6n7wq { color:#ffffff;display:block;width:36.25rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:20.9375rem;left:19.375rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vryM6EoIhWTFIAztTAyPwaPS63tTyiZC { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.875rem;width:22.875rem;top:15.3125rem;left:52.125rem;overflow:hidden;display:block; }
#WtKnZt85TXiX05isRWvSSoHxVDpnhOea { position:absolute;display:block;z-index:14998;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.125rem;width:17.8125rem;top:22.9375rem;left:57.078218562874rem;overflow:hidden;display:block; }
#HEdT2XQFTh5DW4NeH2sH3wffpNODs2b1 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.5rem;width:20rem;top:23.8125rem;left:17.5rem;overflow:hidden;display:block; }
#B6b19f6LMnGvmNKyTWMr9H8e7ItZi9Ls { box-sizing:content-box;height:12.5rem;width:20.625rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;top:23.8125rem;left:35.6875rem;border-top-left-radius:0rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.625rem;display:block; }
#MTNcERRR4vKGFGhCqRbS5WvbzLJ3zxeW { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:25rem;left:38.75rem;height:1.29980625rem;font-style:normal;display:block; }
#obbbwtZLopD6WDCPGtIKz8ftb6FlteyT { color:#000000;display:block;width:15.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:27.0625rem;left:38.75rem;height:5.19921875rem;font-style:normal;display:block; }
#csgQryudqTruWVo1ItbUF5GtoAWa8yUy { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:33.4375rem;left:38.75rem;overflow:hidden;display:block; }
#T6mITTsIxgl9Xwgy0JegTRnnUdJLOTy8 { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:33.8125rem;left:41.25rem;height:1.2749rem;font-style:normal;display:block; }
#euEnhDodowR8hmPwMRRTBkhguTgOed2T { 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:1.25rem;width:1.25rem;top:33.75rem;left:54rem;overflow:hidden;display:block; }
#Ig0PZUt5UDKQxVsKDxnque14u0ooKyss { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.6875rem;width:23.6875rem;top:16.25rem;left:51.3125rem;overflow:hidden;display:none; }
#odhkvH5EWobuUnKXrrxNv1UMstpqbiTv { position:absolute;display:block;z-index:14998;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:21rem;width:24.6875rem;top:17.1875rem;left:50.3125rem;overflow:hidden;display:block; }
#HxsXSlumB1uZCRTxh5JZE0Qka3eBMSpG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HxsXSlumB1uZCRTxh5JZE0Qka3eBMSpG > .row .container { background-color: transparent; background-image: none; }#HxsXSlumB1uZCRTxh5JZE0Qka3eBMSpG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxsXSlumB1uZCRTxh5JZE0Qka3eBMSpG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxsXSlumB1uZCRTxh5JZE0Qka3eBMSpG > .row .container > .video-iframe-container { display: none; }#HxsXSlumB1uZCRTxh5JZE0Qka3eBMSpG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxsXSlumB1uZCRTxh5JZE0Qka3eBMSpG > .row > .video-iframe-container { display: none; }#HxsXSlumB1uZCRTxh5JZE0Qka3eBMSpG > .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); }#HxsXSlumB1uZCRTxh5JZE0Qka3eBMSpG > .row .container { border-width: 0; border-radius: 0; }#HxsXSlumB1uZCRTxh5JZE0Qka3eBMSpG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HxsXSlumB1uZCRTxh5JZE0Qka3eBMSpG > .row .container { font-size:0.875rem;font-family:arial;height:26.3125rem;width:75rem;position:relative;display:block; }#eHKtlSAllUwK3r6rSw8hR9fzo2O0Jl6r { position:absolute;display:block;z-index:15008;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.5rem;width:35rem;top:2.5625rem;left:2.3823313782991rem;overflow:hidden;display:block; }
#vVbrWC4LDO3MBXVvmNeUFhnddf91D8zB { color:#000000;display:block;width:32.5625rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5625rem;left:40rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#La0ooATUW7yfklyEGibtkVDNzxAFC98h { color:#000000;display:block;width:30rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15087;line-height:1.3;letter-spacing:0;top:11.0634765625rem;left:40rem;height:7.749rem;font-style:normal;overflow:hidden;display:block; }#La0ooATUW7yfklyEGibtkVDNzxAFC98h li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#La0ooATUW7yfklyEGibtkVDNzxAFC98h li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_332cd86a862e37f8196fd55b09abbb17.svg); }
#MBcuruFeHqfG2B3pOxDRhho9mcwNEUfr { background-color:#ff0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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:roboto;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.25rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:20.0625rem;left:40rem;display:block; }
#Jtio0H4ApoOHIVGSDUK6c6OfTHzrT1Qv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dwHHpb3CwbF439puhR6eCvsiROzTuk9D { color:#000000;display:block;width:32.5625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15086;line-height:1.3;letter-spacing:0;top:6.3125rem;left:40rem;height:3.25rem;font-style:normal;display:block; }
#SLWS7d7fl9qTongG8tU7XGaVqHxkqDLl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5e5e5;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; }#SLWS7d7fl9qTongG8tU7XGaVqHxkqDLl > .row .container { background-color: transparent; background-image: none; }#SLWS7d7fl9qTongG8tU7XGaVqHxkqDLl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLWS7d7fl9qTongG8tU7XGaVqHxkqDLl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLWS7d7fl9qTongG8tU7XGaVqHxkqDLl > .row .container > .video-iframe-container { display: none; }#SLWS7d7fl9qTongG8tU7XGaVqHxkqDLl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLWS7d7fl9qTongG8tU7XGaVqHxkqDLl > .row > .video-iframe-container { display: none; }#SLWS7d7fl9qTongG8tU7XGaVqHxkqDLl > .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); }#SLWS7d7fl9qTongG8tU7XGaVqHxkqDLl > .row .container { border-width: 0; border-radius: 0; }#SLWS7d7fl9qTongG8tU7XGaVqHxkqDLl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SLWS7d7fl9qTongG8tU7XGaVqHxkqDLl > .row .container { font-size:0.875rem;font-family:arial;height:41.3125rem;width:75rem;position:relative;display:block; }#cBIWRQo7ZUNrQ3C0PVIGNptvZdHFW0lT { box-sizing:content-box;height:11.1875rem;width:20rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:18.875rem;left:16.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#wE1JZqTAKAFvUQGBF33elorD8TAl7ZrK { position:absolute;display:block;z-index:15008;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.5rem;width:20rem;top:7.5rem;left:16.3125rem;overflow:hidden;display:block; }
#LEXWuf9TTPHzlkmGEHTkex1ufePQ7WTL { 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:1.875rem;width:1.875rem;top:27.25rem;left:17.5625rem;overflow:hidden;display:block; }
#D2cHQX8BGM3M1P2tJvz9ZGad5silDSfO { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:20.75rem;left:17.5625rem;height:1.29980625rem;font-style:normal;display:block; }
#Vz2TzCi3QXCbUFgd7O62vNCEvc0dT5TL { color:#000000;display:block;width:14.5rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:700;z-index:15006;line-height:1.7;letter-spacing:0;top:27.5625rem;left:20.0625rem;height:1.2749rem;font-style:normal;display:block; }
#KiHCzanTIUJJXyq5tbI6Tl0ruksRCk31 { position:absolute;display:block;z-index:15020;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.5rem;width:20rem;top:7.5rem;left:38.75rem;overflow:hidden;display:block; }
#DBQGF2B1XwhFB5zbycFQNp0UbxEe4ytU { box-sizing:content-box;height:11.25rem;width:20rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:18.6875rem;left:38.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#D9B31dVNXQQTTgGrSCkTT8FKexcipFlV { color:#000000;display:block;width:14.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:20.5625rem;left:40rem;height:1.29980625rem;font-style:normal;display:block; }
#AblrWFDPqLTS7WUPxawP34eNPXodS9Fb { 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:1.875rem;width:1.875rem;top:27.125rem;left:40rem;overflow:hidden;display:block; }
#mZk0JIS6tAtGiT1UUbJHoW6IM4gLeNpE { color:#000000;display:block;width:14.5rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:700;z-index:15018;line-height:1.7;letter-spacing:0;top:27.4375rem;left:42.5rem;height:1.2749rem;font-style:normal;display:block; }
#rgAuoGwDSpFJ3fsJrK0miLQnK5x4E4yy { color:#000000;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:22.5rem;left:40rem;height:3.8994125rem;font-style:normal;display:block; }
#UinKTIIS1CRAOzG79Vfoc7cq65Pe8aKr { color:#000000;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:22.625rem;left:17.5625rem;height:3.8994125rem;font-style:normal;display:block; }
#BK23wvFgyyATaE4ZGxT9kiPp9ImGAmdE { color:#000000;display:block;width:38.75rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.5625rem;left:18.125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wDKZl3d7vBWCkEQJMZDsX9aJgP55c8ks { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:27.5625rem;left:33.8125rem;overflow:hidden;display:block; }
#QPeitXPyfLanR2l9caCWg575r6wpvZC8 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:27.3125rem;left:56.25rem;overflow:hidden;display:block; }
#drhVlWCfLAATXgAE2dWqoMg9QF3schsX { color:#000000;display:block;width:15rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:35.625rem;left:30rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uKu4VlvRQFJTsHc05tN7WuKzh9ko39bW { color:#ff0000;display:block;width:15rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:36.875rem;left:30rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K5bmiXSicVVH8AuAdeX6arr1ahDiMTMd { background-color:#ff0000;background-image:none;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: 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:roboto;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:31.25rem;left:30rem;display:block; }
#oQ3guXJJ5ToENTGp1qZuEgPVEFT0l9KK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GKmxV2nMTfCKbnz6GTfKC8yTpm9dolf8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#GKmxV2nMTfCKbnz6GTfKC8yTpm9dolf8 > .row .container { border-width: 0; border-radius: 0; }#GKmxV2nMTfCKbnz6GTfKC8yTpm9dolf8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GKmxV2nMTfCKbnz6GTfKC8yTpm9dolf8 > .row .container { font-size:0.875rem;font-family:arial;height:24.9375rem;width:75rem;position:relative;display:none; }#IJkTIXa0sS6xnGOmon1RscE6bTS3drTI { position:absolute;display:block;z-index:15000;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: none;height:12.375rem;width:20rem;top:2.4375rem;left:2.5rem;display:block; }
#hJFTPUINd5q4MEWRd6E0gHuOaU0Ldw0T { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:16.1875rem;left:2.5rem;height:6.499025rem;font-style:normal;display:block; }
#M9DQEIBCKRxFirAtW9hlp6qU20L9NXEM { position:absolute;display:block;z-index:15000;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: none;height:12.375rem;width:20rem;top:2.4375rem;left:26.9375rem;display:block; }
#JuLr8QqCJqzlp3Q1esTaBZoKILu2lVUa { position:absolute;display:block;z-index:15000;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: none;height:12.375rem;width:20rem;top:2.5625rem;left:51.25rem;display:block; }
#K0Q3rrJgWR43uPVzZlN0x4R5oAnJqafA { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:16.1875rem;left:27.5rem;height:6.499025rem;font-style:normal;display:block; }
#bbx7ToRTVoJT65roEwkKFD6dxV7QPm6S { color:#000000;display:block;width:20rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:16.1875rem;left:51.25rem;height:5.19921875rem;font-style:normal;display:block; }
#lEhxSOZbPdHI58O2dEG33qUKEkLUPlJ4 { background-color:#ff0000;background-image:none;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: 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:roboto;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:31.25rem;left:30rem;display:none; }
#cCKbPVaxQMcTdJtnt5m3gdnyxuvW9X4s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vQ3QDHtTpUXiemX3VQfaClMuNaHw4u4b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff0000;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; }#vQ3QDHtTpUXiemX3VQfaClMuNaHw4u4b > .row .container { background-color: transparent; background-image: none; }#vQ3QDHtTpUXiemX3VQfaClMuNaHw4u4b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vQ3QDHtTpUXiemX3VQfaClMuNaHw4u4b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vQ3QDHtTpUXiemX3VQfaClMuNaHw4u4b > .row .container > .video-iframe-container { display: none; }#vQ3QDHtTpUXiemX3VQfaClMuNaHw4u4b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vQ3QDHtTpUXiemX3VQfaClMuNaHw4u4b > .row > .video-iframe-container { display: none; }#vQ3QDHtTpUXiemX3VQfaClMuNaHw4u4b > .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); }#vQ3QDHtTpUXiemX3VQfaClMuNaHw4u4b > .row .container { border-width: 0; border-radius: 0; }#vQ3QDHtTpUXiemX3VQfaClMuNaHw4u4b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vQ3QDHtTpUXiemX3VQfaClMuNaHw4u4b > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;position:relative;display:block; }#k5dCkq48Il4AHusmgJ06vLT7idSV6ih2 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#k5dCkq48Il4AHusmgJ06vLT7idSV6ih2 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;color:#ff0000;padding-top:0.425625rem;padding-right:0.378125rem;padding-bottom:0.425625rem;padding-left:0.378125rem;display:block;align-items:center;width:2.26875rem;min-width:2.26875rem;height:2.288125rem;position:relative;font-family:"open sans";font-size:1.703125rem;font-weight:700;line-height:36.61px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#k5dCkq48Il4AHusmgJ06vLT7idSV6ih2 .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.26625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.025rem;height:0.903125rem;position:relative;font-family:"open sans";font-size:0.63875rem;font-weight:400;line-height:14.45px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#k5dCkq48Il4AHusmgJ06vLT7idSV6ih2 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:8.0625rem;height:4.30875rem;padding-top:0.531875rem;padding-right:0.54rem;padding-bottom:0.531875rem;padding-left:0.54rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.279296875rem;left:44.5625rem;z-index:5000; }
#k5dCkq48Il4AHusmgJ06vLT7idSV6ih2 #yr1g1lI1azmOfW1zxXqBAl8C2MDhzdxJ { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#k5dCkq48Il4AHusmgJ06vLT7idSV6ih2 #z2eKvtUJBQC5em5uV76vPrhIczfSS1yd { width:auto; }
#k5dCkq48Il4AHusmgJ06vLT7idSV6ih2 #LKwnuXlq6e2lPsxXs4eVXL3r4ZpOXlfD {  }
#k5dCkq48Il4AHusmgJ06vLT7idSV6ih2 #tc13G8sRI3qq3CPlAevVxfvOGVi2KS8l { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#k5dCkq48Il4AHusmgJ06vLT7idSV6ih2 #nvweQPqBGQeLZsWGLiaSgSZIoSnnFQT7 {  }
#k5dCkq48Il4AHusmgJ06vLT7idSV6ih2 #E8a3eFEiA5U2NXuBA6JABTenCdA9WT6w {  }
#k5dCkq48Il4AHusmgJ06vLT7idSV6ih2 #QEnhex34CuFohN1n9E2RxF7uNrIB0yFm { display:flex;position:relative;top:0rem;left:0rem; }
#k5dCkq48Il4AHusmgJ06vLT7idSV6ih2 #CoWyx9umCv76Ei37FHmEitDmlh3lmKTh {  }
#k5dCkq48Il4AHusmgJ06vLT7idSV6ih2 #rLU7dGndSI2Ow5x2xUUs0B1Pi1RLVX6f {  }
#k5dCkq48Il4AHusmgJ06vLT7idSV6ih2 #plgBouMTK4WeauEAZ6h9b43amhRailpM { display:flex;position:relative;top:0rem;left:0rem; }
#k5dCkq48Il4AHusmgJ06vLT7idSV6ih2 #olHB5za17nwdwNRgVR67P5TH04ofrTuV {  }
#k5dCkq48Il4AHusmgJ06vLT7idSV6ih2 #lrEHKpNGySJlK7CA1UuA3CHopxafbn8h {  }
#duNEmCGT4zzLrMfpFgOqLPObCmepTqUP { color:#ffffff;display:block;width:29.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15101;line-height:1.3;letter-spacing:0;top:2.15625rem;left:14.8125rem;height:1.625rem;display:block; }
#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1b00db, #000000);background-image: -moz-linear-gradient(180deg, #1b00db, #000000);background-image: -ms-linear-gradient(180deg, #1b00db, #000000);background-image: -o-linear-gradient(180deg, #1b00db, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b00db', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b00db', endColorstr='#000000' );";background-image: linear-gradient(180deg, #1b00db, #000000);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; }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK > .row .container { background-color: transparent; background-image: none; }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK > .row .container > .video-iframe-container { display: none; }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK > .row > .video-iframe-container { display: none; }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK > .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); }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK > .row .container { border-width: 0; border-radius: 0; }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK > .row .container { font-size:0.875rem;font-family:arial;height:25.0625rem;width:75rem;position:relative;display:block; }#APwtAUeGTyXFwnqTMLR9ovX4ptwHgClx { box-sizing:content-box;height:2.5rem;width:17.5625rem;position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.1);background-image:none;top:2.5rem;left:28.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#MmCwRzU2B1IgGQpffLdrWikroDXkffAX { color:rgba(255,255,255,0.75);display:block;width:16.3125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.0625rem;left:29.375rem;height:1.29980625rem;font-style:normal;display:block; }
#TPXX6yHJv7CLd8zwsLM5NogwrP91ItFZ { color:#ffffff;display:block;width:41.6875rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.25rem;left:16.25rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RRBFxD0Fd8XJTAa5y8tGAqB1XbxBcVAm { color:#ffffff;display:block;width:46.125rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:9.375rem;left:13.875rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PBKdEcDkMl7d71fXp6eZ4hp6EEZTbwod { background-color:#ff0000;background-image:none;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: 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:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.75rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:15rem;left:28.75rem;display:block; }
#tRzElwklDeGuVcUzcp06ebOEmMMmCtJK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e0cVPdoCKzMStWVp4gKMA5rop5c8M9LU { color:#ffffff;display:block;width:15rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:20.625rem;left:30rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WrRUVLsyPv8g7RxE6y7TdStthc3hW8HZ { color:#ffffff;display:block;width:15rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:19.375rem;left:30rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qTZLg95h7P4qoJvIugZIDxHeARf8GMVT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5e5e5;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; }#qTZLg95h7P4qoJvIugZIDxHeARf8GMVT > .row .container { background-color: transparent; background-image: none; }#qTZLg95h7P4qoJvIugZIDxHeARf8GMVT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTZLg95h7P4qoJvIugZIDxHeARf8GMVT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTZLg95h7P4qoJvIugZIDxHeARf8GMVT > .row .container > .video-iframe-container { display: none; }#qTZLg95h7P4qoJvIugZIDxHeARf8GMVT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTZLg95h7P4qoJvIugZIDxHeARf8GMVT > .row > .video-iframe-container { display: none; }#qTZLg95h7P4qoJvIugZIDxHeARf8GMVT > .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); }#qTZLg95h7P4qoJvIugZIDxHeARf8GMVT > .row .container { border-width: 0; border-radius: 0; }#qTZLg95h7P4qoJvIugZIDxHeARf8GMVT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qTZLg95h7P4qoJvIugZIDxHeARf8GMVT > .row .container { font-size:0.875rem;font-family:arial;height:24.9375rem;width:75rem;position:relative;display:block; }#um9eiV37exqa29fDuG7L5hHCsrGN1G7u { box-sizing:content-box;height:11.1875rem;width:20rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:12.5rem;left:3.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#qD9cM7AQ2Nb7tnCnZ9GWzXq4W1F3Qr2r { position:absolute;display:block;z-index:15008;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.5rem;width:20rem;top:1.125rem;left:3.75rem;overflow:hidden;display:block; }
#zLhVDyqN12Wu8ierJCKGeylyoFrDiDPU { 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:1.875rem;width:1.875rem;top:20.875rem;left:5rem;overflow:hidden;display:block; }
#cCNFXpgXhu34ia11P9Rz4rmZDqTuUpTi { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:14.375rem;left:5rem;height:1.29980625rem;font-style:normal;display:block; }
#PzRVru3RqkZmGB6HVSODbVmtqHgLsKLQ { color:#000000;display:block;width:14.5rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:700;z-index:15006;line-height:1.7;letter-spacing:0;top:21.1875rem;left:7.5rem;height:1.2749rem;font-style:normal;display:block; }
#eUNTR8oQtwrLSGNP5FO68BA10GuuOLWR { position:absolute;display:block;z-index:15014;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.5rem;width:20rem;top:1.125rem;left:27.5rem;overflow:hidden;display:block; }
#h6nJ3JD4UL7k1tPsMahRPHZVfpN6PIlv { box-sizing:content-box;height:11.4375rem;width:20rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:12.3125rem;left:27.5rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#qNmPiQpd0H14SQ6O2DKRyzfsZUV98vKh { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:14.3125rem;left:28.75rem;height:1.29980625rem;font-style:normal;display:block; }
#Vrudhgd0ZxyzUeTQfIznltWETnltk7Kd { color:#000000;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:16.25rem;left:28.75rem;height:3.8994125rem;font-style:normal;display:block; }
#HGR6NTJaIpaZqq39fcfTk6sxsZUGf1rn { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:20.875rem;left:28.75rem;overflow:hidden;display:block; }
#aTDAq9uxL3gQKKOH8aUL4LAfrGf4b2dX { color:#000000;display:block;width:14.5rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:700;z-index:15012;line-height:1.7;letter-spacing:0;top:21.1875rem;left:31.25rem;height:1.2749rem;font-style:normal;display:block; }
#H5Z5ykwvIzDRh5WZTBZfM0uA1Fx7qufm { position:absolute;display:block;z-index:15020;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.5rem;width:20rem;top:1.125rem;left:51.25rem;overflow:hidden;display:block; }
#ZKpaypRzp6eqyFMaGMpc7vI0sM1moqSc { box-sizing:content-box;height:11.25rem;width:20rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:12.3125rem;left:51.25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#X2ihgDaseRvw5MlLWiip7ddVgwgD17Gm { color:#000000;display:block;width:14.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:14.1875rem;left:52.5rem;height:1.29980625rem;font-style:normal;display:block; }
#QWmk8LeLbtK0vFHaCBaTgJDJL48QG3Wy { 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:1.875rem;width:1.875rem;top:20.75rem;left:52.5rem;overflow:hidden;display:block; }
#BRdiesSDQR4FGLKhCc8icbB356AiOKVP { color:#000000;display:block;width:14.5rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:700;z-index:15018;line-height:1.7;letter-spacing:0;top:21.0625rem;left:55rem;height:1.2749rem;font-style:normal;display:block; }
#pvUhVAUJ3cqlmusb1RoaoW6WyHLeTnzo { color:#000000;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:16.125rem;left:52.5rem;height:3.8994125rem;font-style:normal;display:block; }
#GPISJPiuMuNBl9BTNah68sRkDOwvC8e3 { color:#000000;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:16.25rem;left:5rem;height:3.8994125rem;font-style:normal;display:block; }
#UifaHXTOP2Fn3nJn7B4J2dfbS9SiZx7J { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:21.1875rem;left:21.25rem;overflow:hidden;display:block; }
#C8dTBMt5Wi46tXxBE1sZPEDtF3EpgTiI { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:21.1875rem;left:45rem;overflow:hidden;display:block; }
#y136Aop93NIa6o8xCuAKwTaDO3BDcCT8 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:20.9375rem;left:68.75rem;overflow:hidden;display:block; }
#PpXaZ3AyT1yC7KdVqQImH7ANNqhV58DI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5e5e5;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; }#PpXaZ3AyT1yC7KdVqQImH7ANNqhV58DI > .row .container { background-color: transparent; background-image: none; }#PpXaZ3AyT1yC7KdVqQImH7ANNqhV58DI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpXaZ3AyT1yC7KdVqQImH7ANNqhV58DI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpXaZ3AyT1yC7KdVqQImH7ANNqhV58DI > .row .container > .video-iframe-container { display: none; }#PpXaZ3AyT1yC7KdVqQImH7ANNqhV58DI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpXaZ3AyT1yC7KdVqQImH7ANNqhV58DI > .row > .video-iframe-container { display: none; }#PpXaZ3AyT1yC7KdVqQImH7ANNqhV58DI > .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); }#PpXaZ3AyT1yC7KdVqQImH7ANNqhV58DI > .row .container { border-width: 0; border-radius: 0; }#PpXaZ3AyT1yC7KdVqQImH7ANNqhV58DI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PpXaZ3AyT1yC7KdVqQImH7ANNqhV58DI > .row .container { font-size:0.875rem;font-family:arial;height:26.1875rem;width:75rem;position:relative;display:block; }#TELFgQI5UWrm5nTPfZftTgwIKtT4oPrK { box-sizing:content-box;height:11.1875rem;width:20rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:12.5625rem;left:3.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#cZLw6QEbTbOu1DlIW6vQhGREQ1LnJXB8 { position:absolute;display:block;z-index:15008;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.5rem;width:20rem;top:1.1875rem;left:3.75rem;overflow:hidden;display:block; }
#LsAqe2FihgrmKQt8tiMguRHO9lFnK4Th { 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:1.875rem;width:1.875rem;top:20.9375rem;left:5rem;overflow:hidden;display:block; }
#KyNnF2AED9ruxedvnTPTHsGGQNi1dfNG { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:14.4375rem;left:5rem;height:1.29980625rem;font-style:normal;display:block; }
#OhF87XJTyqzMdMM3ODwbrZZEfB3ey6CT { color:#000000;display:block;width:14.5rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:700;z-index:15006;line-height:1.7;letter-spacing:0;top:21.25rem;left:7.5rem;height:1.2749rem;font-style:normal;display:block; }
#NUBsZf4StFsmnHO1CcmKv8Ovwn7AAkG0 { position:absolute;display:block;z-index:15014;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.5rem;width:20rem;top:1.1875rem;left:27.5rem;overflow:hidden;display:block; }
#dPD7RBFbiTWTa8fLqv2I04tdMxTmgeJS { box-sizing:content-box;height:11.4375rem;width:20rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:12.375rem;left:27.5rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#GyorXETnWXkKy4Ax4ZL6gN2HsLahSrOd { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:14.375rem;left:28.75rem;height:1.29980625rem;font-style:normal;display:block; }
#KNpxaANccQy9LE5UDy7TqOlDCqW04zRy { color:#000000;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:16.3125rem;left:28.75rem;height:3.8994125rem;font-style:normal;display:block; }
#MBxsbd4vTMt5HpEBuZMqDoStmpItoLEQ { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:20.9375rem;left:28.75rem;overflow:hidden;display:block; }
#BTmDRoDlehJeysTQ58LuXgTX5AytZvWb { color:#000000;display:block;width:14.5rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:700;z-index:15012;line-height:1.7;letter-spacing:0;top:21.25rem;left:31.25rem;height:1.2749rem;font-style:normal;display:block; }
#BA53PwThd6yzIzMD6Tl5iKBIrt4Qkksn { position:absolute;display:block;z-index:15020;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.5rem;width:20rem;top:1.1875rem;left:51.25rem;overflow:hidden;display:block; }
#llLmtggPgMtOBHUhlkBz7UUOifGZCHQB { box-sizing:content-box;height:11.25rem;width:20rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:12.375rem;left:51.25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#WIaJ37kRTf4Vdpq63EC3qvkieS249h2q { color:#000000;display:block;width:14.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:14.25rem;left:52.5rem;height:1.29980625rem;font-style:normal;display:block; }
#MGFdn36COfUtmuldMbEnNglL1GWXwFKS { 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:1.875rem;width:1.875rem;top:20.8125rem;left:52.5rem;overflow:hidden;display:block; }
#w3UqZstZ89MK74PRReH74z8osC5J7cp0 { color:#000000;display:block;width:14.5rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:700;z-index:15018;line-height:1.7;letter-spacing:0;top:21.125rem;left:55rem;height:1.2749rem;font-style:normal;display:block; }
#btTkfB3A8Zf9pUb21GBiEIUfWutK84rr { color:#000000;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:16.1875rem;left:52.5rem;height:3.8994125rem;font-style:normal;display:block; }
#vh0xED4ye0NLyMcVMGg0dTKiTDXQAhDt { color:#000000;display:block;width:17.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:16.3125rem;left:5rem;height:3.8994125rem;font-style:normal;display:block; }
#CacTr6a6K21J1msF9a38OIh46WZqLTJT { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:21.25rem;left:21.25rem;overflow:hidden;display:block; }
#H9X6g5S5zwdbWFmVNhbzidnvOtauwaAk { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:21.25rem;left:45rem;overflow:hidden;display:block; }
#uDa5oAMDxQkiWSN8AfGJaZ1dg1rlOIC7 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:21rem;left:68.75rem;overflow:hidden;display:block; }
#EAJTqyfVVmGtmNPfDy09xhGQbJKohLJa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EAJTqyfVVmGtmNPfDy09xhGQbJKohLJa > .row .container { background-color: transparent; background-image: none; }#EAJTqyfVVmGtmNPfDy09xhGQbJKohLJa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EAJTqyfVVmGtmNPfDy09xhGQbJKohLJa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EAJTqyfVVmGtmNPfDy09xhGQbJKohLJa > .row .container > .video-iframe-container { display: none; }#EAJTqyfVVmGtmNPfDy09xhGQbJKohLJa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EAJTqyfVVmGtmNPfDy09xhGQbJKohLJa > .row > .video-iframe-container { display: none; }#EAJTqyfVVmGtmNPfDy09xhGQbJKohLJa > .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); }#EAJTqyfVVmGtmNPfDy09xhGQbJKohLJa > .row .container { border-width: 0; border-radius: 0; }#EAJTqyfVVmGtmNPfDy09xhGQbJKohLJa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EAJTqyfVVmGtmNPfDy09xhGQbJKohLJa > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:75rem;position:relative;display:block; }#WvlpySgWk7zMJHv0F3PfDUOTqCAzUirh { color:#000000;display:block;width:32.625rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:400;z-index:15084;line-height:1.3;letter-spacing:0;top:4.5rem;left:34.9375rem;height:4.875rem;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; }
#a3fHSxDbh8OnEKR1u831XSNN84pHS94I { color:#000000;display:block;width:23.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15085;line-height:1.3;letter-spacing:0;top:2.5rem;left:34.9375rem;height:1.29980625rem;font-style:normal;display:block; }
#b4o1i7MPGhyvVLDSuBlzgXFE0EveK6m8 { color:#000000;display:block;width:32.5625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15085;line-height:1.3;letter-spacing:0;top:10.4375rem;left:35.0625rem;height:3.25rem;font-style:normal;display:block; }
#KZC5I7cPZZLltAfKyrlJZtVlEvPTdzdi { color:#000000;display:block;width:30rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15086;line-height:1.3;letter-spacing:0;top:14.9375rem;left:35.0625rem;height:6.13671875rem;font-style:normal;overflow:hidden;display:block; }#KZC5I7cPZZLltAfKyrlJZtVlEvPTdzdi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KZC5I7cPZZLltAfKyrlJZtVlEvPTdzdi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c2c5ca5490bf26919f3e9de6411a8ce4.svg); }
#CZopBqNLCV8nF89QOOqBysR9hJVvsiBQ { background-color:#ff0000;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:roboto;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.75rem;text-decoration:none;z-index:15086;text-align:center;text-align-last:center;top:22.4375rem;left:35.0625rem;display:block; }
#okHD3nuSrLn7sHKWloTSkXIFZLoP0Rum { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TafHRA3b7nimD7fiASIy7ahubfeZW3n4 { position:absolute;display:block;z-index:15087;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: none;height:23.75rem;width:31.75rem;top:2.5rem;left:1.25rem;overflow:hidden;display:block; }
#Dvn1Cw9Qgx8KH4ATfTw5Nkl7G50u0PU6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1b00db, #000000);background-image: -moz-linear-gradient(180deg, #1b00db, #000000);background-image: -ms-linear-gradient(180deg, #1b00db, #000000);background-image: -o-linear-gradient(180deg, #1b00db, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b00db', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b00db', endColorstr='#000000' );";background-image: linear-gradient(180deg, #1b00db, #000000);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; }#Dvn1Cw9Qgx8KH4ATfTw5Nkl7G50u0PU6 > .row .container { background-color: transparent; background-image: none; }#Dvn1Cw9Qgx8KH4ATfTw5Nkl7G50u0PU6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dvn1Cw9Qgx8KH4ATfTw5Nkl7G50u0PU6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dvn1Cw9Qgx8KH4ATfTw5Nkl7G50u0PU6 > .row .container > .video-iframe-container { display: none; }#Dvn1Cw9Qgx8KH4ATfTw5Nkl7G50u0PU6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dvn1Cw9Qgx8KH4ATfTw5Nkl7G50u0PU6 > .row > .video-iframe-container { display: none; }#Dvn1Cw9Qgx8KH4ATfTw5Nkl7G50u0PU6 > .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); }#Dvn1Cw9Qgx8KH4ATfTw5Nkl7G50u0PU6 > .row .container { border-width: 0; border-radius: 0; }#Dvn1Cw9Qgx8KH4ATfTw5Nkl7G50u0PU6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dvn1Cw9Qgx8KH4ATfTw5Nkl7G50u0PU6 > .row .container { font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;position:relative;display:block; }#PIcLXBDMlRDFHuy5VeC3FBAzXVdBHMok { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.375rem;left:2.5rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#QsSI9s1ilkHCazwvq5MfApzJECXQOs66 { color:#ffffff;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:2.4375rem;left:27.5rem;height:8.92383125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t2VTKzXg8Nn7u3wamnk2Sm6ryWx5rscT { color:#ffffff;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:6.1875rem;left:2.625rem;height:7.4365rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MsAx3UMyxM3Gw2DSh9n7iVDOIIagH7Lr { color:#ffffff;display:block;width:13.1875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:2.4375rem;left:59.3125rem;height:1.48730625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#dX0GCkHIOcFPKoUEov5VwZn0eMJHu6kL { position:absolute;display:block;z-index:15006;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.5rem;width:3.9375rem;top:4.8125rem;left:64.6875rem;overflow:hidden;display:block; }
#SkrhL1f5ClxFXlH1mZnU2r1qUoidlA9d { position:absolute;display:block;z-index:15007;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.5rem;width:3.3125rem;top:4.8125rem;left:69.25rem;overflow:hidden;display:block; }
#RSTU77xf47m74kUMlrN3zohqiKGSZomu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RSTU77xf47m74kUMlrN3zohqiKGSZomu > .row .container { background-color: transparent; background-image: none; }#RSTU77xf47m74kUMlrN3zohqiKGSZomu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSTU77xf47m74kUMlrN3zohqiKGSZomu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSTU77xf47m74kUMlrN3zohqiKGSZomu > .row .container > .video-iframe-container { display: none; }#RSTU77xf47m74kUMlrN3zohqiKGSZomu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSTU77xf47m74kUMlrN3zohqiKGSZomu > .row > .video-iframe-container { display: none; }#RSTU77xf47m74kUMlrN3zohqiKGSZomu > .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); }#RSTU77xf47m74kUMlrN3zohqiKGSZomu > .row .container { border-width: 0; border-radius: 0; }#RSTU77xf47m74kUMlrN3zohqiKGSZomu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RSTU77xf47m74kUMlrN3zohqiKGSZomu > .row .container { font-size:0.875rem;font-family:arial;height:2.4375rem;width:75rem;position:relative;display:block; }#M5RlafQZoHGd96dfoMHRSBFSNzAZwTOn { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:0.5625rem;left:2.5rem;height:1.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AglgPCbViCnVZkmPtqMwTLF580LE4e2M { color:#000000;display:block;width:5.6875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:0.625rem;left:50.5625rem;height:1.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XyF6vwJ6ZaI0LXuaITqZKbtKQ3GIGNJ3 { color:#000000;display:block;width:7.6875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:0.625rem;left:57.375rem;height:1.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Taolm6Nu0Tb6zKDKWfXSk9m4Lmqw2iF1 { color:#000000;display:block;width:6.1875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:0.625rem;left:66.4375rem;height:1.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vHqiNeb4xUJtoESMLZ9oxvCEHrgfT8X8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#vHqiNeb4xUJtoESMLZ9oxvCEHrgfT8X8 > .row .container { background-color: transparent; background-image: none; }#vHqiNeb4xUJtoESMLZ9oxvCEHrgfT8X8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHqiNeb4xUJtoESMLZ9oxvCEHrgfT8X8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHqiNeb4xUJtoESMLZ9oxvCEHrgfT8X8 > .row .container > .video-iframe-container { display: none; }#vHqiNeb4xUJtoESMLZ9oxvCEHrgfT8X8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHqiNeb4xUJtoESMLZ9oxvCEHrgfT8X8 > .row > .video-iframe-container { display: none; }#vHqiNeb4xUJtoESMLZ9oxvCEHrgfT8X8 > .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); }#vHqiNeb4xUJtoESMLZ9oxvCEHrgfT8X8 > .row .container { border-width: 0; border-radius: 0; }#vHqiNeb4xUJtoESMLZ9oxvCEHrgfT8X8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vHqiNeb4xUJtoESMLZ9oxvCEHrgfT8X8 > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#pZEITdmZKnhTzvFHC1ZVTwQitMVGMydu { color:#000000;display:block;width:40.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15076;line-height:1.7;letter-spacing:0;top:0.6123046875rem;left:2.5rem;height:1.2749rem;display:block; }
#vpFSL55D8fXDnIN0DBT7yfyG8AiAx1ZA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#28a745;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#vpFSL55D8fXDnIN0DBT7yfyG8AiAx1ZA > .row .container { border-width: 0; border-radius: 0; }#vpFSL55D8fXDnIN0DBT7yfyG8AiAx1ZA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vpFSL55D8fXDnIN0DBT7yfyG8AiAx1ZA > .row .container { font-size:0.875rem;font-family:arial;height:0.0625rem;width:75rem;position:relative;display:none; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JaesBx6SakLUt1Oo8ZsFLLJemZlBJ424 { display:none; }#JaesBx6SakLUt1Oo8ZsFLLJemZlBJ424 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #x4rGtPeCmpVpapuasuwqN2KBHiM5ITQF { top:1.0625rem;left:0rem;width:17.5rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kywpRPdxrv9AFoZFeguPgmm22ga1xVPI { display:block; }#kywpRPdxrv9AFoZFeguPgmm22ga1xVPI > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IDyLhqaahaX1MR6Jw5hFHTkfJg6WCiKa { width:10.3125rem;height:1.75rem;top:2.625rem;left:37.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqxoMi5rsR67fcaffALGrIAtM9l37oV7 { width:3.125rem;height:3.125rem;display:none; }
#zqxoMi5rsR67fcaffALGrIAtM9l37oV7 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #dNdmZIDHyFovGEhdLpFf44fMELi2d4lk { width:10.3125rem;height:1.75rem;top:2.625rem;left:37.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rTRypNdRXZZ4VP0k7mTI7gIrMNbO3eOM { width:12.5rem;height:1.25rem;top:1.1875rem;left:35.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZtRs7wwciJQhpSCOuDkmKElEylDTyBft { width:1.5625rem;height:0;top:4.625rem;left:13.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aab9UvSXdRNUuRGcTxrTqnmB3MHJa3Ci { top:1.75rem;left:27.5rem;width:8.75rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvrbGEvvHu1kZeMCDdINnzWB6AWyRSdT { width:1.5625rem;height:0;top:4.3125rem;left:36.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFv13iRzPtA6PVWzu580cW4VqqTLX0aG { top:0.9375rem;left:27.5rem;width:8.75rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJSUNltPLk4HsfwTFf8GCJlf5hLUbeN7 { width:4.5625rem;height:;top:2.875rem;left:31.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTzU6bTEFnlzsBgL8Jo7a0L7qAXWcrGT { top:0.875rem;left:37.9375rem;width:0.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EN8nx2k71SH1F4pL48hrGU56TPDwa7uR { top:2.4375rem;left:28.125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRKfu0Hf1KDAdDEqFQyRHocDXTorebx0 { top:0.875rem;left:0rem;width:13.9375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EE0UGKrCKKsBNkgovuvtL67I8KddNkBX { width:47.75rem;height:36.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ff4TCibtqGloIOq6BpsmRqa9ibCFAAW1 { top:1.8125rem;left:31.5625rem;width:16.1875rem;height:3.0625rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FnUOof7VGf3EkwL1VoVMUtmgQBO27s5h { display:block; }#FnUOof7VGf3EkwL1VoVMUtmgQBO27s5h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qsx9vWWXRBoQ6LTqFgFlR56LMTmKK8M4 { top:0.6875rem;left:1.375rem;width:10.5625rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8qdkQT3Sg7lbzWByaeyhBHtJS7LtME6 { top:0.5rem;left:25.96875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuNbQsT05VH58TqWW0Fb2WZeavRk5dQO { top:0.625rem;left:36.09375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDD0mQw6vkUhemQfhsv9svay8JVNBTPX { top:0.625rem;left:2.96875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zo2Zkwcd9k8hc8IqQlUHWJLwBalK6byW { top:0.625rem;left:11.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwRut5Pzi5TgeqRpbyd3igBKEIys5XIB { top:0.6875rem;left:13.5rem;width:10.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RM59kW6m3pdpfVUQbTeSBOqFkoC5HnXx { top:0.6875rem;left:26.5rem;width:9.3125rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipCGDTzyMSJzUJfxaswQoc9nIqXAxmMG { top:0.6875rem;left:37.78125rem;width:9.3125rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDm42aBbbwHvtP1U1aK786KehhCHf7Nv { display:none; }#GDm42aBbbwHvtP1U1aK786KehhCHf7Nv > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EhXaFEXUgt0xCGVfHS0aO5gyVSys436M { top:2.6875rem;left:15.125rem;width:17.5625rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #gWJWrZw3115WNwAI9DtC6o9KvLIK2RMb { top:3.25rem;left:15.75rem;width:16.3125rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LehqbO6bA22QirfxssVTboySdQ32NH0H { top:6.25rem;left:0rem;width:47.75rem;height:;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fqRcW1sMRFOimb93oeGOUdelM07GlH82 { width:22.25rem;height:3.75rem;top:16.25rem;left:12.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #oQ7eQHgflERnbZxDx1Hs9T0sBtqiFqt5 { display:block; }
 }@media only screen and (max-width: 763px) { #mHJn7aMhWLX6uskUPLluKd423R1UUf3a { top:10.9375rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSm2gkIOXVZpJ6c0Af1lLqrRLfi6n7wq { top:20.9375rem;left:5.75rem;width:36.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vryM6EoIhWTFIAztTAyPwaPS63tTyiZC { top:15.3125rem;left:24.875rem;width:22.875rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtKnZt85TXiX05isRWvSSoHxVDpnhOea { top:22.9375rem;left:29.9375rem;width:17.8125rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEdT2XQFTh5DW4NeH2sH3wffpNODs2b1 { top:23.8125rem;left:3.875rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6b19f6LMnGvmNKyTWMr9H8e7ItZi9Ls { top:23.8125rem;left:22.0625rem;width:20.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTNcERRR4vKGFGhCqRbS5WvbzLJ3zxeW { top:25rem;left:25.125rem;width:17.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #obbbwtZLopD6WDCPGtIKz8ftb6FlteyT { top:27.0625rem;left:25.125rem;width:15.25rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #csgQryudqTruWVo1ItbUF5GtoAWa8yUy { top:33.4375rem;left:25.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6mITTsIxgl9Xwgy0JegTRnnUdJLOTy8 { top:33.8125rem;left:27.625rem;width:10.9375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #euEnhDodowR8hmPwMRRTBkhguTgOed2T { top:33.75rem;left:40.375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ig0PZUt5UDKQxVsKDxnque14u0ooKyss { top:16.25rem;left:24.0625rem;width:23.6875rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #odhkvH5EWobuUnKXrrxNv1UMstpqbiTv { top:17.1875rem;left:23.0625rem;width:24.6875rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxsXSlumB1uZCRTxh5JZE0Qka3eBMSpG { display:block; }#HxsXSlumB1uZCRTxh5JZE0Qka3eBMSpG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eHKtlSAllUwK3r6rSw8hR9fzo2O0Jl6r { top:2.5625rem;left:0rem;width:35rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVbrWC4LDO3MBXVvmNeUFhnddf91D8zB { top:2.5625rem;left:3.25rem;width:32.5625rem;height:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #La0ooATUW7yfklyEGibtkVDNzxAFC98h { top:11.0625rem;left:5.8125rem;width:30rem;height:7.6875rem;font-size:0.875rem;display:block; }#La0ooATUW7yfklyEGibtkVDNzxAFC98h li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_332cd86a862e37f8196fd55b09abbb17.svg); }
 }@media only screen and (max-width: 763px) { #MBcuruFeHqfG2B3pOxDRhho9mcwNEUfr { width:22.25rem;height:3.75rem;top:20.0625rem;left:13.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jtio0H4ApoOHIVGSDUK6c6OfTHzrT1Qv { display:block; }
 }@media only screen and (max-width: 763px) { #dwHHpb3CwbF439puhR6eCvsiROzTuk9D { top:6.3125rem;left:3.25rem;width:32.5625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLWS7d7fl9qTongG8tU7XGaVqHxkqDLl { display:block; }#SLWS7d7fl9qTongG8tU7XGaVqHxkqDLl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cBIWRQo7ZUNrQ3C0PVIGNptvZdHFW0lT { top:18.875rem;left:0rem;width:20rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wE1JZqTAKAFvUQGBF33elorD8TAl7ZrK { top:7.5rem;left:0rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEXWuf9TTPHzlkmGEHTkex1ufePQ7WTL { top:27.25rem;left:13rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2cHQX8BGM3M1P2tJvz9ZGad5silDSfO { top:20.75rem;left:2.6875rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vz2TzCi3QXCbUFgd7O62vNCEvc0dT5TL { top:27.5625rem;left:1.375rem;width:14.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiHCzanTIUJJXyq5tbI6Tl0ruksRCk31 { top:7.5rem;left:11.75rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBQGF2B1XwhFB5zbycFQNp0UbxEe4ytU { top:18.6875rem;left:11.75rem;width:20rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9B31dVNXQQTTgGrSCkTT8FKexcipFlV { top:20.5625rem;left:16.875rem;width:14.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AblrWFDPqLTS7WUPxawP34eNPXodS9Fb { top:27.125rem;left:26.3125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZk0JIS6tAtGiT1UUbJHoW6IM4gLeNpE { top:27.4375rem;left:17.25rem;width:14.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgAuoGwDSpFJ3fsJrK0miLQnK5x4E4yy { top:22.5rem;left:14.25rem;width:17.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UinKTIIS1CRAOzG79Vfoc7cq65Pe8aKr { top:22.625rem;left:0rem;width:17.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BK23wvFgyyATaE4ZGxT9kiPp9ImGAmdE { top:1.5625rem;left:0rem;width:38.75rem;height:4.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDKZl3d7vBWCkEQJMZDsX9aJgP55c8ks { top:27.5625rem;left:20.125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPeitXPyfLanR2l9caCWg575r6wpvZC8 { top:27.3125rem;left:33.4375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #drhVlWCfLAATXgAE2dWqoMg9QF3schsX { top:35.625rem;left:16.3125rem;width:15rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKu4VlvRQFJTsHc05tN7WuKzh9ko39bW { top:36.875rem;left:16.3125rem;width:15rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5bmiXSicVVH8AuAdeX6arr1ahDiMTMd { width:15rem;height:3.75rem;top:31.25rem;left:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oQ3guXJJ5ToENTGp1qZuEgPVEFT0l9KK { display:block; }
 }@media only screen and (max-width: 763px) { #GKmxV2nMTfCKbnz6GTfKC8yTpm9dolf8 { display:none; }#GKmxV2nMTfCKbnz6GTfKC8yTpm9dolf8 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IJkTIXa0sS6xnGOmon1RscE6bTS3drTI { width:20rem;height:12.375rem;top:2.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hJFTPUINd5q4MEWRd6E0gHuOaU0Ldw0T { top:16.1875rem;left:0rem;width:20.0625rem;height:6.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #M9DQEIBCKRxFirAtW9hlp6qU20L9NXEM { width:20rem;height:12.375rem;top:2.4375rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JuLr8QqCJqzlp3Q1esTaBZoKILu2lVUa { width:20rem;height:12.375rem;top:2.5625rem;left:27.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #K0Q3rrJgWR43uPVzZlN0x4R5oAnJqafA { top:16.1875rem;left:0rem;width:20.0625rem;height:6.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bbx7ToRTVoJT65roEwkKFD6dxV7QPm6S { top:16.1875rem;left:27.75rem;width:20rem;height:5.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lEhxSOZbPdHI58O2dEG33qUKEkLUPlJ4 { width:15rem;height:3.75rem;top:31.25rem;left:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cCKbPVaxQMcTdJtnt5m3gdnyxuvW9X4s { display:block; }
 }@media only screen and (max-width: 763px) { #vQ3QDHtTpUXiemX3VQfaClMuNaHw4u4b { display:block; }#vQ3QDHtTpUXiemX3VQfaClMuNaHw4u4b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k5dCkq48Il4AHusmgJ06vLT7idSV6ih2 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#k5dCkq48Il4AHusmgJ06vLT7idSV6ih2 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#k5dCkq48Il4AHusmgJ06vLT7idSV6ih2 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#k5dCkq48Il4AHusmgJ06vLT7idSV6ih2 { display:flex;width:9rem;height:5.0625rem;top:1.6875rem;left:12.625rem; }
 }@media only screen and (max-width: 763px) { #k5dCkq48Il4AHusmgJ06vLT7idSV6ih2 #yr1g1lI1azmOfW1zxXqBAl8C2MDhzdxJ { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #k5dCkq48Il4AHusmgJ06vLT7idSV6ih2 #z2eKvtUJBQC5em5uV76vPrhIczfSS1yd {  }
 }@media only screen and (max-width: 763px) { #k5dCkq48Il4AHusmgJ06vLT7idSV6ih2 #LKwnuXlq6e2lPsxXs4eVXL3r4ZpOXlfD {  }
 }@media only screen and (max-width: 763px) { #k5dCkq48Il4AHusmgJ06vLT7idSV6ih2 #tc13G8sRI3qq3CPlAevVxfvOGVi2KS8l { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #k5dCkq48Il4AHusmgJ06vLT7idSV6ih2 #nvweQPqBGQeLZsWGLiaSgSZIoSnnFQT7 {  }
 }@media only screen and (max-width: 763px) { #k5dCkq48Il4AHusmgJ06vLT7idSV6ih2 #E8a3eFEiA5U2NXuBA6JABTenCdA9WT6w {  }
 }@media only screen and (max-width: 763px) { #k5dCkq48Il4AHusmgJ06vLT7idSV6ih2 #QEnhex34CuFohN1n9E2RxF7uNrIB0yFm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #k5dCkq48Il4AHusmgJ06vLT7idSV6ih2 #CoWyx9umCv76Ei37FHmEitDmlh3lmKTh {  }
 }@media only screen and (max-width: 763px) { #k5dCkq48Il4AHusmgJ06vLT7idSV6ih2 #rLU7dGndSI2Ow5x2xUUs0B1Pi1RLVX6f {  }
 }@media only screen and (max-width: 763px) { #k5dCkq48Il4AHusmgJ06vLT7idSV6ih2 #plgBouMTK4WeauEAZ6h9b43amhRailpM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #k5dCkq48Il4AHusmgJ06vLT7idSV6ih2 #olHB5za17nwdwNRgVR67P5TH04ofrTuV {  }
 }@media only screen and (max-width: 763px) { #k5dCkq48Il4AHusmgJ06vLT7idSV6ih2 #lrEHKpNGySJlK7CA1UuA3CHopxafbn8h {  }
 }@media only screen and (max-width: 763px) { #duNEmCGT4zzLrMfpFgOqLPObCmepTqUP { top:2.125rem;left:1.1875rem;width:29.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK { display:block; }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #APwtAUeGTyXFwnqTMLR9ovX4ptwHgClx { top:2.5rem;left:15.125rem;width:17.5625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmCwRzU2B1IgGQpffLdrWikroDXkffAX { top:3.0625rem;left:15.75rem;width:16.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPXX6yHJv7CLd8zwsLM5NogwrP91ItFZ { top:6.25rem;left:2.625rem;width:41.6875rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRBFxD0Fd8XJTAa5y8tGAqB1XbxBcVAm { top:9.375rem;left:0.25rem;width:46.125rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBKdEcDkMl7d71fXp6eZ4hp6EEZTbwod { width:17.5rem;height:3.75rem;top:15rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRzElwklDeGuVcUzcp06ebOEmMMmCtJK { display:block; }
 }@media only screen and (max-width: 763px) { #e0cVPdoCKzMStWVp4gKMA5rop5c8M9LU { top:20.625rem;left:16.375rem;width:15rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrRUVLsyPv8g7RxE6y7TdStthc3hW8HZ { top:19.375rem;left:16.375rem;width:15rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTZLg95h7P4qoJvIugZIDxHeARf8GMVT { display:block; }#qTZLg95h7P4qoJvIugZIDxHeARf8GMVT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #um9eiV37exqa29fDuG7L5hHCsrGN1G7u { top:12.5rem;left:0rem;width:20rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qD9cM7AQ2Nb7tnCnZ9GWzXq4W1F3Qr2r { top:1.125rem;left:0rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLhVDyqN12Wu8ierJCKGeylyoFrDiDPU { top:20.875rem;left:0.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCNFXpgXhu34ia11P9Rz4rmZDqTuUpTi { top:14.375rem;left:0.4375rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzRVru3RqkZmGB6HVSODbVmtqHgLsKLQ { top:21.1875rem;left:1.375rem;width:14.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUNTR8oQtwrLSGNP5FO68BA10GuuOLWR { top:1.125rem;left:11.75rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6nJ3JD4UL7k1tPsMahRPHZVfpN6PIlv { top:12.3125rem;left:11.75rem;width:20rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNmPiQpd0H14SQ6O2DKRyzfsZUV98vKh { top:14.3125rem;left:14.3125rem;width:17.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vrudhgd0ZxyzUeTQfIznltWETnltk7Kd { top:16.25rem;left:14.25rem;width:17.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGR6NTJaIpaZqq39fcfTk6sxsZUGf1rn { top:20.875rem;left:15.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTDAq9uxL3gQKKOH8aUL4LAfrGf4b2dX { top:21.1875rem;left:17.25rem;width:14.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5Z5ykwvIzDRh5WZTBZfM0uA1Fx7qufm { top:1.125rem;left:27.625rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKpaypRzp6eqyFMaGMpc7vI0sM1moqSc { top:12.3125rem;left:27.625rem;width:20rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2ihgDaseRvw5MlLWiip7ddVgwgD17Gm { top:14.1875rem;left:31.75rem;width:14.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWmk8LeLbtK0vFHaCBaTgJDJL48QG3Wy { top:20.75rem;left:31.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRdiesSDQR4FGLKhCc8icbB356AiOKVP { top:21.0625rem;left:32.1875rem;width:14.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvUhVAUJ3cqlmusb1RoaoW6WyHLeTnzo { top:16.125rem;left:30.125rem;width:17.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPISJPiuMuNBl9BTNah68sRkDOwvC8e3 { top:16.25rem;left:0rem;width:17.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UifaHXTOP2Fn3nJn7B4J2dfbS9SiZx7J { top:21.1875rem;left:14.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8dTBMt5Wi46tXxBE1sZPEDtF3EpgTiI { top:21.1875rem;left:30.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y136Aop93NIa6o8xCuAKwTaDO3BDcCT8 { top:20.9375rem;left:45.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpXaZ3AyT1yC7KdVqQImH7ANNqhV58DI { display:block; }#PpXaZ3AyT1yC7KdVqQImH7ANNqhV58DI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TELFgQI5UWrm5nTPfZftTgwIKtT4oPrK { top:12.5625rem;left:0rem;width:20rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZLw6QEbTbOu1DlIW6vQhGREQ1LnJXB8 { top:1.1875rem;left:0rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsAqe2FihgrmKQt8tiMguRHO9lFnK4Th { top:20.9375rem;left:0.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyNnF2AED9ruxedvnTPTHsGGQNi1dfNG { top:14.4375rem;left:0.4375rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhF87XJTyqzMdMM3ODwbrZZEfB3ey6CT { top:21.25rem;left:1.375rem;width:14.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUBsZf4StFsmnHO1CcmKv8Ovwn7AAkG0 { top:1.1875rem;left:11.75rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPD7RBFbiTWTa8fLqv2I04tdMxTmgeJS { top:12.375rem;left:11.75rem;width:20rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyorXETnWXkKy4Ax4ZL6gN2HsLahSrOd { top:14.375rem;left:14.3125rem;width:17.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNpxaANccQy9LE5UDy7TqOlDCqW04zRy { top:16.3125rem;left:14.25rem;width:17.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBxsbd4vTMt5HpEBuZMqDoStmpItoLEQ { top:20.9375rem;left:15.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTmDRoDlehJeysTQ58LuXgTX5AytZvWb { top:21.25rem;left:17.25rem;width:14.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BA53PwThd6yzIzMD6Tl5iKBIrt4Qkksn { top:1.1875rem;left:27.625rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #llLmtggPgMtOBHUhlkBz7UUOifGZCHQB { top:12.375rem;left:27.625rem;width:20rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIaJ37kRTf4Vdpq63EC3qvkieS249h2q { top:14.25rem;left:31.75rem;width:14.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGFdn36COfUtmuldMbEnNglL1GWXwFKS { top:20.8125rem;left:31.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3UqZstZ89MK74PRReH74z8osC5J7cp0 { top:21.125rem;left:32.1875rem;width:14.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #btTkfB3A8Zf9pUb21GBiEIUfWutK84rr { top:16.1875rem;left:30.125rem;width:17.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vh0xED4ye0NLyMcVMGg0dTKiTDXQAhDt { top:16.3125rem;left:0rem;width:17.625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CacTr6a6K21J1msF9a38OIh46WZqLTJT { top:21.25rem;left:14.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9X6g5S5zwdbWFmVNhbzidnvOtauwaAk { top:21.25rem;left:30.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDa5oAMDxQkiWSN8AfGJaZ1dg1rlOIC7 { top:21rem;left:45.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAJTqyfVVmGtmNPfDy09xhGQbJKohLJa { display:block; }#EAJTqyfVVmGtmNPfDy09xhGQbJKohLJa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WvlpySgWk7zMJHv0F3PfDUOTqCAzUirh { top:4.5rem;left:15.125rem;width:32.625rem;height:4.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3fHSxDbh8OnEKR1u831XSNN84pHS94I { top:2.5rem;left:21.3125rem;width:23.4375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4o1i7MPGhyvVLDSuBlzgXFE0EveK6m8 { top:10.4375rem;left:15.1875rem;width:32.5625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZC5I7cPZZLltAfKyrlJZtVlEvPTdzdi { top:14.9375rem;left:17.75rem;width:30rem;height:6.125rem;font-size:1rem;display:block; }#KZC5I7cPZZLltAfKyrlJZtVlEvPTdzdi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c2c5ca5490bf26919f3e9de6411a8ce4.svg); }
 }@media only screen and (max-width: 763px) { #CZopBqNLCV8nF89QOOqBysR9hJVvsiBQ { width:18.75rem;height:3.75rem;top:22.4375rem;left:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #okHD3nuSrLn7sHKWloTSkXIFZLoP0Rum { display:block; }
 }@media only screen and (max-width: 763px) { #TafHRA3b7nimD7fiASIy7ahubfeZW3n4 { top:2.5rem;left:0rem;width:31.75rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dvn1Cw9Qgx8KH4ATfTw5Nkl7G50u0PU6 { display:block; }#Dvn1Cw9Qgx8KH4ATfTw5Nkl7G50u0PU6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PIcLXBDMlRDFHuy5VeC3FBAzXVdBHMok { top:2.375rem;left:0rem;width:13.75rem;height:2.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsSI9s1ilkHCazwvq5MfApzJECXQOs66 { top:2.4375rem;left:13.875rem;width:20rem;height:8.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2VTKzXg8Nn7u3wamnk2Sm6ryWx5rscT { top:6.1875rem;left:0rem;width:20rem;height:7.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsAx3UMyxM3Gw2DSh9n7iVDOIIagH7Lr { top:2.4375rem;left:34.5625rem;width:13.1875rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dX0GCkHIOcFPKoUEov5VwZn0eMJHu6kL { top:4.8125rem;left:43.8125rem;width:3.9375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkrhL1f5ClxFXlH1mZnU2r1qUoidlA9d { top:4.8125rem;left:44.4375rem;width:3.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSTU77xf47m74kUMlrN3zohqiKGSZomu { display:block; }#RSTU77xf47m74kUMlrN3zohqiKGSZomu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M5RlafQZoHGd96dfoMHRSBFSNzAZwTOn { top:0.5625rem;left:0rem;width:17.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AglgPCbViCnVZkmPtqMwTLF580LE4e2M { top:0.625rem;left:36.9375rem;width:5.6875rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyF6vwJ6ZaI0LXuaITqZKbtKQ3GIGNJ3 { top:0.625rem;left:40.0625rem;width:7.6875rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Taolm6Nu0Tb6zKDKWfXSk9m4Lmqw2iF1 { top:0.625rem;left:39.1875rem;width:6.1875rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHqiNeb4xUJtoESMLZ9oxvCEHrgfT8X8 { display:none; }#vHqiNeb4xUJtoESMLZ9oxvCEHrgfT8X8 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pZEITdmZKnhTzvFHC1ZVTwQitMVGMydu { top:0.5625rem;left:0rem;width:40.375rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpFSL55D8fXDnIN0DBT7yfyG8AiAx1ZA { display:block; }#vpFSL55D8fXDnIN0DBT7yfyG8AiAx1ZA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JaesBx6SakLUt1Oo8ZsFLLJemZlBJ424 { background-color:#ff0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#JaesBx6SakLUt1Oo8ZsFLLJemZlBJ424 > .row .container { background-color: transparent; background-image: none; }#JaesBx6SakLUt1Oo8ZsFLLJemZlBJ424::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JaesBx6SakLUt1Oo8ZsFLLJemZlBJ424 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JaesBx6SakLUt1Oo8ZsFLLJemZlBJ424 > .row .container > .video-iframe-container { display: none; }#JaesBx6SakLUt1Oo8ZsFLLJemZlBJ424 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JaesBx6SakLUt1Oo8ZsFLLJemZlBJ424 > .row > .video-iframe-container { display: none; }#JaesBx6SakLUt1Oo8ZsFLLJemZlBJ424 > .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); }#JaesBx6SakLUt1Oo8ZsFLLJemZlBJ424 > .row .container { border-width: 0; border-radius: 0; }#JaesBx6SakLUt1Oo8ZsFLLJemZlBJ424 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JaesBx6SakLUt1Oo8ZsFLLJemZlBJ424 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x4rGtPeCmpVpapuasuwqN2KBHiM5ITQF { top:1.1005859375rem;left:1.25rem;width:17.5rem;height:1.625rem;z-index:15001;color:#ffffff;text-align:center;text-align-last:center;font-size:1.25rem;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; }
 }@media only screen and (max-width: 763px) { #kywpRPdxrv9AFoZFeguPgmm22ga1xVPI { background-color:#1e1e1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kywpRPdxrv9AFoZFeguPgmm22ga1xVPI > .row .container { background-color: transparent; background-image: none; }#kywpRPdxrv9AFoZFeguPgmm22ga1xVPI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kywpRPdxrv9AFoZFeguPgmm22ga1xVPI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kywpRPdxrv9AFoZFeguPgmm22ga1xVPI > .row .container > .video-iframe-container { display: none; }#kywpRPdxrv9AFoZFeguPgmm22ga1xVPI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kywpRPdxrv9AFoZFeguPgmm22ga1xVPI > .row > .video-iframe-container { display: none; }#kywpRPdxrv9AFoZFeguPgmm22ga1xVPI > .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); }#kywpRPdxrv9AFoZFeguPgmm22ga1xVPI > .row .container { border-width: 0; border-radius: 0; }#kywpRPdxrv9AFoZFeguPgmm22ga1xVPI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kywpRPdxrv9AFoZFeguPgmm22ga1xVPI > .row .container { width:20rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IDyLhqaahaX1MR6Jw5hFHTkfJg6WCiKa { width:10.3125rem;height:0;top:9.13671875rem;left:4.84375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #zqxoMi5rsR67fcaffALGrIAtM9l37oV7 { display:flex;top:0.75rem;left:16.875rem;width:3.125rem;height:3.125rem;z-index:15003;display:none; }
#zqxoMi5rsR67fcaffALGrIAtM9l37oV7 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #dNdmZIDHyFovGEhdLpFf44fMELi2d4lk { width:10.3125rem;height:0;top:13.375rem;left:4.875rem;font-size:1.375rem;z-index:15001;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rTRypNdRXZZ4VP0k7mTI7gIrMNbO3eOM { width:12.5rem;height:0;top:14.0625rem;left:3.75rem;font-size:1rem;z-index:15002;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ZtRs7wwciJQhpSCOuDkmKElEylDTyBft { width:7.5rem;height:0;top:5.6875rem;left:11.40625rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #aab9UvSXdRNUuRGcTxrTqnmB3MHJa3Ci { width:7.5rem;height:3.1875rem;top:5.125rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvrbGEvvHu1kZeMCDdINnzWB6AWyRSdT { width:1.5625rem;height:0;top:15.88671875rem;left:9.8125rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #uFv13iRzPtA6PVWzu580cW4VqqTLX0aG { width:7.5rem;height:1.25rem;top:4.5rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJSUNltPLk4HsfwTFf8GCJlf5hLUbeN7 { width:5rem;height:1.625rem;top:5.75rem;left:13.4375rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xTzU6bTEFnlzsBgL8Jo7a0L7qAXWcrGT { width:0.0625rem;height:5rem;top:6.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EN8nx2k71SH1F4pL48hrGU56TPDwa7uR { width:1.25rem;height:1.25rem;top:6.375rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRKfu0Hf1KDAdDEqFQyRHocDXTorebx0 { width:10.875rem;height:3.4375rem;top:4.6875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EE0UGKrCKKsBNkgovuvtL67I8KddNkBX { top:1.25rem;left:1.3125rem;width:6.5rem;height:4.875rem;z-index:15073;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #ff4TCibtqGloIOq6BpsmRqa9ibCFAAW1 { width:15.0625rem;height:0;top:6.875rem;left:2.4375rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #FnUOof7VGf3EkwL1VoVMUtmgQBO27s5h { display:block; }#FnUOof7VGf3EkwL1VoVMUtmgQBO27s5h > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qsx9vWWXRBoQ6LTqFgFlR56LMTmKK8M4 { width:10.4375rem;height:1.3808625rem;top:0.5380859375rem;left:1.75rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #A8qdkQT3Sg7lbzWByaeyhBHtJS7LtME6 { display:flex;width:1.25rem;height:1.25rem;top:0.625rem;left:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fuNbQsT05VH58TqWW0Fb2WZeavRk5dQO { display:flex;width:1.25rem;height:1.25rem;top:0.603515625rem;left:10.25rem; }
 }@media only screen and (max-width: 763px) { #dDD0mQw6vkUhemQfhsv9svay8JVNBTPX { display:flex;width:1.25rem;height:1.25rem;top:0.625rem;left:0.3125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #Zo2Zkwcd9k8hc8IqQlUHWJLwBalK6byW { display:flex;width:1.25rem;height:1.25rem;top:0.625rem;left:10rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KwRut5Pzi5TgeqRpbyd3igBKEIys5XIB { width:7.4375rem;height:0;top:0.5rem;left:11.5rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #RM59kW6m3pdpfVUQbTeSBOqFkoC5HnXx { width:7.625rem;height:1.3808625rem;top:0.537109375rem;left:12.375rem;font-size:0.8125rem;text-align:right;text-align-last:right;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #ipCGDTzyMSJzUJfxaswQoc9nIqXAxmMG { width:7.5625rem;height:1.3808625rem;top:0.48486328125rem;left:11.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #GDm42aBbbwHvtP1U1aK786KehhCHf7Nv { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8057fd2a-d94d-42e4-9f93-18df67b95ebf/tyres.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GDm42aBbbwHvtP1U1aK786KehhCHf7Nv.adaptive-delivery-prevent-bg, #GDm42aBbbwHvtP1U1aK786KehhCHf7Nv.lazyload, #GDm42aBbbwHvtP1U1aK786KehhCHf7Nv.lazyloading { background-image: none; }#GDm42aBbbwHvtP1U1aK786KehhCHf7Nv > .row .container { background-color: transparent; background-image: none; }#GDm42aBbbwHvtP1U1aK786KehhCHf7Nv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.74); }#GDm42aBbbwHvtP1U1aK786KehhCHf7Nv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GDm42aBbbwHvtP1U1aK786KehhCHf7Nv > .row .container > .video-iframe-container { display: none; }#GDm42aBbbwHvtP1U1aK786KehhCHf7Nv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.74); }#GDm42aBbbwHvtP1U1aK786KehhCHf7Nv > .row > .video-iframe-container { display: none; }#GDm42aBbbwHvtP1U1aK786KehhCHf7Nv > .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); }#GDm42aBbbwHvtP1U1aK786KehhCHf7Nv > .row .container { border-width: 0; border-radius: 0; }#GDm42aBbbwHvtP1U1aK786KehhCHf7Nv::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GDm42aBbbwHvtP1U1aK786KehhCHf7Nv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GDm42aBbbwHvtP1U1aK786KehhCHf7Nv > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EhXaFEXUgt0xCGVfHS0aO5gyVSys436M { width:12.5rem;height:1.3125rem;top:1.375rem;left:3.625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #gWJWrZw3115WNwAI9DtC6o9KvLIK2RMb { width:12.5625rem;height:0.9746125rem;top:1.5rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #LehqbO6bA22QirfxssVTboySdQ32NH0H { width:17.5rem;height:8.0434375rem;top:3.6875rem;left:1.25rem;font-size:2.0625rem;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #fqRcW1sMRFOimb93oeGOUdelM07GlH82 { width:17.8125rem;height:3.75rem;top:12.4375rem;left:1.25rem;color:#ffffff;font-size:1.25rem;z-index:15010;background-color:#ff0000;background-image:none;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #oQ7eQHgflERnbZxDx1Hs9T0sBtqiFqt5 { display:block; }
 }@media only screen and (max-width: 763px) { #mHJn7aMhWLX6uskUPLluKd423R1UUf3a { width:20rem;height:0;top:14.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #pSm2gkIOXVZpJ6c0Af1lLqrRLfi6n7wq { width:10rem;height:0;top:12.71240234375rem;left:5rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #vryM6EoIhWTFIAztTAyPwaPS63tTyiZC { width:20rem;height:20rem;top:26.65576171875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WtKnZt85TXiX05isRWvSSoHxVDpnhOea { width:20rem;height:17.012658227848rem;top:14.93701484375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HEdT2XQFTh5DW4NeH2sH3wffpNODs2b1 { width:17.5rem;height:10.9375rem;top:17.4375rem;left:1.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6b19f6LMnGvmNKyTWMr9H8e7ItZi9Ls { width:17.5rem;height:11.3125rem;top:27.4375rem;left:1.25rem;z-index:15021;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTNcERRR4vKGFGhCqRbS5WvbzLJ3zxeW { width:10rem;height:1.29980625rem;top:28rem;left:2.5625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #obbbwtZLopD6WDCPGtIKz8ftb6FlteyT { width:15.25rem;height:5.19921875rem;top:29.9375rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #csgQryudqTruWVo1ItbUF5GtoAWa8yUy { width:1.25rem;height:1.25rem;top:36.1875rem;left:2.5rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #T6mITTsIxgl9Xwgy0JegTRnnUdJLOTy8 { width:10.0625rem;height:1.2749rem;top:36.1875rem;left:4.375rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #euEnhDodowR8hmPwMRRTBkhguTgOed2T { width:1.25rem;height:1.25rem;top:36.1875rem;left:16.25rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #Ig0PZUt5UDKQxVsKDxnque14u0ooKyss { width:6.0625rem;height:6.0625rem;top:7.625rem;left:12.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #odhkvH5EWobuUnKXrrxNv1UMstpqbiTv { width:5.25rem;height:4.4375rem;top:8.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HxsXSlumB1uZCRTxh5JZE0Qka3eBMSpG { display:block; }#HxsXSlumB1uZCRTxh5JZE0Qka3eBMSpG > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eHKtlSAllUwK3r6rSw8hR9fzo2O0Jl6r { width:18.6875rem;height:11.4375rem;top:1.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVbrWC4LDO3MBXVvmNeUFhnddf91D8zB { width:17.5rem;height:1.70605625rem;top:13.8125rem;left:1.25rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #La0ooATUW7yfklyEGibtkVDNzxAFC98h { width:19.5rem;height:6.9360625rem;top:19.3125rem;left:0.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#La0ooATUW7yfklyEGibtkVDNzxAFC98h li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_332cd86a862e37f8196fd55b09abbb17.svg); }
 }@media only screen and (max-width: 763px) { #MBcuruFeHqfG2B3pOxDRhho9mcwNEUfr { width:19rem;height:3.75rem;top:20.0625rem;left:0rem;color:#ffffff;font-size:1.25rem;z-index:15010;background-color:#ff0000;background-image:none;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #Jtio0H4ApoOHIVGSDUK6c6OfTHzrT1Qv { display:block; }
 }@media only screen and (max-width: 763px) { #dwHHpb3CwbF439puhR6eCvsiROzTuk9D { width:17.5rem;height:2.5996125rem;top:16.1875rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SLWS7d7fl9qTongG8tU7XGaVqHxkqDLl { display:block; }#SLWS7d7fl9qTongG8tU7XGaVqHxkqDLl > .row .container { width:20rem;height:60.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cBIWRQo7ZUNrQ3C0PVIGNptvZdHFW0lT { width:17.5rem;height:11.3125rem;top:17.4375rem;left:1.25rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #wE1JZqTAKAFvUQGBF33elorD8TAl7ZrK { width:17.5rem;height:10.875rem;top:7.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEXWuf9TTPHzlkmGEHTkex1ufePQ7WTL { width:1.25rem;height:1.25rem;top:26.1875rem;left:2.5rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #D2cHQX8BGM3M1P2tJvz9ZGad5silDSfO { width:13.1875rem;height:1.29980625rem;top:18.625rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #Vz2TzCi3QXCbUFgd7O62vNCEvc0dT5TL { width:11.1875rem;height:1.2749rem;top:26.1875rem;left:4.375rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #KiHCzanTIUJJXyq5tbI6Tl0ruksRCk31 { width:17.5rem;height:10.875rem;top:30.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBQGF2B1XwhFB5zbycFQNp0UbxEe4ytU { width:17.5rem;height:10rem;top:40rem;left:1.25rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #D9B31dVNXQQTTgGrSCkTT8FKexcipFlV { width:14.875rem;height:1.29980625rem;top:41.3125rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #AblrWFDPqLTS7WUPxawP34eNPXodS9Fb { width:1.25rem;height:1.25rem;top:47.625rem;left:2.5rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #mZk0JIS6tAtGiT1UUbJHoW6IM4gLeNpE { width:10.75rem;height:1.2749rem;top:47.625rem;left:4.375rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #rgAuoGwDSpFJ3fsJrK0miLQnK5x4E4yy { width:15.125rem;height:3.8994125rem;top:43.25rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #UinKTIIS1CRAOzG79Vfoc7cq65Pe8aKr { width:15.0625rem;height:5.19921875rem;top:20.5625rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #BK23wvFgyyATaE4ZGxT9kiPp9ImGAmdE { width:17.5625rem;height:5.1181625rem;top:1rem;left:1.25rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wDKZl3d7vBWCkEQJMZDsX9aJgP55c8ks { width:1.25rem;height:1.25rem;top:26.1875rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPeitXPyfLanR2l9caCWg575r6wpvZC8 { width:1.25rem;height:1.25rem;top:47.625rem;left:16.25rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #drhVlWCfLAATXgAE2dWqoMg9QF3schsX { width:15rem;height:1.3125rem;top:55.6875rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uKu4VlvRQFJTsHc05tN7WuKzh9ko39bW { width:17.5625rem;height:1.25rem;top:57rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #K5bmiXSicVVH8AuAdeX6arr1ahDiMTMd { width:15rem;height:3.75rem;top:51.375rem;left:2.5rem;color:#ffffff;font-size:1.25rem;z-index:15010;background-color:#ff0000;background-image:none;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #oQ3guXJJ5ToENTGp1qZuEgPVEFT0l9KK { display:block; }
 }@media only screen and (max-width: 763px) { #GKmxV2nMTfCKbnz6GTfKC8yTpm9dolf8 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#GKmxV2nMTfCKbnz6GTfKC8yTpm9dolf8 > .row .container { border-width: 0; border-radius: 0; }#GKmxV2nMTfCKbnz6GTfKC8yTpm9dolf8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GKmxV2nMTfCKbnz6GTfKC8yTpm9dolf8 > .row .container { width:20rem;height:67.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IJkTIXa0sS6xnGOmon1RscE6bTS3drTI { top:1.25rem;left:1.25rem;width:17.5rem;height:10.9375rem;z-index:15000;overflow:hidden;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJFTPUINd5q4MEWRd6E0gHuOaU0Ldw0T { width:17.5rem;height:6.499025rem;top:13.07470703125rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #M9DQEIBCKRxFirAtW9hlp6qU20L9NXEM { top:21.25rem;left:1.25rem;width:17.5rem;height:10.9375rem;z-index:15030;overflow:hidden;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuLr8QqCJqzlp3Q1esTaBZoKILu2lVUa { top:41.25rem;left:1.25rem;width:17.5rem;height:10.9375rem;z-index:15031;overflow:hidden;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0Q3rrJgWR43uPVzZlN0x4R5oAnJqafA { width:17.5rem;height:6.499025rem;top:33.125rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #bbx7ToRTVoJT65roEwkKFD6dxV7QPm6S { width:17.5rem;height:6.499rem;top:53.125rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #lEhxSOZbPdHI58O2dEG33qUKEkLUPlJ4 { width:15rem;height:3.75rem;top:61.25rem;left:2.5rem;color:#ffffff;font-size:1.25rem;z-index:15011;background-color:#ff0000;background-image:none;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cCKbPVaxQMcTdJtnt5m3gdnyxuvW9X4s { display:block; }
 }@media only screen and (max-width: 763px) { #vQ3QDHtTpUXiemX3VQfaClMuNaHw4u4b { display:block; }#vQ3QDHtTpUXiemX3VQfaClMuNaHw4u4b > .row .container { width:20rem;height:12.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k5dCkq48Il4AHusmgJ06vLT7idSV6ih2 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#k5dCkq48Il4AHusmgJ06vLT7idSV6ih2 .widget-text.counter-number { padding-top:0.48875rem;padding-right:0.431875rem;padding-bottom:0.48875rem;padding-left:0.431875rem;width:2.5925rem;min-width:2.5925rem;height:2.62875rem;font-size:1.95625rem;line-height:42.06px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#k5dCkq48Il4AHusmgJ06vLT7idSV6ih2 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.305625rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.45625rem;height:1.039375rem;font-size:0.73375rem;line-height:16.63px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#k5dCkq48Il4AHusmgJ06vLT7idSV6ih2 { display:flex;width:8.875rem;height:5rem;top:5.1875rem;left:5rem;padding-top:0.52rem;padding-right:0.533125rem;padding-bottom:0.52rem;padding-left:0.533125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #k5dCkq48Il4AHusmgJ06vLT7idSV6ih2 #yr1g1lI1azmOfW1zxXqBAl8C2MDhzdxJ { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #k5dCkq48Il4AHusmgJ06vLT7idSV6ih2 #z2eKvtUJBQC5em5uV76vPrhIczfSS1yd {  }
 }@media only screen and (max-width: 763px) { #k5dCkq48Il4AHusmgJ06vLT7idSV6ih2 #LKwnuXlq6e2lPsxXs4eVXL3r4ZpOXlfD {  }
 }@media only screen and (max-width: 763px) { #k5dCkq48Il4AHusmgJ06vLT7idSV6ih2 #tc13G8sRI3qq3CPlAevVxfvOGVi2KS8l { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #k5dCkq48Il4AHusmgJ06vLT7idSV6ih2 #nvweQPqBGQeLZsWGLiaSgSZIoSnnFQT7 {  }
 }@media only screen and (max-width: 763px) { #k5dCkq48Il4AHusmgJ06vLT7idSV6ih2 #E8a3eFEiA5U2NXuBA6JABTenCdA9WT6w {  }
 }@media only screen and (max-width: 763px) { #k5dCkq48Il4AHusmgJ06vLT7idSV6ih2 #QEnhex34CuFohN1n9E2RxF7uNrIB0yFm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #k5dCkq48Il4AHusmgJ06vLT7idSV6ih2 #CoWyx9umCv76Ei37FHmEitDmlh3lmKTh {  }
 }@media only screen and (max-width: 763px) { #k5dCkq48Il4AHusmgJ06vLT7idSV6ih2 #rLU7dGndSI2Ow5x2xUUs0B1Pi1RLVX6f {  }
 }@media only screen and (max-width: 763px) { #k5dCkq48Il4AHusmgJ06vLT7idSV6ih2 #plgBouMTK4WeauEAZ6h9b43amhRailpM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #k5dCkq48Il4AHusmgJ06vLT7idSV6ih2 #olHB5za17nwdwNRgVR67P5TH04ofrTuV {  }
 }@media only screen and (max-width: 763px) { #k5dCkq48Il4AHusmgJ06vLT7idSV6ih2 #lrEHKpNGySJlK7CA1UuA3CHopxafbn8h {  }
 }@media only screen and (max-width: 763px) { #duNEmCGT4zzLrMfpFgOqLPObCmepTqUP { width:15.0625rem;height:3.25rem;top:1.25rem;left:2.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK { display:block; }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK > .row .container { width:20rem;height:27.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #APwtAUeGTyXFwnqTMLR9ovX4ptwHgClx { width:17.5rem;height:2.5rem;top:2.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmCwRzU2B1IgGQpffLdrWikroDXkffAX { width:16.3125rem;height:1.29980625rem;top:3rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TPXX6yHJv7CLd8zwsLM5NogwrP91ItFZ { width:17.625rem;height:3.73730625rem;top:6.125rem;left:1.3125rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RRBFxD0Fd8XJTAa5y8tGAqB1XbxBcVAm { width:17.5625rem;height:5.19921875rem;top:10.5rem;left:1.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PBKdEcDkMl7d71fXp6eZ4hp6EEZTbwod { width:17.5rem;height:3.75rem;top:17.375rem;left:1.3125rem;color:#ffffff;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tRzElwklDeGuVcUzcp06ebOEmMMmCtJK { display:block; }
 }@media only screen and (max-width: 763px) { #e0cVPdoCKzMStWVp4gKMA5rop5c8M9LU { width:15rem;height:1.25rem;top:23.6875rem;left:2.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #WrRUVLsyPv8g7RxE6y7TdStthc3hW8HZ { width:15rem;height:1.3125rem;top:22.3125rem;left:2.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qTZLg95h7P4qoJvIugZIDxHeARf8GMVT { display:block; }#qTZLg95h7P4qoJvIugZIDxHeARf8GMVT > .row .container { width:20rem;height:68.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #um9eiV37exqa29fDuG7L5hHCsrGN1G7u { width:17.5rem;height:11.3125rem;top:12.4375rem;left:1.25rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #qD9cM7AQ2Nb7tnCnZ9GWzXq4W1F3Qr2r { width:17.5rem;height:10.875rem;top:2.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLhVDyqN12Wu8ierJCKGeylyoFrDiDPU { width:1.25rem;height:1.25rem;top:21.1875rem;left:2.5rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #cCNFXpgXhu34ia11P9Rz4rmZDqTuUpTi { width:13.1875rem;height:1.29980625rem;top:13.625rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #PzRVru3RqkZmGB6HVSODbVmtqHgLsKLQ { width:11.1875rem;height:1.2749rem;top:21.1875rem;left:4.375rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #eUNTR8oQtwrLSGNP5FO68BA10GuuOLWR { width:17.5rem;height:10.875rem;top:24.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6nJ3JD4UL7k1tPsMahRPHZVfpN6PIlv { width:17.5rem;height:11.3125rem;top:34.9375rem;left:1.25rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #qNmPiQpd0H14SQ6O2DKRyzfsZUV98vKh { width:14.9375rem;height:1.29980625rem;top:36.125rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #Vrudhgd0ZxyzUeTQfIznltWETnltk7Kd { width:15rem;height:5.19921875rem;top:38.0625rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #HGR6NTJaIpaZqq39fcfTk6sxsZUGf1rn { width:1.25rem;height:1.25rem;top:43.6875rem;left:2.5rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #aTDAq9uxL3gQKKOH8aUL4LAfrGf4b2dX { width:10.8125rem;height:1.2749rem;top:43.6875rem;left:4.375rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #H5Z5ykwvIzDRh5WZTBZfM0uA1Fx7qufm { width:17.5rem;height:10.875rem;top:47.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKpaypRzp6eqyFMaGMpc7vI0sM1moqSc { width:17.5rem;height:10.1875rem;top:57.3125rem;left:1.25rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #X2ihgDaseRvw5MlLWiip7ddVgwgD17Gm { width:14.875rem;height:1.29980625rem;top:58.6376953125rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #QWmk8LeLbtK0vFHaCBaTgJDJL48QG3Wy { width:1.25rem;height:1.25rem;top:64.9375rem;left:2.5rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #BRdiesSDQR4FGLKhCc8icbB356AiOKVP { width:10.75rem;height:1.2749rem;top:64.9375rem;left:4.375rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #pvUhVAUJ3cqlmusb1RoaoW6WyHLeTnzo { width:15.125rem;height:3.8994125rem;top:60.5625rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #GPISJPiuMuNBl9BTNah68sRkDOwvC8e3 { width:15.0625rem;height:5.19921875rem;top:15.5625rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #UifaHXTOP2Fn3nJn7B4J2dfbS9SiZx7J { width:1.25rem;height:1.25rem;top:21.1875rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8dTBMt5Wi46tXxBE1sZPEDtF3EpgTiI { width:1.25rem;height:1.25rem;top:43.6875rem;left:16.25rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #y136Aop93NIa6o8xCuAKwTaDO3BDcCT8 { width:1.25rem;height:1.25rem;top:64.9375rem;left:16.25rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #PpXaZ3AyT1yC7KdVqQImH7ANNqhV58DI { display:block; }#PpXaZ3AyT1yC7KdVqQImH7ANNqhV58DI > .row .container { width:20rem;height:67.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TELFgQI5UWrm5nTPfZftTgwIKtT4oPrK { width:17.5rem;height:11.3125rem;top:11.1875rem;left:1.25rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #cZLw6QEbTbOu1DlIW6vQhGREQ1LnJXB8 { width:17.5rem;height:10.875rem;top:1.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsAqe2FihgrmKQt8tiMguRHO9lFnK4Th { width:1.25rem;height:1.25rem;top:19.9375rem;left:2.5rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #KyNnF2AED9ruxedvnTPTHsGGQNi1dfNG { width:13.1875rem;height:1.29980625rem;top:12.375rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #OhF87XJTyqzMdMM3ODwbrZZEfB3ey6CT { width:11.1875rem;height:1.2749rem;top:19.9375rem;left:4.375rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #NUBsZf4StFsmnHO1CcmKv8Ovwn7AAkG0 { width:17.5rem;height:10.875rem;top:23.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPD7RBFbiTWTa8fLqv2I04tdMxTmgeJS { width:17.5rem;height:10rem;top:33.6875rem;left:1.25rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #GyorXETnWXkKy4Ax4ZL6gN2HsLahSrOd { width:14.9375rem;height:1.29980625rem;top:34.875rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #KNpxaANccQy9LE5UDy7TqOlDCqW04zRy { width:15rem;height:3.8994125rem;top:36.8125rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #MBxsbd4vTMt5HpEBuZMqDoStmpItoLEQ { width:1.25rem;height:1.25rem;top:41.1875rem;left:2.5rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #BTmDRoDlehJeysTQ58LuXgTX5AytZvWb { width:10.8125rem;height:1.2749rem;top:41.1875rem;left:4.375rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #BA53PwThd6yzIzMD6Tl5iKBIrt4Qkksn { width:17.5rem;height:10.875rem;top:44.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #llLmtggPgMtOBHUhlkBz7UUOifGZCHQB { width:17.5rem;height:11.4375rem;top:54.8125rem;left:1.25rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #WIaJ37kRTf4Vdpq63EC3qvkieS249h2q { width:14.875rem;height:1.29980625rem;top:56.125rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #MGFdn36COfUtmuldMbEnNglL1GWXwFKS { width:1.25rem;height:1.25rem;top:63.6875rem;left:2.5rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #w3UqZstZ89MK74PRReH74z8osC5J7cp0 { width:10.75rem;height:1.2749rem;top:63.6875rem;left:4.375rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #btTkfB3A8Zf9pUb21GBiEIUfWutK84rr { width:15.125rem;height:5.19921875rem;top:58.0625rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #vh0xED4ye0NLyMcVMGg0dTKiTDXQAhDt { width:15.0625rem;height:5.19921875rem;top:14.3125rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #CacTr6a6K21J1msF9a38OIh46WZqLTJT { width:1.25rem;height:1.25rem;top:19.9375rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9X6g5S5zwdbWFmVNhbzidnvOtauwaAk { width:1.25rem;height:1.25rem;top:41.1875rem;left:16.25rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #uDa5oAMDxQkiWSN8AfGJaZ1dg1rlOIC7 { width:1.25rem;height:1.25rem;top:63.6875rem;left:16.25rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #EAJTqyfVVmGtmNPfDy09xhGQbJKohLJa { display:block; }#EAJTqyfVVmGtmNPfDy09xhGQbJKohLJa > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WvlpySgWk7zMJHv0F3PfDUOTqCAzUirh { width:17.5rem;height:5.60595625rem;top:17.625rem;left:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3fHSxDbh8OnEKR1u831XSNN84pHS94I { width:16.4375rem;height:1.2749rem;top:16.3125rem;left:1.25rem;font-size:0.75rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #b4o1i7MPGhyvVLDSuBlzgXFE0EveK6m8 { width:17.4375rem;height:2.5996125rem;top:23.875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZC5I7cPZZLltAfKyrlJZtVlEvPTdzdi { width:17.5rem;height:6.13671875rem;top:27.6875rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#KZC5I7cPZZLltAfKyrlJZtVlEvPTdzdi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c2c5ca5490bf26919f3e9de6411a8ce4.svg); }
 }@media only screen and (max-width: 763px) { #CZopBqNLCV8nF89QOOqBysR9hJVvsiBQ { width:17.5625rem;height:3.75rem;top:35.125rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #okHD3nuSrLn7sHKWloTSkXIFZLoP0Rum { display:block; }
 }@media only screen and (max-width: 763px) { #TafHRA3b7nimD7fiASIy7ahubfeZW3n4 { width:17.5rem;height:13.125rem;top:2.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dvn1Cw9Qgx8KH4ATfTw5Nkl7G50u0PU6 { background-color:#000000;background-image:none;display:block; }#Dvn1Cw9Qgx8KH4ATfTw5Nkl7G50u0PU6 > .row .container { background-color: transparent; background-image: none; }#Dvn1Cw9Qgx8KH4ATfTw5Nkl7G50u0PU6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dvn1Cw9Qgx8KH4ATfTw5Nkl7G50u0PU6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dvn1Cw9Qgx8KH4ATfTw5Nkl7G50u0PU6 > .row .container > .video-iframe-container { display: none; }#Dvn1Cw9Qgx8KH4ATfTw5Nkl7G50u0PU6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dvn1Cw9Qgx8KH4ATfTw5Nkl7G50u0PU6 > .row > .video-iframe-container { display: none; }#Dvn1Cw9Qgx8KH4ATfTw5Nkl7G50u0PU6 > .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); }#Dvn1Cw9Qgx8KH4ATfTw5Nkl7G50u0PU6 > .row .container { width:20rem;height:30.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PIcLXBDMlRDFHuy5VeC3FBAzXVdBHMok { width:13.75rem;height:2.49365rem;top:1.125rem;left:1.25rem;font-size:1.1875rem;line-height:2.1;display:block; }
 }@media only screen and (max-width: 763px) { #QsSI9s1ilkHCazwvq5MfApzJECXQOs66 { width:17.5625rem;height:8.92383125rem;top:13.625rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t2VTKzXg8Nn7u3wamnk2Sm6ryWx5rscT { width:17.5625rem;height:8.9238125rem;top:3.625rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MsAx3UMyxM3Gw2DSh9n7iVDOIIagH7Lr { width:13.1875rem;height:1.48730625rem;top:23.38720703125rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dX0GCkHIOcFPKoUEov5VwZn0eMJHu6kL { width:3.9375rem;height:2.5rem;top:25.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkrhL1f5ClxFXlH1mZnU2r1qUoidlA9d { width:3.3125rem;height:2.5rem;top:25.5rem;left:6.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSTU77xf47m74kUMlrN3zohqiKGSZomu { background-color:#000000;background-image:none;display:block; }#RSTU77xf47m74kUMlrN3zohqiKGSZomu > .row .container { background-color: transparent; background-image: none; }#RSTU77xf47m74kUMlrN3zohqiKGSZomu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSTU77xf47m74kUMlrN3zohqiKGSZomu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSTU77xf47m74kUMlrN3zohqiKGSZomu > .row .container > .video-iframe-container { display: none; }#RSTU77xf47m74kUMlrN3zohqiKGSZomu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSTU77xf47m74kUMlrN3zohqiKGSZomu > .row > .video-iframe-container { display: none; }#RSTU77xf47m74kUMlrN3zohqiKGSZomu > .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); }#RSTU77xf47m74kUMlrN3zohqiKGSZomu > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M5RlafQZoHGd96dfoMHRSBFSNzAZwTOn { width:17.8125rem;height:1.2246125rem;top:1.25rem;left:1.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #AglgPCbViCnVZkmPtqMwTLF580LE4e2M { width:5.125rem;height:0.9624rem;top:2.75rem;left:1.25rem;font-size:0.6875rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XyF6vwJ6ZaI0LXuaITqZKbtKQ3GIGNJ3 { width:6.5rem;height:0.9624rem;top:2.75rem;left:6.5625rem;font-size:0.6875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Taolm6Nu0Tb6zKDKWfXSk9m4Lmqw2iF1 { width:5rem;height:0.9624rem;top:2.75rem;left:13.75rem;font-size:0.6875rem;text-align:right;text-align-last:right;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vHqiNeb4xUJtoESMLZ9oxvCEHrgfT8X8 { background-color:#f1f1f1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#vHqiNeb4xUJtoESMLZ9oxvCEHrgfT8X8 > .row .container { background-color: transparent; background-image: none; }#vHqiNeb4xUJtoESMLZ9oxvCEHrgfT8X8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHqiNeb4xUJtoESMLZ9oxvCEHrgfT8X8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHqiNeb4xUJtoESMLZ9oxvCEHrgfT8X8 > .row .container > .video-iframe-container { display: none; }#vHqiNeb4xUJtoESMLZ9oxvCEHrgfT8X8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHqiNeb4xUJtoESMLZ9oxvCEHrgfT8X8 > .row > .video-iframe-container { display: none; }#vHqiNeb4xUJtoESMLZ9oxvCEHrgfT8X8 > .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); }#vHqiNeb4xUJtoESMLZ9oxvCEHrgfT8X8 > .row .container { border-width: 0; border-radius: 0; }#vHqiNeb4xUJtoESMLZ9oxvCEHrgfT8X8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vHqiNeb4xUJtoESMLZ9oxvCEHrgfT8X8 > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pZEITdmZKnhTzvFHC1ZVTwQitMVGMydu { width:18.8125rem;height:1.375rem;top:0.4375rem;left:1.1875rem;font-size:0.6875rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #vpFSL55D8fXDnIN0DBT7yfyG8AiAx1ZA { display:block; }#vpFSL55D8fXDnIN0DBT7yfyG8AiAx1ZA > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; } }