.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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:4.8932521875rem;width:60rem;overflow:visible;position:relative;display:block; }#UzTgyCuXnCVMiBsHmfXpvgxZgnaGlrLn { z-index:15005;top:1rem;left:23.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #f10a18;border-left:0.0625rem solid #f10a18;border-right:0.0625rem solid #f10a18;border-bottom:0.0625rem solid #f10a18;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:#f10a18;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.617941875rem;height:2.993641875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Hn1q5kMNczctK4WfuT90OguiRVHUNT22 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gyvmWAccb3HCx0NmBOM9kPVawT7JPmPt { z-index:15006;top:1rem;left:37.875rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #f10a18;border-left:0.0625rem solid #f10a18;border-right:0.0625rem solid #f10a18;border-bottom:0.0625rem solid #f10a18;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:#f10a18;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; }
#bC5BpvZ4DnwQGAOikgtHroLOng3hFA2U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G9L1D0aGreVZi0nfOIX30mzGrXl7aDT3 { z-index:15006;top:1rem;left:8.5625rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #f10a18;border-left:0.0625rem solid #f10a18;border-right:0.0625rem solid #f10a18;border-bottom:0.0625rem solid #f10a18;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:#f10a18;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; }
#T9lKG2J3AbEyN9JniymMV3BuZk3hnLZ8 { 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:transparent;background-image:url("https://images.assets-landingi.com/uc/82bdfd56-524e-42f6-ac06-8ed884e8c275/FashionBusinessCongress2024wykadmiddle.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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(255,255,255,0.3); }#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(255,255,255,0.3); }#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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#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:46.3125rem;width:60rem;position:relative;display:block; }#kkGSdl4hR6Nwf5DQOwI79takSPq5xNbT { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #001623;top:16.625414252281rem;left:0rem;height:10.4978125rem;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; }
#TNM2vzLT2Z6IpbtXi0no31hatUorHrqF .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; }
#TNM2vzLT2Z6IpbtXi0no31hatUorHrqF .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2d3d;background-image:none;box-shadow: 0.0625rem 0.25rem 2.1875rem rgba(0,0,0,0.2) ;color:#ffffff;padding-top:0.513125rem;padding-right:0.446875rem;padding-bottom:0.513125rem;padding-left:0.446875rem;display:block;align-items:center;width:2.679375rem;min-width:2.679375rem;height:2.7575rem;position:relative;font-family:arial;font-size:2.051875rem;font-weight:700;line-height:44.12px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TNM2vzLT2Z6IpbtXi0no31hatUorHrqF .widget-text.counter-label { background-color:;background-image:none;color:#2a2d3d;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.320625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5725rem;height:1.089375rem;position:relative;font-family:arial;font-size:0.769375rem;font-weight:700;line-height:17.43px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TNM2vzLT2Z6IpbtXi0no31hatUorHrqF { 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:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18.3125rem;height:5.19375rem;padding-top:0.064375rem;padding-right:0.06375rem;padding-bottom:0.064375rem;padding-left:0.06375rem;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:29.615320920944rem;left:20.810977935791rem;z-index:15008; }
#TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #LkoZ9kwHTOr9U4V9s49XeMtQHqIBWvaW { display:flex;position:relative;top:0rem;left:0rem; }
#TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #wv37db8DoZH5HLIho5xOFTbNK772pGra { width:auto; }
#TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #aOR4sTiTtiUDtBFgAbmwkbkv5Ewib3Qo {  }
#TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #Ma8bKEpTUZKEPsCyhuqFQLR88TpiGO4i { display:flex;position:relative;top:0rem;left:0rem; }
#TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #NSzC2uWLfhvXyEH4KhTVUskkocT61UpQ {  }
#TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #HRKzVTym8aWRqfElfTflZUU5sZDtTaOp {  }
#TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #TXRwTnXhJfyX0snADk7urdWw6vlboJF6 { display:flex;position:relative;top:0rem;left:0rem; }
#TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #KxaLTLAPnm3dFt91yP2CfEFCCLGvP2Lo {  }
#TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #nfi6Hm6Ke4yxLK6fDbGbSd3s7MoT2SvJ {  }
#TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #lSmHz7D5E3P6rbhyQvNAeoro2F67n3VN { display:flex;position:relative;top:0rem;left:0rem; }
#TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #xovRC6Kq9bfJbFltTEqG7qTc9LNzsmPu {  }
#TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #DTTLhA80QkSU6x3yn0Ph9vwgyPqUEBWH {  }
#DTywzXaI12oso06eIoPR5RpDxEoZ3EmW { color:#101010;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:1.4242256879806rem;left:0rem;height:4.19939375rem;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; }
#OJ17odIuwcdL4AhtcDPdBLyeyVcxUcV5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.249725rem;width:2.249725rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:16.624999284744rem;left:22.105919837952rem; }
#M04gsK6FqaVAlRM5D8RBxVyDAEZqLkdS { 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:8.125rem;width:13.06rem;top:5.8545349836349rem;left:23.469304084778rem;overflow:hidden;display:block; }
#lxrc5rtLTgp3FHtTKipirdt6WhdtKX5c { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #091c2a;top:26.498893737793rem;left:-0.00082969665527344rem;height:1.8680875rem;text-align:center;text-align-last:center;display:block; }
#LFgqpPAOMPBvucbAz6dLx3CsiLqkD6Fk { 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:36.84250497818rem;left:21.25rem;display:block; }
#M60oyUqiMwRMOoLt3RHKmGDckQUZSbNC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gBbZbdatfqkgq4zuvqKAgV4g3yqNcyre { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0623625rem;width:2.0623625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:19.4918384552rem;left:14.297566413879rem; }
#snt338FbX3kefeJCSXWXTPJxlfNJ6vpi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3748625rem;width:2.3748625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:22.148783087731rem;left:22.04300403595rem; }
#q8g3nlh4lhldiW0U8cLb11HPOZdOdCGi { color:#101010;display:block;width:37.7495625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #e9ecfc;top:41.852184295654rem;left:11.124171257019rem;height:2.999175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NHScpGbbagaFDR19LeWm5nu9SamT5f3s { border-top:0.0625rem solid #d8d8d8;border-left:0;border-right:0;border-bottom:0.0625rem solid #d8d8d8;background-color:#f9fafb;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; }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s > .row .container { background-color: transparent; background-image: none; }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s > .row .container > .video-iframe-container { display: none; }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s > .row > .video-iframe-container { display: none; }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s > .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); }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s > .row .container { border-width: 0; border-radius: 0; }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s > .row .container { font-size:0.875rem;font-family:arial;height:27.599004375rem;width:60rem;position:relative;display:block; }#BtT02mPuT5T4p6fPQ8s8HGW98WzRkJ3w { 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:18.875rem;width:28.375rem;top:6.8743085861206rem;left:28.029089813493rem;overflow:hidden;display:block; }
#bgyrugFxDRU4wZCerQpxGIzbNfnf9XTp { color:#f10a18;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:2.2925891876221rem;left:0rem;height:2.53768125rem;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; }
#sxa9SODFlc2agEQphmf3I5a9WXlZJBoe { color:#101010;display:block;width:24.4375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:6.8741199970244rem;left:2.8101119995117rem;height:10.4971rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wlGALTZp5x2EX93SnCWBOaTuQVvbfc26 { color:#101010;display:block;width:24.8749375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:18.352774858475rem;left:2.592643737793rem;height:7.4979375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WkEc23ckc56VaDGXgQD90DAnSXaiERb5 { border-top:0.0625rem solid #d8d8d8;border-left:0;border-right:0;border-bottom:0.0625rem solid #d8d8d8;background-color:#f9fafb;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; }#WkEc23ckc56VaDGXgQD90DAnSXaiERb5 > .row .container { background-color: transparent; background-image: none; }#WkEc23ckc56VaDGXgQD90DAnSXaiERb5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WkEc23ckc56VaDGXgQD90DAnSXaiERb5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WkEc23ckc56VaDGXgQD90DAnSXaiERb5 > .row .container > .video-iframe-container { display: none; }#WkEc23ckc56VaDGXgQD90DAnSXaiERb5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WkEc23ckc56VaDGXgQD90DAnSXaiERb5 > .row > .video-iframe-container { display: none; }#WkEc23ckc56VaDGXgQD90DAnSXaiERb5 > .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); }#WkEc23ckc56VaDGXgQD90DAnSXaiERb5 > .row .container { border-width: 0; border-radius: 0; }#WkEc23ckc56VaDGXgQD90DAnSXaiERb5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WkEc23ckc56VaDGXgQD90DAnSXaiERb5 > .row .container { font-size:0.875rem;font-family:arial;height:24.099004375rem;width:60rem;position:relative;display:block; }#HiZT2PrTZBwAHU8Mxd5uUZAkTKW5NtWh { color:#f10a18;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:2.2925891876221rem;left:0rem;height:2.53733125rem;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; }
#lOngmxL9Q1pmevLUAxK8ue2ntTzF7EUT { color:#101010;display:block;width:26.749875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:7.0602866411206rem;left:31.686254501342rem;height:14.99585rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BTg7wy8gJtUxos8kdnrH5HsOV9hG2ZbU { 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:14.8125rem;width:28.4375rem;top:7.0595960617062rem;left:1.2769632339477rem;overflow:hidden;display:block; }
#TU2it3epyeIId2cv9aBy3zBNBoDGUXtF { border-top:0.0625rem solid #d8d8d8;border-left:0;border-right:0;border-bottom:0.0625rem solid #d8d8d8;background-color:#f9fafb;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; }#TU2it3epyeIId2cv9aBy3zBNBoDGUXtF > .row .container { background-color: transparent; background-image: none; }#TU2it3epyeIId2cv9aBy3zBNBoDGUXtF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TU2it3epyeIId2cv9aBy3zBNBoDGUXtF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TU2it3epyeIId2cv9aBy3zBNBoDGUXtF > .row .container > .video-iframe-container { display: none; }#TU2it3epyeIId2cv9aBy3zBNBoDGUXtF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TU2it3epyeIId2cv9aBy3zBNBoDGUXtF > .row > .video-iframe-container { display: none; }#TU2it3epyeIId2cv9aBy3zBNBoDGUXtF > .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); }#TU2it3epyeIId2cv9aBy3zBNBoDGUXtF > .row .container { border-width: 0; border-radius: 0; }#TU2it3epyeIId2cv9aBy3zBNBoDGUXtF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TU2it3epyeIId2cv9aBy3zBNBoDGUXtF > .row .container { font-size:0.875rem;font-family:arial;height:26.911504375rem;width:60rem;position:relative;display:block; }#zfBZiKiQef12arP8B1c9uXkCoNuTZugU { color:#f10a18;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:2.2925891876221rem;left:0rem;height:;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; }
#N1ipCDFDpvJkTy4HinVM9LNnDaz1Jd3N { color:#101010;display:block;width:25.37475rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:7.3299221992494rem;left:2.6230640411377rem;height:16.4954375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rGcEJ6G4I8Oiigh1L9NueMkpL6Bbf5SM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:25.9375rem;top:7.3299225568769rem;left:30.681692123413rem;overflow:hidden;display:block; }
#tMAd8clb1WvNQpvfbnXTKdf3lDHpgxce { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaedef;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; }#tMAd8clb1WvNQpvfbnXTKdf3lDHpgxce > .row .container { background-color: transparent; background-image: none; }#tMAd8clb1WvNQpvfbnXTKdf3lDHpgxce::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMAd8clb1WvNQpvfbnXTKdf3lDHpgxce > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMAd8clb1WvNQpvfbnXTKdf3lDHpgxce > .row .container > .video-iframe-container { display: none; }#tMAd8clb1WvNQpvfbnXTKdf3lDHpgxce > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMAd8clb1WvNQpvfbnXTKdf3lDHpgxce > .row > .video-iframe-container { display: none; }#tMAd8clb1WvNQpvfbnXTKdf3lDHpgxce > .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); }#tMAd8clb1WvNQpvfbnXTKdf3lDHpgxce > .row .container { border-width: 0; border-radius: 0; }#tMAd8clb1WvNQpvfbnXTKdf3lDHpgxce > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tMAd8clb1WvNQpvfbnXTKdf3lDHpgxce > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:60rem;position:relative;display:block; }#B9UdW14tsEPmM58JVok3NLCTpQf8HHqc { color:#f10a18;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.4979259967804rem;left:0rem;height:2.76271875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NIyrpCKiGKrLabh5pFlfUnudzhGvQCy7 { position:absolute;display:block;z-index:15003;background-color:#000000;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:8.6587388515475rem;left:19.749724388123rem;display:block; }
#mfbCSI2QlkqCV19eEpPRuoFziVigdPLA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaedef;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; }#mfbCSI2QlkqCV19eEpPRuoFziVigdPLA > .row .container { background-color: transparent; background-image: none; }#mfbCSI2QlkqCV19eEpPRuoFziVigdPLA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfbCSI2QlkqCV19eEpPRuoFziVigdPLA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfbCSI2QlkqCV19eEpPRuoFziVigdPLA > .row .container > .video-iframe-container { display: none; }#mfbCSI2QlkqCV19eEpPRuoFziVigdPLA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfbCSI2QlkqCV19eEpPRuoFziVigdPLA > .row > .video-iframe-container { display: none; }#mfbCSI2QlkqCV19eEpPRuoFziVigdPLA > .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); }#mfbCSI2QlkqCV19eEpPRuoFziVigdPLA > .row .container { border-width: 0; border-radius: 0; }#mfbCSI2QlkqCV19eEpPRuoFziVigdPLA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mfbCSI2QlkqCV19eEpPRuoFziVigdPLA > .row .container { font-size:0.875rem;font-family:arial;height:9.9375rem;width:60rem;position:relative;display:block; }#BZaHoCyQORBhnXKyT8Fs7ZZgGgNCAkU9 { color:#000000;display:block;width:36rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9375rem;left:12rem;height:1.9503625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#biJoAGTKXolFitacrTNDeaHLlKxLRHXw { color:#f10a18;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.8125rem;left:0rem;height:1.9503625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ufJqadI0lDCMCcDdZ5ZXiyGhPgTME2ZX { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;top:0.625rem;left:28.9375rem; }
#vTkkSGCfI4w9sAukUPIndhBCqy18TNuH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaedef;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; }#vTkkSGCfI4w9sAukUPIndhBCqy18TNuH > .row .container { background-color: transparent; background-image: none; }#vTkkSGCfI4w9sAukUPIndhBCqy18TNuH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTkkSGCfI4w9sAukUPIndhBCqy18TNuH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTkkSGCfI4w9sAukUPIndhBCqy18TNuH > .row .container > .video-iframe-container { display: none; }#vTkkSGCfI4w9sAukUPIndhBCqy18TNuH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTkkSGCfI4w9sAukUPIndhBCqy18TNuH > .row > .video-iframe-container { display: none; }#vTkkSGCfI4w9sAukUPIndhBCqy18TNuH > .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); }#vTkkSGCfI4w9sAukUPIndhBCqy18TNuH > .row .container { border-width: 0; border-radius: 0; }#vTkkSGCfI4w9sAukUPIndhBCqy18TNuH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vTkkSGCfI4w9sAukUPIndhBCqy18TNuH > .row .container { font-size:0.875rem;font-family:arial;height:13.25rem;width:60rem;position:relative;display:block; }#m2k6ugPaML1TKo1Jl8LdG91mxAD58SDB { color:#000000;display:block;width:36rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9375rem;left:12rem;height:1.9503625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oRfvZRTEKBH5sJZJJzo2vuy1Q1wTrrBo { color:#f10a18;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.8125rem;left:0rem;height:1.9503625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fdsiXpQdCZxRw8xDnrmJFLLHJw7lWnzz { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:9.75rem;left:0rem;height:2.361725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dNUrXNJvS7UAOzsIyQHOkssQvoMyGGcW { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:0.625rem;left:28.9375rem; }
#i6FSPeRCIJbT7xoOsqU6fSVhiDTKOVX5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaedef;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; }#i6FSPeRCIJbT7xoOsqU6fSVhiDTKOVX5 > .row .container { background-color: transparent; background-image: none; }#i6FSPeRCIJbT7xoOsqU6fSVhiDTKOVX5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6FSPeRCIJbT7xoOsqU6fSVhiDTKOVX5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6FSPeRCIJbT7xoOsqU6fSVhiDTKOVX5 > .row .container > .video-iframe-container { display: none; }#i6FSPeRCIJbT7xoOsqU6fSVhiDTKOVX5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6FSPeRCIJbT7xoOsqU6fSVhiDTKOVX5 > .row > .video-iframe-container { display: none; }#i6FSPeRCIJbT7xoOsqU6fSVhiDTKOVX5 > .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); }#i6FSPeRCIJbT7xoOsqU6fSVhiDTKOVX5 > .row .container { border-width: 0; border-radius: 0; }#i6FSPeRCIJbT7xoOsqU6fSVhiDTKOVX5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i6FSPeRCIJbT7xoOsqU6fSVhiDTKOVX5 > .row .container { font-size:0.875rem;font-family:arial;height:15.5625rem;width:60rem;position:relative;display:block; }#oAJKRZNKP8XnuA5BLSpJTefS5LGFBOnN { color:#000000;display:block;width:36rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9375rem;left:12rem;height:1.9503625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NEzthVKJyGW0ddQU1qo1cf07b1Cz9QuG { color:#f10a18;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:6.8556442260744rem;left:0rem;height:2.2504125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oLvSIcTledl2ioTdZlBepamEVZfPozHt { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:10.708580255508rem;left:0rem;height:2.361725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kwTKlMFC4uaFeo13dkIJTvJ1lW6Xktxn { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:0.625rem;left:28.9375rem; }
#DEMBDsmllGKr9JXT6nv0x8RTT7TrxTDV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaedef;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; }#DEMBDsmllGKr9JXT6nv0x8RTT7TrxTDV > .row .container { background-color: transparent; background-image: none; }#DEMBDsmllGKr9JXT6nv0x8RTT7TrxTDV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DEMBDsmllGKr9JXT6nv0x8RTT7TrxTDV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DEMBDsmllGKr9JXT6nv0x8RTT7TrxTDV > .row .container > .video-iframe-container { display: none; }#DEMBDsmllGKr9JXT6nv0x8RTT7TrxTDV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DEMBDsmllGKr9JXT6nv0x8RTT7TrxTDV > .row > .video-iframe-container { display: none; }#DEMBDsmllGKr9JXT6nv0x8RTT7TrxTDV > .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); }#DEMBDsmllGKr9JXT6nv0x8RTT7TrxTDV > .row .container { border-width: 0; border-radius: 0; }#DEMBDsmllGKr9JXT6nv0x8RTT7TrxTDV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DEMBDsmllGKr9JXT6nv0x8RTT7TrxTDV > .row .container { font-size:0.875rem;font-family:arial;height:16.125rem;width:60rem;position:relative;display:block; }#ceF1bqfb1xwROSBPQckTWZZ8HeRHWKCn { color:#000000;display:block;width:36rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9375rem;left:12rem;height:1.9503625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QwvnwVMtBfIzWf9TAICRDgmSxw4ctJef { color:#f10a18;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:7.187520980835rem;left:0rem;height:2.2504125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c9hoHzZFveRXz2dsORFkP1pXNIq3CvIG { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:11.200236320496rem;left:0rem;height:2.361725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cWZDWiKIp2gg4JrwecxChcGt2LCeTK0A { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:0.625rem;left:28.9375rem; }
#KZENN1xT57bWxakw6AWhHodP1w7aTDwp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaedef;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; }#KZENN1xT57bWxakw6AWhHodP1w7aTDwp > .row .container { background-color: transparent; background-image: none; }#KZENN1xT57bWxakw6AWhHodP1w7aTDwp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KZENN1xT57bWxakw6AWhHodP1w7aTDwp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KZENN1xT57bWxakw6AWhHodP1w7aTDwp > .row .container > .video-iframe-container { display: none; }#KZENN1xT57bWxakw6AWhHodP1w7aTDwp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KZENN1xT57bWxakw6AWhHodP1w7aTDwp > .row > .video-iframe-container { display: none; }#KZENN1xT57bWxakw6AWhHodP1w7aTDwp > .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); }#KZENN1xT57bWxakw6AWhHodP1w7aTDwp > .row .container { border-width: 0; border-radius: 0; }#KZENN1xT57bWxakw6AWhHodP1w7aTDwp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KZENN1xT57bWxakw6AWhHodP1w7aTDwp > .row .container { font-size:0.875rem;font-family:arial;height:21rem;width:60rem;position:relative;display:block; }#aKzgbJraziQEbWviW4KFUp68SiE3MJfH { color:#000000;display:block;width:36rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9375rem;left:12rem;height:1.9503625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pCl2ycOcwgPEzUzu3zrzqiFyzbWdP0qa { color:#f10a18;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.8125rem;left:0rem;height:3.900725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yWScippzUmTThE92kLWFcFF9zWPRhIrd { color:#000000;display:block;width:59.9995625rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:12.337143659592rem;left:0rem;height:9.4469rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aX51oD1LWSxVXNFmDep4fsmcaIPA5J6B { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:0.625rem;left:28.9375rem; }
#Bw5rPDMTE0QshIiFG2OpbwWrexUFALyr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaedef;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; }#Bw5rPDMTE0QshIiFG2OpbwWrexUFALyr > .row .container { background-color: transparent; background-image: none; }#Bw5rPDMTE0QshIiFG2OpbwWrexUFALyr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bw5rPDMTE0QshIiFG2OpbwWrexUFALyr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bw5rPDMTE0QshIiFG2OpbwWrexUFALyr > .row .container > .video-iframe-container { display: none; }#Bw5rPDMTE0QshIiFG2OpbwWrexUFALyr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bw5rPDMTE0QshIiFG2OpbwWrexUFALyr > .row > .video-iframe-container { display: none; }#Bw5rPDMTE0QshIiFG2OpbwWrexUFALyr > .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); }#Bw5rPDMTE0QshIiFG2OpbwWrexUFALyr > .row .container { border-width: 0; border-radius: 0; }#Bw5rPDMTE0QshIiFG2OpbwWrexUFALyr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bw5rPDMTE0QshIiFG2OpbwWrexUFALyr > .row .container { font-size:0.875rem;font-family:arial;height:15.5rem;width:60rem;position:relative;display:block; }#tFzyadbNT1BcSBRSyBZTJJ4fDQL8Fb8k { color:#000000;display:block;width:36rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9375rem;left:12rem;height:1.9503625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vEf1BPGGAvXUe2n2nG8f1cP91C32oTTL { color:#f10a18;display:block;width:43.81225rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.6869463920594rem;left:8.0931968688962rem;height:3.90071875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X4wpqJtNDAF0yLRpwzhaoq5IOISARqdP { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:11.775435447693rem;left:0rem;height:2.361725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dhfeH1KtLqT4BRzr7QALGEmMgWdXblfS { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:0.625rem;left:28.9375rem; }
#tcBtfM1mVI894K1JDBUr9GxqqbfeF30k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaedef;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; }#tcBtfM1mVI894K1JDBUr9GxqqbfeF30k > .row .container { background-color: transparent; background-image: none; }#tcBtfM1mVI894K1JDBUr9GxqqbfeF30k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcBtfM1mVI894K1JDBUr9GxqqbfeF30k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcBtfM1mVI894K1JDBUr9GxqqbfeF30k > .row .container > .video-iframe-container { display: none; }#tcBtfM1mVI894K1JDBUr9GxqqbfeF30k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcBtfM1mVI894K1JDBUr9GxqqbfeF30k > .row > .video-iframe-container { display: none; }#tcBtfM1mVI894K1JDBUr9GxqqbfeF30k > .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); }#tcBtfM1mVI894K1JDBUr9GxqqbfeF30k > .row .container { border-width: 0; border-radius: 0; }#tcBtfM1mVI894K1JDBUr9GxqqbfeF30k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tcBtfM1mVI894K1JDBUr9GxqqbfeF30k > .row .container { font-size:0.875rem;font-family:arial;height:10.5rem;width:60rem;position:relative;display:block; }#oEVJ4NVpu2nnlUs5nvbbmazq3K6u2TUG { color:#000000;display:block;width:36rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9375rem;left:12rem;height:1.9503625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#poCZU91qz0FO19aNbGoTCUW5d7XqOvTB { color:#f10a18;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.8125rem;left:0rem;height:1.9503625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WLIVKLhdo2Gz9he5rgbnCxnwb4mcIzEB { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;top:0.625rem;left:28.9375rem; }
#aGx1vAUxUyG6r3mtfZBTcfVz646JZAVS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaedef;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; }#aGx1vAUxUyG6r3mtfZBTcfVz646JZAVS > .row .container { background-color: transparent; background-image: none; }#aGx1vAUxUyG6r3mtfZBTcfVz646JZAVS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGx1vAUxUyG6r3mtfZBTcfVz646JZAVS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGx1vAUxUyG6r3mtfZBTcfVz646JZAVS > .row .container > .video-iframe-container { display: none; }#aGx1vAUxUyG6r3mtfZBTcfVz646JZAVS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGx1vAUxUyG6r3mtfZBTcfVz646JZAVS > .row > .video-iframe-container { display: none; }#aGx1vAUxUyG6r3mtfZBTcfVz646JZAVS > .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); }#aGx1vAUxUyG6r3mtfZBTcfVz646JZAVS > .row .container { border-width: 0; border-radius: 0; }#aGx1vAUxUyG6r3mtfZBTcfVz646JZAVS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aGx1vAUxUyG6r3mtfZBTcfVz646JZAVS > .row .container { font-size:0.875rem;font-family:arial;height:19.125rem;width:60rem;position:relative;display:block; }#MBUflslcild5gAASUzKgoVnNfv3dFsSv { color:#000000;display:block;width:36rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9375rem;left:12rem;height:1.9503625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T8zxHzAD6ppZp7trCkRVGq67UdwxTBDV { color:#f10a18;display:block;width:37.687375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.9351494908331rem;left:11.155973434448rem;height:3.90071875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i5QMVUUTdsA90rWtpG6fTc1EbayEK5ip { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:11.775435447693rem;left:0rem;height:4.72345rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W3Qv6pwPbm9grOTUvTFmeXphhVZThROU { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:0.625rem;left:28.9375rem; }
#BmnfVzyPZ7BzfcU5IsV9iNV6w4VzMd3i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaedef;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; }#BmnfVzyPZ7BzfcU5IsV9iNV6w4VzMd3i > .row .container { background-color: transparent; background-image: none; }#BmnfVzyPZ7BzfcU5IsV9iNV6w4VzMd3i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BmnfVzyPZ7BzfcU5IsV9iNV6w4VzMd3i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BmnfVzyPZ7BzfcU5IsV9iNV6w4VzMd3i > .row .container > .video-iframe-container { display: none; }#BmnfVzyPZ7BzfcU5IsV9iNV6w4VzMd3i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BmnfVzyPZ7BzfcU5IsV9iNV6w4VzMd3i > .row > .video-iframe-container { display: none; }#BmnfVzyPZ7BzfcU5IsV9iNV6w4VzMd3i > .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); }#BmnfVzyPZ7BzfcU5IsV9iNV6w4VzMd3i > .row .container { border-width: 0; border-radius: 0; }#BmnfVzyPZ7BzfcU5IsV9iNV6w4VzMd3i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BmnfVzyPZ7BzfcU5IsV9iNV6w4VzMd3i > .row .container { font-size:0.875rem;font-family:arial;height:18.875rem;width:60rem;position:relative;display:block; }#JTKaRPTqf95XFzlPHwyzUS2ONNZJp5Ge { color:#000000;display:block;width:36rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9375rem;left:12rem;height:1.9503625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xhNBokZAkE8T4nrZm2LuNefLFtiAGuqJ { color:#f10a18;display:block;width:38.81225rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.809319496155rem;left:10.593196868896rem;height:3.90071875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eSRlNCMOvPqSGnERTcSfQTNZDlKOiK3G { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:12.023644447327rem;left:0rem;height:4.72345rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LnFb1it2yS9gg13ucGAT2K4uN52KVye2 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:0.625rem;left:28.9375rem; }
#TinGZgU4FApwIk8x1xNCqmnL2fz9Pzdv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaedef;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; }#TinGZgU4FApwIk8x1xNCqmnL2fz9Pzdv > .row .container { background-color: transparent; background-image: none; }#TinGZgU4FApwIk8x1xNCqmnL2fz9Pzdv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TinGZgU4FApwIk8x1xNCqmnL2fz9Pzdv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TinGZgU4FApwIk8x1xNCqmnL2fz9Pzdv > .row .container > .video-iframe-container { display: none; }#TinGZgU4FApwIk8x1xNCqmnL2fz9Pzdv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TinGZgU4FApwIk8x1xNCqmnL2fz9Pzdv > .row > .video-iframe-container { display: none; }#TinGZgU4FApwIk8x1xNCqmnL2fz9Pzdv > .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); }#TinGZgU4FApwIk8x1xNCqmnL2fz9Pzdv > .row .container { border-width: 0; border-radius: 0; }#TinGZgU4FApwIk8x1xNCqmnL2fz9Pzdv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TinGZgU4FApwIk8x1xNCqmnL2fz9Pzdv > .row .container { font-size:0.875rem;font-family:arial;height:15.9375rem;width:60rem;position:relative;display:block; }#Q6D1VnwaPomywhCS1txmLfaaloCqwsAu { color:#000000;display:block;width:36rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9375rem;left:12rem;height:1.9503625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HbkKzgcNbO40RwJPe21ON8FyTXFx74uz { color:#f10a18;display:block;width:46.8120625rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:6.9987554550169rem;left:6.592920303345rem;height:4.50083125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#whMH3osmErDig2QFnGLMSNRQI2GCV5Tg { color:#000000;display:block;width:59.9995625rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:12.123586654663rem;left:0rem;height:2.361725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pr1IDyH1Uqe21bzaaGIompNfIaHuOEi3 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:0.625rem;left:28.9375rem; }
#x12svXVyDdqO2EarFQMFS58GIWgBBa8u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaedef;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; }#x12svXVyDdqO2EarFQMFS58GIWgBBa8u > .row .container { background-color: transparent; background-image: none; }#x12svXVyDdqO2EarFQMFS58GIWgBBa8u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x12svXVyDdqO2EarFQMFS58GIWgBBa8u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x12svXVyDdqO2EarFQMFS58GIWgBBa8u > .row .container > .video-iframe-container { display: none; }#x12svXVyDdqO2EarFQMFS58GIWgBBa8u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x12svXVyDdqO2EarFQMFS58GIWgBBa8u > .row > .video-iframe-container { display: none; }#x12svXVyDdqO2EarFQMFS58GIWgBBa8u > .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); }#x12svXVyDdqO2EarFQMFS58GIWgBBa8u > .row .container { border-width: 0; border-radius: 0; }#x12svXVyDdqO2EarFQMFS58GIWgBBa8u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x12svXVyDdqO2EarFQMFS58GIWgBBa8u > .row .container { font-size:0.875rem;font-family:arial;height:17.375rem;width:60rem;position:relative;display:block; }#SUsd3sblhqcGNs9Q8u0amSxlLpcQFos0 { color:#000000;display:block;width:36rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9375rem;left:12rem;height:1.9503625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Slm7zl5GHF01AVmEffxccEIELkXkUuqA { color:#f10a18;display:block;width:53.87475rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:7.1856565475462rem;left:3.0627765655517rem;height:4.50083125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#htrhQG2ghvH5dCmqZk38JI661SeUOhQm { color:#000000;display:block;width:59.9995625rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:12.997787475586rem;left:0rem;height:2.361725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q0zupM5LAZM3lpsPdd1ifuLOJC1sHKAs { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:0.625rem;left:28.9375rem; }
#TZdIbwm6fJ7eAzBV0LVRtZFPbrQ9NAph { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaedef;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; }#TZdIbwm6fJ7eAzBV0LVRtZFPbrQ9NAph > .row .container { background-color: transparent; background-image: none; }#TZdIbwm6fJ7eAzBV0LVRtZFPbrQ9NAph::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZdIbwm6fJ7eAzBV0LVRtZFPbrQ9NAph > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZdIbwm6fJ7eAzBV0LVRtZFPbrQ9NAph > .row .container > .video-iframe-container { display: none; }#TZdIbwm6fJ7eAzBV0LVRtZFPbrQ9NAph > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZdIbwm6fJ7eAzBV0LVRtZFPbrQ9NAph > .row > .video-iframe-container { display: none; }#TZdIbwm6fJ7eAzBV0LVRtZFPbrQ9NAph > .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); }#TZdIbwm6fJ7eAzBV0LVRtZFPbrQ9NAph > .row .container { border-width: 0; border-radius: 0; }#TZdIbwm6fJ7eAzBV0LVRtZFPbrQ9NAph > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TZdIbwm6fJ7eAzBV0LVRtZFPbrQ9NAph > .row .container { font-size:0.875rem;font-family:arial;height:17.375rem;width:60rem;position:relative;display:block; }#HH8vfeUA7HssNPZo4R0VuOlhKz9TCVx1 { color:#000000;display:block;width:36rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9375rem;left:12rem;height:1.9503625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MUkPkGq8mBHkSdDaugwEltbvvKAoi9mJ { color:#f10a18;display:block;width:43.2494375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:7.121819496155rem;left:8.3745841979981rem;height:4.50083125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TlSvXcP4rLhT0h9ZaAixaQhQL7B60Ovm { color:#000000;display:block;width:59.9995625rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:12.997787475586rem;left:0rem;height:2.361725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IZ2flBRvT5wQEfeTRUHwzq0VWXtGdupa { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:0.625rem;left:28.9375rem; }
#ga7M8XsWIQAATrhKMdrp00LxWQO0JDxT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaedef;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; }#ga7M8XsWIQAATrhKMdrp00LxWQO0JDxT > .row .container { background-color: transparent; background-image: none; }#ga7M8XsWIQAATrhKMdrp00LxWQO0JDxT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ga7M8XsWIQAATrhKMdrp00LxWQO0JDxT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ga7M8XsWIQAATrhKMdrp00LxWQO0JDxT > .row .container > .video-iframe-container { display: none; }#ga7M8XsWIQAATrhKMdrp00LxWQO0JDxT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ga7M8XsWIQAATrhKMdrp00LxWQO0JDxT > .row > .video-iframe-container { display: none; }#ga7M8XsWIQAATrhKMdrp00LxWQO0JDxT > .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); }#ga7M8XsWIQAATrhKMdrp00LxWQO0JDxT > .row .container { border-width: 0; border-radius: 0; }#ga7M8XsWIQAATrhKMdrp00LxWQO0JDxT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ga7M8XsWIQAATrhKMdrp00LxWQO0JDxT > .row .container { font-size:0.875rem;font-family:arial;height:10.9375rem;width:60rem;position:relative;display:block; }#RvNRGpUtDzJpAyEuGWSWWRmhOtVb3fJu { color:#000000;display:block;width:36rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9375rem;left:12rem;height:1.9503625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N4ZqV2fi7Emb61HpZEoncTipwAzKSMWh { color:#f10a18;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.8125rem;left:0rem;height:1.9503625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bXfoFfVh2s0twmkeSpOnqkDA98I4TAyT { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;top:0.625rem;left:28.9375rem; }
#Lp5AkFP616xzadyqq85gOKV70cU6I8A1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaedef;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; }#Lp5AkFP616xzadyqq85gOKV70cU6I8A1 > .row .container { background-color: transparent; background-image: none; }#Lp5AkFP616xzadyqq85gOKV70cU6I8A1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lp5AkFP616xzadyqq85gOKV70cU6I8A1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lp5AkFP616xzadyqq85gOKV70cU6I8A1 > .row .container > .video-iframe-container { display: none; }#Lp5AkFP616xzadyqq85gOKV70cU6I8A1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lp5AkFP616xzadyqq85gOKV70cU6I8A1 > .row > .video-iframe-container { display: none; }#Lp5AkFP616xzadyqq85gOKV70cU6I8A1 > .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); }#Lp5AkFP616xzadyqq85gOKV70cU6I8A1 > .row .container { border-width: 0; border-radius: 0; }#Lp5AkFP616xzadyqq85gOKV70cU6I8A1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lp5AkFP616xzadyqq85gOKV70cU6I8A1 > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:60rem;position:relative;display:block; }#FKKa0h8rUA4HEm55JnDZqs91dEkyr8z9 { color:#000000;display:block;width:36rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9375rem;left:12rem;height:1.9503625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AwulzsvdsCnxouTTudCq3yT9Du7EvMNF { color:#f10a18;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:6.8125rem;left:0rem;height:2.2504125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E6qL0EO68IrO1QTXnyLdSa9JqqNwdavg { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:10.184579849243rem;left:0rem;height:2.361725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J4fWNPQnabRJpCWwkO95evRVbnaorgWP { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:0.625rem;left:28.9375rem; }
#sqCFNpMc3ssnQ8PmAXDnQbTrXu1seBFv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaedef;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; }#sqCFNpMc3ssnQ8PmAXDnQbTrXu1seBFv > .row .container { background-color: transparent; background-image: none; }#sqCFNpMc3ssnQ8PmAXDnQbTrXu1seBFv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sqCFNpMc3ssnQ8PmAXDnQbTrXu1seBFv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sqCFNpMc3ssnQ8PmAXDnQbTrXu1seBFv > .row .container > .video-iframe-container { display: none; }#sqCFNpMc3ssnQ8PmAXDnQbTrXu1seBFv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sqCFNpMc3ssnQ8PmAXDnQbTrXu1seBFv > .row > .video-iframe-container { display: none; }#sqCFNpMc3ssnQ8PmAXDnQbTrXu1seBFv > .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); }#sqCFNpMc3ssnQ8PmAXDnQbTrXu1seBFv > .row .container { border-width: 0; border-radius: 0; }#sqCFNpMc3ssnQ8PmAXDnQbTrXu1seBFv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sqCFNpMc3ssnQ8PmAXDnQbTrXu1seBFv > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:60rem;position:relative;display:block; }#nsa8cW4St53Xz4fbkDWNIckbcK0gQPk3 { color:#000000;display:block;width:36rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9375rem;left:12rem;height:1.9503625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hwoOlFhpLTtPNuGEuOSSh4xRfkcNRpT4 { color:#f10a18;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:6.8125rem;left:0rem;height:2.2504125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z3z7WG09TlS6xCVTKhA73V6zuKUm90vT { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:10.184579849243rem;left:0rem;height:2.361725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mEgkZL3VNsaEreRLdRDPL1khaCezxp3C { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:0.625rem;left:28.9375rem; }
#J6oPlb3boRTaS83CkkIfc2gllxlxR2rR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaedef;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; }#J6oPlb3boRTaS83CkkIfc2gllxlxR2rR > .row .container { background-color: transparent; background-image: none; }#J6oPlb3boRTaS83CkkIfc2gllxlxR2rR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J6oPlb3boRTaS83CkkIfc2gllxlxR2rR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J6oPlb3boRTaS83CkkIfc2gllxlxR2rR > .row .container > .video-iframe-container { display: none; }#J6oPlb3boRTaS83CkkIfc2gllxlxR2rR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J6oPlb3boRTaS83CkkIfc2gllxlxR2rR > .row > .video-iframe-container { display: none; }#J6oPlb3boRTaS83CkkIfc2gllxlxR2rR > .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); }#J6oPlb3boRTaS83CkkIfc2gllxlxR2rR > .row .container { border-width: 0; border-radius: 0; }#J6oPlb3boRTaS83CkkIfc2gllxlxR2rR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J6oPlb3boRTaS83CkkIfc2gllxlxR2rR > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:60rem;position:relative;display:block; }#zRTamQKGeh6iFUue9TJ3x5xeVkBq8D2X { color:#000000;display:block;width:36rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9375rem;left:12rem;height:1.9503625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#arnW3rZv5ATqzfq3oqib9xKt29NTIefF { color:#f10a18;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:6.8125rem;left:0rem;height:2.2504125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SAbTTVs82E2Vd3JQCTiboWbt3rZuGCbG { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:10.184579849243rem;left:0rem;height:2.361725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m52XOVUHEy6dnLrHLIAtSa2yseRA7rMn { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:0.625rem;left:28.9375rem; }
#RDWy0ynn5zcTIenGkQxMLB9EDzLUIN2r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaedef;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; }#RDWy0ynn5zcTIenGkQxMLB9EDzLUIN2r > .row .container { background-color: transparent; background-image: none; }#RDWy0ynn5zcTIenGkQxMLB9EDzLUIN2r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDWy0ynn5zcTIenGkQxMLB9EDzLUIN2r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDWy0ynn5zcTIenGkQxMLB9EDzLUIN2r > .row .container > .video-iframe-container { display: none; }#RDWy0ynn5zcTIenGkQxMLB9EDzLUIN2r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDWy0ynn5zcTIenGkQxMLB9EDzLUIN2r > .row > .video-iframe-container { display: none; }#RDWy0ynn5zcTIenGkQxMLB9EDzLUIN2r > .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); }#RDWy0ynn5zcTIenGkQxMLB9EDzLUIN2r > .row .container { border-width: 0; border-radius: 0; }#RDWy0ynn5zcTIenGkQxMLB9EDzLUIN2r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RDWy0ynn5zcTIenGkQxMLB9EDzLUIN2r > .row .container { font-size:0.875rem;font-family:arial;height:20.6875rem;width:60rem;position:relative;display:block; }#JHnTPSUm9sbXW9NLerfIkaGtSo0TCxHv { color:#000000;display:block;width:36rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9375rem;left:12rem;height:1.9503625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eIAQnEt7kXz5o7C4Ohe5ZPdbMDn10TnW { color:#f10a18;display:block;width:52.1245625rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:6.8743085861206rem;left:3.9366703033448rem;height:4.50083125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dL8Wx6LKBdw1mWXLwaqwpILdK2UnNqLA { color:#000000;display:block;width:59.9995625rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:12.496159076691rem;left:0rem;height:4.72345rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hs0hesLPOltnptfiqFkqEZodPCG4OXG7 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:0.625rem;left:28.9375rem; }
#VeH5AiccTfgmcxWeOMpU2EfzuUrXG3Ae { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaedef;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; }#VeH5AiccTfgmcxWeOMpU2EfzuUrXG3Ae > .row .container { background-color: transparent; background-image: none; }#VeH5AiccTfgmcxWeOMpU2EfzuUrXG3Ae::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VeH5AiccTfgmcxWeOMpU2EfzuUrXG3Ae > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VeH5AiccTfgmcxWeOMpU2EfzuUrXG3Ae > .row .container > .video-iframe-container { display: none; }#VeH5AiccTfgmcxWeOMpU2EfzuUrXG3Ae > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VeH5AiccTfgmcxWeOMpU2EfzuUrXG3Ae > .row > .video-iframe-container { display: none; }#VeH5AiccTfgmcxWeOMpU2EfzuUrXG3Ae > .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); }#VeH5AiccTfgmcxWeOMpU2EfzuUrXG3Ae > .row .container { border-width: 0; border-radius: 0; }#VeH5AiccTfgmcxWeOMpU2EfzuUrXG3Ae > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VeH5AiccTfgmcxWeOMpU2EfzuUrXG3Ae > .row .container { font-size:0.875rem;font-family:arial;height:13.875rem;width:60rem;position:relative;display:block; }#uMzvCKDu1NhctListDD0eu17M4lV5eOR { color:#000000;display:block;width:36rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9375rem;left:12rem;height:1.9503625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vbCez52d1NblKGLCASiDHWXEfPqZOAIo { color:#f10a18;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:6.8125rem;left:0rem;height:2.2504125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qSTkDP9JQHGVndEQWHBnA9lToVNTfyUk { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:9.8714065551756rem;left:0rem;height:2.361725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZFlIikSrColFOcSmRcIknJwRCDz18xxD { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.1245875rem;width:2.1245875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:0.81237983703613rem;left:28.937361717224rem; }
#RsL1vIz9SBhJ07NTSNMJWgBML4zWoN6c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaedef;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; }#RsL1vIz9SBhJ07NTSNMJWgBML4zWoN6c > .row .container { background-color: transparent; background-image: none; }#RsL1vIz9SBhJ07NTSNMJWgBML4zWoN6c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RsL1vIz9SBhJ07NTSNMJWgBML4zWoN6c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RsL1vIz9SBhJ07NTSNMJWgBML4zWoN6c > .row .container > .video-iframe-container { display: none; }#RsL1vIz9SBhJ07NTSNMJWgBML4zWoN6c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RsL1vIz9SBhJ07NTSNMJWgBML4zWoN6c > .row > .video-iframe-container { display: none; }#RsL1vIz9SBhJ07NTSNMJWgBML4zWoN6c > .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); }#RsL1vIz9SBhJ07NTSNMJWgBML4zWoN6c > .row .container { border-width: 0; border-radius: 0; }#RsL1vIz9SBhJ07NTSNMJWgBML4zWoN6c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RsL1vIz9SBhJ07NTSNMJWgBML4zWoN6c > .row .container { font-size:0.875rem;font-family:arial;height:3.25rem;width:60rem;position:relative;display:block; }#Krl8nb63JeCcR5rHA1eNhbCGSOrtHasC { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:0.78332400321963rem;left:0rem;height:1.5936125rem;text-align:center;text-align-last:center;display:block; }
#I2TMAT7rU4KEOcWDTFyAxWdLHa6U6mVN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaedef;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; }#I2TMAT7rU4KEOcWDTFyAxWdLHa6U6mVN > .row .container { background-color: transparent; background-image: none; }#I2TMAT7rU4KEOcWDTFyAxWdLHa6U6mVN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2TMAT7rU4KEOcWDTFyAxWdLHa6U6mVN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2TMAT7rU4KEOcWDTFyAxWdLHa6U6mVN > .row .container > .video-iframe-container { display: none; }#I2TMAT7rU4KEOcWDTFyAxWdLHa6U6mVN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2TMAT7rU4KEOcWDTFyAxWdLHa6U6mVN > .row > .video-iframe-container { display: none; }#I2TMAT7rU4KEOcWDTFyAxWdLHa6U6mVN > .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); }#I2TMAT7rU4KEOcWDTFyAxWdLHa6U6mVN > .row .container { border-width: 0; border-radius: 0; }#I2TMAT7rU4KEOcWDTFyAxWdLHa6U6mVN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I2TMAT7rU4KEOcWDTFyAxWdLHa6U6mVN > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:60rem;position:relative;display:block; }#u39P44PbO4dqUtbMmqako8gzFE0VJ0it { 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; }
#F0A0PwEDIPTDnUbRVxgchHOzPhdKEuLh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#McVGr7W0dHb6FqeyeeNTSksfzMulgrSG { 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; }#McVGr7W0dHb6FqeyeeNTSksfzMulgrSG > .row .container { background-color: transparent; background-image: none; }#McVGr7W0dHb6FqeyeeNTSksfzMulgrSG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#McVGr7W0dHb6FqeyeeNTSksfzMulgrSG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#McVGr7W0dHb6FqeyeeNTSksfzMulgrSG > .row .container > .video-iframe-container { display: none; }#McVGr7W0dHb6FqeyeeNTSksfzMulgrSG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#McVGr7W0dHb6FqeyeeNTSksfzMulgrSG > .row > .video-iframe-container { display: none; }#McVGr7W0dHb6FqeyeeNTSksfzMulgrSG > .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); }#McVGr7W0dHb6FqeyeeNTSksfzMulgrSG > .row .container { border-width: 0; border-radius: 0; }#McVGr7W0dHb6FqeyeeNTSksfzMulgrSG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#McVGr7W0dHb6FqeyeeNTSksfzMulgrSG > .row .container { font-size:0.875rem;font-family:arial;height:29.8125rem;width:60rem;position:relative;display:block; }#LxMxsEur8FA1H4WI5SAe91mLsHav16fz { color:#f10a18;display:block;width:60rem;position:absolute;font-family:lato;font-size:2rem;font-weight:400;z-index:15008;line-height:.8;letter-spacing:0;top:2.9373931884766rem;left:0rem;height:;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; }
#Fxm2fw1Ri6P84iMXtKaMM1mRVRd5mydJ { position:absolute;display:block;z-index:15003;background-color:rgba(246,211,212,0.96);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.249875rem;width:43.2494375rem;top:20.4375rem;left:16.8125rem;display:block; }
#xv0TvBCBByJcyAMwQSvuJMQwMBwL6zwK { color:#f10a18;display:block;width:39.9370625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:8.4803652763369rem;left:16.811393737793rem;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; }
#TNC58Niuc5La3Hg0Tv0ABQlcqrHNiGSk { color:#101010;display:block;width:42.1875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:21.375rem;left:17.25rem;height:7.3506875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#dTyvVTxJEloyHqG6FRywVJbPMkQ0wKxB { position:absolute;display:block;z-index:15018;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.0622234375rem;width:45rem;top:7.0626575946806rem;left:7.5000009536744rem;display:block; }
#ZZZ1amHHasGXlS7gyCQtSZ7qOQpHy089 { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/dfe4424b-ae46-4876-ac51-1913c32c26e8/AgnieszkaLipka.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:8.4810535907744rem;left:2.3119468688965rem;display:block; }#ZZZ1amHHasGXlS7gyCQtSZ7qOQpHy089.adaptive-delivery-prevent-bg, #ZZZ1amHHasGXlS7gyCQtSZ7qOQpHy089.lazyload, #ZZZ1amHHasGXlS7gyCQtSZ7qOQpHy089.lazyloading { background-image: none; }
#DnhielMuDTimx4ENyQXKPEmDZDAKVLZq { color:#f10a18;display:block;width:15rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:20.413442611694rem;left:0rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kztP7JOD2dHk5937Q68X8yIoLnzCgGpL { color:#101010;display:block;width:42.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;top:12.172981262207rem;left:16.749170303345rem;height:7.4979375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#kBvP68IsZyTPTBPbNDtLGkHbssNgXd5M { 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; }#kBvP68IsZyTPTBPbNDtLGkHbssNgXd5M > .row .container { background-color: transparent; background-image: none; }#kBvP68IsZyTPTBPbNDtLGkHbssNgXd5M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBvP68IsZyTPTBPbNDtLGkHbssNgXd5M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBvP68IsZyTPTBPbNDtLGkHbssNgXd5M > .row .container > .video-iframe-container { display: none; }#kBvP68IsZyTPTBPbNDtLGkHbssNgXd5M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBvP68IsZyTPTBPbNDtLGkHbssNgXd5M > .row > .video-iframe-container { display: none; }#kBvP68IsZyTPTBPbNDtLGkHbssNgXd5M > .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); }#kBvP68IsZyTPTBPbNDtLGkHbssNgXd5M > .row .container { border-width: 0; border-radius: 0; }#kBvP68IsZyTPTBPbNDtLGkHbssNgXd5M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kBvP68IsZyTPTBPbNDtLGkHbssNgXd5M > .row .container { font-size:0.875rem;font-family:arial;height:21.625rem;width:60rem;position:relative;display:block; }#LEDXwLXogcZTbV1bEMoB7s802VpI9TAI { position:absolute;display:block;z-index:15018;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.0622234375rem;width:45rem;top:0.93611717224119rem;left:8.4375rem;display:block; }
#WDUG55DOJT8Kinto916qhHOuysKff90u { position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/44b14d47-200f-493e-9907-94813ed8e0ca/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.875rem;width:11.875rem;top:2.0625rem;left:1.375rem;display:block; }#WDUG55DOJT8Kinto916qhHOuysKff90u.adaptive-delivery-prevent-bg, #WDUG55DOJT8Kinto916qhHOuysKff90u.lazyload, #WDUG55DOJT8Kinto916qhHOuysKff90u.lazyloading { background-image: none; }
#bs07SThIVN0fFRNrHMon3f8BFsTSxkfp { color:#f10a18;display:block;width:38.3125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:2.0625rem;left:16.5rem;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; }
#aMysTa7zwZ4qL2the30EuNhT7HVV6X9W { color:#101010;display:block;width:42.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15033;line-height:1.5;letter-spacing:0;top:5.2350665032864rem;left:16.498893737793rem;height:10.49709375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#oyvZT6fe86qqg5HXO77IbHmZiunMn0Ag { color:#f10a18;display:block;width:15.68725rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:15.6875rem;left:0rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lFWT4MBeGouGdBhCyGch02bT75U2kKzW { position:absolute;display:block;z-index:15024;background-color:rgba(246,211,212,0.96);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.1875rem;width:43.5rem;top:17.25rem;left:16.5625rem;display:block; }
#xpAfZ73va9zqTzI75Rpf0I40yJNTvkXg { color:#101010;display:block;width:42.6875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:17.4375rem;left:16.875rem;height:3.67533125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#kzQF6q4N3vJW0LWqansXhPfwa4qVtt97 { 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; }#kzQF6q4N3vJW0LWqansXhPfwa4qVtt97 > .row .container { background-color: transparent; background-image: none; }#kzQF6q4N3vJW0LWqansXhPfwa4qVtt97::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kzQF6q4N3vJW0LWqansXhPfwa4qVtt97 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kzQF6q4N3vJW0LWqansXhPfwa4qVtt97 > .row .container > .video-iframe-container { display: none; }#kzQF6q4N3vJW0LWqansXhPfwa4qVtt97 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kzQF6q4N3vJW0LWqansXhPfwa4qVtt97 > .row > .video-iframe-container { display: none; }#kzQF6q4N3vJW0LWqansXhPfwa4qVtt97 > .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); }#kzQF6q4N3vJW0LWqansXhPfwa4qVtt97 > .row .container { border-width: 0; border-radius: 0; }#kzQF6q4N3vJW0LWqansXhPfwa4qVtt97 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kzQF6q4N3vJW0LWqansXhPfwa4qVtt97 > .row .container { font-size:0.875rem;font-family:arial;height:69.4375rem;width:60rem;position:relative;display:block; }#OWQRTcIcGTusao9KCtZlpW8SvAy9fpDp { position:absolute;display:block;z-index:15003;background-color:rgba(246,211,212,0.96);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:34.1875rem;width:43rem;top:35.124435424805rem;left:16.937223434448rem;display:block; }
#ueenJGKNSWtqe0UIUZQ9TIMWJ4FQP0AA { color:#f10a18;display:block;width:32.1245625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:2.1045429706574rem;left:16.936531066894rem;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; }
#D6A5ZZPM8LreOa8xLeoclN8HHpIA8Bt7 { color:#101010;display:block;width:42.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:7.2884476184844rem;left:16.935840606689rem;height:25.49294375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#R2auU7NRq3Wv6ddRdQrRM5SWZ08yQC5S { color:#101010;display:block;width:42.1875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:35.5625rem;left:17.3125rem;height:33.07796875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#DACpOIw7alqWA2SprLm62rPlatL2Tofe { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9850651a-13f9-49a6-8ac1-5b99020d129f/KamilErgonodeHomeGardenCongress.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.1052217483521rem;left:2.8436117172241rem;display:block; }#DACpOIw7alqWA2SprLm62rPlatL2Tofe.adaptive-delivery-prevent-bg, #DACpOIw7alqWA2SprLm62rPlatL2Tofe.lazyload, #DACpOIw7alqWA2SprLm62rPlatL2Tofe.lazyloading { background-image: none; }
#El5PEsCyMbaId27yQf8Obqy9JroLwcyX { color:#f10a18;display:block;width:16.3125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:14.013399124146rem;left:0rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wb9GtiKidpVcAfP020SoblI3yqaO5LUT { color:#f10a18;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:35.125rem;left:0.625rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fyA4DRNM6gMZviacybDxhz0U3ISFz75q { color:#f10a18;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:55.374733924866rem;left:0.65611171722412rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GV8L4d9uJDz0qoea1CTqGTEnQ8pRfyRu { position:absolute;display:block;z-index:15019;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.99972820281981rem;left:10.496404647827rem;display:block; }
#envvXshbaaRXbnykSXhI6SppPVLxvaAC { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b76b99e3-c69b-4070-9882-34c6bc0647f5/ArturRompca.png");background-position:center right !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:23.290942192078rem;left:2.8436117172241rem;display:block; }#envvXshbaaRXbnykSXhI6SppPVLxvaAC.adaptive-delivery-prevent-bg, #envvXshbaaRXbnykSXhI6SppPVLxvaAC.lazyload, #envvXshbaaRXbnykSXhI6SppPVLxvaAC.lazyloading { background-image: none; }
#S4fatVtQlviVlCyBdSxxVKQgudi64sQX { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7b71c452-30a7-4f75-a8e8-86b2fa1a3c15/MarcinDuma.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:43.478290557861rem;left:2.8436117172241rem;display:block; }#S4fatVtQlviVlCyBdSxxVKQgudi64sQX.adaptive-delivery-prevent-bg, #S4fatVtQlviVlCyBdSxxVKQgudi64sQX.lazyload, #S4fatVtQlviVlCyBdSxxVKQgudi64sQX.lazyloading { background-image: none; }
#G26OvGqmkAzKMTTDagC7wXeJwRou8Dfl { 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; }#G26OvGqmkAzKMTTDagC7wXeJwRou8Dfl > .row .container { background-color: transparent; background-image: none; }#G26OvGqmkAzKMTTDagC7wXeJwRou8Dfl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G26OvGqmkAzKMTTDagC7wXeJwRou8Dfl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G26OvGqmkAzKMTTDagC7wXeJwRou8Dfl > .row .container > .video-iframe-container { display: none; }#G26OvGqmkAzKMTTDagC7wXeJwRou8Dfl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G26OvGqmkAzKMTTDagC7wXeJwRou8Dfl > .row > .video-iframe-container { display: none; }#G26OvGqmkAzKMTTDagC7wXeJwRou8Dfl > .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); }#G26OvGqmkAzKMTTDagC7wXeJwRou8Dfl > .row .container { border-width: 0; border-radius: 0; }#G26OvGqmkAzKMTTDagC7wXeJwRou8Dfl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G26OvGqmkAzKMTTDagC7wXeJwRou8Dfl > .row .container { font-size:0.875rem;font-family:arial;height:23.3125rem;width:60rem;position:relative;display:block; }#k1Pt60491wAZkd0bp9uZTUrMzWEeVoBH { position:absolute;display:block;z-index:15003;background-color:rgba(246,211,212,0.96);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:42.5625rem;top:15.5625rem;left:17.4375rem;display:block; }
#fMviB5dCq1737IbFhpiL9CrbBFTKt9yS { color:#f10a18;display:block;width:39.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:2.1024780273438rem;left:17.5rem;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; }
#h6Lg0b8rNe6xfQmfkx5JmkxsueCAhnTb { color:#101010;display:block;width:41.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:7.2282853126525rem;left:17.5rem;height:7.4979375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#BB7CHilvDGIEavTvqOrL0bnsWTbaK5Ch { color:#101010;display:block;width:41.6875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:16.3125rem;left:17.875rem;height:6.12555625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#SxnTTr4NzuUM0BXR4NWqqeDOFXgePJLp { position:absolute;display:block;z-index:15002;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.1052217483521rem;left:2.8436117172241rem;display:block; }#SxnTTr4NzuUM0BXR4NWqqeDOFXgePJLp.adaptive-delivery-prevent-bg, #SxnTTr4NzuUM0BXR4NWqqeDOFXgePJLp.lazyload, #SxnTTr4NzuUM0BXR4NWqqeDOFXgePJLp.lazyloading { background-image: none; }
#UqbpZMggT4KI1TTUCbMogxHq86oOCuzZ { color:#f10a18;display:block;width:15.68725rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:14.139242172241rem;left:0.62361717224121rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s8zgAHDhhHLAhATJKqc74Qd1Gc0lU8Tx { 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.0608406875rem;width:45rem;top:0.74736309051512rem;left:8.74515914917rem;display:block; }
#GQfrKaARKWfSv0rT8pqTS4eJ1RiUqM90 { 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; }#GQfrKaARKWfSv0rT8pqTS4eJ1RiUqM90 > .row .container { background-color: transparent; background-image: none; }#GQfrKaARKWfSv0rT8pqTS4eJ1RiUqM90::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQfrKaARKWfSv0rT8pqTS4eJ1RiUqM90 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQfrKaARKWfSv0rT8pqTS4eJ1RiUqM90 > .row .container > .video-iframe-container { display: none; }#GQfrKaARKWfSv0rT8pqTS4eJ1RiUqM90 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQfrKaARKWfSv0rT8pqTS4eJ1RiUqM90 > .row > .video-iframe-container { display: none; }#GQfrKaARKWfSv0rT8pqTS4eJ1RiUqM90 > .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); }#GQfrKaARKWfSv0rT8pqTS4eJ1RiUqM90 > .row .container { border-width: 0; border-radius: 0; }#GQfrKaARKWfSv0rT8pqTS4eJ1RiUqM90 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GQfrKaARKWfSv0rT8pqTS4eJ1RiUqM90 > .row .container { font-size:0.875rem;font-family:arial;height:35.3125rem;width:60rem;position:relative;display:block; }#yEoTI4blEmtbogzNPrFtvNdG8noTmGOr { position:absolute;display:block;z-index:15003;background-color:rgba(246,211,212,0.96);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:14.125rem;width:41.9375rem;top:20.999725341797rem;left:18.125rem;display:block; }
#UZNcHPsNlXsgZLLBaoJ1TZQvgVqB2IVt { color:#f10a18;display:block;width:42rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:2.1024475097656rem;left:17.874723434448rem;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; }
#IuRZFdkhFgKKDAnkIQMTXlI8qs2c2P9T { color:#101010;display:block;width:40.499875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:7.4751167297362rem;left:18.125rem;height:11.99668125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#qvDwctLQ8eXNc5RurhH82iHW0Ezml1nu { color:#101010;display:block;width:40.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:21.936532020569rem;left:18.78111076355rem;height:12.2511125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#FpGyOh2ow9LtAIroRwVzmqea9BQeFQnE { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/624c10a8-c404-4620-b47c-2618b6c950fc/marcinrudzik.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:10.1875rem;width:10.1875rem;top:2.1045360565186rem;left:2.8436117172241rem;display:block; }#FpGyOh2ow9LtAIroRwVzmqea9BQeFQnE.adaptive-delivery-prevent-bg, #FpGyOh2ow9LtAIroRwVzmqea9BQeFQnE.lazyload, #FpGyOh2ow9LtAIroRwVzmqea9BQeFQnE.lazyloading { background-image: none; }
#Qq4ewgEnD8iimS0vziJTdBc3rr4lpMDH { color:#f10a18;display:block;width:15.68725rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:12.291894674301rem;left:0.092643737792969rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nvr3EFV3HL2UhR5RIWA1hsxvlrTCscnv { 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.0608406875rem;width:45rem;top:0.74736309051512rem;left:8.74515914917rem;display:block; }
#tf4SMfofFNLvXqPIN6Dy83k8vNRegi0e { color:#f10a18;display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:29.54368853569rem;left:0.092643737792969rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G7XXODAfVrGqp8JbxhvZaOhPBz8LU2u5 { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ab77dacb-832e-4124-884f-13895ea520f2/laurentfilipovicz.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:10.43625rem;width:10.43625rem;top:18.606887578964rem;left:2.7184734344483rem;display:block; }#G7XXODAfVrGqp8JbxhvZaOhPBz8LU2u5.adaptive-delivery-prevent-bg, #G7XXODAfVrGqp8JbxhvZaOhPBz8LU2u5.lazyload, #G7XXODAfVrGqp8JbxhvZaOhPBz8LU2u5.lazyloading { background-image: none; }
#TEkBH4gnT5FC90urdTo6B6vtJXKS9gHZ { 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; }#TEkBH4gnT5FC90urdTo6B6vtJXKS9gHZ > .row .container { background-color: transparent; background-image: none; }#TEkBH4gnT5FC90urdTo6B6vtJXKS9gHZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEkBH4gnT5FC90urdTo6B6vtJXKS9gHZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEkBH4gnT5FC90urdTo6B6vtJXKS9gHZ > .row .container > .video-iframe-container { display: none; }#TEkBH4gnT5FC90urdTo6B6vtJXKS9gHZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEkBH4gnT5FC90urdTo6B6vtJXKS9gHZ > .row > .video-iframe-container { display: none; }#TEkBH4gnT5FC90urdTo6B6vtJXKS9gHZ > .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); }#TEkBH4gnT5FC90urdTo6B6vtJXKS9gHZ > .row .container { border-width: 0; border-radius: 0; }#TEkBH4gnT5FC90urdTo6B6vtJXKS9gHZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TEkBH4gnT5FC90urdTo6B6vtJXKS9gHZ > .row .container { font-size:0.875rem;font-family:arial;height:35.5rem;width:60rem;position:relative;display:block; }#lGkpLArDXuUuRbl1a7HkdvKk6i8b937g { position:absolute;display:block;z-index:15003;background-color:rgba(246,211,212,0.96);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.6875rem;width:41.9375rem;top:27.5625rem;left:18.125rem;display:block; }
#Bc3nJcEq1L2usVzWlZJsVHyn6FOGCrOX { color:#f10a18;display:block;width:41.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:2.1024780273438rem;left:17.875rem;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; }
#Ed6V5AeVfqDE2P9Fz7GoEUsPBUPmyhbx { color:#101010;display:block;width:40.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:6.4760785102844rem;left:18.125rem;height:19.49463125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#gcsUM1IO4Rc6QL8qqwyW6RXpoLXqKDxZ { color:#101010;display:block;width:40.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:28.3125rem;left:18.5rem;height:6.12555625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#sJutGzBeFQazNFKqB95oWfX3rRxFVkvT { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a50cbee6-16b1-499b-bdae-f6f6cb5a3e93/natalialeonard.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:10.1875rem;width:10.1875rem;top:2.1045360565186rem;left:2.8436117172241rem;display:block; }#sJutGzBeFQazNFKqB95oWfX3rRxFVkvT.adaptive-delivery-prevent-bg, #sJutGzBeFQazNFKqB95oWfX3rRxFVkvT.lazyload, #sJutGzBeFQazNFKqB95oWfX3rRxFVkvT.lazyloading { background-image: none; }
#TupTqaJG2bRMSNLr03IL8zLitaA961dQ { color:#f10a18;display:block;width:15.68725rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:12.83600628376rem;left:0rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UUnlUFTfaaHF7O0KQsiaZoWoiKTfK4s8 { 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.0608406875rem;width:45rem;top:0.74736309051512rem;left:8.74515914917rem;display:block; }
#oPLQ9XgBrWOqLeq2EaaFBFuNTZzQ9XrV { 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:29.499446868896rem;left:0rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L9eL34rK8SEPG3Tdr9yE2IW53HvwWz4k { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3431b410-8c15-4deb-b0ff-1e1ab9c9b370/Walu.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:10.4369375rem;width:10.4369375rem;top:18.416759610176rem;left:2.7184734344483rem;display:block; }#L9eL34rK8SEPG3Tdr9yE2IW53HvwWz4k.adaptive-delivery-prevent-bg, #L9eL34rK8SEPG3Tdr9yE2IW53HvwWz4k.lazyload, #L9eL34rK8SEPG3Tdr9yE2IW53HvwWz4k.lazyloading { background-image: none; }
#qI9SsRzBBDRK81G3wGirk8PaSLeTNsHF { 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; }#qI9SsRzBBDRK81G3wGirk8PaSLeTNsHF > .row .container { background-color: transparent; background-image: none; }#qI9SsRzBBDRK81G3wGirk8PaSLeTNsHF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qI9SsRzBBDRK81G3wGirk8PaSLeTNsHF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qI9SsRzBBDRK81G3wGirk8PaSLeTNsHF > .row .container > .video-iframe-container { display: none; }#qI9SsRzBBDRK81G3wGirk8PaSLeTNsHF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qI9SsRzBBDRK81G3wGirk8PaSLeTNsHF > .row > .video-iframe-container { display: none; }#qI9SsRzBBDRK81G3wGirk8PaSLeTNsHF > .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); }#qI9SsRzBBDRK81G3wGirk8PaSLeTNsHF > .row .container { border-width: 0; border-radius: 0; }#qI9SsRzBBDRK81G3wGirk8PaSLeTNsHF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qI9SsRzBBDRK81G3wGirk8PaSLeTNsHF > .row .container { font-size:0.875rem;font-family:arial;height:38.25rem;width:60rem;position:relative;display:block; }#hVJwDNwV5O3WuxWdIhndCSazgcs5MbWV { position:absolute;display:block;z-index:15003;background-color:rgba(246,211,212,0.96);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:6.6875rem;width:41.25rem;top:31.4375rem;left:18.75rem;display:block; }
#zUBIVVPz11W1tPRgPRP3vrfz2TwP0qfs { color:#f10a18;display:block;width:38.6875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:2.8498344421387rem;left:18.875137329101rem;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; }
#avZedcE3PmEnpbJBtJAWHmcrf7dyRMfi { color:#101010;display:block;width:40.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:7.9535400867462rem;left:18.874446868896rem;height:23.993375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#XQOI3R0TKpS1CWMSZw7G61LfP51h47mH { color:#101010;display:block;width:40.2495625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:31.717362642288rem;left:19.24986076355rem;height:6.12555625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#BlNPvTdyHeAk27BzUgQHPbyF5n5deZwp { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fc549db4-9722-46e7-92d2-f1ade3aebd2d/DamianSinior.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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.1052217483521rem;left:2.8436117172241rem;display:block; }#BlNPvTdyHeAk27BzUgQHPbyF5n5deZwp.adaptive-delivery-prevent-bg, #BlNPvTdyHeAk27BzUgQHPbyF5n5deZwp.lazyload, #BlNPvTdyHeAk27BzUgQHPbyF5n5deZwp.lazyloading { background-image: none; }
#FQlNWbIrlRW8r1nSxTvpHDBCkT1KKWtn { color:#f10a18;display:block;width:15.68725rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:14.139242172241rem;left:0.62361717224121rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rzavpPf5MkSDsPRBVLGskOmhowQASmMw { position:absolute;display:block;z-index:15021;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.0601493125rem;width:45rem;top:1.2112836837769rem;left:9.05627822876rem;display:block; }
#I7TKqF3uqy5r4F6bppmlQcuDLWfK8okb { 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; }#I7TKqF3uqy5r4F6bppmlQcuDLWfK8okb > .row .container { background-color: transparent; background-image: none; }#I7TKqF3uqy5r4F6bppmlQcuDLWfK8okb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I7TKqF3uqy5r4F6bppmlQcuDLWfK8okb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I7TKqF3uqy5r4F6bppmlQcuDLWfK8okb > .row .container > .video-iframe-container { display: none; }#I7TKqF3uqy5r4F6bppmlQcuDLWfK8okb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I7TKqF3uqy5r4F6bppmlQcuDLWfK8okb > .row > .video-iframe-container { display: none; }#I7TKqF3uqy5r4F6bppmlQcuDLWfK8okb > .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); }#I7TKqF3uqy5r4F6bppmlQcuDLWfK8okb > .row .container { border-width: 0; border-radius: 0; }#I7TKqF3uqy5r4F6bppmlQcuDLWfK8okb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I7TKqF3uqy5r4F6bppmlQcuDLWfK8okb > .row .container { font-size:0.875rem;font-family:arial;height:37.5625rem;width:60rem;position:relative;display:block; }#QRzMurVbevz7VW8TitZnmxNIRWiBxl5P { position:absolute;display:block;z-index:15003;background-color:rgba(246,211,212,0.96);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:10.4375rem;width:41rem;top:26.972482442856rem;left:18.999584197998rem;display:block; }
#cQgrsflPXf3NQywAZuTDCVXDhBTdLODU { color:#f10a18;display:block;width:40.6875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:1.5991430282593rem;left:19.187913894653rem;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; }
#xbiAazVMhQQQ6nLahah10xtxhCVZZrTJ { color:#101010;display:block;width:39.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:6.6869463920594rem;left:19.343196868896rem;height:19.49463125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#gLheBaOa6DaiWtFRKkuT7UmfqdTtUJaU { color:#101010;display:block;width:40.187375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:27.811116933823rem;left:19.405420303345rem;height:8.57575rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#WfVPnoMVqmEDHSeZO601IiyOJCA506Ge { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ac7af94e-cc40-4047-abf2-90a2bda82723/AndrzejBrandtcrossborderecommerce.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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.1052217483521rem;left:2.8436117172241rem;display:block; }#WfVPnoMVqmEDHSeZO601IiyOJCA506Ge.adaptive-delivery-prevent-bg, #WfVPnoMVqmEDHSeZO601IiyOJCA506Ge.lazyload, #WfVPnoMVqmEDHSeZO601IiyOJCA506Ge.lazyloading { background-image: none; }
#Bq4MRF1G1PkcmKrBT2cPF9nRHoqBAaTg { color:#f10a18;display:block;width:15.68725rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:14.139242172241rem;left:0.62361717224121rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aar6ON6TO9myG9OUIwpkbQgIKFKGKFD2 { position:absolute;display:block;z-index:15022;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.0594579375rem;width:45rem;top:0.71003913879394rem;left:8.5557250976562rem;display:block; }
#uuQDzBTu4IfBqXsHy1HOBDDizpUTGWin { 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; }#uuQDzBTu4IfBqXsHy1HOBDDizpUTGWin > .row .container { background-color: transparent; background-image: none; }#uuQDzBTu4IfBqXsHy1HOBDDizpUTGWin::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uuQDzBTu4IfBqXsHy1HOBDDizpUTGWin > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uuQDzBTu4IfBqXsHy1HOBDDizpUTGWin > .row .container > .video-iframe-container { display: none; }#uuQDzBTu4IfBqXsHy1HOBDDizpUTGWin > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uuQDzBTu4IfBqXsHy1HOBDDizpUTGWin > .row > .video-iframe-container { display: none; }#uuQDzBTu4IfBqXsHy1HOBDDizpUTGWin > .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); }#uuQDzBTu4IfBqXsHy1HOBDDizpUTGWin > .row .container { border-width: 0; border-radius: 0; }#uuQDzBTu4IfBqXsHy1HOBDDizpUTGWin > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uuQDzBTu4IfBqXsHy1HOBDDizpUTGWin > .row .container { font-size:0.875rem;font-family:arial;height:37.25rem;width:60rem;position:relative;display:block; }#bswHWfVE9azq3ocOr50fDx7vUeSEXpb0 { position:absolute;display:block;z-index:15003;background-color:rgba(246,211,212,0.96);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.125rem;width:41rem;top:29rem;left:19rem;display:block; }
#Jt9m2LTC2IXBWkr2HDG8pkrlQI8ucevN { color:#f10a18;display:block;width:33.8125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:1.5991420745849rem;left:19.187637329101rem;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; }
#nAazVz2ecg1OwJezp8f7s4H63Qzye2lB { color:#101010;display:block;width:39.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:6.6869463920594rem;left:19.343196868896rem;height:20.9941875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#oBbi4I18awx8K88MXwt0iO9hT9zpWU4v { color:#101010;display:block;width:40.187375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:29.429605484009rem;left:19.405420303345rem;height:7.3506875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#MQObprEsavMM4JW45WvltV0kFBcUryLx { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fd705428-5255-464d-a9a2-1ea9d72377cd/MonikaKosmowska.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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.1052217483521rem;left:2.8436117172241rem;display:block; }#MQObprEsavMM4JW45WvltV0kFBcUryLx.adaptive-delivery-prevent-bg, #MQObprEsavMM4JW45WvltV0kFBcUryLx.lazyload, #MQObprEsavMM4JW45WvltV0kFBcUryLx.lazyloading { background-image: none; }
#PRR68lPc3WQka0cIBBopxgmOMedGeRe2 { color:#f10a18;display:block;width:15rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:14.718612670899rem;left:0.96861171722412rem;height:9.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KwehfGLExBuTm6gIAMlRBolq1WlntOE7 { position:absolute;display:block;z-index:15023;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.0587665625rem;width:45rem;top:0.60357475280762rem;left:8.7423954010013rem;display:block; }
#fHwN9Q8M1aBiUo8Akg5FzvwegUwDxrl7 { 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; }#fHwN9Q8M1aBiUo8Akg5FzvwegUwDxrl7 > .row .container { background-color: transparent; background-image: none; }#fHwN9Q8M1aBiUo8Akg5FzvwegUwDxrl7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fHwN9Q8M1aBiUo8Akg5FzvwegUwDxrl7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fHwN9Q8M1aBiUo8Akg5FzvwegUwDxrl7 > .row .container > .video-iframe-container { display: none; }#fHwN9Q8M1aBiUo8Akg5FzvwegUwDxrl7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fHwN9Q8M1aBiUo8Akg5FzvwegUwDxrl7 > .row > .video-iframe-container { display: none; }#fHwN9Q8M1aBiUo8Akg5FzvwegUwDxrl7 > .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); }#fHwN9Q8M1aBiUo8Akg5FzvwegUwDxrl7 > .row .container { border-width: 0; border-radius: 0; }#fHwN9Q8M1aBiUo8Akg5FzvwegUwDxrl7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fHwN9Q8M1aBiUo8Akg5FzvwegUwDxrl7 > .row .container { font-size:0.875rem;font-family:arial;height:33.5rem;width:60rem;position:relative;display:block; }#BASCAhcgTIyMRyRIEqqzbZgabwMWNagp { color:#f10a18;display:block;width:41.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:2.9984788894653rem;left:18.749307632446rem;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; }
#kK25Ri8oBbg7u94xEPRi8yUyHnkDQ69d { color:#101010;display:block;width:40.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:5.7680902481079rem;left:18.561531066894rem;height:10.497125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#VPEPGhvifoAXTNGTRvK4RbwidEP9Bpp6 { 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.0601493125rem;width:45rem;top:0.93333816528319rem;left:9.4316921234131rem;display:block; }
#GoFXGDcVNCBuiIkoCklD58xZRKPnMnLP { 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:16.26452255249rem;left:0.87320232391356rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A8G7sIocT26z2WNpCdaL64wlwHnFBABv { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3e0c4d8f-904d-4c6c-a1f1-3a13228d0300/MateuszRbiszWygodneZwroty.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:3.9767456054688rem;left:3.0931968688965rem;display:block; }#A8G7sIocT26z2WNpCdaL64wlwHnFBABv.adaptive-delivery-prevent-bg, #A8G7sIocT26z2WNpCdaL64wlwHnFBABv.lazyload, #A8G7sIocT26z2WNpCdaL64wlwHnFBABv.lazyloading { background-image: none; }
#TErFeWsBVMQrwTBkzI07y7dJrtbwawKx { position:absolute;display:block;z-index:15005;background-color:rgba(246,211,212,0.96);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:15.625rem;width:41.3125rem;top:17.8125rem;left:18.75rem;display:block; }
#adsI89WxA2WhIhXIpxZ0Sdd6Id0I0TbS { color:#101010;display:block;width:39.9375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:18.25rem;left:19.125rem;height:14.701375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#GR5LpewLZry3SvqWKiyLNJDHE3KGnkQo { 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; }#GR5LpewLZry3SvqWKiyLNJDHE3KGnkQo > .row .container { background-color: transparent; background-image: none; }#GR5LpewLZry3SvqWKiyLNJDHE3KGnkQo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GR5LpewLZry3SvqWKiyLNJDHE3KGnkQo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GR5LpewLZry3SvqWKiyLNJDHE3KGnkQo > .row .container > .video-iframe-container { display: none; }#GR5LpewLZry3SvqWKiyLNJDHE3KGnkQo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GR5LpewLZry3SvqWKiyLNJDHE3KGnkQo > .row > .video-iframe-container { display: none; }#GR5LpewLZry3SvqWKiyLNJDHE3KGnkQo > .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); }#GR5LpewLZry3SvqWKiyLNJDHE3KGnkQo > .row .container { border-width: 0; border-radius: 0; }#GR5LpewLZry3SvqWKiyLNJDHE3KGnkQo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GR5LpewLZry3SvqWKiyLNJDHE3KGnkQo > .row .container { font-size:0.875rem;font-family:arial;height:25.8125rem;width:60rem;position:relative;display:block; }#KEt0E5ySS61a6f5bI3bWgX4JtM0qC4Mt { position:absolute;display:block;z-index:15003;background-color:rgba(246,211,212,0.96);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.8125rem;width:41.6875rem;top:19.75rem;left:18.375rem;display:block; }
#whGVfXmTfqDzqTnQeKmNvvZBiDKym6uq { color:#f10a18;display:block;width:41.3744375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:2.8491427898407rem;left:18.62486076355rem;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; }
#ish76lHHrWIN0GUqvTdTQxMMThbdCxTe { color:#101010;display:block;width:40.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:6.3094284534456rem;left:18.810840606689rem;height:11.9966875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#O2X2S7auXtShqaSnmmzgVKcL4dt8WzAD { color:#101010;display:block;width:40.37475rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:20.125rem;left:18.5625rem;height:4.90044375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#n8s5MMf7ONuxyNTfQZVTOiVTkrdz1L7h { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f1c65bb8-e413-47f3-9f3d-686fbe605ac6/krzysztofabram.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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.1052217483521rem;left:2.8436117172241rem;display:block; }#n8s5MMf7ONuxyNTfQZVTOiVTkrdz1L7h.adaptive-delivery-prevent-bg, #n8s5MMf7ONuxyNTfQZVTOiVTkrdz1L7h.lazyload, #n8s5MMf7ONuxyNTfQZVTOiVTkrdz1L7h.lazyloading { background-image: none; }
#qCEymVL8Nhf07NVv3BfMcJlE44FR5JER { color:#f10a18;display:block;width:15.68725rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:14.139242172241rem;left:0.62361717224121rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CLaSku1yIXrFQsaolnBsbzV5saF5MVfn { position:absolute;display:block;z-index:15021;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.0594579375rem;width:45rem;top:0.74528884887694rem;left:8.4941921234131rem;display:block; }
#W4KnNEB4I49LN4mKdn8geWLCFkmHuK72 { 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; }#W4KnNEB4I49LN4mKdn8geWLCFkmHuK72 > .row .container { background-color: transparent; background-image: none; }#W4KnNEB4I49LN4mKdn8geWLCFkmHuK72::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4KnNEB4I49LN4mKdn8geWLCFkmHuK72 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4KnNEB4I49LN4mKdn8geWLCFkmHuK72 > .row .container > .video-iframe-container { display: none; }#W4KnNEB4I49LN4mKdn8geWLCFkmHuK72 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4KnNEB4I49LN4mKdn8geWLCFkmHuK72 > .row > .video-iframe-container { display: none; }#W4KnNEB4I49LN4mKdn8geWLCFkmHuK72 > .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); }#W4KnNEB4I49LN4mKdn8geWLCFkmHuK72 > .row .container { border-width: 0; border-radius: 0; }#W4KnNEB4I49LN4mKdn8geWLCFkmHuK72 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W4KnNEB4I49LN4mKdn8geWLCFkmHuK72 > .row .container { font-size:0.875rem;font-family:arial;height:38.3125rem;width:60rem;position:relative;display:block; }#FuCeTuvq9kDpKMWpq0z81nZsLoGNQdh1 { position:absolute;display:block;z-index:15003;background-color:rgba(246,211,212,0.96);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.9375rem;width:41.6875rem;top:25.8125rem;left:18.375rem;display:block; }
#eZ3qCxoi1I3E15pgTaMUcghnc7UUaT0B { color:#f10a18;display:block;width:41.125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:2.8505249023438rem;left:18.875137329101rem;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; }
#TWSB03mAgH9A9L1W9sJ9pgXMRguSPaRn { color:#101010;display:block;width:40.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:7.8111176490781rem;left:18.874446868896rem;height:16.49545625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#T7iDTFx6KBpfMCxgKLKvkSQGTm2EmlmB { color:#101010;display:block;width:40.37475rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:26.25rem;left:19rem;height:11.026rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#hBQ5lK1WuClRb81JbnECnfWLOiWLSZvI { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/071f2ebf-3aba-4a2c-bb89-3563f6d8d0be/MagorzataGudalewska.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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; }#hBQ5lK1WuClRb81JbnECnfWLOiWLSZvI.adaptive-delivery-prevent-bg, #hBQ5lK1WuClRb81JbnECnfWLOiWLSZvI.lazyload, #hBQ5lK1WuClRb81JbnECnfWLOiWLSZvI.lazyloading { background-image: none; }
#bBllFmXncS8Qee1Qrm3uuqnBT4TxD3RO { color:#f10a18;display:block;width:15.68725rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:14.875rem;left:0.75rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xxzdqAZDkWoOkXTpDBUnlUk8SgbTvgi8 { position:absolute;display:block;z-index:15021;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.0594579375rem;width:45rem;top:0.74528884887694rem;left:8.4941921234131rem;display:block; }
#pOqdOkTqzWivmTydv6kMThGTSdB43tqE { 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; }#pOqdOkTqzWivmTydv6kMThGTSdB43tqE > .row .container { background-color: transparent; background-image: none; }#pOqdOkTqzWivmTydv6kMThGTSdB43tqE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOqdOkTqzWivmTydv6kMThGTSdB43tqE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOqdOkTqzWivmTydv6kMThGTSdB43tqE > .row .container > .video-iframe-container { display: none; }#pOqdOkTqzWivmTydv6kMThGTSdB43tqE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOqdOkTqzWivmTydv6kMThGTSdB43tqE > .row > .video-iframe-container { display: none; }#pOqdOkTqzWivmTydv6kMThGTSdB43tqE > .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); }#pOqdOkTqzWivmTydv6kMThGTSdB43tqE > .row .container { border-width: 0; border-radius: 0; }#pOqdOkTqzWivmTydv6kMThGTSdB43tqE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pOqdOkTqzWivmTydv6kMThGTSdB43tqE > .row .container { font-size:0.875rem;font-family:arial;height:42.9375rem;width:60rem;position:relative;display:block; }#n5D4wuhICtnzxC1NvdH4nwrrIVTUAyte { position:absolute;display:block;z-index:15003;background-color:rgba(246,211,212,0.96);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:24.8125rem;width:41.0625rem;top:17.25rem;left:19rem;display:block; }
#v9vANCCLSnk70cWHEneqaQrkr7RwoukE { color:#f10a18;display:block;width:41.125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:2.8505249023438rem;left:18.875137329101rem;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; }
#hixRd7DWaGAufbNfMCn1Eyw3S8a341eP { color:#101010;display:block;width:40.06225rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:17.75rem;left:19.4375rem;height:23.2771125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#Ny1VtXKluNWsJ53PTA5c8i8R0vo0kG2J { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/afa960b7-1c19-4769-a1bd-0c6b24684b98/CezaryNazarfashionbusinesscongress.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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.1052217483521rem;left:2.8436117172241rem;display:block; }#Ny1VtXKluNWsJ53PTA5c8i8R0vo0kG2J.adaptive-delivery-prevent-bg, #Ny1VtXKluNWsJ53PTA5c8i8R0vo0kG2J.lazyload, #Ny1VtXKluNWsJ53PTA5c8i8R0vo0kG2J.lazyloading { background-image: none; }
#bgTIxq3TJnOwclxasbBZJ6HoD9xe9hT7 { color:#f10a18;display:block;width:17.6244375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:14.387444615364rem;left:0rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GUl6GxlOZUvoX5FozlzAvyC9B6iA39uy { position:absolute;display:block;z-index:15021;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.0594579375rem;width:45rem;top:0.74528884887694rem;left:8.4941921234131rem;display:block; }
#ptcHuk6vohagyQoa97J1Dzaoy2FpnRVq { color:#101010;display:block;width:40.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:7.9991455078125rem;left:19.230503082276rem;height:7.4979375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#qy6bLO4bTBiPbUGPgnHcaoXD7A5gGDsm { color:#f10a18;display:block;width:17.6244375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:33.5625rem;left:0rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QQ4wAkXyqnAHWg6pinDN67r5xg37TkZN { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8e5bc7a9-1d0f-4955-9c37-da21a17646ed/Marcin_Kope_Hurtimex002.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:21.3125rem;left:2.8125rem;display:block; }#QQ4wAkXyqnAHWg6pinDN67r5xg37TkZN.adaptive-delivery-prevent-bg, #QQ4wAkXyqnAHWg6pinDN67r5xg37TkZN.lazyload, #QQ4wAkXyqnAHWg6pinDN67r5xg37TkZN.lazyloading { background-image: none; }
#I2V8FERVpxm71Su92LnmtdlwX4FrqgW0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaedef;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; }#I2V8FERVpxm71Su92LnmtdlwX4FrqgW0 > .row .container { background-color: transparent; background-image: none; }#I2V8FERVpxm71Su92LnmtdlwX4FrqgW0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2V8FERVpxm71Su92LnmtdlwX4FrqgW0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2V8FERVpxm71Su92LnmtdlwX4FrqgW0 > .row .container > .video-iframe-container { display: none; }#I2V8FERVpxm71Su92LnmtdlwX4FrqgW0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2V8FERVpxm71Su92LnmtdlwX4FrqgW0 > .row > .video-iframe-container { display: none; }#I2V8FERVpxm71Su92LnmtdlwX4FrqgW0 > .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); }#I2V8FERVpxm71Su92LnmtdlwX4FrqgW0 > .row .container { border-width: 0; border-radius: 0; }#I2V8FERVpxm71Su92LnmtdlwX4FrqgW0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I2V8FERVpxm71Su92LnmtdlwX4FrqgW0 > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:60rem;position:relative;display:block; }#hIudpE4R6K8CuoQzJbAzmzT0FNJ725HW { 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; }
#ZBPlWTRXUiwDIOIPgLcCuafaudXZ6J1L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vQ9ZFHIemCACtDg4KRd1sPwksP5O4Knl { 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; }#vQ9ZFHIemCACtDg4KRd1sPwksP5O4Knl > .row .container { background-color: transparent; background-image: none; }#vQ9ZFHIemCACtDg4KRd1sPwksP5O4Knl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vQ9ZFHIemCACtDg4KRd1sPwksP5O4Knl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vQ9ZFHIemCACtDg4KRd1sPwksP5O4Knl > .row .container > .video-iframe-container { display: none; }#vQ9ZFHIemCACtDg4KRd1sPwksP5O4Knl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vQ9ZFHIemCACtDg4KRd1sPwksP5O4Knl > .row > .video-iframe-container { display: none; }#vQ9ZFHIemCACtDg4KRd1sPwksP5O4Knl > .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); }#vQ9ZFHIemCACtDg4KRd1sPwksP5O4Knl > .row .container { border-width: 0; border-radius: 0; }#vQ9ZFHIemCACtDg4KRd1sPwksP5O4Knl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vQ9ZFHIemCACtDg4KRd1sPwksP5O4Knl > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:60rem;position:relative;display:block; }#y3bFCHqJSWUdl1QUF3WPhQAd1wU8Trvs { 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; }
#d4z1eCoJdesy3tgzusy5ZNuXg3e36tlw { 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; }
#VkA8hCbo0RqwzMhrMEq9wXdaeFQDek5c { 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; }#VkA8hCbo0RqwzMhrMEq9wXdaeFQDek5c > .row .container { background-color: transparent; background-image: none; }#VkA8hCbo0RqwzMhrMEq9wXdaeFQDek5c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VkA8hCbo0RqwzMhrMEq9wXdaeFQDek5c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VkA8hCbo0RqwzMhrMEq9wXdaeFQDek5c > .row .container > .video-iframe-container { display: none; }#VkA8hCbo0RqwzMhrMEq9wXdaeFQDek5c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VkA8hCbo0RqwzMhrMEq9wXdaeFQDek5c > .row > .video-iframe-container { display: none; }#VkA8hCbo0RqwzMhrMEq9wXdaeFQDek5c > .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); }#VkA8hCbo0RqwzMhrMEq9wXdaeFQDek5c > .row .container { border-width: 0; border-radius: 0; }#VkA8hCbo0RqwzMhrMEq9wXdaeFQDek5c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VkA8hCbo0RqwzMhrMEq9wXdaeFQDek5c > .row .container { font-size:0.875rem;font-family:arial;height:18.0625rem;width:60rem;position:relative;display:block; }#Xfo8TnWVKGsDBGB9z2nbyhLOcxzRvUdu { 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; }
#Kdwq6hvOtPmnvpEtmLMdS9oy513hWEUf { 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; }
#vg22n3mp7T2kRUHLz2CbGepncD0BJeEn { 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; }
#itSNZXdKxntgOrbvKBRVLoWO9K1MMpaX { 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; }#itSNZXdKxntgOrbvKBRVLoWO9K1MMpaX > .row .container { background-color: transparent; background-image: none; }#itSNZXdKxntgOrbvKBRVLoWO9K1MMpaX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itSNZXdKxntgOrbvKBRVLoWO9K1MMpaX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itSNZXdKxntgOrbvKBRVLoWO9K1MMpaX > .row .container > .video-iframe-container { display: none; }#itSNZXdKxntgOrbvKBRVLoWO9K1MMpaX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itSNZXdKxntgOrbvKBRVLoWO9K1MMpaX > .row > .video-iframe-container { display: none; }#itSNZXdKxntgOrbvKBRVLoWO9K1MMpaX > .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); }#itSNZXdKxntgOrbvKBRVLoWO9K1MMpaX > .row .container { border-width: 0; border-radius: 0; }#itSNZXdKxntgOrbvKBRVLoWO9K1MMpaX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#itSNZXdKxntgOrbvKBRVLoWO9K1MMpaX > .row .container { font-size:0.875rem;font-family:arial;height:20.9375rem;width:60rem;position:relative;display:block; }#aLTqltN5qJFtwZOIKH9w3HxkH6PtwzTp { 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; }
#CFUVeI7glHb72a3b68Bt6wDNUK3QW407 { 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; }
#qaoGfXzdBaAnHRFdUhpaJER9zRfwoUNd { 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; }
#uTpBRAPWJy9hkpWTROhi1A2ppppFPwfA { 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; }#uTpBRAPWJy9hkpWTROhi1A2ppppFPwfA > .row .container { background-color: transparent; background-image: none; }#uTpBRAPWJy9hkpWTROhi1A2ppppFPwfA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTpBRAPWJy9hkpWTROhi1A2ppppFPwfA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTpBRAPWJy9hkpWTROhi1A2ppppFPwfA > .row .container > .video-iframe-container { display: none; }#uTpBRAPWJy9hkpWTROhi1A2ppppFPwfA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTpBRAPWJy9hkpWTROhi1A2ppppFPwfA > .row > .video-iframe-container { display: none; }#uTpBRAPWJy9hkpWTROhi1A2ppppFPwfA > .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); }#uTpBRAPWJy9hkpWTROhi1A2ppppFPwfA > .row .container { border-width: 0; border-radius: 0; }#uTpBRAPWJy9hkpWTROhi1A2ppppFPwfA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uTpBRAPWJy9hkpWTROhi1A2ppppFPwfA > .row .container { font-size:0.875rem;font-family:arial;height:24.125rem;width:60rem;position:relative;display:block; }#kE8BvWatgpTWLBUP5SecuTLT4qhxezXw { 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.5625rem;width:56.4375rem;top:3.5851135253906rem;left:1.6427001953125rem;display:block; }
#qFKSkQZxe4kym4aMwVzvIXh0lUXBTA87 { 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.60023125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#KNqR94I7JS3u2lRUqMtLphAf9QoSvHFC { 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; }
#G9CwbwNIWcR1OThZaTHZU2L59y9VIkWd { 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; }#G9CwbwNIWcR1OThZaTHZU2L59y9VIkWd > .row .container { background-color: transparent; background-image: none; }#G9CwbwNIWcR1OThZaTHZU2L59y9VIkWd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9CwbwNIWcR1OThZaTHZU2L59y9VIkWd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9CwbwNIWcR1OThZaTHZU2L59y9VIkWd > .row .container > .video-iframe-container { display: none; }#G9CwbwNIWcR1OThZaTHZU2L59y9VIkWd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9CwbwNIWcR1OThZaTHZU2L59y9VIkWd > .row > .video-iframe-container { display: none; }#G9CwbwNIWcR1OThZaTHZU2L59y9VIkWd > .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); }#G9CwbwNIWcR1OThZaTHZU2L59y9VIkWd > .row .container { border-width: 0; border-radius: 0; }#G9CwbwNIWcR1OThZaTHZU2L59y9VIkWd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G9CwbwNIWcR1OThZaTHZU2L59y9VIkWd > .row .container { font-size:0.875rem;font-family:arial;height:15.0625rem;width:60rem;position:relative;display:block; }#N5o2ihtvZPAsdI7VIsFgv7nMPVpfm1GS { 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; }
#KTHOvEb2pMHhk4NppDzoIbiaRmFoqBKs { 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; }
#lGTELRDsfvOHK8y6tqPubdPW2U689IzE { 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; }
#wbpI89Qumod2vTNwZkkHyPrX23PTXGvG { 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; }#wbpI89Qumod2vTNwZkkHyPrX23PTXGvG > .row .container { background-color: transparent; background-image: none; }#wbpI89Qumod2vTNwZkkHyPrX23PTXGvG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbpI89Qumod2vTNwZkkHyPrX23PTXGvG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbpI89Qumod2vTNwZkkHyPrX23PTXGvG > .row .container > .video-iframe-container { display: none; }#wbpI89Qumod2vTNwZkkHyPrX23PTXGvG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbpI89Qumod2vTNwZkkHyPrX23PTXGvG > .row > .video-iframe-container { display: none; }#wbpI89Qumod2vTNwZkkHyPrX23PTXGvG > .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); }#wbpI89Qumod2vTNwZkkHyPrX23PTXGvG > .row .container { border-width: 0; border-radius: 0; }#wbpI89Qumod2vTNwZkkHyPrX23PTXGvG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wbpI89Qumod2vTNwZkkHyPrX23PTXGvG > .row .container { font-size:0.875rem;font-family:arial;height:17.25rem;width:60rem;position:relative;display:block; }#FLhLtpzFT4s6Rn924NDC7vvCM8B4FNM2 { 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:11.8125rem;width:56.5rem;top:3.5861206054688rem;left:1.6437339782715rem;display:block; }
#TShEJoODWhSAnI53Gsg2JelGa81TZDrc { 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:5.6001125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#W8y8RJVM2PyqOIqSSUHJlu2TcVgrF4Mu { 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; }
#QaVvVapQbsRSXBTJWDM6PSpZTg30SLgB { 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; }#QaVvVapQbsRSXBTJWDM6PSpZTg30SLgB > .row .container { background-color: transparent; background-image: none; }#QaVvVapQbsRSXBTJWDM6PSpZTg30SLgB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QaVvVapQbsRSXBTJWDM6PSpZTg30SLgB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QaVvVapQbsRSXBTJWDM6PSpZTg30SLgB > .row .container > .video-iframe-container { display: none; }#QaVvVapQbsRSXBTJWDM6PSpZTg30SLgB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QaVvVapQbsRSXBTJWDM6PSpZTg30SLgB > .row > .video-iframe-container { display: none; }#QaVvVapQbsRSXBTJWDM6PSpZTg30SLgB > .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); }#QaVvVapQbsRSXBTJWDM6PSpZTg30SLgB > .row .container { border-width: 0; border-radius: 0; }#QaVvVapQbsRSXBTJWDM6PSpZTg30SLgB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QaVvVapQbsRSXBTJWDM6PSpZTg30SLgB > .row .container { font-size:0.875rem;font-family:arial;height:17.75rem;width:60rem;position:relative;display:block; }#oZnktFrTcpusBg4sbh7TCcmoVJKSn9IF { 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; }
#uEBr1ym4CShBlAzqZS9KypEdnLIEOcx4 { 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; }
#sEvToEUuSCCnrCODx6QzSByWW4FVhBI1 { 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; }
#DfpqJ9a3EbH0uzT5a3RCRtRVIy5xWFyM { 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; }#DfpqJ9a3EbH0uzT5a3RCRtRVIy5xWFyM > .row .container { background-color: transparent; background-image: none; }#DfpqJ9a3EbH0uzT5a3RCRtRVIy5xWFyM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DfpqJ9a3EbH0uzT5a3RCRtRVIy5xWFyM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DfpqJ9a3EbH0uzT5a3RCRtRVIy5xWFyM > .row .container > .video-iframe-container { display: none; }#DfpqJ9a3EbH0uzT5a3RCRtRVIy5xWFyM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DfpqJ9a3EbH0uzT5a3RCRtRVIy5xWFyM > .row > .video-iframe-container { display: none; }#DfpqJ9a3EbH0uzT5a3RCRtRVIy5xWFyM > .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); }#DfpqJ9a3EbH0uzT5a3RCRtRVIy5xWFyM > .row .container { border-width: 0; border-radius: 0; }#DfpqJ9a3EbH0uzT5a3RCRtRVIy5xWFyM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DfpqJ9a3EbH0uzT5a3RCRtRVIy5xWFyM > .row .container { font-size:0.875rem;font-family:arial;height:29.1875rem;width:60rem;position:relative;display:block; }#XAh18ZBgUtIv2RSBedTaVL2LdOCCknXU { 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:23.75rem;width:56.4375rem;top:3.5851135253906rem;left:1.6427001953125rem;display:block; }
#UODNJLf189xcODWRhpOH0xrkJvfB3ys9 { 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:18.20035625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#C1Nl4o0VeXtqoacnAh4F9vBDCdTnpr5G { 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.62299375rem;width:7.4346875rem;top:5.4891586303711rem;left:26.282146453858rem;overflow:hidden;display:block; }
#vdytJtgD2DKuna9oyWofxi0y8PHdyHMt { 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; }#vdytJtgD2DKuna9oyWofxi0y8PHdyHMt > .row .container { background-color: transparent; background-image: none; }#vdytJtgD2DKuna9oyWofxi0y8PHdyHMt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdytJtgD2DKuna9oyWofxi0y8PHdyHMt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdytJtgD2DKuna9oyWofxi0y8PHdyHMt > .row .container > .video-iframe-container { display: none; }#vdytJtgD2DKuna9oyWofxi0y8PHdyHMt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdytJtgD2DKuna9oyWofxi0y8PHdyHMt > .row > .video-iframe-container { display: none; }#vdytJtgD2DKuna9oyWofxi0y8PHdyHMt > .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); }#vdytJtgD2DKuna9oyWofxi0y8PHdyHMt > .row .container { border-width: 0; border-radius: 0; }#vdytJtgD2DKuna9oyWofxi0y8PHdyHMt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vdytJtgD2DKuna9oyWofxi0y8PHdyHMt > .row .container { font-size:0.875rem;font-family:arial;height:26.1875rem;width:60rem;position:relative;display:block; }#W7iOXgolJMtP5dJWm7GqupNBq2Ls8fwV { 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:21rem;width:56.4375rem;top:3.5840759277344rem;left:1.6427001953125rem;display:block; }
#extvcnBoXzwg4XTQer2S6ZUgchJ4DU6t { 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.400275rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#NWldZ2gLz1Tnoq2tHd48F332w1rw6DCi { 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.49826875rem;width:8.9985625rem;top:5.0494012832642rem;left:24.783599853516rem;overflow:hidden;display:block; }
#qqvrTpwLXJAFvnwFczai64Imu3q5J89i { 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; }#qqvrTpwLXJAFvnwFczai64Imu3q5J89i > .row .container { background-color: transparent; background-image: none; }#qqvrTpwLXJAFvnwFczai64Imu3q5J89i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqvrTpwLXJAFvnwFczai64Imu3q5J89i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqvrTpwLXJAFvnwFczai64Imu3q5J89i > .row .container > .video-iframe-container { display: none; }#qqvrTpwLXJAFvnwFczai64Imu3q5J89i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqvrTpwLXJAFvnwFczai64Imu3q5J89i > .row > .video-iframe-container { display: none; }#qqvrTpwLXJAFvnwFczai64Imu3q5J89i > .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); }#qqvrTpwLXJAFvnwFczai64Imu3q5J89i > .row .container { border-width: 0; border-radius: 0; }#qqvrTpwLXJAFvnwFczai64Imu3q5J89i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qqvrTpwLXJAFvnwFczai64Imu3q5J89i > .row .container { font-size:0.875rem;font-family:arial;height:33.6875rem;width:60rem;position:relative;display:block; }#UqbN14PMDwGWgrLO72ZfXaORnbBtG7I8 { 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.125rem;width:56.4375rem;top:3.5830383300781rem;left:1.6427001953125rem;display:block; }
#LmV3I5uFZAx3xa89gVdVaEeT0wBJQCXu { 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.400425rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#t7RU6KvApfNBKWomLsOCIyBvx68Mgiiy { 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; }
#pE5O70MvOGHmymUz7Suy7xUdShqMPhwx { 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; }#pE5O70MvOGHmymUz7Suy7xUdShqMPhwx > .row .container { background-color: transparent; background-image: none; }#pE5O70MvOGHmymUz7Suy7xUdShqMPhwx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pE5O70MvOGHmymUz7Suy7xUdShqMPhwx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pE5O70MvOGHmymUz7Suy7xUdShqMPhwx > .row .container > .video-iframe-container { display: none; }#pE5O70MvOGHmymUz7Suy7xUdShqMPhwx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pE5O70MvOGHmymUz7Suy7xUdShqMPhwx > .row > .video-iframe-container { display: none; }#pE5O70MvOGHmymUz7Suy7xUdShqMPhwx > .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); }#pE5O70MvOGHmymUz7Suy7xUdShqMPhwx > .row .container { border-width: 0; border-radius: 0; }#pE5O70MvOGHmymUz7Suy7xUdShqMPhwx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pE5O70MvOGHmymUz7Suy7xUdShqMPhwx > .row .container { font-size:0.875rem;font-family:arial;height:26.5rem;width:60rem;position:relative;display:block; }#b8Lqdw5B4zAEosHrD3kSWqHNQtQyMIqO { 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.25rem;width:56.625rem;top:3.584716796875rem;left:1.6426992416382rem;display:block; }
#bx3gI3isLbLRqhi8Tw6SuoBf6Tw5L0La { 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.400275rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#HSaq9Ayg9EfEWS1axVqgI30Tkq40oJqL { 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:1.25rem;width:12.9375rem;top:5.8956716060638rem;left:23.498683929443rem;overflow:hidden;display:block; }
#y9bXODX749nTwTpLUxGGIN7D7BcMg9U8 { 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; }#y9bXODX749nTwTpLUxGGIN7D7BcMg9U8 > .row .container { background-color: transparent; background-image: none; }#y9bXODX749nTwTpLUxGGIN7D7BcMg9U8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9bXODX749nTwTpLUxGGIN7D7BcMg9U8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9bXODX749nTwTpLUxGGIN7D7BcMg9U8 > .row .container > .video-iframe-container { display: none; }#y9bXODX749nTwTpLUxGGIN7D7BcMg9U8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9bXODX749nTwTpLUxGGIN7D7BcMg9U8 > .row > .video-iframe-container { display: none; }#y9bXODX749nTwTpLUxGGIN7D7BcMg9U8 > .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); }#y9bXODX749nTwTpLUxGGIN7D7BcMg9U8 > .row .container { border-width: 0; border-radius: 0; }#y9bXODX749nTwTpLUxGGIN7D7BcMg9U8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y9bXODX749nTwTpLUxGGIN7D7BcMg9U8 > .row .container { font-size:0.875rem;font-family:arial;height:24.875rem;width:60rem;position:relative;display:block; }#c8wOCfZBDiK2RioKXFaT2c2Z8ewuDQv8 { 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.4375rem;top:3.5861434936524rem;left:1.6427001953125rem;display:block; }
#wDA7TBLGhw45HoRyVgtz1aqzRsQRzzH4 { 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.0002625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#ciINK7OglEp5UXnLn4r5CTpemL7XSI8o { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.937225rem;width:14.436875rem;top:5.3325166702271rem;left:22.781040191651rem;overflow:hidden;display:block; }
#phmkORWKOUnPZyaKCeHRUViHVd1qU6rv { 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; }#phmkORWKOUnPZyaKCeHRUViHVd1qU6rv > .row .container { background-color: transparent; background-image: none; }#phmkORWKOUnPZyaKCeHRUViHVd1qU6rv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#phmkORWKOUnPZyaKCeHRUViHVd1qU6rv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#phmkORWKOUnPZyaKCeHRUViHVd1qU6rv > .row .container > .video-iframe-container { display: none; }#phmkORWKOUnPZyaKCeHRUViHVd1qU6rv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#phmkORWKOUnPZyaKCeHRUViHVd1qU6rv > .row > .video-iframe-container { display: none; }#phmkORWKOUnPZyaKCeHRUViHVd1qU6rv > .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); }#phmkORWKOUnPZyaKCeHRUViHVd1qU6rv > .row .container { border-width: 0; border-radius: 0; }#phmkORWKOUnPZyaKCeHRUViHVd1qU6rv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#phmkORWKOUnPZyaKCeHRUViHVd1qU6rv > .row .container { font-size:0.875rem;font-family:arial;height:28.1875rem;width:60rem;position:relative;display:block; }#iB0J2JeheuHhuxzoGkphs6HWQ5z6VZyl { 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; }
#lgBQCJBbIs0CofNIeziugKdFZG7T4CDX { 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.80031875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#xyFXOtknciXrVIV610UyEMvqT2fknJm6 { 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; }
#L4hh5wuxeqlzqDypCKUm4ZOaGoohcf2T { 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; }#L4hh5wuxeqlzqDypCKUm4ZOaGoohcf2T > .row .container { background-color: transparent; background-image: none; }#L4hh5wuxeqlzqDypCKUm4ZOaGoohcf2T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L4hh5wuxeqlzqDypCKUm4ZOaGoohcf2T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L4hh5wuxeqlzqDypCKUm4ZOaGoohcf2T > .row .container > .video-iframe-container { display: none; }#L4hh5wuxeqlzqDypCKUm4ZOaGoohcf2T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L4hh5wuxeqlzqDypCKUm4ZOaGoohcf2T > .row > .video-iframe-container { display: none; }#L4hh5wuxeqlzqDypCKUm4ZOaGoohcf2T > .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); }#L4hh5wuxeqlzqDypCKUm4ZOaGoohcf2T > .row .container { border-width: 0; border-radius: 0; }#L4hh5wuxeqlzqDypCKUm4ZOaGoohcf2T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L4hh5wuxeqlzqDypCKUm4ZOaGoohcf2T > .row .container { font-size:0.875rem;font-family:arial;height:20.6875rem;width:60rem;position:relative;display:block; }#NghunATvVkqLv3HHimMXQMcEzvTUs6qI { 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.6875rem;width:56.4375rem;top:3.5851058959961rem;left:1.6427001953125rem;display:block; }
#u7bk7MVwqpuX161qOZrnWMVbZXVAFf3L { 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; }
#prymJzHiBTDBqrsRTp5ax8qbJMdmnwms { 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.9984125rem;width:14.6235625rem;top:5.2993307113647rem;left:22.687705993653rem;overflow:hidden;display:block; }
#WfqBfbGaon0d3VOU05ITCOuKbRoOtxlM { 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; }#WfqBfbGaon0d3VOU05ITCOuKbRoOtxlM > .row .container { background-color: transparent; background-image: none; }#WfqBfbGaon0d3VOU05ITCOuKbRoOtxlM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfqBfbGaon0d3VOU05ITCOuKbRoOtxlM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfqBfbGaon0d3VOU05ITCOuKbRoOtxlM > .row .container > .video-iframe-container { display: none; }#WfqBfbGaon0d3VOU05ITCOuKbRoOtxlM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfqBfbGaon0d3VOU05ITCOuKbRoOtxlM > .row > .video-iframe-container { display: none; }#WfqBfbGaon0d3VOU05ITCOuKbRoOtxlM > .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); }#WfqBfbGaon0d3VOU05ITCOuKbRoOtxlM > .row .container { border-width: 0; border-radius: 0; }#WfqBfbGaon0d3VOU05ITCOuKbRoOtxlM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WfqBfbGaon0d3VOU05ITCOuKbRoOtxlM > .row .container { font-size:0.875rem;font-family:arial;height:20.8125rem;width:60rem;position:relative;display:block; }#K7gyt2brk2BQCaStuc4koBSqLyqnPgwc { 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:14.0625rem;width:56.4375rem;top:3.5840759277344rem;left:1.6427001953125rem;display:block; }
#tqvWhOoToLtGDa27T7ApxpO7toWhv50q { 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:8.4001875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#KAwmc6rgePKTXBGOFO4efchVFhBbDgdr { 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.0625rem;width:8.5625rem;top:4.2498617172241rem;left:25.218128204346rem;overflow:hidden;display:block; }
#BRCI2IDIOElusEPPOOmDETD7LugNn5tl { 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; }#BRCI2IDIOElusEPPOOmDETD7LugNn5tl > .row .container { background-color: transparent; background-image: none; }#BRCI2IDIOElusEPPOOmDETD7LugNn5tl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BRCI2IDIOElusEPPOOmDETD7LugNn5tl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BRCI2IDIOElusEPPOOmDETD7LugNn5tl > .row .container > .video-iframe-container { display: none; }#BRCI2IDIOElusEPPOOmDETD7LugNn5tl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BRCI2IDIOElusEPPOOmDETD7LugNn5tl > .row > .video-iframe-container { display: none; }#BRCI2IDIOElusEPPOOmDETD7LugNn5tl > .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); }#BRCI2IDIOElusEPPOOmDETD7LugNn5tl > .row .container { border-width: 0; border-radius: 0; }#BRCI2IDIOElusEPPOOmDETD7LugNn5tl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BRCI2IDIOElusEPPOOmDETD7LugNn5tl > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:60rem;position:relative;display:block; }#rplzcdodTO8CAflLtcDqVKTbNJT8tCqz { 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.625rem;width:56.5rem;top:3.5840721130371rem;left:1.6426992416382rem;display:block; }
#HGFEDVtUgO6Tt7xkDT2eJwhDNb9KJFr4 { 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.80030625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#TrwVDDyw6ndtzTBamAlPNHANdCGlSg71 { 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.0625rem;width:6.9375rem;top:4.2498617172241rem;left:25.218128204346rem;overflow:hidden;display:block; }
#n1IoQNxlBWzdQnJXw7vMQhc9pOwhenz3 { 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; }#n1IoQNxlBWzdQnJXw7vMQhc9pOwhenz3 > .row .container { background-color: transparent; background-image: none; }#n1IoQNxlBWzdQnJXw7vMQhc9pOwhenz3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1IoQNxlBWzdQnJXw7vMQhc9pOwhenz3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1IoQNxlBWzdQnJXw7vMQhc9pOwhenz3 > .row .container > .video-iframe-container { display: none; }#n1IoQNxlBWzdQnJXw7vMQhc9pOwhenz3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1IoQNxlBWzdQnJXw7vMQhc9pOwhenz3 > .row > .video-iframe-container { display: none; }#n1IoQNxlBWzdQnJXw7vMQhc9pOwhenz3 > .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); }#n1IoQNxlBWzdQnJXw7vMQhc9pOwhenz3 > .row .container { border-width: 0; border-radius: 0; }#n1IoQNxlBWzdQnJXw7vMQhc9pOwhenz3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n1IoQNxlBWzdQnJXw7vMQhc9pOwhenz3 > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:60rem;position:relative;display:block; }#N0XKGcDsxFEnUw0N34vVpFyAThJeT7Fx { 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; }
#OxyOyzCWOHmTzLC4Aplo0wvoOCnSTtTz { 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:#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; }#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:#101010;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:3.125rem;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; }
#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.561375rem;width:18.8734375rem;top:5.1832141876221rem;left:20.562774658203rem;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.560375rem;width:18.8734375rem;top:5.1852874755859rem;left:0.60771560668945rem;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.560375rem;width:18.8734375rem;top:5.1852874755859rem;left:40.43590927124rem;display:block; }
#byC1XZrpIbwHovncAGhC6GeEA1eR0scN { 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; }#byC1XZrpIbwHovncAGhC6GeEA1eR0scN > .row .container { background-color: transparent; background-image: none; }#byC1XZrpIbwHovncAGhC6GeEA1eR0scN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#byC1XZrpIbwHovncAGhC6GeEA1eR0scN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#byC1XZrpIbwHovncAGhC6GeEA1eR0scN > .row .container > .video-iframe-container { display: none; }#byC1XZrpIbwHovncAGhC6GeEA1eR0scN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#byC1XZrpIbwHovncAGhC6GeEA1eR0scN > .row > .video-iframe-container { display: none; }#byC1XZrpIbwHovncAGhC6GeEA1eR0scN > .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); }#byC1XZrpIbwHovncAGhC6GeEA1eR0scN > .row .container { border-width: 0; border-radius: 0; }#byC1XZrpIbwHovncAGhC6GeEA1eR0scN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#byC1XZrpIbwHovncAGhC6GeEA1eR0scN > .row .container { font-size:0.875rem;font-family:arial;height:20.5625rem;width:60rem;position:relative;display:block; }#vKvI4dIDxG4ZzJBlKZC71QaDLh9AVb7w { color:#000000;display:block;width:29.9370625rem;position:absolute;font-family:lato;font-size:2.6875rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:4.1240534782409rem;left:15.000000953674rem;height:3.22455625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VKJnqBHM4S9uoElSDMLQ6DH3Ve2dVf9O { 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:14.5rem;top:10.15625rem;left:0rem;overflow:hidden;display:block; }
#bOCJJ8Rm3J7BrFUCl8vufTUbyt0ZhO3L { 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.8125rem;width:14.0625rem;top:10.593196868896rem;left:30.468057632446rem;overflow:hidden;display:block; }
#WOwLfIaF6x8daDCDk8D37GoMpLgT9W3R { 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.7498625rem;width:9.8119375rem;top:11.155973434448rem;left:17.593334197998rem;overflow:hidden;display:block; }
#LBAsMrBgFNKegohqJvOx62wLorg8h5Wv { 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.8125rem;width:11.25rem;top:10.593196392059rem;left:46.874998092651rem;overflow:hidden;display:block; }
#kK3MxyRMf3Oo0q4KiOwFDKMA69uNX90L { 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.4373625rem;width:11.25rem;top:18.592363357544rem;left:24.342504501342rem;overflow:hidden;display:block; }
#cLXshfIHFUn4Z3VX03Guzbu2Q7IJaZXz { 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; }#cLXshfIHFUn4Z3VX03Guzbu2Q7IJaZXz > .row .container { background-color: transparent; background-image: none; }#cLXshfIHFUn4Z3VX03Guzbu2Q7IJaZXz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cLXshfIHFUn4Z3VX03Guzbu2Q7IJaZXz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cLXshfIHFUn4Z3VX03Guzbu2Q7IJaZXz > .row .container > .video-iframe-container { display: none; }#cLXshfIHFUn4Z3VX03Guzbu2Q7IJaZXz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cLXshfIHFUn4Z3VX03Guzbu2Q7IJaZXz > .row > .video-iframe-container { display: none; }#cLXshfIHFUn4Z3VX03Guzbu2Q7IJaZXz > .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); }#cLXshfIHFUn4Z3VX03Guzbu2Q7IJaZXz > .row .container { border-width: 0; border-radius: 0; }#cLXshfIHFUn4Z3VX03Guzbu2Q7IJaZXz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cLXshfIHFUn4Z3VX03Guzbu2Q7IJaZXz > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:60rem;position:relative;display:block; }#V4SnqScPckIzTItvkFGGhl0iiHTP7H17 { color:#000000;display:block;width:29.9370625rem;position:absolute;font-family:lato;font-size:2.6875rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:4.2477874755859rem;left:15.000000953674rem;height:3.22455625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HvLhHcpAeXfCQ34I04cyFIys4nMMTxn7 { 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.0620875rem;width:14.0625rem;top:11.9683355093rem;left:45.468748092651rem;overflow:hidden;display:block; }
#IbGzOggorhRvTsmNsThc63llChIrIuGv { 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.9998625rem;width:12.687375rem;top:11.999446630478rem;left:31.155973434448rem;overflow:hidden;display:block; }
#WC59O6LMfU9kD5JRBlNNFy3XSgBUJTqD { 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:5.5rem;width:11.5625rem;top:19.545077323914rem;left:1.2804203033448rem;overflow:hidden;display:block; }
#NUZQIHMHoZQtzKTAVT5qeu0dngR3HNdh { 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.99944375rem;width:14.6245625rem;top:21.326742649078rem;left:15rem;overflow:hidden;display:block; }
#RF3ZylkSqJqTAIW103bH9OZAS2DW5XSb { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.31225rem;width:10.499875rem;top:10.342924594879rem;left:17.249723434448rem;overflow:hidden;display:block; }
#byFzocm69JOkvAnL0uTfBzSbUvyM3hGJ { 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.6875rem;width:8.75rem;top:19.983407497406rem;left:32.593336105347rem;overflow:hidden;display:block; }
#BLfWC8giOmH5g3Vyc0sgJMFsOewSTTCH { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.312225rem;width:15.187375rem;top:12.842924594879rem;left:0rem;overflow:hidden;display:block; }
#hCRUZCZR26A3IGFKO3TKon5bqDW1z4XM { 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.75rem;width:14.375rem;top:20.452156543732rem;left:45.312498092651rem;overflow:hidden;display:block; }
#JNMWlvAEBJiJ52xZ2mK4EtJLi7qtzOIJ { 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.812225rem;width:13.937375rem;top:29.498764038086rem;left:30.530973434448rem;overflow:hidden;display:block; }
#Wv5lVEMezwoVanZtNXXpoh501Z77GHKK { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6873625rem;width:13.998875rem;top:30.061540603637rem;left:0.49986171722412rem;overflow:hidden;display:block; }
#GN6MaEUzZgAnQA7XZ3JXuVhozTkXIU59 { 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:5.8123625rem;width:10.248875rem;top:28.499040603637rem;left:17.37486076355rem;overflow:hidden;display:block; }
#KZ4zrqmfaDDXVzpPXIT2LV9URw2oLk98 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:12.375rem;top:29.529876708984rem;left:46.312223434448rem;overflow:hidden;display:block; }
#dI5zh4tTGcsCMy90woNJUDS6IGsHn27l { 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; }#dI5zh4tTGcsCMy90woNJUDS6IGsHn27l > .row .container { background-color: transparent; background-image: none; }#dI5zh4tTGcsCMy90woNJUDS6IGsHn27l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dI5zh4tTGcsCMy90woNJUDS6IGsHn27l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dI5zh4tTGcsCMy90woNJUDS6IGsHn27l > .row .container > .video-iframe-container { display: none; }#dI5zh4tTGcsCMy90woNJUDS6IGsHn27l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dI5zh4tTGcsCMy90woNJUDS6IGsHn27l > .row > .video-iframe-container { display: none; }#dI5zh4tTGcsCMy90woNJUDS6IGsHn27l > .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); }#dI5zh4tTGcsCMy90woNJUDS6IGsHn27l > .row .container { border-width: 0; border-radius: 0; }#dI5zh4tTGcsCMy90woNJUDS6IGsHn27l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dI5zh4tTGcsCMy90woNJUDS6IGsHn27l > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:60rem;position:relative;display:block; }#HvQ07plAXK1TVmF0oMIHSueNZ8aennKi { 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.4375rem;width:8.875rem;top:6.6923415173719rem;left:17.57201232682rem;overflow:hidden;display:block; }
#kWmGBKBEAng1e44Kpe3xJ6JSSWyRpZ5t { 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:4.6875rem;width:12.5rem;top:7.9369473457338rem;left:46.250000953674rem;overflow:hidden;display:block; }
#QSdiuAUvVi3k9yldf1C4oa7V8iT8todv { color:#000000;display:block;width:29.936375rem;position:absolute;font-family:lato;font-size:2.6875rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:1.3094577789307rem;left:14.999308586121rem;height:3.22455625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R5Rz9EAThEvoLkiNmqilOFuzWtZBy4nm { 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.56125625rem;width:13.624875rem;top:7.3430590629575rem;left:0.68722343444825rem;overflow:hidden;display:block; }
#O24fkecrWiTw7wqK6zKG4taoKDvTHNzF { 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:7.1875rem;width:6.3744375rem;top:6.691786289215rem;left:34.312085151672rem;overflow:hidden;display:block; }
#d3qb5V7XdfU6pdSem9wswHB5xXd4y4Xy { 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; }#d3qb5V7XdfU6pdSem9wswHB5xXd4y4Xy > .row .container { background-color: transparent; background-image: none; }#d3qb5V7XdfU6pdSem9wswHB5xXd4y4Xy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3qb5V7XdfU6pdSem9wswHB5xXd4y4Xy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3qb5V7XdfU6pdSem9wswHB5xXd4y4Xy > .row .container > .video-iframe-container { display: none; }#d3qb5V7XdfU6pdSem9wswHB5xXd4y4Xy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3qb5V7XdfU6pdSem9wswHB5xXd4y4Xy > .row > .video-iframe-container { display: none; }#d3qb5V7XdfU6pdSem9wswHB5xXd4y4Xy > .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); }#d3qb5V7XdfU6pdSem9wswHB5xXd4y4Xy > .row .container { border-width: 0; border-radius: 0; }#d3qb5V7XdfU6pdSem9wswHB5xXd4y4Xy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d3qb5V7XdfU6pdSem9wswHB5xXd4y4Xy > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:60rem;position:relative;display:block; }#vzcdR21Hur9blBNdCZ0zRxwCL9FhhTJL { 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.1870875rem;width:17.999875rem;top:9.7483410835269rem;left:20.965845108033rem;overflow:hidden;display:block; }
#LSIT7XmWEbkUHMWF1C6U9EWHDaN03tFd { 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.9998625rem;width:15.3125rem;top:8.8419528007506rem;left:44.686807632446rem;overflow:hidden;display:block; }
#QCKsyiEJzPGWf1PFATUaGpsyJm730vCX { color:#000000;display:block;width:29.936375rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:1.3094577789307rem;left:14.999308586121rem;height:3.1498875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O0idmRW7RXTuczU2403HUWrcVqbqnybr { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:11.99875rem;top:7.0623612403869rem;left:0.625rem;overflow:hidden;display:block; }
#UBrdX45Ow5D4AwXE8M3cSQrr0DEViGSN { 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.4373625rem;width:11.186375rem;top:15.361588001251rem;left:24.371541976929rem;overflow:hidden;display:block; }
#JnkwsLWa4ryVrbqCHi8DKzAUy2S7T93i { 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; }#JnkwsLWa4ryVrbqCHi8DKzAUy2S7T93i > .row .container { background-color: transparent; background-image: none; }#JnkwsLWa4ryVrbqCHi8DKzAUy2S7T93i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnkwsLWa4ryVrbqCHi8DKzAUy2S7T93i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnkwsLWa4ryVrbqCHi8DKzAUy2S7T93i > .row .container > .video-iframe-container { display: none; }#JnkwsLWa4ryVrbqCHi8DKzAUy2S7T93i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnkwsLWa4ryVrbqCHi8DKzAUy2S7T93i > .row > .video-iframe-container { display: none; }#JnkwsLWa4ryVrbqCHi8DKzAUy2S7T93i > .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); }#JnkwsLWa4ryVrbqCHi8DKzAUy2S7T93i > .row .container { border-width: 0; border-radius: 0; }#JnkwsLWa4ryVrbqCHi8DKzAUy2S7T93i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JnkwsLWa4ryVrbqCHi8DKzAUy2S7T93i > .row .container { font-size:0.875rem;font-family:arial;height:42.4375rem;width:60rem;position:relative;display:block; }#AewR20PbbkZmU6VTAOF8V5SMxTuf04OJ { color:#000000;display:block;width:29.936375rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:1.3094577789307rem;left:14.999308586121rem;height:3.1498875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LonVJJrVtwpy9CVDHPGTgI3HlaPwdhHZ { 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:2.9998625rem;width:10.9375rem;top:10.5625rem;left:1.4375rem;overflow:hidden;display:block; }
#bkKRthXR10T8Bl0Q8W3HRQIo5PPQksCC { 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.87475rem;width:7.87475rem;top:8.1236171722413rem;left:32.748891830444rem;overflow:hidden;display:block; }
#i8FqTqTDlww3Tm60Qor4nnbubtFkJDSu { 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.6248625rem;width:12.24975rem;top:10.4375rem;left:46.5rem;overflow:hidden;display:block; }
#ZDErcOGmJXCmg4tNNf4ESNSZGPepEToX { 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:12.687375rem;width:12.687375rem;top:4.4579648971558rem;left:16.155973434448rem;overflow:hidden;display:block; }
#Ltu5vmM7SQscUvWRSDTqfC3UJVcxFppl { 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:13.49975rem;width:19.249875rem;top:27.925885200501rem;left:21.416620254517rem;overflow:hidden;display:block; }
#o3MtkbGLk3lPNqa0BeylulL0LwPKMPNd { 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:7.87475rem;width:21.124875rem;top:17.30157661438rem;left:19.404037475586rem;overflow:hidden;display:block; }
#S5H0d2E7Pq7nyxWeoZMkSfXCf6Q0viei { 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:5.999725rem;width:7.8125rem;top:18.092505455017rem;left:48.593748092651rem;overflow:hidden;display:block; }
#OEzsJlbO9z1kW0FIfugE4zIRzF8eVPJl { 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.1870875rem;width:10.68725rem;top:18.145049390383rem;left:2.1556968688965rem;overflow:hidden;display:block; }
#fTcX4B9ChHGUhsADcoEbWLPOZmHLswTp { 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; }#fTcX4B9ChHGUhsADcoEbWLPOZmHLswTp > .row .container { background-color: transparent; background-image: none; }#fTcX4B9ChHGUhsADcoEbWLPOZmHLswTp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTcX4B9ChHGUhsADcoEbWLPOZmHLswTp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTcX4B9ChHGUhsADcoEbWLPOZmHLswTp > .row .container > .video-iframe-container { display: none; }#fTcX4B9ChHGUhsADcoEbWLPOZmHLswTp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTcX4B9ChHGUhsADcoEbWLPOZmHLswTp > .row > .video-iframe-container { display: none; }#fTcX4B9ChHGUhsADcoEbWLPOZmHLswTp > .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); }#fTcX4B9ChHGUhsADcoEbWLPOZmHLswTp > .row .container { border-width: 0; border-radius: 0; }#fTcX4B9ChHGUhsADcoEbWLPOZmHLswTp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fTcX4B9ChHGUhsADcoEbWLPOZmHLswTp > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:60rem;position:relative;display:block; }#MmAQTDflVtBmJahoh06FimALF5zgbGoM { 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; }
#mDhBvmZKs5bE7Kv2llzFI86J5JJpBum3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4ced1;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:#000000;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; }
#NnxFkRUD3I4bQBDmVOSNAMiXTP9aGL2T { 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:15.499875rem;height:1.624725rem;text-decoration:none;z-index:15002;text-align:right;text-align-last:right;top:1.4995861053467rem;left:32.54217338562rem;display:block; }
#KF7FAN1RqNEMLIxhWp3Z82himCCDQgFA { 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.4373625rem;width:6.93725rem;top:1.5936031341552rem;left:22.686670303345rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UzTgyCuXnCVMiBsHmfXpvgxZgnaGlrLn { top:1rem;left:17.125rem;width:13.5rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hn1q5kMNczctK4WfuT90OguiRVHUNT22 { display:block; }
 }@media only screen and (max-width: 763px) { #gyvmWAccb3HCx0NmBOM9kPVawT7JPmPt { top:1rem;left:31.75rem;width:13.4375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bC5BpvZ4DnwQGAOikgtHroLOng3hFA2U { display:block; }
 }@media only screen and (max-width: 763px) { #G9L1D0aGreVZi0nfOIX30mzGrXl7aDT3 { top:1rem;left:2.4375rem;width:13.4375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9lKG2J3AbEyN9JniymMV3BuZk3hnLZ8 { 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) { #kkGSdl4hR6Nwf5DQOwI79takSPq5xNbT { width:47.75rem;height:;top:16.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TNM2vzLT2Z6IpbtXi0no31hatUorHrqF .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; }
#TNM2vzLT2Z6IpbtXi0no31hatUorHrqF .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; }
#TNM2vzLT2Z6IpbtXi0no31hatUorHrqF { width:18rem;height:5.0625rem;display:flex;top:30.5rem;left:0rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #LkoZ9kwHTOr9U4V9s49XeMtQHqIBWvaW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #wv37db8DoZH5HLIho5xOFTbNK772pGra {  }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #aOR4sTiTtiUDtBFgAbmwkbkv5Ewib3Qo {  }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #Ma8bKEpTUZKEPsCyhuqFQLR88TpiGO4i { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #NSzC2uWLfhvXyEH4KhTVUskkocT61UpQ {  }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #HRKzVTym8aWRqfElfTflZUU5sZDtTaOp {  }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #TXRwTnXhJfyX0snADk7urdWw6vlboJF6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #KxaLTLAPnm3dFt91yP2CfEFCCLGvP2Lo {  }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #nfi6Hm6Ke4yxLK6fDbGbSd3s7MoT2SvJ {  }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #lSmHz7D5E3P6rbhyQvNAeoro2F67n3VN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #xovRC6Kq9bfJbFltTEqG7qTc9LNzsmPu {  }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #DTTLhA80QkSU6x3yn0Ph9vwgyPqUEBWH {  }
 }@media only screen and (max-width: 763px) { #DTywzXaI12oso06eIoPR5RpDxEoZ3EmW { width:47.75rem;height:;top:1.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJ17odIuwcdL4AhtcDPdBLyeyVcxUcV5 { top:16.5625rem;left:15.980919837952rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M04gsK6FqaVAlRM5D8RBxVyDAEZqLkdS { top:5.8125rem;left:17.344304084778rem;width:13rem;height:8.0876722817762rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxrc5rtLTgp3FHtTKipirdt6WhdtKX5c { top:26.4375rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFgqpPAOMPBvucbAz6dLx3CsiLqkD6Fk { width:17.5rem;height:3.4375rem;top:36.8125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M60oyUqiMwRMOoLt3RHKmGDckQUZSbNC { display:block; }
 }@media only screen and (max-width: 763px) { #gBbZbdatfqkgq4zuvqKAgV4g3yqNcyre { top:19.4375rem;left:8.1725664138794rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #snt338FbX3kefeJCSXWXTPJxlfNJ6vpi { top:22.125rem;left:15.91800403595rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8g3nlh4lhldiW0U8cLb11HPOZdOdCGi { top:41.8125rem;left:4.9991712570191rem;width:37.6875rem;height:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHScpGbbagaFDR19LeWm5nu9SamT5f3s { display:block; }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtT02mPuT5T4p6fPQ8s8HGW98WzRkJ3w { width:28.375rem;height:18.875rem;top:6.8125rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgyrugFxDRU4wZCerQpxGIzbNfnf9XTp { width:47.75rem;height:2.5rem;top:2.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxa9SODFlc2agEQphmf3I5a9WXlZJBoe { width:24.375rem;height:10.4375rem;top:6.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlGALTZp5x2EX93SnCWBOaTuQVvbfc26 { width:24.8125rem;height:7.4375rem;top:18.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkEc23ckc56VaDGXgQD90DAnSXaiERb5 { display:block; }#WkEc23ckc56VaDGXgQD90DAnSXaiERb5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HiZT2PrTZBwAHU8Mxd5uUZAkTKW5NtWh { width:47.75rem;height:;top:2.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOngmxL9Q1pmevLUAxK8ue2ntTzF7EUT { width:26.6875rem;height:14.9375rem;top:7rem;left:21.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTg7wy8gJtUxos8kdnrH5HsOV9hG2ZbU { width:28.4375rem;height:14.8125rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU2it3epyeIId2cv9aBy3zBNBoDGUXtF { display:block; }#TU2it3epyeIId2cv9aBy3zBNBoDGUXtF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zfBZiKiQef12arP8B1c9uXkCoNuTZugU { width:47.75rem;height:;top:2.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1ipCDFDpvJkTy4HinVM9LNnDaz1Jd3N { width:25.3125rem;height:16.4375rem;top:7.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGcEJ6G4I8Oiigh1L9NueMkpL6Bbf5SM { width:25.9375rem;height:17.1875rem;top:7.3125rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMAd8clb1WvNQpvfbnXTKdf3lDHpgxce { display:block; }#tMAd8clb1WvNQpvfbnXTKdf3lDHpgxce > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B9UdW14tsEPmM58JVok3NLCTpQf8HHqc { width:47.75rem;height:2.75rem;top:2.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIyrpCKiGKrLabh5pFlfUnudzhGvQCy7 { width:1.875rem;height:0.125rem;top:9.5625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfbCSI2QlkqCV19eEpPRuoFziVigdPLA { display:block; }#mfbCSI2QlkqCV19eEpPRuoFziVigdPLA > .row .container { width:47.75rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BZaHoCyQORBhnXKyT8Fs7ZZgGgNCAkU9 { width:36rem;height:1.9375rem;top:4rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #biJoAGTKXolFitacrTNDeaHLlKxLRHXw { width:47.75rem;height:1.9375rem;top:6.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufJqadI0lDCMCcDdZ5ZXiyGhPgTME2ZX { width:2.125rem;height:2.125rem;top:0.625rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTkkSGCfI4w9sAukUPIndhBCqy18TNuH { display:block; }#vTkkSGCfI4w9sAukUPIndhBCqy18TNuH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m2k6ugPaML1TKo1Jl8LdG91mxAD58SDB { width:36rem;height:1.9375rem;top:3.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRfvZRTEKBH5sJZJJzo2vuy1Q1wTrrBo { width:47.75rem;height:1.9375rem;top:6.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdsiXpQdCZxRw8xDnrmJFLLHJw7lWnzz { width:47.75rem;height:2.3125rem;top:9.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNUrXNJvS7UAOzsIyQHOkssQvoMyGGcW { width:2.125rem;height:2.125rem;top:0.625rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6FSPeRCIJbT7xoOsqU6fSVhiDTKOVX5 { display:block; }#i6FSPeRCIJbT7xoOsqU6fSVhiDTKOVX5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oAJKRZNKP8XnuA5BLSpJTefS5LGFBOnN { width:36rem;height:1.9375rem;top:3.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEzthVKJyGW0ddQU1qo1cf07b1Cz9QuG { width:47.75rem;height:2.25rem;top:6.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLvSIcTledl2ioTdZlBepamEVZfPozHt { width:47.75rem;height:2.3125rem;top:10.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwTKlMFC4uaFeo13dkIJTvJ1lW6Xktxn { width:2.125rem;height:2.125rem;top:0.625rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEMBDsmllGKr9JXT6nv0x8RTT7TrxTDV { display:block; }#DEMBDsmllGKr9JXT6nv0x8RTT7TrxTDV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ceF1bqfb1xwROSBPQckTWZZ8HeRHWKCn { width:36rem;height:1.9375rem;top:3.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwvnwVMtBfIzWf9TAICRDgmSxw4ctJef { width:47.75rem;height:2.25rem;top:7.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9hoHzZFveRXz2dsORFkP1pXNIq3CvIG { width:47.75rem;height:2.3125rem;top:11.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWZDWiKIp2gg4JrwecxChcGt2LCeTK0A { width:2.125rem;height:2.125rem;top:0.625rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZENN1xT57bWxakw6AWhHodP1w7aTDwp { display:block; }#KZENN1xT57bWxakw6AWhHodP1w7aTDwp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aKzgbJraziQEbWviW4KFUp68SiE3MJfH { width:36rem;height:1.9375rem;top:3.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCl2ycOcwgPEzUzu3zrzqiFyzbWdP0qa { width:47.75rem;height:3.875rem;top:6.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWScippzUmTThE92kLWFcFF9zWPRhIrd { width:47.75rem;height:9.4375rem;top:12.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aX51oD1LWSxVXNFmDep4fsmcaIPA5J6B { width:2.125rem;height:2.125rem;top:0.625rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bw5rPDMTE0QshIiFG2OpbwWrexUFALyr { display:block; }#Bw5rPDMTE0QshIiFG2OpbwWrexUFALyr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tFzyadbNT1BcSBRSyBZTJJ4fDQL8Fb8k { width:36rem;height:1.9375rem;top:3.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEf1BPGGAvXUe2n2nG8f1cP91C32oTTL { width:43.75rem;height:3.875rem;top:6.625rem;left:1.9681968688965rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4wpqJtNDAF0yLRpwzhaoq5IOISARqdP { width:47.75rem;height:2.3125rem;top:11.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhfeH1KtLqT4BRzr7QALGEmMgWdXblfS { width:2.125rem;height:2.125rem;top:0.625rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcBtfM1mVI894K1JDBUr9GxqqbfeF30k { display:block; }#tcBtfM1mVI894K1JDBUr9GxqqbfeF30k > .row .container { width:47.75rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oEVJ4NVpu2nnlUs5nvbbmazq3K6u2TUG { width:36rem;height:1.9375rem;top:4rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #poCZU91qz0FO19aNbGoTCUW5d7XqOvTB { width:47.75rem;height:1.9375rem;top:6.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLIVKLhdo2Gz9he5rgbnCxnwb4mcIzEB { width:2.125rem;height:2.125rem;top:0.625rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGx1vAUxUyG6r3mtfZBTcfVz646JZAVS { display:block; }#aGx1vAUxUyG6r3mtfZBTcfVz646JZAVS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MBUflslcild5gAASUzKgoVnNfv3dFsSv { width:36rem;height:1.9375rem;top:3.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8zxHzAD6ppZp7trCkRVGq67UdwxTBDV { width:37.625rem;height:3.875rem;top:6.875rem;left:5.0309734344483rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5QMVUUTdsA90rWtpG6fTc1EbayEK5ip { width:47.75rem;height:4.6875rem;top:11.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3Qv6pwPbm9grOTUvTFmeXphhVZThROU { width:2.125rem;height:2.125rem;top:0.625rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmnfVzyPZ7BzfcU5IsV9iNV6w4VzMd3i { display:block; }#BmnfVzyPZ7BzfcU5IsV9iNV6w4VzMd3i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JTKaRPTqf95XFzlPHwyzUS2ONNZJp5Ge { width:36rem;height:1.9375rem;top:3.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhNBokZAkE8T4nrZm2LuNefLFtiAGuqJ { width:38.75rem;height:3.875rem;top:6.75rem;left:4.4681968688965rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSRlNCMOvPqSGnERTcSfQTNZDlKOiK3G { width:47.75rem;height:4.6875rem;top:12rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnFb1it2yS9gg13ucGAT2K4uN52KVye2 { width:2.125rem;height:2.125rem;top:0.625rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TinGZgU4FApwIk8x1xNCqmnL2fz9Pzdv { display:block; }#TinGZgU4FApwIk8x1xNCqmnL2fz9Pzdv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q6D1VnwaPomywhCS1txmLfaaloCqwsAu { width:36rem;height:1.9375rem;top:3.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbkKzgcNbO40RwJPe21ON8FyTXFx74uz { width:46.75rem;height:4.5rem;top:6.9375rem;left:0.46792030334473rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #whMH3osmErDig2QFnGLMSNRQI2GCV5Tg { width:47.75rem;height:2.3125rem;top:12.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pr1IDyH1Uqe21bzaaGIompNfIaHuOEi3 { width:2.125rem;height:2.125rem;top:0.625rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x12svXVyDdqO2EarFQMFS58GIWgBBa8u { display:block; }#x12svXVyDdqO2EarFQMFS58GIWgBBa8u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SUsd3sblhqcGNs9Q8u0amSxlLpcQFos0 { width:36rem;height:1.9375rem;top:3.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Slm7zl5GHF01AVmEffxccEIELkXkUuqA { width:47.75rem;height:4.5rem;top:7.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #htrhQG2ghvH5dCmqZk38JI661SeUOhQm { width:47.75rem;height:2.3125rem;top:12.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0zupM5LAZM3lpsPdd1ifuLOJC1sHKAs { width:2.125rem;height:2.125rem;top:0.625rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZdIbwm6fJ7eAzBV0LVRtZFPbrQ9NAph { display:block; }#TZdIbwm6fJ7eAzBV0LVRtZFPbrQ9NAph > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HH8vfeUA7HssNPZo4R0VuOlhKz9TCVx1 { width:36rem;height:1.9375rem;top:3.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUkPkGq8mBHkSdDaugwEltbvvKAoi9mJ { width:43.1875rem;height:4.5rem;top:7.0625rem;left:2.2495841979981rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlSvXcP4rLhT0h9ZaAixaQhQL7B60Ovm { width:47.75rem;height:2.3125rem;top:12.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZ2flBRvT5wQEfeTRUHwzq0VWXtGdupa { width:2.125rem;height:2.125rem;top:0.625rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ga7M8XsWIQAATrhKMdrp00LxWQO0JDxT { display:block; }#ga7M8XsWIQAATrhKMdrp00LxWQO0JDxT > .row .container { width:47.75rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RvNRGpUtDzJpAyEuGWSWWRmhOtVb3fJu { width:36rem;height:1.9375rem;top:4rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4ZqV2fi7Emb61HpZEoncTipwAzKSMWh { width:47.75rem;height:1.9375rem;top:6.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXfoFfVh2s0twmkeSpOnqkDA98I4TAyT { width:2.125rem;height:2.125rem;top:0.625rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lp5AkFP616xzadyqq85gOKV70cU6I8A1 { display:block; }#Lp5AkFP616xzadyqq85gOKV70cU6I8A1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FKKa0h8rUA4HEm55JnDZqs91dEkyr8z9 { width:36rem;height:1.9375rem;top:3.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwulzsvdsCnxouTTudCq3yT9Du7EvMNF { width:47.75rem;height:2.25rem;top:6.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6qL0EO68IrO1QTXnyLdSa9JqqNwdavg { width:47.75rem;height:2.3125rem;top:10.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4fWNPQnabRJpCWwkO95evRVbnaorgWP { width:2.125rem;height:2.125rem;top:0.625rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqCFNpMc3ssnQ8PmAXDnQbTrXu1seBFv { display:block; }#sqCFNpMc3ssnQ8PmAXDnQbTrXu1seBFv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nsa8cW4St53Xz4fbkDWNIckbcK0gQPk3 { width:36rem;height:1.9375rem;top:3.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwoOlFhpLTtPNuGEuOSSh4xRfkcNRpT4 { width:47.75rem;height:2.25rem;top:6.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3z7WG09TlS6xCVTKhA73V6zuKUm90vT { width:47.75rem;height:2.3125rem;top:10.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEgkZL3VNsaEreRLdRDPL1khaCezxp3C { width:2.125rem;height:2.125rem;top:0.625rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6oPlb3boRTaS83CkkIfc2gllxlxR2rR { display:block; }#J6oPlb3boRTaS83CkkIfc2gllxlxR2rR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zRTamQKGeh6iFUue9TJ3x5xeVkBq8D2X { width:36rem;height:1.9375rem;top:3.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #arnW3rZv5ATqzfq3oqib9xKt29NTIefF { width:47.75rem;height:2.25rem;top:6.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAbTTVs82E2Vd3JQCTiboWbt3rZuGCbG { width:47.75rem;height:2.3125rem;top:10.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m52XOVUHEy6dnLrHLIAtSa2yseRA7rMn { width:2.125rem;height:2.125rem;top:0.625rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDWy0ynn5zcTIenGkQxMLB9EDzLUIN2r { display:block; }#RDWy0ynn5zcTIenGkQxMLB9EDzLUIN2r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JHnTPSUm9sbXW9NLerfIkaGtSo0TCxHv { width:36rem;height:1.9375rem;top:3.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIAQnEt7kXz5o7C4Ohe5ZPdbMDn10TnW { width:47.75rem;height:4.5rem;top:6.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dL8Wx6LKBdw1mWXLwaqwpILdK2UnNqLA { width:47.75rem;height:4.6875rem;top:12.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hs0hesLPOltnptfiqFkqEZodPCG4OXG7 { width:2.125rem;height:2.125rem;top:0.625rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeH5AiccTfgmcxWeOMpU2EfzuUrXG3Ae { display:block; }#VeH5AiccTfgmcxWeOMpU2EfzuUrXG3Ae > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uMzvCKDu1NhctListDD0eu17M4lV5eOR { width:36rem;height:1.9375rem;top:3.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbCez52d1NblKGLCASiDHWXEfPqZOAIo { width:47.75rem;height:2.25rem;top:6.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSTkDP9JQHGVndEQWHBnA9lToVNTfyUk { width:47.75rem;height:2.3125rem;top:9.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFlIikSrColFOcSmRcIknJwRCDz18xxD { width:2.0625rem;height:2.0625rem;top:0.75rem;left:22.812361717224rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsL1vIz9SBhJ07NTSNMJWgBML4zWoN6c { display:block; }#RsL1vIz9SBhJ07NTSNMJWgBML4zWoN6c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Krl8nb63JeCcR5rHA1eNhbCGSOrtHasC { top:0.75rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2TMAT7rU4KEOcWDTFyAxWdLHa6U6mVN { display:block; }#I2TMAT7rU4KEOcWDTFyAxWdLHa6U6mVN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u39P44PbO4dqUtbMmqako8gzFE0VJ0it { width:17.5rem;height:3.4375rem;top:2.75rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0A0PwEDIPTDnUbRVxgchHOzPhdKEuLh { display:block; }
 }@media only screen and (max-width: 763px) { #McVGr7W0dHb6FqeyeeNTSksfzMulgrSG { display:block; }#McVGr7W0dHb6FqeyeeNTSksfzMulgrSG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LxMxsEur8FA1H4WI5SAe91mLsHav16fz { width:47.75rem;height:;top:2.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fxm2fw1Ri6P84iMXtKaMM1mRVRd5mydJ { width:43.1875rem;height:9.1875rem;top:20.4375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xv0TvBCBByJcyAMwQSvuJMQwMBwL6zwK { width:39.875rem;height:1.875rem;top:8.4375rem;left:7.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNC58Niuc5La3Hg0Tv0ABQlcqrHNiGSk { width:42.1875rem;height:7.3125rem;top:21.375rem;left:5.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTyvVTxJEloyHqG6FRywVJbPMkQ0wKxB { width:45rem;height:0;top:7.0625rem;left:1.3750009536743rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZZ1amHHasGXlS7gyCQtSZ7qOQpHy089 { width:11.25rem;height:11.25rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnhielMuDTimx4ENyQXKPEmDZDAKVLZq { width:15rem;height:7.5rem;top:20.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kztP7JOD2dHk5937Q68X8yIoLnzCgGpL { width:42.1875rem;height:7.4375rem;top:12.125rem;left:5.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBvP68IsZyTPTBPbNDtLGkHbssNgXd5M { display:block; }#kBvP68IsZyTPTBPbNDtLGkHbssNgXd5M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LEDXwLXogcZTbV1bEMoB7s802VpI9TAI { width:45rem;height:0;top:0.875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDUG55DOJT8Kinto916qhHOuysKff90u { width:11.875rem;height:11.875rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bs07SThIVN0fFRNrHMon3f8BFsTSxkfp { width:38.25rem;height:;top:2.0625rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMysTa7zwZ4qL2the30EuNhT7HVV6X9W { width:42.1875rem;height:10.4375rem;top:5.1875rem;left:5.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyvZT6fe86qqg5HXO77IbHmZiunMn0Ag { width:15.625rem;height:5.625rem;top:15.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFWT4MBeGouGdBhCyGch02bT75U2kKzW { width:43.4375rem;height:4.125rem;top:17.25rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpAfZ73va9zqTzI75Rpf0I40yJNTvkXg { width:42.6875rem;height:3.6875rem;top:17.4375rem;left:5.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzQF6q4N3vJW0LWqansXhPfwa4qVtt97 { display:block; }#kzQF6q4N3vJW0LWqansXhPfwa4qVtt97 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OWQRTcIcGTusao9KCtZlpW8SvAy9fpDp { width:43rem;height:34.1875rem;top:35.0625rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueenJGKNSWtqe0UIUZQ9TIMWJ4FQP0AA { width:32.0625rem;height:3.75rem;top:2.0625rem;left:10.811531066894rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6A5ZZPM8LreOa8xLeoclN8HHpIA8Bt7 { width:42.3125rem;height:25.4375rem;top:7.25rem;left:5.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2auU7NRq3Wv6ddRdQrRM5SWZ08yQC5S { width:42.1875rem;height:33.0625rem;top:35.5rem;left:5.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DACpOIw7alqWA2SprLm62rPlatL2Tofe { width:11.25rem;height:11.25rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #El5PEsCyMbaId27yQf8Obqy9JroLwcyX { width:16.3125rem;height:7.5rem;top:14rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wb9GtiKidpVcAfP020SoblI3yqaO5LUT { width:15.625rem;height:5.625rem;top:35.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyA4DRNM6gMZviacybDxhz0U3ISFz75q { width:15.625rem;height:5.625rem;top:55.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GV8L4d9uJDz0qoea1CTqGTEnQ8pRfyRu { width:45rem;height:0;top:0.9375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #envvXshbaaRXbnykSXhI6SppPVLxvaAC { width:11.25rem;height:11.25rem;top:23.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4fatVtQlviVlCyBdSxxVKQgudi64sQX { width:11.25rem;height:11.25rem;top:43.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G26OvGqmkAzKMTTDagC7wXeJwRou8Dfl { display:block; }#G26OvGqmkAzKMTTDagC7wXeJwRou8Dfl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k1Pt60491wAZkd0bp9uZTUrMzWEeVoBH { width:42.5rem;height:7.5625rem;top:15.5625rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMviB5dCq1737IbFhpiL9CrbBFTKt9yS { width:39.4375rem;height:3.75rem;top:2.0625rem;left:8.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6Lg0b8rNe6xfQmfkx5JmkxsueCAhnTb { width:41.875rem;height:7.4375rem;top:7.1875rem;left:5.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BB7CHilvDGIEavTvqOrL0bnsWTbaK5Ch { width:41.6875rem;height:6.125rem;top:16.3125rem;left:6.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxnTTr4NzuUM0BXR4NWqqeDOFXgePJLp { width:11.25rem;height:11.25rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqbpZMggT4KI1TTUCbMogxHq86oOCuzZ { width:15.625rem;height:5.625rem;top:14.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8zgAHDhhHLAhATJKqc74Qd1Gc0lU8Tx { width:45rem;height:0;top:0.6875rem;left:2.6201591491699rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQfrKaARKWfSv0rT8pqTS4eJ1RiUqM90 { display:block; }#GQfrKaARKWfSv0rT8pqTS4eJ1RiUqM90 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yEoTI4blEmtbogzNPrFtvNdG8noTmGOr { width:41.9375rem;height:14.125rem;top:20.9375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZNcHPsNlXsgZLLBaoJ1TZQvgVqB2IVt { width:42rem;height:3.75rem;top:2.0625rem;left:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuRZFdkhFgKKDAnkIQMTXlI8qs2c2P9T { width:40.4375rem;height:11.9375rem;top:7.4375rem;left:7.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvDwctLQ8eXNc5RurhH82iHW0Ezml1nu { width:40.625rem;height:12.25rem;top:21.875rem;left:7.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpGyOh2ow9LtAIroRwVzmqea9BQeFQnE { width:10.1875rem;height:10.1875rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qq4ewgEnD8iimS0vziJTdBc3rr4lpMDH { width:15.625rem;height:5.625rem;top:12.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nvr3EFV3HL2UhR5RIWA1hsxvlrTCscnv { width:45rem;height:0;top:0.6875rem;left:2.6201591491699rem;display:block; }
 }@media only screen and (max-width: 763px) { #tf4SMfofFNLvXqPIN6Dy83k8vNRegi0e { width:15.75rem;height:5.625rem;top:29.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7XXODAfVrGqp8JbxhvZaOhPBz8LU2u5 { width:10.375rem;height:10.375rem;top:18.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEkBH4gnT5FC90urdTo6B6vtJXKS9gHZ { display:block; }#TEkBH4gnT5FC90urdTo6B6vtJXKS9gHZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lGkpLArDXuUuRbl1a7HkdvKk6i8b937g { width:41.9375rem;height:7.6875rem;top:27.5625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bc3nJcEq1L2usVzWlZJsVHyn6FOGCrOX { width:41.5rem;height:3.75rem;top:2.0625rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed6V5AeVfqDE2P9Fz7GoEUsPBUPmyhbx { width:40.5rem;height:19.5rem;top:6.4375rem;left:6.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcsUM1IO4Rc6QL8qqwyW6RXpoLXqKDxZ { width:40.625rem;height:6.125rem;top:28.3125rem;left:6.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJutGzBeFQazNFKqB95oWfX3rRxFVkvT { width:10.1875rem;height:10.1875rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TupTqaJG2bRMSNLr03IL8zLitaA961dQ { width:15.625rem;height:5.625rem;top:12.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUnlUFTfaaHF7O0KQsiaZoWoiKTfK4s8 { width:45rem;height:0;top:0.6875rem;left:2.6201591491699rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPLQ9XgBrWOqLeq2EaaFBFuNTZzQ9XrV { width:15.625rem;height:5.625rem;top:29.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9eL34rK8SEPG3Tdr9yE2IW53HvwWz4k { width:10.375rem;height:10.375rem;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qI9SsRzBBDRK81G3wGirk8PaSLeTNsHF { display:block; }#qI9SsRzBBDRK81G3wGirk8PaSLeTNsHF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hVJwDNwV5O3WuxWdIhndCSazgcs5MbWV { width:41.25rem;height:6.625rem;top:31.4375rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUBIVVPz11W1tPRgPRP3vrfz2TwP0qfs { width:38.6875rem;height:3.75rem;top:2.8125rem;left:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #avZedcE3PmEnpbJBtJAWHmcrf7dyRMfi { width:40.3125rem;height:23.9375rem;top:7.9375rem;left:7.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQOI3R0TKpS1CWMSZw7G61LfP51h47mH { width:40.1875rem;height:6.125rem;top:31.6875rem;left:7.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlNPvTdyHeAk27BzUgQHPbyF5n5deZwp { width:11.25rem;height:11.25rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQlNWbIrlRW8r1nSxTvpHDBCkT1KKWtn { width:15.625rem;height:5.625rem;top:14.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzavpPf5MkSDsPRBVLGskOmhowQASmMw { width:45rem;height:0;top:1.1875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7TKqF3uqy5r4F6bppmlQcuDLWfK8okb { display:block; }#I7TKqF3uqy5r4F6bppmlQcuDLWfK8okb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QRzMurVbevz7VW8TitZnmxNIRWiBxl5P { width:41rem;height:10.4375rem;top:26.9375rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQgrsflPXf3NQywAZuTDCVXDhBTdLODU { width:40.625rem;height:;top:1.5625rem;left:7.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbiAazVMhQQQ6nLahah10xtxhCVZZrTJ { width:39.875rem;height:19.4375rem;top:6.625rem;left:7.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLheBaOa6DaiWtFRKkuT7UmfqdTtUJaU { width:40.125rem;height:8.5625rem;top:27.75rem;left:7.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfVPnoMVqmEDHSeZO601IiyOJCA506Ge { width:11.25rem;height:11.25rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bq4MRF1G1PkcmKrBT2cPF9nRHoqBAaTg { width:15.625rem;height:7.5rem;top:14.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aar6ON6TO9myG9OUIwpkbQgIKFKGKFD2 { width:45rem;height:0;top:0.6875rem;left:2.4307250976562rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuQDzBTu4IfBqXsHy1HOBDDizpUTGWin { display:block; }#uuQDzBTu4IfBqXsHy1HOBDDizpUTGWin > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bswHWfVE9azq3ocOr50fDx7vUeSEXpb0 { width:41rem;height:8.125rem;top:29rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jt9m2LTC2IXBWkr2HDG8pkrlQI8ucevN { width:33.8125rem;height:3.75rem;top:1.5625rem;left:7.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAazVz2ecg1OwJezp8f7s4H63Qzye2lB { width:39.875rem;height:20.9375rem;top:6.625rem;left:7.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBbi4I18awx8K88MXwt0iO9hT9zpWU4v { width:40.125rem;height:7.3125rem;top:29.375rem;left:7.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQObprEsavMM4JW45WvltV0kFBcUryLx { width:11.25rem;height:11.25rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRR68lPc3WQka0cIBBopxgmOMedGeRe2 { width:15rem;height:9.375rem;top:14.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwehfGLExBuTm6gIAMlRBolq1WlntOE7 { width:45rem;height:0;top:0.5625rem;left:2.617395401001rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHwN9Q8M1aBiUo8Akg5FzvwegUwDxrl7 { display:block; }#fHwN9Q8M1aBiUo8Akg5FzvwegUwDxrl7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BASCAhcgTIyMRyRIEqqzbZgabwMWNagp { width:41.25rem;height:;top:2.9375rem;left:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kK25Ri8oBbg7u94xEPRi8yUyHnkDQ69d { width:40.5625rem;height:10.5rem;top:5.75rem;left:6.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPEPGhvifoAXTNGTRvK4RbwidEP9Bpp6 { width:45rem;height:0;top:0.875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoFXGDcVNCBuiIkoCklD58xZRKPnMnLP { width:15.625rem;height:5.625rem;top:16.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8G7sIocT26z2WNpCdaL64wlwHnFBABv { width:11.25rem;height:11.25rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TErFeWsBVMQrwTBkzI07y7dJrtbwawKx { width:41.3125rem;height:15.625rem;top:17.8125rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #adsI89WxA2WhIhXIpxZ0Sdd6Id0I0TbS { width:39.875rem;height:14.6875rem;top:18.25rem;left:7.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GR5LpewLZry3SvqWKiyLNJDHE3KGnkQo { display:block; }#GR5LpewLZry3SvqWKiyLNJDHE3KGnkQo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KEt0E5ySS61a6f5bI3bWgX4JtM0qC4Mt { width:41.625rem;height:5.75rem;top:19.75rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #whGVfXmTfqDzqTnQeKmNvvZBiDKym6uq { width:41.3125rem;height:1.875rem;top:2.8125rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ish76lHHrWIN0GUqvTdTQxMMThbdCxTe { width:40.5625rem;height:12rem;top:6.25rem;left:7rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2X2S7auXtShqaSnmmzgVKcL4dt8WzAD { width:40.3125rem;height:4.875rem;top:20.125rem;left:7.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8s5MMf7ONuxyNTfQZVTOiVTkrdz1L7h { width:11.25rem;height:11.25rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCEymVL8Nhf07NVv3BfMcJlE44FR5JER { width:15.625rem;height:5.625rem;top:14.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLaSku1yIXrFQsaolnBsbzV5saF5MVfn { width:45rem;height:0;top:0.6875rem;left:2.3691921234131rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4KnNEB4I49LN4mKdn8geWLCFkmHuK72 { display:block; }#W4KnNEB4I49LN4mKdn8geWLCFkmHuK72 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FuCeTuvq9kDpKMWpq0z81nZsLoGNQdh1 { width:41.625rem;height:11.875rem;top:25.8125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ3qCxoi1I3E15pgTaMUcghnc7UUaT0B { width:41.0625rem;height:;top:2.8125rem;left:6.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWSB03mAgH9A9L1W9sJ9pgXMRguSPaRn { width:40.3125rem;height:16.4375rem;top:7.75rem;left:7.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7iDTFx6KBpfMCxgKLKvkSQGTm2EmlmB { width:40.3125rem;height:11rem;top:26.25rem;left:7.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBQ5lK1WuClRb81JbnECnfWLOiWLSZvI { width:11.25rem;height:11.25rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBllFmXncS8Qee1Qrm3uuqnBT4TxD3RO { width:15.625rem;height:5.625rem;top:14.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxzdqAZDkWoOkXTpDBUnlUk8SgbTvgi8 { width:45rem;height:0;top:0.6875rem;left:2.3691921234131rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOqdOkTqzWivmTydv6kMThGTSdB43tqE { display:block; }#pOqdOkTqzWivmTydv6kMThGTSdB43tqE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n5D4wuhICtnzxC1NvdH4nwrrIVTUAyte { width:41rem;height:24.75rem;top:17.25rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9vANCCLSnk70cWHEneqaQrkr7RwoukE { width:41.0625rem;height:;top:2.8125rem;left:6.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hixRd7DWaGAufbNfMCn1Eyw3S8a341eP { width:40rem;height:23.25rem;top:17.75rem;left:7.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ny1VtXKluNWsJ53PTA5c8i8R0vo0kG2J { width:11.25rem;height:11.25rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgTIxq3TJnOwclxasbBZJ6HoD9xe9hT7 { width:17.5625rem;height:5.625rem;top:14.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUl6GxlOZUvoX5FozlzAvyC9B6iA39uy { width:45rem;height:0;top:0.6875rem;left:2.3691921234131rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptcHuk6vohagyQoa97J1Dzaoy2FpnRVq { width:40.0625rem;height:7.5rem;top:7.9375rem;left:7.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qy6bLO4bTBiPbUGPgnHcaoXD7A5gGDsm { width:17.5625rem;height:5.625rem;top:33.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQ4wAkXyqnAHWg6pinDN67r5xg37TkZN { width:11.25rem;height:11.25rem;top:21.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2V8FERVpxm71Su92LnmtdlwX4FrqgW0 { display:block; }#I2V8FERVpxm71Su92LnmtdlwX4FrqgW0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hIudpE4R6K8CuoQzJbAzmzT0FNJ725HW { width:17.5rem;height:3.4375rem;top:2.75rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBPlWTRXUiwDIOIPgLcCuafaudXZ6J1L { display:block; }
 }@media only screen and (max-width: 763px) { #vQ9ZFHIemCACtDg4KRd1sPwksP5O4Knl { display:block; }#vQ9ZFHIemCACtDg4KRd1sPwksP5O4Knl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y3bFCHqJSWUdl1QUF3WPhQAd1wU8Trvs { top:0.625rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4z1eCoJdesy3tgzusy5ZNuXg3e36tlw { top:2.375rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkA8hCbo0RqwzMhrMEq9wXdaeFQDek5c { display:block; }#VkA8hCbo0RqwzMhrMEq9wXdaeFQDek5c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xfo8TnWVKGsDBGB9z2nbyhLOcxzRvUdu { width:47.375rem;height:12.875rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kdwq6hvOtPmnvpEtmLMdS9oy513hWEUf { width:47.75rem;height:7rem;top:8.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vg22n3mp7T2kRUHLz2CbGepncD0BJeEn { top:5.3125rem;left:19.812843322754rem;width:8.0625rem;height:0.99211875620244rem;display:block; }
 }@media only screen and (max-width: 763px) { #itSNZXdKxntgOrbvKBRVLoWO9K1MMpaX { display:block; }#itSNZXdKxntgOrbvKBRVLoWO9K1MMpaX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aLTqltN5qJFtwZOIKH9w3HxkH6PtwzTp { width:47.375rem;height:15.375rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFUVeI7glHb72a3b68Bt6wDNUK3QW407 { width:47.75rem;height:9.75rem;top:8.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaoGfXzdBaAnHRFdUhpaJER9zRfwoUNd { top:5.3125rem;left:19.812843322754rem;width:8.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTpBRAPWJy9hkpWTROhi1A2ppppFPwfA { display:block; }#uTpBRAPWJy9hkpWTROhi1A2ppppFPwfA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kE8BvWatgpTWLBUP5SecuTLT4qhxezXw { width:47.375rem;height:18.5625rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFKSkQZxe4kym4aMwVzvIXh0lUXBTA87 { width:47.75rem;height:12.5625rem;top:8.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNqR94I7JS3u2lRUqMtLphAf9QoSvHFC { top:5.4375rem;left:19.093128204346rem;width:9.5rem;height:1.7382316798159rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9CwbwNIWcR1OThZaTHZU2L59y9VIkWd { display:block; }#G9CwbwNIWcR1OThZaTHZU2L59y9VIkWd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N5o2ihtvZPAsdI7VIsFgv7nMPVpfm1GS { width:47.375rem;height:9.875rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTHOvEb2pMHhk4NppDzoIbiaRmFoqBKs { width:47.75rem;height:4.1875rem;top:8.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGTELRDsfvOHK8y6tqPubdPW2U689IzE { top:5.75rem;left:20.689159393311rem;width:6.9375rem;height:1.0520412333834rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbpI89Qumod2vTNwZkkHyPrX23PTXGvG { display:block; }#wbpI89Qumod2vTNwZkkHyPrX23PTXGvG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLhLtpzFT4s6Rn924NDC7vvCM8B4FNM2 { width:47.375rem;height:11.8125rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TShEJoODWhSAnI53Gsg2JelGa81TZDrc { width:47.75rem;height:5.5625rem;top:8.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8y8RJVM2PyqOIqSSUHJlu2TcVgrF4Mu { top:5.0625rem;left:19.125274658203rem;width:10rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaVvVapQbsRSXBTJWDM6PSpZTg30SLgB { display:block; }#QaVvVapQbsRSXBTJWDM6PSpZTg30SLgB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oZnktFrTcpusBg4sbh7TCcmoVJKSn9IF { width:47.375rem;height:12.6875rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEBr1ym4CShBlAzqZS9KypEdnLIEOcx4 { width:47.75rem;height:7rem;top:8.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEvToEUuSCCnrCODx6QzSByWW4FVhBI1 { top:4.875rem;left:17.937843322754rem;width:11.8125rem;height:2.7978593497518rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfpqJ9a3EbH0uzT5a3RCRtRVIy5xWFyM { display:block; }#DfpqJ9a3EbH0uzT5a3RCRtRVIy5xWFyM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XAh18ZBgUtIv2RSBedTaVL2LdOCCknXU { width:47.375rem;height:23.75rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UODNJLf189xcODWRhpOH0xrkJvfB3ys9 { width:47.75rem;height:18.1875rem;top:8.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1Nl4o0VeXtqoacnAh4F9vBDCdTnpr5G { top:5.4375rem;left:20.157146453858rem;width:7.375rem;height:1.6099639569585rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdytJtgD2DKuna9oyWofxi0y8PHdyHMt { display:block; }#vdytJtgD2DKuna9oyWofxi0y8PHdyHMt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W7iOXgolJMtP5dJWm7GqupNBq2Ls8fwV { width:47.375rem;height:21rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #extvcnBoXzwg4XTQer2S6ZUgchJ4DU6t { width:47.75rem;height:15.375rem;top:8.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWldZ2gLz1Tnoq2tHd48F332w1rw6DCi { top:5rem;left:18.658599853516rem;width:8.9375rem;height:2.4813159827611rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqvrTpwLXJAFvnwFczai64Imu3q5J89i { display:block; }#qqvrTpwLXJAFvnwFczai64Imu3q5J89i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UqbN14PMDwGWgrLO72ZfXaORnbBtG7I8 { width:47.375rem;height:28.125rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmV3I5uFZAx3xa89gVdVaEeT0wBJQCXu { width:47.75rem;height:22.375rem;top:8.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7RU6KvApfNBKWomLsOCIyBvx68Mgiiy { top:3.5625rem;left:19.095199584961rem;width:8.0625rem;height:4.8360548296394rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE5O70MvOGHmymUz7Suy7xUdShqMPhwx { display:block; }#pE5O70MvOGHmymUz7Suy7xUdShqMPhwx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b8Lqdw5B4zAEosHrD3kSWqHNQtQyMIqO { width:47.375rem;height:21.25rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bx3gI3isLbLRqhi8Tw6SuoBf6Tw5L0La { width:47.75rem;height:15.375rem;top:8.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSaq9Ayg9EfEWS1axVqgI30Tkq40oJqL { top:5.875rem;left:17.373683929443rem;width:12.9375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9bXODX749nTwTpLUxGGIN7D7BcMg9U8 { display:block; }#y9bXODX749nTwTpLUxGGIN7D7BcMg9U8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c8wOCfZBDiK2RioKXFaT2c2Z8ewuDQv8 { width:47.375rem;height:19.6875rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDA7TBLGhw45HoRyVgtz1aqzRsQRzzH4 { width:47.75rem;height:14rem;top:8.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciINK7OglEp5UXnLn4r5CTpemL7XSI8o { top:5.3125rem;left:16.656040191651rem;width:14.375rem;height:1.9289222477164rem;display:block; }
 }@media only screen and (max-width: 763px) { #phmkORWKOUnPZyaKCeHRUViHVd1qU6rv { display:block; }#phmkORWKOUnPZyaKCeHRUViHVd1qU6rv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iB0J2JeheuHhuxzoGkphs6HWQ5z6VZyl { width:47.375rem;height:22.5625rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgBQCJBbIs0CofNIeziugKdFZG7T4CDX { width:47.75rem;height:16.75rem;top:8.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyFXOtknciXrVIV610UyEMvqT2fknJm6 { top:4.4375rem;left:20.469303131104rem;width:6.75rem;height:3.592386845438rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4hh5wuxeqlzqDypCKUm4ZOaGoohcf2T { display:block; }#L4hh5wuxeqlzqDypCKUm4ZOaGoohcf2T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NghunATvVkqLv3HHimMXQMcEzvTUs6qI { width:47.375rem;height:15.6875rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7bk7MVwqpuX161qOZrnWMVbZXVAFf3L { width:47.75rem;height:9.75rem;top:8.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #prymJzHiBTDBqrsRTp5ax8qbJMdmnwms { top:5.25rem;left:16.562705993653rem;width:14.5625rem;height:1.9900678806036rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfqBfbGaon0d3VOU05ITCOuKbRoOtxlM { display:block; }#WfqBfbGaon0d3VOU05ITCOuKbRoOtxlM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7gyt2brk2BQCaStuc4koBSqLyqnPgwc { width:47.375rem;height:14.0625rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqvWhOoToLtGDa27T7ApxpO7toWhv50q { width:47.75rem;height:8.375rem;top:8.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAwmc6rgePKTXBGOFO4efchVFhBbDgdr { top:4.1875rem;left:19.093128204346rem;width:8.5625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRCI2IDIOElusEPPOOmDETD7LugNn5tl { display:block; }#BRCI2IDIOElusEPPOOmDETD7LugNn5tl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rplzcdodTO8CAflLtcDqVKTbNJT8tCqz { width:47.375rem;height:22.625rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGFEDVtUgO6Tt7xkDT2eJwhDNb9KJFr4 { width:47.75rem;height:16.75rem;top:8.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrwVDDyw6ndtzTBamAlPNHANdCGlSg71 { top:4.1875rem;left:19.093128204346rem;width:6.9375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1IoQNxlBWzdQnJXw7vMQhc9pOwhenz3 { display:block; }#n1IoQNxlBWzdQnJXw7vMQhc9pOwhenz3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N0XKGcDsxFEnUw0N34vVpFyAThJeT7Fx { width:17.5rem;height:3.4375rem;top:2.75rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxyOyzCWOHmTzLC4Aplo0wvoOCnSTtTz { 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:3.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovAg7fR5lhtszz1JDvI6PUgdim28aEfz { top:5.125rem;left:14.437774658203rem;width:18.8125rem;height:10.527275022767rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrzL4ACXCq9TxDSxXvOeNwZH5CgT0t7I { top:5.125rem;left:0rem;width:18.8125rem;height:10.526278251511rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsM9a8txkspqIPps2c3I6sXnywxKb5Fp { top:5.125rem;left:28.9375rem;width:18.8125rem;height:10.526278251511rem;display:block; }
 }@media only screen and (max-width: 763px) { #byC1XZrpIbwHovncAGhC6GeEA1eR0scN { display:block; }#byC1XZrpIbwHovncAGhC6GeEA1eR0scN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vKvI4dIDxG4ZzJBlKZC71QaDLh9AVb7w { top:4.0625rem;left:0rem;width:29.875rem;height:3.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKJnqBHM4S9uoElSDMLQ6DH3Ve2dVf9O { top:10.125rem;left:0rem;width:14.5rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOCJJ8Rm3J7BrFUCl8vufTUbyt0ZhO3L { top:10.5625rem;left:21.75rem;width:14.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOwLfIaF6x8daDCDk8D37GoMpLgT9W3R { top:11.125rem;left:12.999584197998rem;width:9.75rem;height:1.7388165563631rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBAsMrBgFNKegohqJvOx62wLorg8h5Wv { top:10.5625rem;left:36.156248092651rem;width:11.25rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kK3MxyRMf3Oo0q4KiOwFDKMA69uNX90L { top:18.5625rem;left:12.625rem;width:11.25rem;height:1.4373625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLXshfIHFUn4Z3VX03Guzbu2Q7IJaZXz { display:block; }#cLXshfIHFUn4Z3VX03Guzbu2Q7IJaZXz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V4SnqScPckIzTItvkFGGhl0iiHTP7H17 { top:4.1875rem;left:0rem;width:29.875rem;height:3.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvLhHcpAeXfCQ34I04cyFIys4nMMTxn7 { top:11.9375rem;left:33.6875rem;width:14.0625rem;height:3.0620875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbGzOggorhRvTsmNsThc63llChIrIuGv { top:11.9375rem;left:23.1875rem;width:12.625rem;height:2.9851142622095rem;display:block; }
 }@media only screen and (max-width: 763px) { #WC59O6LMfU9kD5JRBlNNFy3XSgBUJTqD { top:19.5rem;left:0rem;width:11.5625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUZQIHMHoZQtzKTAVT5qeu0dngR3HNdh { top:21.3125rem;left:9.25rem;width:14.5625rem;height:1.9909586771826rem;display:block; }
 }@media only screen and (max-width: 763px) { #RF3ZylkSqJqTAIW103bH9OZAS2DW5XSb { top:10.3125rem;left:12.655973434448rem;width:10.4375rem;height:6.2747517827594rem;display:block; }
 }@media only screen and (max-width: 763px) { #byFzocm69JOkvAnL0uTfBzSbUvyM3hGJ { top:19.9375rem;left:24.937086105347rem;width:8.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLfWC8giOmH5g3Vyc0sgJMFsOewSTTCH { top:12.8125rem;left:0rem;width:15.125rem;height:1.3068356529683rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCRUZCZR26A3IGFKO3TKon5bqDW1z4XM { top:20.4375rem;left:33.375rem;width:14.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNMWlvAEBJiJ52xZ2mK4EtJLi7qtzOIJ { top:29.4375rem;left:21.9375rem;width:13.875rem;height:3.7951638579718rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wv5lVEMezwoVanZtNXXpoh501Z77GHKK { top:30rem;left:0rem;width:13.9375rem;height:2.6755803479744rem;display:block; }
 }@media only screen and (max-width: 763px) { #GN6MaEUzZgAnQA7XZ3JXuVhozTkXIU59 { top:28.4375rem;left:12.78111076355rem;width:10.1875rem;height:5.7775553871766rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZ4zrqmfaDDXVzpPXIT2LV9URw2oLk98 { top:29.5rem;left:35.375rem;width:12.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dI5zh4tTGcsCMy90woNJUDS6IGsHn27l { display:block; }#dI5zh4tTGcsCMy90woNJUDS6IGsHn27l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HvQ07plAXK1TVmF0oMIHSueNZ8aennKi { top:6.6875rem;left:12.97826232682rem;width:8.875rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWmGBKBEAng1e44Kpe3xJ6JSSWyRpZ5t { top:7.875rem;left:35.25rem;width:12.5rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSdiuAUvVi3k9yldf1C4oa7V8iT8todv { top:1.25rem;left:0rem;width:29.875rem;height:3.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5Rz9EAThEvoLkiNmqilOFuzWtZBy4nm { top:7.3125rem;left:0rem;width:13.5625rem;height:3.5449527346581rem;display:block; }
 }@media only screen and (max-width: 763px) { #O24fkecrWiTw7wqK6zKG4taoKDvTHNzF { top:6.6875rem;left:26.655835151672rem;width:6.3125rem;height:7.1176623427556rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3qb5V7XdfU6pdSem9wswHB5xXd4y4Xy { display:block; }#d3qb5V7XdfU6pdSem9wswHB5xXd4y4Xy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vzcdR21Hur9blBNdCZ0zRxwCL9FhhTJL { top:9.6875rem;left:5.9375rem;width:17.9375rem;height:1.1829738834992rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSIT7XmWEbkUHMWF1C6U9EWHDaN03tFd { top:8.8125rem;left:20.5rem;width:15.3125rem;height:2.9998625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCKsyiEJzPGWf1PFATUaGpsyJm730vCX { top:1.25rem;left:0rem;width:29.875rem;height:3.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0idmRW7RXTuczU2403HUWrcVqbqnybr { top:7rem;left:0rem;width:11.9375rem;height:6.5290004167101rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBrdX45Ow5D4AwXE8M3cSQrr0DEViGSN { top:15.3125rem;left:12.75rem;width:11.125rem;height:1.4294762881184rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnkwsLWa4ryVrbqCHi8DKzAUy2S7T93i { display:block; }#JnkwsLWa4ryVrbqCHi8DKzAUy2S7T93i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AewR20PbbkZmU6VTAOF8V5SMxTuf04OJ { top:1.25rem;left:0rem;width:29.875rem;height:3.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LonVJJrVtwpy9CVDHPGTgI3HlaPwdhHZ { top:10.5625rem;left:0rem;width:10.9375rem;height:2.9998625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkKRthXR10T8Bl0Q8W3HRQIo5PPQksCC { top:8.0625rem;left:25.092641830444rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8FqTqTDlww3Tm60Qor4nnbubtFkJDSu { top:10.4375rem;left:35.5625rem;width:12.1875rem;height:3.6064419044266rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDErcOGmJXCmg4tNNf4ESNSZGPepEToX { top:4.4375rem;left:11.25rem;width:12.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ltu5vmM7SQscUvWRSDTqfC3UJVcxFppl { top:27.875rem;left:4.6875rem;width:19.1875rem;height:13.456007019526rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3MtkbGLk3lPNqa0BeylulL0LwPKMPNd { top:17.25rem;left:2.8125rem;width:21.0625rem;height:7.8514983816472rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5H0d2E7Pq7nyxWeoZMkSfXCf6Q0viei { top:18.0625rem;left:37.874998092651rem;width:7.8125rem;height:5.999725rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEzsJlbO9z1kW0FIfugE4zIRzF8eVPJl { top:18.125rem;left:0.62444686889649rem;width:10.625rem;height:6.1510495859552rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTcX4B9ChHGUhsADcoEbWLPOZmHLswTp { display:block; }#fTcX4B9ChHGUhsADcoEbWLPOZmHLswTp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MmAQTDflVtBmJahoh06FimALF5zgbGoM { width:17.5rem;height:3.4375rem;top:2.75rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDhBvmZKs5bE7Kv2llzFI86J5JJpBum3 { 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.9375rem;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) { #NnxFkRUD3I4bQBDmVOSNAMiXTP9aGL2T { width:15.4375rem;height:1.5625rem;top:1.4375rem;left:26.41717338562rem;display:block; }
 }@media only screen and (max-width: 763px) { #KF7FAN1RqNEMLIxhWp3Z82himCCDQgFA { display:block; }
 }@media only screen and (max-width: 763px) { #ohDR4CENdMrXFOoPA9L6iWT0Er3ZLeZ0 { width:6.875rem;height:1.4244646203467rem;top:1.5625rem;left:16.561670303345rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UzTgyCuXnCVMiBsHmfXpvgxZgnaGlrLn { top:1.6060564517975rem;left:8.8122234344481rem;width:10.518504375rem;height:0.999723125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hn1q5kMNczctK4WfuT90OguiRVHUNT22 { display:block; }
 }@media only screen and (max-width: 763px) { #gyvmWAccb3HCx0NmBOM9kPVawT7JPmPt { top:3.4610066413879rem;left:5.8967089653015rem;width:8.205879375rem;height:0.999723125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bC5BpvZ4DnwQGAOikgtHroLOng3hFA2U { display:block; }
 }@media only screen and (max-width: 763px) { #G9L1D0aGreVZi0nfOIX30mzGrXl7aDT3 { top:1.6046736240387rem;left:0.625rem;width:6.598441875rem;height:0.999723125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9lKG2J3AbEyN9JniymMV3BuZk3hnLZ8 { 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(255,255,255,0.24); }#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(255,255,255,0.24); }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J { border-width: 0; border-radius: 0; }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#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.1875rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/82bdfd56-524e-42f6-ac06-8ed884e8c275/FashionBusinessCongress2024wykadmiddle.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !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) { #kkGSdl4hR6Nwf5DQOwI79takSPq5xNbT { width:17.4993125rem;height:7.5995625rem;top:15.842782497406rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TNM2vzLT2Z6IpbtXi0no31hatUorHrqF .widget-text.counter-number { padding-top:0.38875rem;padding-right:0.338125rem;padding-bottom:0.38875rem;padding-left:0.338125rem;width:2.029375rem;min-width:2.029375rem;height:2.09rem;font-size:1.555625rem;line-height:33.44px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TNM2vzLT2Z6IpbtXi0no31hatUorHrqF .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.243125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.70625rem;height:0.82625rem;font-size:0.583125rem;line-height:13.22px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TNM2vzLT2Z6IpbtXi0no31hatUorHrqF { width:14.8125rem;height:3.936875rem;display:flex;top:25.75359582901rem;left:2.5442478656769rem;z-index:15008;padding-top:0.05rem;padding-right:0.049375rem;padding-bottom:0.05rem;padding-left:0.049375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #LkoZ9kwHTOr9U4V9s49XeMtQHqIBWvaW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #wv37db8DoZH5HLIho5xOFTbNK772pGra {  }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #aOR4sTiTtiUDtBFgAbmwkbkv5Ewib3Qo {  }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #Ma8bKEpTUZKEPsCyhuqFQLR88TpiGO4i { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #NSzC2uWLfhvXyEH4KhTVUskkocT61UpQ {  }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #HRKzVTym8aWRqfElfTflZUU5sZDtTaOp {  }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #TXRwTnXhJfyX0snADk7urdWw6vlboJF6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #KxaLTLAPnm3dFt91yP2CfEFCCLGvP2Lo {  }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #nfi6Hm6Ke4yxLK6fDbGbSd3s7MoT2SvJ {  }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #lSmHz7D5E3P6rbhyQvNAeoro2F67n3VN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #xovRC6Kq9bfJbFltTEqG7qTc9LNzsmPu {  }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #DTTLhA80QkSU6x3yn0Ph9vwgyPqUEBWH {  }
 }@media only screen and (max-width: 763px) { #DTywzXaI12oso06eIoPR5RpDxEoZ3EmW { width:16.25rem;height:5.9983375rem;top:1.9254703521729rem;left:2.5428650379181rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#101010;display:block; }
 }@media only screen and (max-width: 763px) { #OJ17odIuwcdL4AhtcDPdBLyeyVcxUcV5 { display:flex;width:1.37375625rem;height:1.37375625rem;top:15.842090368271rem;left:4.2318861484527rem; }
 }@media only screen and (max-width: 763px) { #M04gsK6FqaVAlRM5D8RBxVyDAEZqLkdS { width:10.8745625rem;height:6.6869375rem;top:7.8795630931856rem;left:4.5616705417633rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxrc5rtLTgp3FHtTKipirdt6WhdtKX5c { width:19.9993125rem;height:1.3813625rem;top:23.44234085083rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LFgqpPAOMPBvucbAz6dLx3CsiLqkD6Fk { width:15.625rem;height:2.9998625rem;top:31.789270401001rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M60oyUqiMwRMOoLt3RHKmGDckQUZSbNC { display:block; }
 }@media only screen and (max-width: 763px) { #gBbZbdatfqkgq4zuvqKAgV4g3yqNcyre { display:flex;width:1.3125rem;height:1.3125rem;top:17.941094398499rem;left:0.036366874999999rem; }
 }@media only screen and (max-width: 763px) { #snt338FbX3kefeJCSXWXTPJxlfNJ6vpi { display:flex;width:1.25rem;height:1.25rem;top:19.941234111786rem;left:4.2934181690216rem; }
 }@media only screen and (max-width: 763px) { #q8g3nlh4lhldiW0U8cLb11HPOZdOdCGi { width:18.312375rem;height:5.2516625rem;top:36.162885665894rem;left:0.84347343444825rem;font-size:0.875rem;color:#101010;display:block; }
 }@media only screen and (max-width: 763px) { #NHScpGbbagaFDR19LeWm5nu9SamT5f3s { display:block; }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtT02mPuT5T4p6fPQ8s8HGW98WzRkJ3w { width:18.75rem;height:12.4375rem;top:27.3804125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgyrugFxDRU4wZCerQpxGIzbNfnf9XTp { width:19.9993125rem;height:3.499725rem;top:0.87458586692813rem;left:0rem;text-align:center;text-align-last:center;line-height:1.4;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxa9SODFlc2agEQphmf3I5a9WXlZJBoe { width:19.9993125rem;height:10.4971rem;top:5.3857875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlGALTZp5x2EX93SnCWBOaTuQVvbfc26 { width:19.9993125rem;height:8.99751875rem;top:17.1329125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkEc23ckc56VaDGXgQD90DAnSXaiERb5 { display:block; }#WkEc23ckc56VaDGXgQD90DAnSXaiERb5 > .row .container { width:20rem;height:31.316400390625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HiZT2PrTZBwAHU8Mxd5uUZAkTKW5NtWh { width:19.9993125rem;height:3.499725rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;line-height:1.4;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOngmxL9Q1pmevLUAxK8ue2ntTzF7EUT { width:19.9993125rem;height:14.99585rem;top:5.3857875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTg7wy8gJtUxos8kdnrH5HsOV9hG2ZbU { width:18.75rem;height:9.74975rem;top:21.566652297974rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU2it3epyeIId2cv9aBy3zBNBoDGUXtF { display:block; }#TU2it3epyeIId2cv9aBy3zBNBoDGUXtF > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zfBZiKiQef12arP8B1c9uXkCoNuTZugU { width:20rem;height:3.499725rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;line-height:1.4;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1ipCDFDpvJkTy4HinVM9LNnDaz1Jd3N { width:19.9993125rem;height:22.493775rem;top:5.3857875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGcEJ6G4I8Oiigh1L9NueMkpL6Bbf5SM { width:14.6875rem;height:9.74975rem;top:29.31760931015rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMAd8clb1WvNQpvfbnXTKdf3lDHpgxce { display:block; }#tMAd8clb1WvNQpvfbnXTKdf3lDHpgxce > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B9UdW14tsEPmM58JVok3NLCTpQf8HHqc { width:20rem;height:3.37389375rem;top:0.59319698810578rem;left:-0.063329577445981rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.5;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NIyrpCKiGKrLabh5pFlfUnudzhGvQCy7 { width:1.875rem;height:0.123755625rem;top:4.5637445449829rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfbCSI2QlkqCV19eEpPRuoFziVigdPLA { display:block; }#mfbCSI2QlkqCV19eEpPRuoFziVigdPLA > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BZaHoCyQORBhnXKyT8Fs7ZZgGgNCAkU9 { width:18.75rem;height:1.29943125rem;top:4.6245875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #biJoAGTKXolFitacrTNDeaHLlKxLRHXw { width:18.75rem;height:1.3813625rem;top:7.173675rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufJqadI0lDCMCcDdZ5ZXiyGhPgTME2ZX { width:2.1245875rem;height:2.1245875rem;top:1.25rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTkkSGCfI4w9sAukUPIndhBCqy18TNuH { display:block; }#vTkkSGCfI4w9sAukUPIndhBCqy18TNuH > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m2k6ugPaML1TKo1Jl8LdG91mxAD58SDB { width:18.75rem;height:1.29943125rem;top:4.6245875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRfvZRTEKBH5sJZJJzo2vuy1Q1wTrrBo { width:18.75rem;height:1.3813625rem;top:7.173675rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdsiXpQdCZxRw8xDnrmJFLLHJw7lWnzz { width:18.75rem;height:1.79929375rem;top:9.8050375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNUrXNJvS7UAOzsIyQHOkssQvoMyGGcW { width:2.1245875rem;height:2.1245875rem;top:1.25rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6FSPeRCIJbT7xoOsqU6fSVhiDTKOVX5 { display:block; }#i6FSPeRCIJbT7xoOsqU6fSVhiDTKOVX5 > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oAJKRZNKP8XnuA5BLSpJTefS5LGFBOnN { width:18.75rem;height:1.29943125rem;top:4.6245875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEzthVKJyGW0ddQU1qo1cf07b1Cz9QuG { width:17.24975rem;height:3.1879125rem;top:7.1736726760862rem;left:1.3744468688965rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLvSIcTledl2ioTdZlBepamEVZfPozHt { width:17.999875rem;height:2.99916875rem;top:11.859097957611rem;left:0.99972343444825rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #kwTKlMFC4uaFeo13dkIJTvJ1lW6Xktxn { width:2.1245875rem;height:2.1245875rem;top:1.25rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEMBDsmllGKr9JXT6nv0x8RTT7TrxTDV { display:block; }#DEMBDsmllGKr9JXT6nv0x8RTT7TrxTDV > .row .container { width:20rem;height:15.140326953125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ceF1bqfb1xwROSBPQckTWZZ8HeRHWKCn { width:18.75rem;height:1.29943125rem;top:4.6245875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwvnwVMtBfIzWf9TAICRDgmSxw4ctJef { width:18.75rem;height:3.1879125rem;top:7.173675rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9hoHzZFveRXz2dsORFkP1pXNIq3CvIG { width:18.75rem;height:2.99916875rem;top:12.141868591309rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #cWZDWiKIp2gg4JrwecxChcGt2LCeTK0A { width:2.1245875rem;height:2.1245875rem;top:1.25rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZENN1xT57bWxakw6AWhHodP1w7aTDwp { display:block; }#KZENN1xT57bWxakw6AWhHodP1w7aTDwp > .row .container { width:20rem;height:23.700842773438rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aKzgbJraziQEbWviW4KFUp68SiE3MJfH { width:18.75rem;height:1.29943125rem;top:4.6245875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCl2ycOcwgPEzUzu3zrzqiFyzbWdP0qa { width:19.6875rem;height:4.7808375rem;top:7.173675rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #yWScippzUmTThE92kLWFcFF9zWPRhIrd { width:18.75rem;height:10.49709375rem;top:13.2045125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #aX51oD1LWSxVXNFmDep4fsmcaIPA5J6B { width:2.1245875rem;height:2.1245875rem;top:1.25rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bw5rPDMTE0QshIiFG2OpbwWrexUFALyr { display:block; }#Bw5rPDMTE0QshIiFG2OpbwWrexUFALyr > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tFzyadbNT1BcSBRSyBZTJJ4fDQL8Fb8k { width:18.75rem;height:1.29943125rem;top:4.6245875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEf1BPGGAvXUe2n2nG8f1cP91C32oTTL { width:20rem;height:4.7808375rem;top:7.173675rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #X4wpqJtNDAF0yLRpwzhaoq5IOISARqdP { width:18.75rem;height:2.99916875rem;top:13.859930992126rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #dhfeH1KtLqT4BRzr7QALGEmMgWdXblfS { width:2.1245875rem;height:2.1245875rem;top:1.25rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcBtfM1mVI894K1JDBUr9GxqqbfeF30k { display:block; }#tcBtfM1mVI894K1JDBUr9GxqqbfeF30k > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oEVJ4NVpu2nnlUs5nvbbmazq3K6u2TUG { width:18.75rem;height:1.29943125rem;top:4.6245875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #poCZU91qz0FO19aNbGoTCUW5d7XqOvTB { width:18.75rem;height:1.3813625rem;top:7.173675rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLIVKLhdo2Gz9he5rgbnCxnwb4mcIzEB { width:2.1245875rem;height:2.1245875rem;top:1.25rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGx1vAUxUyG6r3mtfZBTcfVz646JZAVS { display:block; }#aGx1vAUxUyG6r3mtfZBTcfVz646JZAVS > .row .container { width:20rem;height:17.857398828125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MBUflslcild5gAASUzKgoVnNfv3dFsSv { width:18.75rem;height:1.29943125rem;top:4.6245875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8zxHzAD6ppZp7trCkRVGq67UdwxTBDV { width:20rem;height:4.7808375rem;top:7.173675rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #i5QMVUUTdsA90rWtpG6fTc1EbayEK5ip { width:18.75rem;height:4.49875625rem;top:13.358692169189rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #W3Qv6pwPbm9grOTUvTFmeXphhVZThROU { width:2.1245875rem;height:2.1245875rem;top:1.25rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmnfVzyPZ7BzfcU5IsV9iNV6w4VzMd3i { display:block; }#BmnfVzyPZ7BzfcU5IsV9iNV6w4VzMd3i > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JTKaRPTqf95XFzlPHwyzUS2ONNZJp5Ge { width:18.75rem;height:1.29943125rem;top:4.6245875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhNBokZAkE8T4nrZm2LuNefLFtiAGuqJ { width:20rem;height:4.7808375rem;top:7.173675rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #eSRlNCMOvPqSGnERTcSfQTNZDlKOiK3G { width:18.75rem;height:5.9983375rem;top:13.859262466431rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #LnFb1it2yS9gg13ucGAT2K4uN52KVye2 { width:2.1245875rem;height:2.1245875rem;top:1.25rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TinGZgU4FApwIk8x1xNCqmnL2fz9Pzdv { display:block; }#TinGZgU4FApwIk8x1xNCqmnL2fz9Pzdv > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q6D1VnwaPomywhCS1txmLfaaloCqwsAu { width:18.75rem;height:1.29943125rem;top:4.6245875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbkKzgcNbO40RwJPe21ON8FyTXFx74uz { width:17.374875rem;height:6.3744375rem;top:7.0485343933106rem;left:1.3122234344482rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #whMH3osmErDig2QFnGLMSNRQI2GCV5Tg { width:18.75rem;height:1.4995875rem;top:14.7981125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Pr1IDyH1Uqe21bzaaGIompNfIaHuOEi3 { width:2.1245875rem;height:2.1245875rem;top:1.25rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x12svXVyDdqO2EarFQMFS58GIWgBBa8u { display:block; }#x12svXVyDdqO2EarFQMFS58GIWgBBa8u > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SUsd3sblhqcGNs9Q8u0amSxlLpcQFos0 { width:18.75rem;height:1.29943125rem;top:4.6245875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Slm7zl5GHF01AVmEffxccEIELkXkUuqA { width:20rem;height:4.7808375rem;top:7.173675rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #htrhQG2ghvH5dCmqZk38JI661SeUOhQm { width:18.75rem;height:2.99916875rem;top:13.296432495118rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #q0zupM5LAZM3lpsPdd1ifuLOJC1sHKAs { width:2.1245875rem;height:2.1245875rem;top:1.25rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZdIbwm6fJ7eAzBV0LVRtZFPbrQ9NAph { display:block; }#TZdIbwm6fJ7eAzBV0LVRtZFPbrQ9NAph > .row .container { width:20rem;height:17.98264296875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HH8vfeUA7HssNPZo4R0VuOlhKz9TCVx1 { width:18.75rem;height:1.29943125rem;top:4.6245875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUkPkGq8mBHkSdDaugwEltbvvKAoi9mJ { width:20rem;height:4.7808375rem;top:7.173675rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlSvXcP4rLhT0h9ZaAixaQhQL7B60Ovm { width:18.75rem;height:4.49875625rem;top:13.483821868896rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #IZ2flBRvT5wQEfeTRUHwzq0VWXtGdupa { width:2.1245875rem;height:2.1245875rem;top:1.25rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ga7M8XsWIQAATrhKMdrp00LxWQO0JDxT { display:block; }#ga7M8XsWIQAATrhKMdrp00LxWQO0JDxT > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RvNRGpUtDzJpAyEuGWSWWRmhOtVb3fJu { width:18.75rem;height:1.29943125rem;top:4.6245875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4ZqV2fi7Emb61HpZEoncTipwAzKSMWh { width:18.75rem;height:1.3813625rem;top:7.173675rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXfoFfVh2s0twmkeSpOnqkDA98I4TAyT { width:2.1245875rem;height:2.1245875rem;top:1.25rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lp5AkFP616xzadyqq85gOKV70cU6I8A1 { display:block; }#Lp5AkFP616xzadyqq85gOKV70cU6I8A1 > .row .container { width:20rem;height:14.163398242188rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FKKa0h8rUA4HEm55JnDZqs91dEkyr8z9 { width:18.75rem;height:1.29943125rem;top:4.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwulzsvdsCnxouTTudCq3yT9Du7EvMNF { width:19.875rem;height:3.1879125rem;top:6.885372161865rem;left:0.061670303344726rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6qL0EO68IrO1QTXnyLdSa9JqqNwdavg { width:18.75rem;height:2.99916875rem;top:11.164960861206rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #J4fWNPQnabRJpCWwkO95evRVbnaorgWP { width:2.125rem;height:2.125rem;top:0.625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqCFNpMc3ssnQ8PmAXDnQbTrXu1seBFv { display:block; }#sqCFNpMc3ssnQ8PmAXDnQbTrXu1seBFv > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nsa8cW4St53Xz4fbkDWNIckbcK0gQPk3 { width:18.75rem;height:1.29943125rem;top:4.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwoOlFhpLTtPNuGEuOSSh4xRfkcNRpT4 { width:19.875rem;height:3.1879125rem;top:6.885372161865rem;left:0.061670303344726rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3z7WG09TlS6xCVTKhA73V6zuKUm90vT { width:18.75rem;height:1.4995875rem;top:11.164960861206rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #mEgkZL3VNsaEreRLdRDPL1khaCezxp3C { width:2.125rem;height:2.125rem;top:0.625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6oPlb3boRTaS83CkkIfc2gllxlxR2rR { display:block; }#J6oPlb3boRTaS83CkkIfc2gllxlxR2rR > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zRTamQKGeh6iFUue9TJ3x5xeVkBq8D2X { width:18.75rem;height:1.29943125rem;top:4.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #arnW3rZv5ATqzfq3oqib9xKt29NTIefF { width:19.875rem;height:4.7808375rem;top:6.885372161865rem;left:0.061670303344726rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAbTTVs82E2Vd3JQCTiboWbt3rZuGCbG { width:18.75rem;height:2.99916875rem;top:12.749585151673rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #m52XOVUHEy6dnLrHLIAtSa2yseRA7rMn { width:2.125rem;height:2.125rem;top:0.625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDWy0ynn5zcTIenGkQxMLB9EDzLUIN2r { display:block; }#RDWy0ynn5zcTIenGkQxMLB9EDzLUIN2r > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JHnTPSUm9sbXW9NLerfIkaGtSo0TCxHv { width:18.75rem;height:1.29943125rem;top:4.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIAQnEt7kXz5o7C4Ohe5ZPdbMDn10TnW { width:17.5rem;height:4.7808375rem;top:7.1909570693969rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dL8Wx6LKBdw1mWXLwaqwpILdK2UnNqLA { width:18.75rem;height:4.49875625rem;top:13.727184295654rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Hs0hesLPOltnptfiqFkqEZodPCG4OXG7 { width:2.125rem;height:2.125rem;top:0.625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeH5AiccTfgmcxWeOMpU2EfzuUrXG3Ae { display:block; }#VeH5AiccTfgmcxWeOMpU2EfzuUrXG3Ae > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uMzvCKDu1NhctListDD0eu17M4lV5eOR { width:18.75rem;height:1.29943125rem;top:4.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbCez52d1NblKGLCASiDHWXEfPqZOAIo { width:18.75rem;height:1.59395625rem;top:7.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSTkDP9JQHGVndEQWHBnA9lToVNTfyUk { width:18.75rem;height:1.4995875rem;top:9.6868362426756rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ZFlIikSrColFOcSmRcIknJwRCDz18xxD { width:2.125rem;height:2.125rem;top:0.625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsL1vIz9SBhJ07NTSNMJWgBML4zWoN6c { display:block; }#RsL1vIz9SBhJ07NTSNMJWgBML4zWoN6c > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Krl8nb63JeCcR5rHA1eNhbCGSOrtHasC { width:14.4994375rem;height:2.45021875rem;top:1.4311408996582rem;left:2.7495851516724rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #I2TMAT7rU4KEOcWDTFyAxWdLHa6U6mVN { background-color:#f5f5f5;background-image:none;display:block; }#I2TMAT7rU4KEOcWDTFyAxWdLHa6U6mVN > .row .container { background-color: transparent; background-image: none; }#I2TMAT7rU4KEOcWDTFyAxWdLHa6U6mVN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2TMAT7rU4KEOcWDTFyAxWdLHa6U6mVN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2TMAT7rU4KEOcWDTFyAxWdLHa6U6mVN > .row .container > .video-iframe-container { display: none; }#I2TMAT7rU4KEOcWDTFyAxWdLHa6U6mVN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2TMAT7rU4KEOcWDTFyAxWdLHa6U6mVN > .row > .video-iframe-container { display: none; }#I2TMAT7rU4KEOcWDTFyAxWdLHa6U6mVN > .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); }#I2TMAT7rU4KEOcWDTFyAxWdLHa6U6mVN > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u39P44PbO4dqUtbMmqako8gzFE0VJ0it { width:17.4993125rem;height:3.43611875rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0A0PwEDIPTDnUbRVxgchHOzPhdKEuLh { display:block; }
 }@media only screen and (max-width: 763px) { #McVGr7W0dHb6FqeyeeNTSksfzMulgrSG { display:block; }#McVGr7W0dHb6FqeyeeNTSksfzMulgrSG > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LxMxsEur8FA1H4WI5SAe91mLsHav16fz { width:19.249875rem;height:2.337525rem;top:2.0616703033448rem;left:0.37472343444824rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.1;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Fxm2fw1Ri6P84iMXtKaMM1mRVRd5mydJ { width:20rem;height:15.5625rem;top:43.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xv0TvBCBByJcyAMwQSvuJMQwMBwL6zwK { width:15.99975rem;height:2.99916875rem;top:7rem;left:2rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNC58Niuc5La3Hg0Tv0ABQlcqrHNiGSk { width:19.8105625rem;height:13.7244375rem;top:44.375rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dTyvVTxJEloyHqG6FRywVJbPMkQ0wKxB { width:20rem;height:0.0615320625rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZZ1amHHasGXlS7gyCQtSZ7qOQpHy089 { width:11.25rem;height:11.25rem;top:11.1875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnhielMuDTimx4ENyQXKPEmDZDAKVLZq { width:15.625rem;height:4.4987625rem;top:24.267837047577rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kztP7JOD2dHk5937Q68X8yIoLnzCgGpL { width:20rem;height:11.81rem;top:30.228152275086rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #kBvP68IsZyTPTBPbNDtLGkHbssNgXd5M { display:block; }#kBvP68IsZyTPTBPbNDtLGkHbssNgXd5M > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LEDXwLXogcZTbV1bEMoB7s802VpI9TAI { width:20rem;height:0.0615320625rem;top:0.68722391128537rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDUG55DOJT8Kinto916qhHOuysKff90u { width:11.875rem;height:11.875rem;top:4.8720965385437rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bs07SThIVN0fFRNrHMon3f8BFsTSxkfp { width:15.9375rem;height:2.99916875rem;top:1.2500004768372rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMysTa7zwZ4qL2the30EuNhT7HVV6X9W { width:20rem;height:15.7466875rem;top:23.057250022888rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #oyvZT6fe86qqg5HXO77IbHmZiunMn0Ag { width:15.625rem;height:4.49875625rem;top:17.808351993561rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFWT4MBeGouGdBhCyGch02bT75U2kKzW { width:20rem;height:7rem;top:39.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpAfZ73va9zqTzI75Rpf0I40yJNTvkXg { width:19.562375rem;height:5.278625rem;top:40.6875rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kzQF6q4N3vJW0LWqansXhPfwa4qVtt97 { display:block; }#kzQF6q4N3vJW0LWqansXhPfwa4qVtt97 > .row .container { width:20rem;height:170.9852265625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OWQRTcIcGTusao9KCtZlpW8SvAy9fpDp { width:20rem;height:60.8125rem;top:110.1728375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueenJGKNSWtqe0UIUZQ9TIMWJ4FQP0AA { width:18.24875rem;height:4.49875625rem;top:1.2486343383789rem;left:0.87527656555175rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6A5ZZPM8LreOa8xLeoclN8HHpIA8Bt7 { width:19.184875rem;height:45.92781875rem;top:63.37179374695rem;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) { #R2auU7NRq3Wv6ddRdQrRM5SWZ08yQC5S { width:18.6829375rem;height:59.120575rem;top:110.6104748291rem;left:0.37472343444824rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #DACpOIw7alqWA2SprLm62rPlatL2Tofe { width:11.25rem;height:11.25rem;top:6.6869469881056rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #El5PEsCyMbaId27yQf8Obqy9JroLwcyX { width:15.625rem;height:4.4987625rem;top:18.810831904411rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wb9GtiKidpVcAfP020SoblI3yqaO5LUT { width:15.625rem;height:4.49875625rem;top:38.8125rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyA4DRNM6gMZviacybDxhz0U3ISFz75q { width:15.625rem;height:4.4987625rem;top:57.5625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GV8L4d9uJDz0qoea1CTqGTEnQ8pRfyRu { width:20rem;height:0;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #envvXshbaaRXbnykSXhI6SppPVLxvaAC { width:11.25rem;height:11.25rem;top:26rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4fatVtQlviVlCyBdSxxVKQgudi64sQX { width:11.25rem;height:11.25rem;top:45.0625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G26OvGqmkAzKMTTDagC7wXeJwRou8Dfl { display:block; }#G26OvGqmkAzKMTTDagC7wXeJwRou8Dfl > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k1Pt60491wAZkd0bp9uZTUrMzWEeVoBH { width:20rem;height:13.4375rem;top:39.370175rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMviB5dCq1737IbFhpiL9CrbBFTKt9yS { width:19.623875rem;height:4.49875625rem;top:1.25rem;left:0.37679755687714rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6Lg0b8rNe6xfQmfkx5JmkxsueCAhnTb { width:19.184875rem;height:13.12225rem;top:24.997925rem;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) { #BB7CHilvDGIEavTvqOrL0bnsWTbaK5Ch { width:18.6829375rem;height:11.613rem;top:40.120297070313rem;left:0.43763923645019rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #SxnTTr4NzuUM0BXR4NWqqeDOFXgePJLp { width:11.25rem;height:11.25rem;top:8.1872234344481rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqbpZMggT4KI1TTUCbMogxHq86oOCuzZ { width:15.625rem;height:2.999175rem;top:20.74875625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8zgAHDhhHLAhATJKqc74Qd1Gc0lU8Tx { width:20rem;height:0;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQfrKaARKWfSv0rT8pqTS4eJ1RiUqM90 { display:block; }#GQfrKaARKWfSv0rT8pqTS4eJ1RiUqM90 > .row .container { width:20rem;height:83.989918945312rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yEoTI4blEmtbogzNPrFtvNdG8noTmGOr { width:20rem;height:19rem;top:64.99035rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZNcHPsNlXsgZLLBaoJ1TZQvgVqB2IVt { width:12.7495625rem;height:5.9983375rem;top:2.2497234344483rem;left:3.6248617172241rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuRZFdkhFgKKDAnkIQMTXlI8qs2c2P9T { width:19.184875rem;height:18.37109375rem;top:45.120287418366rem;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) { #qvDwctLQ8eXNc5RurhH82iHW0Ezml1nu { width:18.6829375rem;height:16.8916125rem;top:65.927156678775rem;left:0.65611076354981rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FpGyOh2ow9LtAIroRwVzmqea9BQeFQnE { width:11.25rem;height:11.25rem;top:10.187361717224rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qq4ewgEnD8iimS0vziJTdBc3rr4lpMDH { width:15.625rem;height:4.4987625rem;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) { #Nvr3EFV3HL2UhR5RIWA1hsxvlrTCscnv { width:20rem;height:0;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tf4SMfofFNLvXqPIN6Dy83k8vNRegi0e { width:15.625rem;height:4.4987625rem;top:39.222215652466rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7XXODAfVrGqp8JbxhvZaOhPBz8LU2u5 { width:10.37475rem;height:10.37475rem;top:27.99640625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEkBH4gnT5FC90urdTo6B6vtJXKS9gHZ { display:block; }#TEkBH4gnT5FC90urdTo6B6vtJXKS9gHZ > .row .container { width:20rem;height:91.487176757813rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lGkpLArDXuUuRbl1a7HkdvKk6i8b937g { width:20rem;height:12.25rem;top:79.23745rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bc3nJcEq1L2usVzWlZJsVHyn6FOGCrOX { width:12.7495625rem;height:5.9983375rem;top:1.9994769096374rem;left:4.0320796966553rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed6V5AeVfqDE2P9Fz7GoEUsPBUPmyhbx { width:19.184875rem;height:34.11776875rem;top:44.371518135071rem;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) { #gcsUM1IO4Rc6QL8qqwyW6RXpoLXqKDxZ { width:18.6829375rem;height:10.55725rem;top:79.9875873291rem;left:0.37472343444824rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #sJutGzBeFQazNFKqB95oWfX3rRxFVkvT { width:11.25rem;height:11.25rem;top:10.187371253968rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TupTqaJG2bRMSNLr03IL8zLitaA961dQ { 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) { #UUnlUFTfaaHF7O0KQsiaZoWoiKTfK4s8 { width:20rem;height:0;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPLQ9XgBrWOqLeq2EaaFBFuNTZzQ9XrV { width:15.625rem;height:4.4987625rem;top:38.237693786621rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9eL34rK8SEPG3Tdr9yE2IW53HvwWz4k { width:10.37475rem;height:10.37475rem;top:26.49681875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qI9SsRzBBDRK81G3wGirk8PaSLeTNsHF { display:block; }#qI9SsRzBBDRK81G3wGirk8PaSLeTNsHF > .row .container { width:20rem;height:75.685822753906rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hVJwDNwV5O3WuxWdIhndCSazgcs5MbWV { width:20rem;height:11.0619375rem;top:64.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUBIVVPz11W1tPRgPRP3vrfz2TwP0qfs { width:18.624875rem;height:4.49875625rem;top:2.1875rem;left:0.68722343444825rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #avZedcE3PmEnpbJBtJAWHmcrf7dyRMfi { width:19.184875rem;height:36.74224375rem;top:27.306420326233rem;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) { #XQOI3R0TKpS1CWMSZw7G61LfP51h47mH { width:18.6829375rem;height:9.5015rem;top:64.875rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BlNPvTdyHeAk27BzUgQHPbyF5n5deZwp { width:11.25rem;height:11.25rem;top:8.4375009536744rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQlNWbIrlRW8r1nSxTvpHDBCkT1KKWtn { width:15.625rem;height:4.4987625rem;top:20.74875625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzavpPf5MkSDsPRBVLGskOmhowQASmMw { width:20rem;height:0;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7TKqF3uqy5r4F6bppmlQcuDLWfK8okb { display:block; }#I7TKqF3uqy5r4F6bppmlQcuDLWfK8okb > .row .container { width:20rem;height:78.364227294922rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QRzMurVbevz7VW8TitZnmxNIRWiBxl5P { width:20rem;height:17.8125rem;top:60.5523875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQgrsflPXf3NQywAZuTDCVXDhBTdLODU { width:19.12475rem;height:4.49875625rem;top:1.25rem;left:0.43625557422638rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbiAazVMhQQQ6nLahah10xtxhCVZZrTJ { width:19.184875rem;height:32.8055625rem;top:26.4975125rem;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) { #gLheBaOa6DaiWtFRKkuT7UmfqdTtUJaU { width:18.6829375rem;height:15.835875rem;top:61.391025805664rem;left:0.40583610534668rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WfVPnoMVqmEDHSeZO601IiyOJCA506Ge { width:11.25rem;height:11.25rem;top:7.6244468688962rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bq4MRF1G1PkcmKrBT2cPF9nRHoqBAaTg { width:15.625rem;height:4.4987625rem;top:20.74875625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aar6ON6TO9myG9OUIwpkbQgIKFKGKFD2 { width:20rem;height:0;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuQDzBTu4IfBqXsHy1HOBDDizpUTGWin { display:block; }#uuQDzBTu4IfBqXsHy1HOBDDizpUTGWin > .row .container { width:20rem;height:79.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bswHWfVE9azq3ocOr50fDx7vUeSEXpb0 { width:20rem;height:13.1875rem;top:65.98865625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jt9m2LTC2IXBWkr2HDG8pkrlQI8ucevN { width:19.12475rem;height:4.49875625rem;top:1.8121042251587rem;left:0.43625557422638rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAazVz2ecg1OwJezp8f7s4H63Qzye2lB { width:19.184875rem;height:36.74221875rem;top:27.99709375rem;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) { #oBbi4I18awx8K88MXwt0iO9hT9zpWU4v { width:18.6829375rem;height:11.613rem;top:66.41799279785rem;left:0.40583610534668rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MQObprEsavMM4JW45WvltV0kFBcUryLx { width:11.25rem;height:11.25rem;top:8.125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRR68lPc3WQka0cIBBopxgmOMedGeRe2 { width:15.625rem;height:5.99834375rem;top:20.74875625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwehfGLExBuTm6gIAMlRBolq1WlntOE7 { width:20rem;height:0;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHwN9Q8M1aBiUo8Akg5FzvwegUwDxrl7 { display:block; }#fHwN9Q8M1aBiUo8Akg5FzvwegUwDxrl7 > .row .container { width:20rem;height:72.805587768555rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BASCAhcgTIyMRyRIEqqzbZgabwMWNagp { width:19.623875rem;height:2.99916875rem;top:1.25rem;left:0.18736177682877rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kK25Ri8oBbg7u94xEPRi8yUyHnkDQ69d { width:19.184875rem;height:19.683375rem;top:25.185287475586rem;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) { #VPEPGhvifoAXTNGTRvK4RbwidEP9Bpp6 { width:20rem;height:0;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoFXGDcVNCBuiIkoCklD58xZRKPnMnLP { width:15.625rem;height:4.4987625rem;top:18.930448532104rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8G7sIocT26z2WNpCdaL64wlwHnFBABv { width:11.25rem;height:11.25rem;top:6.2486085891724rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TErFeWsBVMQrwTBkzI07y7dJrtbwawKx { width:20rem;height:26.875rem;top:45.9306125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #adsI89WxA2WhIhXIpxZ0Sdd6Id0I0TbS { width:20rem;height:25.337375rem;top:46.367563183594rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GR5LpewLZry3SvqWKiyLNJDHE3KGnkQo { display:block; }#GR5LpewLZry3SvqWKiyLNJDHE3KGnkQo > .row .container { width:20rem;height:61.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KEt0E5ySS61a6f5bI3bWgX4JtM0qC4Mt { width:20rem;height:10.7494375rem;top:50.055325rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #whGVfXmTfqDzqTnQeKmNvvZBiDKym6uq { width:13.937375rem;height:4.49875625rem;top:2.5rem;left:3.0309734344483rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ish76lHHrWIN0GUqvTdTQxMMThbdCxTe { width:19.184875rem;height:22.3078125rem;top:26.4975125rem;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) { #O2X2S7auXtShqaSnmmzgVKcL4dt8WzAD { width:18.6829375rem;height:9.5015rem;top:50.430019824219rem;left:0.18805313110351rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #n8s5MMf7ONuxyNTfQZVTOiVTkrdz1L7h { width:11.25rem;height:11.25rem;top:8.6871485710144rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCEymVL8Nhf07NVv3BfMcJlE44FR5JER { width:15.625rem;height:4.4987625rem;top:20.74875625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLaSku1yIXrFQsaolnBsbzV5saF5MVfn { width:20rem;height:0;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4KnNEB4I49LN4mKdn8geWLCFkmHuK72 { display:block; }#W4KnNEB4I49LN4mKdn8geWLCFkmHuK72 > .row .container { width:20rem;height:71.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FuCeTuvq9kDpKMWpq0z81nZsLoGNQdh1 { width:20rem;height:21.375rem;top:50.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ3qCxoi1I3E15pgTaMUcghnc7UUaT0B { width:16.437375rem;height:4.49875625rem;top:1.25rem;left:1.7809734344482rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWSB03mAgH9A9L1W9sJ9pgXMRguSPaRn { width:19.184875rem;height:24.93223125rem;top:24.545077323914rem;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) { #T7iDTFx6KBpfMCxgKLKvkSQGTm2EmlmB { width:18.6829375rem;height:20.05875rem;top:50.75rem;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) { #hBQ5lK1WuClRb81JbnECnfWLOiWLSZvI { width:11.25rem;height:11.25rem;top:6.6019086837769rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBllFmXncS8Qee1Qrm3uuqnBT4TxD3RO { width:12.1245625rem;height:4.4987625rem;top:18.744468688965rem;left:3.5446624755859rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxzdqAZDkWoOkXTpDBUnlUk8SgbTvgi8 { width:20rem;height:0;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOqdOkTqzWivmTydv6kMThGTSdB43tqE { display:block; }#pOqdOkTqzWivmTydv6kMThGTSdB43tqE > .row .container { width:20rem;height:97.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n5D4wuhICtnzxC1NvdH4nwrrIVTUAyte { width:20rem;height:40.4375rem;top:56.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9vANCCLSnk70cWHEneqaQrkr7RwoukE { width:16.0619375rem;height:4.49875625rem;top:1.25rem;left:1.9683351516724rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hixRd7DWaGAufbNfMCn1Eyw3S8a341eP { width:18.6829375rem;height:39.0617875rem;top:57.0625rem;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) { #Ny1VtXKluNWsJ53PTA5c8i8R0vo0kG2J { width:11.25rem;height:11.25rem;top:7.6237556934356rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgTIxq3TJnOwclxasbBZJ6HoD9xe9hT7 { width:15.625rem;height:4.4987625rem;top:19.43376660347rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUl6GxlOZUvoX5FozlzAvyC9B6iA39uy { width:20rem;height:0;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptcHuk6vohagyQoa97J1Dzaoy2FpnRVq { width:18.9995625rem;height:11.81rem;top:43.030971527099rem;left:0.49986171722412rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #qy6bLO4bTBiPbUGPgnHcaoXD7A5gGDsm { width:17.56225rem;height:4.4987625rem;top:37.3125rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQ4wAkXyqnAHWg6pinDN67r5xg37TkZN { width:11.25rem;height:11.25rem;top:25.499170303345rem;left:5.0331859588623rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2V8FERVpxm71Su92LnmtdlwX4FrqgW0 { background-color:#f5f5f5;background-image:none;display:block; }#I2V8FERVpxm71Su92LnmtdlwX4FrqgW0 > .row .container { background-color: transparent; background-image: none; }#I2V8FERVpxm71Su92LnmtdlwX4FrqgW0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2V8FERVpxm71Su92LnmtdlwX4FrqgW0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2V8FERVpxm71Su92LnmtdlwX4FrqgW0 > .row .container > .video-iframe-container { display: none; }#I2V8FERVpxm71Su92LnmtdlwX4FrqgW0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2V8FERVpxm71Su92LnmtdlwX4FrqgW0 > .row > .video-iframe-container { display: none; }#I2V8FERVpxm71Su92LnmtdlwX4FrqgW0 > .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); }#I2V8FERVpxm71Su92LnmtdlwX4FrqgW0 > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hIudpE4R6K8CuoQzJbAzmzT0FNJ725HW { width:17.4993125rem;height:3.43611875rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBPlWTRXUiwDIOIPgLcCuafaudXZ6J1L { display:block; }
 }@media only screen and (max-width: 763px) { #vQ9ZFHIemCACtDg4KRd1sPwksP5O4Knl { display:block; }#vQ9ZFHIemCACtDg4KRd1sPwksP5O4Knl > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y3bFCHqJSWUdl1QUF3WPhQAd1wU8Trvs { display:flex;width:3.12465625rem;height:3.12465625rem;top:0.51645469665527rem;left:7.6234091520313rem; }
 }@media only screen and (max-width: 763px) { #d4z1eCoJdesy3tgzusy5ZNuXg3e36tlw { width:19.9375rem;height:2.76271875rem;top:5.0608406066894rem;left:-0.18673956394196rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#f10a18;display:block; }
 }@media only screen and (max-width: 763px) { #VkA8hCbo0RqwzMhrMEq9wXdaeFQDek5c { display:block; }#VkA8hCbo0RqwzMhrMEq9wXdaeFQDek5c > .row .container { width:20rem;height:37.6037325rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xfo8TnWVKGsDBGB9z2nbyhLOcxzRvUdu { width:19.625rem;height:36rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kdwq6hvOtPmnvpEtmLMdS9oy513hWEUf { 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) { #vg22n3mp7T2kRUHLz2CbGepncD0BJeEn { width:8.1243125rem;height:0.999725rem;top:3.8111867904663rem;left:5.937154173851rem;display:block; }
 }@media only screen and (max-width: 763px) { #itSNZXdKxntgOrbvKBRVLoWO9K1MMpaX { display:block; }#itSNZXdKxntgOrbvKBRVLoWO9K1MMpaX > .row .container { width:20rem;height:35.7287325rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aLTqltN5qJFtwZOIKH9w3HxkH6PtwzTp { width:19.625rem;height:34.125rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFUVeI7glHb72a3b68Bt6wDNUK3QW407 { 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) { #qaoGfXzdBaAnHRFdUhpaJER9zRfwoUNd { width:9.25rem;height:2.1875rem;top:2.6227679252624rem;left:5.3729947805404rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTpBRAPWJy9hkpWTROhi1A2ppppFPwfA { display:block; }#uTpBRAPWJy9hkpWTROhi1A2ppppFPwfA > .row .container { width:20rem;height:51.7913575rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kE8BvWatgpTWLBUP5SecuTLT4qhxezXw { width:19.625rem;height:50.1875rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFKSkQZxe4kym4aMwVzvIXh0lUXBTA87 { width:18.75rem;height:44.77601875rem;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) { #KNqR94I7JS3u2lRUqMtLphAf9QoSvHFC { width:10.25rem;height:1.875rem;top:3.1847305297851rem;left:4.8741701841354rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9CwbwNIWcR1OThZaTHZU2L59y9VIkWd { display:block; }#G9CwbwNIWcR1OThZaTHZU2L59y9VIkWd > .row .container { width:20rem;height:19.7289825rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N5o2ihtvZPAsdI7VIsFgv7nMPVpfm1GS { width:19.625rem;height:18.125rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTHOvEb2pMHhk4NppDzoIbiaRmFoqBKs { 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) { #lGTELRDsfvOHK8y6tqPubdPW2U689IzE { width:7.3735rem;height:1.18639375rem;top:3.0292434692383rem;left:6.3125690221788rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbpI89Qumod2vTNwZkkHyPrX23PTXGvG { display:block; }#wbpI89Qumod2vTNwZkkHyPrX23PTXGvG > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLhLtpzFT4s6Rn924NDC7vvCM8B4FNM2 { width:19.75rem;height:27.625rem;top:1.25rem;left:0.062223494052887rem;display:block; }
 }@media only screen and (max-width: 763px) { #TShEJoODWhSAnI53Gsg2JelGa81TZDrc { width:18.75rem;height:22.388rem;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) { #W8y8RJVM2PyqOIqSSUHJlu2TcVgrF4Mu { width:10.4375rem;height:2.5rem;top:2.5262718200684rem;left:4.779797911644rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaVvVapQbsRSXBTJWDM6PSpZTg30SLgB { display:block; }#QaVvVapQbsRSXBTJWDM6PSpZTg30SLgB > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oZnktFrTcpusBg4sbh7TCcmoVJKSn9IF { width:19.625rem;height:32.375rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEBr1ym4CShBlAzqZS9KypEdnLIEOcx4 { 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) { #sEvToEUuSCCnrCODx6QzSByWW4FVhBI1 { width:9.43725rem;height:2.18715625rem;top:2.371750831604rem;left:5.2806967496872rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfpqJ9a3EbH0uzT5a3RCRtRVIy5xWFyM { display:block; }#DfpqJ9a3EbH0uzT5a3RCRtRVIy5xWFyM > .row .container { width:20rem;height:63rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XAh18ZBgUtIv2RSBedTaVL2LdOCCknXU { width:19.625rem;height:61.1875rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UODNJLf189xcODWRhpOH0xrkJvfB3ys9 { width:18.75rem;height:55.96996875rem;top:5.970703125rem;left:0.82473754882812rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1Nl4o0VeXtqoacnAh4F9vBDCdTnpr5G { width:7.56225rem;height:1.68625625rem;top:2.7782211303711rem;left:6.2181967496872rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdytJtgD2DKuna9oyWofxi0y8PHdyHMt { display:block; }#vdytJtgD2DKuna9oyWofxi0y8PHdyHMt > .row .container { width:20rem;height:66.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W7iOXgolJMtP5dJWm7GqupNBq2Ls8fwV { width:19.625rem;height:64.3125rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #extvcnBoXzwg4XTQer2S6ZUgchJ4DU6t { width:18.75rem;height:59.16826875rem;top:5.9717102050781rem;left:0.82473754882812rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWldZ2gLz1Tnoq2tHd48F332w1rw6DCi { width:9.934rem;height:2.68701875rem;top:2.4630117416382rem;left:5.0318030118943rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqvrTpwLXJAFvnwFczai64Imu3q5J89i { display:block; }#qqvrTpwLXJAFvnwFczai64Imu3q5J89i > .row .container { width:20rem;height:78.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UqbN14PMDwGWgrLO72ZfXaORnbBtG7I8 { width:19.625rem;height:77.125rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmV3I5uFZAx3xa89gVdVaEeT0wBJQCXu { width:18.75rem;height:71.9613625rem;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) { #t7RU6KvApfNBKWomLsOCIyBvx68Mgiiy { width:8.1243125rem;height:4.87313125rem;top:1.2486171722412rem;left:5.937154173851rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE5O70MvOGHmymUz7Suy7xUdShqMPhwx { display:block; }#pE5O70MvOGHmymUz7Suy7xUdShqMPhwx > .row .container { width:20rem;height:65.8539825rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b8Lqdw5B4zAEosHrD3kSWqHNQtQyMIqO { width:19.8125rem;height:64.25rem;top:1.25rem;left:0.062223494052887rem;display:block; }
 }@media only screen and (max-width: 763px) { #bx3gI3isLbLRqhi8Tw6SuoBf6Tw5L0La { width:18.75rem;height:59.16828125rem;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) { #HSaq9Ayg9EfEWS1axVqgI30Tkq40oJqL { width:13.0620625rem;height:1.25rem;top:3.3089046478271rem;left:3.4679203033448rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9bXODX749nTwTpLUxGGIN7D7BcMg9U8 { display:block; }#y9bXODX749nTwTpLUxGGIN7D7BcMg9U8 > .row .container { width:20rem;height:56.351591875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c8wOCfZBDiK2RioKXFaT2c2Z8ewuDQv8 { width:19.625rem;height:55.25rem;top:0.74875450134275rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDA7TBLGhw45HoRyVgtz1aqzRsQRzzH4 { width:18.75rem;height:49.57345625rem;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) { #ciINK7OglEp5UXnLn4r5CTpemL7XSI8o { width:11.1235rem;height:1.62299375rem;top:2.9950218200684rem;left:3.3756221532822rem;display:block; }
 }@media only screen and (max-width: 763px) { #phmkORWKOUnPZyaKCeHRUViHVd1qU6rv { display:block; }#phmkORWKOUnPZyaKCeHRUViHVd1qU6rv > .row .container { width:20rem;height:53.60342rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iB0J2JeheuHhuxzoGkphs6HWQ5z6VZyl { width:19.625rem;height:52rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgBQCJBbIs0CofNIeziugKdFZG7T4CDX { width:18.75rem;height:46.3751625rem;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) { #xyFXOtknciXrVIV610UyEMvqT2fknJm6 { width:6.7491875rem;height:3.59029375rem;top:1.7754440307618rem;left:6.6247233152388rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4hh5wuxeqlzqDypCKUm4ZOaGoohcf2T { display:block; }#L4hh5wuxeqlzqDypCKUm4ZOaGoohcf2T > .row .container { width:20rem;height:35.977578691406rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NghunATvVkqLv3HHimMXQMcEzvTUs6qI { width:19.625rem;height:34.6875rem;top:0.93646240234375rem;left:0.10992807149887rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7bk7MVwqpuX161qOZrnWMVbZXVAFf3L { width:18.75rem;height:28.78458125rem;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) { #prymJzHiBTDBqrsRTp5ax8qbJMdmnwms { width:14.562375rem;height:1.989075rem;top:2.8996124267578rem;left:2.7181276082993rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfqBfbGaon0d3VOU05ITCOuKbRoOtxlM { display:block; }#WfqBfbGaon0d3VOU05ITCOuKbRoOtxlM > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7gyt2brk2BQCaStuc4koBSqLyqnPgwc { width:19.625rem;height:34.3125rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqvWhOoToLtGDa27T7ApxpO7toWhv50q { width:18.75rem;height:28.7845625rem;top:5.9717178344726rem;left:0.82473754882812rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAwmc6rgePKTXBGOFO4efchVFhBbDgdr { width:7.4375rem;height:3.5rem;top:1.9144082069397rem;left:5.9060424566269rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRCI2IDIOElusEPPOOmDETD7LugNn5tl { display:block; }#BRCI2IDIOElusEPPOOmDETD7LugNn5tl > .row .container { width:20rem;height:64.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rplzcdodTO8CAflLtcDqVKTbNJT8tCqz { width:19.75rem;height:61.4375rem;top:1.25rem;left:0.062223494052887rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGFEDVtUgO6Tt7xkDT2eJwhDNb9KJFr4 { width:18.75rem;height:55.96998125rem;top:5.9717178344726rem;left:0.82473754882812rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrwVDDyw6ndtzTBamAlPNHANdCGlSg71 { width:6.4995625rem;height:3.75rem;top:2.265625rem;left:6.749170303345rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1IoQNxlBWzdQnJXw7vMQhc9pOwhenz3 { background-color:#f5f5f5;background-image:none;display:block; }#n1IoQNxlBWzdQnJXw7vMQhc9pOwhenz3 > .row .container { background-color: transparent; background-image: none; }#n1IoQNxlBWzdQnJXw7vMQhc9pOwhenz3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1IoQNxlBWzdQnJXw7vMQhc9pOwhenz3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1IoQNxlBWzdQnJXw7vMQhc9pOwhenz3 > .row .container > .video-iframe-container { display: none; }#n1IoQNxlBWzdQnJXw7vMQhc9pOwhenz3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1IoQNxlBWzdQnJXw7vMQhc9pOwhenz3 > .row > .video-iframe-container { display: none; }#n1IoQNxlBWzdQnJXw7vMQhc9pOwhenz3 > .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); }#n1IoQNxlBWzdQnJXw7vMQhc9pOwhenz3 > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N0XKGcDsxFEnUw0N34vVpFyAThJeT7Fx { width:17.4993125rem;height:3.43611875rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxyOyzCWOHmTzLC4Aplo0wvoOCnSTtTz { display:block; }
 }@media only screen and (max-width: 763px) { #TEAbMqR4gPfJkHtMKsIvCSGokHON4IUl { display:block; }#TEAbMqR4gPfJkHtMKsIvCSGokHON4IUl > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jl6oeB1PDdyBpgDRb9ob4b7CsrkKbJK5 { width:19.9993125rem;height:3.6006625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ovAg7fR5lhtszz1JDvI6PUgdim28aEfz { height:10.5593125rem;width:18.872375rem;top:16.9724875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrzL4ACXCq9TxDSxXvOeNwZH5CgT0t7I { height:10.52475rem;width:18.81225rem;top:5.198425rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsM9a8txkspqIPps2c3I6sXnywxKb5Fp { height:10.5240625rem;width:18.81225rem;top:28.7811125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #byC1XZrpIbwHovncAGhC6GeEA1eR0scN { display:block; }#byC1XZrpIbwHovncAGhC6GeEA1eR0scN > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vKvI4dIDxG4ZzJBlKZC71QaDLh9AVb7w { width:12.5rem;height:1.57425625rem;top:1.4373707771301rem;left:3.7500002384186rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VKJnqBHM4S9uoElSDMLQ6DH3Ve2dVf9O { width:15.4369375rem;height:4.124725rem;top:4.0618085861206rem;left:2.2808351516724rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOCJJ8Rm3J7BrFUCl8vufTUbyt0ZhO3L { width:15.06225rem;height:3.3123625rem;top:9.4462113380431rem;left:2.4681968688965rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOwLfIaF6x8daDCDk8D37GoMpLgT9W3R { width:10.1244375rem;height:1.7498625rem;top:14.635647296906rem;left:4.9370853900909rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBAsMrBgFNKegohqJvOx62wLorg8h5Wv { width:10rem;height:2.4370875rem;top:24.119882822037rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kK3MxyRMf3Oo0q4KiOwFDKMA69uNX90L { width:11.06125rem;height:1.25rem;top:20.696211099624rem;left:4.4683351516724rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLXshfIHFUn4Z3VX03Guzbu2Q7IJaZXz { display:block; }#cLXshfIHFUn4Z3VX03Guzbu2Q7IJaZXz > .row .container { width:20rem;height:69.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V4SnqScPckIzTItvkFGGhl0iiHTP7H17 { width:14.562375rem;height:1.57425625rem;top:1.3723726272583rem;left:2.7184734344483rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HvLhHcpAeXfCQ34I04cyFIys4nMMTxn7 { width:14.0625rem;height:3.24944375rem;top:43.301300048828rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbGzOggorhRvTsmNsThc63llChIrIuGv { width:11.997375rem;height:3.125rem;top:32.363799095154rem;left:4.0009677410126rem;display:block; }
 }@media only screen and (max-width: 763px) { #WC59O6LMfU9kD5JRBlNNFy3XSgBUJTqD { width:10.6875rem;height:5.0625rem;top:9.5692749023438rem;left:4.6585548524982rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUZQIHMHoZQtzKTAVT5qeu0dngR3HNdh { width:17.24975rem;height:2.562225rem;top:38.17547082901rem;left:1.3744468688965rem;display:block; }
 }@media only screen and (max-width: 763px) { #RF3ZylkSqJqTAIW103bH9OZAS2DW5XSb { width:11.0619375rem;height:6.62475rem;top:2.9459295272827rem;left:4.4683353900909rem;display:block; }
 }@media only screen and (max-width: 763px) { #byFzocm69JOkvAnL0uTfBzSbUvyM3hGJ { width:8.75rem;height:4.6875rem;top:14.692338943481rem;left:5.6249997615814rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLfWC8giOmH5g3Vyc0sgJMFsOewSTTCH { width:17.8125rem;height:1.37444375rem;top:21.389656096697rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCRUZCZR26A3IGFKO3TKon5bqDW1z4XM { width:14.375rem;height:3.75rem;top:48.238384246826rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNMWlvAEBJiJ52xZ2mK4EtJLi7qtzOIJ { width:14.0625rem;height:4.1678067587479rem;top:25.25234413147rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wv5lVEMezwoVanZtNXXpoh501Z77GHKK { width:12.8125rem;height:2.6743689804656rem;top:53.238403320312rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GN6MaEUzZgAnQA7XZ3JXuVhozTkXIU59 { width:10.1875rem;height:5.7771678516766rem;top:57.724014759064rem;left:4.9059734344483rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZ4zrqmfaDDXVzpPXIT2LV9URw2oLk98 { width:12.375rem;height:3.75rem;top:64.751160058594rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dI5zh4tTGcsCMy90woNJUDS6IGsHn27l { display:block; }#dI5zh4tTGcsCMy90woNJUDS6IGsHn27l > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HvQ07plAXK1TVmF0oMIHSueNZ8aennKi { width:8.18725rem;height:5.8745875rem;top:8.38634375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWmGBKBEAng1e44Kpe3xJ6JSSWyRpZ5t { width:11.9994375rem;height:4.2498625rem;top:23.44580625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSdiuAUvVi3k9yldf1C4oa7V8iT8todv { 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) { #R5Rz9EAThEvoLkiNmqilOFuzWtZBy4nm { width:12.687375rem;height:3.0620875rem;top:4.07425625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O24fkecrWiTw7wqK6zKG4taoKDvTHNzF { width:5.8123625rem;height:6.684875rem;top:15.51093125rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3qb5V7XdfU6pdSem9wswHB5xXd4y4Xy { display:block; }#d3qb5V7XdfU6pdSem9wswHB5xXd4y4Xy > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vzcdR21Hur9blBNdCZ0zRxwCL9FhhTJL { width:18.87375rem;height:1.25rem;top:4.07425625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSIT7XmWEbkUHMWF1C6U9EWHDaN03tFd { width:17.1204375rem;height:4.124725rem;top:6.57425625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCKsyiEJzPGWf1PFATUaGpsyJm730vCX { 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) { #O0idmRW7RXTuczU2403HUWrcVqbqnybr { width:11.9375rem;height:6.5290004167101rem;top:11.949065820312rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBrdX45Ow5D4AwXE8M3cSQrr0DEViGSN { width:11.125rem;height:1.4294762881184rem;top:19.727690820312rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnkwsLWa4ryVrbqCHi8DKzAUy2S7T93i { display:block; }#JnkwsLWa4ryVrbqCHi8DKzAUy2S7T93i > .row .container { width:20rem;height:74.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AewR20PbbkZmU6VTAOF8V5SMxTuf04OJ { 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) { #LonVJJrVtwpy9CVDHPGTgI3HlaPwdhHZ { width:10.6875rem;height:2.875rem;top:4.9375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkKRthXR10T8Bl0Q8W3HRQIo5PPQksCC { width:7.8125rem;height:7.8125rem;top:18.16802072525rem;left:6.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8FqTqTDlww3Tm60Qor4nnbubtFkJDSu { width:11.62475rem;height:3.3745875rem;top:27.811117649078rem;left:4.1869468688965rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDErcOGmJXCmg4tNNf4ESNSZGPepEToX { width:12.625rem;height:12.625rem;top:6.5244746208194rem;left:4.5623617172241rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ltu5vmM7SQscUvWRSDTqfC3UJVcxFppl { width:14.6245625rem;height:10.3125rem;top:62.093298912048rem;left:2.6873617172241rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3MtkbGLk3lPNqa0BeylulL0LwPKMPNd { width:20rem;height:7.4550625rem;top:35.022814184428rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5H0d2E7Pq7nyxWeoZMkSfXCf6Q0viei { width:7.8125rem;height:5.999725rem;top:43.539130210876rem;left:6.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEzsJlbO9z1kW0FIfugE4zIRzF8eVPJl { width:10.625rem;height:6.15044375rem;top:53.788909912109rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTcX4B9ChHGUhsADcoEbWLPOZmHLswTp { background-color:#f5f5f5;background-image:none;display:block; }#fTcX4B9ChHGUhsADcoEbWLPOZmHLswTp > .row .container { background-color: transparent; background-image: none; }#fTcX4B9ChHGUhsADcoEbWLPOZmHLswTp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTcX4B9ChHGUhsADcoEbWLPOZmHLswTp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTcX4B9ChHGUhsADcoEbWLPOZmHLswTp > .row .container > .video-iframe-container { display: none; }#fTcX4B9ChHGUhsADcoEbWLPOZmHLswTp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTcX4B9ChHGUhsADcoEbWLPOZmHLswTp > .row > .video-iframe-container { display: none; }#fTcX4B9ChHGUhsADcoEbWLPOZmHLswTp > .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); }#fTcX4B9ChHGUhsADcoEbWLPOZmHLswTp > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MmAQTDflVtBmJahoh06FimALF5zgbGoM { width:17.4993125rem;height:3.43611875rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDhBvmZKs5bE7Kv2llzFI86J5JJpBum3 { display:block; }
 }@media only screen and (max-width: 763px) { #QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd { display:block; }#QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qgXu9ku4R3k9t7o9aeTfe0B1TvxmZHnF { 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) { #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.9993125rem;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:10.3214875rem;left:5.5625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ens07Oe2631vCtgPw8wX89DRctONDpPv { display:block; }
 }@media only screen and (max-width: 763px) { #NnxFkRUD3I4bQBDmVOSNAMiXTP9aGL2T { width:4.12265rem;height:1.624725rem;top:8.7403240203856rem;left:7.9383294582369rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #KF7FAN1RqNEMLIxhWp3Z82himCCDQgFA { display:block; }
 }@media only screen and (max-width: 763px) { #ohDR4CENdMrXFOoPA9L6iWT0Er3ZLeZ0 { width:6.8743125rem;height:1.42284375rem;top:5.8503875732422rem;left:6.5624997615813rem;display:block; }
 }