.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:249,220,221;--color-primary-1:236,140,140;--color-primary-2:216,24,25;--color-primary-3:108,12,13;--color-primary-4:32,4,4;--color-secondary-0:223,233,255;--color-secondary-1:158,190,255;--color-secondary-2:93,146,255;--color-secondary-3:3,0,255;--color-secondary-4:19,29,51;--color-tertiary-0:255,255,255;--color-tertiary-1:106,106,106;--color-tertiary-2:51,51,51;--color-tertiary-3:36,38,41;--color-tertiary-4:0,0,0;--headlines-font-family:"montserrat";--paragraphs-font-family:"Raleway"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrrHlwVEunxsw3b1O5TXGXHATqbhI1D9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:none; }#RrrHlwVEunxsw3b1O5TXGXHATqbhI1D9 > .row .container { border-width: 0; border-radius: 0; }#RrrHlwVEunxsw3b1O5TXGXHATqbhI1D9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RrrHlwVEunxsw3b1O5TXGXHATqbhI1D9 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:none; }#sUooggvIJQ3spD2KbK3Xhwf6u2W8gThr { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.5rem;left:40.25rem;height:2.03125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#c1ptk5Moq87IC5N6Pk8IBVbLub5fryAo { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.1875rem;height:2.9375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.0625rem;left:11rem;display:block; }
#d65TWv3hyXIzxC9if4foQubD5GNDqh5O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MyuvS027gJUabLXbP6Rz9EnHonucQesf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:0.9375rem;left:38.875rem; }
#Zk6gWaLBNpfFgbKi52qo0I3TcIQ2CXIz { position:relative;display:none; }#Zk6gWaLBNpfFgbKi52qo0I3TcIQ2CXIz { border-width: 0; border-radius: 0; }#Zk6gWaLBNpfFgbKi52qo0I3TcIQ2CXIz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Zk6gWaLBNpfFgbKi52qo0I3TcIQ2CXIz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/22bfe836-143f-451c-bde8-1d044dae77b0/konferencjaonlineAI.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;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:"open sans";height:48.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#k10FGOwSc4LbWvTAUiPh9dsg8Bx3NI9E .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; }
#k10FGOwSc4LbWvTAUiPh9dsg8Bx3NI9E .widget-text.counter-number { border-top:0.068125rem solid #3a3a3a;border-left:0.06875rem solid #3a3a3a;border-right:0.06875rem solid #3a3a3a;border-bottom:0.068125rem solid #3a3a3a;background-color:rgba(var(--color-tertiary-0),1);background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0.833125rem;padding-right:0.78125rem;padding-bottom:0.833125rem;padding-left:0.78125rem;display:block;align-items:center;width:4.684375rem;min-width:4.684375rem;height:4.474375rem;position:relative;font-family:var(--headlines-font-family);font-size:3.331875rem;font-weight:700;line-height:71.59px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem; }
#k10FGOwSc4LbWvTAUiPh9dsg8Bx3NI9E .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.520625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:6.25rem;height:1.766875rem;position:relative;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;line-height:28.27px;text-align:center;text-align-last:center;text-transform:none;top:2%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;font-style:normal; }
#k10FGOwSc4LbWvTAUiPh9dsg8Bx3NI9E { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.35) ;display:flex;justify-content:space-between;width:29.5625rem;height:8.564375rem;padding-top:1.105rem;padding-right:1.125rem;padding-bottom:1.105rem;padding-left:1.125rem;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:18.6875rem;left:21.59375rem;z-index:15000;display:none; }
#k10FGOwSc4LbWvTAUiPh9dsg8Bx3NI9E #n7tBT84gnlpvzxEdo2779Hpr0t4cVrqD { display:flex;position:relative;top:0rem;left:0rem; }
#k10FGOwSc4LbWvTAUiPh9dsg8Bx3NI9E #cTXbaMq8JWclXNVT47X9g0770saC5FLA { width:auto; }
#k10FGOwSc4LbWvTAUiPh9dsg8Bx3NI9E #DMfZZ6iQdmcnAOOrDAb52SF7IL9a6ws6 {  }
#k10FGOwSc4LbWvTAUiPh9dsg8Bx3NI9E #pT7vml3M726plM4QeTbrtdgoGqGNNkTz { display:flex;position:relative;top:0rem;left:0rem; }
#k10FGOwSc4LbWvTAUiPh9dsg8Bx3NI9E #N6kAGwoUHDDXEniUOhDJecpeINAFCmbp {  }
#k10FGOwSc4LbWvTAUiPh9dsg8Bx3NI9E #nw7yIM9WlS637ZBmx4H0tl7THpce1hL4 {  }
#k10FGOwSc4LbWvTAUiPh9dsg8Bx3NI9E #MHR5OMLfzuwGehaZxOvVdXQ1OyBDCQ68 { display:flex;position:relative;top:0rem;left:0rem; }
#k10FGOwSc4LbWvTAUiPh9dsg8Bx3NI9E #HNQ5QggHDbC0WHZyLpmJHs8ApxcTiVdO {  }
#k10FGOwSc4LbWvTAUiPh9dsg8Bx3NI9E #zcnBlQTi8Behs6IbIrs4J3LaTH2Xhaef {  }
#k10FGOwSc4LbWvTAUiPh9dsg8Bx3NI9E #k8bp7lhBKzudkMzyFxTrwb2VL89yFyuH { display:flex;position:relative;top:0rem;left:0rem; }
#k10FGOwSc4LbWvTAUiPh9dsg8Bx3NI9E #DFGDOxNmgdepyoNitecst7yoJsJdoruM {  }
#k10FGOwSc4LbWvTAUiPh9dsg8Bx3NI9E #ccKH6B8SuCgmiKbPsqbP8WxPNryQEzOr {  }
#E5vVHVSB9S9MtVZoBx4ITaoKBuO3oNJP { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.6) ;height:1.6875rem;width:18.75rem;top:17.5rem;left:28.125rem;display:none; }
#LcUr45xgzlxMcWUq2tDoZA0xs3ZftiUA { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:17.6875rem;left:28.5625rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#qwQMW1lgVRf8DcRS1bCHvAIT7eehPT7x { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:30.75rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#d3MpryZRgFatWTLIiv11RyVPEAr1HMot { position:relative;display:block; }#d3MpryZRgFatWTLIiv11RyVPEAr1HMot { background-color: transparent; background-image: none; }#d3MpryZRgFatWTLIiv11RyVPEAr1HMot::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3MpryZRgFatWTLIiv11RyVPEAr1HMot > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3MpryZRgFatWTLIiv11RyVPEAr1HMot > .row .container > .video-iframe-container { display: none; }#d3MpryZRgFatWTLIiv11RyVPEAr1HMot > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3MpryZRgFatWTLIiv11RyVPEAr1HMot > .row > .video-iframe-container { display: none; }#d3MpryZRgFatWTLIiv11RyVPEAr1HMot > .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); }#d3MpryZRgFatWTLIiv11RyVPEAr1HMot { border-width: 0; border-radius: 0; }#d3MpryZRgFatWTLIiv11RyVPEAr1HMot > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#d3MpryZRgFatWTLIiv11RyVPEAr1HMot > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:27.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pBWnNAyCwtAA8TGEc0kWrIohbVmoIgEf { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:2.8125rem;left:0rem;height:4.8125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kC1qZzocVqrEdUlSOiM4vynTvEypn9iT { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15009;background-color:#645858;background-image:none;top:9.125rem;left:28.125rem;display:block; }
#sWG1cwwfxPWPGmeW2d4vyNkgzaPACZyC .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; }
#sWG1cwwfxPWPGmeW2d4vyNkgzaPACZyC .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#df181c;background-image:none;color:#ffffff;padding-top:1.32rem;padding-right:1.19375rem;padding-bottom:1.32rem;padding-left:1.19375rem;display:block;align-items:center;width:7.165rem;min-width:7.165rem;height:7.0975rem;position:relative;font-family:arial;font-size:5.2825rem;font-weight:700;line-height:113.56px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sWG1cwwfxPWPGmeW2d4vyNkgzaPACZyC .widget-text.counter-label { background-color:;background-image:none;color:#ff004c;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.825rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:9.555rem;height:2.805625rem;position:relative;font-family:"open sans";font-size:1.98125rem;font-weight:700;line-height:44.89px;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; }
#sWG1cwwfxPWPGmeW2d4vyNkgzaPACZyC { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:42rem;height:13.375rem;padding-top:0.165rem;padding-right:0.170625rem;padding-bottom:0.165rem;padding-left:0.170625rem;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:11.8125rem;left:14.8125rem;z-index:15010; }
#sWG1cwwfxPWPGmeW2d4vyNkgzaPACZyC #FziV0wI10KcWFTMJsGWxl2NaKeeeLe4U { display:flex;position:relative;top:0rem;left:0rem; }
#sWG1cwwfxPWPGmeW2d4vyNkgzaPACZyC #O6fSut5IusCyOQutpt5c7ZplJdKZ4HsH { width:auto; }
#sWG1cwwfxPWPGmeW2d4vyNkgzaPACZyC #zxgKNRW1KnWeDsd5BxGfwt4CX9OTNLO9 {  }
#sWG1cwwfxPWPGmeW2d4vyNkgzaPACZyC #lD78ciJAvEgp5dN5TZkR1a90BLigiHsW { display:flex;position:relative;top:0rem;left:0rem; }
#sWG1cwwfxPWPGmeW2d4vyNkgzaPACZyC #sA7Dz4Ay8fqIoaTuy2sqr1AAGOUIUsTp {  }
#sWG1cwwfxPWPGmeW2d4vyNkgzaPACZyC #uJ2mdmbrr466oFZ7DWq08w2Q0d9ylmZM {  }
#sWG1cwwfxPWPGmeW2d4vyNkgzaPACZyC #PspbV6KdRWz9z39zxI3BDlKPLZ7vgxFT { display:flex;position:relative;top:0rem;left:0rem; }
#sWG1cwwfxPWPGmeW2d4vyNkgzaPACZyC #H1MlD5pKQHPdivh7rwHmyTnderrXvpq5 {  }
#sWG1cwwfxPWPGmeW2d4vyNkgzaPACZyC #Hwn9Xb9a1xFKZ70xNCcqexUGrOzKStwB {  }
#sWG1cwwfxPWPGmeW2d4vyNkgzaPACZyC #FJ5PTu9iR7nxWoE1ObwJ5eTHoJh0bX08 { display:flex;position:relative;top:0rem;left:0rem; }
#sWG1cwwfxPWPGmeW2d4vyNkgzaPACZyC #XpDANaHLizdprVv1BkUfKk2My3f0thyk {  }
#sWG1cwwfxPWPGmeW2d4vyNkgzaPACZyC #LJPTmLtNOfuznU16auoSfQESamZPxhLs {  }
#f82Ss6V2PBF99s1zDlnEwzobRxmVNu1V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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:none; }#f82Ss6V2PBF99s1zDlnEwzobRxmVNu1V > .row .container { border-width: 0; border-radius: 0; }#f82Ss6V2PBF99s1zDlnEwzobRxmVNu1V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f82Ss6V2PBF99s1zDlnEwzobRxmVNu1V > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;position:relative;display:none; }#X0PvAByZI5RhaT94L5bNMpdZMK1RJ8Cg { background-color:transparent;background-image: -webkit-linear-gradient(270deg, #ff0000, rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(270deg, #ff0000, rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(270deg, #ff0000, rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(270deg, #ff0000, rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(270deg, #ff0000, rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:3.3125rem;left:45rem;display:none; }
#aDZkWQH5X9J6F8AC0K59axdpbx7vwlFz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yb3bRVHLbZ8JkCqkArrxXsoFVI6ZW6JQ { background-color:transparent;background-image:none;border-top:0.125rem solid #ff0014;border-left:0.125rem solid #ff0014;border-right:0.125rem solid #ff0014;border-bottom:0.125rem solid #ff0014;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#070707;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.9375rem;left:30.5rem;display:block; }
#gpbKen6pMhf9hvgacQPtmfAstktTQa8q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bQ6qKMC2lK4z1tugR3xvPgs1Cd5Cpuh6 { background-color:transparent;background-image:none;border-top:0.125rem solid #ff0014;border-left:0.125rem solid #ff0014;border-right:0.125rem solid #ff0014;border-bottom:0.125rem solid #ff0014;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#070707;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:3.3125rem;left:38.625rem;display:none; }
#zz8aeLtnX6ovqiBLxszQl80NFtOrfKBn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GJ0Sdpwx3l641TmvPohvXTB47rOKZ6M7 { background-color:transparent;background-image:none;border-top:0.125rem solid #ff0014;border-left:0.125rem solid #ff0014;border-right:0.125rem solid #ff0014;border-bottom:0.125rem solid #ff0014;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#070707;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.9375rem;left:45.375rem;display:block; }
#y6xF3qhvrWd4MJ2mtGJwvnlDL5o0IorF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dfM6q0UOl1abJCWt4Upy71Z1Ovz8nmTD { background-color:#d81819;background-image:none;border-top:0.125rem solid #ff0014;border-left:0.125rem solid #ff0014;border-right:0.125rem solid #ff0014;border-bottom:0.125rem solid #ff0014;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#070707;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.90625rem;left:15.3125rem;display:block; }
#RetfykSeW0OBQGx8ZTdDBOeE6syJQsq4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tITguJulzxIkrTcFCL1UD6HoIDp42ypg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#tITguJulzxIkrTcFCL1UD6HoIDp42ypg > .row .container { background-color: transparent; background-image: none; }#tITguJulzxIkrTcFCL1UD6HoIDp42ypg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tITguJulzxIkrTcFCL1UD6HoIDp42ypg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tITguJulzxIkrTcFCL1UD6HoIDp42ypg > .row .container > .video-iframe-container { display: none; }#tITguJulzxIkrTcFCL1UD6HoIDp42ypg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tITguJulzxIkrTcFCL1UD6HoIDp42ypg > .row > .video-iframe-container { display: none; }#tITguJulzxIkrTcFCL1UD6HoIDp42ypg > .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); }#tITguJulzxIkrTcFCL1UD6HoIDp42ypg > .row .container { border-width: 0; border-radius: 0; }#tITguJulzxIkrTcFCL1UD6HoIDp42ypg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tITguJulzxIkrTcFCL1UD6HoIDp42ypg > .row .container { font-size:0.875rem;font-family:arial;height:31.125rem;width:75rem;position:relative;display:block; }#m3aN5RIhGvOMf4UsSgnOr3GyGFJGSu63 { color:rgba(var(--color-tertiary-4),1);display:block;width:62.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:12.625rem;left:6.46875rem;height:9.75rem;text-align:center;text-align-last:center;display:block; }
#DDfzickte3RCbxoTdHMVwcr1TtEsqwO0 { background-color:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:2.25rem;left:26.5rem;display:block; }
#c9cGNAAro2KHqqpdEN875t8tZxDo1kdX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o5MiWC3rEaOpcx64QKTw1dOvZmXChreT { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:2.90625rem;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; }
#IdIa1Dyy4M7q5q0SGN3XRqRJIknotgdr { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);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:15021;text-align:center;text-align-last:center;top:24.75rem;left:30rem;display:block; }
#Ds0yVpKLDCcxTmpNNRe6RTzJEsKaiHsX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ToxmHqXXk6klz4XN3sPyskSsCuM1T3bm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:26rem;left:45.4375rem; }
#hHfxPA7saTMBUUMQETGscr6py99wgb01 { position:relative;display:none; }#hHfxPA7saTMBUUMQETGscr6py99wgb01 { border-width: 0; border-radius: 0; }#hHfxPA7saTMBUUMQETGscr6py99wgb01 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hHfxPA7saTMBUUMQETGscr6py99wgb01 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#e0mUO2hTI1mM5Dvo2Idmzbw5FdGeAw76 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:2.1875rem;left:0rem;height:2.40625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#O9r4DRBcWozkK3IUWMHGooTFXOXUGwqK { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:6.5625rem;left:0rem;height:5.625rem;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; }
#PcpsfkJNCmISbdPeW15c10qAJySnOKDQ { position:relative;display:none; }#PcpsfkJNCmISbdPeW15c10qAJySnOKDQ { border-width: 0; border-radius: 0; }#PcpsfkJNCmISbdPeW15c10qAJySnOKDQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PcpsfkJNCmISbdPeW15c10qAJySnOKDQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:20.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#acpZrKV8bL6NJen5lnimNXlXWMVUlaFS { color:rgba(var(--color-tertiary-4),1);display:block;width:11rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:10.75rem;left:40.6875rem;height:6.499rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kmcKVJV0mi3D96uEQcatt84uzmvKqWXA { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:10.625rem;left:2.125rem;height:7.79883125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vbag9kzxyqK4OmJKJtekWuCiWlAqT07g { color:rgba(var(--color-tertiary-4),1);display:block;width:10.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:10.625rem;left:60.375rem;height:3.89941875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RueDUTM42AzRaBAyevFciWwMa2Md1QiC { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));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.375rem;width:0.1875rem;top:2.5625rem;left:18.0625rem;display:block; }
#sUiff464GLxTaNVO0yw0wIXwTt7NWV4V { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #941157, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #941157, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #941157, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #941157, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#941157', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#941157', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #941157, rgba(0,0,0,0));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.375rem;width:0.1875rem;top:1.375rem;left:62.375rem;display:none; }
#TBkiS01bUeFDphEoT24WF2cWpdCe9cSy { color:rgba(var(--color-tertiary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.9375rem;left:16.96875rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#NlkhoQA2JoO0F4UNw3L51wEc2ElGahHe { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));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.375rem;width:0.1875rem;top:2.5625rem;left:37.40625rem;display:block; }
#uN4l2u5pm6G7QVeGXn7TQh1VQ99bhJIF { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(0,0,0,0));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.375rem;width:0.1875rem;top:2.5625rem;left:53.8125rem;display:block; }
#GZRXBpOi2KGB15OpqqvVTsnU0JC6nAFT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:10.625rem;left:22.0625rem;height:5.199225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z3VJGsJFwWE9xlBiTtLT9q1lANXSTT40 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:8.25rem;top:2.6875rem;left:42.0625rem;overflow:hidden;display:block; }
#eTb0FVNJreqyC28h36hKTOBuQ1T0QzAC { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:8.25rem;top:2.5625rem;left:5.5625rem;overflow:hidden;display:block; }
#mfM0OqNxR2vSlqKNk7wcTBFqap3CJ2p6 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:8.25rem;top:2.5625rem;left:23.5rem;overflow:hidden;display:block; }
#IgDhqVusVhCFx5UIEvHLSV4RF7Ksw0Ha { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:8.25rem;top:2.5625rem;left:61.625rem;overflow:hidden;display:block; }
#khP0XZuD4pT4pgktlzJTzq6SsAcUQwGy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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:none; }#khP0XZuD4pT4pgktlzJTzq6SsAcUQwGy > .row .container { border-width: 0; border-radius: 0; }#khP0XZuD4pT4pgktlzJTzq6SsAcUQwGy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#khP0XZuD4pT4pgktlzJTzq6SsAcUQwGy > .row .container { font-size:0.875rem;font-family:arial;height:23.1875rem;width:75rem;position:relative;display:none; }#si3UPl9yiJTEDN6nG9Q8FulR5b4o0hy8 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.875rem;width:18.875rem;top:25.1875rem;left:9.65625rem;overflow:hidden;display:none; }
#mKTOB56zsKExm2sFGsn4TOJB1TWZ86U5 { position:relative;display:none; }#mKTOB56zsKExm2sFGsn4TOJB1TWZ86U5 { border-width: 0; border-radius: 0; }#mKTOB56zsKExm2sFGsn4TOJB1TWZ86U5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mKTOB56zsKExm2sFGsn4TOJB1TWZ86U5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:19.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#lhOsFdV9zCSe2qhKNKabPp0Qp28PneMx { color:rgba(var(--color-tertiary-4),1);display:block;width:72.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.5;letter-spacing:0;top:7.25rem;left:0rem;height:9.375rem;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; }
#eVJHH4cP3QlQ5oSuOGZtPpxuMNJ4K9ub { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:2.3125rem;left:0rem;height:2.40625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZGDDclxgoy2ExxPkxGTgVypKCS4CUH66 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);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:none; }#ZGDDclxgoy2ExxPkxGTgVypKCS4CUH66 > .row .container { border-width: 0; border-radius: 0; }#ZGDDclxgoy2ExxPkxGTgVypKCS4CUH66 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZGDDclxgoy2ExxPkxGTgVypKCS4CUH66 > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:75rem;position:relative;display:none; }#FUn5duqAuUD68WSbvQFwDHnsDgsHWpH8 { color:rgba(var(--color-tertiary-0),1);display:block;width:72.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:8.25rem;left:1.25rem;height:18.75rem;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; }
#S59VwWH0Scyi6573zOcHwIqiLq8H7VbT { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:3rem;left:0rem;height:2.40625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zGqZTUGet4RdBZZtQusBOe7tE2QhXP7K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(123,115,118,0.23);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:none; }#zGqZTUGet4RdBZZtQusBOe7tE2QhXP7K > .row .container { border-width: 0; border-radius: 0; }#zGqZTUGet4RdBZZtQusBOe7tE2QhXP7K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zGqZTUGet4RdBZZtQusBOe7tE2QhXP7K > .row .container { font-size:0.875rem;font-family:arial;height:23.8125rem;width:75rem;position:relative;display:none; }#oWK4HhRJUI8qiQJzTLQ4PWIXLV2kuTsc { color:rgba(var(--color-tertiary-4),1);display:block;width:67.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:6.59375rem;left:3.8125rem;height:13.5rem;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; }
#EiVxvErBipfwaAUXgBZh0HF8WzZOEdqN { color:rgba(var(--color-tertiary-4),1);display:block;width:69.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.3125rem;left:2.875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#KHJWDr62WpN0s2XLygWiL62rz2Xc6ANH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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:none; }#KHJWDr62WpN0s2XLygWiL62rz2Xc6ANH > .row .container { border-width: 0; border-radius: 0; }#KHJWDr62WpN0s2XLygWiL62rz2Xc6ANH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KHJWDr62WpN0s2XLygWiL62rz2Xc6ANH > .row .container { font-size:0.875rem;font-family:arial;height:47.875rem;width:75rem;position:relative;display:none; }#yTV4aqcNs500WmkL1D39FQJeoNMJvDXW { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:2.875rem;left:0rem;height:3.65625rem;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; }
#u0QBSMU5k3pFhgOit7DS0Oh3nFZWy7sI { color:rgba(var(--color-tertiary-3),1);display:block;width:58.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:8.5rem;left:14.625rem;height:37.79730625rem;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; }
#wrkyMSifVzN8PF8EEDDJLtFGCDqqst30 { color:rgba(var(--color-tertiary-3),1);display:block;width:13.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:8.5625rem;left:7.8125rem;height:39.19720625rem;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:left;text-align-last:left;display:block; }
#xdL1QVa26dBn2TREFZTmwyiQl5T14Czt { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:23.9375rem;left:58.75rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#mDJR291EEZBsnnHoHS4pqCAurATGQBVb { color:rgba(var(--color-tertiary-4),1);display:block;width:5.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:23.375rem;top:80.4375rem;left:0.5625rem;display:none; }
#uI8nSM4IglbhnrnJ2qzga0kohQNI8QnU { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:23.375rem;top:80.4375rem;left:5.625rem;display:none; }
#QyoacXCQJxNTbyGwDLCog0K4xz136neO { color:rgba(var(--color-tertiary-3),1);display:block;width:13.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:6.875rem;left:7.8125rem;height:34.99753125rem;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:left;text-align-last:left;display:none; }
#JSX5BfCQw6Ma4WDF8VCGLD2JuLFvdcrW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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:none; }#JSX5BfCQw6Ma4WDF8VCGLD2JuLFvdcrW > .row .container { border-width: 0; border-radius: 0; }#JSX5BfCQw6Ma4WDF8VCGLD2JuLFvdcrW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JSX5BfCQw6Ma4WDF8VCGLD2JuLFvdcrW > .row .container { font-size:0.875rem;font-family:arial;height:72.375rem;width:75rem;position:relative;display:none; }#rR3qbzUI5BaGXuEcICN2x20uur8Qm1sE { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:3.65625rem;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; }
#KidJgZbStViGUkZhc3JWnG4lbQ4LR0cI { position:absolute;display:block;z-index:15010;height:30.25rem;width:53.5625rem;top:7.65625rem;left:10.71875rem;display:block; }
#OXMzeQuOVQudJ4Z8UqOxnthKmETP3bqO { box-sizing:content-box;height:63.625rem;width:58.25rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);top:6.40625rem;left:8.0625rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#RcH9i2h9c2qNdrbayQKE3x52pTsk8GFA { color:rgba(var(--color-tertiary-2),1);display:block;width:45.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:60.5rem;left:8.0625rem;height:1.875rem;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; }
#bRE9VpcudtfBd0XHqcVlRNtHDPrWwLMU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.31);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:none; }#bRE9VpcudtfBd0XHqcVlRNtHDPrWwLMU > .row .container { border-width: 0; border-radius: 0; }#bRE9VpcudtfBd0XHqcVlRNtHDPrWwLMU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bRE9VpcudtfBd0XHqcVlRNtHDPrWwLMU > .row .container { font-size:0.875rem;font-family:arial;height:8.375rem;width:75rem;position:relative;display:none; }#rJB67TMcQdEGSVyz2E4QRmHxdWZfUswF { color:rgba(var(--color-tertiary-2),1);display:block;width:63rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:2.3125rem;left:6rem;height:3.75rem;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; }
#LIHxUJMUnybMq3niuTPngbyI1AqpnPdJ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;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:none; }#LIHxUJMUnybMq3niuTPngbyI1AqpnPdJ > .row .container { border-width: 0; border-radius: 0; }#LIHxUJMUnybMq3niuTPngbyI1AqpnPdJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LIHxUJMUnybMq3niuTPngbyI1AqpnPdJ > .row .container { font-size:0.875rem;font-family:arial;height:111.6875rem;width:75rem;position:relative;display:none; }#Dm6TpruFEtK776H70m52DACKlsMp3hri { border-top:0.125rem solid rgba(52,52,52,0.2);border-left:0.125rem solid rgba(52,52,52,0.2);border-right:0.125rem solid rgba(52,52,52,0.2);border-bottom:0.125rem solid rgba(52,52,52,0.2);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:25.6875rem;width:17.3125rem;position:absolute;display:block;z-index:15040;top:16.0625rem;left:51.875rem;display:block; }
#qpVoiJvkHBTXOHPAmkeZmyVzsmFyOnTM { display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15042;line-height:1.5;letter-spacing:0;top:23.8125rem;left:52.3125rem;height:17.0625rem;color:rgba(var(--color-tertiary-2),1);font-style:italic;text-align:center;text-align-last:center;display:block; }
#sTnDmlovpshq0GE0SdOKrD0ImMgu4NbV { display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:21.625rem;left:52rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#QJA06IJwaCPZvtCchP1NP9P47ViCOigt { border-top:0.125rem solid rgba(52,52,52,0.2);border-left:0.125rem solid rgba(52,52,52,0.2);border-right:0.125rem solid rgba(52,52,52,0.2);border-bottom:0.125rem solid rgba(52,52,52,0.2);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:25.6875rem;width:17.3125rem;position:absolute;display:block;z-index:15044;top:48.625rem;left:51.875rem;display:block; }
#skBPOzQNnXZPgIST5b6V7z1f1FnmsHez { display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:54rem;left:52.1875rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#XlmLKLggM3xZtUgrIeiqIqM2psmi23F0 { display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15046;line-height:1.5;letter-spacing:0;top:56.25rem;left:52.34375rem;height:17.0625rem;color:rgba(var(--color-tertiary-2),1);font-style:italic;text-align:center;text-align-last:center;display:block; }
#ceuDVhw9zD2rlTKSoiRDWXR0tZCGMVT1 { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:12.3125rem;top:11rem;left:54.5625rem;overflow:hidden;display:block; }
#iwA9eTnNgTxqfGIg7SfLQPr2BGb2MdbD { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;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.3125rem;width:12.3125rem;top:43rem;left:54.5rem;overflow:hidden;display:block; }
#vKRJXC63xfNr10fBZfLHUu6Ea96003Z1 { display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15030;line-height:1.5;letter-spacing:0;top:91.4375rem;left:30.875rem;height:11.8125rem;color:rgba(var(--color-tertiary-2),1);font-style:italic;text-align:center;text-align-last:center;display:block; }
#P9LHlx3LQsEwGNrAX8CA4WnfFzDT5pHl { display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:88.5625rem;left:30.6875rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#f7PRPb4rKT8xJZgE15vkyKAq8o0gpkdr { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:12.3125rem;top:77.5625rem;left:32.8125rem;overflow:hidden;display:block; }
#fgw69ZTFpwgzSym1V7WqydKI7dtuwOzk { border-top:0.125rem solid rgba(52,52,52,0.2);border-left:0.125rem solid rgba(52,52,52,0.2);border-right:0.125rem solid rgba(52,52,52,0.2);border-bottom:0.125rem solid rgba(52,52,52,0.2);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:26.0625rem;width:17.3125rem;position:absolute;display:block;z-index:15048;top:48.4375rem;left:7.9375rem;display:block; }
#e9BoTuePequMvAWO5liCXmPn8MNTJ62l { display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15050;line-height:1.5;letter-spacing:0;top:56.375rem;left:8.4375rem;height:17.0625rem;color:rgba(var(--color-tertiary-2),1);font-style:italic;text-align:center;text-align-last:center;display:block; }
#C3QJgUwp8Q5Cv0vAt7b1JbnfusrJwQWQ { display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:54.0625rem;left:8.25rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#PkE4nQZhMSxFkJmQTmN02GOE0ALPRpqt { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;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.3125rem;width:12.3125rem;top:43rem;left:10.5625rem;overflow:hidden;display:block; }
#tL0s3v8OWzOGuyGSPWQdoUkqUJfg8zHl { border-top:0.125rem solid rgba(52,52,52,0.2);border-left:0.125rem solid rgba(52,52,52,0.2);border-right:0.125rem solid rgba(52,52,52,0.2);border-bottom:0.125rem solid rgba(52,52,52,0.2);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:26.0625rem;width:17.5rem;position:absolute;display:block;z-index:15056;top:48.375rem;left:30.0625rem;display:block; }
#Pr9zrr5D2Htwrkre1mnREd2PHD7exiF3 { display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15058;line-height:1.5;letter-spacing:0;top:56.1875rem;left:30.8125rem;height:17.0625rem;color:rgba(var(--color-tertiary-2),1);font-style:italic;text-align:center;text-align-last:center;display:block; }
#oTWFD7ABsGzrldVR5P9iFh2yT9IfbqWd { display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:53.9375rem;left:30.59375rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#Wt3LxBcTTRIKSKKn5ZsW7pLEWwFA5sCL { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;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.3125rem;width:12.3125rem;top:42.875rem;left:32.75rem;overflow:hidden;display:block; }
#gOrmuCVEitOIPrmR41ddx48K1389fPLR { border-top:0.125rem solid rgba(52,52,52,0.2);border-left:0.125rem solid rgba(52,52,52,0.2);border-right:0.125rem solid rgba(52,52,52,0.2);border-bottom:0.125rem solid rgba(52,52,52,0.2);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:23.9375rem;width:17.3125rem;position:absolute;display:block;z-index:14999;top:83.0625rem;left:30.25rem;display:block; }
#htQidXXCDCmKJLrpll4xxnDmKDpQEkMp { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.4755859375rem;left:0rem;height:3.9rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#sdrGTu0tvTrfdzgXQErVuIaG1igsBt9b { border-top:0.125rem solid rgba(52,52,52,0.2);border-left:0.125rem solid rgba(52,52,52,0.2);border-right:0.125rem solid rgba(52,52,52,0.2);border-bottom:0.125rem solid rgba(52,52,52,0.2);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:25.6875rem;width:17.3125rem;position:absolute;display:block;z-index:15056;top:16rem;left:30rem;display:block; }
#Afg7tyvp1Dg8fAVncgnagIVJendl7T0V { display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15058;line-height:1.5;letter-spacing:0;top:25.1875rem;left:30.75rem;height:14.4375rem;color:rgba(var(--color-tertiary-2),1);font-style:italic;text-align:center;text-align-last:center;display:block; }
#SkcqQ4G4Nc8uv8chrglWDaNKlcdQsLAe { display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:21.624994277954rem;left:30.718750953674rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#Wy6S91uCRy8Um5a8lKprhVrnHPUngSCs { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;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.3125rem;width:12.3125rem;top:11.0625rem;left:32.625rem;overflow:hidden;display:block; }
#y2S64CTdFCeqDLqTJdxh4zg7M21UcuyA { border-top:0.125rem solid rgba(52,52,52,0.2);border-left:0.125rem solid rgba(52,52,52,0.2);border-right:0.125rem solid rgba(52,52,52,0.2);border-bottom:0.125rem solid rgba(52,52,52,0.2);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:23.75rem;width:17.3125rem;position:absolute;display:block;z-index:15060;top:83.125rem;left:51.6875rem;display:block; }
#cu87a9f1GgRsCAetl4Ic880bLT4Z0TWw { display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15062;line-height:1.5;letter-spacing:0;top:90.4375rem;left:52rem;height:15.75rem;color:rgba(var(--color-tertiary-2),1);font-style:italic;text-align:center;text-align-last:center;display:block; }
#kTE57pKtT5DwaBtcRrWxCElGTdNRnPu7 { display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:88rem;left:52rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#PAkl6ewOnZOXO5Oo5BbkrTlTLZRL2hCN { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;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.3125rem;width:12.3125rem;top:77.25rem;left:54.3125rem;overflow:hidden;display:block; }
#grkCxgLBp9TrwtT6MhHVakD7Dv6nPs15 { border-top:0.125rem solid rgba(52,52,52,0.2);border-left:0.125rem solid rgba(52,52,52,0.2);border-right:0.125rem solid rgba(52,52,52,0.2);border-bottom:0.125rem solid rgba(52,52,52,0.2);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:23.75rem;width:17.3125rem;position:absolute;display:block;z-index:15048;top:83.1875rem;left:7.9375rem;display:block; }
#cSa8K9oJzhl4agyaam0dF0ML2DqDqS3Q { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:10.3125rem;width:9.875rem;top:77.0625rem;left:11.6875rem;overflow:hidden;display:block; }
#G88mPXlZAczaKoT9AxpM3dgP8uDoKM5i { display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:88.3125rem;left:8.625rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#xf2C9U8kg9Me0xCpNQFu3q2iwxymWcSH { display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15050;line-height:1.5;letter-spacing:0;top:90.3125rem;left:8.3125rem;height:15.75rem;color:rgba(var(--color-tertiary-2),1);font-style:italic;text-align:center;text-align-last:center;display:block; }
#N0QLcE8cRLShBU1PP92DH2CRH92XQsvt { border-top:0.125rem solid rgba(52,52,52,0.2);border-left:0.125rem solid rgba(52,52,52,0.2);border-right:0.125rem solid rgba(52,52,52,0.2);border-bottom:0.125rem solid rgba(52,52,52,0.2);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:25.6875rem;width:17.3125rem;position:absolute;display:block;z-index:15003;top:16.0625rem;left:7.875rem;display:block; }
#TnzewVBTnq14dz1xoFDfTBOLybT4pJDM { display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15034;line-height:1.5;letter-spacing:0;top:23.625rem;left:8.3125rem;height:17.0625rem;color:rgba(var(--color-tertiary-2),1);font-style:italic;text-align:center;text-align-last:center;display:block; }
#ctopIKn4WFEwWUvizE2ceJraxQCa2HCt { display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:21.0625rem;left:8.1875rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#SAkWoMaCbggK2B6gDD8NJe7NBwZHxKxs { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;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:11.8125rem;top:10.9375rem;left:10.873849693251rem;overflow:hidden;display:block; }
#CALnlVTkMI9rETFIhpaUTfxkbxzFhTyZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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:none; }#CALnlVTkMI9rETFIhpaUTfxkbxzFhTyZ > .row .container { border-width: 0; border-radius: 0; }#CALnlVTkMI9rETFIhpaUTfxkbxzFhTyZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CALnlVTkMI9rETFIhpaUTfxkbxzFhTyZ > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;position:relative;display:none; }#fZ0aCada2T7oTJb1K42PcmBQCl9ROEFP { background-color:transparent;background-image: -webkit-linear-gradient(270deg, #ff0000, rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(270deg, #ff0000, rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(270deg, #ff0000, rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(270deg, #ff0000, rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(270deg, #ff0000, rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:3.3125rem;left:45rem;display:none; }
#NfiO3UxWtQchOTKZ3EsFQ73ikhw14Ps6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kM94FBT1m39gQRPOlTmwwZX4McqvXDTD { background-color:transparent;background-image:none;border-top:0.125rem solid #ff0014;border-left:0.125rem solid #ff0014;border-right:0.125rem solid #ff0014;border-bottom:0.125rem solid #ff0014;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#070707;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:3.3125rem;left:38.625rem;display:none; }
#cAQLHuSwmtnMeiEvOKpoPe1tuakn9QtI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LbNKSOTSphSKiaIh3q7QCIWEv4MzIdg4 { background-color:#d81819;background-image:none;border-top:0.125rem solid #ff0014;border-left:0.125rem solid #ff0014;border-right:0.125rem solid #ff0014;border-bottom:0.125rem solid #ff0014;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#070707;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.875rem;left:18.4375rem;display:block; }
#LiQEzOlUsDKTEf2Fh3qCLDK3saHlXbTy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tGgCAPu5dkBL9TnNRkoG63DnayeNTkzb { background-color:transparent;background-image:none;border-top:0.125rem solid #ff0014;border-left:0.125rem solid #ff0014;border-right:0.125rem solid #ff0014;border-bottom:0.125rem solid #ff0014;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#070707;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.9375rem;left:48.25rem;display:block; }
#aJUORzsqcqMQ6UIhJEQnr8dtSqHUMdFu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UUNyWZTci4LtMtMgThBblUDKNU5qkt1J { background-color:transparent;background-image:none;border-top:0.125rem solid #ff0014;border-left:0.125rem solid #ff0014;border-right:0.125rem solid #ff0014;border-bottom:0.125rem solid #ff0014;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#070707;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.9375rem;left:33.375rem;display:block; }
#lyHaAUxiTeV5Tsvq2xhNLqbxT83NPJLh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OKAwHxhFZh5I1dmAcTzw3Mu64lHAoknf { 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:none; }#OKAwHxhFZh5I1dmAcTzw3Mu64lHAoknf > .row .container { border-width: 0; border-radius: 0; }#OKAwHxhFZh5I1dmAcTzw3Mu64lHAoknf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OKAwHxhFZh5I1dmAcTzw3Mu64lHAoknf > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:75rem;position:relative;display:none; }#yXdAG7Vv3pTMnM6MHK1rh4bZiIlrBStI { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:2.875rem;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; }
#cosmH7kzqx60T7THmOT2KbWAZcg78nVU { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:23.9375rem;left:58.75rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#HK1eP7UlCcN6m1GEUTH0vLzTJOs8viWC { color:rgba(var(--color-tertiary-4),1);display:block;width:5.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:23.375rem;top:80.4375rem;left:0.5625rem;display:none; }
#ykT1PBCMJ9lMgWa39G16HXfzS3rXIpby { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:23.375rem;top:80.4375rem;left:5.625rem;display:none; }
#RpSev3DelpaZB9IgWvoVeMxzynMV3Ffi { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:15.6875rem;left:2.1875rem;height:5.625rem;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; }
#pv14U7cbHbCM6LkZXtwzoiNgz7cVzSF9 { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;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.5625rem;width:9.125rem;top:7.65625rem;left:32.9375rem;overflow:hidden;display:block; }
#c06cWcqTT9wl7F3nW9QIW9Ncewgb50Xp { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;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.5625rem;width:9.1875rem;top:7.65625rem;left:7.59375rem;overflow:hidden;display:block; }
#CZTd9Q7U3yfW2l1P2i8CdzPtRlQxxolt { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:15.6875rem;left:27.5rem;height:5.625rem;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; }
#OQNfHr9zzf4Ma5XloiFPSAJoNzH61zqw { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:15.6875rem;left:51.3125rem;height:3.75rem;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; }
#aQL5WWGKf0Ehihf7FX4BJpOnvCruzbU3 { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:9rem;top:7.6875rem;left:56.8125rem;overflow:hidden;display:block; }
#PwiBGheeGi483unGffVQZu6aNl7pQOFS { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0e0d5a20-16e9-4d7e-b68d-2b86965ebe14/konferencjaonlineAI4.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;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:none; }#PwiBGheeGi483unGffVQZu6aNl7pQOFS.adaptive-delivery-prevent-bg, #PwiBGheeGi483unGffVQZu6aNl7pQOFS.lazyload, #PwiBGheeGi483unGffVQZu6aNl7pQOFS.lazyloading { background-image: none; }#PwiBGheeGi483unGffVQZu6aNl7pQOFS > .row .container { border-width: 0; border-radius: 0; }#PwiBGheeGi483unGffVQZu6aNl7pQOFS::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PwiBGheeGi483unGffVQZu6aNl7pQOFS > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PwiBGheeGi483unGffVQZu6aNl7pQOFS > .row .container { font-size:0.875rem;font-family:arial;height:34.25rem;width:75rem;overflow:visible;position:relative;display:none; }#XGpgfLt4cEPahS4iLeUwWrDczM6BTOn1 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:4.5625rem;left:0rem;height:8.4375rem;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; }
#driiHrQecMTQTTKNTVgcTOneHPc6BJWE { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.625rem;width:24.8125rem;top:12.1875rem;left:6.25rem;overflow:hidden;display:block; }
#NSdkyB7PkO69sIDHkc3OdwTdNMBgxkHL { color:rgba(var(--color-tertiary-0),1);display:block;width:29.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:15.9375rem;left:31.0625rem;height:13.125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NHV3NbRkDQbBVELKD5ayoE8lG1lgB5yN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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:none; }#NHV3NbRkDQbBVELKD5ayoE8lG1lgB5yN > .row .container { border-width: 0; border-radius: 0; }#NHV3NbRkDQbBVELKD5ayoE8lG1lgB5yN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NHV3NbRkDQbBVELKD5ayoE8lG1lgB5yN > .row .container { font-size:0.875rem;font-family:arial;height:16.8125rem;width:75rem;position:relative;display:none; }#guXzfvKDtODQZA3QzPQ6c8TvnQ1XCSG4 { background-color:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:2.25rem;left:26.5rem;display:block; }
#PDnfI7HB5Via8rHL6uNaGL7Mb6NkCcmd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mt3yIlaDmhFwTqglZKM9T3WuewTIHuDF { color:rgba(var(--color-tertiary-4),1);display:block;width:62.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:4.1875rem;left:6.46875rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#QaWn4RmPVsml6C53AuWk6gy2ilKuZXHT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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:none; }#QaWn4RmPVsml6C53AuWk6gy2ilKuZXHT > .row .container { border-width: 0; border-radius: 0; }#QaWn4RmPVsml6C53AuWk6gy2ilKuZXHT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QaWn4RmPVsml6C53AuWk6gy2ilKuZXHT > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#UKD49vaAdilceAa1JgXua5OCgNqVOalv { color:rgba(var(--color-tertiary-4),1);display:block;width:43.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:5.013671875rem;left:7.625rem;height:9.8354375rem;text-align:left;text-align-last:left;display:block; }#UKD49vaAdilceAa1JgXua5OCgNqVOalv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UKD49vaAdilceAa1JgXua5OCgNqVOalv li:before{  }
#pmvrOu2DZFFDqyaohbNAQ7r2KXPDn2cR { color:rgba(var(--color-tertiary-4),1);display:block;width:61.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:1.625rem;left:7.625rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#u40l3qkCn4DBTy6lkIzSmpemJZRsckW8 { color:rgba(var(--color-tertiary-4),1);display:block;width:61.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:15.8125rem;left:7.625rem;height:1.13720625rem;text-align:left;text-align-last:left;display:block; }
#UdIOrl0BfO4kmFd4wUemVWyO9PrIqRT7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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:none; }#UdIOrl0BfO4kmFd4wUemVWyO9PrIqRT7 > .row .container { border-width: 0; border-radius: 0; }#UdIOrl0BfO4kmFd4wUemVWyO9PrIqRT7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UdIOrl0BfO4kmFd4wUemVWyO9PrIqRT7 > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;position:relative;display:none; }#baI8IPdhbZX2xvMTzyWtJiVMnTn95gTl { background-color:transparent;background-image: -webkit-linear-gradient(270deg, #ff0000, rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(270deg, #ff0000, rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(270deg, #ff0000, rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(270deg, #ff0000, rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(270deg, #ff0000, rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:3.3125rem;left:45rem;display:none; }
#uHRdw78ASTsifM7z5MS3rSFdsb0dWKJf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yMW3Bt6gnUgP90KEsl4K2wRnasi0byug { background-color:transparent;background-image:none;border-top:0.125rem solid #ff0014;border-left:0.125rem solid #ff0014;border-right:0.125rem solid #ff0014;border-bottom:0.125rem solid #ff0014;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#070707;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:3.3125rem;left:38.625rem;display:none; }
#UbKG9AxZo7fTgdJZnTb4CapDJMXSvdmu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RfcxIIDO1pyvTkskuWQkaFTT6Q7UdkxV { background-color:#d81819;background-image:none;border-top:0.125rem solid #ff0014;border-left:0.125rem solid #ff0014;border-right:0.125rem solid #ff0014;border-bottom:0.125rem solid #ff0014;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#070707;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.875rem;left:18.4375rem;display:block; }
#W8pOByklzBarfbVq6a2JDig3uQQbTUe6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n37zwQlV3eUh7fePkCsogtr4URWDKFUG { background-color:transparent;background-image:none;border-top:0.125rem solid #ff0014;border-left:0.125rem solid #ff0014;border-right:0.125rem solid #ff0014;border-bottom:0.125rem solid #ff0014;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#070707;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.9375rem;left:48.25rem;display:block; }
#S7QBFJ71vz9IT13rnZmyX5d43NtXtvBx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FGTWnl2GMxEG2L5Sw0uWqOX5Z4EXpkLs { background-color:transparent;background-image:none;border-top:0.125rem solid #ff0014;border-left:0.125rem solid #ff0014;border-right:0.125rem solid #ff0014;border-bottom:0.125rem solid #ff0014;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#070707;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.9375rem;left:33.375rem;display:block; }
#WobBaFbtTRyXFBoMf5TSavHhzUPVMDdt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pTV6EwzQrWhepmZu3simHB2hzQIhhQoM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3f035f;background-image:url("https://images.assets-landingi.com/uc/697fa798-ba71-4eaf-9a49-eed69667fe7f/konferencjaonlineAI6.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pTV6EwzQrWhepmZu3simHB2hzQIhhQoM.adaptive-delivery-prevent-bg, #pTV6EwzQrWhepmZu3simHB2hzQIhhQoM.lazyload, #pTV6EwzQrWhepmZu3simHB2hzQIhhQoM.lazyloading { background-image: none; }#pTV6EwzQrWhepmZu3simHB2hzQIhhQoM > .row .container { background-color: transparent; background-image: none; }#pTV6EwzQrWhepmZu3simHB2hzQIhhQoM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTV6EwzQrWhepmZu3simHB2hzQIhhQoM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTV6EwzQrWhepmZu3simHB2hzQIhhQoM > .row .container > .video-iframe-container { display: none; }#pTV6EwzQrWhepmZu3simHB2hzQIhhQoM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTV6EwzQrWhepmZu3simHB2hzQIhhQoM > .row > .video-iframe-container { display: none; }#pTV6EwzQrWhepmZu3simHB2hzQIhhQoM > .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); }#pTV6EwzQrWhepmZu3simHB2hzQIhhQoM > .row .container { border-width: 0; border-radius: 0; }#pTV6EwzQrWhepmZu3simHB2hzQIhhQoM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pTV6EwzQrWhepmZu3simHB2hzQIhhQoM > .row .container { font-size:0.875rem;font-family:arial;height:41.75rem;width:75rem;position:relative;display:block; }#CfpSBxR2flwTaHfMrmlxTE7k8CkwRpVR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#353535;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; }#CfpSBxR2flwTaHfMrmlxTE7k8CkwRpVR > .row .container { background-color: transparent; background-image: none; }#CfpSBxR2flwTaHfMrmlxTE7k8CkwRpVR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfpSBxR2flwTaHfMrmlxTE7k8CkwRpVR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfpSBxR2flwTaHfMrmlxTE7k8CkwRpVR > .row .container > .video-iframe-container { display: none; }#CfpSBxR2flwTaHfMrmlxTE7k8CkwRpVR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfpSBxR2flwTaHfMrmlxTE7k8CkwRpVR > .row > .video-iframe-container { display: none; }#CfpSBxR2flwTaHfMrmlxTE7k8CkwRpVR > .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); }#CfpSBxR2flwTaHfMrmlxTE7k8CkwRpVR > .row .container { border-width: 0; border-radius: 0; }#CfpSBxR2flwTaHfMrmlxTE7k8CkwRpVR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CfpSBxR2flwTaHfMrmlxTE7k8CkwRpVR > .row .container { font-size:0.875rem;font-family:arial;height:9.9375rem;width:75rem;position:relative;display:block; }#zrgeTxHr0Tsr59bb1U6FIkVSfs9kXdS3 { color:rgba(var(--color-tertiary-1),1);display:block;width:60.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.1875rem;left:7.25rem;height:1.94921875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#mbO4M3HZcTIAygqLp1fHnnHxheSTszuT { 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.25rem;width:7.8125rem;top:2.75rem;left:7.25rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RrrHlwVEunxsw3b1O5TXGXHATqbhI1D9 { display:block; }#RrrHlwVEunxsw3b1O5TXGXHATqbhI1D9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sUooggvIJQ3spD2KbK3Xhwf6u2W8gThr { top:1.5rem;left:24rem;width:23.75rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1ptk5Moq87IC5N6Pk8IBVbLub5fryAo { width:26.1875rem;height:2.9375rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d65TWv3hyXIzxC9if4foQubD5GNDqh5O { display:block; }
 }@media only screen and (max-width: 763px) { #MyuvS027gJUabLXbP6Rz9EnHonucQesf { top:0.9375rem;left:25.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zk6gWaLBNpfFgbKi52qo0I3TcIQ2CXIz { display:none; }#Zk6gWaLBNpfFgbKi52qo0I3TcIQ2CXIz > .row .container { width:47.75rem;position:relative;display:none; } }@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) { #k10FGOwSc4LbWvTAUiPh9dsg8Bx3NI9E .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; }
#k10FGOwSc4LbWvTAUiPh9dsg8Bx3NI9E .widget-text.counter-number { padding-top:0.328125rem;padding-right:0.286875rem;padding-bottom:0.328125rem;padding-left:0.286875rem;width:1.719375rem;min-width:2.625rem;height:1.760625rem;font-size:1.31rem;line-height:43px;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; }
#k10FGOwSc4LbWvTAUiPh9dsg8Bx3NI9E .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.204375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.291875rem;height:0.69625rem;font-size:0.490625rem;line-height:1;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#k10FGOwSc4LbWvTAUiPh9dsg8Bx3NI9E { display:flex;width:13.1875rem;height:3.3175rem;top:16.25rem;left:0rem;padding-top:1.009375rem;padding-right:1.03rem;padding-bottom:1.009375rem;padding-left:1.03rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #k10FGOwSc4LbWvTAUiPh9dsg8Bx3NI9E #n7tBT84gnlpvzxEdo2779Hpr0t4cVrqD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #k10FGOwSc4LbWvTAUiPh9dsg8Bx3NI9E #cTXbaMq8JWclXNVT47X9g0770saC5FLA {  }
 }@media only screen and (max-width: 763px) { #k10FGOwSc4LbWvTAUiPh9dsg8Bx3NI9E #DMfZZ6iQdmcnAOOrDAb52SF7IL9a6ws6 {  }
 }@media only screen and (max-width: 763px) { #k10FGOwSc4LbWvTAUiPh9dsg8Bx3NI9E #pT7vml3M726plM4QeTbrtdgoGqGNNkTz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #k10FGOwSc4LbWvTAUiPh9dsg8Bx3NI9E #N6kAGwoUHDDXEniUOhDJecpeINAFCmbp {  }
 }@media only screen and (max-width: 763px) { #k10FGOwSc4LbWvTAUiPh9dsg8Bx3NI9E #nw7yIM9WlS637ZBmx4H0tl7THpce1hL4 {  }
 }@media only screen and (max-width: 763px) { #k10FGOwSc4LbWvTAUiPh9dsg8Bx3NI9E #MHR5OMLfzuwGehaZxOvVdXQ1OyBDCQ68 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #k10FGOwSc4LbWvTAUiPh9dsg8Bx3NI9E #HNQ5QggHDbC0WHZyLpmJHs8ApxcTiVdO {  }
 }@media only screen and (max-width: 763px) { #k10FGOwSc4LbWvTAUiPh9dsg8Bx3NI9E #zcnBlQTi8Behs6IbIrs4J3LaTH2Xhaef {  }
 }@media only screen and (max-width: 763px) { #k10FGOwSc4LbWvTAUiPh9dsg8Bx3NI9E #k8bp7lhBKzudkMzyFxTrwb2VL89yFyuH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #k10FGOwSc4LbWvTAUiPh9dsg8Bx3NI9E #DFGDOxNmgdepyoNitecst7yoJsJdoruM {  }
 }@media only screen and (max-width: 763px) { #k10FGOwSc4LbWvTAUiPh9dsg8Bx3NI9E #ccKH6B8SuCgmiKbPsqbP8WxPNryQEzOr {  }
 }@media only screen and (max-width: 763px) { #E5vVHVSB9S9MtVZoBx4ITaoKBuO3oNJP { top:17.5rem;left:14.5rem;width:18.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcUr45xgzlxMcWUq2tDoZA0xs3ZftiUA { top:17.6875rem;left:14.9375rem;width:17.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwQMW1lgVRf8DcRS1bCHvAIT7eehPT7x { top:30.75rem;left:0rem;width:47.75rem;height:;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3MpryZRgFatWTLIiv11RyVPEAr1HMot { display:block; }#d3MpryZRgFatWTLIiv11RyVPEAr1HMot > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pBWnNAyCwtAA8TGEc0kWrIohbVmoIgEf { top:2.8125rem;left:0rem;width:47.75rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kC1qZzocVqrEdUlSOiM4vynTvEypn9iT { top:9.125rem;left:14.5rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWG1cwwfxPWPGmeW2d4vyNkgzaPACZyC .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sWG1cwwfxPWPGmeW2d4vyNkgzaPACZyC .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; }
#sWG1cwwfxPWPGmeW2d4vyNkgzaPACZyC .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; }
#sWG1cwwfxPWPGmeW2d4vyNkgzaPACZyC { width:18rem;height:5.0625rem;display:flex;top:10.875rem;left:6rem;z-index:15010; }
 }@media only screen and (max-width: 763px) { #sWG1cwwfxPWPGmeW2d4vyNkgzaPACZyC #FziV0wI10KcWFTMJsGWxl2NaKeeeLe4U { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sWG1cwwfxPWPGmeW2d4vyNkgzaPACZyC #O6fSut5IusCyOQutpt5c7ZplJdKZ4HsH {  }
 }@media only screen and (max-width: 763px) { #sWG1cwwfxPWPGmeW2d4vyNkgzaPACZyC #zxgKNRW1KnWeDsd5BxGfwt4CX9OTNLO9 {  }
 }@media only screen and (max-width: 763px) { #sWG1cwwfxPWPGmeW2d4vyNkgzaPACZyC #lD78ciJAvEgp5dN5TZkR1a90BLigiHsW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sWG1cwwfxPWPGmeW2d4vyNkgzaPACZyC #sA7Dz4Ay8fqIoaTuy2sqr1AAGOUIUsTp {  }
 }@media only screen and (max-width: 763px) { #sWG1cwwfxPWPGmeW2d4vyNkgzaPACZyC #uJ2mdmbrr466oFZ7DWq08w2Q0d9ylmZM {  }
 }@media only screen and (max-width: 763px) { #sWG1cwwfxPWPGmeW2d4vyNkgzaPACZyC #PspbV6KdRWz9z39zxI3BDlKPLZ7vgxFT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sWG1cwwfxPWPGmeW2d4vyNkgzaPACZyC #H1MlD5pKQHPdivh7rwHmyTnderrXvpq5 {  }
 }@media only screen and (max-width: 763px) { #sWG1cwwfxPWPGmeW2d4vyNkgzaPACZyC #Hwn9Xb9a1xFKZ70xNCcqexUGrOzKStwB {  }
 }@media only screen and (max-width: 763px) { #sWG1cwwfxPWPGmeW2d4vyNkgzaPACZyC #FJ5PTu9iR7nxWoE1ObwJ5eTHoJh0bX08 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sWG1cwwfxPWPGmeW2d4vyNkgzaPACZyC #XpDANaHLizdprVv1BkUfKk2My3f0thyk {  }
 }@media only screen and (max-width: 763px) { #sWG1cwwfxPWPGmeW2d4vyNkgzaPACZyC #LJPTmLtNOfuznU16auoSfQESamZPxhLs {  }
 }@media only screen and (max-width: 763px) { #f82Ss6V2PBF99s1zDlnEwzobRxmVNu1V { display:block; }#f82Ss6V2PBF99s1zDlnEwzobRxmVNu1V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X0PvAByZI5RhaT94L5bNMpdZMK1RJ8Cg { width:12.5rem;height:3.125rem;top:3.3125rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDZkWQH5X9J6F8AC0K59axdpbx7vwlFz { display:block; }
 }@media only screen and (max-width: 763px) { #yb3bRVHLbZ8JkCqkArrxXsoFVI6ZW6JQ { width:12.5rem;height:3.125rem;top:1.9375rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpbKen6pMhf9hvgacQPtmfAstktTQa8q { display:block; }
 }@media only screen and (max-width: 763px) { #bQ6qKMC2lK4z1tugR3xvPgs1Cd5Cpuh6 { width:12.5rem;height:3.125rem;top:3.3125rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zz8aeLtnX6ovqiBLxszQl80NFtOrfKBn { display:block; }
 }@media only screen and (max-width: 763px) { #GJ0Sdpwx3l641TmvPohvXTB47rOKZ6M7 { width:12.5rem;height:3.125rem;top:1.9375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6xF3qhvrWd4MJ2mtGJwvnlDL5o0IorF { display:block; }
 }@media only screen and (max-width: 763px) { #dfM6q0UOl1abJCWt4Upy71Z1Ovz8nmTD { width:12.5rem;height:3.125rem;top:1.875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RetfykSeW0OBQGx8ZTdDBOeE6syJQsq4 { display:block; }
 }@media only screen and (max-width: 763px) { #tITguJulzxIkrTcFCL1UD6HoIDp42ypg { display:block; }#tITguJulzxIkrTcFCL1UD6HoIDp42ypg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m3aN5RIhGvOMf4UsSgnOr3GyGFJGSu63 { top:12.625rem;left:0rem;width:47.75rem;height:9.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDfzickte3RCbxoTdHMVwcr1TtEsqwO0 { width:22rem;height:3.4375rem;top:2.25rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9cGNAAro2KHqqpdEN875t8tZxDo1kdX { display:block; }
 }@media only screen and (max-width: 763px) { #o5MiWC3rEaOpcx64QKTw1dOvZmXChreT { width:47.75rem;height:;top:2.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdIa1Dyy4M7q5q0SGN3XRqRJIknotgdr { width:17.5rem;height:3.4375rem;top:24.75rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ds0yVpKLDCcxTmpNNRe6RTzJEsKaiHsX { display:block; }
 }@media only screen and (max-width: 763px) { #ToxmHqXXk6klz4XN3sPyskSsCuM1T3bm { top:26rem;left:31.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHfxPA7saTMBUUMQETGscr6py99wgb01 { display:block; }#hHfxPA7saTMBUUMQETGscr6py99wgb01 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e0mUO2hTI1mM5Dvo2Idmzbw5FdGeAw76 { top:2.1875rem;left:0rem;width:47.75rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9r4DRBcWozkK3IUWMHGooTFXOXUGwqK { top:6.5625rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcpsfkJNCmISbdPeW15c10qAJySnOKDQ { display:block; }#PcpsfkJNCmISbdPeW15c10qAJySnOKDQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #acpZrKV8bL6NJen5lnimNXlXWMVUlaFS { top:10.75rem;left:27.0625rem;width:11rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmcKVJV0mi3D96uEQcatt84uzmvKqWXA { top:10.625rem;left:0rem;width:15.0625rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbag9kzxyqK4OmJKJtekWuCiWlAqT07g { top:10.625rem;left:36.9375rem;width:10.8125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RueDUTM42AzRaBAyevFciWwMa2Md1QiC { top:2.5625rem;left:4.4375rem;width:0.1875rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUiff464GLxTaNVO0yw0wIXwTt7NWV4V { top:1.375rem;left:47.5625rem;width:0.1875rem;height:14.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TBkiS01bUeFDphEoT24WF2cWpdCe9cSy { top:2.9375rem;left:3.34375rem;width:4.9375rem;height:6.5rem;font-size:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #NlkhoQA2JoO0F4UNw3L51wEc2ElGahHe { top:2.5625rem;left:23.78125rem;width:0.1875rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uN4l2u5pm6G7QVeGXn7TQh1VQ99bhJIF { top:2.5625rem;left:40.1875rem;width:0.1875rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZRXBpOi2KGB15OpqqvVTsnU0JC6nAFT { top:10.625rem;left:8.4375rem;width:12.0625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3VJGsJFwWE9xlBiTtLT9q1lANXSTT40 { top:2.6875rem;left:28.4375rem;width:8.25rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTb0FVNJreqyC28h36hKTOBuQ1T0QzAC { top:2.5625rem;left:0rem;width:8.25rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfM0OqNxR2vSlqKNk7wcTBFqap3CJ2p6 { top:2.5625rem;left:9.875rem;width:8.25rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgDhqVusVhCFx5UIEvHLSV4RF7Ksw0Ha { top:2.5625rem;left:39.5rem;width:8.25rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khP0XZuD4pT4pgktlzJTzq6SsAcUQwGy { display:block; }#khP0XZuD4pT4pgktlzJTzq6SsAcUQwGy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #si3UPl9yiJTEDN6nG9Q8FulR5b4o0hy8 { top:25.1875rem;left:0rem;width:18.875rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKTOB56zsKExm2sFGsn4TOJB1TWZ86U5 { display:block; }#mKTOB56zsKExm2sFGsn4TOJB1TWZ86U5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lhOsFdV9zCSe2qhKNKabPp0Qp28PneMx { top:7.25rem;left:0rem;width:47.75rem;height:9.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVJHH4cP3QlQ5oSuOGZtPpxuMNJ4K9ub { top:2.3125rem;left:0rem;width:47.75rem;height:2.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGDDclxgoy2ExxPkxGTgVypKCS4CUH66 { display:block; }#ZGDDclxgoy2ExxPkxGTgVypKCS4CUH66 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FUn5duqAuUD68WSbvQFwDHnsDgsHWpH8 { top:8.25rem;left:0rem;width:47.75rem;height:18.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S59VwWH0Scyi6573zOcHwIqiLq8H7VbT { top:3rem;left:0rem;width:47.75rem;height:2.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGqZTUGet4RdBZZtQusBOe7tE2QhXP7K { display:block; }#zGqZTUGet4RdBZZtQusBOe7tE2QhXP7K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oWK4HhRJUI8qiQJzTLQ4PWIXLV2kuTsc { top:6.5625rem;left:0rem;width:47.75rem;height:13.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiVxvErBipfwaAUXgBZh0HF8WzZOEdqN { top:2.3125rem;left:0rem;width:47.75rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHJWDr62WpN0s2XLygWiL62rz2Xc6ANH { display:block; }#KHJWDr62WpN0s2XLygWiL62rz2Xc6ANH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTV4aqcNs500WmkL1D39FQJeoNMJvDXW { width:47.75rem;height:;top:2.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0QBSMU5k3pFhgOit7DS0Oh3nFZWy7sI { width:47.75rem;height:37.75rem;top:8.5rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrkyMSifVzN8PF8EEDDJLtFGCDqqst30 { width:13.6875rem;height:39.1875rem;top:8.5625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdL1QVa26dBn2TREFZTmwyiQl5T14Czt { width:8.75rem;height:1.25rem;top:21.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mDJR291EEZBsnnHoHS4pqCAurATGQBVb { top:80.4375rem;left:0rem;width:5.125rem;height:23.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uI8nSM4IglbhnrnJ2qzga0kohQNI8QnU { top:80.4375rem;left:0rem;width:14.0625rem;height:23.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QyoacXCQJxNTbyGwDLCog0K4xz136neO { width:5.375rem;height:42.3125rem;top:10.1875rem;left:0rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JSX5BfCQw6Ma4WDF8VCGLD2JuLFvdcrW { display:block; }#JSX5BfCQw6Ma4WDF8VCGLD2JuLFvdcrW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rR3qbzUI5BaGXuEcICN2x20uur8Qm1sE { width:47.75rem;height:;top:1.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KidJgZbStViGUkZhc3JWnG4lbQ4LR0cI { top:7.625rem;left:0rem;width:47.75rem;height:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXMzeQuOVQudJ4Z8UqOxnthKmETP3bqO { top:6.375rem;left:0rem;width:47.375rem;height:63.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcH9i2h9c2qNdrbayQKE3x52pTsk8GFA { top:60.5rem;left:0rem;width:45.6875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRE9VpcudtfBd0XHqcVlRNtHDPrWwLMU { display:block; }#bRE9VpcudtfBd0XHqcVlRNtHDPrWwLMU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rJB67TMcQdEGSVyz2E4QRmHxdWZfUswF { top:2.3125rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIHxUJMUnybMq3niuTPngbyI1AqpnPdJ { display:block; }#LIHxUJMUnybMq3niuTPngbyI1AqpnPdJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dm6TpruFEtK776H70m52DACKlsMp3hri { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpVoiJvkHBTXOHPAmkeZmyVzsmFyOnTM { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTnDmlovpshq0GE0SdOKrD0ImMgu4NbV { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJA06IJwaCPZvtCchP1NP9P47ViCOigt { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #skBPOzQNnXZPgIST5b6V7z1f1FnmsHez { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlmLKLggM3xZtUgrIeiqIqM2psmi23F0 { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceuDVhw9zD2rlTKSoiRDWXR0tZCGMVT1 { top:11rem;left:35.4375rem;width:12.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwA9eTnNgTxqfGIg7SfLQPr2BGb2MdbD { top:43rem;left:35.4375rem;width:12.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKRJXC63xfNr10fBZfLHUu6Ea96003Z1 { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9LHlx3LQsEwGNrAX8CA4WnfFzDT5pHl { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7PRPb4rKT8xJZgE15vkyKAq8o0gpkdr { top:77.5625rem;left:19.1875rem;width:12.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgw69ZTFpwgzSym1V7WqydKI7dtuwOzk { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9BoTuePequMvAWO5liCXmPn8MNTJ62l { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3QJgUwp8Q5Cv0vAt7b1JbnfusrJwQWQ { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkE4nQZhMSxFkJmQTmN02GOE0ALPRpqt { top:43rem;left:0rem;width:12.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tL0s3v8OWzOGuyGSPWQdoUkqUJfg8zHl { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pr9zrr5D2Htwrkre1mnREd2PHD7exiF3 { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTWFD7ABsGzrldVR5P9iFh2yT9IfbqWd { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wt3LxBcTTRIKSKKn5ZsW7pLEWwFA5sCL { top:42.875rem;left:19.125rem;width:12.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOrmuCVEitOIPrmR41ddx48K1389fPLR { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #htQidXXCDCmKJLrpll4xxnDmKDpQEkMp { width:47.75rem;height:3.875rem;top:3.4375rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdrGTu0tvTrfdzgXQErVuIaG1igsBt9b { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Afg7tyvp1Dg8fAVncgnagIVJendl7T0V { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkcqQ4G4Nc8uv8chrglWDaNKlcdQsLAe { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wy6S91uCRy8Um5a8lKprhVrnHPUngSCs { top:11.0625rem;left:19rem;width:12.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2S64CTdFCeqDLqTJdxh4zg7M21UcuyA { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cu87a9f1GgRsCAetl4Ic880bLT4Z0TWw { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTE57pKtT5DwaBtcRrWxCElGTdNRnPu7 { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAkl6ewOnZOXO5Oo5BbkrTlTLZRL2hCN { top:77.25rem;left:35.4375rem;width:12.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #grkCxgLBp9TrwtT6MhHVakD7Dv6nPs15 { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSa8K9oJzhl4agyaam0dF0ML2DqDqS3Q { top:77.0625rem;left:0rem;width:9.875rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G88mPXlZAczaKoT9AxpM3dgP8uDoKM5i { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xf2C9U8kg9Me0xCpNQFu3q2iwxymWcSH { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0QLcE8cRLShBU1PP92DH2CRH92XQsvt { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnzewVBTnq14dz1xoFDfTBOLybT4pJDM { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctopIKn4WFEwWUvizE2ceJraxQCa2HCt { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAkWoMaCbggK2B6gDD8NJe7NBwZHxKxs { top:10.9375rem;left:0rem;width:11.8125rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CALnlVTkMI9rETFIhpaUTfxkbxzFhTyZ { display:block; }#CALnlVTkMI9rETFIhpaUTfxkbxzFhTyZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fZ0aCada2T7oTJb1K42PcmBQCl9ROEFP { width:12.5rem;height:3.125rem;top:3.3125rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfiO3UxWtQchOTKZ3EsFQ73ikhw14Ps6 { display:block; }
 }@media only screen and (max-width: 763px) { #kM94FBT1m39gQRPOlTmwwZX4McqvXDTD { width:12.5rem;height:3.125rem;top:3.3125rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAQLHuSwmtnMeiEvOKpoPe1tuakn9QtI { display:block; }
 }@media only screen and (max-width: 763px) { #LbNKSOTSphSKiaIh3q7QCIWEv4MzIdg4 { width:12.5rem;height:3.125rem;top:1.875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiQEzOlUsDKTEf2Fh3qCLDK3saHlXbTy { display:block; }
 }@media only screen and (max-width: 763px) { #tGgCAPu5dkBL9TnNRkoG63DnayeNTkzb { width:12.5rem;height:3.125rem;top:1.9375rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJUORzsqcqMQ6UIhJEQnr8dtSqHUMdFu { display:block; }
 }@media only screen and (max-width: 763px) { #UUNyWZTci4LtMtMgThBblUDKNU5qkt1J { width:12.5rem;height:3.125rem;top:1.9375rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyHaAUxiTeV5Tsvq2xhNLqbxT83NPJLh { display:block; }
 }@media only screen and (max-width: 763px) { #OKAwHxhFZh5I1dmAcTzw3Mu64lHAoknf { display:block; }#OKAwHxhFZh5I1dmAcTzw3Mu64lHAoknf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yXdAG7Vv3pTMnM6MHK1rh4bZiIlrBStI { width:47.75rem;height:;top:2.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cosmH7kzqx60T7THmOT2KbWAZcg78nVU { width:8.75rem;height:1.25rem;top:21.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HK1eP7UlCcN6m1GEUTH0vLzTJOs8viWC { top:80.4375rem;left:0rem;width:5.125rem;height:23.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ykT1PBCMJ9lMgWa39G16HXfzS3rXIpby { top:80.4375rem;left:0rem;width:14.0625rem;height:23.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RpSev3DelpaZB9IgWvoVeMxzynMV3Ffi { top:15.6875rem;left:0rem;width:20rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pv14U7cbHbCM6LkZXtwzoiNgz7cVzSF9 { top:7.625rem;left:19.3125rem;width:9.125rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c06cWcqTT9wl7F3nW9QIW9Ncewgb50Xp { top:7.625rem;left:0rem;width:9.1875rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZTd9Q7U3yfW2l1P2i8CdzPtRlQxxolt { top:15.6875rem;left:13.875rem;width:20rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQNfHr9zzf4Ma5XloiFPSAJoNzH61zqw { top:15.6875rem;left:27.75rem;width:20rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQL5WWGKf0Ehihf7FX4BJpOnvCruzbU3 { top:7.6875rem;left:38.75rem;width:9rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwiBGheeGi483unGffVQZu6aNl7pQOFS { display:block; }#PwiBGheeGi483unGffVQZu6aNl7pQOFS > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XGpgfLt4cEPahS4iLeUwWrDczM6BTOn1 { top:4.5625rem;left:0rem;width:47.75rem;height:8.4375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #driiHrQecMTQTTKNTVgcTOneHPc6BJWE { top:12.1875rem;left:0rem;width:24.8125rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSdkyB7PkO69sIDHkc3OdwTdNMBgxkHL { top:15.9375rem;left:17.4375rem;width:29.75rem;height:13.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHV3NbRkDQbBVELKD5ayoE8lG1lgB5yN { display:block; }#NHV3NbRkDQbBVELKD5ayoE8lG1lgB5yN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #guXzfvKDtODQZA3QzPQ6c8TvnQ1XCSG4 { width:22rem;height:3.4375rem;top:2.25rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDnfI7HB5Via8rHL6uNaGL7Mb6NkCcmd { display:block; }
 }@media only screen and (max-width: 763px) { #Mt3yIlaDmhFwTqglZKM9T3WuewTIHuDF { top:4.1875rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaWn4RmPVsml6C53AuWk6gy2ilKuZXHT { display:block; }#QaWn4RmPVsml6C53AuWk6gy2ilKuZXHT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UKD49vaAdilceAa1JgXua5OCgNqVOalv { top:5rem;left:0rem;width:43.9375rem;height:9.8125rem;font-size:0.875rem;display:block; }#UKD49vaAdilceAa1JgXua5OCgNqVOalv li:before{  }
 }@media only screen and (max-width: 763px) { #pmvrOu2DZFFDqyaohbNAQ7r2KXPDn2cR { top:1.625rem;left:0rem;width:47.75rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u40l3qkCn4DBTy6lkIzSmpemJZRsckW8 { top:15.8125rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdIOrl0BfO4kmFd4wUemVWyO9PrIqRT7 { display:block; }#UdIOrl0BfO4kmFd4wUemVWyO9PrIqRT7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #baI8IPdhbZX2xvMTzyWtJiVMnTn95gTl { width:12.5rem;height:3.125rem;top:3.3125rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHRdw78ASTsifM7z5MS3rSFdsb0dWKJf { display:block; }
 }@media only screen and (max-width: 763px) { #yMW3Bt6gnUgP90KEsl4K2wRnasi0byug { width:12.5rem;height:3.125rem;top:3.3125rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbKG9AxZo7fTgdJZnTb4CapDJMXSvdmu { display:block; }
 }@media only screen and (max-width: 763px) { #RfcxIIDO1pyvTkskuWQkaFTT6Q7UdkxV { width:12.5rem;height:3.125rem;top:1.875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8pOByklzBarfbVq6a2JDig3uQQbTUe6 { display:block; }
 }@media only screen and (max-width: 763px) { #n37zwQlV3eUh7fePkCsogtr4URWDKFUG { width:12.5rem;height:3.125rem;top:1.9375rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7QBFJ71vz9IT13rnZmyX5d43NtXtvBx { display:block; }
 }@media only screen and (max-width: 763px) { #FGTWnl2GMxEG2L5Sw0uWqOX5Z4EXpkLs { width:12.5rem;height:3.125rem;top:1.9375rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WobBaFbtTRyXFBoMf5TSavHhzUPVMDdt { display:block; }
 }@media only screen and (max-width: 763px) { #pTV6EwzQrWhepmZu3simHB2hzQIhhQoM { display:block; }#pTV6EwzQrWhepmZu3simHB2hzQIhhQoM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CfpSBxR2flwTaHfMrmlxTE7k8CkwRpVR { display:block; }#CfpSBxR2flwTaHfMrmlxTE7k8CkwRpVR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zrgeTxHr0Tsr59bb1U6FIkVSfs9kXdS3 { top:5.1875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbO4M3HZcTIAygqLp1fHnnHxheSTszuT { top:2.75rem;left:0rem;width:7.8125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RrrHlwVEunxsw3b1O5TXGXHATqbhI1D9 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:none; }#RrrHlwVEunxsw3b1O5TXGXHATqbhI1D9 > .row .container { width:20rem;height:7.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sUooggvIJQ3spD2KbK3Xhwf6u2W8gThr { width:13.5rem;height:1.05615rem;top:2.181640625rem;left:2.21875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c1ptk5Moq87IC5N6Pk8IBVbLub5fryAo { width:18.1875rem;height:2.4375rem;top:3.8125rem;left:1.03125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d65TWv3hyXIzxC9if4foQubD5GNDqh5O { display:block; }
 }@media only screen and (max-width: 763px) { #MyuvS027gJUabLXbP6Rz9EnHonucQesf { display:flex;width:1.75rem;height:1.75rem;top:1.771484375rem;left:14.03125rem; }
 }@media only screen and (max-width: 763px) { #Zk6gWaLBNpfFgbKi52qo0I3TcIQ2CXIz { display:none; }#Zk6gWaLBNpfFgbKi52qo0I3TcIQ2CXIz > .row .container { width:20rem;height:6.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/22bfe836-143f-451c-bde8-1d044dae77b0/konferencjaonlineAI.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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 { width:20rem;height:12.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k10FGOwSc4LbWvTAUiPh9dsg8Bx3NI9E .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; }
#k10FGOwSc4LbWvTAUiPh9dsg8Bx3NI9E .widget-text.counter-number { padding-top:0.470625rem;padding-right:0.416875rem;padding-bottom:0.470625rem;padding-left:0.416875rem;width:2.5rem;min-width:2.5rem;height:2.53rem;font-size:1.883125rem;line-height:40.48px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid #3a3a3a;border-right:0.0625rem solid #3a3a3a;border-bottom:0.0625rem solid #3a3a3a;border-left:0.0625rem solid #3a3a3a;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }
#k10FGOwSc4LbWvTAUiPh9dsg8Bx3NI9E .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.294375rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.333125rem;height:1rem;font-size:0.70625rem;line-height:16px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#k10FGOwSc4LbWvTAUiPh9dsg8Bx3NI9E { display:flex;width:17.8125rem;height:4.890625rem;top:16.93359375rem;left:-0.25rem;padding-top:1.353125rem;padding-right:1.374375rem;padding-bottom:1.353125rem;padding-left:1.374375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #k10FGOwSc4LbWvTAUiPh9dsg8Bx3NI9E #n7tBT84gnlpvzxEdo2779Hpr0t4cVrqD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #k10FGOwSc4LbWvTAUiPh9dsg8Bx3NI9E #cTXbaMq8JWclXNVT47X9g0770saC5FLA {  }
 }@media only screen and (max-width: 763px) { #k10FGOwSc4LbWvTAUiPh9dsg8Bx3NI9E #DMfZZ6iQdmcnAOOrDAb52SF7IL9a6ws6 {  }
 }@media only screen and (max-width: 763px) { #k10FGOwSc4LbWvTAUiPh9dsg8Bx3NI9E #pT7vml3M726plM4QeTbrtdgoGqGNNkTz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #k10FGOwSc4LbWvTAUiPh9dsg8Bx3NI9E #N6kAGwoUHDDXEniUOhDJecpeINAFCmbp {  }
 }@media only screen and (max-width: 763px) { #k10FGOwSc4LbWvTAUiPh9dsg8Bx3NI9E #nw7yIM9WlS637ZBmx4H0tl7THpce1hL4 {  }
 }@media only screen and (max-width: 763px) { #k10FGOwSc4LbWvTAUiPh9dsg8Bx3NI9E #MHR5OMLfzuwGehaZxOvVdXQ1OyBDCQ68 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #k10FGOwSc4LbWvTAUiPh9dsg8Bx3NI9E #HNQ5QggHDbC0WHZyLpmJHs8ApxcTiVdO {  }
 }@media only screen and (max-width: 763px) { #k10FGOwSc4LbWvTAUiPh9dsg8Bx3NI9E #zcnBlQTi8Behs6IbIrs4J3LaTH2Xhaef {  }
 }@media only screen and (max-width: 763px) { #k10FGOwSc4LbWvTAUiPh9dsg8Bx3NI9E #k8bp7lhBKzudkMzyFxTrwb2VL89yFyuH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #k10FGOwSc4LbWvTAUiPh9dsg8Bx3NI9E #DFGDOxNmgdepyoNitecst7yoJsJdoruM {  }
 }@media only screen and (max-width: 763px) { #k10FGOwSc4LbWvTAUiPh9dsg8Bx3NI9E #ccKH6B8SuCgmiKbPsqbP8WxPNryQEzOr {  }
 }@media only screen and (max-width: 763px) { #E5vVHVSB9S9MtVZoBx4ITaoKBuO3oNJP { width:18.75rem;height:1.6875rem;top:15.8427734375rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LcUr45xgzlxMcWUq2tDoZA0xs3ZftiUA { width:17.75rem;height:1.29980625rem;top:15.9794921875rem;left:1.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qwQMW1lgVRf8DcRS1bCHvAIT7eehPT7x { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #d3MpryZRgFatWTLIiv11RyVPEAr1HMot { display:block; }#d3MpryZRgFatWTLIiv11RyVPEAr1HMot { background-color: transparent; background-image: none; }#d3MpryZRgFatWTLIiv11RyVPEAr1HMot::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3MpryZRgFatWTLIiv11RyVPEAr1HMot > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3MpryZRgFatWTLIiv11RyVPEAr1HMot > .row .container > .video-iframe-container { display: none; }#d3MpryZRgFatWTLIiv11RyVPEAr1HMot > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3MpryZRgFatWTLIiv11RyVPEAr1HMot > .row > .video-iframe-container { display: none; }#d3MpryZRgFatWTLIiv11RyVPEAr1HMot > .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); }#d3MpryZRgFatWTLIiv11RyVPEAr1HMot > .row .container { width:20rem;height:17.0625rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pBWnNAyCwtAA8TGEc0kWrIohbVmoIgEf { width:20rem;height:6.599625rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kC1qZzocVqrEdUlSOiM4vynTvEypn9iT { width:12.4375rem;height:0.125rem;top:9.099625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWG1cwwfxPWPGmeW2d4vyNkgzaPACZyC .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sWG1cwwfxPWPGmeW2d4vyNkgzaPACZyC .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; }
#sWG1cwwfxPWPGmeW2d4vyNkgzaPACZyC .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; }
#sWG1cwwfxPWPGmeW2d4vyNkgzaPACZyC { width:18rem;height:5.0625rem;display:flex;top:10.474625rem;left:0.875rem;z-index:15010; }
 }@media only screen and (max-width: 763px) { #sWG1cwwfxPWPGmeW2d4vyNkgzaPACZyC #FziV0wI10KcWFTMJsGWxl2NaKeeeLe4U { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sWG1cwwfxPWPGmeW2d4vyNkgzaPACZyC #O6fSut5IusCyOQutpt5c7ZplJdKZ4HsH {  }
 }@media only screen and (max-width: 763px) { #sWG1cwwfxPWPGmeW2d4vyNkgzaPACZyC #zxgKNRW1KnWeDsd5BxGfwt4CX9OTNLO9 {  }
 }@media only screen and (max-width: 763px) { #sWG1cwwfxPWPGmeW2d4vyNkgzaPACZyC #lD78ciJAvEgp5dN5TZkR1a90BLigiHsW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sWG1cwwfxPWPGmeW2d4vyNkgzaPACZyC #sA7Dz4Ay8fqIoaTuy2sqr1AAGOUIUsTp {  }
 }@media only screen and (max-width: 763px) { #sWG1cwwfxPWPGmeW2d4vyNkgzaPACZyC #uJ2mdmbrr466oFZ7DWq08w2Q0d9ylmZM {  }
 }@media only screen and (max-width: 763px) { #sWG1cwwfxPWPGmeW2d4vyNkgzaPACZyC #PspbV6KdRWz9z39zxI3BDlKPLZ7vgxFT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sWG1cwwfxPWPGmeW2d4vyNkgzaPACZyC #H1MlD5pKQHPdivh7rwHmyTnderrXvpq5 {  }
 }@media only screen and (max-width: 763px) { #sWG1cwwfxPWPGmeW2d4vyNkgzaPACZyC #Hwn9Xb9a1xFKZ70xNCcqexUGrOzKStwB {  }
 }@media only screen and (max-width: 763px) { #sWG1cwwfxPWPGmeW2d4vyNkgzaPACZyC #FJ5PTu9iR7nxWoE1ObwJ5eTHoJh0bX08 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sWG1cwwfxPWPGmeW2d4vyNkgzaPACZyC #XpDANaHLizdprVv1BkUfKk2My3f0thyk {  }
 }@media only screen and (max-width: 763px) { #sWG1cwwfxPWPGmeW2d4vyNkgzaPACZyC #LJPTmLtNOfuznU16auoSfQESamZPxhLs {  }
 }@media only screen and (max-width: 763px) { #f82Ss6V2PBF99s1zDlnEwzobRxmVNu1V { background-color:transparent;background-image:none;display:none; }#f82Ss6V2PBF99s1zDlnEwzobRxmVNu1V > .row .container { width:20rem;height:15.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #X0PvAByZI5RhaT94L5bNMpdZMK1RJ8Cg { width:12.5rem;height:3.125rem;top:10.3125rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aDZkWQH5X9J6F8AC0K59axdpbx7vwlFz { display:block; }
 }@media only screen and (max-width: 763px) { #yb3bRVHLbZ8JkCqkArrxXsoFVI6ZW6JQ { width:12.5rem;height:3.125rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpbKen6pMhf9hvgacQPtmfAstktTQa8q { display:block; }
 }@media only screen and (max-width: 763px) { #bQ6qKMC2lK4z1tugR3xvPgs1Cd5Cpuh6 { width:12.5rem;height:3.125rem;top:1.5625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zz8aeLtnX6ovqiBLxszQl80NFtOrfKBn { display:block; }
 }@media only screen and (max-width: 763px) { #GJ0Sdpwx3l641TmvPohvXTB47rOKZ6M7 { width:12.5rem;height:3.125rem;top:5.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6xF3qhvrWd4MJ2mtGJwvnlDL5o0IorF { display:block; }
 }@media only screen and (max-width: 763px) { #dfM6q0UOl1abJCWt4Upy71Z1Ovz8nmTD { width:12.5rem;height:3.125rem;top:10rem;left:3.75rem;background-color:#d81819;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #RetfykSeW0OBQGx8ZTdDBOeE6syJQsq4 { display:block; }
 }@media only screen and (max-width: 763px) { #tITguJulzxIkrTcFCL1UD6HoIDp42ypg { display:block; }#tITguJulzxIkrTcFCL1UD6HoIDp42ypg > .row .container { width:20rem;height:53.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m3aN5RIhGvOMf4UsSgnOr3GyGFJGSu63 { width:18.5rem;height:27.625rem;top:16.998046875rem;left:0.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DDfzickte3RCbxoTdHMVwcr1TtEsqwO0 { width:19rem;height:3.4375rem;top:15.4980625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9cGNAAro2KHqqpdEN875t8tZxDo1kdX { display:block; }
 }@media only screen and (max-width: 763px) { #o5MiWC3rEaOpcx64QKTw1dOvZmXChreT { width:20rem;height:12.9980625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdIa1Dyy4M7q5q0SGN3XRqRJIknotgdr { width:17.5rem;height:3.4375rem;top:47.435546875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ds0yVpKLDCcxTmpNNRe6RTzJEsKaiHsX { display:block; }
 }@media only screen and (max-width: 763px) { #ToxmHqXXk6klz4XN3sPyskSsCuM1T3bm { display:flex;width:3.125rem;height:3.125rem;top:30.66845703125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hHfxPA7saTMBUUMQETGscr6py99wgb01 { display:none; }#hHfxPA7saTMBUUMQETGscr6py99wgb01 > .row .container { width:20rem;height:19rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #e0mUO2hTI1mM5Dvo2Idmzbw5FdGeAw76 { width:20rem;height:3.29980625rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O9r4DRBcWozkK3IUWMHGooTFXOXUGwqK { width:20rem;height:12rem;top:5.79980625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PcpsfkJNCmISbdPeW15c10qAJySnOKDQ { display:none; }#PcpsfkJNCmISbdPeW15c10qAJySnOKDQ > .row .container { width:20rem;height:58.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #acpZrKV8bL6NJen5lnimNXlXWMVUlaFS { width:13.8125rem;height:5.19921875rem;top:23.93505859375rem;left:3.15625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kmcKVJV0mi3D96uEQcatt84uzmvKqWXA { width:18.4375rem;height:6.49903125rem;top:9.125rem;left:0.96875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vbag9kzxyqK4OmJKJtekWuCiWlAqT07g { width:12.125rem;height:3.89941875rem;top:52.658203125rem;left:3.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RueDUTM42AzRaBAyevFciWwMa2Md1QiC { width:0.1875rem;height:10.625rem;top:0rem;left:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sUiff464GLxTaNVO0yw0wIXwTt7NWV4V { width:0.1875rem;height:10.625rem;top:43.9873046875rem;left:18.625rem;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #TBkiS01bUeFDphEoT24WF2cWpdCe9cSy { width:2.9375rem;height:0;top:4.8212890625rem;left:2.5rem;font-size:2rem;z-index:15009;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #NlkhoQA2JoO0F4UNw3L51wEc2ElGahHe { width:0.1875rem;height:14.375rem;top:2.5625rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uN4l2u5pm6G7QVeGXn7TQh1VQ99bhJIF { width:0.1875rem;height:14.375rem;top:2.5625rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GZRXBpOi2KGB15OpqqvVTsnU0JC6nAFT { width:17.625rem;height:5.199225rem;top:38.3125rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z3VJGsJFwWE9xlBiTtLT9q1lANXSTT40 { width:8.25rem;height:6.875rem;top:16.68505859375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTb0FVNJreqyC28h36hKTOBuQ1T0QzAC { width:8.25rem;height:6.875rem;top:1.25rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfM0OqNxR2vSlqKNk7wcTBFqap3CJ2p6 { width:8.25rem;height:6.875rem;top:30.625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgDhqVusVhCFx5UIEvHLSV4RF7Ksw0Ha { width:8.25rem;height:6.875rem;top:44.625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khP0XZuD4pT4pgktlzJTzq6SsAcUQwGy { background-color:#ffffff;background-image:none;display:none; }#khP0XZuD4pT4pgktlzJTzq6SsAcUQwGy > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #si3UPl9yiJTEDN6nG9Q8FulR5b4o0hy8 { width:10.9375rem;height:15.0625rem;top:12.0625rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mKTOB56zsKExm2sFGsn4TOJB1TWZ86U5 { display:none; }#mKTOB56zsKExm2sFGsn4TOJB1TWZ86U5 > .row .container { width:20rem;height:22.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lhOsFdV9zCSe2qhKNKabPp0Qp28PneMx { width:18.5rem;height:13.5rem;top:7.44921875rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #eVJHH4cP3QlQ5oSuOGZtPpxuMNJ4K9ub { width:20rem;height:4.94970625rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZGDDclxgoy2ExxPkxGTgVypKCS4CUH66 { display:none; }#ZGDDclxgoy2ExxPkxGTgVypKCS4CUH66 > .row .container { width:20rem;height:40.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FUn5duqAuUD68WSbvQFwDHnsDgsHWpH8 { width:20rem;height:31.5rem;top:7.44921875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #S59VwWH0Scyi6573zOcHwIqiLq8H7VbT { width:20rem;height:4.94970625rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zGqZTUGet4RdBZZtQusBOe7tE2QhXP7K { display:none; }#zGqZTUGet4RdBZZtQusBOe7tE2QhXP7K > .row .container { width:20rem;height:32.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oWK4HhRJUI8qiQJzTLQ4PWIXLV2kuTsc { width:20rem;height:23.9941125rem;top:7.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EiVxvErBipfwaAUXgBZh0HF8WzZOEdqN { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KHJWDr62WpN0s2XLygWiL62rz2Xc6ANH { display:none; }#KHJWDr62WpN0s2XLygWiL62rz2Xc6ANH > .row .container { width:20rem;height:53.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yTV4aqcNs500WmkL1D39FQJeoNMJvDXW { width:19.375rem;height:7.7988125rem;top:1.25rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0QBSMU5k3pFhgOit7DS0Oh3nFZWy7sI { width:14.6875rem;height:42.34566875rem;top:10.2353515625rem;left:5.3125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wrkyMSifVzN8PF8EEDDJLtFGCDqqst30 { width:13.6875rem;height:auto;top:8.5625rem;left:3.125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xdL1QVa26dBn2TREFZTmwyiQl5T14Czt { width:8.75rem;height:0;top:22.3125rem;left:5.625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #mDJR291EEZBsnnHoHS4pqCAurATGQBVb { top:80.4375rem;left:0.5625rem;width:5.125rem;height:0;z-index:15018;font-size:0.75rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #uI8nSM4IglbhnrnJ2qzga0kohQNI8QnU { top:80.4375rem;left:5.625rem;width:14.0625rem;height:0;z-index:15019;font-size:0.75rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QyoacXCQJxNTbyGwDLCog0K4xz136neO { width:5.375rem;height:42.34561875rem;top:10.2353515625rem;left:0rem;font-size:0.6875rem;z-index:15006;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JSX5BfCQw6Ma4WDF8VCGLD2JuLFvdcrW { display:none; }#JSX5BfCQw6Ma4WDF8VCGLD2JuLFvdcrW > .row .container { width:20rem;height:60.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rR3qbzUI5BaGXuEcICN2x20uur8Qm1sE { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KidJgZbStViGUkZhc3JWnG4lbQ4LR0cI { width:18.25rem;height:27.6875rem;top:6.787109375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXMzeQuOVQudJ4Z8UqOxnthKmETP3bqO { width:19.625rem;height:49.8125rem;top:5.0996125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcH9i2h9c2qNdrbayQKE3x52pTsk8GFA { width:20rem;height:3rem;top:56.537109375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bRE9VpcudtfBd0XHqcVlRNtHDPrWwLMU { display:none; }#bRE9VpcudtfBd0XHqcVlRNtHDPrWwLMU > .row .container { width:20rem;height:10rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rJB67TMcQdEGSVyz2E4QRmHxdWZfUswF { width:20rem;height:7.5rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LIHxUJMUnybMq3niuTPngbyI1AqpnPdJ { display:none; }#LIHxUJMUnybMq3niuTPngbyI1AqpnPdJ > .row .container { width:20rem;height:350rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Dm6TpruFEtK776H70m52DACKlsMp3hri { width:17.5rem;height:32.5625rem;top:88.037109375rem;left:1.125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpVoiJvkHBTXOHPAmkeZmyVzsmFyOnTM { width:16.625rem;height:24rem;top:95.912109375rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTnDmlovpshq0GE0SdOKrD0ImMgu4NbV { width:16.9375rem;height:1.7871125rem;top:93.849609375rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJA06IJwaCPZvtCchP1NP9P47ViCOigt { width:18.25rem;height:34.75rem;top:206.162109375rem;left:0.75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #skBPOzQNnXZPgIST5b6V7z1f1FnmsHez { width:16.9375rem;height:1.7871125rem;top:211.849609375rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlmLKLggM3xZtUgrIeiqIqM2psmi23F0 { width:16.375rem;height:25.5rem;top:214.724609375rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceuDVhw9zD2rlTKSoiRDWXR0tZCGMVT1 { width:12.3125rem;height:10.3125rem;top:82.849609375rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwA9eTnNgTxqfGIg7SfLQPr2BGb2MdbD { width:12.3125rem;height:10.3125rem;top:200.724609375rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKRJXC63xfNr10fBZfLHUu6Ea96003Z1 { width:16.625rem;height:15rem;top:291.412109375rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9LHlx3LQsEwGNrAX8CA4WnfFzDT5pHl { width:16.9375rem;height:1.7871125rem;top:288.099609375rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7PRPb4rKT8xJZgE15vkyKAq8o0gpkdr { width:12.3125rem;height:10.3125rem;top:277.037109375rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgw69ZTFpwgzSym1V7WqydKI7dtuwOzk { width:17.3125rem;height:32.9375rem;top:127.037109375rem;left:1.21875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9BoTuePequMvAWO5liCXmPn8MNTJ62l { width:16.625rem;height:24rem;top:135.224609375rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3QJgUwp8Q5Cv0vAt7b1JbnfusrJwQWQ { width:16.9375rem;height:1.7871125rem;top:132.412109375rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkE4nQZhMSxFkJmQTmN02GOE0ALPRpqt { width:12.3125rem;height:10.3125rem;top:122.099609375rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tL0s3v8OWzOGuyGSPWQdoUkqUJfg8zHl { width:17.3125rem;height:31.5625rem;top:167.724609375rem;left:1.21875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pr9zrr5D2Htwrkre1mnREd2PHD7exiF3 { width:16.625rem;height:22.5rem;top:176.099609375rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTWFD7ABsGzrldVR5P9iFh2yT9IfbqWd { width:16.9375rem;height:1.7871125rem;top:173.162109375rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wt3LxBcTTRIKSKKn5ZsW7pLEWwFA5sCL { width:12.3125rem;height:10.3125rem;top:162.162109375rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOrmuCVEitOIPrmR41ddx48K1389fPLR { width:17.3125rem;height:27.0625rem;top:281.599609375rem;left:1.21875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #htQidXXCDCmKJLrpll4xxnDmKDpQEkMp { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdrGTu0tvTrfdzgXQErVuIaG1igsBt9b { width:17.3125rem;height:31.8125rem;top:49.0371125rem;left:1.1875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Afg7tyvp1Dg8fAVncgnagIVJendl7T0V { width:16.125rem;height:21rem;top:59.0996125rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkcqQ4G4Nc8uv8chrglWDaNKlcdQsLAe { width:16.9375rem;height:3.57421875rem;top:55.587890625rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wy6S91uCRy8Um5a8lKprhVrnHPUngSCs { width:12.3125rem;height:10.3125rem;top:44.224609375rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2S64CTdFCeqDLqTJdxh4zg7M21UcuyA { width:17.3125rem;height:32.125rem;top:314.599609375rem;left:1.21875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cu87a9f1GgRsCAetl4Ic880bLT4Z0TWw { width:16.625rem;height:21rem;top:324.412109375rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTE57pKtT5DwaBtcRrWxCElGTdNRnPu7 { width:16.9375rem;height:1.7871125rem;top:321.474609375rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAkl6ewOnZOXO5Oo5BbkrTlTLZRL2hCN { width:12.3125rem;height:10.3125rem;top:310.599609375rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #grkCxgLBp9TrwtT6MhHVakD7Dv6nPs15 { width:17.3125rem;height:29rem;top:246.599609375rem;left:1.21875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSa8K9oJzhl4agyaam0dF0ML2DqDqS3Q { width:9.875rem;height:10.3125rem;top:241.974609375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G88mPXlZAczaKoT9AxpM3dgP8uDoKM5i { width:16.9375rem;height:1.7871125rem;top:252.287109375rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xf2C9U8kg9Me0xCpNQFu3q2iwxymWcSH { width:16.625rem;height:21rem;top:254.07421875rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0QLcE8cRLShBU1PP92DH2CRH92XQsvt { width:17.3125rem;height:32.6875rem;top:9.349609375rem;left:1.21875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnzewVBTnq14dz1xoFDfTBOLybT4pJDM { width:16.625rem;height:24rem;top:17.19921875rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctopIKn4WFEwWUvizE2ceJraxQCa2HCt { width:16.9375rem;height:1.7871125rem;top:14.912109375rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAkWoMaCbggK2B6gDD8NJe7NBwZHxKxs { width:11.8125rem;height:9.875rem;top:5.037109375rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CALnlVTkMI9rETFIhpaUTfxkbxzFhTyZ { background-color:transparent;background-image:none;display:none; }#CALnlVTkMI9rETFIhpaUTfxkbxzFhTyZ > .row .container { width:20rem;height:14.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fZ0aCada2T7oTJb1K42PcmBQCl9ROEFP { width:12.5rem;height:3.125rem;top:10.3125rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NfiO3UxWtQchOTKZ3EsFQ73ikhw14Ps6 { display:block; }
 }@media only screen and (max-width: 763px) { #kM94FBT1m39gQRPOlTmwwZX4McqvXDTD { width:12.5rem;height:3.125rem;top:1.5625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cAQLHuSwmtnMeiEvOKpoPe1tuakn9QtI { display:block; }
 }@media only screen and (max-width: 763px) { #LbNKSOTSphSKiaIh3q7QCIWEv4MzIdg4 { width:12.5rem;height:3.125rem;top:10rem;left:3.75rem;background-color:#df181c;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #LiQEzOlUsDKTEf2Fh3qCLDK3saHlXbTy { display:block; }
 }@media only screen and (max-width: 763px) { #tGgCAPu5dkBL9TnNRkoG63DnayeNTkzb { width:12.5rem;height:3.125rem;top:5.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJUORzsqcqMQ6UIhJEQnr8dtSqHUMdFu { display:block; }
 }@media only screen and (max-width: 763px) { #UUNyWZTci4LtMtMgThBblUDKNU5qkt1J { width:12.5rem;height:3.125rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyHaAUxiTeV5Tsvq2xhNLqbxT83NPJLh { display:block; }
 }@media only screen and (max-width: 763px) { #OKAwHxhFZh5I1dmAcTzw3Mu64lHAoknf { display:none; }#OKAwHxhFZh5I1dmAcTzw3Mu64lHAoknf > .row .container { width:20rem;height:51.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yXdAG7Vv3pTMnM6MHK1rh4bZiIlrBStI { width:19.375rem;height:5.19921875rem;top:1.25rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cosmH7kzqx60T7THmOT2KbWAZcg78nVU { width:8.75rem;height:0;top:22.3125rem;left:5.625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #HK1eP7UlCcN6m1GEUTH0vLzTJOs8viWC { top:80.4375rem;left:0.5625rem;width:5.125rem;height:0;z-index:15018;font-size:0.75rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ykT1PBCMJ9lMgWa39G16HXfzS3rXIpby { top:80.4375rem;left:5.625rem;width:14.0625rem;height:0;z-index:15019;font-size:0.75rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #RpSev3DelpaZB9IgWvoVeMxzynMV3Ffi { width:20rem;height:4.5rem;top:16.34326171875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pv14U7cbHbCM6LkZXtwzoiNgz7cVzSF9 { width:9.125rem;height:7.5625rem;top:22.65576171875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c06cWcqTT9wl7F3nW9QIW9Ncewgb50Xp { width:9.1875rem;height:7.5625rem;top:8.15576171875rem;left:5.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZTd9Q7U3yfW2l1P2i8CdzPtRlQxxolt { width:20rem;height:4.5rem;top:31.21826171875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OQNfHr9zzf4Ma5XloiFPSAJoNzH61zqw { width:20rem;height:3rem;top:46.15576171875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #aQL5WWGKf0Ehihf7FX4BJpOnvCruzbU3 { width:9rem;height:7.5rem;top:38.65576171875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwiBGheeGi483unGffVQZu6aNl7pQOFS { display:none; }#PwiBGheeGi483unGffVQZu6aNl7pQOFS > .row .container { width:20rem;height:40.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XGpgfLt4cEPahS4iLeUwWrDczM6BTOn1 { width:20rem;height:12rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #driiHrQecMTQTTKNTVgcTOneHPc6BJWE { width:15rem;height:12.5rem;top:13.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSdkyB7PkO69sIDHkc3OdwTdNMBgxkHL { width:20rem;height:8.39794375rem;top:27.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NHV3NbRkDQbBVELKD5ayoE8lG1lgB5yN { display:none; }#NHV3NbRkDQbBVELKD5ayoE8lG1lgB5yN > .row .container { width:20rem;height:25.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #guXzfvKDtODQZA3QzPQ6c8TvnQ1XCSG4 { width:19rem;height:3.4375rem;top:20.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDnfI7HB5Via8rHL6uNaGL7Mb6NkCcmd { display:block; }
 }@media only screen and (max-width: 763px) { #Mt3yIlaDmhFwTqglZKM9T3WuewTIHuDF { width:20rem;height:17.875rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QaWn4RmPVsml6C53AuWk6gy2ilKuZXHT { display:none; }#QaWn4RmPVsml6C53AuWk6gy2ilKuZXHT > .row .container { width:20rem;height:33rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UKD49vaAdilceAa1JgXua5OCgNqVOalv { width:20rem;height:15.5215rem;top:10.4599375rem;left:0rem;font-size:0.875rem;display:block; }#UKD49vaAdilceAa1JgXua5OCgNqVOalv li:before{  }
 }@media only screen and (max-width: 763px) { #pmvrOu2DZFFDqyaohbNAQ7r2KXPDn2cR { width:20rem;height:7.9604375rem;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) { #u40l3qkCn4DBTy6lkIzSmpemJZRsckW8 { width:20rem;height:4.548825rem;top:27.2314375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UdIOrl0BfO4kmFd4wUemVWyO9PrIqRT7 { background-color:transparent;background-image:none;display:none; }#UdIOrl0BfO4kmFd4wUemVWyO9PrIqRT7 > .row .container { width:20rem;height:16.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #baI8IPdhbZX2xvMTzyWtJiVMnTn95gTl { width:12.5rem;height:3.125rem;top:10.3125rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uHRdw78ASTsifM7z5MS3rSFdsb0dWKJf { display:block; }
 }@media only screen and (max-width: 763px) { #yMW3Bt6gnUgP90KEsl4K2wRnasi0byug { width:12.5rem;height:3.125rem;top:1.5625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UbKG9AxZo7fTgdJZnTb4CapDJMXSvdmu { display:block; }
 }@media only screen and (max-width: 763px) { #RfcxIIDO1pyvTkskuWQkaFTT6Q7UdkxV { width:12.5rem;height:3.125rem;top:10rem;left:3.75rem;background-color:#d81819;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #W8pOByklzBarfbVq6a2JDig3uQQbTUe6 { display:block; }
 }@media only screen and (max-width: 763px) { #n37zwQlV3eUh7fePkCsogtr4URWDKFUG { width:12.5rem;height:3.125rem;top:5.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7QBFJ71vz9IT13rnZmyX5d43NtXtvBx { display:block; }
 }@media only screen and (max-width: 763px) { #FGTWnl2GMxEG2L5Sw0uWqOX5Z4EXpkLs { width:12.5rem;height:3.125rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WobBaFbtTRyXFBoMf5TSavHhzUPVMDdt { display:block; }
 }@media only screen and (max-width: 763px) { #pTV6EwzQrWhepmZu3simHB2hzQIhhQoM { background-color:#3f035f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#pTV6EwzQrWhepmZu3simHB2hzQIhhQoM.adaptive-delivery-prevent-bg, #pTV6EwzQrWhepmZu3simHB2hzQIhhQoM.lazyload, #pTV6EwzQrWhepmZu3simHB2hzQIhhQoM.lazyloading { background-image: none; }#pTV6EwzQrWhepmZu3simHB2hzQIhhQoM > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CfpSBxR2flwTaHfMrmlxTE7k8CkwRpVR { display:block; }#CfpSBxR2flwTaHfMrmlxTE7k8CkwRpVR > .row .container { width:20rem;height:11.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zrgeTxHr0Tsr59bb1U6FIkVSfs9kXdS3 { width:18.3125rem;height:6.82225rem;top:3.75rem;left:0.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mbO4M3HZcTIAygqLp1fHnnHxheSTszuT { width:7.8125rem;height:1.25rem;top:1.25rem;left:6.0625rem;display:block; }
 }