.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#ezFiXTFwtHiq4S3IKRSOhxdFGd9gFOQT { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(40,40,40,0.1);box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ezFiXTFwtHiq4S3IKRSOhxdFGd9gFOQT.adaptive-delivery-prevent-bg, #ezFiXTFwtHiq4S3IKRSOhxdFGd9gFOQT.lazyload, #ezFiXTFwtHiq4S3IKRSOhxdFGd9gFOQT.lazyloading { background-image: none; }#ezFiXTFwtHiq4S3IKRSOhxdFGd9gFOQT > .row .container { background-color: transparent; background-image: none; }#ezFiXTFwtHiq4S3IKRSOhxdFGd9gFOQT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ezFiXTFwtHiq4S3IKRSOhxdFGd9gFOQT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ezFiXTFwtHiq4S3IKRSOhxdFGd9gFOQT > .row .container > .video-iframe-container { display: none; }#ezFiXTFwtHiq4S3IKRSOhxdFGd9gFOQT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ezFiXTFwtHiq4S3IKRSOhxdFGd9gFOQT > .row > .video-iframe-container { display: none; }#ezFiXTFwtHiq4S3IKRSOhxdFGd9gFOQT > .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); }#ezFiXTFwtHiq4S3IKRSOhxdFGd9gFOQT > .row .container { border-width: 0; border-radius: 0; }#ezFiXTFwtHiq4S3IKRSOhxdFGd9gFOQT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ezFiXTFwtHiq4S3IKRSOhxdFGd9gFOQT > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;overflow:visible;position:relative;display:block; }#u7dOBnScKR1rRQt7K5bQNeN7fwZxBn0f { 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:3.4375rem;width:5.375rem;top:1.40625rem;left:1.3122234344482rem;overflow:hidden;display:block; }
#O86zaEJW3nrntLzV6cXK3fNxvXbezDpO { z-index:15005;top:1.875rem;left:24.5625rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000a63;border-left:0.0625rem solid #000a63;border-right:0.0625rem solid #000a63;border-bottom:0.0625rem solid #000a63;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:#000a63;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.528754375rem;height:2.905141875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#v33xt41PX7rU0PXwhq4uT4iTUlHb3bsq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mTOP2OpKa3aegt5K9m4AWGTrnVsTsRhk { z-index:15006;top:1.875rem;left:39.1875rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000a63;border-left:0.0625rem solid #000a63;border-right:0.0625rem solid #000a63;border-bottom:0.0625rem solid #000a63;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:#000a63;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.439566875rem;height:2.815954375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#tcDl0I0OwzmJm9SOt6mgzXgOInKwrtXM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7fc7d9;background-image:url("https://images.assets-landingi.com/uc/48e08664-be45-4ae7-b472-1d70a1055384/ecommerceb2b20251200.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J.adaptive-delivery-prevent-bg, #VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J.lazyload, #VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J.lazyloading { background-image: none; }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row .container { background-color: transparent; background-image: none; }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row .container > .video-iframe-container { display: none; }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row > .video-iframe-container { display: none; }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .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); }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row .container { border-width: 0; border-radius: 0; }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row .container { font-size:0.875rem;font-family:arial;height:45.5rem;width:60rem;position:relative;display:block; }#ToJy8WlzyXA0lhJhkmqgQU8AZCT5S3UZ { position:absolute;display:block;z-index:15001;background-color:rgba(0,10,99,0.89);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:42.0625rem;width:31.6875rem;top:1.0188295841217rem;left:14.154892921447rem;display:block; }
#ARCJwZxK9B6GNyvg2gb8JElghndGyd1S { color:#000000;display:block;width:27.8118125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.0323534011841rem;left:16.09375rem;height:2.03125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ISRBWooXQlxifQf1M6ro5WsyINZsLkJS { color:#000000;display:block;width:9.249875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:16.137998141348rem;left:26.668279647827rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#y2oLFbU519T2lzoki81k4Zrgv4xnIaOE { 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:12.1245625rem;width:40.1244375rem;top:23.935978412628rem;left:11.229949951172rem;overflow:hidden;display:block; }
#yLoOz7HbHL1gE2iRbyNEhFt4nDUmpIvO { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3119375rem;width:11.749875rem;top:6.7678375616669rem;left:24.124723434448rem;overflow:hidden;display:block; }
#LHrNCtSVs58qGKaqTO4tSo37641Dd9uW { color:#ffffff;display:block;width:22.187375rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:21.875rem;left:19.9375rem;height:4.124725rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#iMqNRfOI2FQCUaVk5L8J6X2NS3vzUGLq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.062175rem;width:2.062175rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:21.875rem;left:17.9375rem; }
#MLvX7yMm2xkvJAvbHgFJi0CqMFUXUJm2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.937225rem;width:1.937225rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:16.18501047045rem;left:24.124723434448rem; }
#WZP3bMvCvivi5hoki0cyw51nRwr9kBZR { background-color:#f10a18;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9366875rem;height:3.56194375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:27.957687854767rem;left:20.530973434448rem;display:block; }
#ZDl9TNfrwTiqdXeeByoMmZu0TM3qkf5Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li .widget-text.counter-number { border-top:0.0625rem solid #7fc7d9;border-left:0.0625rem solid #7fc7d9;border-right:0.0625rem solid #7fc7d9;border-bottom:0.0625rem solid #7fc7d9;background-color:transparent;background-image:none;color:#ffffff;padding-top:0.51rem;padding-right:0.4725rem;padding-bottom:0.51rem;padding-left:0.4725rem;display:block;align-items:center;width:2.830625rem;min-width:2.830625rem;height:2.685rem;position:relative;font-family:"open sans";font-size:2.04125rem;font-weight:700;line-height:42.96px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left: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; }
#DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li .widget-text.counter-label { background-color:;background-image:none;color:#7fc7d9;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.31875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.77625rem;height:1.056875rem;position:relative;font-family:lato;font-size:0.765625rem;font-weight:400;line-height:16.91px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:19.625rem;height:5.205625rem;padding-top:0.638125rem;padding-right:0.674375rem;padding-bottom:0.638125rem;padding-left:0.674375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:36.138624191284rem;left:18.977522850037rem;z-index:15020; }
#DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #L8D75vTbIDvdRb3POi34xg2ePHaT0Oap { display:flex;position:relative;top:0rem;left:0rem; }
#DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #i8QoZZVgISGGuOwzrNJOQQNEdlTxIOeZ { width:auto; }
#DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #pNNZwdvJxQHSCtTVCb6q2HTrNOSWbmL4 {  }
#DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #khMH358f3yuirfoITpW3ZSSl3qfsvmS5 { display:flex;position:relative;top:0rem;left:0rem; }
#DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #kP4UHxtnwyvZ6LomyHg2hqZtBrSyGUvy {  }
#DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #WUdNoieNR6TUFrLObdST4Cx56nnxCQdJ {  }
#DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #A7qXlDrbCyw2IPo85kPMNdvt5iJym946 { display:flex;position:relative;top:0rem;left:0rem; }
#DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #BI5knzvm3vT5xAJJpsO2BTOun29MvpTg {  }
#DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #aOIqQOnsITquvxEJTQRivvH58s5pzHur {  }
#DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #hmUTTeOCD3JELXfstPLHd0KC3IewNpZ8 { display:flex;position:relative;top:0rem;left:0rem; }
#DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #dJ8DLvlUkXPzKXnuCIZEUUZQGGKzszU6 {  }
#DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #Db6vKsivEu54BIfeiMephz7fKGtT1g8u {  }
#Rrpcwub2TsOsJooTHU1tbB8eUqLyi4EG { color:#7fc7d9;display:block;width:14.0625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:33.892923355103rem;left:22.433753013611rem;height:1.624725rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rUAqJdQGuyhceG5uzisWrgiw9NFaBf76 { color:#000000;display:block;width:9.249875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:19.218749560416rem;left:26.668279647827rem;height:1.78719375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tTeyPmh50717hmZiBkFS1SPTBbE7FWVf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:19.175193347037rem;left:24.124723434448rem; }
#HK325htQTZyUdVics3EcAvbcqVG2HxnG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7fc7d9;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; }#HK325htQTZyUdVics3EcAvbcqVG2HxnG > .row .container { background-color: transparent; background-image: none; }#HK325htQTZyUdVics3EcAvbcqVG2HxnG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HK325htQTZyUdVics3EcAvbcqVG2HxnG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HK325htQTZyUdVics3EcAvbcqVG2HxnG > .row .container > .video-iframe-container { display: none; }#HK325htQTZyUdVics3EcAvbcqVG2HxnG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HK325htQTZyUdVics3EcAvbcqVG2HxnG > .row > .video-iframe-container { display: none; }#HK325htQTZyUdVics3EcAvbcqVG2HxnG > .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); }#HK325htQTZyUdVics3EcAvbcqVG2HxnG > .row .container { border-width: 0; border-radius: 0; }#HK325htQTZyUdVics3EcAvbcqVG2HxnG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HK325htQTZyUdVics3EcAvbcqVG2HxnG > .row .container { font-size:0.875rem;font-family:arial;height:47.5625rem;width:60rem;position:relative;display:block; }#au9LJsJchLmSMn5yxiHTwuFahyDx9Ift { position:absolute;display:block;z-index:15000;background-color:#0f1035;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:31.6869375rem;width:59.9993125rem;top:9.9350147768856rem;left:0rem;display:block; }
#VPbzGKoICLuKFz7W3iykvELcXQRKqChi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.06215rem;width:3.06215rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:14.102091789246rem;left:46.842316627502rem; }
#WCUy74JdCzP9zWiQRWfEpFwVMLOSRvEQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.187225rem;width:3.187225rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:14.03861117363rem;left:28.405320167541rem; }
#yPlKJLFfUScND1ctyJZ2WeNwfiyQAUPE { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:19.4375rem;left:3.375rem;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; }
#T1LGaHkr3WbnBa8AqdrsrUKlbuTQWdnZ { color:#000000;display:block;width:9.43725rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:19.436531119049rem;left:25.246818542481rem;height:3.299225rem;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; }
#iZzWylMguRtrgkJFDfPAxNJwEV3TMNT0 { color:#000000;display:block;width:17.125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:19.4375rem;left:39.8125rem;height:3.299225rem;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; }
#zbxHC0LGagIiM76WB0qTUtToK0TGzr2T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6247rem;width:2.6247rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:14.476060867309rem;left:28.686268806458rem; }
#sHdoMabfTfRxNvG8TrCTgU9HXdMkO4h9 { position:absolute;display:block;z-index:15014;background-color:#0f1035;background-image:none;border-top:0.125rem solid #dcf2f1;border-left:0.125rem solid #dcf2f1;border-right:0.125rem solid #dcf2f1;border-bottom:0.125rem solid #dcf2f1;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5rem;width:5rem;top:13rem;left:9.25rem;display:block; }
#g9nEa6WMX5EV5OpQBPDWlQFndsVvTtMT { position:absolute;display:block;z-index:15012;background-color:#0f1035;background-image:none;border-top:0.125rem solid #dcf2f1;border-left:0.125rem solid #dcf2f1;border-right:0.125rem solid #dcf2f1;border-bottom:0.125rem solid #dcf2f1;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:4.999875rem;width:4.999875rem;top:12.909161329269rem;left:27.377690315247rem;display:block; }
#sNDA0FgdEWUIMrzx5iewJy85NwO7wgpK { position:absolute;display:block;z-index:15010;background-color:#0f1035;background-image:none;border-top:0.125rem solid #dcf2f1;border-left:0.125rem solid #dcf2f1;border-right:0.125rem solid #dcf2f1;border-bottom:0.125rem solid #dcf2f1;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5rem;width:5rem;top:12.9375rem;left:45.6875rem;display:block; }
#muxRrQB7hPyLMQTctFyeTpOdzJZvfdN9 { position:absolute;display:block;z-index:15009;background-color:#7fc7d9;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.0625rem;width:32.8125rem;top:15.5rem;left:13.625rem;display:block; }
#y5MF7FJszpwGO8Mn7JcgBut22ors6fB9 { color:#000000;display:block;width:15.99975rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:26.478152275086rem;left:3.8433351516724rem;height:12.594rem;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; }
#DRyA3N1nF3kVC7FRLrK1CT8QycLNRQd9 { position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;border-top:0.125rem solid #7fc7d9;border-left:0.125rem solid #7fc7d9;border-right:0.125rem solid #7fc7d9;border-bottom:0.125rem solid #7fc7d9;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.4375rem;width:17.0625rem;top:24.999999046326rem;left:3.1248617172241rem;display:block; }
#gabgIphgn0vMZK4b7AXAnkm9oi4z1FRy { position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;border-top:0.125rem solid #7fc7d9;border-left:0.125rem solid #7fc7d9;border-right:0.125rem solid #7fc7d9;border-bottom:0.125rem solid #7fc7d9;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.375rem;width:16.9375rem;top:24.999999046326rem;left:21.499584197998rem;display:block; }
#TJP4hCuto78abOLBZbe28NTvm9LphHv7 { position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;border-top:0.125rem solid #7fc7d9;border-left:0.125rem solid #7fc7d9;border-right:0.125rem solid #7fc7d9;border-bottom:0.125rem solid #7fc7d9;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.375rem;width:16.9375rem;top:24.999999046326rem;left:39.749721527099rem;display:block; }
#DeQTmX62IzbySrBWi0xhDpv1gcNxAHnB { color:#000000;display:block;width:14.6245625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:26.478152275086rem;left:22.687362670899rem;height:12.5940125rem;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; }
#DkPx9WZkmI8A0DuqFJZW6W3yoGP9gRct { color:#000000;display:block;width:14.4994375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:26.478152275086rem;left:41.122097015381rem;height:12.594rem;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; }
#JgcHnrC2sSCpgBF7CmTXnT4Zya6TOv0B { color:#f10a18;display:block;width:58.749625rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.1865692138672rem;left:1.2501258850098rem;height:2.4370875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#meoDXCPrU80uDOWv5SAcWaQLtFdAq780 { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5625rem;width:39.125rem;top:4.75rem;left:20.875rem;overflow:hidden;display:block; }
#JwfdNaJzQd9S8TuyTzDyE8iyTXCaLu5K { position:absolute;display:block;z-index:14997;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.3119375rem;width:41.124875rem;top:35.250280432403rem;left:0rem;overflow:hidden;display:block; }
#XAVTaitn60bNDp7k2q9EVR37mistZrkw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6247rem;width:2.6247rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:14.320192813873rem;left:10.530219078064rem; }
#mVdyUUgrdi81pWCG4kJLlE5L8Jfk710w { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6247rem;width:2.6247rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:14.320192813873rem;left:10.530219078064rem; }
#k9Vx9HfsSWGp5DkTfr4u7KSrt9hrbiy4 { 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; }#k9Vx9HfsSWGp5DkTfr4u7KSrt9hrbiy4 > .row .container { background-color: transparent; background-image: none; }#k9Vx9HfsSWGp5DkTfr4u7KSrt9hrbiy4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9Vx9HfsSWGp5DkTfr4u7KSrt9hrbiy4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9Vx9HfsSWGp5DkTfr4u7KSrt9hrbiy4 > .row .container > .video-iframe-container { display: none; }#k9Vx9HfsSWGp5DkTfr4u7KSrt9hrbiy4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9Vx9HfsSWGp5DkTfr4u7KSrt9hrbiy4 > .row > .video-iframe-container { display: none; }#k9Vx9HfsSWGp5DkTfr4u7KSrt9hrbiy4 > .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); }#k9Vx9HfsSWGp5DkTfr4u7KSrt9hrbiy4 > .row .container { border-width: 0; border-radius: 0; }#k9Vx9HfsSWGp5DkTfr4u7KSrt9hrbiy4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k9Vx9HfsSWGp5DkTfr4u7KSrt9hrbiy4 > .row .container { font-size:0.875rem;font-family:arial;height:19.75rem;width:60rem;position:relative;display:block; }#KJlWawAZ4H1Am6AgvzcVLqnihCd8U6GO { color:#000000;display:block;width:59.936875rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.7874846458435rem;left:0.062851905822756rem;height:2.4370875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Z02QTe4qmvTdizDvS4bVJh93XTPl8D3E { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9363125rem;width:7.9363125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:7.9275193214419rem;left:10.495650291443rem; }
#JUgqTRnmBi5aISZi9unG8GTuDfBpVeRJ { color:#000000;display:block;width:36.1248125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15007;line-height:1.8;letter-spacing:0;top:7.9275193214419rem;left:23.874949455261rem;height:8.4375rem;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; }
#HgulmWZTCqchTw1XPlB8P6fWlyNyh39L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f1035;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; }#HgulmWZTCqchTw1XPlB8P6fWlyNyh39L > .row .container { background-color: transparent; background-image: none; }#HgulmWZTCqchTw1XPlB8P6fWlyNyh39L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HgulmWZTCqchTw1XPlB8P6fWlyNyh39L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HgulmWZTCqchTw1XPlB8P6fWlyNyh39L > .row .container > .video-iframe-container { display: none; }#HgulmWZTCqchTw1XPlB8P6fWlyNyh39L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HgulmWZTCqchTw1XPlB8P6fWlyNyh39L > .row > .video-iframe-container { display: none; }#HgulmWZTCqchTw1XPlB8P6fWlyNyh39L > .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); }#HgulmWZTCqchTw1XPlB8P6fWlyNyh39L > .row .container { border-width: 0; border-radius: 0; }#HgulmWZTCqchTw1XPlB8P6fWlyNyh39L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HgulmWZTCqchTw1XPlB8P6fWlyNyh39L > .row .container { font-size:0.875rem;font-family:arial;height:57.875rem;width:60rem;position:relative;display:block; }#Oo4VKgxuUWTbkuoXw01A4lWuTPhr5cFU { color:#ffffff;display:block;width:52.8125rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5807495117188rem;left:3.46875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#Oo4VKgxuUWTbkuoXw01A4lWuTPhr5cFU li:not(:first-child){ padding-top:1rem;padding-right:0;padding-bottom:0;padding-left:0; }#Oo4VKgxuUWTbkuoXw01A4lWuTPhr5cFU li:before{  }
#TXANCmfrEE1alxNOBTd1GnoqdvumdbWf { color:#ffcc80;display:block;width:59.8124375rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.7240047454834rem;left:0rem;height:;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; }
#GHhCHnJ2rRcxuwU5fwTr8cPlxxmLcHlG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f1035;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; }#GHhCHnJ2rRcxuwU5fwTr8cPlxxmLcHlG > .row .container { background-color: transparent; background-image: none; }#GHhCHnJ2rRcxuwU5fwTr8cPlxxmLcHlG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHhCHnJ2rRcxuwU5fwTr8cPlxxmLcHlG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHhCHnJ2rRcxuwU5fwTr8cPlxxmLcHlG > .row .container > .video-iframe-container { display: none; }#GHhCHnJ2rRcxuwU5fwTr8cPlxxmLcHlG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHhCHnJ2rRcxuwU5fwTr8cPlxxmLcHlG > .row > .video-iframe-container { display: none; }#GHhCHnJ2rRcxuwU5fwTr8cPlxxmLcHlG > .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); }#GHhCHnJ2rRcxuwU5fwTr8cPlxxmLcHlG > .row .container { border-width: 0; border-radius: 0; }#GHhCHnJ2rRcxuwU5fwTr8cPlxxmLcHlG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GHhCHnJ2rRcxuwU5fwTr8cPlxxmLcHlG > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:60rem;position:relative;display:block; }#S0gKT8pQbpaTAJvh4qUUnfZ9MFbbhPmN { background-color:#f10a18;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:2.7806968688965rem;left:21.25rem;display:block; }
#vD7gf13I6KvrTLK0yToz7RDPMMvblW1g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ua67PsmMLwTdaqlchkKvy43n6XRx3mVh { 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; }#ua67PsmMLwTdaqlchkKvy43n6XRx3mVh > .row .container { background-color: transparent; background-image: none; }#ua67PsmMLwTdaqlchkKvy43n6XRx3mVh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ua67PsmMLwTdaqlchkKvy43n6XRx3mVh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ua67PsmMLwTdaqlchkKvy43n6XRx3mVh > .row .container > .video-iframe-container { display: none; }#ua67PsmMLwTdaqlchkKvy43n6XRx3mVh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ua67PsmMLwTdaqlchkKvy43n6XRx3mVh > .row > .video-iframe-container { display: none; }#ua67PsmMLwTdaqlchkKvy43n6XRx3mVh > .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); }#ua67PsmMLwTdaqlchkKvy43n6XRx3mVh > .row .container { border-width: 0; border-radius: 0; }#ua67PsmMLwTdaqlchkKvy43n6XRx3mVh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ua67PsmMLwTdaqlchkKvy43n6XRx3mVh > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:60rem;position:relative;display:block; }#M4kCuLVTQnzQMSMVEbKMW6HTSu7RV08y { color:#f10a18;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.4352939128876rem;left:0rem;height:1.624725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TF2Q9cVDbZOpseNMgrhooHa6KBZbIKCE { position:absolute;display:block;z-index:15003;background-color:#7fc7d9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.187361875rem;width:20.499875rem;top:5.3124971389771rem;left:19.749724388123rem;display:block; }
#MEzuucpGzUyANkoFFT60puy57Pa4D57n { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.687225rem;width:5.687225rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:0.71833515167238rem;left:11.71252822876rem; }
#MTVrH0TWftsZSNchebLLobtglMVnkCXs { 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; }#MTVrH0TWftsZSNchebLLobtglMVnkCXs > .row .container { background-color: transparent; background-image: none; }#MTVrH0TWftsZSNchebLLobtglMVnkCXs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTVrH0TWftsZSNchebLLobtglMVnkCXs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTVrH0TWftsZSNchebLLobtglMVnkCXs > .row .container > .video-iframe-container { display: none; }#MTVrH0TWftsZSNchebLLobtglMVnkCXs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTVrH0TWftsZSNchebLLobtglMVnkCXs > .row > .video-iframe-container { display: none; }#MTVrH0TWftsZSNchebLLobtglMVnkCXs > .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); }#MTVrH0TWftsZSNchebLLobtglMVnkCXs > .row .container { border-width: 0; border-radius: 0; }#MTVrH0TWftsZSNchebLLobtglMVnkCXs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MTVrH0TWftsZSNchebLLobtglMVnkCXs > .row .container { font-size:0.875rem;font-family:arial;height:41.625rem;width:60rem;position:relative;display:block; }#ZaTokBTDG66lUAGQE6J4UMcKLTtkMLHf { position:absolute;display:block;z-index:15003;background-color:rgba(127,199,217,0.6);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.0625rem;width:42rem;top:23.4375rem;left:18.0625rem;display:block; }
#nStgBb88tnuNb5Qb4OfSyuOzgdrTmocm { color:#f10a18;display:block;width:41.1875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:1.1857032775879rem;left:18.75rem;height:3.75rem;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; }
#SlKipqRinBiubkMTqhCmoN6n6cbERQBb { color:#101010;display:block;width:40.8745625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:7.7495841979981rem;left:19.124723434448rem;height:13.496275rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#F3z5cH7IkfDZMOtW8XwIOxJXyU03qG28 { color:#101010;display:block;width:40.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:23.6875rem;left:18.8125rem;height:13.476225rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#wrKRawSUERoIQF9LZFEMQVbVX89Rz3Tk { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1958d7b3-f6f5-437c-a762-5c846c952250/image.png");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:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:11.25rem;width:11.25rem;top:2.875rem;left:2.9375rem;display:block; }#wrKRawSUERoIQF9LZFEMQVbVX89Rz3Tk.adaptive-delivery-prevent-bg, #wrKRawSUERoIQF9LZFEMQVbVX89Rz3Tk.lazyload, #wrKRawSUERoIQF9LZFEMQVbVX89Rz3Tk.lazyloading { background-image: none; }
#y69iM0uxqyOV4yzlavC1F7AeNC29EQlE { color:#f10a18;display:block;width:16.8125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:14.811948776245rem;left:0.3125rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i79XLEbUUJceq6WJMCR2vsrFJSnNiade { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/de564d7a-ac75-4bec-a731-5eb5e9b49419/MariaBurzynska002.jpg");background-position:top 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:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:11.25rem;width:11.25rem;top:22.624444961548rem;left:2.9369468688965rem;display:block; }#i79XLEbUUJceq6WJMCR2vsrFJSnNiade.adaptive-delivery-prevent-bg, #i79XLEbUUJceq6WJMCR2vsrFJSnNiade.lazyload, #i79XLEbUUJceq6WJMCR2vsrFJSnNiade.lazyloading { background-image: none; }
#nVCgLlsZLh1EWRZmefWCgC97i9PxvZ8J { color:#f10a18;display:block;width:14.562375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:34.74764919281rem;left:1.2804203033448rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f3ovQTxvkc6DZI6wm3bt2TMiBoRLP9xa { position:absolute;display:block;z-index:15020;background-color:#d8d8d8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0615320625rem;width:45rem;top:0.74874877929688rem;left:8.7493085861206rem;display:block; }
#KowX9TgNRwBVMmZSX8AfJEHc22FT7UUf { 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; }#KowX9TgNRwBVMmZSX8AfJEHc22FT7UUf > .row .container { background-color: transparent; background-image: none; }#KowX9TgNRwBVMmZSX8AfJEHc22FT7UUf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KowX9TgNRwBVMmZSX8AfJEHc22FT7UUf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KowX9TgNRwBVMmZSX8AfJEHc22FT7UUf > .row .container > .video-iframe-container { display: none; }#KowX9TgNRwBVMmZSX8AfJEHc22FT7UUf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KowX9TgNRwBVMmZSX8AfJEHc22FT7UUf > .row > .video-iframe-container { display: none; }#KowX9TgNRwBVMmZSX8AfJEHc22FT7UUf > .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); }#KowX9TgNRwBVMmZSX8AfJEHc22FT7UUf > .row .container { border-width: 0; border-radius: 0; }#KowX9TgNRwBVMmZSX8AfJEHc22FT7UUf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KowX9TgNRwBVMmZSX8AfJEHc22FT7UUf > .row .container { font-size:0.875rem;font-family:arial;height:23.375rem;width:60rem;position:relative;display:block; }#TkzoTpXzBpparHdIBbFUgX2IwWp6TnZr { position:absolute;display:block;z-index:15003;background-color:rgba(127,199,217,0.6);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:42rem;top:18.125rem;left:18.0625rem;display:block; }
#MFmemlgyQyb3CWvtRhh3KxmiTbXoHsE5 { color:#f10a18;display:block;width:41.31225rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:1.8120851516724rem;left:18.687084197998rem;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; }
#yHh0orhr0xxOVhlVy2vkuCNwGJg1xKf0 { color:#101010;display:block;width:40.873875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:4.6875095367432rem;left:18.624170303345rem;height:11.996675rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#tc5hi3VrGeGbf3AqFz2duQ8qSv6xmhg2 { color:#101010;display:block;width:40.8745625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:18.375rem;left:18.8125rem;height:4.90044375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#nCIpXcm6H1PAVrCngBX9MniHAdXTe9er { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0e7398b2-8b87-4793-9114-2e2b6d2d264c/SawomirSpyraMerce.jpg");background-position:top 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:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:11.25rem;width:11.25rem;top:2.875rem;left:2.9375rem;display:block; }#nCIpXcm6H1PAVrCngBX9MniHAdXTe9er.adaptive-delivery-prevent-bg, #nCIpXcm6H1PAVrCngBX9MniHAdXTe9er.lazyload, #nCIpXcm6H1PAVrCngBX9MniHAdXTe9er.lazyloading { background-image: none; }
#tqJJLzBXFh6QyKrZdUzsPoVfRZKsDvxI { color:#f10a18;display:block;width:15.68725rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:14.8125rem;left:0.625rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kBGn5J7gwExU944ExquXFHD3CT8mdTzB { position:absolute;display:block;z-index:15020;background-color:#d8d8d8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0615320625rem;width:45rem;top:0.74874877929688rem;left:8.7493085861206rem;display:block; }
#cVcRlLGK6FFP5sAfsAmBTLv2wC8eeKqI { 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; }#cVcRlLGK6FFP5sAfsAmBTLv2wC8eeKqI > .row .container { background-color: transparent; background-image: none; }#cVcRlLGK6FFP5sAfsAmBTLv2wC8eeKqI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVcRlLGK6FFP5sAfsAmBTLv2wC8eeKqI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVcRlLGK6FFP5sAfsAmBTLv2wC8eeKqI > .row .container > .video-iframe-container { display: none; }#cVcRlLGK6FFP5sAfsAmBTLv2wC8eeKqI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVcRlLGK6FFP5sAfsAmBTLv2wC8eeKqI > .row > .video-iframe-container { display: none; }#cVcRlLGK6FFP5sAfsAmBTLv2wC8eeKqI > .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); }#cVcRlLGK6FFP5sAfsAmBTLv2wC8eeKqI > .row .container { border-width: 0; border-radius: 0; }#cVcRlLGK6FFP5sAfsAmBTLv2wC8eeKqI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cVcRlLGK6FFP5sAfsAmBTLv2wC8eeKqI > .row .container { font-size:0.875rem;font-family:arial;height:51.875rem;width:60rem;position:relative;display:block; }#J7HqLviANsSBzIaius61pW8WrMeZ4s41 { position:absolute;display:block;z-index:15003;background-color:rgba(127,199,217,0.6);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5625rem;width:42rem;top:29.0625rem;left:18.0625rem;display:block; }
#qXDVhwwFFLGg2u7afBxXz4qVzb9TihX8 { color:#f10a18;display:block;width:40.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:1.7477884292602rem;left:19.126106262207rem;height:1.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eNpFNFZouCRQ8S1uSBaCfIyAe1KcBWUs { color:#101010;display:block;width:40.873875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:5.7466816902161rem;left:19.126106262207rem;height:20.9942rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#lG0ztNUnEyLDTUdgEedOeCgvOoW6DPf8 { color:#101010;display:block;width:40.7494375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:29.929468631744rem;left:18.686393737793rem;height:20.82685625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ZNyH7txlzhsCK31RLQ0wgc3PMUqSPtru { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9850651a-13f9-49a6-8ac1-5b99020d129f/KamilErgonodeHomeGardenCongress.jpg");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:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:11.25rem;width:11.25rem;top:2.875rem;left:2.9375rem;display:block; }#ZNyH7txlzhsCK31RLQ0wgc3PMUqSPtru.adaptive-delivery-prevent-bg, #ZNyH7txlzhsCK31RLQ0wgc3PMUqSPtru.lazyload, #ZNyH7txlzhsCK31RLQ0wgc3PMUqSPtru.lazyloading { background-image: none; }
#P0ReTfK2G5EK4gSe8BENqIZLZIfC82Cz { color:#f10a18;display:block;width:16.8125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:14.811948776245rem;left:0.3125rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GxK8FJVKoB3tn8aV2ehJPag6kKl2i3KM { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cb378359-f625-4cbb-91b8-eba2dae31a06/tomaszgrzemski.jpg");background-position:top 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:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:11.25rem;width:11.25rem;top:25.0625rem;left:2.9375rem;display:block; }#GxK8FJVKoB3tn8aV2ehJPag6kKl2i3KM.adaptive-delivery-prevent-bg, #GxK8FJVKoB3tn8aV2ehJPag6kKl2i3KM.lazyload, #GxK8FJVKoB3tn8aV2ehJPag6kKl2i3KM.lazyloading { background-image: none; }
#F5ksKqQfDnTADsTpZWKgSwXmvPkaavof { color:#f10a18;display:block;width:14.562375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:37.1875rem;left:1.3125rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gusMnrmx7Zw40ETfCpOcoEip5Kx3EHpO { position:absolute;display:block;z-index:15020;background-color:#d8d8d8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0615320625rem;width:45rem;top:0.74874877929688rem;left:8.7493085861206rem;display:block; }
#CfAGklqp2TQ3Ad7sqcgzcE4HMlWwqVrE { 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; }#CfAGklqp2TQ3Ad7sqcgzcE4HMlWwqVrE > .row .container { background-color: transparent; background-image: none; }#CfAGklqp2TQ3Ad7sqcgzcE4HMlWwqVrE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfAGklqp2TQ3Ad7sqcgzcE4HMlWwqVrE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfAGklqp2TQ3Ad7sqcgzcE4HMlWwqVrE > .row .container > .video-iframe-container { display: none; }#CfAGklqp2TQ3Ad7sqcgzcE4HMlWwqVrE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfAGklqp2TQ3Ad7sqcgzcE4HMlWwqVrE > .row > .video-iframe-container { display: none; }#CfAGklqp2TQ3Ad7sqcgzcE4HMlWwqVrE > .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); }#CfAGklqp2TQ3Ad7sqcgzcE4HMlWwqVrE > .row .container { border-width: 0; border-radius: 0; }#CfAGklqp2TQ3Ad7sqcgzcE4HMlWwqVrE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CfAGklqp2TQ3Ad7sqcgzcE4HMlWwqVrE > .row .container { font-size:0.875rem;font-family:arial;height:24.5625rem;width:60rem;position:relative;display:block; }#tyWLC7bqZnwT2tEGQgTas1e79WXA4QGI { position:absolute;display:block;z-index:15003;background-color:rgba(127,199,217,0.6);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:42rem;top:16.1875rem;left:18.0625rem;display:block; }
#CTVtUgZTF2KpHJmORv3Ovv5iKpEbeRZa { color:#f10a18;display:block;width:41.31225rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:1.8120851516724rem;left:18.687084197998rem;height:3.75rem;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; }
#WrLFy7ASGiuVX7Zauv9NX4wnLAvgT99K { color:#101010;display:block;width:40.873875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:7.375rem;left:18.625rem;height:7.4979375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#fodAkoSJpvSXILwZHIK3S2O5gXySu1b6 { color:#101010;display:block;width:40.873875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:16.75rem;left:18.625rem;height:7.35066875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#e8bShXUyWF3sAgPbgP6aiKUDKOW56vPS { position:absolute;display:block;z-index:15020;background-color:#d8d8d8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0615320625rem;width:45rem;top:0.74874877929688rem;left:8.7493085861206rem;display:block; }
#bMR12S7G28otwbxoa2TBVpgOtzT4homK { color:#f10a18;display:block;width:15.68725rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:14.4375rem;left:1.375rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FAcD5LrWTghQ2NPgiqLyrt0TbRddhaHM { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e656aa51-1805-41bf-be07-ebb208d72432/KamilCzaja.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:11.25rem;width:11.25rem;top:2.375rem;left:3.625rem;display:block; }#FAcD5LrWTghQ2NPgiqLyrt0TbRddhaHM.adaptive-delivery-prevent-bg, #FAcD5LrWTghQ2NPgiqLyrt0TbRddhaHM.lazyload, #FAcD5LrWTghQ2NPgiqLyrt0TbRddhaHM.lazyloading { background-image: none; }
#Toa5g6TJ7cWESLKSuPKnBDnrCTq45p9k { 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; }#Toa5g6TJ7cWESLKSuPKnBDnrCTq45p9k > .row .container { background-color: transparent; background-image: none; }#Toa5g6TJ7cWESLKSuPKnBDnrCTq45p9k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Toa5g6TJ7cWESLKSuPKnBDnrCTq45p9k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Toa5g6TJ7cWESLKSuPKnBDnrCTq45p9k > .row .container > .video-iframe-container { display: none; }#Toa5g6TJ7cWESLKSuPKnBDnrCTq45p9k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Toa5g6TJ7cWESLKSuPKnBDnrCTq45p9k > .row > .video-iframe-container { display: none; }#Toa5g6TJ7cWESLKSuPKnBDnrCTq45p9k > .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); }#Toa5g6TJ7cWESLKSuPKnBDnrCTq45p9k > .row .container { border-width: 0; border-radius: 0; }#Toa5g6TJ7cWESLKSuPKnBDnrCTq45p9k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Toa5g6TJ7cWESLKSuPKnBDnrCTq45p9k > .row .container { font-size:0.875rem;font-family:arial;height:24.1875rem;width:60rem;position:relative;display:block; }#pDXczVTVFdxSMK8UztZy7P9ziTILa3cW { position:absolute;display:block;z-index:15003;background-color:rgba(127,199,217,0.6);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:42rem;top:15.9375rem;left:18.0625rem;display:block; }
#TfxVXQk9uHT6Si33ScPtqrPCwhyEPsxg { color:#f10a18;display:block;width:41.31225rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:1.8120851516724rem;left:18.687084197998rem;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; }
#hqvh97XUs7ctZclhiMnHgFT0W9KDgewv { color:#101010;display:block;width:40.8731875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:6.9372234344481rem;left:18.624170303345rem;height:7.4979375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#nJb4klH4afpI1zSDJeedu033pL37Nzpq { color:#101010;display:block;width:40.873875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:16.5rem;left:18.625rem;height:7.35066875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#T7M764CSQGUHNVsEhZZ1gPQ6X67KWslk { position:absolute;display:block;z-index:15020;background-color:#d8d8d8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0615320625rem;width:45rem;top:0.74874877929688rem;left:8.7493085861206rem;display:block; }
#o1Qvvn8Brol4ISsgfSV2NvK7BRdhRyia { color:#f10a18;display:block;width:15.68725rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:13.793557167053rem;left:1.4055585861206rem;height:9.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g44fcvi7RpFZ8ftoLW1C6do4l2xIA3Vp { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/19a52678-e906-40cf-b87a-8310fc633088/MarekKlichCEOSatisflycrossborderecommerceedupl.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:11.25rem;width:11.25rem;top:2.375rem;left:3.625rem;display:block; }#g44fcvi7RpFZ8ftoLW1C6do4l2xIA3Vp.adaptive-delivery-prevent-bg, #g44fcvi7RpFZ8ftoLW1C6do4l2xIA3Vp.lazyload, #g44fcvi7RpFZ8ftoLW1C6do4l2xIA3Vp.lazyloading { background-image: none; }
#FTG6SJTnROs3oXZMQnLSVBP9Wvy0BUJt { 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; }#FTG6SJTnROs3oXZMQnLSVBP9Wvy0BUJt > .row .container { background-color: transparent; background-image: none; }#FTG6SJTnROs3oXZMQnLSVBP9Wvy0BUJt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTG6SJTnROs3oXZMQnLSVBP9Wvy0BUJt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTG6SJTnROs3oXZMQnLSVBP9Wvy0BUJt > .row .container > .video-iframe-container { display: none; }#FTG6SJTnROs3oXZMQnLSVBP9Wvy0BUJt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTG6SJTnROs3oXZMQnLSVBP9Wvy0BUJt > .row > .video-iframe-container { display: none; }#FTG6SJTnROs3oXZMQnLSVBP9Wvy0BUJt > .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); }#FTG6SJTnROs3oXZMQnLSVBP9Wvy0BUJt > .row .container { border-width: 0; border-radius: 0; }#FTG6SJTnROs3oXZMQnLSVBP9Wvy0BUJt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FTG6SJTnROs3oXZMQnLSVBP9Wvy0BUJt > .row .container { font-size:0.875rem;font-family:arial;height:50.9375rem;width:60rem;position:relative;display:block; }#bme4Q5Avy5p8RDsh38WXw2laTcG8TWnR { position:absolute;display:block;z-index:15003;background-color:rgba(127,199,217,0.6);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:42rem;top:37.374170303345rem;left:18.030281066894rem;display:block; }
#C3GC0xydRCg0aFz9yPPqdToqIcANzDQd { color:#f10a18;display:block;width:41.31225rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:1.8120851516724rem;left:18.687084197998rem;height:1.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mKBrfAnhXLuKbfDmTbLCBAECFyxVpTHm { color:#101010;display:block;width:40.8745625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:4.9785671234131rem;left:18.467227935791rem;height:31.4912875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#kJ5TuzJNWV2MQ6Xsy6I1SwcIG7wnRx4x { color:#101010;display:block;width:40.8745625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:37.624445915222rem;left:18.750000953674rem;height:11.026rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#a8xvZHzncXsoazZcC0TLEA3XuqLulyfT { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6cc3aad2-04b5-4f71-8981-72f3c3814f5a/IdeoForceWojciechSzymaskihomegardencongress.jpg");background-position:top 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:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:11.25rem;width:11.25rem;top:2.875rem;left:2.9375rem;display:block; }#a8xvZHzncXsoazZcC0TLEA3XuqLulyfT.adaptive-delivery-prevent-bg, #a8xvZHzncXsoazZcC0TLEA3XuqLulyfT.lazyload, #a8xvZHzncXsoazZcC0TLEA3XuqLulyfT.lazyloading { background-image: none; }
#HWKh8M3AcTxBtNnXoiCbZG24A1Ws2lIv { color:#f10a18;display:block;width:15.68725rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:14.8125rem;left:0.625rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zoaTTxeWr3N3DMNMQzP5O0WfUNnEWDgz { position:absolute;display:block;z-index:15020;background-color:#d8d8d8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0615320625rem;width:45rem;top:0.74874877929688rem;left:8.7493085861206rem;display:block; }
#x3NqJAuUVuIeMPeWVze2VMa4TQZqwoNb { color:#f10a18;display:block;width:15.68725rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:35.875rem;left:0.75rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dWyTDAlyW3bb4rz1cxdzgQGa01dTpEV5 { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0f705567-030b-46e8-80da-962f72cc9abf/MarcinLipiec.jpg");background-position:top 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:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:11.25rem;width:11.25rem;top:23.9375rem;left:3.0625rem;display:block; }#dWyTDAlyW3bb4rz1cxdzgQGa01dTpEV5.adaptive-delivery-prevent-bg, #dWyTDAlyW3bb4rz1cxdzgQGa01dTpEV5.lazyload, #dWyTDAlyW3bb4rz1cxdzgQGa01dTpEV5.lazyloading { background-image: none; }
#eaod27hHFfoEhdtFFAkdDJKCUIxCT3Eq { 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; }#eaod27hHFfoEhdtFFAkdDJKCUIxCT3Eq > .row .container { background-color: transparent; background-image: none; }#eaod27hHFfoEhdtFFAkdDJKCUIxCT3Eq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eaod27hHFfoEhdtFFAkdDJKCUIxCT3Eq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eaod27hHFfoEhdtFFAkdDJKCUIxCT3Eq > .row .container > .video-iframe-container { display: none; }#eaod27hHFfoEhdtFFAkdDJKCUIxCT3Eq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eaod27hHFfoEhdtFFAkdDJKCUIxCT3Eq > .row > .video-iframe-container { display: none; }#eaod27hHFfoEhdtFFAkdDJKCUIxCT3Eq > .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); }#eaod27hHFfoEhdtFFAkdDJKCUIxCT3Eq > .row .container { border-width: 0; border-radius: 0; }#eaod27hHFfoEhdtFFAkdDJKCUIxCT3Eq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eaod27hHFfoEhdtFFAkdDJKCUIxCT3Eq > .row .container { font-size:0.875rem;font-family:arial;height:48.125rem;width:60rem;position:relative;display:block; }#uOsO4CsHimpT1E7bSw13uS6Ek5OLnsBf { position:absolute;display:block;z-index:15003;background-color:rgba(127,199,217,0.6);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.75rem;width:42rem;top:27.375rem;left:18.0625rem;display:block; }
#rf8PpxHmfHGWIrEe5VByXMczVKDkgaKk { color:#f10a18;display:block;width:41.31225rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:1.8120851516724rem;left:18.687084197998rem;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; }
#lMSQO25QfAyRRxpU9uZR4CI0eOyFrUlh { color:#101010;display:block;width:40.873875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:9.1240434646606rem;left:18.624170303345rem;height:16.4954375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#UcQ7MRxutyAJbMsaqiFeLWPPG6iaemZG { color:#101010;display:block;width:40.8745625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:27.625rem;left:18.8125rem;height:17.15155625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#Qh1EAV7ldZt55CxctyNomtkyAwn8VTuu { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/49633c8a-eba6-4e33-b9df-cef9d8e3067c/BarbaraTatar.png");background-position:top 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:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:11.25rem;width:11.25rem;top:2.875rem;left:2.9375rem;display:block; }#Qh1EAV7ldZt55CxctyNomtkyAwn8VTuu.adaptive-delivery-prevent-bg, #Qh1EAV7ldZt55CxctyNomtkyAwn8VTuu.lazyload, #Qh1EAV7ldZt55CxctyNomtkyAwn8VTuu.lazyloading { background-image: none; }
#zQgbtT9MeuB1I8N45cbcs3CbQ45x205y { color:#f10a18;display:block;width:15.68725rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:14.8125rem;left:0.625rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UvQ8LzaN0swtT2WVLLkgISZ94fB3TDI7 { position:absolute;display:block;z-index:15020;background-color:#d8d8d8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0615320625rem;width:45rem;top:0.74874877929688rem;left:8.7493085861206rem;display:block; }
#oCpcuhQ3QRuVivKZLdJMbWsSKZTZoypn { color:#f10a18;display:block;width:15.68725rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:35.875rem;left:0.75rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HwEgoGS8mZqdC8Nbdb7PiI62XeXOZPfM { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6b12bb45-8ba1-4392-b0d2-b6b0ae3b47ef/1539972725517.jpg");background-position:top 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:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:11.25rem;width:11.25rem;top:23.9375rem;left:3.0625rem;display:block; }#HwEgoGS8mZqdC8Nbdb7PiI62XeXOZPfM.adaptive-delivery-prevent-bg, #HwEgoGS8mZqdC8Nbdb7PiI62XeXOZPfM.lazyload, #HwEgoGS8mZqdC8Nbdb7PiI62XeXOZPfM.lazyloading { background-image: none; }
#HiWJK2qOZp3KCtlSOTz2E4qIqyaQqtJg { 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; }#HiWJK2qOZp3KCtlSOTz2E4qIqyaQqtJg > .row .container { background-color: transparent; background-image: none; }#HiWJK2qOZp3KCtlSOTz2E4qIqyaQqtJg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HiWJK2qOZp3KCtlSOTz2E4qIqyaQqtJg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HiWJK2qOZp3KCtlSOTz2E4qIqyaQqtJg > .row .container > .video-iframe-container { display: none; }#HiWJK2qOZp3KCtlSOTz2E4qIqyaQqtJg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HiWJK2qOZp3KCtlSOTz2E4qIqyaQqtJg > .row > .video-iframe-container { display: none; }#HiWJK2qOZp3KCtlSOTz2E4qIqyaQqtJg > .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); }#HiWJK2qOZp3KCtlSOTz2E4qIqyaQqtJg > .row .container { border-width: 0; border-radius: 0; }#HiWJK2qOZp3KCtlSOTz2E4qIqyaQqtJg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HiWJK2qOZp3KCtlSOTz2E4qIqyaQqtJg > .row .container { font-size:0.875rem;font-family:arial;height:43.0625rem;width:60rem;position:relative;display:block; }#MKG7m6V0HldrcfET9yx0iOXpdrW11JHe { position:absolute;display:block;z-index:15003;background-color:rgba(127,199,217,0.6);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.6875rem;width:42rem;top:16.9375rem;left:18.0625rem;display:block; }
#vQnXrxWRUDMpXc3bBOueQnNqlSL4Ar6Q { color:#f10a18;display:block;width:41.31225rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:2.874005317688rem;left:18.687084197998rem;height:3.75rem;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; }
#Fr71GFPUE5VDvqQG8XCBhAQnXoGv7khh { color:#101010;display:block;width:40.873875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:8.8571624755863rem;left:18.624170303345rem;height:5.9983375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#eroauRverILiIA1Z7lfnyS40DXOqChAk { color:#101010;display:block;width:40.873875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:18.186548709869rem;left:18.624170303345rem;height:11.026rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#KEHvvkSvQtgxTvoaDGVOeTI25GLbqvEX { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/08b8fee3-a597-4142-82ce-64a62549ab4b/PrzemysawPoeecommerceb2b.jpg");background-position:top 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:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:11.25rem;width:11.25rem;top:2.875rem;left:2.9375rem;display:block; }#KEHvvkSvQtgxTvoaDGVOeTI25GLbqvEX.adaptive-delivery-prevent-bg, #KEHvvkSvQtgxTvoaDGVOeTI25GLbqvEX.lazyload, #KEHvvkSvQtgxTvoaDGVOeTI25GLbqvEX.lazyloading { background-image: none; }
#if9Sb7BOzRZOi8HULbNRbpyiiTgWdEog { color:#f10a18;display:block;width:15.68725rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:14.8125rem;left:0.625rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CoRM7sNiwDB0aer3zrDLk6Ba6Jxc8REh { position:absolute;display:block;z-index:15020;background-color:#d8d8d8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0615320625rem;width:45rem;top:0.74874877929688rem;left:8.7493085861206rem;display:block; }
#gfJKE6QQnXyLeuDkL96JdCdf5P8TCpWy { color:#f10a18;display:block;width:17.374875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:35.811670303345rem;left:0rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C1Lv318p89gLIz4FKhmE33qkRNaRnPWX { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/076006ed-02e4-433a-9c45-3c8e20134565/Radosawurawskiecommerceb2b.jpg");background-position:center left !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:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:11.25rem;width:11.25rem;top:23.9375rem;left:3.0625rem;display:block; }#C1Lv318p89gLIz4FKhmE33qkRNaRnPWX.adaptive-delivery-prevent-bg, #C1Lv318p89gLIz4FKhmE33qkRNaRnPWX.lazyload, #C1Lv318p89gLIz4FKhmE33qkRNaRnPWX.lazyloading { background-image: none; }
#VMJPSzKrPC9TzC9P8XxNXqPIM51etshc { 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; }#VMJPSzKrPC9TzC9P8XxNXqPIM51etshc > .row .container { background-color: transparent; background-image: none; }#VMJPSzKrPC9TzC9P8XxNXqPIM51etshc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMJPSzKrPC9TzC9P8XxNXqPIM51etshc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMJPSzKrPC9TzC9P8XxNXqPIM51etshc > .row .container > .video-iframe-container { display: none; }#VMJPSzKrPC9TzC9P8XxNXqPIM51etshc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMJPSzKrPC9TzC9P8XxNXqPIM51etshc > .row > .video-iframe-container { display: none; }#VMJPSzKrPC9TzC9P8XxNXqPIM51etshc > .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); }#VMJPSzKrPC9TzC9P8XxNXqPIM51etshc > .row .container { border-width: 0; border-radius: 0; }#VMJPSzKrPC9TzC9P8XxNXqPIM51etshc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VMJPSzKrPC9TzC9P8XxNXqPIM51etshc > .row .container { font-size:0.875rem;font-family:arial;height:27.875rem;width:60rem;position:relative;display:block; }#riSlVAw0SB8ax2GdAmalk84O2Mvfhcsu { position:absolute;display:block;z-index:15003;background-color:rgba(127,199,217,0.6);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:42rem;top:17.75rem;left:18.0625rem;display:block; }
#qXr7th3bafvyzHgI13bVZlvUzw1k6FTO { color:#f10a18;display:block;width:41.31225rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:1.8120851516724rem;left:18.687084197998rem;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; }
#GbKQvIcVHXOgVmaMwKdHRIK6b1XRoKL5 { color:#101010;display:block;width:40.873875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:7.375rem;left:18.625rem;height:8.9975rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#y5dJ51Dxyn7q2oPczGcr3oUM5zZSalU5 { color:#101010;display:block;width:40.8745625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:18rem;left:18.8125rem;height:9.8008625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#B5DW0im5oWClDNWX8VWeUtfvKo1Qydz8 { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f1c65bb8-e413-47f3-9f3d-686fbe605ac6/krzysztofabram.png");background-position:top 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:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:11.25rem;width:11.25rem;top:2.875rem;left:2.9375rem;display:block; }#B5DW0im5oWClDNWX8VWeUtfvKo1Qydz8.adaptive-delivery-prevent-bg, #B5DW0im5oWClDNWX8VWeUtfvKo1Qydz8.lazyload, #B5DW0im5oWClDNWX8VWeUtfvKo1Qydz8.lazyloading { background-image: none; }
#iFxVg7lIwovsABBrQ6HapWWIMlQWFpEb { color:#f10a18;display:block;width:15.68725rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:14.8125rem;left:0.625rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#abGKCeRL8XPaRtRsRGHpcJTgpwo8U5BO { position:absolute;display:block;z-index:15020;background-color:#d8d8d8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0615320625rem;width:45rem;top:0.74874877929688rem;left:8.7493085861206rem;display:block; }
#oyMRv1Ts3aUSSQZXCkpG6bTNzdCbAD8I { 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; }#oyMRv1Ts3aUSSQZXCkpG6bTNzdCbAD8I > .row .container { background-color: transparent; background-image: none; }#oyMRv1Ts3aUSSQZXCkpG6bTNzdCbAD8I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oyMRv1Ts3aUSSQZXCkpG6bTNzdCbAD8I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oyMRv1Ts3aUSSQZXCkpG6bTNzdCbAD8I > .row .container > .video-iframe-container { display: none; }#oyMRv1Ts3aUSSQZXCkpG6bTNzdCbAD8I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oyMRv1Ts3aUSSQZXCkpG6bTNzdCbAD8I > .row > .video-iframe-container { display: none; }#oyMRv1Ts3aUSSQZXCkpG6bTNzdCbAD8I > .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); }#oyMRv1Ts3aUSSQZXCkpG6bTNzdCbAD8I > .row .container { border-width: 0; border-radius: 0; }#oyMRv1Ts3aUSSQZXCkpG6bTNzdCbAD8I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oyMRv1Ts3aUSSQZXCkpG6bTNzdCbAD8I > .row .container { font-size:0.875rem;font-family:arial;height:41.3125rem;width:60rem;position:relative;display:block; }#PeN6nWc7S0d3LB7R9kkyu9OT4AoNTZTB { position:absolute;display:block;z-index:15003;background-color:rgba(127,199,217,0.6);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5625rem;width:42rem;top:32.1875rem;left:18.0625rem;display:block; }
#ZAHZSlZEsfFPGpUKZxxldUkRDTmbKrHP { color:#f10a18;display:block;width:40.9375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:1.8120841979981rem;left:18.687084197998rem;height:1.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CaDX4zcwbIRqlpxu9wpFVIizT2EN3Re3 { color:#101010;display:block;width:40.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:32.437072753906rem;left:18.812223434448rem;height:8.5758rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#V6w1aFefViiTArmoZsIzic99HnEOISpM { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/88b0aca2-0c43-49ba-a002-738650ad4552/AdrianMicekkwadrat.JPG");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:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:11.25rem;width:11.25rem;top:2.875rem;left:2.9375rem;display:block; }#V6w1aFefViiTArmoZsIzic99HnEOISpM.adaptive-delivery-prevent-bg, #V6w1aFefViiTArmoZsIzic99HnEOISpM.lazyload, #V6w1aFefViiTArmoZsIzic99HnEOISpM.lazyloading { background-image: none; }
#t98BFnnaTZ9pw11QCBlPhH07z9WmVXI6 { color:#f10a18;display:block;width:15.68725rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:14.8125rem;left:0.625rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IvPelL3qTpq9erRTwqE82leMVFHwFtT9 { position:absolute;display:block;z-index:15020;background-color:#d8d8d8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0615320625rem;width:45rem;top:0.74874877929688rem;left:8.7493085861206rem;display:block; }
#KPKRJFu8VS6BDZPaPTgSBeKyl2RwGZMg { color:#101010;display:block;width:40.8725rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:5.1085451841354rem;left:18.62486076355rem;height:25.49293125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#yQWtsCLKi99QfiIQO4W1Oxlg36SdwEik { 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; }#yQWtsCLKi99QfiIQO4W1Oxlg36SdwEik > .row .container { background-color: transparent; background-image: none; }#yQWtsCLKi99QfiIQO4W1Oxlg36SdwEik::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQWtsCLKi99QfiIQO4W1Oxlg36SdwEik > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQWtsCLKi99QfiIQO4W1Oxlg36SdwEik > .row .container > .video-iframe-container { display: none; }#yQWtsCLKi99QfiIQO4W1Oxlg36SdwEik > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQWtsCLKi99QfiIQO4W1Oxlg36SdwEik > .row > .video-iframe-container { display: none; }#yQWtsCLKi99QfiIQO4W1Oxlg36SdwEik > .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); }#yQWtsCLKi99QfiIQO4W1Oxlg36SdwEik > .row .container { border-width: 0; border-radius: 0; }#yQWtsCLKi99QfiIQO4W1Oxlg36SdwEik > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yQWtsCLKi99QfiIQO4W1Oxlg36SdwEik > .row .container { font-size:0.875rem;font-family:arial;height:24.5rem;width:60rem;position:relative;display:block; }#A6T8UDA3TklX5xyUSgO0aKpB9dw2k1h8 { position:absolute;display:block;z-index:15003;background-color:rgba(127,199,217,0.6);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:42rem;top:17.749586105347rem;left:18.062084197998rem;display:block; }
#PiqryAL3PPgk6xXJ4nLXkJuSDuiMX4z0 { color:#f10a18;display:block;width:36.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:1.8120851516724rem;left:18.687084197998rem;height:3.75rem;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; }
#KsuqQVoFWkdyGZbtBMbweguGMzUDSdtc { color:#101010;display:block;width:40.8731875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:6.8743014335631rem;left:18.624170303345rem;height:8.99751875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#kXdKqT67Vr6Cso918t49iLKThLxvLufV { color:#101010;display:block;width:40.8745625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:18rem;left:18.8125rem;height:6.12555625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#R6sqig6tCr8CVw86WJQrTq5V6K2TJRsy { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cb12692e-acda-48c6-8463-5dca30bec541/pawepaszkowski.jpg");background-position:top 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:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:11.25rem;width:11.25rem;top:2.875rem;left:2.9375rem;display:block; }#R6sqig6tCr8CVw86WJQrTq5V6K2TJRsy.adaptive-delivery-prevent-bg, #R6sqig6tCr8CVw86WJQrTq5V6K2TJRsy.lazyload, #R6sqig6tCr8CVw86WJQrTq5V6K2TJRsy.lazyloading { background-image: none; }
#R42IB2SPRuFp03aMQ4Shw0w0EkEACEbw { color:#f10a18;display:block;width:15.68725rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:14.8125rem;left:0.625rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ExecB5NnumZr1veSUzCXKVhRwfwy4H2M { position:absolute;display:block;z-index:15020;background-color:#d8d8d8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0615320625rem;width:45rem;top:0.74874877929688rem;left:8.7493085861206rem;display:block; }
#CqFWUgmkZPrffT7i2JJTTGwTWM0dHpID { 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; }#CqFWUgmkZPrffT7i2JJTTGwTWM0dHpID > .row .container { background-color: transparent; background-image: none; }#CqFWUgmkZPrffT7i2JJTTGwTWM0dHpID::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqFWUgmkZPrffT7i2JJTTGwTWM0dHpID > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqFWUgmkZPrffT7i2JJTTGwTWM0dHpID > .row .container > .video-iframe-container { display: none; }#CqFWUgmkZPrffT7i2JJTTGwTWM0dHpID > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqFWUgmkZPrffT7i2JJTTGwTWM0dHpID > .row > .video-iframe-container { display: none; }#CqFWUgmkZPrffT7i2JJTTGwTWM0dHpID > .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); }#CqFWUgmkZPrffT7i2JJTTGwTWM0dHpID > .row .container { border-width: 0; border-radius: 0; }#CqFWUgmkZPrffT7i2JJTTGwTWM0dHpID > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CqFWUgmkZPrffT7i2JJTTGwTWM0dHpID > .row .container { font-size:0.875rem;font-family:arial;height:24.75rem;width:60rem;position:relative;display:block; }#MtNlBH2vHxGLWsRK4Nwd6POyCyhg9GGr { position:absolute;display:block;z-index:15003;background-color:rgba(127,199,217,0.6);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:42rem;top:15.9375rem;left:18.0625rem;display:block; }
#KEq3sgLnNmKbtdJd2iDyhs4knkSX55BH { color:#f10a18;display:block;width:33.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:1.811393737793rem;left:18.687085151672rem;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; }
#S0zuKuIJ9nGDwSFa2zaXaKzXwUeKt1af { color:#101010;display:block;width:40.499875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:16.367545604706rem;left:18.811532020569rem;height:7.3506875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#yWMDrMDrXvk26GHhNrGKCKuDgTqzMknq { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/dc44b08f-2156-42ef-af50-4ab32d7551df/PiotrBobinskieburycrossborderecommerce.jpg");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:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:11.25rem;width:11.25rem;top:2.875rem;left:2.9375rem;display:block; }#yWMDrMDrXvk26GHhNrGKCKuDgTqzMknq.adaptive-delivery-prevent-bg, #yWMDrMDrXvk26GHhNrGKCKuDgTqzMknq.lazyload, #yWMDrMDrXvk26GHhNrGKCKuDgTqzMknq.lazyloading { background-image: none; }
#eAMl6rcFBzNT0gpfKHEiyzDkWPPx2iFi { color:#f10a18;display:block;width:15.68725rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:14.8125rem;left:0.625rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WkJAULgqc56I8t0sZeterzDsRkFPC5da { position:absolute;display:block;z-index:15020;background-color:#d8d8d8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0615320625rem;width:45rem;top:0.74874877929688rem;left:8.7493085861206rem;display:block; }
#qq9MhhBEB5pINT80VwavwclaxaD67g9Z { color:#101010;display:block;width:40.8718125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:6.6703538894656rem;left:18.624861717224rem;height:7.4979375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#m4nwlKtJTkbIvpQn9FRSK30fo6GaD0r1 { 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; }#m4nwlKtJTkbIvpQn9FRSK30fo6GaD0r1 > .row .container { background-color: transparent; background-image: none; }#m4nwlKtJTkbIvpQn9FRSK30fo6GaD0r1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4nwlKtJTkbIvpQn9FRSK30fo6GaD0r1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4nwlKtJTkbIvpQn9FRSK30fo6GaD0r1 > .row .container > .video-iframe-container { display: none; }#m4nwlKtJTkbIvpQn9FRSK30fo6GaD0r1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4nwlKtJTkbIvpQn9FRSK30fo6GaD0r1 > .row > .video-iframe-container { display: none; }#m4nwlKtJTkbIvpQn9FRSK30fo6GaD0r1 > .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); }#m4nwlKtJTkbIvpQn9FRSK30fo6GaD0r1 > .row .container { border-width: 0; border-radius: 0; }#m4nwlKtJTkbIvpQn9FRSK30fo6GaD0r1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m4nwlKtJTkbIvpQn9FRSK30fo6GaD0r1 > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:60rem;position:relative;display:block; }#qTolmU03rXx6x5K373PNrKyvUh6qNJvW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.061875rem;width:5.061875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:0.625rem;left:2.9375rem; }
#bNid7QGyo0oaBOoRVytmsXtP8LdqpobS { color:#f10a18;display:block;width:59.9346875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.375rem;left:0.0625rem;height:1.624725rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZKPGmqdCHIJ7trug4GHHizmFff1SVvhy { 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; }#ZKPGmqdCHIJ7trug4GHHizmFff1SVvhy > .row .container { background-color: transparent; background-image: none; }#ZKPGmqdCHIJ7trug4GHHizmFff1SVvhy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZKPGmqdCHIJ7trug4GHHizmFff1SVvhy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZKPGmqdCHIJ7trug4GHHizmFff1SVvhy > .row .container > .video-iframe-container { display: none; }#ZKPGmqdCHIJ7trug4GHHizmFff1SVvhy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZKPGmqdCHIJ7trug4GHHizmFff1SVvhy > .row > .video-iframe-container { display: none; }#ZKPGmqdCHIJ7trug4GHHizmFff1SVvhy > .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); }#ZKPGmqdCHIJ7trug4GHHizmFff1SVvhy > .row .container { border-width: 0; border-radius: 0; }#ZKPGmqdCHIJ7trug4GHHizmFff1SVvhy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZKPGmqdCHIJ7trug4GHHizmFff1SVvhy > .row .container { font-size:0.875rem;font-family:arial;height:18.0625rem;width:60rem;position:relative;display:block; }#heiwovZTyECGzruZhGvKPx9Q51BC6EVl { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f10a18;border-left:0.1875rem solid #f10a18;border-right:0.1875rem solid #f10a18;border-bottom:0.1875rem solid #f10a18;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.875rem;width:56.4375rem;top:3.5861206054688rem;left:1.6447715759277rem;display:block; }
#bOMSW5B8kKfVcViRoactx80xLDiKZLZZ { color:#101010;display:block;width:55.187rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:8.30579328537rem;left:2.4049377441406rem;height:7.000125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#z9iUaA52ZqntWsJesXKzxLSTSSzAnnnl { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.999725rem;width:8.1243125rem;top:5.3356604576111rem;left:25.937843322754rem;overflow:hidden;display:block; }
#NoQVuIpK14BKcJ9oukMPUXI1Dyqt2eEd { 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; }#NoQVuIpK14BKcJ9oukMPUXI1Dyqt2eEd > .row .container { background-color: transparent; background-image: none; }#NoQVuIpK14BKcJ9oukMPUXI1Dyqt2eEd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NoQVuIpK14BKcJ9oukMPUXI1Dyqt2eEd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NoQVuIpK14BKcJ9oukMPUXI1Dyqt2eEd > .row .container > .video-iframe-container { display: none; }#NoQVuIpK14BKcJ9oukMPUXI1Dyqt2eEd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NoQVuIpK14BKcJ9oukMPUXI1Dyqt2eEd > .row > .video-iframe-container { display: none; }#NoQVuIpK14BKcJ9oukMPUXI1Dyqt2eEd > .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); }#NoQVuIpK14BKcJ9oukMPUXI1Dyqt2eEd > .row .container { border-width: 0; border-radius: 0; }#NoQVuIpK14BKcJ9oukMPUXI1Dyqt2eEd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NoQVuIpK14BKcJ9oukMPUXI1Dyqt2eEd > .row .container { font-size:0.875rem;font-family:arial;height:20.9375rem;width:60rem;position:relative;display:block; }#o4OZlQfxVbcuqhOPxAK1p9CEeWa3spF2 { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f10a18;border-left:0.1875rem solid #f10a18;border-right:0.1875rem solid #f10a18;border-bottom:0.1875rem solid #f10a18;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.375rem;width:56.4375rem;top:3.5861511230469rem;left:1.6437339782715rem;display:block; }
#OvE5uivtP2cpT9xOd0GC5gOlRxK9cvcJ { color:#101010;display:block;width:55.187rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:8.30579328537rem;left:2.4049377441406rem;height:9.8001875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#qQz6sEJv0qgqfEz0JD6qqDdpnZsgFfTO { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:8.75rem;top:5.3356604576111rem;left:25.937843322754rem;overflow:hidden;display:block; }
#cFJTvmKJeKaruZvs6TT6Cs8Tp5xM9lyu { 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; }#cFJTvmKJeKaruZvs6TT6Cs8Tp5xM9lyu > .row .container { background-color: transparent; background-image: none; }#cFJTvmKJeKaruZvs6TT6Cs8Tp5xM9lyu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFJTvmKJeKaruZvs6TT6Cs8Tp5xM9lyu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFJTvmKJeKaruZvs6TT6Cs8Tp5xM9lyu > .row .container > .video-iframe-container { display: none; }#cFJTvmKJeKaruZvs6TT6Cs8Tp5xM9lyu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFJTvmKJeKaruZvs6TT6Cs8Tp5xM9lyu > .row > .video-iframe-container { display: none; }#cFJTvmKJeKaruZvs6TT6Cs8Tp5xM9lyu > .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); }#cFJTvmKJeKaruZvs6TT6Cs8Tp5xM9lyu > .row .container { border-width: 0; border-radius: 0; }#cFJTvmKJeKaruZvs6TT6Cs8Tp5xM9lyu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cFJTvmKJeKaruZvs6TT6Cs8Tp5xM9lyu > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:60rem;position:relative;display:block; }#wtZNJtbMwSJure7colc7TBw3xzDySDXg { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f10a18;border-left:0.1875rem solid #f10a18;border-right:0.1875rem solid #f10a18;border-bottom:0.1875rem solid #f10a18;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.4375rem;width:56.75rem;top:3.5854644775391rem;left:1.6433906555176rem;display:block; }
#Vh0HzvJbawigMtZlvg5CFfvvPxwvOtDi { color:#101010;display:block;width:55.1866875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:8.7423949241638rem;left:2.4059734344483rem;height:22.40043125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#K96PrQyaN6LIm0elpnIvxUS3rXmbrG3i { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:6.5625rem;top:2.9715155363083rem;left:23.211420059204rem;overflow:hidden;display:block; }
#mfxNPxfSCnZiryvz50dcI3LB3AFWLpw6 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:8.624875rem;top:4.8465156555176rem;left:31.086145401001rem;overflow:hidden;display:block; }
#p71yWfnaSqS8M2FAw7y3MxcDPM2doPTV { 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; }#p71yWfnaSqS8M2FAw7y3MxcDPM2doPTV > .row .container { background-color: transparent; background-image: none; }#p71yWfnaSqS8M2FAw7y3MxcDPM2doPTV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p71yWfnaSqS8M2FAw7y3MxcDPM2doPTV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p71yWfnaSqS8M2FAw7y3MxcDPM2doPTV > .row .container > .video-iframe-container { display: none; }#p71yWfnaSqS8M2FAw7y3MxcDPM2doPTV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p71yWfnaSqS8M2FAw7y3MxcDPM2doPTV > .row > .video-iframe-container { display: none; }#p71yWfnaSqS8M2FAw7y3MxcDPM2doPTV > .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); }#p71yWfnaSqS8M2FAw7y3MxcDPM2doPTV > .row .container { border-width: 0; border-radius: 0; }#p71yWfnaSqS8M2FAw7y3MxcDPM2doPTV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p71yWfnaSqS8M2FAw7y3MxcDPM2doPTV > .row .container { font-size:0.875rem;font-family:arial;height:25.125rem;width:60rem;position:relative;display:block; }#PUhc40NohosqK7VtDNHyqM9ZPIBUxRW8 { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f10a18;border-left:0.1875rem solid #f10a18;border-right:0.1875rem solid #f10a18;border-bottom:0.1875rem solid #f10a18;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.875rem;width:56.625rem;top:3.5854549407959rem;left:1.6433906555176rem;display:block; }
#aJtHaWDQWrZVlPVb81DCuAf47QJCvuyt { color:#101010;display:block;width:55.187rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:8.30579328537rem;left:2.4049377441406rem;height:15.4002875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#GfyKHU55JDVPaSMEosyqnJXK481nQC0A { 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.375rem;width:10rem;top:5.1137309074402rem;left:25.250274658203rem;overflow:hidden;display:block; }
#e2Xsm4O0lE6iDZu89NNh0dm0FUM9cLFQ { 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; }#e2Xsm4O0lE6iDZu89NNh0dm0FUM9cLFQ > .row .container { background-color: transparent; background-image: none; }#e2Xsm4O0lE6iDZu89NNh0dm0FUM9cLFQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e2Xsm4O0lE6iDZu89NNh0dm0FUM9cLFQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e2Xsm4O0lE6iDZu89NNh0dm0FUM9cLFQ > .row .container > .video-iframe-container { display: none; }#e2Xsm4O0lE6iDZu89NNh0dm0FUM9cLFQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e2Xsm4O0lE6iDZu89NNh0dm0FUM9cLFQ > .row > .video-iframe-container { display: none; }#e2Xsm4O0lE6iDZu89NNh0dm0FUM9cLFQ > .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); }#e2Xsm4O0lE6iDZu89NNh0dm0FUM9cLFQ > .row .container { border-width: 0; border-radius: 0; }#e2Xsm4O0lE6iDZu89NNh0dm0FUM9cLFQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e2Xsm4O0lE6iDZu89NNh0dm0FUM9cLFQ > .row .container { font-size:0.875rem;font-family:arial;height:15.0625rem;width:60rem;position:relative;display:block; }#AMKs70xiBJ4QNTV8weZwvvcu6E7DU6Gl { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f10a18;border-left:0.1875rem solid #f10a18;border-right:0.1875rem solid #f10a18;border-bottom:0.1875rem solid #f10a18;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:56.4375rem;top:3.5861206054688rem;left:1.6437339782715rem;display:block; }
#UTRHkMCsy8Zdnnu9nSBQBOp45Kv9df4v { color:#101010;display:block;width:55.187rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:8.30579328537rem;left:2.4049377441406rem;height:4.20008125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#dL2Ggl9Gfbh7MqAo8IAo4pbTTLg2lUct { 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:1.0609125rem;width:6.996rem;top:5.8043956756592rem;left:26.814159393311rem;overflow:hidden;display:block; }
#r3XUkVnwQeMaVN34UF4u2ahd9slZ2QwB { 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; }#r3XUkVnwQeMaVN34UF4u2ahd9slZ2QwB > .row .container { background-color: transparent; background-image: none; }#r3XUkVnwQeMaVN34UF4u2ahd9slZ2QwB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r3XUkVnwQeMaVN34UF4u2ahd9slZ2QwB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r3XUkVnwQeMaVN34UF4u2ahd9slZ2QwB > .row .container > .video-iframe-container { display: none; }#r3XUkVnwQeMaVN34UF4u2ahd9slZ2QwB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r3XUkVnwQeMaVN34UF4u2ahd9slZ2QwB > .row > .video-iframe-container { display: none; }#r3XUkVnwQeMaVN34UF4u2ahd9slZ2QwB > .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); }#r3XUkVnwQeMaVN34UF4u2ahd9slZ2QwB > .row .container { border-width: 0; border-radius: 0; }#r3XUkVnwQeMaVN34UF4u2ahd9slZ2QwB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r3XUkVnwQeMaVN34UF4u2ahd9slZ2QwB > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:60rem;position:relative;display:block; }#M3SqPyOexLJVH3GcITlPpipSWftgQ58S { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f10a18;border-left:0.1875rem solid #f10a18;border-right:0.1875rem solid #f10a18;border-bottom:0.1875rem solid #f10a18;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.1875rem;width:56.5rem;top:3.5847625732422rem;left:1.6426992416382rem;display:block; }
#ED1TMbGlEP4xdbXxFVizCTTqT2Q7fJna { color:#101010;display:block;width:55.187rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:8.30579328537rem;left:2.4049377441406rem;height:15.400325rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#tk6mXa7GwnfG8waF5MzW3POHac1IIZEx { 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:1.74951875rem;width:9.5616875rem;top:5.460090637207rem;left:25.218128204346rem;overflow:hidden;display:block; }
#x5ag1WbHrReAof68pqERr3XTkFou07X7 { 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; }#x5ag1WbHrReAof68pqERr3XTkFou07X7 > .row .container { background-color: transparent; background-image: none; }#x5ag1WbHrReAof68pqERr3XTkFou07X7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x5ag1WbHrReAof68pqERr3XTkFou07X7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x5ag1WbHrReAof68pqERr3XTkFou07X7 > .row .container > .video-iframe-container { display: none; }#x5ag1WbHrReAof68pqERr3XTkFou07X7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x5ag1WbHrReAof68pqERr3XTkFou07X7 > .row > .video-iframe-container { display: none; }#x5ag1WbHrReAof68pqERr3XTkFou07X7 > .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); }#x5ag1WbHrReAof68pqERr3XTkFou07X7 > .row .container { border-width: 0; border-radius: 0; }#x5ag1WbHrReAof68pqERr3XTkFou07X7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x5ag1WbHrReAof68pqERr3XTkFou07X7 > .row .container { font-size:0.875rem;font-family:arial;height:20.75rem;width:60rem;position:relative;display:block; }#pDcvLFlzVcoubZubmfvEcxhNrMwTZnn6 { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f10a18;border-left:0.1875rem solid #f10a18;border-right:0.1875rem solid #f10a18;border-bottom:0.1875rem solid #f10a18;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.375rem;width:56.5rem;top:3.5854530334473rem;left:1.6440811157226rem;display:block; }
#mFld2pc9TstFa94P1J2TFVmfZ2GJ5U5x { color:#101010;display:block;width:55.187rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:8.30579328537rem;left:2.4049377441406rem;height:9.8001875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#qmsTTI95PBhGydsiAmVmchZGArUF7e03 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:9.1875rem;top:4.3971400260925rem;left:25.405836105347rem;overflow:hidden;display:block; }
#zDObxfOVeyrLBZL6dDQ68rV0MFHzKx7o { 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; }#zDObxfOVeyrLBZL6dDQ68rV0MFHzKx7o > .row .container { background-color: transparent; background-image: none; }#zDObxfOVeyrLBZL6dDQ68rV0MFHzKx7o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zDObxfOVeyrLBZL6dDQ68rV0MFHzKx7o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zDObxfOVeyrLBZL6dDQ68rV0MFHzKx7o > .row .container > .video-iframe-container { display: none; }#zDObxfOVeyrLBZL6dDQ68rV0MFHzKx7o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zDObxfOVeyrLBZL6dDQ68rV0MFHzKx7o > .row > .video-iframe-container { display: none; }#zDObxfOVeyrLBZL6dDQ68rV0MFHzKx7o > .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); }#zDObxfOVeyrLBZL6dDQ68rV0MFHzKx7o > .row .container { border-width: 0; border-radius: 0; }#zDObxfOVeyrLBZL6dDQ68rV0MFHzKx7o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zDObxfOVeyrLBZL6dDQ68rV0MFHzKx7o > .row .container { font-size:0.875rem;font-family:arial;height:18.1875rem;width:60rem;position:relative;display:block; }#QKbcPP6zrwxans5gfP5wcqKT39DRCX6R { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f10a18;border-left:0.1875rem solid #f10a18;border-right:0.1875rem solid #f10a18;border-bottom:0.1875rem solid #f10a18;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.9375rem;width:56.625rem;top:3.5847616195679rem;left:1.6433906555176rem;display:block; }
#oGweL7JeOmK1NpV5975BGrK2kbJlBFnp { color:#101010;display:block;width:55.187rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:8.30579328537rem;left:2.4049377441406rem;height:7.00013125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#xEBry4SktTNkPcEhdcnh9CrVNKzKg2ir { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.7498625rem;width:9.562375rem;top:5.2081031799316rem;left:25.218473434448rem;overflow:hidden;display:block; }
#vHQgo8HIr9sVTBd4JS5fHMRJmaTbz1b2 { 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; }#vHQgo8HIr9sVTBd4JS5fHMRJmaTbz1b2 > .row .container { background-color: transparent; background-image: none; }#vHQgo8HIr9sVTBd4JS5fHMRJmaTbz1b2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHQgo8HIr9sVTBd4JS5fHMRJmaTbz1b2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHQgo8HIr9sVTBd4JS5fHMRJmaTbz1b2 > .row .container > .video-iframe-container { display: none; }#vHQgo8HIr9sVTBd4JS5fHMRJmaTbz1b2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHQgo8HIr9sVTBd4JS5fHMRJmaTbz1b2 > .row > .video-iframe-container { display: none; }#vHQgo8HIr9sVTBd4JS5fHMRJmaTbz1b2 > .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); }#vHQgo8HIr9sVTBd4JS5fHMRJmaTbz1b2 > .row .container { border-width: 0; border-radius: 0; }#vHQgo8HIr9sVTBd4JS5fHMRJmaTbz1b2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vHQgo8HIr9sVTBd4JS5fHMRJmaTbz1b2 > .row .container { font-size:0.875rem;font-family:arial;height:25.0625rem;width:60rem;position:relative;display:block; }#qcOP50U22ZTi1tQLpS0i3MT0dyy4D2SR { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f10a18;border-left:0.1875rem solid #f10a18;border-right:0.1875rem solid #f10a18;border-bottom:0.1875rem solid #f10a18;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.6875rem;width:56.875rem;top:3.5840721130371rem;left:1.6433906555176rem;display:block; }
#uSgBPXLTkWVy89p6oVVk2m9pUsZxnTcS { color:#101010;display:block;width:55.187rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:8.30579328537rem;left:2.4049377441406rem;height:14.00029375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#gO4bpGSOxTJZ7GOany5eraCW009ea50L { 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.93694375rem;width:9.4994375rem;top:4.4586558938026rem;left:25.249586105347rem;overflow:hidden;display:block; }
#xw9ltqlKN3XLy3PsXiOFHUuT4Qiu6ask { 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; }#xw9ltqlKN3XLy3PsXiOFHUuT4Qiu6ask > .row .container { background-color: transparent; background-image: none; }#xw9ltqlKN3XLy3PsXiOFHUuT4Qiu6ask::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xw9ltqlKN3XLy3PsXiOFHUuT4Qiu6ask > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xw9ltqlKN3XLy3PsXiOFHUuT4Qiu6ask > .row .container > .video-iframe-container { display: none; }#xw9ltqlKN3XLy3PsXiOFHUuT4Qiu6ask > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xw9ltqlKN3XLy3PsXiOFHUuT4Qiu6ask > .row > .video-iframe-container { display: none; }#xw9ltqlKN3XLy3PsXiOFHUuT4Qiu6ask > .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); }#xw9ltqlKN3XLy3PsXiOFHUuT4Qiu6ask > .row .container { border-width: 0; border-radius: 0; }#xw9ltqlKN3XLy3PsXiOFHUuT4Qiu6ask > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xw9ltqlKN3XLy3PsXiOFHUuT4Qiu6ask > .row .container { font-size:0.875rem;font-family:arial;height:28.1875rem;width:60rem;position:relative;display:block; }#pMikUKbVaRGHoELBJXk31zE1krywOS9m { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f10a18;border-left:0.1875rem solid #f10a18;border-right:0.1875rem solid #f10a18;border-bottom:0.1875rem solid #f10a18;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5625rem;width:56.4375rem;top:3.5851097106934rem;left:1.6427001953125rem;display:block; }
#X2CaK464D2NzpidpfTbynHomTxZgl7Xv { color:#101010;display:block;width:55.187rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:8.30579328537rem;left:2.4049377441406rem;height:16.8003rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#GeyRlvuVK1FGQ8oIxAmddQxkNAKMBLU7 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.62451875rem;width:6.810375rem;top:4.4873466491699rem;left:26.594303131104rem;overflow:hidden;display:block; }
#fty1WykqllJxvGbOeA9Iq7gQnS8gb4XE { 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; }#fty1WykqllJxvGbOeA9Iq7gQnS8gb4XE > .row .container { background-color: transparent; background-image: none; }#fty1WykqllJxvGbOeA9Iq7gQnS8gb4XE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fty1WykqllJxvGbOeA9Iq7gQnS8gb4XE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fty1WykqllJxvGbOeA9Iq7gQnS8gb4XE > .row .container > .video-iframe-container { display: none; }#fty1WykqllJxvGbOeA9Iq7gQnS8gb4XE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fty1WykqllJxvGbOeA9Iq7gQnS8gb4XE > .row > .video-iframe-container { display: none; }#fty1WykqllJxvGbOeA9Iq7gQnS8gb4XE > .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); }#fty1WykqllJxvGbOeA9Iq7gQnS8gb4XE > .row .container { border-width: 0; border-radius: 0; }#fty1WykqllJxvGbOeA9Iq7gQnS8gb4XE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fty1WykqllJxvGbOeA9Iq7gQnS8gb4XE > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:60rem;position:relative;display:block; }#hisIbMtd6cp8cd91X1PQxTTGmseREcZ4 { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f10a18;border-left:0.1875rem solid #f10a18;border-right:0.1875rem solid #f10a18;border-bottom:0.1875rem solid #f10a18;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:56.5625rem;top:3.5847625732422rem;left:1.6426992416382rem;display:block; }
#ERAWVsWFJwA94PkLTFmDLk2UvhWhVmAE { color:#101010;display:block;width:55.187rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:8.30579328537rem;left:2.4049377441406rem;height:19.60035rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#wmdQRewR3rcTbATTsiz1E4qq8Wb75baO { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4370875rem;width:8.2494375rem;top:5.2260780334472rem;left:25.874586105347rem;overflow:hidden;display:block; }
#o0dDxWMZW3iEQSFNwgBiT5NgPF085kxE { 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; }#o0dDxWMZW3iEQSFNwgBiT5NgPF085kxE > .row .container { background-color: transparent; background-image: none; }#o0dDxWMZW3iEQSFNwgBiT5NgPF085kxE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o0dDxWMZW3iEQSFNwgBiT5NgPF085kxE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o0dDxWMZW3iEQSFNwgBiT5NgPF085kxE > .row .container > .video-iframe-container { display: none; }#o0dDxWMZW3iEQSFNwgBiT5NgPF085kxE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o0dDxWMZW3iEQSFNwgBiT5NgPF085kxE > .row > .video-iframe-container { display: none; }#o0dDxWMZW3iEQSFNwgBiT5NgPF085kxE > .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); }#o0dDxWMZW3iEQSFNwgBiT5NgPF085kxE > .row .container { border-width: 0; border-radius: 0; }#o0dDxWMZW3iEQSFNwgBiT5NgPF085kxE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o0dDxWMZW3iEQSFNwgBiT5NgPF085kxE > .row .container { font-size:0.875rem;font-family:arial;height:24.9375rem;width:60rem;position:relative;display:block; }#zfZlDx9D5JTISqwZbVqv21kBGNGUBvFv { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f10a18;border-left:0.1875rem solid #f10a18;border-right:0.1875rem solid #f10a18;border-bottom:0.1875rem solid #f10a18;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:56.625rem;top:3.5847625732422rem;left:1.6426992416382rem;display:block; }
#MWOlEIA8uXudcl8JI8sCeuxONTNOGFw0 { color:#101010;display:block;width:55.187rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:8.30579328537rem;left:2.4049377441406rem;height:14.00029375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#oJnW3t3MkCLHMibdkJBtWtKkoyiF0CaM { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:7.062375rem;top:4.7870569229126rem;left:26.468474388123rem;overflow:hidden;display:block; }
#NxibwdxchyOHf2Inl8lxxwK5RV5vlbeX { 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; }#NxibwdxchyOHf2Inl8lxxwK5RV5vlbeX > .row .container { background-color: transparent; background-image: none; }#NxibwdxchyOHf2Inl8lxxwK5RV5vlbeX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxibwdxchyOHf2Inl8lxxwK5RV5vlbeX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxibwdxchyOHf2Inl8lxxwK5RV5vlbeX > .row .container > .video-iframe-container { display: none; }#NxibwdxchyOHf2Inl8lxxwK5RV5vlbeX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxibwdxchyOHf2Inl8lxxwK5RV5vlbeX > .row > .video-iframe-container { display: none; }#NxibwdxchyOHf2Inl8lxxwK5RV5vlbeX > .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); }#NxibwdxchyOHf2Inl8lxxwK5RV5vlbeX > .row .container { border-width: 0; border-radius: 0; }#NxibwdxchyOHf2Inl8lxxwK5RV5vlbeX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NxibwdxchyOHf2Inl8lxxwK5RV5vlbeX > .row .container { font-size:0.875rem;font-family:arial;height:17.75rem;width:60rem;position:relative;display:block; }#cvD5gI8E2TRCSBk9PKdOpfQGHSe55Pta { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f10a18;border-left:0.1875rem solid #f10a18;border-right:0.1875rem solid #f10a18;border-bottom:0.1875rem solid #f10a18;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.6875rem;width:56.4375rem;top:3.5861434936524rem;left:1.6427001953125rem;display:block; }
#C4EPXgTOAu05SIlIQpXMWyktv5bJWacO { color:#101010;display:block;width:55.187rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:8.30579328537rem;left:2.4049377441406rem;height:7.000125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#a4td7UfgHQkyplQwAfeeifTLtWEIBgCS { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:11.8743125rem;top:4.8949728012085rem;left:24.062843322754rem;overflow:hidden;display:block; }
#LHeJEE2L8xERcVhR6k08ozJ4haZHBGPZ { 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; }#LHeJEE2L8xERcVhR6k08ozJ4haZHBGPZ > .row .container { background-color: transparent; background-image: none; }#LHeJEE2L8xERcVhR6k08ozJ4haZHBGPZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHeJEE2L8xERcVhR6k08ozJ4haZHBGPZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHeJEE2L8xERcVhR6k08ozJ4haZHBGPZ > .row .container > .video-iframe-container { display: none; }#LHeJEE2L8xERcVhR6k08ozJ4haZHBGPZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHeJEE2L8xERcVhR6k08ozJ4haZHBGPZ > .row > .video-iframe-container { display: none; }#LHeJEE2L8xERcVhR6k08ozJ4haZHBGPZ > .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); }#LHeJEE2L8xERcVhR6k08ozJ4haZHBGPZ > .row .container { border-width: 0; border-radius: 0; }#LHeJEE2L8xERcVhR6k08ozJ4haZHBGPZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LHeJEE2L8xERcVhR6k08ozJ4haZHBGPZ > .row .container { font-size:0.875rem;font-family:arial;height:34.4375rem;width:60rem;position:relative;display:block; }#xcV4ypvl58pWHvQ6ixBwdTVnCXVXolg4 { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f10a18;border-left:0.1875rem solid #f10a18;border-right:0.1875rem solid #f10a18;border-bottom:0.1875rem solid #f10a18;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.4375rem;width:56.625rem;top:3.58203125rem;left:1.6426992416382rem;display:block; }
#W9gFMCRIx8Rv6X3L8oJt99aSeVxUWLmu { color:#101010;display:block;width:55.187rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:8.30579328537rem;left:2.4049377441406rem;height:22.40041875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#rWodMfrIZGbz7mgbDDxSBwkzlE9JdRm5 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.87313125rem;width:8.1243125rem;top:3.584059715271rem;left:25.220199584961rem;overflow:hidden;display:block; }
#p6TevdTXeNO1Zvi96syUtZnb1up96PoJ { 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; }#p6TevdTXeNO1Zvi96syUtZnb1up96PoJ > .row .container { background-color: transparent; background-image: none; }#p6TevdTXeNO1Zvi96syUtZnb1up96PoJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p6TevdTXeNO1Zvi96syUtZnb1up96PoJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p6TevdTXeNO1Zvi96syUtZnb1up96PoJ > .row .container > .video-iframe-container { display: none; }#p6TevdTXeNO1Zvi96syUtZnb1up96PoJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p6TevdTXeNO1Zvi96syUtZnb1up96PoJ > .row > .video-iframe-container { display: none; }#p6TevdTXeNO1Zvi96syUtZnb1up96PoJ > .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); }#p6TevdTXeNO1Zvi96syUtZnb1up96PoJ > .row .container { border-width: 0; border-radius: 0; }#p6TevdTXeNO1Zvi96syUtZnb1up96PoJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p6TevdTXeNO1Zvi96syUtZnb1up96PoJ > .row .container { font-size:0.875rem;font-family:arial;height:24.125rem;width:60rem;position:relative;display:block; }#iQfT9xs2tVgP0m68Klwlu7wVrNP7hHHC { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f10a18;border-left:0.1875rem solid #f10a18;border-right:0.1875rem solid #f10a18;border-bottom:0.1875rem solid #f10a18;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.8125rem;width:56.75rem;top:3.5819931030274rem;left:1.6426992416382rem;display:block; }
#JSThcoWpweEAMkWIJoOZUrnAD0FIcxem { color:#101010;display:block;width:55.187rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:8.30579328537rem;left:2.4049377441406rem;height:12.60025rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#Rn1gmu2uJe6xAIGw2vutqS2aOFuSsWsx { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.7495875rem;width:8.937375rem;top:4.7594022750854rem;left:25.530973434448rem;overflow:hidden;display:block; }
#AoUqcmiFFgPmi62XaGnTOlKG8CpScds7 { 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; }#AoUqcmiFFgPmi62XaGnTOlKG8CpScds7 > .row .container { background-color: transparent; background-image: none; }#AoUqcmiFFgPmi62XaGnTOlKG8CpScds7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AoUqcmiFFgPmi62XaGnTOlKG8CpScds7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AoUqcmiFFgPmi62XaGnTOlKG8CpScds7 > .row .container > .video-iframe-container { display: none; }#AoUqcmiFFgPmi62XaGnTOlKG8CpScds7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AoUqcmiFFgPmi62XaGnTOlKG8CpScds7 > .row > .video-iframe-container { display: none; }#AoUqcmiFFgPmi62XaGnTOlKG8CpScds7 > .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); }#AoUqcmiFFgPmi62XaGnTOlKG8CpScds7 > .row .container { border-width: 0; border-radius: 0; }#AoUqcmiFFgPmi62XaGnTOlKG8CpScds7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AoUqcmiFFgPmi62XaGnTOlKG8CpScds7 > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:60rem;position:relative;display:block; }#d3ZJqZJPnKLkZtuH3ScGeuGduRvqlGTq { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f10a18;border-left:0.1875rem solid #f10a18;border-right:0.1875rem solid #f10a18;border-bottom:0.1875rem solid #f10a18;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.5rem;width:56.6875rem;top:3.5819969177246rem;left:1.6426992416382rem;display:block; }
#mmCBgDT0RG9sutStwGP2pKiftxOx3KGt { color:#101010;display:block;width:55.187rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:8.30579328537rem;left:2.4049377441406rem;height:33.60063125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#dl0M9ZuMi0qkQxFfg1d07dK6tbigXxbs { 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:1.3125rem;width:11.75rem;top:5.4652938842774rem;left:22.405973434448rem;overflow:hidden;display:block; }
#JAx8kKkptQxT3MRtvUpPtURLXvHenFSP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f1035;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; }#JAx8kKkptQxT3MRtvUpPtURLXvHenFSP > .row .container { background-color: transparent; background-image: none; }#JAx8kKkptQxT3MRtvUpPtURLXvHenFSP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAx8kKkptQxT3MRtvUpPtURLXvHenFSP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAx8kKkptQxT3MRtvUpPtURLXvHenFSP > .row .container > .video-iframe-container { display: none; }#JAx8kKkptQxT3MRtvUpPtURLXvHenFSP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAx8kKkptQxT3MRtvUpPtURLXvHenFSP > .row > .video-iframe-container { display: none; }#JAx8kKkptQxT3MRtvUpPtURLXvHenFSP > .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); }#JAx8kKkptQxT3MRtvUpPtURLXvHenFSP > .row .container { border-width: 0; border-radius: 0; }#JAx8kKkptQxT3MRtvUpPtURLXvHenFSP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JAx8kKkptQxT3MRtvUpPtURLXvHenFSP > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:60rem;position:relative;display:block; }#DJHU3vTsbTNmdtteh7LtOu1m0t5gkFIc { background-color:#f10a18;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:2.7806968688965rem;left:21.25rem;display:block; }
#nbuZTTWUxFCqeAa2ozTEX3A10VEviTgZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TEAbMqR4gPfJkHtMKsIvCSGokHON4IUl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7fc7d9;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; }#TEAbMqR4gPfJkHtMKsIvCSGokHON4IUl > .row .container { background-color: transparent; background-image: none; }#TEAbMqR4gPfJkHtMKsIvCSGokHON4IUl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEAbMqR4gPfJkHtMKsIvCSGokHON4IUl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEAbMqR4gPfJkHtMKsIvCSGokHON4IUl > .row .container > .video-iframe-container { display: none; }#TEAbMqR4gPfJkHtMKsIvCSGokHON4IUl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEAbMqR4gPfJkHtMKsIvCSGokHON4IUl > .row > .video-iframe-container { display: none; }#TEAbMqR4gPfJkHtMKsIvCSGokHON4IUl > .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); }#TEAbMqR4gPfJkHtMKsIvCSGokHON4IUl > .row .container { border-width: 0; border-radius: 0; }#TEAbMqR4gPfJkHtMKsIvCSGokHON4IUl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TEAbMqR4gPfJkHtMKsIvCSGokHON4IUl > .row .container { font-size:0.875rem;font-family:arial;height:17.4375rem;width:60rem;position:relative;display:block; }#Jl6oeB1PDdyBpgDRb9ob4b7CsrkKbJK5 { color:#182638;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:400;z-index:15009;line-height:.8;letter-spacing:0;top:1.8107171058655rem;left:0rem;height:1.34955625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MrzL4ACXCq9TxDSxXvOeNwZH5CgT0t7I { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.5606875rem;width:18.8730625rem;top:5.1769909858704rem;left:40.374032974243rem;display:block; }
#qsM9a8txkspqIPps2c3I6sXnywxKb5Fp { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.56rem;width:18.872375rem;top:5.1762995719909rem;left:20.563467025757rem;display:block; }
#ovAg7fR5lhtszz1JDvI6PUgdim28aEfz { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.5606875rem;width:18.8730625rem;top:5.1762995719909rem;left:0.625rem;display:block; }
#eKUwpDfiIJDJbsg1aTtEB8vwgUaBJPOo { position:relative;display:block; }#eKUwpDfiIJDJbsg1aTtEB8vwgUaBJPOo { background-color: transparent; background-image: none; }#eKUwpDfiIJDJbsg1aTtEB8vwgUaBJPOo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eKUwpDfiIJDJbsg1aTtEB8vwgUaBJPOo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eKUwpDfiIJDJbsg1aTtEB8vwgUaBJPOo > .row .container > .video-iframe-container { display: none; }#eKUwpDfiIJDJbsg1aTtEB8vwgUaBJPOo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eKUwpDfiIJDJbsg1aTtEB8vwgUaBJPOo > .row > .video-iframe-container { display: none; }#eKUwpDfiIJDJbsg1aTtEB8vwgUaBJPOo > .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); }#eKUwpDfiIJDJbsg1aTtEB8vwgUaBJPOo { border-width: 0; border-radius: 0; }#eKUwpDfiIJDJbsg1aTtEB8vwgUaBJPOo > .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; }#eKUwpDfiIJDJbsg1aTtEB8vwgUaBJPOo > .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:24.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GKhUxnFT7lJTgnnRII6fJknrPiI5WfmI { color:#000000;display:block;width:29.936375rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:3.4983386993408rem;left:15rem;height:2.9998625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MRdUIOGJB52UTABWPuCcSGpvHArZsKPO { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:15.125rem;top:10.624313354493rem;left:0rem;overflow:hidden;display:block; }
#atQMJR2kVtVvBTc7WytdI1C4gIW9y2kZ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.56194375rem;width:15rem;top:10.685840845108rem;left:29.999307632446rem;overflow:hidden;display:block; }
#ZuHbksfAZU8tRr7s3pXZJOedAih1LkT4 { 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:8.937375rem;width:8.937375rem;top:7.9984790086744rem;left:48.030973434448rem;overflow:hidden;display:block; }
#pqZcKDadhTVr4UAUgQ6wfKnn2gmk42Te { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.68625625rem;width:11.25rem;top:11.624724149704rem;left:16.875rem;overflow:hidden;display:block; }
#gJflVvqwUFGbBi9r4H9pZfPg6vbXHt06 { 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:1.5625rem;width:13.5605625rem;top:18.945658802986rem;left:38.343474388123rem;overflow:hidden;display:block; }
#IT43hUbN6TLlAdLvsfXlEJm6So03XxFn { 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.56125625rem;width:9.6875rem;top:17.945935368538rem;left:25.123755455017rem;overflow:hidden;display:block; }
#B1nBdfL2tCR5OLTPJygMg05D75CHcCPy { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:11.5625rem;top:17.851908802986rem;left:9.4676446914675rem;overflow:hidden;display:block; }
#PXv2mNvtGB8TCJDQt6n6oQ9kWRgwiOvv { position:relative;display:block; }#PXv2mNvtGB8TCJDQt6n6oQ9kWRgwiOvv { background-color: transparent; background-image: none; }#PXv2mNvtGB8TCJDQt6n6oQ9kWRgwiOvv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PXv2mNvtGB8TCJDQt6n6oQ9kWRgwiOvv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PXv2mNvtGB8TCJDQt6n6oQ9kWRgwiOvv > .row .container > .video-iframe-container { display: none; }#PXv2mNvtGB8TCJDQt6n6oQ9kWRgwiOvv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PXv2mNvtGB8TCJDQt6n6oQ9kWRgwiOvv > .row > .video-iframe-container { display: none; }#PXv2mNvtGB8TCJDQt6n6oQ9kWRgwiOvv > .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); }#PXv2mNvtGB8TCJDQt6n6oQ9kWRgwiOvv { border-width: 0; border-radius: 0; }#PXv2mNvtGB8TCJDQt6n6oQ9kWRgwiOvv > .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; }#PXv2mNvtGB8TCJDQt6n6oQ9kWRgwiOvv > .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:30.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uBAXVX3HdM7l2Ww535Qnd1WP8cBfCTpI { color:#000000;display:block;width:29.9356875rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:1.0584897994995rem;left:15rem;height:2.9998625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DzFSNgrR7iKkiKTwJCS1m8mEE8gtB1WB { position:absolute;display:block;z-index:15016;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.31225rem;width:10.499875rem;top:6.52654838562rem;left:2.2497234344483rem;overflow:hidden;display:block; }
#JyIR3wyvWT2sPoW5Mp53TwETWTF25hgF { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:8.75rem;top:7.6562497615813rem;left:33.124307632446rem;overflow:hidden;display:block; }
#XJHLlhosStTh4JKWdgE8HPOSwDbFn3zC { 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.75rem;width:14.375rem;top:8.1249997615813rem;left:15.3125rem;overflow:hidden;display:block; }
#Hb4Sh1FalCkGiWJpMC5vRLxwWPwkAxi2 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.2498625rem;width:12.374875rem;top:7.8747231960294rem;left:46.312223434448rem;overflow:hidden;display:block; }
#fXHTnmTrzIl8Kn9nK4lo1MnR0vQ0kuFo { 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:3.24944375rem;width:10.499875rem;top:16.379285812378rem;left:2.2497234344483rem;overflow:hidden;display:block; }
#gbWzhzXbPvvtA66yiOKbCMUIiVHW1qm2 { 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.1875rem;width:11.5625rem;top:16.909568786621rem;left:31.718057632446rem;overflow:hidden;display:block; }
#JtzsyLZk8EbRBbkiI9MQFndKTLloH8a7 { 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.3123625rem;width:14.936375rem;top:16.347483515739rem;left:44.999998092651rem;overflow:hidden;display:block; }
#f3wm1qegxkc4OlL9sNplW2gBGthJKBHT { 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.9373625rem;width:12.56225rem;top:16.034981250763rem;left:16.218196868896rem;overflow:hidden;display:block; }
#lFpg5II4R9yiBQwxCt290a9uB1J5l4QQ { 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.24875625rem;width:10rem;top:24.557521820068rem;left:17.5rem;overflow:hidden;display:block; }
#tTTSnypZBVmWbmOEvFLNye0XuRmqDTBh { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.937225rem;width:18.4375rem;top:25.212927818298rem;left:31.718057632446rem;overflow:hidden;display:block; }
#Oaexusb78U4pl3uBw9pFabCWw7JhZ7Oz { position:relative;display:block; }#Oaexusb78U4pl3uBw9pFabCWw7JhZ7Oz { background-color: transparent; background-image: none; }#Oaexusb78U4pl3uBw9pFabCWw7JhZ7Oz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oaexusb78U4pl3uBw9pFabCWw7JhZ7Oz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oaexusb78U4pl3uBw9pFabCWw7JhZ7Oz > .row .container > .video-iframe-container { display: none; }#Oaexusb78U4pl3uBw9pFabCWw7JhZ7Oz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oaexusb78U4pl3uBw9pFabCWw7JhZ7Oz > .row > .video-iframe-container { display: none; }#Oaexusb78U4pl3uBw9pFabCWw7JhZ7Oz > .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); }#Oaexusb78U4pl3uBw9pFabCWw7JhZ7Oz { border-width: 0; border-radius: 0; }#Oaexusb78U4pl3uBw9pFabCWw7JhZ7Oz > .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; }#Oaexusb78U4pl3uBw9pFabCWw7JhZ7Oz > .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:27.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yoMu0FlUZtqWqhbVJaaZZIM7oZuQuS80 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.749875rem;width:9.375rem;top:8.7188887596131rem;left:18.824668884278rem;overflow:hidden;display:block; }
#kUPUg9lb1naDaiiks8gTl9nrG7hRruUR { color:#000000;display:block;width:29.936375rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:1.3094577789307rem;left:14.999308586121rem;height:2.9998625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QAqqMrlO2IbZDcqeTWN5zgQ17BMaLS5X { 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:3.75rem;width:13.312375rem;top:19.843749761581rem;left:23.309595108033rem;overflow:hidden;display:block; }
#QsTXE553OULbyBv5opwvhnRDRHsT3tvB { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.437225rem;width:14.935rem;top:9.8748688697813rem;left:45.064989089966rem;overflow:hidden;display:block; }
#RRFHsWen2DzqUTZzOCziSVLkaQkmzPXQ { 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:7.062375rem;width:8.24875rem;top:8.5626454353331rem;left:33.374586105347rem;overflow:hidden;display:block; }
#f0NaltFrGmeLr2IwKeTcS2AQVxAwqyQN { 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.74875625rem;width:14.249875rem;top:8.7188887596131rem;left:0rem;overflow:hidden;display:block; }
#vH4eP7TbnQ04y5MsLGZkqS9cJpcQchE3 { position:relative;display:block; }#vH4eP7TbnQ04y5MsLGZkqS9cJpcQchE3 { background-color: transparent; background-image: none; }#vH4eP7TbnQ04y5MsLGZkqS9cJpcQchE3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vH4eP7TbnQ04y5MsLGZkqS9cJpcQchE3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vH4eP7TbnQ04y5MsLGZkqS9cJpcQchE3 > .row .container > .video-iframe-container { display: none; }#vH4eP7TbnQ04y5MsLGZkqS9cJpcQchE3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vH4eP7TbnQ04y5MsLGZkqS9cJpcQchE3 > .row > .video-iframe-container { display: none; }#vH4eP7TbnQ04y5MsLGZkqS9cJpcQchE3 > .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); }#vH4eP7TbnQ04y5MsLGZkqS9cJpcQchE3 { border-width: 0; border-radius: 0; }#vH4eP7TbnQ04y5MsLGZkqS9cJpcQchE3 > .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; }#vH4eP7TbnQ04y5MsLGZkqS9cJpcQchE3 > .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:14.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#h6mSi0nkQQNX8RxZnnogtzyCtE67CZ0H { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1248625rem;width:17.062375rem;top:7.9666757583619rem;left:12.370714187622rem;overflow:hidden;display:block; }
#SaKf8uvCbM3A8n6z3FPpFadizFTAGc0b { 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.8125rem;width:11.93725rem;top:7.121819496155rem;left:33.124307632446rem;overflow:hidden;display:block; }
#uKD4R3APTTNLwRUhmQTN7KeVVvR0Xsby { color:#000000;display:block;width:29.936375rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:1.3094577789307rem;left:14.999308586121rem;height:2.9998625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f1035;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; }#QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd > .row .container { background-color: transparent; background-image: none; }#QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd > .row .container > .video-iframe-container { display: none; }#QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd > .row > .video-iframe-container { display: none; }#QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd > .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); }#QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd > .row .container { border-width: 0; border-radius: 0; }#QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:60rem;position:relative;display:block; }#qgXu9ku4R3k9t7o9aeTfe0B1TvxmZHnF { color:#ffffff;display:block;width:59.9375rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6057796478271rem;left:0.15542030334473rem;height:1.54383125rem;text-align:center;text-align-last:center;display:block; }
#DCECwFbuSia7OTVf3AJMGS0TTzROXKIq { 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; }#DCECwFbuSia7OTVf3AJMGS0TTzROXKIq > .row .container { background-color: transparent; background-image: none; }#DCECwFbuSia7OTVf3AJMGS0TTzROXKIq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCECwFbuSia7OTVf3AJMGS0TTzROXKIq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCECwFbuSia7OTVf3AJMGS0TTzROXKIq > .row .container > .video-iframe-container { display: none; }#DCECwFbuSia7OTVf3AJMGS0TTzROXKIq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCECwFbuSia7OTVf3AJMGS0TTzROXKIq > .row > .video-iframe-container { display: none; }#DCECwFbuSia7OTVf3AJMGS0TTzROXKIq > .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); }#DCECwFbuSia7OTVf3AJMGS0TTzROXKIq > .row .container { border-width: 0; border-radius: 0; }#DCECwFbuSia7OTVf3AJMGS0TTzROXKIq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DCECwFbuSia7OTVf3AJMGS0TTzROXKIq > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#d60EXsE97udn29Cp5GqWPyRwllXqVElQ { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:averta;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9247741699219rem;left:0rem;height:0.97483125rem;display:block; }
#NiwNZtZDsqcamedHwdsVFA4kvfIZ4G5w { 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:averta;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.87375rem;height:1.624725rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.4995861053467rem;left:50.250967025757rem;display:block; }
#ens07Oe2631vCtgPw8wX89DRctONDpPv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ohDR4CENdMrXFOoPA9L6iWT0Er3ZLeZ0 { position:absolute;display:block;z-index:15001;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.43679375rem;width:6.937rem;top:1.593297958374rem;left:28.686268806458rem;overflow:hidden;display:block; }
#VFuqlmJ1ourdF5WxRheqdu9cmTuPES0C { 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:averta;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6870625rem;height:1.624725rem;text-decoration:none;z-index:15003;text-align:right;text-align-last:right;top:1.4995861053467rem;left:40.217782974243rem;display:block; }
#GZNWvDTbXsT1lcyXiPy81HtS3oXM8Jc5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ezFiXTFwtHiq4S3IKRSOhxdFGd9gFOQT { display:block; }#ezFiXTFwtHiq4S3IKRSOhxdFGd9gFOQT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u7dOBnScKR1rRQt7K5bQNeN7fwZxBn0f { width:5.375rem;height:3.4375rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O86zaEJW3nrntLzV6cXK3fNxvXbezDpO { top:1.875rem;left:18.4375rem;width:13.5rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v33xt41PX7rU0PXwhq4uT4iTUlHb3bsq { display:block; }
 }@media only screen and (max-width: 763px) { #mTOP2OpKa3aegt5K9m4AWGTrnVsTsRhk { top:1.875rem;left:33.0625rem;width:13.4375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcDl0I0OwzmJm9SOt6mgzXgOInKwrtXM { display:block; }
 }@media only screen and (max-width: 763px) { #VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J { display:block; }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ToJy8WlzyXA0lhJhkmqgQU8AZCT5S3UZ { top:1rem;left:8.0298929214475rem;width:31.6875rem;height:42.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARCJwZxK9B6GNyvg2gb8JElghndGyd1S { top:3rem;left:9.96875rem;width:27.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISRBWooXQlxifQf1M6ro5WsyINZsLkJS { top:16.125rem;left:20.543279647827rem;width:9.1875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2oLFbU519T2lzoki81k4Zrgv4xnIaOE { top:23.875rem;left:5.1049499511719rem;width:40.0625rem;height:12.105846596759rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLoOz7HbHL1gE2iRbyNEhFt4nDUmpIvO { top:6.75rem;left:17.999723434448rem;width:11.6875rem;height:7.2731215890594rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHrNCtSVs58qGKaqTO4tSo37641Dd9uW { width:22.125rem;height:4.0625rem;top:21.8125rem;left:13.812084197998rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMqNRfOI2FQCUaVk5L8J6X2NS3vzUGLq { top:21.875rem;left:11.8125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLvX7yMm2xkvJAvbHgFJi0CqMFUXUJm2 { top:16.125rem;left:17.999723434448rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZP3bMvCvivi5hoki0cyw51nRwr9kBZR { width:18.875rem;height:3.5rem;top:27.9375rem;left:14.405973434448rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDl9TNfrwTiqdXeeByoMmZu0TM3qkf5Q { display:block; }
 }@media only screen and (max-width: 763px) { #DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li { display:flex;width:18.5rem;height:5.1875rem;top:2.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #L8D75vTbIDvdRb3POi34xg2ePHaT0Oap { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #i8QoZZVgISGGuOwzrNJOQQNEdlTxIOeZ {  }
 }@media only screen and (max-width: 763px) { #DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #pNNZwdvJxQHSCtTVCb6q2HTrNOSWbmL4 {  }
 }@media only screen and (max-width: 763px) { #DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #khMH358f3yuirfoITpW3ZSSl3qfsvmS5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #kP4UHxtnwyvZ6LomyHg2hqZtBrSyGUvy {  }
 }@media only screen and (max-width: 763px) { #DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #WUdNoieNR6TUFrLObdST4Cx56nnxCQdJ {  }
 }@media only screen and (max-width: 763px) { #DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #A7qXlDrbCyw2IPo85kPMNdvt5iJym946 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #BI5knzvm3vT5xAJJpsO2BTOun29MvpTg {  }
 }@media only screen and (max-width: 763px) { #DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #aOIqQOnsITquvxEJTQRivvH58s5pzHur {  }
 }@media only screen and (max-width: 763px) { #DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #hmUTTeOCD3JELXfstPLHd0KC3IewNpZ8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #dJ8DLvlUkXPzKXnuCIZEUUZQGGKzszU6 {  }
 }@media only screen and (max-width: 763px) { #DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #Db6vKsivEu54BIfeiMephz7fKGtT1g8u {  }
 }@media only screen and (max-width: 763px) { #Rrpcwub2TsOsJooTHU1tbB8eUqLyi4EG { top:33.875rem;left:16.308753013611rem;width:14.0625rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUAqJdQGuyhceG5uzisWrgiw9NFaBf76 { top:19.1875rem;left:20.543279647827rem;width:9.1875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTeyPmh50717hmZiBkFS1SPTBbE7FWVf { top:19.125rem;left:17.999723434448rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HK325htQTZyUdVics3EcAvbcqVG2HxnG { display:block; }#HK325htQTZyUdVics3EcAvbcqVG2HxnG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #au9LJsJchLmSMn5yxiHTwuFahyDx9Ift { top:9.875rem;left:0rem;width:47.75rem;height:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPbzGKoICLuKFz7W3iykvELcXQRKqChi { top:14.0625rem;left:40.717316627502rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCUy74JdCzP9zWiQRWfEpFwVMLOSRvEQ { top:14rem;left:22.280320167541rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPlKJLFfUScND1ctyJZ2WeNwfiyQAUPE { top:19.375rem;left:0rem;width:16.875rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1LGaHkr3WbnBa8AqdrsrUKlbuTQWdnZ { top:19.375rem;left:19.121818542481rem;width:9.375rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZzWylMguRtrgkJFDfPAxNJwEV3TMNT0 { top:19.375rem;left:30.6875rem;width:17.0625rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbxHC0LGagIiM76WB0qTUtToK0TGzr2T { top:14.4375rem;left:22.561268806458rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHdoMabfTfRxNvG8TrCTgU9HXdMkO4h9 { top:13rem;left:3.125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9nEa6WMX5EV5OpQBPDWlQFndsVvTtMT { top:12.875rem;left:21.252690315247rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNDA0FgdEWUIMrzx5iewJy85NwO7wgpK { top:12.9375rem;left:39.5625rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #muxRrQB7hPyLMQTctFyeTpOdzJZvfdN9 { top:15.5rem;left:7.5rem;width:32.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5MF7FJszpwGO8Mn7JcgBut22ors6fB9 { top:26.4375rem;left:0rem;width:15.9375rem;height:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRyA3N1nF3kVC7FRLrK1CT8QycLNRQd9 { top:24.9375rem;left:0rem;width:17.0625rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gabgIphgn0vMZK4b7AXAnkm9oi4z1FRy { top:24.9375rem;left:15.374584197998rem;width:16.9375rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJP4hCuto78abOLBZbe28NTvm9LphHv7 { top:24.9375rem;left:30.5625rem;width:16.9375rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeQTmX62IzbySrBWi0xhDpv1gcNxAHnB { top:26.4375rem;left:16.562362670899rem;width:14.5625rem;height:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkPx9WZkmI8A0DuqFJZW6W3yoGP9gRct { top:26.4375rem;left:33.3125rem;width:14.4375rem;height:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgcHnrC2sSCpgBF7CmTXnT4Zya6TOv0B { top:4.125rem;left:0rem;width:47.75rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #meoDXCPrU80uDOWv5SAcWaQLtFdAq780 { top:4.75rem;left:8.625rem;width:39.125rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwfdNaJzQd9S8TuyTzDyE8iyTXCaLu5K { top:35.25rem;left:0rem;width:41.0625rem;height:12.293263714327rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAVTaitn60bNDp7k2q9EVR37mistZrkw { top:14.3125rem;left:4.4052190780639rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVdyUUgrdi81pWCG4kJLlE5L8Jfk710w { top:14.3125rem;left:4.4052190780639rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9Vx9HfsSWGp5DkTfr4u7KSrt9hrbiy4 { display:block; }#k9Vx9HfsSWGp5DkTfr4u7KSrt9hrbiy4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KJlWawAZ4H1Am6AgvzcVLqnihCd8U6GO { top:2.75rem;left:0rem;width:47.75rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z02QTe4qmvTdizDvS4bVJh93XTPl8D3E { top:7.875rem;left:4.3706502914429rem;width:7.875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUgqTRnmBi5aISZi9unG8GTuDfBpVeRJ { top:7.875rem;left:11.625rem;width:36.0625rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgulmWZTCqchTw1XPlB8P6fWlyNyh39L { display:block; }#HgulmWZTCqchTw1XPlB8P6fWlyNyh39L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oo4VKgxuUWTbkuoXw01A4lWuTPhr5cFU { top:7.5625rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }#Oo4VKgxuUWTbkuoXw01A4lWuTPhr5cFU li:before{  }
 }@media only screen and (max-width: 763px) { #TXANCmfrEE1alxNOBTd1GnoqdvumdbWf { top:2.6875rem;left:0rem;width:47.75rem;height:;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHhCHnJ2rRcxuwU5fwTr8cPlxxmLcHlG { display:block; }#GHhCHnJ2rRcxuwU5fwTr8cPlxxmLcHlG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S0gKT8pQbpaTAJvh4qUUnfZ9MFbbhPmN { width:17.5rem;height:3.4375rem;top:2.75rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vD7gf13I6KvrTLK0yToz7RDPMMvblW1g { display:block; }
 }@media only screen and (max-width: 763px) { #ua67PsmMLwTdaqlchkKvy43n6XRx3mVh { display:block; }#ua67PsmMLwTdaqlchkKvy43n6XRx3mVh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M4kCuLVTQnzQMSMVEbKMW6HTSu7RV08y { width:47.75rem;height:1.5625rem;top:1.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF2Q9cVDbZOpseNMgrhooHa6KBZbIKCE { width:1.875rem;height:0.125rem;top:9.5625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEzuucpGzUyANkoFFT60puy57Pa4D57n { top:0.6875rem;left:5.5875282287597rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTVrH0TWftsZSNchebLLobtglMVnkCXs { display:block; }#MTVrH0TWftsZSNchebLLobtglMVnkCXs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZaTokBTDG66lUAGQE6J4UMcKLTtkMLHf { width:41.9375rem;height:17rem;top:23.4375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nStgBb88tnuNb5Qb4OfSyuOzgdrTmocm { width:41.1875rem;height:3.75rem;top:1.125rem;left:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlKipqRinBiubkMTqhCmoN6n6cbERQBb { width:40.8125rem;height:13.4375rem;top:7.6875rem;left:6.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3z5cH7IkfDZMOtW8XwIOxJXyU03qG28 { width:40.6875rem;height:13.4375rem;top:23.625rem;left:7.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrKRawSUERoIQF9LZFEMQVbVX89Rz3Tk { width:11.25rem;height:11.25rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y69iM0uxqyOV4yzlavC1F7AeNC29EQlE { width:16.8125rem;height:5.625rem;top:14.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i79XLEbUUJceq6WJMCR2vsrFJSnNiade { width:11.25rem;height:11.25rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVCgLlsZLh1EWRZmefWCgC97i9PxvZ8J { width:14.5rem;height:5.625rem;top:34.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3ovQTxvkc6DZI6wm3bt2TMiBoRLP9xa { width:45rem;height:0;top:0.6875rem;left:2.6243085861206rem;display:block; }
 }@media only screen and (max-width: 763px) { #KowX9TgNRwBVMmZSX8AfJEHc22FT7UUf { display:block; }#KowX9TgNRwBVMmZSX8AfJEHc22FT7UUf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TkzoTpXzBpparHdIBbFUgX2IwWp6TnZr { width:42rem;height:4.5rem;top:18.125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFmemlgyQyb3CWvtRhh3KxmiTbXoHsE5 { width:41.25rem;height:;top:1.75rem;left:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHh0orhr0xxOVhlVy2vkuCNwGJg1xKf0 { width:40.8125rem;height:11.9375rem;top:4.6875rem;left:6.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tc5hi3VrGeGbf3AqFz2duQ8qSv6xmhg2 { width:40.8125rem;height:4.875rem;top:18.375rem;left:6.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCIpXcm6H1PAVrCngBX9MniHAdXTe9er { width:11.25rem;height:11.25rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqJJLzBXFh6QyKrZdUzsPoVfRZKsDvxI { width:15.625rem;height:5.625rem;top:14.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBGn5J7gwExU944ExquXFHD3CT8mdTzB { width:45rem;height:0;top:0.6875rem;left:2.6243085861206rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVcRlLGK6FFP5sAfsAmBTLv2wC8eeKqI { display:block; }#cVcRlLGK6FFP5sAfsAmBTLv2wC8eeKqI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J7HqLviANsSBzIaius61pW8WrMeZ4s41 { width:42rem;height:22.5625rem;top:29.0625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXDVhwwFFLGg2u7afBxXz4qVzb9TihX8 { width:40.875rem;height:1.875rem;top:1.6875rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNpFNFZouCRQ8S1uSBaCfIyAe1KcBWUs { width:40.8125rem;height:20.9375rem;top:5.6875rem;left:6.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lG0ztNUnEyLDTUdgEedOeCgvOoW6DPf8 { width:40.6875rem;height:20.8125rem;top:29.875rem;left:7.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNyH7txlzhsCK31RLQ0wgc3PMUqSPtru { width:11.25rem;height:11.25rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0ReTfK2G5EK4gSe8BENqIZLZIfC82Cz { width:16.75rem;height:7.5rem;top:14.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxK8FJVKoB3tn8aV2ehJPag6kKl2i3KM { width:11.25rem;height:11.25rem;top:25.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5ksKqQfDnTADsTpZWKgSwXmvPkaavof { width:14.5rem;height:5.625rem;top:37.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gusMnrmx7Zw40ETfCpOcoEip5Kx3EHpO { width:45rem;height:0;top:0.6875rem;left:2.6243085861206rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfAGklqp2TQ3Ad7sqcgzcE4HMlWwqVrE { display:block; }#CfAGklqp2TQ3Ad7sqcgzcE4HMlWwqVrE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tyWLC7bqZnwT2tEGQgTas1e79WXA4QGI { width:41.9375rem;height:7.5625rem;top:16.1875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTVtUgZTF2KpHJmORv3Ovv5iKpEbeRZa { width:41.25rem;height:;top:1.75rem;left:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrLFy7ASGiuVX7Zauv9NX4wnLAvgT99K { width:40.8125rem;height:7.4375rem;top:7.3125rem;left:6.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fodAkoSJpvSXILwZHIK3S2O5gXySu1b6 { width:40.8125rem;height:7.3125rem;top:16.75rem;left:6.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8bShXUyWF3sAgPbgP6aiKUDKOW56vPS { width:45rem;height:0;top:0.6875rem;left:2.6243085861206rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMR12S7G28otwbxoa2TBVpgOtzT4homK { width:15.625rem;height:5.625rem;top:14.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAcD5LrWTghQ2NPgiqLyrt0TbRddhaHM { width:11.25rem;height:11.25rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Toa5g6TJ7cWESLKSuPKnBDnrCTq45p9k { display:block; }#Toa5g6TJ7cWESLKSuPKnBDnrCTq45p9k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDXczVTVFdxSMK8UztZy7P9ziTILa3cW { width:41.9375rem;height:7.1875rem;top:15.9375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfxVXQk9uHT6Si33ScPtqrPCwhyEPsxg { width:41.25rem;height:;top:1.75rem;left:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqvh97XUs7ctZclhiMnHgFT0W9KDgewv { width:40.8125rem;height:7.4375rem;top:6.875rem;left:6.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJb4klH4afpI1zSDJeedu033pL37Nzpq { width:40.8125rem;height:7.3125rem;top:16.5rem;left:6.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7M764CSQGUHNVsEhZZ1gPQ6X67KWslk { width:45rem;height:0;top:0.6875rem;left:2.6243085861206rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1Qvvn8Brol4ISsgfSV2NvK7BRdhRyia { width:15.625rem;height:9.375rem;top:13.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g44fcvi7RpFZ8ftoLW1C6do4l2xIA3Vp { width:11.25rem;height:11.25rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTG6SJTnROs3oXZMQnLSVBP9Wvy0BUJt { display:block; }#FTG6SJTnROs3oXZMQnLSVBP9Wvy0BUJt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bme4Q5Avy5p8RDsh38WXw2laTcG8TWnR { width:42rem;height:11.75rem;top:37.3125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3GC0xydRCg0aFz9yPPqdToqIcANzDQd { width:41.25rem;height:1.875rem;top:1.75rem;left:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKBrfAnhXLuKbfDmTbLCBAECFyxVpTHm { width:40.8125rem;height:31.4375rem;top:4.9375rem;left:6.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJ5TuzJNWV2MQ6Xsy6I1SwcIG7wnRx4x { width:40.8125rem;height:11rem;top:37.5625rem;left:6.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8xvZHzncXsoazZcC0TLEA3XuqLulyfT { width:11.25rem;height:11.25rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWKh8M3AcTxBtNnXoiCbZG24A1Ws2lIv { width:15.625rem;height:5.625rem;top:14.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoaTTxeWr3N3DMNMQzP5O0WfUNnEWDgz { width:45rem;height:0;top:0.6875rem;left:2.6243085861206rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3NqJAuUVuIeMPeWVze2VMa4TQZqwoNb { width:15.625rem;height:5.625rem;top:35.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWyTDAlyW3bb4rz1cxdzgQGa01dTpEV5 { width:11.25rem;height:11.25rem;top:23.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaod27hHFfoEhdtFFAkdDJKCUIxCT3Eq { display:block; }#eaod27hHFfoEhdtFFAkdDJKCUIxCT3Eq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uOsO4CsHimpT1E7bSw13uS6Ek5OLnsBf { width:42rem;height:19.75rem;top:27.375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rf8PpxHmfHGWIrEe5VByXMczVKDkgaKk { width:41.25rem;height:;top:1.75rem;left:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMSQO25QfAyRRxpU9uZR4CI0eOyFrUlh { width:40.8125rem;height:16.4375rem;top:9.0625rem;left:6.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcQ7MRxutyAJbMsaqiFeLWPPG6iaemZG { width:40.8125rem;height:17.125rem;top:27.625rem;left:6.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qh1EAV7ldZt55CxctyNomtkyAwn8VTuu { width:11.25rem;height:11.25rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQgbtT9MeuB1I8N45cbcs3CbQ45x205y { width:15.625rem;height:7.5rem;top:14.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvQ8LzaN0swtT2WVLLkgISZ94fB3TDI7 { width:45rem;height:0;top:0.6875rem;left:2.6243085861206rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCpcuhQ3QRuVivKZLdJMbWsSKZTZoypn { width:15.625rem;height:5.625rem;top:35.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwEgoGS8mZqdC8Nbdb7PiI62XeXOZPfM { width:11.25rem;height:11.25rem;top:23.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiWJK2qOZp3KCtlSOTz2E4qIqyaQqtJg { display:block; }#HiWJK2qOZp3KCtlSOTz2E4qIqyaQqtJg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MKG7m6V0HldrcfET9yx0iOXpdrW11JHe { width:42rem;height:23.6875rem;top:16.9375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQnXrxWRUDMpXc3bBOueQnNqlSL4Ar6Q { width:41.25rem;height:3.75rem;top:2.8125rem;left:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fr71GFPUE5VDvqQG8XCBhAQnXoGv7khh { width:40.8125rem;height:5.9375rem;top:8.8125rem;left:6.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eroauRverILiIA1Z7lfnyS40DXOqChAk { width:40.8125rem;height:11rem;top:18.125rem;left:6.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEHvvkSvQtgxTvoaDGVOeTI25GLbqvEX { width:11.25rem;height:11.25rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #if9Sb7BOzRZOi8HULbNRbpyiiTgWdEog { width:15.625rem;height:5.625rem;top:14.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoRM7sNiwDB0aer3zrDLk6Ba6Jxc8REh { width:45rem;height:0;top:0.6875rem;left:2.6243085861206rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfJKE6QQnXyLeuDkL96JdCdf5P8TCpWy { width:17.3125rem;height:5.625rem;top:35.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1Lv318p89gLIz4FKhmE33qkRNaRnPWX { width:11.25rem;height:11.25rem;top:23.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMJPSzKrPC9TzC9P8XxNXqPIM51etshc { display:block; }#VMJPSzKrPC9TzC9P8XxNXqPIM51etshc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #riSlVAw0SB8ax2GdAmalk84O2Mvfhcsu { width:42rem;height:9.5rem;top:17.75rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXr7th3bafvyzHgI13bVZlvUzw1k6FTO { width:41.25rem;height:;top:1.75rem;left:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbKQvIcVHXOgVmaMwKdHRIK6b1XRoKL5 { width:40.8125rem;height:8.9375rem;top:7.375rem;left:6.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5dJ51Dxyn7q2oPczGcr3oUM5zZSalU5 { width:40.8125rem;height:9.75rem;top:18rem;left:6.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5DW0im5oWClDNWX8VWeUtfvKo1Qydz8 { width:11.25rem;height:11.25rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFxVg7lIwovsABBrQ6HapWWIMlQWFpEb { width:15.625rem;height:5.625rem;top:14.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #abGKCeRL8XPaRtRsRGHpcJTgpwo8U5BO { width:45rem;height:0;top:0.6875rem;left:2.6243085861206rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyMRv1Ts3aUSSQZXCkpG6bTNzdCbAD8I { display:block; }#oyMRv1Ts3aUSSQZXCkpG6bTNzdCbAD8I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PeN6nWc7S0d3LB7R9kkyu9OT4AoNTZTB { width:42rem;height:8.5625rem;top:32.1875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAHZSlZEsfFPGpUKZxxldUkRDTmbKrHP { width:40.9375rem;height:1.875rem;top:1.75rem;left:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaDX4zcwbIRqlpxu9wpFVIizT2EN3Re3 { width:40.5rem;height:8.5625rem;top:32.375rem;left:6.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6w1aFefViiTArmoZsIzic99HnEOISpM { width:11.25rem;height:11.25rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t98BFnnaTZ9pw11QCBlPhH07z9WmVXI6 { width:15.625rem;height:5.625rem;top:14.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvPelL3qTpq9erRTwqE82leMVFHwFtT9 { width:45rem;height:0;top:0.6875rem;left:2.6243085861206rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPKRJFu8VS6BDZPaPTgSBeKyl2RwGZMg { width:40.8125rem;height:25.4375rem;top:5.0625rem;left:6.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQWtsCLKi99QfiIQO4W1Oxlg36SdwEik { display:block; }#yQWtsCLKi99QfiIQO4W1Oxlg36SdwEik > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A6T8UDA3TklX5xyUSgO0aKpB9dw2k1h8 { width:42rem;height:5.75rem;top:17.6875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiqryAL3PPgk6xXJ4nLXkJuSDuiMX4z0 { width:36.875rem;height:3.75rem;top:1.75rem;left:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsuqQVoFWkdyGZbtBMbweguGMzUDSdtc { width:40.8125rem;height:8.9375rem;top:6.8125rem;left:6.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXdKqT67Vr6Cso918t49iLKThLxvLufV { width:40.8125rem;height:6.125rem;top:17.9375rem;left:6.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6sqig6tCr8CVw86WJQrTq5V6K2TJRsy { width:11.25rem;height:11.25rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R42IB2SPRuFp03aMQ4Shw0w0EkEACEbw { width:15.625rem;height:5.625rem;top:14.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExecB5NnumZr1veSUzCXKVhRwfwy4H2M { width:45rem;height:0;top:0.6875rem;left:2.6243085861206rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqFWUgmkZPrffT7i2JJTTGwTWM0dHpID { display:block; }#CqFWUgmkZPrffT7i2JJTTGwTWM0dHpID > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MtNlBH2vHxGLWsRK4Nwd6POyCyhg9GGr { width:42rem;height:8.5rem;top:15.9375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEq3sgLnNmKbtdJd2iDyhs4knkSX55BH { width:33.5625rem;height:;top:1.75rem;left:12.562084197998rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0zuKuIJ9nGDwSFa2zaXaKzXwUeKt1af { width:40.4375rem;height:7.3125rem;top:16.3125rem;left:7.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWMDrMDrXvk26GHhNrGKCKuDgTqzMknq { width:11.25rem;height:11.25rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAMl6rcFBzNT0gpfKHEiyzDkWPPx2iFi { width:15.625rem;height:5.625rem;top:14.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkJAULgqc56I8t0sZeterzDsRkFPC5da { width:45rem;height:0;top:0.6875rem;left:2.6243085861206rem;display:block; }
 }@media only screen and (max-width: 763px) { #qq9MhhBEB5pINT80VwavwclaxaD67g9Z { width:40.8125rem;height:7.4375rem;top:6.625rem;left:6.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4nwlKtJTkbIvpQn9FRSK30fo6GaD0r1 { display:block; }#m4nwlKtJTkbIvpQn9FRSK30fo6GaD0r1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTolmU03rXx6x5K373PNrKyvUh6qNJvW { top:0.625rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNid7QGyo0oaBOoRVytmsXtP8LdqpobS { top:2.375rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKPGmqdCHIJ7trug4GHHizmFff1SVvhy { display:block; }#ZKPGmqdCHIJ7trug4GHHizmFff1SVvhy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #heiwovZTyECGzruZhGvKPx9Q51BC6EVl { width:47.375rem;height:12.875rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOMSW5B8kKfVcViRoactx80xLDiKZLZZ { width:47.75rem;height:7rem;top:8.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9iUaA52ZqntWsJesXKzxLSTSSzAnnnl { top:5.3125rem;left:19.812843322754rem;width:8.0625rem;height:0.99211875620244rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoQVuIpK14BKcJ9oukMPUXI1Dyqt2eEd { display:block; }#NoQVuIpK14BKcJ9oukMPUXI1Dyqt2eEd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o4OZlQfxVbcuqhOPxAK1p9CEeWa3spF2 { width:47.375rem;height:15.375rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvE5uivtP2cpT9xOd0GC5gOlRxK9cvcJ { width:47.75rem;height:9.75rem;top:8.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQz6sEJv0qgqfEz0JD6qqDdpnZsgFfTO { top:5.3125rem;left:19.812843322754rem;width:8.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFJTvmKJeKaruZvs6TT6Cs8Tp5xM9lyu { display:block; }#cFJTvmKJeKaruZvs6TT6Cs8Tp5xM9lyu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wtZNJtbMwSJure7colc7TBw3xzDySDXg { width:47.375rem;height:28.4375rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vh0HzvJbawigMtZlvg5CFfvvPxwvOtDi { width:47.75rem;height:22.375rem;top:8.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K96PrQyaN6LIm0elpnIvxUS3rXmbrG3i { top:2.9375rem;left:17.086420059204rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfxNPxfSCnZiryvz50dcI3LB3AFWLpw6 { top:4.8125rem;left:24.961145401001rem;width:8.5625rem;height:2.7921600313048rem;display:block; }
 }@media only screen and (max-width: 763px) { #p71yWfnaSqS8M2FAw7y3MxcDPM2doPTV { display:block; }#p71yWfnaSqS8M2FAw7y3MxcDPM2doPTV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PUhc40NohosqK7VtDNHyqM9ZPIBUxRW8 { width:47.375rem;height:20.875rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJtHaWDQWrZVlPVb81DCuAf47QJCvuyt { width:47.75rem;height:15.375rem;top:8.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfyKHU55JDVPaSMEosyqnJXK481nQC0A { top:5.0625rem;left:19.125274658203rem;width:10rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2Xsm4O0lE6iDZu89NNh0dm0FUM9cLFQ { display:block; }#e2Xsm4O0lE6iDZu89NNh0dm0FUM9cLFQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AMKs70xiBJ4QNTV8weZwvvcu6E7DU6Gl { width:47.375rem;height:9.875rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTRHkMCsy8Zdnnu9nSBQBOp45Kv9df4v { width:47.75rem;height:4.1875rem;top:8.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dL2Ggl9Gfbh7MqAo8IAo4pbTTLg2lUct { top:5.75rem;left:20.689159393311rem;width:6.9375rem;height:1.0520412333834rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3XUkVnwQeMaVN34UF4u2ahd9slZ2QwB { display:block; }#r3XUkVnwQeMaVN34UF4u2ahd9slZ2QwB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M3SqPyOexLJVH3GcITlPpipSWftgQ58S { width:47.375rem;height:21.1875rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ED1TMbGlEP4xdbXxFVizCTTqT2Q7fJna { width:47.75rem;height:15.375rem;top:8.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tk6mXa7GwnfG8waF5MzW3POHac1IIZEx { top:5.4375rem;left:19.093128204346rem;width:9.5rem;height:1.7382316798159rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5ag1WbHrReAof68pqERr3XTkFou07X7 { display:block; }#x5ag1WbHrReAof68pqERr3XTkFou07X7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDcvLFlzVcoubZubmfvEcxhNrMwTZnn6 { width:47.375rem;height:15.375rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFld2pc9TstFa94P1J2TFVmfZ2GJ5U5x { width:47.75rem;height:9.75rem;top:8.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmsTTI95PBhGydsiAmVmchZGArUF7e03 { top:4.375rem;left:19.280836105347rem;width:9.1875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDObxfOVeyrLBZL6dDQ68rV0MFHzKx7o { display:block; }#zDObxfOVeyrLBZL6dDQ68rV0MFHzKx7o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QKbcPP6zrwxans5gfP5wcqKT39DRCX6R { width:47.375rem;height:12.9375rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGweL7JeOmK1NpV5975BGrK2kbJlBFnp { width:47.75rem;height:7rem;top:8.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEBry4SktTNkPcEhdcnh9CrVNKzKg2ir { top:5.1875rem;left:19.093473434448rem;width:9.5rem;height:1.7384482150093rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHQgo8HIr9sVTBd4JS5fHMRJmaTbz1b2 { display:block; }#vHQgo8HIr9sVTBd4JS5fHMRJmaTbz1b2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qcOP50U22ZTi1tQLpS0i3MT0dyy4D2SR { width:47.375rem;height:19.6875rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSgBPXLTkWVy89p6oVVk2m9pUsZxnTcS { width:47.75rem;height:14rem;top:8.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gO4bpGSOxTJZ7GOany5eraCW009ea50L { top:4.4375rem;left:19.124586105347rem;width:9.4375rem;height:2.9177945157937rem;display:block; }
 }@media only screen and (max-width: 763px) { #xw9ltqlKN3XLy3PsXiOFHUuT4Qiu6ask { display:block; }#xw9ltqlKN3XLy3PsXiOFHUuT4Qiu6ask > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pMikUKbVaRGHoELBJXk31zE1krywOS9m { width:47.375rem;height:22.5625rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2CaK464D2NzpidpfTbynHomTxZgl7Xv { width:47.75rem;height:16.75rem;top:8.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeyRlvuVK1FGQ8oIxAmddQxkNAKMBLU7 { top:4.4375rem;left:20.469303131104rem;width:6.75rem;height:3.592386845438rem;display:block; }
 }@media only screen and (max-width: 763px) { #fty1WykqllJxvGbOeA9Iq7gQnS8gb4XE { display:block; }#fty1WykqllJxvGbOeA9Iq7gQnS8gb4XE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hisIbMtd6cp8cd91X1PQxTTGmseREcZ4 { width:47.375rem;height:25rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERAWVsWFJwA94PkLTFmDLk2UvhWhVmAE { width:47.75rem;height:19.5625rem;top:8.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmdQRewR3rcTbATTsiz1E4qq8Wb75baO { top:5.1875rem;left:19.749586105347rem;width:8.1875rem;height:2.4187896333841rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0dDxWMZW3iEQSFNwgBiT5NgPF085kxE { display:block; }#o0dDxWMZW3iEQSFNwgBiT5NgPF085kxE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zfZlDx9D5JTISqwZbVqv21kBGNGUBvFv { width:47.375rem;height:20rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWOlEIA8uXudcl8JI8sCeuxONTNOGFw0 { width:47.75rem;height:14rem;top:8.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJnW3t3MkCLHMibdkJBtWtKkoyiF0CaM { top:4.75rem;left:20.343474388123rem;width:7rem;height:2.168179967787rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxibwdxchyOHf2Inl8lxxwK5RV5vlbeX { display:block; }#NxibwdxchyOHf2Inl8lxxwK5RV5vlbeX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cvD5gI8E2TRCSBk9PKdOpfQGHSe55Pta { width:47.375rem;height:12.6875rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4EPXgTOAu05SIlIQpXMWyktv5bJWacO { width:47.75rem;height:7rem;top:8.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4td7UfgHQkyplQwAfeeifTLtWEIBgCS { top:4.875rem;left:17.937843322754rem;width:11.8125rem;height:2.7978593497518rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHeJEE2L8xERcVhR6k08ozJ4haZHBGPZ { display:block; }#LHeJEE2L8xERcVhR6k08ozJ4haZHBGPZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xcV4ypvl58pWHvQ6ixBwdTVnCXVXolg4 { width:47.375rem;height:28.4375rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9gFMCRIx8Rv6X3L8oJt99aSeVxUWLmu { width:47.75rem;height:22.375rem;top:8.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWodMfrIZGbz7mgbDDxSBwkzlE9JdRm5 { top:3.5625rem;left:19.095199584961rem;width:8.0625rem;height:4.8360548296394rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6TevdTXeNO1Zvi96syUtZnb1up96PoJ { display:block; }#p6TevdTXeNO1Zvi96syUtZnb1up96PoJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iQfT9xs2tVgP0m68Klwlu7wVrNP7hHHC { width:47.375rem;height:18.8125rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSThcoWpweEAMkWIJoOZUrnAD0FIcxem { width:47.75rem;height:12.5625rem;top:8.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn1gmu2uJe6xAIGw2vutqS2aOFuSsWsx { top:4.75rem;left:19.405973434448rem;width:8.875rem;height:2.7303978027665rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoUqcmiFFgPmi62XaGnTOlKG8CpScds7 { display:block; }#AoUqcmiFFgPmi62XaGnTOlKG8CpScds7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d3ZJqZJPnKLkZtuH3ScGeuGduRvqlGTq { width:47.375rem;height:35.5rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmCBgDT0RG9sutStwGP2pKiftxOx3KGt { width:47.75rem;height:33.5625rem;top:8.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dl0M9ZuMi0qkQxFfg1d07dK6tbigXxbs { top:5.4375rem;left:16.280973434448rem;width:11.75rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAx8kKkptQxT3MRtvUpPtURLXvHenFSP { display:block; }#JAx8kKkptQxT3MRtvUpPtURLXvHenFSP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DJHU3vTsbTNmdtteh7LtOu1m0t5gkFIc { width:17.5rem;height:3.4375rem;top:2.75rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbuZTTWUxFCqeAa2ozTEX3A10VEviTgZ { display:block; }
 }@media only screen and (max-width: 763px) { #TEAbMqR4gPfJkHtMKsIvCSGokHON4IUl { display:block; }#TEAbMqR4gPfJkHtMKsIvCSGokHON4IUl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jl6oeB1PDdyBpgDRb9ob4b7CsrkKbJK5 { width:47.75rem;height:1.3125rem;top:1.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrzL4ACXCq9TxDSxXvOeNwZH5CgT0t7I { top:5.125rem;left:28.9375rem;width:18.8125rem;height:10.526798901543rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsM9a8txkspqIPps2c3I6sXnywxKb5Fp { top:5.125rem;left:14.438467025757rem;width:18.8125rem;height:10.526497062506rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovAg7fR5lhtszz1JDvI6PUgdim28aEfz { top:5.125rem;left:0rem;width:18.8125rem;height:10.526798901543rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKUwpDfiIJDJbsg1aTtEB8vwgUaBJPOo { display:block; }#eKUwpDfiIJDJbsg1aTtEB8vwgUaBJPOo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GKhUxnFT7lJTgnnRII6fJknrPiI5WfmI { top:3.4375rem;left:0rem;width:29.875rem;height:2.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRdUIOGJB52UTABWPuCcSGpvHArZsKPO { top:10.5625rem;left:0rem;width:15.125rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #atQMJR2kVtVvBTc7WytdI1C4gIW9y2kZ { top:10.625rem;left:8.875rem;width:15rem;height:3.56194375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuHbksfAZU8tRr7s3pXZJOedAih1LkT4 { top:7.9375rem;left:37.312223434448rem;width:8.875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqZcKDadhTVr4UAUgQ6wfKnn2gmk42Te { top:11.5625rem;left:12.28125rem;width:11.25rem;height:1.68625625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJflVvqwUFGbBi9r4H9pZfPg6vbXHt06 { top:18.9375rem;left:22.3125rem;width:13.5rem;height:1.5555217565643rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT43hUbN6TLlAdLvsfXlEJm6So03XxFn { top:17.9375rem;left:14.1875rem;width:9.6875rem;height:3.56125625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1nBdfL2tCR5OLTPJygMg05D75CHcCPy { top:17.8125rem;left:0.375rem;width:11.5625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXv2mNvtGB8TCJDQt6n6oQ9kWRgwiOvv { display:block; }#PXv2mNvtGB8TCJDQt6n6oQ9kWRgwiOvv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uBAXVX3HdM7l2Ww535Qnd1WP8cBfCTpI { top:1rem;left:0rem;width:29.875rem;height:2.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzFSNgrR7iKkiKTwJCS1m8mEE8gtB1WB { top:6.5rem;left:0.71847343444825rem;width:10.4375rem;height:6.2747517827594rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyIR3wyvWT2sPoW5Mp53TwETWTF25hgF { top:7.625rem;left:25.468057632446rem;width:8.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJHLlhosStTh4JKWdgE8HPOSwDbFn3zC { top:8.0625rem;left:9.5rem;width:14.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hb4Sh1FalCkGiWJpMC5vRLxwWPwkAxi2 { top:7.8125rem;left:35.4375rem;width:12.3125rem;height:4.2284412595077rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXHTnmTrzIl8Kn9nK4lo1MnR0vQ0kuFo { top:16.375rem;left:0.71847343444825rem;width:10.4375rem;height:3.2301402769676rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbWzhzXbPvvtA66yiOKbCMUIiVHW1qm2 { top:16.875rem;left:24.061807632446rem;width:11.5625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtzsyLZk8EbRBbkiI9MQFndKTLloH8a7 { top:16.3125rem;left:20.9375rem;width:14.875rem;height:3.2987516842273rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3wm1qegxkc4OlL9sNplW2gBGthJKBHT { top:16rem;left:11.375rem;width:12.5rem;height:3.9178515990368rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFpg5II4R9yiBQwxCt290a9uB1J5l4QQ { top:24.5rem;left:12.90625rem;width:10rem;height:3.24875625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTTSnypZBVmWbmOEvFLNye0XuRmqDTBh { top:25.1875rem;left:17.375rem;width:18.4375rem;height:1.937225rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oaexusb78U4pl3uBw9pFabCWw7JhZ7Oz { display:block; }#Oaexusb78U4pl3uBw9pFabCWw7JhZ7Oz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoMu0FlUZtqWqhbVJaaZZIM7oZuQuS80 { top:8.6875rem;left:14.230918884278rem;width:9.375rem;height:6.749875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUPUg9lb1naDaiiks8gTl9nrG7hRruUR { top:1.25rem;left:0rem;width:29.875rem;height:2.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAqqMrlO2IbZDcqeTWN5zgQ17BMaLS5X { top:19.8125rem;left:10.5625rem;width:13.25rem;height:3.7324294124827rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsTXE553OULbyBv5opwvhnRDRHsT3tvB { top:9.8125rem;left:32.875rem;width:14.875rem;height:4.4193988533646rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRFHsWen2DzqUTZzOCziSVLkaQkmzPXQ { top:8.5625rem;left:25.718336105347rem;width:8.1875rem;height:7.0099342703438rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0NaltFrGmeLr2IwKeTcS2AQVxAwqyQN { top:8.6875rem;left:0rem;width:14.1875rem;height:5.723592613751rem;display:block; }
 }@media only screen and (max-width: 763px) { #vH4eP7TbnQ04y5MsLGZkqS9cJpcQchE3 { display:block; }#vH4eP7TbnQ04y5MsLGZkqS9cJpcQchE3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h6mSi0nkQQNX8RxZnnogtzyCtE67CZ0H { top:7.9375rem;left:0rem;width:17rem;height:1.1207503351673rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaKf8uvCbM3A8n6z3FPpFadizFTAGc0b { top:7.0625rem;left:23.875rem;width:11.875rem;height:2.7978334624809rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKD4R3APTTNLwRUhmQTN7KeVVvR0Xsby { top:1.25rem;left:0rem;width:29.875rem;height:2.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd { display:block; }#QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qgXu9ku4R3k9t7o9aeTfe0B1TvxmZHnF { top:2.5625rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCECwFbuSia7OTVf3AJMGS0TTzROXKIq { display:block; }#DCECwFbuSia7OTVf3AJMGS0TTzROXKIq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d60EXsE97udn29Cp5GqWPyRwllXqVElQ { width:20.3125rem;height:1rem;top:1.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiwNZtZDsqcamedHwdsVFA4kvfIZ4G5w { width:8.8125rem;height:1.5625rem;top:1.4375rem;left:38.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ens07Oe2631vCtgPw8wX89DRctONDpPv { display:block; }
 }@media only screen and (max-width: 763px) { #ohDR4CENdMrXFOoPA9L6iWT0Er3ZLeZ0 { width:6.875rem;height:1.4239522893542rem;top:1.5625rem;left:22.561268806458rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFuqlmJ1ourdF5WxRheqdu9cmTuPES0C { width:8.625rem;height:1.5625rem;top:1.4375rem;left:34.092782974243rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZNWvDTbXsT1lcyXiPy81HtS3oXM8Jc5 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ezFiXTFwtHiq4S3IKRSOhxdFGd9gFOQT { display:block; }#ezFiXTFwtHiq4S3IKRSOhxdFGd9gFOQT > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u7dOBnScKR1rRQt7K5bQNeN7fwZxBn0f { width:3.9373625rem;height:2.5rem;top:1.0239214897156rem;left:0.967920422554rem;display:block; }
 }@media only screen and (max-width: 763px) { #O86zaEJW3nrntLzV6cXK3fNxvXbezDpO { top:1.0239214897156rem;left:8.81014919281rem;width:10.429316875rem;height:0.999723125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v33xt41PX7rU0PXwhq4uT4iTUlHb3bsq { display:block; }
 }@media only screen and (max-width: 763px) { #mTOP2OpKa3aegt5K9m4AWGTrnVsTsRhk { top:2.4799501895904rem;left:11.166343688965rem;width:8.116691875rem;height:0.999723125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcDl0I0OwzmJm9SOt6mgzXgOInKwrtXM { display:block; }
 }@media only screen and (max-width: 763px) { #VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J { display:block; }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J { background-color: transparent; background-image: none; }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row .container > .video-iframe-container { display: none; }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row > .video-iframe-container { display: none; }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .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); }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J { border-width: 0; border-radius: 0; }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .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; }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row .container { width:20rem;height:42.5rem;background-color:rgba(255,255,255,0.13);background-image:url("https://images.assets-landingi.com/uc/929f33fd-4c35-45de-99cb-e4a0bab7d5a4/fashionbusinesscongressstrona.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row .container.adaptive-delivery-prevent-bg, #VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row .container.lazyload, #VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #ToJy8WlzyXA0lhJhkmqgQU8AZCT5S3UZ { width:20rem;height:41.5625rem;top:0.7798681259155rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARCJwZxK9B6GNyvg2gb8JElghndGyd1S { width:19.9993125rem;height:1.624725rem;top:2.5138294696808rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISRBWooXQlxifQf1M6ro5WsyINZsLkJS { width:9.1870625rem;height:2.35619375rem;top:13.0625rem;left:6.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2oLFbU519T2lzoki81k4Zrgv4xnIaOE { width:20rem;height:6.0434803603166rem;top:23.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yLoOz7HbHL1gE2iRbyNEhFt4nDUmpIvO { width:10.2495625rem;height:6.31225rem;top:5.3097338676453rem;left:4.8741705417633rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHrNCtSVs58qGKaqTO4tSo37641Dd9uW { width:18.75rem;height:3.37389375rem;top:19.499446868896rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMqNRfOI2FQCUaVk5L8J6X2NS3vzUGLq { display:flex;width:1.74916875rem;height:1.74916875rem;top:19.498755455017rem;left:0.56139385700226rem; }
 }@media only screen and (max-width: 763px) { #MLvX7yMm2xkvJAvbHgFJi0CqMFUXUJm2 { display:flex;width:2.1875rem;height:2.1875rem;top:13.1875rem;left:3.9375rem; }
 }@media only screen and (max-width: 763px) { #WZP3bMvCvivi5hoki0cyw51nRwr9kBZR { width:18.87375rem;height:3.49903125rem;top:24.998617172241rem;left:0.56208515167236rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDl9TNfrwTiqdXeeByoMmZu0TM3qkf5Q { display:block; }
 }@media only screen and (max-width: 763px) { #DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li { display:flex;width:18.5rem;height:5.1875rem;top:34.618864059448rem;left:0.074793815612794rem; }
 }@media only screen and (max-width: 763px) { #DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #L8D75vTbIDvdRb3POi34xg2ePHaT0Oap { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #i8QoZZVgISGGuOwzrNJOQQNEdlTxIOeZ {  }
 }@media only screen and (max-width: 763px) { #DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #pNNZwdvJxQHSCtTVCb6q2HTrNOSWbmL4 {  }
 }@media only screen and (max-width: 763px) { #DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #khMH358f3yuirfoITpW3ZSSl3qfsvmS5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #kP4UHxtnwyvZ6LomyHg2hqZtBrSyGUvy {  }
 }@media only screen and (max-width: 763px) { #DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #WUdNoieNR6TUFrLObdST4Cx56nnxCQdJ {  }
 }@media only screen and (max-width: 763px) { #DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #A7qXlDrbCyw2IPo85kPMNdvt5iJym946 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #BI5knzvm3vT5xAJJpsO2BTOun29MvpTg {  }
 }@media only screen and (max-width: 763px) { #DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #aOIqQOnsITquvxEJTQRivvH58s5pzHur {  }
 }@media only screen and (max-width: 763px) { #DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #hmUTTeOCD3JELXfstPLHd0KC3IewNpZ8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #dJ8DLvlUkXPzKXnuCIZEUUZQGGKzszU6 {  }
 }@media only screen and (max-width: 763px) { #DzlrnFB4hOwHq3efEiLt7I8ht9Iez4Li #Db6vKsivEu54BIfeiMephz7fKGtT1g8u {  }
 }@media only screen and (max-width: 763px) { #Rrpcwub2TsOsJooTHU1tbB8eUqLyi4EG { width:14.0625rem;height:1.46225rem;top:32.242809295654rem;left:2.96875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rUAqJdQGuyhceG5uzisWrgiw9NFaBf76 { width:7.374875rem;height:1.78719375rem;top:16.897815227509rem;left:6.8749997615813rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTeyPmh50717hmZiBkFS1SPTBbE7FWVf { display:flex;width:1.875rem;height:1.875rem;top:16.854949951172rem;left:4.0936119556427rem; }
 }@media only screen and (max-width: 763px) { #HK325htQTZyUdVics3EcAvbcqVG2HxnG { display:block; }#HK325htQTZyUdVics3EcAvbcqVG2HxnG > .row .container { width:20rem;height:67.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #au9LJsJchLmSMn5yxiHTwuFahyDx9Ift { width:20rem;height:66.061875rem;top:0.9056968688965rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPbzGKoICLuKFz7W3iykvELcXQRKqChi { display:flex;width:3.0620875rem;height:3.0620875rem;top:50.897401809692rem;left:8.4686117172244rem; }
 }@media only screen and (max-width: 763px) { #WCUy74JdCzP9zWiQRWfEpFwVMLOSRvEQ { display:flex;width:3.187225rem;height:3.187225rem;top:30.745991706848rem;left:8.4056968688962rem; }
 }@media only screen and (max-width: 763px) { #yPlKJLFfUScND1ctyJZ2WeNwfiyQAUPE { width:19.8121875rem;height:1.3500625rem;top:14.336534395814rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T1LGaHkr3WbnBa8AqdrsrUKlbuTQWdnZ { width:19.8741875rem;height:1.34955625rem;top:35.645741462707rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #iZzWylMguRtrgkJFDfPAxNJwEV3TMNT0 { width:19.5616875rem;height:1.34955625rem;top:55.27170753479rem;left:0.21778213977814rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zbxHC0LGagIiM76WB0qTUtToK0TGzr2T { display:flex;width:2.6247rem;height:2.6247rem;top:64.7249546051rem;left:17.225839436054rem;z-index:14999; }
 }@media only screen and (max-width: 763px) { #sHdoMabfTfRxNvG8TrCTgU9HXdMkO4h9 { width:4.6875rem;height:4.6875rem;top:8.7237277030944rem;left:7.5677547454831rem;border-top:0.125rem solid #dcf2f1;border-left:0.125rem solid #dcf2f1;border-right:0.125rem solid #dcf2f1;border-bottom:0.125rem solid #dcf2f1;display:block; }
 }@media only screen and (max-width: 763px) { #g9nEa6WMX5EV5OpQBPDWlQFndsVvTtMT { width:4.6875rem;height:4.6875rem;top:29.907355308533rem;left:7.5677547454831rem;border-top:0.125rem solid #dcf2f1;border-left:0.125rem solid #dcf2f1;border-right:0.125rem solid #dcf2f1;border-bottom:0.125rem solid #dcf2f1;display:block; }
 }@media only screen and (max-width: 763px) { #sNDA0FgdEWUIMrzx5iewJy85NwO7wgpK { width:4.6875rem;height:4.6875rem;top:49.996541976929rem;left:7.4108133316037rem;border-top:0.125rem solid #dcf2f1;border-left:0.125rem solid #dcf2f1;border-right:0.125rem solid #dcf2f1;border-bottom:0.125rem solid #dcf2f1;display:block; }
 }@media only screen and (max-width: 763px) { #muxRrQB7hPyLMQTctFyeTpOdzJZvfdN9 { width:0.0625rem;height:17.4375rem;top:10.212565413189rem;left:13.62442111969rem;display:none; }
 }@media only screen and (max-width: 763px) { #y5MF7FJszpwGO8Mn7JcgBut22ors6fB9 { width:15.4364375rem;height:9.1855625rem;top:17.25rem;left:2.375rem;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DRyA3N1nF3kVC7FRLrK1CT8QycLNRQd9 { width:17.0625rem;height:10.9375rem;top:16.249999523163rem;left:1.4995851516724rem;display:block; }
 }@media only screen and (max-width: 763px) { #gabgIphgn0vMZK4b7AXAnkm9oi4z1FRy { width:17.0625rem;height:10.1875rem;top:37.710453033448rem;left:1.4415099620819rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJP4hCuto78abOLBZbe28NTvm9LphHv7 { width:17rem;height:8.625rem;top:57.314710617066rem;left:1.4415099620819rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeQTmX62IzbySrBWi0xhDpv1gcNxAHnB { width:15.4364375rem;height:7.8733375rem;top:38.461006164551rem;left:2.2808979153633rem;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DkPx9WZkmI8A0DuqFJZW6W3yoGP9gRct { width:15.24975rem;height:7.8733375rem;top:57.842039108276rem;left:2.3745473027229rem;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JgcHnrC2sSCpgBF7CmTXnT4Zya6TOv0B { width:19.9995rem;height:2.2746125rem;top:4.2865041643381rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #meoDXCPrU80uDOWv5SAcWaQLtFdAq780 { width:15.9368125rem;height:4.49944375rem;top:5.4196443557739rem;left:2.03125rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #JwfdNaJzQd9S8TuyTzDyE8iyTXCaLu5K { width:20rem;height:5.9875865884091rem;top:35.25rem;left:0rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #XAVTaitn60bNDp7k2q9EVR37mistZrkw { display:flex;width:0.81166875rem;height:0.81166875rem;top:2.8491420745849rem;left:9.5934734344481rem; }
 }@media only screen and (max-width: 763px) { #mVdyUUgrdi81pWCG4kJLlE5L8Jfk710w { display:flex;width:2.562225rem;height:2.562225rem;top:9.8734793663025rem;left:8.7181968688962rem; }
 }@media only screen and (max-width: 763px) { #k9Vx9HfsSWGp5DkTfr4u7KSrt9hrbiy4 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fbcb0793-6945-4b02-a23d-3effe9ad3e6c/grey1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#k9Vx9HfsSWGp5DkTfr4u7KSrt9hrbiy4.adaptive-delivery-prevent-bg, #k9Vx9HfsSWGp5DkTfr4u7KSrt9hrbiy4.lazyload, #k9Vx9HfsSWGp5DkTfr4u7KSrt9hrbiy4.lazyloading { background-image: none; }#k9Vx9HfsSWGp5DkTfr4u7KSrt9hrbiy4 > .row .container { background-color: transparent; background-image: none; }#k9Vx9HfsSWGp5DkTfr4u7KSrt9hrbiy4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#k9Vx9HfsSWGp5DkTfr4u7KSrt9hrbiy4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9Vx9HfsSWGp5DkTfr4u7KSrt9hrbiy4 > .row .container > .video-iframe-container { display: none; }#k9Vx9HfsSWGp5DkTfr4u7KSrt9hrbiy4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#k9Vx9HfsSWGp5DkTfr4u7KSrt9hrbiy4 > .row > .video-iframe-container { display: none; }#k9Vx9HfsSWGp5DkTfr4u7KSrt9hrbiy4 > .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); }#k9Vx9HfsSWGp5DkTfr4u7KSrt9hrbiy4 > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KJlWawAZ4H1Am6AgvzcVLqnihCd8U6GO { width:15.999625rem;height:2.43639375rem;top:4.9458217620849rem;left:1.9986925721169rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Z02QTe4qmvTdizDvS4bVJh93XTPl8D3E { display:flex;width:3.125rem;height:3.125rem;top:1.0358004570007rem;left:8.4366195797919rem; }
 }@media only screen and (max-width: 763px) { #JUgqTRnmBi5aISZi9unG8GTuDfBpVeRJ { width:18.1875rem;height:4.4987625rem;top:8.8017845153806rem;left:0.90506833791731rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HgulmWZTCqchTw1XPlB8P6fWlyNyh39L { display:block; }#HgulmWZTCqchTw1XPlB8P6fWlyNyh39L > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oo4VKgxuUWTbkuoXw01A4lWuTPhr5cFU { width:19.18625rem;height:52.415625rem;top:4.93639375rem;left:0.375rem;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }#Oo4VKgxuUWTbkuoXw01A4lWuTPhr5cFU li:before{  }
 }@media only screen and (max-width: 763px) { #TXANCmfrEE1alxNOBTd1GnoqdvumdbWf { width:19.9993125rem;height:2.43639375rem;top:1.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GHhCHnJ2rRcxuwU5fwTr8cPlxxmLcHlG { background-color:#0f1035;background-image:none;display:block; }#GHhCHnJ2rRcxuwU5fwTr8cPlxxmLcHlG > .row .container { background-color: transparent; background-image: none; }#GHhCHnJ2rRcxuwU5fwTr8cPlxxmLcHlG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHhCHnJ2rRcxuwU5fwTr8cPlxxmLcHlG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHhCHnJ2rRcxuwU5fwTr8cPlxxmLcHlG > .row .container > .video-iframe-container { display: none; }#GHhCHnJ2rRcxuwU5fwTr8cPlxxmLcHlG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHhCHnJ2rRcxuwU5fwTr8cPlxxmLcHlG > .row > .video-iframe-container { display: none; }#GHhCHnJ2rRcxuwU5fwTr8cPlxxmLcHlG > .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); }#GHhCHnJ2rRcxuwU5fwTr8cPlxxmLcHlG > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S0gKT8pQbpaTAJvh4qUUnfZ9MFbbhPmN { width:17.4993125rem;height:3.43611875rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vD7gf13I6KvrTLK0yToz7RDPMMvblW1g { display:block; }
 }@media only screen and (max-width: 763px) { #ua67PsmMLwTdaqlchkKvy43n6XRx3mVh { display:block; }#ua67PsmMLwTdaqlchkKvy43n6XRx3mVh > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M4kCuLVTQnzQMSMVEbKMW6HTSu7RV08y { width:16.5625rem;height:4.50083125rem;top:6.9814715385438rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TF2Q9cVDbZOpseNMgrhooHa6KBZbIKCE { width:5.74944375rem;height:0.124446875rem;top:12.829093456268rem;left:7.1245851516725rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEzuucpGzUyANkoFFT60puy57Pa4D57n { display:flex;width:5.625rem;height:5.625rem;top:1.3571591377258rem;left:7.1875rem; }
 }@media only screen and (max-width: 763px) { #MTVrH0TWftsZSNchebLLobtglMVnkCXs { display:block; }#MTVrH0TWftsZSNchebLLobtglMVnkCXs > .row .container { width:20rem;height:92.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZaTokBTDG66lUAGQE6J4UMcKLTtkMLHf { width:20rem;height:23.0625rem;top:68.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nStgBb88tnuNb5Qb4OfSyuOzgdrTmocm { width:15.8125rem;height:4.49875625rem;top:0.68722343444825rem;left:1.7494468688965rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlKipqRinBiubkMTqhCmoN6n6cbERQBb { width:19.184875rem;height:22.3078125rem;top:45.182520866394rem;left:0.40721797943115rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #F3z5cH7IkfDZMOtW8XwIOxJXyU03qG28 { width:18.6829375rem;height:21.114475rem;top:69.375rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wrKRawSUERoIQF9LZFEMQVbVX89Rz3Tk { width:11.25rem;height:11.25rem;top:6.7927269935606rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y69iM0uxqyOV4yzlavC1F7AeNC29EQlE { width:15.625rem;height:4.4987625rem;top:18.873755931854rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i79XLEbUUJceq6WJMCR2vsrFJSnNiade { width:11.25rem;height:11.25rem;top:26.4975125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVCgLlsZLh1EWRZmefWCgC97i9PxvZ8J { width:14.497375rem;height:4.4987625rem;top:38.9975125rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3ovQTxvkc6DZI6wm3bt2TMiBoRLP9xa { width:20rem;height:0;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KowX9TgNRwBVMmZSX8AfJEHc22FT7UUf { display:block; }#KowX9TgNRwBVMmZSX8AfJEHc22FT7UUf > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TkzoTpXzBpparHdIBbFUgX2IwWp6TnZr { width:20rem;height:5.9375rem;top:44.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFmemlgyQyb3CWvtRhh3KxmiTbXoHsE5 { width:15.9375rem;height:2.99916875rem;top:0.68722534179688rem;left:1.6244468688965rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHh0orhr0xxOVhlVy2vkuCNwGJg1xKf0 { width:19.184875rem;height:19.683375rem;top:22.995021820068rem;left:0.40721797943115rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #tc5hi3VrGeGbf3AqFz2duQ8qSv6xmhg2 { width:18.6829375rem;height:6.33435rem;top:44.4375rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nCIpXcm6H1PAVrCngBX9MniHAdXTe9er { width:11.25rem;height:11.25rem;top:5rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqJJLzBXFh6QyKrZdUzsPoVfRZKsDvxI { width:15.625rem;height:4.4987625rem;top:17.0625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBGn5J7gwExU944ExquXFHD3CT8mdTzB { width:20rem;height:0;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVcRlLGK6FFP5sAfsAmBTLv2wC8eeKqI { display:block; }#cVcRlLGK6FFP5sAfsAmBTLv2wC8eeKqI > .row .container { width:20rem;height:116.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J7HqLviANsSBzIaius61pW8WrMeZ4s41 { width:20rem;height:37.5rem;top:78.425746917725rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXDVhwwFFLGg2u7afBxXz4qVzb9TihX8 { width:15.812375rem;height:1.4995875rem;top:1.9800977706909rem;left:2.0934734344483rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNpFNFZouCRQ8S1uSBaCfIyAe1KcBWUs { width:19.184875rem;height:35.42999375rem;top:41.747793197632rem;left:0.40721797943115rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #lG0ztNUnEyLDTUdgEedOeCgvOoW6DPf8 { width:18.6829375rem;height:35.8946625rem;top:79.293381131744rem;left:0.62389373779297rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZNyH7txlzhsCK31RLQ0wgc3PMUqSPtru { width:11.25rem;height:11.25rem;top:5.1866698265076rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0ReTfK2G5EK4gSe8BENqIZLZIfC82Cz { width:15.625rem;height:4.4987625rem;top:17.7495875rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxK8FJVKoB3tn8aV2ehJPag6kKl2i3KM { width:11.25rem;height:11.25rem;top:23.49834375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5ksKqQfDnTADsTpZWKgSwXmvPkaavof { width:14.497375rem;height:4.4987625rem;top:35.730085372925rem;left:2.7509679794311rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gusMnrmx7Zw40ETfCpOcoEip5Kx3EHpO { width:20rem;height:0;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfAGklqp2TQ3Ad7sqcgzcE4HMlWwqVrE { display:block; }#CfAGklqp2TQ3Ad7sqcgzcE4HMlWwqVrE > .row .container { width:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tyWLC7bqZnwT2tEGQgTas1e79WXA4QGI { width:20rem;height:13.0625rem;top:40.86906875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTVtUgZTF2KpHJmORv3Ovv5iKpEbeRZa { width:19.6875rem;height:5.9983375rem;top:2.5rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrLFy7ASGiuVX7Zauv9NX4wnLAvgT99K { width:19.184875rem;height:13.12225rem;top:26.49681875rem;left:0.375rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #fodAkoSJpvSXILwZHIK3S2O5gXySu1b6 { width:18.6829375rem;height:12.668725rem;top:41.43156875rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #e8bShXUyWF3sAgPbgP6aiKUDKOW56vPS { width:20rem;height:0;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMR12S7G28otwbxoa2TBVpgOtzT4homK { width:15.625rem;height:2.999175rem;top:22.24765rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAcD5LrWTghQ2NPgiqLyrt0TbRddhaHM { width:11.25rem;height:11.25rem;top:9.74765rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Toa5g6TJ7cWESLKSuPKnBDnrCTq45p9k { display:block; }#Toa5g6TJ7cWESLKSuPKnBDnrCTq45p9k > .row .container { width:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDXczVTVFdxSMK8UztZy7P9ziTILa3cW { width:20rem;height:11.1875rem;top:42.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfxVXQk9uHT6Si33ScPtqrPCwhyEPsxg { width:19.6875rem;height:4.49875625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqvh97XUs7ctZclhiMnHgFT0W9KDgewv { width:19.184875rem;height:14.4344375rem;top:26.996703624726rem;left:0.40721797943115rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #nJb4klH4afpI1zSDJeedu033pL37Nzpq { width:18.6829375rem;height:10.557225rem;top:43.125rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #T7M764CSQGUHNVsEhZZ1gPQ6X67KWslk { width:20rem;height:0;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1Qvvn8Brol4ISsgfSV2NvK7BRdhRyia { width:15.625rem;height:7.4979375rem;top:18.417449951172rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g44fcvi7RpFZ8ftoLW1C6do4l2xIA3Vp { width:11.25rem;height:11.25rem;top:6.3709897994994rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTG6SJTnROs3oXZMQnLSVBP9Wvy0BUJt { display:block; }#FTG6SJTnROs3oXZMQnLSVBP9Wvy0BUJt > .row .container { width:20rem;height:110.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bme4Q5Avy5p8RDsh38WXw2laTcG8TWnR { width:20rem;height:19.625rem;top:90.42311875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3GC0xydRCg0aFz9yPPqdToqIcANzDQd { width:15.06225rem;height:2.99916875rem;top:2.5622234344483rem;left:2.4681968688965rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKBrfAnhXLuKbfDmTbLCBAECFyxVpTHm { width:19.184875rem;height:45.9277875rem;top:43.24599375rem;left:0.375rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #kJ5TuzJNWV2MQ6Xsy6I1SwcIG7wnRx4x { width:18.6829375rem;height:17.94735rem;top:90.67339531555rem;left:0.72040939331056rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #a8xvZHzncXsoazZcC0TLEA3XuqLulyfT { width:11.25rem;height:11.25rem;top:6.7498617172244rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWKh8M3AcTxBtNnXoiCbZG24A1Ws2lIv { width:15.625rem;height:4.4987625rem;top:19.24848125rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoaTTxeWr3N3DMNMQzP5O0WfUNnEWDgz { width:20rem;height:0;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3NqJAuUVuIeMPeWVze2VMa4TQZqwoNb { width:15.625rem;height:4.4987625rem;top:37.4972375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWyTDAlyW3bb4rz1cxdzgQGa01dTpEV5 { width:11.25rem;height:11.25rem;top:24.9972375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaod27hHFfoEhdtFFAkdDJKCUIxCT3Eq { display:block; }#eaod27hHFfoEhdtFFAkdDJKCUIxCT3Eq > .row .container { width:20rem;height:112.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uOsO4CsHimpT1E7bSw13uS6Ek5OLnsBf { width:20rem;height:31.875rem;top:79.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rf8PpxHmfHGWIrEe5VByXMczVKDkgaKk { width:16.875rem;height:8.9975rem;top:0.68722343444825rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMSQO25QfAyRRxpU9uZR4CI0eOyFrUlh { width:19.184875rem;height:27.5566875rem;top:50.225382804871rem;left:0.40721797943115rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #UcQ7MRxutyAJbMsaqiFeLWPPG6iaemZG { width:18.6829375rem;height:29.5602875rem;top:80.125rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Qh1EAV7ldZt55CxctyNomtkyAwn8VTuu { width:11.25rem;height:11.25rem;top:11.684181213379rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQgbtT9MeuB1I8N45cbcs3CbQ45x205y { width:15.625rem;height:5.99834375rem;top:23.496266365051rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvQ8LzaN0swtT2WVLLkgISZ94fB3TDI7 { width:20rem;height:0;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCpcuhQ3QRuVivKZLdJMbWsSKZTZoypn { width:15.625rem;height:4.4987625rem;top:43.914545059204rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwEgoGS8mZqdC8Nbdb7PiI62XeXOZPfM { width:11.25rem;height:11.25rem;top:32.120435714722rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiWJK2qOZp3KCtlSOTz2E4qIqyaQqtJg { display:block; }#HiWJK2qOZp3KCtlSOTz2E4qIqyaQqtJg > .row .container { width:20rem;height:78.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MKG7m6V0HldrcfET9yx0iOXpdrW11JHe { width:20rem;height:21.6875rem;top:57.062362670899rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQnXrxWRUDMpXc3bBOueQnNqlSL4Ar6Q { width:19.4994375rem;height:5.9983375rem;top:0.68722701072694rem;left:0.50124454498291rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fr71GFPUE5VDvqQG8XCBhAQnXoGv7khh { width:19.184875rem;height:10.4977875rem;top:45.184596061706rem;left:0.40721797943115rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #eroauRverILiIA1Z7lfnyS40DXOqChAk { width:18.6829375rem;height:19.0030375rem;top:57.936945438385rem;left:0.658185839653rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KEHvvkSvQtgxTvoaDGVOeTI25GLbqvEX { width:11.25rem;height:11.25rem;top:8.4997234344481rem;left:4.6252765655517rem;display:block; }
 }@media only screen and (max-width: 763px) { #if9Sb7BOzRZOi8HULbNRbpyiiTgWdEog { width:15.625rem;height:4.4987625rem;top:20.744607448578rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoRM7sNiwDB0aer3zrDLk6Ba6Jxc8REh { width:20rem;height:0;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfJKE6QQnXyLeuDkL96JdCdf5P8TCpWy { width:15.625rem;height:4.4987625rem;top:38.833655834198rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1Lv318p89gLIz4FKhmE33qkRNaRnPWX { width:11.25rem;height:11.25rem;top:26.99392414093rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMJPSzKrPC9TzC9P8XxNXqPIM51etshc { display:block; }#VMJPSzKrPC9TzC9P8XxNXqPIM51etshc > .row .container { width:20rem;height:59.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #riSlVAw0SB8ax2GdAmalk84O2Mvfhcsu { width:20rem;height:17.125rem;top:41.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXr7th3bafvyzHgI13bVZlvUzw1k6FTO { width:16.6869375rem;height:5.9983375rem;top:0rem;left:1.6558351516724rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbKQvIcVHXOgVmaMwKdHRIK6b1XRoKL5 { width:19.184875rem;height:15.7466875rem;top:24.682684421539rem;left:0.81512725353244rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #y5dJ51Dxyn7q2oPczGcr3oUM5zZSalU5 { width:18.6829375rem;height:16.8916rem;top:42.499309539795rem;left:0.658185839653rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #B5DW0im5oWClDNWX8VWeUtfvKo1Qydz8 { width:11.25rem;height:11.25rem;top:6.7927269935606rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFxVg7lIwovsABBrQ6HapWWIMlQWFpEb { width:15.625rem;height:4.4987625rem;top:18.873755931854rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #abGKCeRL8XPaRtRsRGHpcJTgpwo8U5BO { width:20rem;height:0;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyMRv1Ts3aUSSQZXCkpG6bTNzdCbAD8I { display:block; }#oyMRv1Ts3aUSSQZXCkpG6bTNzdCbAD8I > .row .container { width:20rem;height:78.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PeN6nWc7S0d3LB7R9kkyu9OT4AoNTZTB { width:20rem;height:14.125rem;top:63.926010131838rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAHZSlZEsfFPGpUKZxxldUkRDTmbKrHP { width:14.9370625rem;height:4.49875625rem;top:1.0619468688965rem;left:2.6569414138794rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaDX4zcwbIRqlpxu9wpFVIizT2EN3Re3 { width:18.6829375rem;height:13.7244125rem;top:64.55105rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #V6w1aFefViiTArmoZsIzic99HnEOISpM { width:11.25rem;height:11.25rem;top:6.8113894462588rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t98BFnnaTZ9pw11QCBlPhH07z9WmVXI6 { width:15.625rem;height:4.4987625rem;top:19.24848125rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvPelL3qTpq9erRTwqE82leMVFHwFtT9 { width:20rem;height:0;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPKRJFu8VS6BDZPaPTgSBeKyl2RwGZMg { width:19.184875rem;height:38.05445625rem;top:24.9972375rem;left:0.375rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #yQWtsCLKi99QfiIQO4W1Oxlg36SdwEik { display:block; }#yQWtsCLKi99QfiIQO4W1Oxlg36SdwEik > .row .container { width:20rem;height:50.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A6T8UDA3TklX5xyUSgO0aKpB9dw2k1h8 { width:20rem;height:10.9375rem;top:39.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiqryAL3PPgk6xXJ4nLXkJuSDuiMX4z0 { width:16.68625rem;height:4.49875625rem;top:0.7494468688965rem;left:1.6558351516724rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsuqQVoFWkdyGZbtBMbweguGMzUDSdtc { width:19.184875rem;height:13.122225rem;top:24.682684421539rem;left:0.81512725353244rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #kXdKqT67Vr6Cso918t49iLKThLxvLufV { width:18.6829375rem;height:10.557225rem;top:40.375rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #R6sqig6tCr8CVw86WJQrTq5V6K2TJRsy { width:11.25rem;height:11.25rem;top:6.7927269935606rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R42IB2SPRuFp03aMQ4Shw0w0EkEACEbw { width:15.625rem;height:4.4987625rem;top:18.873755931854rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExecB5NnumZr1veSUzCXKVhRwfwy4H2M { width:20rem;height:0;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqFWUgmkZPrffT7i2JJTTGwTWM0dHpID { display:block; }#CqFWUgmkZPrffT7i2JJTTGwTWM0dHpID > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MtNlBH2vHxGLWsRK4Nwd6POyCyhg9GGr { width:20rem;height:13rem;top:38.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEq3sgLnNmKbtdJd2iDyhs4knkSX55BH { width:17.3119375rem;height:4.49875625rem;top:1.25rem;left:1.3433351516724rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0zuKuIJ9nGDwSFa2zaXaKzXwUeKt1af { width:18.6829375rem;height:11.613rem;top:38.8125rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yWMDrMDrXvk26GHhNrGKCKuDgTqzMknq { width:11.25rem;height:11.25rem;top:6.8113894462588rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAMl6rcFBzNT0gpfKHEiyzDkWPPx2iFi { width:15.625rem;height:4.4987625rem;top:19.24848125rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkJAULgqc56I8t0sZeterzDsRkFPC5da { width:20rem;height:0;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qq9MhhBEB5pINT80VwavwclaxaD67g9Z { width:19.184875rem;height:11.81rem;top:24.9972375rem;left:0.375rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #m4nwlKtJTkbIvpQn9FRSK30fo6GaD0r1 { display:block; }#m4nwlKtJTkbIvpQn9FRSK30fo6GaD0r1 > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTolmU03rXx6x5K373PNrKyvUh6qNJvW { display:flex;width:3.12430625rem;height:3.12430625rem;top:1.2659015655518rem;left:8.2183351516725rem; }
 }@media only screen and (max-width: 763px) { #bNid7QGyo0oaBOoRVytmsXtP8LdqpobS { width:19.9375rem;height:5.85108125rem;top:5.0608406066894rem;left:-0.18673956394196rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#f10a18;display:block; }
 }@media only screen and (max-width: 763px) { #ZKPGmqdCHIJ7trug4GHHizmFff1SVvhy { display:block; }#ZKPGmqdCHIJ7trug4GHHizmFff1SVvhy > .row .container { width:20rem;height:37.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #heiwovZTyECGzruZhGvKPx9Q51BC6EVl { width:19.625rem;height:36rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOMSW5B8kKfVcViRoactx80xLDiKZLZZ { width:18.75rem;height:30.3836875rem;top:5.9696350097656rem;left:0.82266616821287rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9iUaA52ZqntWsJesXKzxLSTSSzAnnnl { width:8.1243125rem;height:0.999725rem;top:3.8111867904663rem;left:5.937154173851rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoQVuIpK14BKcJ9oukMPUXI1Dyqt2eEd { display:block; }#NoQVuIpK14BKcJ9oukMPUXI1Dyqt2eEd > .row .container { width:20rem;height:35.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o4OZlQfxVbcuqhOPxAK1p9CEeWa3spF2 { width:19.625rem;height:34.125rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvE5uivtP2cpT9xOd0GC5gOlRxK9cvcJ { width:18.75rem;height:28.78458125rem;top:5.9696350097656rem;left:0.82370376586912rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQz6sEJv0qgqfEz0JD6qqDdpnZsgFfTO { width:9.25rem;height:2.1875rem;top:2.6227679252624rem;left:5.3729947805404rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFJTvmKJeKaruZvs6TT6Cs8Tp5xM9lyu { display:block; }#cFJTvmKJeKaruZvs6TT6Cs8Tp5xM9lyu > .row .container { width:20rem;height:89.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wtZNJtbMwSJure7colc7TBw3xzDySDXg { width:19.8125rem;height:86.5rem;top:1.25rem;left:0.062223494052887rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vh0HzvJbawigMtZlvg5CFfvvPxwvOtDi { width:18.75rem;height:71.961425rem;top:15.03044462204rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K96PrQyaN6LIm0elpnIvxUS3rXmbrG3i { width:8.625rem;height:8.625rem;top:1.9074940681457rem;left:5.755254375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfxNPxfSCnZiryvz50dcI3LB3AFWLpw6 { width:8.5625rem;height:2.7921600313048rem;top:10.531664371491rem;left:5.7183351516724rem;display:block; }
 }@media only screen and (max-width: 763px) { #p71yWfnaSqS8M2FAw7y3MxcDPM2doPTV { display:block; }#p71yWfnaSqS8M2FAw7y3MxcDPM2doPTV > .row .container { width:20rem;height:56.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PUhc40NohosqK7VtDNHyqM9ZPIBUxRW8 { width:19.9375rem;height:54.6875rem;top:1.25rem;left:0.062223494052887rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJtHaWDQWrZVlPVb81DCuAf47QJCvuyt { width:18.75rem;height:49.5733875rem;top:5.9696655273438rem;left:0.82370376586912rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfyKHU55JDVPaSMEosyqnJXK481nQC0A { width:10.4375rem;height:2.5rem;top:2.5262718200684rem;left:4.779797911644rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2Xsm4O0lE6iDZu89NNh0dm0FUM9cLFQ { display:block; }#e2Xsm4O0lE6iDZu89NNh0dm0FUM9cLFQ > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AMKs70xiBJ4QNTV8weZwvvcu6E7DU6Gl { width:19.625rem;height:18.125rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTRHkMCsy8Zdnnu9nSBQBOp45Kv9df4v { width:18.75rem;height:12.793125rem;top:5.9696655273438rem;left:0.82370376586912rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dL2Ggl9Gfbh7MqAo8IAo4pbTTLg2lUct { width:7.3735rem;height:1.18639375rem;top:3.0292434692383rem;left:6.3125690221788rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3XUkVnwQeMaVN34UF4u2ahd9slZ2QwB { display:block; }#r3XUkVnwQeMaVN34UF4u2ahd9slZ2QwB > .row .container { width:20rem;height:57.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M3SqPyOexLJVH3GcITlPpipSWftgQ58S { width:19.75rem;height:55.1875rem;top:1.25rem;left:0.062223494052887rem;display:block; }
 }@media only screen and (max-width: 763px) { #ED1TMbGlEP4xdbXxFVizCTTqT2Q7fJna { width:18.75rem;height:49.57339375rem;top:5.9706726074219rem;left:0.82473754882812rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tk6mXa7GwnfG8waF5MzW3POHac1IIZEx { width:10.25rem;height:1.875rem;top:3.1847305297851rem;left:4.8741701841354rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5ag1WbHrReAof68pqERr3XTkFou07X7 { display:block; }#x5ag1WbHrReAof68pqERr3XTkFou07X7 > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDcvLFlzVcoubZubmfvEcxhNrMwTZnn6 { width:19.6875rem;height:38.625rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFld2pc9TstFa94P1J2TFVmfZ2GJ5U5x { width:18.75rem;height:33.58201875rem;top:5.9699954986572rem;left:0.82300949096681rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmsTTI95PBhGydsiAmVmchZGArUF7e03 { width:10.37475rem;height:3.3745875rem;top:1.8729257583618rem;left:4.8119468688965rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDObxfOVeyrLBZL6dDQ68rV0MFHzKx7o { display:block; }#zDObxfOVeyrLBZL6dDQ68rV0MFHzKx7o > .row .container { width:20rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QKbcPP6zrwxans5gfP5wcqKT39DRCX6R { width:19.75rem;height:31.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGweL7JeOmK1NpV5975BGrK2kbJlBFnp { width:18.75rem;height:25.58626875rem;top:5.9706859588623rem;left:0.76119995117188rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEBry4SktTNkPcEhdcnh9CrVNKzKg2ir { width:9.5rem;height:1.7384482150093rem;top:2.810426235199rem;left:5.2495851516724rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHQgo8HIr9sVTBd4JS5fHMRJmaTbz1b2 { display:block; }#vHQgo8HIr9sVTBd4JS5fHMRJmaTbz1b2 > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qcOP50U22ZTi1tQLpS0i3MT0dyy4D2SR { width:19.8125rem;height:56.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSgBPXLTkWVy89p6oVVk2m9pUsZxnTcS { width:18.75rem;height:51.17258125rem;top:5.9713764190674rem;left:0.76119995117188rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gO4bpGSOxTJZ7GOany5eraCW009ea50L { width:9.4375rem;height:2.9177945157937rem;top:2.1232028007508rem;left:5.2806968688965rem;display:block; }
 }@media only screen and (max-width: 763px) { #xw9ltqlKN3XLy3PsXiOFHUuT4Qiu6ask { display:block; }#xw9ltqlKN3XLy3PsXiOFHUuT4Qiu6ask > .row .container { width:20rem;height:63.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pMikUKbVaRGHoELBJXk31zE1krywOS9m { width:19.6875rem;height:59.9375rem;top:1.25rem;left:0.062223494052887rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2CaK464D2NzpidpfTbynHomTxZgl7Xv { width:18.75rem;height:54.3709rem;top:5.9706878662109rem;left:0.82473754882812rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeyRlvuVK1FGQ8oIxAmddQxkNAKMBLU7 { width:6.7491875rem;height:3.59029375rem;top:1.7754440307618rem;left:6.6247233152388rem;display:block; }
 }@media only screen and (max-width: 763px) { #fty1WykqllJxvGbOeA9Iq7gQnS8gb4XE { display:block; }#fty1WykqllJxvGbOeA9Iq7gQnS8gb4XE > .row .container { width:20rem;height:64.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hisIbMtd6cp8cd91X1PQxTTGmseREcZ4 { width:19.75rem;height:61.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERAWVsWFJwA94PkLTFmDLk2UvhWhVmAE { width:18.75rem;height:55.97003125rem;top:5.9706859588623rem;left:0.76189136505125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmdQRewR3rcTbATTsiz1E4qq8Wb75baO { width:8.1875rem;height:2.4187896333841rem;top:2.453010559082rem;left:5.9056968688965rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0dDxWMZW3iEQSFNwgBiT5NgPF085kxE { display:block; }#o0dDxWMZW3iEQSFNwgBiT5NgPF085kxE > .row .container { width:20rem;height:64.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zfZlDx9D5JTISqwZbVqv21kBGNGUBvFv { width:19.74975rem;height:61.3744375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWOlEIA8uXudcl8JI8sCeuxONTNOGFw0 { width:18.75rem;height:54.37083125rem;top:5.9706878662109rem;left:0.76189136505125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJnW3t3MkCLHMibdkJBtWtKkoyiF0CaM { width:6.437375rem;height:1.937225rem;top:2.9514656066894rem;left:6.7809734344481rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxibwdxchyOHf2Inl8lxxwK5RV5vlbeX { display:block; }#NxibwdxchyOHf2Inl8lxxwK5RV5vlbeX > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cvD5gI8E2TRCSBk9PKdOpfQGHSe55Pta { width:19.625rem;height:32.375rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4EPXgTOAu05SIlIQpXMWyktv5bJWacO { width:18.75rem;height:27.1854375rem;top:5.9706878662109rem;left:0.82473754882812rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4td7UfgHQkyplQwAfeeifTLtWEIBgCS { width:9.43725rem;height:2.18715625rem;top:2.371750831604rem;left:5.2806967496872rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHeJEE2L8xERcVhR6k08ozJ4haZHBGPZ { display:block; }#LHeJEE2L8xERcVhR6k08ozJ4haZHBGPZ > .row .container { width:20rem;height:86.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xcV4ypvl58pWHvQ6ixBwdTVnCXVXolg4 { width:19.8125rem;height:83.75rem;top:1.25rem;left:0.062223494052887rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9gFMCRIx8Rv6X3L8oJt99aSeVxUWLmu { width:18.75rem;height:78.35796875rem;top:5.9727630615234rem;left:0.82473754882812rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWodMfrIZGbz7mgbDDxSBwkzlE9JdRm5 { width:8.1243125rem;height:4.87313125rem;top:1.2486171722412rem;left:5.937154173851rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6TevdTXeNO1Zvi96syUtZnb1up96PoJ { display:block; }#p6TevdTXeNO1Zvi96syUtZnb1up96PoJ > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iQfT9xs2tVgP0m68Klwlu7wVrNP7hHHC { width:19.875rem;height:49.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSThcoWpweEAMkWIJoOZUrnAD0FIcxem { width:18.75rem;height:43.17689375rem;top:5.9734535217285rem;left:0.76189136505125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn1gmu2uJe6xAIGw2vutqS2aOFuSsWsx { width:8.875rem;height:2.7303978027665rem;top:2.3644909858704rem;left:5.5620851516724rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoUqcmiFFgPmi62XaGnTOlKG8CpScds7 { display:block; }#AoUqcmiFFgPmi62XaGnTOlKG8CpScds7 > .row .container { width:20rem;height:86rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d3ZJqZJPnKLkZtuH3ScGeuGduRvqlGTq { width:19.8125rem;height:81.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmCBgDT0RG9sutStwGP2pKiftxOx3KGt { width:18.75rem;height:79.9570875rem;top:5.9734497070312rem;left:0.76189136505125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dl0M9ZuMi0qkQxFfg1d07dK6tbigXxbs { width:15.0625rem;height:1.6875rem;top:2.6603984832764rem;left:1.3122234344482rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAx8kKkptQxT3MRtvUpPtURLXvHenFSP { background-color:#0f1035;background-image:none;display:block; }#JAx8kKkptQxT3MRtvUpPtURLXvHenFSP > .row .container { background-color: transparent; background-image: none; }#JAx8kKkptQxT3MRtvUpPtURLXvHenFSP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAx8kKkptQxT3MRtvUpPtURLXvHenFSP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAx8kKkptQxT3MRtvUpPtURLXvHenFSP > .row .container > .video-iframe-container { display: none; }#JAx8kKkptQxT3MRtvUpPtURLXvHenFSP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAx8kKkptQxT3MRtvUpPtURLXvHenFSP > .row > .video-iframe-container { display: none; }#JAx8kKkptQxT3MRtvUpPtURLXvHenFSP > .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); }#JAx8kKkptQxT3MRtvUpPtURLXvHenFSP > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DJHU3vTsbTNmdtteh7LtOu1m0t5gkFIc { width:17.4993125rem;height:3.43611875rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbuZTTWUxFCqeAa2ozTEX3A10VEviTgZ { display:block; }
 }@media only screen and (max-width: 763px) { #TEAbMqR4gPfJkHtMKsIvCSGokHON4IUl { display:block; }#TEAbMqR4gPfJkHtMKsIvCSGokHON4IUl > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jl6oeB1PDdyBpgDRb9ob4b7CsrkKbJK5 { width:19.998875rem;height:0.749825rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MrzL4ACXCq9TxDSxXvOeNwZH5CgT0t7I { height:10.5264375rem;width:18.81225rem;top:17.00986875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsM9a8txkspqIPps2c3I6sXnywxKb5Fp { height:10.5251875rem;width:18.81225rem;top:28.78568125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovAg7fR5lhtszz1JDvI6PUgdim28aEfz { height:10.561rem;width:18.8731875rem;top:5.19949375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKUwpDfiIJDJbsg1aTtEB8vwgUaBJPOo { display:block; }#eKUwpDfiIJDJbsg1aTtEB8vwgUaBJPOo > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GKhUxnFT7lJTgnnRII6fJknrPiI5WfmI { width:12.5rem;height:1.80033125rem;top:1.2493143081665rem;left:3.7500002384186rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MRdUIOGJB52UTABWPuCcSGpvHArZsKPO { width:17.062375rem;height:4.5623625rem;top:5.1790652275086rem;left:1.4373617172241rem;display:block; }
 }@media only screen and (max-width: 763px) { #atQMJR2kVtVvBTc7WytdI1C4gIW9y2kZ { width:17.687375rem;height:4.375rem;top:14.1351rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuHbksfAZU8tRr7s3pXZJOedAih1LkT4 { width:9.874875rem;height:9.874875rem;top:23.321349143982rem;left:5.0311119556427rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqZcKDadhTVr4UAUgQ6wfKnn2gmk42Te { width:12.934875rem;height:2.31125625rem;top:10.57384375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJflVvqwUFGbBi9r4H9pZfPg6vbXHt06 { width:13.49975rem;height:1.55489375rem;top:34.819551467896rem;left:3.2494468688965rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT43hUbN6TLlAdLvsfXlEJm6So03XxFn { width:9.6875rem;height:3.56194375rem;top:19.7601rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1nBdfL2tCR5OLTPJygMg05D75CHcCPy { width:11.5625rem;height:3.75rem;top:38.185839653015rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXv2mNvtGB8TCJDQt6n6oQ9kWRgwiOvv { display:block; }#PXv2mNvtGB8TCJDQt6n6oQ9kWRgwiOvv > .row .container { width:20rem;height:69.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uBAXVX3HdM7l2Ww535Qnd1WP8cBfCTpI { width:15.812375rem;height:1.80033125rem;top:1.25rem;left:2.0934734344483rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DzFSNgrR7iKkiKTwJCS1m8mEE8gtB1WB { width:10.4369375rem;height:6.2741875rem;top:4.2719855308533rem;left:4.7808353900909rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyIR3wyvWT2sPoW5Mp53TwETWTF25hgF { width:8.75rem;height:4.6875rem;top:36.58669757843rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJHLlhosStTh4JKWdgE8HPOSwDbFn3zC { width:14.375rem;height:3.75rem;top:16.255530834198rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hb4Sh1FalCkGiWJpMC5vRLxwWPwkAxi2 { width:13.4375rem;height:4.6245875rem;top:49.381938934326rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXHTnmTrzIl8Kn9nK4lo1MnR0vQ0kuFo { width:11.93725rem;height:3.6248625rem;top:11.064021110534rem;left:4.7808353900909rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbWzhzXbPvvtA66yiOKbCMUIiVHW1qm2 { width:11.5625rem;height:2.1875rem;top:31.711144447327rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtzsyLZk8EbRBbkiI9MQFndKTLloH8a7 { width:14.874875rem;height:3.29784375rem;top:43.461696624756rem;left:2.5622234344483rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3wm1qegxkc4OlL9sNplW2gBGthJKBHT { width:13.998875rem;height:4.437225rem;top:23.086276054382rem;left:2.9998617172241rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFpg5II4R9yiBQwxCt290a9uB1J5l4QQ { width:10rem;height:3.24875625rem;top:57.255944252014rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTTSnypZBVmWbmOEvFLNye0XuRmqDTBh { width:18.4375rem;height:1.937225rem;top:63.129837989806rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oaexusb78U4pl3uBw9pFabCWw7JhZ7Oz { display:block; }#Oaexusb78U4pl3uBw9pFabCWw7JhZ7Oz > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoMu0FlUZtqWqhbVJaaZZIM7oZuQuS80 { width:7.1204375rem;height:5.12375625rem;top:11.08614375rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUPUg9lb1naDaiiks8gTl9nrG7hRruUR { width:20rem;height:1.80033125rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QAqqMrlO2IbZDcqeTWN5zgQ17BMaLS5X { width:11.31225rem;height:3.24875625rem;top:17.4599rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsTXE553OULbyBv5opwvhnRDRHsT3tvB { width:14.874875rem;height:4.41855625rem;top:32.081028938294rem;left:2.5622234344483rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRFHsWen2DzqUTZzOCziSVLkaQkmzPXQ { width:8.125rem;height:6.997375rem;top:22.833241462708rem;left:5.9374997615814rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0NaltFrGmeLr2IwKeTcS2AQVxAwqyQN { width:13.56125rem;height:5.53650625rem;top:4.2996375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vH4eP7TbnQ04y5MsLGZkqS9cJpcQchE3 { display:block; }#vH4eP7TbnQ04y5MsLGZkqS9cJpcQchE3 > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h6mSi0nkQQNX8RxZnnogtzyCtE67CZ0H { width:18.06rem;height:1.1248625rem;top:4.07425625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaKf8uvCbM3A8n6z3FPpFadizFTAGc0b { width:17.062375rem;height:3.9373625rem;top:6.44911875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKD4R3APTTNLwRUhmQTN7KeVVvR0Xsby { width:20rem;height:1.57425625rem;top:1.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd { display:block; }#QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qgXu9ku4R3k9t7o9aeTfe0B1TvxmZHnF { width:19.998875rem;height:2.2746125rem;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) { #DCECwFbuSia7OTVf3AJMGS0TTzROXKIq { display:block; }#DCECwFbuSia7OTVf3AJMGS0TTzROXKIq > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d60EXsE97udn29Cp5GqWPyRwllXqVElQ { width:19.998875rem;height:2.2746125rem;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) { #NiwNZtZDsqcamedHwdsVFA4kvfIZ4G5w { width:8.872375rem;height:1.624725rem;top:9.5685844421388rem;left:5.5634677410126rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ens07Oe2631vCtgPw8wX89DRctONDpPv { display:block; }
 }@media only screen and (max-width: 763px) { #ohDR4CENdMrXFOoPA9L6iWT0Er3ZLeZ0 { width:6.874125rem;height:1.42296875rem;top:4.77335625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFuqlmJ1ourdF5WxRheqdu9cmTuPES0C { width:8.625rem;height:1.5625rem;top:7.50622177124rem;left:5.6872236728668rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #GZNWvDTbXsT1lcyXiPy81HtS3oXM8Jc5 { display:block; }
 }