.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1n0uTqfhpoRGHAWexCIvN44rJsKZc7y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000b23;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#T1n0uTqfhpoRGHAWexCIvN44rJsKZc7y > .row .container { background-color: transparent; background-image: none; }#T1n0uTqfhpoRGHAWexCIvN44rJsKZc7y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1n0uTqfhpoRGHAWexCIvN44rJsKZc7y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1n0uTqfhpoRGHAWexCIvN44rJsKZc7y > .row .container > .video-iframe-container { display: none; }#T1n0uTqfhpoRGHAWexCIvN44rJsKZc7y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1n0uTqfhpoRGHAWexCIvN44rJsKZc7y > .row > .video-iframe-container { display: none; }#T1n0uTqfhpoRGHAWexCIvN44rJsKZc7y > .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); }#T1n0uTqfhpoRGHAWexCIvN44rJsKZc7y > .row .container { border-width: 0; border-radius: 0; }#T1n0uTqfhpoRGHAWexCIvN44rJsKZc7y > .row > .video-iframe-container {  }#T1n0uTqfhpoRGHAWexCIvN44rJsKZc7y > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:block; }#X9qAqNPNE0bzDbWPt95QVDRCZACdQ50Z .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; }
#X9qAqNPNE0bzDbWPt95QVDRCZACdQ50Z .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.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:"open sans";font-size:2rem;font-weight:400;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;font-style:normal; }
#X9qAqNPNE0bzDbWPt95QVDRCZACdQ50Z .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.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:-14%;left:0rem; }
#X9qAqNPNE0bzDbWPt95QVDRCZACdQ50Z { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;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:0rem;left:29.5625rem;z-index:100008; }
#X9qAqNPNE0bzDbWPt95QVDRCZACdQ50Z #oA1p8pIW9Z9JMpqqTZ1iy9noKwSGGsSP { display:flex;position:relative;top:0rem;left:0rem; }
#X9qAqNPNE0bzDbWPt95QVDRCZACdQ50Z #uGPtU4txrx4VCSMoFeWhXZbU0EmLANpA { width:auto; }
#X9qAqNPNE0bzDbWPt95QVDRCZACdQ50Z #U9iRTL1S2QT4G1awrpszQdSWJNRl69vi {  }
#X9qAqNPNE0bzDbWPt95QVDRCZACdQ50Z #zuw5t4Slc624HcLe4bOq7kePmWf7FiW8 { display:flex;position:relative;top:0rem;left:0rem; }
#X9qAqNPNE0bzDbWPt95QVDRCZACdQ50Z #w7LG42gB1KanMKytSuTWMMbgQWqETm43 {  }
#X9qAqNPNE0bzDbWPt95QVDRCZACdQ50Z #BOUALFTqUnSaITBVPkN1pP4lagDeud1v {  }
#X9qAqNPNE0bzDbWPt95QVDRCZACdQ50Z #DBsrkfWVXtuO0LuSZsU0CN641ZIapgJf { display:flex;position:relative;top:0rem;left:0rem; }
#X9qAqNPNE0bzDbWPt95QVDRCZACdQ50Z #Hu10ue452OesIPQ2Ep37cTv35OhMW9Wd {  }
#X9qAqNPNE0bzDbWPt95QVDRCZACdQ50Z #e0nV1pJk70JR5pEIHCO7uCcCzq8lpmli {  }
#X9qAqNPNE0bzDbWPt95QVDRCZACdQ50Z #SEb0uAhPFEyxfPQEuCspv0gi3sKcp6J0 { display:flex;position:relative;top:0rem;left:0rem; }
#X9qAqNPNE0bzDbWPt95QVDRCZACdQ50Z #EOAlBWPVMtHvlZl9X8XlLhW2bQsbTPtW {  }
#X9qAqNPNE0bzDbWPt95QVDRCZACdQ50Z #K53tVd6EOCShPJTDf8Z9QUqehIBREIXv {  }
#Vl5CWqDqW0hIUmLMlX8MqDkZC3ISMG3B { color:#ffffff;display:block;width:18.25rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:400;z-index:100004;line-height:1.5;letter-spacing:0;top:1.9375rem;left:11.375rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CeMAqObAalMymybzNHH32dSaal6qDG0I { 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-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:poppins;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:2.6875rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:2rem;left:48.8125rem;display:block; }
#mc6hzXSPCWwpqowJh8QmNNH7c4ZsqIDG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#0290ff;background-image:url("https://images.assets-landingi.com/uc/831c643a-f06e-43af-adc3-e8d5d8f23713/Zasb184.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container {  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:43.375rem;width:75rem;overflow:visible;position:relative;display:block; }#rAAt4tETPgsSkBWKHznsfECzuOWr4N29 { background-color:#e00014;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:2.6875rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:32.625rem;left:30.25rem;display:block; }
#Wut2IdpR4l6TowB4332WXSCGcsO2fz2f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WKxx5GoHeGC3oOe3oT0tLT2cSy3CLFOR { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.3125rem;width:18.1875rem;top:10.4375rem;left:7.25rem;overflow:hidden;display:block; }
#eG3348y36FzyXVHEuhRkawdpHOTpSD3Z { color:#127bb8;display:block;width:34rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:18.5625rem;left:7.25rem;height:2.4375rem;display:block; }
#dzIrsEyGX8dApisJROMOaPZr2mPMkRMz { color:#127bb8;display:block;width:28.5625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:21.6875rem;left:7.25rem;height:2.4375rem;display:block; }
#EI7phCOy0g7usxu0FGEMe47cNrW4M3Wo { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:39.8125rem;top:27.5625rem;left:7.25rem;overflow:hidden;display:block; }
#TLRVR2WmZT9inhsRAfzDvDh8s4TXFBdC { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.8125rem;width:7.25rem;top:9.6875rem;left:27.9375rem;overflow:hidden;display:block; }
#a9MpGufHf4Z37XzzIMa3QBTABXmpdmaZ { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.625rem;width:6.125rem;top:10.3125rem;left:44.5rem;overflow:hidden;display:block; }
#v9TFJRdRO5Jx8osuWX0Lvu9rz1VkPHuB { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.1875rem;width:7.1875rem;top:19.5rem;left:39.5625rem;overflow:hidden;display:block; }
#Q9RotElwTeqKpKCU8pyl0OlM9Z06BiFJ { position:relative;display:none; }#Q9RotElwTeqKpKCU8pyl0OlM9Z06BiFJ { border-width: 0; border-radius: 0; }#Q9RotElwTeqKpKCU8pyl0OlM9Z06BiFJ > .row .container > .video-iframe-container {  }#Q9RotElwTeqKpKCU8pyl0OlM9Z06BiFJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#vd5EKz7FrZveinR2hySzSkDz700hSM9L { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.3125rem;width:18.1875rem;top:5.6875rem;left:7.375rem;overflow:hidden;display:none; }
#SSTydF2vks9gq5WylJfJwAyTaqf0J02N { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.8125rem;width:7.25rem;top:4.9375rem;left:28.0625rem;overflow:hidden;display:none; }
#Q0qTNBofEuDu78kJ7UqCh5toTpP6gOLT { color:#127bb8;display:block;width:34rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:13.8125rem;left:7.375rem;height:2.43706875rem;display:none; }
#pXoC9w9mupuRy5d8J8wft5kLgkX0r6T9 { color:#127bb8;display:block;width:22.3125rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:16.9375rem;left:7.375rem;height:2.43706875rem;display:none; }
#mQFq0yV7Btl65bWOtPn4FhxQX8vJTCw5 { background-color:#e00014;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:2.6875rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:27.875rem;left:30.375rem;display:none; }
#w7JWFcNXTtuNp3tkxwSVuqTmTK23d1ey { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fvkySexXKKQGMCvygd6srxy4yel1Qalo { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:2.1875rem;top:22.8125rem;left:7.375rem;overflow:hidden;display:none; }
#irULCPIh9RKxf6JPB80oxGNNraTBcIUu { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.625rem;width:6.125rem;top:5.53125rem;left:44.625001907349rem;overflow:hidden;display:none; }
#JFag77x7dGJMafRF4QHCXif7FFVx9Mnk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0290ff;background-image:none;position:relative;display:block; }#JFag77x7dGJMafRF4QHCXif7FFVx9Mnk > .row .container { background-color: transparent; background-image: none; }#JFag77x7dGJMafRF4QHCXif7FFVx9Mnk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFag77x7dGJMafRF4QHCXif7FFVx9Mnk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFag77x7dGJMafRF4QHCXif7FFVx9Mnk > .row .container > .video-iframe-container { display: none; }#JFag77x7dGJMafRF4QHCXif7FFVx9Mnk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFag77x7dGJMafRF4QHCXif7FFVx9Mnk > .row > .video-iframe-container { display: none; }#JFag77x7dGJMafRF4QHCXif7FFVx9Mnk > .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); }#JFag77x7dGJMafRF4QHCXif7FFVx9Mnk > .row .container { border-width: 0; border-radius: 0; }#JFag77x7dGJMafRF4QHCXif7FFVx9Mnk > .row > .video-iframe-container {  }#JFag77x7dGJMafRF4QHCXif7FFVx9Mnk > .row .container { font-size:0.875rem;font-family:arial;height:59.8125rem;width:75rem;position:relative;display:block; }#UnKkuXeeUoN05tpLy2CuJVCM8i2rh5ga { color:#ffffff;display:block;width:26.375rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:3.8125rem;left:24.3125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UZO958zWKbVgkzSr4w7V11tiaTGsDv9w { color:rgba(255,255,255,0.12);display:block;width:45.3125rem;position:absolute;font-family:poppins;font-size:3.3125rem;font-weight:700;z-index:99999;line-height:1.3;letter-spacing:0;top:1.5703125rem;left:14.84375rem;height:4.30615rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JWq4i4CXGmBPdNOTCJSO9QwTDfbMP7lT { position:absolute;display:block;z-index:100001;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:0.25rem;width:63.75rem;top:10.875rem;left:5.625rem;display:block; }
#tz8EqXBAgTJ7GIrXoHZNTlbT8TR5RQdO { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:;width:8.75rem;top:7.25rem;left:33.125rem;overflow:hidden;display:block; }
#cN46IuHgNRlttxcoWTZE7SRmeRK2Wiva { color:#ffffff;display:block;width:32.6875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:19.5rem;left:7.1875rem;height:25.99605rem;text-align:justify;text-align-last:initial;display:block; }
#LtvFNwOrhA8pwlVAf4heuIkKqI6oCxAl { color:#ffffff;display:block;width:26.375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:13rem;left:24.3125rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WkFTwwqKQfExmzK57vGX9M8RoCZhd4qN { position:absolute;display:block;z-index:99998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.25rem;width:27.1875rem;top:22.1875rem;left:42.25rem;overflow:hidden;display:block; }
#p36QcKpyPnAbWowB8R2967yNJWfOobJZ { position:absolute;display:block;z-index:100002;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:0.25rem;width:63.75rem;top:56.0625rem;left:5.625rem;display:block; }
#p8kSVQIagQU6WuZdHxb9BHzSdFJsxec9 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.3125rem;width:42.5rem;top:48.748918056488rem;left:14.155818939209rem;overflow:hidden;display:block; }
#UE650TRPViPg6Mu31ZT3iKfVJInAIkbB { background-color:#e00014;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:2.6875rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:35.5625rem;left:48.71875rem;display:block; }
#IDBExwTz7yA3DOlcFMnwVrtdwygvMio7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ppV9TC0ZB4oFbPzAb6ETo6s4Hhr0NsZp { color:#545454;display:block;width:26.375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:24.25rem;left:42.75rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pMOxDK1ZK8BlNB4hcn2he4vKzviywS6e { color:#545454;display:block;width:26.375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:27rem;left:42.65625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n5LXE619mInp8JtytrhWELEIMV1MvDP6 { color:#127bb8;display:block;width:22.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:32.375rem;left:44.6875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#uNS8dfrn53s9het4tVG57Owu9TEiXpDF { color:#545454;display:block;width:26.3748125rem;position:absolute;font-family:poppins;font-size:2.6875rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:28.470485687256rem;left:42.655170440674rem;height:3.49365rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wJ4kRChSxdryd4zqFvD0K5T29GQ3eVGk { background-color:#e00014;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:2.6875rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:27.875rem;left:30.375rem;display:none; }
#nUy9k3hw6elapRbrHkPROXbLhuDr2TT7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#uy74gT4e5uvtTaT419uMxKVTCeKL2yQ5 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.5625rem;width:44.5rem;display:none; }
#OTS0svk9TnFszmVTUA3Rf7uGqeTwJOtm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0290ff;background-image:none;position:relative;display:block; }#OTS0svk9TnFszmVTUA3Rf7uGqeTwJOtm > .row .container { background-color: transparent; background-image: none; }#OTS0svk9TnFszmVTUA3Rf7uGqeTwJOtm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTS0svk9TnFszmVTUA3Rf7uGqeTwJOtm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTS0svk9TnFszmVTUA3Rf7uGqeTwJOtm > .row .container > .video-iframe-container { display: none; }#OTS0svk9TnFszmVTUA3Rf7uGqeTwJOtm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTS0svk9TnFszmVTUA3Rf7uGqeTwJOtm > .row > .video-iframe-container { display: none; }#OTS0svk9TnFszmVTUA3Rf7uGqeTwJOtm > .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); }#OTS0svk9TnFszmVTUA3Rf7uGqeTwJOtm > .row .container { border-width: 0; border-radius: 0; }#OTS0svk9TnFszmVTUA3Rf7uGqeTwJOtm > .row > .video-iframe-container {  }#OTS0svk9TnFszmVTUA3Rf7uGqeTwJOtm > .row .container { font-size:0.875rem;font-family:arial;height:35.875rem;width:75rem;position:relative;display:block; }#PSziKWb7e48SsgeykEVF4oT2fNo90MBv { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:;width:8.75rem;top:6.5625rem;left:33.125rem;overflow:hidden;display:block; }
#JKrp7UuTsDSt7dazdP3BCRJwpx9RfTtZ { color:#ffffff;display:block;width:41.5625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:3.1155891418457rem;left:16.71875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GVmp28r2BWwfck8uAaiZbaXaiwTnwgu6 { color:rgba(255,255,255,0.12);display:block;width:74rem;position:absolute;font-family:poppins;font-size:3.3125rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0.625rem;height:4.30615rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ReBTAvP2GHHaMT1DxFitNy0BV2SSCHNP { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5rem;width:40rem;top:9.2791233062744rem;left:17.5rem;display:block; }
#m7WzhPAu2BMPD2ReA5wSoCeHLwui6U4n { position:absolute;display:block;z-index:100004;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:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:23.75rem;width:41.25rem;top:8.65411901474rem;left:16.875rem;display:block; }
#sGSpRPKdKBUvvROsXETvBHLIloG5xzCm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0290ff;background-image:none;position:relative;display:block; }#sGSpRPKdKBUvvROsXETvBHLIloG5xzCm > .row .container { background-color: transparent; background-image: none; }#sGSpRPKdKBUvvROsXETvBHLIloG5xzCm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sGSpRPKdKBUvvROsXETvBHLIloG5xzCm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sGSpRPKdKBUvvROsXETvBHLIloG5xzCm > .row .container > .video-iframe-container { display: none; }#sGSpRPKdKBUvvROsXETvBHLIloG5xzCm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sGSpRPKdKBUvvROsXETvBHLIloG5xzCm > .row > .video-iframe-container { display: none; }#sGSpRPKdKBUvvROsXETvBHLIloG5xzCm > .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); }#sGSpRPKdKBUvvROsXETvBHLIloG5xzCm > .row .container { border-width: 0; border-radius: 0; }#sGSpRPKdKBUvvROsXETvBHLIloG5xzCm > .row > .video-iframe-container {  }#sGSpRPKdKBUvvROsXETvBHLIloG5xzCm > .row .container { font-size:0.875rem;font-family:arial;height:98.25rem;width:75rem;position:relative;display:block; }#Re5KArUiduQ0B16n4cPRThCTlFmCE9xe { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:3.8125rem;left:21.875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gQQ6378DEARQ9FXSL7gl625bQnTacdq4 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:;width:8.75rem;top:7.375rem;left:33.125rem;overflow:hidden;display:block; }
#mNAXxDkKZnWdVPPDMtLe5sOJOG7So0SX { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:82.125rem;width:58.75rem;top:9.0625rem;left:8.125rem;overflow:hidden;display:block; }
#TCovNzvCkSIkCz9Ve1whdr67s33geD1e { color:#ffffff;display:block;width:44.9375rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:93.374563217163rem;left:15.030384063721rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#StXe4r8CXrBQlByJf5WOSgKOIWaanQI0 { color:rgba(255,255,255,0.12);display:block;width:57.3730625rem;position:absolute;font-family:poppins;font-size:3.3125rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:1.625rem;left:8.8125rem;height:4.30615rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vQrlsX4dDGUEQlBe0LSbWvuLTATxfn8m { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:204.875rem;width:57rem;display:none; }
#UoI05FMd0iEQnFWg7kPLTSl6BlAszhJQ { color:#127bb8;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:21.1875rem;left:16.1875rem;height:1.2999125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XsqTEEvaUx2HMcvESNuuWrGNvlH0Pm8Q { color:#127bb8;display:block;width:20.9375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:100014;line-height:1.3;letter-spacing:0;top:24.0625rem;left:12.25rem;height:5.6860375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#C6X45eAbQX4s2wuv2M5SaGSmzby4OQ6k { color:#127bb8;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:36.625rem;left:48.6875rem;height:1.2999125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZishQA8GPdD4LqW0Q3hyxKDlToTMdIaP { color:#127bb8;display:block;width:20.75rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:400;z-index:100016;line-height:1.3;letter-spacing:0;top:39.625rem;left:44.84375rem;height:6.3369375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nAhx83lJxyPIySaqaxSSKV3AzTMTIn1h { color:#127bb8;display:block;width:16.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:57.6875rem;left:15.1875rem;height:1.2999125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RGKHOJMFKaL4t3ENncJ95VTgFbaQJTRZ { color:#127bb8;display:block;width:20.75rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;top:60.5625rem;left:12.125rem;height:5.6860375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZpRAIkosH9pbJE5W86B2uIw4fmEBqwu8 { color:#127bb8;display:block;width:18.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:73.125rem;left:47.75rem;height:1.2999125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gTAzXT8D2cQGPzsi14s9eykFvvIE3ClF { color:#127bb8;display:block;width:20.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:100020;line-height:1.3;letter-spacing:0;top:76rem;left:44.9375rem;height:5.6860375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HNl3rkiwMnwRZlmKhCeEDm5GIFXGQXpK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0290ff;background-image:none;position:relative;display:none; }#HNl3rkiwMnwRZlmKhCeEDm5GIFXGQXpK > .row .container { border-width: 0; border-radius: 0; }#HNl3rkiwMnwRZlmKhCeEDm5GIFXGQXpK > .row > .video-iframe-container {  }#HNl3rkiwMnwRZlmKhCeEDm5GIFXGQXpK > .row .container { font-size:0.875rem;font-family:arial;height:38.5625rem;width:75rem;position:relative;display:none; }#DUIUDUdC9NCmwnZTUSPmirvd00hITgEF { color:#ffffff;display:block;width:40.061875rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:4.9375rem;left:17.4375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JWMv4iZAKNPscTeBLFIqIqFnggUp9kCw { color:rgba(255,255,255,0.12);display:block;width:70.3125rem;position:absolute;font-family:poppins;font-size:3.3125rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:2.75rem;left:2.375rem;height:4.30575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TgTRWJUFOCkWCBiWGv7TSuJVDU92zyQ6 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.625rem;width:8.75rem;top:8.645835876465rem;left:33.125003814698rem;overflow:hidden;display:block; }
#Vix2EfTOpzwnf3FzfL9mNcKFFMkzMsPi { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.249125rem;width:17.9373125rem;top:12.5625rem;left:8.5625rem;overflow:hidden;display:block; }
#JFoU5Fqec9C4b5sB8q3I9N5TTQ1QAq5N { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.1875rem;width:17.5rem;top:12.5625rem;left:28.875rem;overflow:hidden;display:block; }
#RXTx4UZ3hOJADWJBLFcJoPaHxNMwciaE { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.1875rem;width:17.5rem;top:12.5625rem;left:48.9375rem;overflow:hidden;display:block; }
#TnXRR7dAkTGinNt7T0ZxMG71uAxy5823 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0;width:8.75rem;top:2.8125rem;left:31.1875rem;overflow:hidden;display:block; }
#HUfibJsTe2yAEr9Q0tXtcKTmTVDchNii { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0290ff;background-image:none;position:relative;display:block; }#HUfibJsTe2yAEr9Q0tXtcKTmTVDchNii > .row .container { background-color: transparent; background-image: none; }#HUfibJsTe2yAEr9Q0tXtcKTmTVDchNii::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HUfibJsTe2yAEr9Q0tXtcKTmTVDchNii > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HUfibJsTe2yAEr9Q0tXtcKTmTVDchNii > .row .container > .video-iframe-container { display: none; }#HUfibJsTe2yAEr9Q0tXtcKTmTVDchNii > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HUfibJsTe2yAEr9Q0tXtcKTmTVDchNii > .row > .video-iframe-container { display: none; }#HUfibJsTe2yAEr9Q0tXtcKTmTVDchNii > .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); }#HUfibJsTe2yAEr9Q0tXtcKTmTVDchNii > .row .container { border-width: 0; border-radius: 0; }#HUfibJsTe2yAEr9Q0tXtcKTmTVDchNii > .row > .video-iframe-container {  }#HUfibJsTe2yAEr9Q0tXtcKTmTVDchNii > .row .container { font-size:0.875rem;font-family:arial;height:38.5625rem;width:75rem;position:relative;display:block; }#JsZdgeCmFAZVJokpa5gq8Kfqf4Tw4Jw9 { color:#ffffff;display:block;width:40.061875rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:4.9375rem;left:17.4375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qOVOXRVfFHEkMAJLiZpqwTlZMxBRmKDh { color:rgba(255,255,255,0.12);display:block;width:70.3125rem;position:absolute;font-family:poppins;font-size:3.3125rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:2.75rem;left:2.375rem;height:4.30615rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AGa27IfqEgGzR6o8887M8pv7LJOLBJqJ { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.625rem;width:8.75rem;top:8.645835876465rem;left:33.125003814698rem;overflow:hidden;display:block; }
#LuhOLqHKOX2cELTH3f1IweFnuT4pnehg { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.1875rem;width:15.8125rem;top:12.5625rem;left:8.5625rem;overflow:hidden;display:block; }
#m6PtV6zeeZX644uonRyvdzlJxLvDgnxL { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.0625rem;width:15.375rem;top:12.5625rem;left:28.875rem;overflow:hidden;display:block; }
#phsPsSuZX6gz5MWzlc350hQbJnvL0bKG { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.1875rem;width:15.375rem;top:12.5625rem;left:48.9375rem;overflow:hidden;display:block; }
#ewRdNqwrFPUPSSbwZxnGHoW7XtppVGkU { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0;width:8.75rem;top:2.8125rem;left:31.1875rem;overflow:hidden;display:block; }
#va6T3wtxCs4hZBJwBn5SoyUUrcpOTlCd { color:#127bb8;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:20.4375rem;left:10.21875rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FBPw1Q3TrgTsT6zBhg2ezvOOWFI5CcCi { color:#127bb8;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:20.625rem;left:30.3125rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K2ufZbi9bN4uzp5cXA3A8psfemn7mGwv { color:#127bb8;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:20.4375rem;left:50.375rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LmFJZFTuchUh69srEg19qHp6v4XptZEB { color:#127bb8;display:block;width:13.25rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:23.037109375rem;left:9.84375rem;height:12.6699375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CmRJZMKV1SuMI1JKzOk3tNCTAegBudsv { color:#127bb8;display:block;width:13.25rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:23.849609375rem;left:29.9375rem;height:10.7206875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TJTB2n370U8h7g1i92shJV7rig9Opn77 { color:#127bb8;display:block;width:13.25rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:23.849609375rem;left:50rem;height:10.7206875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wwhUShThvbI1dBTMDqgclnUNZ3DyBE05 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0290ff;background-image:url("https://images.assets-landingi.com/uc/e55b2e04-76b9-4d12-bf98-f1f8e966898f/Zasb194.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#wwhUShThvbI1dBTMDqgclnUNZ3DyBE05.adaptive-delivery-prevent-bg, #wwhUShThvbI1dBTMDqgclnUNZ3DyBE05.lazyload, #wwhUShThvbI1dBTMDqgclnUNZ3DyBE05.lazyloading { background-image: none; }#wwhUShThvbI1dBTMDqgclnUNZ3DyBE05 > .row .container { background-color: transparent; background-image: none; }#wwhUShThvbI1dBTMDqgclnUNZ3DyBE05::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wwhUShThvbI1dBTMDqgclnUNZ3DyBE05 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wwhUShThvbI1dBTMDqgclnUNZ3DyBE05 > .row .container > .video-iframe-container { display: none; }#wwhUShThvbI1dBTMDqgclnUNZ3DyBE05 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wwhUShThvbI1dBTMDqgclnUNZ3DyBE05 > .row > .video-iframe-container { display: none; }#wwhUShThvbI1dBTMDqgclnUNZ3DyBE05 > .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); }#wwhUShThvbI1dBTMDqgclnUNZ3DyBE05 > .row .container { border-width: 0; border-radius: 0; }#wwhUShThvbI1dBTMDqgclnUNZ3DyBE05 > .row > .video-iframe-container {  }#wwhUShThvbI1dBTMDqgclnUNZ3DyBE05 > .row .container { font-size:0.875rem;font-family:arial;height:68.125rem;width:75rem;position:relative;display:block; }#ZGzivah8ULAyhHpVXCeAds3cwBkoJlIK { color:rgba(18,123,184,0.12);display:block;width:57.3730625rem;position:absolute;font-family:poppins;font-size:3.3125rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:12.061625480652rem;left:8.8129348754881rem;height:4.30615rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z33KppOtrHlsiZVfErAzLHhbTdnMIWJF { color:#127bb8;display:block;width:40.061875rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:14.557075500488rem;left:17.468536376953rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w8RxGgTTc382c5c4RhDNTsDagfFWMLlK { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.1875rem;width:7.75rem;top:15.172527074814rem;left:63.420139312744rem;overflow:hidden;display:block; }
#wmuXsTqScW4xXw8gNUEf3KnedZISBq8C { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30.4373125rem;width:9.561625rem;top:19.124341964722rem;left:5.1085090637207rem;overflow:hidden;display:block; }
#N7fB1NtRMu5X6Nq4StSCWBt4dipCgXZi { color:#127bb8;display:block;width:26.436625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:20.623916387558rem;left:21.935764312744rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#rCcmLfsIrdxOD3G9HAbfOM0FqMSAdAyX { color:#127bb8;display:block;width:33.25rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:normal;z-index:100007;line-height:1.8;letter-spacing:0;top:23.743489980698rem;left:28.422309875488rem;height:5.84960625rem;text-align:left;text-align-last:left;display:block; }
#q9t4AgKLkBTOVsDMUTzUFKE8Fl5h3A9B { color:#676767;display:block;width:26.4355625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:30.906036138534rem;left:21.935764312744rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#pqlkew2dkOFIqArUfJ2ElI9KwBIKhZ3f { color:#127bb8;display:block;width:33.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:33.52973151207rem;left:21.935764312744rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#bwJieOAZtKhoFRffKnu6uTOP0efENpfq { color:#127bb8;display:block;width:33.75rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:normal;z-index:100008;line-height:1.8;letter-spacing:0;top:36.438369512558rem;left:28.422309875488rem;height:5.84960625rem;text-align:left;text-align-last:left;display:block; }
#ZlQ6TBrmmUTWnCTKobd4oPXgpQ8TRmzU { color:#676767;display:block;width:26.4355625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:43.376521825791rem;left:21.935764312744rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#TcapgZcq1TttJqDPyHyyvrbX6DFpE6Zq { color:#127bb8;display:block;width:39.875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:46.314239263534rem;left:21.935764312744rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#xCxf6HfP37LnMMxhZTQvi5fv959NdzXW { color:#127bb8;display:block;width:33.75rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:normal;z-index:100009;line-height:1.8;letter-spacing:0;top:49.000869512558rem;left:28.422309875488rem;height:4.3872rem;text-align:left;text-align-last:left;display:block; }
#LERxBB3yR4cW1X5cI4UBR0qyIEtGK7sT { color:#676767;display:block;width:26.4355625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:54.411461725831rem;left:21.935764312744rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#zEEzdgXa991CkJRoImNa4B9My5izVrAE { color:#127bb8;display:block;width:39.874125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:57.285591974854rem;left:21.935764312744rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#noT2r8SVLiUPOeZFm9weWTJMQ7kktuU7 { color:#127bb8;display:block;width:33.75rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:normal;z-index:100010;line-height:1.8;letter-spacing:0;top:59.972657203674rem;left:28.422309875488rem;height:4.3872rem;text-align:left;text-align-last:left;display:block; }
#mkX7zch5WRikldJuTbqKAznWaabFgUBb { color:#127bb8;display:block;width:39.8730625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:65.348309516906rem;left:21.935764312744rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#KN370EssLQxcty4iGfqr672EVUPAMeoH { position:absolute;display:block;z-index:100011;background-color:#127bb8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:0.625rem;width:0.625rem;top:24.118305325508rem;left:26.991630554199rem;display:block; }
#qeoZtrLRuBc04EFvskVInq63wSzuGIlA { position:absolute;display:block;z-index:100012;background-color:#127bb8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:0.625rem;width:0.625rem;top:27.000002026558rem;left:27.000001907349rem;display:block; }
#FyqT4iB5ErPEbLWitCQhKf3r7mRWyuDs { position:absolute;display:block;z-index:100013;background-color:#127bb8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:0.625rem;width:0.625rem;top:28.562502026558rem;left:27.000001907349rem;display:block; }
#vPdhyd39Wu2NWNsLUxaRyPGGngfklvRC { position:absolute;display:block;z-index:100014;background-color:#127bb8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:0.625rem;width:0.625rem;top:36.857143402099rem;left:27.000001907349rem;display:block; }
#QKgv9M7AlTrzKoKBannl22dLPvPhiX9z { position:absolute;display:block;z-index:100015;background-color:#127bb8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:0.625rem;width:0.625rem;top:39.794643402099rem;left:27.000001907349rem;display:block; }
#zX9Di7CwhmMvHgxhPCzCCgnXZPJZmyqU { position:absolute;display:block;z-index:100016;background-color:#127bb8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:0.625rem;width:0.625rem;top:41.294645309448rem;left:27.000001907349rem;display:block; }
#eqvp37tqB6CV83QVnxPwq6dCeNaeTKNf { position:absolute;display:block;z-index:100017;background-color:#127bb8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:0.625rem;width:0.625rem;top:49.392303466797rem;left:26.937501907349rem;display:block; }
#Epyi4UvD5ZuVkELdO2R3ZnO8iT8H1V1f { position:absolute;display:block;z-index:100018;background-color:#127bb8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:0.625rem;width:0.625rem;top:50.892860412597rem;left:26.937501907349rem;display:block; }
#ZnBxIhatA7LBAm6p0Emmv36IIbsTV0O6 { position:absolute;display:block;z-index:100019;background-color:#127bb8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:0.625rem;width:0.625rem;top:52.392860412597rem;left:26.937501907349rem;display:block; }
#oxOh5aLxGmtVaCWFPhnxWZHDJMnMasNh { position:absolute;display:block;z-index:100022;background-color:#127bb8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:0.625rem;width:0.625rem;top:63.285718917844rem;left:26.812501907349rem;display:block; }
#AWdAutPnILHfcfOBBAk2L27Nzr6DVzQI { position:absolute;display:block;z-index:100020;background-color:#127bb8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:0.625rem;width:0.625rem;top:60.285160064698rem;left:26.812501907349rem;display:block; }
#GIywZRVZ9LAwO28QWxEdFOOEyFrFLALu { position:absolute;display:block;z-index:100021;background-color:#127bb8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:0.625rem;width:0.625rem;top:61.785717010498rem;left:26.812501907349rem;display:block; }
#Wyd23mkleSO3G58XpAKq2wtG7OfO1802 { position:absolute;display:block;z-index:100013;background-color:#127bb8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:0.625rem;width:0.625rem;top:28.562502026558rem;left:27.000001907349rem;display:none; }
#BMAGx55RRZ3oP3Go6f0ui9dJV5WUwM7q { position:absolute;display:block;z-index:100012;background-color:#127bb8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:0.625rem;width:0.625rem;top:27.000002026558rem;left:27.000001907349rem;display:none; }
#gcJU1aU7cexhcgbcbQCp5yIc6Ay5mtgr { position:absolute;display:block;z-index:100013;background-color:#127bb8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:0.625rem;width:0.625rem;top:28.562502026558rem;left:27.000001907349rem;display:none; }
#EN0Rr5ZA07I29J7hFCxFgzH7poJNA0nZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0290ff;background-image:url("https://images.assets-landingi.com/uc/ced4ca90-87fb-4d62-921c-9a482d101aa3/Zasb197.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#EN0Rr5ZA07I29J7hFCxFgzH7poJNA0nZ.adaptive-delivery-prevent-bg, #EN0Rr5ZA07I29J7hFCxFgzH7poJNA0nZ.lazyload, #EN0Rr5ZA07I29J7hFCxFgzH7poJNA0nZ.lazyloading { background-image: none; }#EN0Rr5ZA07I29J7hFCxFgzH7poJNA0nZ > .row .container { background-color: transparent; background-image: none; }#EN0Rr5ZA07I29J7hFCxFgzH7poJNA0nZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EN0Rr5ZA07I29J7hFCxFgzH7poJNA0nZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EN0Rr5ZA07I29J7hFCxFgzH7poJNA0nZ > .row .container > .video-iframe-container { display: none; }#EN0Rr5ZA07I29J7hFCxFgzH7poJNA0nZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EN0Rr5ZA07I29J7hFCxFgzH7poJNA0nZ > .row > .video-iframe-container { display: none; }#EN0Rr5ZA07I29J7hFCxFgzH7poJNA0nZ > .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); }#EN0Rr5ZA07I29J7hFCxFgzH7poJNA0nZ > .row .container { border-width: 0; border-radius: 0; }#EN0Rr5ZA07I29J7hFCxFgzH7poJNA0nZ > .row > .video-iframe-container {  }#EN0Rr5ZA07I29J7hFCxFgzH7poJNA0nZ > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#aiv2PDlorToWm7h7f8NJz7KfFt6FTTDu { background-color:#e00014;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.2489375rem;height:2.6864375rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:23.620544433594rem;left:30.373756408691rem;display:block; }
#aqWtPZIMhdcrWBFqFMg6ezn1TCNWkTgd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dp8IFfoXFJfHKF7ZrTXM9CTCgSo3qcXS { color:#127bb8;display:block;width:27.25rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:20.574554443359rem;left:28.686965942382rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#XcSBy6U91wARg6FZcLg7tKa7UwEUyiVI { color:#127bb8;display:block;width:34rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:12.4375rem;left:28.6875rem;height:2.4375rem;display:block; }
#rsH8hHMBbmLVgBDBDUV2tw3oyVH4ynld { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.3125rem;width:18.1875rem;top:4.3125rem;left:28.6875rem;overflow:hidden;display:block; }
#EiyGMqJT4IR91F8X4Ly05gZNtNTNdIrd { color:#545454;display:block;width:26.3748125rem;position:absolute;font-family:poppins;font-size:2.6875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:16.875rem;left:23.3125rem;height:3.49365rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yAqCve08GtovwcLOO0FTIshtn197xbEX { color:#545454;display:block;width:26.375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:15.625rem;left:20.125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V0zkrllTbc7FQyhmc0H6W1o6xielq2Gd { background-color:#e00014;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:2.6875rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:27.875rem;left:30.375rem;display:none; }
#TcoTE4y6sNJgQAttvGLrIS01ehUMwKTw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XenfxbwJDRtGIffrUTn1Lt9UNALcGDbv { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.25rem;width:61.625rem;display:none; }
#tXhGtvgiefbgEUGKnNT4wAz6KsHOwqR9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0290ff;background-image:none;position:relative;display:block; }#tXhGtvgiefbgEUGKnNT4wAz6KsHOwqR9 > .row .container { background-color: transparent; background-image: none; }#tXhGtvgiefbgEUGKnNT4wAz6KsHOwqR9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tXhGtvgiefbgEUGKnNT4wAz6KsHOwqR9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tXhGtvgiefbgEUGKnNT4wAz6KsHOwqR9 > .row .container > .video-iframe-container { display: none; }#tXhGtvgiefbgEUGKnNT4wAz6KsHOwqR9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tXhGtvgiefbgEUGKnNT4wAz6KsHOwqR9 > .row > .video-iframe-container { display: none; }#tXhGtvgiefbgEUGKnNT4wAz6KsHOwqR9 > .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); }#tXhGtvgiefbgEUGKnNT4wAz6KsHOwqR9 > .row .container { border-width: 0; border-radius: 0; }#tXhGtvgiefbgEUGKnNT4wAz6KsHOwqR9 > .row > .video-iframe-container {  }#tXhGtvgiefbgEUGKnNT4wAz6KsHOwqR9 > .row .container { font-size:0.875rem;font-family:arial;height:23rem;width:75rem;position:relative;display:block; }#ZdhmgfEG4Z49zcl2wRxHlc7yIETy5wGL { color:rgba(255,255,255,0.12);display:block;width:70.3125rem;position:absolute;font-family:poppins;font-size:3.3125rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:1.1875rem;left:2.375rem;height:4.30615rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TCqDZAxWh3bTOfJ8D8DxSUcHdLvWLNkA { color:#ffffff;display:block;width:40.061875rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:3.375rem;left:17.4375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rtEfKNw9SzymnlvOpZmlduk5TGA7zI0P { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0;width:8.75rem;top:1.25rem;left:31.1875rem;overflow:hidden;display:block; }
#CMvsiS15g53qC6MqrExGXwIrTK8wJEWu { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.625rem;width:8.75rem;top:7.125rem;left:33.125rem;overflow:hidden;display:block; }
#nSSGkNDeX7tSx7HTlzPr0TZrrQIxnfl0 { color:#ffffff;display:block;width:12.9373125rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:11.875rem;left:5.25rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qva4WT7cnqbWpPCh8cvW47xfFdy2GNbz { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:17.0625rem;left:3.5625rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WhJmBEt2DIBLp4610tTaGkLszKOGcxIM { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:17.0625rem;left:21.9375rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wTHXBVnsG63uaJMr8I06hDSOW0WO2I3h { color:#ffffff;display:block;width:12.9373125rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:11.875rem;left:23.625rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GG9nKT2r59UQL3Zl8pm2kRTuQeknMnNw { color:#ffffff;display:block;width:12.9373125rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:11.875rem;left:41rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lT6dA8mb0ifVbup3WTJhls6QHF0d5AQe { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:100014;line-height:1.3;letter-spacing:0;top:17.0625rem;left:39.625rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kROD58UdGp2qtTh77Qqt5ZTM33QcazLS { color:#ffffff;display:block;width:12.9373125rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:11.875rem;left:58.5rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nszRPXPrxfM4F5y99BJIxNobXH2fo3lG { color:#ffffff;display:block;width:9.8123125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:100015;line-height:1.3;letter-spacing:0;top:17.0625rem;left:60.0625rem;height:3.41161875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bizRwmLNd9RqpOM2VZZaJF1vKzcNp2hC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0290ff;background-image:none;position:relative;display:block; }#bizRwmLNd9RqpOM2VZZaJF1vKzcNp2hC > .row .container { background-color: transparent; background-image: none; }#bizRwmLNd9RqpOM2VZZaJF1vKzcNp2hC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bizRwmLNd9RqpOM2VZZaJF1vKzcNp2hC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bizRwmLNd9RqpOM2VZZaJF1vKzcNp2hC > .row .container > .video-iframe-container { display: none; }#bizRwmLNd9RqpOM2VZZaJF1vKzcNp2hC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bizRwmLNd9RqpOM2VZZaJF1vKzcNp2hC > .row > .video-iframe-container { display: none; }#bizRwmLNd9RqpOM2VZZaJF1vKzcNp2hC > .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); }#bizRwmLNd9RqpOM2VZZaJF1vKzcNp2hC > .row .container { border-width: 0; border-radius: 0; }#bizRwmLNd9RqpOM2VZZaJF1vKzcNp2hC > .row > .video-iframe-container {  }#bizRwmLNd9RqpOM2VZZaJF1vKzcNp2hC > .row .container { font-size:0.875rem;font-family:arial;height:54rem;width:75rem;position:relative;display:block; }#R39WhZfPwZ3lPaeRQT2REe7TDfp4oAbD { color:rgba(255,255,255,0.12);display:block;width:70.3125rem;position:absolute;font-family:poppins;font-size:3.3125rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:1.625rem;left:2.375rem;height:4.30615rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rtShrGC0DyFcf4UnpUyhoq4I7cLfPJRc { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0;width:8.75rem;top:1.6875rem;left:31.125rem;overflow:hidden;display:block; }
#CDkAXe6ohb0I6aOnXd6ux6ShorW9pMHc { color:#ffffff;display:block;width:40.061875rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:3.8125rem;left:17.375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y5iv8lsttyRDN502rVPTQuehEevxwuWz { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.625rem;width:8.75rem;top:7.5625rem;left:33.0625rem;overflow:hidden;display:block; }
#p0hKP4U20NuBiLwpgwTHc2U3XaaTCca6 { color:#ffffff;display:block;width:50rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:10.186632156372rem;left:12.5rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#EiOVeq3JlsXGDI5PmyXM4sM5bJFmeog7 { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.0625rem;width:5.6875rem;top:20.196397781372rem;left:22.298179626465rem;overflow:hidden;display:block; }
#pwMwaFJDwiiQc9p8vBexqS4AgfWtaW1s { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.875rem;width:5.625rem;top:27.245445251465rem;left:22.298179626465rem;overflow:hidden;display:block; }
#HVqGXz0afzA0R6RTXpaS3dRhFB2miNm0 { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.875rem;width:5.625rem;top:34.430774688721rem;left:22.298179626465rem;overflow:hidden;display:block; }
#ckHnyaT7MMBmPD5sUDAibeD0u5KG4697 { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.875rem;width:5.625rem;top:41.495445251465rem;left:22.298179626465rem;overflow:hidden;display:block; }
#A9n9FTmZRSXnbc2fXdSvyuJ91QeVaLv5 { color:#ffffff;display:block;width:24.561625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:20.791019439698rem;left:32.943794250488rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#VMELxv579Fqq585TwLTSf192gFPotMog { color:#ffffff;display:block;width:29.375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:29.462890625rem;left:33.062068939209rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#WW0qUCb38ZdraVXcniFmCnDhPoTFsx10 { color:#ffffff;display:block;width:26.9998125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:36.648223876953rem;left:33.062068939209rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#hkmbCPJrv1vsxbske0fTae3a6h9XiaqQ { color:#ffffff;display:block;width:26.375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:42.088760375976rem;left:33.062068939209rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#FHqPxQshvkv8QhQanaDHEnMJ9qRnOJiB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0290ff;background-image:none;position:relative;display:none; }#FHqPxQshvkv8QhQanaDHEnMJ9qRnOJiB > .row .container { border-width: 0; border-radius: 0; }#FHqPxQshvkv8QhQanaDHEnMJ9qRnOJiB > .row > .video-iframe-container {  }#FHqPxQshvkv8QhQanaDHEnMJ9qRnOJiB > .row .container { font-size:0.875rem;font-family:arial;height:30.125rem;width:75rem;position:relative;display:none; }#tF54nWoTgqaEp7KIyCtNO3AoZeJTaTfe { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.7498125rem;width:36.9998125rem;top:4.6875rem;left:30.5625rem;display:block; }
#UTkaWCwqP4rqrEoCxmC59DgPrageDPDt { color:#ffffff;display:block;width:24.5605625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:3.3125rem;left:6.0625rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RdKMnrG76591TAbbgm1q5UK29H7PZZ6G { color:#ffffff;display:block;width:24.5605625rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:6.125rem;left:6.0625rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#H6NhHgHs4KOn6AV75c6ZyXXmKI5ENmfs { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.31206875rem;width:14.0625rem;top:13.125rem;left:6.0625rem;overflow:hidden;display:block; }
#lZwRbyPuozpK6J8l4pmurNm3IyvC96v3 { position:absolute;display:block;z-index:99999;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:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:23.4375rem;width:39.8123125rem;top:3.375rem;left:29.1875rem;display:block; }
#aE2l0eiFyQzWk5Xtqhe7GaRmJg88TRAn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0290ff;background-image:url("https://images.assets-landingi.com/uc/d5eab495-f606-4e21-9316-e0b8b4e94952/Zasb185.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#aE2l0eiFyQzWk5Xtqhe7GaRmJg88TRAn.adaptive-delivery-prevent-bg, #aE2l0eiFyQzWk5Xtqhe7GaRmJg88TRAn.lazyload, #aE2l0eiFyQzWk5Xtqhe7GaRmJg88TRAn.lazyloading { background-image: none; }#aE2l0eiFyQzWk5Xtqhe7GaRmJg88TRAn > .row .container { background-color: transparent; background-image: none; }#aE2l0eiFyQzWk5Xtqhe7GaRmJg88TRAn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aE2l0eiFyQzWk5Xtqhe7GaRmJg88TRAn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aE2l0eiFyQzWk5Xtqhe7GaRmJg88TRAn > .row .container > .video-iframe-container { display: none; }#aE2l0eiFyQzWk5Xtqhe7GaRmJg88TRAn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aE2l0eiFyQzWk5Xtqhe7GaRmJg88TRAn > .row > .video-iframe-container { display: none; }#aE2l0eiFyQzWk5Xtqhe7GaRmJg88TRAn > .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); }#aE2l0eiFyQzWk5Xtqhe7GaRmJg88TRAn > .row .container { border-width: 0; border-radius: 0; }#aE2l0eiFyQzWk5Xtqhe7GaRmJg88TRAn > .row > .video-iframe-container {  }#aE2l0eiFyQzWk5Xtqhe7GaRmJg88TRAn > .row .container { font-size:0.875rem;font-family:arial;height:33rem;width:75rem;position:relative;display:block; }#vK3oWFeAmdkOe0LS9qrAbOOZTxP633oi { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:17.375rem;top:11.875rem;left:28.8125rem;overflow:hidden;display:block; }
#ZOhmp3Ui4PBGzMIFs52RFqrQby3TknIo { color:#127bb8;display:block;width:33.9995625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:20.1875rem;left:20.5rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#upmKy70o3VskCPbOJDLvx11tUpdDtXTo { color:#127bb8;display:block;width:31.4994375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:23.623047828674rem;left:21.748931884766rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#mWTUU6cLoXE4IU1ym4vLUOi6E8gNEbo1 { background-color:#e00014;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.2480625rem;height:2.68555rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:27.125rem;left:30.375rem;display:block; }
#zXwgH9DiZ7s6M9aqLgsnPV8y4edEQspB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xtpHN4D0OVToDdK4Gwl5crZRITckPwzt { background-color:#e00014;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:2.6875rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:27.875rem;left:30.375rem;display:none; }
#hDMXfHowlJFB1o32W79wZPVPkZPirBdd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oosEkRBCDD64Aru9ZZo7ionZTf2rgprd { position:relative;display:block; }#oosEkRBCDD64Aru9ZZo7ionZTf2rgprd { background-color: transparent; background-image: none; }#oosEkRBCDD64Aru9ZZo7ionZTf2rgprd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oosEkRBCDD64Aru9ZZo7ionZTf2rgprd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oosEkRBCDD64Aru9ZZo7ionZTf2rgprd > .row .container > .video-iframe-container { display: none; }#oosEkRBCDD64Aru9ZZo7ionZTf2rgprd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oosEkRBCDD64Aru9ZZo7ionZTf2rgprd > .row > .video-iframe-container { display: none; }#oosEkRBCDD64Aru9ZZo7ionZTf2rgprd > .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); }#oosEkRBCDD64Aru9ZZo7ionZTf2rgprd { border-width: 0; border-radius: 0; }#oosEkRBCDD64Aru9ZZo7ionZTf2rgprd > .row .container > .video-iframe-container {  }#oosEkRBCDD64Aru9ZZo7ionZTf2rgprd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:39.625rem;width:75rem;position:relative;display:block; }#k03s1KBJ1xbC1x745VTTWnJ91kz2g0yB { color:rgba(18,123,184,0.12);display:block;width:75rem;position:absolute;font-family:poppins;font-size:3.1875rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:3.625rem;left:0rem;height:4.14388125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nUqCkQGqIt7mBGrsWsIKii0BOvCEDpUQ { color:#127bb8;display:block;width:47.5rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:5.8125rem;left:13.75rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ibITsDJIF85x9LvL95TlApTr7SLViyyB { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.625rem;width:8.75rem;top:9.125rem;left:33.125rem;overflow:hidden;display:block; }
#LIAc4hg2HAdHPlyHR7Ed4oQgGh7Sf5dA { position:absolute;display:block;z-index:100006;background-color:#0290ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:23.75rem;width:41.25rem;top:12.5625rem;left:16.875rem;display:block; }
#qk2yd3hbG88AguU3hpGHQ8QnxsfwZtQ0 { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5rem;width:40rem;top:13.1875rem;left:17.5rem;display:block; }
#Js4S47h4bJAS5rU8Tfi6yU8iVTzTukRT { position:relative;display:block; }#Js4S47h4bJAS5rU8Tfi6yU8iVTzTukRT { background-color: transparent; background-image: none; }#Js4S47h4bJAS5rU8Tfi6yU8iVTzTukRT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Js4S47h4bJAS5rU8Tfi6yU8iVTzTukRT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Js4S47h4bJAS5rU8Tfi6yU8iVTzTukRT > .row .container > .video-iframe-container { display: none; }#Js4S47h4bJAS5rU8Tfi6yU8iVTzTukRT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Js4S47h4bJAS5rU8Tfi6yU8iVTzTukRT > .row > .video-iframe-container { display: none; }#Js4S47h4bJAS5rU8Tfi6yU8iVTzTukRT > .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); }#Js4S47h4bJAS5rU8Tfi6yU8iVTzTukRT { border-width: 0; border-radius: 0; }#Js4S47h4bJAS5rU8Tfi6yU8iVTzTukRT > .row .container > .video-iframe-container {  }#Js4S47h4bJAS5rU8Tfi6yU8iVTzTukRT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:49.5rem;width:75rem;position:relative;display:block; }#OWZB7fuEWwUWdN87WcwupzCMcCOAMKl4 { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.625rem;width:8.75rem;top:7.9375rem;left:33.125rem;overflow:hidden;display:block; }
#l00r02ZNcU0WLdonkyXGSE6FgcC4yUSv { color:#127bb8;display:block;width:47.5rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:4.625rem;left:13.75rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eQXevpcKwRgDJJdOVZlLfQUgokbhoI8e { color:rgba(18,123,184,0.12);display:block;width:75rem;position:absolute;font-family:poppins;font-size:3.1875rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:2.4375rem;left:0rem;height:4.14388125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gO8ma9BWpKq9BxqioUzhTI3TxZaoMB8y { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.686625rem;width:22.999125rem;top:11rem;left:4.3125rem;overflow:hidden;display:block; }
#npytfEAD5JnheQfxP18i55XqDDXMdFcJ { color:#127bb8;display:block;width:38.4375rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:12.8125rem;left:29.9375rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nP06q0htQHKPuu3V2daDbhvS7KpECp9R { color:#127bb8;display:block;width:37.1875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:100014;line-height:1.3;letter-spacing:0;top:15.25rem;left:29.9375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kvGF93hBSrIZlOt2mDand6yXZKvCMNsI { color:#000000;display:block;width:39.561625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:100015;line-height:1.3;letter-spacing:0;top:18.8125rem;left:31.1875rem;height:19.49705625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#scLW61vpIt6G3Pt4hShm3fHTGWSTJaz5 { background-color:#e00014;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:2.68663125rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:42.496746063233rem;left:27.500003814698rem;display:block; }
#l69VoUQsZt9GNaWgbLOz26Tfmh33lckn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#n23r13C6J6VkCQe0tCSmnezRBDD31QQp { position:relative;display:block; }#n23r13C6J6VkCQe0tCSmnezRBDD31QQp { background-color: transparent; background-image: none; }#n23r13C6J6VkCQe0tCSmnezRBDD31QQp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n23r13C6J6VkCQe0tCSmnezRBDD31QQp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n23r13C6J6VkCQe0tCSmnezRBDD31QQp > .row .container > .video-iframe-container { display: none; }#n23r13C6J6VkCQe0tCSmnezRBDD31QQp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n23r13C6J6VkCQe0tCSmnezRBDD31QQp > .row > .video-iframe-container { display: none; }#n23r13C6J6VkCQe0tCSmnezRBDD31QQp > .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); }#n23r13C6J6VkCQe0tCSmnezRBDD31QQp { border-width: 0; border-radius: 0; }#n23r13C6J6VkCQe0tCSmnezRBDD31QQp > .row .container > .video-iframe-container {  }#n23r13C6J6VkCQe0tCSmnezRBDD31QQp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26.0625rem;width:75rem;position:relative;display:block; }#sPo2pAeAbGxk6cEcgTO2rnUqheWMgtlV { color:rgba(18,123,184,0.12);display:block;width:75rem;position:absolute;font-family:poppins;font-size:3.1875rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:3.5rem;left:0rem;height:4.14388125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tdXXSwPNc7LmvbsPe2p4d6SJy8ZmHxW5 { color:#127bb8;display:block;width:47.5rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:5.6875rem;left:13.75rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RdZnETW4Ta50pkgx032BENILtD8D3yUv { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.625rem;width:8.75rem;top:9rem;left:33.125rem;overflow:hidden;display:block; }
#TEWHqhEzVsJb4mTeRQVCgZ1rTx4knT54 { color:#000000;display:block;width:39.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:11.713325500488rem;left:17.96875rem;height:5.19965625rem;text-align:center;text-align-last:center;display:block; }
#bCO1RZBfCPAtmamUt68lZlLZqJ78wuQy { background-color:#0290ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.874125rem;height:2.68663125rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:18.717449188233rem;left:25.062934875488rem;display:block; }
#aCmCMKMLzvxb4rdwTsX1yRxIi6nHrIBS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#l3NDQZp9u2SDqT9TvAsLtTBDAlDzZLWQ { position:relative;display:block; }#l3NDQZp9u2SDqT9TvAsLtTBDAlDzZLWQ { background-color: transparent; background-image: none; }#l3NDQZp9u2SDqT9TvAsLtTBDAlDzZLWQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3NDQZp9u2SDqT9TvAsLtTBDAlDzZLWQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3NDQZp9u2SDqT9TvAsLtTBDAlDzZLWQ > .row .container > .video-iframe-container { display: none; }#l3NDQZp9u2SDqT9TvAsLtTBDAlDzZLWQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3NDQZp9u2SDqT9TvAsLtTBDAlDzZLWQ > .row > .video-iframe-container { display: none; }#l3NDQZp9u2SDqT9TvAsLtTBDAlDzZLWQ > .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); }#l3NDQZp9u2SDqT9TvAsLtTBDAlDzZLWQ { border-width: 0; border-radius: 0; }#l3NDQZp9u2SDqT9TvAsLtTBDAlDzZLWQ > .row .container > .video-iframe-container {  }#l3NDQZp9u2SDqT9TvAsLtTBDAlDzZLWQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:16.6875rem;width:75rem;position:relative;display:block; }#deJhu3FDBcLLEQ3gEiScaxVTQQOvPzTZ { color:rgba(18,123,184,0.12);display:block;width:75rem;position:absolute;font-family:poppins;font-size:3.1875rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:3.9375rem;left:0rem;height:8.2871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VMQt3afsSWCmDgrOZvJhbQXbROsCtJ3l { color:#127bb8;display:block;width:47.5rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:5.6875rem;left:13.75rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lACy9fTeMrQXbKDwgfzANtp7KTm0Gn7V { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.625rem;width:8.75rem;top:12.936817169189rem;left:33.125003814698rem;overflow:hidden;display:block; }
#dHtaT0bp3L3XnZPCUTMaSbHqtPsSPSex { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#dHtaT0bp3L3XnZPCUTMaSbHqtPsSPSex > .row .container { background-color: transparent; background-image: none; }#dHtaT0bp3L3XnZPCUTMaSbHqtPsSPSex::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHtaT0bp3L3XnZPCUTMaSbHqtPsSPSex > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHtaT0bp3L3XnZPCUTMaSbHqtPsSPSex > .row .container > .video-iframe-container { display: none; }#dHtaT0bp3L3XnZPCUTMaSbHqtPsSPSex > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHtaT0bp3L3XnZPCUTMaSbHqtPsSPSex > .row > .video-iframe-container { display: none; }#dHtaT0bp3L3XnZPCUTMaSbHqtPsSPSex > .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); }#dHtaT0bp3L3XnZPCUTMaSbHqtPsSPSex > .row .container { border-width: 0; border-radius: 0; }#dHtaT0bp3L3XnZPCUTMaSbHqtPsSPSex > .row > .video-iframe-container {  }#dHtaT0bp3L3XnZPCUTMaSbHqtPsSPSex > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#rosJzcPpToxuoMTTbR6XPE3sqCvVNFHM { display:block;width:48.686rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:1.7491340637207rem;left:10.810546875rem;height:1.625rem;text-align:left;text-align-last:left;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#BXGbBNw2unRIDH0QD95H9vfEQ17FA7pW { box-sizing:content-box;color:#000000;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:0.43701171875rem;left:4.19189453125rem;display:none; }
#r9kdnHstHLIHDH201PSqbxxUGiKmQJZK { position:absolute;display:block;z-index:100009;background-color:#0290ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:3.62413125rem;width:62.1875rem;top:0.74869918823244rem;left:6.40625rem;display:block; }
#AsUy2bpNkde4f1KvT0RguGhCe1q9n8lv { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.18706875rem;width:1.875rem;top:1.9672317504882rem;left:7.8168411254881rem;overflow:hidden;display:block; }
#zfBHUTtrK4TFiDLXFZ6P3B2EicNJXHIM { position:relative;display:block; }#zfBHUTtrK4TFiDLXFZ6P3B2EicNJXHIM { background-color: transparent; background-image: none; }#zfBHUTtrK4TFiDLXFZ6P3B2EicNJXHIM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfBHUTtrK4TFiDLXFZ6P3B2EicNJXHIM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfBHUTtrK4TFiDLXFZ6P3B2EicNJXHIM > .row .container > .video-iframe-container { display: none; }#zfBHUTtrK4TFiDLXFZ6P3B2EicNJXHIM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfBHUTtrK4TFiDLXFZ6P3B2EicNJXHIM > .row > .video-iframe-container { display: none; }#zfBHUTtrK4TFiDLXFZ6P3B2EicNJXHIM > .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); }#zfBHUTtrK4TFiDLXFZ6P3B2EicNJXHIM { border-width: 0; border-radius: 0; }#zfBHUTtrK4TFiDLXFZ6P3B2EicNJXHIM > .row .container > .video-iframe-container {  }#zfBHUTtrK4TFiDLXFZ6P3B2EicNJXHIM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.875rem;width:75rem;position:relative;display:block; }#VqgC80LWWR8gM36faKDPwWic1DpJrSMB { display:block;width:55.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:1.75rem;left:11.9375rem;height:5.19965625rem;text-align:left;text-align-last:left;color:#000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#s7mhbz4czNElBAvTiWEdCqIDB9IwAAbc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#s7mhbz4czNElBAvTiWEdCqIDB9IwAAbc > .row .container { background-color: transparent; background-image: none; }#s7mhbz4czNElBAvTiWEdCqIDB9IwAAbc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7mhbz4czNElBAvTiWEdCqIDB9IwAAbc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7mhbz4czNElBAvTiWEdCqIDB9IwAAbc > .row .container > .video-iframe-container { display: none; }#s7mhbz4czNElBAvTiWEdCqIDB9IwAAbc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7mhbz4czNElBAvTiWEdCqIDB9IwAAbc > .row > .video-iframe-container { display: none; }#s7mhbz4czNElBAvTiWEdCqIDB9IwAAbc > .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); }#s7mhbz4czNElBAvTiWEdCqIDB9IwAAbc > .row .container { border-width: 0; border-radius: 0; }#s7mhbz4czNElBAvTiWEdCqIDB9IwAAbc > .row > .video-iframe-container {  }#s7mhbz4czNElBAvTiWEdCqIDB9IwAAbc > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#HqT6ReLL8f49LtXpv8JG7zr8zKTKy4Sm { display:block;width:48.686rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:1.7491340637207rem;left:10.810546875rem;height:1.625rem;text-align:left;text-align-last:left;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fbLUZdpg5msLcNi1TH1fVTHGhCdUoX8M { box-sizing:content-box;color:#000000;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:0.43701171875rem;left:4.19189453125rem;display:none; }
#TlTWZpdVoKT86xTzBiVsv3RrqQFd6KTb { position:absolute;display:block;z-index:100009;background-color:#0290ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:3.62413125rem;width:62.1875rem;top:0.74869918823244rem;left:6.40625rem;display:block; }
#xRr8dkM7yBFn5eILOqcZ79IfHIuJq2ua { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.18706875rem;width:1.875rem;top:1.9672317504882rem;left:7.8168411254881rem;overflow:hidden;display:block; }
#Pku2Zk322EtTwof8Ny9T9NxXXmIwPmTB { position:relative;display:block; }#Pku2Zk322EtTwof8Ny9T9NxXXmIwPmTB { background-color: transparent; background-image: none; }#Pku2Zk322EtTwof8Ny9T9NxXXmIwPmTB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pku2Zk322EtTwof8Ny9T9NxXXmIwPmTB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pku2Zk322EtTwof8Ny9T9NxXXmIwPmTB > .row .container > .video-iframe-container { display: none; }#Pku2Zk322EtTwof8Ny9T9NxXXmIwPmTB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pku2Zk322EtTwof8Ny9T9NxXXmIwPmTB > .row > .video-iframe-container { display: none; }#Pku2Zk322EtTwof8Ny9T9NxXXmIwPmTB > .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); }#Pku2Zk322EtTwof8Ny9T9NxXXmIwPmTB { border-width: 0; border-radius: 0; }#Pku2Zk322EtTwof8Ny9T9NxXXmIwPmTB > .row .container > .video-iframe-container {  }#Pku2Zk322EtTwof8Ny9T9NxXXmIwPmTB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#W4045ww6dW2ruPW2tWmbx703JtiU7wiq { display:block;width:55.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:1.75rem;left:11.9375rem;height:3.8994125rem;text-align:left;text-align-last:left;color:#000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#eEbQL6rLWA1mm5GSxzSGk0l9AzgS73vA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#eEbQL6rLWA1mm5GSxzSGk0l9AzgS73vA > .row .container { background-color: transparent; background-image: none; }#eEbQL6rLWA1mm5GSxzSGk0l9AzgS73vA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eEbQL6rLWA1mm5GSxzSGk0l9AzgS73vA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eEbQL6rLWA1mm5GSxzSGk0l9AzgS73vA > .row .container > .video-iframe-container { display: none; }#eEbQL6rLWA1mm5GSxzSGk0l9AzgS73vA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eEbQL6rLWA1mm5GSxzSGk0l9AzgS73vA > .row > .video-iframe-container { display: none; }#eEbQL6rLWA1mm5GSxzSGk0l9AzgS73vA > .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); }#eEbQL6rLWA1mm5GSxzSGk0l9AzgS73vA > .row .container { border-width: 0; border-radius: 0; }#eEbQL6rLWA1mm5GSxzSGk0l9AzgS73vA > .row > .video-iframe-container {  }#eEbQL6rLWA1mm5GSxzSGk0l9AzgS73vA > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#oVtZi1UeAKk6Uwm1SMsqVyxsfFT8R5pX { display:block;width:48.686rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:1.7491340637207rem;left:10.810546875rem;height:1.625rem;text-align:left;text-align-last:left;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dnAZDt7VFstwgHAwWq5DLPqT84fx0ATT { position:absolute;display:block;z-index:100009;background-color:#0290ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:3.62413125rem;width:62.1875rem;top:0.74869918823244rem;left:6.40625rem;display:block; }
#VhOTldXOGwXfPAzV0W5Zzh4xd6ZAE5IM { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.18706875rem;width:1.875rem;top:1.9672317504882rem;left:7.8168411254881rem;overflow:hidden;display:block; }
#mIDHUfVixhCqZNUstUgIQ1zN6IcPH8fA { position:relative;display:block; }#mIDHUfVixhCqZNUstUgIQ1zN6IcPH8fA { background-color: transparent; background-image: none; }#mIDHUfVixhCqZNUstUgIQ1zN6IcPH8fA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mIDHUfVixhCqZNUstUgIQ1zN6IcPH8fA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mIDHUfVixhCqZNUstUgIQ1zN6IcPH8fA > .row .container > .video-iframe-container { display: none; }#mIDHUfVixhCqZNUstUgIQ1zN6IcPH8fA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mIDHUfVixhCqZNUstUgIQ1zN6IcPH8fA > .row > .video-iframe-container { display: none; }#mIDHUfVixhCqZNUstUgIQ1zN6IcPH8fA > .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); }#mIDHUfVixhCqZNUstUgIQ1zN6IcPH8fA { border-width: 0; border-radius: 0; }#mIDHUfVixhCqZNUstUgIQ1zN6IcPH8fA > .row .container > .video-iframe-container {  }#mIDHUfVixhCqZNUstUgIQ1zN6IcPH8fA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#hWrsHkBQAltOnxElla6D3k0uoxh7wPJG { display:block;width:55.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:1.75rem;left:11.9375rem;height:2.599825rem;text-align:left;text-align-last:left;color:#000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#s1tfucEhvWMzF0Wm12uRgTHTpdheeBDp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#s1tfucEhvWMzF0Wm12uRgTHTpdheeBDp > .row .container { background-color: transparent; background-image: none; }#s1tfucEhvWMzF0Wm12uRgTHTpdheeBDp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s1tfucEhvWMzF0Wm12uRgTHTpdheeBDp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s1tfucEhvWMzF0Wm12uRgTHTpdheeBDp > .row .container > .video-iframe-container { display: none; }#s1tfucEhvWMzF0Wm12uRgTHTpdheeBDp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s1tfucEhvWMzF0Wm12uRgTHTpdheeBDp > .row > .video-iframe-container { display: none; }#s1tfucEhvWMzF0Wm12uRgTHTpdheeBDp > .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); }#s1tfucEhvWMzF0Wm12uRgTHTpdheeBDp > .row .container { border-width: 0; border-radius: 0; }#s1tfucEhvWMzF0Wm12uRgTHTpdheeBDp > .row > .video-iframe-container {  }#s1tfucEhvWMzF0Wm12uRgTHTpdheeBDp > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#UVvgInAcdeigDX8Ag478ffTQO1sm56ZR { display:block;width:48.686rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:1.7491340637207rem;left:10.810546875rem;height:1.625rem;text-align:left;text-align-last:left;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#K2CaHM0P8zUi2gCumNS8htHBSwtIVNTc { box-sizing:content-box;color:#000000;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:0.43701171875rem;left:4.19189453125rem;display:none; }
#WUGTTZDI7EXoQO8w6ce7Wu6sageoIGc0 { position:absolute;display:block;z-index:100009;background-color:#0290ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:3.62413125rem;width:62.1875rem;top:0.74869918823244rem;left:6.40625rem;display:block; }
#b5XvUasNidRGBORNpcheCB27VB30KSGq { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.18706875rem;width:1.875rem;top:1.9672317504882rem;left:7.8168411254881rem;overflow:hidden;display:block; }
#V0iRNQoXyoSSimiBSM2DMKygOlfXPNBy { position:relative;display:block; }#V0iRNQoXyoSSimiBSM2DMKygOlfXPNBy { background-color: transparent; background-image: none; }#V0iRNQoXyoSSimiBSM2DMKygOlfXPNBy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0iRNQoXyoSSimiBSM2DMKygOlfXPNBy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0iRNQoXyoSSimiBSM2DMKygOlfXPNBy > .row .container > .video-iframe-container { display: none; }#V0iRNQoXyoSSimiBSM2DMKygOlfXPNBy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0iRNQoXyoSSimiBSM2DMKygOlfXPNBy > .row > .video-iframe-container { display: none; }#V0iRNQoXyoSSimiBSM2DMKygOlfXPNBy > .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); }#V0iRNQoXyoSSimiBSM2DMKygOlfXPNBy { border-width: 0; border-radius: 0; }#V0iRNQoXyoSSimiBSM2DMKygOlfXPNBy > .row .container > .video-iframe-container {  }#V0iRNQoXyoSSimiBSM2DMKygOlfXPNBy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;position:relative;display:block; }#tU6Wwxr0f32eIL0lwCI8OuSuTNbNqEr0 { display:block;width:55.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:1.75rem;left:11.9375rem;height:1.2999125rem;text-align:left;text-align-last:left;color:#000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#I3ZTIdhS0pd9vuzOVTy6sXKks5rGFm2Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#I3ZTIdhS0pd9vuzOVTy6sXKks5rGFm2Q > .row .container { background-color: transparent; background-image: none; }#I3ZTIdhS0pd9vuzOVTy6sXKks5rGFm2Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3ZTIdhS0pd9vuzOVTy6sXKks5rGFm2Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3ZTIdhS0pd9vuzOVTy6sXKks5rGFm2Q > .row .container > .video-iframe-container { display: none; }#I3ZTIdhS0pd9vuzOVTy6sXKks5rGFm2Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3ZTIdhS0pd9vuzOVTy6sXKks5rGFm2Q > .row > .video-iframe-container { display: none; }#I3ZTIdhS0pd9vuzOVTy6sXKks5rGFm2Q > .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); }#I3ZTIdhS0pd9vuzOVTy6sXKks5rGFm2Q > .row .container { border-width: 0; border-radius: 0; }#I3ZTIdhS0pd9vuzOVTy6sXKks5rGFm2Q > .row > .video-iframe-container {  }#I3ZTIdhS0pd9vuzOVTy6sXKks5rGFm2Q > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#HBdg9A3ckBC2bC5PwLt4bq9uxwUVyBkm { display:block;width:48.686rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:1.7491340637207rem;left:10.810546875rem;height:1.625rem;text-align:left;text-align-last:left;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MykTX13DbyWLa41eAgiBmygEB87ZWy0d { box-sizing:content-box;color:#000000;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:0.43701171875rem;left:4.19189453125rem;display:none; }
#BzZzkZAGnfRzFksmw8z1QNvEcxMvw8ex { position:absolute;display:block;z-index:100009;background-color:#0290ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:3.62413125rem;width:62.1875rem;top:0.74869918823244rem;left:6.40625rem;display:block; }
#qGzsHczRwLhtrnZ5wTpF8Jm5UD5Fu4sM { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.18706875rem;width:1.875rem;top:1.9672317504882rem;left:7.8168411254881rem;overflow:hidden;display:block; }
#eeA02pxW14pCR5iyzOPrDB408APkQMNJ { position:relative;display:block; }#eeA02pxW14pCR5iyzOPrDB408APkQMNJ { background-color: transparent; background-image: none; }#eeA02pxW14pCR5iyzOPrDB408APkQMNJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eeA02pxW14pCR5iyzOPrDB408APkQMNJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eeA02pxW14pCR5iyzOPrDB408APkQMNJ > .row .container > .video-iframe-container { display: none; }#eeA02pxW14pCR5iyzOPrDB408APkQMNJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eeA02pxW14pCR5iyzOPrDB408APkQMNJ > .row > .video-iframe-container { display: none; }#eeA02pxW14pCR5iyzOPrDB408APkQMNJ > .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); }#eeA02pxW14pCR5iyzOPrDB408APkQMNJ { border-width: 0; border-radius: 0; }#eeA02pxW14pCR5iyzOPrDB408APkQMNJ > .row .container > .video-iframe-container {  }#eeA02pxW14pCR5iyzOPrDB408APkQMNJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;position:relative;display:block; }#r9SvTTMS22WCoyPT7uQFcmQgds1y7vch { display:block;width:55.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:1.75rem;left:11.9375rem;height:1.2999125rem;text-align:left;text-align-last:left;color:#000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rXUwZ8TmK18WDLHUmBuTN3eMZTnirXNf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#rXUwZ8TmK18WDLHUmBuTN3eMZTnirXNf > .row .container { background-color: transparent; background-image: none; }#rXUwZ8TmK18WDLHUmBuTN3eMZTnirXNf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXUwZ8TmK18WDLHUmBuTN3eMZTnirXNf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXUwZ8TmK18WDLHUmBuTN3eMZTnirXNf > .row .container > .video-iframe-container { display: none; }#rXUwZ8TmK18WDLHUmBuTN3eMZTnirXNf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXUwZ8TmK18WDLHUmBuTN3eMZTnirXNf > .row > .video-iframe-container { display: none; }#rXUwZ8TmK18WDLHUmBuTN3eMZTnirXNf > .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); }#rXUwZ8TmK18WDLHUmBuTN3eMZTnirXNf > .row .container { border-width: 0; border-radius: 0; }#rXUwZ8TmK18WDLHUmBuTN3eMZTnirXNf > .row > .video-iframe-container {  }#rXUwZ8TmK18WDLHUmBuTN3eMZTnirXNf > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#W1cCL6ektQgoP8J8ey6ltqkM5HmM7oxs { display:block;width:48.686rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:1.7491340637207rem;left:10.810546875rem;height:1.625rem;text-align:left;text-align-last:left;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XThiNesqHShZMTgm6U9TlSV3L95cSaip { box-sizing:content-box;color:#000000;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:0.43701171875rem;left:4.19189453125rem;display:none; }
#nO32c5oxAPXMqZ6RXHMaNNMEVBVxuPnN { position:absolute;display:block;z-index:100009;background-color:#0290ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:3.62413125rem;width:62.1875rem;top:0.74869918823244rem;left:6.40625rem;display:block; }
#RTDQO1oAM1ua9JgnfEBQoUf21JWDfgF5 { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.18706875rem;width:1.875rem;top:1.9672317504882rem;left:7.8168411254881rem;overflow:hidden;display:block; }
#aXEw65Uauukx0B5XWg00LsQBViv6TObd { position:relative;display:block; }#aXEw65Uauukx0B5XWg00LsQBViv6TObd { background-color: transparent; background-image: none; }#aXEw65Uauukx0B5XWg00LsQBViv6TObd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aXEw65Uauukx0B5XWg00LsQBViv6TObd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aXEw65Uauukx0B5XWg00LsQBViv6TObd > .row .container > .video-iframe-container { display: none; }#aXEw65Uauukx0B5XWg00LsQBViv6TObd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aXEw65Uauukx0B5XWg00LsQBViv6TObd > .row > .video-iframe-container { display: none; }#aXEw65Uauukx0B5XWg00LsQBViv6TObd > .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); }#aXEw65Uauukx0B5XWg00LsQBViv6TObd { border-width: 0; border-radius: 0; }#aXEw65Uauukx0B5XWg00LsQBViv6TObd > .row .container > .video-iframe-container {  }#aXEw65Uauukx0B5XWg00LsQBViv6TObd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.9375rem;width:75rem;position:relative;display:block; }#kFqV0XHOKmmOLykHUVOxqogeE7CcsoNb { display:block;width:55.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:1.75rem;left:11.9375rem;height:5.19921875rem;text-align:left;text-align-last:left;color:#000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#EuvLeaTd3tRxOnXsMsdPrLQOk8zNQs0t { position:relative;display:block; }#EuvLeaTd3tRxOnXsMsdPrLQOk8zNQs0t { background-color: transparent; background-image: none; }#EuvLeaTd3tRxOnXsMsdPrLQOk8zNQs0t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EuvLeaTd3tRxOnXsMsdPrLQOk8zNQs0t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EuvLeaTd3tRxOnXsMsdPrLQOk8zNQs0t > .row .container > .video-iframe-container { display: none; }#EuvLeaTd3tRxOnXsMsdPrLQOk8zNQs0t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EuvLeaTd3tRxOnXsMsdPrLQOk8zNQs0t > .row > .video-iframe-container { display: none; }#EuvLeaTd3tRxOnXsMsdPrLQOk8zNQs0t > .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); }#EuvLeaTd3tRxOnXsMsdPrLQOk8zNQs0t { border-width: 0; border-radius: 0; }#EuvLeaTd3tRxOnXsMsdPrLQOk8zNQs0t > .row .container > .video-iframe-container {  }#EuvLeaTd3tRxOnXsMsdPrLQOk8zNQs0t > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:50.75rem;width:75rem;position:relative;display:block; }#vD34oK8k1JtKcGvHduBPfNbqgmcLGAON { color:rgba(18,123,184,0.12);display:block;width:75rem;position:absolute;font-family:poppins;font-size:3.1875rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:6.4375rem;left:0rem;height:8.2871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g26ytIe8s1MWgBd4TbE83G7oTraQrVTk { color:#127bb8;display:block;width:53.499375rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:8.3292121887206rem;left:10.748699188233rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sTEtwirR28RzaHKSANTLb8UlFVhZ1BKt { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.625rem;width:8.75rem;top:15.374568939209rem;left:33.125003814698rem;overflow:hidden;display:block; }
#RskVSTf88cZ9ztmeENJkrkX748F0BfPX { color:#127bb8;display:block;width:27.5rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:27.25rem;left:10.75rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#R1DbbAR7TauODyH6rMo0ISZWDkiK5DEE { color:#127bb8;display:block;width:25.1875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:100017;line-height:1.3;letter-spacing:0;top:29.75rem;left:10.75rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#y6aCHbLWgxHUrSvEFHvPC6kyQWBTZviU { color:#000000;display:block;width:26.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;top:32.875rem;left:12rem;height:2.599825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lRnwv4i3rslsiSBcn0GfR7p8TEA10TJ3 { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.625rem;width:22.75rem;top:17.529730796814rem;left:41.567928314209rem;overflow:hidden;display:block; }
#hz3e5ThhedrDA6P0itN4UAPlnl0M5AvJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0290ff;background-image:none;position:relative;display:block; }#hz3e5ThhedrDA6P0itN4UAPlnl0M5AvJ > .row .container { background-color: transparent; background-image: none; }#hz3e5ThhedrDA6P0itN4UAPlnl0M5AvJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hz3e5ThhedrDA6P0itN4UAPlnl0M5AvJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hz3e5ThhedrDA6P0itN4UAPlnl0M5AvJ > .row .container > .video-iframe-container { display: none; }#hz3e5ThhedrDA6P0itN4UAPlnl0M5AvJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hz3e5ThhedrDA6P0itN4UAPlnl0M5AvJ > .row > .video-iframe-container { display: none; }#hz3e5ThhedrDA6P0itN4UAPlnl0M5AvJ > .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); }#hz3e5ThhedrDA6P0itN4UAPlnl0M5AvJ > .row .container { border-width: 0; border-radius: 0; }#hz3e5ThhedrDA6P0itN4UAPlnl0M5AvJ > .row > .video-iframe-container {  }#hz3e5ThhedrDA6P0itN4UAPlnl0M5AvJ > .row .container { font-size:0.875rem;font-family:arial;height:30.6875rem;width:75rem;position:relative;display:block; }#OBmvA9XrpGiKlW6eBrDq2VtCmAlBTaAd { background-color:#0290ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:poppins;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.68663125rem;text-decoration:none;z-index:100018;text-align:left;text-align-last:left;top:9.875rem;left:8.3125rem;display:block; }
#s7uCJKHCBT4xaJaiWdZ2sSlm8O1mUfLA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zVOJrNUUNIhxHiZnslhbdnD3drJXLzcC { background-color:#0290ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:poppins;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9375rem;height:2.6875rem;text-decoration:none;z-index:100019;text-align:left;text-align-last:left;top:12.6875rem;left:8.3125rem;display:block; }
#Nz0enooOX5S4pSdaztSRJISrnqLUL6HV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WBmb1LeaHDZtkMw23iJFEF7cfaJdmi9w { background-color:#0290ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:poppins;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.936875rem;height:2.68663125rem;text-decoration:none;z-index:100020;text-align:left;text-align-last:left;top:15.5625rem;left:8.3125rem;display:block; }
#BFi9IidlWyW7ayTHQN29e8aaT6HUE0g9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TF0KLyXiXwfweWq3wOweiFacAQbhoxKm { background-color:#0290ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:poppins;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.936875rem;height:2.68555rem;text-decoration:none;z-index:100021;text-align:left;text-align-last:left;top:18.25rem;left:8.3125rem;display:block; }
#fB7JqUMIU5Ix0XAW008fTb89yfBDvZ6W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MIf7zhyuW3Hwc2e7gOnQgiWfFmdqINfW { background-color:#0290ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:poppins;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.499125rem;height:2.68663125rem;text-decoration:none;z-index:100023;text-align:left;text-align-last:left;top:20.9375rem;left:8.3125rem;display:block; }
#gduPBWcc3ZLielTh9XhdORXpCxU6L561 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QMsGeDhrUT15WN3TTuLpcSrspyCW1ULi { background-color:#0290ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:poppins;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.4980625rem;height:2.68555rem;text-decoration:none;z-index:100024;text-align:left;text-align-last:left;top:23.625rem;left:8.3125rem;display:block; }
#u3MkrOdHQzRVDkprvMAM3vbiL8XCA1FO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cbPaAZAmfwBHxByHIJhWRtwTh3rtLbxU { background-color:#0290ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:poppins;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.68555rem;text-decoration:none;z-index:100019;text-align:left;text-align-last:left;top:7.125rem;left:8.3125rem;display:block; }
#TbkNZHo73ZC84CdLVIOk5FHGWfTMzAbK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#x9NW8Z0nJwPPcKAtutb9FlHzpyK19UwS { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:3.375rem;left:5.25rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nR1kAS9wR0voGcAueE6oPf56P53Tlth1 { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.24956875rem;width:11.3748125rem;top:21.4365234375rem;left:56.1083984375rem;overflow:hidden;display:block; }
#fX87CKimrhD59qOqpE8HxD8S3m4q2Bye { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:4.0625rem;left:40.0625rem;height:4.875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#WMMPtCt6zFCoaHPrp48DTTg0CNQouepf { background-color:#e00014;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.2480625rem;height:2.68555rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:10rem;left:53.3125rem;display:block; }
#Q0c5wxJfLuZmT5nu6CPko2u07wgECkgg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QEbuZ7S49WiMklanTTQiw7x8f18gDcz0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#QEbuZ7S49WiMklanTTQiw7x8f18gDcz0 > .row .container { background-color: transparent; background-image: none; }#QEbuZ7S49WiMklanTTQiw7x8f18gDcz0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QEbuZ7S49WiMklanTTQiw7x8f18gDcz0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QEbuZ7S49WiMklanTTQiw7x8f18gDcz0 > .row .container > .video-iframe-container { display: none; }#QEbuZ7S49WiMklanTTQiw7x8f18gDcz0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QEbuZ7S49WiMklanTTQiw7x8f18gDcz0 > .row > .video-iframe-container { display: none; }#QEbuZ7S49WiMklanTTQiw7x8f18gDcz0 > .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); }#QEbuZ7S49WiMklanTTQiw7x8f18gDcz0 > .row .container { border-width: 0; border-radius: 0; }#QEbuZ7S49WiMklanTTQiw7x8f18gDcz0 > .row > .video-iframe-container {  }#QEbuZ7S49WiMklanTTQiw7x8f18gDcz0 > .row .container { font-size:0.875rem;font-family:arial;height:3rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #T1n0uTqfhpoRGHAWexCIvN44rJsKZc7y { display:block; }#T1n0uTqfhpoRGHAWexCIvN44rJsKZc7y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X9qAqNPNE0bzDbWPt95QVDRCZACdQ50Z .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X9qAqNPNE0bzDbWPt95QVDRCZACdQ50Z .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; }
#X9qAqNPNE0bzDbWPt95QVDRCZACdQ50Z .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; }
#X9qAqNPNE0bzDbWPt95QVDRCZACdQ50Z { display:flex;width:18rem;height:5.0625rem;top:1.9375rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #X9qAqNPNE0bzDbWPt95QVDRCZACdQ50Z #oA1p8pIW9Z9JMpqqTZ1iy9noKwSGGsSP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X9qAqNPNE0bzDbWPt95QVDRCZACdQ50Z #uGPtU4txrx4VCSMoFeWhXZbU0EmLANpA {  }
 }@media only screen and (max-width: 763px) { #X9qAqNPNE0bzDbWPt95QVDRCZACdQ50Z #U9iRTL1S2QT4G1awrpszQdSWJNRl69vi {  }
 }@media only screen and (max-width: 763px) { #X9qAqNPNE0bzDbWPt95QVDRCZACdQ50Z #zuw5t4Slc624HcLe4bOq7kePmWf7FiW8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X9qAqNPNE0bzDbWPt95QVDRCZACdQ50Z #w7LG42gB1KanMKytSuTWMMbgQWqETm43 {  }
 }@media only screen and (max-width: 763px) { #X9qAqNPNE0bzDbWPt95QVDRCZACdQ50Z #BOUALFTqUnSaITBVPkN1pP4lagDeud1v {  }
 }@media only screen and (max-width: 763px) { #X9qAqNPNE0bzDbWPt95QVDRCZACdQ50Z #DBsrkfWVXtuO0LuSZsU0CN641ZIapgJf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X9qAqNPNE0bzDbWPt95QVDRCZACdQ50Z #Hu10ue452OesIPQ2Ep37cTv35OhMW9Wd {  }
 }@media only screen and (max-width: 763px) { #X9qAqNPNE0bzDbWPt95QVDRCZACdQ50Z #e0nV1pJk70JR5pEIHCO7uCcCzq8lpmli {  }
 }@media only screen and (max-width: 763px) { #X9qAqNPNE0bzDbWPt95QVDRCZACdQ50Z #SEb0uAhPFEyxfPQEuCspv0gi3sKcp6J0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X9qAqNPNE0bzDbWPt95QVDRCZACdQ50Z #EOAlBWPVMtHvlZl9X8XlLhW2bQsbTPtW {  }
 }@media only screen and (max-width: 763px) { #X9qAqNPNE0bzDbWPt95QVDRCZACdQ50Z #K53tVd6EOCShPJTDf8Z9QUqehIBREIXv {  }
 }@media only screen and (max-width: 763px) { #Vl5CWqDqW0hIUmLMlX8MqDkZC3ISMG3B { width:18.25rem;height:2.8125rem;top:1.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeMAqObAalMymybzNHH32dSaal6qDG0I { width:13.4375rem;height:2.6875rem;top:2rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mc6hzXSPCWwpqowJh8QmNNH7c4ZsqIDG { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rAAt4tETPgsSkBWKHznsfECzuOWr4N29 { width:14.1875rem;height:2.625rem;top:32.625rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wut2IdpR4l6TowB4332WXSCGcsO2fz2f { display:block; }
 }@media only screen and (max-width: 763px) { #WKxx5GoHeGC3oOe3oT0tLT2cSy3CLFOR { top:10.4375rem;left:0rem;width:18.125rem;height:6.2905635511388rem;display:block; }
 }@media only screen and (max-width: 763px) { #eG3348y36FzyXVHEuhRkawdpHOTpSD3Z { top:18.5625rem;left:0rem;width:34rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzIrsEyGX8dApisJROMOaPZr2mPMkRMz { top:21.6875rem;left:0rem;width:28.5rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EI7phCOy0g7usxu0FGEMe47cNrW4M3Wo { top:27.5625rem;left:0rem;width:39.8125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLRVR2WmZT9inhsRAfzDvDh8s4TXFBdC { top:9.6875rem;left:14.3125rem;width:7.1875rem;height:7.7455514940425rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9MpGufHf4Z37XzzIMa3QBTABXmpdmaZ { top:10.3125rem;left:30.875rem;width:6.0625rem;height:6.5572141346894rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9TFJRdRO5Jx8osuWX0Lvu9rz1VkPHuB { top:19.5rem;left:25.9375rem;width:7.1875rem;height:6.18696875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9RotElwTeqKpKCU8pyl0OlM9Z06BiFJ { display:none; }#Q9RotElwTeqKpKCU8pyl0OlM9Z06BiFJ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vd5EKz7FrZveinR2hySzSkDz700hSM9L { top:5.6875rem;left:0rem;width:18.1875rem;height:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SSTydF2vks9gq5WylJfJwAyTaqf0J02N { top:4.9375rem;left:14.4375rem;width:7.25rem;height:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q0qTNBofEuDu78kJ7UqCh5toTpP6gOLT { top:13.75rem;left:0rem;width:20rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pXoC9w9mupuRy5d8J8wft5kLgkX0r6T9 { top:10.75rem;left:0rem;width:11.75rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mQFq0yV7Btl65bWOtPn4FhxQX8vJTCw5 { width:14.25rem;height:2.6875rem;top:27.875rem;left:16.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #w7JWFcNXTtuNp3tkxwSVuqTmTK23d1ey { display:block; }
 }@media only screen and (max-width: 763px) { #fvkySexXKKQGMCvygd6srxy4yel1Qalo { top:22.8125rem;left:0rem;width:2.25rem;height:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #irULCPIh9RKxf6JPB80oxGNNraTBcIUu { top:5.5rem;left:31.000001907349rem;width:6.125rem;height:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JFag77x7dGJMafRF4QHCXif7FFVx9Mnk { display:block; }#JFag77x7dGJMafRF4QHCXif7FFVx9Mnk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UnKkuXeeUoN05tpLy2CuJVCM8i2rh5ga { top:3.8125rem;left:10.6875rem;width:26.375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZO958zWKbVgkzSr4w7V11tiaTGsDv9w { top:1.5625rem;left:1.21875rem;width:45.3125rem;height:4.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWq4i4CXGmBPdNOTCJSO9QwTDfbMP7lT { top:10.875rem;left:0rem;width:47.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tz8EqXBAgTJ7GIrXoHZNTlbT8TR5RQdO { top:7.25rem;left:19.5rem;width:8.75rem;height:;display:block; }
 }@media only screen and (max-width: 763px) { #cN46IuHgNRlttxcoWTZE7SRmeRK2Wiva { top:19.5rem;left:0rem;width:32.6875rem;height:25.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtvFNwOrhA8pwlVAf4heuIkKqI6oCxAl { top:13rem;left:10.6875rem;width:26.375rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkFTwwqKQfExmzK57vGX9M8RoCZhd4qN { top:22.1875rem;left:20.5625rem;width:27.1875rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p36QcKpyPnAbWowB8R2967yNJWfOobJZ { top:56.0625rem;left:0rem;width:47.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8kSVQIagQU6WuZdHxb9BHzSdFJsxec9 { top:48.6875rem;left:0.53081893920899rem;width:42.5rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UE650TRPViPg6Mu31ZT3iKfVJInAIkbB { width:14.25rem;height:2.6875rem;top:35.5625rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDBExwTz7yA3DOlcFMnwVrtdwygvMio7 { display:block; }
 }@media only screen and (max-width: 763px) { #ppV9TC0ZB4oFbPzAb6ETo6s4Hhr0NsZp { top:24.25rem;left:21.375rem;width:26.375rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMOxDK1ZK8BlNB4hcn2he4vKzviywS6e { top:26.9375rem;left:21.4375rem;width:26.3125rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5LXE619mInp8JtytrhWELEIMV1MvDP6 { top:32.375rem;left:25.4375rem;width:22.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNS8dfrn53s9het4tVG57Owu9TEiXpDF { top:28.4375rem;left:21.4375rem;width:26.3125rem;height:3.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJ4kRChSxdryd4zqFvD0K5T29GQ3eVGk { width:14.25rem;height:2.6875rem;top:27.875rem;left:16.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nUy9k3hw6elapRbrHkPROXbLhuDr2TT7 { display:block; }
 }@media only screen and (max-width: 763px) { #uy74gT4e5uvtTaT419uMxKVTCeKL2yQ5 { width:44.5rem;height:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OTS0svk9TnFszmVTUA3Rf7uGqeTwJOtm { display:block; }#OTS0svk9TnFszmVTUA3Rf7uGqeTwJOtm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PSziKWb7e48SsgeykEVF4oT2fNo90MBv { top:6.5625rem;left:19.5rem;width:8.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #JKrp7UuTsDSt7dazdP3BCRJwpx9RfTtZ { top:3.0625rem;left:3.09375rem;width:41.5625rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVmp28r2BWwfck8uAaiZbaXaiwTnwgu6 { top:0.8125rem;left:0rem;width:47.75rem;height:4.3125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReBTAvP2GHHaMT1DxFitNy0BV2SSCHNP { top:9.25rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7WzhPAu2BMPD2ReA5wSoCeHLwui6U4n { top:8.625rem;left:3.25rem;width:41.25rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGSpRPKdKBUvvROsXETvBHLIloG5xzCm { display:block; }#sGSpRPKdKBUvvROsXETvBHLIloG5xzCm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Re5KArUiduQ0B16n4cPRThCTlFmCE9xe { top:3.8125rem;left:8.25rem;width:31.25rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQQ6378DEARQ9FXSL7gl625bQnTacdq4 { top:7.375rem;left:19.5rem;width:8.75rem;height:0.65104375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNAXxDkKZnWdVPPDMtLe5sOJOG7So0SX { top:9.0625rem;left:0rem;width:47.75rem;height:66.748404255319rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCovNzvCkSIkCz9Ve1whdr67s33geD1e { top:93.3125rem;left:1.4052734375rem;width:44.9375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #StXe4r8CXrBQlByJf5WOSgKOIWaanQI0 { top:1.625rem;left:0rem;width:47.75rem;height:4.25rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQrlsX4dDGUEQlBe0LSbWvuLTATxfn8m { width:47.75rem;height:171.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UoI05FMd0iEQnFWg7kPLTSl6BlAszhJQ { top:21.1875rem;left:2.5625rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsqTEEvaUx2HMcvESNuuWrGNvlH0Pm8Q { top:24.0625rem;left:0rem;width:20.9375rem;height:5.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6X45eAbQX4s2wuv2M5SaGSmzby4OQ6k { top:36.625rem;left:35.0625rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZishQA8GPdD4LqW0Q3hyxKDlToTMdIaP { top:39.625rem;left:26.5625rem;width:20.75rem;height:6.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAhx83lJxyPIySaqaxSSKV3AzTMTIn1h { top:57.6875rem;left:1.5625rem;width:16.75rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGKHOJMFKaL4t3ENncJ95VTgFbaQJTRZ { top:60.5625rem;left:0rem;width:20.75rem;height:5.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpRAIkosH9pbJE5W86B2uIw4fmEBqwu8 { top:73.125rem;left:29.5rem;width:18.25rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTAzXT8D2cQGPzsi14s9eykFvvIE3ClF { top:76rem;left:27.625rem;width:20.125rem;height:5.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNl3rkiwMnwRZlmKhCeEDm5GIFXGQXpK { display:block; }#HNl3rkiwMnwRZlmKhCeEDm5GIFXGQXpK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DUIUDUdC9NCmwnZTUSPmirvd00hITgEF { top:4.9375rem;left:3.8125rem;width:40rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWMv4iZAKNPscTeBLFIqIqFnggUp9kCw { top:2.75rem;left:0rem;width:47.75rem;height:4.25rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgTRWJUFOCkWCBiWGv7TSuJVDU92zyQ6 { top:8.625rem;left:19.500003814698rem;width:8.75rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vix2EfTOpzwnf3FzfL9mNcKFFMkzMsPi { top:12.5625rem;left:0rem;width:17.875rem;height:24.164885869887rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFoU5Fqec9C4b5sB8q3I9N5TTQ1QAq5N { top:12.5625rem;left:15.25rem;width:17.5rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXTx4UZ3hOJADWJBLFcJoPaHxNMwciaE { top:12.5625rem;left:30.25rem;width:17.5rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnXRR7dAkTGinNt7T0ZxMG71uAxy5823 { top:2.8125rem;left:17.5625rem;width:8.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #HUfibJsTe2yAEr9Q0tXtcKTmTVDchNii { display:block; }#HUfibJsTe2yAEr9Q0tXtcKTmTVDchNii > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JsZdgeCmFAZVJokpa5gq8Kfqf4Tw4Jw9 { top:4.9375rem;left:3.8125rem;width:40rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOVOXRVfFHEkMAJLiZpqwTlZMxBRmKDh { top:2.75rem;left:0rem;width:47.75rem;height:4.25rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGa27IfqEgGzR6o8887M8pv7LJOLBJqJ { top:8.625rem;left:19.500003814698rem;width:8.75rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuhOLqHKOX2cELTH3f1IweFnuT4pnehg { top:12.5625rem;left:0rem;width:15.8125rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6PtV6zeeZX644uonRyvdzlJxLvDgnxL { top:12.5625rem;left:15.25rem;width:15.375rem;height:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #phsPsSuZX6gz5MWzlc350hQbJnvL0bKG { top:12.5625rem;left:30.25rem;width:15.375rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewRdNqwrFPUPSSbwZxnGHoW7XtppVGkU { top:2.8125rem;left:17.5625rem;width:8.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #va6T3wtxCs4hZBJwBn5SoyUUrcpOTlCd { top:20.4375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBPw1Q3TrgTsT6zBhg2ezvOOWFI5CcCi { top:20.625rem;left:16.6875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2ufZbi9bN4uzp5cXA3A8psfemn7mGwv { top:20.4375rem;left:35.25rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmFJZFTuchUh69srEg19qHp6v4XptZEB { top:23rem;left:0rem;width:13.25rem;height:12.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmRJZMKV1SuMI1JKzOk3tNCTAegBudsv { top:23.8125rem;left:16.3125rem;width:13.25rem;height:10.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJTB2n370U8h7g1i92shJV7rig9Opn77 { top:23.8125rem;left:34.5rem;width:13.25rem;height:10.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwhUShThvbI1dBTMDqgclnUNZ3DyBE05 { display:block; }#wwhUShThvbI1dBTMDqgclnUNZ3DyBE05 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZGzivah8ULAyhHpVXCeAds3cwBkoJlIK { top:12rem;left:0rem;width:47.75rem;height:4.25rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z33KppOtrHlsiZVfErAzLHhbTdnMIWJF { top:14.5rem;left:3.8435363769531rem;width:40rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8RxGgTTc382c5c4RhDNTsDagfFWMLlK { top:15.125rem;left:40rem;width:7.75rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmuXsTqScW4xXw8gNUEf3KnedZISBq8C { top:19.0625rem;left:0rem;width:9.5rem;height:30.241142980404rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7fB1NtRMu5X6Nq4StSCWBt4dipCgXZi { top:20.5625rem;left:8.3107643127444rem;width:26.375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCcmLfsIrdxOD3G9HAbfOM0FqMSAdAyX { top:23.6875rem;left:14.5rem;width:33.25rem;height:5.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9t4AgKLkBTOVsDMUTzUFKE8Fl5h3A9B { top:30.875rem;left:8.3107643127444rem;width:26.375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqlkew2dkOFIqArUfJ2ElI9KwBIKhZ3f { top:33.5rem;left:8.3107643127444rem;width:33.4375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwJieOAZtKhoFRffKnu6uTOP0efENpfq { top:36.4375rem;left:14rem;width:33.75rem;height:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlQ6TBrmmUTWnCTKobd4oPXgpQ8TRmzU { top:43.375rem;left:8.3107643127444rem;width:26.375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcapgZcq1TttJqDPyHyyvrbX6DFpE6Zq { top:46.3125rem;left:7.875rem;width:39.875rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCxf6HfP37LnMMxhZTQvi5fv959NdzXW { top:49rem;left:14rem;width:33.75rem;height:4.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LERxBB3yR4cW1X5cI4UBR0qyIEtGK7sT { top:54.375rem;left:8.3107643127444rem;width:26.375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEEzdgXa991CkJRoImNa4B9My5izVrAE { top:57.25rem;left:7.9375rem;width:39.8125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #noT2r8SVLiUPOeZFm9weWTJMQ7kktuU7 { top:59.9375rem;left:14rem;width:33.75rem;height:4.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkX7zch5WRikldJuTbqKAznWaabFgUBb { top:65.3125rem;left:7.9375rem;width:39.8125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KN370EssLQxcty4iGfqr672EVUPAMeoH { top:24.0625rem;left:13.366630554199rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeoZtrLRuBc04EFvskVInq63wSzuGIlA { top:27rem;left:13.375001907349rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyqT4iB5ErPEbLWitCQhKf3r7mRWyuDs { top:28.5625rem;left:13.375001907349rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPdhyd39Wu2NWNsLUxaRyPGGngfklvRC { top:36.8125rem;left:13.375001907349rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKgv9M7AlTrzKoKBannl22dLPvPhiX9z { top:39.75rem;left:13.375001907349rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zX9Di7CwhmMvHgxhPCzCCgnXZPJZmyqU { top:41.25rem;left:13.375001907349rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqvp37tqB6CV83QVnxPwq6dCeNaeTKNf { top:49.375rem;left:13.312501907349rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Epyi4UvD5ZuVkELdO2R3ZnO8iT8H1V1f { top:50.875rem;left:13.312501907349rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnBxIhatA7LBAm6p0Emmv36IIbsTV0O6 { top:52.375rem;left:13.312501907349rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxOh5aLxGmtVaCWFPhnxWZHDJMnMasNh { top:63.25rem;left:13.187501907349rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWdAutPnILHfcfOBBAk2L27Nzr6DVzQI { top:60.25rem;left:13.187501907349rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIywZRVZ9LAwO28QWxEdFOOEyFrFLALu { top:61.75rem;left:13.187501907349rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wyd23mkleSO3G58XpAKq2wtG7OfO1802 { top:28.5625rem;left:13.375001907349rem;width:0.625rem;height:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BMAGx55RRZ3oP3Go6f0ui9dJV5WUwM7q { top:27rem;left:13.375001907349rem;width:0.625rem;height:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gcJU1aU7cexhcgbcbQCp5yIc6Ay5mtgr { top:28.5625rem;left:13.375001907349rem;width:0.625rem;height:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EN0Rr5ZA07I29J7hFCxFgzH7poJNA0nZ { display:block; }#EN0Rr5ZA07I29J7hFCxFgzH7poJNA0nZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aiv2PDlorToWm7h7f8NJz7KfFt6FTTDu { width:14.1875rem;height:2.625rem;top:23.5625rem;left:16.748756408691rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqWtPZIMhdcrWBFqFMg6ezn1TCNWkTgd { display:block; }
 }@media only screen and (max-width: 763px) { #dp8IFfoXFJfHKF7ZrTXM9CTCgSo3qcXS { top:20.5625rem;left:15.0615234375rem;width:27.25rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcSBy6U91wARg6FZcLg7tKa7UwEUyiVI { top:12.4375rem;left:13.75rem;width:34rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsH8hHMBbmLVgBDBDUV2tw3oyVH4ynld { top:4.3125rem;left:15.0625rem;width:18.125rem;height:6.2904008728825rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiyGMqJT4IR91F8X4Ly05gZNtNTNdIrd { top:16.875rem;left:9.6875rem;width:26.3125rem;height:3.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAqCve08GtovwcLOO0FTIshtn197xbEX { top:15.625rem;left:6.5rem;width:26.3125rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0zkrllTbc7FQyhmc0H6W1o6xielq2Gd { width:14.25rem;height:2.6875rem;top:27.875rem;left:16.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TcoTE4y6sNJgQAttvGLrIS01ehUMwKTw { display:block; }
 }@media only screen and (max-width: 763px) { #XenfxbwJDRtGIffrUTn1Lt9UNALcGDbv { width:47.75rem;height:17.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tXhGtvgiefbgEUGKnNT4wAz6KsHOwqR9 { display:block; }#tXhGtvgiefbgEUGKnNT4wAz6KsHOwqR9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZdhmgfEG4Z49zcl2wRxHlc7yIETy5wGL { top:1.1875rem;left:0rem;width:47.75rem;height:4.25rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCqDZAxWh3bTOfJ8D8DxSUcHdLvWLNkA { top:3.375rem;left:3.8125rem;width:40rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtEfKNw9SzymnlvOpZmlduk5TGA7zI0P { top:1.25rem;left:17.5625rem;width:8.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #CMvsiS15g53qC6MqrExGXwIrTK8wJEWu { top:7.125rem;left:19.5rem;width:8.75rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSSGkNDeX7tSx7HTlzPr0TZrrQIxnfl0 { top:11.875rem;left:0rem;width:12.875rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #qva4WT7cnqbWpPCh8cvW47xfFdy2GNbz { top:17.0625rem;left:0rem;width:16.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhJmBEt2DIBLp4610tTaGkLszKOGcxIM { top:17.0625rem;left:8.3125rem;width:16.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTHXBVnsG63uaJMr8I06hDSOW0WO2I3h { top:11.875rem;left:10rem;width:12.875rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #GG9nKT2r59UQL3Zl8pm2kRTuQeknMnNw { top:11.875rem;left:27.375rem;width:12.875rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT6dA8mb0ifVbup3WTJhls6QHF0d5AQe { top:17.0625rem;left:26rem;width:16.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kROD58UdGp2qtTh77Qqt5ZTM33QcazLS { top:11.875rem;left:34.875rem;width:12.875rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #nszRPXPrxfM4F5y99BJIxNobXH2fo3lG { top:17.0625rem;left:38rem;width:9.75rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bizRwmLNd9RqpOM2VZZaJF1vKzcNp2hC { display:block; }#bizRwmLNd9RqpOM2VZZaJF1vKzcNp2hC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R39WhZfPwZ3lPaeRQT2REe7TDfp4oAbD { top:1.625rem;left:0rem;width:47.75rem;height:4.25rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtShrGC0DyFcf4UnpUyhoq4I7cLfPJRc { top:1.6875rem;left:17.5rem;width:8.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #CDkAXe6ohb0I6aOnXd6ux6ShorW9pMHc { top:3.8125rem;left:3.75rem;width:40rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5iv8lsttyRDN502rVPTQuehEevxwuWz { top:7.5625rem;left:19.4375rem;width:8.75rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0hKP4U20NuBiLwpgwTHc2U3XaaTCca6 { top:10.125rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiOVeq3JlsXGDI5PmyXM4sM5bJFmeog7 { top:20.1875rem;left:8.673179626465rem;width:5.6875rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwMwaFJDwiiQc9p8vBexqS4AgfWtaW1s { top:27.1875rem;left:8.673179626465rem;width:5.625rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVqGXz0afzA0R6RTXpaS3dRhFB2miNm0 { top:34.375rem;left:8.673179626465rem;width:5.625rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckHnyaT7MMBmPD5sUDAibeD0u5KG4697 { top:41.4375rem;left:8.673179626465rem;width:5.625rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9n9FTmZRSXnbc2fXdSvyuJ91QeVaLv5 { top:20.75rem;left:19.318794250488rem;width:24.5rem;height:4.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMELxv579Fqq585TwLTSf192gFPotMog { top:29.4375rem;left:18.375rem;width:29.375rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WW0qUCb38ZdraVXcniFmCnDhPoTFsx10 { top:36.625rem;left:19.437068939209rem;width:26.9375rem;height:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkmbCPJrv1vsxbske0fTae3a6h9XiaqQ { top:42.0625rem;left:19.437068939209rem;width:26.375rem;height:4.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHqPxQshvkv8QhQanaDHEnMJ9qRnOJiB { display:block; }#FHqPxQshvkv8QhQanaDHEnMJ9qRnOJiB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tF54nWoTgqaEp7KIyCtNO3AoZeJTaTfe { top:4.6875rem;left:10.8125rem;width:36.9375rem;height:20.714867115036rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTkaWCwqP4rqrEoCxmC59DgPrageDPDt { top:3.3125rem;left:0rem;width:24.5rem;height:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdKMnrG76591TAbbgm1q5UK29H7PZZ6G { top:6.125rem;left:0rem;width:24.5rem;height:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6NhHgHs4KOn6AV75c6ZyXXmKI5ENmfs { top:13.125rem;left:0rem;width:14.0625rem;height:4.31206875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZwRbyPuozpK6J8l4pmurNm3IyvC96v3 { top:3.375rem;left:8rem;width:39.75rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aE2l0eiFyQzWk5Xtqhe7GaRmJg88TRAn { display:block; }#aE2l0eiFyQzWk5Xtqhe7GaRmJg88TRAn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vK3oWFeAmdkOe0LS9qrAbOOZTxP633oi { top:11.875rem;left:15.1875rem;width:17.375rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOhmp3Ui4PBGzMIFs52RFqrQby3TknIo { top:20.1875rem;left:6.875rem;width:33.9375rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #upmKy70o3VskCPbOJDLvx11tUpdDtXTo { top:23.5625rem;left:8.12353515625rem;width:31.4375rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWTUU6cLoXE4IU1ym4vLUOi6E8gNEbo1 { width:14.1875rem;height:2.625rem;top:27.125rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXwgH9DiZ7s6M9aqLgsnPV8y4edEQspB { display:block; }
 }@media only screen and (max-width: 763px) { #xtpHN4D0OVToDdK4Gwl5crZRITckPwzt { width:14.25rem;height:2.6875rem;top:27.875rem;left:16.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hDMXfHowlJFB1o32W79wZPVPkZPirBdd { display:block; }
 }@media only screen and (max-width: 763px) { #oosEkRBCDD64Aru9ZZo7ionZTf2rgprd { display:block; }#oosEkRBCDD64Aru9ZZo7ionZTf2rgprd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k03s1KBJ1xbC1x745VTTWnJ91kz2g0yB { top:3.625rem;left:0rem;width:47.75rem;height:4.125rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUqCkQGqIt7mBGrsWsIKii0BOvCEDpUQ { top:5.8125rem;left:0.125rem;width:47.5rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibITsDJIF85x9LvL95TlApTr7SLViyyB { top:9.125rem;left:19.5rem;width:8.75rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIAc4hg2HAdHPlyHR7Ed4oQgGh7Sf5dA { top:12.5625rem;left:3.25rem;width:41.25rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qk2yd3hbG88AguU3hpGHQ8QnxsfwZtQ0 { top:13.1875rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Js4S47h4bJAS5rU8Tfi6yU8iVTzTukRT { display:block; }#Js4S47h4bJAS5rU8Tfi6yU8iVTzTukRT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OWZB7fuEWwUWdN87WcwupzCMcCOAMKl4 { top:7.9375rem;left:19.5rem;width:8.75rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l00r02ZNcU0WLdonkyXGSE6FgcC4yUSv { top:4.625rem;left:0.125rem;width:47.5rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQXevpcKwRgDJJdOVZlLfQUgokbhoI8e { top:2.4375rem;left:0rem;width:47.75rem;height:4.125rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gO8ma9BWpKq9BxqioUzhTI3TxZaoMB8y { top:11rem;left:0rem;width:22.9375rem;height:27.612440079242rem;display:block; }
 }@media only screen and (max-width: 763px) { #npytfEAD5JnheQfxP18i55XqDDXMdFcJ { top:12.8125rem;left:9.3125rem;width:38.4375rem;height:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nP06q0htQHKPuu3V2daDbhvS7KpECp9R { top:15.25rem;left:10.5625rem;width:37.1875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvGF93hBSrIZlOt2mDand6yXZKvCMNsI { top:18.8125rem;left:8.25rem;width:39.5rem;height:19.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #scLW61vpIt6G3Pt4hShm3fHTGWSTJaz5 { width:20rem;height:2.625rem;top:42.4375rem;left:13.875003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #l69VoUQsZt9GNaWgbLOz26Tfmh33lckn { display:block; }
 }@media only screen and (max-width: 763px) { #n23r13C6J6VkCQe0tCSmnezRBDD31QQp { display:block; }#n23r13C6J6VkCQe0tCSmnezRBDD31QQp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sPo2pAeAbGxk6cEcgTO2rnUqheWMgtlV { top:3.5rem;left:0rem;width:47.75rem;height:4.125rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdXXSwPNc7LmvbsPe2p4d6SJy8ZmHxW5 { top:5.625rem;left:0.125rem;width:47.5rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdZnETW4Ta50pkgx032BENILtD8D3yUv { top:9rem;left:19.5rem;width:8.75rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEWHqhEzVsJb4mTeRQVCgZ1rTx4knT54 { top:11.6875rem;left:4.34375rem;width:39.0625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCO1RZBfCPAtmamUt68lZlLZqJ78wuQy { width:24.8125rem;height:2.625rem;top:18.6875rem;left:11.437934875488rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCmCMKMLzvxb4rdwTsX1yRxIi6nHrIBS { display:block; }
 }@media only screen and (max-width: 763px) { #l3NDQZp9u2SDqT9TvAsLtTBDAlDzZLWQ { display:block; }#l3NDQZp9u2SDqT9TvAsLtTBDAlDzZLWQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #deJhu3FDBcLLEQ3gEiScaxVTQQOvPzTZ { top:3.875rem;left:0rem;width:47.75rem;height:8.25rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMQt3afsSWCmDgrOZvJhbQXbROsCtJ3l { top:5.625rem;left:0.125rem;width:47.5rem;height:4.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lACy9fTeMrQXbKDwgfzANtp7KTm0Gn7V { top:12.875rem;left:19.500003814698rem;width:8.75rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHtaT0bp3L3XnZPCUTMaSbHqtPsSPSex { display:block; }#dHtaT0bp3L3XnZPCUTMaSbHqtPsSPSex > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rosJzcPpToxuoMTTbR6XPE3sqCvVNFHM { width:21.875rem;height:5rem;top:5.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXGbBNw2unRIDH0QD95H9vfEQ17FA7pW { top:0.375rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #r9kdnHstHLIHDH201PSqbxxUGiKmQJZK { top:0.6875rem;left:0rem;width:47.75rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsUy2bpNkde4f1KvT0RguGhCe1q9n8lv { top:1.9375rem;left:0rem;width:1.875rem;height:1.18706875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfBHUTtrK4TFiDLXFZ6P3B2EicNJXHIM { display:block; }#zfBHUTtrK4TFiDLXFZ6P3B2EicNJXHIM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VqgC80LWWR8gM36faKDPwWic1DpJrSMB { width:21.875rem;height:5rem;top:5.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7mhbz4czNElBAvTiWEdCqIDB9IwAAbc { display:block; }#s7mhbz4czNElBAvTiWEdCqIDB9IwAAbc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HqT6ReLL8f49LtXpv8JG7zr8zKTKy4Sm { width:21.875rem;height:5rem;top:5.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbLUZdpg5msLcNi1TH1fVTHGhCdUoX8M { top:0.375rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TlTWZpdVoKT86xTzBiVsv3RrqQFd6KTb { top:0.6875rem;left:0rem;width:47.75rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRr8dkM7yBFn5eILOqcZ79IfHIuJq2ua { top:1.9375rem;left:0rem;width:1.875rem;height:1.18706875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pku2Zk322EtTwof8Ny9T9NxXXmIwPmTB { display:block; }#Pku2Zk322EtTwof8Ny9T9NxXXmIwPmTB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W4045ww6dW2ruPW2tWmbx703JtiU7wiq { width:21.875rem;height:5rem;top:5.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEbQL6rLWA1mm5GSxzSGk0l9AzgS73vA { display:block; }#eEbQL6rLWA1mm5GSxzSGk0l9AzgS73vA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oVtZi1UeAKk6Uwm1SMsqVyxsfFT8R5pX { width:21.875rem;height:5rem;top:5.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnAZDt7VFstwgHAwWq5DLPqT84fx0ATT { top:0.6875rem;left:0rem;width:47.75rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhOTldXOGwXfPAzV0W5Zzh4xd6ZAE5IM { top:1.9375rem;left:0rem;width:1.875rem;height:1.18706875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIDHUfVixhCqZNUstUgIQ1zN6IcPH8fA { display:block; }#mIDHUfVixhCqZNUstUgIQ1zN6IcPH8fA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hWrsHkBQAltOnxElla6D3k0uoxh7wPJG { width:21.875rem;height:5rem;top:5.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1tfucEhvWMzF0Wm12uRgTHTpdheeBDp { display:block; }#s1tfucEhvWMzF0Wm12uRgTHTpdheeBDp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UVvgInAcdeigDX8Ag478ffTQO1sm56ZR { width:21.875rem;height:5rem;top:5.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2CaHM0P8zUi2gCumNS8htHBSwtIVNTc { top:0.375rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WUGTTZDI7EXoQO8w6ce7Wu6sageoIGc0 { top:0.6875rem;left:0rem;width:47.75rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5XvUasNidRGBORNpcheCB27VB30KSGq { top:1.9375rem;left:0rem;width:1.875rem;height:1.18706875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0iRNQoXyoSSimiBSM2DMKygOlfXPNBy { display:block; }#V0iRNQoXyoSSimiBSM2DMKygOlfXPNBy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tU6Wwxr0f32eIL0lwCI8OuSuTNbNqEr0 { width:21.875rem;height:5rem;top:5.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3ZTIdhS0pd9vuzOVTy6sXKks5rGFm2Q { display:block; }#I3ZTIdhS0pd9vuzOVTy6sXKks5rGFm2Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HBdg9A3ckBC2bC5PwLt4bq9uxwUVyBkm { width:21.875rem;height:5rem;top:5.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MykTX13DbyWLa41eAgiBmygEB87ZWy0d { top:0.375rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BzZzkZAGnfRzFksmw8z1QNvEcxMvw8ex { top:0.6875rem;left:0rem;width:47.75rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGzsHczRwLhtrnZ5wTpF8Jm5UD5Fu4sM { top:1.9375rem;left:0rem;width:1.875rem;height:1.18706875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeA02pxW14pCR5iyzOPrDB408APkQMNJ { display:block; }#eeA02pxW14pCR5iyzOPrDB408APkQMNJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r9SvTTMS22WCoyPT7uQFcmQgds1y7vch { width:21.875rem;height:5rem;top:5.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXUwZ8TmK18WDLHUmBuTN3eMZTnirXNf { display:block; }#rXUwZ8TmK18WDLHUmBuTN3eMZTnirXNf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W1cCL6ektQgoP8J8ey6ltqkM5HmM7oxs { width:21.875rem;height:5rem;top:5.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XThiNesqHShZMTgm6U9TlSV3L95cSaip { top:0.375rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nO32c5oxAPXMqZ6RXHMaNNMEVBVxuPnN { top:0.6875rem;left:0rem;width:47.75rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTDQO1oAM1ua9JgnfEBQoUf21JWDfgF5 { top:1.9375rem;left:0rem;width:1.875rem;height:1.18706875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXEw65Uauukx0B5XWg00LsQBViv6TObd { display:block; }#aXEw65Uauukx0B5XWg00LsQBViv6TObd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kFqV0XHOKmmOLykHUVOxqogeE7CcsoNb { width:21.875rem;height:5rem;top:5.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuvLeaTd3tRxOnXsMsdPrLQOk8zNQs0t { display:block; }#EuvLeaTd3tRxOnXsMsdPrLQOk8zNQs0t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vD34oK8k1JtKcGvHduBPfNbqgmcLGAON { top:6.4375rem;left:0rem;width:47.75rem;height:8.25rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g26ytIe8s1MWgBd4TbE83G7oTraQrVTk { top:8.3125rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTEtwirR28RzaHKSANTLb8UlFVhZ1BKt { top:15.3125rem;left:19.500003814698rem;width:8.75rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RskVSTf88cZ9ztmeENJkrkX748F0BfPX { top:27.25rem;left:0rem;width:27.5rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1DbbAR7TauODyH6rMo0ISZWDkiK5DEE { top:29.75rem;left:0rem;width:25.125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6aCHbLWgxHUrSvEFHvPC6kyQWBTZviU { top:32.875rem;left:0rem;width:26.5625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRnwv4i3rslsiSBcn0GfR7p8TEA10TJ3 { top:17.5rem;left:25rem;width:22.75rem;height:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hz3e5ThhedrDA6P0itN4UAPlnl0M5AvJ { display:block; }#hz3e5ThhedrDA6P0itN4UAPlnl0M5AvJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OBmvA9XrpGiKlW6eBrDq2VtCmAlBTaAd { width:15.625rem;height:2.625rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7uCJKHCBT4xaJaiWdZ2sSlm8O1mUfLA { display:block; }
 }@media only screen and (max-width: 763px) { #zVOJrNUUNIhxHiZnslhbdnD3drJXLzcC { width:21.875rem;height:2.625rem;top:12.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nz0enooOX5S4pSdaztSRJISrnqLUL6HV { display:block; }
 }@media only screen and (max-width: 763px) { #WBmb1LeaHDZtkMw23iJFEF7cfaJdmi9w { width:21.875rem;height:2.625rem;top:15.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFi9IidlWyW7ayTHQN29e8aaT6HUE0g9 { display:block; }
 }@media only screen and (max-width: 763px) { #TF0KLyXiXwfweWq3wOweiFacAQbhoxKm { width:21.875rem;height:2.625rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fB7JqUMIU5Ix0XAW008fTb89yfBDvZ6W { display:block; }
 }@media only screen and (max-width: 763px) { #MIf7zhyuW3Hwc2e7gOnQgiWfFmdqINfW { width:25.4375rem;height:2.625rem;top:20.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gduPBWcc3ZLielTh9XhdORXpCxU6L561 { display:block; }
 }@media only screen and (max-width: 763px) { #QMsGeDhrUT15WN3TTuLpcSrspyCW1ULi { width:25.4375rem;height:2.625rem;top:23.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3MkrOdHQzRVDkprvMAM3vbiL8XCA1FO { display:block; }
 }@media only screen and (max-width: 763px) { #cbPaAZAmfwBHxByHIJhWRtwTh3rtLbxU { width:15.625rem;height:2.625rem;top:7.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbkNZHo73ZC84CdLVIOk5FHGWfTMzAbK { display:block; }
 }@media only screen and (max-width: 763px) { #x9NW8Z0nJwPPcKAtutb9FlHzpyK19UwS { top:3.375rem;left:0rem;width:27.5rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nR1kAS9wR0voGcAueE6oPf56P53Tlth1 { top:21.375rem;left:36.4375rem;width:11.3125rem;height:5.2206431609373rem;display:block; }
 }@media only screen and (max-width: 763px) { #fX87CKimrhD59qOqpE8HxD8S3m4q2Bye { top:4.0625rem;left:20.25rem;width:27.5rem;height:4.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMMPtCt6zFCoaHPrp48DTTg0CNQouepf { width:14.1875rem;height:2.625rem;top:10rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0c5wxJfLuZmT5nu6CPko2u07wgECkgg { display:block; }
 }@media only screen and (max-width: 763px) { #QEbuZ7S49WiMklanTTQiw7x8f18gDcz0 { display:block; }#QEbuZ7S49WiMklanTTQiw7x8f18gDcz0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #T1n0uTqfhpoRGHAWexCIvN44rJsKZc7y { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#T1n0uTqfhpoRGHAWexCIvN44rJsKZc7y > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X9qAqNPNE0bzDbWPt95QVDRCZACdQ50Z .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; }
#X9qAqNPNE0bzDbWPt95QVDRCZACdQ50Z .widget-text.counter-number { padding-top:0.2875rem;padding-right:0.26125rem;padding-bottom:0.2875rem;padding-left:0.26125rem;width:1.565rem;min-width:1.565rem;height:1.543125rem;font-size:1.14875rem;line-height:24.69px;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; }
#X9qAqNPNE0bzDbWPt95QVDRCZACdQ50Z .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.179375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.086875rem;height:0.61rem;font-size:0.430625rem;line-height:9.76px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#X9qAqNPNE0bzDbWPt95QVDRCZACdQ50Z { display:flex;width:12.375rem;height:2.9075rem;top:1.9372825622559rem;left:3.4375000596046rem;padding-top:0.35875rem;padding-right:0.3725rem;padding-bottom:0.35875rem;padding-left:0.3725rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #X9qAqNPNE0bzDbWPt95QVDRCZACdQ50Z #oA1p8pIW9Z9JMpqqTZ1iy9noKwSGGsSP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X9qAqNPNE0bzDbWPt95QVDRCZACdQ50Z #uGPtU4txrx4VCSMoFeWhXZbU0EmLANpA {  }
 }@media only screen and (max-width: 763px) { #X9qAqNPNE0bzDbWPt95QVDRCZACdQ50Z #U9iRTL1S2QT4G1awrpszQdSWJNRl69vi {  }
 }@media only screen and (max-width: 763px) { #X9qAqNPNE0bzDbWPt95QVDRCZACdQ50Z #zuw5t4Slc624HcLe4bOq7kePmWf7FiW8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X9qAqNPNE0bzDbWPt95QVDRCZACdQ50Z #w7LG42gB1KanMKytSuTWMMbgQWqETm43 {  }
 }@media only screen and (max-width: 763px) { #X9qAqNPNE0bzDbWPt95QVDRCZACdQ50Z #BOUALFTqUnSaITBVPkN1pP4lagDeud1v {  }
 }@media only screen and (max-width: 763px) { #X9qAqNPNE0bzDbWPt95QVDRCZACdQ50Z #DBsrkfWVXtuO0LuSZsU0CN641ZIapgJf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X9qAqNPNE0bzDbWPt95QVDRCZACdQ50Z #Hu10ue452OesIPQ2Ep37cTv35OhMW9Wd {  }
 }@media only screen and (max-width: 763px) { #X9qAqNPNE0bzDbWPt95QVDRCZACdQ50Z #e0nV1pJk70JR5pEIHCO7uCcCzq8lpmli {  }
 }@media only screen and (max-width: 763px) { #X9qAqNPNE0bzDbWPt95QVDRCZACdQ50Z #SEb0uAhPFEyxfPQEuCspv0gi3sKcp6J0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X9qAqNPNE0bzDbWPt95QVDRCZACdQ50Z #EOAlBWPVMtHvlZl9X8XlLhW2bQsbTPtW {  }
 }@media only screen and (max-width: 763px) { #X9qAqNPNE0bzDbWPt95QVDRCZACdQ50Z #K53tVd6EOCShPJTDf8Z9QUqehIBREIXv {  }
 }@media only screen and (max-width: 763px) { #Vl5CWqDqW0hIUmLMlX8MqDkZC3ISMG3B { width:11.436625rem;height:1.6621125rem;top:0.4375rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CeMAqObAalMymybzNHH32dSaal6qDG0I { width:11.436625rem;height:2.24935rem;top:6.375rem;left:4.3125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mc6hzXSPCWwpqowJh8QmNNH7c4ZsqIDG { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:50rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rAAt4tETPgsSkBWKHznsfECzuOWr4N29 { width:14.25rem;height:2.6875rem;top:45.79061875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wut2IdpR4l6TowB4332WXSCGcsO2fz2f { display:block; }
 }@media only screen and (max-width: 763px) { #WKxx5GoHeGC3oOe3oT0tLT2cSy3CLFOR { width:18.1875rem;height:6.312091910375rem;top:1.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eG3348y36FzyXVHEuhRkawdpHOTpSD3Z { width:20rem;height:4.87413125rem;top:25.749375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzIrsEyGX8dApisJROMOaPZr2mPMkRMz { width:20rem;height:2.43696875rem;top:31.872425rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EI7phCOy0g7usxu0FGEMe47cNrW4M3Wo { width:18.4375rem;height:1.5rem;top:42.9965625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLRVR2WmZT9inhsRAfzDvDh8s4TXFBdC { width:7.25rem;height:7.8131735494437rem;top:8.811875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9MpGufHf4Z37XzzIMa3QBTABXmpdmaZ { width:6.125rem;height:6.625314713005rem;top:17.874375rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9TFJRdRO5Jx8osuWX0Lvu9rz1VkPHuB { width:7.1875rem;height:6.18706875rem;top:35.55949375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9RotElwTeqKpKCU8pyl0OlM9Z06BiFJ { background-color:#0290ff;background-image:url("https://images.assets-landingi.com/uc/41436245-8104-430f-8b79-63250bca9948/Zasb2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Q9RotElwTeqKpKCU8pyl0OlM9Z06BiFJ.adaptive-delivery-prevent-bg, #Q9RotElwTeqKpKCU8pyl0OlM9Z06BiFJ.lazyload, #Q9RotElwTeqKpKCU8pyl0OlM9Z06BiFJ.lazyloading { background-image: none; }#Q9RotElwTeqKpKCU8pyl0OlM9Z06BiFJ > .row .container { background-color: transparent; background-image: none; }#Q9RotElwTeqKpKCU8pyl0OlM9Z06BiFJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9RotElwTeqKpKCU8pyl0OlM9Z06BiFJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9RotElwTeqKpKCU8pyl0OlM9Z06BiFJ > .row .container > .video-iframe-container { display: none; }#Q9RotElwTeqKpKCU8pyl0OlM9Z06BiFJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9RotElwTeqKpKCU8pyl0OlM9Z06BiFJ > .row > .video-iframe-container { display: none; }#Q9RotElwTeqKpKCU8pyl0OlM9Z06BiFJ > .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); }#Q9RotElwTeqKpKCU8pyl0OlM9Z06BiFJ > .row .container { border-width: 0; border-radius: 0; }#Q9RotElwTeqKpKCU8pyl0OlM9Z06BiFJ > .row > .video-iframe-container {  }#Q9RotElwTeqKpKCU8pyl0OlM9Z06BiFJ > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vd5EKz7FrZveinR2hySzSkDz700hSM9L { width:13rem;height:4.4375rem;top:8.125rem;left:0rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #SSTydF2vks9gq5WylJfJwAyTaqf0J02N { width:5.74978125rem;height:6.25rem;top:7.3125rem;left:14.25rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #Q0qTNBofEuDu78kJ7UqCh5toTpP6gOLT { width:20rem;height:3.25rem;top:13.75rem;left:0rem;font-size:1.25rem;z-index:100004;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pXoC9w9mupuRy5d8J8wft5kLgkX0r6T9 { width:11.8125rem;height:1.625rem;top:17rem;left:0rem;font-size:1.25rem;z-index:100005;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mQFq0yV7Btl65bWOtPn4FhxQX8vJTCw5 { width:10.8105625rem;height:2.5rem;top:35.0625rem;left:0rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #w7JWFcNXTtuNp3tkxwSVuqTmTK23d1ey { display:block; }
 }@media only screen and (max-width: 763px) { #fvkySexXKKQGMCvygd6srxy4yel1Qalo { width:7.875rem;height:11.5625rem;top:20.9375rem;left:0rem;z-index:100006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #irULCPIh9RKxf6JPB80oxGNNraTBcIUu { width:4.4992875rem;height:4.93696875rem;top:14.653764247894rem;left:12.623934328556rem;z-index:100008;display:block; }
 }@media only screen and (max-width: 763px) { #JFag77x7dGJMafRF4QHCXif7FFVx9Mnk { display:block; }#JFag77x7dGJMafRF4QHCXif7FFVx9Mnk > .row .container { width:20rem;height:90.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UnKkuXeeUoN05tpLy2CuJVCM8i2rh5ga { width:12.1875rem;height:4.875rem;top:3.0618476867676rem;left:3.9062500596046rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZO958zWKbVgkzSr4w7V11tiaTGsDv9w { width:20rem;height:0;top:1.25rem;left:0rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JWq4i4CXGmBPdNOTCJSO9QwTDfbMP7lT { width:20rem;height:0.24956625rem;top:13.157552719116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tz8EqXBAgTJ7GIrXoHZNTlbT8TR5RQdO { width:8.75rem;height:;top:9.6319446563719rem;left:5.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #cN46IuHgNRlttxcoWTZE7SRmeRK2Wiva { width:20rem;height:40.2939875rem;top:19.969617843628rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtvFNwOrhA8pwlVAf4heuIkKqI6oCxAl { width:20rem;height:4.0625rem;top:14.657117843628rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkFTwwqKQfExmzK57vGX9M8RoCZhd4qN { width:20rem;height:13.4245rem;top:62.5173664093rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p36QcKpyPnAbWowB8R2967yNJWfOobJZ { width:20rem;height:0.24956625rem;top:88.33767700195rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8kSVQIagQU6WuZdHxb9BHzSdFJsxec9 { width:18.5rem;height:2.3125rem;top:78.65994262695rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #UE650TRPViPg6Mu31ZT3iKfVJInAIkbB { width:14.25rem;height:2.6875rem;top:88.59855625rem;left:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IDBExwTz7yA3DOlcFMnwVrtdwygvMio7 { display:block; }
 }@media only screen and (max-width: 763px) { #ppV9TC0ZB4oFbPzAb6ETo6s4Hhr0NsZp { width:20rem;height:1.625rem;top:63.315975189206rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMOxDK1ZK8BlNB4hcn2he4vKzviywS6e { width:20rem;height:1.2999125rem;top:65.409622192381rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5LXE619mInp8JtytrhWELEIMV1MvDP6 { width:20rem;height:2.9248rem;top:68.711292266844rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNS8dfrn53s9het4tVG57Owu9TEiXpDF { width:20rem;height:2.1937125rem;top:66.518463134762rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJ4kRChSxdryd4zqFvD0K5T29GQ3eVGk { width:10.8105625rem;height:2.5rem;top:72.352432250975rem;left:4.5941844582558rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #nUy9k3hw6elapRbrHkPROXbLhuDr2TT7 { display:block; }
 }@media only screen and (max-width: 763px) { #uy74gT4e5uvtTaT419uMxKVTCeKL2yQ5 { top:80.67333984375rem;left:0rem;width:20rem;height:2.5rem;z-index:100006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OTS0svk9TnFszmVTUA3Rf7uGqeTwJOtm { display:block; }#OTS0svk9TnFszmVTUA3Rf7uGqeTwJOtm > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PSziKWb7e48SsgeykEVF4oT2fNo90MBv { width:8.75rem;height:0;top:9.81rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKrp7UuTsDSt7dazdP3BCRJwpx9RfTtZ { width:20rem;height:7.3125rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVmp28r2BWwfck8uAaiZbaXaiwTnwgu6 { width:20rem;height:auto;top:0.8125rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ReBTAvP2GHHaMT1DxFitNy0BV2SSCHNP { height:10.625rem;width:18.9994375rem;top:11.621092796326rem;left:0.49893468618393rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7WzhPAu2BMPD2ReA5wSoCeHLwui6U4n { width:20rem;height:11.9375rem;top:11.06rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGSpRPKdKBUvvROsXETvBHLIloG5xzCm { display:block; }#sGSpRPKdKBUvvROsXETvBHLIloG5xzCm > .row .container { width:20rem;height:91.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Re5KArUiduQ0B16n4cPRThCTlFmCE9xe { width:20rem;height:4.875rem;top:1.1924905776977rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQQ6378DEARQ9FXSL7gl625bQnTacdq4 { width:8.75rem;height:0;top:7.37305rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNAXxDkKZnWdVPPDMtLe5sOJOG7So0SX { width:20rem;height:28rem;top:8.62305rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TCovNzvCkSIkCz9Ve1whdr67s33geD1e { width:20rem;height:8.125rem;top:82.000867843625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #StXe4r8CXrBQlByJf5WOSgKOIWaanQI0 { width:20rem;height:0;top:2.6497414112091rem;left:0rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vQrlsX4dDGUEQlBe0LSbWvuLTATxfn8m { top:6.0673828125rem;left:0rem;width:20rem;height:72.0625rem;z-index:100007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UoI05FMd0iEQnFWg7kPLTSl6BlAszhJQ { width:12.5rem;height:1.13720625rem;top:9.375rem;left:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsqTEEvaUx2HMcvESNuuWrGNvlH0Pm8Q { width:15.8125rem;height:5.361325rem;top:11.4375rem;left:3.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6X45eAbQX4s2wuv2M5SaGSmzby4OQ6k { width:12.5rem;height:1.13720625rem;top:29.6875rem;left:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZishQA8GPdD4LqW0Q3hyxKDlToTMdIaP { width:16.3125rem;height:4.875rem;top:32rem;left:3.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAhx83lJxyPIySaqaxSSKV3AzTMTIn1h { width:8.5625rem;height:2.2744125rem;top:49.375rem;left:5.71875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGKHOJMFKaL4t3ENncJ95VTgFbaQJTRZ { width:16.1875rem;height:4.467775rem;top:52.25rem;left:3rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpRAIkosH9pbJE5W86B2uIw4fmEBqwu8 { width:8.25rem;height:2.2744125rem;top:69.625rem;left:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTAzXT8D2cQGPzsi14s9eykFvvIE3ClF { width:15.875rem;height:4.467775rem;top:72.625rem;left:3rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNl3rkiwMnwRZlmKhCeEDm5GIFXGQXpK { display:none; }#HNl3rkiwMnwRZlmKhCeEDm5GIFXGQXpK > .row .container { width:20rem;height:91.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DUIUDUdC9NCmwnZTUSPmirvd00hITgEF { width:18.3745625rem;height:7.3125rem;top:1.7491321563721rem;left:0.81163197755812rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWMv4iZAKNPscTeBLFIqIqFnggUp9kCw { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #TgTRWJUFOCkWCBiWGv7TSuJVDU92zyQ6 { width:8.75rem;height:0.625rem;top:10.4375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vix2EfTOpzwnf3FzfL9mNcKFFMkzMsPi { width:17.874375rem;height:24.1645rem;top:14.730902671814rem;left:1.0611979365349rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFoU5Fqec9C4b5sB8q3I9N5TTQ1QAq5N { width:17.5rem;height:24.1873125rem;top:40.833335876465rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXTx4UZ3hOJADWJBLFcJoPaHxNMwciaE { width:17.5rem;height:24.1873125rem;top:67.582468032837rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnXRR7dAkTGinNt7T0ZxMG71uAxy5823 { width:8.75rem;height:0;top:7.4375rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HUfibJsTe2yAEr9Q0tXtcKTmTVDchNii { display:block; }#HUfibJsTe2yAEr9Q0tXtcKTmTVDchNii > .row .container { width:20rem;height:91.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JsZdgeCmFAZVJokpa5gq8Kfqf4Tw4Jw9 { width:18.3745625rem;height:7.3125rem;top:1.7491321563721rem;left:0.81163197755812rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOVOXRVfFHEkMAJLiZpqwTlZMxBRmKDh { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #AGa27IfqEgGzR6o8887M8pv7LJOLBJqJ { width:8.75rem;height:0.625rem;top:10.4375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuhOLqHKOX2cELTH3f1IweFnuT4pnehg { width:15.8125rem;height:24.125rem;top:13.875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6PtV6zeeZX644uonRyvdzlJxLvDgnxL { width:15.375rem;height:24.125rem;top:41.0205078125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #phsPsSuZX6gz5MWzlc350hQbJnvL0bKG { width:15.375rem;height:24.125rem;top:67.45703125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewRdNqwrFPUPSSbwZxnGHoW7XtppVGkU { width:8.75rem;height:0;top:7.4375rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #va6T3wtxCs4hZBJwBn5SoyUUrcpOTlCd { width:12.5rem;height:1.2999125rem;top:21.3125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBPw1Q3TrgTsT6zBhg2ezvOOWFI5CcCi { width:12.5rem;height:1.2999125rem;top:49.3818359375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2ufZbi9bN4uzp5cXA3A8psfemn7mGwv { width:12.5rem;height:2.599825rem;top:75.369140625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmFJZFTuchUh69srEg19qHp6v4XptZEB { width:13.25rem;height:12.6699375rem;top:24.28125rem;left:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmRJZMKV1SuMI1JKzOk3tNCTAegBudsv { width:13.25rem;height:10.7206875rem;top:51.451171875rem;left:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJTB2n370U8h7g1i92shJV7rig9Opn77 { width:13.25rem;height:10.7206875rem;top:78.7958984375rem;left:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwhUShThvbI1dBTMDqgclnUNZ3DyBE05 { background-color:#0290ff;background-image:url("https://images.assets-landingi.com/uc/bfdbc6e1-98ee-42b8-a078-21ffc5b5f6e8/Zasb6.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#wwhUShThvbI1dBTMDqgclnUNZ3DyBE05.adaptive-delivery-prevent-bg, #wwhUShThvbI1dBTMDqgclnUNZ3DyBE05.lazyload, #wwhUShThvbI1dBTMDqgclnUNZ3DyBE05.lazyloading { background-image: none; }#wwhUShThvbI1dBTMDqgclnUNZ3DyBE05 > .row .container { background-color: transparent; background-image: none; }#wwhUShThvbI1dBTMDqgclnUNZ3DyBE05::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wwhUShThvbI1dBTMDqgclnUNZ3DyBE05 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wwhUShThvbI1dBTMDqgclnUNZ3DyBE05 > .row .container > .video-iframe-container { display: none; }#wwhUShThvbI1dBTMDqgclnUNZ3DyBE05 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wwhUShThvbI1dBTMDqgclnUNZ3DyBE05 > .row > .video-iframe-container { display: none; }#wwhUShThvbI1dBTMDqgclnUNZ3DyBE05 > .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); }#wwhUShThvbI1dBTMDqgclnUNZ3DyBE05 > .row .container { width:20rem;height:83.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZGzivah8ULAyhHpVXCeAds3cwBkoJlIK { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #z33KppOtrHlsiZVfErAzLHhbTdnMIWJF { width:20rem;height:4.875rem;top:8.8187942504881rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8RxGgTTc382c5c4RhDNTsDagfFWMLlK { width:7.75rem;height:24.1875rem;top:77.63345rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wmuXsTqScW4xXw8gNUEf3KnedZISBq8C { width:9.4998125rem;height:30.240875rem;top:15.137804031372rem;left:6.1241322159767rem;display:none; }
 }@media only screen and (max-width: 763px) { #N7fB1NtRMu5X6Nq4StSCWBt4dipCgXZi { width:20rem;height:1.2999125rem;top:14.871311187744rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCcmLfsIrdxOD3G9HAbfOM0FqMSAdAyX { width:17.1875rem;height:11.699225rem;top:17.245445251465rem;left:2.2493489384651rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9t4AgKLkBTOVsDMUTzUFKE8Fl5h3A9B { width:20rem;height:1.2999125rem;top:29.883247375488rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqlkew2dkOFIqArUfJ2ElI9KwBIKhZ3f { width:20rem;height:2.599825rem;top:32.069664001465rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwJieOAZtKhoFRffKnu6uTOP0efENpfq { width:16.8125rem;height:13.1616125rem;top:35.88151550293rem;left:2.3741319775581rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlQ6TBrmmUTWnCTKobd4oPXgpQ8TRmzU { width:20rem;height:1.2999125rem;top:50.144752502441rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcapgZcq1TttJqDPyHyyvrbX6DFpE6Zq { width:20rem;height:2.599825rem;top:52.967018127441rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCxf6HfP37LnMMxhZTQvi5fv959NdzXW { width:16.4375rem;height:7.3120125rem;top:56.95573425293rem;left:2.6247830986977rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LERxBB3yR4cW1X5cI4UBR0qyIEtGK7sT { width:20rem;height:1.2999125rem;top:65.806648254394rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEEzdgXa991CkJRoImNa4B9My5izVrAE { width:15.875rem;height:2.599825rem;top:68.493278503419rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #noT2r8SVLiUPOeZFm9weWTJMQ7kktuU7 { width:16.5rem;height:5.84960625rem;top:72.180343627931rem;left:2.5000000596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkX7zch5WRikldJuTbqKAznWaabFgUBb { width:20rem;height:2.599825rem;top:79.067276000975rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KN370EssLQxcty4iGfqr672EVUPAMeoH { width:0.625rem;height:0.625rem;top:17.624134063721rem;left:0.74978297948838rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeoZtrLRuBc04EFvskVInq63wSzuGIlA { width:0.625rem;height:0.625rem;top:23.436851501465rem;left:0.74978297948838rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyqT4iB5ErPEbLWitCQhKf3r7mRWyuDs { width:0.625rem;height:0.625rem;top:26.312286376953rem;left:0.74978297948838rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPdhyd39Wu2NWNsLUxaRyPGGngfklvRC { width:0.625rem;height:0.625rem;top:60.444860670716rem;left:3.9995661377907rem;display:none; }
 }@media only screen and (max-width: 763px) { #QKgv9M7AlTrzKoKBannl22dLPvPhiX9z { width:0.625rem;height:0.625rem;top:103.07095rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zX9Di7CwhmMvHgxhPCzCCgnXZPJZmyqU { width:0.625rem;height:0.625rem;top:104.94595rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eqvp37tqB6CV83QVnxPwq6dCeNaeTKNf { width:0.625rem;height:0.625rem;top:57.249786376953rem;left:0.74978297948838rem;display:block; }
 }@media only screen and (max-width: 763px) { #Epyi4UvD5ZuVkELdO2R3ZnO8iT8H1V1f { width:0.625rem;height:0.625rem;top:60.311851501465rem;left:0.74978297948838rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnBxIhatA7LBAm6p0Emmv36IIbsTV0O6 { width:0.625rem;height:0.625rem;top:63.124351501462rem;left:0.74978297948838rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxOh5aLxGmtVaCWFPhnxWZHDJMnMasNh { width:0.625rem;height:0.625rem;top:76.874351501462rem;left:0.74978297948838rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWdAutPnILHfcfOBBAk2L27Nzr6DVzQI { width:0.625rem;height:0.625rem;top:72.437507629394rem;left:0.74978297948838rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIywZRVZ9LAwO28QWxEdFOOEyFrFLALu { width:0.625rem;height:0.625rem;top:74.061851501462rem;left:0.74978297948838rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wyd23mkleSO3G58XpAKq2wtG7OfO1802 { width:0.625rem;height:0.625rem;top:43.561637878418rem;left:0.74978297948838rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #BMAGx55RRZ3oP3Go6f0ui9dJV5WUwM7q { width:0.625rem;height:0.625rem;top:36.249351501465rem;left:0.74978297948838rem;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #gcJU1aU7cexhcgbcbQCp5yIc6Ay5mtgr { width:0.625rem;height:0.625rem;top:46.416450500488rem;left:0.74978297948838rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #EN0Rr5ZA07I29J7hFCxFgzH7poJNA0nZ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f094bb3c-ba10-4050-915d-fdeb62f316a2/Zasb7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#EN0Rr5ZA07I29J7hFCxFgzH7poJNA0nZ.adaptive-delivery-prevent-bg, #EN0Rr5ZA07I29J7hFCxFgzH7poJNA0nZ.lazyload, #EN0Rr5ZA07I29J7hFCxFgzH7poJNA0nZ.lazyloading { background-image: none; }#EN0Rr5ZA07I29J7hFCxFgzH7poJNA0nZ > .row .container { background-color: transparent; background-image: none; }#EN0Rr5ZA07I29J7hFCxFgzH7poJNA0nZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EN0Rr5ZA07I29J7hFCxFgzH7poJNA0nZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EN0Rr5ZA07I29J7hFCxFgzH7poJNA0nZ > .row .container > .video-iframe-container { display: none; }#EN0Rr5ZA07I29J7hFCxFgzH7poJNA0nZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EN0Rr5ZA07I29J7hFCxFgzH7poJNA0nZ > .row > .video-iframe-container { display: none; }#EN0Rr5ZA07I29J7hFCxFgzH7poJNA0nZ > .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); }#EN0Rr5ZA07I29J7hFCxFgzH7poJNA0nZ > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aiv2PDlorToWm7h7f8NJz7KfFt6FTTDu { width:14.1875rem;height:2.625rem;top:25.32441875rem;left:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aqWtPZIMhdcrWBFqFMg6ezn1TCNWkTgd { display:block; }
 }@media only screen and (max-width: 763px) { #dp8IFfoXFJfHKF7ZrTXM9CTCgSo3qcXS { width:7.7494375rem;height:2.11230625rem;top:20.051491737366rem;left:9.8091264367106rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XcSBy6U91wARg6FZcLg7tKa7UwEUyiVI { width:13.0620625rem;height:3.25rem;top:10.4375rem;left:3.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rsH8hHMBbmLVgBDBDUV2tw3oyVH4ynld { width:17.0625rem;height:5.75rem;top:6.9991321563719rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EiyGMqJT4IR91F8X4Ly05gZNtNTNdIrd { width:12.1245625rem;height:2.1933625rem;top:17.860244750976rem;left:7.6226130127906rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAqCve08GtovwcLOO0FTIshtn197xbEX { width:12.7495625rem;height:1.2999125rem;top:16.5625rem;left:7.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0zkrllTbc7FQyhmc0H6W1o6xielq2Gd { width:10.8105625rem;height:2.5rem;top:22.9375rem;left:8.1875rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #TcoTE4y6sNJgQAttvGLrIS01ehUMwKTw { display:block; }
 }@media only screen and (max-width: 763px) { #XenfxbwJDRtGIffrUTn1Lt9UNALcGDbv { top:3.4375rem;left:2.375rem;width:15.3125rem;height:5.43728125rem;z-index:100008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tXhGtvgiefbgEUGKnNT4wAz6KsHOwqR9 { display:block; }#tXhGtvgiefbgEUGKnNT4wAz6KsHOwqR9 > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZdhmgfEG4Z49zcl2wRxHlc7yIETy5wGL { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #TCqDZAxWh3bTOfJ8D8DxSUcHdLvWLNkA { width:20rem;height:4.875rem;top:1.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtEfKNw9SzymnlvOpZmlduk5TGA7zI0P { width:8.75rem;height:0;top:6.625rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CMvsiS15g53qC6MqrExGXwIrTK8wJEWu { width:8.75rem;height:0.625rem;top:7.6875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSSGkNDeX7tSx7HTlzPr0TZrrQIxnfl0 { width:12.874375rem;height:2.5996125rem;top:10.319013595581rem;left:3.5622830986977rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qva4WT7cnqbWpPCh8cvW47xfFdy2GNbz { width:16.25rem;height:1.13720625rem;top:13.463544845581rem;left:1.8750000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhJmBEt2DIBLp4610tTaGkLszKOGcxIM { width:16.25rem;height:1.13720625rem;top:20.475263595581rem;left:1.8750000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTHXBVnsG63uaJMr8I06hDSOW0WO2I3h { width:12.874375rem;height:2.5996125rem;top:17.292753219604rem;left:3.5622830986977rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GG9nKT2r59UQL3Zl8pm2kRTuQeknMnNw { width:12.874375rem;height:2.5996125rem;top:23.8125rem;left:3.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT6dA8mb0ifVbup3WTJhls6QHF0d5AQe { width:16.25rem;height:1.13720625rem;top:27.375rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kROD58UdGp2qtTh77Qqt5ZTM33QcazLS { width:12.874375rem;height:2.5996125rem;top:30.875rem;left:3.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nszRPXPrxfM4F5y99BJIxNobXH2fo3lG { width:9.749375rem;height:3.41161875rem;top:34.1875rem;left:5.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bizRwmLNd9RqpOM2VZZaJF1vKzcNp2hC { display:block; }#bizRwmLNd9RqpOM2VZZaJF1vKzcNp2hC > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R39WhZfPwZ3lPaeRQT2REe7TDfp4oAbD { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #rtShrGC0DyFcf4UnpUyhoq4I7cLfPJRc { width:8.75rem;height:0;top:7.6964rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDkAXe6ohb0I6aOnXd6ux6ShorW9pMHc { width:20rem;height:4.875rem;top:2.890625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5iv8lsttyRDN502rVPTQuehEevxwuWz { width:8.75rem;height:0.625rem;top:9.5rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0hKP4U20NuBiLwpgwTHc2U3XaaTCca6 { width:20rem;height:7.7988125rem;top:11.373695373535rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiOVeq3JlsXGDI5PmyXM4sM5bJFmeog7 { width:3.75rem;height:3.9375rem;top:21.993272781372rem;left:0.93750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwMwaFJDwiiQc9p8vBexqS4AgfWtaW1s { width:3.75rem;height:3.875rem;top:28.685982465744rem;left:0.93750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVqGXz0afzA0R6RTXpaS3dRhFB2miNm0 { width:3.75rem;height:3.875rem;top:35.934244871139rem;left:0.93750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckHnyaT7MMBmPD5sUDAibeD0u5KG4697 { width:3.75rem;height:3.87478125rem;top:42.932971529663rem;left:0.93750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9n9FTmZRSXnbc2fXdSvyuJ91QeVaLv5 { width:13.811875rem;height:3.16845rem;top:22.377388715744rem;left:6.1870661377907rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VMELxv579Fqq585TwLTSf192gFPotMog { width:13.624125rem;height:2.11230625rem;top:29.567059278488rem;left:6.37586838007rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WW0qUCb38ZdraVXcniFmCnDhPoTFsx10 { width:13.125rem;height:1.05615rem;top:36.815321683884rem;left:6.37391525507rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkmbCPJrv1vsxbske0fTae3a6h9XiaqQ { width:13.624125rem;height:4.2246125rem;top:42.758249282837rem;left:6.37586838007rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHqPxQshvkv8QhQanaDHEnMJ9qRnOJiB { display:none; }#FHqPxQshvkv8QhQanaDHEnMJ9qRnOJiB > .row .container { width:20rem;height:23.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tF54nWoTgqaEp7KIyCtNO3AoZeJTaTfe { height:10.811625rem;width:19.375rem;top:11.6875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTkaWCwqP4rqrEoCxmC59DgPrageDPDt { width:20rem;height:1.62464375rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RdKMnrG76591TAbbgm1q5UK29H7PZZ6G { width:20rem;height:2.59765rem;top:3.5611982345581rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H6NhHgHs4KOn6AV75c6ZyXXmKI5ENmfs { width:7.686625rem;height:2.31228125rem;top:7.3741321563719rem;left:6.1566844582558rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZwRbyPuozpK6J8l4pmurNm3IyvC96v3 { width:20rem;height:11.5rem;top:11.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aE2l0eiFyQzWk5Xtqhe7GaRmJg88TRAn { display:block; }#aE2l0eiFyQzWk5Xtqhe7GaRmJg88TRAn > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vK3oWFeAmdkOe0LS9qrAbOOZTxP633oi { width:17.375rem;height:6.2503147640531rem;top:6.0625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOhmp3Ui4PBGzMIFs52RFqrQby3TknIo { width:12.874375rem;height:3.25rem;top:13.499349594116rem;left:3.5622830986977rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #upmKy70o3VskCPbOJDLvx11tUpdDtXTo { width:11.624625rem;height:2.92480625rem;top:16.746271133423rem;left:4.1867895722389rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWTUU6cLoXE4IU1ym4vLUOi6E8gNEbo1 { width:14.1875rem;height:2.625rem;top:22.9375rem;left:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zXwgH9DiZ7s6M9aqLgsnPV8y4edEQspB { display:block; }
 }@media only screen and (max-width: 763px) { #xtpHN4D0OVToDdK4Gwl5crZRITckPwzt { width:10.8105625rem;height:2.5rem;top:20.507813453674rem;left:4.5941844582558rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #hDMXfHowlJFB1o32W79wZPVPkZPirBdd { display:block; }
 }@media only screen and (max-width: 763px) { #oosEkRBCDD64Aru9ZZo7ionZTf2rgprd { display:block; }#oosEkRBCDD64Aru9ZZo7ionZTf2rgprd > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k03s1KBJ1xbC1x745VTTWnJ91kz2g0yB { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #nUqCkQGqIt7mBGrsWsIKii0BOvCEDpUQ { width:17.686625rem;height:7.3125rem;top:1.3747844696045rem;left:1.1555990576744rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibITsDJIF85x9LvL95TlApTr7SLViyyB { width:8.75rem;height:0.625rem;top:9.8125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIAc4hg2HAdHPlyHR7Ed4oQgGh7Sf5dA { width:20rem;height:11.8125rem;top:11.686782836914rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qk2yd3hbG88AguU3hpGHQ8QnxsfwZtQ0 { height:10.7493125rem;width:19.1868125rem;top:12.216796787456rem;left:0.40571731328964rem;display:block; }
 }@media only screen and (max-width: 763px) { #Js4S47h4bJAS5rU8Tfi6yU8iVTzTukRT { display:block; }#Js4S47h4bJAS5rU8Tfi6yU8iVTzTukRT > .row .container { width:20rem;height:73.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OWZB7fuEWwUWdN87WcwupzCMcCOAMKl4 { width:8.75rem;height:0.625rem;top:8.4375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l00r02ZNcU0WLdonkyXGSE6FgcC4yUSv { width:20rem;height:4.875rem;top:2.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQXevpcKwRgDJJdOVZlLfQUgokbhoI8e { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #gO8ma9BWpKq9BxqioUzhTI3TxZaoMB8y { width:20rem;height:24.0755rem;top:10.068359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #npytfEAD5JnheQfxP18i55XqDDXMdFcJ { width:20rem;height:2.03125rem;top:35.704210281372rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nP06q0htQHKPuu3V2daDbhvS7KpECp9R { width:14.3119375rem;height:2.599825rem;top:38.266139984131rem;left:2.8426845669746rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kvGF93hBSrIZlOt2mDand6yXZKvCMNsI { width:20rem;height:26.1557875rem;top:41.952236175537rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #scLW61vpIt6G3Pt4hShm3fHTGWSTJaz5 { width:20rem;height:2.6242875rem;top:70.110933303831rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l69VoUQsZt9GNaWgbLOz26Tfmh33lckn { display:block; }
 }@media only screen and (max-width: 763px) { #n23r13C6J6VkCQe0tCSmnezRBDD31QQp { display:block; }#n23r13C6J6VkCQe0tCSmnezRBDD31QQp > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sPo2pAeAbGxk6cEcgTO2rnUqheWMgtlV { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #tdXXSwPNc7LmvbsPe2p4d6SJy8ZmHxW5 { width:19.375rem;height:7.3125rem;top:1.6926684919745rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdZnETW4Ta50pkgx032BENILtD8D3yUv { width:8.75rem;height:0.625rem;top:9.8806438446044rem;left:5.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEWHqhEzVsJb4mTeRQVCgZ1rTx4knT54 { width:20rem;height:11.69825rem;top:11.805555343628rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCO1RZBfCPAtmamUt68lZlLZqJ78wuQy { width:18.9995625rem;height:2.62478125rem;top:24.643014907837rem;left:0.49913197755814rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCmCMKMLzvxb4rdwTsX1yRxIi6nHrIBS { display:block; }
 }@media only screen and (max-width: 763px) { #l3NDQZp9u2SDqT9TvAsLtTBDAlDzZLWQ { display:block; }#l3NDQZp9u2SDqT9TvAsLtTBDAlDzZLWQ > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #deJhu3FDBcLLEQ3gEiScaxVTQQOvPzTZ { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #VMQt3afsSWCmDgrOZvJhbQXbROsCtJ3l { width:20rem;height:7.3125rem;top:1.5462493896484rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lACy9fTeMrQXbKDwgfzANtp7KTm0Gn7V { width:8.75rem;height:0.625rem;top:10.000003814698rem;left:5.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHtaT0bp3L3XnZPCUTMaSbHqtPsSPSex { display:block; }#dHtaT0bp3L3XnZPCUTMaSbHqtPsSPSex > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rosJzcPpToxuoMTTbR6XPE3sqCvVNFHM { width:14.5rem;height:2.2744125rem;top:2.5rem;left:4.625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXGbBNw2unRIDH0QD95H9vfEQ17FA7pW { width:2.125rem;height:2.125rem;top:0.89453125rem;left:0rem;font-size:1.4375rem;z-index:100014;display:none; }
 }@media only screen and (max-width: 763px) { #r9kdnHstHLIHDH201PSqbxxUGiKmQJZK { width:20rem;height:3.5625rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsUy2bpNkde4f1KvT0RguGhCe1q9n8lv { width:1.875rem;height:1.18706875rem;top:3.0625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfBHUTtrK4TFiDLXFZ6P3B2EicNJXHIM { display:block; }#zfBHUTtrK4TFiDLXFZ6P3B2EicNJXHIM > .row .container { width:20rem;height:11.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VqgC80LWWR8gM36faKDPwWic1DpJrSMB { width:16.25rem;height:10.7988125rem;top:0.625rem;left:2.0296874642372rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #s7mhbz4czNElBAvTiWEdCqIDB9IwAAbc { display:block; }#s7mhbz4czNElBAvTiWEdCqIDB9IwAAbc > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HqT6ReLL8f49LtXpv8JG7zr8zKTKy4Sm { width:14.9370625rem;height:2.2744125rem;top:2.3750036254883rem;left:4.404296875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbLUZdpg5msLcNi1TH1fVTHGhCdUoX8M { width:2.12456875rem;height:2.12456875rem;top:1.25rem;left:8.9375rem;font-size:1.4375rem;z-index:100014;display:none; }
 }@media only screen and (max-width: 763px) { #TlTWZpdVoKT86xTzBiVsv3RrqQFd6KTb { width:20rem;height:3.56228125rem;top:1.62456875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRr8dkM7yBFn5eILOqcZ79IfHIuJq2ua { width:1.875rem;height:1.18706875rem;top:2.9056013122559rem;left:1.4105911254882rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pku2Zk322EtTwof8Ny9T9NxXXmIwPmTB { display:block; }#Pku2Zk322EtTwof8Ny9T9NxXXmIwPmTB > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W4045ww6dW2ruPW2tWmbx703JtiU7wiq { width:16.25rem;height:6.2993125rem;top:0.625rem;left:2.0296874642372rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #eEbQL6rLWA1mm5GSxzSGk0l9AzgS73vA { display:block; }#eEbQL6rLWA1mm5GSxzSGk0l9AzgS73vA > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oVtZi1UeAKk6Uwm1SMsqVyxsfFT8R5pX { width:15.3125rem;height:2.2744125rem;top:2.2740936279297rem;left:4.5625000596046rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnAZDt7VFstwgHAwWq5DLPqT84fx0ATT { width:20rem;height:3.5625rem;top:1.5186767578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhOTldXOGwXfPAzV0W5Zzh4xd6ZAE5IM { width:1.875rem;height:1.18706875rem;top:2.7371978759766rem;left:1.4105902314186rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIDHUfVixhCqZNUstUgIQ1zN6IcPH8fA { display:block; }#mIDHUfVixhCqZNUstUgIQ1zN6IcPH8fA > .row .container { width:20rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hWrsHkBQAltOnxElla6D3k0uoxh7wPJG { width:16.25rem;height:3.5996125rem;top:0.625rem;left:2.0296874642372rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #s1tfucEhvWMzF0Wm12uRgTHTpdheeBDp { display:block; }#s1tfucEhvWMzF0Wm12uRgTHTpdheeBDp > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UVvgInAcdeigDX8Ag478ffTQO1sm56ZR { width:14.6875rem;height:2.2744125rem;top:2.1875rem;left:4.3125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2CaHM0P8zUi2gCumNS8htHBSwtIVNTc { width:2.125rem;height:2.125rem;top:0.89453125rem;left:0rem;font-size:1.4375rem;z-index:100014;display:none; }
 }@media only screen and (max-width: 763px) { #WUGTTZDI7EXoQO8w6ce7Wu6sageoIGc0 { width:20rem;height:3.5625rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5XvUasNidRGBORNpcheCB27VB30KSGq { width:1.875rem;height:1.18706875rem;top:2.6875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0iRNQoXyoSSimiBSM2DMKygOlfXPNBy { display:block; }#V0iRNQoXyoSSimiBSM2DMKygOlfXPNBy > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tU6Wwxr0f32eIL0lwCI8OuSuTNbNqEr0 { width:16.25rem;height:1.79980625rem;top:0.625rem;left:2.0296874642372rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #I3ZTIdhS0pd9vuzOVTy6sXKks5rGFm2Q { display:block; }#I3ZTIdhS0pd9vuzOVTy6sXKks5rGFm2Q > .row .container { width:20rem;height:5.5615234375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HBdg9A3ckBC2bC5PwLt4bq9uxwUVyBkm { width:14.5625rem;height:2.2744125rem;top:2.6436777587891rem;left:4.5614150166511rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MykTX13DbyWLa41eAgiBmygEB87ZWy0d { width:2.125rem;height:2.125rem;top:0.89453125rem;left:0rem;font-size:1.4375rem;z-index:100014;display:none; }
 }@media only screen and (max-width: 763px) { #BzZzkZAGnfRzFksmw8z1QNvEcxMvw8ex { width:20rem;height:3.5625rem;top:1.99913125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGzsHczRwLhtrnZ5wTpF8Jm5UD5Fu4sM { width:1.875rem;height:1.18706875rem;top:3.2176676269531rem;left:1.4105902314186rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeA02pxW14pCR5iyzOPrDB408APkQMNJ { display:block; }#eeA02pxW14pCR5iyzOPrDB408APkQMNJ > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r9SvTTMS22WCoyPT7uQFcmQgds1y7vch { width:16.25rem;height:2.69970625rem;top:0.625rem;left:2.0296874642372rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rXUwZ8TmK18WDLHUmBuTN3eMZTnirXNf { display:block; }#rXUwZ8TmK18WDLHUmBuTN3eMZTnirXNf > .row .container { width:20rem;height:5.2490234375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W1cCL6ektQgoP8J8ey6ltqkM5HmM7oxs { width:15.6875rem;height:2.2744125rem;top:2.31163125rem;left:4.25rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XThiNesqHShZMTgm6U9TlSV3L95cSaip { width:2.125rem;height:2.125rem;top:0.89453125rem;left:0rem;font-size:1.4375rem;z-index:100014;display:none; }
 }@media only screen and (max-width: 763px) { #nO32c5oxAPXMqZ6RXHMaNNMEVBVxuPnN { width:20rem;height:3.5625rem;top:1.68663125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTDQO1oAM1ua9JgnfEBQoUf21JWDfgF5 { width:1.875rem;height:1.18706875rem;top:2.87413125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXEw65Uauukx0B5XWg00LsQBViv6TObd { display:block; }#aXEw65Uauukx0B5XWg00LsQBViv6TObd > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kFqV0XHOKmmOLykHUVOxqogeE7CcsoNb { width:16.25rem;height:8.999rem;top:0.625rem;left:2.0296874642372rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EuvLeaTd3tRxOnXsMsdPrLQOk8zNQs0t { display:block; }#EuvLeaTd3tRxOnXsMsdPrLQOk8zNQs0t > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vD34oK8k1JtKcGvHduBPfNbqgmcLGAON { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #g26ytIe8s1MWgBd4TbE83G7oTraQrVTk { width:20rem;height:9.75rem;top:4.018684387207rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTEtwirR28RzaHKSANTLb8UlFVhZ1BKt { width:8.75rem;height:0.625rem;top:14.885633468628rem;left:5.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #RskVSTf88cZ9ztmeENJkrkX748F0BfPX { width:20rem;height:2.4375rem;top:17.578561782837rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R1DbbAR7TauODyH6rMo0ISZWDkiK5DEE { width:20rem;height:1.625rem;top:20.140192031861rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y6aCHbLWgxHUrSvEFHvPC6kyQWBTZviU { width:20rem;height:2.599825rem;top:23.764108657837rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lRnwv4i3rslsiSBcn0GfR7p8TEA10TJ3 { width:20rem;height:24.2849375rem;top:27.363288879394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hz3e5ThhedrDA6P0itN4UAPlnl0M5AvJ { display:block; }#hz3e5ThhedrDA6P0itN4UAPlnl0M5AvJ > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OBmvA9XrpGiKlW6eBrDq2VtCmAlBTaAd { width:15.625rem;height:2.625rem;top:8.81206875rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s7uCJKHCBT4xaJaiWdZ2sSlm8O1mUfLA { display:block; }
 }@media only screen and (max-width: 763px) { #zVOJrNUUNIhxHiZnslhbdnD3drJXLzcC { width:19rem;height:2.625rem;top:13.124114990234rem;left:0.49913197755814rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nz0enooOX5S4pSdaztSRJISrnqLUL6HV { display:block; }
 }@media only screen and (max-width: 763px) { #WBmb1LeaHDZtkMw23iJFEF7cfaJdmi9w { width:19rem;height:2.625rem;top:16.56206875rem;left:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BFi9IidlWyW7ayTHQN29e8aaT6HUE0g9 { display:block; }
 }@media only screen and (max-width: 763px) { #TF0KLyXiXwfweWq3wOweiFacAQbhoxKm { width:19rem;height:2.625rem;top:20.43706875rem;left:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fB7JqUMIU5Ix0XAW008fTb89yfBDvZ6W { display:block; }
 }@media only screen and (max-width: 763px) { #MIf7zhyuW3Hwc2e7gOnQgiWfFmdqINfW { width:19rem;height:2.625rem;top:24.124359130859rem;left:0.49913197755814rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gduPBWcc3ZLielTh9XhdORXpCxU6L561 { display:block; }
 }@media only screen and (max-width: 763px) { #QMsGeDhrUT15WN3TTuLpcSrspyCW1ULi { width:19rem;height:2.625rem;top:27.999145507812rem;left:0.49913197755814rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u3MkrOdHQzRVDkprvMAM3vbiL8XCA1FO { display:block; }
 }@media only screen and (max-width: 763px) { #cbPaAZAmfwBHxByHIJhWRtwTh3rtLbxU { width:15.625rem;height:2.625rem;top:4.93706875rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TbkNZHo73ZC84CdLVIOk5FHGWfTMzAbK { display:block; }
 }@media only screen and (max-width: 763px) { #x9NW8Z0nJwPPcKAtutb9FlHzpyK19UwS { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nR1kAS9wR0voGcAueE6oPf56P53Tlth1 { width:11.3125rem;height:5.2208110229839rem;top:33.498901367188rem;left:4.3120661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #fX87CKimrhD59qOqpE8HxD8S3m4q2Bye { width:20rem;height:0;top:35.655161425471rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #WMMPtCt6zFCoaHPrp48DTTg0CNQouepf { width:14.1875rem;height:2.625rem;top:10rem;left:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q0c5wxJfLuZmT5nu6CPko2u07wgECkgg { display:block; }
 }@media only screen and (max-width: 763px) { #QEbuZ7S49WiMklanTTQiw7x8f18gDcz0 { display:block; }#QEbuZ7S49WiMklanTTQiw7x8f18gDcz0 > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }