.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top: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); }#uNFHLkmezsessv4EuntQc3vdeGDIJuzW { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #d1f3ff;box-shadow: none;position:fixed;top:0rem;left:0rem;right:0rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#uNFHLkmezsessv4EuntQc3vdeGDIJuzW > .row .container { background-color: transparent; background-image: none; }#uNFHLkmezsessv4EuntQc3vdeGDIJuzW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uNFHLkmezsessv4EuntQc3vdeGDIJuzW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uNFHLkmezsessv4EuntQc3vdeGDIJuzW > .row .container > .video-iframe-container { display: none; }#uNFHLkmezsessv4EuntQc3vdeGDIJuzW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uNFHLkmezsessv4EuntQc3vdeGDIJuzW > .row > .video-iframe-container { display: none; }#uNFHLkmezsessv4EuntQc3vdeGDIJuzW > .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); }#uNFHLkmezsessv4EuntQc3vdeGDIJuzW > .row .container { border-width: 0; border-radius: 0; }#uNFHLkmezsessv4EuntQc3vdeGDIJuzW > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#uNFHLkmezsessv4EuntQc3vdeGDIJuzW > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;overflow:visible;position:relative;display:block; }#DMSFfmGUVKUc6REk1FB8y03xpVtVxown { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:11.125rem;top:2.03125rem;left:0rem;overflow:hidden;display:block; }
#E6VWKpuq6KDonFgF1K7XwWFGuNn92aIu { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.5625001192093rem;left:12.061634063721rem;display:block; }
#pnXkNs68wC6zDR3ay6foTLZkk0nTXwk2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VNlXqMtNvmd04Mog2e9nCWzt4CMi2znN { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6870625rem;height:2.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.5625rem;left:42.1875rem;display:block; }
#LKlCR6OnzxpvOgalGExF9fM14A3k2Nev { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#USAVcXybHT79o2ulwsri4gmCFJO3GTRI { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.436525rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.5625rem;left:18.9365234375rem;display:block; }
#iXXyKTnC3dmhO8XfBCJTKxQBbrS9GxG8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TSWO1ZKHmxwKDXA8n6l2AqL9op0TnJTg { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.999rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.5625rem;left:24.623046875rem;display:block; }
#lpR4VtdFg8Fz3wg5TV8cQEKyElTpIzDx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sUvoD6TULRR8OBVkXwffTaLXXIWBVLlm { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.12413125rem;height:2.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.5625rem;left:52.0625rem;display:block; }
#v0H589FSuK1hU6srnZyWNNtwbG82mo6T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f30pRe7Tqd6JReNccr6Xu072iTAffo91 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.56228125rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.5625001192093rem;left:59.062503814698rem;display:block; }
#HnJpXJbl2sQ5Gd4LdFyTTOxoZtmpGdt4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WMMJNv10hxhxgrogyKXpu26ZlPlvkWbw { background-color:#e10000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.9375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.34375rem;left:63.875rem;display:block; }
#gOZ4Ldu9dQKCTVsnKM21zqbp4FetbCXp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LgTB7xOiVDBdJ7OI18CaAv7X65en64cd { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.6230625rem;height:2.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.5625rem;left:34.3759765625rem;display:block; }
#lHCGJm2GO2g194gIhJt4rEw5wPfPeJfs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t3XR3tVMopG7gzoVH7T7Lsx5SRqD54bI { z-index:;position:relative;display:block; }#t3XR3tVMopG7gzoVH7T7Lsx5SRqD54bI { background-color: transparent; background-image: none; }#t3XR3tVMopG7gzoVH7T7Lsx5SRqD54bI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3XR3tVMopG7gzoVH7T7Lsx5SRqD54bI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3XR3tVMopG7gzoVH7T7Lsx5SRqD54bI > .row .container > .video-iframe-container { display: none; }#t3XR3tVMopG7gzoVH7T7Lsx5SRqD54bI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3XR3tVMopG7gzoVH7T7Lsx5SRqD54bI > .row > .video-iframe-container { display: none; }#t3XR3tVMopG7gzoVH7T7Lsx5SRqD54bI > .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); }#t3XR3tVMopG7gzoVH7T7Lsx5SRqD54bI { border-width: 0; border-radius: 0; }#t3XR3tVMopG7gzoVH7T7Lsx5SRqD54bI > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#rJI0b8Ji2DVnT6meqc8RLmRl1Vt3ami7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rJI0b8Ji2DVnT6meqc8RLmRl1Vt3ami7 > .row .container { background-color: transparent; background-image: none; }#rJI0b8Ji2DVnT6meqc8RLmRl1Vt3ami7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJI0b8Ji2DVnT6meqc8RLmRl1Vt3ami7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJI0b8Ji2DVnT6meqc8RLmRl1Vt3ami7 > .row .container > .video-iframe-container { display: none; }#rJI0b8Ji2DVnT6meqc8RLmRl1Vt3ami7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJI0b8Ji2DVnT6meqc8RLmRl1Vt3ami7 > .row > .video-iframe-container { display: none; }#rJI0b8Ji2DVnT6meqc8RLmRl1Vt3ami7 > .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); }#rJI0b8Ji2DVnT6meqc8RLmRl1Vt3ami7 > .row .container { border-width: 0; border-radius: 0; }#rJI0b8Ji2DVnT6meqc8RLmRl1Vt3ami7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rJI0b8Ji2DVnT6meqc8RLmRl1Vt3ami7 > .row .container { font-size:0.875rem;font-family:arial;height:15.8125rem;width:75rem;position:relative;display:block; }#OCbr6TMcDePnu8dnvMirRQWGegKxSeaZ { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hhBNrfZTbXTMRsKa3gMD134czMiXwbyH { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.5rem;left:0rem;height:3.9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VFQXTV4ETDRAUHWrRh02PIRuuGiTdnDb { color:#000000;display:block;width:43.125rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.875rem;left:15.9375rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#v8NSWTdxcyqAR7TSlGJh2TXqo4CHIGne { box-sizing:content-box;height:1.25rem;width:14.5rem;position:absolute;display:block;z-index:14999;background-color:#d1f3ff;background-image:none;top:11.9375rem;left:19.09375rem;display:block; }
#RMrpPHtqafiEPpF8WVRa4Xubcqy56p20 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RMrpPHtqafiEPpF8WVRa4Xubcqy56p20 > .row .container { background-color: transparent; background-image: none; }#RMrpPHtqafiEPpF8WVRa4Xubcqy56p20::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RMrpPHtqafiEPpF8WVRa4Xubcqy56p20 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RMrpPHtqafiEPpF8WVRa4Xubcqy56p20 > .row .container > .video-iframe-container { display: none; }#RMrpPHtqafiEPpF8WVRa4Xubcqy56p20 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RMrpPHtqafiEPpF8WVRa4Xubcqy56p20 > .row > .video-iframe-container { display: none; }#RMrpPHtqafiEPpF8WVRa4Xubcqy56p20 > .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); }#RMrpPHtqafiEPpF8WVRa4Xubcqy56p20 > .row .container { border-width: 0; border-radius: 0; }#RMrpPHtqafiEPpF8WVRa4Xubcqy56p20 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RMrpPHtqafiEPpF8WVRa4Xubcqy56p20 > .row .container { font-size:0.875rem;font-family:arial;height:38.5625rem;width:75rem;position:relative;display:block; }#SaLLmebZqhm5cA45xKLA79dPlvr6zqQF { box-sizing:content-box;height:29.0625rem;width:23.75rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/19504947-0084-44d4-b7a1-fd29cf23c09a/TomekGraszewicz.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:9.1875rem;left:6.625rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;border-top:0.125rem solid #d1f3ff;border-left:0.125rem solid #d1f3ff;border-right:0.125rem solid #d1f3ff;border-bottom:0.125rem solid #d1f3ff;display:block; }#SaLLmebZqhm5cA45xKLA79dPlvr6zqQF.adaptive-delivery-prevent-bg, #SaLLmebZqhm5cA45xKLA79dPlvr6zqQF.lazyload, #SaLLmebZqhm5cA45xKLA79dPlvr6zqQF.lazyloading { background-image: none; }
#HagoTyFJfvT1XoGLw0HvgNShzMi0lzMd { box-sizing:content-box;height:2.9375rem;width:10.9375rem;position:absolute;display:block;z-index:15001;background-color:#000000;background-image:none;top:31.71875rem;left:6.625rem;display:block; }
#FK58UDMV9yAERhiSWbzCQJxndeRlfToE { box-sizing:content-box;height:5.4375rem;width:23.875rem;position:absolute;display:block;z-index:14999;background-color:#d1f3ff;background-image:none;top:33.0625rem;left:6.75rem;border-top-right-radius:0rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0rem;display:block; }
#pH4ecszm2RrpVK6DZl9hAr2vPQty9Hgo { color:#000000;display:block;width:37.5rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.875rem;left:0rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mwb8URLOsf1b9SwqryQT2TDXktJvTwsr { box-sizing:content-box;height:3.4375rem;width:12.625rem;position:absolute;display:block;z-index:15003;background-color:#d1f3ff;background-image:none;top:1.875rem;left:6.75rem;display:block; }
#sbEuEP959nnv31PvKThJbNZqVo7hzJIr { box-sizing:content-box;height:2.8125rem;width:11.375rem;position:absolute;display:block;z-index:15004;background-color:#000000;background-image:none;top:2.5625rem;left:19.375rem;display:block; }
#RcwDAH2UkNQP4sKDyMGXypuO4Vnrx11c { color:#000000;display:block;width:12.625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.9375rem;left:6.8125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IMFGZWGdiZwWanrnkQ1MroB97gGxSXra { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:3.25rem;left:22.25rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ISbzUJ10qH7C4vPKy9o0p1TdDZXk2Pny { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.625rem;top:3.5625rem;left:21.1875rem;overflow:hidden;display:block; }
#O6SrZQdtDhE6vUHIFCoCgoIuqGWp2b6U { position:absolute;display:block;z-index:15013;background-color:#fff040;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:1.875rem;width:1.875rem;top:3.0625rem;left:20.5625rem;display:block; }
#L9RTqtPvqeQHwk2XsWZ2TtFR5hivCuEm { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:32.375rem;left:7.875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eqBXtyeqfvo5cTKZRMD8TEsBe6HLdOKU { color:#000000;display:block;width:22.5625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:35.5244140625rem;left:7.875rem;height:1.95rem;font-style:normal;display:block; }
#w1zxe9LSeMqA4HiUgWc0NPQHKQKADCEh { box-sizing:content-box;height:29.0625rem;width:23.75rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/cf46880b-9f59-4891-a3f9-c212118216b0/PrzemekRataj.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:9.1875rem;left:44.125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;border-top:0.125rem solid #fff040;border-left:0.125rem solid #fff040;border-right:0.125rem solid #fff040;border-bottom:0.125rem solid #fff040;display:block; }#w1zxe9LSeMqA4HiUgWc0NPQHKQKADCEh.adaptive-delivery-prevent-bg, #w1zxe9LSeMqA4HiUgWc0NPQHKQKADCEh.lazyload, #w1zxe9LSeMqA4HiUgWc0NPQHKQKADCEh.lazyloading { background-image: none; }
#XZv2oO9ZUPBoSq6ZRdBUzuTmwg4cs9K8 { box-sizing:content-box;height:5.4375rem;width:23.875rem;position:absolute;display:block;z-index:15011;background-color:#fff040;background-image:none;top:33.0625rem;left:44.25rem;border-top-right-radius:0rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0rem;display:block; }
#vH3xhLRHikRUDPyLfGTThRrpWKsaEOXL { color:#000000;display:block;width:22.5625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:35.5rem;left:45.375rem;height:1.95rem;font-style:normal;display:block; }
#uVkw1wdJTXLQpl3DgkPWglVktrTgchwe { box-sizing:content-box;height:2.9375rem;width:10.9375rem;position:absolute;display:block;z-index:15013;background-color:#000000;background-image:none;top:31.75rem;left:44.125rem;display:block; }
#stIzgMG6dzIaVCfyAp4bTIfpUz2Ip618 { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:32.375rem;left:45.375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#onVD8TLP2HIdQRwO73xftIpT1peAn8Nu { color:#000000;display:block;width:37.5rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:5.875rem;left:37.5rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lxEo7KOTKTkXLBDFgzh7hk5L2B2hDOpX { box-sizing:content-box;height:3.4375rem;width:12.625rem;position:absolute;display:block;z-index:15015;background-color:#fff040;background-image:none;top:1.875rem;left:44.25rem;display:block; }
#GWd2aNOOsRorQ8bJMBgvPbflrh9wZgn4 { box-sizing:content-box;height:2.8125rem;width:11.375rem;position:absolute;display:block;z-index:15016;background-color:#000000;background-image:none;top:2.5625rem;left:56.875rem;display:block; }
#xy0FZM8k70QFxgd6x4CEITAZmZ3n6qWO { color:#000000;display:block;width:12.625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:2.9375rem;left:44.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U42wnd23UpqwCid6BSFVp9cUnCgmCeXQ { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:3.25rem;left:59.75rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X3pyhchmhz5hXfNgTlcHTSG9T15yJsOx { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.625rem;top:3.5625rem;left:58.6875rem;overflow:hidden;display:block; }
#wK6xCZ9GNKBywaEha2xRuW2t01xdPa2y { position:absolute;display:block;z-index:15025;background-color:#fff040;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:1.875rem;width:1.875rem;top:3.0625rem;left:58.0625rem;display:block; }
#HVq1rFi9q3bJHfdV4tU4LrgL4Cd9TtzT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HVq1rFi9q3bJHfdV4tU4LrgL4Cd9TtzT > .row .container { background-color: transparent; background-image: none; }#HVq1rFi9q3bJHfdV4tU4LrgL4Cd9TtzT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HVq1rFi9q3bJHfdV4tU4LrgL4Cd9TtzT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HVq1rFi9q3bJHfdV4tU4LrgL4Cd9TtzT > .row .container > .video-iframe-container { display: none; }#HVq1rFi9q3bJHfdV4tU4LrgL4Cd9TtzT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HVq1rFi9q3bJHfdV4tU4LrgL4Cd9TtzT > .row > .video-iframe-container { display: none; }#HVq1rFi9q3bJHfdV4tU4LrgL4Cd9TtzT > .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); }#HVq1rFi9q3bJHfdV4tU4LrgL4Cd9TtzT > .row .container { border-width: 0; border-radius: 0; }#HVq1rFi9q3bJHfdV4tU4LrgL4Cd9TtzT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HVq1rFi9q3bJHfdV4tU4LrgL4Cd9TtzT > .row .container { font-size:0.875rem;font-family:arial;height:16.9375rem;width:75rem;position:relative;display:block; }#UXchhzIOQ3CJXwh95E9Gk0NhUDLeKiMK { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#BTvnCNNKUTHNI7Ksy8gVopmBsoSe4Ozi { background-color:#e10000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:4.1875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:6.5rem;left:23.25rem;display:block; }
#ZwtXZnlS6bwbo42lUxoH0vwixrF9bLI4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vlhFvlPTUlEFqgBvBAXNHo4WQ6chBPTJ { background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:4.1875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:6.5rem;left:38.125rem;display:block; }
#aIBTOHn3wMrPRy7B0GltpM57zeXA6lkd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TD48gbk89aytgMVTuOUHx9AbkuyOVHSh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d1f3ff;background-image:url("https://images.assets-landingi.com/uc/607acd00-551a-401d-8096-5144080cbfdf/bz.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TD48gbk89aytgMVTuOUHx9AbkuyOVHSh.adaptive-delivery-prevent-bg, #TD48gbk89aytgMVTuOUHx9AbkuyOVHSh.lazyload, #TD48gbk89aytgMVTuOUHx9AbkuyOVHSh.lazyloading { background-image: none; }#TD48gbk89aytgMVTuOUHx9AbkuyOVHSh > .row .container { background-color: transparent; background-image: none; }#TD48gbk89aytgMVTuOUHx9AbkuyOVHSh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TD48gbk89aytgMVTuOUHx9AbkuyOVHSh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TD48gbk89aytgMVTuOUHx9AbkuyOVHSh > .row .container > .video-iframe-container { display: none; }#TD48gbk89aytgMVTuOUHx9AbkuyOVHSh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TD48gbk89aytgMVTuOUHx9AbkuyOVHSh > .row > .video-iframe-container { display: none; }#TD48gbk89aytgMVTuOUHx9AbkuyOVHSh > .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); }#TD48gbk89aytgMVTuOUHx9AbkuyOVHSh > .row .container { border-width: 0; border-radius: 0; }#TD48gbk89aytgMVTuOUHx9AbkuyOVHSh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TD48gbk89aytgMVTuOUHx9AbkuyOVHSh > .row .container { font-size:0.875rem;font-family:arial;height:52.0625rem;width:75rem;position:relative;display:block; }#vH6f3U7P1U9ToBWzDZXGSG3lLrc9bgKt { color:#000000;display:block;width:37.9375rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:2.7625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hwztaz90PdmleXFF4Di1CalZgz0WkoXU { color:#000000;display:block;width:33.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:9.875rem;left:0rem;height:13.5rem;display:block; }
#zgL2094SspTXo5cISrlcyLLIgglOs5Z9 { color:#000000;display:block;width:34rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:28.25rem;left:0rem;height:3.375rem;display:block; }
#NBkiCRWMWdzJhKxZ9H0wNEa65LGwF6nc { color:#000000;display:block;width:33.875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:33.0625rem;left:0rem;height:5.84911875rem;font-style:normal;display:block; }
#IEPzVUMPtwFBivD3JmZkZ1X1gHQF9Kdm { background-color:#fff040;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:4.186525rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:42.9375rem;left:0rem;display:block; }
#uonp1ZUibnkUd2RdzX3OTRUTPSaxi7ny { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oEsScLb6CG0soGig357yMrHVcB25dqqR { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:54.9375rem;width:56.0625rem;display:none; }
#V8GvPoQOS48ob4AbzNLlAcMIpqRWznDs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff040;background-image:url("https://images.assets-landingi.com/uc/0d3325d0-76a8-41ac-9260-c0b3ff23360b/bz2jpg.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V8GvPoQOS48ob4AbzNLlAcMIpqRWznDs.adaptive-delivery-prevent-bg, #V8GvPoQOS48ob4AbzNLlAcMIpqRWznDs.lazyload, #V8GvPoQOS48ob4AbzNLlAcMIpqRWznDs.lazyloading { background-image: none; }#V8GvPoQOS48ob4AbzNLlAcMIpqRWznDs > .row .container { background-color: transparent; background-image: none; }#V8GvPoQOS48ob4AbzNLlAcMIpqRWznDs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8GvPoQOS48ob4AbzNLlAcMIpqRWznDs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8GvPoQOS48ob4AbzNLlAcMIpqRWznDs > .row .container > .video-iframe-container { display: none; }#V8GvPoQOS48ob4AbzNLlAcMIpqRWznDs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8GvPoQOS48ob4AbzNLlAcMIpqRWznDs > .row > .video-iframe-container { display: none; }#V8GvPoQOS48ob4AbzNLlAcMIpqRWznDs > .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); }#V8GvPoQOS48ob4AbzNLlAcMIpqRWznDs > .row .container { border-width: 0; border-radius: 0; }#V8GvPoQOS48ob4AbzNLlAcMIpqRWznDs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V8GvPoQOS48ob4AbzNLlAcMIpqRWznDs > .row .container { font-size:0.875rem;font-family:arial;height:68.1875rem;width:75rem;position:relative;display:block; }#XJCESkp6gnw5B14kpHPi0FZ2EMBRdWs6 { color:#000000;display:block;width:37.9375rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.25rem;left:37.0625rem;height:5.5244125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QHet8E3XQsqAKpbM9t4OZmcUDKvNseus { color:#000000;display:block;width:37.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:13.349609375rem;left:37.0625rem;height:8.4375rem;display:block; }
#SEPTCGVF3MIKscIESdHAMoSowONbyUOq { color:#000000;display:block;width:37.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:24.724609375rem;left:37.0625rem;height:5.0625rem;display:block; }
#OHzPm1BKfLS4ZhfvMDpsHsz8rNyaVoyX { color:#000000;display:block;width:37.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:30.912109375rem;left:37.0625rem;height:3.375rem;display:block; }
#b50O9LISn3kr0l9rFkNdzSTtI0olHbrC { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:35.625rem;left:37.0625rem;overflow:hidden;display:block; }
#EKks2afJhtlQqBDenKuwBhXo2n0ZGoMJ { color:#000000;display:block;width:32.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:35.875rem;left:39.9375rem;height:5.0625rem;display:block; }
#ColG4QploRTXKek5eFwtwqXNdP0FoTzp { color:#000000;display:block;width:32.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:44.125rem;left:39.9375rem;height:1.6875rem;display:block; }
#MCZTr2Q4olgvAKikzdHaSa1inaCSJ5TQ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:43.875rem;left:37.0625rem;overflow:hidden;display:block; }
#zFwT0FX7dL1uX96Zd44At2KubWCVOuqp { color:#000000;display:block;width:32.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:48.875rem;left:39.9375rem;height:5.0625rem;display:block; }
#VTOE0M5hNDuHTorcvXsnbJ6sLsFrR2lw { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:48.625rem;left:37.0625rem;overflow:hidden;display:block; }
#dfv19gQ3dBWGZdE99Nm2qq88RpIIT1yq { color:#000000;display:block;width:37.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:56.875rem;left:37.0625rem;height:5.0625rem;font-style:normal;display:block; }
#cnnD4row25TombC2DmtPtAZH3R60QdGw { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:54.9375rem;width:56.0625rem;display:none; }
#vmfgURK1TCqCTXUSfKIlOLuoaTIooleM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vmfgURK1TCqCTXUSfKIlOLuoaTIooleM > .row .container { background-color: transparent; background-image: none; }#vmfgURK1TCqCTXUSfKIlOLuoaTIooleM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmfgURK1TCqCTXUSfKIlOLuoaTIooleM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmfgURK1TCqCTXUSfKIlOLuoaTIooleM > .row .container > .video-iframe-container { display: none; }#vmfgURK1TCqCTXUSfKIlOLuoaTIooleM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmfgURK1TCqCTXUSfKIlOLuoaTIooleM > .row > .video-iframe-container { display: none; }#vmfgURK1TCqCTXUSfKIlOLuoaTIooleM > .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); }#vmfgURK1TCqCTXUSfKIlOLuoaTIooleM > .row .container { border-width: 0; border-radius: 0; }#vmfgURK1TCqCTXUSfKIlOLuoaTIooleM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vmfgURK1TCqCTXUSfKIlOLuoaTIooleM > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:block; }#QO379Jhukg3bGIN9e9E96GDtxnJTXclP { color:#ffffff;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.5625rem;left:0rem;height:5.85rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tWRPJtANKpoxQpUcGJTE7rCI3bSgvHzw { color:#ffffff;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:10.375rem;left:0rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tqa6NqVzBh2XIBTAfa1U4gfrSdtgDSDJ { background-color:#e10000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:4.1875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:13.5rem;left:30.6875rem;display:block; }
#zd3x9Thd4SLoJvCM2Ly9NRpEI3UTn3be { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dwsCKu7J5nOg4fBv3aqFzHffPsw6D4XN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dwsCKu7J5nOg4fBv3aqFzHffPsw6D4XN > .row .container { background-color: transparent; background-image: none; }#dwsCKu7J5nOg4fBv3aqFzHffPsw6D4XN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dwsCKu7J5nOg4fBv3aqFzHffPsw6D4XN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dwsCKu7J5nOg4fBv3aqFzHffPsw6D4XN > .row .container > .video-iframe-container { display: none; }#dwsCKu7J5nOg4fBv3aqFzHffPsw6D4XN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dwsCKu7J5nOg4fBv3aqFzHffPsw6D4XN > .row > .video-iframe-container { display: none; }#dwsCKu7J5nOg4fBv3aqFzHffPsw6D4XN > .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); }#dwsCKu7J5nOg4fBv3aqFzHffPsw6D4XN > .row .container { border-width: 0; border-radius: 0; }#dwsCKu7J5nOg4fBv3aqFzHffPsw6D4XN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dwsCKu7J5nOg4fBv3aqFzHffPsw6D4XN > .row .container { font-size:0.875rem;font-family:arial;height:14.5625rem;width:75rem;position:relative;display:block; }#O88Suci7T9RbaXgwsL2Z4Fyq0MwCpnOH { color:#000000;display:block;width:39.8748125rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.25rem;left:17.561256408691rem;height:2.925rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DK769S1NhHReHzlf8wb6fGJRN6B8weAa { color:#000000;display:block;width:39.875rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10.8125rem;left:25.15625rem;height:0;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#UTigoDUezAHxOsOGyZ3SsPGDQkupnvKo { color:#000000;display:block;width:39.8748125rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:9.1743717193606rem;left:17.562145233154rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#AC7OPzD5ZOreL1Auu56fQKl5DAkfO1iw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AC7OPzD5ZOreL1Auu56fQKl5DAkfO1iw > .row .container { background-color: transparent; background-image: none; }#AC7OPzD5ZOreL1Auu56fQKl5DAkfO1iw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AC7OPzD5ZOreL1Auu56fQKl5DAkfO1iw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AC7OPzD5ZOreL1Auu56fQKl5DAkfO1iw > .row .container > .video-iframe-container { display: none; }#AC7OPzD5ZOreL1Auu56fQKl5DAkfO1iw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AC7OPzD5ZOreL1Auu56fQKl5DAkfO1iw > .row > .video-iframe-container { display: none; }#AC7OPzD5ZOreL1Auu56fQKl5DAkfO1iw > .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); }#AC7OPzD5ZOreL1Auu56fQKl5DAkfO1iw > .row .container { border-width: 0; border-radius: 0; }#AC7OPzD5ZOreL1Auu56fQKl5DAkfO1iw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AC7OPzD5ZOreL1Auu56fQKl5DAkfO1iw > .row .container { font-size:0.875rem;font-family:arial;height:18.875rem;width:75rem;position:relative;display:block; }#zTduUbxPlvCPiVK4Twm4f97HO1BoVZRT { position:absolute;display:block;z-index:15000;background-color:#d1f3ff;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:281.25rem;border-top-right-radius:281.25rem;border-bottom-left-radius:281.25rem;border-bottom-right-radius:281.25rem;box-shadow: none;height:5rem;width:5rem;top:0rem;left:10rem;display:block; }
#goleV6AhkbnK1GUeR5UuwCEhcw6lWD02 { color:#000000;display:block;width:23.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:6.25rem;left:0.625rem;height:5.0625rem;text-align:center;text-align-last:center;display:block; }
#zGzb4HXhEzTUAeUt7fGJ7cdkx5S4Tq2U { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:0.9375rem;left:10.9375rem;overflow:hidden;display:block; }
#NUs1QKg82dMimOnw53oTvO7Dle4MtI70 { color:#000000;display:block;width:23.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:6.25rem;left:25.625rem;height:10.125rem;text-align:center;text-align-last:center;display:block; }
#xdW3KFLt5u1ZBVx3Sil4ywdBp0kcuW0k { position:absolute;display:block;z-index:15003;background-color:#d1f3ff;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:281.25rem;border-top-right-radius:281.25rem;border-bottom-left-radius:281.25rem;border-bottom-right-radius:281.25rem;box-shadow: none;height:5rem;width:5rem;top:0rem;left:35rem;display:block; }
#f9iShu1x6isQJT0kcc1e3zhuzvBNJpC5 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:0.9375rem;left:35.9375rem;overflow:hidden;display:block; }
#LygQpVNna1KWIiPiH3PcSGumhnfIbvfK { color:#000000;display:block;width:23.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:6.25rem;left:50.625rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#xBOlcmDET6o3VZGftxJSHEdRXRT4ZOTy { position:absolute;display:block;z-index:15006;background-color:#d1f3ff;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:281.25rem;border-top-right-radius:281.25rem;border-bottom-left-radius:281.25rem;border-bottom-right-radius:281.25rem;box-shadow: none;height:5rem;width:5rem;top:0rem;left:60rem;display:block; }
#TlnWIDT55d4nMORUTBmTTLOpl1yssE6U { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:0.9375rem;left:60.9375rem;overflow:hidden;display:block; }
#oCSyQgeRcCr3OZCiwNIr3y6BCncC6MxB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oCSyQgeRcCr3OZCiwNIr3y6BCncC6MxB > .row .container { background-color: transparent; background-image: none; }#oCSyQgeRcCr3OZCiwNIr3y6BCncC6MxB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oCSyQgeRcCr3OZCiwNIr3y6BCncC6MxB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oCSyQgeRcCr3OZCiwNIr3y6BCncC6MxB > .row .container > .video-iframe-container { display: none; }#oCSyQgeRcCr3OZCiwNIr3y6BCncC6MxB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oCSyQgeRcCr3OZCiwNIr3y6BCncC6MxB > .row > .video-iframe-container { display: none; }#oCSyQgeRcCr3OZCiwNIr3y6BCncC6MxB > .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); }#oCSyQgeRcCr3OZCiwNIr3y6BCncC6MxB > .row .container { border-width: 0; border-radius: 0; }#oCSyQgeRcCr3OZCiwNIr3y6BCncC6MxB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oCSyQgeRcCr3OZCiwNIr3y6BCncC6MxB > .row .container { font-size:0.875rem;font-family:arial;height:16.9375rem;width:75rem;position:relative;display:block; }#yQCIJEB4NaN1xinrMAC60ccyTq87tCoE { position:absolute;display:block;z-index:15000;background-color:#d1f3ff;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:281.25rem;border-top-right-radius:281.25rem;border-bottom-left-radius:281.25rem;border-bottom-right-radius:281.25rem;box-shadow: none;height:5rem;width:5rem;top:0rem;left:10rem;display:block; }
#XKNTH9e7IpTDFTMoESbB7TuwTAC0mO3w { color:#000000;display:block;width:23.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:6.25rem;left:0.625rem;height:5.0625rem;text-align:center;text-align-last:center;display:block; }
#oWtEXsSTGw6KKxlfn79wsc5w4CxNKazW { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:0.9375rem;left:10.9375rem;overflow:hidden;display:block; }
#BPdnW3Jb9b7OrqwXKFbzCpbzbVx8QyND { color:#000000;display:block;width:23.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:6.25rem;left:25.625rem;height:6.75rem;text-align:center;text-align-last:center;display:block; }
#g4ETNcTDKZtJKrS4x9bDeJ96CON0212f { position:absolute;display:block;z-index:15003;background-color:#d1f3ff;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:281.25rem;border-top-right-radius:281.25rem;border-bottom-left-radius:281.25rem;border-bottom-right-radius:281.25rem;box-shadow: none;height:5rem;width:5rem;top:0rem;left:35rem;display:block; }
#zrGG5ZcpsqTndQLeBD0DL6TrLoJXLDoG { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:0.9375rem;left:35.9375rem;overflow:hidden;display:block; }
#i8GMWh1xa68vHTgxDdNalvkgzRoJw0U5 { color:#000000;display:block;width:23.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:6.25rem;left:50.625rem;height:6.75rem;text-align:center;text-align-last:center;display:block; }
#RnCuN4U8RqV6EMrByiKiozyugowAXwad { position:absolute;display:block;z-index:15006;background-color:#d1f3ff;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:281.25rem;border-top-right-radius:281.25rem;border-bottom-left-radius:281.25rem;border-bottom-right-radius:281.25rem;box-shadow: none;height:5rem;width:5rem;top:0rem;left:60rem;display:block; }
#OhyHpwwWSdUT9LnhBrVXn9tyxHdOGN4x { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:0.9375rem;left:60.9375rem;overflow:hidden;display:block; }
#Vhtwakb8OgbNC22zHqC5UEtk3FBBuMou { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Vhtwakb8OgbNC22zHqC5UEtk3FBBuMou > .row .container { background-color: transparent; background-image: none; }#Vhtwakb8OgbNC22zHqC5UEtk3FBBuMou::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vhtwakb8OgbNC22zHqC5UEtk3FBBuMou > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vhtwakb8OgbNC22zHqC5UEtk3FBBuMou > .row .container > .video-iframe-container { display: none; }#Vhtwakb8OgbNC22zHqC5UEtk3FBBuMou > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vhtwakb8OgbNC22zHqC5UEtk3FBBuMou > .row > .video-iframe-container { display: none; }#Vhtwakb8OgbNC22zHqC5UEtk3FBBuMou > .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); }#Vhtwakb8OgbNC22zHqC5UEtk3FBBuMou > .row .container { border-width: 0; border-radius: 0; }#Vhtwakb8OgbNC22zHqC5UEtk3FBBuMou > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vhtwakb8OgbNC22zHqC5UEtk3FBBuMou > .row .container { font-size:0.875rem;font-family:arial;height:29.125rem;width:75rem;position:relative;display:block; }#GlPmihu2l8yH8AuxCvqakb253Ba7LPHW { color:#000000;display:block;width:66rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:0rem;left:4.5rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QeehvwtQdyNRQN7Pi4Lh8GHbnJuhEhSo { color:#000000;display:block;width:66rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.3984375rem;left:4.5rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TniLbFLAZyu1cmzAOUJlCTHpQ1twNhF2 { color:#000000;display:block;width:61.4375rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.5625rem;left:6.78125rem;height:5.85rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XEGuKXGwwRtHrnh9E6xOrhCbwmvCS8bD { background-color:#e10000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:4.1875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:18.662109375rem;left:30.6875rem;display:block; }
#oETiI0VW4imkoTmyne8Aa0G0TezKU1Ha { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qearymG1zQrdc67QtlLxRTkzSf7IPz3T { box-sizing:content-box;height:1.25rem;width:45rem;position:absolute;display:block;z-index:15000;background-color:#d1f3ff;background-image:none;top:13rem;left:9.15625rem;display:block; }
#CKy9cOOG63KfL1I8JNgIgzNAoTKFT5Kk { box-sizing:content-box;height:1.25rem;width:45rem;position:absolute;display:block;z-index:15000;background-color:#d1f3ff;background-image:none;top:13rem;left:9.15625rem;display:none; }
#eQ3s38tpUJvERzDQ0kOApiTUVltMEDXP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff040;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eQ3s38tpUJvERzDQ0kOApiTUVltMEDXP > .row .container { background-color: transparent; background-image: none; }#eQ3s38tpUJvERzDQ0kOApiTUVltMEDXP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQ3s38tpUJvERzDQ0kOApiTUVltMEDXP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQ3s38tpUJvERzDQ0kOApiTUVltMEDXP > .row .container > .video-iframe-container { display: none; }#eQ3s38tpUJvERzDQ0kOApiTUVltMEDXP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQ3s38tpUJvERzDQ0kOApiTUVltMEDXP > .row > .video-iframe-container { display: none; }#eQ3s38tpUJvERzDQ0kOApiTUVltMEDXP > .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); }#eQ3s38tpUJvERzDQ0kOApiTUVltMEDXP > .row .container { border-width: 0; border-radius: 0; }#eQ3s38tpUJvERzDQ0kOApiTUVltMEDXP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eQ3s38tpUJvERzDQ0kOApiTUVltMEDXP > .row .container { font-size:0.875rem;font-family:arial;height:13.375rem;width:75rem;position:relative;display:block; }#L0FDFNLmTss4nXFO8ssoWpwqcCRZ7DTH { color:#000000;display:block;width:47.5625rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5rem;left:13.71875rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ds8g5kbLe1QulHkkizXOOHo0zaahAOUX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff040;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ds8g5kbLe1QulHkkizXOOHo0zaahAOUX > .row .container { background-color: transparent; background-image: none; }#ds8g5kbLe1QulHkkizXOOHo0zaahAOUX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ds8g5kbLe1QulHkkizXOOHo0zaahAOUX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ds8g5kbLe1QulHkkizXOOHo0zaahAOUX > .row .container > .video-iframe-container { display: none; }#ds8g5kbLe1QulHkkizXOOHo0zaahAOUX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ds8g5kbLe1QulHkkizXOOHo0zaahAOUX > .row > .video-iframe-container { display: none; }#ds8g5kbLe1QulHkkizXOOHo0zaahAOUX > .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); }#ds8g5kbLe1QulHkkizXOOHo0zaahAOUX > .row .container { border-width: 0; border-radius: 0; }#ds8g5kbLe1QulHkkizXOOHo0zaahAOUX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ds8g5kbLe1QulHkkizXOOHo0zaahAOUX > .row .container { font-size:0.875rem;font-family:arial;height:17.25rem;width:75rem;position:relative;display:block; }#rssPbtbh5qsFTaaHoNVTRq7VDVOL5P0l { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.3125rem;top:0rem;left:5.3125rem;overflow:hidden;display:block; }
#rAoXbZSCa33xX4V6UdDTS6FcTPQJGQtF { color:#000000;display:block;width:26.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:6.125rem;left:5.3125rem;height:6.75rem;display:block; }
#xr07GH1ZIrOrJppPaVNS7pSV8XuyXQ9w { color:#000000;display:block;width:26.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:6.125rem;left:42.8125rem;height:6.75rem;display:block; }
#s55RkJE29OvUEUNlhk7gJa8eOngybLFC { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.3125rem;top:0rem;left:42.8125rem;overflow:hidden;display:block; }
#w4M239dl3b4sXAW1tPDeNPo6XUZdgL9y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff040;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#w4M239dl3b4sXAW1tPDeNPo6XUZdgL9y > .row .container { background-color: transparent; background-image: none; }#w4M239dl3b4sXAW1tPDeNPo6XUZdgL9y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4M239dl3b4sXAW1tPDeNPo6XUZdgL9y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4M239dl3b4sXAW1tPDeNPo6XUZdgL9y > .row .container > .video-iframe-container { display: none; }#w4M239dl3b4sXAW1tPDeNPo6XUZdgL9y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4M239dl3b4sXAW1tPDeNPo6XUZdgL9y > .row > .video-iframe-container { display: none; }#w4M239dl3b4sXAW1tPDeNPo6XUZdgL9y > .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); }#w4M239dl3b4sXAW1tPDeNPo6XUZdgL9y > .row .container { border-width: 0; border-radius: 0; }#w4M239dl3b4sXAW1tPDeNPo6XUZdgL9y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w4M239dl3b4sXAW1tPDeNPo6XUZdgL9y > .row .container { font-size:0.875rem;font-family:arial;height:12.875rem;width:75rem;position:relative;display:block; }#siAG1QDMbx4wLUdJrdfmUnR6C2yFAbz9 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.3125rem;top:0rem;left:5.3125rem;overflow:hidden;display:block; }
#Hh7h6vimtFMXPKPDqsikPoTR8FqIGqty { color:#000000;display:block;width:26.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:6.125rem;left:5.3125rem;height:5.0625rem;display:block; }
#PDbS0oph61qUG1WmxbXir1ZuC6uSFNUn { color:#000000;display:block;width:26.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:6.125rem;left:42.8125rem;height:5.0625rem;display:block; }
#eTEANGPaAt9uxwG8Ll8qNGtgTw0uT53y { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.3125rem;top:0rem;left:42.8125rem;overflow:hidden;display:block; }
#Meuu4I4g5VWTyaCskKbPRnFvyHITMh9q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff040;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Meuu4I4g5VWTyaCskKbPRnFvyHITMh9q > .row .container { background-color: transparent; background-image: none; }#Meuu4I4g5VWTyaCskKbPRnFvyHITMh9q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Meuu4I4g5VWTyaCskKbPRnFvyHITMh9q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Meuu4I4g5VWTyaCskKbPRnFvyHITMh9q > .row .container > .video-iframe-container { display: none; }#Meuu4I4g5VWTyaCskKbPRnFvyHITMh9q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Meuu4I4g5VWTyaCskKbPRnFvyHITMh9q > .row > .video-iframe-container { display: none; }#Meuu4I4g5VWTyaCskKbPRnFvyHITMh9q > .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); }#Meuu4I4g5VWTyaCskKbPRnFvyHITMh9q > .row .container { border-width: 0; border-radius: 0; }#Meuu4I4g5VWTyaCskKbPRnFvyHITMh9q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Meuu4I4g5VWTyaCskKbPRnFvyHITMh9q > .row .container { font-size:0.875rem;font-family:arial;height:12.3125rem;width:75rem;position:relative;display:block; }#DcuZUe1ZTGlHEpBNJwgP2Wp8IJekfsVq { background-color:#e10000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5rem;height:4.1875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.0625rem;left:26.75rem;display:block; }
#EmMnW4pK8gtt9sXza8SaFp9kXqdlTlGD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gO5f3goTlTQ47M6t1ZreIWJECdrH5vlC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gO5f3goTlTQ47M6t1ZreIWJECdrH5vlC > .row .container { background-color: transparent; background-image: none; }#gO5f3goTlTQ47M6t1ZreIWJECdrH5vlC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gO5f3goTlTQ47M6t1ZreIWJECdrH5vlC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gO5f3goTlTQ47M6t1ZreIWJECdrH5vlC > .row .container > .video-iframe-container { display: none; }#gO5f3goTlTQ47M6t1ZreIWJECdrH5vlC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gO5f3goTlTQ47M6t1ZreIWJECdrH5vlC > .row > .video-iframe-container { display: none; }#gO5f3goTlTQ47M6t1ZreIWJECdrH5vlC > .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); }#gO5f3goTlTQ47M6t1ZreIWJECdrH5vlC > .row .container { border-width: 0; border-radius: 0; }#gO5f3goTlTQ47M6t1ZreIWJECdrH5vlC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gO5f3goTlTQ47M6t1ZreIWJECdrH5vlC > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;position:relative;display:block; }#TElcEO4XGrMApOJG0UKnlFRFx9JIzqS9 { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:2.84375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LctVpNkqPT40Q6SK4xSTN5MHToqes54K { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.40625rem;left:0rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#r0AABJNTPOaA8sUKEIN5ghlEEz4VZnuB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#r0AABJNTPOaA8sUKEIN5ghlEEz4VZnuB > .row .container { background-color: transparent; background-image: none; }#r0AABJNTPOaA8sUKEIN5ghlEEz4VZnuB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0AABJNTPOaA8sUKEIN5ghlEEz4VZnuB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0AABJNTPOaA8sUKEIN5ghlEEz4VZnuB > .row .container > .video-iframe-container { display: none; }#r0AABJNTPOaA8sUKEIN5ghlEEz4VZnuB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0AABJNTPOaA8sUKEIN5ghlEEz4VZnuB > .row > .video-iframe-container { display: none; }#r0AABJNTPOaA8sUKEIN5ghlEEz4VZnuB > .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); }#r0AABJNTPOaA8sUKEIN5ghlEEz4VZnuB > .row .container { border-width: 0; border-radius: 0; }#r0AABJNTPOaA8sUKEIN5ghlEEz4VZnuB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r0AABJNTPOaA8sUKEIN5ghlEEz4VZnuB > .row .container { font-size:0.875rem;font-family:arial;height:12rem;width:75rem;position:relative;display:block; }#ueroCpLBOekZ74fWTToGnwzaqrQrAgAW { position:absolute;display:block;z-index:15000;background-color:#fff040;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:47.8125rem;top:0rem;left:0rem;display:block; }
#A57gbv0K66G2ilJPuLShOcgpHfiwFcoN { color:#000000;display:block;width:45.375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.25rem;left:1.25rem;height:1.95rem;font-style:normal;display:block; }
#upf0TahQvDtZ23i6SgLyUf0DH62BHSGe { color:#000000;display:block;width:45.375rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.26171875rem;left:1.21875rem;height:2.4375rem;font-style:normal;display:block; }
#bTIFdFTx9IZ4KIyrocyL40vm7lbFbWno { position:absolute;display:block;z-index:15001;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:22.875rem;top:7.1875rem;left:0rem;display:block; }
#zzTiLMikuXD2WJ8b2UkRhbr5kvpJE2Qy { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.6875rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vKiZk3sp40cf7mW9dkuaeqHam9uBUy88 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vKiZk3sp40cf7mW9dkuaeqHam9uBUy88 > .row .container { background-color: transparent; background-image: none; }#vKiZk3sp40cf7mW9dkuaeqHam9uBUy88::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKiZk3sp40cf7mW9dkuaeqHam9uBUy88 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKiZk3sp40cf7mW9dkuaeqHam9uBUy88 > .row .container > .video-iframe-container { display: none; }#vKiZk3sp40cf7mW9dkuaeqHam9uBUy88 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKiZk3sp40cf7mW9dkuaeqHam9uBUy88 > .row > .video-iframe-container { display: none; }#vKiZk3sp40cf7mW9dkuaeqHam9uBUy88 > .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); }#vKiZk3sp40cf7mW9dkuaeqHam9uBUy88 > .row .container { border-width: 0; border-radius: 0; }#vKiZk3sp40cf7mW9dkuaeqHam9uBUy88 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vKiZk3sp40cf7mW9dkuaeqHam9uBUy88 > .row .container { font-size:0.875rem;font-family:arial;height:14.0625rem;width:75rem;position:relative;display:block; }#gSeMtwVQvgNw4G9kSSz7IAfnyOaCmGUN { position:absolute;display:block;z-index:15000;background-color:#fff040;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:3rem;top:0rem;left:0rem;display:block; }
#qf6cCGtxIFMUFSDRx3gxP6EVCkBRhfNh { color:#000000;display:block;width:10.6875rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1875rem;left:1.25rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#AWKrN2EHxLAKVDe6MFuBaq5Uun12eKNT { color:#000000;display:block;width:71.9375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.625rem;left:1.25rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iuL4KfMdfF95IEUBQ9QKIT2TMaN6boPU { color:#000000;display:block;width:70.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:6.46875rem;left:3.625rem;height:;overflow:hidden;display:block; }#iuL4KfMdfF95IEUBQ9QKIT2TMaN6boPU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iuL4KfMdfF95IEUBQ9QKIT2TMaN6boPU li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8a548eda-0963-4222-9065-b2a83a35aa45/arrow.png); }
#bxeVVw8vUP8NTDLh85P9lVTNXuIcNvVr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bxeVVw8vUP8NTDLh85P9lVTNXuIcNvVr > .row .container { background-color: transparent; background-image: none; }#bxeVVw8vUP8NTDLh85P9lVTNXuIcNvVr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxeVVw8vUP8NTDLh85P9lVTNXuIcNvVr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxeVVw8vUP8NTDLh85P9lVTNXuIcNvVr > .row .container > .video-iframe-container { display: none; }#bxeVVw8vUP8NTDLh85P9lVTNXuIcNvVr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxeVVw8vUP8NTDLh85P9lVTNXuIcNvVr > .row > .video-iframe-container { display: none; }#bxeVVw8vUP8NTDLh85P9lVTNXuIcNvVr > .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); }#bxeVVw8vUP8NTDLh85P9lVTNXuIcNvVr > .row .container { border-width: 0; border-radius: 0; }#bxeVVw8vUP8NTDLh85P9lVTNXuIcNvVr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bxeVVw8vUP8NTDLh85P9lVTNXuIcNvVr > .row .container { font-size:0.875rem;font-family:arial;height:22.375rem;width:75rem;position:relative;display:block; }#qCZlHkxv5vrVUtiTdKceWSLZPM1nf1QD { position:absolute;display:block;z-index:15000;background-color:#fff040;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:3rem;top:0rem;left:0rem;display:block; }
#aGCc104TvGR1I71K444HTfEy49RyvOar { color:#000000;display:block;width:10.6875rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1875rem;left:1.25rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#yO4dDHEzT3C32Hvp8v7aQPDuhaOTNLPy { color:#000000;display:block;width:71.9375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.625rem;left:1.25rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#R4wTAvfT5wpHq2hhlzTDhq9nT8U38w1S { color:#000000;display:block;width:70.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:6.46875rem;left:3.625rem;height:;overflow:hidden;display:block; }#R4wTAvfT5wpHq2hhlzTDhq9nT8U38w1S li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#R4wTAvfT5wpHq2hhlzTDhq9nT8U38w1S li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8a548eda-0963-4222-9065-b2a83a35aa45/arrow.png); }
#kuq7XyC3psgA6gJD9X3o3v4N86Zy2HVu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kuq7XyC3psgA6gJD9X3o3v4N86Zy2HVu > .row .container { background-color: transparent; background-image: none; }#kuq7XyC3psgA6gJD9X3o3v4N86Zy2HVu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kuq7XyC3psgA6gJD9X3o3v4N86Zy2HVu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kuq7XyC3psgA6gJD9X3o3v4N86Zy2HVu > .row .container > .video-iframe-container { display: none; }#kuq7XyC3psgA6gJD9X3o3v4N86Zy2HVu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kuq7XyC3psgA6gJD9X3o3v4N86Zy2HVu > .row > .video-iframe-container { display: none; }#kuq7XyC3psgA6gJD9X3o3v4N86Zy2HVu > .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); }#kuq7XyC3psgA6gJD9X3o3v4N86Zy2HVu > .row .container { border-width: 0; border-radius: 0; }#kuq7XyC3psgA6gJD9X3o3v4N86Zy2HVu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kuq7XyC3psgA6gJD9X3o3v4N86Zy2HVu > .row .container { font-size:0.875rem;font-family:arial;height:24.6875rem;width:75rem;position:relative;display:block; }#pDWFbVmCWLG1vT57QFnTGlSJdDaI2FDA { position:absolute;display:block;z-index:15000;background-color:#fff040;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:3rem;top:0rem;left:0rem;display:block; }
#ncX1uSSQpTTmFQbGTeVdn12Gzkrtnl2q { color:#000000;display:block;width:10.6875rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1875rem;left:1.25rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#lqwXZkubx1aSRPwTGQ7ZRTHShg2XyP9v { color:#000000;display:block;width:71.9375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.625rem;left:1.25rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#d5KbatmXrii33zRmaOnaz7Q8w6f8GrtF { color:#000000;display:block;width:70.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:6.46875rem;left:3.625rem;height:15.6875rem;overflow:hidden;display:block; }#d5KbatmXrii33zRmaOnaz7Q8w6f8GrtF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#d5KbatmXrii33zRmaOnaz7Q8w6f8GrtF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8a548eda-0963-4222-9065-b2a83a35aa45/arrow.png); }
#h49J8SsTH5lLxVuzXLPdRIS9Dmosl0dl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#h49J8SsTH5lLxVuzXLPdRIS9Dmosl0dl > .row .container { background-color: transparent; background-image: none; }#h49J8SsTH5lLxVuzXLPdRIS9Dmosl0dl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h49J8SsTH5lLxVuzXLPdRIS9Dmosl0dl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h49J8SsTH5lLxVuzXLPdRIS9Dmosl0dl > .row .container > .video-iframe-container { display: none; }#h49J8SsTH5lLxVuzXLPdRIS9Dmosl0dl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h49J8SsTH5lLxVuzXLPdRIS9Dmosl0dl > .row > .video-iframe-container { display: none; }#h49J8SsTH5lLxVuzXLPdRIS9Dmosl0dl > .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); }#h49J8SsTH5lLxVuzXLPdRIS9Dmosl0dl > .row .container { border-width: 0; border-radius: 0; }#h49J8SsTH5lLxVuzXLPdRIS9Dmosl0dl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h49J8SsTH5lLxVuzXLPdRIS9Dmosl0dl > .row .container { font-size:0.875rem;font-family:arial;height:19.1875rem;width:75rem;position:relative;display:block; }#yrmy6ivpt2DEQCDV68zBULhCaf166RSv { position:absolute;display:block;z-index:15000;background-color:#fff040;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:3rem;top:0rem;left:0rem;display:block; }
#WmXdVBGvJ5VI3t6JelGrU4OkoknBWxdP { color:#000000;display:block;width:10.6875rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1875rem;left:1.25rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#uqrSa5JR2HqeFDcuX0aav93Rl9kt9RiI { color:#000000;display:block;width:71.9375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.625rem;left:1.25rem;height:1.95rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uVMlw7bQJpmuAJ7pNU6lJV14D9LLJbtl { color:#000000;display:block;width:70.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:6.46875rem;left:3.625rem;height:7.6875rem;overflow:hidden;display:block; }#uVMlw7bQJpmuAJ7pNU6lJV14D9LLJbtl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uVMlw7bQJpmuAJ7pNU6lJV14D9LLJbtl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8a548eda-0963-4222-9065-b2a83a35aa45/arrow.png); }
#iB1GZOgIs3vr9kBnLMFZh42L0RgrdyMP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iB1GZOgIs3vr9kBnLMFZh42L0RgrdyMP > .row .container { background-color: transparent; background-image: none; }#iB1GZOgIs3vr9kBnLMFZh42L0RgrdyMP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iB1GZOgIs3vr9kBnLMFZh42L0RgrdyMP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iB1GZOgIs3vr9kBnLMFZh42L0RgrdyMP > .row .container > .video-iframe-container { display: none; }#iB1GZOgIs3vr9kBnLMFZh42L0RgrdyMP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iB1GZOgIs3vr9kBnLMFZh42L0RgrdyMP > .row > .video-iframe-container { display: none; }#iB1GZOgIs3vr9kBnLMFZh42L0RgrdyMP > .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); }#iB1GZOgIs3vr9kBnLMFZh42L0RgrdyMP > .row .container { border-width: 0; border-radius: 0; }#iB1GZOgIs3vr9kBnLMFZh42L0RgrdyMP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iB1GZOgIs3vr9kBnLMFZh42L0RgrdyMP > .row .container { font-size:0.875rem;font-family:arial;height:12rem;width:75rem;position:relative;display:block; }#gyJ66VtDzM68od81D3O247acxql4eLNB { position:absolute;display:block;z-index:15000;background-color:#d1f3ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:47.8125rem;top:0rem;left:0rem;display:block; }
#zS1NRmlGnK83KyItrkqPHSQewPFIakLi { color:#000000;display:block;width:45.375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.25rem;left:1.25rem;height:1.95rem;font-style:normal;display:block; }
#G2nIFnO2NVvvkniMiyikcycuUEF3V0QC { color:#000000;display:block;width:45.375rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.8125rem;left:1.21875rem;height:2.4375rem;font-style:normal;display:block; }
#TGEfsdyg26ib1hsavNVZCThr5wa5nlCP { position:absolute;display:block;z-index:15001;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:22.875rem;top:7.1875rem;left:0rem;display:block; }
#qsWcfXLxKkz0UBvC2dEkt4N3VPeOhQlX { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.6875rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F0p9IwO3Av9AeV2R70pB1JL2JLKeBqbl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#F0p9IwO3Av9AeV2R70pB1JL2JLKeBqbl > .row .container { background-color: transparent; background-image: none; }#F0p9IwO3Av9AeV2R70pB1JL2JLKeBqbl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0p9IwO3Av9AeV2R70pB1JL2JLKeBqbl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0p9IwO3Av9AeV2R70pB1JL2JLKeBqbl > .row .container > .video-iframe-container { display: none; }#F0p9IwO3Av9AeV2R70pB1JL2JLKeBqbl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0p9IwO3Av9AeV2R70pB1JL2JLKeBqbl > .row > .video-iframe-container { display: none; }#F0p9IwO3Av9AeV2R70pB1JL2JLKeBqbl > .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); }#F0p9IwO3Av9AeV2R70pB1JL2JLKeBqbl > .row .container { border-width: 0; border-radius: 0; }#F0p9IwO3Av9AeV2R70pB1JL2JLKeBqbl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F0p9IwO3Av9AeV2R70pB1JL2JLKeBqbl > .row .container { font-size:0.875rem;font-family:arial;height:12.6875rem;width:75rem;position:relative;display:block; }#PNVVeftRMgh12WTHbl8Qk8BPGQ5CG2JM { position:absolute;display:block;z-index:15000;background-color:#d1f3ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:3rem;top:0rem;left:0rem;display:block; }
#vkON8SH1IEFfVUyQf0ZuhtZ0r4uzkyS2 { color:#000000;display:block;width:10.6875rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1875rem;left:1.25rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#P09Eqqr5oeCbkwFsOyB5UtsOEzM6f8b2 { color:#000000;display:block;width:71.9375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.625rem;left:1.25rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fJ9yFLv4USGATGGbv1Dvlmi9gqKJWVSa { color:#000000;display:block;width:70.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:6.46875rem;left:3.625rem;height:;overflow:hidden;display:block; }#fJ9yFLv4USGATGGbv1Dvlmi9gqKJWVSa li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fJ9yFLv4USGATGGbv1Dvlmi9gqKJWVSa li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8a548eda-0963-4222-9065-b2a83a35aa45/arrow.png); }
#thJvo9TgnPIGDibMVyeOSbaaf30QUgr9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#thJvo9TgnPIGDibMVyeOSbaaf30QUgr9 > .row .container { background-color: transparent; background-image: none; }#thJvo9TgnPIGDibMVyeOSbaaf30QUgr9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thJvo9TgnPIGDibMVyeOSbaaf30QUgr9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thJvo9TgnPIGDibMVyeOSbaaf30QUgr9 > .row .container > .video-iframe-container { display: none; }#thJvo9TgnPIGDibMVyeOSbaaf30QUgr9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thJvo9TgnPIGDibMVyeOSbaaf30QUgr9 > .row > .video-iframe-container { display: none; }#thJvo9TgnPIGDibMVyeOSbaaf30QUgr9 > .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); }#thJvo9TgnPIGDibMVyeOSbaaf30QUgr9 > .row .container { border-width: 0; border-radius: 0; }#thJvo9TgnPIGDibMVyeOSbaaf30QUgr9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#thJvo9TgnPIGDibMVyeOSbaaf30QUgr9 > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;position:relative;display:block; }#SqLzTLCiiGQSen8psehmzEWuvDVyDTOx { position:absolute;display:block;z-index:15000;background-color:#d1f3ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:3rem;top:0rem;left:0rem;display:block; }
#ipWFt67vZNRI6XGfymAxTs4n4d8hgKPN { color:#000000;display:block;width:10.6875rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1875rem;left:1.25rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#AcEZnQIDCJHB5847g9U4CwGEliR9crGW { color:#000000;display:block;width:71.9375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.625rem;left:1.25rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q7nOHRwIxfyzPb3uMGitZEUSEdLZ05im { color:#000000;display:block;width:70.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:6.46875rem;left:3.625rem;height:;overflow:hidden;display:block; }#Q7nOHRwIxfyzPb3uMGitZEUSEdLZ05im li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Q7nOHRwIxfyzPb3uMGitZEUSEdLZ05im li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8a548eda-0963-4222-9065-b2a83a35aa45/arrow.png); }
#F0OC4u1NS1J6pepcQGTJvz6BsRMOD03D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#F0OC4u1NS1J6pepcQGTJvz6BsRMOD03D > .row .container { background-color: transparent; background-image: none; }#F0OC4u1NS1J6pepcQGTJvz6BsRMOD03D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0OC4u1NS1J6pepcQGTJvz6BsRMOD03D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0OC4u1NS1J6pepcQGTJvz6BsRMOD03D > .row .container > .video-iframe-container { display: none; }#F0OC4u1NS1J6pepcQGTJvz6BsRMOD03D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0OC4u1NS1J6pepcQGTJvz6BsRMOD03D > .row > .video-iframe-container { display: none; }#F0OC4u1NS1J6pepcQGTJvz6BsRMOD03D > .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); }#F0OC4u1NS1J6pepcQGTJvz6BsRMOD03D > .row .container { border-width: 0; border-radius: 0; }#F0OC4u1NS1J6pepcQGTJvz6BsRMOD03D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F0OC4u1NS1J6pepcQGTJvz6BsRMOD03D > .row .container { font-size:0.875rem;font-family:arial;height:16.6875rem;width:75rem;position:relative;display:block; }#uUIO32SmeictvxlbeXyboCId0L7rfcGL { position:absolute;display:block;z-index:15000;background-color:#d1f3ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:3rem;top:0rem;left:0rem;display:block; }
#duqqgBxwnFqHgtWDLRrqV3NlF22V5xkF { color:#000000;display:block;width:10.6875rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1875rem;left:1.25rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#oi30G0XBm8kt7FRT07bgFvCNL1L2Z5xB { color:#000000;display:block;width:71.9375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.625rem;left:1.25rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IIJecGLKRPCtWwGMnJQ8wEPvzxgagRo2 { color:#000000;display:block;width:70.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:6.46875rem;left:3.625rem;height:;overflow:hidden;display:block; }#IIJecGLKRPCtWwGMnJQ8wEPvzxgagRo2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IIJecGLKRPCtWwGMnJQ8wEPvzxgagRo2 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8a548eda-0963-4222-9065-b2a83a35aa45/arrow.png); }
#PbfrtcdfPIaEToRxy4HGK6HOtBruQOMF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PbfrtcdfPIaEToRxy4HGK6HOtBruQOMF > .row .container { background-color: transparent; background-image: none; }#PbfrtcdfPIaEToRxy4HGK6HOtBruQOMF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbfrtcdfPIaEToRxy4HGK6HOtBruQOMF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbfrtcdfPIaEToRxy4HGK6HOtBruQOMF > .row .container > .video-iframe-container { display: none; }#PbfrtcdfPIaEToRxy4HGK6HOtBruQOMF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbfrtcdfPIaEToRxy4HGK6HOtBruQOMF > .row > .video-iframe-container { display: none; }#PbfrtcdfPIaEToRxy4HGK6HOtBruQOMF > .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); }#PbfrtcdfPIaEToRxy4HGK6HOtBruQOMF > .row .container { border-width: 0; border-radius: 0; }#PbfrtcdfPIaEToRxy4HGK6HOtBruQOMF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PbfrtcdfPIaEToRxy4HGK6HOtBruQOMF > .row .container { font-size:0.875rem;font-family:arial;height:16.6875rem;width:75rem;position:relative;display:block; }#lu6NUQZIELcgxI5yV16Tn8CO6z0J0wUD { position:absolute;display:block;z-index:15000;background-color:#d1f3ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:3rem;top:0rem;left:0rem;display:block; }
#temRe3OszvpHez3CraFRfWee7gnP6KQs { color:#000000;display:block;width:10.6875rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1875rem;left:1.25rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#gQ6En9p53qZUbhCZIy5KR6FOv5Dfcu1y { color:#000000;display:block;width:71.9375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.625rem;left:1.25rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bGyfpqtZhMOCasCS1TArDdSGT9Xh4SLx { color:#000000;display:block;width:70.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:6.46875rem;left:3.625rem;height:;overflow:hidden;display:block; }#bGyfpqtZhMOCasCS1TArDdSGT9Xh4SLx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bGyfpqtZhMOCasCS1TArDdSGT9Xh4SLx li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8a548eda-0963-4222-9065-b2a83a35aa45/arrow.png); }
#Iy5w88QTHu42Q1RaIQKT77Dc63u5zGio { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Iy5w88QTHu42Q1RaIQKT77Dc63u5zGio > .row .container { background-color: transparent; background-image: none; }#Iy5w88QTHu42Q1RaIQKT77Dc63u5zGio::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iy5w88QTHu42Q1RaIQKT77Dc63u5zGio > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iy5w88QTHu42Q1RaIQKT77Dc63u5zGio > .row .container > .video-iframe-container { display: none; }#Iy5w88QTHu42Q1RaIQKT77Dc63u5zGio > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iy5w88QTHu42Q1RaIQKT77Dc63u5zGio > .row > .video-iframe-container { display: none; }#Iy5w88QTHu42Q1RaIQKT77Dc63u5zGio > .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); }#Iy5w88QTHu42Q1RaIQKT77Dc63u5zGio > .row .container { border-width: 0; border-radius: 0; }#Iy5w88QTHu42Q1RaIQKT77Dc63u5zGio > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Iy5w88QTHu42Q1RaIQKT77Dc63u5zGio > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;position:relative;display:block; }#mtDisGV4XQ59fv7GPEpQcrINizrHXzHo { position:absolute;display:block;z-index:15000;background-color:#d1f3ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:3rem;top:0rem;left:0rem;display:block; }
#pblAJST1UcFDX8JT6XXT5lQLptFaa43P { color:#000000;display:block;width:10.6875rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1875rem;left:1.25rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#PDQ0iipJ4aoUX1Ba9QQu8v8a1ih6ClJd { color:#000000;display:block;width:71.9375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.625rem;left:1.25rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Nux8RBctAwfZhuiT8xAI1Wp1ihmtMqM4 { color:#000000;display:block;width:70.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:6.46875rem;left:3.625rem;height:;overflow:hidden;display:block; }#Nux8RBctAwfZhuiT8xAI1Wp1ihmtMqM4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Nux8RBctAwfZhuiT8xAI1Wp1ihmtMqM4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8a548eda-0963-4222-9065-b2a83a35aa45/arrow.png); }
#wJD4uf0HssKEioHXk4GXrxZ0LkVoAlut { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wJD4uf0HssKEioHXk4GXrxZ0LkVoAlut > .row .container { background-color: transparent; background-image: none; }#wJD4uf0HssKEioHXk4GXrxZ0LkVoAlut::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wJD4uf0HssKEioHXk4GXrxZ0LkVoAlut > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wJD4uf0HssKEioHXk4GXrxZ0LkVoAlut > .row .container > .video-iframe-container { display: none; }#wJD4uf0HssKEioHXk4GXrxZ0LkVoAlut > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wJD4uf0HssKEioHXk4GXrxZ0LkVoAlut > .row > .video-iframe-container { display: none; }#wJD4uf0HssKEioHXk4GXrxZ0LkVoAlut > .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); }#wJD4uf0HssKEioHXk4GXrxZ0LkVoAlut > .row .container { border-width: 0; border-radius: 0; }#wJD4uf0HssKEioHXk4GXrxZ0LkVoAlut > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wJD4uf0HssKEioHXk4GXrxZ0LkVoAlut > .row .container { font-size:0.875rem;font-family:arial;height:15.1875rem;width:75rem;position:relative;display:block; }#ZAhSz8iG0OoRJ4FFopyc7fdVPQf7mN5C { position:absolute;display:block;z-index:15000;background-color:#d1f3ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:3rem;top:0rem;left:0rem;display:block; }
#mcAEt4bf0BkP2dhfdQpPRpZQOf05WWsq { color:#000000;display:block;width:10.6875rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1875rem;left:1.25rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#S9qEfNoT2mRtPUdqwo8QTcDsz2emuPeq { color:#000000;display:block;width:71.9375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.625rem;left:1.25rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DKKqDtoGo65LizVrvFTNpiZ4zFmpJLR6 { color:#000000;display:block;width:70.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:6.46875rem;left:3.625rem;height:;overflow:hidden;display:block; }#DKKqDtoGo65LizVrvFTNpiZ4zFmpJLR6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DKKqDtoGo65LizVrvFTNpiZ4zFmpJLR6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8a548eda-0963-4222-9065-b2a83a35aa45/arrow.png); }
#pNh79VND9tXhl252VLuQmGAVXCP52B34 { position:relative;display:block; }#pNh79VND9tXhl252VLuQmGAVXCP52B34 { background-color: transparent; background-image: none; }#pNh79VND9tXhl252VLuQmGAVXCP52B34::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNh79VND9tXhl252VLuQmGAVXCP52B34 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNh79VND9tXhl252VLuQmGAVXCP52B34 > .row .container > .video-iframe-container { display: none; }#pNh79VND9tXhl252VLuQmGAVXCP52B34 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNh79VND9tXhl252VLuQmGAVXCP52B34 > .row > .video-iframe-container { display: none; }#pNh79VND9tXhl252VLuQmGAVXCP52B34 > .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); }#pNh79VND9tXhl252VLuQmGAVXCP52B34 { border-width: 0; border-radius: 0; }#pNh79VND9tXhl252VLuQmGAVXCP52B34 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#pNh79VND9tXhl252VLuQmGAVXCP52B34 > .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.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TvE8ONavDHPC7Qrf2Ox1pT9PKW6Kag38 { background-color:#e10000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.624125rem;height:4.18728125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:2.0963554382324rem;left:61.4375rem;display:block; }
#XhK9GnVpI2KKwpXez8dTvcXCRT32Pupx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T0TTAe9iuZ72LHeWdck1BxGc9nbrdkMr { color:#000000;display:block;width:41.624375rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.4375rem;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; }
#xtLCn5I0ty8AuD4ZVXyFkfGq6wl5CQdP { color:#000000;display:block;width:28.311625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:3.3400611877441rem;left:2.3750019073486rem;height:1.95rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fJIDegzxeL4VZ9D4fQEJCouC6z2CJtsU { color:#000000;display:block;width:28.311625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:3.1875rem;left:34.625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RZ0eTrSNuToTii55Wp72evORKDpRcBJ8 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:1.75rem;top:3.0316848754883rem;left:0rem;overflow:hidden;display:block; }
#vli421lsELWP4NLVHxMoI1h2mp4gsCxW { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:3.0625rem;left:31.75rem;overflow:hidden;display:block; }
#hgC3SATZqUuJc1zA9hxCEzRcFnUyDpbF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hgC3SATZqUuJc1zA9hxCEzRcFnUyDpbF > .row .container { background-color: transparent; background-image: none; }#hgC3SATZqUuJc1zA9hxCEzRcFnUyDpbF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgC3SATZqUuJc1zA9hxCEzRcFnUyDpbF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgC3SATZqUuJc1zA9hxCEzRcFnUyDpbF > .row .container > .video-iframe-container { display: none; }#hgC3SATZqUuJc1zA9hxCEzRcFnUyDpbF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgC3SATZqUuJc1zA9hxCEzRcFnUyDpbF > .row > .video-iframe-container { display: none; }#hgC3SATZqUuJc1zA9hxCEzRcFnUyDpbF > .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); }#hgC3SATZqUuJc1zA9hxCEzRcFnUyDpbF > .row .container { border-width: 0; border-radius: 0; }#hgC3SATZqUuJc1zA9hxCEzRcFnUyDpbF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hgC3SATZqUuJc1zA9hxCEzRcFnUyDpbF > .row .container { font-size:0.875rem;font-family:arial;height:13rem;width:75rem;position:relative;display:block; }#aiTwo5ZxTCRPQlFo7SoMmqSV5S3Hwt69 { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vwFX9KzIKHhK9tBeGe6DCQVZ8pPMfeWq { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9.1748046875rem;left:0rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OoCcATGbRJDGAsxRNzXXnvT6llyglOgM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OoCcATGbRJDGAsxRNzXXnvT6llyglOgM > .row .container { background-color: transparent; background-image: none; }#OoCcATGbRJDGAsxRNzXXnvT6llyglOgM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OoCcATGbRJDGAsxRNzXXnvT6llyglOgM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OoCcATGbRJDGAsxRNzXXnvT6llyglOgM > .row .container > .video-iframe-container { display: none; }#OoCcATGbRJDGAsxRNzXXnvT6llyglOgM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OoCcATGbRJDGAsxRNzXXnvT6llyglOgM > .row > .video-iframe-container { display: none; }#OoCcATGbRJDGAsxRNzXXnvT6llyglOgM > .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); }#OoCcATGbRJDGAsxRNzXXnvT6llyglOgM > .row .container { border-width: 0; border-radius: 0; }#OoCcATGbRJDGAsxRNzXXnvT6llyglOgM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OoCcATGbRJDGAsxRNzXXnvT6llyglOgM > .row .container { font-size:0.875rem;font-family:arial;height:36.3125rem;width:75rem;position:relative;display:block; }#fgBsv8iWedIAwTmThUmwpVemG2Q6RhHA { position:absolute;display:block;z-index:15000;background-color:#d1f3ff;background-image:url("https://images.assets-landingi.com/uc/211cc2bb-3b25-4213-b07f-08273a1ba236/PrzemekRataj2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:36.875rem;top:0rem;left:0rem;display:block; }#fgBsv8iWedIAwTmThUmwpVemG2Q6RhHA.adaptive-delivery-prevent-bg, #fgBsv8iWedIAwTmThUmwpVemG2Q6RhHA.lazyload, #fgBsv8iWedIAwTmThUmwpVemG2Q6RhHA.lazyloading { background-image: none; }
#h5GgzNos7Wskg9SZDhdtgsFQDsZHpJf9 { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:14.5625rem;top:17.125rem;left:1.25rem;display:block; }
#K8HnOuTQNgXh2O1NQTxKdSfBc1eWoaOl { color:#000000;display:block;width:9.8125rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:18.03125rem;left:2.40625rem;height:4.875rem;font-style:normal;display:block; }
#CurBXaD8tyVCP93gdHiFamPRHpikdS8S { position:absolute;display:block;z-index:15003;background-color:#fff040;background-image:url("https://images.assets-landingi.com/uc/ee4ed264-1bac-456e-b650-1bffe0a12b9e/TomekGraszewicz.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:36.875rem;top:0rem;left:38.125rem;display:block; }#CurBXaD8tyVCP93gdHiFamPRHpikdS8S.adaptive-delivery-prevent-bg, #CurBXaD8tyVCP93gdHiFamPRHpikdS8S.lazyload, #CurBXaD8tyVCP93gdHiFamPRHpikdS8S.lazyloading { background-image: none; }
#DietBbR97XvNKuTpqCZXo51Oya5ryR11 { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:14.5625rem;top:17.125rem;left:39.375rem;display:block; }
#MGhFsH952RkSvwfVN2l3c9ldET6lCKlo { color:#000000;display:block;width:9.8125rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:18.0625rem;left:40.5625rem;height:4.875rem;font-style:normal;display:block; }
#NClHRclrM5H6WW1A9H9dvrTme2XTtFgl { color:#000000;display:block;width:36.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:26.25rem;left:0rem;height:6.9995rem;display:block; }
#knKJ62GgWB8vTHc724Q4GlAlKAw4yd7K { color:#000000;display:block;width:36.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:26.2490234375rem;left:38.125rem;height:6.9995rem;display:block; }
#Wo7A90430w1q4hFmGFMIiNFQkpnkVhkg { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:1.625rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:34.646484375rem;left:38.125rem;display:block; }
#eEGS6Jn3ncAnE5kxeuea2VeDdsP4BiB0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nsWG5GqmcAcRT3AyWLXX6zQhNzHdoQb7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nsWG5GqmcAcRT3AyWLXX6zQhNzHdoQb7 > .row .container { background-color: transparent; background-image: none; }#nsWG5GqmcAcRT3AyWLXX6zQhNzHdoQb7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nsWG5GqmcAcRT3AyWLXX6zQhNzHdoQb7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nsWG5GqmcAcRT3AyWLXX6zQhNzHdoQb7 > .row .container > .video-iframe-container { display: none; }#nsWG5GqmcAcRT3AyWLXX6zQhNzHdoQb7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nsWG5GqmcAcRT3AyWLXX6zQhNzHdoQb7 > .row > .video-iframe-container { display: none; }#nsWG5GqmcAcRT3AyWLXX6zQhNzHdoQb7 > .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); }#nsWG5GqmcAcRT3AyWLXX6zQhNzHdoQb7 > .row .container { border-width: 0; border-radius: 0; }#nsWG5GqmcAcRT3AyWLXX6zQhNzHdoQb7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nsWG5GqmcAcRT3AyWLXX6zQhNzHdoQb7 > .row .container { font-size:0.875rem;font-family:arial;height:58.875rem;width:75rem;position:relative;display:block; }#XTRV2TZnvk5gQWNMlf52pOzGcvVTKEvZ { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.2801628112794rem;left:0rem;height:2.925rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#T3fhAwgdAh8ibGuHD9yHNTGNsruGC5Fy { position:absolute;display:block;z-index:15002;background-color:#fb9fe7;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;box-shadow: none;height:4.0625rem;width:7.5625rem;top:15rem;left:3rem;display:block; }
#qDzTZ8ffUvQK7xd5Vr7nTQmhbKAFFb5y { color:#000000;display:block;width:7.5625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:16.125rem;left:3rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#RuIO7KyOFtMLFtTy7A4qqw6ywWkizJHQ { position:absolute;display:block;z-index:15004;background-color:#fff040;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;box-shadow: none;height:4.0625rem;width:8.125rem;top:15rem;left:11.5625rem;display:block; }
#o2amfJWGtBPDhJPkpaFvH1O4tp7TSkpB { color:#000000;display:block;width:8.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:16.125rem;left:11.5625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#FRsgTh886WlIlCfIT2MtVkSBh6TIdi69 { position:absolute;display:block;z-index:15006;background-color:#315098;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;box-shadow: none;height:8.125rem;width:26.9375rem;top:12.9375rem;left:24.0625rem;display:block; }
#FdRR8xZzqeoVRtUVrMqkrunbTBrmwThK { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:14.0625rem;left:25.625rem;height:3.75rem;text-align:left;text-align-last:left;display:block; }
#JenzQTEJ241BITebkPFtywVO7FrXaQWJ { position:absolute;display:block;z-index:15006;background-color:#d1f3ff;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;box-shadow: none;height:4.0625rem;width:18.625rem;top:14.25rem;left:55.375rem;display:block; }
#RkwR718vGVCUfrBKUE7HsROuNiXsAHxO { color:#000000;display:block;width:18.625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:15.375rem;left:55.375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#XueC76WyCAhP7s21KSfVJHC3Ao50PcSx { position:absolute;display:block;z-index:15008;background-color:#00c2de;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;box-shadow: none;height:5.875rem;width:20.625rem;top:22.3125rem;left:0rem;display:block; }
#ezAiHELExa7riSiyCxe2rwu9VJNQxrCN { color:#000000;display:block;width:18.5623125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:23.374349594116rem;left:1.0308170318604rem;height:3.75rem;text-align:left;text-align-last:left;display:block; }
#y8oSXLSLNXD1pBz2rsH0q0RU4IliwiWB { position:absolute;display:block;z-index:15006;background-color:#d1f3ff;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;box-shadow: none;height:4.0625rem;width:9.6875rem;top:25.0625rem;left:22.125rem;display:block; }
#B7Blqi8mTWn8IWrkHuKn9Rbq7hlJF5rP { color:#000000;display:block;width:9.6875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:26.1875rem;left:22.125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#vfoIik52QD0e3xi9gxJDa5tefzpz6uTM { position:absolute;display:block;z-index:15008;background-color:#00d6c2;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;box-shadow: none;height:4.0625rem;width:18.625rem;top:23.1875rem;left:33.4375rem;display:block; }
#lkrKL7RHqkUR6BnlU3MtCem6fUuOiKuG { color:#000000;display:block;width:18.625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:24.3125rem;left:33.4375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#PzbPB1ZT6kCOm0VkOCvvZ2IxlhzMBu8I { position:absolute;display:block;z-index:15010;background-color:#00c2de;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;box-shadow: none;height:5.875rem;width:20.625rem;top:22.3125rem;left:54.375rem;display:block; }
#GHGNNirMbg6WHUva83tX9Ji4C6VOcD7Q { color:#000000;display:block;width:18.5623125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:23.375rem;left:55.375rem;height:1.875rem;text-align:left;text-align-last:left;display:block; }
#TFe2V9ANCmF8J9TX1cgr2R4yRtuZ2s5T { position:absolute;display:block;z-index:15012;background-color:#fb9fe7;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;box-shadow: none;height:5.875rem;width:20.625rem;top:30.4375rem;left:4.5625rem;display:block; }
#qvVffF5JVs9Gf0a44LTQelEUwBFVoXPT { color:#000000;display:block;width:18.5623125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:31.5rem;left:5.5625rem;height:1.875rem;text-align:left;text-align-last:left;display:block; }
#WzphZaunfdped8buc9JuRu97JbrZSTOW { position:absolute;display:block;z-index:15014;background-color:#fff040;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;box-shadow: none;height:5.875rem;width:20.625rem;top:29.375rem;left:32.4375rem;display:block; }
#Gg1QZnK3xttdh0MqvV8exkJ0AiQFz4r7 { color:#000000;display:block;width:18.5623125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:30.4375rem;left:33.4375rem;height:3.75rem;text-align:left;text-align-last:left;display:block; }
#GdpzIx0LSblUO9kBmdszOmOGPwkUk8qd { position:absolute;display:block;z-index:15010;background-color:#d1f3ff;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;box-shadow: none;height:4.0625rem;width:17.375rem;top:30.3125rem;left:56rem;display:block; }
#peMI70QVXQOQpXJcD7WxhpwNyZFUzzqI { color:#000000;display:block;width:17.375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:31.4375rem;left:56rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#X0LDWCThb5UUeK4tGwsGk6ppuDc163LE { position:absolute;display:block;z-index:15008;background-color:#315098;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;box-shadow: none;height:11.75rem;width:26.9375rem;top:38.3125rem;left:0rem;display:block; }
#zKbA2VTCTwT034ikUu9hLz0qP6BoVFDb { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:39.4375rem;left:1.5625rem;height:7.5rem;text-align:left;text-align-last:left;display:block; }
#GsddTVHlOcCmerg8ESQMIovH7McyTqsP { position:absolute;display:block;z-index:15010;background-color:#00c2de;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;box-shadow: none;height:5.875rem;width:23.3125rem;top:38.3125rem;left:28.8125rem;display:block; }
#RiuZvXT2GSHJ4KERt8bkyo94SOT4LA4U { color:#000000;display:block;width:21.1875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:39.375rem;left:29.8125rem;height:3.75rem;text-align:left;text-align-last:left;display:block; }
#hyWqqEJ9iMXIk1SQLWeyqG2HtV43820F { position:absolute;display:block;z-index:15016;background-color:#fff040;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;box-shadow: none;height:5.875rem;width:20.625rem;top:46.75rem;left:29.3125rem;display:block; }
#C3PMST3EiXKTfl8TsC1CZkoG2Q3vrnOo { color:#000000;display:block;width:18.5623125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:47.8125rem;left:30.3125rem;height:3.75rem;text-align:left;text-align-last:left;display:block; }
#pmNLLr5SvMgxTbGNSbFBXXgoMh1s5n7B { position:absolute;display:block;z-index:15014;background-color:#fb9fe7;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;box-shadow: none;height:5.875rem;width:20.625rem;top:36.3125rem;left:54.375rem;display:block; }
#VRhmpyim7Uhsrc2UQMfpPgkXE8B83tUX { color:#000000;display:block;width:18.5623125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:37.375rem;left:55.375rem;height:3.75rem;text-align:left;text-align-last:left;display:block; }
#GqkpiExyCLC9FxUHCn02DSEcAZcsnSMU { position:absolute;display:block;z-index:15016;background-color:#d1f3ff;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;box-shadow: none;height:5.875rem;width:23.625rem;top:45.375rem;left:51.375rem;display:block; }
#GsZ2nvJ98kquvVIXIrDVrxELy9TMqr8W { color:#000000;display:block;width:22.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:46.4375rem;left:52.25rem;height:3.75rem;text-align:left;text-align-last:left;display:block; }
#A4ahbTmMC1ZQhrvTmUhFVBme7mw8Vtmt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff040;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#A4ahbTmMC1ZQhrvTmUhFVBme7mw8Vtmt > .row .container { background-color: transparent; background-image: none; }#A4ahbTmMC1ZQhrvTmUhFVBme7mw8Vtmt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4ahbTmMC1ZQhrvTmUhFVBme7mw8Vtmt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4ahbTmMC1ZQhrvTmUhFVBme7mw8Vtmt > .row .container > .video-iframe-container { display: none; }#A4ahbTmMC1ZQhrvTmUhFVBme7mw8Vtmt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4ahbTmMC1ZQhrvTmUhFVBme7mw8Vtmt > .row > .video-iframe-container { display: none; }#A4ahbTmMC1ZQhrvTmUhFVBme7mw8Vtmt > .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); }#A4ahbTmMC1ZQhrvTmUhFVBme7mw8Vtmt > .row .container { border-width: 0; border-radius: 0; }#A4ahbTmMC1ZQhrvTmUhFVBme7mw8Vtmt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A4ahbTmMC1ZQhrvTmUhFVBme7mw8Vtmt > .row .container { font-size:0.875rem;font-family:arial;height:11.6875rem;width:75rem;position:relative;display:block; }#pSvzCnoeCILO2Ski9CHOdr8IO1KySQPQ { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DkvTdHTz0D2WHPa3MrEeIz97pEwHfrCH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff040;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DkvTdHTz0D2WHPa3MrEeIz97pEwHfrCH > .row .container { background-color: transparent; background-image: none; }#DkvTdHTz0D2WHPa3MrEeIz97pEwHfrCH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DkvTdHTz0D2WHPa3MrEeIz97pEwHfrCH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DkvTdHTz0D2WHPa3MrEeIz97pEwHfrCH > .row .container > .video-iframe-container { display: none; }#DkvTdHTz0D2WHPa3MrEeIz97pEwHfrCH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DkvTdHTz0D2WHPa3MrEeIz97pEwHfrCH > .row > .video-iframe-container { display: none; }#DkvTdHTz0D2WHPa3MrEeIz97pEwHfrCH > .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); }#DkvTdHTz0D2WHPa3MrEeIz97pEwHfrCH > .row .container { border-width: 0; border-radius: 0; }#DkvTdHTz0D2WHPa3MrEeIz97pEwHfrCH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DkvTdHTz0D2WHPa3MrEeIz97pEwHfrCH > .row .container { font-size:0.875rem;font-family:arial;height:11.875rem;width:75rem;position:relative;display:block; }#RWz3NTbNvboTIe8qfkvwk6r53ld32fW6 { box-sizing:content-box;height:9.375rem;width:17.5rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c661c97b-18ff-44d1-b424-19733060ac67/bnpparibaslogo.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0rem;left:0rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }#RWz3NTbNvboTIe8qfkvwk6r53ld32fW6.adaptive-delivery-prevent-bg, #RWz3NTbNvboTIe8qfkvwk6r53ld32fW6.lazyload, #RWz3NTbNvboTIe8qfkvwk6r53ld32fW6.lazyloading { background-image: none; }
#FBg5Tf4IhSEXlW5f9HSVTRenyP1wUdRH { box-sizing:content-box;height:9.375rem;width:17.5rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/aa662037-641f-4b66-983b-032eff209fe7/vw.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0rem;left:19.125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }#FBg5Tf4IhSEXlW5f9HSVTRenyP1wUdRH.adaptive-delivery-prevent-bg, #FBg5Tf4IhSEXlW5f9HSVTRenyP1wUdRH.lazyload, #FBg5Tf4IhSEXlW5f9HSVTRenyP1wUdRH.lazyloading { background-image: none; }
#mIQMNHcmOksOWyzio4wSWo0mJKGfUO31 { box-sizing:content-box;height:9.375rem;width:17.5rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/50bd0593-99e4-4e96-bf7d-ae0d6ed92c98/bayer.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0rem;left:38.375rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }#mIQMNHcmOksOWyzio4wSWo0mJKGfUO31.adaptive-delivery-prevent-bg, #mIQMNHcmOksOWyzio4wSWo0mJKGfUO31.lazyload, #mIQMNHcmOksOWyzio4wSWo0mJKGfUO31.lazyloading { background-image: none; }
#eM7Bwq4Pd2BCenEv6WlCkTh5Guf1cNZK { box-sizing:content-box;height:9.375rem;width:17.5rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5a30f3b8-eba9-4850-8643-5deed2c095c6/hipp.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0rem;left:57.5rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }#eM7Bwq4Pd2BCenEv6WlCkTh5Guf1cNZK.adaptive-delivery-prevent-bg, #eM7Bwq4Pd2BCenEv6WlCkTh5Guf1cNZK.lazyload, #eM7Bwq4Pd2BCenEv6WlCkTh5Guf1cNZK.lazyloading { background-image: none; }
#s1N1S4Wv5s3MTR9hCiutt22gTAUw0m5U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff040;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#s1N1S4Wv5s3MTR9hCiutt22gTAUw0m5U > .row .container { background-color: transparent; background-image: none; }#s1N1S4Wv5s3MTR9hCiutt22gTAUw0m5U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s1N1S4Wv5s3MTR9hCiutt22gTAUw0m5U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s1N1S4Wv5s3MTR9hCiutt22gTAUw0m5U > .row .container > .video-iframe-container { display: none; }#s1N1S4Wv5s3MTR9hCiutt22gTAUw0m5U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s1N1S4Wv5s3MTR9hCiutt22gTAUw0m5U > .row > .video-iframe-container { display: none; }#s1N1S4Wv5s3MTR9hCiutt22gTAUw0m5U > .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); }#s1N1S4Wv5s3MTR9hCiutt22gTAUw0m5U > .row .container { border-width: 0; border-radius: 0; }#s1N1S4Wv5s3MTR9hCiutt22gTAUw0m5U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s1N1S4Wv5s3MTR9hCiutt22gTAUw0m5U > .row .container { font-size:0.875rem;font-family:arial;height:11.875rem;width:75rem;position:relative;display:block; }#lJdAHyJazXsThyhHEqdygGGpOCyhi9On { box-sizing:content-box;height:9.375rem;width:17.5rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a92a237f-3415-4f6e-9015-0d3a4bd0fc61/conarch.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0rem;left:0rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }#lJdAHyJazXsThyhHEqdygGGpOCyhi9On.adaptive-delivery-prevent-bg, #lJdAHyJazXsThyhHEqdygGGpOCyhi9On.lazyload, #lJdAHyJazXsThyhHEqdygGGpOCyhi9On.lazyloading { background-image: none; }
#G6gKN91CO0GEWXs3PbbSRBd3DscsnH4H { box-sizing:content-box;height:9.375rem;width:17.5rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/654f69e1-e84d-429a-b3e6-793883a98dd2/erli.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0rem;left:19.125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }#G6gKN91CO0GEWXs3PbbSRBd3DscsnH4H.adaptive-delivery-prevent-bg, #G6gKN91CO0GEWXs3PbbSRBd3DscsnH4H.lazyload, #G6gKN91CO0GEWXs3PbbSRBd3DscsnH4H.lazyloading { background-image: none; }
#OXPELPk5Cx83AwJEefaaMD8ADZfDiA3f { box-sizing:content-box;height:9.375rem;width:17.5rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/71210b21-2827-4165-8e46-a490efb77b94/diagnosin.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0rem;left:38.375rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }#OXPELPk5Cx83AwJEefaaMD8ADZfDiA3f.adaptive-delivery-prevent-bg, #OXPELPk5Cx83AwJEefaaMD8ADZfDiA3f.lazyload, #OXPELPk5Cx83AwJEefaaMD8ADZfDiA3f.lazyloading { background-image: none; }
#x4XFZTZ6U9Dn6koZZP33fzN72x0JvfTi { box-sizing:content-box;height:9.375rem;width:17.5rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/54bef84d-7089-4a93-a2db-a244d6ccbdd7/Egger.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0rem;left:57.5rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }#x4XFZTZ6U9Dn6koZZP33fzN72x0JvfTi.adaptive-delivery-prevent-bg, #x4XFZTZ6U9Dn6koZZP33fzN72x0JvfTi.lazyload, #x4XFZTZ6U9Dn6koZZP33fzN72x0JvfTi.lazyloading { background-image: none; }
#vwqi0rZ8euJK9SNrZiu5VVWaahinsElR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff040;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vwqi0rZ8euJK9SNrZiu5VVWaahinsElR > .row .container { background-color: transparent; background-image: none; }#vwqi0rZ8euJK9SNrZiu5VVWaahinsElR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vwqi0rZ8euJK9SNrZiu5VVWaahinsElR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vwqi0rZ8euJK9SNrZiu5VVWaahinsElR > .row .container > .video-iframe-container { display: none; }#vwqi0rZ8euJK9SNrZiu5VVWaahinsElR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vwqi0rZ8euJK9SNrZiu5VVWaahinsElR > .row > .video-iframe-container { display: none; }#vwqi0rZ8euJK9SNrZiu5VVWaahinsElR > .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); }#vwqi0rZ8euJK9SNrZiu5VVWaahinsElR > .row .container { border-width: 0; border-radius: 0; }#vwqi0rZ8euJK9SNrZiu5VVWaahinsElR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vwqi0rZ8euJK9SNrZiu5VVWaahinsElR > .row .container { font-size:0.875rem;font-family:arial;height:11.875rem;width:75rem;position:relative;display:block; }#VRp6q2HbVK9nVdavmMq3UU8kEFmck5er { box-sizing:content-box;height:9.375rem;width:17.5rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ddebfdae-ba73-4c11-afc3-0f3b3b09f089/ariston.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0rem;left:0rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }#VRp6q2HbVK9nVdavmMq3UU8kEFmck5er.adaptive-delivery-prevent-bg, #VRp6q2HbVK9nVdavmMq3UU8kEFmck5er.lazyload, #VRp6q2HbVK9nVdavmMq3UU8kEFmck5er.lazyloading { background-image: none; }
#GBNxKWEcEa4pOxaf5r593ZWxRTUlWrP4 { box-sizing:content-box;height:9.375rem;width:17.5rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/23ac5ec6-4a04-4d8c-8958-ac5fb8dbe1d3/bf.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0rem;left:19.125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }#GBNxKWEcEa4pOxaf5r593ZWxRTUlWrP4.adaptive-delivery-prevent-bg, #GBNxKWEcEa4pOxaf5r593ZWxRTUlWrP4.lazyload, #GBNxKWEcEa4pOxaf5r593ZWxRTUlWrP4.lazyloading { background-image: none; }
#TdtgNJxIVXnKlTLAPsRLdbBihgTzQ7k3 { box-sizing:content-box;height:9.375rem;width:17.5rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/eaa4aa4f-e0cb-4696-85ea-f64f563f9016/develey.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0rem;left:38.375rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }#TdtgNJxIVXnKlTLAPsRLdbBihgTzQ7k3.adaptive-delivery-prevent-bg, #TdtgNJxIVXnKlTLAPsRLdbBihgTzQ7k3.lazyload, #TdtgNJxIVXnKlTLAPsRLdbBihgTzQ7k3.lazyloading { background-image: none; }
#Ntof9k9Gd94PrgMVazWDs68mnu9eDah3 { box-sizing:content-box;height:9.375rem;width:17.5rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ab0479ec-c77d-47f4-9d1e-d0ad3101eb51/sudzucker.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0rem;left:57.5rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }#Ntof9k9Gd94PrgMVazWDs68mnu9eDah3.adaptive-delivery-prevent-bg, #Ntof9k9Gd94PrgMVazWDs68mnu9eDah3.lazyload, #Ntof9k9Gd94PrgMVazWDs68mnu9eDah3.lazyloading { background-image: none; }
#eSTGevtkVdQk277AFBM7itgfJqyRzwik { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff040;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eSTGevtkVdQk277AFBM7itgfJqyRzwik > .row .container { background-color: transparent; background-image: none; }#eSTGevtkVdQk277AFBM7itgfJqyRzwik::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eSTGevtkVdQk277AFBM7itgfJqyRzwik > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eSTGevtkVdQk277AFBM7itgfJqyRzwik > .row .container > .video-iframe-container { display: none; }#eSTGevtkVdQk277AFBM7itgfJqyRzwik > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eSTGevtkVdQk277AFBM7itgfJqyRzwik > .row > .video-iframe-container { display: none; }#eSTGevtkVdQk277AFBM7itgfJqyRzwik > .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); }#eSTGevtkVdQk277AFBM7itgfJqyRzwik > .row .container { border-width: 0; border-radius: 0; }#eSTGevtkVdQk277AFBM7itgfJqyRzwik > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eSTGevtkVdQk277AFBM7itgfJqyRzwik > .row .container { font-size:0.875rem;font-family:arial;height:11.875rem;width:75rem;position:relative;display:block; }#eLIwvzBL6X1iTlktuFZ168Zks2Fz0QAx { box-sizing:content-box;height:9.375rem;width:17.5rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/cbe9a9a0-be17-4dc9-8cb3-ed913bff8546/arche.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0rem;left:0rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }#eLIwvzBL6X1iTlktuFZ168Zks2Fz0QAx.adaptive-delivery-prevent-bg, #eLIwvzBL6X1iTlktuFZ168Zks2Fz0QAx.lazyload, #eLIwvzBL6X1iTlktuFZ168Zks2Fz0QAx.lazyloading { background-image: none; }
#GZ14N2RTrpe6peqcl12MZG6TTO2zNN66 { box-sizing:content-box;height:9.375rem;width:17.5rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/02e8f4e9-24fe-4bdd-9e03-31674686e5be/balcerzak.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0rem;left:19.125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }#GZ14N2RTrpe6peqcl12MZG6TTO2zNN66.adaptive-delivery-prevent-bg, #GZ14N2RTrpe6peqcl12MZG6TTO2zNN66.lazyload, #GZ14N2RTrpe6peqcl12MZG6TTO2zNN66.lazyloading { background-image: none; }
#PMmnJJ1eTof63ZUKssBsf4zup6XbbMmN { box-sizing:content-box;height:9.375rem;width:17.5rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d6141f9d-5385-4a19-9c95-c9d2f7144189/caspar.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0rem;left:38.375rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }#PMmnJJ1eTof63ZUKssBsf4zup6XbbMmN.adaptive-delivery-prevent-bg, #PMmnJJ1eTof63ZUKssBsf4zup6XbbMmN.lazyload, #PMmnJJ1eTof63ZUKssBsf4zup6XbbMmN.lazyloading { background-image: none; }
#glS3fz1oGQFCDwNt2a2y5s2258ope3nM { box-sizing:content-box;height:9.375rem;width:17.5rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/aedbf3bf-2a2c-441e-b1f3-7baf8d1aca50/fsecure.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0rem;left:57.5rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }#glS3fz1oGQFCDwNt2a2y5s2258ope3nM.adaptive-delivery-prevent-bg, #glS3fz1oGQFCDwNt2a2y5s2258ope3nM.lazyload, #glS3fz1oGQFCDwNt2a2y5s2258ope3nM.lazyloading { background-image: none; }
#fQuFwlcyTC3Czhnai9hPOF4hntwSCBmh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff040;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fQuFwlcyTC3Czhnai9hPOF4hntwSCBmh > .row .container { background-color: transparent; background-image: none; }#fQuFwlcyTC3Czhnai9hPOF4hntwSCBmh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fQuFwlcyTC3Czhnai9hPOF4hntwSCBmh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fQuFwlcyTC3Czhnai9hPOF4hntwSCBmh > .row .container > .video-iframe-container { display: none; }#fQuFwlcyTC3Czhnai9hPOF4hntwSCBmh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fQuFwlcyTC3Czhnai9hPOF4hntwSCBmh > .row > .video-iframe-container { display: none; }#fQuFwlcyTC3Czhnai9hPOF4hntwSCBmh > .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); }#fQuFwlcyTC3Czhnai9hPOF4hntwSCBmh > .row .container { border-width: 0; border-radius: 0; }#fQuFwlcyTC3Czhnai9hPOF4hntwSCBmh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fQuFwlcyTC3Czhnai9hPOF4hntwSCBmh > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;position:relative;display:block; }#VN2MKb6DW5aTLJmgrm4kUQOhe3BCCyyH { box-sizing:content-box;height:9.375rem;width:17.5rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/96debaf0-eb9c-4230-9a0f-806b79f1b904/glantier.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0rem;left:0rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }#VN2MKb6DW5aTLJmgrm4kUQOhe3BCCyyH.adaptive-delivery-prevent-bg, #VN2MKb6DW5aTLJmgrm4kUQOhe3BCCyyH.lazyload, #VN2MKb6DW5aTLJmgrm4kUQOhe3BCCyyH.lazyloading { background-image: none; }
#ZpHNKnMER9kZK89XSi3vH6esNHPgi0qr { box-sizing:content-box;height:9.375rem;width:17.5rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/69f3df26-f7a7-487d-b8a4-26f010cdfbea/jadar.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0rem;left:19.125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }#ZpHNKnMER9kZK89XSi3vH6esNHPgi0qr.adaptive-delivery-prevent-bg, #ZpHNKnMER9kZK89XSi3vH6esNHPgi0qr.lazyload, #ZpHNKnMER9kZK89XSi3vH6esNHPgi0qr.lazyloading { background-image: none; }
#VIT9kPr3y46Z5ZUnsuc0bctR9TnQrGMI { box-sizing:content-box;height:9.375rem;width:17.5rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3bc11340-b2a1-47a1-bd84-cf5942011521/natural.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0rem;left:38.375rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }#VIT9kPr3y46Z5ZUnsuc0bctR9TnQrGMI.adaptive-delivery-prevent-bg, #VIT9kPr3y46Z5ZUnsuc0bctR9TnQrGMI.lazyload, #VIT9kPr3y46Z5ZUnsuc0bctR9TnQrGMI.lazyloading { background-image: none; }
#RSp6To7TcvJtLoThA9INwNlazBZOV80t { box-sizing:content-box;height:9.375rem;width:17.5rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/325c5b59-e787-4aeb-b8ab-7d685e62af8f/sits.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0rem;left:57.5rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }#RSp6To7TcvJtLoThA9INwNlazBZOV80t.adaptive-delivery-prevent-bg, #RSp6To7TcvJtLoThA9INwNlazBZOV80t.lazyload, #RSp6To7TcvJtLoThA9INwNlazBZOV80t.lazyloading { background-image: none; }
#TNKElEFalZnZJ9qrgZ2LbTbvvn7p8kEN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d1f3ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TNKElEFalZnZJ9qrgZ2LbTbvvn7p8kEN > .row .container { background-color: transparent; background-image: none; }#TNKElEFalZnZJ9qrgZ2LbTbvvn7p8kEN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNKElEFalZnZJ9qrgZ2LbTbvvn7p8kEN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNKElEFalZnZJ9qrgZ2LbTbvvn7p8kEN > .row .container > .video-iframe-container { display: none; }#TNKElEFalZnZJ9qrgZ2LbTbvvn7p8kEN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNKElEFalZnZJ9qrgZ2LbTbvvn7p8kEN > .row > .video-iframe-container { display: none; }#TNKElEFalZnZJ9qrgZ2LbTbvvn7p8kEN > .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); }#TNKElEFalZnZJ9qrgZ2LbTbvvn7p8kEN > .row .container { border-width: 0; border-radius: 0; }#TNKElEFalZnZJ9qrgZ2LbTbvvn7p8kEN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TNKElEFalZnZJ9qrgZ2LbTbvvn7p8kEN > .row .container { font-size:0.875rem;font-family:arial;height:13.25rem;width:75rem;position:relative;display:block; }#Tnt3GdrQbpBAiAL94XhMEdtRwFohn41d { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.62890625rem;left:0rem;height:5.85rem;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; }
#JCySSTVaMhh2Cy4DGgxvTVIZGKO1Nx51 { color:#000000;display:block;width:62.99875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:11.242897033691rem;left:0rem;height:1.95rem;font-style:normal;display:block; }
#W1XZJWUmM6Hu39fwFieli1cEMLzicr6Z { position:absolute;display:block;z-index:14999;background-color:#fff040;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:27.8125rem;top:12.5rem;left:5.2487564086914rem;display:block; }
#ZO9GyiuMUMBhbLt9P6ZZ93UPV9LPgmp8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d1f3ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZO9GyiuMUMBhbLt9P6ZZ93UPV9LPgmp8 > .row .container { background-color: transparent; background-image: none; }#ZO9GyiuMUMBhbLt9P6ZZ93UPV9LPgmp8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZO9GyiuMUMBhbLt9P6ZZ93UPV9LPgmp8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZO9GyiuMUMBhbLt9P6ZZ93UPV9LPgmp8 > .row .container > .video-iframe-container { display: none; }#ZO9GyiuMUMBhbLt9P6ZZ93UPV9LPgmp8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZO9GyiuMUMBhbLt9P6ZZ93UPV9LPgmp8 > .row > .video-iframe-container { display: none; }#ZO9GyiuMUMBhbLt9P6ZZ93UPV9LPgmp8 > .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); }#ZO9GyiuMUMBhbLt9P6ZZ93UPV9LPgmp8 > .row .container { border-width: 0; border-radius: 0; }#ZO9GyiuMUMBhbLt9P6ZZ93UPV9LPgmp8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZO9GyiuMUMBhbLt9P6ZZ93UPV9LPgmp8 > .row .container { font-size:0.875rem;font-family:arial;height:26.5625rem;width:75rem;position:relative;display:block; }#SqU9nOXhFFUoCMmwl1q4vtGtiyirM0mD { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:11.125rem;top:8.8125rem;left:42.5rem;display:block; }
#gL8Z5Dhih0gO3O4HQ9TpHgg3HiRPgdlh { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:9.5rem;left:45.4375rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qiiSbvKHuWn8g536TLaGD1c0NTC5cxPz { position:absolute;display:block;z-index:15010;background-color:#fff040;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:1.875rem;width:1.875rem;top:9.375rem;left:43.75rem;display:block; }
#u1W24O9ilziwGJiP1WdKSzrQ3BPtf8L2 { position:absolute;display:block;z-index:15006;background-color:#fff040;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:17.5rem;top:8.25rem;left:25rem;display:block; }
#nN6gIrIHTq5oB4X7JClT4n2VDTvN6hTp { color:#000000;display:block;width:15.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:9.1875rem;left:26.1875rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TKo17vZK0afNgDW5Ai9dXG39oBOcw3Zp { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.625rem;top:9.875rem;left:44.4375rem;overflow:hidden;display:block; }
#GEO1hDCGT9IgrJFUwTIFWkCe0oS4BSHO { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:75rem;top:11.560546875rem;left:0rem;display:block; }
#J6gFkhxHDPU1IXzOCdN2kVf5RtKLea3o { position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3a0e03d9-140e-41ce-98dc-121bcbb8dc23/sala.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:15.625rem;top:12.810546875rem;left:1.25rem;display:block; }#J6gFkhxHDPU1IXzOCdN2kVf5RtKLea3o.adaptive-delivery-prevent-bg, #J6gFkhxHDPU1IXzOCdN2kVf5RtKLea3o.lazyload, #J6gFkhxHDPU1IXzOCdN2kVf5RtKLea3o.lazyloading { background-image: none; }
#JpfCSnHVIU3JB6LlZUZDD2FGgLpK8CTf { color:#000000;display:block;width:40.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:12.810974121094rem;left:18.24843788147rem;height:1.4625rem;font-style:normal;display:block; }
#TDu5prqae4sr0XN1wal9icgJCsxPq378 { color:#000000;display:block;width:16.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:15.060974121094rem;left:18.24843788147rem;height:1.4625rem;font-style:normal;display:block; }
#AoOT6E1ZUoqdJd0kZB0l7DPhTxmIUzIJ { color:#000000;display:block;width:20.625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:15.310974121094rem;left:33.87343788147rem;height:1.1375rem;font-style:normal;display:block; }
#yod2XFkFW8MgUT4teoGbZ0kmpDa7soST { color:#000000;display:block;width:4.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:17.560974121094rem;left:18.24843788147rem;height:1.4625rem;font-style:normal;display:block; }
#NTGITsVrVt01gd8RLCqtqSx29GQugoyV { color:#e10000;display:block;width:14.8125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:17.248474121094rem;left:22.12343788147rem;height:1.94970625rem;font-style:normal;display:block; }
#v7JSFD1XsoT5nUWTqNpJ2rnQJylfLCLG { background-color:#e10000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.624125rem;height:4.18728125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:15.7158203125rem;left:60.1865234375rem;display:block; }
#a2ZgLMZOig7T00UchiTfCwUDpIBm6K05 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GdWbgR6GLKDmDfT2LHs7LwALbzMLWy1m { position:absolute;display:block;z-index:15008;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:25rem;top:8.25rem;left:0rem;display:block; }
#FIl2i7btAGwqVU5vomUpkpEKHtB5wmsy { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:9.125rem;left:1.25rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lO0TSWNTiCHFI4ngyo9Rx5iwFlaM0nIQ { color:#000000;display:block;width:30.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:21.4111328125rem;left:18.248046875rem;height:1.4624rem;font-style:normal;display:block; }
#rTpew0htpMxF5TLfL13iqgnxCUq3WSec { color:#000000;display:block;width:62.998125rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:2.4375rem;font-style:normal;display:block; }
#F9M2SGM4a06ax6PVfryCDnh0iTnHv7If { color:#000000;display:block;width:25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:17.516418457031rem;left:31.937501907349rem;height:1.29980625rem;display:block; }
#CSmDDR0a17MLbPOfcK6KL2xpHr0TyXg2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d1f3ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CSmDDR0a17MLbPOfcK6KL2xpHr0TyXg2 > .row .container { background-color: transparent; background-image: none; }#CSmDDR0a17MLbPOfcK6KL2xpHr0TyXg2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSmDDR0a17MLbPOfcK6KL2xpHr0TyXg2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSmDDR0a17MLbPOfcK6KL2xpHr0TyXg2 > .row .container > .video-iframe-container { display: none; }#CSmDDR0a17MLbPOfcK6KL2xpHr0TyXg2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSmDDR0a17MLbPOfcK6KL2xpHr0TyXg2 > .row > .video-iframe-container { display: none; }#CSmDDR0a17MLbPOfcK6KL2xpHr0TyXg2 > .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); }#CSmDDR0a17MLbPOfcK6KL2xpHr0TyXg2 > .row .container { border-width: 0; border-radius: 0; }#CSmDDR0a17MLbPOfcK6KL2xpHr0TyXg2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CSmDDR0a17MLbPOfcK6KL2xpHr0TyXg2 > .row .container { font-size:0.875rem;font-family:arial;height:21.5625rem;width:75rem;position:relative;display:block; }#fA7hXrsUcT1TnfTCA2km6SyKXkkbACEy { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:11.125rem;top:3.8125rem;left:42.5rem;display:block; }
#bhd4kzhMqteMDyFze3maz54rHe0M4xeQ { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4.5rem;left:45.4375rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LokJ8vCth3VaeL4TR9wlWXceMplKf43G { position:absolute;display:block;z-index:15010;background-color:#fff040;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:1.875rem;width:1.875rem;top:4.375rem;left:43.75rem;display:block; }
#TrDXFhTTrTNawhTmoW71naLB8im6KOhr { position:absolute;display:block;z-index:15006;background-color:#fff040;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:17.5rem;top:3.25rem;left:25rem;display:block; }
#KTgvLpssebs1FamAiifI8P5e6xA00Uxs { color:#000000;display:block;width:15.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.1875rem;left:26.1875rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IiRnzsQSCuMKIGMFKbLPn1Iryfsgi2vs { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.625rem;top:4.875rem;left:44.4375rem;overflow:hidden;display:block; }
#NsQTLPbGL84HP6aTudkpURDqCrgvmR3Q { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:75rem;top:6.560546875rem;left:0rem;display:block; }
#L45yp0VktD8B8BpGea7qwZusL8BWm2wB { position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3a0e03d9-140e-41ce-98dc-121bcbb8dc23/sala.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:15.625rem;top:7.810546875rem;left:1.25rem;display:block; }#L45yp0VktD8B8BpGea7qwZusL8BWm2wB.adaptive-delivery-prevent-bg, #L45yp0VktD8B8BpGea7qwZusL8BWm2wB.lazyload, #L45yp0VktD8B8BpGea7qwZusL8BWm2wB.lazyloading { background-image: none; }
#GwN1TMZTsMAMMWIbT8Lst7dIV920x1VU { color:#000000;display:block;width:40.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:7.8109741210938rem;left:18.24843788147rem;height:1.4624rem;font-style:normal;display:block; }
#FQkxCqdPrDrtzHSmk5C1uaBL0SayZXF1 { color:#000000;display:block;width:16.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:10.060974121094rem;left:18.24843788147rem;height:1.4625rem;font-style:normal;display:block; }
#PKWb5Xhg0RWJv6oqpSZyTriG0HLyWWF9 { color:#000000;display:block;width:20.625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:10.310974121094rem;left:33.87343788147rem;height:1.1375rem;font-style:normal;display:block; }
#hg1u1UBlRt2oTZTkJeHIgFsz5S3EDqT3 { color:#000000;display:block;width:4.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:12.498474121094rem;left:18.24843788147rem;height:1.4625rem;font-style:normal;display:block; }
#ctuwscOw6aAnshBaTogETyq8M6UfdHJJ { color:#e10000;display:block;width:14.8125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:12.185974121094rem;left:22.12343788147rem;height:1.94970625rem;font-style:normal;display:block; }
#zxUc5laktFrgMsbN9C50J4EX6mARZpHt { background-color:#e10000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.624125rem;height:4.18728125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:10.7158203125rem;left:60.1865234375rem;display:block; }
#rwr2vPbeeW0sO0H0P0wkc8lDPk0VV6dl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B6mQkOPhVQ9dN22SFmklb1hHXrB78uOS { position:absolute;display:block;z-index:15008;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:25rem;top:3.25rem;left:0rem;display:block; }
#Lc1lmr7Wkyem9gGVX2fIhxAUomzqL1MS { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4.125rem;left:1.25rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IFK9B3IPt1gskc22Keg4HONEUBCKCP12 { color:#000000;display:block;width:25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:12.498474121094rem;left:31.87343788147rem;height:1.29980625rem;display:block; }
#atRx1sp9gDt2HLXLwVsBLyXtM69Nm7wB { color:#000000;display:block;width:30.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:16.4111328125rem;left:18.248046875rem;height:1.4624rem;font-style:normal;display:block; }
#UlmwF7ibKdO49yaduCsETA4nvQKqknq6 { color:#000000;display:block;width:62.998125rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.4375rem;font-style:normal;display:block; }
#zXmXUd5vokPaTcZQBT2XaP1rh2uQ0co5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d1f3ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zXmXUd5vokPaTcZQBT2XaP1rh2uQ0co5 > .row .container { background-color: transparent; background-image: none; }#zXmXUd5vokPaTcZQBT2XaP1rh2uQ0co5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXmXUd5vokPaTcZQBT2XaP1rh2uQ0co5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXmXUd5vokPaTcZQBT2XaP1rh2uQ0co5 > .row .container > .video-iframe-container { display: none; }#zXmXUd5vokPaTcZQBT2XaP1rh2uQ0co5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXmXUd5vokPaTcZQBT2XaP1rh2uQ0co5 > .row > .video-iframe-container { display: none; }#zXmXUd5vokPaTcZQBT2XaP1rh2uQ0co5 > .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); }#zXmXUd5vokPaTcZQBT2XaP1rh2uQ0co5 > .row .container { border-width: 0; border-radius: 0; }#zXmXUd5vokPaTcZQBT2XaP1rh2uQ0co5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zXmXUd5vokPaTcZQBT2XaP1rh2uQ0co5 > .row .container { font-size:0.875rem;font-family:arial;height:25.3125rem;width:75rem;position:relative;display:block; }#ymWSW68QwIkVKdhR9MahsTUbnnpQ8BNT { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:11.125rem;top:3.8125rem;left:42.5rem;display:block; }
#q5m6SoONXe54rPAOB5KD9Vd8p75OHsWP { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4.5rem;left:45.4375rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Pl7gUZcb3q9kUhtlJegWz1g2P6BsV1cq { position:absolute;display:block;z-index:15010;background-color:#fff040;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:1.875rem;width:1.875rem;top:4.375rem;left:43.75rem;display:block; }
#EtJ4Rb8FVxb9eHQgDBUZRiMGgwn8MSSZ { position:absolute;display:block;z-index:15006;background-color:#fff040;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:17.5rem;top:3.25rem;left:25rem;display:block; }
#n821Z2QGdrIuvVTw28TkQXFFGZJlPCza { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.23828125rem;left:25.46875rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p7b55by11Kv1BJD7xSuInoJa2L0DlzG4 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.625rem;top:4.875rem;left:44.4375rem;overflow:hidden;display:block; }
#UL6bJTKue5F0Q6fXmfEmIDQaTh9hzaVP { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:75rem;top:6.560546875rem;left:0rem;display:block; }
#mHy40bFKhATgO38CfXQSGLIiXLlP6H6b { position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3a0e03d9-140e-41ce-98dc-121bcbb8dc23/sala.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:15.625rem;top:7.810546875rem;left:1.25rem;display:block; }#mHy40bFKhATgO38CfXQSGLIiXLlP6H6b.adaptive-delivery-prevent-bg, #mHy40bFKhATgO38CfXQSGLIiXLlP6H6b.lazyload, #mHy40bFKhATgO38CfXQSGLIiXLlP6H6b.lazyloading { background-image: none; }
#Kg09JPTZWKlHqtMN8ddBOOhPcaQD3hTf { color:#000000;display:block;width:40.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:7.8109741210938rem;left:18.24843788147rem;height:1.4625rem;font-style:normal;display:block; }
#NtXeUE5au7alDXGOqkS0Bm6tBe3FOyBJ { color:#000000;display:block;width:16.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:10.060974121094rem;left:18.24843788147rem;height:1.4625rem;font-style:normal;display:block; }
#XxvhW0DbhsnPckZQdVaUpgilvc0HzrOd { color:#000000;display:block;width:20.625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:10.310974121094rem;left:33.87343788147rem;height:1.13720625rem;font-style:normal;display:block; }
#uweacqr720KsqAw8VdZEvZKZTwoxMtwH { color:#000000;display:block;width:4.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:12.498474121094rem;left:18.24843788147rem;height:1.4625rem;font-style:normal;display:block; }
#f6QpSZ9SM53Q3APA358rqARHhPxd584d { color:#e10000;display:block;width:14.8125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:12.185974121094rem;left:22.12343788147rem;height:1.94970625rem;font-style:normal;display:block; }
#iA7RC0zTRbK4mJB0ue97MMkvxil5fL3y { background-color:#e10000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.624125rem;height:4.18728125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:10.7158203125rem;left:60.1865234375rem;display:block; }
#bkBwZcb6bNyilDNCPrT15ga0wb7DvAG9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DHrXgQEv7mExrOkhu1WPPGouOcD7u4Ks { position:absolute;display:block;z-index:15008;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:25rem;top:3.25rem;left:0rem;display:block; }
#TVqKUBPXSTINwdmyJnmDRhrChok5SfQ9 { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4.125rem;left:1.25rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#i9bPrSaav4g1WJGagbtWEvBhMUbXmFvP { color:#000000;display:block;width:25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:12.498474121094rem;left:32.37343788147rem;height:1.29980625rem;display:block; }
#bhp1cqsQUf86ALrTkm6wkiHnnDlbOo06 { color:#000000;display:block;width:30.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:16.4111328125rem;left:18.248046875rem;height:1.4624rem;font-style:normal;display:block; }
#RkO3MEDnMtwBO5sAcVTqR4bJ7nTkFtyf { color:#000000;display:block;width:62.998125rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.4375rem;font-style:normal;display:block; }
#ZQwxJlGuX6xgEef972nDNkPUlcOoWtoI { position:relative;display:block; }#ZQwxJlGuX6xgEef972nDNkPUlcOoWtoI { background-color: transparent; background-image: none; }#ZQwxJlGuX6xgEef972nDNkPUlcOoWtoI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQwxJlGuX6xgEef972nDNkPUlcOoWtoI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQwxJlGuX6xgEef972nDNkPUlcOoWtoI > .row .container > .video-iframe-container { display: none; }#ZQwxJlGuX6xgEef972nDNkPUlcOoWtoI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQwxJlGuX6xgEef972nDNkPUlcOoWtoI > .row > .video-iframe-container { display: none; }#ZQwxJlGuX6xgEef972nDNkPUlcOoWtoI > .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); }#ZQwxJlGuX6xgEef972nDNkPUlcOoWtoI { border-width: 0; border-radius: 0; }#ZQwxJlGuX6xgEef972nDNkPUlcOoWtoI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZQwxJlGuX6xgEef972nDNkPUlcOoWtoI > .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:19.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#inI7hZTJE25QLPBb6vwaoUbkH3p9VUOX { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CcTd2HBWfJkR5Nc9TlJDTwIW4sTVhTxy { color:#000000;display:block;width:34.6244375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.1734733581544rem;left:20.186431884766rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#RGVXDacfniFVcTxOUAJWOgR4mXtdosUG { color:#000000;display:block;width:34.6235625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.123046875rem;left:20.187320709229rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#V9IQ2UhL4o8gglfLC4ymBTSfT9ubSUdR { position:relative;display:block; }#V9IQ2UhL4o8gglfLC4ymBTSfT9ubSUdR { background-color: transparent; background-image: none; }#V9IQ2UhL4o8gglfLC4ymBTSfT9ubSUdR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9IQ2UhL4o8gglfLC4ymBTSfT9ubSUdR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9IQ2UhL4o8gglfLC4ymBTSfT9ubSUdR > .row .container > .video-iframe-container { display: none; }#V9IQ2UhL4o8gglfLC4ymBTSfT9ubSUdR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9IQ2UhL4o8gglfLC4ymBTSfT9ubSUdR > .row > .video-iframe-container { display: none; }#V9IQ2UhL4o8gglfLC4ymBTSfT9ubSUdR > .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); }#V9IQ2UhL4o8gglfLC4ymBTSfT9ubSUdR { border-width: 0; border-radius: 0; }#V9IQ2UhL4o8gglfLC4ymBTSfT9ubSUdR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V9IQ2UhL4o8gglfLC4ymBTSfT9ubSUdR > .row .container { border-top:0.0625rem solid #1a1a1a;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#uBHTAC06U2P4yznUa59JIXy1xaDSsA7p { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.375rem;left:0rem;height:1.1375rem;font-style:normal;display:block; }
#Bnqb03ZFWkTyU1B469yvcMWT1IaGr6Tg { color:#000000;display:block;width:37.5rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5075950622559rem;left:37.500003814698rem;height:1.1375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Pf1CI0zFFrChPX1rsDLqXPyyFVlHIHsF { color:#ffffff;display:block;width:11.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.375rem;left:9rem;height:1.1375rem;font-style:normal;display:block; }
#BeWnMsK0t0f3PRtua8A6T6DUcfwsNDfo { color:#000000;display:block;width:35.0625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.2361106872559rem;left:39.875rem;height:1.1375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uNFHLkmezsessv4EuntQc3vdeGDIJuzW { display:block; }#uNFHLkmezsessv4EuntQc3vdeGDIJuzW > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DMSFfmGUVKUc6REk1FB8y03xpVtVxown { width:11.125rem;height:1.5625rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6VWKpuq6KDonFgF1K7XwWFGuNn92aIu { width:5.625rem;height:2.5rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnXkNs68wC6zDR3ay6foTLZkk0nTXwk2 { display:block; }
 }@media only screen and (max-width: 763px) { #VNlXqMtNvmd04Mog2e9nCWzt4CMi2znN { width:8.625rem;height:2.5rem;top:1.5625rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKlCR6OnzxpvOgalGExF9fM14A3k2Nev { display:block; }
 }@media only screen and (max-width: 763px) { #USAVcXybHT79o2ulwsri4gmCFJO3GTRI { width:4.375rem;height:2.5rem;top:1.5625rem;left:5.3115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXXyKTnC3dmhO8XfBCJTKxQBbrS9GxG8 { display:block; }
 }@media only screen and (max-width: 763px) { #TSWO1ZKHmxwKDXA8n6l2AqL9op0TnJTg { width:8.9375rem;height:2.5rem;top:1.5625rem;left:10.998046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpR4VtdFg8Fz3wg5TV8cQEKyElTpIzDx { display:block; }
 }@media only screen and (max-width: 763px) { #sUvoD6TULRR8OBVkXwffTaLXXIWBVLlm { width:6.0625rem;height:2.5rem;top:1.5625rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0H589FSuK1hU6srnZyWNNtwbG82mo6T { display:block; }
 }@media only screen and (max-width: 763px) { #f30pRe7Tqd6JReNccr6Xu072iTAffo91 { width:3.5rem;height:2.5rem;top:1.5625rem;left:44.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnJpXJbl2sQ5Gd4LdFyTTOxoZtmpGdt4 { display:block; }
 }@media only screen and (max-width: 763px) { #WMMJNv10hxhxgrogyKXpu26ZlPlvkWbw { width:11.125rem;height:2.9375rem;top:1.3125rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOZ4Ldu9dQKCTVsnKM21zqbp4FetbCXp { display:block; }
 }@media only screen and (max-width: 763px) { #LgTB7xOiVDBdJ7OI18CaAv7X65en64cd { width:6.5625rem;height:2.5rem;top:1.5625rem;left:20.7509765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHCGJm2GO2g194gIhJt4rEw5wPfPeJfs { display:block; }
 }@media only screen and (max-width: 763px) { #t3XR3tVMopG7gzoVH7T7Lsx5SRqD54bI { display:block; }#t3XR3tVMopG7gzoVH7T7Lsx5SRqD54bI > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rJI0b8Ji2DVnT6meqc8RLmRl1Vt3ami7 { display:block; }#rJI0b8Ji2DVnT6meqc8RLmRl1Vt3ami7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OCbr6TMcDePnu8dnvMirRQWGegKxSeaZ { width:47.75rem;height:1.94921875rem;top:2.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhBNrfZTbXTMRsKa3gMD134czMiXwbyH { width:47.75rem;height:2.4375rem;top:5.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFQXTV4ETDRAUHWrRh02PIRuuGiTdnDb { width:43.125rem;height:3.8984375rem;top:10.875rem;left:2.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8NSWTdxcyqAR7TSlGJh2TXqo4CHIGne { width:14.5rem;height:1.25rem;top:11.9375rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMrpPHtqafiEPpF8WVRa4Xubcqy56p20 { display:block; }#RMrpPHtqafiEPpF8WVRa4Xubcqy56p20 > .row .container { width:47.75rem;height:44.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SaLLmebZqhm5cA45xKLA79dPlvr6zqQF { width:22.5rem;height:29.0625rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HagoTyFJfvT1XoGLw0HvgNShzMi0lzMd { width:10.9375rem;height:2.9375rem;top:37.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FK58UDMV9yAERhiSWbzCQJxndeRlfToE { width:22.75rem;height:5.4375rem;top:39.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pH4ecszm2RrpVK6DZl9hAr2vPQty9Hgo { width:21.375rem;height:8.7744375rem;top:5.875rem;left:1.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwb8URLOsf1b9SwqryQT2TDXktJvTwsr { width:11.3125rem;height:3.4375rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbEuEP959nnv31PvKThJbNZqVo7hzJIr { width:11.375rem;height:2.8125rem;top:2.5625rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcwDAH2UkNQP4sKDyMGXypuO4Vnrx11c { width:11.25rem;height:1.625rem;top:2.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMFGZWGdiZwWanrnkQ1MroB97gGxSXra { width:7.8125rem;height:1.4619125rem;top:3.25rem;left:14.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISbzUJ10qH7C4vPKy9o0p1TdDZXk2Pny { width:0.625rem;height:0.875rem;top:3.5625rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6SrZQdtDhE6vUHIFCoCgoIuqGWp2b6U { width:1.875rem;height:1.875rem;top:3.0625rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9RTqtPvqeQHwk2XsWZ2TtFR5hivCuEm { width:8.75rem;height:1.625rem;top:38.625rem;left:1.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqBXtyeqfvo5cTKZRMD8TEsBe6HLdOKU { width:22.5625rem;height:1.94921875rem;top:41.75rem;left:1.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1zxe9LSeMqA4HiUgWc0NPQHKQKADCEh { width:22.5rem;height:29.0625rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZv2oO9ZUPBoSq6ZRdBUzuTmwg4cs9K8 { width:22.75rem;height:5.4375rem;top:39.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vH3xhLRHikRUDPyLfGTThRrpWKsaEOXL { width:22.5625rem;height:1.94921875rem;top:41.75rem;left:1.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVkw1wdJTXLQpl3DgkPWglVktrTgchwe { width:10.9375rem;height:2.9375rem;top:37.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #stIzgMG6dzIaVCfyAp4bTIfpUz2Ip618 { width:8.75rem;height:1.625rem;top:38.625rem;left:1.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #onVD8TLP2HIdQRwO73xftIpT1peAn8Nu { width:21.375rem;height:8.7744375rem;top:5.875rem;left:1.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxEo7KOTKTkXLBDFgzh7hk5L2B2hDOpX { width:11.3125rem;height:3.4375rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWd2aNOOsRorQ8bJMBgvPbflrh9wZgn4 { width:11.375rem;height:2.8125rem;top:2.5625rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xy0FZM8k70QFxgd6x4CEITAZmZ3n6qWO { width:11.25rem;height:1.625rem;top:2.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U42wnd23UpqwCid6BSFVp9cUnCgmCeXQ { width:7.8125rem;height:1.4619125rem;top:3.25rem;left:14.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3pyhchmhz5hXfNgTlcHTSG9T15yJsOx { width:0.625rem;height:0.875rem;top:3.5625rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wK6xCZ9GNKBywaEha2xRuW2t01xdPa2y { width:1.875rem;height:1.875rem;top:3.0625rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVq1rFi9q3bJHfdV4tU4LrgL4Cd9TtzT { display:block; }#HVq1rFi9q3bJHfdV4tU4LrgL4Cd9TtzT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UXchhzIOQ3CJXwh95E9Gk0NhUDLeKiMK { width:47.75rem;height:1.94921875rem;top:2.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTvnCNNKUTHNI7Ksy8gVopmBsoSe4Ozi { width:13.625rem;height:4.1875rem;top:6.5rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwtXZnlS6bwbo42lUxoH0vwixrF9bLI4 { display:block; }
 }@media only screen and (max-width: 763px) { #vlhFvlPTUlEFqgBvBAXNHo4WQ6chBPTJ { width:13.625rem;height:4.1875rem;top:6.5rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIBTOHn3wMrPRy7B0GltpM57zeXA6lkd { display:block; }
 }@media only screen and (max-width: 763px) { #TD48gbk89aytgMVTuOUHx9AbkuyOVHSh { display:block; }#TD48gbk89aytgMVTuOUHx9AbkuyOVHSh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vH6f3U7P1U9ToBWzDZXGSG3lLrc9bgKt { width:21.375rem;height:8.7744375rem;top:5.875rem;left:1.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwztaz90PdmleXFF4Di1CalZgz0WkoXU { width:33.375rem;height:16.875rem;top:9.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgL2094SspTXo5cISrlcyLLIgglOs5Z9 { width:34rem;height:3.375rem;top:28.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBkiCRWMWdzJhKxZ9H0wNEa65LGwF6nc { width:33.875rem;height:7.75rem;top:33.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEPzVUMPtwFBivD3JmZkZ1X1gHQF9Kdm { width:16.25rem;height:4.125rem;top:42.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uonp1ZUibnkUd2RdzX3OTRUTPSaxi7ny { display:block; }
 }@media only screen and (max-width: 763px) { #oEsScLb6CG0soGig357yMrHVcB25dqqR { width:47.75rem;height:46.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #V8GvPoQOS48ob4AbzNLlAcMIpqRWznDs { display:block; }#V8GvPoQOS48ob4AbzNLlAcMIpqRWznDs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XJCESkp6gnw5B14kpHPi0FZ2EMBRdWs6 { width:21.375rem;height:8.7744375rem;top:5.875rem;left:1.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHet8E3XQsqAKpbM9t4OZmcUDKvNseus { width:37.9375rem;height:10.125rem;top:13.3125rem;left:9.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEPTCGVF3MIKscIESdHAMoSowONbyUOq { width:37.9375rem;height:5.0625rem;top:24.6875rem;left:9.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHzPm1BKfLS4ZhfvMDpsHsz8rNyaVoyX { width:37.9375rem;height:3.375rem;top:30.875rem;left:9.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b50O9LISn3kr0l9rFkNdzSTtI0olHbrC { width:2.25rem;height:2.25rem;top:35.625rem;left:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKks2afJhtlQqBDenKuwBhXo2n0ZGoMJ { width:32.625rem;height:6.75rem;top:35.875rem;left:15.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ColG4QploRTXKek5eFwtwqXNdP0FoTzp { width:32.625rem;height:3.375rem;top:44.125rem;left:15.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCZTr2Q4olgvAKikzdHaSa1inaCSJ5TQ { width:2.25rem;height:2.25rem;top:43.875rem;left:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFwT0FX7dL1uX96Zd44At2KubWCVOuqp { width:32.625rem;height:6.75rem;top:48.875rem;left:15.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTOE0M5hNDuHTorcvXsnbJ6sLsFrR2lw { width:2.25rem;height:2.25rem;top:48.625rem;left:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfv19gQ3dBWGZdE99Nm2qq88RpIIT1yq { width:37.9375rem;height:5.0625rem;top:56.875rem;left:9.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnnD4row25TombC2DmtPtAZH3R60QdGw { width:47.75rem;height:46.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vmfgURK1TCqCTXUSfKIlOLuoaTIooleM { display:block; }#vmfgURK1TCqCTXUSfKIlOLuoaTIooleM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QO379Jhukg3bGIN9e9E96GDtxnJTXclP { width:21.375rem;height:8.7744375rem;top:5.875rem;left:1.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWRPJtANKpoxQpUcGJTE7rCI3bSgvHzw { width:47.75rem;height:1.9375rem;top:10.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqa6NqVzBh2XIBTAfa1U4gfrSdtgDSDJ { width:13.625rem;height:4.1875rem;top:13.5rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zd3x9Thd4SLoJvCM2Ly9NRpEI3UTn3be { display:block; }
 }@media only screen and (max-width: 763px) { #dwsCKu7J5nOg4fBv3aqFzHffPsw6D4XN { display:block; }#dwsCKu7J5nOg4fBv3aqFzHffPsw6D4XN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O88Suci7T9RbaXgwsL2Z4Fyq0MwCpnOH { width:39.8125rem;height:;top:6.25rem;left:3.935546875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DK769S1NhHReHzlf8wb6fGJRN6B8weAa { width:39.875rem;height:4.875rem;top:10.8125rem;left:7.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTigoDUezAHxOsOGyZ3SsPGDQkupnvKo { width:39.8125rem;height:;top:9.125rem;left:3.9365234375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AC7OPzD5ZOreL1Auu56fQKl5DAkfO1iw { display:block; }#AC7OPzD5ZOreL1Auu56fQKl5DAkfO1iw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTduUbxPlvCPiVK4Twm4f97HO1BoVZRT { width:5rem;height:5rem;top:0rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #goleV6AhkbnK1GUeR5UuwCEhcw6lWD02 { width:23.75rem;height:6.75rem;top:6.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGzb4HXhEzTUAeUt7fGJ7cdkx5S4Tq2U { width:3.125rem;height:3.125rem;top:0.9375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUs1QKg82dMimOnw53oTvO7Dle4MtI70 { width:23.75rem;height:10.125rem;top:6.25rem;left:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdW3KFLt5u1ZBVx3Sil4ywdBp0kcuW0k { width:5rem;height:5rem;top:0rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9iShu1x6isQJT0kcc1e3zhuzvBNJpC5 { width:3.125rem;height:3.125rem;top:0.9375rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LygQpVNna1KWIiPiH3PcSGumhnfIbvfK { width:23.75rem;height:5.0625rem;top:6.25rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBOlcmDET6o3VZGftxJSHEdRXRT4ZOTy { width:5rem;height:5rem;top:0rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlnWIDT55d4nMORUTBmTTLOpl1yssE6U { width:3.125rem;height:3.125rem;top:0.9375rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCSyQgeRcCr3OZCiwNIr3y6BCncC6MxB { display:block; }#oCSyQgeRcCr3OZCiwNIr3y6BCncC6MxB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yQCIJEB4NaN1xinrMAC60ccyTq87tCoE { width:5rem;height:5rem;top:0rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKNTH9e7IpTDFTMoESbB7TuwTAC0mO3w { width:23.75rem;height:5.0625rem;top:6.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWtEXsSTGw6KKxlfn79wsc5w4CxNKazW { width:3.125rem;height:3.125rem;top:0.9375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPdnW3Jb9b7OrqwXKFbzCpbzbVx8QyND { width:23.75rem;height:8.4375rem;top:6.25rem;left:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4ETNcTDKZtJKrS4x9bDeJ96CON0212f { width:5rem;height:5rem;top:0rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrGG5ZcpsqTndQLeBD0DL6TrLoJXLDoG { width:3.125rem;height:3.125rem;top:0.9375rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8GMWh1xa68vHTgxDdNalvkgzRoJw0U5 { width:23.75rem;height:8.4375rem;top:6.25rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnCuN4U8RqV6EMrByiKiozyugowAXwad { width:5rem;height:5rem;top:0rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhyHpwwWSdUT9LnhBrVXn9tyxHdOGN4x { width:3.125rem;height:3.125rem;top:0.9375rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vhtwakb8OgbNC22zHqC5UEtk3FBBuMou { display:block; }#Vhtwakb8OgbNC22zHqC5UEtk3FBBuMou > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GlPmihu2l8yH8AuxCvqakb253Ba7LPHW { width:47.75rem;height:3.875rem;top:0rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeehvwtQdyNRQN7Pi4Lh8GHbnJuhEhSo { width:47.75rem;height:1.9375rem;top:6.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TniLbFLAZyu1cmzAOUJlCTHpQ1twNhF2 { width:21.375rem;height:8.7744375rem;top:5.875rem;left:1.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEGuKXGwwRtHrnh9E6xOrhCbwmvCS8bD { width:13.625rem;height:4.1875rem;top:18.625rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oETiI0VW4imkoTmyne8Aa0G0TezKU1Ha { display:block; }
 }@media only screen and (max-width: 763px) { #qearymG1zQrdc67QtlLxRTkzSf7IPz3T { width:45rem;height:1.25rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKy9cOOG63KfL1I8JNgIgzNAoTKFT5Kk { width:45rem;height:1.25rem;top:13rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eQ3s38tpUJvERzDQ0kOApiTUVltMEDXP { display:block; }#eQ3s38tpUJvERzDQ0kOApiTUVltMEDXP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L0FDFNLmTss4nXFO8ssoWpwqcCRZ7DTH { width:47.5625rem;height:;top:5rem;left:0.09375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ds8g5kbLe1QulHkkizXOOHo0zaahAOUX { display:block; }#ds8g5kbLe1QulHkkizXOOHo0zaahAOUX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rssPbtbh5qsFTaaHoNVTRq7VDVOL5P0l { width:5.3125rem;height:5.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAoXbZSCa33xX4V6UdDTS6FcTPQJGQtF { width:26.875rem;height:8.4375rem;top:6.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xr07GH1ZIrOrJppPaVNS7pSV8XuyXQ9w { width:26.875rem;height:8.4375rem;top:6.125rem;left:20.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s55RkJE29OvUEUNlhk7gJa8eOngybLFC { width:5.3125rem;height:5.3125rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4M239dl3b4sXAW1tPDeNPo6XUZdgL9y { display:block; }#w4M239dl3b4sXAW1tPDeNPo6XUZdgL9y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #siAG1QDMbx4wLUdJrdfmUnR6C2yFAbz9 { width:5.3125rem;height:5.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hh7h6vimtFMXPKPDqsikPoTR8FqIGqty { width:26.875rem;height:6.75rem;top:6.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDbS0oph61qUG1WmxbXir1ZuC6uSFNUn { width:26.875rem;height:6.75rem;top:6.125rem;left:20.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTEANGPaAt9uxwG8Ll8qNGtgTw0uT53y { width:5.3125rem;height:5.3125rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Meuu4I4g5VWTyaCskKbPRnFvyHITMh9q { display:block; }#Meuu4I4g5VWTyaCskKbPRnFvyHITMh9q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DcuZUe1ZTGlHEpBNJwgP2Wp8IJekfsVq { width:21.5rem;height:4.1875rem;top:2.0625rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmMnW4pK8gtt9sXza8SaFp9kXqdlTlGD { display:block; }
 }@media only screen and (max-width: 763px) { #gO5f3goTlTQ47M6t1ZreIWJECdrH5vlC { display:block; }#gO5f3goTlTQ47M6t1ZreIWJECdrH5vlC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TElcEO4XGrMApOJG0UKnlFRFx9JIzqS9 { width:47.75rem;height:4.875rem;top:6.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LctVpNkqPT40Q6SK4xSTN5MHToqes54K { width:47.75rem;height:1.625rem;top:9.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0AABJNTPOaA8sUKEIN5ghlEEz4VZnuB { display:block; }#r0AABJNTPOaA8sUKEIN5ghlEEz4VZnuB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ueroCpLBOekZ74fWTToGnwzaqrQrAgAW { width:47.75rem;height:7.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A57gbv0K66G2ilJPuLShOcgpHfiwFcoN { width:45.375rem;height:1.9375rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #upf0TahQvDtZ23i6SgLyUf0DH62BHSGe { width:45.375rem;height:2.4375rem;top:3.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTIFdFTx9IZ4KIyrocyL40vm7lbFbWno { width:22.875rem;height:2.9375rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzTiLMikuXD2WJ8b2UkRhbr5kvpJE2Qy { width:22.875rem;height:1.29980625rem;top:7.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKiZk3sp40cf7mW9dkuaeqHam9uBUy88 { display:block; }#vKiZk3sp40cf7mW9dkuaeqHam9uBUy88 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gSeMtwVQvgNw4G9kSSz7IAfnyOaCmGUN { width:3rem;height:7.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qf6cCGtxIFMUFSDRx3gxP6EVCkBRhfNh { width:10.6875rem;height:2.4375rem;top:1.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWKrN2EHxLAKVDe6MFuBaq5Uun12eKNT { width:47.75rem;height:;top:3.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuL4KfMdfF95IEUBQ9QKIT2TMaN6boPU { width:47.75rem;height:;top:6.4375rem;left:0rem;font-size:1rem;display:block; }#iuL4KfMdfF95IEUBQ9QKIT2TMaN6boPU li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8a548eda-0963-4222-9065-b2a83a35aa45/arrow.png); }
 }@media only screen and (max-width: 763px) { #bxeVVw8vUP8NTDLh85P9lVTNXuIcNvVr { display:block; }#bxeVVw8vUP8NTDLh85P9lVTNXuIcNvVr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qCZlHkxv5vrVUtiTdKceWSLZPM1nf1QD { width:3rem;height:7.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGCc104TvGR1I71K444HTfEy49RyvOar { width:10.6875rem;height:2.4375rem;top:1.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yO4dDHEzT3C32Hvp8v7aQPDuhaOTNLPy { width:47.75rem;height:;top:3.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4wTAvfT5wpHq2hhlzTDhq9nT8U38w1S { width:47.75rem;height:;top:6.4375rem;left:0rem;font-size:1rem;display:block; }#R4wTAvfT5wpHq2hhlzTDhq9nT8U38w1S li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8a548eda-0963-4222-9065-b2a83a35aa45/arrow.png); }
 }@media only screen and (max-width: 763px) { #kuq7XyC3psgA6gJD9X3o3v4N86Zy2HVu { display:block; }#kuq7XyC3psgA6gJD9X3o3v4N86Zy2HVu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDWFbVmCWLG1vT57QFnTGlSJdDaI2FDA { width:3rem;height:7.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncX1uSSQpTTmFQbGTeVdn12Gzkrtnl2q { width:10.6875rem;height:2.4375rem;top:1.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqwXZkubx1aSRPwTGQ7ZRTHShg2XyP9v { width:47.75rem;height:;top:3.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5KbatmXrii33zRmaOnaz7Q8w6f8GrtF { width:47.75rem;height:;top:6.4375rem;left:0rem;font-size:1rem;display:block; }#d5KbatmXrii33zRmaOnaz7Q8w6f8GrtF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8a548eda-0963-4222-9065-b2a83a35aa45/arrow.png); }
 }@media only screen and (max-width: 763px) { #h49J8SsTH5lLxVuzXLPdRIS9Dmosl0dl { display:block; }#h49J8SsTH5lLxVuzXLPdRIS9Dmosl0dl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yrmy6ivpt2DEQCDV68zBULhCaf166RSv { width:3rem;height:7.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmXdVBGvJ5VI3t6JelGrU4OkoknBWxdP { width:10.6875rem;height:2.4375rem;top:1.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqrSa5JR2HqeFDcuX0aav93Rl9kt9RiI { width:47.75rem;height:;top:3.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVMlw7bQJpmuAJ7pNU6lJV14D9LLJbtl { width:47.75rem;height:;top:6.4375rem;left:0rem;font-size:1rem;display:block; }#uVMlw7bQJpmuAJ7pNU6lJV14D9LLJbtl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8a548eda-0963-4222-9065-b2a83a35aa45/arrow.png); }
 }@media only screen and (max-width: 763px) { #iB1GZOgIs3vr9kBnLMFZh42L0RgrdyMP { display:block; }#iB1GZOgIs3vr9kBnLMFZh42L0RgrdyMP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gyJ66VtDzM68od81D3O247acxql4eLNB { width:47.75rem;height:7.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zS1NRmlGnK83KyItrkqPHSQewPFIakLi { width:45.375rem;height:1.9375rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2nIFnO2NVvvkniMiyikcycuUEF3V0QC { width:45.375rem;height:2.4375rem;top:3.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGEfsdyg26ib1hsavNVZCThr5wa5nlCP { width:22.875rem;height:2.9375rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsWcfXLxKkz0UBvC2dEkt4N3VPeOhQlX { width:22.875rem;height:1.625rem;top:7.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0p9IwO3Av9AeV2R70pB1JL2JLKeBqbl { display:block; }#F0p9IwO3Av9AeV2R70pB1JL2JLKeBqbl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PNVVeftRMgh12WTHbl8Qk8BPGQ5CG2JM { width:3rem;height:7.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkON8SH1IEFfVUyQf0ZuhtZ0r4uzkyS2 { width:10.6875rem;height:2.4375rem;top:1.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P09Eqqr5oeCbkwFsOyB5UtsOEzM6f8b2 { width:47.75rem;height:;top:3.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJ9yFLv4USGATGGbv1Dvlmi9gqKJWVSa { width:47.75rem;height:;top:6.4375rem;left:0rem;font-size:1rem;display:block; }#fJ9yFLv4USGATGGbv1Dvlmi9gqKJWVSa li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8a548eda-0963-4222-9065-b2a83a35aa45/arrow.png); }
 }@media only screen and (max-width: 763px) { #thJvo9TgnPIGDibMVyeOSbaaf30QUgr9 { display:block; }#thJvo9TgnPIGDibMVyeOSbaaf30QUgr9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SqLzTLCiiGQSen8psehmzEWuvDVyDTOx { width:3rem;height:7.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipWFt67vZNRI6XGfymAxTs4n4d8hgKPN { width:10.6875rem;height:2.4375rem;top:1.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcEZnQIDCJHB5847g9U4CwGEliR9crGW { width:47.75rem;height:;top:3.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7nOHRwIxfyzPb3uMGitZEUSEdLZ05im { width:47.75rem;height:;top:6.4375rem;left:0rem;font-size:1rem;display:block; }#Q7nOHRwIxfyzPb3uMGitZEUSEdLZ05im li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8a548eda-0963-4222-9065-b2a83a35aa45/arrow.png); }
 }@media only screen and (max-width: 763px) { #F0OC4u1NS1J6pepcQGTJvz6BsRMOD03D { display:block; }#F0OC4u1NS1J6pepcQGTJvz6BsRMOD03D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uUIO32SmeictvxlbeXyboCId0L7rfcGL { width:3rem;height:7.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #duqqgBxwnFqHgtWDLRrqV3NlF22V5xkF { width:10.6875rem;height:2.4375rem;top:1.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oi30G0XBm8kt7FRT07bgFvCNL1L2Z5xB { width:47.75rem;height:;top:3.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIJecGLKRPCtWwGMnJQ8wEPvzxgagRo2 { width:47.75rem;height:;top:6.4375rem;left:0rem;font-size:1rem;display:block; }#IIJecGLKRPCtWwGMnJQ8wEPvzxgagRo2 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8a548eda-0963-4222-9065-b2a83a35aa45/arrow.png); }
 }@media only screen and (max-width: 763px) { #PbfrtcdfPIaEToRxy4HGK6HOtBruQOMF { display:block; }#PbfrtcdfPIaEToRxy4HGK6HOtBruQOMF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lu6NUQZIELcgxI5yV16Tn8CO6z0J0wUD { width:3rem;height:7.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #temRe3OszvpHez3CraFRfWee7gnP6KQs { width:10.6875rem;height:2.4375rem;top:1.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQ6En9p53qZUbhCZIy5KR6FOv5Dfcu1y { width:47.75rem;height:;top:3.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGyfpqtZhMOCasCS1TArDdSGT9Xh4SLx { width:47.75rem;height:;top:6.4375rem;left:0rem;font-size:1rem;display:block; }#bGyfpqtZhMOCasCS1TArDdSGT9Xh4SLx li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8a548eda-0963-4222-9065-b2a83a35aa45/arrow.png); }
 }@media only screen and (max-width: 763px) { #Iy5w88QTHu42Q1RaIQKT77Dc63u5zGio { display:block; }#Iy5w88QTHu42Q1RaIQKT77Dc63u5zGio > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mtDisGV4XQ59fv7GPEpQcrINizrHXzHo { width:3rem;height:7.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pblAJST1UcFDX8JT6XXT5lQLptFaa43P { width:10.6875rem;height:2.4375rem;top:1.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDQ0iipJ4aoUX1Ba9QQu8v8a1ih6ClJd { width:47.75rem;height:;top:3.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nux8RBctAwfZhuiT8xAI1Wp1ihmtMqM4 { width:47.75rem;height:;top:6.4375rem;left:0rem;font-size:1rem;display:block; }#Nux8RBctAwfZhuiT8xAI1Wp1ihmtMqM4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8a548eda-0963-4222-9065-b2a83a35aa45/arrow.png); }
 }@media only screen and (max-width: 763px) { #wJD4uf0HssKEioHXk4GXrxZ0LkVoAlut { display:block; }#wJD4uf0HssKEioHXk4GXrxZ0LkVoAlut > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZAhSz8iG0OoRJ4FFopyc7fdVPQf7mN5C { width:3rem;height:7.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcAEt4bf0BkP2dhfdQpPRpZQOf05WWsq { width:10.6875rem;height:2.4375rem;top:1.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9qEfNoT2mRtPUdqwo8QTcDsz2emuPeq { width:47.75rem;height:;top:3.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKKqDtoGo65LizVrvFTNpiZ4zFmpJLR6 { width:47.75rem;height:;top:6.4375rem;left:0rem;font-size:1rem;display:block; }#DKKqDtoGo65LizVrvFTNpiZ4zFmpJLR6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8a548eda-0963-4222-9065-b2a83a35aa45/arrow.png); }
 }@media only screen and (max-width: 763px) { #pNh79VND9tXhl252VLuQmGAVXCP52B34 { display:block; }#pNh79VND9tXhl252VLuQmGAVXCP52B34 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TvE8ONavDHPC7Qrf2Ox1pT9PKW6Kag38 { width:13.5625rem;height:4.125rem;top:2.0625rem;left:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhK9GnVpI2KKwpXez8dTvcXCRT32Pupx { display:block; }
 }@media only screen and (max-width: 763px) { #T0TTAe9iuZ72LHeWdck1BxGc9nbrdkMr { width:41.5625rem;height:1.94970625rem;top:0rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtLCn5I0ty8AuD4ZVXyFkfGq6wl5CQdP { width:28.25rem;height:1.4624rem;top:3.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJIDegzxeL4VZ9D4fQEJCouC6z2CJtsU { width:28.25rem;height:;top:3.1875rem;left:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZ0eTrSNuToTii55Wp72evORKDpRcBJ8 { width:1.75rem;height:2.3125rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vli421lsELWP4NLVHxMoI1h2mp4gsCxW { width:2.3125rem;height:2.3125rem;top:3.0625rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgC3SATZqUuJc1zA9hxCEzRcFnUyDpbF { display:block; }#hgC3SATZqUuJc1zA9hxCEzRcFnUyDpbF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aiTwo5ZxTCRPQlFo7SoMmqSV5S3Hwt69 { width:47.75rem;height:;top:6.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwFX9KzIKHhK9tBeGe6DCQVZ8pPMfeWq { width:47.75rem;height:1.94970625rem;top:9.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoCcATGbRJDGAsxRNzXXnvT6llyglOgM { display:block; }#OoCcATGbRJDGAsxRNzXXnvT6llyglOgM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fgBsv8iWedIAwTmThUmwpVemG2Q6RhHA { width:36.875rem;height:25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5GgzNos7Wskg9SZDhdtgsFQDsZHpJf9 { width:14.5625rem;height:6.6875rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8HnOuTQNgXh2O1NQTxKdSfBc1eWoaOl { width:9.8125rem;height:4.875rem;top:18rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CurBXaD8tyVCP93gdHiFamPRHpikdS8S { width:36.875rem;height:25rem;top:0rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DietBbR97XvNKuTpqCZXo51Oya5ryR11 { width:14.5625rem;height:6.6875rem;top:17.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGhFsH952RkSvwfVN2l3c9ldET6lCKlo { width:9.8125rem;height:3.8994125rem;top:18.0625rem;left:23.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NClHRclrM5H6WW1A9H9dvrTme2XTtFgl { width:36.875rem;height:9.75rem;top:26.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #knKJ62GgWB8vTHc724Q4GlAlKAw4yd7K { width:36.875rem;height:6.9375rem;top:26.1875rem;left:10.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wo7A90430w1q4hFmGFMIiNFQkpnkVhkg { width:17.5rem;height:1.625rem;top:34.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEGS6Jn3ncAnE5kxeuea2VeDdsP4BiB0 { display:block; }
 }@media only screen and (max-width: 763px) { #nsWG5GqmcAcRT3AyWLXX6zQhNzHdoQb7 { display:block; }#nsWG5GqmcAcRT3AyWLXX6zQhNzHdoQb7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTRV2TZnvk5gQWNMlf52pOzGcvVTKEvZ { width:47.75rem;height:;top:6.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3fhAwgdAh8ibGuHD9yHNTGNsruGC5Fy { width:7.5625rem;height:4.0625rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDzTZ8ffUvQK7xd5Vr7nTQmhbKAFFb5y { width:7.5625rem;height:1.625rem;top:16.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuIO7KyOFtMLFtTy7A4qqw6ywWkizJHQ { width:8.125rem;height:4.0625rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2amfJWGtBPDhJPkpaFvH1O4tp7TSkpB { width:8.125rem;height:1.625rem;top:16.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRsgTh886WlIlCfIT2MtVkSBh6TIdi69 { width:26.9375rem;height:8.125rem;top:12.9375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdRR8xZzqeoVRtUVrMqkrunbTBrmwThK { width:23.75rem;height:5.625rem;top:14.0625rem;left:12rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JenzQTEJ241BITebkPFtywVO7FrXaQWJ { width:18.625rem;height:4.0625rem;top:14.25rem;left:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkwR718vGVCUfrBKUE7HsROuNiXsAHxO { width:18.625rem;height:1.625rem;top:15.375rem;left:29.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XueC76WyCAhP7s21KSfVJHC3Ao50PcSx { width:20.625rem;height:5.875rem;top:22.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezAiHELExa7riSiyCxe2rwu9VJNQxrCN { width:18.5rem;height:3.75rem;top:23.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8oSXLSLNXD1pBz2rsH0q0RU4IliwiWB { width:9.6875rem;height:4.0625rem;top:25.0625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7Blqi8mTWn8IWrkHuKn9Rbq7hlJF5rP { width:9.6875rem;height:1.625rem;top:26.1875rem;left:8.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfoIik52QD0e3xi9gxJDa5tefzpz6uTM { width:18.625rem;height:4.0625rem;top:23.1875rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkrKL7RHqkUR6BnlU3MtCem6fUuOiKuG { width:18.625rem;height:1.625rem;top:24.3125rem;left:19.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzbPB1ZT6kCOm0VkOCvvZ2IxlhzMBu8I { width:20.625rem;height:5.8125rem;top:22.3125rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHGNNirMbg6WHUva83tX9Ji4C6VOcD7Q { width:18.5rem;height:3.75rem;top:23.375rem;left:29.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFe2V9ANCmF8J9TX1cgr2R4yRtuZ2s5T { width:20.625rem;height:5.8125rem;top:30.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvVffF5JVs9Gf0a44LTQelEUwBFVoXPT { width:18.5rem;height:3.75rem;top:31.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzphZaunfdped8buc9JuRu97JbrZSTOW { width:20.625rem;height:5.8125rem;top:29.375rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gg1QZnK3xttdh0MqvV8exkJ0AiQFz4r7 { width:18.5rem;height:3.75rem;top:30.4375rem;left:19.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdpzIx0LSblUO9kBmdszOmOGPwkUk8qd { width:17.375rem;height:4.0625rem;top:30.3125rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #peMI70QVXQOQpXJcD7WxhpwNyZFUzzqI { width:17.375rem;height:1.625rem;top:31.4375rem;left:30.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0LDWCThb5UUeK4tGwsGk6ppuDc163LE { width:26.9375rem;height:11.75rem;top:38.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKbA2VTCTwT034ikUu9hLz0qP6BoVFDb { width:23.75rem;height:9.375rem;top:39.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsddTVHlOcCmerg8ESQMIovH7McyTqsP { width:23.3125rem;height:5.875rem;top:38.3125rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiuZvXT2GSHJ4KERt8bkyo94SOT4LA4U { width:21.1875rem;height:3.75rem;top:39.375rem;left:16.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyWqqEJ9iMXIk1SQLWeyqG2HtV43820F { width:20.625rem;height:5.875rem;top:46.75rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3PMST3EiXKTfl8TsC1CZkoG2Q3vrnOo { width:18.5rem;height:3.75rem;top:47.8125rem;left:16.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmNLLr5SvMgxTbGNSbFBXXgoMh1s5n7B { width:20.625rem;height:5.875rem;top:36.3125rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRhmpyim7Uhsrc2UQMfpPgkXE8B83tUX { width:18.5rem;height:3.75rem;top:37.375rem;left:29.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqkpiExyCLC9FxUHCn02DSEcAZcsnSMU { width:23.625rem;height:5.875rem;top:45.375rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsZ2nvJ98kquvVIXIrDVrxELy9TMqr8W { width:22.125rem;height:3.75rem;top:46.4375rem;left:25.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4ahbTmMC1ZQhrvTmUhFVBme7mw8Vtmt { display:block; }#A4ahbTmMC1ZQhrvTmUhFVBme7mw8Vtmt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pSvzCnoeCILO2Ski9CHOdr8IO1KySQPQ { width:47.75rem;height:;top:6.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkvTdHTz0D2WHPa3MrEeIz97pEwHfrCH { display:block; }#DkvTdHTz0D2WHPa3MrEeIz97pEwHfrCH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RWz3NTbNvboTIe8qfkvwk6r53ld32fW6 { width:17.5rem;height:9.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBg5Tf4IhSEXlW5f9HSVTRenyP1wUdRH { width:17.5rem;height:9.375rem;top:0rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIQMNHcmOksOWyzio4wSWo0mJKGfUO31 { width:17.5rem;height:9.375rem;top:0rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eM7Bwq4Pd2BCenEv6WlCkTh5Guf1cNZK { width:17.5rem;height:9.375rem;top:0rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1N1S4Wv5s3MTR9hCiutt22gTAUw0m5U { display:block; }#s1N1S4Wv5s3MTR9hCiutt22gTAUw0m5U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lJdAHyJazXsThyhHEqdygGGpOCyhi9On { width:17.5rem;height:9.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6gKN91CO0GEWXs3PbbSRBd3DscsnH4H { width:17.5rem;height:9.375rem;top:0rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXPELPk5Cx83AwJEefaaMD8ADZfDiA3f { width:17.5rem;height:9.375rem;top:0rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4XFZTZ6U9Dn6koZZP33fzN72x0JvfTi { width:17.5rem;height:9.375rem;top:0rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwqi0rZ8euJK9SNrZiu5VVWaahinsElR { display:block; }#vwqi0rZ8euJK9SNrZiu5VVWaahinsElR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VRp6q2HbVK9nVdavmMq3UU8kEFmck5er { width:17.5rem;height:9.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBNxKWEcEa4pOxaf5r593ZWxRTUlWrP4 { width:17.5rem;height:9.375rem;top:0rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdtgNJxIVXnKlTLAPsRLdbBihgTzQ7k3 { width:17.5rem;height:9.375rem;top:0rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ntof9k9Gd94PrgMVazWDs68mnu9eDah3 { width:17.5rem;height:9.375rem;top:0rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSTGevtkVdQk277AFBM7itgfJqyRzwik { display:block; }#eSTGevtkVdQk277AFBM7itgfJqyRzwik > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eLIwvzBL6X1iTlktuFZ168Zks2Fz0QAx { width:17.5rem;height:9.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZ14N2RTrpe6peqcl12MZG6TTO2zNN66 { width:17.5rem;height:9.375rem;top:0rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMmnJJ1eTof63ZUKssBsf4zup6XbbMmN { width:17.5rem;height:9.375rem;top:0rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #glS3fz1oGQFCDwNt2a2y5s2258ope3nM { width:17.5rem;height:9.375rem;top:0rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQuFwlcyTC3Czhnai9hPOF4hntwSCBmh { display:block; }#fQuFwlcyTC3Czhnai9hPOF4hntwSCBmh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VN2MKb6DW5aTLJmgrm4kUQOhe3BCCyyH { width:17.5rem;height:9.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpHNKnMER9kZK89XSi3vH6esNHPgi0qr { width:17.5rem;height:9.375rem;top:0rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIT9kPr3y46Z5ZUnsuc0bctR9TnQrGMI { width:17.5rem;height:9.375rem;top:0rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSp6To7TcvJtLoThA9INwNlazBZOV80t { width:17.5rem;height:9.375rem;top:0rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNKElEFalZnZJ9qrgZ2LbTbvvn7p8kEN { display:block; }#TNKElEFalZnZJ9qrgZ2LbTbvvn7p8kEN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tnt3GdrQbpBAiAL94XhMEdtRwFohn41d { width:47.75rem;height:3.8994125rem;top:4.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCySSTVaMhh2Cy4DGgxvTVIZGKO1Nx51 { width:47.75rem;height:1.4624rem;top:11.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1XZJWUmM6Hu39fwFieli1cEMLzicr6Z { width:27.8125rem;height:0.75rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZO9GyiuMUMBhbLt9P6ZZ93UPV9LPgmp8 { display:block; }#ZO9GyiuMUMBhbLt9P6ZZ93UPV9LPgmp8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SqU9nOXhFFUoCMmwl1q4vtGtiyirM0mD { width:11.125rem;height:2.8125rem;top:8.8125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gL8Z5Dhih0gO3O4HQ9TpHgg3HiRPgdlh { width:7.8125rem;height:1.4375rem;top:9.5rem;left:31.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiiSbvKHuWn8g536TLaGD1c0NTC5cxPz { width:1.875rem;height:1.875rem;top:9.375rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1W24O9ilziwGJiP1WdKSzrQ3BPtf8L2 { width:17.5rem;height:3.4375rem;top:8.25rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nN6gIrIHTq5oB4X7JClT4n2VDTvN6hTp { width:15.125rem;height:1.4375rem;top:9.1875rem;left:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKo17vZK0afNgDW5Ai9dXG39oBOcw3Zp { width:0.625rem;height:0.875rem;top:9.875rem;left:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEO1hDCGT9IgrJFUwTIFWkCe0oS4BSHO { width:47.75rem;height:12.5rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6gFkhxHDPU1IXzOCdN2kVf5RtKLea3o { width:15.625rem;height:10rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpfCSnHVIU3JB6LlZUZDD2FGgLpK8CTf { width:40.9375rem;height:1.4375rem;top:12.75rem;left:4.6234378814697rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDu5prqae4sr0XN1wal9icgJCsxPq378 { width:16.125rem;height:1.4375rem;top:15rem;left:4.6234378814697rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoOT6E1ZUoqdJd0kZB0l7DPhTxmIUzIJ { width:20.625rem;height:1.125rem;top:15.25rem;left:20.24843788147rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yod2XFkFW8MgUT4teoGbZ0kmpDa7soST { width:4.0625rem;height:1.4375rem;top:17.5rem;left:4.6234378814697rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTGITsVrVt01gd8RLCqtqSx29GQugoyV { width:14.8125rem;height:1.9375rem;top:17.1875rem;left:8.498046875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7JSFD1XsoT5nUWTqNpJ2rnQJylfLCLG { width:13.5625rem;height:4.125rem;top:15.6875rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2ZgLMZOig7T00UchiTfCwUDpIBm6K05 { display:block; }
 }@media only screen and (max-width: 763px) { #GdWbgR6GLKDmDfT2LHs7LwALbzMLWy1m { width:25rem;height:3.4375rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIl2i7btAGwqVU5vomUpkpEKHtB5wmsy { width:22.5rem;height:1.625rem;top:9.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lO0TSWNTiCHFI4ngyo9Rx5iwFlaM0nIQ { width:30.5625rem;height:1.4375rem;top:21.375rem;left:4.623046875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTpew0htpMxF5TLfL13iqgnxCUq3WSec { width:47.75rem;height:2.4375rem;top:5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9M2SGM4a06ax6PVfryCDnh0iTnHv7If { width:25rem;height:1.25rem;top:17.5rem;left:18.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSmDDR0a17MLbPOfcK6KL2xpHr0TyXg2 { display:block; }#CSmDDR0a17MLbPOfcK6KL2xpHr0TyXg2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fA7hXrsUcT1TnfTCA2km6SyKXkkbACEy { width:11.125rem;height:2.8125rem;top:3.8125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhd4kzhMqteMDyFze3maz54rHe0M4xeQ { width:7.8125rem;height:1.4375rem;top:4.5rem;left:31.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LokJ8vCth3VaeL4TR9wlWXceMplKf43G { width:1.875rem;height:1.875rem;top:4.375rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrDXFhTTrTNawhTmoW71naLB8im6KOhr { width:17.5rem;height:3.4375rem;top:3.25rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTgvLpssebs1FamAiifI8P5e6xA00Uxs { width:15.125rem;height:1.4375rem;top:4.1875rem;left:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiRnzsQSCuMKIGMFKbLPn1Iryfsgi2vs { width:0.625rem;height:0.875rem;top:4.875rem;left:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsQTLPbGL84HP6aTudkpURDqCrgvmR3Q { width:47.75rem;height:12.5rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L45yp0VktD8B8BpGea7qwZusL8BWm2wB { width:15.625rem;height:10rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwN1TMZTsMAMMWIbT8Lst7dIV920x1VU { width:40.9375rem;height:1.4375rem;top:7.75rem;left:4.6234378814697rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQkxCqdPrDrtzHSmk5C1uaBL0SayZXF1 { width:16.125rem;height:1.4375rem;top:10rem;left:4.6234378814697rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKWb5Xhg0RWJv6oqpSZyTriG0HLyWWF9 { width:20.625rem;height:1.125rem;top:10.25rem;left:20.24843788147rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hg1u1UBlRt2oTZTkJeHIgFsz5S3EDqT3 { width:4.0625rem;height:1.4375rem;top:12.4375rem;left:4.6234378814697rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctuwscOw6aAnshBaTogETyq8M6UfdHJJ { width:14.8125rem;height:1.9375rem;top:12.125rem;left:8.498046875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxUc5laktFrgMsbN9C50J4EX6mARZpHt { width:13.5625rem;height:4.125rem;top:10.6875rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwr2vPbeeW0sO0H0P0wkc8lDPk0VV6dl { display:block; }
 }@media only screen and (max-width: 763px) { #B6mQkOPhVQ9dN22SFmklb1hHXrB78uOS { width:25rem;height:3.4375rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lc1lmr7Wkyem9gGVX2fIhxAUomzqL1MS { width:22.5rem;height:1.625rem;top:4.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFK9B3IPt1gskc22Keg4HONEUBCKCP12 { width:25rem;height:1.25rem;top:12.4375rem;left:18.248046875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #atRx1sp9gDt2HLXLwVsBLyXtM69Nm7wB { width:30.5625rem;height:1.4375rem;top:16.375rem;left:4.623046875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlmwF7ibKdO49yaduCsETA4nvQKqknq6 { width:47.75rem;height:2.4375rem;top:0rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXmXUd5vokPaTcZQBT2XaP1rh2uQ0co5 { display:block; }#zXmXUd5vokPaTcZQBT2XaP1rh2uQ0co5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ymWSW68QwIkVKdhR9MahsTUbnnpQ8BNT { width:11.125rem;height:2.8125rem;top:3.8125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5m6SoONXe54rPAOB5KD9Vd8p75OHsWP { width:7.8125rem;height:1.4375rem;top:4.5rem;left:31.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pl7gUZcb3q9kUhtlJegWz1g2P6BsV1cq { width:1.875rem;height:1.875rem;top:4.375rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtJ4Rb8FVxb9eHQgDBUZRiMGgwn8MSSZ { width:17.5rem;height:3.4375rem;top:3.25rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n821Z2QGdrIuvVTw28TkQXFFGZJlPCza { width:16.5625rem;height:1.4375rem;top:4.1875rem;left:11.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7b55by11Kv1BJD7xSuInoJa2L0DlzG4 { width:0.625rem;height:0.875rem;top:4.875rem;left:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL6bJTKue5F0Q6fXmfEmIDQaTh9hzaVP { width:47.75rem;height:12.5rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHy40bFKhATgO38CfXQSGLIiXLlP6H6b { width:15.625rem;height:10rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kg09JPTZWKlHqtMN8ddBOOhPcaQD3hTf { width:40.9375rem;height:1.4375rem;top:7.75rem;left:4.6234378814697rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtXeUE5au7alDXGOqkS0Bm6tBe3FOyBJ { width:16.125rem;height:1.4375rem;top:10rem;left:4.6234378814697rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxvhW0DbhsnPckZQdVaUpgilvc0HzrOd { width:20.625rem;height:1.125rem;top:10.25rem;left:20.24843788147rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uweacqr720KsqAw8VdZEvZKZTwoxMtwH { width:4.0625rem;height:1.4375rem;top:12.4375rem;left:4.6234378814697rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6QpSZ9SM53Q3APA358rqARHhPxd584d { width:14.8125rem;height:1.9375rem;top:12.125rem;left:8.498046875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iA7RC0zTRbK4mJB0ue97MMkvxil5fL3y { width:13.5625rem;height:4.125rem;top:10.6875rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkBwZcb6bNyilDNCPrT15ga0wb7DvAG9 { display:block; }
 }@media only screen and (max-width: 763px) { #DHrXgQEv7mExrOkhu1WPPGouOcD7u4Ks { width:25rem;height:3.4375rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVqKUBPXSTINwdmyJnmDRhrChok5SfQ9 { width:22.5rem;height:1.625rem;top:4.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9bPrSaav4g1WJGagbtWEvBhMUbXmFvP { width:25rem;height:1.25rem;top:12.4375rem;left:18.748046875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhp1cqsQUf86ALrTkm6wkiHnnDlbOo06 { width:30.5625rem;height:1.4375rem;top:16.375rem;left:4.623046875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkO3MEDnMtwBO5sAcVTqR4bJ7nTkFtyf { width:47.75rem;height:2.4375rem;top:0rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQwxJlGuX6xgEef972nDNkPUlcOoWtoI { display:block; }#ZQwxJlGuX6xgEef972nDNkPUlcOoWtoI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #inI7hZTJE25QLPBb6vwaoUbkH3p9VUOX { width:47.75rem;height:;top:6.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcTd2HBWfJkR5Nc9TlJDTwIW4sTVhTxy { width:34.5625rem;height:1.9375rem;top:9.125rem;left:6.560546875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGVXDacfniFVcTxOUAJWOgR4mXtdosUG { width:34.5625rem;height:1.9375rem;top:11.0625rem;left:6.5615234375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9IQ2UhL4o8gglfLC4ymBTSfT9ubSUdR { display:block; }#V9IQ2UhL4o8gglfLC4ymBTSfT9ubSUdR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uBHTAC06U2P4yznUa59JIXy1xaDSsA7p { width:8.875rem;height:1.13720625rem;top:3.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bnqb03ZFWkTyU1B469yvcMWT1IaGr6Tg { width:37.5rem;height:1.13720625rem;top:2.5rem;left:10.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pf1CI0zFFrChPX1rsDLqXPyyFVlHIHsF { width:11.0625rem;height:1.13720625rem;top:3.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeWnMsK0t0f3PRtua8A6T6DUcfwsNDfo { width:35.0625rem;height:1.125rem;top:4.1875rem;left:12.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uNFHLkmezsessv4EuntQc3vdeGDIJuzW { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#uNFHLkmezsessv4EuntQc3vdeGDIJuzW > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DMSFfmGUVKUc6REk1FB8y03xpVtVxown { width:10.5rem;height:1.375rem;top:1.1881510615349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6VWKpuq6KDonFgF1K7XwWFGuNn92aIu { width:5.625rem;height:2.5rem;top:1.5625rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pnXkNs68wC6zDR3ay6foTLZkk0nTXwk2 { display:block; }
 }@media only screen and (max-width: 763px) { #VNlXqMtNvmd04Mog2e9nCWzt4CMi2znN { width:8.625rem;height:2.5rem;top:19.062622902925rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LKlCR6OnzxpvOgalGExF9fM14A3k2Nev { display:block; }
 }@media only screen and (max-width: 763px) { #USAVcXybHT79o2ulwsri4gmCFJO3GTRI { width:4.375rem;height:2.5rem;top:1.5625rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iXXyKTnC3dmhO8XfBCJTKxQBbrS9GxG8 { display:block; }
 }@media only screen and (max-width: 763px) { #TSWO1ZKHmxwKDXA8n6l2AqL9op0TnJTg { width:8.9375rem;height:2.5rem;top:1.5625rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lpR4VtdFg8Fz3wg5TV8cQEKyElTpIzDx { display:block; }
 }@media only screen and (max-width: 763px) { #sUvoD6TULRR8OBVkXwffTaLXXIWBVLlm { width:6.0625rem;height:2.5rem;top:22.812622902925rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #v0H589FSuK1hU6srnZyWNNtwbG82mo6T { display:block; }
 }@media only screen and (max-width: 763px) { #f30pRe7Tqd6JReNccr6Xu072iTAffo91 { width:3.5rem;height:2.5rem;top:1.5625rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #HnJpXJbl2sQ5Gd4LdFyTTOxoZtmpGdt4 { display:block; }
 }@media only screen and (max-width: 763px) { #WMMJNv10hxhxgrogyKXpu26ZlPlvkWbw { width:8.625rem;height:2.5rem;top:0.625rem;left:11.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOZ4Ldu9dQKCTVsnKM21zqbp4FetbCXp { display:block; }
 }@media only screen and (max-width: 763px) { #LgTB7xOiVDBdJ7OI18CaAv7X65en64cd { width:6.5625rem;height:2.5rem;top:1.5625rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lHCGJm2GO2g194gIhJt4rEw5wPfPeJfs { display:block; }
 }@media only screen and (max-width: 763px) { #t3XR3tVMopG7gzoVH7T7Lsx5SRqD54bI { display:block; }#t3XR3tVMopG7gzoVH7T7Lsx5SRqD54bI > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rJI0b8Ji2DVnT6meqc8RLmRl1Vt3ami7 { display:block; }#rJI0b8Ji2DVnT6meqc8RLmRl1Vt3ami7 > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OCbr6TMcDePnu8dnvMirRQWGegKxSeaZ { width:20rem;height:1.95rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhBNrfZTbXTMRsKa3gMD134czMiXwbyH { width:19.5rem;height:4.875rem;top:3.19921875rem;left:0.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFQXTV4ETDRAUHWrRh02PIRuuGiTdnDb { width:20rem;height:7.7988125rem;top:9.32421875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8NSWTdxcyqAR7TSlGJh2TXqo4CHIGne { width:12.125rem;height:1.25rem;top:10.19921875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMrpPHtqafiEPpF8WVRa4Xubcqy56p20 { display:block; }#RMrpPHtqafiEPpF8WVRa4Xubcqy56p20 > .row .container { width:20rem;height:80.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SaLLmebZqhm5cA45xKLA79dPlvr6zqQF { width:19.75rem;height:29.0625rem;top:11.360375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HagoTyFJfvT1XoGLw0HvgNShzMi0lzMd { width:11.1875rem;height:2.9375rem;top:33.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FK58UDMV9yAERhiSWbzCQJxndeRlfToE { width:20rem;height:5.4375rem;top:35.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pH4ecszm2RrpVK6DZl9hAr2vPQty9Hgo { width:20rem;height:4.875rem;top:5.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwb8URLOsf1b9SwqryQT2TDXktJvTwsr { width:10rem;height:3.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbEuEP959nnv31PvKThJbNZqVo7hzJIr { width:10rem;height:2.8125rem;top:1.9375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcwDAH2UkNQP4sKDyMGXypuO4Vnrx11c { width:10rem;height:1.3rem;top:2.568359375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMFGZWGdiZwWanrnkQ1MroB97gGxSXra { width:7.8125rem;height:1.4625rem;top:2.625rem;left:12.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISbzUJ10qH7C4vPKy9o0p1TdDZXk2Pny { width:0.625rem;height:0.875rem;top:2.9375rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6SrZQdtDhE6vUHIFCoCgoIuqGWp2b6U { width:1.875rem;height:1.875rem;top:2.4375rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9RTqtPvqeQHwk2XsWZ2TtFR5hivCuEm { width:8.75rem;height:1.625rem;top:34.625rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqBXtyeqfvo5cTKZRMD8TEsBe6HLdOKU { width:17.0625rem;height:1.95rem;top:37.75rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1zxe9LSeMqA4HiUgWc0NPQHKQKADCEh { width:19.75rem;height:29.0625rem;top:51rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZv2oO9ZUPBoSq6ZRdBUzuTmwg4cs9K8 { width:20rem;height:5.4375rem;top:74.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vH3xhLRHikRUDPyLfGTThRrpWKsaEOXL { width:14.8125rem;height:1.95rem;top:77.1875rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVkw1wdJTXLQpl3DgkPWglVktrTgchwe { width:10.9375rem;height:2.9375rem;top:73.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #stIzgMG6dzIaVCfyAp4bTIfpUz2Ip618 { width:8.75rem;height:1.625rem;top:74.0625rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #onVD8TLP2HIdQRwO73xftIpT1peAn8Nu { width:20rem;height:2.4375rem;top:47.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxEo7KOTKTkXLBDFgzh7hk5L2B2hDOpX { width:10rem;height:3.4375rem;top:43.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWd2aNOOsRorQ8bJMBgvPbflrh9wZgn4 { width:10rem;height:2.8125rem;top:43.84375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #xy0FZM8k70QFxgd6x4CEITAZmZ3n6qWO { width:10rem;height:1.3rem;top:44.474609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U42wnd23UpqwCid6BSFVp9cUnCgmCeXQ { width:7.8125rem;height:1.4625rem;top:44.625rem;left:12.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3pyhchmhz5hXfNgTlcHTSG9T15yJsOx { width:0.625rem;height:0.875rem;top:44.9375rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wK6xCZ9GNKBywaEha2xRuW2t01xdPa2y { width:1.875rem;height:1.875rem;top:44.4375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVq1rFi9q3bJHfdV4tU4LrgL4Cd9TtzT { display:block; }#HVq1rFi9q3bJHfdV4tU4LrgL4Cd9TtzT > .row .container { width:20rem;height:21.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UXchhzIOQ3CJXwh95E9Gk0NhUDLeKiMK { width:20rem;height:5.84911875rem;top:2.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTvnCNNKUTHNI7Ksy8gVopmBsoSe4Ozi { width:13.625rem;height:4.1875rem;top:9.25rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwtXZnlS6bwbo42lUxoH0vwixrF9bLI4 { display:block; }
 }@media only screen and (max-width: 763px) { #vlhFvlPTUlEFqgBvBAXNHo4WQ6chBPTJ { width:13.625rem;height:4.1875rem;top:14.6875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIBTOHn3wMrPRy7B0GltpM57zeXA6lkd { display:block; }
 }@media only screen and (max-width: 763px) { #TD48gbk89aytgMVTuOUHx9AbkuyOVHSh { background-color:#d1f3ff;background-image:url("https://images.assets-landingi.com/uc/14d53d5c-b31e-4e5c-9edb-b651b8aeaac3/transparent.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#TD48gbk89aytgMVTuOUHx9AbkuyOVHSh.adaptive-delivery-prevent-bg, #TD48gbk89aytgMVTuOUHx9AbkuyOVHSh.lazyload, #TD48gbk89aytgMVTuOUHx9AbkuyOVHSh.lazyloading { background-image: none; }#TD48gbk89aytgMVTuOUHx9AbkuyOVHSh > .row .container { background-color: transparent; background-image: none; }#TD48gbk89aytgMVTuOUHx9AbkuyOVHSh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TD48gbk89aytgMVTuOUHx9AbkuyOVHSh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TD48gbk89aytgMVTuOUHx9AbkuyOVHSh > .row .container > .video-iframe-container { display: none; }#TD48gbk89aytgMVTuOUHx9AbkuyOVHSh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TD48gbk89aytgMVTuOUHx9AbkuyOVHSh > .row > .video-iframe-container { display: none; }#TD48gbk89aytgMVTuOUHx9AbkuyOVHSh > .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); }#TD48gbk89aytgMVTuOUHx9AbkuyOVHSh > .row .container { width:20rem;height:77.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vH6f3U7P1U9ToBWzDZXGSG3lLrc9bgKt { width:20rem;height:4.225rem;top:23.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwztaz90PdmleXFF4Di1CalZgz0WkoXU { width:20rem;height:23.994125rem;top:28.787109375rem;left:0rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #zgL2094SspTXo5cISrlcyLLIgglOs5Z9 { width:20rem;height:4.798825rem;top:54.0302734375rem;left:0rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #NBkiCRWMWdzJhKxZ9H0wNEa65LGwF6nc { width:20rem;height:9.75rem;top:60.078125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEPzVUMPtwFBivD3JmZkZ1X1gHQF9Kdm { width:20rem;height:4.125rem;top:71.078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uonp1ZUibnkUd2RdzX3OTRUTPSaxi7ny { display:block; }
 }@media only screen and (max-width: 763px) { #oEsScLb6CG0soGig357yMrHVcB25dqqR { top:2.5rem;left:0rem;width:20rem;height:19.5625rem;z-index:15002;overflow:hidden;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;display:block; }
 }@media only screen and (max-width: 763px) { #V8GvPoQOS48ob4AbzNLlAcMIpqRWznDs { background-color:#fff040;background-image:url("https://images.assets-landingi.com/uc/14d53d5c-b31e-4e5c-9edb-b651b8aeaac3/transparent.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#V8GvPoQOS48ob4AbzNLlAcMIpqRWznDs.adaptive-delivery-prevent-bg, #V8GvPoQOS48ob4AbzNLlAcMIpqRWznDs.lazyload, #V8GvPoQOS48ob4AbzNLlAcMIpqRWznDs.lazyloading { background-image: none; }#V8GvPoQOS48ob4AbzNLlAcMIpqRWznDs > .row .container { background-color: transparent; background-image: none; }#V8GvPoQOS48ob4AbzNLlAcMIpqRWznDs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8GvPoQOS48ob4AbzNLlAcMIpqRWznDs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8GvPoQOS48ob4AbzNLlAcMIpqRWznDs > .row .container > .video-iframe-container { display: none; }#V8GvPoQOS48ob4AbzNLlAcMIpqRWznDs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8GvPoQOS48ob4AbzNLlAcMIpqRWznDs > .row > .video-iframe-container { display: none; }#V8GvPoQOS48ob4AbzNLlAcMIpqRWznDs > .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); }#V8GvPoQOS48ob4AbzNLlAcMIpqRWznDs > .row .container { width:20rem;height:107.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XJCESkp6gnw5B14kpHPi0FZ2EMBRdWs6 { width:20rem;height:6.3369375rem;top:23.246025rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHet8E3XQsqAKpbM9t4OZmcUDKvNseus { width:20rem;height:15.996125rem;top:30.8329625rem;left:0rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #SEPTCGVF3MIKscIESdHAMoSowONbyUOq { width:20rem;height:7.9980625rem;top:48.0790875rem;left:0rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #OHzPm1BKfLS4ZhfvMDpsHsz8rNyaVoyX { width:20rem;height:4.798825rem;top:57.32715rem;left:0rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b50O9LISn3kr0l9rFkNdzSTtI0olHbrC { width:2.25rem;height:2.25rem;top:62.6875rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKks2afJhtlQqBDenKuwBhXo2n0ZGoMJ { width:20rem;height:9rem;top:66.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ColG4QploRTXKek5eFwtwqXNdP0FoTzp { width:20rem;height:3rem;top:79.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MCZTr2Q4olgvAKikzdHaSa1inaCSJ5TQ { width:2.25rem;height:2.25rem;top:75.875rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFwT0FX7dL1uX96Zd44At2KubWCVOuqp { width:20rem;height:7.5rem;top:86.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VTOE0M5hNDuHTorcvXsnbJ6sLsFrR2lw { width:2.25rem;height:2.25rem;top:83.1875rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfv19gQ3dBWGZdE99Nm2qq88RpIIT1yq { width:20rem;height:9.597625rem;top:95.125rem;left:0rem;font-size:1rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cnnD4row25TombC2DmtPtAZH3R60QdGw { top:2.5rem;left:0rem;width:20rem;height:19.5625rem;z-index:15003;overflow:hidden;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;display:block; }
 }@media only screen and (max-width: 763px) { #vmfgURK1TCqCTXUSfKIlOLuoaTIooleM { display:block; }#vmfgURK1TCqCTXUSfKIlOLuoaTIooleM > .row .container { width:20rem;height:27.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QO379Jhukg3bGIN9e9E96GDtxnJTXclP { width:20rem;height:12.6738125rem;top:2.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWRPJtANKpoxQpUcGJTE7rCI3bSgvHzw { width:20rem;height:3.25rem;top:16.422875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqa6NqVzBh2XIBTAfa1U4gfrSdtgDSDJ { width:13.625rem;height:4.1875rem;top:20.922875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zd3x9Thd4SLoJvCM2Ly9NRpEI3UTn3be { display:block; }
 }@media only screen and (max-width: 763px) { #dwsCKu7J5nOg4fBv3aqFzHffPsw6D4XN { display:block; }#dwsCKu7J5nOg4fBv3aqFzHffPsw6D4XN > .row .container { width:20rem;height:12.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O88Suci7T9RbaXgwsL2Z4Fyq0MwCpnOH { width:20rem;height:9.75rem;top:0rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DK769S1NhHReHzlf8wb6fGJRN6B8weAa { width:20rem;height:9.75rem;top:2.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTigoDUezAHxOsOGyZ3SsPGDQkupnvKo { width:20rem;height:auto;top:9.125rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AC7OPzD5ZOreL1Auu56fQKl5DAkfO1iw { display:block; }#AC7OPzD5ZOreL1Auu56fQKl5DAkfO1iw > .row .container { width:20rem;height:41rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTduUbxPlvCPiVK4Twm4f97HO1BoVZRT { width:5rem;height:5rem;top:1.25rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #goleV6AhkbnK1GUeR5UuwCEhcw6lWD02 { width:19.3120625rem;height:6rem;top:6.8728313446044rem;left:0.34288197755814rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGzb4HXhEzTUAeUt7fGJ7cdkx5S4Tq2U { width:3.125rem;height:3.125rem;top:2.1875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUs1QKg82dMimOnw53oTvO7Dle4MtI70 { width:19.4998125rem;height:10.5rem;top:19.4375rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdW3KFLt5u1ZBVx3Sil4ywdBp0kcuW0k { width:5rem;height:5rem;top:13.8125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9iShu1x6isQJT0kcc1e3zhuzvBNJpC5 { width:3.125rem;height:3.125rem;top:14.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LygQpVNna1KWIiPiH3PcSGumhnfIbvfK { width:20rem;height:4.5rem;top:36.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBOlcmDET6o3VZGftxJSHEdRXRT4ZOTy { width:5rem;height:5rem;top:30.875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlnWIDT55d4nMORUTBmTTLOpl1yssE6U { width:3.125rem;height:3.125rem;top:31.8125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCSyQgeRcCr3OZCiwNIr3y6BCncC6MxB { display:block; }#oCSyQgeRcCr3OZCiwNIr3y6BCncC6MxB > .row .container { width:20rem;height:41.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yQCIJEB4NaN1xinrMAC60ccyTq87tCoE { width:5rem;height:5rem;top:1.25rem;left:7.5000000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKNTH9e7IpTDFTMoESbB7TuwTAC0mO3w { width:20rem;height:6rem;top:6.8750038146975rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWtEXsSTGw6KKxlfn79wsc5w4CxNKazW { width:3.125rem;height:3.125rem;top:2.1875rem;left:8.4375000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPdnW3Jb9b7OrqwXKFbzCpbzbVx8QyND { width:20rem;height:7.5rem;top:19.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4ETNcTDKZtJKrS4x9bDeJ96CON0212f { width:5rem;height:5rem;top:13.9375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrGG5ZcpsqTndQLeBD0DL6TrLoJXLDoG { width:3.125rem;height:3.125rem;top:14.875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8GMWh1xa68vHTgxDdNalvkgzRoJw0U5 { width:20rem;height:7.5rem;top:33.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnCuN4U8RqV6EMrByiKiozyugowAXwad { width:5rem;height:5rem;top:28.1875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhyHpwwWSdUT9LnhBrVXn9tyxHdOGN4x { width:3.125rem;height:3.125rem;top:29.125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vhtwakb8OgbNC22zHqC5UEtk3FBBuMou { display:block; }#Vhtwakb8OgbNC22zHqC5UEtk3FBBuMou > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GlPmihu2l8yH8AuxCvqakb253Ba7LPHW { width:20rem;height:8.125rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeehvwtQdyNRQN7Pi4Lh8GHbnJuhEhSo { width:20rem;height:4.875rem;top:10.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TniLbFLAZyu1cmzAOUJlCTHpQ1twNhF2 { width:20rem;height:10.5615rem;top:17.75rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEGuKXGwwRtHrnh9E6xOrhCbwmvCS8bD { width:13.625rem;height:4.1875rem;top:29.560546875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oETiI0VW4imkoTmyne8Aa0G0TezKU1Ha { display:block; }
 }@media only screen and (max-width: 763px) { #qearymG1zQrdc67QtlLxRTkzSf7IPz3T { width:15.25rem;height:1.25rem;top:18.6240234375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKy9cOOG63KfL1I8JNgIgzNAoTKFT5Kk { width:18.5rem;height:1.25rem;top:20.8740234375rem;left:0.5625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #eQ3s38tpUJvERzDQ0kOApiTUVltMEDXP { background-color:#fff040;background-image:none;display:block; }#eQ3s38tpUJvERzDQ0kOApiTUVltMEDXP > .row .container { background-color: transparent; background-image: none; }#eQ3s38tpUJvERzDQ0kOApiTUVltMEDXP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQ3s38tpUJvERzDQ0kOApiTUVltMEDXP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQ3s38tpUJvERzDQ0kOApiTUVltMEDXP > .row .container > .video-iframe-container { display: none; }#eQ3s38tpUJvERzDQ0kOApiTUVltMEDXP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQ3s38tpUJvERzDQ0kOApiTUVltMEDXP > .row > .video-iframe-container { display: none; }#eQ3s38tpUJvERzDQ0kOApiTUVltMEDXP > .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); }#eQ3s38tpUJvERzDQ0kOApiTUVltMEDXP > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L0FDFNLmTss4nXFO8ssoWpwqcCRZ7DTH { width:20rem;height:10.07425rem;top:2.5rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ds8g5kbLe1QulHkkizXOOHo0zaahAOUX { display:block; }#ds8g5kbLe1QulHkkizXOOHo0zaahAOUX > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rssPbtbh5qsFTaaHoNVTRq7VDVOL5P0l { width:5.3125rem;height:5.3125rem;top:0rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAoXbZSCa33xX4V6UdDTS6FcTPQJGQtF { width:20rem;height:7.5rem;top:6.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xr07GH1ZIrOrJppPaVNS7pSV8XuyXQ9w { width:20rem;height:9rem;top:21.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s55RkJE29OvUEUNlhk7gJa8eOngybLFC { width:5.3125rem;height:5.3125rem;top:15.0625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4M239dl3b4sXAW1tPDeNPo6XUZdgL9y { display:block; }#w4M239dl3b4sXAW1tPDeNPo6XUZdgL9y > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #siAG1QDMbx4wLUdJrdfmUnR6C2yFAbz9 { width:5.3125rem;height:5.3125rem;top:1.25rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hh7h6vimtFMXPKPDqsikPoTR8FqIGqty { width:20rem;height:6rem;top:7.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PDbS0oph61qUG1WmxbXir1ZuC6uSFNUn { width:20rem;height:6rem;top:21.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eTEANGPaAt9uxwG8Ll8qNGtgTw0uT53y { width:5.3125rem;height:5.3125rem;top:15.0625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Meuu4I4g5VWTyaCskKbPRnFvyHITMh9q { background-color:#fff040;background-image:none;display:block; }#Meuu4I4g5VWTyaCskKbPRnFvyHITMh9q > .row .container { background-color: transparent; background-image: none; }#Meuu4I4g5VWTyaCskKbPRnFvyHITMh9q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Meuu4I4g5VWTyaCskKbPRnFvyHITMh9q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Meuu4I4g5VWTyaCskKbPRnFvyHITMh9q > .row .container > .video-iframe-container { display: none; }#Meuu4I4g5VWTyaCskKbPRnFvyHITMh9q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Meuu4I4g5VWTyaCskKbPRnFvyHITMh9q > .row > .video-iframe-container { display: none; }#Meuu4I4g5VWTyaCskKbPRnFvyHITMh9q > .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); }#Meuu4I4g5VWTyaCskKbPRnFvyHITMh9q > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DcuZUe1ZTGlHEpBNJwgP2Wp8IJekfsVq { width:20rem;height:4.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmMnW4pK8gtt9sXza8SaFp9kXqdlTlGD { display:block; }
 }@media only screen and (max-width: 763px) { #gO5f3goTlTQ47M6t1ZreIWJECdrH5vlC { display:block; }#gO5f3goTlTQ47M6t1ZreIWJECdrH5vlC > .row .container { width:20rem;height:20.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TElcEO4XGrMApOJG0UKnlFRFx9JIzqS9 { width:20rem;height:9.75rem;top:2.5rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LctVpNkqPT40Q6SK4xSTN5MHToqes54K { width:20rem;height:4.875rem;top:12.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r0AABJNTPOaA8sUKEIN5ghlEEz4VZnuB { display:block; }#r0AABJNTPOaA8sUKEIN5ghlEEz4VZnuB > .row .container { width:20rem;height:13.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ueroCpLBOekZ74fWTToGnwzaqrQrAgAW { width:20rem;height:10.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A57gbv0K66G2ilJPuLShOcgpHfiwFcoN { width:13.4375rem;height:3.25rem;top:1.25rem;left:3.28125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #upf0TahQvDtZ23i6SgLyUf0DH62BHSGe { width:17.125rem;height:4.0625rem;top:5.3125rem;left:1.4375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bTIFdFTx9IZ4KIyrocyL40vm7lbFbWno { width:20rem;height:2.9375rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzTiLMikuXD2WJ8b2UkRhbr5kvpJE2Qy { width:20rem;height:1.3rem;top:11.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKiZk3sp40cf7mW9dkuaeqHam9uBUy88 { display:block; }#vKiZk3sp40cf7mW9dkuaeqHam9uBUy88 > .row .container { width:20rem;height:19rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gSeMtwVQvgNw4G9kSSz7IAfnyOaCmGUN { width:3rem;height:7.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qf6cCGtxIFMUFSDRx3gxP6EVCkBRhfNh { width:17.3125rem;height:2.4375rem;top:2.4365234375rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWKrN2EHxLAKVDe6MFuBaq5Uun12eKNT { width:18.75rem;height:3.25rem;top:4.875rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuL4KfMdfF95IEUBQ9QKIT2TMaN6boPU { width:18.75rem;height:9.625rem;top:9.375rem;left:0.625rem;font-size:1rem;display:block; }#iuL4KfMdfF95IEUBQ9QKIT2TMaN6boPU li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8a548eda-0963-4222-9065-b2a83a35aa45/arrow.png); }
 }@media only screen and (max-width: 763px) { #bxeVVw8vUP8NTDLh85P9lVTNXuIcNvVr { display:block; }#bxeVVw8vUP8NTDLh85P9lVTNXuIcNvVr > .row .container { width:20rem;height:38.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qCZlHkxv5vrVUtiTdKceWSLZPM1nf1QD { width:3rem;height:7.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGCc104TvGR1I71K444HTfEy49RyvOar { width:17.3125rem;height:2.4375rem;top:2.4365234375rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yO4dDHEzT3C32Hvp8v7aQPDuhaOTNLPy { width:18.75rem;height:3.25rem;top:4.875rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4wTAvfT5wpHq2hhlzTDhq9nT8U38w1S { width:18.75rem;height:28.5625rem;top:10rem;left:0.625rem;font-size:1rem;display:block; }#R4wTAvfT5wpHq2hhlzTDhq9nT8U38w1S li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8a548eda-0963-4222-9065-b2a83a35aa45/arrow.png); }
 }@media only screen and (max-width: 763px) { #kuq7XyC3psgA6gJD9X3o3v4N86Zy2HVu { display:block; }#kuq7XyC3psgA6gJD9X3o3v4N86Zy2HVu > .row .container { width:20rem;height:37.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDWFbVmCWLG1vT57QFnTGlSJdDaI2FDA { width:3rem;height:7.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncX1uSSQpTTmFQbGTeVdn12Gzkrtnl2q { width:17.3125rem;height:2.4375rem;top:2.4365234375rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqwXZkubx1aSRPwTGQ7ZRTHShg2XyP9v { width:18.75rem;height:3.25rem;top:4.875rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5KbatmXrii33zRmaOnaz7Q8w6f8GrtF { width:18.75rem;height:27.6875rem;top:9.375rem;left:0.625rem;font-size:1rem;display:block; }#d5KbatmXrii33zRmaOnaz7Q8w6f8GrtF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8a548eda-0963-4222-9065-b2a83a35aa45/arrow.png); }
 }@media only screen and (max-width: 763px) { #h49J8SsTH5lLxVuzXLPdRIS9Dmosl0dl { display:block; }#h49J8SsTH5lLxVuzXLPdRIS9Dmosl0dl > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yrmy6ivpt2DEQCDV68zBULhCaf166RSv { width:3rem;height:7.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmXdVBGvJ5VI3t6JelGrU4OkoknBWxdP { width:17.3125rem;height:2.4375rem;top:2.4365234375rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqrSa5JR2HqeFDcuX0aav93Rl9kt9RiI { width:18.75rem;height:3.25rem;top:4.875rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVMlw7bQJpmuAJ7pNU6lJV14D9LLJbtl { width:18.75rem;height:6.9375rem;top:9.375rem;left:0.625rem;font-size:1rem;display:block; }#uVMlw7bQJpmuAJ7pNU6lJV14D9LLJbtl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8a548eda-0963-4222-9065-b2a83a35aa45/arrow.png); }
 }@media only screen and (max-width: 763px) { #iB1GZOgIs3vr9kBnLMFZh42L0RgrdyMP { display:block; }#iB1GZOgIs3vr9kBnLMFZh42L0RgrdyMP > .row .container { width:20rem;height:14.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gyJ66VtDzM68od81D3O247acxql4eLNB { width:20rem;height:8.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zS1NRmlGnK83KyItrkqPHSQewPFIakLi { width:14.5625rem;height:3.25rem;top:1.25rem;left:2.71875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G2nIFnO2NVvvkniMiyikcycuUEF3V0QC { width:20rem;height:2.03125rem;top:5.5rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TGEfsdyg26ib1hsavNVZCThr5wa5nlCP { width:20rem;height:3.9375rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsWcfXLxKkz0UBvC2dEkt4N3VPeOhQlX { width:20rem;height:1.3rem;top:9.818359375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0p9IwO3Av9AeV2R70pB1JL2JLKeBqbl { display:block; }#F0p9IwO3Av9AeV2R70pB1JL2JLKeBqbl > .row .container { width:20rem;height:19rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PNVVeftRMgh12WTHbl8Qk8BPGQ5CG2JM { width:3rem;height:7.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkON8SH1IEFfVUyQf0ZuhtZ0r4uzkyS2 { width:17.3125rem;height:2.4375rem;top:2.4365234375rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P09Eqqr5oeCbkwFsOyB5UtsOEzM6f8b2 { width:18.75rem;height:3.25rem;top:4.875rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJ9yFLv4USGATGGbv1Dvlmi9gqKJWVSa { width:18.75rem;height:9.3125rem;top:9.375rem;left:0.625rem;font-size:1rem;display:block; }#fJ9yFLv4USGATGGbv1Dvlmi9gqKJWVSa li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8a548eda-0963-4222-9065-b2a83a35aa45/arrow.png); }
 }@media only screen and (max-width: 763px) { #thJvo9TgnPIGDibMVyeOSbaaf30QUgr9 { display:block; }#thJvo9TgnPIGDibMVyeOSbaaf30QUgr9 > .row .container { width:20rem;height:21.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SqLzTLCiiGQSen8psehmzEWuvDVyDTOx { width:3rem;height:7.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipWFt67vZNRI6XGfymAxTs4n4d8hgKPN { width:17.3125rem;height:2.4375rem;top:2.4365234375rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcEZnQIDCJHB5847g9U4CwGEliR9crGW { width:18.75rem;height:1.625rem;top:4.875rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7nOHRwIxfyzPb3uMGitZEUSEdLZ05im { width:18.75rem;height:11.125rem;top:10rem;left:0.625rem;font-size:1rem;display:block; }#Q7nOHRwIxfyzPb3uMGitZEUSEdLZ05im li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8a548eda-0963-4222-9065-b2a83a35aa45/arrow.png); }
 }@media only screen and (max-width: 763px) { #F0OC4u1NS1J6pepcQGTJvz6BsRMOD03D { display:block; }#F0OC4u1NS1J6pepcQGTJvz6BsRMOD03D > .row .container { width:20rem;height:22.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uUIO32SmeictvxlbeXyboCId0L7rfcGL { width:3rem;height:7.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #duqqgBxwnFqHgtWDLRrqV3NlF22V5xkF { width:17.3125rem;height:2.4375rem;top:2.4365234375rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oi30G0XBm8kt7FRT07bgFvCNL1L2Z5xB { width:18.75rem;height:4.875rem;top:4.875rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIJecGLKRPCtWwGMnJQ8wEPvzxgagRo2 { width:18.75rem;height:12.9375rem;top:9.375rem;left:0.625rem;font-size:1rem;display:block; }#IIJecGLKRPCtWwGMnJQ8wEPvzxgagRo2 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8a548eda-0963-4222-9065-b2a83a35aa45/arrow.png); }
 }@media only screen and (max-width: 763px) { #PbfrtcdfPIaEToRxy4HGK6HOtBruQOMF { display:block; }#PbfrtcdfPIaEToRxy4HGK6HOtBruQOMF > .row .container { width:20rem;height:26.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lu6NUQZIELcgxI5yV16Tn8CO6z0J0wUD { width:3rem;height:7.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #temRe3OszvpHez3CraFRfWee7gnP6KQs { width:17.3125rem;height:2.4375rem;top:2.4365234375rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQ6En9p53qZUbhCZIy5KR6FOv5Dfcu1y { width:18.75rem;height:3.25rem;top:4.875rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGyfpqtZhMOCasCS1TArDdSGT9Xh4SLx { width:18.75rem;height:17.4375rem;top:9.375rem;left:0.625rem;font-size:1rem;display:block; }#bGyfpqtZhMOCasCS1TArDdSGT9Xh4SLx li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8a548eda-0963-4222-9065-b2a83a35aa45/arrow.png); }
 }@media only screen and (max-width: 763px) { #Iy5w88QTHu42Q1RaIQKT77Dc63u5zGio { display:block; }#Iy5w88QTHu42Q1RaIQKT77Dc63u5zGio > .row .container { width:20rem;height:21.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mtDisGV4XQ59fv7GPEpQcrINizrHXzHo { width:3rem;height:8.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pblAJST1UcFDX8JT6XXT5lQLptFaa43P { width:17.3125rem;height:2.4375rem;top:2.4365234375rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDQ0iipJ4aoUX1Ba9QQu8v8a1ih6ClJd { width:18.75rem;height:4.875rem;top:4.875rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nux8RBctAwfZhuiT8xAI1Wp1ihmtMqM4 { width:18.75rem;height:11.125rem;top:10.625rem;left:0.625rem;font-size:1rem;display:block; }#Nux8RBctAwfZhuiT8xAI1Wp1ihmtMqM4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8a548eda-0963-4222-9065-b2a83a35aa45/arrow.png); }
 }@media only screen and (max-width: 763px) { #wJD4uf0HssKEioHXk4GXrxZ0LkVoAlut { display:block; }#wJD4uf0HssKEioHXk4GXrxZ0LkVoAlut > .row .container { width:20rem;height:15.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZAhSz8iG0OoRJ4FFopyc7fdVPQf7mN5C { width:3rem;height:8.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcAEt4bf0BkP2dhfdQpPRpZQOf05WWsq { width:17.3125rem;height:2.4375rem;top:2.4365234375rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9qEfNoT2mRtPUdqwo8QTcDsz2emuPeq { width:18.75rem;height:4.875rem;top:4.875rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKKqDtoGo65LizVrvFTNpiZ4zFmpJLR6 { width:18.75rem;height:4.8125rem;top:10.625rem;left:0.625rem;font-size:1rem;display:block; }#DKKqDtoGo65LizVrvFTNpiZ4zFmpJLR6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8a548eda-0963-4222-9065-b2a83a35aa45/arrow.png); }
 }@media only screen and (max-width: 763px) { #pNh79VND9tXhl252VLuQmGAVXCP52B34 { display:block; }#pNh79VND9tXhl252VLuQmGAVXCP52B34 > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TvE8ONavDHPC7Qrf2Ox1pT9PKW6Kag38 { width:13.5623125rem;height:4.12435rem;top:19.678603172302rem;left:3.2183161377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhK9GnVpI2KKwpXez8dTvcXCRT32Pupx { display:block; }
 }@media only screen and (max-width: 763px) { #T0TTAe9iuZ72LHeWdck1BxGc9nbrdkMr { width:19.1873125rem;height:3.8994125rem;top:2.5rem;left:0.40581601858139rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xtLCn5I0ty8AuD4ZVXyFkfGq6wl5CQdP { width:12.9373125rem;height:2.925rem;top:10.311414718628rem;left:3.5308161377907rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fJIDegzxeL4VZ9D4fQEJCouC6z2CJtsU { width:20rem;height:1.462675rem;top:17.090929985046rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RZ0eTrSNuToTii55Wp72evORKDpRcBJ8 { width:1.74913125rem;height:2.31336875rem;top:7.3730525970456rem;left:9.1243496537206rem;display:block; }
 }@media only screen and (max-width: 763px) { #vli421lsELWP4NLVHxMoI1h2mp4gsCxW { width:2.3112rem;height:2.3112rem;top:13.967014312744rem;left:8.6558161377906rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgC3SATZqUuJc1zA9hxCEzRcFnUyDpbF { background-color:#ffffff;background-image:none;display:block; }#hgC3SATZqUuJc1zA9hxCEzRcFnUyDpbF > .row .container { background-color: transparent; background-image: none; }#hgC3SATZqUuJc1zA9hxCEzRcFnUyDpbF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgC3SATZqUuJc1zA9hxCEzRcFnUyDpbF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgC3SATZqUuJc1zA9hxCEzRcFnUyDpbF > .row .container > .video-iframe-container { display: none; }#hgC3SATZqUuJc1zA9hxCEzRcFnUyDpbF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgC3SATZqUuJc1zA9hxCEzRcFnUyDpbF > .row > .video-iframe-container { display: none; }#hgC3SATZqUuJc1zA9hxCEzRcFnUyDpbF > .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); }#hgC3SATZqUuJc1zA9hxCEzRcFnUyDpbF > .row .container { width:20rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aiTwo5ZxTCRPQlFo7SoMmqSV5S3Hwt69 { width:20rem;height:9.75rem;top:0rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vwFX9KzIKHhK9tBeGe6DCQVZ8pPMfeWq { width:20rem;height:3.8994125rem;top:10.375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OoCcATGbRJDGAsxRNzXXnvT6llyglOgM { display:block; }#OoCcATGbRJDGAsxRNzXXnvT6llyglOgM > .row .container { width:20rem;height:77.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fgBsv8iWedIAwTmThUmwpVemG2Q6RhHA { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5GgzNos7Wskg9SZDhdtgsFQDsZHpJf9 { width:16.5rem;height:3.625rem;top:16.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8HnOuTQNgXh2O1NQTxKdSfBc1eWoaOl { width:16.5rem;height:1.95rem;top:17.375rem;left:1.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CurBXaD8tyVCP93gdHiFamPRHpikdS8S { width:20rem;height:20rem;top:40.0244140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DietBbR97XvNKuTpqCZXo51Oya5ryR11 { width:16.625rem;height:3.625rem;top:55.2119140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGhFsH952RkSvwfVN2l3c9ldET6lCKlo { width:16.8125rem;height:1.95rem;top:56.0498046875rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NClHRclrM5H6WW1A9H9dvrTme2XTtFgl { width:20rem;height:18.19875rem;top:22.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #knKJ62GgWB8vTHc724Q4GlAlKAw4yd7K { width:20rem;height:13.999rem;top:61.2744140625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wo7A90430w1q4hFmGFMIiNFQkpnkVhkg { width:17.5rem;height:1.625rem;top:75.892578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEGS6Jn3ncAnE5kxeuea2VeDdsP4BiB0 { display:block; }
 }@media only screen and (max-width: 763px) { #nsWG5GqmcAcRT3AyWLXX6zQhNzHdoQb7 { display:block; }#nsWG5GqmcAcRT3AyWLXX6zQhNzHdoQb7 > .row .container { width:20rem;height:111.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTRV2TZnvk5gQWNMlf52pOzGcvVTKEvZ { width:20rem;height:4.875rem;top:2.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3fhAwgdAh8ibGuHD9yHNTGNsruGC5Fy { width:7.5625rem;height:4.0625rem;top:9.4375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDzTZ8ffUvQK7xd5Vr7nTQmhbKAFFb5y { width:7.561875rem;height:1.625rem;top:10.5625rem;left:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuIO7KyOFtMLFtTy7A4qqw6ywWkizJHQ { width:8.125rem;height:4.0625rem;top:9.4375rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2amfJWGtBPDhJPkpaFvH1O4tp7TSkpB { width:8.125rem;height:1.625rem;top:10.5625rem;left:10.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRsgTh886WlIlCfIT2MtVkSBh6TIdi69 { width:20rem;height:8.125rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdRR8xZzqeoVRtUVrMqkrunbTBrmwThK { width:19.25rem;height:5.625rem;top:15.25rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JenzQTEJ241BITebkPFtywVO7FrXaQWJ { width:18.625rem;height:4.0625rem;top:22.875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkwR718vGVCUfrBKUE7HsROuNiXsAHxO { width:18.624125rem;height:1.625rem;top:24rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XueC76WyCAhP7s21KSfVJHC3Ao50PcSx { width:20rem;height:5.875rem;top:27.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezAiHELExa7riSiyCxe2rwu9VJNQxrCN { width:18.499375rem;height:3.75rem;top:28.625rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8oSXLSLNXD1pBz2rsH0q0RU4IliwiWB { width:9.6875rem;height:4.0625rem;top:34.0625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7Blqi8mTWn8IWrkHuKn9Rbq7hlJF5rP { width:9.6875rem;height:1.625rem;top:35.1875rem;left:5.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfoIik52QD0e3xi9gxJDa5tefzpz6uTM { width:18.625rem;height:4.0625rem;top:38.75rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkrKL7RHqkUR6BnlU3MtCem6fUuOiKuG { width:18.624125rem;height:1.625rem;top:39.875rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzbPB1ZT6kCOm0VkOCvvZ2IxlhzMBu8I { width:20rem;height:5.8125rem;top:43.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHGNNirMbg6WHUva83tX9Ji4C6VOcD7Q { width:18.499375rem;height:3.75rem;top:44.5rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFe2V9ANCmF8J9TX1cgr2R4yRtuZ2s5T { width:20rem;height:5.8125rem;top:49.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvVffF5JVs9Gf0a44LTQelEUwBFVoXPT { width:18.499375rem;height:3.75rem;top:50.9375rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzphZaunfdped8buc9JuRu97JbrZSTOW { width:20rem;height:5.8125rem;top:56.312133789062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gg1QZnK3xttdh0MqvV8exkJ0AiQFz4r7 { width:18.499375rem;height:3.75rem;top:57.375rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdpzIx0LSblUO9kBmdszOmOGPwkUk8qd { width:17.375rem;height:4.0625rem;top:62.75rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #peMI70QVXQOQpXJcD7WxhpwNyZFUzzqI { width:17.374125rem;height:1.625rem;top:63.875rem;left:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0LDWCThb5UUeK4tGwsGk6ppuDc163LE { width:20rem;height:13.125rem;top:67.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKbA2VTCTwT034ikUu9hLz0qP6BoVFDb { width:18.75rem;height:11.25rem;top:68.5625rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsddTVHlOcCmerg8ESQMIovH7McyTqsP { width:20rem;height:7.25rem;top:81.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiuZvXT2GSHJ4KERt8bkyo94SOT4LA4U { width:18.75rem;height:5.625rem;top:82.125rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyWqqEJ9iMXIk1SQLWeyqG2HtV43820F { width:20rem;height:5.875rem;top:95.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3PMST3EiXKTfl8TsC1CZkoG2Q3vrnOo { width:18.499625rem;height:3.75rem;top:96.625rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmNLLr5SvMgxTbGNSbFBXXgoMh1s5n7B { width:20rem;height:5.875rem;top:89.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRhmpyim7Uhsrc2UQMfpPgkXE8B83tUX { width:18.499625rem;height:3.75rem;top:90.125rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqkpiExyCLC9FxUHCn02DSEcAZcsnSMU { width:20rem;height:6.9375rem;top:102.060546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsZ2nvJ98kquvVIXIrDVrxELy9TMqr8W { width:18.75rem;height:5.625rem;top:102.685546875rem;left:0.62411218881607rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4ahbTmMC1ZQhrvTmUhFVBme7mw8Vtmt { display:block; }#A4ahbTmMC1ZQhrvTmUhFVBme7mw8Vtmt > .row .container { width:20rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pSvzCnoeCILO2Ski9CHOdr8IO1KySQPQ { width:20rem;height:7.3125rem;top:2.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkvTdHTz0D2WHPa3MrEeIz97pEwHfrCH { display:block; }#DkvTdHTz0D2WHPa3MrEeIz97pEwHfrCH > .row .container { width:20rem;height:11.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RWz3NTbNvboTIe8qfkvwk6r53ld32fW6 { width:9.6875rem;height:5.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBg5Tf4IhSEXlW5f9HSVTRenyP1wUdRH { width:9.6875rem;height:5.1875rem;top:0rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIQMNHcmOksOWyzio4wSWo0mJKGfUO31 { width:9.6875rem;height:5.125rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eM7Bwq4Pd2BCenEv6WlCkTh5Guf1cNZK { width:9.6875rem;height:5.1875rem;top:5.78125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1N1S4Wv5s3MTR9hCiutt22gTAUw0m5U { display:block; }#s1N1S4Wv5s3MTR9hCiutt22gTAUw0m5U > .row .container { width:20rem;height:11.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lJdAHyJazXsThyhHEqdygGGpOCyhi9On { width:9.6875rem;height:5.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6gKN91CO0GEWXs3PbbSRBd3DscsnH4H { width:9.6875rem;height:5.1875rem;top:0rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXPELPk5Cx83AwJEefaaMD8ADZfDiA3f { width:9.6875rem;height:5.125rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4XFZTZ6U9Dn6koZZP33fzN72x0JvfTi { width:9.6875rem;height:5.1875rem;top:5.78125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwqi0rZ8euJK9SNrZiu5VVWaahinsElR { display:block; }#vwqi0rZ8euJK9SNrZiu5VVWaahinsElR > .row .container { width:20rem;height:11.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VRp6q2HbVK9nVdavmMq3UU8kEFmck5er { width:9.6875rem;height:5.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBNxKWEcEa4pOxaf5r593ZWxRTUlWrP4 { width:9.6875rem;height:5.1875rem;top:0rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdtgNJxIVXnKlTLAPsRLdbBihgTzQ7k3 { width:9.6875rem;height:5.125rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ntof9k9Gd94PrgMVazWDs68mnu9eDah3 { width:9.6875rem;height:5.1875rem;top:5.78125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSTGevtkVdQk277AFBM7itgfJqyRzwik { display:block; }#eSTGevtkVdQk277AFBM7itgfJqyRzwik > .row .container { width:20rem;height:11.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eLIwvzBL6X1iTlktuFZ168Zks2Fz0QAx { width:9.6875rem;height:5.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZ14N2RTrpe6peqcl12MZG6TTO2zNN66 { width:9.6875rem;height:5.1875rem;top:0rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMmnJJ1eTof63ZUKssBsf4zup6XbbMmN { width:9.6875rem;height:5.125rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #glS3fz1oGQFCDwNt2a2y5s2258ope3nM { width:9.6875rem;height:5.1875rem;top:5.78125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQuFwlcyTC3Czhnai9hPOF4hntwSCBmh { display:block; }#fQuFwlcyTC3Czhnai9hPOF4hntwSCBmh > .row .container { width:20rem;height:12.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VN2MKb6DW5aTLJmgrm4kUQOhe3BCCyyH { width:9.6875rem;height:5.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpHNKnMER9kZK89XSi3vH6esNHPgi0qr { width:9.6875rem;height:5.1875rem;top:0rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIT9kPr3y46Z5ZUnsuc0bctR9TnQrGMI { width:9.6875rem;height:5.125rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSp6To7TcvJtLoThA9INwNlazBZOV80t { width:9.6875rem;height:5.1875rem;top:5.78125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNKElEFalZnZJ9qrgZ2LbTbvvn7p8kEN { display:block; }#TNKElEFalZnZJ9qrgZ2LbTbvvn7p8kEN > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tnt3GdrQbpBAiAL94XhMEdtRwFohn41d { width:20rem;height:9.7485625rem;top:2.5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JCySSTVaMhh2Cy4DGgxvTVIZGKO1Nx51 { width:20rem;height:2.925rem;top:12.930635452271rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W1XZJWUmM6Hu39fwFieli1cEMLzicr6Z { width:16.5625rem;height:0.75rem;top:15.162464141846rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZO9GyiuMUMBhbLt9P6ZZ93UPV9LPgmp8 { display:block; }#ZO9GyiuMUMBhbLt9P6ZZ93UPV9LPgmp8 > .row .container { width:20rem;height:56.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SqU9nOXhFFUoCMmwl1q4vtGtiyirM0mD { width:20rem;height:2.8125rem;top:13.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gL8Z5Dhih0gO3O4HQ9TpHgg3HiRPgdlh { width:7.8125rem;height:1.4625rem;top:14.5rem;left:6.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiiSbvKHuWn8g536TLaGD1c0NTC5cxPz { width:1.875rem;height:1.875rem;top:14.3125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1W24O9ilziwGJiP1WdKSzrQ3BPtf8L2 { width:20rem;height:3.4375rem;top:10.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nN6gIrIHTq5oB4X7JClT4n2VDTvN6hTp { width:16.9998125rem;height:1.625rem;top:11.1875rem;left:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKo17vZK0afNgDW5Ai9dXG39oBOcw3Zp { width:0.625rem;height:0.87456875rem;top:14.8125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEO1hDCGT9IgrJFUwTIFWkCe0oS4BSHO { width:20rem;height:40.25rem;top:16.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6gFkhxHDPU1IXzOCdN2kVf5RtKLea3o { width:15.625rem;height:10rem;top:17.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpfCSnHVIU3JB6LlZUZDD2FGgLpK8CTf { width:16.3748125rem;height:3.8994125rem;top:27.875rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TDu5prqae4sr0XN1wal9icgJCsxPq378 { width:16.1230625rem;height:1.4625rem;top:32.625rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoOT6E1ZUoqdJd0kZB0l7DPhTxmIUzIJ { width:20rem;height:0.975rem;top:34.25rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yod2XFkFW8MgUT4teoGbZ0kmpDa7soST { width:4.0625rem;height:1.4625rem;top:36.125rem;left:8rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NTGITsVrVt01gd8RLCqtqSx29GQugoyV { width:17.9998125rem;height:1.95rem;top:37.375rem;left:0.998046875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v7JSFD1XsoT5nUWTqNpJ2rnQJylfLCLG { width:13.5615rem;height:4.124025rem;top:50.25rem;left:3.2171874642372rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2ZgLMZOig7T00UchiTfCwUDpIBm6K05 { display:block; }
 }@media only screen and (max-width: 763px) { #GdWbgR6GLKDmDfT2LHs7LwALbzMLWy1m { width:20rem;height:2.875rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIl2i7btAGwqVU5vomUpkpEKHtB5wmsy { width:18.75rem;height:1.625rem;top:8.125rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lO0TSWNTiCHFI4ngyo9Rx5iwFlaM0nIQ { width:20rem;height:1.3rem;top:47.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rTpew0htpMxF5TLfL13iqgnxCUq3WSec { width:20rem;height:3.8994125rem;top:2.5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F9M2SGM4a06ax6PVfryCDnh0iTnHv7If { width:20rem;height:1.4624rem;top:39.325001239777rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CSmDDR0a17MLbPOfcK6KL2xpHr0TyXg2 { display:block; }#CSmDDR0a17MLbPOfcK6KL2xpHr0TyXg2 > .row .container { width:20rem;height:57.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fA7hXrsUcT1TnfTCA2km6SyKXkkbACEy { width:20rem;height:2.8125rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhd4kzhMqteMDyFze3maz54rHe0M4xeQ { width:7.8125rem;height:1.4625rem;top:12.375rem;left:6.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LokJ8vCth3VaeL4TR9wlWXceMplKf43G { width:1.875rem;height:1.875rem;top:12.1875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrDXFhTTrTNawhTmoW71naLB8im6KOhr { width:20rem;height:3.4375rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTgvLpssebs1FamAiifI8P5e6xA00Uxs { width:16.9998125rem;height:1.625rem;top:9.0625rem;left:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiRnzsQSCuMKIGMFKbLPn1Iryfsgi2vs { width:0.625rem;height:0.87456875rem;top:12.6875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsQTLPbGL84HP6aTudkpURDqCrgvmR3Q { width:20rem;height:40.25rem;top:14.499999523163rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L45yp0VktD8B8BpGea7qwZusL8BWm2wB { width:15.625rem;height:10rem;top:15.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwN1TMZTsMAMMWIbT8Lst7dIV920x1VU { width:16.3748125rem;height:3.8994125rem;top:25.75rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FQkxCqdPrDrtzHSmk5C1uaBL0SayZXF1 { width:16.1230625rem;height:1.4625rem;top:30.5rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKWb5Xhg0RWJv6oqpSZyTriG0HLyWWF9 { width:20rem;height:0.975rem;top:32.125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hg1u1UBlRt2oTZTkJeHIgFsz5S3EDqT3 { width:4.0625rem;height:1.4625rem;top:34rem;left:8rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ctuwscOw6aAnshBaTogETyq8M6UfdHJJ { width:17.9998125rem;height:1.95rem;top:35.25rem;left:0.998046875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zxUc5laktFrgMsbN9C50J4EX6mARZpHt { width:13.5615rem;height:4.124025rem;top:48.25rem;left:3.2171874642372rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwr2vPbeeW0sO0H0P0wkc8lDPk0VV6dl { display:block; }
 }@media only screen and (max-width: 763px) { #B6mQkOPhVQ9dN22SFmklb1hHXrB78uOS { width:20rem;height:2.875rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lc1lmr7Wkyem9gGVX2fIhxAUomzqL1MS { width:18.75rem;height:1.625rem;top:6rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IFK9B3IPt1gskc22Keg4HONEUBCKCP12 { width:13.125rem;height:1.4624rem;top:37.19921875rem;left:3.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #atRx1sp9gDt2HLXLwVsBLyXtM69Nm7wB { width:20rem;height:1.3rem;top:45.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UlmwF7ibKdO49yaduCsETA4nvQKqknq6 { width:20rem;height:1.95rem;top:2.5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zXmXUd5vokPaTcZQBT2XaP1rh2uQ0co5 { display:block; }#zXmXUd5vokPaTcZQBT2XaP1rh2uQ0co5 > .row .container { width:20rem;height:58.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ymWSW68QwIkVKdhR9MahsTUbnnpQ8BNT { width:20rem;height:2.8125rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5m6SoONXe54rPAOB5KD9Vd8p75OHsWP { width:7.8125rem;height:1.4625rem;top:13.625rem;left:6.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pl7gUZcb3q9kUhtlJegWz1g2P6BsV1cq { width:1.875rem;height:1.875rem;top:13.4375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtJ4Rb8FVxb9eHQgDBUZRiMGgwn8MSSZ { width:20rem;height:3.4375rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n821Z2QGdrIuvVTw28TkQXFFGZJlPCza { width:18.25rem;height:1.625rem;top:10.40625rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7b55by11Kv1BJD7xSuInoJa2L0DlzG4 { width:0.625rem;height:0.87456875rem;top:13.9375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL6bJTKue5F0Q6fXmfEmIDQaTh9hzaVP { width:20rem;height:40.25rem;top:15.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHy40bFKhATgO38CfXQSGLIiXLlP6H6b { width:15.625rem;height:10rem;top:16.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kg09JPTZWKlHqtMN8ddBOOhPcaQD3hTf { width:16.3748125rem;height:3.8994125rem;top:27rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NtXeUE5au7alDXGOqkS0Bm6tBe3FOyBJ { width:16.1230625rem;height:1.4625rem;top:31.75rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxvhW0DbhsnPckZQdVaUpgilvc0HzrOd { width:20rem;height:0.975rem;top:33.375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uweacqr720KsqAw8VdZEvZKZTwoxMtwH { width:4.0625rem;height:1.4625rem;top:35.25rem;left:8rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f6QpSZ9SM53Q3APA358rqARHhPxd584d { width:17.9998125rem;height:1.95rem;top:36.5rem;left:0.998046875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iA7RC0zTRbK4mJB0ue97MMkvxil5fL3y { width:13.5615rem;height:4.124025rem;top:49.375rem;left:3.2171874642372rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkBwZcb6bNyilDNCPrT15ga0wb7DvAG9 { display:block; }
 }@media only screen and (max-width: 763px) { #DHrXgQEv7mExrOkhu1WPPGouOcD7u4Ks { width:20rem;height:2.875rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVqKUBPXSTINwdmyJnmDRhrChok5SfQ9 { width:18.75rem;height:1.625rem;top:7.25rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i9bPrSaav4g1WJGagbtWEvBhMUbXmFvP { width:14.3125rem;height:1.4624rem;top:38.450001716614rem;left:2.1875000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bhp1cqsQUf86ALrTkm6wkiHnnDlbOo06 { width:20rem;height:1.3rem;top:46.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RkO3MEDnMtwBO5sAcVTqR4bJ7nTkFtyf { width:20rem;height:5.84911875rem;top:0rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZQwxJlGuX6xgEef972nDNkPUlcOoWtoI { display:block; }#ZQwxJlGuX6xgEef972nDNkPUlcOoWtoI > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #inI7hZTJE25QLPBb6vwaoUbkH3p9VUOX { width:20rem;height:7.3125rem;top:2.5rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CcTd2HBWfJkR5Nc9TlJDTwIW4sTVhTxy { width:20rem;height:1.95rem;top:10.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGVXDacfniFVcTxOUAJWOgR4mXtdosUG { width:20rem;height:3.8994125rem;top:13.249206542969rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9IQ2UhL4o8gglfLC4ymBTSfT9ubSUdR { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V9IQ2UhL4o8gglfLC4ymBTSfT9ubSUdR > .row .container { background-color: transparent; background-image: none; }#V9IQ2UhL4o8gglfLC4ymBTSfT9ubSUdR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9IQ2UhL4o8gglfLC4ymBTSfT9ubSUdR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9IQ2UhL4o8gglfLC4ymBTSfT9ubSUdR > .row .container > .video-iframe-container { display: none; }#V9IQ2UhL4o8gglfLC4ymBTSfT9ubSUdR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9IQ2UhL4o8gglfLC4ymBTSfT9ubSUdR > .row > .video-iframe-container { display: none; }#V9IQ2UhL4o8gglfLC4ymBTSfT9ubSUdR > .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); }#V9IQ2UhL4o8gglfLC4ymBTSfT9ubSUdR > .row .container { border-width: 0; border-radius: 0; }#V9IQ2UhL4o8gglfLC4ymBTSfT9ubSUdR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V9IQ2UhL4o8gglfLC4ymBTSfT9ubSUdR > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uBHTAC06U2P4yznUa59JIXy1xaDSsA7p { width:20rem;height:1.1375rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bnqb03ZFWkTyU1B469yvcMWT1IaGr6Tg { width:20rem;height:1.1375rem;top:4.1449661254883rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pf1CI0zFFrChPX1rsDLqXPyyFVlHIHsF { width:11.0623125rem;height:1.1375rem;top:2.3860664367676rem;left:4.4683161377907rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BeWnMsK0t0f3PRtua8A6T6DUcfwsNDfo { width:20rem;height:1.1375rem;top:5.9049491882324rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }