.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;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); }#E46l3xaXce84SgxL0UTpLR0NSf6dvtwL { background-color:#0066b1;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;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#E46l3xaXce84SgxL0UTpLR0NSf6dvtwL > .row .container { background-color: transparent; background-image: none; }#E46l3xaXce84SgxL0UTpLR0NSf6dvtwL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E46l3xaXce84SgxL0UTpLR0NSf6dvtwL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E46l3xaXce84SgxL0UTpLR0NSf6dvtwL > .row .container > .video-iframe-container { display: none; }#E46l3xaXce84SgxL0UTpLR0NSf6dvtwL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E46l3xaXce84SgxL0UTpLR0NSf6dvtwL > .row > .video-iframe-container { display: none; }#E46l3xaXce84SgxL0UTpLR0NSf6dvtwL > .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); }#E46l3xaXce84SgxL0UTpLR0NSf6dvtwL > .row .container { border-width: 0; border-radius: 0; }#E46l3xaXce84SgxL0UTpLR0NSf6dvtwL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#E46l3xaXce84SgxL0UTpLR0NSf6dvtwL > .row .container { font-size:14px;font-family:bmw;height:65px;width:1200px;overflow:visible;position:relative;display:block; }#i9WKktbRUEAuz3lp95bgRerFmpgnN3dG { color:#ffffff;display:block;width:838px;position:absolute;font-family:bmw;font-size:18px;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:17.1875px;left:0px;height:30.5938px;font-style:normal;display:block; }
#RKu9sCFkn6s2lepmgKgBhfKcutHu692W .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;flex-direction:column;align-items:center;background-color:rgba(0,0,0,0);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; }
#RKu9sCFkn6s2lepmgKgBhfKcutHu692W .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#ffffff;padding-top:5.81px;padding-right:5.23px;padding-bottom:5.81px;padding-left:5.23px;display:block;align-items:center;width:31.39px;min-width:31.39px;height:31.24px;position:relative;font-family:bmw;font-size:23.25px;font-weight:700;line-height:31.24px;text-align:center;text-align-last:center;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RKu9sCFkn6s2lepmgKgBhfKcutHu692W .widget-text.counter-label { background-color:rgba(0,0,0,0);background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:3.64px;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:41.85px;height:12.35px;position:relative;font-family:bmw;font-size:8.72px;font-weight:400;line-height:12.35px;text-align:center;text-align-last:center;text-transform:none;top:-19%;left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RKu9sCFkn6s2lepmgKgBhfKcutHu692W { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:transparent;background-image:none;display:flex;justify-content:space-between;width:231px;height:58.85px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:bmw;font-size:32px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:2px;left:969px;z-index:15032; }
#RKu9sCFkn6s2lepmgKgBhfKcutHu692W #Cr9979Z6RrB5cohlJxMptgPaUSwxB6U6 { display:flex;position:relative;top:0px;left:0px; }
#RKu9sCFkn6s2lepmgKgBhfKcutHu692W #L7QFg729tabdfImWheH8h0BfGpzze72V { width:auto; }
#RKu9sCFkn6s2lepmgKgBhfKcutHu692W #DzTTtRJx9FaKPfZ0KAP0P7tGQRyQfwJE {  }
#RKu9sCFkn6s2lepmgKgBhfKcutHu692W #dTAKqsy0veEX2sxoTH6LTdxKkAvCtQls { display:flex;position:relative;top:0px;left:0px; }
#RKu9sCFkn6s2lepmgKgBhfKcutHu692W #DLlHDK5p1udbLNyZuepObA0E2w5yuBPI {  }
#RKu9sCFkn6s2lepmgKgBhfKcutHu692W #vCcSkGM79DbdBDxf07iLlmaU5tmGxI8m {  }
#RKu9sCFkn6s2lepmgKgBhfKcutHu692W #PZeFny96Zqq3wXg8KQMHNRHupTlZIUPA { display:flex;position:relative;top:0px;left:0px; }
#RKu9sCFkn6s2lepmgKgBhfKcutHu692W #KM258fRyaRq0ITfoNmXrR5QDkHMkhrRh {  }
#RKu9sCFkn6s2lepmgKgBhfKcutHu692W #taC33cg1qDwdVqoqSe0wud06H8oM2KUn {  }
#RKu9sCFkn6s2lepmgKgBhfKcutHu692W #KBlN8HDx19yGsJWyRf3lpBH8O1f0WsRr { display:flex;position:relative;top:0px;left:0px; }
#RKu9sCFkn6s2lepmgKgBhfKcutHu692W #yG0ovhgd5iX3bibhcSrvEUdTJ4ECn7O4 {  }
#RKu9sCFkn6s2lepmgKgBhfKcutHu692W #ARCPSHIzAdJMVEEFKuFlm3z4ybN46UKQ {  }
#sAXLEuxFToPHUqydeJ0eELlPl1z6LRKi { background-color:#000000;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;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#sAXLEuxFToPHUqydeJ0eELlPl1z6LRKi > .row .container { background-color: transparent; background-image: none; }#sAXLEuxFToPHUqydeJ0eELlPl1z6LRKi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sAXLEuxFToPHUqydeJ0eELlPl1z6LRKi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sAXLEuxFToPHUqydeJ0eELlPl1z6LRKi > .row .container > .video-iframe-container { display: none; }#sAXLEuxFToPHUqydeJ0eELlPl1z6LRKi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sAXLEuxFToPHUqydeJ0eELlPl1z6LRKi > .row > .video-iframe-container { display: none; }#sAXLEuxFToPHUqydeJ0eELlPl1z6LRKi > .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); }#sAXLEuxFToPHUqydeJ0eELlPl1z6LRKi > .row .container { border-width: 0; border-radius: 0; }#sAXLEuxFToPHUqydeJ0eELlPl1z6LRKi > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#sAXLEuxFToPHUqydeJ0eELlPl1z6LRKi > .row .container { font-size:14px;font-family:bmw;height:720px;width:1200px;overflow:visible;position:relative;display:block; }#mJ0Q9MabTiM4gcs9EK2Ea04qpENOH0rf { color:#ffffff;display:block;width:540px;position:absolute;font-family:bmw;font-size:59px;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:195px;left:0px;height:129.781px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#n0cMOJQclnvUqtBMDZ7GKiFTkWqQRILD { color:#d7d7d7;display:block;width:531px;position:absolute;font-family:bmw;font-size:16px;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:351px;left:0px;height:54.375px;display:block; }
#yIODvNALfwWxaDBi7pfdzsqstc07JdRz { background-color:#0066b1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:bmw;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:204px;height:60px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:444px;left:0px;display:block; }
#PNbvZNMMLf0GDRJr3ILb8y2sTGcFXuew { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#hrW7nPMm8VmFwRLKD4T5mWHBfJTzHd93 { background-color:transparent;background-image:none;border-top:2px solid #1e74d9;border-left:2px solid #1e74d9;border-right:2px solid #1e74d9;border-bottom:2px solid #1e74d9;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#1e74d9;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:bmw;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:204px;height:60px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:444px;left:234px;display:block; }
#x5STEwOX3mCfVSKMqHRVD4CKaAiOugFA { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ihc0bZz7zyWZhLHNB7USyFC0Ktgbl8SK { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;height:519px;width:637px;top:90px;left:563px;overflow:hidden;display:block; }
#TSEgMyyzmhxvaIQcZ5GO8IEx3wFbhRDm { position:relative;display:block; }#TSEgMyyzmhxvaIQcZ5GO8IEx3wFbhRDm { background-color: transparent; background-image: none; }#TSEgMyyzmhxvaIQcZ5GO8IEx3wFbhRDm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSEgMyyzmhxvaIQcZ5GO8IEx3wFbhRDm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSEgMyyzmhxvaIQcZ5GO8IEx3wFbhRDm > .row .container > .video-iframe-container { display: none; }#TSEgMyyzmhxvaIQcZ5GO8IEx3wFbhRDm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSEgMyyzmhxvaIQcZ5GO8IEx3wFbhRDm > .row > .video-iframe-container { display: none; }#TSEgMyyzmhxvaIQcZ5GO8IEx3wFbhRDm > .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); }#TSEgMyyzmhxvaIQcZ5GO8IEx3wFbhRDm { border-width: 0; border-radius: 0; }#TSEgMyyzmhxvaIQcZ5GO8IEx3wFbhRDm > .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; }#TSEgMyyzmhxvaIQcZ5GO8IEx3wFbhRDm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:329px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IL9JPitL8fuVypwd2ULOotyoaG7BiDXV { 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;height:99px;width:231px;top:124px;left:34.5px;overflow:hidden;display:block; }
#KJ92Lg9irZVIzz00DP34uAqkqfhmXaAF { color:#000000;display:block;width:225px;position:absolute;font-family:bmw;font-size:16px;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:245px;left:37.5px;height:20.7969px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mM3k9nJ1ydZvBtefdDahXuf4yUCVcDLf { color:#000000;display:block;width:52px;position:absolute;font-family:bmw;font-size:43px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:48.125px;left:102.5px;height:55.8906px;font-style:normal;display:block; }
#cZpPr2d9nRvBCP8eIFTgheUWZipRGqUn { position:absolute;display:block;z-index:15003;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;height:51px;width:52px;top:52.0625px;left:44px;overflow:hidden;display:block; }
#mgWTutZUSaQUzCIoArMI3nH16Tt0qux7 { color:#000000;display:block;width:52px;position:absolute;font-family:bmw;font-size:43px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:48px;left:394px;height:55.8906px;font-style:normal;display:block; }
#PFFSv77pprDXUc2frHag6qJ1eBLQLkqf { 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;height:51px;width:52px;top:52px;left:335px;overflow:hidden;display:block; }
#py0HygMXNsTzLFt6XmoLWXdnTQq7Gscs { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:99px;width:231px;top:124px;left:334.5px;overflow:hidden;display:block; }
#ewDpcP3TsIeLmSnvMvEo4mvPpbmte6ma { color:#000000;display:block;width:225px;position:absolute;font-family:bmw;font-size:16px;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:245px;left:337.5px;height:20.7969px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ayRcAhvBGFONCBrRfWZI4OvZlEbR5sxC { color:#000000;display:block;width:52px;position:absolute;font-family:bmw;font-size:43px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:48px;left:689px;height:55.8906px;font-style:normal;display:block; }
#ygl0FhR0rrF8HLZdO6H4aBlSExXydf1i { 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;height:51px;width:52px;top:52px;left:631px;overflow:hidden;display:block; }
#Nb57mZn1wFRdUT1zAZawD5BHcgBmTN6F { 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;height:99px;width:231px;top:124px;left:634.5px;overflow:hidden;display:block; }
#JCqTtIVN0FNPqPAi1Qc2z3wZ8IFh0rO4 { color:#000000;display:block;width:225px;position:absolute;font-family:bmw;font-size:16px;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:245px;left:637.5px;height:20.7969px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HmQVIGt5HmAQy2ov6OnyJANgrATKK6si { color:#000000;display:block;width:52px;position:absolute;font-family:bmw;font-size:43px;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:49px;left:994px;height:55.8906px;font-style:normal;display:block; }
#Ul7JxyR75Ia2sN6iXcFa10QgGIU81pUV { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:51px;width:52px;top:53px;left:935px;overflow:hidden;display:block; }
#qpJ0leVikg48W8beqsUkzwFvs3kWvg4g { 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;height:99px;width:231px;top:124px;left:934.5px;overflow:hidden;display:block; }
#Wa70pcQ9U9SLZ1cvdckRnVGAvRiPbcXS { color:#000000;display:block;width:225px;position:absolute;font-family:bmw;font-size:16px;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:245px;left:937.5px;height:20.7969px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dGTfppHfzXEmqEmg7E9sqKHOXnpu0ulB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dGTfppHfzXEmqEmg7E9sqKHOXnpu0ulB > .row .container { background-color: transparent; background-image: none; }#dGTfppHfzXEmqEmg7E9sqKHOXnpu0ulB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGTfppHfzXEmqEmg7E9sqKHOXnpu0ulB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGTfppHfzXEmqEmg7E9sqKHOXnpu0ulB > .row .container > .video-iframe-container { display: none; }#dGTfppHfzXEmqEmg7E9sqKHOXnpu0ulB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGTfppHfzXEmqEmg7E9sqKHOXnpu0ulB > .row > .video-iframe-container { display: none; }#dGTfppHfzXEmqEmg7E9sqKHOXnpu0ulB > .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); }#dGTfppHfzXEmqEmg7E9sqKHOXnpu0ulB > .row .container { border-width: 0; border-radius: 0; }#dGTfppHfzXEmqEmg7E9sqKHOXnpu0ulB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dGTfppHfzXEmqEmg7E9sqKHOXnpu0ulB > .row .container { font-size:14px;font-family:bmw;height:1001px;width:1200px;position:relative;display:block; }#VDA5u6cco4tKq7eDSGzxVimZwgQONsIV { color:#1e74d9;display:block;width:840px;position:absolute;font-family:bmw;font-size:16px;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:90px;left:180px;height:27.1875px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KKRtbRz80WbpgqgxL8XhpHV5PkBTkEZ8 { color:#ffffff;display:block;width:840px;position:absolute;font-family:bmw;font-size:42px;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:117px;left:180px;height:;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; }
#ReVc4pLdvXamD6dq8d2cCxOJTmctmrei { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:674px;width:1200px;top:227px;left:0px;display:block; }
#ZOrvPo6ANu5dowKzBOC21mvQNSI1TKmb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZOrvPo6ANu5dowKzBOC21mvQNSI1TKmb > .row .container { background-color: transparent; background-image: none; }#ZOrvPo6ANu5dowKzBOC21mvQNSI1TKmb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZOrvPo6ANu5dowKzBOC21mvQNSI1TKmb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZOrvPo6ANu5dowKzBOC21mvQNSI1TKmb > .row .container > .video-iframe-container { display: none; }#ZOrvPo6ANu5dowKzBOC21mvQNSI1TKmb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZOrvPo6ANu5dowKzBOC21mvQNSI1TKmb > .row > .video-iframe-container { display: none; }#ZOrvPo6ANu5dowKzBOC21mvQNSI1TKmb > .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); }#ZOrvPo6ANu5dowKzBOC21mvQNSI1TKmb > .row .container { border-width: 0; border-radius: 0; }#ZOrvPo6ANu5dowKzBOC21mvQNSI1TKmb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZOrvPo6ANu5dowKzBOC21mvQNSI1TKmb > .row .container { font-size:14px;font-family:bmw;height:171px;width:1200px;position:relative;display:block; }#LxObkwiIBGUceOd05Nv4dQCFAyawoEDV { color:#d7d7d7;display:block;width:543px;position:absolute;font-family:bmw;font-size:14px;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:89.09375px;left:292px;height:23.7969px;text-align:center;text-align-last:center;display:block; }
#dV6NqWT9yCfRLRTHaHmrfvvNkr56fseg { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:38px;width:290px;top:52.09375px;left:418.5px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #E46l3xaXce84SgxL0UTpLR0NSf6dvtwL { display:block; }#E46l3xaXce84SgxL0UTpLR0NSf6dvtwL > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9WKktbRUEAuz3lp95bgRerFmpgnN3dG { top:17px;left:0px;width:764px;height:30px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RKu9sCFkn6s2lepmgKgBhfKcutHu692W .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#RKu9sCFkn6s2lepmgKgBhfKcutHu692W .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#RKu9sCFkn6s2lepmgKgBhfKcutHu692W { display:flex;width:288px;height:81px;top:480px;left:228px; }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #Cr9979Z6RrB5cohlJxMptgPaUSwxB6U6 { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #L7QFg729tabdfImWheH8h0BfGpzze72V {  }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #DzTTtRJx9FaKPfZ0KAP0P7tGQRyQfwJE {  }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #dTAKqsy0veEX2sxoTH6LTdxKkAvCtQls { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #DLlHDK5p1udbLNyZuepObA0E2w5yuBPI {  }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #vCcSkGM79DbdBDxf07iLlmaU5tmGxI8m {  }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #PZeFny96Zqq3wXg8KQMHNRHupTlZIUPA { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #KM258fRyaRq0ITfoNmXrR5QDkHMkhrRh {  }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #taC33cg1qDwdVqoqSe0wud06H8oM2KUn {  }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #KBlN8HDx19yGsJWyRf3lpBH8O1f0WsRr { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #yG0ovhgd5iX3bibhcSrvEUdTJ4ECn7O4 {  }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #ARCPSHIzAdJMVEEFKuFlm3z4ybN46UKQ {  }
 }@media only screen and (max-width: 763px) { #sAXLEuxFToPHUqydeJ0eELlPl1z6LRKi { display:block; }#sAXLEuxFToPHUqydeJ0eELlPl1z6LRKi > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mJ0Q9MabTiM4gcs9EK2Ea04qpENOH0rf { top:195px;left:0px;width:540px;height:129px;font-size:59px;display:block; }
 }@media only screen and (max-width: 763px) { #n0cMOJQclnvUqtBMDZ7GKiFTkWqQRILD { top:351px;left:0px;width:531px;height:54px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #yIODvNALfwWxaDBi7pfdzsqstc07JdRz { width:204px;height:55px;top:386px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #PNbvZNMMLf0GDRJr3ILb8y2sTGcFXuew { display:block; }
 }@media only screen and (max-width: 763px) { #hrW7nPMm8VmFwRLKD4T5mWHBfJTzHd93 { width:204px;height:55px;top:386px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #x5STEwOX3mCfVSKMqHRVD4CKaAiOugFA { display:block; }
 }@media only screen and (max-width: 763px) { #ihc0bZz7zyWZhLHNB7USyFC0Ktgbl8SK { top:90px;left:127px;width:637px;height:519px;display:block; }
 }@media only screen and (max-width: 763px) { #TSEgMyyzmhxvaIQcZ5GO8IEx3wFbhRDm { display:block; }#TSEgMyyzmhxvaIQcZ5GO8IEx3wFbhRDm > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IL9JPitL8fuVypwd2ULOotyoaG7BiDXV { top:124px;left:0px;width:231px;height:99px;display:block; }
 }@media only screen and (max-width: 763px) { #KJ92Lg9irZVIzz00DP34uAqkqfhmXaAF { top:245px;left:0px;width:225px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mM3k9nJ1ydZvBtefdDahXuf4yUCVcDLf { top:48px;left:48px;width:52px;height:55px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #cZpPr2d9nRvBCP8eIFTgheUWZipRGqUn { top:52px;left:0px;width:52px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #mgWTutZUSaQUzCIoArMI3nH16Tt0qux7 { top:48px;left:230.5px;width:52px;height:55px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #PFFSv77pprDXUc2frHag6qJ1eBLQLkqf { top:52px;left:191px;width:52px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #py0HygMXNsTzLFt6XmoLWXdnTQq7Gscs { top:124px;left:151px;width:231px;height:99px;display:block; }
 }@media only screen and (max-width: 763px) { #ewDpcP3TsIeLmSnvMvEo4mvPpbmte6ma { top:245px;left:157px;width:225px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ayRcAhvBGFONCBrRfWZI4OvZlEbR5sxC { top:48px;left:416.5px;width:52px;height:55px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #ygl0FhR0rrF8HLZdO6H4aBlSExXydf1i { top:52px;left:382px;width:52px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #Nb57mZn1wFRdUT1zAZawD5BHcgBmTN6F { top:124px;left:342px;width:231px;height:99px;display:block; }
 }@media only screen and (max-width: 763px) { #JCqTtIVN0FNPqPAi1Qc2z3wZ8IFh0rO4 { top:245px;left:348px;width:225px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #HmQVIGt5HmAQy2ov6OnyJANgrATKK6si { top:49px;left:612.5px;width:52px;height:55px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #Ul7JxyR75Ia2sN6iXcFa10QgGIU81pUV { top:53px;left:573px;width:52px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #qpJ0leVikg48W8beqsUkzwFvs3kWvg4g { top:124px;left:533px;width:231px;height:99px;display:block; }
 }@media only screen and (max-width: 763px) { #Wa70pcQ9U9SLZ1cvdckRnVGAvRiPbcXS { top:245px;left:539px;width:225px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #dGTfppHfzXEmqEmg7E9sqKHOXnpu0ulB { display:block; }#dGTfppHfzXEmqEmg7E9sqKHOXnpu0ulB > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VDA5u6cco4tKq7eDSGzxVimZwgQONsIV { top:90px;left:0px;width:764px;height:27px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #KKRtbRz80WbpgqgxL8XhpHV5PkBTkEZ8 { top:199px;left:0px;width:360px;height:58.7969px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #ReVc4pLdvXamD6dq8d2cCxOJTmctmrei { width:764px;height:429.11333333333px;top:227px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ZOrvPo6ANu5dowKzBOC21mvQNSI1TKmb { display:block; }#ZOrvPo6ANu5dowKzBOC21mvQNSI1TKmb > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LxObkwiIBGUceOd05Nv4dQCFAyawoEDV { top:559.59375px;left:18px;width:340px;height:30.5938px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #dV6NqWT9yCfRLRTHaHmrfvvNkr56fseg { top:52px;left:200.5px;width:290px;height:38px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #E46l3xaXce84SgxL0UTpLR0NSf6dvtwL { background-color:#1e74d9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#E46l3xaXce84SgxL0UTpLR0NSf6dvtwL > .row .container { background-color: transparent; background-image: none; }#E46l3xaXce84SgxL0UTpLR0NSf6dvtwL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E46l3xaXce84SgxL0UTpLR0NSf6dvtwL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E46l3xaXce84SgxL0UTpLR0NSf6dvtwL > .row .container > .video-iframe-container { display: none; }#E46l3xaXce84SgxL0UTpLR0NSf6dvtwL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E46l3xaXce84SgxL0UTpLR0NSf6dvtwL > .row > .video-iframe-container { display: none; }#E46l3xaXce84SgxL0UTpLR0NSf6dvtwL > .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); }#E46l3xaXce84SgxL0UTpLR0NSf6dvtwL > .row .container { width:320px;height:130px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9WKktbRUEAuz3lp95bgRerFmpgnN3dG { width:299px;height:43.1875px;top:17px;left:10px;font-size:18px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W .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; }
#RKu9sCFkn6s2lepmgKgBhfKcutHu692W .widget-text.counter-number { padding-top:5.33px;padding-right:4.75px;padding-bottom:5.33px;padding-left:4.75px;width:28.51px;min-width:28.51px;height:28.67px;font-size:21.33px;line-height:28.67px;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RKu9sCFkn6s2lepmgKgBhfKcutHu692W .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:3.33px;margin-right:0;margin-bottom:0;margin-left:0;width:38.01px;height:11.33px;font-size:8px;line-height:11.33px;top:0px;left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RKu9sCFkn6s2lepmgKgBhfKcutHu692W { display:flex;width:216px;height:53.9844px;top:60.1875px;left:52px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #Cr9979Z6RrB5cohlJxMptgPaUSwxB6U6 { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #L7QFg729tabdfImWheH8h0BfGpzze72V {  }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #DzTTtRJx9FaKPfZ0KAP0P7tGQRyQfwJE {  }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #dTAKqsy0veEX2sxoTH6LTdxKkAvCtQls { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #DLlHDK5p1udbLNyZuepObA0E2w5yuBPI {  }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #vCcSkGM79DbdBDxf07iLlmaU5tmGxI8m {  }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #PZeFny96Zqq3wXg8KQMHNRHupTlZIUPA { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #KM258fRyaRq0ITfoNmXrR5QDkHMkhrRh {  }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #taC33cg1qDwdVqoqSe0wud06H8oM2KUn {  }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #KBlN8HDx19yGsJWyRf3lpBH8O1f0WsRr { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #yG0ovhgd5iX3bibhcSrvEUdTJ4ECn7O4 {  }
 }@media only screen and (max-width: 763px) { #RKu9sCFkn6s2lepmgKgBhfKcutHu692W #ARCPSHIzAdJMVEEFKuFlm3z4ybN46UKQ {  }
 }@media only screen and (max-width: 763px) { #sAXLEuxFToPHUqydeJ0eELlPl1z6LRKi { display:block; }#sAXLEuxFToPHUqydeJ0eELlPl1z6LRKi > .row .container { width:320px;height:756px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mJ0Q9MabTiM4gcs9EK2Ea04qpENOH0rf { width:312px;height:84px;top:51px;left:4px;font-size:42px;z-index:15026;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #n0cMOJQclnvUqtBMDZ7GKiFTkWqQRILD { width:320px;height:67.1719px;top:153.75px;left:0px;font-size:16px;z-index:15027;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #yIODvNALfwWxaDBi7pfdzsqstc07JdRz { width:204px;height:60px;top:554px;left:58px;background-color:#1e74d9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #PNbvZNMMLf0GDRJr3ILb8y2sTGcFXuew { display:block; }
 }@media only screen and (max-width: 763px) { #hrW7nPMm8VmFwRLKD4T5mWHBfJTzHd93 { width:204px;height:60px;top:634px;left:58px;color:#ffffff;border-top:2px solid #1e74d9;border-left:2px solid #1e74d9;border-right:2px solid #1e74d9;border-bottom:2px solid #1e74d9;display:block; }
 }@media only screen and (max-width: 763px) { #x5STEwOX3mCfVSKMqHRVD4CKaAiOugFA { display:block; }
 }@media only screen and (max-width: 763px) { #ihc0bZz7zyWZhLHNB7USyFC0Ktgbl8SK { width:300px;height:245px;top:261.328125px;left:10px;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #TSEgMyyzmhxvaIQcZ5GO8IEx3wFbhRDm { display:block; }#TSEgMyyzmhxvaIQcZ5GO8IEx3wFbhRDm > .row .container { width:320px;height:1169px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IL9JPitL8fuVypwd2ULOotyoaG7BiDXV { width:231px;height:99px;top:137.59375px;left:44px;display:block; }
 }@media only screen and (max-width: 763px) { #KJ92Lg9irZVIzz00DP34uAqkqfhmXaAF { width:225px;height:20.7969px;top:258.59375px;left:47px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mM3k9nJ1ydZvBtefdDahXuf4yUCVcDLf { width:52px;height:46.7969px;top:55px;left:165px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #cZpPr2d9nRvBCP8eIFTgheUWZipRGqUn { width:52px;height:51px;top:53px;left:103px;display:block; }
 }@media only screen and (max-width: 763px) { #mgWTutZUSaQUzCIoArMI3nH16Tt0qux7 { width:52px;height:46.7969px;top:326.484375px;left:165px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #PFFSv77pprDXUc2frHag6qJ1eBLQLkqf { width:52px;height:51px;top:324.390625px;left:103px;display:block; }
 }@media only screen and (max-width: 763px) { #py0HygMXNsTzLFt6XmoLWXdnTQq7Gscs { width:231px;height:99px;top:409.984375px;left:44px;display:block; }
 }@media only screen and (max-width: 763px) { #ewDpcP3TsIeLmSnvMvEo4mvPpbmte6ma { width:225px;height:20.7969px;top:530.984375px;left:47px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ayRcAhvBGFONCBrRfWZI4OvZlEbR5sxC { width:52px;height:46.7969px;top:604.59375px;left:165px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #ygl0FhR0rrF8HLZdO6H4aBlSExXydf1i { width:52px;height:51px;top:602.5px;left:103px;display:block; }
 }@media only screen and (max-width: 763px) { #Nb57mZn1wFRdUT1zAZawD5BHcgBmTN6F { width:231px;height:99px;top:682.375px;left:44px;display:block; }
 }@media only screen and (max-width: 763px) { #JCqTtIVN0FNPqPAi1Qc2z3wZ8IFh0rO4 { width:225px;height:20.7969px;top:803.375px;left:47px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #HmQVIGt5HmAQy2ov6OnyJANgrATKK6si { width:52px;height:46.7969px;top:877.265625px;left:165px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #Ul7JxyR75Ia2sN6iXcFa10QgGIU81pUV { width:52px;height:51px;top:875.171875px;left:103px;display:block; }
 }@media only screen and (max-width: 763px) { #qpJ0leVikg48W8beqsUkzwFvs3kWvg4g { width:231px;height:99px;top:952.765625px;left:44px;display:block; }
 }@media only screen and (max-width: 763px) { #Wa70pcQ9U9SLZ1cvdckRnVGAvRiPbcXS { width:225px;height:20.7969px;top:1073.765625px;left:47px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #dGTfppHfzXEmqEmg7E9sqKHOXnpu0ulB { display:block; }#dGTfppHfzXEmqEmg7E9sqKHOXnpu0ulB > .row .container { width:320px;height:407px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VDA5u6cco4tKq7eDSGzxVimZwgQONsIV { width:320px;height:27.1875px;top:41px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #KKRtbRz80WbpgqgxL8XhpHV5PkBTkEZ8 { width:320px;height:64px;top:73.1875px;left:0px;font-size:32px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ReVc4pLdvXamD6dq8d2cCxOJTmctmrei { height:179px;width:320px;top:181px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ZOrvPo6ANu5dowKzBOC21mvQNSI1TKmb { display:block; }#ZOrvPo6ANu5dowKzBOC21mvQNSI1TKmb > .row .container { width:320px;height:120px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LxObkwiIBGUceOd05Nv4dQCFAyawoEDV { width:320px;height:27.1875px;top:60px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dV6NqWT9yCfRLRTHaHmrfvvNkr56fseg { width:290px;height:38px;top:27.1875px;left:15px;display:block; }
 }