.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCwAOJUTzzwo6UkUL6S7wqeGp9VQmepR { 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;z-index:auto;display:block; }#QCwAOJUTzzwo6UkUL6S7wqeGp9VQmepR > .row .container { background-color: transparent; background-image: none; }#QCwAOJUTzzwo6UkUL6S7wqeGp9VQmepR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCwAOJUTzzwo6UkUL6S7wqeGp9VQmepR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCwAOJUTzzwo6UkUL6S7wqeGp9VQmepR > .row .container > .video-iframe-container { display: none; }#QCwAOJUTzzwo6UkUL6S7wqeGp9VQmepR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCwAOJUTzzwo6UkUL6S7wqeGp9VQmepR > .row > .video-iframe-container { display: none; }#QCwAOJUTzzwo6UkUL6S7wqeGp9VQmepR > .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); }#QCwAOJUTzzwo6UkUL6S7wqeGp9VQmepR > .row .container { border-width: 0; border-radius: 0; }#QCwAOJUTzzwo6UkUL6S7wqeGp9VQmepR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QCwAOJUTzzwo6UkUL6S7wqeGp9VQmepR > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#X7Xs0sit5K5ueMHVpl8lvwbUQurIxBOZ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;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:6.5rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.21875rem;left:15.75rem;display:block; }
#U1N40XOgbzm2BGkBDSX64T61ZZrs5I9l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oHphpPWplfep3MyE9LluR3SZygpVyRU1 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;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:6.5rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.21875rem;left:43.3125rem;display:block; }
#s2BXOeKpd6ZkEPiFxS9WxXpCNBsrgydv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o5bqsPFkEgBeRFqu9I4dMMbnMRm8uBnL { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;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:5.5rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.21875rem;left:31.0625rem;display:block; }
#zrrUsNv5vIAL9euDVAwQdDzpTMJLmFe1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Uy22LqFccVb7HHhvTCElbKND7T1CEKHc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;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:6.5rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.21875rem;left:23.8125rem;display:block; }
#riKL4aVWDJvrlIZ4STTo8UwdenxyfNKP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rgNua3Kp8ALRHA99tNcTtNoUk4pXFOW0 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;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:6.5rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.21875rem;left:37.4375rem;display:block; }
#Ze60aDIv41wZSQ0Nme2We3sCwhRTB4w8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FowM9Af48Tn8kNXrgnl3MX6M4mccAwSR { 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:4.625rem;width:4.625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#UTfAs8yFIqe531ng1qgEPFwhnpdrXHLB { background-color:#e75c47;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;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:8.6875rem;height:2.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.34375rem;left:51.3125rem;display:block; }
#VxTZQfaRaNyeR62v7FHUHa4KUcdycI1t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a6793d8e-52f4-4675-bda6-6e18800a0394/DJI_00721.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.adaptive-delivery-prevent-bg, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyload, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyloading { background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { background-color: transparent; background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,21,63,0.81); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,21,63,0.81); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .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); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { border-width: 0; border-radius: 0; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:60rem;height:66.0625rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#UTifFTDhHC3xZHkbdyLnlrcih3VoQNsm { color:rgba(255,255,255,0.8);display:block;width:34.625rem;position:absolute;font-family:ubuntu;font-size:3.625rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:10.625rem;left:0rem;height:7.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BuaELEkmBVDpopVRVLA9uROCRUn9wEQo { color:#eee3fa;display:block;width:50.25rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.8;letter-spacing:0;top:20.8125rem;left:0rem;height:11.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#E94kapTJsJm7rJfAtKRx9en1O8TlGoFe { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:49.75rem;left:29.625rem;overflow:hidden;display:block; }
#xFH7ehte7Tq9WfgTmk2QxibcEU5GDdOd { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:1.3125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:47.1875rem;left:25.8125rem;display:block; }
#dpmsxKxvsKA7axTFm2At3pppycdJgFGc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ry5woDg1WAMRlmtPm0luuOkLMHBUudO9 { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:34.625rem;left:6.9375rem;height:3.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QcgcEST1A63MPpOTCJEeZPK6vLqE5LQ3 { 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:2.375rem;width:2.375rem;top:35.1875rem;left:2.6875rem;overflow:hidden;display:block; }
#sSmet5r7bymTAgmX1Q83zy1mtnu7D3MF { position:absolute;display:block;z-index:15011;background-color:rgba(255,255,255,0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:0.125rem;top:35.01171875rem;left:0rem;display:block; }
#iv9qNIxTZ1Zy4EISZLDfDt7tSPtKw89I { color:#ffffff;display:block;width:14.625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:34.5rem;left:22.875rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cQw0olhxu82LKbdNXrVrFd4dzEOUSleI { 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:2.375rem;width:2.375rem;top:35.0625rem;left:18.625rem;overflow:hidden;display:block; }
#lX4MtiXEms6buB81sfUUKNJTgStkdzGz { position:absolute;display:block;z-index:15014;background-color:rgba(255,255,255,0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:0.125rem;top:34.9375rem;left:15.9375rem;display:block; }
#sdLOezvBQ89PcTS25r9xu7f1b9TlRAPH { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:20rem;top:52.75rem;left:0rem;display:block; }
#KEBUnVUGEfnCNIZh0B4ZkKAhS6nnrsfz { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:20rem;top:52.75rem;left:40rem;display:block; }#KEBUnVUGEfnCNIZh0B4ZkKAhS6nnrsfz.adaptive-delivery-prevent-bg, #KEBUnVUGEfnCNIZh0B4ZkKAhS6nnrsfz.lazyload, #KEBUnVUGEfnCNIZh0B4ZkKAhS6nnrsfz.lazyloading { background-image: none; }
#viIqR3r3e13PTzoOdZOFC8cCZduWfXnc { color:#000000;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:55.5rem;left:3.75rem;height:7.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UrNL56n4zuJgPvJvFVOxZgRyTqmeh3oC { color:#000000;display:block;width:16.3125rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:55.8125rem;left:41.84375rem;height:7.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LNM9UaETbIIa4WXovKoL0SLQF9acXiEO { color:#000000;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:4.0625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:55.34375rem;left:23.75rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W37qfCWiEPXlJ0wJAdrFlc1FrmTPs1wc { color:#000000;display:block;width:10.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:60.625rem;left:25.21875rem;height:2.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PT7W3Tm6ayP17Fd7LguewFw9qOoBZd4R { color:#ffffff;display:block;width:19.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:34.625rem;left:39.125rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hvxaUppT77gIGU0eqCKPoaWGqVBTpeOo { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.5625rem 4.625rem rgba(5,11,38,0.1) ;height:30.9375rem;width:60rem;top:53.6875rem;left:0rem;display:block; }
#QhH5M1fTHel3ph9bxixmIt9PxUlAyJsM { position:absolute;display:block;z-index:15020;background-color:#e75c47;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:20.0625rem;top:52.75rem;left:20rem;display:block; }
#Hx5o9WcnC2ybp6AxNtZVd13eiWTZUlW3 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3125rem;width:4.9375rem;top:0rem;left:55.0625rem;overflow:hidden;display:block; }
#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/155c54d0-889c-4356-82e3-7901149e0be4/RybnikdlaBiznesu.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A.adaptive-delivery-prevent-bg, #RZA9GTbass5Iu9C55sD1IyOftzWkmm5A.lazyload, #RZA9GTbass5Iu9C55sD1IyOftzWkmm5A.lazyloading { background-image: none; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container { background-color: transparent; background-image: none; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,21,63,0.83); }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container > .video-iframe-container { display: none; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,21,63,0.83); }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row > .video-iframe-container { display: none; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .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); }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container { border-width: 0; border-radius: 0; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A::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; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container { font-size:0.875rem;font-family:arial;height:17.5625rem;width:60rem;position:relative;display:block; }#dsHIMHEIO0x78INgXafeO19AKMxHNLpQ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:4.0625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:2.59375rem;left:4.1875rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WFZhTKZxTRDBTw6PfpBuneWoPOzN2Q4I { color:#000000;display:block;width:10.8125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:7.8125rem;left:5.25rem;height:2.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eJp76CysykqwaPSEbXTV1hHlXkitJT2x { color:#000000;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:5.4248046875rem;left:23.75rem;height:3.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vX9tXUyqVSIFw208EfsSoTaBwahy9sxp { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:20rem;top:0rem;left:20rem;display:block; }
#V2wrKyyqSq509WERMVouI4dUQbmcqsBp { color:#000000;display:block;width:10.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:7.8125rem;left:45.125rem;height:1.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qusf1mwbvSEIANwpnGqtTkK4hMQy9thk { color:#000000;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:4.0625rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:2.625rem;left:43.625rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AQd6Rs1mcUBPk01idrbrRSp6TzHtko7q { position:absolute;display:block;z-index:15025;background-color:#bcd0ed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:20.0625rem;top:0rem;left:0rem;display:block; }
#bR9dw44riBvbPqR3XimiB9n7mdcgruGO { position:absolute;display:block;z-index:15024;background-color:#ffe064;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:20.0625rem;top:0rem;left:39.9375rem;display:block; }
#JfM0wvynQUAEIJDTXD67FPE7VtetokUn { color:#000000;display:block;width:21.375rem;position:absolute;font-family:ubuntu;font-size:2.375rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:14.47607421875rem;left:19.3125rem;height:3.0625rem;text-align:center;text-align-last:center;display:block; }
#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/MZ9w2ATR/section3_bg.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;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; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg.adaptive-delivery-prevent-bg, #gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg.lazyload, #gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg.lazyloading { background-image: none; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row .container { background-color: transparent; background-image: none; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row .container > .video-iframe-container { display: none; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row > .video-iframe-container { display: none; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .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); }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row .container { border-width: 0; border-radius: 0; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row .container { font-size:0.875rem;font-family:arial;height:142.5625rem;width:60rem;position:relative;display:block; }#ZOgB8KTaDnkourVooBfyBQ7baNOEppQh { color:#000000;display:block;width:25.625rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:normal;z-index:15034;line-height:1.1;letter-spacing:0;top:14.8125rem;left:1.25rem;height:5.0625rem;text-align:right;text-align-last:right;display:block; }
#DOWxx7PO22LK9F9rNnsDSQa9wDTvZpgs { position:absolute;display:block;z-index:15035;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:116.6875rem;width:0.125rem;top:14.5rem;left:30.25rem;display:block; }
#nnSixSA8lg10XtTx8wzTtCORmtHTsiTW { color:#3a65b3;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:12.6875rem;left:14.25rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#PuSIk4NoDHuUvLJl2TxPwwEpMRqSDVSs { position:absolute;display:block;z-index:15037;background-color:#3a65b3;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:11.6875rem;left:28.8125rem;display:block; }
#IuFwcbu5K6XZ4BTsPgG9wuC2OHxZPkKK { color:#727377;display:block;width:23.8125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15037;line-height:1.5;letter-spacing:0;top:12.6875rem;left:34.5625rem;height:10.5rem;text-align:left;text-align-last:left;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; }
#v0xuHVsNoXB8SQxvKTzUiEnUMkn9ZKIN { position:absolute;display:block;z-index:15040;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.5625rem;width:1.5625rem;top:29.625rem;left:29.5625rem;overflow:hidden;display:block; }
#s5CPcwrMKyekx4n7zWVDcZkVt2yv9BXT { position:absolute;display:block;z-index:15039;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:28.875rem;left:28.8125rem;display:block; }
#gdaDKI6B1FAbdmS00AzcB3N8x6Jinaug { color:#727377;display:block;width:16.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15038;line-height:1.5;letter-spacing:0;top:29.5625rem;left:34.5625rem;height:1.6875rem;text-align:left;text-align-last:left;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; }
#A6meLnQRSmt5TuUx1N6GymsQW0bCoU9l { color:#000000;display:block;width:25.6875rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:normal;z-index:15040;line-height:1.1;letter-spacing:0;top:102.0625rem;left:1.625rem;height:1.6875rem;text-align:right;text-align-last:right;display:block; }
#q6mGwc3wSHLuz8me9QhTAzJRA6neGMiq { color:#3a65b3;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:104.8125rem;left:14.8125rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#VWPN1KUve6QBHaVe24G8HBt2PW0Mve8v { position:absolute;display:block;z-index:15043;background-color:#ff3557;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:78.75rem;left:28.8125rem;display:block; }
#wglkyAJEzKRbpFAddcRfnDbUsvooH8Bd { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:79.375rem;left:29.5rem;overflow:hidden;display:block; }
#i2IxndK2UBHuXF0AsB4O8KimvMbnRaOE { color:#727377;display:block;width:19.8125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15043;line-height:1.4;letter-spacing:0;top:91.1875rem;left:33.4375rem;height:2.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.375rem;padding-top:1rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WxH59Cm9rvlMwhTVu5UXVCQ2IdeExhIR { position:absolute;display:block;z-index:15045;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:128.8125rem;left:28.875rem;display:block; }
#zDD4JglCJuzhGPaQ5JnGz707bXCL6tp3 { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:129.375rem;left:29.5rem;overflow:hidden;display:block; }
#Jl32DGXwK0hiPZBoOtHtGvL8B0quyo12 { color:#727377;display:block;width:23.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15039;line-height:1.5;letter-spacing:0;top:129.46875rem;left:33.1875rem;height:1.6875rem;text-align:left;text-align-last:left;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; }
#oD3V6WOVoahDL8scbtIockPwNtUfFpgV { position:absolute;display:block;z-index:15043;background-color:#3a65b3;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:35.25rem;left:28.8125rem;display:block; }
#UDNAH0fVSnnTFSTsTQC71t4dSUFSoZQC { color:#727377;display:block;width:24rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15043;line-height:1.5;letter-spacing:0;top:57.8125rem;left:34.46875rem;height:19.5rem;text-align:left;text-align-last:left;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; }
#lRJNHmLT9MvSXcJpXrTr2HoOr36bZRZM { color:#727377;display:block;width:23.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15041;line-height:1.5;letter-spacing:0;top:52.59375rem;left:34.9375rem;height:1.6875rem;text-align:left;text-align-last:left;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; }
#ZNteDpvPdk1awTVoVPMA25tIFar44HuI { position:absolute;display:block;z-index:15042;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:51.9375rem;left:28.8125rem;display:block; }
#bAHHND9XMZ7eMOcSoGnXuLELPsif0d23 { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:52.65625rem;left:29.53125rem;overflow:hidden;display:block; }
#WlVpoVnvFVT3dv91ab4Lq9uu3xu7xm92 { color:#050b26;display:block;width:23.8125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15046;line-height:1.8;letter-spacing:0;top:86.125rem;left:2.625rem;height:4.5rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#iNZ3ppEo1hOhRLdoUrX8Hafy83v6JmJz { color:#3a65b3;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:95rem;left:14.1875rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#JHo7b1klS0mbMmT63SmCf0vDp7xXgrFu { color:#000000;display:block;width:22.125rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:normal;z-index:15043;line-height:1.1;letter-spacing:0;top:92.25rem;left:4.5625rem;height:1.6875rem;text-align:right;text-align-last:right;display:block; }
#LpK7RVgVksw9ZDn9LLGGvJ4MXSgQ9vmD { color:#727377;display:block;width:26.125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15044;line-height:1.4;letter-spacing:0;top:99.125rem;left:33.25rem;height:13.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.375rem;padding-top:1rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uIwzIpOX0xuGpzItFTw1QZwENmqF3opv { color:#727377;display:block;width:23.0625rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15044;line-height:1.2;letter-spacing:0;top:119.71875rem;left:33.1875rem;height:2.375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.375rem;padding-top:1rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tETzDSXktGLCMfQeNQT92QfzPWMZr74R { color:#3a65b3;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:123.3125rem;left:14.8125rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#bexZdOucZDTXcsJwX8y1toc28zmLpDI9 { color:#000000;display:block;width:22.125rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:normal;z-index:15045;line-height:1.1;letter-spacing:0;top:120.5625rem;left:5.25rem;height:1.6875rem;text-align:right;text-align-last:right;display:block; }
#SMblXn2mhytmN9Dc8Zef9rSntTCBxmQ8 { color:#050b26;display:block;width:28.5625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15047;line-height:1.8;letter-spacing:0;top:4.125rem;left:0rem;height:4.5rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Oh2w7dTGiBTRIwKrXMKiI03OO3JLutlx { position:absolute;display:block;z-index:15046;background-color:#ffe064;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:27.875rem;top:3.9375rem;left:0.75rem;display:block; }
#LaOoeUx53TQOplcHenIBaXJodl8xvWbP { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:12.125rem;left:29.1875rem;overflow:hidden;display:block; }
#oBaw8HvS7O2FtXI48riTJ89EJ5RPJTSm { color:#050b26;display:block;width:24.6875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15048;line-height:1.7;letter-spacing:0;top:20.625rem;left:2.25rem;height:2.125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Rglr27ET4poSBlvLp4DqfRfiQL8xNKwF { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:35.625rem;left:29.25rem;overflow:hidden;display:block; }
#AIdsTuTN4eLzi0qLyVZw8c4cGXbts8kR { color:#050b26;display:block;width:24.6875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15051;line-height:1.7;letter-spacing:0;top:40.9375rem;left:2.625rem;height:2.125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#bNkuSPkb8c8a8g4Ty83R3ClLWGw1z2tu { color:#000000;display:block;width:23.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:normal;z-index:15037;line-height:1.1;letter-spacing:0;top:38.0625rem;left:3.75rem;height:1.6875rem;text-align:right;text-align-last:right;display:block; }
#bW0kcMU5yXmAQ5kGhtc4uyBKqRICRKTT { color:#3a65b3;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:35.9375rem;left:14.75rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#UwxAIzWCQ681DDngtlNucTTUWzMxSlCa { color:#050b26;display:block;width:24.6875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15054;line-height:1.7;letter-spacing:0;top:67.125rem;left:2.625rem;height:2.125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#IhCwAqfedcOTBZsiCp9RNq7LazfTEer1 { color:#000000;display:block;width:26.3125rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:normal;z-index:15040;line-height:1.1;letter-spacing:0;top:62.1875rem;left:1.125rem;height:3.375rem;text-align:right;text-align-last:right;display:block; }
#O1DUbuO74Xq1GoyTbXdlqwT7PzC8PiPm { color:#3a65b3;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:59.875rem;left:14.8125rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#R6zmwLFramtlx6RkhT3qTd7W0gJJOh0X { position:absolute;display:block;z-index:15045;background-color:#3a65b3;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:59.25rem;left:28.875rem;display:block; }
#gCTQqJTwBTdCGzUfqymPd5a3o8TOxLPF { position:absolute;display:block;z-index:15051;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.3125rem;width:2.3125rem;top:59.625rem;left:29.3125rem;overflow:hidden;display:block; }
#O8W6tsdDQ720mlGp7aB2TEJxC9IEqa89 { position:absolute;display:block;z-index:15045;background-color:#ffe064;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:25.375rem;top:86rem;left:2.0625rem;display:block; }
#C8Poiqu56mNbcZM5EdPE5Z97PATHTVRS { color:#727377;display:block;width:23.0625rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15038;line-height:1.5;letter-spacing:0;top:35.625rem;left:34.9375rem;height:10.5rem;text-align:left;text-align-last:left;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; }
#pUTrgHMPZulmJs9ueMJDIUhwUFSrrJuQ { position:absolute;display:block;z-index:15046;background-color:#3a65b3;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:91.75rem;left:28.875rem;display:block; }
#rcVx3Gk0uN7CGG6f7sGVgNdLt6p0ErOT { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:92.1875rem;left:29.25rem;overflow:hidden;display:block; }
#bwNOul5RmGqvdIIvxOS4HwJkT2Jx1BoI { position:absolute;display:block;z-index:15047;background-color:#3a65b3;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:120.125rem;left:28.875rem;display:block; }
#SUAxv9NW5miA1D1ysOVspB3vuzGsqo9D { position:absolute;display:block;z-index:15047;background-color:#3a65b3;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:101.5625rem;left:28.875rem;display:block; }
#Qo3L9zAynHDiTLqIofJba4yONuvt3ZQS { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:102.0625rem;left:29.375rem;overflow:hidden;display:block; }
#guFToRlgaT42SU6LqBZAKU2dZcBLUUvx { background-color:#ffe064;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#050b26;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:136.4375rem;left:23.25rem;display:block; }
#if9F5NroGWynZ8euZAOzwPT50JbLZ54K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l4L0PRriIfImNbahA3ReotTbPUuIBuZu { position:absolute;display:block;z-index:15057;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.0625rem;width:2.0625rem;top:120.5625rem;left:29.3125rem;overflow:hidden;display:block; }
#UsadNwM3BmTFiq2zUDCz0BGp3BT24Jy6 { color:#000000;display:block;width:21.375rem;position:absolute;font-family:ubuntu;font-size:2.375rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:14.47607421875rem;left:19.3125rem;height:3.0874rem;text-align:center;text-align-last:center;display:none; }
#O5K1OM32kJfdGwfbBofsgGxVeQNdaMUk { 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; }#O5K1OM32kJfdGwfbBofsgGxVeQNdaMUk > .row .container { background-color: transparent; background-image: none; }#O5K1OM32kJfdGwfbBofsgGxVeQNdaMUk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5K1OM32kJfdGwfbBofsgGxVeQNdaMUk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5K1OM32kJfdGwfbBofsgGxVeQNdaMUk > .row .container > .video-iframe-container { display: none; }#O5K1OM32kJfdGwfbBofsgGxVeQNdaMUk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5K1OM32kJfdGwfbBofsgGxVeQNdaMUk > .row > .video-iframe-container { display: none; }#O5K1OM32kJfdGwfbBofsgGxVeQNdaMUk > .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); }#O5K1OM32kJfdGwfbBofsgGxVeQNdaMUk > .row .container { border-width: 0; border-radius: 0; }#O5K1OM32kJfdGwfbBofsgGxVeQNdaMUk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O5K1OM32kJfdGwfbBofsgGxVeQNdaMUk > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:60rem;position:relative;display:block; }#lUHvJlaxpWQsJDXzxbxszGWTmMlySrAm { 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:10.625rem;width:24.8125rem;top:7.40625rem;left:30.375rem;overflow:hidden;display:block; }
#m1cqSmAGU1nuSnK1ZbmB1Xfa3gpTJptq { color:#050b26;display:block;width:59.875rem;position:absolute;font-family:ubuntu;font-size:2.375rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:2.1875rem;left:0rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kMhKA8J0iRZlotUrSlnqQNQdVnrFtoVA { 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:10.9375rem;width:25.1875rem;top:7.25rem;left:3.6520093107877rem;overflow:hidden;display:block; }
#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#bcd0ed;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; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container { background-color: transparent; background-image: none; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container > .video-iframe-container { display: none; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row > .video-iframe-container { display: none; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .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); }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container { border-width: 0; border-radius: 0; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container { font-size:0.875rem;font-family:arial;height:27.0625rem;width:60rem;position:relative;display:block; }#rEP84XVGXxT4sRc7DZJ4fpuH5ei4EhAb { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:55.75rem;top:7.59375rem;left:2.0625rem;display:block; }
#Pv2E73vVsysPSxt9Zxh6RUrxLNJlu0oW { position:absolute;display:block;z-index:15001;background-color:#bcd0ed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:36.5rem;top:5.125rem;left:11.75rem;display:block; }
#dWb2KBJWT4e7iPOvbAE7Fmxfw5TOcx01 { color:#000000;display:block;width:55.9375rem;position:absolute;font-family:ubuntu;font-size:2.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.46875rem;left:2.0625rem;height:2.75rem;text-align:center;text-align-last:center;display:block; }
#bRKGHw3eiyO9vz0taFXdn7gD5f4lZ8cr { background-color:#ffe064;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#050b26;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:20.25rem;left:23.25rem;display:block; }
#uTIx2n3Tvc6RTSJp7H9RaVa95JLlCQq7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg .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; }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;color:#ffffff;padding-top:0.76125rem;padding-right:0.665rem;padding-bottom:0.76125rem;padding-left:0.665rem;display:block;align-items:center;width:3.990625rem;min-width:3.990625rem;height:4.09125rem;position:relative;font-family:"open sans";font-size:3.045rem;font-weight:700;line-height:65.46px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg .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.47625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.31875rem;height:1.6175rem;position:relative;font-family:"open sans";font-size:1.141875rem;font-weight:400;line-height:25.88px;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; }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg { 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:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:25.3125rem;height:7.7075rem;padding-top:0.95125rem;padding-right:0.949375rem;padding-bottom:0.95125rem;padding-left:0.949375rem;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:9.21875rem;left:16.392578125rem;z-index:15004; }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #tcDQsMK7FNT04LP6qta7G0uQOcsavEv0 { display:flex;position:relative;top:0rem;left:0rem; }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #bAfJySG6QmSf2no8nMVdhQTXCNBoTbKF { width:auto; }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #cyFrRfygiWrEBBIPzltwTWU4qhBtTu2k {  }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #TxKiTiCaZTXcdEUQX5lGSTSgy221XGUI { display:flex;position:relative;top:0rem;left:0rem; }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #HILiIFwcEU2MBIgDPxxhBcAhJWa83XCm {  }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #AVhPuwq8BTQ1Ha7utE3W0ForamVAVEuS {  }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #XkO0fspBLklCdVo85sr55GHG4S7Koyeb { display:flex;position:relative;top:0rem;left:0rem; }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #LdEzbcQtPVkXIDHqvvEiVlzb2x2GeBNe {  }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #WygJu8ltsG0NmT7DQW6FbKT2KCCefrZ3 {  }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #V2cUybTZE2hCCgcfH7zMHye8dzZkdBGL { display:flex;position:relative;top:0rem;left:0rem; }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #L9Q5Rh4zwgtZEo8mQcoml5Svl8R3rGgU {  }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #IF7To361z4H0nTzKGqhon7ZPl5UuucRA {  }
#pnfzno5J190StLZk6MIXloZmv4paLPed { 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; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container { background-color: transparent; background-image: none; }#pnfzno5J190StLZk6MIXloZmv4paLPed::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container > .video-iframe-container { display: none; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row > .video-iframe-container { display: none; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .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); }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container { border-width: 0; border-radius: 0; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container { font-size:0.875rem;font-family:arial;height:17.0625rem;width:60rem;position:relative;display:block; }#RVHmow2ep5NPmWCJXcoiVBTLqfhTdptF { color:#050b26;display:block;width:54.625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:8.3125rem;left:2.6875rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OsS6owN8f5TZFBJNOR74rGTKx9SOikHX { color:#050b26;display:block;width:59.875rem;position:absolute;font-family:ubuntu;font-size:2.375rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:4.375rem;left:0.125rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE { 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; }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .row .container { background-color: transparent; background-image: none; }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .row .container > .video-iframe-container { display: none; }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .row > .video-iframe-container { display: none; }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .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); }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .row .container { border-width: 0; border-radius: 0; }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:60rem;position:relative;display:block; }#gTdEbNcO6MIH3FVGKI1X0WvXbKzQHPLy { 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:15.875rem;width:15.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#PEWvXxNAfhtNTvdnswMgwJTXomKSSSwz { color:#050b26;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.8;letter-spacing:0;top:1.625rem;left:18.9375rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C76vvRr1WEE95xx0fAyGeqzzQNh1u1FO { color:#727377;display:block;width:40.8125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:4.1875rem;left:18.9375rem;height:1.1875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#C1sqNhsFZF7qch9HscMphOFFgodFMbuS { color:#727377;display:block;width:39.1875rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:6.5625rem;left:18.9375rem;height:9.375rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#WhipWOThEazARgEkPTabTKzKZGT0f18V { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1.125rem 0.25rem 4rem rgba(5,11,38,0.07) ;height:17.5rem;width:60rem;top:0rem;left:0rem;display:block; }
#wzJhTLIEQHpyNRCdFCTPzSIbSubcDZ0M { 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:17.1875rem;width:15.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 { 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; }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .row .container { background-color: transparent; background-image: none; }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .row .container > .video-iframe-container { display: none; }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .row > .video-iframe-container { display: none; }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .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); }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .row .container { border-width: 0; border-radius: 0; }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .row .container { font-size:0.875rem;font-family:arial;height:17.25rem;width:60rem;position:relative;display:block; }#TdSR3Z6pOIcur4n4GDIr6Jlf2OKWnVbs { color:#050b26;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.8;letter-spacing:0;top:1.4375rem;left:2.125rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yDqWf2lKefWkyV8nyLXdyhTdMv8ElSym { color:#727377;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:3.9375rem;left:2.125rem;height:1.1875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#Ht6FdmI41abvypZf2ZPKo9O4zlCTNe29 { color:#727377;display:block;width:38.6875rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:6.0625rem;left:2.125rem;height:7.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XzRgJraZuhfOgLvSI5IAu3xLCCd8V9yh { position:absolute;display:block;z-index:15014;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.9375rem;width:15.9375rem;top:0rem;left:42.755859375rem;overflow:hidden;display:block; }
#fii6ADfReB1GPAeLpuhaN1ZlHktGrqDG { 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; }#fii6ADfReB1GPAeLpuhaN1ZlHktGrqDG > .row .container { background-color: transparent; background-image: none; }#fii6ADfReB1GPAeLpuhaN1ZlHktGrqDG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fii6ADfReB1GPAeLpuhaN1ZlHktGrqDG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fii6ADfReB1GPAeLpuhaN1ZlHktGrqDG > .row .container > .video-iframe-container { display: none; }#fii6ADfReB1GPAeLpuhaN1ZlHktGrqDG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fii6ADfReB1GPAeLpuhaN1ZlHktGrqDG > .row > .video-iframe-container { display: none; }#fii6ADfReB1GPAeLpuhaN1ZlHktGrqDG > .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); }#fii6ADfReB1GPAeLpuhaN1ZlHktGrqDG > .row .container { border-width: 0; border-radius: 0; }#fii6ADfReB1GPAeLpuhaN1ZlHktGrqDG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fii6ADfReB1GPAeLpuhaN1ZlHktGrqDG > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:60rem;position:relative;display:block; }#NizZ1VXBul9mzq4Zsig86fbGe12NiLis { 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:15.875rem;width:15.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#stPv0lDJBcgUdyzCTTeoL7lGnUCQkquA { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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: 1.125rem 0.25rem 4rem rgba(5,11,38,0.07) ;height:17.5rem;width:60rem;top:0rem;left:0rem;display:block; }
#euWfGghH7TcC34rmCmA0hDcy44033yOR { color:#050b26;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.8;letter-spacing:0;top:2.25rem;left:18.9375rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V2FSQHGhtKh6bUacAMQNawEZaG12qk6S { color:#727377;display:block;width:39.75rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:4.6875rem;left:18.9375rem;height:1.1875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#hJ7TZbt6M8S3HDrgQVeMTE2t1FuUyNxa { color:#727377;display:block;width:39.75rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:7rem;left:18.9375rem;height:7.8125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#kyXk4BwakteNruemH2wrylK4bKCMNDTn { 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; }#kyXk4BwakteNruemH2wrylK4bKCMNDTn > .row .container { background-color: transparent; background-image: none; }#kyXk4BwakteNruemH2wrylK4bKCMNDTn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kyXk4BwakteNruemH2wrylK4bKCMNDTn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kyXk4BwakteNruemH2wrylK4bKCMNDTn > .row .container > .video-iframe-container { display: none; }#kyXk4BwakteNruemH2wrylK4bKCMNDTn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kyXk4BwakteNruemH2wrylK4bKCMNDTn > .row > .video-iframe-container { display: none; }#kyXk4BwakteNruemH2wrylK4bKCMNDTn > .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); }#kyXk4BwakteNruemH2wrylK4bKCMNDTn > .row .container { border-width: 0; border-radius: 0; }#kyXk4BwakteNruemH2wrylK4bKCMNDTn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kyXk4BwakteNruemH2wrylK4bKCMNDTn > .row .container { font-size:0.875rem;font-family:arial;height:22.125rem;width:60rem;position:relative;display:block; }#TZbAqb00gmrCF6J0ugr9T68BaxKOINrQ { 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:17.125rem;width:17.125rem;top:3.0625rem;left:41.1875rem;overflow:hidden;display:block; }
#HPfZnBP2NfqlNOBkfLTA2x8NLG5BctPQ { color:#050b26;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.8;letter-spacing:0;top:3.0625rem;left:2.125rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xOsitFUgDWn1WrwbbmsVuTINB2e4Ao9E { color:#727377;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:8.0625rem;left:2.125rem;height:12.5rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#HHzrio6oX7v5iqDU94ASKxScEIGTwbme { color:#727377;display:block;width:39.75rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:5.5rem;left:2.125rem;height:1.1875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#WSuTJSAbMRMMKSzxAWdXhdmSKK1KBM5R { 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; }#WSuTJSAbMRMMKSzxAWdXhdmSKK1KBM5R > .row .container { background-color: transparent; background-image: none; }#WSuTJSAbMRMMKSzxAWdXhdmSKK1KBM5R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSuTJSAbMRMMKSzxAWdXhdmSKK1KBM5R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSuTJSAbMRMMKSzxAWdXhdmSKK1KBM5R > .row .container > .video-iframe-container { display: none; }#WSuTJSAbMRMMKSzxAWdXhdmSKK1KBM5R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSuTJSAbMRMMKSzxAWdXhdmSKK1KBM5R > .row > .video-iframe-container { display: none; }#WSuTJSAbMRMMKSzxAWdXhdmSKK1KBM5R > .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); }#WSuTJSAbMRMMKSzxAWdXhdmSKK1KBM5R > .row .container { border-width: 0; border-radius: 0; }#WSuTJSAbMRMMKSzxAWdXhdmSKK1KBM5R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WSuTJSAbMRMMKSzxAWdXhdmSKK1KBM5R > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:60rem;position:relative;display:block; }#TbWBTkqBlBrk2dNaXBZEldmvnhh3BbMr { color:#050b26;display:block;width:59.875rem;position:absolute;font-family:ubuntu;font-size:2.375rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:2.1875rem;left:0rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GBxHQTGVdphldMQTXZQvAWqTMGJwxss6 { 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:5.125rem;width:5.625rem;top:7.9375rem;left:0.875rem;overflow:hidden;display:block; }
#vGotfgAVZmfqBGowLPpMXWcqAfhOhi7U { 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:3.6875rem;width:11.0625rem;top:17.34375rem;left:41.03125rem;overflow:hidden;display:block; }
#TTeyT5IQ9X8M9tHsa9TMKEZEX5G5TvS7 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:5.375rem;top:23.5625rem;left:24.125rem;overflow:hidden;display:block; }
#wx5R1LHZR5ThBeMrwOWp5keNbDVT2ZVa { 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:3.5rem;width:12.3125rem;top:8.75rem;left:32.28125rem;overflow:hidden;display:block; }
#ocTCVJq8lsXeQuXkCMHntTQ4iyJPPCNJ { 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:6.875rem;width:13.25rem;top:15.75rem;left:15.21875rem;overflow:hidden;display:block; }
#fHXiRtvTmF7wssNc5kI9gpV6ME6xoBl2 { 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:10rem;width:19rem;top:21.875rem;left:3.09375rem;overflow:hidden;display:block; }
#ORE3Qs6UpFrnfqZZrSiIA4SosFZTZHAm { 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:4.875rem;width:3.6875rem;top:16.75rem;left:31.34375rem;overflow:hidden;display:block; }
#hA0LkwvvQPTkE6fQzcfzmt2gSz3LZVzA { 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:4.9375rem;width:4.9375rem;top:24.4375rem;left:33.5rem;overflow:hidden;display:block; }
#ZgV3tVS1nSLlx1QoC3tZThwb3tVDAIMT { 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:5.9375rem;width:13.5625rem;top:23.9375rem;left:41.9375rem;overflow:hidden;display:block; }
#dS5HTnRvIztzdueXelIQGE3cxQQXWaiQ { 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:7.1875rem;width:12.8125rem;top:6.90625rem;left:45.625rem;overflow:hidden;display:block; }
#raG9hEDh09OoLdw2yP9CHLMsP4StUzA5 { 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:5.4375rem;width:13.6875rem;top:16.65625rem;left:0.3125rem;overflow:hidden;display:block; }
#MhIPv8MKVIaF90I4fZl60CmkKILkxUiT { 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:7.625rem;width:7.8125rem;top:6.6875rem;left:8.6875rem;overflow:hidden;display:block; }
#zCaaurVtpL7Bsk4VTFRkgC638mqn5Lgb { 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:3.4375rem;width:12.3125rem;top:8.78125rem;left:18.40625rem;overflow:hidden;display:block; }
#iCi5cziRw2nSUl2yR4D0c91TGbop3BJ4 { 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; }#iCi5cziRw2nSUl2yR4D0c91TGbop3BJ4 > .row .container { background-color: transparent; background-image: none; }#iCi5cziRw2nSUl2yR4D0c91TGbop3BJ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iCi5cziRw2nSUl2yR4D0c91TGbop3BJ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iCi5cziRw2nSUl2yR4D0c91TGbop3BJ4 > .row .container > .video-iframe-container { display: none; }#iCi5cziRw2nSUl2yR4D0c91TGbop3BJ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iCi5cziRw2nSUl2yR4D0c91TGbop3BJ4 > .row > .video-iframe-container { display: none; }#iCi5cziRw2nSUl2yR4D0c91TGbop3BJ4 > .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); }#iCi5cziRw2nSUl2yR4D0c91TGbop3BJ4 > .row .container { border-width: 0; border-radius: 0; }#iCi5cziRw2nSUl2yR4D0c91TGbop3BJ4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iCi5cziRw2nSUl2yR4D0c91TGbop3BJ4 > .row .container { font-size:0.875rem;font-family:arial;height:20.5rem;width:60rem;position:relative;display:block; }#omdTcIBUlcKlx3EwNkAeIrBT8iaHyT0P { 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:6.3125rem;width:11rem;top:6.28125rem;left:36.5rem;overflow:hidden;display:block; }
#CbuwvD791bPg1C1D4saitlpCiLTvZFQs { color:#050b26;display:block;width:59.875rem;position:absolute;font-family:ubuntu;font-size:2.375rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:2.1875rem;left:0rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zi0OJmzS3IBtsomaMwKKOvsAyMBPtvMW { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:17rem;top:14.9375rem;left:38.9375rem;overflow:hidden;display:block; }
#I6n3d0DZKL71IJbwLA0yNWzodeKSTGXU { 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:6.875rem;width:9.8125rem;top:12.59375rem;left:26.75rem;overflow:hidden;display:block; }
#AhkuBMLuRKSpz6vZTg864hHTtP9NRmpn { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:7.46875rem;left:28.03125rem;overflow:hidden;display:block; }
#GkJWSlBTcVtmVsIO5ygLvp0IVHGgTlR4 { 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:4.375rem;width:11.1875rem;top:7.25rem;left:13.1875rem;overflow:hidden;display:block; }
#QpU3To4ZUQ0w8KzD5guFHgghV51nskwQ { 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.125rem;width:18.3125rem;top:14.96875rem;left:7.513671875rem;overflow:hidden;display:block; }
#cFXcHsdAqETOXeOxkBVO7p7fXLKk6pZ0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#bcd0ed;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; }#cFXcHsdAqETOXeOxkBVO7p7fXLKk6pZ0 > .row .container { background-color: transparent; background-image: none; }#cFXcHsdAqETOXeOxkBVO7p7fXLKk6pZ0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFXcHsdAqETOXeOxkBVO7p7fXLKk6pZ0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFXcHsdAqETOXeOxkBVO7p7fXLKk6pZ0 > .row .container > .video-iframe-container { display: none; }#cFXcHsdAqETOXeOxkBVO7p7fXLKk6pZ0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFXcHsdAqETOXeOxkBVO7p7fXLKk6pZ0 > .row > .video-iframe-container { display: none; }#cFXcHsdAqETOXeOxkBVO7p7fXLKk6pZ0 > .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); }#cFXcHsdAqETOXeOxkBVO7p7fXLKk6pZ0 > .row .container { border-width: 0; border-radius: 0; }#cFXcHsdAqETOXeOxkBVO7p7fXLKk6pZ0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cFXcHsdAqETOXeOxkBVO7p7fXLKk6pZ0 > .row .container { font-size:0.875rem;font-family:arial;height:27.0625rem;width:60rem;position:relative;display:block; }#Hi2h1UGdZ1Zw1c07T8sc8TG01v83SbUU { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:55.75rem;top:7.59375rem;left:2.0625rem;display:block; }
#gXklsEqV3LrMKP1Uq3Pgnx0QbIEOmm3c { position:absolute;display:block;z-index:15001;background-color:#bcd0ed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:36.5rem;top:5.125rem;left:11.75rem;display:block; }
#TaQZULkdrC6XpEexzxBTO9ECXfJGncJG { color:#000000;display:block;width:55.9375rem;position:absolute;font-family:ubuntu;font-size:2.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.46875rem;left:2.0625rem;height:2.75rem;text-align:center;text-align-last:center;display:block; }
#KkWTTiTWXUwlFlqn8tvJ9GJtVuNQaoEn { background-color:#ffe064;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#050b26;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:20.25rem;left:23.25rem;display:block; }
#X7TFCzV3QwucCTt3Ck6MWb0wRKyUVAx7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CVQFC3yWTWbink2TRgdSRJvTlH5PzATV .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; }
#CVQFC3yWTWbink2TRgdSRJvTlH5PzATV .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;color:#ffffff;padding-top:0.76125rem;padding-right:0.665rem;padding-bottom:0.76125rem;padding-left:0.665rem;display:block;align-items:center;width:3.990625rem;min-width:3.990625rem;height:4.09125rem;position:relative;font-family:"open sans";font-size:3.045rem;font-weight:700;line-height:65.46px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CVQFC3yWTWbink2TRgdSRJvTlH5PzATV .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.47625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.31875rem;height:1.6175rem;position:relative;font-family:"open sans";font-size:1.141875rem;font-weight:400;line-height:25.88px;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; }
#CVQFC3yWTWbink2TRgdSRJvTlH5PzATV { 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:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:25.3125rem;height:7.7075rem;padding-top:0.95125rem;padding-right:0.949375rem;padding-bottom:0.95125rem;padding-left:0.949375rem;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:9.21875rem;left:16.392578125rem;z-index:15004; }
#CVQFC3yWTWbink2TRgdSRJvTlH5PzATV #I6iNKsCJ4ftVWXAG1F6KF0yeNhTWybST { display:flex;position:relative;top:0rem;left:0rem; }
#CVQFC3yWTWbink2TRgdSRJvTlH5PzATV #p9u8u3DIXMW2LahtDDihGHFXwkGAJfrn { width:auto; }
#CVQFC3yWTWbink2TRgdSRJvTlH5PzATV #akzaXZSryDdu9yNayvloEIT87GAMi0vd {  }
#CVQFC3yWTWbink2TRgdSRJvTlH5PzATV #e3Msn8inBsb8U34URZzKQZbwDMJL0sK6 { display:flex;position:relative;top:0rem;left:0rem; }
#CVQFC3yWTWbink2TRgdSRJvTlH5PzATV #u39gWhNnXCuJWJb84lJooGvdLMvuDEQX {  }
#CVQFC3yWTWbink2TRgdSRJvTlH5PzATV #tl1QXMqIm4z24c8FcuVk4f9nEsdK9nin {  }
#CVQFC3yWTWbink2TRgdSRJvTlH5PzATV #NGlwmRrFGTAMM70bJyZ6PAqWgJgwpCJW { display:flex;position:relative;top:0rem;left:0rem; }
#CVQFC3yWTWbink2TRgdSRJvTlH5PzATV #prKWuQkMRxfAuWk6OQFf17ZSnRXM9bkT {  }
#CVQFC3yWTWbink2TRgdSRJvTlH5PzATV #eCXrW5tIPmIdAO30es9kOhJfZzElUhe9 {  }
#CVQFC3yWTWbink2TRgdSRJvTlH5PzATV #E90EvnmpXCCtJPtxUSaTKTKfCTFzPNHk { display:flex;position:relative;top:0rem;left:0rem; }
#CVQFC3yWTWbink2TRgdSRJvTlH5PzATV #lmJw4lysrb4ibGnRyrP9p9BDcmR2zPfS {  }
#CVQFC3yWTWbink2TRgdSRJvTlH5PzATV #CSXfPF0iAkxOPWtZC1wvXUoPr7DLxksS {  }
#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/155c54d0-889c-4356-82e3-7901149e0be4/RybnikdlaBiznesu.jpeg");background-position:center right !important;background-repeat:repeat !important;background-attachment:fixed;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; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB.adaptive-delivery-prevent-bg, #mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB.lazyload, #mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB.lazyloading { background-image: none; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container { background-color: transparent; background-image: none; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,21,63,0.9); }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container > .video-iframe-container { display: none; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,21,63,0.9); }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row > .video-iframe-container { display: none; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .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); }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container { border-width: 0; border-radius: 0; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB::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; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container { font-size:0.875rem;font-family:arial;height:42.875rem;width:60rem;position:relative;display:block; }#qwKiC78pn6v9WDpQxXUhTqvTTHaffxbA { color:#ffffff;display:block;width:59.875rem;position:absolute;font-family:ubuntu;font-size:2.375rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:3.9375rem;left:0rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mTGvxepI2DN8QrAobO6or7VsQ01kA8h0 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:23.0625rem;left:2.5rem;overflow:hidden;display:block; }
#bcUb2MTWvA6JAL5gtgzbxmSN7bRlBgx0 { color:#ffffff;display:block;width:14.25rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:22.0625rem;left:5.875rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UvFIXIK3waO7H89W4cSvwq5BNF7dhRy8 { 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:2.5rem;width:2.5rem;top:24.6875rem;left:43.125rem;overflow:hidden;display:block; }
#T08BhU2PvzQbpRMKc9mRgUW0BIFy8aAx { 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:29.75rem;width:29.75rem;top:9.4375rem;left:30.25rem;overflow:hidden;display:block; }
#luxJm2dzTFogIecyI7lxEVIbq7SnxlAA { 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:2.5rem;width:2.5rem;top:30.125rem;left:2.5rem;overflow:hidden;display:block; }
#N1Clsiua2noSTfiVlWfkdwaWVW7uEKud { color:#ffffff;display:block;width:19.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:29.125rem;left:5.875rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pqZ0M4vdR2ZBxR1kOvTh24kXJIode3zh { color:#ffffff;display:block;width:14.25rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:9.4375rem;left:2.5rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GDuICN8mHrsVS9HTGFTc9emPGtz1DeBg { color:#ffffff;display:block;width:14.25rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:11.125rem;left:2.5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QTRWHcbKmvtbsZQPayCclePesLTD7gi4 { color:#ffffff;display:block;width:14.25rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:14.6875rem;left:2.5rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L9VoT7nR10HTov9oAw3yMzvxQiOSLSkp { color:#ffffff;display:block;width:14.25rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:16.375rem;left:2.5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Rd09alZrR54awCWZUUUxE0QUTSMZERzI { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:14.6875rem;left:15.3125rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gZ1uJxwxIiIoyBJHrkxMOI6FW8r3VIwQ { color:#ffffff;display:block;width:14.25rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:16.375rem;left:15.3125rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JB0wpDoLDpDrI0kLzM8Xuzq3CIO9vBph { 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:35.625rem;left:2.5625rem;overflow:hidden;display:block; }
#t7DDJAQs51fqo2TKNLmrRFoM9WF3u1dV { color:#ffffff;display:block;width:19.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:36.125rem;left:5.875rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#w7bdEZJKvczXJCyxdS53SG75Xm4Bver8 { color:#ffffff;display:block;width:14.25rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:9.4375rem;left:15.3125rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H4tVUyATuMSap9NGf2TgwSduo0iguTd4 { color:#ffffff;display:block;width:14.25rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:11.125rem;left:15.3125rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QCwAOJUTzzwo6UkUL6S7wqeGp9VQmepR { display:block; }#QCwAOJUTzzwo6UkUL6S7wqeGp9VQmepR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X7Xs0sit5K5ueMHVpl8lvwbUQurIxBOZ { width:6.5rem;height:2.1875rem;top:1.1875rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1N40XOgbzm2BGkBDSX64T61ZZrs5I9l { display:block; }
 }@media only screen and (max-width: 763px) { #oHphpPWplfep3MyE9LluR3SZygpVyRU1 { width:6.5rem;height:2.1875rem;top:1.1875rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2BXOeKpd6ZkEPiFxS9WxXpCNBsrgydv { display:block; }
 }@media only screen and (max-width: 763px) { #o5bqsPFkEgBeRFqu9I4dMMbnMRm8uBnL { width:5.5rem;height:2.1875rem;top:1.1875rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrrUsNv5vIAL9euDVAwQdDzpTMJLmFe1 { display:block; }
 }@media only screen and (max-width: 763px) { #Uy22LqFccVb7HHhvTCElbKND7T1CEKHc { width:6.5rem;height:2.1875rem;top:1.1875rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #riKL4aVWDJvrlIZ4STTo8UwdenxyfNKP { display:block; }
 }@media only screen and (max-width: 763px) { #rgNua3Kp8ALRHA99tNcTtNoUk4pXFOW0 { width:6.5rem;height:2.1875rem;top:1.1875rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ze60aDIv41wZSQ0Nme2We3sCwhRTB4w8 { display:block; }
 }@media only screen and (max-width: 763px) { #FowM9Af48Tn8kNXrgnl3MX6M4mccAwSR { top:0rem;left:0rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTfAs8yFIqe531ng1qgEPFwhnpdrXHLB { width:8.6875rem;height:2.125rem;top:1.3125rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxTZQfaRaNyeR62v7FHUHa4KUcdycI1t { display:block; }
 }@media only screen and (max-width: 763px) { #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTifFTDhHC3xZHkbdyLnlrcih3VoQNsm { width:34.625rem;height:7.25rem;top:10.625rem;left:0rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuaELEkmBVDpopVRVLA9uROCRUn9wEQo { width:47.75rem;height:11.25rem;top:20.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E94kapTJsJm7rJfAtKRx9en1O8TlGoFe { width:1.5625rem;height:1.5625rem;top:49.75rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFH7ehte7Tq9WfgTmk2QxibcEU5GDdOd { width:8.875rem;height:1.3125rem;top:47.1875rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpmsxKxvsKA7axTFm2At3pppycdJgFGc { display:block; }
 }@media only screen and (max-width: 763px) { #ry5woDg1WAMRlmtPm0luuOkLMHBUudO9 { width:10.75rem;height:3.5rem;top:34.625rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcgcEST1A63MPpOTCJEeZPK6vLqE5LQ3 { width:2.375rem;height:2.375rem;top:35.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSmet5r7bymTAgmX1Q83zy1mtnu7D3MF { width:0.125rem;height:2.875rem;top:35rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iv9qNIxTZ1Zy4EISZLDfDt7tSPtKw89I { width:14.625rem;height:5.25rem;top:34.5rem;left:16.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQw0olhxu82LKbdNXrVrFd4dzEOUSleI { width:2.375rem;height:2.375rem;top:35.0625rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX4MtiXEms6buB81sfUUKNJTgStkdzGz { width:0.125rem;height:2.875rem;top:34.9375rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdLOezvBQ89PcTS25r9xu7f1b9TlRAPH { width:20rem;height:13.25rem;top:52.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEBUnVUGEfnCNIZh0B4ZkKAhS6nnrsfz { width:20rem;height:13.25rem;top:52.75rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #viIqR3r3e13PTzoOdZOFC8cCZduWfXnc { width:12.5rem;height:7.75rem;top:55.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrNL56n4zuJgPvJvFVOxZgRyTqmeh3oC { width:16.3125rem;height:7.75rem;top:55.8125rem;left:31.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNM9UaETbIIa4WXovKoL0SLQF9acXiEO { width:12.5rem;height:5.25rem;top:55.3125rem;left:17.625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W37qfCWiEPXlJ0wJAdrFlc1FrmTPs1wc { width:10.375rem;height:2.875rem;top:60.625rem;left:19.09375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT7W3Tm6ayP17Fd7LguewFw9qOoBZd4R { width:19.5rem;height:5.375rem;top:34.625rem;left:28.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvxaUppT77gIGU0eqCKPoaWGqVBTpeOo { width:47.75rem;height:30.9375rem;top:53.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhH5M1fTHel3ph9bxixmIt9PxUlAyJsM { top:52.75rem;left:13.875rem;width:20.0625rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hx5o9WcnC2ybp6AxNtZVd13eiWTZUlW3 { top:0rem;left:42.8125rem;width:4.9375rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZA9GTbass5Iu9C55sD1IyOftzWkmm5A { display:block; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dsHIMHEIO0x78INgXafeO19AKMxHNLpQ { width:12.5rem;height:5.25rem;top:2.5625rem;left:0rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFZhTKZxTRDBTw6PfpBuneWoPOzN2Q4I { width:10.8125rem;height:2.875rem;top:7.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJp76CysykqwaPSEbXTV1hHlXkitJT2x { width:12.5rem;height:3.875rem;top:5.375rem;left:17.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vX9tXUyqVSIFw208EfsSoTaBwahy9sxp { width:20rem;height:13.25rem;top:0rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2wrKyyqSq509WERMVouI4dUQbmcqsBp { width:10.375rem;height:1.4375rem;top:7.8125rem;left:37.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qusf1mwbvSEIANwpnGqtTkK4hMQy9thk { width:12.5rem;height:5.25rem;top:2.625rem;left:35.25rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQd6Rs1mcUBPk01idrbrRSp6TzHtko7q { top:0rem;left:0rem;width:20.0625rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bR9dw44riBvbPqR3XimiB9n7mdcgruGO { top:0rem;left:27.6875rem;width:20.0625rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfM0wvynQUAEIJDTXD67FPE7VtetokUn { width:21.375rem;height:3.0625rem;top:14.4375rem;left:13.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg { display:block; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZOgB8KTaDnkourVooBfyBQ7baNOEppQh { width:25.625rem;height:5.0625rem;top:14.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOWxx7PO22LK9F9rNnsDSQa9wDTvZpgs { width:0.125rem;height:116.6875rem;top:14.5rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnSixSA8lg10XtTx8wzTtCORmtHTsiTW { width:12.5rem;height:1.625rem;top:12.6875rem;left:8.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuSIk4NoDHuUvLJl2TxPwwEpMRqSDVSs { width:3rem;height:3rem;top:11.6875rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuFwcbu5K6XZ4BTsPgG9wuC2OHxZPkKK { width:23.8125rem;height:10.5rem;top:12.6875rem;left:23.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0xuHVsNoXB8SQxvKTzUiEnUMkn9ZKIN { width:1.5625rem;height:1.5625rem;top:29.625rem;left:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5CPcwrMKyekx4n7zWVDcZkVt2yv9BXT { width:3rem;height:3rem;top:28.875rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdaDKI6B1FAbdmS00AzcB3N8x6Jinaug { width:16.0625rem;height:1.6875rem;top:29.5625rem;left:28.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6meLnQRSmt5TuUx1N6GymsQW0bCoU9l { width:25.6875rem;height:1.6875rem;top:102.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6mGwc3wSHLuz8me9QhTAzJRA6neGMiq { width:12.5rem;height:1.625rem;top:104.8125rem;left:8.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWPN1KUve6QBHaVe24G8HBt2PW0Mve8v { width:3rem;height:3rem;top:78.75rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wglkyAJEzKRbpFAddcRfnDbUsvooH8Bd { width:1.5625rem;height:1.5625rem;top:79.375rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2IxndK2UBHuXF0AsB4O8KimvMbnRaOE { width:19.8125rem;height:2.75rem;top:91.1875rem;left:27.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxH59Cm9rvlMwhTVu5UXVCQ2IdeExhIR { width:3rem;height:3rem;top:128.8125rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDD4JglCJuzhGPaQ5JnGz707bXCL6tp3 { width:1.8125rem;height:1.8125rem;top:129.375rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jl32DGXwK0hiPZBoOtHtGvL8B0quyo12 { width:23.0625rem;height:1.6875rem;top:129.4375rem;left:24.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oD3V6WOVoahDL8scbtIockPwNtUfFpgV { width:3rem;height:3rem;top:35.25rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDNAH0fVSnnTFSTsTQC71t4dSUFSoZQC { width:24rem;height:21rem;top:57.8125rem;left:23.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRJNHmLT9MvSXcJpXrTr2HoOr36bZRZM { width:23.0625rem;height:1.6875rem;top:52.5625rem;left:24.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNteDpvPdk1awTVoVPMA25tIFar44HuI { width:3rem;height:3rem;top:51.9375rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAHHND9XMZ7eMOcSoGnXuLELPsif0d23 { width:1.5625rem;height:1.5625rem;top:52.625rem;left:23.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlVpoVnvFVT3dv91ab4Lq9uu3xu7xm92 { width:23.8125rem;height:4.5rem;top:86.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNZ3ppEo1hOhRLdoUrX8Hafy83v6JmJz { width:12.5rem;height:1.625rem;top:95rem;left:8.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHo7b1klS0mbMmT63SmCf0vDp7xXgrFu { width:22.125rem;height:1.6875rem;top:92.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpK7RVgVksw9ZDn9LLGGvJ4MXSgQ9vmD { width:26.125rem;height:15.125rem;top:99.125rem;left:21.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIwzIpOX0xuGpzItFTw1QZwENmqF3opv { width:23.0625rem;height:2.375rem;top:119.6875rem;left:24.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tETzDSXktGLCMfQeNQT92QfzPWMZr74R { width:12.5rem;height:1.625rem;top:123.3125rem;left:8.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bexZdOucZDTXcsJwX8y1toc28zmLpDI9 { width:22.125rem;height:1.6875rem;top:120.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMblXn2mhytmN9Dc8Zef9rSntTCBxmQ8 { width:28.5625rem;height:4.5rem;top:4.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oh2w7dTGiBTRIwKrXMKiI03OO3JLutlx { top:3.9375rem;left:0rem;width:27.875rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaOoeUx53TQOplcHenIBaXJodl8xvWbP { top:12.125rem;left:23.0625rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBaw8HvS7O2FtXI48riTJ89EJ5RPJTSm { width:24.6875rem;height:2.125rem;top:20.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rglr27ET4poSBlvLp4DqfRfiQL8xNKwF { top:35.625rem;left:23.125rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIdsTuTN4eLzi0qLyVZw8c4cGXbts8kR { width:24.6875rem;height:2.125rem;top:40.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNkuSPkb8c8a8g4Ty83R3ClLWGw1z2tu { width:23.5rem;height:1.6875rem;top:38.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bW0kcMU5yXmAQ5kGhtc4uyBKqRICRKTT { width:12.5rem;height:1.625rem;top:35.9375rem;left:8.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwxAIzWCQ681DDngtlNucTTUWzMxSlCa { width:24.6875rem;height:2.125rem;top:67.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhCwAqfedcOTBZsiCp9RNq7LazfTEer1 { width:26.3125rem;height:3.375rem;top:62.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1DUbuO74Xq1GoyTbXdlqwT7PzC8PiPm { width:12.5rem;height:1.625rem;top:59.875rem;left:8.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6zmwLFramtlx6RkhT3qTd7W0gJJOh0X { width:3rem;height:3rem;top:59.25rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCTQqJTwBTdCGzUfqymPd5a3o8TOxLPF { top:59.625rem;left:23.1875rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8W6tsdDQ720mlGp7aB2TEJxC9IEqa89 { top:86rem;left:0rem;width:25.375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8Poiqu56mNbcZM5EdPE5Z97PATHTVRS { width:23.0625rem;height:12rem;top:35.625rem;left:24.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUTrgHMPZulmJs9ueMJDIUhwUFSrrJuQ { width:3rem;height:3rem;top:91.75rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcVx3Gk0uN7CGG6f7sGVgNdLt6p0ErOT { top:92.1875rem;left:23.125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwNOul5RmGqvdIIvxOS4HwJkT2Jx1BoI { width:3rem;height:3rem;top:120.125rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUAxv9NW5miA1D1ysOVspB3vuzGsqo9D { width:3rem;height:3rem;top:101.5625rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qo3L9zAynHDiTLqIofJba4yONuvt3ZQS { top:102.0625rem;left:23.25rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #guFToRlgaT42SU6LqBZAKU2dZcBLUUvx { width:13.5rem;height:3.4375rem;top:136.4375rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #if9F5NroGWynZ8euZAOzwPT50JbLZ54K { display:block; }
 }@media only screen and (max-width: 763px) { #l4L0PRriIfImNbahA3ReotTbPUuIBuZu { top:120.5625rem;left:23.1875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsadNwM3BmTFiq2zUDCz0BGp3BT24Jy6 { width:21.375rem;height:3.0625rem;top:14.4375rem;left:13.1875rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #O5K1OM32kJfdGwfbBofsgGxVeQNdaMUk { display:block; }#O5K1OM32kJfdGwfbBofsgGxVeQNdaMUk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lUHvJlaxpWQsJDXzxbxszGWTmMlySrAm { top:7.375rem;left:22.9375rem;width:24.8125rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1cqSmAGU1nuSnK1ZbmB1Xfa3gpTJptq { width:47.75rem;height:2.375rem;top:2.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMhKA8J0iRZlotUrSlnqQNQdVnrFtoVA { top:7.25rem;left:0rem;width:25.1875rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeKoqWxfkThqkKQuTJaW6Kenay6JCvso { display:block; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rEP84XVGXxT4sRc7DZJ4fpuH5ei4EhAb { width:47.625rem;height:14.375rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pv2E73vVsysPSxt9Zxh6RUrxLNJlu0oW { width:36.5rem;height:5.4375rem;top:5.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWb2KBJWT4e7iPOvbAE7Fmxfw5TOcx01 { width:47.75rem;height:2.75rem;top:6.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRKGHw3eiyO9vz0taFXdn7gD5f4lZ8cr { width:13.5rem;height:3.4375rem;top:20.25rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTIx2n3Tvc6RTSJp7H9RaVa95JLlCQq7 { display:block; }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg .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; }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg .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; }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg { display:flex;width:18rem;height:5.0625rem;top:10.125rem;left:9.361328125rem; }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #tcDQsMK7FNT04LP6qta7G0uQOcsavEv0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #bAfJySG6QmSf2no8nMVdhQTXCNBoTbKF {  }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #cyFrRfygiWrEBBIPzltwTWU4qhBtTu2k {  }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #TxKiTiCaZTXcdEUQX5lGSTSgy221XGUI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #HILiIFwcEU2MBIgDPxxhBcAhJWa83XCm {  }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #AVhPuwq8BTQ1Ha7utE3W0ForamVAVEuS {  }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #XkO0fspBLklCdVo85sr55GHG4S7Koyeb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #LdEzbcQtPVkXIDHqvvEiVlzb2x2GeBNe {  }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #WygJu8ltsG0NmT7DQW6FbKT2KCCefrZ3 {  }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #V2cUybTZE2hCCgcfH7zMHye8dzZkdBGL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #L9Q5Rh4zwgtZEo8mQcoml5Svl8R3rGgU {  }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #IF7To361z4H0nTzKGqhon7ZPl5UuucRA {  }
 }@media only screen and (max-width: 763px) { #pnfzno5J190StLZk6MIXloZmv4paLPed { display:block; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RVHmow2ep5NPmWCJXcoiVBTLqfhTdptF { width:47.75rem;height:4rem;top:8.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsS6owN8f5TZFBJNOR74rGTKx9SOikHX { width:47.75rem;height:2.375rem;top:4.375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZucxMBwrh63LBNBOFB6eJUrE5swUoqE { display:block; }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gTdEbNcO6MIH3FVGKI1X0WvXbKzQHPLy { width:15.875rem;height:15.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEWvXxNAfhtNTvdnswMgwJTXomKSSSwz { width:37.5rem;height:2.4375rem;top:1.625rem;left:10.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C76vvRr1WEE95xx0fAyGeqzzQNh1u1FO { width:40.8125rem;height:1.1875rem;top:4.1875rem;left:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1sqNhsFZF7qch9HscMphOFFgodFMbuS { width:39.1875rem;height:9.375rem;top:6.5625rem;left:8.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhipWOThEazARgEkPTabTKzKZGT0f18V { width:47.75rem;height:17.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzJhTLIEQHpyNRCdFCTPzSIbSubcDZ0M { width:15.6875rem;height:17.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 { display:block; }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TdSR3Z6pOIcur4n4GDIr6Jlf2OKWnVbs { width:37.5rem;height:2.4375rem;top:1.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDqWf2lKefWkyV8nyLXdyhTdMv8ElSym { width:37.5rem;height:1.1875rem;top:3.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ht6FdmI41abvypZf2ZPKo9O4zlCTNe29 { width:38.6875rem;height:9.375rem;top:6.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzRgJraZuhfOgLvSI5IAu3xLCCd8V9yh { width:15.9375rem;height:15.9375rem;top:0rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fii6ADfReB1GPAeLpuhaN1ZlHktGrqDG { display:block; }#fii6ADfReB1GPAeLpuhaN1ZlHktGrqDG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NizZ1VXBul9mzq4Zsig86fbGe12NiLis { width:15.875rem;height:15.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #stPv0lDJBcgUdyzCTTeoL7lGnUCQkquA { width:47.75rem;height:17.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #euWfGghH7TcC34rmCmA0hDcy44033yOR { width:37.5rem;height:2.4375rem;top:2.25rem;left:10.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2FSQHGhtKh6bUacAMQNawEZaG12qk6S { width:39.75rem;height:1.1875rem;top:4.6875rem;left:8rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJ7TZbt6M8S3HDrgQVeMTE2t1FuUyNxa { width:39.75rem;height:9.375rem;top:7rem;left:8rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyXk4BwakteNruemH2wrylK4bKCMNDTn { display:block; }#kyXk4BwakteNruemH2wrylK4bKCMNDTn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZbAqb00gmrCF6J0ugr9T68BaxKOINrQ { width:17.125rem;height:17.125rem;top:3.0625rem;left:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPfZnBP2NfqlNOBkfLTA2x8NLG5BctPQ { width:37.5rem;height:2.4375rem;top:3.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOsitFUgDWn1WrwbbmsVuTINB2e4Ao9E { width:37.5rem;height:12.5rem;top:8.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHzrio6oX7v5iqDU94ASKxScEIGTwbme { width:39.75rem;height:1.1875rem;top:5.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSuTJSAbMRMMKSzxAWdXhdmSKK1KBM5R { display:block; }#WSuTJSAbMRMMKSzxAWdXhdmSKK1KBM5R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbWBTkqBlBrk2dNaXBZEldmvnhh3BbMr { width:47.75rem;height:2.375rem;top:2.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBxHQTGVdphldMQTXZQvAWqTMGJwxss6 { top:7.9375rem;left:0rem;width:5.625rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGotfgAVZmfqBGowLPpMXWcqAfhOhi7U { top:17.3125rem;left:34.90625rem;width:11.0625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTeyT5IQ9X8M9tHsa9TMKEZEX5G5TvS7 { top:23.5625rem;left:18rem;width:5.375rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wx5R1LHZR5ThBeMrwOWp5keNbDVT2ZVa { top:8.75rem;left:26.15625rem;width:12.3125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocTCVJq8lsXeQuXkCMHntTQ4iyJPPCNJ { top:15.75rem;left:9.09375rem;width:13.25rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHXiRtvTmF7wssNc5kI9gpV6ME6xoBl2 { top:21.875rem;left:0rem;width:19rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORE3Qs6UpFrnfqZZrSiIA4SosFZTZHAm { top:16.75rem;left:25.21875rem;width:3.6875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hA0LkwvvQPTkE6fQzcfzmt2gSz3LZVzA { top:24.4375rem;left:27.375rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgV3tVS1nSLlx1QoC3tZThwb3tVDAIMT { top:23.9375rem;left:34.1875rem;width:13.5625rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dS5HTnRvIztzdueXelIQGE3cxQQXWaiQ { top:6.875rem;left:34.9375rem;width:12.8125rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #raG9hEDh09OoLdw2yP9CHLMsP4StUzA5 { top:16.625rem;left:0rem;width:13.6875rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhIPv8MKVIaF90I4fZl60CmkKILkxUiT { top:6.6875rem;left:2.5625rem;width:7.8125rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCaaurVtpL7Bsk4VTFRkgC638mqn5Lgb { top:8.75rem;left:12.28125rem;width:12.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCi5cziRw2nSUl2yR4D0c91TGbop3BJ4 { display:block; }#iCi5cziRw2nSUl2yR4D0c91TGbop3BJ4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #omdTcIBUlcKlx3EwNkAeIrBT8iaHyT0P { top:6.25rem;left:30.375rem;width:11rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbuwvD791bPg1C1D4saitlpCiLTvZFQs { width:47.75rem;height:2.375rem;top:2.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zi0OJmzS3IBtsomaMwKKOvsAyMBPtvMW { top:14.9375rem;left:30.75rem;width:17rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6n3d0DZKL71IJbwLA0yNWzodeKSTGXU { top:12.5625rem;left:20.625rem;width:9.8125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhkuBMLuRKSpz6vZTg864hHTtP9NRmpn { top:7.4375rem;left:21.90625rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkJWSlBTcVtmVsIO5ygLvp0IVHGgTlR4 { top:7.25rem;left:7.0625rem;width:11.1875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpU3To4ZUQ0w8KzD5guFHgghV51nskwQ { top:14.9375rem;left:1.388671875rem;width:18.3125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFXcHsdAqETOXeOxkBVO7p7fXLKk6pZ0 { display:block; }#cFXcHsdAqETOXeOxkBVO7p7fXLKk6pZ0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hi2h1UGdZ1Zw1c07T8sc8TG01v83SbUU { width:47.625rem;height:14.375rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXklsEqV3LrMKP1Uq3Pgnx0QbIEOmm3c { width:36.5rem;height:5.4375rem;top:5.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaQZULkdrC6XpEexzxBTO9ECXfJGncJG { width:47.75rem;height:2.75rem;top:6.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkWTTiTWXUwlFlqn8tvJ9GJtVuNQaoEn { width:13.5rem;height:3.4375rem;top:20.25rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7TFCzV3QwucCTt3Ck6MWb0wRKyUVAx7 { display:block; }
 }@media only screen and (max-width: 763px) { #CVQFC3yWTWbink2TRgdSRJvTlH5PzATV .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CVQFC3yWTWbink2TRgdSRJvTlH5PzATV .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; }
#CVQFC3yWTWbink2TRgdSRJvTlH5PzATV .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; }
#CVQFC3yWTWbink2TRgdSRJvTlH5PzATV { display:flex;width:18rem;height:5.0625rem;top:10.125rem;left:9.361328125rem; }
 }@media only screen and (max-width: 763px) { #CVQFC3yWTWbink2TRgdSRJvTlH5PzATV #I6iNKsCJ4ftVWXAG1F6KF0yeNhTWybST { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CVQFC3yWTWbink2TRgdSRJvTlH5PzATV #p9u8u3DIXMW2LahtDDihGHFXwkGAJfrn {  }
 }@media only screen and (max-width: 763px) { #CVQFC3yWTWbink2TRgdSRJvTlH5PzATV #akzaXZSryDdu9yNayvloEIT87GAMi0vd {  }
 }@media only screen and (max-width: 763px) { #CVQFC3yWTWbink2TRgdSRJvTlH5PzATV #e3Msn8inBsb8U34URZzKQZbwDMJL0sK6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CVQFC3yWTWbink2TRgdSRJvTlH5PzATV #u39gWhNnXCuJWJb84lJooGvdLMvuDEQX {  }
 }@media only screen and (max-width: 763px) { #CVQFC3yWTWbink2TRgdSRJvTlH5PzATV #tl1QXMqIm4z24c8FcuVk4f9nEsdK9nin {  }
 }@media only screen and (max-width: 763px) { #CVQFC3yWTWbink2TRgdSRJvTlH5PzATV #NGlwmRrFGTAMM70bJyZ6PAqWgJgwpCJW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CVQFC3yWTWbink2TRgdSRJvTlH5PzATV #prKWuQkMRxfAuWk6OQFf17ZSnRXM9bkT {  }
 }@media only screen and (max-width: 763px) { #CVQFC3yWTWbink2TRgdSRJvTlH5PzATV #eCXrW5tIPmIdAO30es9kOhJfZzElUhe9 {  }
 }@media only screen and (max-width: 763px) { #CVQFC3yWTWbink2TRgdSRJvTlH5PzATV #E90EvnmpXCCtJPtxUSaTKTKfCTFzPNHk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CVQFC3yWTWbink2TRgdSRJvTlH5PzATV #lmJw4lysrb4ibGnRyrP9p9BDcmR2zPfS {  }
 }@media only screen and (max-width: 763px) { #CVQFC3yWTWbink2TRgdSRJvTlH5PzATV #CSXfPF0iAkxOPWtZC1wvXUoPr7DLxksS {  }
 }@media only screen and (max-width: 763px) { #mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB { display:block; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qwKiC78pn6v9WDpQxXUhTqvTTHaffxbA { width:47.75rem;height:2.375rem;top:3.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTGvxepI2DN8QrAobO6or7VsQ01kA8h0 { width:2.5rem;height:2.5rem;top:23.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcUb2MTWvA6JAL5gtgzbxmSN7bRlBgx0 { width:14.25rem;height:4.5rem;top:22.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvFIXIK3waO7H89W4cSvwq5BNF7dhRy8 { width:2.5rem;height:2.5rem;top:24.6875rem;left:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #T08BhU2PvzQbpRMKc9mRgUW0BIFy8aAx { top:9.4375rem;left:18rem;width:29.75rem;height:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #luxJm2dzTFogIecyI7lxEVIbq7SnxlAA { width:2.5rem;height:2.5rem;top:30.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1Clsiua2noSTfiVlWfkdwaWVW7uEKud { width:19.5rem;height:4.5rem;top:29.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqZ0M4vdR2ZBxR1kOvTh24kXJIode3zh { width:14.25rem;height:1.6875rem;top:9.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDuICN8mHrsVS9HTGFTc9emPGtz1DeBg { width:14.25rem;height:1.5rem;top:11.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTRWHcbKmvtbsZQPayCclePesLTD7gi4 { width:14.25rem;height:1.6875rem;top:14.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9VoT7nR10HTov9oAw3yMzvxQiOSLSkp { width:14.25rem;height:1.5rem;top:16.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rd09alZrR54awCWZUUUxE0QUTSMZERzI { width:7.5rem;height:1.6875rem;top:14.6875rem;left:9.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZ1uJxwxIiIoyBJHrkxMOI6FW8r3VIwQ { width:14.25rem;height:1.5rem;top:16.375rem;left:9.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JB0wpDoLDpDrI0kLzM8Xuzq3CIO9vBph { width:2.5rem;height:2.5rem;top:35.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7DDJAQs51fqo2TKNLmrRFoM9WF3u1dV { width:19.5rem;height:3rem;top:36.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7bdEZJKvczXJCyxdS53SG75Xm4Bver8 { width:14.25rem;height:1.6875rem;top:9.4375rem;left:9.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4tVUyATuMSap9NGf2TgwSduo0iguTd4 { width:14.25rem;height:1.5rem;top:11.125rem;left:9.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QCwAOJUTzzwo6UkUL6S7wqeGp9VQmepR { position:relative;z-index:auto;display:block; }#QCwAOJUTzzwo6UkUL6S7wqeGp9VQmepR > .row .container { width:20rem;height:16.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X7Xs0sit5K5ueMHVpl8lvwbUQurIxBOZ { width:6.75rem;height:2.1875rem;top:7.046875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1N40XOgbzm2BGkBDSX64T61ZZrs5I9l { display:block; }
 }@media only screen and (max-width: 763px) { #oHphpPWplfep3MyE9LluR3SZygpVyRU1 { width:4.1875rem;height:2.1875rem;top:9.234375rem;left:11.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2BXOeKpd6ZkEPiFxS9WxXpCNBsrgydv { display:block; }
 }@media only screen and (max-width: 763px) { #o5bqsPFkEgBeRFqu9I4dMMbnMRm8uBnL { width:4.75rem;height:2.1875rem;top:7.046875rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrrUsNv5vIAL9euDVAwQdDzpTMJLmFe1 { display:block; }
 }@media only screen and (max-width: 763px) { #Uy22LqFccVb7HHhvTCElbKND7T1CEKHc { width:5.5625rem;height:2.1875rem;top:9.234375rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #riKL4aVWDJvrlIZ4STTo8UwdenxyfNKP { display:block; }
 }@media only screen and (max-width: 763px) { #rgNua3Kp8ALRHA99tNcTtNoUk4pXFOW0 { width:6.5rem;height:2.1875rem;top:17.09375rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ze60aDIv41wZSQ0Nme2We3sCwhRTB4w8 { display:block; }
 }@media only screen and (max-width: 763px) { #FowM9Af48Tn8kNXrgnl3MX6M4mccAwSR { width:3.75rem;height:3.75rem;top:1.375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTfAs8yFIqe531ng1qgEPFwhnpdrXHLB { width:8.6875rem;height:2.125rem;top:13.28125rem;left:5.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxTZQfaRaNyeR62v7FHUHa4KUcdycI1t { display:block; }
 }@media only screen and (max-width: 763px) { #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/k07WL2Tq/bg_mobile.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.adaptive-delivery-prevent-bg, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyload, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyloading { background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { background-color: transparent; background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,11,38,0.3); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,11,38,0.3); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .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); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:20rem;height:90.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTifFTDhHC3xZHkbdyLnlrcih3VoQNsm { width:17.8125rem;height:4.5rem;top:2.5rem;left:1.09375rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BuaELEkmBVDpopVRVLA9uROCRUn9wEQo { width:18.75rem;height:13.75rem;top:8.1875rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #E94kapTJsJm7rJfAtKRx9en1O8TlGoFe { width:1.5625rem;height:1.5625rem;top:47.3125rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFH7ehte7Tq9WfgTmk2QxibcEU5GDdOd { width:9.375rem;height:1.3125rem;top:45.3125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpmsxKxvsKA7axTFm2At3pppycdJgFGc { display:block; }
 }@media only screen and (max-width: 763px) { #ry5woDg1WAMRlmtPm0luuOkLMHBUudO9 { width:5.75rem;height:2.5rem;top:26.5rem;left:7.125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #QcgcEST1A63MPpOTCJEeZPK6vLqE5LQ3 { width:1.625rem;height:1.625rem;top:23.625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSmet5r7bymTAgmX1Q83zy1mtnu7D3MF { width:0.125rem;height:2.875rem;top:22.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iv9qNIxTZ1Zy4EISZLDfDt7tSPtKw89I { width:12.8125rem;height:3.5625rem;top:33.375rem;left:3.625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cQw0olhxu82LKbdNXrVrFd4dzEOUSleI { width:1.5rem;height:1.5rem;top:30.5rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX4MtiXEms6buB81sfUUKNJTgStkdzGz { width:0.125rem;height:2.875rem;top:22.8125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sdLOezvBQ89PcTS25r9xu7f1b9TlRAPH { width:20rem;height:13.25rem;top:51.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEBUnVUGEfnCNIZh0B4ZkKAhS6nnrsfz { width:20rem;height:13.5rem;top:77.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #viIqR3r3e13PTzoOdZOFC8cCZduWfXnc { width:12.5rem;height:7rem;top:54.25rem;left:3.75rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UrNL56n4zuJgPvJvFVOxZgRyTqmeh3oC { width:14.1875rem;height:7rem;top:79.4375rem;left:2.90625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LNM9UaETbIIa4WXovKoL0SLQF9acXiEO { width:12.5rem;height:4.5rem;top:66rem;left:3.75rem;font-size:3.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W37qfCWiEPXlJ0wJAdrFlc1FrmTPs1wc { width:10.375rem;height:3.5rem;top:71.5rem;left:5.3125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PT7W3Tm6ayP17Fd7LguewFw9qOoBZd4R { width:15.875rem;height:3.5625rem;top:39.125rem;left:2.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #hvxaUppT77gIGU0eqCKPoaWGqVBTpeOo { width:20rem;height:31.9375rem;top:97.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QhH5M1fTHel3ph9bxixmIt9PxUlAyJsM { width:20rem;height:13.4375rem;top:63.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hx5o9WcnC2ybp6AxNtZVd13eiWTZUlW3 { width:4.9375rem;height:19.3125rem;top:96.609375rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RZA9GTbass5Iu9C55sD1IyOftzWkmm5A { display:block; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container { width:20rem;height:39.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dsHIMHEIO0x78INgXafeO19AKMxHNLpQ { width:14rem;height:4.75rem;top:2.23095703125rem;left:3rem;font-size:3.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WFZhTKZxTRDBTw6PfpBuneWoPOzN2Q4I { width:15rem;height:3.5rem;top:7.64892578125rem;left:2.5rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eJp76CysykqwaPSEbXTV1hHlXkitJT2x { width:12.5rem;height:4rem;top:18.6875rem;left:3.75rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vX9tXUyqVSIFw208EfsSoTaBwahy9sxp { width:20rem;height:13.25rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2wrKyyqSq509WERMVouI4dUQbmcqsBp { width:10.375rem;height:3.5rem;top:33.6240234375rem;left:4.8125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qusf1mwbvSEIANwpnGqtTkK4hMQy9thk { width:12.5rem;height:5rem;top:28.1240234375rem;left:3.75rem;font-size:3.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AQd6Rs1mcUBPk01idrbrRSp6TzHtko7q { width:20rem;height:13.4375rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bR9dw44riBvbPqR3XimiB9n7mdcgruGO { width:20rem;height:13.5625rem;top:-0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfM0wvynQUAEIJDTXD67FPE7VtetokUn { width:14.6875rem;height:0;top:1.625rem;left:3rem;font-size:1.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg { background-color:transparent;background-image:none;display:block; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row .container { background-color: transparent; background-image: none; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row .container > .video-iframe-container { display: none; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row > .video-iframe-container { display: none; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .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); }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row .container { width:20rem;height:182.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZOgB8KTaDnkourVooBfyBQ7baNOEppQh { width:20rem;height:3.75rem;top:16.8125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DOWxx7PO22LK9F9rNnsDSQa9wDTvZpgs { width:0.0625rem;height:89.3125rem;top:6.125rem;left:1.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nnSixSA8lg10XtTx8wzTtCORmtHTsiTW { width:19.875rem;height:1.25rem;top:15rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PuSIk4NoDHuUvLJl2TxPwwEpMRqSDVSs { width:2.375rem;height:2.375rem;top:12rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuFwcbu5K6XZ4BTsPgG9wuC2OHxZPkKK { width:16.625rem;height:11.8125rem;top:24rem;left:1.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v0xuHVsNoXB8SQxvKTzUiEnUMkn9ZKIN { width:1.25rem;height:1.25rem;top:37.3125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5CPcwrMKyekx4n7zWVDcZkVt2yv9BXT { width:3rem;height:3rem;top:34rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #gdaDKI6B1FAbdmS00AzcB3N8x6Jinaug { width:20rem;height:1.5rem;top:39.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A6meLnQRSmt5TuUx1N6GymsQW0bCoU9l { width:20rem;height:1.25rem;top:137.875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q6mGwc3wSHLuz8me9QhTAzJRA6neGMiq { width:20rem;height:1.25rem;top:135.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VWPN1KUve6QBHaVe24G8HBt2PW0Mve8v { width:2.375rem;height:2.375rem;top:110.1875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wglkyAJEzKRbpFAddcRfnDbUsvooH8Bd { width:1.25rem;height:1.25rem;top:110.75rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2IxndK2UBHuXF0AsB4O8KimvMbnRaOE { width:20rem;height:2.75rem;top:127rem;left:0rem;font-size:1rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WxH59Cm9rvlMwhTVu5UXVCQ2IdeExhIR { width:2.375rem;height:2.375rem;top:171.8125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDD4JglCJuzhGPaQ5JnGz707bXCL6tp3 { width:1.25rem;height:1.25rem;top:172.375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jl32DGXwK0hiPZBoOtHtGvL8B0quyo12 { width:20rem;height:1.6875rem;top:175.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oD3V6WOVoahDL8scbtIockPwNtUfFpgV { width:2.375rem;height:2.375rem;top:42.9375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDNAH0fVSnnTFSTsTQC71t4dSUFSoZQC { width:17.9375rem;height:21rem;top:87.3125rem;left:1.03125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lRJNHmLT9MvSXcJpXrTr2HoOr36bZRZM { width:20rem;height:1.5rem;top:70.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZNteDpvPdk1awTVoVPMA25tIFar44HuI { width:2.25rem;height:2.25rem;top:68.0625rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAHHND9XMZ7eMOcSoGnXuLELPsif0d23 { width:1.25rem;height:1.25rem;top:67.5rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlVpoVnvFVT3dv91ab4Lq9uu3xu7xm92 { width:20rem;height:3.5rem;top:115.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iNZ3ppEo1hOhRLdoUrX8Hafy83v6JmJz { width:20rem;height:1.25rem;top:123.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JHo7b1klS0mbMmT63SmCf0vDp7xXgrFu { width:20rem;height:1.25rem;top:125.1875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LpK7RVgVksw9ZDn9LLGGvJ4MXSgQ9vmD { width:20rem;height:17.875rem;top:140.3125rem;left:0rem;font-size:1rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uIwzIpOX0xuGpzItFTw1QZwENmqF3opv { width:20rem;height:2.75rem;top:168rem;left:0rem;font-size:1rem;line-height:1.4;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; }
 }@media only screen and (max-width: 763px) { #tETzDSXktGLCMfQeNQT92QfzPWMZr74R { width:20rem;height:1.25rem;top:163.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bexZdOucZDTXcsJwX8y1toc28zmLpDI9 { width:20rem;height:1.25rem;top:165.875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SMblXn2mhytmN9Dc8Zef9rSntTCBxmQ8 { width:20rem;height:5.25rem;top:5.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Oh2w7dTGiBTRIwKrXMKiI03OO3JLutlx { width:19.3125rem;height:2.0625rem;top:5.6875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaOoeUx53TQOplcHenIBaXJodl8xvWbP { width:1.875rem;height:1.875rem;top:43.1875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBaw8HvS7O2FtXI48riTJ89EJ5RPJTSm { width:20rem;height:1.6875rem;top:21.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rglr27ET4poSBlvLp4DqfRfiQL8xNKwF { width:1.75rem;height:1.75rem;top:12.3125rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIdsTuTN4eLzi0qLyVZw8c4cGXbts8kR { width:20rem;height:1.6875rem;top:51.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bNkuSPkb8c8a8g4Ty83R3ClLWGw1z2tu { width:20rem;height:1.25rem;top:48.125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bW0kcMU5yXmAQ5kGhtc4uyBKqRICRKTT { width:20rem;height:1.25rem;top:46.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UwxAIzWCQ681DDngtlNucTTUWzMxSlCa { width:20rem;height:1.6875rem;top:83.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IhCwAqfedcOTBZsiCp9RNq7LazfTEer1 { width:20rem;height:2.5rem;top:79.0625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O1DUbuO74Xq1GoyTbXdlqwT7PzC8PiPm { width:19.875rem;height:1.25rem;top:77rem;left:0.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R6zmwLFramtlx6RkhT3qTd7W0gJJOh0X { width:2.375rem;height:2.375rem;top:73.875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCTQqJTwBTdCGzUfqymPd5a3o8TOxLPF { width:1.8125rem;height:1.8125rem;top:74.1875rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8W6tsdDQ720mlGp7aB2TEJxC9IEqa89 { width:20rem;height:2rem;top:115.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8Poiqu56mNbcZM5EdPE5Z97PATHTVRS { width:18.6875rem;height:11.8125rem;top:53.8125rem;left:0.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pUTrgHMPZulmJs9ueMJDIUhwUFSrrJuQ { width:2.375rem;height:2.375rem;top:120.5625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcVx3Gk0uN7CGG6f7sGVgNdLt6p0ErOT { width:1.8125rem;height:1.8125rem;top:120.8125rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwNOul5RmGqvdIIvxOS4HwJkT2Jx1BoI { width:2.375rem;height:2.375rem;top:160.75rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUAxv9NW5miA1D1ysOVspB3vuzGsqo9D { width:2.375rem;height:2.375rem;top:132.25rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qo3L9zAynHDiTLqIofJba4yONuvt3ZQS { width:1.5625rem;height:1.5625rem;top:132.625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #guFToRlgaT42SU6LqBZAKU2dZcBLUUvx { width:11.125rem;height:2.75rem;top:177.9375rem;left:4.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #if9F5NroGWynZ8euZAOzwPT50JbLZ54K { display:block; }
 }@media only screen and (max-width: 763px) { #l4L0PRriIfImNbahA3ReotTbPUuIBuZu { width:1.625rem;height:1.625rem;top:161.125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsadNwM3BmTFiq2zUDCz0BGp3BT24Jy6 { width:14.6875rem;height:2.0625rem;top:1.38623046875rem;left:2.65625rem;font-size:1.625rem;text-align:center;text-align-last:center;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #O5K1OM32kJfdGwfbBofsgGxVeQNdaMUk { display:block; }#O5K1OM32kJfdGwfbBofsgGxVeQNdaMUk > .row .container { width:20rem;height:21rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lUHvJlaxpWQsJDXzxbxszGWTmMlySrAm { width:12.75rem;height:5.5625rem;top:12.65625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1cqSmAGU1nuSnK1ZbmB1Xfa3gpTJptq { width:18rem;height:2.875rem;top:0.9296875rem;left:1rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMhKA8J0iRZlotUrSlnqQNQdVnrFtoVA { width:13.0625rem;height:5.8125rem;top:5.875rem;left:3.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeKoqWxfkThqkKQuTJaW6Kenay6JCvso { display:block; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container { width:20rem;height:20.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rEP84XVGXxT4sRc7DZJ4fpuH5ei4EhAb { width:19.875rem;height:9.25rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pv2E73vVsysPSxt9Zxh6RUrxLNJlu0oW { width:18.0625rem;height:4.4375rem;top:2.1875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWb2KBJWT4e7iPOvbAE7Fmxfw5TOcx01 { width:14.9375rem;height:3.875rem;top:2.1875rem;left:2.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bRKGHw3eiyO9vz0taFXdn7gD5f4lZ8cr { width:12.375rem;height:2.875rem;top:15.25rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTIx2n3Tvc6RTSJp7H9RaVa95JLlCQq7 { display:block; }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg .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; }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg .widget-text.counter-number { padding-top:0.413125rem;padding-right:0.36rem;padding-bottom:0.413125rem;padding-left:0.36rem;width:2.159375rem;min-width:2.159375rem;height:2.21875rem;font-size:1.65125rem;line-height:35.5px;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; }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.258125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.879375rem;height:0.8775rem;font-size:0.619375rem;line-height:14.04px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg { display:flex;width:15.5rem;height:4.180625rem;top:6rem;left:1.5rem;padding-top:0.785625rem;padding-right:0.78125rem;padding-bottom:0.785625rem;padding-left:0.78125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #tcDQsMK7FNT04LP6qta7G0uQOcsavEv0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #bAfJySG6QmSf2no8nMVdhQTXCNBoTbKF {  }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #cyFrRfygiWrEBBIPzltwTWU4qhBtTu2k {  }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #TxKiTiCaZTXcdEUQX5lGSTSgy221XGUI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #HILiIFwcEU2MBIgDPxxhBcAhJWa83XCm {  }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #AVhPuwq8BTQ1Ha7utE3W0ForamVAVEuS {  }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #XkO0fspBLklCdVo85sr55GHG4S7Koyeb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #LdEzbcQtPVkXIDHqvvEiVlzb2x2GeBNe {  }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #WygJu8ltsG0NmT7DQW6FbKT2KCCefrZ3 {  }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #V2cUybTZE2hCCgcfH7zMHye8dzZkdBGL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #L9Q5Rh4zwgtZEo8mQcoml5Svl8R3rGgU {  }
 }@media only screen and (max-width: 763px) { #fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #IF7To361z4H0nTzKGqhon7ZPl5UuucRA {  }
 }@media only screen and (max-width: 763px) { #pnfzno5J190StLZk6MIXloZmv4paLPed { display:block; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container { width:20rem;height:13.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RVHmow2ep5NPmWCJXcoiVBTLqfhTdptF { width:17.75rem;height:6.75rem;top:5.33740234375rem;left:1.125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsS6owN8f5TZFBJNOR74rGTKx9SOikHX { width:20rem;height:1.4375rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZucxMBwrh63LBNBOFB6eJUrE5swUoqE { display:block; }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .row .container { width:20rem;height:41.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gTdEbNcO6MIH3FVGKI1X0WvXbKzQHPLy { width:10.5rem;height:10.5rem;top:1.25rem;left:4.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PEWvXxNAfhtNTvdnswMgwJTXomKSSSwz { width:20rem;height:2.4375rem;top:12.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C76vvRr1WEE95xx0fAyGeqzzQNh1u1FO { width:18.75rem;height:2rem;top:15.724609375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #C1sqNhsFZF7qch9HscMphOFFgodFMbuS { width:17.6875rem;height:19.5rem;top:19.779296875rem;left:1.15625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhipWOThEazARgEkPTabTKzKZGT0f18V { width:20rem;height:41.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzJhTLIEQHpyNRCdFCTPzSIbSubcDZ0M { width:10.5rem;height:11.4375rem;top:1.25rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 { display:block; }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .row .container { width:20rem;height:40.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TdSR3Z6pOIcur4n4GDIr6Jlf2OKWnVbs { width:20rem;height:2.4375rem;top:11.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDqWf2lKefWkyV8nyLXdyhTdMv8ElSym { width:17.125rem;height:2rem;top:14.224609375rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ht6FdmI41abvypZf2ZPKo9O4zlCTNe29 { width:17.375rem;height:18rem;top:17.625rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzRgJraZuhfOgLvSI5IAu3xLCCd8V9yh { width:9.3125rem;height:9.3125rem;top:0rem;left:5.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fii6ADfReB1GPAeLpuhaN1ZlHktGrqDG { background-color:#ffffff;background-image:none;display:block; }#fii6ADfReB1GPAeLpuhaN1ZlHktGrqDG > .row .container { background-color: transparent; background-image: none; }#fii6ADfReB1GPAeLpuhaN1ZlHktGrqDG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fii6ADfReB1GPAeLpuhaN1ZlHktGrqDG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fii6ADfReB1GPAeLpuhaN1ZlHktGrqDG > .row .container > .video-iframe-container { display: none; }#fii6ADfReB1GPAeLpuhaN1ZlHktGrqDG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fii6ADfReB1GPAeLpuhaN1ZlHktGrqDG > .row > .video-iframe-container { display: none; }#fii6ADfReB1GPAeLpuhaN1ZlHktGrqDG > .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); }#fii6ADfReB1GPAeLpuhaN1ZlHktGrqDG > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NizZ1VXBul9mzq4Zsig86fbGe12NiLis { width:10.5rem;height:10.5rem;top:0rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #stPv0lDJBcgUdyzCTTeoL7lGnUCQkquA { width:20rem;height:39.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #euWfGghH7TcC34rmCmA0hDcy44033yOR { width:20rem;height:2.4375rem;top:11.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2FSQHGhtKh6bUacAMQNawEZaG12qk6S { width:20rem;height:1rem;top:14.90625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJ7TZbt6M8S3HDrgQVeMTE2t1FuUyNxa { width:17.5rem;height:19.5rem;top:17.6875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyXk4BwakteNruemH2wrylK4bKCMNDTn { display:block; }#kyXk4BwakteNruemH2wrylK4bKCMNDTn > .row .container { width:20rem;height:43.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZbAqb00gmrCF6J0ugr9T68BaxKOINrQ { width:9.5625rem;height:9.5625rem;top:0rem;left:5.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPfZnBP2NfqlNOBkfLTA2x8NLG5BctPQ { width:20rem;height:2.4375rem;top:10.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOsitFUgDWn1WrwbbmsVuTINB2e4Ao9E { width:17.875rem;height:25.5rem;top:15.9375rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHzrio6oX7v5iqDU94ASKxScEIGTwbme { width:20rem;height:2rem;top:13.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSuTJSAbMRMMKSzxAWdXhdmSKK1KBM5R { display:block; }#WSuTJSAbMRMMKSzxAWdXhdmSKK1KBM5R > .row .container { width:20rem;height:95.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbWBTkqBlBrk2dNaXBZEldmvnhh3BbMr { width:18rem;height:2.875rem;top:0.9296875rem;left:1rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBxHQTGVdphldMQTXZQvAWqTMGJwxss6 { width:5.625rem;height:5.125rem;top:6.5rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGotfgAVZmfqBGowLPpMXWcqAfhOhi7U { width:11.0625rem;height:3.6875rem;top:25.8125rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTeyT5IQ9X8M9tHsa9TMKEZEX5G5TvS7 { width:5.625rem;height:6.875rem;top:30rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wx5R1LHZR5ThBeMrwOWp5keNbDVT2ZVa { width:12.3125rem;height:3.5rem;top:39.1875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocTCVJq8lsXeQuXkCMHntTQ4iyJPPCNJ { width:13.25rem;height:6.875rem;top:42.6875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHXiRtvTmF7wssNc5kI9gpV6ME6xoBl2 { width:19.0625rem;height:9.9375rem;top:55.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORE3Qs6UpFrnfqZZrSiIA4SosFZTZHAm { width:3.6875rem;height:4.875rem;top:50.375rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hA0LkwvvQPTkE6fQzcfzmt2gSz3LZVzA { width:5.4375rem;height:5.4375rem;top:65.875rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgV3tVS1nSLlx1QoC3tZThwb3tVDAIMT { width:16.25rem;height:6.9375rem;top:72.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dS5HTnRvIztzdueXelIQGE3cxQQXWaiQ { width:14.8125rem;height:8.3125rem;top:79.4375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #raG9hEDh09OoLdw2yP9CHLMsP4StUzA5 { width:15.625rem;height:6.0625rem;top:87.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhIPv8MKVIaF90I4fZl60CmkKILkxUiT { width:7.8125rem;height:7.625rem;top:12.25rem;left:6.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCaaurVtpL7Bsk4VTFRkgC638mqn5Lgb { width:12.3125rem;height:3.4375rem;top:20.5rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCi5cziRw2nSUl2yR4D0c91TGbop3BJ4 { display:block; }#iCi5cziRw2nSUl2yR4D0c91TGbop3BJ4 > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #omdTcIBUlcKlx3EwNkAeIrBT8iaHyT0P { width:7.75rem;height:4.1875rem;top:4.75rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbuwvD791bPg1C1D4saitlpCiLTvZFQs { width:18rem;height:1.4375rem;top:0.9296875rem;left:1rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zi0OJmzS3IBtsomaMwKKOvsAyMBPtvMW { width:17rem;height:2.1875rem;top:11.6875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6n3d0DZKL71IJbwLA0yNWzodeKSTGXU { width:10.625rem;height:7.4375rem;top:20rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhkuBMLuRKSpz6vZTg864hHTtP9NRmpn { width:3.9375rem;height:3.9375rem;top:27.4375rem;left:8.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkJWSlBTcVtmVsIO5ygLvp0IVHGgTlR4 { width:11.1875rem;height:4.375rem;top:33.0625rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpU3To4ZUQ0w8KzD5guFHgghV51nskwQ { width:18.3125rem;height:2.125rem;top:16.9375rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFXcHsdAqETOXeOxkBVO7p7fXLKk6pZ0 { display:block; }#cFXcHsdAqETOXeOxkBVO7p7fXLKk6pZ0 > .row .container { width:20rem;height:19.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hi2h1UGdZ1Zw1c07T8sc8TG01v83SbUU { width:19.875rem;height:11.1875rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXklsEqV3LrMKP1Uq3Pgnx0QbIEOmm3c { width:18.0625rem;height:4.4375rem;top:3.5625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaQZULkdrC6XpEexzxBTO9ECXfJGncJG { width:14.9375rem;height:3.875rem;top:2.96435546875rem;left:2.53125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KkWTTiTWXUwlFlqn8tvJ9GJtVuNQaoEn { width:12.375rem;height:2.875rem;top:14.4375rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7TFCzV3QwucCTt3Ck6MWb0wRKyUVAx7 { display:block; }
 }@media only screen and (max-width: 763px) { #CVQFC3yWTWbink2TRgdSRJvTlH5PzATV .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; }
#CVQFC3yWTWbink2TRgdSRJvTlH5PzATV .widget-text.counter-number { padding-top:0.413125rem;padding-right:0.36rem;padding-bottom:0.413125rem;padding-left:0.36rem;width:2.159375rem;min-width:2.159375rem;height:2.21875rem;font-size:1.65125rem;line-height:35.5px;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; }
#CVQFC3yWTWbink2TRgdSRJvTlH5PzATV .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.258125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.879375rem;height:0.8775rem;font-size:0.619375rem;line-height:14.04px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#CVQFC3yWTWbink2TRgdSRJvTlH5PzATV { display:flex;width:15.5rem;height:4.180625rem;top:7.40478515625rem;left:1.46875rem;padding-top:0.785625rem;padding-right:0.78125rem;padding-bottom:0.785625rem;padding-left:0.78125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #CVQFC3yWTWbink2TRgdSRJvTlH5PzATV #I6iNKsCJ4ftVWXAG1F6KF0yeNhTWybST { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CVQFC3yWTWbink2TRgdSRJvTlH5PzATV #p9u8u3DIXMW2LahtDDihGHFXwkGAJfrn {  }
 }@media only screen and (max-width: 763px) { #CVQFC3yWTWbink2TRgdSRJvTlH5PzATV #akzaXZSryDdu9yNayvloEIT87GAMi0vd {  }
 }@media only screen and (max-width: 763px) { #CVQFC3yWTWbink2TRgdSRJvTlH5PzATV #e3Msn8inBsb8U34URZzKQZbwDMJL0sK6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CVQFC3yWTWbink2TRgdSRJvTlH5PzATV #u39gWhNnXCuJWJb84lJooGvdLMvuDEQX {  }
 }@media only screen and (max-width: 763px) { #CVQFC3yWTWbink2TRgdSRJvTlH5PzATV #tl1QXMqIm4z24c8FcuVk4f9nEsdK9nin {  }
 }@media only screen and (max-width: 763px) { #CVQFC3yWTWbink2TRgdSRJvTlH5PzATV #NGlwmRrFGTAMM70bJyZ6PAqWgJgwpCJW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CVQFC3yWTWbink2TRgdSRJvTlH5PzATV #prKWuQkMRxfAuWk6OQFf17ZSnRXM9bkT {  }
 }@media only screen and (max-width: 763px) { #CVQFC3yWTWbink2TRgdSRJvTlH5PzATV #eCXrW5tIPmIdAO30es9kOhJfZzElUhe9 {  }
 }@media only screen and (max-width: 763px) { #CVQFC3yWTWbink2TRgdSRJvTlH5PzATV #E90EvnmpXCCtJPtxUSaTKTKfCTFzPNHk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CVQFC3yWTWbink2TRgdSRJvTlH5PzATV #lmJw4lysrb4ibGnRyrP9p9BDcmR2zPfS {  }
 }@media only screen and (max-width: 763px) { #CVQFC3yWTWbink2TRgdSRJvTlH5PzATV #CSXfPF0iAkxOPWtZC1wvXUoPr7DLxksS {  }
 }@media only screen and (max-width: 763px) { #mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB { display:block; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container { width:20rem;height:80.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qwKiC78pn6v9WDpQxXUhTqvTTHaffxbA { width:18.625rem;height:3.5rem;top:3.5625rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTGvxepI2DN8QrAobO6or7VsQ01kA8h0 { width:2.5rem;height:2.5rem;top:10.0625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcUb2MTWvA6JAL5gtgzbxmSN7bRlBgx0 { width:12.75rem;height:4.5rem;top:14.4375rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvFIXIK3waO7H89W4cSvwq5BNF7dhRy8 { width:2.5rem;height:2.5rem;top:36.0625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #T08BhU2PvzQbpRMKc9mRgUW0BIFy8aAx { width:20rem;height:20rem;top:27.57421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #luxJm2dzTFogIecyI7lxEVIbq7SnxlAA { width:2.5rem;height:2.5rem;top:56.875rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #N1Clsiua2noSTfiVlWfkdwaWVW7uEKud { width:17.625rem;height:4.125rem;top:20.6875rem;left:1.1875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #pqZ0M4vdR2ZBxR1kOvTh24kXJIode3zh { width:14.25rem;height:1.6875rem;top:51.25rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDuICN8mHrsVS9HTGFTc9emPGtz1DeBg { width:14.25rem;height:1.5rem;top:52.9375rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTRWHcbKmvtbsZQPayCclePesLTD7gi4 { width:14.25rem;height:1.6875rem;top:60.4375rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9VoT7nR10HTov9oAw3yMzvxQiOSLSkp { width:14.25rem;height:1.5rem;top:62.125rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rd09alZrR54awCWZUUUxE0QUTSMZERzI { width:7.6875rem;height:1.6875rem;top:65.25rem;left:6.15625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZ1uJxwxIiIoyBJHrkxMOI6FW8r3VIwQ { width:14.25rem;height:1.5rem;top:66.9375rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JB0wpDoLDpDrI0kLzM8Xuzq3CIO9vBph { width:2.5rem;height:2.5rem;top:70.75rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7DDJAQs51fqo2TKNLmrRFoM9WF3u1dV { width:19.5rem;height:2.75rem;top:73.875rem;left:0.25rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #w7bdEZJKvczXJCyxdS53SG75Xm4Bver8 { width:14.25rem;height:1.6875rem;top:55.5625rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4tVUyATuMSap9NGf2TgwSduo0iguTd4 { width:14.25rem;height:1.5rem;top:57.5625rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }