.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:217,219,239;--color-primary-1:128,135,203;--color-primary-2:0,14,150;--color-primary-3:0,7,75;--color-primary-4:0,2,23;--color-secondary-0:225,239,248;--color-secondary-1:155,202,231;--color-secondary-2:55,148,206;--color-secondary-3:28,74,103;--color-secondary-4:8,22,31;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:123,123,123;--color-tertiary-4:0,0,0;--headlines-font-family:"montserrat";--paragraphs-font-family:"montserrat"; }@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:url("https://images.assets-landingi.com/uc/45a02605-3a7b-4f49-864f-57364e24f261/Tloliniekongres.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#gVEC1M8rDttrnk4WPZawTR12kt32RSzd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#gVEC1M8rDttrnk4WPZawTR12kt32RSzd > .row .container { border-width: 0; border-radius: 0; }#gVEC1M8rDttrnk4WPZawTR12kt32RSzd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gVEC1M8rDttrnk4WPZawTR12kt32RSzd > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:none; }#fOorkIewQ9f7WRTMw4C1f1Sq6f5XVHtb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:13.0625rem;top:1.125rem;left:0rem;overflow:hidden;display:block; }
#w52euRc9T4vLtiUhmB8u7uBs3uIQE8Ua { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color: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(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:2.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.4375rem;left:23.8125rem;display:block; }
#aTTBakc0nMGXyPT9szxd0B2xSz4pl6fZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SMZ3hcsOZVuysu0QezG3e4aP7BpTD4tN { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color: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(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.1875rem;height:2.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.4375rem;left:33.875rem;display:block; }
#q2l3qGcfmLS3sPVBA4hKPq6yWfBzNwR2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IRAP7PcVzZMuBwrHkKQOiiSM0AEbWv5d { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color: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(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.3125rem;height:2.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.4375rem;left:42.0625rem;display:block; }
#QiVliOAsHflMHxaD7vUmrGoWgBtSttCH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hVFoNStTryVWrWqgL7noeVTIJ2PLqxU8 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color: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(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.75rem;height:2.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.4375rem;left:48.1875rem;display:block; }
#NP3TKRLwLr1bZMGDQKQtblvfvmc434Sq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zDzn6PiufsmS3WDV1TNB5blTJwDbqITK { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color: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(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.375rem;height:2.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.4375rem;left:56.75rem;display:block; }
#CvtK8DVyGvtftigq9XBMLsMes80MEmei { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tJzEPlizTEWNvBsHwatGXsBQRTz67KXw { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color: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(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:2.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.4375rem;left:62.875rem;display:block; }
#DTNHI9znhrHwKZmo9oLEOsb5t2mQ5yZs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dmQEWS548t16WWz5IFaIw78znaAkwrZu { 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:15000;opacity:1;display:none; }
#VSBRrR8TzW8NiriwUOz48QocUi6aVshC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#VSBRrR8TzW8NiriwUOz48QocUi6aVshC > .row .container { background-color: transparent; background-image: none; }#VSBRrR8TzW8NiriwUOz48QocUi6aVshC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSBRrR8TzW8NiriwUOz48QocUi6aVshC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSBRrR8TzW8NiriwUOz48QocUi6aVshC > .row .container > .video-iframe-container { display: none; }#VSBRrR8TzW8NiriwUOz48QocUi6aVshC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSBRrR8TzW8NiriwUOz48QocUi6aVshC > .row > .video-iframe-container { display: none; }#VSBRrR8TzW8NiriwUOz48QocUi6aVshC > .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); }#VSBRrR8TzW8NiriwUOz48QocUi6aVshC > .row .container { border-width: 0; border-radius: 0; }#VSBRrR8TzW8NiriwUOz48QocUi6aVshC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VSBRrR8TzW8NiriwUOz48QocUi6aVshC > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#DiHNVBVZTRKvk4OsZKN98xZvx7HJtvBM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:13.0625rem;top:1.125rem;left:0rem;overflow:hidden;display:block; }
#tCp6WTcHTPhTULd5Tp1UDGxEVAuvMsEd { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color: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(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:2.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.4375rem;left:23.8125rem;display:block; }
#I1cpxufIQhEiyA7TFFcrIBUThLJ74dsh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JfF3vTmHH762qnVnnhaJ9RHS3DzCltFT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color: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(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.1875rem;height:2.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.4375rem;left:33.875rem;display:block; }
#SLyN0p7f0quCxxThfmTXGmiVISf7UUv2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lW8L1lkBuGIlH6miOUEWMHVJdeT5wUvM { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color: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(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.3125rem;height:2.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.4375rem;left:42.0625rem;display:block; }
#CJqpWpDnVaS2VoryEHQ0vuDo7m3X0laq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LmFT75STdA7GJDRictvWetHJQuQo0H4g { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color: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(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.75rem;height:2.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.4375rem;left:48.1875rem;display:block; }
#G35yENPFLe2wTMrwt94D7gnyvM7GgFJZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KxTe9rEDCxtbbPaWKSQANtn0WI4Wg7TO { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color: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(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.375rem;height:2.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.4375rem;left:56.75rem;display:block; }
#cQ7CGOtaXS5t4IIpTrqmsHcG7ZFRu3dT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MU9bamq0wWdBt7lA0RGUddIzl97yJXSQ { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:2.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.4375rem;left:62.875rem;display:block; }
#yAzNGfcMCHCXTOetCHR6khemkWzEToiU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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 { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:53.5625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#hlVrcsS9D4IXfw7y3oBc1PDqK19xgV9u { color:rgba(var(--color-tertiary-3),1);display:block;width:45.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:14.436789512634rem;left:0rem;height:9.75rem;font-style:normal;display:block; }
#oPwcTRkWXrHgxyrFmTF1hvu2x0L5ff8P { color:rgba(var(--color-tertiary-0),1);display:block;width:41.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:25.99928855896rem;left:0rem;height:2.19375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UftpmvkwSwM0JaW4gCKnmLbxGiNJq4Di { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:41.75rem;top:25.437320709229rem;left:0rem;display:block; }
#NoNAiTX2kxpZ7dCxJVrm5QDnOE2xqoDy { color:rgba(var(--color-tertiary-3),1);display:block;width:43.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:30.874998092651rem;left:0rem;height:2.19375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s8LszxQdf1UglWkBabmAcmFrTaskXlHN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:39.0625rem;left:36.0625rem; }
#s8LszxQdf1UglWkBabmAcmFrTaskXlHN > img { max-width: 100%;max-height:100%; width:2.875rem; height:2.875rem; }#p0ZTBIvOIZ0CVOa0ABz3VVBB1QTDrL74 { 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:15000;opacity:1;display:none; }
#g15JmAW4NNWSLJ3SyxzBglX3E0VQUX2p { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:11.3125rem;top:14.436789512634rem;left:46.99928855896rem;overflow:hidden;display:block; }
#lKv1oMvOXI63phvkwKCl0G1vPNeXDKIa { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0rem 0rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.3748125rem;height:3.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:44.5rem;left:28.8125rem;display:block; }
#gx0J5wtEdTnZqRT3M7zJaaRdHSuRm6SX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oLQdBgMp3kP291xddGT79eWMkyH3M1U9 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0rem 0rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.5rem;left:28.812500953674rem;display:none; }
#a9ytlgD20xhNnkhBv93ok8GFf9Rpv7uE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PGonGpPU3Rg0vETk5LWxITSu1T5L7Tf6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#PGonGpPU3Rg0vETk5LWxITSu1T5L7Tf6 > .row .container { border-width: 0; border-radius: 0; }#PGonGpPU3Rg0vETk5LWxITSu1T5L7Tf6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PGonGpPU3Rg0vETk5LWxITSu1T5L7Tf6 > .row .container { font-size:0.875rem;font-family:arial;height:38.5625rem;width:75rem;position:relative;display:none; }#vdMbudT9zWbeGxveTbUb1dcT6PIHvEnr { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.25rem;width:36.5rem;top:13.9375rem;left:0rem;display:block; }
#kBb4KhIun76C10edvSzPhU91A0B7opOz { color:rgba(var(--color-primary-2),1);display:block;width:25.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.625rem;left:24.5625rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G4o1rGzrFxUl18MFAx4r4dTkWNDb4bAu { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.25rem;width:36.5rem;top:13.9375rem;left:38.5rem;display:block; }
#TDP0CBJBFDBveELHdaqzMdp9mXsd8AAh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(91deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(91deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(91deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(91deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(91deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TDP0CBJBFDBveELHdaqzMdp9mXsd8AAh > .row .container { background-color: transparent; background-image: none; }#TDP0CBJBFDBveELHdaqzMdp9mXsd8AAh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDP0CBJBFDBveELHdaqzMdp9mXsd8AAh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDP0CBJBFDBveELHdaqzMdp9mXsd8AAh > .row .container > .video-iframe-container { display: none; }#TDP0CBJBFDBveELHdaqzMdp9mXsd8AAh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDP0CBJBFDBveELHdaqzMdp9mXsd8AAh > .row > .video-iframe-container { display: none; }#TDP0CBJBFDBveELHdaqzMdp9mXsd8AAh > .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); }#TDP0CBJBFDBveELHdaqzMdp9mXsd8AAh > .row .container { border-width: 0; border-radius: 0; }#TDP0CBJBFDBveELHdaqzMdp9mXsd8AAh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TDP0CBJBFDBveELHdaqzMdp9mXsd8AAh > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#Hnd1aGUGqWpJyK4vSZufCRSkiz6CBh1t { color:rgba(var(--color-tertiary-0),1);display:block;width:14.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.40625rem;left:5.0625rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DXTIl8xbXywkCcpatlLI18xZdQHoXUHg { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:10.4375rem;left:30.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iZDAGliJSpnJG45XEL7Qsk3Q9kE5VS1Z { color:rgba(var(--color-tertiary-0),1);display:block;width:9.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.6875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.3125rem;left:32.625rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AdTPaxCW8ReUZdcSCGAENBM5VXIeSMbO { color:rgba(var(--color-tertiary-0),1);display:block;width:9.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.6875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.3125rem;left:57.625rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fmKv4ck44dt5u0NedTSWlkqQ2MIEgSwZ { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:13.3125rem;left:30.25rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rfNDp8tTrBNELDcaSEdGL7lfgW2tTMHX { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:13.3125rem;left:55.25rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ITC9vkP2CqEp3bWVFwa3idgcSF07Nkbi { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:10.4375rem;left:55.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eDZggJtTTcLXldlrOduvI0gp64eaT4qx { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:10.4375rem;left:5.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PFlKAvEAhwFHgavJuzHQvJmdIceCoInt { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:13.3125rem;left:5.25rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J0QKSmHCqR8B9N4B1Bd3IzvG8b8LVboz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;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; }#J0QKSmHCqR8B9N4B1Bd3IzvG8b8LVboz > .row .container { background-color: transparent; background-image: none; }#J0QKSmHCqR8B9N4B1Bd3IzvG8b8LVboz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J0QKSmHCqR8B9N4B1Bd3IzvG8b8LVboz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J0QKSmHCqR8B9N4B1Bd3IzvG8b8LVboz > .row .container > .video-iframe-container { display: none; }#J0QKSmHCqR8B9N4B1Bd3IzvG8b8LVboz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J0QKSmHCqR8B9N4B1Bd3IzvG8b8LVboz > .row > .video-iframe-container { display: none; }#J0QKSmHCqR8B9N4B1Bd3IzvG8b8LVboz > .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); }#J0QKSmHCqR8B9N4B1Bd3IzvG8b8LVboz > .row .container { border-width: 0; border-radius: 0; }#J0QKSmHCqR8B9N4B1Bd3IzvG8b8LVboz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J0QKSmHCqR8B9N4B1Bd3IzvG8b8LVboz > .row .container { font-size:0.875rem;font-family:arial;height:10.875rem;width:75rem;position:relative;display:block; }#oSoZaKE1qesKcykmJw5oQqVmCwxrVBAc { color:rgba(var(--color-primary-2),1);display:block;width:48.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.6875rem;left:13.34375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zDSTdb67mgtiwZXQX0S4PG5cGFV6CJLT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;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; }#zDSTdb67mgtiwZXQX0S4PG5cGFV6CJLT > .row .container { background-color: transparent; background-image: none; }#zDSTdb67mgtiwZXQX0S4PG5cGFV6CJLT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zDSTdb67mgtiwZXQX0S4PG5cGFV6CJLT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zDSTdb67mgtiwZXQX0S4PG5cGFV6CJLT > .row .container > .video-iframe-container { display: none; }#zDSTdb67mgtiwZXQX0S4PG5cGFV6CJLT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zDSTdb67mgtiwZXQX0S4PG5cGFV6CJLT > .row > .video-iframe-container { display: none; }#zDSTdb67mgtiwZXQX0S4PG5cGFV6CJLT > .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); }#zDSTdb67mgtiwZXQX0S4PG5cGFV6CJLT > .row .container { border-width: 0; border-radius: 0; }#zDSTdb67mgtiwZXQX0S4PG5cGFV6CJLT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zDSTdb67mgtiwZXQX0S4PG5cGFV6CJLT > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#lSsqfAQ1sybTSh9gk6IsEhme49mB0ZNC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.6875rem;left:0rem; }
#mea8T1n8tMJ8XfDoUblVV96AW7wEG6fI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:9.1875rem;left:0rem; }
#KHLRgBSGPFSIUTrt30notIBWB11qu2Px { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.3125rem;width:5.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:1.375rem;left:69.6875rem; }
#KMA3Fc69GgGX5ayX6POvuMaV8Mi6SUsM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:8.875rem;left:69.625rem; }
#rD7N02KGkN05Wn7UbWa0qEWXXxmZPZq7 { color:rgba(var(--color-tertiary-3),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.3125rem;left:5.9375rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P27ePPVi6U1F3oEJUSCaLw609u0kwsXx { color:rgba(var(--color-tertiary-3),1);display:block;width:29.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:10.8125rem;left:5.9375rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lAp668hQGh82DZRrIkDD88W5cTfpDELm { color:rgba(var(--color-tertiary-3),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.5625rem;left:42rem;height:2.92448125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#PZD3PEM3ZTJ8vcMB3iS1obcneRSNQMdL { color:rgba(var(--color-tertiary-3),1);display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:10.8125rem;left:40.3125rem;height:2.92448125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#gCTx5aAz4JkKuGWeXSM25EX94BC5dAPo { 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; }#gCTx5aAz4JkKuGWeXSM25EX94BC5dAPo > .row .container { background-color: transparent; background-image: none; }#gCTx5aAz4JkKuGWeXSM25EX94BC5dAPo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gCTx5aAz4JkKuGWeXSM25EX94BC5dAPo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gCTx5aAz4JkKuGWeXSM25EX94BC5dAPo > .row .container > .video-iframe-container { display: none; }#gCTx5aAz4JkKuGWeXSM25EX94BC5dAPo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gCTx5aAz4JkKuGWeXSM25EX94BC5dAPo > .row > .video-iframe-container { display: none; }#gCTx5aAz4JkKuGWeXSM25EX94BC5dAPo > .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); }#gCTx5aAz4JkKuGWeXSM25EX94BC5dAPo > .row .container { border-width: 0; border-radius: 0; }#gCTx5aAz4JkKuGWeXSM25EX94BC5dAPo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gCTx5aAz4JkKuGWeXSM25EX94BC5dAPo > .row .container { font-size:0.875rem;font-family:arial;height:71.6875rem;width:75rem;position:relative;display:block; }#KkW5ePs3iclABN5fuw5UgvHTNHyFR46g { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5rem;width:33.8125rem;top:7.75rem;left:0rem;overflow:hidden;display:block; }
#vQPVGV3Iz6aNwiDebAxKXRLRve92wPpO { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(145deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(145deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(145deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(145deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(145deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:20.0625rem;width:20.0625rem;top:6.875rem;left:14.625rem;display:block; }
#IDmnaapNJHBCLeovWTE6X1Q5B4xBoFK1 { color:rgba(var(--color-tertiary-3),1);display:block;width:26.7498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.874467253685rem;left:36.249998092651rem;height:6.5rem;font-style:normal;display:block; }
#rFSPVzST746DTAQJpKbv2b4IWi5J0dQO { color:rgba(var(--color-tertiary-3),1);display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:14.222294688225rem;left:36.249998092651rem;height:16.08465625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#untn7mkDldxBhsMLN5Zt042QheTFB08k { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:33.561789393425rem;left:0rem;height:19.009125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#PtZU0uodM5eJhZLsGXUTMaGhvVdQfE4o { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0rem 0rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.5rem;left:28.812500953674rem;display:none; }
#ffQt7ZGTieqUzEhkXQbDU2Zrzg4xLrFa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wsJSQ2ZpqxEbbtVuiw3P1QxwAolNVOVe { color:rgba(var(--color-tertiary-3),1);display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:14.222294688225rem;left:36.249998092651rem;height:16.08398125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#orqHpzHTEbZvE9GKa2odcCbCED9sEhO0 { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:33.561789393425rem;left:0rem;height:19.008375rem;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#fSgK2fUgOW9JNtEGbmQ8k5vuavx8UdBi { box-sizing:content-box;height:11.3125rem;width:68.9375rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);top:54.770833969116rem;left:2.8932304382324rem;display:block; }
#BVfu5151sRQowUBkWWgyyfXAc3FyZ2k4 { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:68.76953315735rem;left:0rem;height:1.4622375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ruWsbkR8XWrzoch0vzTG6pcHPlbXkP5h { color:rgba(var(--color-tertiary-3),1);display:block;width:70.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:56.082033157349rem;left:4.0625rem;height:1.625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#UIdcOQMuWXenOTbGbs8N530VIcSJCML7 { color:rgba(var(--color-tertiary-3),1);display:block;width:70.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:58.041669845581rem;left:4.0625rem;height:1.4622375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#qbAlfLEZJzaGbbtkXQxw5Hr3x1xrHU9h { color:rgba(var(--color-tertiary-3),1);display:block;width:66.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:60.354169845581rem;left:4.125rem;height:4.38671875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#sn57Tv8HdKURl8KyTBuG1NFMMLz2nvTE { color:rgba(var(--color-tertiary-3),1);display:block;width:70.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:58.041669845581rem;left:4.0625rem;height:1.4622375rem;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#oOxPynDgM9RHxEO8TrACsalPhGxAfBFc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0.75));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0.75));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0.75));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0.75));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),0.75)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),0.75)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0.75));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oOxPynDgM9RHxEO8TrACsalPhGxAfBFc > .row .container { background-color: transparent; background-image: none; }#oOxPynDgM9RHxEO8TrACsalPhGxAfBFc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oOxPynDgM9RHxEO8TrACsalPhGxAfBFc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oOxPynDgM9RHxEO8TrACsalPhGxAfBFc > .row .container > .video-iframe-container { display: none; }#oOxPynDgM9RHxEO8TrACsalPhGxAfBFc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oOxPynDgM9RHxEO8TrACsalPhGxAfBFc > .row > .video-iframe-container { display: none; }#oOxPynDgM9RHxEO8TrACsalPhGxAfBFc > .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); }#oOxPynDgM9RHxEO8TrACsalPhGxAfBFc > .row .container { border-width: 0; border-radius: 0; }#oOxPynDgM9RHxEO8TrACsalPhGxAfBFc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oOxPynDgM9RHxEO8TrACsalPhGxAfBFc > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:75rem;position:relative;display:block; }#apc97eCAZhN7pTTo30ZU4EzAvXM4xR9R { color:rgba(var(--color-tertiary-3),1);display:block;width:59.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.875rem;left:7.90625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qKv1N3JBBE6kiDsHP3RkrNDcq9cfgq4g { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem dotted rgba(var(--color-primary-2),1);background-color:rgba(var(--color-tertiary-0),0.75);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; }#qKv1N3JBBE6kiDsHP3RkrNDcq9cfgq4g > .row .container { background-color: transparent; background-image: none; }#qKv1N3JBBE6kiDsHP3RkrNDcq9cfgq4g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qKv1N3JBBE6kiDsHP3RkrNDcq9cfgq4g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qKv1N3JBBE6kiDsHP3RkrNDcq9cfgq4g > .row .container > .video-iframe-container { display: none; }#qKv1N3JBBE6kiDsHP3RkrNDcq9cfgq4g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qKv1N3JBBE6kiDsHP3RkrNDcq9cfgq4g > .row > .video-iframe-container { display: none; }#qKv1N3JBBE6kiDsHP3RkrNDcq9cfgq4g > .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); }#qKv1N3JBBE6kiDsHP3RkrNDcq9cfgq4g > .row .container { border-width: 0; border-radius: 0; }#qKv1N3JBBE6kiDsHP3RkrNDcq9cfgq4g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qKv1N3JBBE6kiDsHP3RkrNDcq9cfgq4g > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:block; }#muJUXHN2rD1S6S2gMisnXCBE1ldEl9HB { color:rgba(var(--color-tertiary-3),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:2.5867195129394rem;left:17.436718940735rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Hewb09Za538pbTmP6KBhETzVuWJrw7bC { color:rgba(var(--color-primary-2),1);display:block;width:12.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.1875rem;left:3.6875rem;height:2.7625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mQWeQ83o7f49Iz0mLbmCyEUuQTMcg2fH { box-sizing:content-box;color:#5d92ff;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:1.71875rem;left:0rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem #000e96); }
#PCDWXVdd26OeFcVGMnSgMRDFEidXpEyB { color:rgba(var(--color-tertiary-3),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.912109375rem;left:60.75rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#cQlndWrlHfMs9SxZGhrZaNZtQfrs2HZ0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.75);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; }#cQlndWrlHfMs9SxZGhrZaNZtQfrs2HZ0 > .row .container { background-color: transparent; background-image: none; }#cQlndWrlHfMs9SxZGhrZaNZtQfrs2HZ0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQlndWrlHfMs9SxZGhrZaNZtQfrs2HZ0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQlndWrlHfMs9SxZGhrZaNZtQfrs2HZ0 > .row .container > .video-iframe-container { display: none; }#cQlndWrlHfMs9SxZGhrZaNZtQfrs2HZ0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQlndWrlHfMs9SxZGhrZaNZtQfrs2HZ0 > .row > .video-iframe-container { display: none; }#cQlndWrlHfMs9SxZGhrZaNZtQfrs2HZ0 > .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); }#cQlndWrlHfMs9SxZGhrZaNZtQfrs2HZ0 > .row .container { border-width: 0; border-radius: 0; }#cQlndWrlHfMs9SxZGhrZaNZtQfrs2HZ0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cQlndWrlHfMs9SxZGhrZaNZtQfrs2HZ0 > .row .container { font-size:0.875rem;font-family:arial;height:145.25rem;width:75rem;position:relative;display:block; }#Tcvbo8MMge9cTdPqXBlgh9MiJt5dfVCg { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:64.0625rem;top:81.625rem;left:4.625rem;display:block; }
#EcoyEoFi67sVJXFdxByyDya7DraPEx7V { color:rgba(var(--color-tertiary-3),1);display:block;width:51.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:43.9375rem;left:12.6875rem;height:5.84765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hTdI577volR7yyrb0AyzM0sTp92J0zht { color:rgba(var(--color-tertiary-3),1);display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:42.3125rem;left:12.6875rem;height:1.13671875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#AyhVBXkoLXKqLbGxvuLWmM63028Jaoci { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:64.0625rem;top:93.625rem;left:4.625rem;display:block; }
#v8ZlGo35uXMmPJmS5TcbyT02UonJ83NN { color:rgba(var(--color-tertiary-3),1);display:block;width:56.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:86.374992370606rem;left:12.6875rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RIbWNET6DVAJQ5At8pVy0cfRoee1xQne { color:rgba(var(--color-tertiary-3),1);display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:84.562490463256rem;left:12.6875rem;height:1.13671875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#sghdNAZETKueDq448zpseJ2hTxk2uWiJ { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:64.0625rem;top:39.625rem;left:4.625rem;display:block; }
#cGFCk8eOAacSyT0RL2w03F7iA4yp5aGg { position:absolute;display:block;z-index:15010;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a3ac81e4-036f-4ac3-8ea3-0af7c84e88c3/NataliaPiotrowska.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:6.25rem;width:6.25rem;top:13.6875rem;left:4.625rem;display:block; }#cGFCk8eOAacSyT0RL2w03F7iA4yp5aGg.adaptive-delivery-prevent-bg, #cGFCk8eOAacSyT0RL2w03F7iA4yp5aGg.lazyload, #cGFCk8eOAacSyT0RL2w03F7iA4yp5aGg.lazyloading { background-image: none; }
#CVA0FpfTFcyf4i6r2vSQ36QpiKi3c6oM { color:rgba(var(--color-tertiary-3),1);display:block;width:58.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:15.3125rem;left:12.6875rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c0uMWyl0a5TCT8Pbom898xM5cdiEQzat { color:rgba(var(--color-tertiary-3),1);display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:13.6875rem;left:12.6875rem;height:1.1375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ltpo2DNonI7vfZK0lTXs78z6LvLOpxNA { color:rgba(var(--color-tertiary-3),1);display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:3.2499899864197rem;left:12.6875rem;height:1.13671875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#SSCpdSuSxhQCByvnQE2uLwibiPzgNaHG { color:rgba(var(--color-tertiary-3),1);display:block;width:50.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:4.9361877441406rem;left:12.6875rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xcb6805qKwFK1MVrJMMJ9Cb36XzonLUP { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:64.0625rem;top:10.000001907349rem;left:4.625rem;display:block; }
#ewHDR40k8BiripVEitQKXXK5DvTclDi7 { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:2.5625rem;left:5.0625rem; }
#pJh8mRLpSrSwi21XvzW6eiukhbyZu6Va { color:rgba(var(--color-tertiary-3),1);display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:55.4375rem;left:12.625rem;height:1.13671875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#AvWqVGtwph32MBopcwtpfmBxPVH0cIaW { color:rgba(var(--color-tertiary-3),1);display:block;width:50.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:57.1875rem;left:12.625rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PTmMkfbXQa9N6QbdVCDFAyMSDwx3cqUK { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:64.0625rem;top:51.9375rem;left:4.625rem;display:block; }
#iTbveIUyIcbNdZlSWlTA7T8bwFhzZzZL { position:absolute;display:block;z-index:15023;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bf3ff7ce-e4e1-464f-96d5-18a91ca6b2c8/noroot.crop_240x298_0,0");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:6.25rem;width:6.25rem;top:109.1875rem;left:4.625rem;display:block; }#iTbveIUyIcbNdZlSWlTA7T8bwFhzZzZL.adaptive-delivery-prevent-bg, #iTbveIUyIcbNdZlSWlTA7T8bwFhzZzZL.lazyload, #iTbveIUyIcbNdZlSWlTA7T8bwFhzZzZL.lazyloading { background-image: none; }
#Xz378ZltQ7oDswvRJqwpTLSTrTwNZD21 { color:rgba(var(--color-tertiary-3),1);display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:109.18749237061rem;left:12.6875rem;height:1.13671875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#qbwt7NP4yc0BOboE8oOzyEyrxZW459vr { color:rgba(var(--color-tertiary-3),1);display:block;width:52.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:111.4375rem;left:12.6875rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aFHhdty7lwkH9KhCMDLBobsfoamVqBE8 { position:absolute;display:block;z-index:15016;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/28a63abc-98b0-4c64-94fe-bb25fd6becdf/AleksandraStebel.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:6.25rem;width:6.25rem;top:55.4375rem;left:4.625rem;display:block; }#aFHhdty7lwkH9KhCMDLBobsfoamVqBE8.adaptive-delivery-prevent-bg, #aFHhdty7lwkH9KhCMDLBobsfoamVqBE8.lazyload, #aFHhdty7lwkH9KhCMDLBobsfoamVqBE8.lazyloading { background-image: none; }
#cZRPlMybP6uChFnPJGLF5dRFyXNbuWBF { color:rgba(var(--color-tertiary-3),1);display:block;width:55.997875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:60.9375rem;left:12.75rem;height:6.8203125rem;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; }
#JrRM1xWdUTQ4qrGtvimwd1J2LGQgJDlT { color:rgba(var(--color-tertiary-3),1);display:block;width:44.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:75.324209213256rem;left:12.6875rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pW5FCXhxMSas6UZxr6zn5tN1MTaHt7Nl { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:4.74875625rem;width:4.74875625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:73.1875rem;left:5.4375rem; }
#gJRssOTT52pMHC2E96wD3LM4WTklEV50 { color:rgba(var(--color-tertiary-3),1);display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:73.768218994137rem;left:12.6875rem;height:1.13671875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#zJQpWzMnBbf2UPa5IslsdT2Q3SQ3fCJN { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062144875rem;width:64.0625rem;top:70.5625rem;left:4.625rem;display:block; }
#Iu3mBUsZBeRMnfJAUnMfICMKhm2GABXg { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:64.0625rem;top:119.6875rem;left:4.625rem;display:block; }
#pICl6ghy8MNIyhWGeTJbS4tEIRJ86Tzr { position:absolute;display:block;z-index:15020;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/84cfbdee-f405-483a-8677-c1fe2fdde837/noroot.crop_181x203_14,0");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:6.25rem;width:6.25rem;top:122.5rem;left:4.625rem;display:block; }#pICl6ghy8MNIyhWGeTJbS4tEIRJ86Tzr.adaptive-delivery-prevent-bg, #pICl6ghy8MNIyhWGeTJbS4tEIRJ86Tzr.lazyload, #pICl6ghy8MNIyhWGeTJbS4tEIRJ86Tzr.lazyloading { background-image: none; }
#y5akrkA8eWQvcq7NAHvQttp3UhIBlSGf { color:rgba(var(--color-tertiary-3),1);display:block;width:51.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:124.125rem;left:12.6875rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O8WfyUB6q9U6AEH6Sky7UcsJ9nGew0lH { color:rgba(var(--color-tertiary-3),1);display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:122.5rem;left:12.6875rem;height:1.13671875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#TINueDs69cF6nOyefw5tC9ePS7cWLDaP { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:64.0625rem;top:131.6875rem;left:4.625rem;display:block; }
#HSIHPlIAQuclh0ZbqSpkLTJ7svheZn97 { position:absolute;display:block;z-index:15024;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f613e587-1f7d-4967-b52d-ca21a7ad046f/noroot.crop_423x441_130,0");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:6.25rem;width:6.25rem;top:134.1875rem;left:4.625rem;display:block; }#HSIHPlIAQuclh0ZbqSpkLTJ7svheZn97.adaptive-delivery-prevent-bg, #HSIHPlIAQuclh0ZbqSpkLTJ7svheZn97.lazyload, #HSIHPlIAQuclh0ZbqSpkLTJ7svheZn97.lazyloading { background-image: none; }
#fDlCMtLApFyCtVc290hduAr3PEuyTTI3 { color:rgba(var(--color-tertiary-3),1);display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:134.1875rem;left:12.6875rem;height:1.13671875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#FB5nlyH6Qq4KTJdknhDctzEFzevMVfCF { color:rgba(var(--color-tertiary-3),1);display:block;width:51.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:135.8125rem;left:12.6875rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mwczCg8AWph3c4gumIW6vxXOVfG1qTQz { color:rgba(var(--color-tertiary-3),1);display:block;width:50.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:40.937496185302rem;left:12.1875rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#N0xCk9lhLaOx684AIJH0ZPhCTTbUAZJl { color:rgba(var(--color-tertiary-3),1);display:block;width:55.997875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:44.661754608154rem;left:12.307350158691rem;height:6.825rem;font-style:normal;text-align:justify;text-align-last:initial;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:none; }
#HLqhrflPxGH8k88XGXCHiGGe51Sb8DJ8 { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062144875rem;width:64.0625rem;top:54.3125rem;left:4.1875rem;display:none; }
#JuGxLAd5lVV3pk3mOO5gGLgmENxWNcLn { position:absolute;display:block;z-index:15017;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e9da87f3-9b68-4c34-bdfc-119a48a8d625/MaciejZaski.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:6.25rem;width:6.25rem;top:42.3125rem;left:4.625rem;display:block; }#JuGxLAd5lVV3pk3mOO5gGLgmENxWNcLn.adaptive-delivery-prevent-bg, #JuGxLAd5lVV3pk3mOO5gGLgmENxWNcLn.lazyload, #JuGxLAd5lVV3pk3mOO5gGLgmENxWNcLn.lazyloading { background-image: none; }
#bQzMKgcHDmp4TsNlsJ6MWK9xbh6hAMdh { color:rgba(var(--color-tertiary-3),1);display:block;width:55.996125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:21.1875rem;left:12.6875rem;height:3.41015625rem;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; }
#OPbnzn0tyusnZ0uWBAGiT8kS30NDU5dA { color:rgba(var(--color-tertiary-3),1);display:block;width:55.996125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:25.375rem;left:12.7529296875rem;height:6.8203125rem;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; }
#Ne764MT6BRWhNowLdst8STbTkG1mVryR { color:rgba(var(--color-tertiary-3),1);display:block;width:55.996125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:33.0625rem;left:12.7529296875rem;height:4.546875rem;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; }
#Mt3XyNK4Pa73KKnmF0SNaDuywTMo2LpO { color:rgba(var(--color-tertiary-3),1);display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:96.5625038147rem;left:12.6875rem;height:1.13671875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ZK6gqG1dQ1frHiuL0rm0gBdP4TRxAxc0 { color:rgba(var(--color-tertiary-3),1);display:block;width:52.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:98.5625038147rem;left:12.6875rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LV7fGP1N4suxkC092zg4lRLy7ChTzmra { position:absolute;display:block;z-index:15024;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a9a354d0-2b0d-47c7-9a11-c7e7a33d47ec/IMG_7884.JPEG");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:6.25rem;width:6.25rem;top:96.325523376462rem;left:4.625rem;display:block; }#LV7fGP1N4suxkC092zg4lRLy7ChTzmra.adaptive-delivery-prevent-bg, #LV7fGP1N4suxkC092zg4lRLy7ChTzmra.lazyload, #LV7fGP1N4suxkC092zg4lRLy7ChTzmra.lazyloading { background-image: none; }
#NXb2cQDRnN9xtCHzX6Xh1JCqPvGN1VTx { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:64.0625rem;top:106.3125038147rem;left:4.625rem;display:block; }
#fnDM0QtZUIV3noPZ0z1na8un2dyDqcmK { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem dotted rgba(var(--color-primary-2),1);background-color:rgba(var(--color-tertiary-0),0.75);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; }#fnDM0QtZUIV3noPZ0z1na8un2dyDqcmK > .row .container { background-color: transparent; background-image: none; }#fnDM0QtZUIV3noPZ0z1na8un2dyDqcmK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnDM0QtZUIV3noPZ0z1na8un2dyDqcmK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnDM0QtZUIV3noPZ0z1na8un2dyDqcmK > .row .container > .video-iframe-container { display: none; }#fnDM0QtZUIV3noPZ0z1na8un2dyDqcmK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnDM0QtZUIV3noPZ0z1na8un2dyDqcmK > .row > .video-iframe-container { display: none; }#fnDM0QtZUIV3noPZ0z1na8un2dyDqcmK > .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); }#fnDM0QtZUIV3noPZ0z1na8un2dyDqcmK > .row .container { border-width: 0; border-radius: 0; }#fnDM0QtZUIV3noPZ0z1na8un2dyDqcmK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fnDM0QtZUIV3noPZ0z1na8un2dyDqcmK > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:block; }#voIBzUqc7gQKA6IUUS63Hv0zKasMAFQP { color:rgba(var(--color-tertiary-3),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:2.5867004394531rem;left:17.686718940735rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N39QT3uqsTGEHrdn9tGzzZRFpTFLykbf { color:rgba(var(--color-primary-2),1);display:block;width:12.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.1875rem;left:3.6875rem;height:2.7625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b3wkSaqWv2TCfwLZigDKo0k13JTPTVlK { box-sizing:content-box;color:#5d92ff;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:1.71875rem;left:0rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem #000e96); }
#tgez8BF6Zhe6a76vDqHoDLQhf8nU4Wra { color:rgba(var(--color-tertiary-3),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.912109375rem;left:60.75rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Ey0PfImW4sQudOhPLg6B9ZhkcG8m1a11 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.75);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; }#Ey0PfImW4sQudOhPLg6B9ZhkcG8m1a11 > .row .container { background-color: transparent; background-image: none; }#Ey0PfImW4sQudOhPLg6B9ZhkcG8m1a11::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ey0PfImW4sQudOhPLg6B9ZhkcG8m1a11 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ey0PfImW4sQudOhPLg6B9ZhkcG8m1a11 > .row .container > .video-iframe-container { display: none; }#Ey0PfImW4sQudOhPLg6B9ZhkcG8m1a11 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ey0PfImW4sQudOhPLg6B9ZhkcG8m1a11 > .row > .video-iframe-container { display: none; }#Ey0PfImW4sQudOhPLg6B9ZhkcG8m1a11 > .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); }#Ey0PfImW4sQudOhPLg6B9ZhkcG8m1a11 > .row .container { border-width: 0; border-radius: 0; }#Ey0PfImW4sQudOhPLg6B9ZhkcG8m1a11 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ey0PfImW4sQudOhPLg6B9ZhkcG8m1a11 > .row .container { font-size:0.875rem;font-family:arial;height:153.3125rem;width:75rem;position:relative;display:block; }#bavJhx33ggvDLTJhDQJKa8vqXTWnx2CF { color:rgba(var(--color-tertiary-3),1);display:block;width:44.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:4.99982213974rem;left:12.687320709229rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BUMKv1AIT0pTzc7NF45f6mnBKTI8lRWE { color:rgba(var(--color-tertiary-3),1);display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.3742890357971rem;left:12.687320709229rem;height:1.13671875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#vwfAKt4uQWIDazDB3sRl5JAnnQA4LbFn { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062144875rem;width:64.0625rem;top:30.560157775879rem;left:5.46875rem;display:block; }
#aoJR06Kf6KbWfumI7pAqdVXeRMbTZGRH { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062144875rem;width:64.0625rem;top:55.061714172363rem;left:5.46875rem;display:block; }
#FU6rH74c8aRfv4dwzGvq8yDx5U6rT4Eb { color:rgba(var(--color-tertiary-3),1);display:block;width:47.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:34.874214172363rem;left:12.62265586853rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U0ckPvscgvhskLqm6p5chUJ9nzmINlJs { color:rgba(var(--color-tertiary-3),1);display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:33.249214172363rem;left:12.62265586853rem;height:1.1375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#eRU71QHwzuScwyq1blFFMewInD4IBR4t { color:rgba(var(--color-tertiary-3),1);display:block;width:44.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:70.124214172362rem;left:12.686719894409rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZCt2WHOvl4tNzSdgPvuyChNoo3dKPhwM { color:rgba(var(--color-tertiary-3),1);display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:68.249214172362rem;left:12.686719894409rem;height:1.1375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ub2Fckf4y0c3N7IX7ZGKN6qqIGTohaUZ { color:rgba(var(--color-tertiary-3),1);display:block;width:55.9991875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:39.599220275879rem;left:12.686719894409rem;height:12.503875rem;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; }
#QvxKkdCvNIULF57t7ImQnOdaS0VFDAnq { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a9c9a7fd-8c30-4769-9d75-921f73ab4320/EwaCzochrowska.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:6.25rem;width:6.25rem;top:3.74982213974rem;left:4.6875rem;display:block; }#QvxKkdCvNIULF57t7ImQnOdaS0VFDAnq.adaptive-delivery-prevent-bg, #QvxKkdCvNIULF57t7ImQnOdaS0VFDAnq.lazyload, #QvxKkdCvNIULF57t7ImQnOdaS0VFDAnq.lazyloading { background-image: none; }
#pSVX8FLyESbQbzxBxAFNWCSpxxGmZb0x { position:absolute;display:block;z-index:15017;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b106ef49-1416-4737-9cc6-60b41c3c4d89/BeataWalawskaZejdler.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:6.25rem;width:6.25rem;top:33.249214172363rem;left:4.6109380722046rem;display:block; }#pSVX8FLyESbQbzxBxAFNWCSpxxGmZb0x.adaptive-delivery-prevent-bg, #pSVX8FLyESbQbzxBxAFNWCSpxxGmZb0x.lazyload, #pSVX8FLyESbQbzxBxAFNWCSpxxGmZb0x.lazyloading { background-image: none; }
#em6gxMtwfyzSxdADJClUA3ALzal5AesH { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062144875rem;width:64.0625rem;top:65.123435974119rem;left:5.46875rem;display:block; }
#GskJAv0BKkDK7bfTeO97N94bp0E028uC { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:4.74964375rem;width:4.74964375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:57.249214172363rem;left:5.6867189407349rem; }
#XShbmnHAr15NzGiEfktwXGBdJ77tibE7 { color:rgba(var(--color-tertiary-3),1);display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:58.249214172363rem;left:12.8125rem;height:1.1375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#TrUVTGFsQ6g1GbBA0ResffgNdKIscOsV { color:rgba(var(--color-tertiary-3),1);display:block;width:44.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:59.999214172363rem;left:12.686719894409rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tL8fNZUJicDyHUg0EB0rESTqIgrBQaDz { color:rgba(var(--color-tertiary-3),1);display:block;width:44.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:122.9375rem;left:12.6865234375rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ynzUL8zKeGE29Ta7QWkA2ZbRy1zds0zl { color:rgba(var(--color-tertiary-3),1);display:block;width:55.9991875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:8.62343788147rem;left:12.686719894409rem;height:7.957rem;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; }
#z9TwozkvMObhWJqiHvglmSegzaPTR5dE { color:rgba(var(--color-tertiary-3),1);display:block;width:55.9984375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:17.8125rem;left:12.686719894409rem;height:10.2305rem;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; }
#CkTtKvwre9c7TEkKDnUDqoNvIi0ciE4R { color:rgba(var(--color-tertiary-3),1);display:block;width:44.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:129.0625rem;left:12.6865234375rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bSIZvWcaV37Os6PFdKlKfVnETxT3J90o { color:rgba(var(--color-tertiary-3),1);display:block;width:44.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:73.69921875rem;left:12.686719894409rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T9zeXvcgGSUWUJd962noGdoZboyTDrQM { color:rgba(var(--color-tertiary-3),1);display:block;width:44.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:76.57421875rem;left:12.686719894409rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ooqoohzc3b0QfuOT3K38VqxyuN8QVKNA { color:rgba(var(--color-tertiary-3),1);display:block;width:44.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:133.875rem;left:12.6875rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JFubJODg8gzGL02KSQptRrTarTm0EmBD { color:rgba(var(--color-tertiary-3),1);display:block;width:46.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:139.875rem;left:12.6875rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J0uTg4kaxhZ5szZT85Isk2uly1kIuXgT { color:rgba(var(--color-tertiary-3),1);display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:138.23828125rem;left:12.6865234375rem;height:1.1375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#r08go6VZIi8vZTzEv4nL2AsvppHGDgXf { color:rgba(var(--color-tertiary-3),1);display:block;width:44.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:145.5rem;left:12.6865234375rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#glK9Whn2l7bQcwgSHIXc2m5SufJfmbBB { color:rgba(var(--color-tertiary-3),1);display:block;width:55.9991875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:8.62343788147rem;left:12.686719894409rem;height:7.9625rem;font-style:normal;text-align:justify;text-align-last:initial;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:none; }
#RZVTEZTtwgUQ9tfQTMWaQSQxL0PQAV2K { color:rgba(var(--color-tertiary-3),1);display:block;width:55.9991875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:35.536719322204rem;left:12.686719894409rem;height:12.5125rem;font-style:normal;text-align:justify;text-align-last:initial;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:none; }
#OP3NR2GvRqO7Aol3g8zmw9gmrGWziBVz { position:absolute;display:block;z-index:15019;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6706c00c-b20e-49f2-8b58-5bc52daac1b0/MarzenaDominiak.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:6.25rem;width:6.25rem;top:80.25rem;left:4.3125rem;display:block; }#OP3NR2GvRqO7Aol3g8zmw9gmrGWziBVz.adaptive-delivery-prevent-bg, #OP3NR2GvRqO7Aol3g8zmw9gmrGWziBVz.lazyload, #OP3NR2GvRqO7Aol3g8zmw9gmrGWziBVz.lazyloading { background-image: none; }
#VndBLFIe4qIWsn0NODEptvfH6rBfuB0F { color:rgba(var(--color-tertiary-3),1);display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:82.875rem;left:12.5625rem;height:1.1375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#xAhFo4qkZxUlwVfH50lSXGb2V5oeOKke { position:absolute;display:block;z-index:15021;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/efe226b0-8086-4cba-a6c3-53d09c4e4b33/noroot.crop_532x534_0,0");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:6.25rem;width:6.25rem;top:88.8125rem;left:4.1875rem;display:block; }#xAhFo4qkZxUlwVfH50lSXGb2V5oeOKke.adaptive-delivery-prevent-bg, #xAhFo4qkZxUlwVfH50lSXGb2V5oeOKke.lazyload, #xAhFo4qkZxUlwVfH50lSXGb2V5oeOKke.lazyloading { background-image: none; }
#bEfFZEirveOX6SDKJaBxe6OdE8sg0T8f { color:rgba(var(--color-tertiary-3),1);display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:91.4375rem;left:12.4375rem;height:1.1375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#mrZfB5dDcIbVibuQUZocH1T7Xtn3TdCL { position:absolute;display:block;z-index:15023;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3ba97e80-f618-4774-a791-da7203829b2f/noroot.crop_267x266_56,0");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:6.25rem;width:6.25rem;top:97.4375rem;left:4.1875rem;display:block; }#mrZfB5dDcIbVibuQUZocH1T7Xtn3TdCL.adaptive-delivery-prevent-bg, #mrZfB5dDcIbVibuQUZocH1T7Xtn3TdCL.lazyload, #mrZfB5dDcIbVibuQUZocH1T7Xtn3TdCL.lazyloading { background-image: none; }
#J624ISTBUWJO24TibezwnmzLT9XC22Cy { color:rgba(var(--color-tertiary-3),1);display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:100.0625rem;left:12.4375rem;height:1.1375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#B4xBDBw0Bc9HDbX18dKeXKWAp7Aa3f4k { position:absolute;display:block;z-index:15025;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6a68f8dc-e5f6-43d2-a287-4be858e84dcb/KrzysztofNowosielski.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:6.25rem;width:6.25rem;top:106.1875rem;left:4.1875rem;display:block; }#B4xBDBw0Bc9HDbX18dKeXKWAp7Aa3f4k.adaptive-delivery-prevent-bg, #B4xBDBw0Bc9HDbX18dKeXKWAp7Aa3f4k.lazyload, #B4xBDBw0Bc9HDbX18dKeXKWAp7Aa3f4k.lazyloading { background-image: none; }
#Igqnb8uaLkMZ2N7TE1qnGAUUb33oolax { color:rgba(var(--color-tertiary-3),1);display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:108.8125rem;left:12.4375rem;height:1.1375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#U7ef9OMPz1wC0aSW4mGrZTWvdaWm3sgc { position:absolute;display:block;z-index:15027;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6d175140-5883-41c0-bfd0-f58efea6fd82/ErnestKuchar.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:6.25rem;width:6.25rem;top:114.625rem;left:4.25rem;display:block; }#U7ef9OMPz1wC0aSW4mGrZTWvdaWm3sgc.adaptive-delivery-prevent-bg, #U7ef9OMPz1wC0aSW4mGrZTWvdaWm3sgc.lazyload, #U7ef9OMPz1wC0aSW4mGrZTWvdaWm3sgc.lazyloading { background-image: none; }
#bgXnS2gySZvP2rCklZNRITWo0nJaAtIP { color:rgba(var(--color-tertiary-3),1);display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:117.25rem;left:12.5rem;height:1.1375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ZHFT1yeoto7UeRhA9yLmZDTPU1cQQcNv { color:rgba(var(--color-tertiary-3),1);display:block;width:55.9984375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:17.8125rem;left:12.686719894409rem;height:6.825rem;font-style:normal;text-align:justify;text-align-last:initial;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:none; }
#eNeVgH96JKXqqVnTQ3uAsDFEbzdBzu4X { color:rgba(var(--color-tertiary-3),1);display:block;width:46.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:139.1875rem;left:12.6875rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Vz52VvRzOluTi6Lbl92wdc1d9baNHQ6k { position:absolute;display:block;z-index:15028;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8165d441-7946-427e-94b4-d3ce06f62ac7/noroot.crop_521x542_62,0");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:6.25rem;width:6.25rem;top:137.662109375rem;left:4.6875rem;display:block; }#Vz52VvRzOluTi6Lbl92wdc1d9baNHQ6k.adaptive-delivery-prevent-bg, #Vz52VvRzOluTi6Lbl92wdc1d9baNHQ6k.lazyload, #Vz52VvRzOluTi6Lbl92wdc1d9baNHQ6k.lazyloading { background-image: none; }
#gmqPhde5iQV8e9ZLd1v1oVL31WqlRvTg { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem dotted rgba(var(--color-primary-2),1);background-color:rgba(var(--color-tertiary-0),0.75);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; }#gmqPhde5iQV8e9ZLd1v1oVL31WqlRvTg > .row .container { background-color: transparent; background-image: none; }#gmqPhde5iQV8e9ZLd1v1oVL31WqlRvTg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gmqPhde5iQV8e9ZLd1v1oVL31WqlRvTg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gmqPhde5iQV8e9ZLd1v1oVL31WqlRvTg > .row .container > .video-iframe-container { display: none; }#gmqPhde5iQV8e9ZLd1v1oVL31WqlRvTg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gmqPhde5iQV8e9ZLd1v1oVL31WqlRvTg > .row > .video-iframe-container { display: none; }#gmqPhde5iQV8e9ZLd1v1oVL31WqlRvTg > .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); }#gmqPhde5iQV8e9ZLd1v1oVL31WqlRvTg > .row .container { border-width: 0; border-radius: 0; }#gmqPhde5iQV8e9ZLd1v1oVL31WqlRvTg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gmqPhde5iQV8e9ZLd1v1oVL31WqlRvTg > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:block; }#d48eQxD93iRad1voG5GT0bcRTmGITgAt { color:rgba(var(--color-tertiary-3),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:2.5867137908936rem;left:17.499218940735rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fMJ1qtpI3eMiZkJQ92s4bpZMqXCS4Xbs { color:rgba(var(--color-primary-2),1);display:block;width:8.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.1875rem;left:3.6875rem;height:2.7625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ALC2So42uopuXN9fTtI23LTidhERN0JT { color:rgba(var(--color-tertiary-3),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.9125003814698rem;left:60.750000953674rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#WLnHO4HMsqKIEAzIhSpSGztPqBhcV7Kf { box-sizing:content-box;color:#5d92ff;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:1.71875rem;left:0rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem #000e96); }
#M7w1IaUQVxrmF9NhwqFE7tPVzRIiw4Nq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.75);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; }#M7w1IaUQVxrmF9NhwqFE7tPVzRIiw4Nq > .row .container { background-color: transparent; background-image: none; }#M7w1IaUQVxrmF9NhwqFE7tPVzRIiw4Nq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M7w1IaUQVxrmF9NhwqFE7tPVzRIiw4Nq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M7w1IaUQVxrmF9NhwqFE7tPVzRIiw4Nq > .row .container > .video-iframe-container { display: none; }#M7w1IaUQVxrmF9NhwqFE7tPVzRIiw4Nq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M7w1IaUQVxrmF9NhwqFE7tPVzRIiw4Nq > .row > .video-iframe-container { display: none; }#M7w1IaUQVxrmF9NhwqFE7tPVzRIiw4Nq > .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); }#M7w1IaUQVxrmF9NhwqFE7tPVzRIiw4Nq > .row .container { border-width: 0; border-radius: 0; }#M7w1IaUQVxrmF9NhwqFE7tPVzRIiw4Nq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M7w1IaUQVxrmF9NhwqFE7tPVzRIiw4Nq > .row .container { font-size:0.875rem;font-family:arial;height:116.25rem;width:75rem;position:relative;display:block; }#OU5QH1dNyzvpc7Hw9PW9CwWgmW77ZfuB { color:rgba(var(--color-tertiary-3),1);display:block;width:51.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:4.6867141723633rem;left:12.936719894409rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aFTRPzNC1Qh340BXsaBeeFxGJzxSIPcO { color:rgba(var(--color-tertiary-3),1);display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:3.0617141723633rem;left:12.936719894409rem;height:1.13671875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#v5J5gzTdzgXIZR0Z9WU2h7RMhbBZCsZ4 { position:absolute;display:block;z-index:15024;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/08b09f4c-d88c-42cd-ad66-4743fdb0ad89/WiolettaKozowskaPciak.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:6.25rem;width:6.25rem;top:3.25390625rem;left:4.6226568222046rem;display:block; }#v5J5gzTdzgXIZR0Z9WU2h7RMhbBZCsZ4.adaptive-delivery-prevent-bg, #v5J5gzTdzgXIZR0Z9WU2h7RMhbBZCsZ4.lazyload, #v5J5gzTdzgXIZR0Z9WU2h7RMhbBZCsZ4.lazyloading { background-image: none; }
#W1Ww74HzENDX2uTh59lx2tKS6MlFI9HE { color:rgba(var(--color-tertiary-3),1);display:block;width:51.8111875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:41.634136199951rem;left:12.936199188233rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fGdRTLFm2isrXBlc6ntlppvdfdP4ebgJ { color:rgba(var(--color-tertiary-3),1);display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:40.1875rem;left:13rem;height:1.13671875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#lkAUWdxPuDmmDNzbbbXdPdswVWHuMbzh { position:absolute;display:block;z-index:15029;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4c80dd8a-5d2c-413a-b365-df6ddd8a3ff6/noroot.crop_606x556_72,0");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:6.25rem;width:6.25rem;top:40.375rem;left:4.6875rem;display:block; }#lkAUWdxPuDmmDNzbbbXdPdswVWHuMbzh.adaptive-delivery-prevent-bg, #lkAUWdxPuDmmDNzbbbXdPdswVWHuMbzh.lazyload, #lkAUWdxPuDmmDNzbbbXdPdswVWHuMbzh.lazyloading { background-image: none; }
#uk4IieUyVwPikBm6xbkPs54y4NPRQrBg { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062144875rem;width:64.0625rem;top:12.12656211853rem;left:5.9375rem;display:block; }
#lvapRqXE43IkOyq3ERt3zGguTLgRMLJt { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062144875rem;width:64.0625rem;top:47.373961925507rem;left:5.46875rem;display:none; }
#WP6ZC9ypxTGQ6eronLSH6ve4LuXCetgN { color:rgba(var(--color-tertiary-3),1);display:block;width:51.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:53rem;left:12.9375rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hrgKMWsZa1KU0Q9wL8TmJv5Sn3PnWumh { color:rgba(var(--color-tertiary-3),1);display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:51.375rem;left:12.9375rem;height:1.13671875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#PWaJuT9AizxtC5U4uL9eaPNa1t4CumCZ { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.06171875rem;width:64.0625rem;top:49.375rem;left:5.9375rem;display:block; }
#wMf7MIyd8Goa0tEZvro9KcV7PWZiwbDf { position:absolute;display:block;z-index:15031;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6706c00c-b20e-49f2-8b58-5bc52daac1b0/MarzenaDominiak.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:6.25rem;width:6.25rem;top:57.375rem;left:4.625rem;display:block; }#wMf7MIyd8Goa0tEZvro9KcV7PWZiwbDf.adaptive-delivery-prevent-bg, #wMf7MIyd8Goa0tEZvro9KcV7PWZiwbDf.lazyload, #wMf7MIyd8Goa0tEZvro9KcV7PWZiwbDf.lazyloading { background-image: none; }
#P3B1h7Pt0d9infMzdkXF8ti25KXAVoXL { color:rgba(var(--color-tertiary-3),1);display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:59.4375rem;left:12.9375rem;height:2.2734375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XzZgUBDtklW99N7TTkmVC5zCvRnDcasy { color:rgba(var(--color-tertiary-3),1);display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:57.375rem;left:12.9375rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EuhpVLQ5KwcrECdZbVvIZFmTmFE6qvu4 { position:absolute;display:block;z-index:15033;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/500651f1-c99e-4a11-a0ea-d16d37ae572d/WojciechSimka.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:6.25rem;width:6.25rem;top:65.5rem;left:4.625rem;display:block; }#EuhpVLQ5KwcrECdZbVvIZFmTmFE6qvu4.adaptive-delivery-prevent-bg, #EuhpVLQ5KwcrECdZbVvIZFmTmFE6qvu4.lazyload, #EuhpVLQ5KwcrECdZbVvIZFmTmFE6qvu4.lazyloading { background-image: none; }
#w3nHLvffVtG5bGFeJrCzt6s0stxLs4ZS { color:rgba(var(--color-tertiary-3),1);display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:67.5625rem;left:12.9375rem;height:2.2734375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xJw1NvsWNcQPFsRwf76LGcNGdxEb3H7h { position:absolute;display:block;z-index:15035;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/76e84c01-d917-46e0-8e5a-9c6802fa5254/noroot.crop_530x507_61,0");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:6.25rem;width:6.25rem;top:74rem;left:4.625rem;display:block; }#xJw1NvsWNcQPFsRwf76LGcNGdxEb3H7h.adaptive-delivery-prevent-bg, #xJw1NvsWNcQPFsRwf76LGcNGdxEb3H7h.lazyload, #xJw1NvsWNcQPFsRwf76LGcNGdxEb3H7h.lazyloading { background-image: none; }
#lxhWtKo1THGNMRtToN6xX1RS5Ia5ZVUo { color:rgba(var(--color-tertiary-3),1);display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:76.0625rem;left:12.9375rem;height:2.2734375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#watH8vOtZmLm9XsHqwc0tpeJ8vFslb0S { position:absolute;display:block;z-index:15037;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f75a1eb9-df4e-4072-8a1d-767d83015003/noroot.crop_595x595_0,48");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:6.25rem;width:6.25rem;top:82.25rem;left:4.6875rem;display:block; }#watH8vOtZmLm9XsHqwc0tpeJ8vFslb0S.adaptive-delivery-prevent-bg, #watH8vOtZmLm9XsHqwc0tpeJ8vFslb0S.lazyload, #watH8vOtZmLm9XsHqwc0tpeJ8vFslb0S.lazyloading { background-image: none; }
#Jno5shvRstZS1TbGIuIb9cPAhJnyIQGT { color:rgba(var(--color-tertiary-3),1);display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:84.3125rem;left:13rem;height:2.2734375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mzSX6QJtUSefcBmWwqIENw86rvBXaezx { color:rgba(var(--color-tertiary-3),1);display:block;width:55.9984375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:90rem;left:12.9375rem;height:9.09375rem;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; }
#Mz7CsUahhKtnmWA0020U9OQlGuvuvtpv { position:absolute;display:block;z-index:15038;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:2.9375rem;width:35.5625rem;top:101.25rem;left:12.9375rem;overflow:hidden;display:block; }
#JrNyh8LDtJ2IXrCpk1p85TvfPkIH003D { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:107.1875rem;left:4.6875rem; }
#SgvmXMJl4aIcU9qukT7fE0z3APXwTG0w { color:rgba(var(--color-tertiary-3),1);display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:107.1875rem;left:12.375rem;height:1.13671875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ywNTyQoTwMtDgZPAHHT6Pc0wt6trwiMu { color:rgba(var(--color-tertiary-3),1);display:block;width:50.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:109.1875rem;left:12rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WezAUVIWsne9GB4vpA7wuXi6OuSfbQur { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.06171875rem;width:64.0625rem;top:105.9375rem;left:5.9375rem;display:block; }
#m2VqomcbKUrq45bESHpfMzAQrIMZJL3C { color:rgba(var(--color-tertiary-3),1);display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:58.687501907349rem;left:13rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Q88Rlb8GyydEV1IXFcfm1tqdnKkBlO5V { color:rgba(var(--color-tertiary-3),1);display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:50.437501907349rem;left:12.9375rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#pgZ8xHL1TdHiO0OI38pktMiKQwVyi8q1 { color:rgba(var(--color-tertiary-3),1);display:block;width:55.9984375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:64.360940933225rem;left:12.9375rem;height:9.1rem;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:none; }
#BMhPSQxr40fwns2clN11CzgTGi7dCkKd { color:rgba(var(--color-tertiary-3),1);display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:14.434896469116rem;left:12.936199188233rem;height:1.13671875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#nUVEPGaEwpeaSbdNKiCaokB6KbkL2PXk { color:rgba(var(--color-tertiary-3),1);display:block;width:51.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:16.122398376465rem;left:12.936199188233rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g21bWIpRTEpsAFOacPuAzIAPwuhtt1s3 { color:rgba(var(--color-tertiary-3),1);display:block;width:55.996125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:21.4375rem;left:12.936199188233rem;height:4.546875rem;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; }
#CRlZzrTnzfSHDTrI7H3aMIWHPTcTgOxF { color:rgba(var(--color-tertiary-3),1);display:block;width:55.996125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:27.5rem;left:12.936199188233rem;height:6.8203125rem;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; }
#xUuxy1XUAXLnJiwn29zJVDTTrANXef35 { position:absolute;display:block;z-index:15025;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b88eea15-6878-4011-b1e8-ffc662a2d517/KarolinaRybarskaCakiemZdrowo1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:6.25rem;width:6.25rem;top:14.0625rem;left:4.62109375rem;display:block; }#xUuxy1XUAXLnJiwn29zJVDTTrANXef35.adaptive-delivery-prevent-bg, #xUuxy1XUAXLnJiwn29zJVDTTrANXef35.lazyload, #xUuxy1XUAXLnJiwn29zJVDTTrANXef35.lazyloading { background-image: none; }
#DXnO9EfiMua9nTGv0oL4MktJXAzRQGzi { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0611979375rem;width:64.0625rem;top:37.188802719116rem;left:5.9375rem;display:block; }
#KtzDqeVfATP4QdqA2KaathJfXdgmwlrd { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062144875rem;width:64.0625rem;top:47.373961925507rem;left:5.46875rem;display:none; }
#UCsmTlaKnvQvMhMMHQkANJTI8WnUTdyo { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem dotted rgba(var(--color-primary-2),1);background-color:rgba(var(--color-tertiary-0),0.75);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; }#UCsmTlaKnvQvMhMMHQkANJTI8WnUTdyo > .row .container { background-color: transparent; background-image: none; }#UCsmTlaKnvQvMhMMHQkANJTI8WnUTdyo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UCsmTlaKnvQvMhMMHQkANJTI8WnUTdyo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UCsmTlaKnvQvMhMMHQkANJTI8WnUTdyo > .row .container > .video-iframe-container { display: none; }#UCsmTlaKnvQvMhMMHQkANJTI8WnUTdyo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UCsmTlaKnvQvMhMMHQkANJTI8WnUTdyo > .row > .video-iframe-container { display: none; }#UCsmTlaKnvQvMhMMHQkANJTI8WnUTdyo > .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); }#UCsmTlaKnvQvMhMMHQkANJTI8WnUTdyo > .row .container { border-width: 0; border-radius: 0; }#UCsmTlaKnvQvMhMMHQkANJTI8WnUTdyo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UCsmTlaKnvQvMhMMHQkANJTI8WnUTdyo > .row .container { font-size:0.875rem;font-family:arial;height:9.825rem;width:75rem;position:relative;display:block; }#RTdIFi9htxMtaSnpOG8kxUTygb7Ftly5 { color:rgba(var(--color-primary-2),1);display:block;width:64.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.1875rem;left:3.6875rem;height:5.5234375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IhnRc3rps0gIySibyWKzFDPb7mITtEbd { box-sizing:content-box;color:#5d92ff;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:1.71875rem;left:0rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem #000e96); }
#ow1r6b5Q2HVvXZKEnWWDNRhErF0uAoV3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.75);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; }#ow1r6b5Q2HVvXZKEnWWDNRhErF0uAoV3 > .row .container { background-color: transparent; background-image: none; }#ow1r6b5Q2HVvXZKEnWWDNRhErF0uAoV3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ow1r6b5Q2HVvXZKEnWWDNRhErF0uAoV3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ow1r6b5Q2HVvXZKEnWWDNRhErF0uAoV3 > .row .container > .video-iframe-container { display: none; }#ow1r6b5Q2HVvXZKEnWWDNRhErF0uAoV3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ow1r6b5Q2HVvXZKEnWWDNRhErF0uAoV3 > .row > .video-iframe-container { display: none; }#ow1r6b5Q2HVvXZKEnWWDNRhErF0uAoV3 > .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); }#ow1r6b5Q2HVvXZKEnWWDNRhErF0uAoV3 > .row .container { border-width: 0; border-radius: 0; }#ow1r6b5Q2HVvXZKEnWWDNRhErF0uAoV3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ow1r6b5Q2HVvXZKEnWWDNRhErF0uAoV3 > .row .container { font-size:0.875rem;font-family:arial;height:108.6875rem;width:75rem;position:relative;display:block; }#vDmVSfwm4BKyL006KvuxvR4CfdGGLz8t { color:rgba(var(--color-tertiary-3),1);display:block;width:65.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:2.6234378814698rem;left:3.75rem;height:2.2734375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ZQr8SCTamUeWhH1ID4bkH42e1tO42Vtw { color:rgba(var(--color-tertiary-3),1);display:block;width:65.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:5.8734378814697rem;left:3.75rem;height:4.546875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#iCZpH7oUQsLl13BGusg8QqxDy5P5e5m4 { color:rgba(var(--color-tertiary-3),1);display:block;width:65.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:11.560546875rem;left:3.75rem;height:2.2734375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#At6vPWKuI9nacnLIKxSNsoc4JFIS6kGa { color:rgba(var(--color-tertiary-3),1);display:block;width:65.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:14.935546875rem;left:3.75rem;height:1.1375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#UiMyPXrPpZMfvWcnXqH613nm8iCarWBM { color:rgba(var(--color-tertiary-3),1);display:block;width:65.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:16.748046875rem;left:3.75rem;height:1.1375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#UiMyPXrPpZMfvWcnXqH613nm8iCarWBM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UiMyPXrPpZMfvWcnXqH613nm8iCarWBM li:before{  }
#J9p84LtKeXr7mQkgyk7n0zUgoypBbD6y { color:rgba(var(--color-tertiary-3),1);display:block;width:65.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:18.498046875rem;left:3.75rem;height:1.1375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#J9p84LtKeXr7mQkgyk7n0zUgoypBbD6y li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#J9p84LtKeXr7mQkgyk7n0zUgoypBbD6y li:before{  }
#ESihCdTLuCVDceJbHc3FHrTx6aZJmKH4 { color:rgba(var(--color-tertiary-3),1);display:block;width:65.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:20.248046875rem;left:3.75rem;height:1.1375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#ESihCdTLuCVDceJbHc3FHrTx6aZJmKH4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ESihCdTLuCVDceJbHc3FHrTx6aZJmKH4 li:before{  }
#vfOSythHpAbgLsaKLM5NPyLKp2SDeZLK { color:rgba(var(--color-tertiary-3),1);display:block;width:65.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:22.185546875rem;left:3.75rem;height:1.1375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#vfOSythHpAbgLsaKLM5NPyLKp2SDeZLK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vfOSythHpAbgLsaKLM5NPyLKp2SDeZLK li:before{  }
#FuDtnitn4hxqPiPFkVxLqblcD9Q6y7sp { color:rgba(var(--color-tertiary-3),1);display:block;width:65.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:24.873046875rem;left:3.75rem;height:1.1375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#zhqd0P8XqdUJNVx2iWmi4cpaIh3ghOlw { color:rgba(var(--color-tertiary-3),1);display:block;width:65.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:26.810546875rem;left:3.75rem;height:1.1375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#zhqd0P8XqdUJNVx2iWmi4cpaIh3ghOlw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zhqd0P8XqdUJNVx2iWmi4cpaIh3ghOlw li:before{  }
#HZIgN5Ov8H80t7wA6QWKTnU2E7AHB4rh { color:rgba(var(--color-tertiary-3),1);display:block;width:65.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:28.685546875rem;left:3.75rem;height:2.2734375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#HZIgN5Ov8H80t7wA6QWKTnU2E7AHB4rh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HZIgN5Ov8H80t7wA6QWKTnU2E7AHB4rh li:before{  }
#JyRDMIdZ2FVia22cnm6wNJ4R7MHn8uSk { color:rgba(var(--color-tertiary-3),1);display:block;width:65.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:31.623046875rem;left:3.75rem;height:1.1375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#JyRDMIdZ2FVia22cnm6wNJ4R7MHn8uSk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JyRDMIdZ2FVia22cnm6wNJ4R7MHn8uSk li:before{  }
#rIdMHPTE2SPXnmei8s7TcTCZkLcXLNgn { color:rgba(var(--color-tertiary-3),1);display:block;width:65.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:33.560546875rem;left:3.75rem;height:2.2734375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#rIdMHPTE2SPXnmei8s7TcTCZkLcXLNgn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rIdMHPTE2SPXnmei8s7TcTCZkLcXLNgn li:before{  }
#qQACZ5JiuCtmuMFRl2s8ppmDPVXOsmT2 { color:rgba(var(--color-tertiary-3),1);display:block;width:65.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:36.873046875rem;left:3.75rem;height:1.1375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#RZKcho65Q8iLIJfKdAcVQDPMh8MyRXqz { color:rgba(var(--color-tertiary-3),1);display:block;width:65.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:38.998046875rem;left:3.75rem;height:1.13671875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#eLhsq1305IJ9W7C0RDyvD9GAWAztTi9m { color:rgba(var(--color-tertiary-3),1);display:block;width:65.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:43.123046875rem;left:3.75rem;height:1.1375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#l8HMzeCr8gmqeJZQen7oM2E5WDAdK7s2 { color:rgba(var(--color-tertiary-3),1);display:block;width:65.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:44.810546875rem;left:3.75rem;height:1.1375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#isgsNdoU48QPaKfTUUJhr8SQ8fiDoTrq { color:rgba(var(--color-tertiary-3),1);display:block;width:65.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:46.810546875rem;left:3.75rem;height:5.484375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#isgsNdoU48QPaKfTUUJhr8SQ8fiDoTrq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#isgsNdoU48QPaKfTUUJhr8SQ8fiDoTrq li:before{  }
#lHhUsSE5NQ3F1NFa1OEGOqxDH6NgGo8t { color:rgba(var(--color-tertiary-3),1);display:block;width:65.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:53.373046875rem;left:3.75rem;height:1.1375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#VHG5fmbSJpvLKuGTuNVkrHPQoLgdegEB { color:rgba(var(--color-tertiary-3),1);display:block;width:65.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:55.185546875rem;left:3.75rem;height:5.484375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#VHG5fmbSJpvLKuGTuNVkrHPQoLgdegEB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VHG5fmbSJpvLKuGTuNVkrHPQoLgdegEB li:before{  }
#mIc8mBe7wyBzUvUPocFogQ52F66AmlCI { color:rgba(var(--color-tertiary-3),1);display:block;width:65.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:61.685546875rem;left:3.75rem;height:1.1375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#aLwAw7vetTr1qS1NPuczNwAxDDNc7N9C { color:rgba(var(--color-tertiary-3),1);display:block;width:65.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:63.498046875rem;left:3.75rem;height:6.933625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#aLwAw7vetTr1qS1NPuczNwAxDDNc7N9C li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aLwAw7vetTr1qS1NPuczNwAxDDNc7N9C li:before{  }
#EtTHXJWZkoomgQPrGmkQXnME8ky3m7PT { color:rgba(var(--color-tertiary-3),1);display:block;width:65.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:71.623046875rem;left:3.75rem;height:1.1375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#rNLJSBOdTqL5wiPSJT5znK8JAHEIwLBU { color:rgba(var(--color-tertiary-3),1);display:block;width:65.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:73.560546875rem;left:3.75rem;height:2.5859375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#rNLJSBOdTqL5wiPSJT5znK8JAHEIwLBU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rNLJSBOdTqL5wiPSJT5znK8JAHEIwLBU li:before{  }
#Sv4iETaGpccNK78Md1ATsPGrMxgWWS4Q { color:rgba(var(--color-tertiary-3),1);display:block;width:65.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:77.373046875rem;left:3.75rem;height:1.1375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#r3dr4taBml3Wsvpv2gwsxstWSVlilebP { color:rgba(var(--color-tertiary-3),1);display:block;width:65.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:79.185546875rem;left:3.75rem;height:9.832rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#r3dr4taBml3Wsvpv2gwsxstWSVlilebP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#r3dr4taBml3Wsvpv2gwsxstWSVlilebP li:before{  }
#gzvJIssL4QEV0b27LZUZ1AUL1wMp2bI6 { color:rgba(var(--color-tertiary-3),1);display:block;width:65.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:90.248046875rem;left:3.75rem;height:1.1375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#o4LdwrdLO2vJU7DaklwPuJFC5cxlzGf6 { color:rgba(var(--color-tertiary-3),1);display:block;width:65.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:92.248046875rem;left:3.75rem;height:2.5859375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#o4LdwrdLO2vJU7DaklwPuJFC5cxlzGf6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#o4LdwrdLO2vJU7DaklwPuJFC5cxlzGf6 li:before{  }
#vGL3heTXhTsymOUGkbE9CNBB5hshVztd { color:rgba(var(--color-tertiary-3),1);display:block;width:65.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:95.810546875rem;left:3.75rem;height:1.1375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#u5KmiQreMeObMC0nTIg2FZ1qk0luQwMK { color:rgba(var(--color-tertiary-3),1);display:block;width:65.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:97.873046875rem;left:3.75rem;height:2.5859375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#u5KmiQreMeObMC0nTIg2FZ1qk0luQwMK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#u5KmiQreMeObMC0nTIg2FZ1qk0luQwMK li:before{  }
#zcU3OlyLOfCwvz9EyvPV1w7abE3uGBE1 { color:rgba(var(--color-tertiary-3),1);display:block;width:65.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:101.560546875rem;left:3.75rem;height:1.1375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#zOv32baBNnkrNxzJwW10FIxh5T5ERHwq { color:rgba(var(--color-tertiary-3),1);display:block;width:65.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:103.310546875rem;left:3.75rem;height:;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#zOv32baBNnkrNxzJwW10FIxh5T5ERHwq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zOv32baBNnkrNxzJwW10FIxh5T5ERHwq li:before{  }
#Mzfnl970ieWiT4Z6Phk0tJD0f5rl4kGI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),0.75), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),0.75), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),0.75), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),0.75), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.75)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.75)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),0.75), rgba(var(--color-tertiary-0),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Mzfnl970ieWiT4Z6Phk0tJD0f5rl4kGI > .row .container { border-width: 0; border-radius: 0; }#Mzfnl970ieWiT4Z6Phk0tJD0f5rl4kGI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mzfnl970ieWiT4Z6Phk0tJD0f5rl4kGI > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:none; }#UcArvSN03mTiv7EcE4ZC4KgJKWUOxy6s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.75);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; }#UcArvSN03mTiv7EcE4ZC4KgJKWUOxy6s > .row .container { border-width: 0; border-radius: 0; }#UcArvSN03mTiv7EcE4ZC4KgJKWUOxy6s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UcArvSN03mTiv7EcE4ZC4KgJKWUOxy6s > .row .container { font-size:0.875rem;font-family:arial;height:124.8125rem;width:75rem;position:relative;display:none; }#dOsMqiQqGVd1DOzPTqWWkTd5cxR3d6Vr { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:2rem;left:8.1875rem; }
#IQsIQ2J5iGAA7CEIyOcdND3hQnHpZJTT { color:rgba(var(--color-tertiary-3),1);display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:2.625rem;left:15.5rem;height:1.1375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#dTTCPveUpEAff9A3M5cWBIkUiLW9bI3T { color:rgba(var(--color-tertiary-3),1);display:block;width:44.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:4.25rem;left:15.5rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MdJR6Jyy8KTTiTEURLQmsTGgUkbvZ3hZ { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:64.0625rem;top:8.3125rem;left:5.4375rem;display:block; }
#dg0JW1aVWA5tVE0rcWH3UVLaNhczv1Me { position:absolute;display:block;z-index:15009;background-color:#fbfbfb;background-image:url("https://images.assets-landingi.com/uc/fb83ce32-4f08-44e2-968b-057b7c4ccd4d/Prelegenci_Dental_Gorski.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:6.25rem;width:6.25rem;top:10.3125rem;left:7.375rem;display:block; }#dg0JW1aVWA5tVE0rcWH3UVLaNhczv1Me.adaptive-delivery-prevent-bg, #dg0JW1aVWA5tVE0rcWH3UVLaNhczv1Me.lazyload, #dg0JW1aVWA5tVE0rcWH3UVLaNhczv1Me.lazyloading { background-image: none; }
#G4iZJM52yJ7tOTRzfkJB27TRcQWmP9x6 { color:rgba(var(--color-tertiary-3),1);display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:10.3125rem;left:15.5rem;height:1.1375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#d55dpcT5ir4tK0IeOMkd4vci5KJ4kvB7 { color:rgba(var(--color-tertiary-3),1);display:block;width:48rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:11.9375rem;left:15.5rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QOb8TmhVrkpfPPCzVcZ9UBTkfQBeevN0 { color:rgba(var(--color-tertiary-3),1);display:block;width:53.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:16.6875rem;left:15.5rem;height:21.6125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#qssi3dqRI3FpWRvoPLDi4nKIEOeLBDJh { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:64.0625rem;top:40.3125rem;left:5.46875rem;display:block; }
#sDRE9TBkEE0RaWZBZgRVPoi0knqF1Z5M { position:absolute;display:block;z-index:15015;background-color:#fbfbfb;background-image:url("https://images.assets-landingi.com/uc/cf83527a-6119-433c-a3ab-b16adfda8052/Prelegenci_Dental_AgnieszkaNiescieronek.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:6.25rem;width:6.25rem;top:43.0625rem;left:5.4375rem;display:block; }#sDRE9TBkEE0RaWZBZgRVPoi0knqF1Z5M.adaptive-delivery-prevent-bg, #sDRE9TBkEE0RaWZBZgRVPoi0knqF1Z5M.lazyload, #sDRE9TBkEE0RaWZBZgRVPoi0knqF1Z5M.lazyloading { background-image: none; }
#GvoJIQdpkopf9v0kn3CssUvARg0Dtx7c { color:rgba(var(--color-tertiary-3),1);display:block;width:56rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:49.4375rem;left:13.5625rem;height:5.6875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#fom0FuoDRqX11rTCCZEZ4tvGCBLRFVI5 { color:rgba(var(--color-tertiary-3),1);display:block;width:55.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:44.6875rem;left:13.5625rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FH9KquhRi1ta0QbBqbb9uHqFuMVkDrXn { color:rgba(var(--color-tertiary-3),1);display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:43.0625rem;left:13.5625rem;height:1.1375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#VBWnR3QmkTXexo6z5b0IU9xTEJ1TSB88 { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:64.0625rem;top:56.8125rem;left:5.46875rem;display:block; }
#tffb2aKN08ugUu2xPlLo8q8C9pgipIlQ { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:64.0625rem;top:80.75rem;left:5.46875rem;display:block; }
#a2FSNoqmQnWd5yxr9EA5SENANW29zlgb { color:rgba(var(--color-tertiary-3),1);display:block;width:56rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:73.875rem;left:13.5625rem;height:4.55rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#DL6sKn3ds7DSXOm1gJGAZTbJTgOXElwU { position:absolute;display:block;z-index:15020;background-color:#fbfbfb;background-image:url("https://images.assets-landingi.com/uc/56b7acb9-78f7-4e34-8f74-291cf55cc432/Prelegenci_Dental_Mulawa.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:6.25rem;width:6.25rem;top:67.5rem;left:5.4375rem;display:block; }#DL6sKn3ds7DSXOm1gJGAZTbJTgOXElwU.adaptive-delivery-prevent-bg, #DL6sKn3ds7DSXOm1gJGAZTbJTgOXElwU.lazyload, #DL6sKn3ds7DSXOm1gJGAZTbJTgOXElwU.lazyloading { background-image: none; }
#JJ6GOaaDq4lDTrbBRQFHPffu84fNsHJv { color:rgba(var(--color-tertiary-3),1);display:block;width:53.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:69.125rem;left:13.5625rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PfxvsEwouvfrZUVCbTMktmVdw7nFRUbA { color:rgba(var(--color-tertiary-3),1);display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:67.5rem;left:13.5625rem;height:1.1375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#sDisvEImA5x4ZwUJkqvoTopvvJqXdx4l { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:64.0625rem;top:64.75rem;left:5.5rem;display:block; }
#TLkBDc97T740tCS82qcU2Heo9qA7Qbso { color:rgba(var(--color-tertiary-3),1);display:block;width:44.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:60.6875rem;left:15.5625rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sndoxNLPPxB7GFW8b11ISZlEJ0ISakNf { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:58.4375rem;left:8.25rem; }
#lm59nZ0cPlppyr32vaT4OTRR4ytvT42p { color:rgba(var(--color-tertiary-3),1);display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:59.0625rem;left:15.5625rem;height:1.1375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#zpStodrJMQFMTav67RrKzGWFk9aNimwy { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-tertiary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:64.0625rem;top:99.25rem;left:5.46875rem;display:block; }
#cVCMxu1dH2tLixf8AHDAWIhJRcQTMG4P { color:rgba(var(--color-tertiary-3),1);display:block;width:56rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:87.45166015625rem;left:13.625rem;height:10.2375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#oILdCJzyeNEf2y5CoORwBE0CVKblU6e4 { color:rgba(var(--color-tertiary-3),1);display:block;width:55.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:84.6875rem;left:13.5625rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PEOdekGXt1wlyGShznuiaNBitSkxAPeM { color:rgba(var(--color-tertiary-3),1);display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:83.0625rem;left:13.5625rem;height:1.1375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ItNLeix0E6qmJBsvgylbwTfJzT3JCotA { position:absolute;display:block;z-index:15038;background-color:#fbfbfb;background-image:url("https://images.assets-landingi.com/uc/c3751fed-c816-402e-ab50-158d5ab2aeef/Prelegenci_Dental_Dominiak.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:6.25rem;width:6.25rem;top:83.0625rem;left:5.4375rem;display:block; }#ItNLeix0E6qmJBsvgylbwTfJzT3JCotA.adaptive-delivery-prevent-bg, #ItNLeix0E6qmJBsvgylbwTfJzT3JCotA.lazyload, #ItNLeix0E6qmJBsvgylbwTfJzT3JCotA.lazyloading { background-image: none; }
#Eth2EhmitygmpE2SvlKE3qv4DC7LhheN { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem dotted rgba(var(--color-primary-2),1);background-color:rgba(var(--color-tertiary-0),0.75);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; }#Eth2EhmitygmpE2SvlKE3qv4DC7LhheN > .row .container { border-width: 0; border-radius: 0; }#Eth2EhmitygmpE2SvlKE3qv4DC7LhheN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Eth2EhmitygmpE2SvlKE3qv4DC7LhheN > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:none; }#WrfS2IU6U1hq8RAW5uQPsyOoSi7FiXBa { color:rgba(var(--color-tertiary-3),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.587890625rem;left:60.75rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#P9ODzmIOcTgb6lAxau0aylctK57vOGqZ { box-sizing:content-box;color:#5d92ff;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:1.71875rem;left:0rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem #000e96); }
#sOcFpFr2DOpohSs6UFchrQCC5rHBZInK { color:rgba(var(--color-primary-2),1);display:block;width:8.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:2.1875rem;left:3.6875rem;height:2.7625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T3v0wupZuckWUc1sq8QGdScghr3dsuwX { color:rgba(var(--color-tertiary-3),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:2.5625rem;left:12.75rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vNueg3NRdhA2VT1S312OJGE4ksSvip0V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.75);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; }#vNueg3NRdhA2VT1S312OJGE4ksSvip0V > .row .container { border-width: 0; border-radius: 0; }#vNueg3NRdhA2VT1S312OJGE4ksSvip0V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vNueg3NRdhA2VT1S312OJGE4ksSvip0V > .row .container { font-size:0.875rem;font-family:arial;height:85.75rem;width:75rem;position:relative;display:none; }#M2aMs2oHXBLlGcuLx3Bb7opbQ0PExz2p { position:absolute;display:block;z-index:15020;background-color:#fbfbfb;background-image:url("https://images.assets-landingi.com/uc/e7bc4354-682f-4b0c-a5dc-3a104cba7eb3/PawelAndersz_PawelAndersz.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:6.25rem;width:6.25rem;top:33.9375rem;left:5.375rem;display:block; }#M2aMs2oHXBLlGcuLx3Bb7opbQ0PExz2p.adaptive-delivery-prevent-bg, #M2aMs2oHXBLlGcuLx3Bb7opbQ0PExz2p.lazyload, #M2aMs2oHXBLlGcuLx3Bb7opbQ0PExz2p.lazyloading { background-image: none; }
#aRxzOXgI8s2SOCauSVpz4TuTrZJRbw5s { color:rgba(var(--color-tertiary-3),1);display:block;width:56rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:40.3125rem;left:13.5rem;height:23.8875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#LUBIEn5BSKczDpmf7BAvru0shkVG5TgN { color:rgba(var(--color-tertiary-3),1);display:block;width:48.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:35.5625rem;left:13.5rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zvCX9ONpfLwbARp4gchTdz1OvIH6kMUX { color:rgba(var(--color-tertiary-3),1);display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:33.9375rem;left:13.5rem;height:1.1375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#aSHQQi6kn42MmHr9r3TRZ0IpQBpMuMqJ { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:64.0625rem;top:66.5rem;left:5.4375rem;display:block; }
#DyuvFm0QPu9ouWJ7egpcLfoxNQOgz7Um { color:rgba(var(--color-tertiary-3),1);display:block;width:44.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:4.75rem;left:13.625rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RV6phTaLw8tiE5dLLSK9FymawefCn6SM { color:rgba(var(--color-tertiary-3),1);display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:3.125rem;left:13.625rem;height:1.1375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#p2lFTglPMk9UEo6Idd4orTXx0ZP7fOvv { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:64.0625rem;top:14rem;left:5.375rem;display:block; }
#dVTKpCxEXZuey9NQyl0iF4L2rVyLNTxI { color:rgba(var(--color-tertiary-3),1);display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:27.375rem;left:13.625rem;height:1.1375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#xaU6rBx565evLtmAaJHpLvmKS2akHnvP { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:26.75rem;left:6.3125rem; }
#PTkl7VddPLHMznsCsGHnw1rCOxJibsc9 { color:rgba(var(--color-tertiary-3),1);display:block;width:44.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:29rem;left:13.625rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RTCzNd0ZfT74fE2TCGkK2qBM6L6yqvKC { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:64.0625rem;top:32.3125rem;left:5.4375rem;display:block; }
#st4LJNriUWIL2KPglX3s84pzTToO7xg1 { color:rgba(var(--color-tertiary-3),1);display:block;width:44.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:17.75rem;left:13.6875rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DyDk23WDcrmPnueoAU4ZRcLkVMKL560Z { color:rgba(var(--color-tertiary-3),1);display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:16.125rem;left:13.6875rem;height:1.1375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#lLz3Uu61Zxuo76lth5l876dJ9enVU1DA { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:64.0625rem;top:24.6875rem;left:5.4375rem;display:block; }
#nOy6RNOP6klOcof47VeWrxM6PkWG6CAH { color:rgba(var(--color-tertiary-3),1);display:block;width:56.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:70.875rem;left:13.625rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZHWydsMsEiQQuzwUUx71wBIrgzGpTFev { color:rgba(var(--color-tertiary-3),1);display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:69.25rem;left:13.625rem;height:1.1375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#EIIhQTiQPksFxEyIzdUhU0trBGNDrtKJ { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:64.0625rem;top:83.1875rem;left:5.4375rem;display:block; }
#ob2EeuqVbrowozTATvpP4gZfveJeHwRt { color:rgba(var(--color-tertiary-3),1);display:block;width:56rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.625rem;height:5.6875rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#NDk5Z43spehmoaC1ahf73A4IEaDfSizJ { color:rgba(var(--color-tertiary-3),1);display:block;width:56rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:74.3125rem;left:13.625rem;height:7.9625rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#IKPV3BJWXhQKmsKwXZV0v85vKaMr6v8F { position:absolute;display:block;z-index:15019;background-color:#fbfbfb;background-image:url("https://images.assets-landingi.com/uc/ecfed463-8914-4c80-b359-86543bbb5151/_0001_MagdalenaMichaowska.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:6.25rem;width:6.25rem;top:3.125rem;left:5.375rem;display:block; }#IKPV3BJWXhQKmsKwXZV0v85vKaMr6v8F.adaptive-delivery-prevent-bg, #IKPV3BJWXhQKmsKwXZV0v85vKaMr6v8F.lazyload, #IKPV3BJWXhQKmsKwXZV0v85vKaMr6v8F.lazyloading { background-image: none; }
#igmzS3WAUQKIc1PfzHJK5qvixhvkkTZP { position:absolute;display:block;z-index:15020;background-color:#fbfbfb;background-image:url("https://images.assets-landingi.com/uc/528a1a0d-e529-4fd0-9f01-65071fd5af7e/_0000_KatarzynaOstrowska.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:6.25rem;width:6.25rem;top:69.25rem;left:5.5rem;display:block; }#igmzS3WAUQKIc1PfzHJK5qvixhvkkTZP.adaptive-delivery-prevent-bg, #igmzS3WAUQKIc1PfzHJK5qvixhvkkTZP.lazyload, #igmzS3WAUQKIc1PfzHJK5qvixhvkkTZP.lazyloading { background-image: none; }
#IKVWaJgB1XKhIDEdLhTyH5qQiaQ3iEhL { color:rgba(var(--color-tertiary-3),1);display:block;width:56rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:20.6875rem;left:13.5625rem;height:2.275rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#lllBZSieyQ8RylsTpOod9QhZ84k8XlcC { position:absolute;display:block;z-index:15020;background-color:#fbfbfb;background-image:url("https://images.assets-landingi.com/uc/7ce75df5-7492-4de4-8e18-b2877a5da570/PaulinaMintzbergWachowicz.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:6.25rem;width:6.25rem;top:16.125rem;left:5.4375rem;display:block; }#lllBZSieyQ8RylsTpOod9QhZ84k8XlcC.adaptive-delivery-prevent-bg, #lllBZSieyQ8RylsTpOod9QhZ84k8XlcC.lazyload, #lllBZSieyQ8RylsTpOod9QhZ84k8XlcC.lazyloading { background-image: none; }
#gzMo61mPcasApwX7Dhb5lSJCFph7tHZI { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem dotted rgba(var(--color-primary-2),1);background-color:rgba(var(--color-tertiary-0),0.75);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; }#gzMo61mPcasApwX7Dhb5lSJCFph7tHZI > .row .container { border-width: 0; border-radius: 0; }#gzMo61mPcasApwX7Dhb5lSJCFph7tHZI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gzMo61mPcasApwX7Dhb5lSJCFph7tHZI > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:none; }#PSsmaKamFHzCTQTgqITHyIfN9UdrtcE5 { color:rgba(var(--color-tertiary-3),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.587890625rem;left:58.5rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#fsrJqbFPnwgF2yddwdGnkxdWhNdKBbt0 { box-sizing:content-box;color:#5d92ff;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:1.71875rem;left:0rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem #e84a14); }
#IzAGEMh8IJXMQQNExROmw0wryu5yXWhA { color:#fba836;display:block;width:8.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:2.1875rem;left:3.6875rem;height:2.7625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UvgvE58qWGJTVMJ121kTdTB8RLqyS7VW { color:rgba(var(--color-tertiary-3),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:2.5625rem;left:12.75rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g8RofKJEGD0Kok3hRobSqROc3hZh1m6X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.75);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; }#g8RofKJEGD0Kok3hRobSqROc3hZh1m6X > .row .container { border-width: 0; border-radius: 0; }#g8RofKJEGD0Kok3hRobSqROc3hZh1m6X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g8RofKJEGD0Kok3hRobSqROc3hZh1m6X > .row .container { font-size:0.875rem;font-family:arial;height:46.3125rem;width:75rem;position:relative;display:none; }#kQTgstVLNT1PWIrwiEDkXexc8fpAJL8k { color:rgba(var(--color-tertiary-3),1);display:block;width:44.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:4.75rem;left:13.625rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GzWwwA6DXmwNCbmDGqL2XUfdOnk28KP4 { color:rgba(var(--color-tertiary-3),1);display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:3.125rem;left:13.625rem;height:1.1375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#Vo3lCBFr0idwh3fKc7fl0ULr7IEczzeK { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:64.0625rem;top:15.375rem;left:5.46875rem;display:block; }
#rhmk1ssU7xMXOsT3Xw6ecTQGDhUNoaaU { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:2.537109375rem;left:6.375rem; }
#mVa3XtwKbt2kdvpSKUSCq9EF24K2CsNc { color:rgba(var(--color-tertiary-3),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:9.375rem;left:21.3125rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HucKJdcFlrzfefc6hLhL5hI4Z9IfQO2W { position:absolute;display:block;z-index:15037;background-color:#fbfbfb;background-image:url("https://images.assets-landingi.com/uc/c3751fed-c816-402e-ab50-158d5ab2aeef/Prelegenci_Dental_Dominiak.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:6.25rem;width:6.25rem;top:7.3125rem;left:13.625rem;display:block; }#HucKJdcFlrzfefc6hLhL5hI4Z9IfQO2W.adaptive-delivery-prevent-bg, #HucKJdcFlrzfefc6hLhL5hI4Z9IfQO2W.lazyload, #HucKJdcFlrzfefc6hLhL5hI4Z9IfQO2W.lazyloading { background-image: none; }
#me0xGn9tGhaJ7oiZhzN77r2QxunsdJFF { position:absolute;display:block;z-index:15027;background-color:#fbfbfb;background-image:url("https://images.assets-landingi.com/uc/2ff505bd-bbd7-4495-a4d5-4af96f3846f9/Prelegenci_Dental_Gedrange.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:6.25rem;width:6.25rem;top:7.3125rem;left:37.125rem;display:block; }#me0xGn9tGhaJ7oiZhzN77r2QxunsdJFF.adaptive-delivery-prevent-bg, #me0xGn9tGhaJ7oiZhzN77r2QxunsdJFF.lazyload, #me0xGn9tGhaJ7oiZhzN77r2QxunsdJFF.lazyloading { background-image: none; }
#x7qziuKC1gyr5XqUwHrRNlO5Hy2hquWu { color:rgba(var(--color-tertiary-3),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:9.375rem;left:44.5625rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k74IPqrT9c6vuLNBsJpkLcwLZlB1TrdJ { color:rgba(var(--color-tertiary-3),1);display:block;width:56.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:19.125rem;left:13.625rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HplQS9daRLWtRS5R01BTsd8yUBThkOUv { color:rgba(var(--color-tertiary-3),1);display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:17.5rem;left:13.625rem;height:1.1375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#Itq2rHbgbI4Wr8cCgdCbSChnQZSwu43U { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:16.875rem;left:6.3125rem; }
#WD0MELWiqi65ECKBTdMEF3sppSGsDX34 { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:64.0625rem;top:22.75rem;left:5.46875rem;display:block; }
#KgEJq6hhc7mZTGHEBAoG636AixmhI36Q { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:64.0625rem;top:32.1875rem;left:5.46875rem;display:block; }
#C5V3QTn0PdiHr964ByUglSp6SQTJKomF { color:rgba(var(--color-tertiary-3),1);display:block;width:56.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:26.5rem;left:13.5625rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HCOzKiffgOGJB38qefRCPwkJVEkVpuWT { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:24.25rem;left:6.25rem; }
#sg8txZQNxu1ZxMfwcMwiJi8V6uTTutL4 { color:rgba(var(--color-tertiary-3),1);display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:24.875rem;left:13.5625rem;height:1.1375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#yGliMTcemaKAuv2DX4STvv4TQBnuumb9 { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:64.0625rem;top:42.1875rem;left:5.4375rem;display:block; }
#OeNfROozdarcUg02IoNqw7SQtlJKm7IT { color:rgba(var(--color-tertiary-3),1);display:block;width:56.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:36.5rem;left:13.5rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nTD8GqiBN6KJmd5kgyBgmqw9WFxRQnCI { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:34.25rem;left:6.1875rem; }
#IuJ0N9ndszMhpa1MRZPESbyHb31L1wlX { color:rgba(var(--color-tertiary-3),1);display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:34.875rem;left:13.5rem;height:1.1375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#DSE8unFFcqOuEJzcqqTP8BDGLNC08GxS { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem dotted rgba(var(--color-primary-2),1);background-color:rgba(var(--color-tertiary-0),0.75);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; }#DSE8unFFcqOuEJzcqqTP8BDGLNC08GxS > .row .container { border-width: 0; border-radius: 0; }#DSE8unFFcqOuEJzcqqTP8BDGLNC08GxS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DSE8unFFcqOuEJzcqqTP8BDGLNC08GxS > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:none; }#CoSlVTKKkPXewhz6UVUVHEL7OB2FymsT { color:rgba(var(--color-tertiary-3),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:2.587890625rem;left:15.9375rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VNJFP4XqJOizrZdKtk69HxzStU7v9D1V { color:rgba(var(--color-primary-2),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.1875rem;left:3.6875rem;height:2.7625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GenxJcWVvvAQ74gObhzoUk28Lc6ERx5R { color:rgba(var(--color-tertiary-3),1);display:block;width:33.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:2.912109375rem;left:41.4375rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#XvTFIO5lpD52LHwVWvpgxlStDmwAamhT { box-sizing:content-box;color:#5d92ff;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:1.71875rem;left:0rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem #000e96); }
#nN5Bnd2A9rOVcXSLxxTW2TniGzm8VrCB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.75);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; }#nN5Bnd2A9rOVcXSLxxTW2TniGzm8VrCB > .row .container { border-width: 0; border-radius: 0; }#nN5Bnd2A9rOVcXSLxxTW2TniGzm8VrCB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nN5Bnd2A9rOVcXSLxxTW2TniGzm8VrCB > .row .container { font-size:0.875rem;font-family:arial;height:44.5625rem;width:75rem;position:relative;display:none; }#dcvhtr4hQTRf1OvvRv7TcmPJitnBVpHR { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:1.25rem;left:6.25rem; }
#lcqH5TOlcq7BQdsSWKb7KVbHU9OZq2up { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:64.0625rem;top:7.5625rem;left:5.5rem;display:block; }
#bDouynRey3QDyTZGHTE9oT2bp7hZ6JKE { color:rgba(var(--color-tertiary-3),1);display:block;width:51.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:11rem;left:13.562499046326rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D4hKSvQeqwXTlFWcU9aEinx7qnH2v7rp { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:19.8125rem;left:20.999999046326rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WcFyWiFqpA6L9XTyWTfpDNtQoXTvksBN { color:rgba(var(--color-tertiary-3),1);display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:9.375rem;left:13.562499046326rem;height:1.1375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#gFEuoUNkAOwcVTFSmxTUGlFsCdD1mJDd { color:rgba(var(--color-tertiary-3),1);display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:1.875rem;left:13.5625rem;height:1.1375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#rRBR9WTTQhgwf353ybREdhrVKv8XB7pI { color:rgba(var(--color-tertiary-3),1);display:block;width:44.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:3.5rem;left:13.5625rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DQSuouzUf6dQ7Di6v3LiLQJvOB1Q5RsB { position:absolute;display:block;z-index:15035;background-color:#fbfbfb;background-image:url("https://images.assets-landingi.com/uc/c3751fed-c816-402e-ab50-158d5ab2aeef/Prelegenci_Dental_Dominiak.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:6.25rem;width:6.25rem;top:17.9375rem;left:43.875rem;display:block; }#DQSuouzUf6dQ7Di6v3LiLQJvOB1Q5RsB.adaptive-delivery-prevent-bg, #DQSuouzUf6dQ7Di6v3LiLQJvOB1Q5RsB.lazyload, #DQSuouzUf6dQ7Di6v3LiLQJvOB1Q5RsB.lazyloading { background-image: none; }
#yQth46goxzZTuCMcR7WrLAuGGPRATvdn { position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-tertiary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:64.0625rem;top:27.4375rem;left:5.4375rem;display:block; }
#SAdxPu43RhybfflWMHFsSI94LFWnakL6 { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:29.4375rem;left:6.25rem; }
#FHxgpLVGxvr97XmlFOKJCJfTUdHZM4Xe { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:64.0625rem;top:35.75rem;left:5.5rem;display:block; }
#M3TvRXR254hkMlIZpscG2aTn5L9d2UdI { color:rgba(var(--color-tertiary-3),1);display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:30.0625rem;left:13.5625rem;height:1.1375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#IbXvgh9vmik5pTQDOsRZnlpO6CfF60iU { color:rgba(var(--color-tertiary-3),1);display:block;width:44.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:31.6875rem;left:13.5625rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nopLDmxa7g0lVRfTHMHSdsDQgs56UWWU { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-tertiary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:64.0625rem;top:43.5rem;left:5.5rem;display:block; }
#Fuh614H2mZRT6S77kxDhgUwV9B5kZZR1 { color:rgba(var(--color-tertiary-3),1);display:block;width:44.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:39.4375rem;left:13.5625rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VgNIOxGLl8wTpPTQ5R9HiebQgHQcVLB1 { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:37.1875rem;left:6.25rem; }
#dfX5kZkyRS5ivGCa96I46BwSGU48803T { color:rgba(var(--color-tertiary-3),1);display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:37.8125rem;left:13.5625rem;height:1.1375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#XiBgAtTCcFV941kidpLExTSGznxDubku { position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:6.25rem;width:6.25rem;top:17.1875rem;left:13.562499046326rem;display:block; }
#mIaot6FIDw1q5R4yiGld3VO6woHh2MkI { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:10.2109375rem;left:6.25rem; }
#lCveZP2F9BUulrgqESnW0BkgQgq1zvJf { color:rgba(var(--color-tertiary-3),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:20rem;left:51.5625rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p31cb6NBriz8VTAgG2JgzkVMyvTgAwyM { color:rgba(var(--color-tertiary-3),1);display:block;width:52.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:25.375rem;left:13.562499046326rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#STgHSed0WZgw5HeMhzEDLCIvHpeEXBKu { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem dotted rgba(var(--color-primary-2),1);background-color:rgba(var(--color-tertiary-0),0.75);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; }#STgHSed0WZgw5HeMhzEDLCIvHpeEXBKu > .row .container { border-width: 0; border-radius: 0; }#STgHSed0WZgw5HeMhzEDLCIvHpeEXBKu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#STgHSed0WZgw5HeMhzEDLCIvHpeEXBKu > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:none; }#nfkPr9o5uIDapOiwFuMGZKSZ3nvSFU0F { color:rgba(var(--color-tertiary-3),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.587890625rem;left:60.75rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#wDOzNcvNpAW8puQ71DKfqg1SVc68DTNU { box-sizing:content-box;color:#5d92ff;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:1.71875rem;left:0rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem #000e96); }
#G9OGPNXLQy9MtmUKZArcIlJD4eos4nNS { color:rgba(var(--color-primary-2),1);display:block;width:8.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:2.1875rem;left:3.6875rem;height:2.7625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oeh8l985Ey389QJ5eo15yk3wody4eTN3 { color:rgba(var(--color-tertiary-3),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:2.5625rem;left:12.75rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qs5ACGbxFAfC3UJ6sszT7zHMk6o8TDVc { position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-tertiary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:64.0625rem;top:0.875rem;left:10.875rem;display:block; }
#gvSXb5c0r15puWOv0CrgaGZZ3ggw4I7K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.75);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; }#gvSXb5c0r15puWOv0CrgaGZZ3ggw4I7K > .row .container { border-width: 0; border-radius: 0; }#gvSXb5c0r15puWOv0CrgaGZZ3ggw4I7K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gvSXb5c0r15puWOv0CrgaGZZ3ggw4I7K > .row .container { font-size:0.875rem;font-family:arial;height:62.375rem;width:75rem;position:relative;display:none; }#dA5XHfGizvKIxgTXLGgIc8iLZSLIl4Dv { color:rgba(var(--color-tertiary-3),1);display:block;width:54.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:4.5rem;left:13.625rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L8UWvlTEylsDKT5DciLvT8cMs1WCZRdi { color:rgba(var(--color-tertiary-3),1);display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.875rem;left:13.625rem;height:1.1375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#yC3wHIwOqyn7mvuF6oTOBtpRtQURo0CJ { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:64.0625rem;top:16.3125rem;left:5.5rem;display:block; }
#NmruQsIJIuI68GAsOecoxC4sJd0klAyw { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:64.0625rem;top:48.1875rem;left:5.5rem;display:block; }
#mt6pJUiaUdv0n8G2xN7NiN7nsaX4LQyk { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:64.0625rem;top:30.625rem;left:5.46875rem;display:block; }
#RuKQMHBUFTNCDJrFCfepTMhGzDARoSv9 { color:rgba(var(--color-tertiary-3),1);display:block;width:45.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:20.0625rem;left:13.6875rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XamXnPTq7fL0efSg23cInUpt5sZvrrck { color:rgba(var(--color-tertiary-3),1);display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:18.4375rem;left:13.6875rem;height:1.1375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#CB1eMCeb5qUJOaCE5Euz4iRQ5TLw9gZa { color:rgba(var(--color-tertiary-3),1);display:block;width:44.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:44.875rem;left:13.6875rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JOXsT4ao7oKDr7MPfTVdEpxKLyyNSRTy { color:rgba(var(--color-tertiary-3),1);display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:43.25rem;left:13.6875rem;height:1.1375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#JcyZkCpxAupO73hTwA8H3xbcldTiPHRz { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:42.625rem;left:6.375rem; }
#UabQ87pcBrMTAAexuXF05ykN5Mwubc0f { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:64.0625rem;top:60.25rem;left:5.46875rem;display:block; }
#XzTEwIuF1Aplkdi1vJDJP0mobICxDPxf { color:rgba(var(--color-tertiary-3),1);display:block;width:52.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:51.5rem;left:13.625rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ds9cycCiilREznBuPmGFILmXaOy5A0K0 { color:rgba(var(--color-tertiary-3),1);display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:49.875rem;left:13.625rem;height:1.1375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#AmKBNpd22yBXHFmClz6Rfy63ArkVp39L { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:64.0625rem;top:41.375rem;left:5.5rem;display:block; }
#RnBF0nqfZginMMfnWwdVB6sTukh9CWhs { color:rgba(var(--color-tertiary-3),1);display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:33.5625rem;left:13.5625rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UwHBcIv6FbDgInJCC0Mnt5sUonvzmPhL { color:rgba(var(--color-tertiary-3),1);display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:31.9375rem;left:13.5625rem;height:1.1375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#HdgZ1KZlCLxvMXQZAOQB4LwpAJupCBh5 { color:rgba(var(--color-tertiary-3),1);display:block;width:56rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:9.0625rem;left:13.625rem;height:5.6875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#WseGCDHFXlOaskR3PbnrQVIPpsCJPMn5 { color:rgba(var(--color-tertiary-3),1);display:block;width:56rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:22.7509765625rem;left:13.625rem;height:6.825rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#cNNVESOPhHPIDnwmzBT4BLQyxHdt6Mu2 { color:rgba(var(--color-tertiary-3),1);display:block;width:56rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:36.875rem;left:13.5625rem;height:3.4125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#yRJGUqeTQNqlS4I3A6lnizTfi7NQ6OPO { color:rgba(var(--color-tertiary-3),1);display:block;width:56rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:54.625rem;left:13.625rem;height:4.55rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#O2Jx7w9yRvtKEgcC1mA239f3POVn9Du5 { position:absolute;display:block;z-index:15021;background-color:#fbfbfb;background-image:url("https://images.assets-landingi.com/uc/528a1a0d-e529-4fd0-9f01-65071fd5af7e/_0000_KatarzynaOstrowska.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:6.25rem;width:6.25rem;top:18.4375rem;left:5.5625rem;display:block; }#O2Jx7w9yRvtKEgcC1mA239f3POVn9Du5.adaptive-delivery-prevent-bg, #O2Jx7w9yRvtKEgcC1mA239f3POVn9Du5.lazyload, #O2Jx7w9yRvtKEgcC1mA239f3POVn9Du5.lazyloading { background-image: none; }
#rpR92UPiiQIThLIg1N7WurmmuP4KPWXH { position:absolute;display:block;z-index:15022;background-color:#fbfbfb;background-image:url("https://images.assets-landingi.com/uc/528a1a0d-e529-4fd0-9f01-65071fd5af7e/_0000_KatarzynaOstrowska.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:6.25rem;width:6.25rem;top:49.875rem;left:5.5625rem;display:block; }#rpR92UPiiQIThLIg1N7WurmmuP4KPWXH.adaptive-delivery-prevent-bg, #rpR92UPiiQIThLIg1N7WurmmuP4KPWXH.lazyload, #rpR92UPiiQIThLIg1N7WurmmuP4KPWXH.lazyloading { background-image: none; }
#pMlXtSEfTruH3sVhnccbOTTPPRloKBd4 { position:absolute;display:block;z-index:15023;background-color:#fbfbfb;background-image:url("https://images.assets-landingi.com/uc/05766f7c-068d-4aef-a2a0-1dc36469c13e/_0004_KatarzynaKoodziej.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:6.25rem;width:6.25rem;top:2.875rem;left:5.5625rem;display:block; }#pMlXtSEfTruH3sVhnccbOTTPPRloKBd4.adaptive-delivery-prevent-bg, #pMlXtSEfTruH3sVhnccbOTTPPRloKBd4.lazyload, #pMlXtSEfTruH3sVhnccbOTTPPRloKBd4.lazyloading { background-image: none; }
#e3TgRakOT1cTDPrUyeWo5aFGEoTDky20 { position:absolute;display:block;z-index:15024;background-color:#fbfbfb;background-image:url("https://images.assets-landingi.com/uc/02e911a7-006d-4155-b8b3-1b55401487ee/_0003_AnnaMichalska.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:6.25rem;width:6.25rem;top:31.9375rem;left:5.5rem;display:block; }#e3TgRakOT1cTDPrUyeWo5aFGEoTDky20.adaptive-delivery-prevent-bg, #e3TgRakOT1cTDPrUyeWo5aFGEoTDky20.lazyload, #e3TgRakOT1cTDPrUyeWo5aFGEoTDky20.lazyloading { background-image: none; }
#e4MXzbxU9rJfKl2t1ktbax8wpUf3KPCf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),0.75), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),0.75), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),0.75), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),0.75), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.75)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.75)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),0.75), rgba(var(--color-tertiary-0),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#e4MXzbxU9rJfKl2t1ktbax8wpUf3KPCf > .row .container { border-width: 0; border-radius: 0; }#e4MXzbxU9rJfKl2t1ktbax8wpUf3KPCf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e4MXzbxU9rJfKl2t1ktbax8wpUf3KPCf > .row .container { font-size:0.875rem;font-family:arial;height:9.875rem;width:75rem;position:relative;display:none; }#PyCb5Zhs3gJ1CEWcIyuUvs2BMTo4aCWT { color:rgba(var(--color-tertiary-3),1);display:block;width:37.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:2.84375rem;left:18.53125rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y7ao16BDLT1Hysw6GqQckQIqpsLTakWX { 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; }#y7ao16BDLT1Hysw6GqQckQIqpsLTakWX > .row .container { border-width: 0; border-radius: 0; }#y7ao16BDLT1Hysw6GqQckQIqpsLTakWX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y7ao16BDLT1Hysw6GqQckQIqpsLTakWX > .row .container { font-size:0.875rem;font-family:arial;height:21.5625rem;width:75rem;position:relative;display:none; }#W9pZWQ5zihgWDuyp2wMZOfCBTv2vqTPO { background-color:transparent;background-image: -webkit-linear-gradient(145deg, #00251d, #00ffdb);background-image: -moz-linear-gradient(145deg, #00251d, #00ffdb);background-image: -ms-linear-gradient(145deg, #00251d, #00ffdb);background-image: -o-linear-gradient(145deg, #00251d, #00ffdb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00251d', endColorstr='#00ffdb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00251d', endColorstr='#00ffdb' );";background-image: linear-gradient(145deg, #00251d, #00ffdb);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0rem 0rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:11.25rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:3.75rem;left:2.5rem;display:block; }
#QLTMn8i0GNUMgpe58fbQ8rLfPBiBDI2C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#goqZ4l85J0NoaXVeM8QRMXX8tKUTN8ks { background-color:transparent;background-image: -webkit-linear-gradient(145deg, #e84a14, #fba836);background-image: -moz-linear-gradient(145deg, #e84a14, #fba836);background-image: -ms-linear-gradient(145deg, #e84a14, #fba836);background-image: -o-linear-gradient(145deg, #e84a14, #fba836);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e84a14', endColorstr='#fba836' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e84a14', endColorstr='#fba836' );";background-image: linear-gradient(145deg, #e84a14, #fba836);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0rem 0rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:11.25rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.75rem;left:27.5rem;display:block; }
#VDiGaxbPIP7tUKT0KOnf3TddCmWVM3o8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WNAH0Lozb8P42LXwsLNAAtH6E2BJf0dn { background-color:transparent;background-image: -webkit-linear-gradient(145deg, #e6007e, #a032a0);background-image: -moz-linear-gradient(145deg, #e6007e, #a032a0);background-image: -ms-linear-gradient(145deg, #e6007e, #a032a0);background-image: -o-linear-gradient(145deg, #e6007e, #a032a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6007e', endColorstr='#a032a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6007e', endColorstr='#a032a0' );";background-image: linear-gradient(145deg, #e6007e, #a032a0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0rem 0rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:11.25rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:3.75rem;left:55rem;display:block; }
#Pe4zAlZTJfB2SnyLQn0UpqwI2zsQJEKM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ok85qOhRO2nq55HSxvmzXZ5EqO5e95D9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(89deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(89deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(89deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(89deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(89deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ok85qOhRO2nq55HSxvmzXZ5EqO5e95D9 > .row .container { background-color: transparent; background-image: none; }#Ok85qOhRO2nq55HSxvmzXZ5EqO5e95D9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ok85qOhRO2nq55HSxvmzXZ5EqO5e95D9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ok85qOhRO2nq55HSxvmzXZ5EqO5e95D9 > .row .container > .video-iframe-container { display: none; }#Ok85qOhRO2nq55HSxvmzXZ5EqO5e95D9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ok85qOhRO2nq55HSxvmzXZ5EqO5e95D9 > .row > .video-iframe-container { display: none; }#Ok85qOhRO2nq55HSxvmzXZ5EqO5e95D9 > .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); }#Ok85qOhRO2nq55HSxvmzXZ5EqO5e95D9 > .row .container { border-width: 0; border-radius: 0; }#Ok85qOhRO2nq55HSxvmzXZ5EqO5e95D9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ok85qOhRO2nq55HSxvmzXZ5EqO5e95D9 > .row .container { font-size:0.875rem;font-family:arial;height:7.625rem;width:75rem;position:relative;display:block; }#rOzTf4DaApO7wCv7k8hUAKTUfuLgHx4v { color:rgba(var(--color-tertiary-0),1);display:block;width:37.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.1875019073486rem;left:18.530468940735rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UokCg2Ts7ovwXT650TwAQfNSRmfBT3uq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UokCg2Ts7ovwXT650TwAQfNSRmfBT3uq > .row .container { background-color: transparent; background-image: none; }#UokCg2Ts7ovwXT650TwAQfNSRmfBT3uq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UokCg2Ts7ovwXT650TwAQfNSRmfBT3uq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UokCg2Ts7ovwXT650TwAQfNSRmfBT3uq > .row .container > .video-iframe-container { display: none; }#UokCg2Ts7ovwXT650TwAQfNSRmfBT3uq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UokCg2Ts7ovwXT650TwAQfNSRmfBT3uq > .row > .video-iframe-container { display: none; }#UokCg2Ts7ovwXT650TwAQfNSRmfBT3uq > .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); }#UokCg2Ts7ovwXT650TwAQfNSRmfBT3uq > .row .container { border-width: 0; border-radius: 0; }#UokCg2Ts7ovwXT650TwAQfNSRmfBT3uq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UokCg2Ts7ovwXT650TwAQfNSRmfBT3uq > .row .container { font-size:0.875rem;font-family:arial;height:15.5625rem;width:75rem;position:relative;display:block; }#unhDToJ4ZDo5aZvZmRg9eZp8PgiGV72M { color:rgba(var(--color-tertiary-0),1);display:block;width:11.3743125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:12.045455932618rem;left:3.6860790252686rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lezmcaz5VRcybOti3r0gVf3q9CIzBqv1 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.687125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13.125rem;left:1.5305385589599rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F8TQNSh8WXIu4rlFSQweRmPopF6vt6Ez { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:13.125rem;left:20.3125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Df4sgeFJswUHDhzFI007lfBNLv7AyvMo { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:12rem;left:22.4375rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#muPw76FUT4GcMvrFWTnTcEZUFEp0P7o3 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a3ac81e4-036f-4ac3-8ea3-0af7c84e88c3/NataliaPiotrowska.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;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(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:9.375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:1.125rem;left:4.6875rem;display:block; }#muPw76FUT4GcMvrFWTnTcEZUFEp0P7o3.adaptive-delivery-prevent-bg, #muPw76FUT4GcMvrFWTnTcEZUFEp0P7o3.lazyload, #muPw76FUT4GcMvrFWTnTcEZUFEp0P7o3.lazyloading { background-image: none; }
#W1lqAOPGT0kUc9f2x9BokiZOJZp9cFkq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gq9TLGJmwZyHD5WJql4cad9WJbK23oVe { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:13.0625rem;left:39.0625rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZXwGL0xmXd2gOeWnIFdI8tvxzsdeZUT1 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:11.9375rem;left:41.1875rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SpXQeKpaNneHdoRrn1BlTstn1rERF5mc { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/28a63abc-98b0-4c64-94fe-bb25fd6becdf/AleksandraStebel.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;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(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:9.375rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:1.0625rem;left:42.1875rem;display:block; }#SpXQeKpaNneHdoRrn1BlTstn1rERF5mc.adaptive-delivery-prevent-bg, #SpXQeKpaNneHdoRrn1BlTstn1rERF5mc.lazyload, #SpXQeKpaNneHdoRrn1BlTstn1rERF5mc.lazyloading { background-image: none; }
#VMWNylP4M4XEOo92AyDnp2h2MlXvVRWk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qtPkwmyeloaOEhl7Zt75PnzOBkLKfJvb { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e9da87f3-9b68-4c34-bdfc-119a48a8d625/MaciejZaski.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;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(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.261363625rem;height:9.261363625rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:1.1248226165771rem;left:23.436609268189rem;display:block; }#qtPkwmyeloaOEhl7Zt75PnzOBkLKfJvb.adaptive-delivery-prevent-bg, #qtPkwmyeloaOEhl7Zt75PnzOBkLKfJvb.lazyload, #qtPkwmyeloaOEhl7Zt75PnzOBkLKfJvb.lazyloading { background-image: none; }
#bphw8TLoiU0KtyMfkOl9lG4yvnxacaqv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UZPBihqkcK9g7xAyUXxIQO3F36MnkOhZ { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a9a354d0-2b0d-47c7-9a11-c7e7a33d47ec/IMG_7884.JPEG");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;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(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.06252125rem;height:9.06252125rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:1.0625rem;left:61.0625rem;display:block; }#UZPBihqkcK9g7xAyUXxIQO3F36MnkOhZ.adaptive-delivery-prevent-bg, #UZPBihqkcK9g7xAyUXxIQO3F36MnkOhZ.lazyload, #UZPBihqkcK9g7xAyUXxIQO3F36MnkOhZ.lazyloading { background-image: none; }
#CCd7wktZgb4WtFKPbuEsdVXgxzl68xsl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c0AGyQPTrH9TIV2Z2TDcVDkW7I553QtH { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:11.8125rem;left:59.9375rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PrhH9e5Rxh29oeQJaaXuJ10FE9fmnTaT { color:rgba(var(--color-tertiary-0),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:13rem;left:57.4375rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kHa0DM3xa74bRubfCPi2FU2aeDPA1zB3 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/bf3ff7ce-e4e1-464f-96d5-18a91ca6b2c8/noroot.crop_240x298_0,0");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;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(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.21877125rem;height:9.21877125rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:2.0625rem;left:4.75rem;display:none; }#kHa0DM3xa74bRubfCPi2FU2aeDPA1zB3.adaptive-delivery-prevent-bg, #kHa0DM3xa74bRubfCPi2FU2aeDPA1zB3.lazyload, #kHa0DM3xa74bRubfCPi2FU2aeDPA1zB3.lazyloading { background-image: none; }
#I6MC0exMm2tKmgrT0T62owIvOfLv6x7H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#heqozzuexEtCuzJDQEES6IPMbrT2DUHO { color:rgba(var(--color-tertiary-0),1);display:block;width:11.3736875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:12.8125rem;left:3.6875rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#OPciIQD1CZF4va3xHAKdaI4DP6FJruKi { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6861875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:13.9375rem;left:1.5625rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#dgcJGszBVMkQVFeTtBVD0ALKyr8B6gZI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dgcJGszBVMkQVFeTtBVD0ALKyr8B6gZI > .row .container { background-color: transparent; background-image: none; }#dgcJGszBVMkQVFeTtBVD0ALKyr8B6gZI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgcJGszBVMkQVFeTtBVD0ALKyr8B6gZI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgcJGszBVMkQVFeTtBVD0ALKyr8B6gZI > .row .container > .video-iframe-container { display: none; }#dgcJGszBVMkQVFeTtBVD0ALKyr8B6gZI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgcJGszBVMkQVFeTtBVD0ALKyr8B6gZI > .row > .video-iframe-container { display: none; }#dgcJGszBVMkQVFeTtBVD0ALKyr8B6gZI > .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); }#dgcJGszBVMkQVFeTtBVD0ALKyr8B6gZI > .row .container { border-width: 0; border-radius: 0; }#dgcJGszBVMkQVFeTtBVD0ALKyr8B6gZI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dgcJGszBVMkQVFeTtBVD0ALKyr8B6gZI > .row .container { font-size:0.875rem;font-family:arial;height:17.4375rem;width:75rem;position:relative;display:block; }#ZH3fWVbUD6OAGK7i5h3NnhR61WasbV21 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:12.875rem;left:22.125rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lSEDrQBx5NguqFFRrQbAc5JXuKuRyHXC { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:14rem;left:20rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JiHsLUABvt2mgzl9pa8WyyMuKE0HFgvv { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:14rem;left:38.75rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pqMtVNMDX8J4AVnQPtw5ywEfe03SPlyk { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:12.875rem;left:40.875rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nDfLDQgxQTehdu53ekPwG3DbqtSAk4cL { color:rgba(var(--color-tertiary-0),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:14rem;left:56.875rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rRvIMJamsmyaxcB4pKIlkZTpxT1TTa0B { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:12.875rem;left:59.625rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hqeQox9tJycuyIn4wTMfpayxNa5lAZc5 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/84cfbdee-f405-483a-8677-c1fe2fdde837/noroot.crop_181x203_14,0");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;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(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:9.375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:2rem;left:23.125rem;display:block; }#hqeQox9tJycuyIn4wTMfpayxNa5lAZc5.adaptive-delivery-prevent-bg, #hqeQox9tJycuyIn4wTMfpayxNa5lAZc5.lazyload, #hqeQox9tJycuyIn4wTMfpayxNa5lAZc5.lazyloading { background-image: none; }
#KaMJCTbylBvXBrdkUVJJqIGCqM9pmoki { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zNJSaohsURhRLv5XzvcALuTTwSOAx51q { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/f613e587-1f7d-4967-b52d-ca21a7ad046f/noroot.crop_423x441_130,0");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;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(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:9.375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:2rem;left:41.875rem;display:block; }#zNJSaohsURhRLv5XzvcALuTTwSOAx51q.adaptive-delivery-prevent-bg, #zNJSaohsURhRLv5XzvcALuTTwSOAx51q.lazyload, #zNJSaohsURhRLv5XzvcALuTTwSOAx51q.lazyloading { background-image: none; }
#X60UXoTPCcFfZw0WMehpQluuNfaTFzfV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pJaPeAxn5miUJGoevMQTRKTgXk99Qx3v { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a9c9a7fd-8c30-4769-9d75-921f73ab4320/EwaCzochrowska.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;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(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:9.375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:2rem;left:60.625rem;display:block; }#pJaPeAxn5miUJGoevMQTRKTgXk99Qx3v.adaptive-delivery-prevent-bg, #pJaPeAxn5miUJGoevMQTRKTgXk99Qx3v.lazyload, #pJaPeAxn5miUJGoevMQTRKTgXk99Qx3v.lazyloading { background-image: none; }
#i8eWxeLnAaCG89uCBJGhTIWpfF7G2V3f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bATGEfhtDXXR9xSzQ4GkZAlrSwdFuI0b { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/bf3ff7ce-e4e1-464f-96d5-18a91ca6b2c8/noroot.crop_240x298_0,0");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;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(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.21877125rem;height:9.21877125rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:2.0625rem;left:4.75rem;display:block; }#bATGEfhtDXXR9xSzQ4GkZAlrSwdFuI0b.adaptive-delivery-prevent-bg, #bATGEfhtDXXR9xSzQ4GkZAlrSwdFuI0b.lazyload, #bATGEfhtDXXR9xSzQ4GkZAlrSwdFuI0b.lazyloading { background-image: none; }
#BA6Eea5H9Tq350Pe5pLKOylAiFnPTGJ7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tow3TOqsMbVAB9m30QoVrSw2FdQafFHh { color:rgba(var(--color-tertiary-0),1);display:block;width:11.3736875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:12.8125rem;left:3.6875rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EB52UBe6f3aN6QpN1uptvNzkEGntAufL { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6861875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:13.9375rem;left:1.5625rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fLXGCcnn3kwH0vOUiJgU3CMIWyn4rVrp { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b106ef49-1416-4737-9cc6-60b41c3c4d89/BeataWalawskaZejdler.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;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(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.33333375rem;height:9.33333375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:2.5rem;left:4.6875rem;display:none; }#fLXGCcnn3kwH0vOUiJgU3CMIWyn4rVrp.adaptive-delivery-prevent-bg, #fLXGCcnn3kwH0vOUiJgU3CMIWyn4rVrp.lazyload, #fLXGCcnn3kwH0vOUiJgU3CMIWyn4rVrp.lazyloading { background-image: none; }
#gSq1Bouk1vonCelo1WRxEuPEknDkCPU4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bGM2tvdVcCwn8b1NUVVP1PnSTuOytkCQ { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:13.375rem;left:3.6875rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#g8OmfbCFGTXEMSgZMTcg3J3Rdrw1zBrV { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:14.5rem;left:1.5625rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#fIRiRcrmBvybvdQLVOFbB8okNlQtDsmr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fIRiRcrmBvybvdQLVOFbB8okNlQtDsmr > .row .container { background-color: transparent; background-image: none; }#fIRiRcrmBvybvdQLVOFbB8okNlQtDsmr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fIRiRcrmBvybvdQLVOFbB8okNlQtDsmr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fIRiRcrmBvybvdQLVOFbB8okNlQtDsmr > .row .container > .video-iframe-container { display: none; }#fIRiRcrmBvybvdQLVOFbB8okNlQtDsmr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fIRiRcrmBvybvdQLVOFbB8okNlQtDsmr > .row > .video-iframe-container { display: none; }#fIRiRcrmBvybvdQLVOFbB8okNlQtDsmr > .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); }#fIRiRcrmBvybvdQLVOFbB8okNlQtDsmr > .row .container { border-width: 0; border-radius: 0; }#fIRiRcrmBvybvdQLVOFbB8okNlQtDsmr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fIRiRcrmBvybvdQLVOFbB8okNlQtDsmr > .row .container { font-size:0.875rem;font-family:arial;height:18.4375rem;width:75rem;position:relative;display:block; }#NWT47ogT8FyMnS8Fyd4CLiBykVPZnHUg { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/efe226b0-8086-4cba-a6c3-53d09c4e4b33/noroot.crop_532x534_0,0");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;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(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.261363625rem;height:9.261363625rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:2.5rem;left:42.1875rem;display:block; }#NWT47ogT8FyMnS8Fyd4CLiBykVPZnHUg.adaptive-delivery-prevent-bg, #NWT47ogT8FyMnS8Fyd4CLiBykVPZnHUg.lazyload, #NWT47ogT8FyMnS8Fyd4CLiBykVPZnHUg.lazyloading { background-image: none; }
#u5E7gK5IdRguQEf3kFapdJQT0QdOUbgp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PqLiUO36tkR9Jcnh4xHZ8MUlp5pS2f7k { color:rgba(var(--color-tertiary-0),1);display:block;width:11.3743125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:13.375rem;left:41.1875rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XSqOkdXnhWVMm2b3kUqyxS7zLZPxklHW { color:rgba(var(--color-tertiary-0),1);display:block;width:15.687125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:14.5rem;left:39.0625rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LBUcTWJiIqotlL6ahlCThM8OIrI36nyO { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6706c00c-b20e-49f2-8b58-5bc52daac1b0/MarzenaDominiak.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;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(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.261363625rem;height:9.261363625rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:2.4375rem;left:23.4375rem;display:block; }#LBUcTWJiIqotlL6ahlCThM8OIrI36nyO.adaptive-delivery-prevent-bg, #LBUcTWJiIqotlL6ahlCThM8OIrI36nyO.lazyload, #LBUcTWJiIqotlL6ahlCThM8OIrI36nyO.lazyloading { background-image: none; }
#KzWIFJLWG1iTg2ciT0CV06aGKR0kCtEm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tiF02FQceWX2PWTxTfFTR6xxIhguQoeM { color:rgba(var(--color-tertiary-0),1);display:block;width:11.3743125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:13.375rem;left:22.4375rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OnFxCfUHSNHkAkznswPk5hHf1Bavr268 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.687125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:14.5625rem;left:20.3125rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ioUFlT6GxFZKsUQQmHLkGNTiwhSQJKn4 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/3ba97e80-f618-4774-a791-da7203829b2f/noroot.crop_267x266_56,0");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;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(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.21877125rem;height:9.21877125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:2.5rem;left:60.9375rem;display:block; }#ioUFlT6GxFZKsUQQmHLkGNTiwhSQJKn4.adaptive-delivery-prevent-bg, #ioUFlT6GxFZKsUQQmHLkGNTiwhSQJKn4.lazyload, #ioUFlT6GxFZKsUQQmHLkGNTiwhSQJKn4.lazyloading { background-image: none; }
#LFFr4OwCTaQPJptiHKJ00hWZPJKbt3G9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fEdTzH2Ri9fZGocc48sGkuMEB3IBevoA { color:rgba(var(--color-tertiary-0),1);display:block;width:11.3736875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:13.375rem;left:59.9375rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lElatZmnWxdMDuaOdeTyi7LeBSRMoIMh { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6861875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:14.5rem;left:57.8125rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z2wWEsKnm6b63u3CTJH8gBxkCuakuUTe { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b106ef49-1416-4737-9cc6-60b41c3c4d89/BeataWalawskaZejdler.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;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(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.33333375rem;height:9.33333375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:2.5rem;left:4.6875rem;display:block; }#z2wWEsKnm6b63u3CTJH8gBxkCuakuUTe.adaptive-delivery-prevent-bg, #z2wWEsKnm6b63u3CTJH8gBxkCuakuUTe.lazyload, #z2wWEsKnm6b63u3CTJH8gBxkCuakuUTe.lazyloading { background-image: none; }
#UBPtZOyNHPX6reOyA5BTUfQGAe06KQ7o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GFJ61seDrIPFQnvAE3gHiGyxy162Q8IL { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:13.375rem;left:3.6875rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZMTDN7b35g2BwTHAi7PLt7ksMm4uh8MC { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:14.5rem;left:1.5625rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mc0cD1vfS6EmFXN75q2ohWnLkJ4QpwtW { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6a68f8dc-e5f6-43d2-a287-4be858e84dcb/KrzysztofNowosielski.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;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(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.10545875rem;height:9.10545875rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:3rem;left:4.8125rem;display:none; }#mc0cD1vfS6EmFXN75q2ohWnLkJ4QpwtW.adaptive-delivery-prevent-bg, #mc0cD1vfS6EmFXN75q2ohWnLkJ4QpwtW.lazyload, #mc0cD1vfS6EmFXN75q2ohWnLkJ4QpwtW.lazyloading { background-image: none; }
#OPVB2H3ZHZp5WQDJSTsXLvVUronroSBt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ax0doSa6WQAv1zfXQID0xdlTOush2yB1 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.3736875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:13.875rem;left:3.6875rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#D48lzN4W7RTJUbUXHztm5AoFELDPnw9t { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6861875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:15rem;left:1.5625rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TACSrq1ipBacTay45rQfTo3dh6NLBTkk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TACSrq1ipBacTay45rQfTo3dh6NLBTkk > .row .container { background-color: transparent; background-image: none; }#TACSrq1ipBacTay45rQfTo3dh6NLBTkk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TACSrq1ipBacTay45rQfTo3dh6NLBTkk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TACSrq1ipBacTay45rQfTo3dh6NLBTkk > .row .container > .video-iframe-container { display: none; }#TACSrq1ipBacTay45rQfTo3dh6NLBTkk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TACSrq1ipBacTay45rQfTo3dh6NLBTkk > .row > .video-iframe-container { display: none; }#TACSrq1ipBacTay45rQfTo3dh6NLBTkk > .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); }#TACSrq1ipBacTay45rQfTo3dh6NLBTkk > .row .container { border-width: 0; border-radius: 0; }#TACSrq1ipBacTay45rQfTo3dh6NLBTkk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TACSrq1ipBacTay45rQfTo3dh6NLBTkk > .row .container { font-size:0.875rem;font-family:arial;height:19.1875rem;width:75rem;position:relative;display:block; }#XCTIhZv98TL2SQXTcG65SEHDs9X2KlPE { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:13.75rem;left:22.3125rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R96PTsiPyhDBr5Luk9a9FiZAwN3wm4bi { color:rgba(var(--color-tertiary-0),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:14.875rem;left:18.75rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vKv5h3HGaiOfP0bBqG4BHbC2AwUrXiqU { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6d175140-5883-41c0-bfd0-f58efea6fd82/ErnestKuchar.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;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(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.261363625rem;height:9.261363625rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:2.9375rem;left:23.3125rem;display:block; }#vKv5h3HGaiOfP0bBqG4BHbC2AwUrXiqU.adaptive-delivery-prevent-bg, #vKv5h3HGaiOfP0bBqG4BHbC2AwUrXiqU.lazyload, #vKv5h3HGaiOfP0bBqG4BHbC2AwUrXiqU.lazyloading { background-image: none; }
#xmqAeUfiCGZ0T5SpItALfSSLeNDBiVT7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F1iiptCwuMnKIMe7Z0GGfsNKd73Dq64e { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/08b09f4c-d88c-42cd-ad66-4743fdb0ad89/WiolettaKozowskaPciak.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;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(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:9.375rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:2.875rem;left:42.0625rem;display:block; }#F1iiptCwuMnKIMe7Z0GGfsNKd73Dq64e.adaptive-delivery-prevent-bg, #F1iiptCwuMnKIMe7Z0GGfsNKd73Dq64e.lazyload, #F1iiptCwuMnKIMe7Z0GGfsNKd73Dq64e.lazyloading { background-image: none; }
#zJ4stkvTu7xnEMSO5G2T3qwe8mfmzbOF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vAO7QUXPHF7B57AuA2Kn3TiTpDkQeuT4 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:14.875rem;left:38.9375rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#daKZXU9SeXdRckrP5x2bmN7JEQ9GGC4u { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:13.75rem;left:41.0625rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rcfiTb18BnPWnwViHAiFK6uk4EU5hUcQ { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6a68f8dc-e5f6-43d2-a287-4be858e84dcb/KrzysztofNowosielski.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;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(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.10545875rem;height:9.10545875rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:3rem;left:4.8125rem;display:block; }#rcfiTb18BnPWnwViHAiFK6uk4EU5hUcQ.adaptive-delivery-prevent-bg, #rcfiTb18BnPWnwViHAiFK6uk4EU5hUcQ.lazyload, #rcfiTb18BnPWnwViHAiFK6uk4EU5hUcQ.lazyloading { background-image: none; }
#EAw7UFxXcvzmLck7rRiMamTD30AZFMXB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ks3d4klXT5lguEWCWTI96oFtpdfJ4ioB { color:rgba(var(--color-tertiary-0),1);display:block;width:11.3736875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:13.875rem;left:3.6875rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w5GyVM1GmqRIOlaNNcQm1e8SxmlFL6P5 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6861875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:15rem;left:1.5625rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RSpe0Sh1RDgXWLWK0XHfRpC2sQp5V016 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b88eea15-6878-4011-b1e8-ffc662a2d517/KarolinaRybarskaCakiemZdrowo1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;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(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.33333375rem;height:9.33333375rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:2.875rem;left:60.9375rem;display:block; }#RSpe0Sh1RDgXWLWK0XHfRpC2sQp5V016.adaptive-delivery-prevent-bg, #RSpe0Sh1RDgXWLWK0XHfRpC2sQp5V016.lazyload, #RSpe0Sh1RDgXWLWK0XHfRpC2sQp5V016.lazyloading { background-image: none; }
#sReuclEHt6lIOfTQta9rOtKE1JTHkO3K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qr3PawcsJ1VW8QoJc1POUpIJGgziWvar { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:13.8125rem;left:59.9375rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qp866nJTyXcFaMRfnTi74qTM36Io9MkT { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:14.875rem;left:57.8125rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SNBu1OZvXzWP75O88KvnwBe8FkqmgDqf { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/4c80dd8a-5d2c-413a-b365-df6ddd8a3ff6/noroot.crop_606x556_72,0");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;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(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.33333375rem;height:9.33333375rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:2.5rem;left:4.8125rem;display:none; }#SNBu1OZvXzWP75O88KvnwBe8FkqmgDqf.adaptive-delivery-prevent-bg, #SNBu1OZvXzWP75O88KvnwBe8FkqmgDqf.lazyload, #SNBu1OZvXzWP75O88KvnwBe8FkqmgDqf.lazyloading { background-image: none; }
#hZuo9oDEzg1SeFT93XOzSihkEWbcaRRR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cz4RacbCm7cTgH1qvowCJmC44fb8hdMs { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:13.375rem;left:3.8125rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Ga4Gz4rW7mbnEBlQE0dtanRTBOb7ZVPZ { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:14.5rem;left:1.6875rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#LHvl2Z8CIhoInrF3XGQQh7DibEoQBC68 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LHvl2Z8CIhoInrF3XGQQh7DibEoQBC68 > .row .container { background-color: transparent; background-image: none; }#LHvl2Z8CIhoInrF3XGQQh7DibEoQBC68::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHvl2Z8CIhoInrF3XGQQh7DibEoQBC68 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHvl2Z8CIhoInrF3XGQQh7DibEoQBC68 > .row .container > .video-iframe-container { display: none; }#LHvl2Z8CIhoInrF3XGQQh7DibEoQBC68 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHvl2Z8CIhoInrF3XGQQh7DibEoQBC68 > .row > .video-iframe-container { display: none; }#LHvl2Z8CIhoInrF3XGQQh7DibEoQBC68 > .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); }#LHvl2Z8CIhoInrF3XGQQh7DibEoQBC68 > .row .container { border-width: 0; border-radius: 0; }#LHvl2Z8CIhoInrF3XGQQh7DibEoQBC68 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LHvl2Z8CIhoInrF3XGQQh7DibEoQBC68 > .row .container { font-size:0.875rem;font-family:arial;height:18.4375rem;width:75rem;position:relative;display:block; }#ygqmg9e2VG9ESXu82bVS00DU7ZibKz42 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:14.5rem;left:39.0625rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#feL4qOvdWEhRqFhe1nSECPWZx4gA6X2v { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:13.375rem;left:41.1875rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pk7sCiioDQdUurovKoucka514oGCwLxL { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/76e84c01-d917-46e0-8e5a-9c6802fa5254/noroot.crop_530x507_61,0");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;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(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.33333375rem;height:9.33333375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:2.4765625rem;left:42.1875rem;display:block; }#Pk7sCiioDQdUurovKoucka514oGCwLxL.adaptive-delivery-prevent-bg, #Pk7sCiioDQdUurovKoucka514oGCwLxL.lazyload, #Pk7sCiioDQdUurovKoucka514oGCwLxL.lazyloading { background-image: none; }
#mWrAwVcu3Ipvum4yPAqrCpTRefpyTv9x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pARU380TWzMLOMtHgSxXoCshS8BuWBM0 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/f75a1eb9-df4e-4072-8a1d-767d83015003/noroot.crop_595x595_0,48");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;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(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.33333375rem;height:9.33333375rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:2.5rem;left:60.9375rem;display:block; }#pARU380TWzMLOMtHgSxXoCshS8BuWBM0.adaptive-delivery-prevent-bg, #pARU380TWzMLOMtHgSxXoCshS8BuWBM0.lazyload, #pARU380TWzMLOMtHgSxXoCshS8BuWBM0.lazyloading { background-image: none; }
#Iwl8kaR4vl7GNxZHUZOm5elM0TeEDEcC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a8xVTHAwDM6zBRwvBwIV8zH9qZMu7ZRl { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:13.375rem;left:59.9375rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E5MzwBoSX7AwXmVohkp27gteux9vpOhp { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:14.5rem;left:57.8125rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JMWb0kFT190qKDSyZThi8OlxDSVcMQBT { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/4c80dd8a-5d2c-413a-b365-df6ddd8a3ff6/noroot.crop_606x556_72,0");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;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(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.33333375rem;height:9.33333375rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:2.5rem;left:4.8125rem;display:block; }#JMWb0kFT190qKDSyZThi8OlxDSVcMQBT.adaptive-delivery-prevent-bg, #JMWb0kFT190qKDSyZThi8OlxDSVcMQBT.lazyload, #JMWb0kFT190qKDSyZThi8OlxDSVcMQBT.lazyloading { background-image: none; }
#CSTNRlwUVKOJGn8CPeDbMeUDlrIugoMD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fQcBKSGbS2xOV4NTArwk1rdx7AAH8LVh { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/2d2ced77-d9f6-41bd-8807-618d89c8ca28/noroot.crop_557x559_0,0");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;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(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.33333375rem;height:9.33333375rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:2.5rem;left:23.5625rem;display:block; }#fQcBKSGbS2xOV4NTArwk1rdx7AAH8LVh.adaptive-delivery-prevent-bg, #fQcBKSGbS2xOV4NTArwk1rdx7AAH8LVh.lazyload, #fQcBKSGbS2xOV4NTArwk1rdx7AAH8LVh.lazyloading { background-image: none; }
#ZHOUQ385laZWlQfFq8ftFmhPP1uCCQtu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TP4az7B1D1bMR4lhERw1yTOurvA9Gy0M { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:13.375rem;left:3.8125rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CETugBKkVaEaPCJDLNhcdWBsdddlR6XK { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:13.3125rem;left:22.5625rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bIFL9snVB5i3fNDmyXxmQTsDLOgHlp4l { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:14.5rem;left:1.6875rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JIFEp8bVnF1KkvS2txV0ETOvfQH0DDRf { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:14.4375rem;left:20.4375rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EeNmdyEO9L3Fm0xXBSyXBf4aiBvRy0gL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#EeNmdyEO9L3Fm0xXBSyXBf4aiBvRy0gL > .row .container { border-width: 0; border-radius: 0; }#EeNmdyEO9L3Fm0xXBSyXBf4aiBvRy0gL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EeNmdyEO9L3Fm0xXBSyXBf4aiBvRy0gL > .row .container { font-size:0.875rem;font-family:arial;height:18.4375rem;width:75rem;position:relative;display:none; }#K8O62oTIdz6d9DT4clLaSBzk1mXIMizO { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:14.5rem;left:1.5625rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S2gSTINQA3dxLQdcRc1I0ySdBdTqhP1J { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:13.375rem;left:3.6875rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CzIw4hh6oEr2tMX6TayWq7faXI2oaLTw { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:14.5rem;left:20.3125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TOTL9uXve7cSL1Xa9DVFcLbqi9lJN1cI { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:13.375rem;left:22.4375rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EGhhZC7Q2bPXpM8RLhZDREAWQukurOfc { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ecfed463-8914-4c80-b359-86543bbb5151/_0001_MagdalenaMichaowska.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;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(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:9.375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:2.5rem;left:4.6875rem;display:block; }#EGhhZC7Q2bPXpM8RLhZDREAWQukurOfc.adaptive-delivery-prevent-bg, #EGhhZC7Q2bPXpM8RLhZDREAWQukurOfc.lazyload, #EGhhZC7Q2bPXpM8RLhZDREAWQukurOfc.lazyloading { background-image: none; }
#FiqIUxXrXAdu8IfkGc6rNDuVdXRXls6V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#efdL3sGr0uExVrwnBlagu6fhEBX5Q1Wu { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a4709882-e56b-4018-b7ae-d24d21979d94/_0002_OlgaGrabowska.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;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(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:9.375rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:2.5rem;left:23.4375rem;display:block; }#efdL3sGr0uExVrwnBlagu6fhEBX5Q1Wu.adaptive-delivery-prevent-bg, #efdL3sGr0uExVrwnBlagu6fhEBX5Q1Wu.lazyload, #efdL3sGr0uExVrwnBlagu6fhEBX5Q1Wu.lazyloading { background-image: none; }
#C11ecHEycehHB1lsafqcaJZgKIt2Q2X6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aNvikMUTrr1sQyTQR0EmFkdETvG3BOE7 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:14.49951171875rem;left:56.59375rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SDcUFO2zVIybHMvvhKefqGUh0Wv5Ktrz { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:13.375rem;left:59.9375rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sehCtUuxDFUU0Bd6SKp5VOAtez5S7U8a { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7ce75df5-7492-4de4-8e18-b2877a5da570/PaulinaMintzbergWachowicz.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;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(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:9.375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:2.5rem;left:60.9375rem;display:block; }#sehCtUuxDFUU0Bd6SKp5VOAtez5S7U8a.adaptive-delivery-prevent-bg, #sehCtUuxDFUU0Bd6SKp5VOAtez5S7U8a.lazyload, #sehCtUuxDFUU0Bd6SKp5VOAtez5S7U8a.lazyloading { background-image: none; }
#FkskLJChJBgGoRiiJTQlcDDv5QELO6Jk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EZTpu28AcTK3TUUlCu0Nnx4vtTxE7MT7 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/02e911a7-006d-4155-b8b3-1b55401487ee/_0003_AnnaMichalska.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;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(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:9.375rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:2.5rem;left:42.250001907349rem;display:block; }#EZTpu28AcTK3TUUlCu0Nnx4vtTxE7MT7.adaptive-delivery-prevent-bg, #EZTpu28AcTK3TUUlCu0Nnx4vtTxE7MT7.lazyload, #EZTpu28AcTK3TUUlCu0Nnx4vtTxE7MT7.lazyloading { background-image: none; }
#uSpR74PxE4IVtEx3nMz6cAA2b7sRTTJG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KUJ2gZL2eeQLT9dP6iw6keTf24mKCAZD { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:13.375rem;left:41.1875rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VciVgTlddPSHNIBwPXlWb4clw2ny0Ov7 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:14.5rem;left:39.0625rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q9PJxR9q3r69gpciIwVx2r8wy6P9bQb4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#q9PJxR9q3r69gpciIwVx2r8wy6P9bQb4 > .row .container { border-width: 0; border-radius: 0; }#q9PJxR9q3r69gpciIwVx2r8wy6P9bQb4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q9PJxR9q3r69gpciIwVx2r8wy6P9bQb4 > .row .container { font-size:0.875rem;font-family:arial;height:18.4375rem;width:75rem;position:relative;display:none; }#VLMRZ1h7BKMGW1fJ0h81ILos1lt26Tq2 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:14.5rem;left:1.5625rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cnm2MfMl0Kw6uarsz1m0mqtWQS51WQRb { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:13.375rem;left:3.6875rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TZKi4CW6bJvJG6s15IIhkzQkKXwiWAh4 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/05766f7c-068d-4aef-a2a0-1dc36469c13e/_0004_KatarzynaKoodziej.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;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(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:9.375rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:2.5rem;left:4.6875rem;display:block; }#TZKi4CW6bJvJG6s15IIhkzQkKXwiWAh4.adaptive-delivery-prevent-bg, #TZKi4CW6bJvJG6s15IIhkzQkKXwiWAh4.lazyload, #TZKi4CW6bJvJG6s15IIhkzQkKXwiWAh4.lazyloading { background-image: none; }
#V5W2cF3kInOHcy6eGUM8VgxzD0FrlDLL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dm7PvWfl8EoDmZhkRwaZ8THeQSHdFTi7 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/5ccd0b22-4ccf-4be8-a1a3-8dd52903f806/Projektbeznazwy17.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;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(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.261363625rem;height:9.261363625rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:3.3125rem;left:24.375rem;display:block; }#dm7PvWfl8EoDmZhkRwaZ8THeQSHdFTi7.adaptive-delivery-prevent-bg, #dm7PvWfl8EoDmZhkRwaZ8THeQSHdFTi7.lazyload, #dm7PvWfl8EoDmZhkRwaZ8THeQSHdFTi7.lazyloading { background-image: none; }
#LlQOarzHrUnHKpQKB1tHm8cHGd04SoXU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jd3xg7xKiDlpdDxcoWeVsZq8L6KbWI4l { color:rgba(var(--color-tertiary-0),1);display:block;width:11.3743125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:14.1875rem;left:23.375rem;height:1.13725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mmS3gVCi5eae69N1qKUMm93Aew59NGio { color:rgba(var(--color-tertiary-0),1);display:block;width:15.687125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:15.3125rem;left:21.25rem;height:1.46218125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FNOOoWAQVw6BXuTb3H1RuEZgmTKPKQS7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#FNOOoWAQVw6BXuTb3H1RuEZgmTKPKQS7 > .row .container { border-width: 0; border-radius: 0; }#FNOOoWAQVw6BXuTb3H1RuEZgmTKPKQS7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FNOOoWAQVw6BXuTb3H1RuEZgmTKPKQS7 > .row .container { font-size:0.875rem;font-family:arial;height:41.3125rem;width:75rem;position:relative;display:none; }#NHPmehMou9a76Vaa27mTlkheniQ5JuKZ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:34.0625rem;width:60.6875rem;top:1.3125rem;left:7.15625rem;display:block; }
#nDxJeyFnPovdO8uUdeDypOJgFVtMnsC6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0.75));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0.75));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0.75));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0.75));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),0.75)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),0.75)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0.75));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nDxJeyFnPovdO8uUdeDypOJgFVtMnsC6 > .row .container { background-color: transparent; background-image: none; }#nDxJeyFnPovdO8uUdeDypOJgFVtMnsC6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nDxJeyFnPovdO8uUdeDypOJgFVtMnsC6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nDxJeyFnPovdO8uUdeDypOJgFVtMnsC6 > .row .container > .video-iframe-container { display: none; }#nDxJeyFnPovdO8uUdeDypOJgFVtMnsC6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nDxJeyFnPovdO8uUdeDypOJgFVtMnsC6 > .row > .video-iframe-container { display: none; }#nDxJeyFnPovdO8uUdeDypOJgFVtMnsC6 > .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); }#nDxJeyFnPovdO8uUdeDypOJgFVtMnsC6 > .row .container { border-width: 0; border-radius: 0; }#nDxJeyFnPovdO8uUdeDypOJgFVtMnsC6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nDxJeyFnPovdO8uUdeDypOJgFVtMnsC6 > .row .container { font-size:0.875rem;font-family:arial;height:12.4375rem;width:75rem;position:relative;display:block; }#qIv6WN9Lcwv8unC3d6m3Wtro3IGJyc43 { color:rgba(var(--color-tertiary-3),1);display:block;width:29.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:2.9687442779541rem;left:22.874218940735rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JlnVr8von85tuVua1IRBB7plheBvMETg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.75);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; }#JlnVr8von85tuVua1IRBB7plheBvMETg > .row .container { background-color: transparent; background-image: none; }#JlnVr8von85tuVua1IRBB7plheBvMETg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JlnVr8von85tuVua1IRBB7plheBvMETg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JlnVr8von85tuVua1IRBB7plheBvMETg > .row .container > .video-iframe-container { display: none; }#JlnVr8von85tuVua1IRBB7plheBvMETg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JlnVr8von85tuVua1IRBB7plheBvMETg > .row > .video-iframe-container { display: none; }#JlnVr8von85tuVua1IRBB7plheBvMETg > .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); }#JlnVr8von85tuVua1IRBB7plheBvMETg > .row .container { border-width: 0; border-radius: 0; }#JlnVr8von85tuVua1IRBB7plheBvMETg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JlnVr8von85tuVua1IRBB7plheBvMETg > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#DmWzrZ7JJqtmPTGGimiR0wS0T2rxXIhb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:18.3125rem;top:0rem;left:0.21875rem;overflow:hidden;display:block; }
#TwroPXFSKu88hPMo3eGxtl8uVVfthQaw { 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:13.625rem;width:18.3125rem;top:0rem;left:18.96875rem;overflow:hidden;display:block; }
#cfAG0Ro5tlPFq90AEx1qTVQgilJqs6cS { 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:13.625rem;width:18.3125rem;top:0rem;left:37.71875rem;overflow:hidden;display:block; }
#DATJBwr5meZds6aWVRW9E9b0v84gZGT4 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:18.3125rem;top:0rem;left:56.46875rem;overflow:hidden;display:block; }
#PM9nWvwobN3aP6EcLUfuchahb6ewP3F3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.75);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; }#PM9nWvwobN3aP6EcLUfuchahb6ewP3F3 > .row .container { background-color: transparent; background-image: none; }#PM9nWvwobN3aP6EcLUfuchahb6ewP3F3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PM9nWvwobN3aP6EcLUfuchahb6ewP3F3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PM9nWvwobN3aP6EcLUfuchahb6ewP3F3 > .row .container > .video-iframe-container { display: none; }#PM9nWvwobN3aP6EcLUfuchahb6ewP3F3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PM9nWvwobN3aP6EcLUfuchahb6ewP3F3 > .row > .video-iframe-container { display: none; }#PM9nWvwobN3aP6EcLUfuchahb6ewP3F3 > .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); }#PM9nWvwobN3aP6EcLUfuchahb6ewP3F3 > .row .container { border-width: 0; border-radius: 0; }#PM9nWvwobN3aP6EcLUfuchahb6ewP3F3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PM9nWvwobN3aP6EcLUfuchahb6ewP3F3 > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#lqg3dEUt5Z50a12TehV54c8DMPTbAVF3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:18.3125rem;top:0rem;left:0.21875rem;overflow:hidden;display:block; }
#NDgzGcR8A0UW3QAt6FpXD6FiPymv6tkl { 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:13.625rem;width:18.3125rem;top:0rem;left:18.96875rem;overflow:hidden;display:block; }
#EFABI9VZNJR4iEJSP0eqALTHGIT7RgVe { 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:13.625rem;width:18.3125rem;top:0rem;left:37.71875rem;overflow:hidden;display:block; }
#W2eu0RxRHVMgqo31LUoKn2CZrwVQX9SU { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:18.3125rem;top:0rem;left:56.46875rem;overflow:hidden;display:block; }
#NypzSd5Jbcy3PqSv69gWFKIxJpWgIuNq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.75);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; }#NypzSd5Jbcy3PqSv69gWFKIxJpWgIuNq > .row .container { background-color: transparent; background-image: none; }#NypzSd5Jbcy3PqSv69gWFKIxJpWgIuNq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NypzSd5Jbcy3PqSv69gWFKIxJpWgIuNq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NypzSd5Jbcy3PqSv69gWFKIxJpWgIuNq > .row .container > .video-iframe-container { display: none; }#NypzSd5Jbcy3PqSv69gWFKIxJpWgIuNq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NypzSd5Jbcy3PqSv69gWFKIxJpWgIuNq > .row > .video-iframe-container { display: none; }#NypzSd5Jbcy3PqSv69gWFKIxJpWgIuNq > .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); }#NypzSd5Jbcy3PqSv69gWFKIxJpWgIuNq > .row .container { border-width: 0; border-radius: 0; }#NypzSd5Jbcy3PqSv69gWFKIxJpWgIuNq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NypzSd5Jbcy3PqSv69gWFKIxJpWgIuNq > .row .container { font-size:0.875rem;font-family:arial;height:18.625rem;width:75rem;position:relative;display:block; }#X9TkpGIDmykV9KBr0rFplLGIZcKJF60h { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:18.3125rem;top:0rem;left:0.21875rem;overflow:hidden;display:block; }
#JKs3nKTIDfNrhfGkMclgcJBNAIzoi7ZZ { 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:13.625rem;width:18.3125rem;top:0rem;left:18.96875rem;overflow:hidden;display:block; }
#oUQAfvedxG79RmNcOJOWZJPPRGrNxAHT { 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:13.625rem;width:18.3125rem;top:0rem;left:37.71875rem;overflow:hidden;display:block; }
#XGerTdVkUOW4Usq1unUWMb3cuUthnTaP { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:18.3125rem;top:0rem;left:56.46875rem;overflow:hidden;display:block; }
#ArXDOWimBPFKQqrMU6c2gRZiV109eTyq { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0rem 0rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.5rem;left:28.812500953674rem;display:none; }
#lProodA9UA4Nloo1d4ZgbNRFQRQ603ct { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wvxQi1b8MXmog5oIPiROJK4OGHRrM9sl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(89deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(89deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(89deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(89deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(89deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wvxQi1b8MXmog5oIPiROJK4OGHRrM9sl > .row .container { background-color: transparent; background-image: none; }#wvxQi1b8MXmog5oIPiROJK4OGHRrM9sl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvxQi1b8MXmog5oIPiROJK4OGHRrM9sl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvxQi1b8MXmog5oIPiROJK4OGHRrM9sl > .row .container > .video-iframe-container { display: none; }#wvxQi1b8MXmog5oIPiROJK4OGHRrM9sl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvxQi1b8MXmog5oIPiROJK4OGHRrM9sl > .row > .video-iframe-container { display: none; }#wvxQi1b8MXmog5oIPiROJK4OGHRrM9sl > .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); }#wvxQi1b8MXmog5oIPiROJK4OGHRrM9sl > .row .container { border-width: 0; border-radius: 0; }#wvxQi1b8MXmog5oIPiROJK4OGHRrM9sl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wvxQi1b8MXmog5oIPiROJK4OGHRrM9sl > .row .container { font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;position:relative;display:block; }#f7s5SxuvMsRFFAnCz87XTNwhHlrxoC2b { 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; }#f7s5SxuvMsRFFAnCz87XTNwhHlrxoC2b > .row .container { background-color: transparent; background-image: none; }#f7s5SxuvMsRFFAnCz87XTNwhHlrxoC2b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f7s5SxuvMsRFFAnCz87XTNwhHlrxoC2b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f7s5SxuvMsRFFAnCz87XTNwhHlrxoC2b > .row .container > .video-iframe-container { display: none; }#f7s5SxuvMsRFFAnCz87XTNwhHlrxoC2b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f7s5SxuvMsRFFAnCz87XTNwhHlrxoC2b > .row > .video-iframe-container { display: none; }#f7s5SxuvMsRFFAnCz87XTNwhHlrxoC2b > .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); }#f7s5SxuvMsRFFAnCz87XTNwhHlrxoC2b > .row .container { border-width: 0; border-radius: 0; }#f7s5SxuvMsRFFAnCz87XTNwhHlrxoC2b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f7s5SxuvMsRFFAnCz87XTNwhHlrxoC2b > .row .container { font-size:0.875rem;font-family:arial;height:21.3125rem;width:75rem;position:relative;display:block; }#M4DvUmTpm7iOOqDBnZZ926rGHKpmg4ix { color:rgba(var(--color-tertiary-3),1);display:block;width:19.8746875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:8.5625rem;left:2.3125rem;height:1.4rem;font-style:normal;display:block; }
#OfcQ9wg3wQ9oR7BZcQ8IOtszXTUHtkNI { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:29.375rem;top:13.6875rem;left:0rem;display:block; }
#ZWTifWeSG84sXsiFHu7gLRdhoNAGaiqK { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.06201175rem;width:16.875rem;top:13.6875rem;left:58.125rem;display:block; }
#K151nWqEewS8UgXFiobePxcqskhC9fKf { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.375rem;font-weight:400;line-height:1;height:1.9992375rem;width:1.9992375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:10.625rem;left:0rem;display:block; }
#Iscazqmg8O16ngMGxE2kmy0WQiKIPHCc { color:rgba(var(--color-tertiary-3),1);display:block;width:28.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:11.0625rem;left:2.3125rem;height:1.4rem;font-style:normal;display:block; }
#CNnM0OOp3ilKAal54tw3DWRuTRWcdw4l { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.375rem;font-weight:400;line-height:1;height:1.9992375rem;width:1.9992375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:8.3125rem;left:0rem;display:block; }
#lCnf6hD0PBgNS8FhgG9UDVbQfpSAButL { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.625rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:15.625rem;left:0rem;display:block; }
#rsezMUTuyf7iPfNuX2hbokxuCUxv8XP3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gx98xyCC34RhbvFMEyC3RZuDSTtRrRLT { color:rgba(var(--color-primary-2),1);display:block;width:7.562rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:16.2373046875rem;left:65.50048828125rem;height:1.4rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#iUqqLMFCvGCWvd1CK2CI7EJIavDGK9B5 { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.375rem;font-weight:400;line-height:1;height:1.99978125rem;width:1.99978125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:15.9375rem;left:73rem;display:block; }
#t8d8u8q8QrO0iFXgJplvxlk37cEi6cIw { color:rgba(var(--color-primary-2),1);display:block;width:21.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:6.0625rem;left:53.6875rem;height:1.4rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#pUFJ0nRV7FJCL9LQvTyA07uggTVHflAu { color:rgba(var(--color-tertiary-3),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:8.56201171875rem;left:58.18603515625rem;height:1.4rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#VqHealsT5BV51UqupDnSCF4i0JxzpuPR { color:rgba(var(--color-tertiary-3),1);display:block;width:13.3745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15020;line-height:1.4;letter-spacing:0;top:10.92431640625rem;left:58.8125rem;height:1.4rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#gTRLzyKlnaTksHRlrWrUN8ElNAidXuLa { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.375rem;font-weight:400;line-height:1;height:1.9992375rem;width:1.9992375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:10.8125rem;left:73rem;display:block; }
#e3aNPmEh5nFTfM3ytfCQT9VgLaPGaWtn { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.375rem;font-weight:400;line-height:1;height:1.9992375rem;width:1.9992375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:8.5rem;left:73rem;display:block; }
#Qpv3cX7mbpAPANN7nyo3nXXvTVHqEkMh { color:rgba(var(--color-primary-2),1);display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:6.06201171875rem;left:0rem;height:1.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QqUExHQlC6KKs3KMovg8cB4mo8s04Tbt { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:2.625rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:15.625rem;left:12.75rem;display:block; }
#w4p9Q8EiQlhsWoHNV55lyeSAVfKt8a81 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A071Re1f2iGTw3hCP4yStIwd22gI1gJi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;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; }#A071Re1f2iGTw3hCP4yStIwd22gI1gJi > .row .container { background-color: transparent; background-image: none; }#A071Re1f2iGTw3hCP4yStIwd22gI1gJi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A071Re1f2iGTw3hCP4yStIwd22gI1gJi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A071Re1f2iGTw3hCP4yStIwd22gI1gJi > .row .container > .video-iframe-container { display: none; }#A071Re1f2iGTw3hCP4yStIwd22gI1gJi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A071Re1f2iGTw3hCP4yStIwd22gI1gJi > .row > .video-iframe-container { display: none; }#A071Re1f2iGTw3hCP4yStIwd22gI1gJi > .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); }#A071Re1f2iGTw3hCP4yStIwd22gI1gJi > .row .container { border-width: 0; border-radius: 0; }#A071Re1f2iGTw3hCP4yStIwd22gI1gJi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A071Re1f2iGTw3hCP4yStIwd22gI1gJi > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:75rem;position:relative;display:block; }#JC3VxuCGaHkxUsicbpRSAinNhbKeGCbv { color:rgba(var(--color-tertiary-3),1);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.00537109375rem;left:0rem;height:1.1375rem;display:block; }
#s8k5KLCFlbXrhA1Usz3WLDJsR6ezFwJD { 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.75rem;width:6rem;top:1.75rem;left:7.06103515625rem;overflow:hidden;display:block; }
#JDfDLmT6cw9agbxqDXo1tcuMOzBIq8Qm { color:rgba(var(--color-tertiary-3),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.005859375rem;left:53.68603515625rem;height:1.1375rem;text-align:right;text-align-last:right;display:block; }
#mFbzWwsLaRv8BiBDbXT6rw2F8esImtF1 { 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:2.9375rem;width:2.3125rem;top:1.1561393737793rem;left:72.625327110288rem;overflow:hidden;display:block; }
#s6ODi3nvhVZiJsxpXbDqZJLgbwSr0sku { 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;z-index:auto;display:block; }#s6ODi3nvhVZiJsxpXbDqZJLgbwSr0sku > .row .container { background-color: transparent; background-image: none; }#s6ODi3nvhVZiJsxpXbDqZJLgbwSr0sku::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6ODi3nvhVZiJsxpXbDqZJLgbwSr0sku > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6ODi3nvhVZiJsxpXbDqZJLgbwSr0sku > .row .container > .video-iframe-container { display: none; }#s6ODi3nvhVZiJsxpXbDqZJLgbwSr0sku > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6ODi3nvhVZiJsxpXbDqZJLgbwSr0sku > .row > .video-iframe-container { display: none; }#s6ODi3nvhVZiJsxpXbDqZJLgbwSr0sku > .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); }#s6ODi3nvhVZiJsxpXbDqZJLgbwSr0sku > .row .container { border-width: 0; border-radius: 0; }#s6ODi3nvhVZiJsxpXbDqZJLgbwSr0sku > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s6ODi3nvhVZiJsxpXbDqZJLgbwSr0sku > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;position:relative;display:block; }#e1pvy4QW8TFt1kc303bS4QsgTKVVPSPs { 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;z-index:auto;display:none; }#e1pvy4QW8TFt1kc303bS4QsgTKVVPSPs > .row .container { border-width: 0; border-radius: 0; }#e1pvy4QW8TFt1kc303bS4QsgTKVVPSPs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e1pvy4QW8TFt1kc303bS4QsgTKVVPSPs > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;position:relative;display:none; }#JDW6rt5vl9meg2FeKzgAl45R9H0uzRk6 { position:relative;z-index:auto;display:none; }#JDW6rt5vl9meg2FeKzgAl45R9H0uzRk6 { border-width: 0; border-radius: 0; }#JDW6rt5vl9meg2FeKzgAl45R9H0uzRk6 > .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; }#JDW6rt5vl9meg2FeKzgAl45R9H0uzRk6 > .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:4.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; }#IbJ7NFy4TUvAxTOoMb3RcVXocLoHCD7p { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0rem 0rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.5rem;left:28.812500953674rem;display:block; }
#SPpEbkpRJB52WnheFdLxy8b6Oi9bJLlm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gVEC1M8rDttrnk4WPZawTR12kt32RSzd { display:block; }#gVEC1M8rDttrnk4WPZawTR12kt32RSzd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fOorkIewQ9f7WRTMw4C1f1Sq6f5XVHtb { width:13.0625rem;height:3.375rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w52euRc9T4vLtiUhmB8u7uBs3uIQE8Ua { width:9.1875rem;height:2.75rem;top:1.4375rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTTBakc0nMGXyPT9szxd0B2xSz4pl6fZ { display:block; }
 }@media only screen and (max-width: 763px) { #SMZ3hcsOZVuysu0QezG3e4aP7BpTD4tN { width:7.1875rem;height:2.75rem;top:1.4375rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2l3qGcfmLS3sPVBA4hKPq6yWfBzNwR2 { display:block; }
 }@media only screen and (max-width: 763px) { #IRAP7PcVzZMuBwrHkKQOiiSM0AEbWv5d { width:5.3125rem;height:2.75rem;top:1.4375rem;left:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiVliOAsHflMHxaD7vUmrGoWgBtSttCH { display:block; }
 }@media only screen and (max-width: 763px) { #hVFoNStTryVWrWqgL7noeVTIJ2PLqxU8 { width:7.75rem;height:2.75rem;top:1.4375rem;left:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NP3TKRLwLr1bZMGDQKQtblvfvmc434Sq { display:block; }
 }@media only screen and (max-width: 763px) { #zDzn6PiufsmS3WDV1TNB5blTJwDbqITK { width:5.375rem;height:2.75rem;top:1.4375rem;left:42.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvtK8DVyGvtftigq9XBMLsMes80MEmei { display:block; }
 }@media only screen and (max-width: 763px) { #tJzEPlizTEWNvBsHwatGXsBQRTz67KXw { width:12.125rem;height:2.75rem;top:1.4375rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTNHI9znhrHwKZmo9oLEOsb5t2mQ5yZs { display:block; }
 }@media only screen and (max-width: 763px) { #dmQEWS548t16WWz5IFaIw78znaAkwrZu { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VSBRrR8TzW8NiriwUOz48QocUi6aVshC { display:none; }#VSBRrR8TzW8NiriwUOz48QocUi6aVshC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DiHNVBVZTRKvk4OsZKN98xZvx7HJtvBM { width:13.0625rem;height:3.375rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCp6WTcHTPhTULd5Tp1UDGxEVAuvMsEd { width:9.1875rem;height:2.75rem;top:1.4375rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1cpxufIQhEiyA7TFFcrIBUThLJ74dsh { display:block; }
 }@media only screen and (max-width: 763px) { #JfF3vTmHH762qnVnnhaJ9RHS3DzCltFT { width:7.1875rem;height:2.75rem;top:1.4375rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLyN0p7f0quCxxThfmTXGmiVISf7UUv2 { display:block; }
 }@media only screen and (max-width: 763px) { #lW8L1lkBuGIlH6miOUEWMHVJdeT5wUvM { width:5.3125rem;height:2.75rem;top:1.4375rem;left:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJqpWpDnVaS2VoryEHQ0vuDo7m3X0laq { display:block; }
 }@media only screen and (max-width: 763px) { #LmFT75STdA7GJDRictvWetHJQuQo0H4g { width:7.75rem;height:2.75rem;top:1.4375rem;left:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G35yENPFLe2wTMrwt94D7gnyvM7GgFJZ { display:block; }
 }@media only screen and (max-width: 763px) { #KxTe9rEDCxtbbPaWKSQANtn0WI4Wg7TO { width:5.375rem;height:2.75rem;top:1.4375rem;left:42.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQ7CGOtaXS5t4IIpTrqmsHcG7ZFRu3dT { display:block; }
 }@media only screen and (max-width: 763px) { #MU9bamq0wWdBt7lA0RGUddIzl97yJXSQ { width:12.125rem;height:2.75rem;top:1.4375rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAzNGfcMCHCXTOetCHR6khemkWzEToiU { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hlVrcsS9D4IXfw7y3oBc1PDqK19xgV9u { width:45.625rem;height:9.75rem;top:14.375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPwcTRkWXrHgxyrFmTF1hvu2x0L5ff8P { width:41.75rem;height:2.1875rem;top:25.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UftpmvkwSwM0JaW4gCKnmLbxGiNJq4Di { width:41.75rem;height:3.3125rem;top:25.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoNAiTX2kxpZ7dCxJVrm5QDnOE2xqoDy { width:43.0625rem;height:2.1875rem;top:30.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8LszxQdf1UglWkBabmAcmFrTaskXlHN { width:2.875rem;height:2.875rem;top:39.0625rem;left:22.4375rem;display:block; }
#s8LszxQdf1UglWkBabmAcmFrTaskXlHN > img { max-width: 100%;max-height:100%; width:2.875rem; height:2.875rem; } }@media only screen and (max-width: 763px) { #p0ZTBIvOIZ0CVOa0ABz3VVBB1QTDrL74 { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #g15JmAW4NNWSLJ3SyxzBglX3E0VQUX2p { width:11.3125rem;height:14.375476535134rem;top:14.375rem;left:33.37428855896rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKv1oMvOXI63phvkwKCl0G1vPNeXDKIa { width:17.3125rem;height:3.75rem;top:44.5rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx0J5wtEdTnZqRT3M7zJaaRdHSuRm6SX { display:block; }
 }@media only screen and (max-width: 763px) { #oLQdBgMp3kP291xddGT79eWMkyH3M1U9 { width:17.375rem;height:3.75rem;top:0.5rem;left:15.187500953674rem;display:none; }
 }@media only screen and (max-width: 763px) { #a9ytlgD20xhNnkhBv93ok8GFf9Rpv7uE { display:block; }
 }@media only screen and (max-width: 763px) { #PGonGpPU3Rg0vETk5LWxITSu1T5L7Tf6 { display:none; }#PGonGpPU3Rg0vETk5LWxITSu1T5L7Tf6 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vdMbudT9zWbeGxveTbUb1dcT6PIHvEnr { width:36.5rem;height:20.25rem;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBb4KhIun76C10edvSzPhU91A0B7opOz { width:25.875rem;height:6.5rem;top:2.625rem;left:10.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4o1rGzrFxUl18MFAx4r4dTkWNDb4bAu { width:36.5rem;height:20.25rem;top:13.9375rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDP0CBJBFDBveELHdaqzMdp9mXsd8AAh { display:block; }#TDP0CBJBFDBveELHdaqzMdp9mXsd8AAh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hnd1aGUGqWpJyK4vSZufCRSkiz6CBh1t { width:14.875rem;height:6.0625rem;top:4.375rem;left:0.5rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXTIl8xbXywkCcpatlLI18xZdQHoXUHg { width:14.1875rem;height:1.625rem;top:10.4375rem;left:16.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZDAGliJSpnJG45XEL7Qsk3Q9kE5VS1Z { width:9.75rem;height:6.0625rem;top:4.3125rem;left:18.9375rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdTPaxCW8ReUZdcSCGAENBM5VXIeSMbO { width:9.75rem;height:5.68714375rem;top:4.3125rem;left:34.8125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmKv4ck44dt5u0NedTSWlkqQ2MIEgSwZ { width:14.5rem;height:1.13725rem;top:13.3125rem;left:16.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfNDp8tTrBNELDcaSEdGL7lfgW2tTMHX { width:14.5rem;height:1.13725rem;top:13.3125rem;left:32.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITC9vkP2CqEp3bWVFwa3idgcSF07Nkbi { width:14.1875rem;height:1.625rem;top:10.4375rem;left:32.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDZggJtTTcLXldlrOduvI0gp64eaT4qx { width:14.1875rem;height:1.625rem;top:10.4375rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFlKAvEAhwFHgavJuzHQvJmdIceCoInt { width:14.5rem;height:1.13725rem;top:13.3125rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0QKSmHCqR8B9N4B1Bd3IzvG8b8LVboz { display:block; }#J0QKSmHCqR8B9N4B1Bd3IzvG8b8LVboz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oSoZaKE1qesKcykmJw5oQqVmCwxrVBAc { width:47.75rem;height:3.25rem;top:5.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDSTdb67mgtiwZXQX0S4PG5cGFV6CJLT { display:block; }#zDSTdb67mgtiwZXQX0S4PG5cGFV6CJLT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lSsqfAQ1sybTSh9gk6IsEhme49mB0ZNC { width:4.75rem;height:4.75rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mea8T1n8tMJ8XfDoUblVV96AW7wEG6fI { width:4.75rem;height:4.75rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHLRgBSGPFSIUTrt30notIBWB11qu2Px { width:5.3125rem;height:5.3125rem;top:1.375rem;left:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMA3Fc69GgGX5ayX6POvuMaV8Mi6SUsM { width:5.375rem;height:5.375rem;top:8.875rem;left:42.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rD7N02KGkN05Wn7UbWa0qEWXXxmZPZq7 { width:25.625rem;height:1.13725rem;top:3.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P27ePPVi6U1F3oEJUSCaLw609u0kwsXx { width:29.5625rem;height:1.13725rem;top:10.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAp668hQGh82DZRrIkDD88W5cTfpDELm { width:25.625rem;height:2.2745rem;top:2.5625rem;left:22.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZD3PEM3ZTJ8vcMB3iS1obcneRSNQMdL { width:27.375rem;height:2.2745rem;top:10.8125rem;left:20.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCTx5aAz4JkKuGWeXSM25EX94BC5dAPo { display:block; }#gCTx5aAz4JkKuGWeXSM25EX94BC5dAPo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KkW5ePs3iclABN5fuw5UgvHTNHyFR46g { width:33.75rem;height:22.458659430604rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQPVGV3Iz6aNwiDebAxKXRLRve92wPpO { width:20rem;height:20rem;top:6.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDmnaapNJHBCLeovWTE6X1Q5B4xBoFK1 { width:26.6875rem;height:6.4375rem;top:5.8125rem;left:21.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFSPVzST746DTAQJpKbv2b4IWi5J0dQO { width:38.75rem;height:16.0625rem;top:14.1875rem;left:9rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #untn7mkDldxBhsMLN5Zt042QheTFB08k { width:47.75rem;height:19rem;top:33.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtZU0uodM5eJhZLsGXUTMaGhvVdQfE4o { width:17.375rem;height:3.75rem;top:0.5rem;left:15.187500953674rem;display:none; }
 }@media only screen and (max-width: 763px) { #ffQt7ZGTieqUzEhkXQbDU2Zrzg4xLrFa { display:block; }
 }@media only screen and (max-width: 763px) { #wsJSQ2ZpqxEbbtVuiw3P1QxwAolNVOVe { width:20rem;height:19.3125rem;top:22.4375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #orqHpzHTEbZvE9GKa2odcCbCED9sEhO0 { width:20rem;height:34.0625rem;top:44.3125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fSgK2fUgOW9JNtEGbmQ8k5vuavx8UdBi { width:47.5rem;height:11.3125rem;top:54.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVfu5151sRQowUBkWWgyyfXAc3FyZ2k4 { width:47.75rem;height:1.4375rem;top:68.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruWsbkR8XWrzoch0vzTG6pcHPlbXkP5h { width:47.75rem;height:1.625rem;top:56.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIdcOQMuWXenOTbGbs8N530VIcSJCML7 { width:47.75rem;height:1.4375rem;top:58rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbAlfLEZJzaGbbtkXQxw5Hr3x1xrHU9h { width:47.75rem;height:4.375rem;top:60.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sn57Tv8HdKURl8KyTBuG1NFMMLz2nvTE { width:20rem;height:1.125rem;top:111.5rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oOxPynDgM9RHxEO8TrACsalPhGxAfBFc { display:block; }#oOxPynDgM9RHxEO8TrACsalPhGxAfBFc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #apc97eCAZhN7pTTo30ZU4EzAvXM4xR9R { width:47.75rem;height:2.03125rem;top:1.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKv1N3JBBE6kiDsHP3RkrNDcq9cfgq4g { display:block; }#qKv1N3JBBE6kiDsHP3RkrNDcq9cfgq4g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #muJUXHN2rD1S6S2gMisnXCBE1ldEl9HB { width:14.1875rem;height:1.9375rem;top:2.5625rem;left:3.8110790252686rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hewb09Za538pbTmP6KBhETzVuWJrw7bC { width:12.9375rem;height:1.9504625rem;top:2.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQWeQ83o7f49Iz0mLbmCyEUuQTMcg2fH { width:3.6875rem;height:3.6875rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCDWXVdd26OeFcVGMnSgMRDFEidXpEyB { width:14.25rem;height:1.13725rem;top:2.875rem;left:33.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQlndWrlHfMs9SxZGhrZaNZtQfrs2HZ0 { display:block; }#cQlndWrlHfMs9SxZGhrZaNZtQfrs2HZ0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tcvbo8MMge9cTdPqXBlgh9MiJt5dfVCg { width:47.75rem;height:0.0625rem;top:81.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcoyEoFi67sVJXFdxByyDya7DraPEx7V { width:47.75rem;height:5.8125rem;top:43.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTdI577volR7yyrb0AyzM0sTp92J0zht { width:47.75rem;height:1.125rem;top:42.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyhVBXkoLXKqLbGxvuLWmM63028Jaoci { width:47.75rem;height:0.0625rem;top:93.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8ZlGo35uXMmPJmS5TcbyT02UonJ83NN { width:47.75rem;height:3.875rem;top:86.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIbWNET6DVAJQ5At8pVy0cfRoee1xQne { width:47.75rem;height:1.125rem;top:84.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sghdNAZETKueDq448zpseJ2hTxk2uWiJ { width:47.75rem;height:0.0625rem;top:39.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGFCk8eOAacSyT0RL2w03F7iA4yp5aGg { width:6.25rem;height:6.25rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVA0FpfTFcyf4i6r2vSQ36QpiKi3c6oM { width:47.75rem;height:3.875rem;top:15.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0uMWyl0a5TCT8Pbom898xM5cdiEQzat { width:47.75rem;height:1.125rem;top:13.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltpo2DNonI7vfZK0lTXs78z6LvLOpxNA { width:47.75rem;height:1.125rem;top:3.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSCpdSuSxhQCByvnQE2uLwibiPzgNaHG { width:47.75rem;height:1.9375rem;top:4.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcb6805qKwFK1MVrJMMJ9Cb36XzonLUP { width:47.75rem;height:0.0625rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewHDR40k8BiripVEitQKXXK5DvTclDi7 { width:4.75rem;height:4.75rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJh8mRLpSrSwi21XvzW6eiukhbyZu6Va { width:47.75rem;height:1.125rem;top:55.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvWqVGtwph32MBopcwtpfmBxPVH0cIaW { width:47.75rem;height:1.9375rem;top:57.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTmMkfbXQa9N6QbdVCDFAyMSDwx3cqUK { width:47.75rem;height:0.0625rem;top:51.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTbveIUyIcbNdZlSWlTA7T8bwFhzZzZL { width:6.25rem;height:6.25rem;top:109.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xz378ZltQ7oDswvRJqwpTLSTrTwNZD21 { width:47.75rem;height:1.125rem;top:109.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbwt7NP4yc0BOboE8oOzyEyrxZW459vr { width:47.75rem;height:1.9375rem;top:111.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFHhdty7lwkH9KhCMDLBobsfoamVqBE8 { width:6.25rem;height:6.25rem;top:55.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZRPlMybP6uChFnPJGLF5dRFyXNbuWBF { width:47.75rem;height:6.8125rem;top:60.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrRM1xWdUTQ4qrGtvimwd1J2LGQgJDlT { width:44.25rem;height:1.9375rem;top:75.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pW5FCXhxMSas6UZxr6zn5tN1MTaHt7Nl { width:4.6875rem;height:4.6875rem;top:73.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJRssOTT52pMHC2E96wD3LM4WTklEV50 { width:47.75rem;height:1.125rem;top:73.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJQpWzMnBbf2UPa5IslsdT2Q3SQ3fCJN { width:47.75rem;height:0;top:70.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iu3mBUsZBeRMnfJAUnMfICMKhm2GABXg { width:47.75rem;height:0.0625rem;top:119.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pICl6ghy8MNIyhWGeTJbS4tEIRJ86Tzr { width:6.25rem;height:6.25rem;top:122.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5akrkA8eWQvcq7NAHvQttp3UhIBlSGf { width:47.75rem;height:1.9375rem;top:124.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8WfyUB6q9U6AEH6Sky7UcsJ9nGew0lH { width:47.75rem;height:1.125rem;top:122.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TINueDs69cF6nOyefw5tC9ePS7cWLDaP { width:47.75rem;height:0.0625rem;top:131.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSIHPlIAQuclh0ZbqSpkLTJ7svheZn97 { width:6.25rem;height:6.25rem;top:134.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDlCMtLApFyCtVc290hduAr3PEuyTTI3 { width:47.75rem;height:1.125rem;top:134.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FB5nlyH6Qq4KTJdknhDctzEFzevMVfCF { width:47.75rem;height:3.875rem;top:135.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwczCg8AWph3c4gumIW6vxXOVfG1qTQz { width:20rem;height:4.375rem;top:57.1875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #N0xCk9lhLaOx684AIJH0ZPhCTTbUAZJl { width:20rem;height:14.625rem;top:63.3125rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HLqhrflPxGH8k88XGXCHiGGe51Sb8DJ8 { width:47.75rem;height:0;top:54.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JuGxLAd5lVV3pk3mOO5gGLgmENxWNcLn { width:6.25rem;height:6.25rem;top:42.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQzMKgcHDmp4TsNlsJ6MWK9xbh6hAMdh { width:47.75rem;height:3.375rem;top:21.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPbnzn0tyusnZ0uWBAGiT8kS30NDU5dA { width:47.75rem;height:6.8125rem;top:25.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ne764MT6BRWhNowLdst8STbTkG1mVryR { width:47.75rem;height:4.5rem;top:33.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mt3XyNK4Pa73KKnmF0SNaDuywTMo2LpO { width:47.75rem;height:1.125rem;top:96.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZK6gqG1dQ1frHiuL0rm0gBdP4TRxAxc0 { width:47.75rem;height:1.9375rem;top:98.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LV7fGP1N4suxkC092zg4lRLy7ChTzmra { width:6.25rem;height:6.25rem;top:96.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXb2cQDRnN9xtCHzX6Xh1JCqPvGN1VTx { width:47.75rem;height:0.0625rem;top:106.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnDM0QtZUIV3noPZ0z1na8un2dyDqcmK { display:block; }#fnDM0QtZUIV3noPZ0z1na8un2dyDqcmK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #voIBzUqc7gQKA6IUUS63Hv0zKasMAFQP { width:14.1875rem;height:1.9375rem;top:2.5625rem;left:4.0614337921142rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N39QT3uqsTGEHrdn9tGzzZRFpTFLykbf { width:12.9375rem;height:1.9504625rem;top:2.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3wkSaqWv2TCfwLZigDKo0k13JTPTVlK { width:3.6875rem;height:3.6875rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgez8BF6Zhe6a76vDqHoDLQhf8nU4Wra { width:14.25rem;height:1.13725rem;top:2.875rem;left:33.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ey0PfImW4sQudOhPLg6B9ZhkcG8m1a11 { display:block; }#Ey0PfImW4sQudOhPLg6B9ZhkcG8m1a11 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bavJhx33ggvDLTJhDQJKa8vqXTWnx2CF { width:44.25rem;height:1.9375rem;top:4.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUMKv1AIT0pTzc7NF45f6mnBKTI8lRWE { width:47.75rem;height:1.125rem;top:3.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwfAKt4uQWIDazDB3sRl5JAnnQA4LbFn { width:47.75rem;height:0;top:30.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoJR06Kf6KbWfumI7pAqdVXeRMbTZGRH { width:47.75rem;height:0;top:55rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FU6rH74c8aRfv4dwzGvq8yDx5U6rT4Eb { width:47.0625rem;height:3.875rem;top:34.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0ckPvscgvhskLqm6p5chUJ9nzmINlJs { width:47.75rem;height:1.125rem;top:33.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRU71QHwzuScwyq1blFFMewInD4IBR4t { width:44.25rem;height:1.9375rem;top:70.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCt2WHOvl4tNzSdgPvuyChNoo3dKPhwM { width:47.75rem;height:1.125rem;top:68.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ub2Fckf4y0c3N7IX7ZGKN6qqIGTohaUZ { width:47.75rem;height:12.5rem;top:39.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvxKkdCvNIULF57t7ImQnOdaS0VFDAnq { width:6.25rem;height:6.25rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSVX8FLyESbQbzxBxAFNWCSpxxGmZb0x { width:6.25rem;height:6.25rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #em6gxMtwfyzSxdADJClUA3ALzal5AesH { width:47.75rem;height:0;top:65.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GskJAv0BKkDK7bfTeO97N94bp0E028uC { width:4.6875rem;height:4.6875rem;top:57.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XShbmnHAr15NzGiEfktwXGBdJ77tibE7 { width:47.75rem;height:1.125rem;top:58.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrUVTGFsQ6g1GbBA0ResffgNdKIscOsV { width:44.25rem;height:1.9375rem;top:59.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tL8fNZUJicDyHUg0EB0rESTqIgrBQaDz { width:44.25rem;height:3.875rem;top:122.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynzUL8zKeGE29Ta7QWkA2ZbRy1zds0zl { width:47.75rem;height:7.9375rem;top:8.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9TwozkvMObhWJqiHvglmSegzaPTR5dE { width:47.75rem;height:10.1875rem;top:17.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkTtKvwre9c7TEkKDnUDqoNvIi0ciE4R { width:44.25rem;height:1.9375rem;top:129.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSIZvWcaV37Os6PFdKlKfVnETxT3J90o { width:44.25rem;height:1.9375rem;top:73.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9zeXvcgGSUWUJd962noGdoZboyTDrQM { width:44.25rem;height:1.9375rem;top:76.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ooqoohzc3b0QfuOT3K38VqxyuN8QVKNA { width:44.25rem;height:1.9375rem;top:133.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFubJODg8gzGL02KSQptRrTarTm0EmBD { width:46.8125rem;height:1.9375rem;top:139.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0uTg4kaxhZ5szZT85Isk2uly1kIuXgT { width:47.75rem;height:1.125rem;top:138.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r08go6VZIi8vZTzEv4nL2AsvppHGDgXf { width:44.25rem;height:1.9375rem;top:145.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #glK9Whn2l7bQcwgSHIXc2m5SufJfmbBB { width:20rem;height:16.5625rem;top:13.625rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RZVTEZTtwgUQ9tfQTMWaQSQxL0PQAV2K { width:20rem;height:26.3125rem;top:61.0625rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OP3NR2GvRqO7Aol3g8zmw9gmrGWziBVz { width:6.25rem;height:6.25rem;top:80.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VndBLFIe4qIWsn0NODEptvfH6rBfuB0F { width:47.75rem;height:1.125rem;top:82.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAhFo4qkZxUlwVfH50lSXGb2V5oeOKke { width:6.25rem;height:6.25rem;top:88.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEfFZEirveOX6SDKJaBxe6OdE8sg0T8f { width:47.75rem;height:1.125rem;top:91.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrZfB5dDcIbVibuQUZocH1T7Xtn3TdCL { width:6.25rem;height:6.25rem;top:97.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J624ISTBUWJO24TibezwnmzLT9XC22Cy { width:47.75rem;height:1.125rem;top:100.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4xBDBw0Bc9HDbX18dKeXKWAp7Aa3f4k { width:6.25rem;height:6.25rem;top:106.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Igqnb8uaLkMZ2N7TE1qnGAUUb33oolax { width:47.75rem;height:1.125rem;top:108.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7ef9OMPz1wC0aSW4mGrZTWvdaWm3sgc { width:6.25rem;height:6.25rem;top:114.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgXnS2gySZvP2rCklZNRITWo0nJaAtIP { width:47.75rem;height:1.125rem;top:117.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHFT1yeoto7UeRhA9yLmZDTPU1cQQcNv { width:20rem;height:16.5625rem;top:30.9375rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #eNeVgH96JKXqqVnTQ3uAsDFEbzdBzu4X { width:20rem;height:2.875rem;top:175.25rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vz52VvRzOluTi6Lbl92wdc1d9baNHQ6k { width:6.25rem;height:6.25rem;top:137.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmqPhde5iQV8e9ZLd1v1oVL31WqlRvTg { display:block; }#gmqPhde5iQV8e9ZLd1v1oVL31WqlRvTg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d48eQxD93iRad1voG5GT0bcRTmGITgAt { width:14.1875rem;height:1.9375rem;top:2.5625rem;left:3.8741092681885rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMJ1qtpI3eMiZkJQ92s4bpZMqXCS4Xbs { width:8.5rem;height:2.03125rem;top:2.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALC2So42uopuXN9fTtI23LTidhERN0JT { width:14.25rem;height:1.13725rem;top:2.875rem;left:33.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLnHO4HMsqKIEAzIhSpSGztPqBhcV7Kf { width:3.6875rem;height:3.6875rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7w1IaUQVxrmF9NhwqFE7tPVzRIiw4Nq { display:block; }#M7w1IaUQVxrmF9NhwqFE7tPVzRIiw4Nq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OU5QH1dNyzvpc7Hw9PW9CwWgmW77ZfuB { width:47.75rem;height:3.875rem;top:4.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFTRPzNC1Qh340BXsaBeeFxGJzxSIPcO { width:47.75rem;height:1.125rem;top:3rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5J5gzTdzgXIZR0Z9WU2h7RMhbBZCsZ4 { width:6.25rem;height:6.25rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1Ww74HzENDX2uTh59lx2tKS6MlFI9HE { width:47.75rem;height:3.875rem;top:41.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGdRTLFm2isrXBlc6ntlppvdfdP4ebgJ { width:47.75rem;height:1.125rem;top:40.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkAUWdxPuDmmDNzbbbXdPdswVWHuMbzh { width:6.25rem;height:6.25rem;top:40.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uk4IieUyVwPikBm6xbkPs54y4NPRQrBg { width:47.75rem;height:0;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvapRqXE43IkOyq3ERt3zGguTLgRMLJt { width:47.75rem;height:0;top:47.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WP6ZC9ypxTGQ6eronLSH6ve4LuXCetgN { width:47.75rem;height:1.9375rem;top:53rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrgKMWsZa1KU0Q9wL8TmJv5Sn3PnWumh { width:47.75rem;height:1.125rem;top:51.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWaJuT9AizxtC5U4uL9eaPNa1t4CumCZ { width:47.75rem;height:0;top:49.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMf7MIyd8Goa0tEZvro9KcV7PWZiwbDf { width:6.25rem;height:6.25rem;top:57.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3B1h7Pt0d9infMzdkXF8ti25KXAVoXL { width:47.75rem;height:2.25rem;top:59.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzZgUBDtklW99N7TTkmVC5zCvRnDcasy { width:47.75rem;height:1.125rem;top:57.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuhpVLQ5KwcrECdZbVvIZFmTmFE6qvu4 { width:6.25rem;height:6.25rem;top:65.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3nHLvffVtG5bGFeJrCzt6s0stxLs4ZS { width:47.75rem;height:2.25rem;top:67.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJw1NvsWNcQPFsRwf76LGcNGdxEb3H7h { width:6.25rem;height:6.25rem;top:74rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxhWtKo1THGNMRtToN6xX1RS5Ia5ZVUo { width:47.75rem;height:2.25rem;top:76.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #watH8vOtZmLm9XsHqwc0tpeJ8vFslb0S { width:6.25rem;height:6.25rem;top:82.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jno5shvRstZS1TbGIuIb9cPAhJnyIQGT { width:47.75rem;height:2.25rem;top:84.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzSX6QJtUSefcBmWwqIENw86rvBXaezx { width:47.75rem;height:9.0625rem;top:90rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mz7CsUahhKtnmWA0020U9OQlGuvuvtpv { width:35.5625rem;height:2.9375rem;top:101.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrNyh8LDtJ2IXrCpk1p85TvfPkIH003D { width:4.75rem;height:4.75rem;top:107.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgvmXMJl4aIcU9qukT7fE0z3APXwTG0w { width:47.75rem;height:1.125rem;top:107.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywNTyQoTwMtDgZPAHHT6Pc0wt6trwiMu { width:47.75rem;height:1.9375rem;top:109.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WezAUVIWsne9GB4vpA7wuXi6OuSfbQur { width:47.75rem;height:0;top:105.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2VqomcbKUrq45bESHpfMzAQrIMZJL3C { width:20rem;height:5.6875rem;top:82.5625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q88Rlb8GyydEV1IXFcfm1tqdnKkBlO5V { width:19.75rem;height:4.5rem;top:71.125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pgZ8xHL1TdHiO0OI38pktMiKQwVyi8q1 { width:20rem;height:14.625rem;top:90.6875rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BMhPSQxr40fwns2clN11CzgTGi7dCkKd { width:47.75rem;height:1.125rem;top:14.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUVEPGaEwpeaSbdNKiCaokB6KbkL2PXk { width:47.75rem;height:3.875rem;top:16.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g21bWIpRTEpsAFOacPuAzIAPwuhtt1s3 { width:47.75rem;height:4.5rem;top:21.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRlZzrTnzfSHDTrI7H3aMIWHPTcTgOxF { width:47.75rem;height:6.8125rem;top:27.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUuxy1XUAXLnJiwn29zJVDTTrANXef35 { width:6.25rem;height:6.25rem;top:14.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXnO9EfiMua9nTGv0oL4MktJXAzRQGzi { width:47.75rem;height:0;top:37.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtzDqeVfATP4QdqA2KaathJfXdgmwlrd { width:47.75rem;height:0;top:47.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UCsmTlaKnvQvMhMMHQkANJTI8WnUTdyo { display:block; }#UCsmTlaKnvQvMhMMHQkANJTI8WnUTdyo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTdIFi9htxMtaSnpOG8kxUTygb7Ftly5 { width:47.75rem;height:5.5rem;top:2.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhnRc3rps0gIySibyWKzFDPb7mITtEbd { width:3.6875rem;height:3.6875rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ow1r6b5Q2HVvXZKEnWWDNRhErF0uAoV3 { display:block; }#ow1r6b5Q2HVvXZKEnWWDNRhErF0uAoV3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vDmVSfwm4BKyL006KvuxvR4CfdGGLz8t { width:47.75rem;height:2.25rem;top:2.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQr8SCTamUeWhH1ID4bkH42e1tO42Vtw { width:47.75rem;height:4.5rem;top:5.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCZpH7oUQsLl13BGusg8QqxDy5P5e5m4 { width:47.75rem;height:2.25rem;top:11.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #At6vPWKuI9nacnLIKxSNsoc4JFIS6kGa { width:47.75rem;height:1.125rem;top:14.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiMyPXrPpZMfvWcnXqH613nm8iCarWBM { width:47.75rem;height:;top:16.6875rem;left:0rem;font-size:0.875rem;display:block; }#UiMyPXrPpZMfvWcnXqH613nm8iCarWBM li:before{  }
 }@media only screen and (max-width: 763px) { #J9p84LtKeXr7mQkgyk7n0zUgoypBbD6y { width:47.75rem;height:;top:18.4375rem;left:0rem;font-size:0.875rem;display:block; }#J9p84LtKeXr7mQkgyk7n0zUgoypBbD6y li:before{  }
 }@media only screen and (max-width: 763px) { #ESihCdTLuCVDceJbHc3FHrTx6aZJmKH4 { width:47.75rem;height:1.125rem;top:20.1875rem;left:0rem;font-size:0.875rem;display:block; }#ESihCdTLuCVDceJbHc3FHrTx6aZJmKH4 li:before{  }
 }@media only screen and (max-width: 763px) { #vfOSythHpAbgLsaKLM5NPyLKp2SDeZLK { width:47.75rem;height:;top:22.125rem;left:0rem;font-size:0.875rem;display:block; }#vfOSythHpAbgLsaKLM5NPyLKp2SDeZLK li:before{  }
 }@media only screen and (max-width: 763px) { #FuDtnitn4hxqPiPFkVxLqblcD9Q6y7sp { width:47.75rem;height:1.125rem;top:24.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhqd0P8XqdUJNVx2iWmi4cpaIh3ghOlw { width:47.75rem;height:;top:26.75rem;left:0rem;font-size:0.875rem;display:block; }#zhqd0P8XqdUJNVx2iWmi4cpaIh3ghOlw li:before{  }
 }@media only screen and (max-width: 763px) { #HZIgN5Ov8H80t7wA6QWKTnU2E7AHB4rh { width:47.75rem;height:;top:28.625rem;left:0rem;font-size:0.875rem;display:block; }#HZIgN5Ov8H80t7wA6QWKTnU2E7AHB4rh li:before{  }
 }@media only screen and (max-width: 763px) { #JyRDMIdZ2FVia22cnm6wNJ4R7MHn8uSk { width:47.75rem;height:;top:31.5625rem;left:0rem;font-size:0.875rem;display:block; }#JyRDMIdZ2FVia22cnm6wNJ4R7MHn8uSk li:before{  }
 }@media only screen and (max-width: 763px) { #rIdMHPTE2SPXnmei8s7TcTCZkLcXLNgn { width:47.75rem;height:;top:33.5rem;left:0rem;font-size:0.875rem;display:block; }#rIdMHPTE2SPXnmei8s7TcTCZkLcXLNgn li:before{  }
 }@media only screen and (max-width: 763px) { #qQACZ5JiuCtmuMFRl2s8ppmDPVXOsmT2 { width:47.75rem;height:1.125rem;top:36.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZKcho65Q8iLIJfKdAcVQDPMh8MyRXqz { width:47.75rem;height:2.25rem;top:38.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLhsq1305IJ9W7C0RDyvD9GAWAztTi9m { width:47.75rem;height:1.125rem;top:43.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8HMzeCr8gmqeJZQen7oM2E5WDAdK7s2 { width:47.75rem;height:1.125rem;top:44.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #isgsNdoU48QPaKfTUUJhr8SQ8fiDoTrq { width:47.75rem;height:;top:46.75rem;left:0rem;font-size:0.875rem;display:block; }#isgsNdoU48QPaKfTUUJhr8SQ8fiDoTrq li:before{  }
 }@media only screen and (max-width: 763px) { #lHhUsSE5NQ3F1NFa1OEGOqxDH6NgGo8t { width:47.75rem;height:1.125rem;top:53.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHG5fmbSJpvLKuGTuNVkrHPQoLgdegEB { width:47.75rem;height:;top:55.125rem;left:0rem;font-size:0.875rem;display:block; }#VHG5fmbSJpvLKuGTuNVkrHPQoLgdegEB li:before{  }
 }@media only screen and (max-width: 763px) { #mIc8mBe7wyBzUvUPocFogQ52F66AmlCI { width:47.75rem;height:1.125rem;top:61.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLwAw7vetTr1qS1NPuczNwAxDDNc7N9C { width:47.75rem;height:;top:63.4375rem;left:0rem;font-size:0.875rem;display:block; }#aLwAw7vetTr1qS1NPuczNwAxDDNc7N9C li:before{  }
 }@media only screen and (max-width: 763px) { #EtTHXJWZkoomgQPrGmkQXnME8ky3m7PT { width:47.75rem;height:1.125rem;top:71.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNLJSBOdTqL5wiPSJT5znK8JAHEIwLBU { width:47.75rem;height:;top:73.5rem;left:0rem;font-size:0.875rem;display:block; }#rNLJSBOdTqL5wiPSJT5znK8JAHEIwLBU li:before{  }
 }@media only screen and (max-width: 763px) { #Sv4iETaGpccNK78Md1ATsPGrMxgWWS4Q { width:47.75rem;height:1.125rem;top:77.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3dr4taBml3Wsvpv2gwsxstWSVlilebP { width:47.75rem;height:;top:79.125rem;left:0rem;font-size:0.875rem;display:block; }#r3dr4taBml3Wsvpv2gwsxstWSVlilebP li:before{  }
 }@media only screen and (max-width: 763px) { #gzvJIssL4QEV0b27LZUZ1AUL1wMp2bI6 { width:47.75rem;height:1.125rem;top:90.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4LdwrdLO2vJU7DaklwPuJFC5cxlzGf6 { width:47.75rem;height:;top:92.1875rem;left:0rem;font-size:0.875rem;display:block; }#o4LdwrdLO2vJU7DaklwPuJFC5cxlzGf6 li:before{  }
 }@media only screen and (max-width: 763px) { #vGL3heTXhTsymOUGkbE9CNBB5hshVztd { width:47.75rem;height:1.125rem;top:95.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5KmiQreMeObMC0nTIg2FZ1qk0luQwMK { width:47.75rem;height:;top:97.8125rem;left:0rem;font-size:0.875rem;display:block; }#u5KmiQreMeObMC0nTIg2FZ1qk0luQwMK li:before{  }
 }@media only screen and (max-width: 763px) { #zcU3OlyLOfCwvz9EyvPV1w7abE3uGBE1 { width:47.75rem;height:1.125rem;top:101.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOv32baBNnkrNxzJwW10FIxh5T5ERHwq { width:47.75rem;height:;top:103.25rem;left:0rem;font-size:0.875rem;display:block; }#zOv32baBNnkrNxzJwW10FIxh5T5ERHwq li:before{  }
 }@media only screen and (max-width: 763px) { #Mzfnl970ieWiT4Z6Phk0tJD0f5rl4kGI { display:none; }#Mzfnl970ieWiT4Z6Phk0tJD0f5rl4kGI > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UcArvSN03mTiv7EcE4ZC4KgJKWUOxy6s { display:none; }#UcArvSN03mTiv7EcE4ZC4KgJKWUOxy6s > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dOsMqiQqGVd1DOzPTqWWkTd5cxR3d6Vr { width:4.75rem;height:4.75rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQsIQ2J5iGAA7CEIyOcdND3hQnHpZJTT { width:47.75rem;height:1.125rem;top:2.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTTCPveUpEAff9A3M5cWBIkUiLW9bI3T { width:44.25rem;height:13.3125rem;top:4.25rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdJR6Jyy8KTTiTEURLQmsTGgUkbvZ3hZ { width:47.75rem;height:0.0625rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dg0JW1aVWA5tVE0rcWH3UVLaNhczv1Me { width:6.25rem;height:6.25rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4iZJM52yJ7tOTRzfkJB27TRcQWmP9x6 { width:47.75rem;height:1.125rem;top:10.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d55dpcT5ir4tK0IeOMkd4vci5KJ4kvB7 { width:47.75rem;height:3.875rem;top:11.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOb8TmhVrkpfPPCzVcZ9UBTkfQBeevN0 { width:47.75rem;height:21.5625rem;top:16.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qssi3dqRI3FpWRvoPLDi4nKIEOeLBDJh { width:47.75rem;height:0.0625rem;top:40.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDRE9TBkEE0RaWZBZgRVPoi0knqF1Z5M { width:6.25rem;height:6.25rem;top:43.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvoJIQdpkopf9v0kn3CssUvARg0Dtx7c { width:47.75rem;height:5.625rem;top:49.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fom0FuoDRqX11rTCCZEZ4tvGCBLRFVI5 { width:47.75rem;height:3.875rem;top:44.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FH9KquhRi1ta0QbBqbb9uHqFuMVkDrXn { width:47.75rem;height:1.125rem;top:43.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBWnR3QmkTXexo6z5b0IU9xTEJ1TSB88 { width:47.75rem;height:0.0625rem;top:56.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tffb2aKN08ugUu2xPlLo8q8C9pgipIlQ { width:47.75rem;height:0.0625rem;top:80.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2FSNoqmQnWd5yxr9EA5SENANW29zlgb { width:47.75rem;height:4.5rem;top:73.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DL6sKn3ds7DSXOm1gJGAZTbJTgOXElwU { width:6.25rem;height:6.25rem;top:67.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJ6GOaaDq4lDTrbBRQFHPffu84fNsHJv { width:47.75rem;height:3.875rem;top:69.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfxvsEwouvfrZUVCbTMktmVdw7nFRUbA { width:47.75rem;height:1.125rem;top:67.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDisvEImA5x4ZwUJkqvoTopvvJqXdx4l { width:47.75rem;height:0.0625rem;top:64.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLkBDc97T740tCS82qcU2Heo9qA7Qbso { width:44.25rem;height:1.9375rem;top:60.6875rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sndoxNLPPxB7GFW8b11ISZlEJ0ISakNf { width:4.75rem;height:4.75rem;top:58.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lm59nZ0cPlppyr32vaT4OTRR4ytvT42p { width:47.75rem;height:1.125rem;top:59.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpStodrJMQFMTav67RrKzGWFk9aNimwy { width:47.75rem;height:0.0625rem;top:99.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVCMxu1dH2tLixf8AHDAWIhJRcQTMG4P { width:47.75rem;height:10.1875rem;top:87.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oILdCJzyeNEf2y5CoORwBE0CVKblU6e4 { width:47.75rem;height:1.9375rem;top:84.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEOdekGXt1wlyGShznuiaNBitSkxAPeM { width:47.75rem;height:1.125rem;top:83.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItNLeix0E6qmJBsvgylbwTfJzT3JCotA { width:6.25rem;height:6.25rem;top:83.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eth2EhmitygmpE2SvlKE3qv4DC7LhheN { display:none; }#Eth2EhmitygmpE2SvlKE3qv4DC7LhheN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WrfS2IU6U1hq8RAW5uQPsyOoSi7FiXBa { width:14.25rem;height:1.25rem;top:2.5625rem;left:33.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9ODzmIOcTgb6lAxau0aylctK57vOGqZ { width:3.6875rem;height:3.6875rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOcFpFr2DOpohSs6UFchrQCC5rHBZInK { width:8.5rem;height:2.75rem;top:2.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3v0wupZuckWUc1sq8QGdScghr3dsuwX { width:14.25rem;height:1.9375rem;top:2.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNueg3NRdhA2VT1S312OJGE4ksSvip0V { display:none; }#vNueg3NRdhA2VT1S312OJGE4ksSvip0V > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #M2aMs2oHXBLlGcuLx3Bb7opbQ0PExz2p { width:6.25rem;height:6.25rem;top:33.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRxzOXgI8s2SOCauSVpz4TuTrZJRbw5s { width:47.75rem;height:23.8125rem;top:40.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUBIEn5BSKczDpmf7BAvru0shkVG5TgN { width:47.75rem;height:3.875rem;top:35.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvCX9ONpfLwbARp4gchTdz1OvIH6kMUX { width:47.75rem;height:1.125rem;top:33.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSHQQi6kn42MmHr9r3TRZ0IpQBpMuMqJ { width:47.75rem;height:0.0625rem;top:66.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyuvFm0QPu9ouWJ7egpcLfoxNQOgz7Um { width:44.25rem;height:1.9375rem;top:4.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RV6phTaLw8tiE5dLLSK9FymawefCn6SM { width:47.75rem;height:1.125rem;top:3.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2lFTglPMk9UEo6Idd4orTXx0ZP7fOvv { width:47.75rem;height:0.0625rem;top:14rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVTKpCxEXZuey9NQyl0iF4L2rVyLNTxI { width:47.75rem;height:1.125rem;top:27.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaU6rBx565evLtmAaJHpLvmKS2akHnvP { width:4.75rem;height:4.75rem;top:26.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTkl7VddPLHMznsCsGHnw1rCOxJibsc9 { width:44.25rem;height:1.9375rem;top:29rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTCzNd0ZfT74fE2TCGkK2qBM6L6yqvKC { width:47.75rem;height:0.0625rem;top:32.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #st4LJNriUWIL2KPglX3s84pzTToO7xg1 { width:44.25rem;height:1.9375rem;top:17.75rem;left:0.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyDk23WDcrmPnueoAU4ZRcLkVMKL560Z { width:47.75rem;height:1.125rem;top:16.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLz3Uu61Zxuo76lth5l876dJ9enVU1DA { width:47.75rem;height:0.0625rem;top:24.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOy6RNOP6klOcof47VeWrxM6PkWG6CAH { width:47.75rem;height:1.9375rem;top:70.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHWydsMsEiQQuzwUUx71wBIrgzGpTFev { width:47.75rem;height:1.125rem;top:69.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIIhQTiQPksFxEyIzdUhU0trBGNDrtKJ { width:47.75rem;height:0.0625rem;top:83.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ob2EeuqVbrowozTATvpP4gZfveJeHwRt { width:47.75rem;height:5.625rem;top:7.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDk5Z43spehmoaC1ahf73A4IEaDfSizJ { width:47.75rem;height:7.9375rem;top:74.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKPV3BJWXhQKmsKwXZV0v85vKaMr6v8F { width:6.25rem;height:6.25rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #igmzS3WAUQKIc1PfzHJK5qvixhvkkTZP { width:6.25rem;height:6.25rem;top:69.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKVWaJgB1XKhIDEdLhTyH5qQiaQ3iEhL { width:47.75rem;height:2.25rem;top:20.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lllBZSieyQ8RylsTpOod9QhZ84k8XlcC { width:6.25rem;height:6.25rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzMo61mPcasApwX7Dhb5lSJCFph7tHZI { display:none; }#gzMo61mPcasApwX7Dhb5lSJCFph7tHZI > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PSsmaKamFHzCTQTgqITHyIfN9UdrtcE5 { width:16.5rem;height:1.3125rem;top:2.5625rem;left:31.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsrJqbFPnwgF2yddwdGnkxdWhNdKBbt0 { width:3.6875rem;height:3.6875rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzAGEMh8IJXMQQNExROmw0wryu5yXWhA { width:8.5rem;height:2.75rem;top:2.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvgvE58qWGJTVMJ121kTdTB8RLqyS7VW { width:14.25rem;height:1.9375rem;top:2.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8RofKJEGD0Kok3hRobSqROc3hZh1m6X { display:none; }#g8RofKJEGD0Kok3hRobSqROc3hZh1m6X > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kQTgstVLNT1PWIrwiEDkXexc8fpAJL8k { width:44.25rem;height:1.9375rem;top:4.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzWwwA6DXmwNCbmDGqL2XUfdOnk28KP4 { width:47.75rem;height:1.125rem;top:3.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vo3lCBFr0idwh3fKc7fl0ULr7IEczzeK { width:47.75rem;height:0.0625rem;top:15.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhmk1ssU7xMXOsT3Xw6ecTQGDhUNoaaU { width:4.75rem;height:4.75rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVa3XtwKbt2kdvpSKUSCq9EF24K2CsNc { width:14.9375rem;height:2.25rem;top:9.375rem;left:7.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HucKJdcFlrzfefc6hLhL5hI4Z9IfQO2W { width:6.25rem;height:6.25rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #me0xGn9tGhaJ7oiZhzN77r2QxunsdJFF { width:6.25rem;height:6.25rem;top:7.3125rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7qziuKC1gyr5XqUwHrRNlO5Hy2hquWu { width:11.0625rem;height:2.25rem;top:9.375rem;left:30.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k74IPqrT9c6vuLNBsJpkLcwLZlB1TrdJ { width:47.75rem;height:1.9375rem;top:19.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HplQS9daRLWtRS5R01BTsd8yUBThkOUv { width:47.75rem;height:1.125rem;top:17.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Itq2rHbgbI4Wr8cCgdCbSChnQZSwu43U { width:4.75rem;height:4.75rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WD0MELWiqi65ECKBTdMEF3sppSGsDX34 { width:47.75rem;height:0.0625rem;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgEJq6hhc7mZTGHEBAoG636AixmhI36Q { width:47.75rem;height:0.0625rem;top:32.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5V3QTn0PdiHr964ByUglSp6SQTJKomF { width:47.75rem;height:3.875rem;top:26.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCOzKiffgOGJB38qefRCPwkJVEkVpuWT { width:4.75rem;height:4.75rem;top:24.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg8txZQNxu1ZxMfwcMwiJi8V6uTTutL4 { width:47.75rem;height:1.125rem;top:24.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGliMTcemaKAuv2DX4STvv4TQBnuumb9 { width:47.75rem;height:0.0625rem;top:42.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeNfROozdarcUg02IoNqw7SQtlJKm7IT { width:47.75rem;height:3.875rem;top:36.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTD8GqiBN6KJmd5kgyBgmqw9WFxRQnCI { width:4.75rem;height:4.75rem;top:34.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuJ0N9ndszMhpa1MRZPESbyHb31L1wlX { width:47.75rem;height:1.125rem;top:34.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSE8unFFcqOuEJzcqqTP8BDGLNC08GxS { display:none; }#DSE8unFFcqOuEJzcqqTP8BDGLNC08GxS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CoSlVTKKkPXewhz6UVUVHEL7OB2FymsT { width:14.25rem;height:1.9375rem;top:2.5625rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNJFP4XqJOizrZdKtk69HxzStU7v9D1V { width:9.0625rem;height:2.75rem;top:2.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GenxJcWVvvAQ74gObhzoUk28Lc6ERx5R { width:33.5625rem;height:1.25rem;top:2.875rem;left:14.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvTFIO5lpD52LHwVWvpgxlStDmwAamhT { width:3.6875rem;height:3.6875rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nN5Bnd2A9rOVcXSLxxTW2TniGzm8VrCB { display:none; }#nN5Bnd2A9rOVcXSLxxTW2TniGzm8VrCB > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dcvhtr4hQTRf1OvvRv7TcmPJitnBVpHR { width:4.75rem;height:4.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcqH5TOlcq7BQdsSWKb7KVbHU9OZq2up { width:47.75rem;height:0.0625rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDouynRey3QDyTZGHTE9oT2bp7hZ6JKE { width:47.75rem;height:3.875rem;top:11rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4hKSvQeqwXTlFWcU9aEinx7qnH2v7rp { width:12.5rem;height:2.25rem;top:19.8125rem;left:7.3749990463256rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcFyWiFqpA6L9XTyWTfpDNtQoXTvksBN { width:47.75rem;height:1.125rem;top:9.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFEuoUNkAOwcVTFSmxTUGlFsCdD1mJDd { width:47.75rem;height:1.125rem;top:1.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRBR9WTTQhgwf353ybREdhrVKv8XB7pI { width:44.25rem;height:1.9375rem;top:3.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQSuouzUf6dQ7Di6v3LiLQJvOB1Q5RsB { width:6.25rem;height:6.25rem;top:17.9375rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQth46goxzZTuCMcR7WrLAuGGPRATvdn { width:47.75rem;height:0.0625rem;top:27.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAdxPu43RhybfflWMHFsSI94LFWnakL6 { width:4.75rem;height:4.75rem;top:29.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHxgpLVGxvr97XmlFOKJCJfTUdHZM4Xe { width:47.75rem;height:0.0625rem;top:35.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3TvRXR254hkMlIZpscG2aTn5L9d2UdI { width:47.75rem;height:1.125rem;top:30.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbXvgh9vmik5pTQDOsRZnlpO6CfF60iU { width:44.25rem;height:1.9375rem;top:31.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nopLDmxa7g0lVRfTHMHSdsDQgs56UWWU { width:47.75rem;height:0.0625rem;top:43.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fuh614H2mZRT6S77kxDhgUwV9B5kZZR1 { width:44.25rem;height:1.9375rem;top:39.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgNIOxGLl8wTpPTQ5R9HiebQgHQcVLB1 { width:4.75rem;height:4.75rem;top:37.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfX5kZkyRS5ivGCa96I46BwSGU48803T { width:47.75rem;height:1.125rem;top:37.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiBgAtTCcFV941kidpLExTSGznxDubku { width:6.25rem;height:6.25rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIaot6FIDw1q5R4yiGld3VO6woHh2MkI { width:4.75rem;height:4.75rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCveZP2F9BUulrgqESnW0BkgQgq1zvJf { width:14.9375rem;height:2.25rem;top:20rem;left:32.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p31cb6NBriz8VTAgG2JgzkVMyvTgAwyM { width:47.75rem;height:1.125rem;top:25.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #STgHSed0WZgw5HeMhzEDLCIvHpeEXBKu { display:none; }#STgHSed0WZgw5HeMhzEDLCIvHpeEXBKu > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nfkPr9o5uIDapOiwFuMGZKSZ3nvSFU0F { width:14.25rem;height:1.25rem;top:2.5625rem;left:33.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDOzNcvNpAW8puQ71DKfqg1SVc68DTNU { width:3.6875rem;height:3.6875rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9OGPNXLQy9MtmUKZArcIlJD4eos4nNS { width:8.5rem;height:2.75rem;top:2.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeh8l985Ey389QJ5eo15yk3wody4eTN3 { width:14.25rem;height:1.9375rem;top:2.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qs5ACGbxFAfC3UJ6sszT7zHMk6o8TDVc { width:47.75rem;height:0.0625rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvSXb5c0r15puWOv0CrgaGZZ3ggw4I7K { display:none; }#gvSXb5c0r15puWOv0CrgaGZZ3ggw4I7K > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dA5XHfGizvKIxgTXLGgIc8iLZSLIl4Dv { width:47.75rem;height:3.875rem;top:4.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8UWvlTEylsDKT5DciLvT8cMs1WCZRdi { width:47.75rem;height:1.125rem;top:2.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yC3wHIwOqyn7mvuF6oTOBtpRtQURo0CJ { width:47.75rem;height:0.0625rem;top:16.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmruQsIJIuI68GAsOecoxC4sJd0klAyw { width:47.75rem;height:0.0625rem;top:48.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mt6pJUiaUdv0n8G2xN7NiN7nsaX4LQyk { width:47.75rem;height:0.0625rem;top:30.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuKQMHBUFTNCDJrFCfepTMhGzDARoSv9 { width:45.8125rem;height:1.9375rem;top:20.0625rem;left:0.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XamXnPTq7fL0efSg23cInUpt5sZvrrck { width:47.75rem;height:1.125rem;top:18.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CB1eMCeb5qUJOaCE5Euz4iRQ5TLw9gZa { width:44.25rem;height:1.9375rem;top:44.875rem;left:0.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOXsT4ao7oKDr7MPfTVdEpxKLyyNSRTy { width:47.75rem;height:1.125rem;top:43.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcyZkCpxAupO73hTwA8H3xbcldTiPHRz { width:4.75rem;height:4.75rem;top:42.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UabQ87pcBrMTAAexuXF05ykN5Mwubc0f { width:47.75rem;height:0.0625rem;top:60.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzTEwIuF1Aplkdi1vJDJP0mobICxDPxf { width:47.75rem;height:1.9375rem;top:51.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ds9cycCiilREznBuPmGFILmXaOy5A0K0 { width:47.75rem;height:1.125rem;top:49.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmKBNpd22yBXHFmClz6Rfy63ArkVp39L { width:47.75rem;height:0.0625rem;top:41.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnBF0nqfZginMMfnWwdVB6sTukh9CWhs { width:47.75rem;height:1.9375rem;top:33.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwHBcIv6FbDgInJCC0Mnt5sUonvzmPhL { width:47.75rem;height:1.125rem;top:31.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdgZ1KZlCLxvMXQZAOQB4LwpAJupCBh5 { width:47.75rem;height:5.6875rem;top:9.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WseGCDHFXlOaskR3PbnrQVIPpsCJPMn5 { width:47.75rem;height:6.8125rem;top:22.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNNVESOPhHPIDnwmzBT4BLQyxHdt6Mu2 { width:47.75rem;height:3.375rem;top:36.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRJGUqeTQNqlS4I3A6lnizTfi7NQ6OPO { width:47.75rem;height:4.5rem;top:54.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2Jx7w9yRvtKEgcC1mA239f3POVn9Du5 { width:6.25rem;height:6.25rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpR92UPiiQIThLIg1N7WurmmuP4KPWXH { width:6.25rem;height:6.25rem;top:49.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMlXtSEfTruH3sVhnccbOTTPPRloKBd4 { width:6.25rem;height:6.25rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3TgRakOT1cTDPrUyeWo5aFGEoTDky20 { width:6.25rem;height:6.25rem;top:31.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4MXzbxU9rJfKl2t1ktbax8wpUf3KPCf { display:none; }#e4MXzbxU9rJfKl2t1ktbax8wpUf3KPCf > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PyCb5Zhs3gJ1CEWcIyuUvs2BMTo4aCWT { width:37.9375rem;height:6.5rem;top:2.8125rem;left:4.90625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7ao16BDLT1Hysw6GqQckQIqpsLTakWX { display:none; }#y7ao16BDLT1Hysw6GqQckQIqpsLTakWX > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #W9pZWQ5zihgWDuyp2wMZOfCBTv2vqTPO { width:20rem;height:11.25rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLTMn8i0GNUMgpe58fbQ8rLfPBiBDI2C { display:block; }
 }@media only screen and (max-width: 763px) { #goqZ4l85J0NoaXVeM8QRMXX8tKUTN8ks { width:20rem;height:11.25rem;top:3.75rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDiGaxbPIP7tUKT0KOnf3TddCmWVM3o8 { display:block; }
 }@media only screen and (max-width: 763px) { #WNAH0Lozb8P42LXwsLNAAtH6E2BJf0dn { width:20rem;height:11.25rem;top:3.75rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pe4zAlZTJfB2SnyLQn0UpqwI2zsQJEKM { display:block; }
 }@media only screen and (max-width: 763px) { #Ok85qOhRO2nq55HSxvmzXZ5EqO5e95D9 { display:block; }#Ok85qOhRO2nq55HSxvmzXZ5EqO5e95D9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rOzTf4DaApO7wCv7k8hUAKTUfuLgHx4v { width:37.9375rem;height:2.03125rem;top:2.1875rem;left:4.9054689407349rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UokCg2Ts7ovwXT650TwAQfNSRmfBT3uq { display:block; }#UokCg2Ts7ovwXT650TwAQfNSRmfBT3uq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #unhDToJ4ZDo5aZvZmRg9eZp8PgiGV72M { width:11.3125rem;height:1.125rem;top:12rem;left:0.27982902526856rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lezmcaz5VRcybOti3r0gVf3q9CIzBqv1 { width:15.625rem;height:1.4375rem;top:13.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8TQNSh8WXIu4rlFSQweRmPopF6vt6Ez { width:15.625rem;height:1.4375rem;top:13.125rem;left:8.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Df4sgeFJswUHDhzFI007lfBNLv7AyvMo { width:11.3125rem;height:1.125rem;top:11.9375rem;left:12.218217849731rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #muPw76FUT4GcMvrFWTnTcEZUFEp0P7o3 { width:9.375rem;height:9.375rem;top:1.125rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1lqAOPGT0kUc9f2x9BokiZOJZp9cFkq { display:block; }
 }@media only screen and (max-width: 763px) { #Gq9TLGJmwZyHD5WJql4cad9WJbK23oVe { width:15.625rem;height:1.4375rem;top:13rem;left:20.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXwGL0xmXd2gOeWnIFdI8tvxzsdeZUT1 { width:11.3125rem;height:1.125rem;top:11.875rem;left:24.155714035034rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpXQeKpaNneHdoRrn1BlTstn1rERF5mc { width:9.25rem;height:9.25rem;top:1.0625rem;left:25.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMWNylP4M4XEOo92AyDnp2h2MlXvVRWk { display:block; }
 }@media only screen and (max-width: 763px) { #qtPkwmyeloaOEhl7Zt75PnzOBkLKfJvb { width:9.25rem;height:9.25rem;top:1.0625rem;left:13.217859268189rem;display:block; }
 }@media only screen and (max-width: 763px) { #bphw8TLoiU0KtyMfkOl9lG4yvnxacaqv { display:block; }
 }@media only screen and (max-width: 763px) { #UZPBihqkcK9g7xAyUXxIQO3F36MnkOhZ { width:9.0625rem;height:9.0625rem;top:1.0625rem;left:37.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCd7wktZgb4WtFKPbuEsdVXgxzl68xsl { display:block; }
 }@media only screen and (max-width: 763px) { #c0AGyQPTrH9TIV2Z2TDcVDkW7I553QtH { width:11.375rem;height:1.125rem;top:11.8125rem;left:36.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrhH9e5Rxh29oeQJaaXuJ10FE9fmnTaT { width:16.375rem;height:1.4375rem;top:13rem;left:31.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHa0DM3xa74bRubfCPi2FU2aeDPA1zB3 { width:9.1875rem;height:9.1875rem;top:2.0625rem;left:1.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #I6MC0exMm2tKmgrT0T62owIvOfLv6x7H { display:block; }
 }@media only screen and (max-width: 763px) { #heqozzuexEtCuzJDQEES6IPMbrT2DUHO { width:11.3125rem;height:1.125rem;top:12.8125rem;left:0.28125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OPciIQD1CZF4va3xHAKdaI4DP6FJruKi { width:15.625rem;height:1.4375rem;top:13.9375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dgcJGszBVMkQVFeTtBVD0ALKyr8B6gZI { display:block; }#dgcJGszBVMkQVFeTtBVD0ALKyr8B6gZI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZH3fWVbUD6OAGK7i5h3NnhR61WasbV21 { width:11.375rem;height:1.125rem;top:12.875rem;left:11.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSEDrQBx5NguqFFRrQbAc5JXuKuRyHXC { width:15.6875rem;height:1.4375rem;top:14rem;left:8.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiHsLUABvt2mgzl9pa8WyyMuKE0HFgvv { width:15.6875rem;height:1.4375rem;top:14rem;left:20.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqMtVNMDX8J4AVnQPtw5ywEfe03SPlyk { width:11.375rem;height:1.125rem;top:12.875rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDfLDQgxQTehdu53ekPwG3DbqtSAk4cL { width:16.9375rem;height:1.4375rem;top:14rem;left:30.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRvIMJamsmyaxcB4pKIlkZTpxT1TTa0B { width:11.375rem;height:1.125rem;top:12.875rem;left:35.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqeQox9tJycuyIn4wTMfpayxNa5lAZc5 { width:9.3125rem;height:9.3125rem;top:2rem;left:12.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaMJCTbylBvXBrdkUVJJqIGCqM9pmoki { display:block; }
 }@media only screen and (max-width: 763px) { #zNJSaohsURhRLv5XzvcALuTTwSOAx51q { width:9.3125rem;height:9.3125rem;top:2rem;left:24.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X60UXoTPCcFfZw0WMehpQluuNfaTFzfV { display:block; }
 }@media only screen and (max-width: 763px) { #pJaPeAxn5miUJGoevMQTRKTgXk99Qx3v { width:9.3125rem;height:9.3125rem;top:2rem;left:36.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8eWxeLnAaCG89uCBJGhTIWpfF7G2V3f { display:block; }
 }@media only screen and (max-width: 763px) { #bATGEfhtDXXR9xSzQ4GkZAlrSwdFuI0b { width:9.1875rem;height:9.1875rem;top:2.0625rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BA6Eea5H9Tq350Pe5pLKOylAiFnPTGJ7 { display:block; }
 }@media only screen and (max-width: 763px) { #Tow3TOqsMbVAB9m30QoVrSw2FdQafFHh { width:11.3125rem;height:1.125rem;top:12.8125rem;left:0.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EB52UBe6f3aN6QpN1uptvNzkEGntAufL { width:15.625rem;height:1.4375rem;top:13.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLXGCcnn3kwH0vOUiJgU3CMIWyn4rVrp { width:9.3125rem;height:9.3125rem;top:2.5rem;left:1.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gSq1Bouk1vonCelo1WRxEuPEknDkCPU4 { display:block; }
 }@media only screen and (max-width: 763px) { #bGM2tvdVcCwn8b1NUVVP1PnSTuOytkCQ { width:11.375rem;height:1.125rem;top:13.375rem;left:0.28125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #g8OmfbCFGTXEMSgZMTcg3J3Rdrw1zBrV { width:15.6875rem;height:1.4375rem;top:14.5rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fIRiRcrmBvybvdQLVOFbB8okNlQtDsmr { display:block; }#fIRiRcrmBvybvdQLVOFbB8okNlQtDsmr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NWT47ogT8FyMnS8Fyd4CLiBykVPZnHUg { width:9.1875rem;height:9.1875rem;top:2.5rem;left:25.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5E7gK5IdRguQEf3kFapdJQT0QdOUbgp { display:block; }
 }@media only screen and (max-width: 763px) { #PqLiUO36tkR9Jcnh4xHZ8MUlp5pS2f7k { width:11.3125rem;height:1.125rem;top:13.375rem;left:24.15625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSqOkdXnhWVMm2b3kUqyxS7zLZPxklHW { width:15.625rem;height:1.4375rem;top:14.5rem;left:20.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBUcTWJiIqotlL6ahlCThM8OIrI36nyO { width:9.1875rem;height:9.1875rem;top:2.4375rem;left:13.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzWIFJLWG1iTg2ciT0CV06aGKR0kCtEm { display:block; }
 }@media only screen and (max-width: 763px) { #tiF02FQceWX2PWTxTfFTR6xxIhguQoeM { width:11.3125rem;height:1.125rem;top:13.375rem;left:12.21875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnFxCfUHSNHkAkznswPk5hHf1Bavr268 { width:15.625rem;height:1.4375rem;top:14.5625rem;left:8.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioUFlT6GxFZKsUQQmHLkGNTiwhSQJKn4 { width:9.1875rem;height:9.1875rem;top:2.5rem;left:37.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFFr4OwCTaQPJptiHKJ00hWZPJKbt3G9 { display:block; }
 }@media only screen and (max-width: 763px) { #fEdTzH2Ri9fZGocc48sGkuMEB3IBevoA { width:11.3125rem;height:1.125rem;top:13.375rem;left:36.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lElatZmnWxdMDuaOdeTyi7LeBSRMoIMh { width:15.625rem;height:1.4375rem;top:14.5rem;left:32.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2wWEsKnm6b63u3CTJH8gBxkCuakuUTe { width:9.3125rem;height:9.3125rem;top:2.5rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBPtZOyNHPX6reOyA5BTUfQGAe06KQ7o { display:block; }
 }@media only screen and (max-width: 763px) { #GFJ61seDrIPFQnvAE3gHiGyxy162Q8IL { width:11.375rem;height:1.125rem;top:13.375rem;left:0.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMTDN7b35g2BwTHAi7PLt7ksMm4uh8MC { width:15.6875rem;height:1.4375rem;top:14.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mc0cD1vfS6EmFXN75q2ohWnLkJ4QpwtW { width:9.0625rem;height:9.0625rem;top:3rem;left:1.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OPVB2H3ZHZp5WQDJSTsXLvVUronroSBt { display:block; }
 }@media only screen and (max-width: 763px) { #Ax0doSa6WQAv1zfXQID0xdlTOush2yB1 { width:11.3125rem;height:1.125rem;top:13.875rem;left:0.28125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #D48lzN4W7RTJUbUXHztm5AoFELDPnw9t { width:15.625rem;height:1.4375rem;top:15rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TACSrq1ipBacTay45rQfTo3dh6NLBTkk { display:none; }#TACSrq1ipBacTay45rQfTo3dh6NLBTkk > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XCTIhZv98TL2SQXTcG65SEHDs9X2KlPE { width:11.375rem;height:1.125rem;top:13.75rem;left:12.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R96PTsiPyhDBr5Luk9a9FiZAwN3wm4bi { width:18.5rem;height:1.4375rem;top:14.875rem;left:5.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKv5h3HGaiOfP0bBqG4BHbC2AwUrXiqU { width:9.1875rem;height:9.1875rem;top:2.9375rem;left:13.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmqAeUfiCGZ0T5SpItALfSSLeNDBiVT7 { display:block; }
 }@media only screen and (max-width: 763px) { #F1iiptCwuMnKIMe7Z0GGfsNKd73Dq64e { width:9.3125rem;height:9.3125rem;top:2.875rem;left:25.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJ4stkvTu7xnEMSO5G2T3qwe8mfmzbOF { display:block; }
 }@media only screen and (max-width: 763px) { #vAO7QUXPHF7B57AuA2Kn3TiTpDkQeuT4 { width:16.375rem;height:1.4375rem;top:14.875rem;left:19.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #daKZXU9SeXdRckrP5x2bmN7JEQ9GGC4u { width:11.375rem;height:1.125rem;top:13.75rem;left:24.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcfiTb18BnPWnwViHAiFK6uk4EU5hUcQ { width:9.0625rem;height:9.0625rem;top:3rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAw7UFxXcvzmLck7rRiMamTD30AZFMXB { display:block; }
 }@media only screen and (max-width: 763px) { #Ks3d4klXT5lguEWCWTI96oFtpdfJ4ioB { width:11.3125rem;height:1.125rem;top:13.875rem;left:0.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5GyVM1GmqRIOlaNNcQm1e8SxmlFL6P5 { width:15.625rem;height:1.4375rem;top:15rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RSpe0Sh1RDgXWLWK0XHfRpC2sQp5V016 { width:9.3125rem;height:9.3125rem;top:2.875rem;left:37.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sReuclEHt6lIOfTQta9rOtKE1JTHkO3K { display:block; }
 }@media only screen and (max-width: 763px) { #Qr3PawcsJ1VW8QoJc1POUpIJGgziWvar { width:11.375rem;height:1.125rem;top:13.8125rem;left:36.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qp866nJTyXcFaMRfnTi74qTM36Io9MkT { width:15.6875rem;height:1.4375rem;top:14.875rem;left:32.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNBu1OZvXzWP75O88KvnwBe8FkqmgDqf { width:9.3125rem;height:9.3125rem;top:2.5rem;left:1.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hZuo9oDEzg1SeFT93XOzSihkEWbcaRRR { display:block; }
 }@media only screen and (max-width: 763px) { #cz4RacbCm7cTgH1qvowCJmC44fb8hdMs { width:11.375rem;height:1.125rem;top:13.375rem;left:0.40625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ga4Gz4rW7mbnEBlQE0dtanRTBOb7ZVPZ { width:15.6875rem;height:1.4375rem;top:14.5rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LHvl2Z8CIhoInrF3XGQQh7DibEoQBC68 { display:none; }#LHvl2Z8CIhoInrF3XGQQh7DibEoQBC68 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ygqmg9e2VG9ESXu82bVS00DU7ZibKz42 { width:15.6875rem;height:1.4375rem;top:14.5rem;left:20.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #feL4qOvdWEhRqFhe1nSECPWZx4gA6X2v { width:11.375rem;height:1.125rem;top:13.375rem;left:24.15625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pk7sCiioDQdUurovKoucka514oGCwLxL { width:9.3125rem;height:9.3125rem;top:2.4375rem;left:25.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWrAwVcu3Ipvum4yPAqrCpTRefpyTv9x { display:block; }
 }@media only screen and (max-width: 763px) { #pARU380TWzMLOMtHgSxXoCshS8BuWBM0 { width:9.3125rem;height:9.3125rem;top:2.5rem;left:37.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iwl8kaR4vl7GNxZHUZOm5elM0TeEDEcC { display:block; }
 }@media only screen and (max-width: 763px) { #a8xVTHAwDM6zBRwvBwIV8zH9qZMu7ZRl { width:11.375rem;height:1.125rem;top:13.375rem;left:36.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5MzwBoSX7AwXmVohkp27gteux9vpOhp { width:15.6875rem;height:1.4375rem;top:14.5rem;left:32.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMWb0kFT190qKDSyZThi8OlxDSVcMQBT { width:9.3125rem;height:9.3125rem;top:2.5rem;left:1.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CSTNRlwUVKOJGn8CPeDbMeUDlrIugoMD { display:block; }
 }@media only screen and (max-width: 763px) { #fQcBKSGbS2xOV4NTArwk1rdx7AAH8LVh { width:9.3125rem;height:9.3125rem;top:2.5rem;left:13.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHOUQ385laZWlQfFq8ftFmhPP1uCCQtu { display:block; }
 }@media only screen and (max-width: 763px) { #TP4az7B1D1bMR4lhERw1yTOurvA9Gy0M { width:11.375rem;height:1.125rem;top:13.375rem;left:0.40625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CETugBKkVaEaPCJDLNhcdWBsdddlR6XK { width:11.375rem;height:1.125rem;top:13.3125rem;left:12.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIFL9snVB5i3fNDmyXxmQTsDLOgHlp4l { width:15.6875rem;height:1.4375rem;top:14.5rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JIFEp8bVnF1KkvS2txV0ETOvfQH0DDRf { width:15.6875rem;height:1.4375rem;top:14.4375rem;left:8.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeNmdyEO9L3Fm0xXBSyXBf4aiBvRy0gL { display:none; }#EeNmdyEO9L3Fm0xXBSyXBf4aiBvRy0gL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #K8O62oTIdz6d9DT4clLaSBzk1mXIMizO { width:15.6875rem;height:1.4375rem;top:14.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2gSTINQA3dxLQdcRc1I0ySdBdTqhP1J { width:11.375rem;height:1.125rem;top:13.375rem;left:0.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzIw4hh6oEr2tMX6TayWq7faXI2oaLTw { width:15.6875rem;height:1.4375rem;top:14.5rem;left:8.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOTL9uXve7cSL1Xa9DVFcLbqi9lJN1cI { width:11.375rem;height:1.125rem;top:13.375rem;left:12.21875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGhhZC7Q2bPXpM8RLhZDREAWQukurOfc { width:9.375rem;height:9.375rem;top:2.5rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiqIUxXrXAdu8IfkGc6rNDuVdXRXls6V { display:block; }
 }@media only screen and (max-width: 763px) { #efdL3sGr0uExVrwnBlagu6fhEBX5Q1Wu { width:9.375rem;height:9.375rem;top:2.5rem;left:13.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C11ecHEycehHB1lsafqcaJZgKIt2Q2X6 { display:block; }
 }@media only screen and (max-width: 763px) { #aNvikMUTrr1sQyTQR0EmFkdETvG3BOE7 { width:18.0625rem;height:1.4375rem;top:14.4375rem;left:29.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDcUFO2zVIybHMvvhKefqGUh0Wv5Ktrz { width:11.375rem;height:1.125rem;top:13.375rem;left:36.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sehCtUuxDFUU0Bd6SKp5VOAtez5S7U8a { width:9.375rem;height:9.375rem;top:2.5rem;left:37.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkskLJChJBgGoRiiJTQlcDDv5QELO6Jk { display:block; }
 }@media only screen and (max-width: 763px) { #EZTpu28AcTK3TUUlCu0Nnx4vtTxE7MT7 { width:9.375rem;height:9.375rem;top:2.5rem;left:25.218751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSpR74PxE4IVtEx3nMz6cAA2b7sRTTJG { display:block; }
 }@media only screen and (max-width: 763px) { #KUJ2gZL2eeQLT9dP6iw6keTf24mKCAZD { width:11.375rem;height:1.125rem;top:13.375rem;left:24.15625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VciVgTlddPSHNIBwPXlWb4clw2ny0Ov7 { width:15.6875rem;height:1.4375rem;top:14.5rem;left:20.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9PJxR9q3r69gpciIwVx2r8wy6P9bQb4 { display:none; }#q9PJxR9q3r69gpciIwVx2r8wy6P9bQb4 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VLMRZ1h7BKMGW1fJ0h81ILos1lt26Tq2 { width:15.6875rem;height:1.4375rem;top:14.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cnm2MfMl0Kw6uarsz1m0mqtWQS51WQRb { width:11.375rem;height:1.125rem;top:13.375rem;left:0.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZKi4CW6bJvJG6s15IIhkzQkKXwiWAh4 { width:9.375rem;height:9.375rem;top:2.5rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5W2cF3kInOHcy6eGUM8VgxzD0FrlDLL { display:block; }
 }@media only screen and (max-width: 763px) { #dm7PvWfl8EoDmZhkRwaZ8THeQSHdFTi7 { width:9.25rem;height:9.25rem;top:3.3125rem;left:14.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlQOarzHrUnHKpQKB1tHm8cHGd04SoXU { display:block; }
 }@media only screen and (max-width: 763px) { #Jd3xg7xKiDlpdDxcoWeVsZq8L6KbWI4l { width:11.3125rem;height:1.125rem;top:14.1875rem;left:12.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmS3gVCi5eae69N1qKUMm93Aew59NGio { width:15.625rem;height:1.4375rem;top:15.3125rem;left:8.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNOOoWAQVw6BXuTb3H1RuEZgmTKPKQS7 { display:none; }#FNOOoWAQVw6BXuTb3H1RuEZgmTKPKQS7 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NHPmehMou9a76Vaa27mTlkheniQ5JuKZ { width:47.75rem;height:26.800978372811rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDxJeyFnPovdO8uUdeDypOJgFVtMnsC6 { display:block; }#nDxJeyFnPovdO8uUdeDypOJgFVtMnsC6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qIv6WN9Lcwv8unC3d6m3Wtro3IGJyc43 { width:29.25rem;height:4.0625rem;top:2.9375rem;left:9.249218940735rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlnVr8von85tuVua1IRBB7plheBvMETg { display:block; }#JlnVr8von85tuVua1IRBB7plheBvMETg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DmWzrZ7JJqtmPTGGimiR0wS0T2rxXIhb { width:18.3125rem;height:13.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwroPXFSKu88hPMo3eGxtl8uVVfthQaw { width:18.3125rem;height:13.625rem;top:0rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfAG0Ro5tlPFq90AEx1qTVQgilJqs6cS { width:18.3125rem;height:13.625rem;top:0rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DATJBwr5meZds6aWVRW9E9b0v84gZGT4 { width:18.3125rem;height:13.625rem;top:0rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PM9nWvwobN3aP6EcLUfuchahb6ewP3F3 { display:block; }#PM9nWvwobN3aP6EcLUfuchahb6ewP3F3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lqg3dEUt5Z50a12TehV54c8DMPTbAVF3 { width:18.3125rem;height:13.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDgzGcR8A0UW3QAt6FpXD6FiPymv6tkl { width:18.3125rem;height:13.625rem;top:0rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFABI9VZNJR4iEJSP0eqALTHGIT7RgVe { width:18.3125rem;height:13.625rem;top:0rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2eu0RxRHVMgqo31LUoKn2CZrwVQX9SU { width:18.3125rem;height:13.625rem;top:0rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NypzSd5Jbcy3PqSv69gWFKIxJpWgIuNq { display:block; }#NypzSd5Jbcy3PqSv69gWFKIxJpWgIuNq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X9TkpGIDmykV9KBr0rFplLGIZcKJF60h { width:18.3125rem;height:13.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKs3nKTIDfNrhfGkMclgcJBNAIzoi7ZZ { width:18.3125rem;height:13.625rem;top:0rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUQAfvedxG79RmNcOJOWZJPPRGrNxAHT { width:18.3125rem;height:13.625rem;top:0rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGerTdVkUOW4Usq1unUWMb3cuUthnTaP { width:18.3125rem;height:13.625rem;top:0rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArXDOWimBPFKQqrMU6c2gRZiV109eTyq { width:17.375rem;height:3.75rem;top:0.5rem;left:15.187500953674rem;display:none; }
 }@media only screen and (max-width: 763px) { #lProodA9UA4Nloo1d4ZgbNRFQRQ603ct { display:block; }
 }@media only screen and (max-width: 763px) { #wvxQi1b8MXmog5oIPiROJK4OGHRrM9sl { display:block; }#wvxQi1b8MXmog5oIPiROJK4OGHRrM9sl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f7s5SxuvMsRFFAnCz87XTNwhHlrxoC2b { display:block; }#f7s5SxuvMsRFFAnCz87XTNwhHlrxoC2b > .row .container { width:47.75rem;height:20.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M4DvUmTpm7iOOqDBnZZ926rGHKpmg4ix { top:8.3125rem;left:2.125rem;width:10.999875rem;height:1.22514375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfcQ9wg3wQ9oR7BZcQ8IOtszXTUHtkNI { top:13.3125rem;left:0rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWTifWeSG84sXsiFHu7gLRdhoNAGaiqK { top:13.3125rem;left:19.625rem;width:28.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K151nWqEewS8UgXFiobePxcqskhC9fKf { top:10.25rem;left:0rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iscazqmg8O16ngMGxE2kmy0WQiKIPHCc { top:10.625rem;left:2.125rem;width:11.312375rem;height:3.675425rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNnM0OOp3ilKAal54tw3DWRuTRWcdw4l { top:7.9375rem;left:0rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCnf6hD0PBgNS8FhgG9UDVbQfpSAButL { width:9.0625rem;height:2.625rem;top:15.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsezMUTuyf7iPfNuX2hbokxuCUxv8XP3 { display:block; }
 }@media only screen and (max-width: 763px) { #Gx98xyCC34RhbvFMEyC3RZuDSTtRrRLT { top:16rem;left:37.5625rem;width:7.5rem;height:1.22514375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUqqLMFCvGCWvd1CK2CI7EJIavDGK9B5 { top:15.5625rem;left:45.8125rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8d8u8q8QrO0iFXgJplvxlk37cEi6cIw { top:6.3125rem;left:19.625rem;width:10.625rem;height:1.22514375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUFJ0nRV7FJCL9LQvTyA07uggTVHflAu { top:8.3125rem;left:22.125rem;width:7.625rem;height:1.22514375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqHealsT5BV51UqupDnSCF4i0JxzpuPR { top:10.625rem;left:22.1875rem;width:5.43728125rem;height:2.45028125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTRLzyKlnaTksHRlrWrUN8ElNAidXuLa { top:10.25rem;left:19.625rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3aNPmEh5nFTfM3ytfCQT9VgLaPGaWtn { top:7.9375rem;left:19.625rem;width:1.93739375rem;height:1.93739375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qpv3cX7mbpAPANN7nyo3nXXvTVHqEkMh { top:6.3125rem;left:19.625rem;width:10.625rem;height:3.675425rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqUExHQlC6KKs3KMovg8cB4mo8s04Tbt { width:9.0625rem;height:2.625rem;top:15.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4p9Q8EiQlhsWoHNV55lyeSAVfKt8a81 { display:block; }
 }@media only screen and (max-width: 763px) { #A071Re1f2iGTw3hCP4yStIwd22gI1gJi { display:block; }#A071Re1f2iGTw3hCP4yStIwd22gI1gJi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JC3VxuCGaHkxUsicbpRSAinNhbKeGCbv { width:5.06239375rem;height:2.59765625rem;top:2.0063056945801rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8k5KLCFlbXrhA1Usz3WLDJsR6ezFwJD { width:6rem;height:1.75rem;top:1.7583694458007rem;left:5.0623916387558rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDfDLmT6cw9agbxqDXo1tcuMOzBIq8Qm { width:10.999875rem;height:2.59765625rem;top:2.0063056945801rem;left:33.186851859092rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFbzWwsLaRv8BiBDbXT6rw2F8esImtF1 { width:2.3125rem;height:2.9375rem;top:1.125rem;left:45.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6ODi3nvhVZiJsxpXbDqZJLgbwSr0sku { display:block; }#s6ODi3nvhVZiJsxpXbDqZJLgbwSr0sku > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e1pvy4QW8TFt1kc303bS4QsgTKVVPSPs { display:none; }#e1pvy4QW8TFt1kc303bS4QsgTKVVPSPs > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JDW6rt5vl9meg2FeKzgAl45R9H0uzRk6 { display:none; }#JDW6rt5vl9meg2FeKzgAl45R9H0uzRk6 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IbJ7NFy4TUvAxTOoMb3RcVXocLoHCD7p { width:17.375rem;height:3.75rem;top:0.5rem;left:15.187500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPpEbkpRJB52WnheFdLxy8b6Oi9bJLlm { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/20a82310-ae46-479d-88ad-2c8dd1332070/Tloliniekongresmobile.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:contain !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.5); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.5); }#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); } }@media only screen and (max-width: 763px) { #gVEC1M8rDttrnk4WPZawTR12kt32RSzd { position:relative;z-index:auto;display:block; }#gVEC1M8rDttrnk4WPZawTR12kt32RSzd > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fOorkIewQ9f7WRTMw4C1f1Sq6f5XVHtb { width:9.9375rem;height:2.5rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w52euRc9T4vLtiUhmB8u7uBs3uIQE8Ua { width:9.1875rem;height:2.75rem;top:5.3125rem;left:5.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTTBakc0nMGXyPT9szxd0B2xSz4pl6fZ { display:block; }
 }@media only screen and (max-width: 763px) { #SMZ3hcsOZVuysu0QezG3e4aP7BpTD4tN { width:7.1875rem;height:2.75rem;top:8.6875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2l3qGcfmLS3sPVBA4hKPq6yWfBzNwR2 { display:block; }
 }@media only screen and (max-width: 763px) { #IRAP7PcVzZMuBwrHkKQOiiSM0AEbWv5d { width:5.3125rem;height:2.75rem;top:12.125rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiVliOAsHflMHxaD7vUmrGoWgBtSttCH { display:block; }
 }@media only screen and (max-width: 763px) { #hVFoNStTryVWrWqgL7noeVTIJ2PLqxU8 { width:7.75rem;height:2.75rem;top:15.375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NP3TKRLwLr1bZMGDQKQtblvfvmc434Sq { display:block; }
 }@media only screen and (max-width: 763px) { #zDzn6PiufsmS3WDV1TNB5blTJwDbqITK { width:5.375rem;height:2.75rem;top:18.8125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvtK8DVyGvtftigq9XBMLsMes80MEmei { display:block; }
 }@media only screen and (max-width: 763px) { #tJzEPlizTEWNvBsHwatGXsBQRTz67KXw { width:12.125rem;height:2.75rem;top:22.125rem;left:3.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;color:#000e96;display:block; }
 }@media only screen and (max-width: 763px) { #DTNHI9znhrHwKZmo9oLEOsb5t2mQ5yZs { display:block; }
 }@media only screen and (max-width: 763px) { #dmQEWS548t16WWz5IFaIw78znaAkwrZu { display:flex;top:0.5625rem;left:17.375rem;width:2.625rem;height:2.625rem;z-index:15007; }
 }@media only screen and (max-width: 763px) { #VSBRrR8TzW8NiriwUOz48QocUi6aVshC { position:relative;z-index:auto;display:none; }#VSBRrR8TzW8NiriwUOz48QocUi6aVshC > .row .container { width:20rem;height:30.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DiHNVBVZTRKvk4OsZKN98xZvx7HJtvBM { width:13.0625rem;height:3.375rem;top:0rem;left:3.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCp6WTcHTPhTULd5Tp1UDGxEVAuvMsEd { width:9.1875rem;height:2.75rem;top:5.875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1cpxufIQhEiyA7TFFcrIBUThLJ74dsh { display:block; }
 }@media only screen and (max-width: 763px) { #JfF3vTmHH762qnVnnhaJ9RHS3DzCltFT { width:7.1875rem;height:2.75rem;top:9.875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLyN0p7f0quCxxThfmTXGmiVISf7UUv2 { display:block; }
 }@media only screen and (max-width: 763px) { #lW8L1lkBuGIlH6miOUEWMHVJdeT5wUvM { width:5.3125rem;height:2.75rem;top:13.875rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJqpWpDnVaS2VoryEHQ0vuDo7m3X0laq { display:block; }
 }@media only screen and (max-width: 763px) { #LmFT75STdA7GJDRictvWetHJQuQo0H4g { width:7.75rem;height:2.75rem;top:17.875rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G35yENPFLe2wTMrwt94D7gnyvM7GgFJZ { display:block; }
 }@media only screen and (max-width: 763px) { #KxTe9rEDCxtbbPaWKSQANtn0WI4Wg7TO { width:5.375rem;height:2.75rem;top:21.875rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQ7CGOtaXS5t4IIpTrqmsHcG7ZFRu3dT { display:block; }
 }@media only screen and (max-width: 763px) { #MU9bamq0wWdBt7lA0RGUddIzl97yJXSQ { width:12.125rem;height:2.75rem;top:25.875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAzNGfcMCHCXTOetCHR6khemkWzEToiU { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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:50.3125rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hlVrcsS9D4IXfw7y3oBc1PDqK19xgV9u { width:20rem;height:7.4739375rem;top:14.250001907349rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oPwcTRkWXrHgxyrFmTF1hvu2x0L5ff8P { width:20rem;height:3.25rem;top:24.937143325806rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UftpmvkwSwM0JaW4gCKnmLbxGiNJq4Di { width:20rem;height:4.875rem;top:24.124822616577rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoNAiTX2kxpZ7dCxJVrm5QDnOE2xqoDy { width:20rem;height:2.6rem;top:30.87375831604rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s8LszxQdf1UglWkBabmAcmFrTaskXlHN { display:flex;width:3.125rem;height:3.125rem;top:34.562498092651rem;left:8.4374994039537rem; }
#s8LszxQdf1UglWkBabmAcmFrTaskXlHN > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #p0ZTBIvOIZ0CVOa0ABz3VVBB1QTDrL74 { display:flex;top:0.9375rem;left:17.5625rem;width:2.4375rem;height:2.4375rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #g15JmAW4NNWSLJ3SyxzBglX3E0VQUX2p { width:4.9375rem;height:6.25rem;top:5.9998226165771rem;left:7.5621446371081rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKv1oMvOXI63phvkwKCl0G1vPNeXDKIa { width:17.3125rem;height:3.75rem;top:36.875rem;left:1.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gx0J5wtEdTnZqRT3M7zJaaRdHSuRm6SX { display:block; }
 }@media only screen and (max-width: 763px) { #oLQdBgMp3kP291xddGT79eWMkyH3M1U9 { width:16.1248125rem;height:3.06196875rem;top:39.198511123657rem;left:1.9371448755264rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #a9ytlgD20xhNnkhBv93ok8GFf9Rpv7uE { display:block; }
 }@media only screen and (max-width: 763px) { #PGonGpPU3Rg0vETk5LWxITSu1T5L7Tf6 { display:none; }#PGonGpPU3Rg0vETk5LWxITSu1T5L7Tf6 > .row .container { width:20rem;height:31.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vdMbudT9zWbeGxveTbUb1dcT6PIHvEnr { height:11.1625rem;width:20rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBb4KhIun76C10edvSzPhU91A0B7opOz { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G4o1rGzrFxUl18MFAx4r4dTkWNDb4bAu { height:11.095890410959rem;width:20rem;top:18.974625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDP0CBJBFDBveELHdaqzMdp9mXsd8AAh { display:block; }#TDP0CBJBFDBveELHdaqzMdp9mXsd8AAh > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hnd1aGUGqWpJyK4vSZufCRSkiz6CBh1t { width:14.1875rem;height:5.6875rem;top:5.0625rem;left:2.90625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXTIl8xbXywkCcpatlLI18xZdQHoXUHg { width:14.1875rem;height:1.4625rem;top:23.125rem;left:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZDAGliJSpnJG45XEL7Qsk3Q9kE5VS1Z { width:9.75rem;height:5.6875rem;top:17.4375rem;left:5.125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdTPaxCW8ReUZdcSCGAENBM5VXIeSMbO { width:9.75rem;height:5.6875rem;top:29.375rem;left:5.125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmKv4ck44dt5u0NedTSWlkqQ2MIEgSwZ { width:17.3125rem;height:1.1375rem;top:25.125rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfNDp8tTrBNELDcaSEdGL7lfgW2tTMHX { width:14.5rem;height:1.1375rem;top:37rem;left:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITC9vkP2CqEp3bWVFwa3idgcSF07Nkbi { width:14.1875rem;height:1.4625rem;top:35rem;left:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDZggJtTTcLXldlrOduvI0gp64eaT4qx { width:14.1875rem;height:1.4625rem;top:10.6875rem;left:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFlKAvEAhwFHgavJuzHQvJmdIceCoInt { width:14.5rem;height:1.1375rem;top:12.75rem;left:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0QKSmHCqR8B9N4B1Bd3IzvG8b8LVboz { display:block; }#J0QKSmHCqR8B9N4B1Bd3IzvG8b8LVboz > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oSoZaKE1qesKcykmJw5oQqVmCwxrVBAc { width:20rem;height:4.0625rem;top:2.216796875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDSTdb67mgtiwZXQX0S4PG5cGFV6CJLT { display:block; }#zDSTdb67mgtiwZXQX0S4PG5cGFV6CJLT > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lSsqfAQ1sybTSh9gk6IsEhme49mB0ZNC { display:flex;width:3.125rem;height:3.125rem;top:1.037109375rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #mea8T1n8tMJ8XfDoUblVV96AW7wEG6fI { display:flex;width:3.125rem;height:3.125rem;top:8.0625rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #KHLRgBSGPFSIUTrt30notIBWB11qu2Px { display:flex;width:3.125rem;height:3.125rem;top:15.9375rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #KMA3Fc69GgGX5ayX6POvuMaV8Mi6SUsM { display:flex;width:3.125rem;height:3.125rem;top:23.1982421875rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #rD7N02KGkN05Wn7UbWa0qEWXXxmZPZq7 { width:20rem;height:1.1375rem;top:4.787109375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P27ePPVi6U1F3oEJUSCaLw609u0kwsXx { width:13.8125rem;height:2.2734375rem;top:11.75rem;left:3.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lAp668hQGh82DZRrIkDD88W5cTfpDELm { width:20rem;height:2.2734375rem;top:19.3125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PZD3PEM3ZTJ8vcMB3iS1obcneRSNQMdL { width:16.125rem;height:3.41015625rem;top:27.2109375rem;left:1.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gCTx5aAz4JkKuGWeXSM25EX94BC5dAPo { display:block; }#gCTx5aAz4JkKuGWeXSM25EX94BC5dAPo > .row .container { width:20rem;height:109.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KkW5ePs3iclABN5fuw5UgvHTNHyFR46g { width:19.625rem;height:13rem;top:7.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQPVGV3Iz6aNwiDebAxKXRLRve92wPpO { width:20rem;height:10rem;top:6.625rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #3794ce, #000e96);background-image: -moz-linear-gradient(90deg, #3794ce, #000e96);background-image: -ms-linear-gradient(90deg, #3794ce, #000e96);background-image: -o-linear-gradient(90deg, #3794ce, #000e96);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3794ce', endColorstr='#000e96' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3794ce', endColorstr='#000e96' );";background-image: linear-gradient(90deg, #3794ce, #000e96);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #IDmnaapNJHBCLeovWTE6X1Q5B4xBoFK1 { width:20rem;height:4.0625rem;top:1.93359375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rFSPVzST746DTAQJpKbv2b4IWi5J0dQO { width:20rem;height:0;top:22.406779289246rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #untn7mkDldxBhsMLN5Zt042QheTFB08k { width:20rem;height:0;top:46.400930404663rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #PtZU0uodM5eJhZLsGXUTMaGhvVdQfE4o { width:16.121125rem;height:3.05859375rem;top:103.6731672287rem;left:1.9388022422791rem;font-size:1rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #ffQt7ZGTieqUzEhkXQbDU2Zrzg4xLrFa { display:block; }
 }@media only screen and (max-width: 763px) { #wsJSQ2ZpqxEbbtVuiw3P1QxwAolNVOVe { width:20rem;height:19.32425rem;top:22.48756980896rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #orqHpzHTEbZvE9GKa2odcCbCED9sEhO0 { width:20rem;height:34.1015625rem;top:44.325000762939rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #fSgK2fUgOW9JNtEGbmQ8k5vuavx8UdBi { width:19.0625rem;height:18.8125rem;top:80.233076095581rem;left:0.44791674613952rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVfu5151sRQowUBkWWgyyfXAc3FyZ2k4 { width:20rem;height:auto;top:68.75rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ruWsbkR8XWrzoch0vzTG6pcHPlbXkP5h { width:17.4375rem;height:2.47395625rem;top:81.3593788147rem;left:1.28125rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #UIdcOQMuWXenOTbGbs8N530VIcSJCML7 { width:15.875rem;height:1.13671875rem;top:84.4218788147rem;left:1.28125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qbAlfLEZJzaGbbtkXQxw5Hr3x1xrHU9h { width:16.8125rem;height:11.3671875rem;top:86.615888595581rem;left:1.40625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sn57Tv8HdKURl8KyTBuG1NFMMLz2nvTE { width:20rem;height:1.13671875rem;top:100.7343788147rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #oOxPynDgM9RHxEO8TrACsalPhGxAfBFc { display:block; }#oOxPynDgM9RHxEO8TrACsalPhGxAfBFc > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #apc97eCAZhN7pTTo30ZU4EzAvXM4xR9R { width:16.9993125rem;height:2.03125rem;top:0.91263294219969rem;left:1.499467253685rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKv1N3JBBE6kiDsHP3RkrNDcq9cfgq4g { display:block; }#qKv1N3JBBE6kiDsHP3RkrNDcq9cfgq4g > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #muJUXHN2rD1S6S2gMisnXCBE1ldEl9HB { width:10.25rem;height:1.1375rem;top:1.6875rem;left:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hewb09Za538pbTmP6KBhETzVuWJrw7bC { width:12.9375rem;height:1.95rem;top:2.75rem;left:3.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQWeQ83o7f49Iz0mLbmCyEUuQTMcg2fH { display:flex;width:3.6875rem;height:3.6875rem;top:1.34375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PCDWXVdd26OeFcVGMnSgMRDFEidXpEyB { width:14.25rem;height:1.1375rem;top:2.4304687529803rem;left:5.7500001788139rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQlndWrlHfMs9SxZGhrZaNZtQfrs2HZ0 { display:block; }#cQlndWrlHfMs9SxZGhrZaNZtQfrs2HZ0 > .row .container { width:20rem;height:211.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tcvbo8MMge9cTdPqXBlgh9MiJt5dfVCg { width:20rem;height:0.06171875rem;top:129.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcoyEoFi67sVJXFdxByyDya7DraPEx7V { width:20rem;height:8.7734375rem;top:71rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hTdI577volR7yyrb0AyzM0sTp92J0zht { width:13.18625rem;height:2.2734375rem;top:67.5625rem;left:3.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AyhVBXkoLXKqLbGxvuLWmM63028Jaoci { width:20rem;height:0.062144875rem;top:146.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8ZlGo35uXMmPJmS5TcbyT02UonJ83NN { width:17.9375rem;height:7.3111875rem;top:135.125rem;left:1rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RIbWNET6DVAJQ5At8pVy0cfRoee1xQne { width:13.3123125rem;height:1.13671875rem;top:131.8125rem;left:3.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sghdNAZETKueDq448zpseJ2hTxk2uWiJ { width:20rem;height:0.062144875rem;top:62.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGFCk8eOAacSyT0RL2w03F7iA4yp5aGg { width:3.125rem;height:3.125rem;top:13.498225rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVA0FpfTFcyf4i6r2vSQ36QpiKi3c6oM { width:18.9375rem;height:7.3111875rem;top:21.509375095367rem;left:0.53125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c0uMWyl0a5TCT8Pbom898xM5cdiEQzat { width:13.499625rem;height:2.2734375rem;top:17.986861375rem;left:3.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ltpo2DNonI7vfZK0lTXs78z6LvLOpxNA { width:5.499825rem;height:1.1375rem;top:5.625rem;left:7.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SSCpdSuSxhQCByvnQE2uLwibiPzgNaHG { width:20rem;height:2.92448125rem;top:8.0113625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xcb6805qKwFK1MVrJMMJ9Cb36XzonLUP { width:20rem;height:0.062144875rem;top:12.185725rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewHDR40k8BiripVEitQKXXK5DvTclDi7 { display:flex;width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #pJh8mRLpSrSwi21XvzW6eiukhbyZu6Va { width:20rem;height:1.13671875rem;top:88.9375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AvWqVGtwph32MBopcwtpfmBxPVH0cIaW { width:20rem;height:0;top:57.0625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PTmMkfbXQa9N6QbdVCDFAyMSDwx3cqUK { width:20rem;height:0.06171875rem;top:81.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTbveIUyIcbNdZlSWlTA7T8bwFhzZzZL { width:3.125rem;height:3.125rem;top:162.4375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xz378ZltQ7oDswvRJqwpTLSTrTwNZD21 { width:15.1236875rem;height:1.13671875rem;top:167.8125rem;left:2.4348959922791rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qbwt7NP4yc0BOboE8oOzyEyrxZW459vr { width:20rem;height:4.38671875rem;top:170.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aFHhdty7lwkH9KhCMDLBobsfoamVqBE8 { width:3.125rem;height:3.125rem;top:83.6875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZRPlMybP6uChFnPJGLF5dRFyXNbuWBF { width:20rem;height:0;top:62.675000190737rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #JrRM1xWdUTQ4qrGtvimwd1J2LGQgJDlT { width:20rem;height:1.4622375rem;top:126.0625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pW5FCXhxMSas6UZxr6zn5tN1MTaHt7Nl { display:flex;width:4.6875rem;height:4.6875rem;top:117.75rem;left:7.625rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #gJRssOTT52pMHC2E96wD3LM4WTklEV50 { width:20rem;height:1.13671875rem;top:123.6875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zJQpWzMnBbf2UPa5IslsdT2Q3SQ3fCJN { width:20rem;height:0;top:81.68750190735rem;left:0rem;z-index:15063;display:none; }
 }@media only screen and (max-width: 763px) { #Iu3mBUsZBeRMnfJAUnMfICMKhm2GABXg { width:20rem;height:0.0625rem;top:177.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pICl6ghy8MNIyhWGeTJbS4tEIRJ86Tzr { width:3.125rem;height:3.125rem;top:178.6875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5akrkA8eWQvcq7NAHvQttp3UhIBlSGf { width:20rem;height:2.92448125rem;top:186.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O8WfyUB6q9U6AEH6Sky7UcsJ9nGew0lH { width:20rem;height:1.13671875rem;top:183.9375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TINueDs69cF6nOyefw5tC9ePS7cWLDaP { width:20rem;height:0.0625rem;top:192rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSIHPlIAQuclh0ZbqSpkLTJ7svheZn97 { width:3.125rem;height:3.125rem;top:193.625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDlCMtLApFyCtVc290hduAr3PEuyTTI3 { width:20rem;height:1.13671875rem;top:198.4375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FB5nlyH6Qq4KTJdknhDctzEFzevMVfCF { width:20rem;height:5.84895625rem;top:200.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mwczCg8AWph3c4gumIW6vxXOVfG1qTQz { width:20rem;height:4.38671875rem;top:91.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #N0xCk9lhLaOx684AIJH0ZPhCTTbUAZJl { width:20rem;height:14.609375rem;top:97.5625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #HLqhrflPxGH8k88XGXCHiGGe51Sb8DJ8 { width:20rem;height:0.0625rem;top:115.625rem;left:0rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #JuGxLAd5lVV3pk3mOO5gGLgmENxWNcLn { width:3.125rem;height:3.125rem;top:63.3125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQzMKgcHDmp4TsNlsJ6MWK9xbh6hAMdh { width:20rem;height:5.84375rem;top:30.625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OPbnzn0tyusnZ0uWBAGiT8kS30NDU5dA { width:20rem;height:14.609375rem;top:37.28515625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ne764MT6BRWhNowLdst8STbTkG1mVryR { width:20rem;height:6.8177125rem;top:52.75rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mt3XyNK4Pa73KKnmF0SNaDuywTMo2LpO { width:20rem;height:1.13671875rem;top:152.6875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZK6gqG1dQ1frHiuL0rm0gBdP4TRxAxc0 { width:20rem;height:2.92448125rem;top:155.0625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LV7fGP1N4suxkC092zg4lRLy7ChTzmra { width:3.125rem;height:3.125rem;top:147.9375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXb2cQDRnN9xtCHzX6Xh1JCqPvGN1VTx { width:20rem;height:0.0625rem;top:160rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnDM0QtZUIV3noPZ0z1na8un2dyDqcmK { display:block; }#fnDM0QtZUIV3noPZ0z1na8un2dyDqcmK > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #voIBzUqc7gQKA6IUUS63Hv0zKasMAFQP { width:10.25rem;height:1.1375rem;top:1.6875rem;left:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N39QT3uqsTGEHrdn9tGzzZRFpTFLykbf { width:12.9375rem;height:1.95rem;top:2.75rem;left:3.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3wkSaqWv2TCfwLZigDKo0k13JTPTVlK { display:flex;width:3.6875rem;height:3.6875rem;top:1.34375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tgez8BF6Zhe6a76vDqHoDLQhf8nU4Wra { width:14.25rem;height:1.1375rem;top:2.5867214202881rem;left:5.7500001788139rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ey0PfImW4sQudOhPLg6B9ZhkcG8m1a11 { display:block; }#Ey0PfImW4sQudOhPLg6B9ZhkcG8m1a11 > .row .container { width:20rem;height:192.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bavJhx33ggvDLTJhDQJKa8vqXTWnx2CF { width:20rem;height:2.92448125rem;top:9rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BUMKv1AIT0pTzc7NF45f6mnBKTI8lRWE { width:15.6875rem;height:2.2734375rem;top:5.4367189407349rem;left:2.15625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vwfAKt4uQWIDazDB3sRl5JAnnQA4LbFn { width:20rem;height:0.062144875rem;top:49.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoJR06Kf6KbWfumI7pAqdVXeRMbTZGRH { width:20rem;height:0.062144875rem;top:92.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FU6rH74c8aRfv4dwzGvq8yDx5U6rT4Eb { width:20rem;height:4.38671875rem;top:59.0625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U0ckPvscgvhskLqm6p5chUJ9nzmINlJs { width:13.3744375rem;height:2.2734375rem;top:55.5625rem;left:3.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eRU71QHwzuScwyq1blFFMewInD4IBR4t { width:20rem;height:1.4625rem;top:108.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZCt2WHOvl4tNzSdgPvuyChNoo3dKPhwM { width:15.3125rem;height:1.1375rem;top:106.375rem;left:2.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ub2Fckf4y0c3N7IX7ZGKN6qqIGTohaUZ { width:20rem;height:0;top:60.875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QvxKkdCvNIULF57t7ImQnOdaS0VFDAnq { width:3.125rem;height:3.125rem;top:1rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSVX8FLyESbQbzxBxAFNWCSpxxGmZb0x { width:3.125rem;height:3.125rem;top:51.0625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #em6gxMtwfyzSxdADJClUA3ALzal5AesH { width:20rem;height:0.062144875rem;top:103.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GskJAv0BKkDK7bfTeO97N94bp0E028uC { display:flex;width:3.125rem;height:3.125rem;top:93.9375rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #XShbmnHAr15NzGiEfktwXGBdJ77tibE7 { width:20rem;height:1.1375rem;top:98.3125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TrUVTGFsQ6g1GbBA0ResffgNdKIscOsV { width:20rem;height:1.4625rem;top:100.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tL8fNZUJicDyHUg0EB0rESTqIgrBQaDz { width:18.1875rem;height:5.84895625rem;top:157.4375rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ynzUL8zKeGE29Ta7QWkA2ZbRy1zds0zl { width:20rem;height:0;top:13.8125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #z9TwozkvMObhWJqiHvglmSegzaPTR5dE { width:20rem;height:0;top:31.250000953674rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #CkTtKvwre9c7TEkKDnUDqoNvIi0ciE4R { width:20rem;height:2.92448125rem;top:164.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bSIZvWcaV37Os6PFdKlKfVnETxT3J90o { width:20rem;height:1.4625rem;top:111.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T9zeXvcgGSUWUJd962noGdoZboyTDrQM { width:20rem;height:1.4625rem;top:114.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ooqoohzc3b0QfuOT3K38VqxyuN8QVKNA { width:20rem;height:2.92448125rem;top:168.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JFubJODg8gzGL02KSQptRrTarTm0EmBD { width:20rem;height:0;top:175.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #J0uTg4kaxhZ5szZT85Isk2uly1kIuXgT { width:20rem;height:1.1375rem;top:178.43659591675rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r08go6VZIi8vZTzEv4nL2AsvppHGDgXf { width:20rem;height:1.4625rem;top:185.1240234375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #glK9Whn2l7bQcwgSHIXc2m5SufJfmbBB { width:20rem;height:16.5573125rem;top:13.637499809265rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #RZVTEZTtwgUQ9tfQTMWaQSQxL0PQAV2K { width:20rem;height:26.296875rem;top:64.75rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #OP3NR2GvRqO7Aol3g8zmw9gmrGWziBVz { width:3.125rem;height:3.125rem;top:117.5625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VndBLFIe4qIWsn0NODEptvfH6rBfuB0F { width:20rem;height:1.1375rem;top:122.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xAhFo4qkZxUlwVfH50lSXGb2V5oeOKke { width:3.125rem;height:3.125rem;top:125.25rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEfFZEirveOX6SDKJaBxe6OdE8sg0T8f { width:20rem;height:1.1375rem;top:129.625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mrZfB5dDcIbVibuQUZocH1T7Xtn3TdCL { width:3.125rem;height:3.125rem;top:133.0625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J624ISTBUWJO24TibezwnmzLT9XC22Cy { width:20rem;height:1.1375rem;top:137.125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B4xBDBw0Bc9HDbX18dKeXKWAp7Aa3f4k { width:3.125rem;height:3.125rem;top:141.125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Igqnb8uaLkMZ2N7TE1qnGAUUb33oolax { width:20rem;height:1.1375rem;top:145.3125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U7ef9OMPz1wC0aSW4mGrZTWvdaWm3sgc { width:3.125rem;height:3.125rem;top:149.1875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgXnS2gySZvP2rCklZNRITWo0nJaAtIP { width:20rem;height:1.1375rem;top:153.5rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZHFT1yeoto7UeRhA9yLmZDTPU1cQQcNv { width:20rem;height:16.5573125rem;top:30.9375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #eNeVgH96JKXqqVnTQ3uAsDFEbzdBzu4X { width:20rem;height:2.92448125rem;top:180.185546875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #Vz52VvRzOluTi6Lbl92wdc1d9baNHQ6k { width:3.125rem;height:3.125rem;top:174.25rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmqPhde5iQV8e9ZLd1v1oVL31WqlRvTg { display:block; }#gmqPhde5iQV8e9ZLd1v1oVL31WqlRvTg > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d48eQxD93iRad1voG5GT0bcRTmGITgAt { width:11.0625rem;height:1.1375rem;top:1.625rem;left:4.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMJ1qtpI3eMiZkJQ92s4bpZMqXCS4Xbs { width:12.9375rem;height:2.03125rem;top:2.8125rem;left:4.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALC2So42uopuXN9fTtI23LTidhERN0JT { width:6.75rem;height:1.1375rem;top:2.4000377655029rem;left:13.250000178814rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLnHO4HMsqKIEAzIhSpSGztPqBhcV7Kf { display:flex;width:3.6875rem;height:3.6875rem;top:1.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #M7w1IaUQVxrmF9NhwqFE7tPVzRIiw4Nq { display:block; }#M7w1IaUQVxrmF9NhwqFE7tPVzRIiw4Nq > .row .container { width:20rem;height:162.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OU5QH1dNyzvpc7Hw9PW9CwWgmW77ZfuB { width:20rem;height:4.38671875rem;top:10.500000953674rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aFTRPzNC1Qh340BXsaBeeFxGJzxSIPcO { width:14.25rem;height:2.2734375rem;top:7.0000009536744rem;left:2.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v5J5gzTdzgXIZR0Z9WU2h7RMhbBZCsZ4 { width:3.125rem;height:3.125rem;top:2rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1Ww74HzENDX2uTh59lx2tKS6MlFI9HE { width:20rem;height:5.84895625rem;top:44.875001907349rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fGdRTLFm2isrXBlc6ntlppvdfdP4ebgJ { width:20rem;height:1.13671875rem;top:42.125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lkAUWdxPuDmmDNzbbbXdPdswVWHuMbzh { width:3.125rem;height:3.125rem;top:37.5625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uk4IieUyVwPikBm6xbkPs54y4NPRQrBg { width:20rem;height:0;top:35.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvapRqXE43IkOyq3ERt3zGguTLgRMLJt { width:20rem;height:0.061257125rem;top:35.9375rem;left:0rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #WP6ZC9ypxTGQ6eronLSH6ve4LuXCetgN { width:20rem;height:2.92448125rem;top:58.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hrgKMWsZa1KU0Q9wL8TmJv5Sn3PnWumh { width:20rem;height:1.13671875rem;top:55.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PWaJuT9AizxtC5U4uL9eaPNa1t4CumCZ { width:20rem;height:0.0625rem;top:53.375001907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMf7MIyd8Goa0tEZvro9KcV7PWZiwbDf { width:3.125rem;height:3.125rem;top:69.3125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3B1h7Pt0d9infMzdkXF8ti25KXAVoXL { width:20rem;height:5.68359375rem;top:74.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XzZgUBDtklW99N7TTkmVC5zCvRnDcasy { width:20rem;height:2.2734375rem;top:64rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EuhpVLQ5KwcrECdZbVvIZFmTmFE6qvu4 { width:3.125rem;height:3.125rem;top:82.5625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3nHLvffVtG5bGFeJrCzt6s0stxLs4ZS { width:19.125rem;height:5.68359375rem;top:87.5625rem;left:0.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xJw1NvsWNcQPFsRwf76LGcNGdxEb3H7h { width:3.125rem;height:3.125rem;top:96.375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxhWtKo1THGNMRtToN6xX1RS5Ia5ZVUo { width:19.75rem;height:0;top:71.061719894406rem;left:0.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #watH8vOtZmLm9XsHqwc0tpeJ8vFslb0S { width:3.125rem;height:3.125rem;top:108.3125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jno5shvRstZS1TbGIuIb9cPAhJnyIQGT { width:20rem;height:0;top:82.374992370606rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #mzSX6QJtUSefcBmWwqIENw86rvBXaezx { width:20rem;height:0;top:91.312492370606rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Mz7CsUahhKtnmWA0020U9OQlGuvuvtpv { width:20rem;height:1.65104375rem;top:138.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrNyh8LDtJ2IXrCpk1p85TvfPkIH003D { display:flex;width:4.75rem;height:4.75rem;top:149.25rem;left:7.625rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #SgvmXMJl4aIcU9qukT7fE0z3APXwTG0w { width:20rem;height:1.13671875rem;top:146.8125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ywNTyQoTwMtDgZPAHHT6Pc0wt6trwiMu { width:20rem;height:1.4622375rem;top:155.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WezAUVIWsne9GB4vpA7wuXi6OuSfbQur { width:20rem;height:0.0625rem;top:144.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2VqomcbKUrq45bESHpfMzAQrIMZJL3C { width:20rem;height:5.68359375rem;top:113rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #Q88Rlb8GyydEV1IXFcfm1tqdnKkBlO5V { width:19.75rem;height:4.546875rem;top:101.0625rem;left:0.125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #pgZ8xHL1TdHiO0OI38pktMiKQwVyi8q1 { width:20rem;height:14.609375rem;top:121.5625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #BMhPSQxr40fwns2clN11CzgTGi7dCkKd { width:20rem;height:1.13671875rem;top:24.75rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nUVEPGaEwpeaSbdNKiCaokB6KbkL2PXk { width:20rem;height:5.84895625rem;top:27.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g21bWIpRTEpsAFOacPuAzIAPwuhtt1s3 { width:20rem;height:auto;top:21.4375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #CRlZzrTnzfSHDTrI7H3aMIWHPTcTgOxF { width:20rem;height:auto;top:27.5rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xUuxy1XUAXLnJiwn29zJVDTTrANXef35 { width:3.125rem;height:3.125rem;top:19.187480926514rem;left:8.3515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXnO9EfiMua9nTGv0oL4MktJXAzRQGzi { width:20rem;height:0;top:162.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtzDqeVfATP4QdqA2KaathJfXdgmwlrd { width:20rem;height:0.0611979375rem;top:17.0625rem;left:0rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #UCsmTlaKnvQvMhMMHQkANJTI8WnUTdyo { display:block; }#UCsmTlaKnvQvMhMMHQkANJTI8WnUTdyo > .row .container { width:20rem;height:14.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTdIFi9htxMtaSnpOG8kxUTygb7Ftly5 { width:12.9375rem;height:12.1875rem;top:1.40625rem;left:4.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhnRc3rps0gIySibyWKzFDPb7mITtEbd { display:flex;width:3.6875rem;height:3.6875rem;top:1.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ow1r6b5Q2HVvXZKEnWWDNRhErF0uAoV3 { display:block; }#ow1r6b5Q2HVvXZKEnWWDNRhErF0uAoV3 > .row .container { width:20rem;height:215.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vDmVSfwm4BKyL006KvuxvR4CfdGGLz8t { width:20rem;height:9.09375rem;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) { #ZQr8SCTamUeWhH1ID4bkH42e1tO42Vtw { width:20rem;height:15.9140625rem;top:11.4931640625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iCZpH7oUQsLl13BGusg8QqxDy5P5e5m4 { width:20rem;height:7.957rem;top:28.7197265625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #At6vPWKuI9nacnLIKxSNsoc4JFIS6kGa { width:20rem;height:1.13671875rem;top:38.5625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UiMyPXrPpZMfvWcnXqH613nm8iCarWBM { width:20rem;height:2.2734375rem;top:40.5rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#UiMyPXrPpZMfvWcnXqH613nm8iCarWBM li:before{  }
 }@media only screen and (max-width: 763px) { #J9p84LtKeXr7mQkgyk7n0zUgoypBbD6y { width:20rem;height:3.41015625rem;top:43.4375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#J9p84LtKeXr7mQkgyk7n0zUgoypBbD6y li:before{  }
 }@media only screen and (max-width: 763px) { #ESihCdTLuCVDceJbHc3FHrTx6aZJmKH4 { width:20rem;height:3.41015625rem;top:47.625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#ESihCdTLuCVDceJbHc3FHrTx6aZJmKH4 li:before{  }
 }@media only screen and (max-width: 763px) { #vfOSythHpAbgLsaKLM5NPyLKp2SDeZLK { width:20rem;height:2.2734375rem;top:51.625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#vfOSythHpAbgLsaKLM5NPyLKp2SDeZLK li:before{  }
 }@media only screen and (max-width: 763px) { #FuDtnitn4hxqPiPFkVxLqblcD9Q6y7sp { width:20rem;height:2.2734375rem;top:56.5rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zhqd0P8XqdUJNVx2iWmi4cpaIh3ghOlw { width:20rem;height:4.546875rem;top:59.3125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#zhqd0P8XqdUJNVx2iWmi4cpaIh3ghOlw li:before{  }
 }@media only screen and (max-width: 763px) { #HZIgN5Ov8H80t7wA6QWKTnU2E7AHB4rh { width:20rem;height:5.68359375rem;top:64.5625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#HZIgN5Ov8H80t7wA6QWKTnU2E7AHB4rh li:before{  }
 }@media only screen and (max-width: 763px) { #JyRDMIdZ2FVia22cnm6wNJ4R7MHn8uSk { width:20rem;height:3.41015625rem;top:70.875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#JyRDMIdZ2FVia22cnm6wNJ4R7MHn8uSk li:before{  }
 }@media only screen and (max-width: 763px) { #rIdMHPTE2SPXnmei8s7TcTCZkLcXLNgn { width:20rem;height:5.68359375rem;top:75.1875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#rIdMHPTE2SPXnmei8s7TcTCZkLcXLNgn li:before{  }
 }@media only screen and (max-width: 763px) { #qQACZ5JiuCtmuMFRl2s8ppmDPVXOsmT2 { width:20rem;height:3.41015625rem;top:82.4375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RZKcho65Q8iLIJfKdAcVQDPMh8MyRXqz { width:20rem;height:4.546875rem;top:86.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eLhsq1305IJ9W7C0RDyvD9GAWAztTi9m { width:20rem;height:1.13671875rem;top:93.5625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l8HMzeCr8gmqeJZQen7oM2E5WDAdK7s2 { width:20rem;height:1.13671875rem;top:96.0625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #isgsNdoU48QPaKfTUUJhr8SQ8fiDoTrq { width:20rem;height:12.3046875rem;top:97.8125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#isgsNdoU48QPaKfTUUJhr8SQ8fiDoTrq li:before{  }
 }@media only screen and (max-width: 763px) { #lHhUsSE5NQ3F1NFa1OEGOqxDH6NgGo8t { width:20rem;height:1.13671875rem;top:111.9375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VHG5fmbSJpvLKuGTuNVkrHPQoLgdegEB { width:20rem;height:15.714875rem;top:113.75rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#VHG5fmbSJpvLKuGTuNVkrHPQoLgdegEB li:before{  }
 }@media only screen and (max-width: 763px) { #mIc8mBe7wyBzUvUPocFogQ52F66AmlCI { width:20rem;height:1.13671875rem;top:131.3125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aLwAw7vetTr1qS1NPuczNwAxDDNc7N9C { width:20rem;height:11.4805rem;top:133.125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#aLwAw7vetTr1qS1NPuczNwAxDDNc7N9C li:before{  }
 }@media only screen and (max-width: 763px) { #EtTHXJWZkoomgQPrGmkQXnME8ky3m7PT { width:20rem;height:1.13671875rem;top:146.5625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rNLJSBOdTqL5wiPSJT5znK8JAHEIwLBU { width:20rem;height:5.99609375rem;top:148.25rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#rNLJSBOdTqL5wiPSJT5znK8JAHEIwLBU li:before{  }
 }@media only screen and (max-width: 763px) { #Sv4iETaGpccNK78Md1ATsPGrMxgWWS4Q { width:20rem;height:1.13671875rem;top:156.0625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r3dr4taBml3Wsvpv2gwsxstWSVlilebP { width:20rem;height:21.19925rem;top:157.875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#r3dr4taBml3Wsvpv2gwsxstWSVlilebP li:before{  }
 }@media only screen and (max-width: 763px) { #gzvJIssL4QEV0b27LZUZ1AUL1wMp2bI6 { width:20rem;height:1.13671875rem;top:181.0625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o4LdwrdLO2vJU7DaklwPuJFC5cxlzGf6 { width:20rem;height:7.1328125rem;top:182.6875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#o4LdwrdLO2vJU7DaklwPuJFC5cxlzGf6 li:before{  }
 }@media only screen and (max-width: 763px) { #vGL3heTXhTsymOUGkbE9CNBB5hshVztd { width:20rem;height:1.13671875rem;top:191.6875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u5KmiQreMeObMC0nTIg2FZ1qk0luQwMK { width:20rem;height:8.2695rem;top:193.5rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#u5KmiQreMeObMC0nTIg2FZ1qk0luQwMK li:before{  }
 }@media only screen and (max-width: 763px) { #zcU3OlyLOfCwvz9EyvPV1w7abE3uGBE1 { width:20rem;height:1.13671875rem;top:203.6875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zOv32baBNnkrNxzJwW10FIxh5T5ERHwq { width:20rem;height:7.957rem;top:205.375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#zOv32baBNnkrNxzJwW10FIxh5T5ERHwq li:before{  }
 }@media only screen and (max-width: 763px) { #Mzfnl970ieWiT4Z6Phk0tJD0f5rl4kGI { display:none; }#Mzfnl970ieWiT4Z6Phk0tJD0f5rl4kGI > .row .container { width:20rem;height:0.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UcArvSN03mTiv7EcE4ZC4KgJKWUOxy6s { display:none; }#UcArvSN03mTiv7EcE4ZC4KgJKWUOxy6s > .row .container { width:20rem;height:153.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dOsMqiQqGVd1DOzPTqWWkTd5cxR3d6Vr { display:flex;width:3.125rem;height:3.125rem;top:1.4375rem;left:0rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #IQsIQ2J5iGAA7CEIyOcdND3hQnHpZJTT { width:4.625rem;height:1.1375rem;top:2.431640625rem;left:4.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTTCPveUpEAff9A3M5cWBIkUiLW9bI3T { width:20rem;height:1.4625rem;top:5.26171875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdJR6Jyy8KTTiTEURLQmsTGgUkbvZ3hZ { width:20rem;height:0.0625rem;top:7.72265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dg0JW1aVWA5tVE0rcWH3UVLaNhczv1Me { width:3.125rem;height:3.125rem;top:10.47314453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4iZJM52yJ7tOTRzfkJB27TRcQWmP9x6 { width:16.3125rem;height:2.275rem;top:10.96044921875rem;left:3.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d55dpcT5ir4tK0IeOMkd4vci5KJ4kvB7 { width:20rem;height:4.3875rem;top:14.87158203125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOb8TmhVrkpfPPCzVcZ9UBTkfQBeevN0 { width:20rem;height:39.975rem;top:20.544921875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qssi3dqRI3FpWRvoPLDi4nKIEOeLBDJh { width:20rem;height:0.0625rem;top:61.1806640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDRE9TBkEE0RaWZBZgRVPoi0knqF1Z5M { width:3.125rem;height:3.125rem;top:62.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvoJIQdpkopf9v0kn3CssUvARg0Dtx7c { width:20rem;height:10.725rem;top:75.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fom0FuoDRqX11rTCCZEZ4tvGCBLRFVI5 { width:18.0625rem;height:7.3125rem;top:66.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FH9KquhRi1ta0QbBqbb9uHqFuMVkDrXn { width:14.75rem;height:2.275rem;top:62.9375rem;left:4.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VBWnR3QmkTXexo6z5b0IU9xTEJ1TSB88 { width:20rem;height:0.0625rem;top:87.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tffb2aKN08ugUu2xPlLo8q8C9pgipIlQ { width:20rem;height:0.0625rem;top:115.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2FSNoqmQnWd5yxr9EA5SENANW29zlgb { width:20rem;height:7.8rem;top:106.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DL6sKn3ds7DSXOm1gJGAZTbJTgOXElwU { width:3.125rem;height:3.125rem;top:94rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJ6GOaaDq4lDTrbBRQFHPffu84fNsHJv { width:20rem;height:7.3125rem;top:98.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfxvsEwouvfrZUVCbTMktmVdw7nFRUbA { width:13.25rem;height:2.275rem;top:94.5rem;left:4.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sDisvEImA5x4ZwUJkqvoTopvvJqXdx4l { width:20rem;height:0.0625rem;top:92.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLkBDc97T740tCS82qcU2Heo9qA7Qbso { width:8.875rem;height:1.4625rem;top:89.875rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sndoxNLPPxB7GFW8b11ISZlEJ0ISakNf { display:flex;width:3.125rem;height:3.125rem;top:88.5rem;left:0rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #lm59nZ0cPlppyr32vaT4OTRR4ytvT42p { width:11.3125rem;height:1.1375rem;top:88.75rem;left:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpStodrJMQFMTav67RrKzGWFk9aNimwy { width:20rem;height:0.0625rem;top:145.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVCMxu1dH2tLixf8AHDAWIhJRcQTMG4P { width:20rem;height:21.45rem;top:122.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oILdCJzyeNEf2y5CoORwBE0CVKblU6e4 { width:20rem;height:1.4625rem;top:120.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEOdekGXt1wlyGShznuiaNBitSkxAPeM { width:14.6875rem;height:2.275rem;top:117rem;left:4.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ItNLeix0E6qmJBsvgylbwTfJzT3JCotA { width:6.25rem;height:6.25rem;top:146.43753051757rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eth2EhmitygmpE2SvlKE3qv4DC7LhheN { display:none; }#Eth2EhmitygmpE2SvlKE3qv4DC7LhheN > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WrfS2IU6U1hq8RAW5uQPsyOoSi7FiXBa { width:8.5625rem;height:1.1375rem;top:3.5625rem;left:11.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9ODzmIOcTgb6lAxau0aylctK57vOGqZ { display:flex;width:3.6875rem;height:3.6875rem;top:1.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sOcFpFr2DOpohSs6UFchrQCC5rHBZInK { width:8.5rem;height:2.03125rem;top:2.75rem;left:3.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3v0wupZuckWUc1sq8QGdScghr3dsuwX { width:9.875rem;height:1.1375rem;top:1.6875rem;left:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNueg3NRdhA2VT1S312OJGE4ksSvip0V { display:none; }#vNueg3NRdhA2VT1S312OJGE4ksSvip0V > .row .container { width:20rem;height:106.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #M2aMs2oHXBLlGcuLx3Bb7opbQ0PExz2p { width:3.125rem;height:3.125rem;top:33.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRxzOXgI8s2SOCauSVpz4TuTrZJRbw5s { width:20rem;height:39rem;top:42.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUBIEn5BSKczDpmf7BAvru0shkVG5TgN { width:20rem;height:4.3875rem;top:37.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvCX9ONpfLwbARp4gchTdz1OvIH6kMUX { width:13.25rem;height:2.275rem;top:34.5rem;left:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSHQQi6kn42MmHr9r3TRZ0IpQBpMuMqJ { width:20rem;height:0.0625rem;top:32.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyuvFm0QPu9ouWJ7egpcLfoxNQOgz7Um { width:20rem;height:1.4625rem;top:5.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RV6phTaLw8tiE5dLLSK9FymawefCn6SM { width:13.6875rem;height:3.4125rem;top:1rem;left:4.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p2lFTglPMk9UEo6Idd4orTXx0ZP7fOvv { width:20rem;height:0.0625rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVTKpCxEXZuey9NQyl0iF4L2rVyLNTxI { width:10.4375rem;height:1.1375rem;top:28.75rem;left:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaU6rBx565evLtmAaJHpLvmKS2akHnvP { display:flex;width:3.125rem;height:3.125rem;top:28.4375rem;left:0rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #PTkl7VddPLHMznsCsGHnw1rCOxJibsc9 { width:11.5625rem;height:1.4625rem;top:29.875rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTCzNd0ZfT74fE2TCGkK2qBM6L6yqvKC { width:20rem;height:0.0625rem;top:82.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #st4LJNriUWIL2KPglX3s84pzTToO7xg1 { width:20rem;height:2.925rem;top:20.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyDk23WDcrmPnueoAU4ZRcLkVMKL560Z { width:14.8125rem;height:2.275rem;top:17.11328125rem;left:4.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lLz3Uu61Zxuo76lth5l876dJ9enVU1DA { width:20rem;height:0.0625rem;top:27.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOy6RNOP6klOcof47VeWrxM6PkWG6CAH { width:20rem;height:2.925rem;top:87.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHWydsMsEiQQuzwUUx71wBIrgzGpTFev { width:15.9375rem;height:2.275rem;top:84.4375rem;left:4.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EIIhQTiQPksFxEyIzdUhU0trBGNDrtKJ { width:20rem;height:0.0625rem;top:105.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ob2EeuqVbrowozTATvpP4gZfveJeHwRt { width:20rem;height:7.8rem;top:7.125rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NDk5Z43spehmoaC1ahf73A4IEaDfSizJ { width:20rem;height:12.675rem;top:91.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKPV3BJWXhQKmsKwXZV0v85vKaMr6v8F { width:3.125rem;height:3.125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #igmzS3WAUQKIc1PfzHJK5qvixhvkkTZP { width:3.125rem;height:3.125rem;top:83.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKVWaJgB1XKhIDEdLhTyH5qQiaQ3iEhL { width:20rem;height:2.925rem;top:23.5625rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lllBZSieyQ8RylsTpOod9QhZ84k8XlcC { width:3.125rem;height:3.125rem;top:16.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzMo61mPcasApwX7Dhb5lSJCFph7tHZI { display:none; }#gzMo61mPcasApwX7Dhb5lSJCFph7tHZI > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PSsmaKamFHzCTQTgqITHyIfN9UdrtcE5 { width:8.5625rem;height:2.275rem;top:2.0498046875rem;left:11.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsrJqbFPnwgF2yddwdGnkxdWhNdKBbt0 { display:flex;width:3.6875rem;height:3.6875rem;top:1.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IzAGEMh8IJXMQQNExROmw0wryu5yXWhA { width:8.5rem;height:2.03125rem;top:2.75rem;left:3.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvgvE58qWGJTVMJ121kTdTB8RLqyS7VW { width:9.875rem;height:1.1375rem;top:1.6875rem;left:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8RofKJEGD0Kok3hRobSqROc3hZh1m6X { display:none; }#g8RofKJEGD0Kok3hRobSqROc3hZh1m6X > .row .container { width:20rem;height:51.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kQTgstVLNT1PWIrwiEDkXexc8fpAJL8k { width:20rem;height:1.4625rem;top:4.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzWwwA6DXmwNCbmDGqL2XUfdOnk28KP4 { width:13.6875rem;height:1.1375rem;top:1.5rem;left:3.15625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Vo3lCBFr0idwh3fKc7fl0ULr7IEczzeK { width:20rem;height:0.0625rem;top:15.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhmk1ssU7xMXOsT3Xw6ecTQGDhUNoaaU { display:flex;width:3.125rem;height:3.125rem;top:0.89892578125rem;left:0rem;opacity:1;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #mVa3XtwKbt2kdvpSKUSCq9EF24K2CsNc { width:14.9375rem;height:1.95rem;top:7.4375rem;left:4.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HucKJdcFlrzfefc6hLhL5hI4Z9IfQO2W { width:3.125rem;height:3.125rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #me0xGn9tGhaJ7oiZhzN77r2QxunsdJFF { width:3.125rem;height:3.125rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7qziuKC1gyr5XqUwHrRNlO5Hy2hquWu { width:11.0625rem;height:1.95rem;top:11.3125rem;left:4.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k74IPqrT9c6vuLNBsJpkLcwLZlB1TrdJ { width:20rem;height:1.4625rem;top:20.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HplQS9daRLWtRS5R01BTsd8yUBThkOUv { width:11rem;height:2.275rem;top:16.75rem;left:4.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Itq2rHbgbI4Wr8cCgdCbSChnQZSwu43U { display:flex;width:3.125rem;height:3.125rem;top:16.3125rem;left:0rem;opacity:1;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #WD0MELWiqi65ECKBTdMEF3sppSGsDX34 { width:20rem;height:0.0625rem;top:22.46142578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgEJq6hhc7mZTGHEBAoG636AixmhI36Q { width:20rem;height:0.0625rem;top:35.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5V3QTn0PdiHr964ByUglSp6SQTJKomF { width:20rem;height:5.85rem;top:27.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCOzKiffgOGJB38qefRCPwkJVEkVpuWT { display:flex;width:3.125rem;height:3.125rem;top:23.875rem;left:0rem;opacity:1;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #sg8txZQNxu1ZxMfwcMwiJi8V6uTTutL4 { width:11.75rem;height:2.275rem;top:24.2998046875rem;left:4.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yGliMTcemaKAuv2DX4STvv4TQBnuumb9 { width:20rem;height:0.0625rem;top:48.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeNfROozdarcUg02IoNqw7SQtlJKm7IT { width:20rem;height:5.85rem;top:40.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTD8GqiBN6KJmd5kgyBgmqw9WFxRQnCI { display:flex;width:3.125rem;height:3.125rem;top:36.75rem;left:0rem;opacity:1;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #IuJ0N9ndszMhpa1MRZPESbyHb31L1wlX { width:12.1875rem;height:2.275rem;top:37.1748046875rem;left:3.90625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DSE8unFFcqOuEJzcqqTP8BDGLNC08GxS { display:none; }#DSE8unFFcqOuEJzcqqTP8BDGLNC08GxS > .row .container { width:20rem;height:5.593182421875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CoSlVTKKkPXewhz6UVUVHEL7OB2FymsT { width:14.25rem;height:1.1375rem;top:1.4375rem;left:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNJFP4XqJOizrZdKtk69HxzStU7v9D1V { width:12.9375rem;height:2.03125rem;top:2.5625rem;left:3.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GenxJcWVvvAQ74gObhzoUk28Lc6ERx5R { width:6.5625rem;height:4.55rem;top:1.0439453125rem;left:13.4375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #XvTFIO5lpD52LHwVWvpgxlStDmwAamhT { display:flex;width:3.6875rem;height:3.6875rem;top:0.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nN5Bnd2A9rOVcXSLxxTW2TniGzm8VrCB { display:none; }#nN5Bnd2A9rOVcXSLxxTW2TniGzm8VrCB > .row .container { width:20rem;height:70.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dcvhtr4hQTRf1OvvRv7TcmPJitnBVpHR { display:flex;width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem;opacity:1;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #lcqH5TOlcq7BQdsSWKb7KVbHU9OZq2up { width:20rem;height:0.0625rem;top:12.18456875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDouynRey3QDyTZGHTE9oT2bp7hZ6JKE { width:20rem;height:5.85rem;top:20.9462875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D4hKSvQeqwXTlFWcU9aEinx7qnH2v7rp { width:12.9375rem;height:1.95rem;top:32.125rem;left:3.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WcFyWiFqpA6L9XTyWTfpDNtQoXTvksBN { width:15.5625rem;height:1.1375rem;top:14.18359375rem;left:2.21875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gFEuoUNkAOwcVTFSmxTUGlFsCdD1mJDd { width:5.6875rem;height:1.1375rem;top:5.625rem;left:7.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rRBR9WTTQhgwf353ybREdhrVKv8XB7pI { width:20rem;height:2.925rem;top:8.01171875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DQSuouzUf6dQ7Di6v3LiLQJvOB1Q5RsB { width:3.125rem;height:3.125rem;top:35.3125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQth46goxzZTuCMcR7WrLAuGGPRATvdn { width:20rem;height:0.0625rem;top:44rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAdxPu43RhybfflWMHFsSI94LFWnakL6 { display:flex;width:3.125rem;height:3.125rem;top:45.3125rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #FHxgpLVGxvr97XmlFOKJCJfTUdHZM4Xe { width:20rem;height:0.0625rem;top:57.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3TvRXR254hkMlIZpscG2aTn5L9d2UdI { width:9.25rem;height:1.1375rem;top:49.6875rem;left:5.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IbXvgh9vmik5pTQDOsRZnlpO6CfF60iU { width:7.75rem;height:4.3875rem;top:52.0625rem;left:6.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nopLDmxa7g0lVRfTHMHSdsDQgs56UWWU { width:20rem;height:0.0625rem;top:69.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fuh614H2mZRT6S77kxDhgUwV9B5kZZR1 { width:13.3125rem;height:2.925rem;top:65.8125rem;left:3.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VgNIOxGLl8wTpPTQ5R9HiebQgHQcVLB1 { display:flex;width:3.125rem;height:3.125rem;top:59rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #dfX5kZkyRS5ivGCa96I46BwSGU48803T { width:6rem;height:1.1375rem;top:63.375rem;left:7rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XiBgAtTCcFV941kidpLExTSGznxDubku { width:3.125rem;height:3.125rem;top:27.625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIaot6FIDw1q5R4yiGld3VO6woHh2MkI { display:flex;width:3.125rem;height:3.125rem;top:16.5712875rem;left:8.4375rem;opacity:1;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #lCveZP2F9BUulrgqESnW0BkgQgq1zvJf { width:14.9375rem;height:1.95rem;top:39.8125rem;left:2.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p31cb6NBriz8VTAgG2JgzkVMyvTgAwyM { width:14.9375rem;height:0.975rem;top:42.606250762939rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #STgHSed0WZgw5HeMhzEDLCIvHpeEXBKu { display:none; }#STgHSed0WZgw5HeMhzEDLCIvHpeEXBKu > .row .container { width:20rem;height:131.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nfkPr9o5uIDapOiwFuMGZKSZ3nvSFU0F { width:8.5625rem;height:1.1375rem;top:3.5625rem;left:11.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDOzNcvNpAW8puQ71DKfqg1SVc68DTNU { display:flex;width:3.6875rem;height:3.6875rem;top:1.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #G9OGPNXLQy9MtmUKZArcIlJD4eos4nNS { width:8.5rem;height:2.03125rem;top:2.75rem;left:3.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeh8l985Ey389QJ5eo15yk3wody4eTN3 { width:9.875rem;height:1.1375rem;top:1.6875rem;left:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qs5ACGbxFAfC3UJ6sszT7zHMk6o8TDVc { width:20rem;height:0.0625rem;top:131.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvSXb5c0r15puWOv0CrgaGZZ3ggw4I7K { display:none; }#gvSXb5c0r15puWOv0CrgaGZZ3ggw4I7K > .row .container { width:20rem;height:87.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dA5XHfGizvKIxgTXLGgIc8iLZSLIl4Dv { width:20rem;height:4.3875rem;top:4.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8UWvlTEylsDKT5DciLvT8cMs1WCZRdi { width:12.875rem;height:3.4125rem;top:1.25rem;left:3.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yC3wHIwOqyn7mvuF6oTOBtpRtQURo0CJ { width:20rem;height:0.0625rem;top:22.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmruQsIJIuI68GAsOecoxC4sJd0klAyw { width:20rem;height:0.0625rem;top:65rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mt6pJUiaUdv0n8G2xN7NiN7nsaX4LQyk { width:20rem;height:0.0625rem;top:44.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuKQMHBUFTNCDJrFCfepTMhGzDARoSv9 { width:20rem;height:2.925rem;top:27.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XamXnPTq7fL0efSg23cInUpt5sZvrrck { width:15.6875rem;height:2.275rem;top:24rem;left:3.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CB1eMCeb5qUJOaCE5Euz4iRQ5TLw9gZa { width:9.1875rem;height:1.4625rem;top:62.4375rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOXsT4ao7oKDr7MPfTVdEpxKLyyNSRTy { width:9.8125rem;height:1.1375rem;top:61.3125rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcyZkCpxAupO73hTwA8H3xbcldTiPHRz { display:flex;width:3.125rem;height:3.125rem;top:61.0625rem;left:0rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #UabQ87pcBrMTAAexuXF05ykN5Mwubc0f { width:20rem;height:0.0625rem;top:86.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzTEwIuF1Aplkdi1vJDJP0mobICxDPxf { width:20rem;height:4.3875rem;top:70.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ds9cycCiilREznBuPmGFILmXaOy5A0K0 { width:14.75rem;height:2.275rem;top:67rem;left:3.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AmKBNpd22yBXHFmClz6Rfy63ArkVp39L { width:20rem;height:0.0625rem;top:59.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnBF0nqfZginMMfnWwdVB6sTukh9CWhs { width:20rem;height:2.925rem;top:49.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwHBcIv6FbDgInJCC0Mnt5sUonvzmPhL { width:15.8125rem;height:2.275rem;top:45.75rem;left:3.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HdgZ1KZlCLxvMXQZAOQB4LwpAJupCBh5 { width:20rem;height:11.7rem;top:10.08642578125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WseGCDHFXlOaskR3PbnrQVIPpsCJPMn5 { width:20rem;height:11.7rem;top:31.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNNVESOPhHPIDnwmzBT4BLQyxHdt6Mu2 { width:20rem;height:5.85rem;top:52.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRJGUqeTQNqlS4I3A6lnizTfi7NQ6OPO { width:20rem;height:8.775rem;top:76.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2Jx7w9yRvtKEgcC1mA239f3POVn9Du5 { width:3.125rem;height:3.125rem;top:23.51171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpR92UPiiQIThLIg1N7WurmmuP4KPWXH { width:3.125rem;height:3.125rem;top:66.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMlXtSEfTruH3sVhnccbOTTPPRloKBd4 { width:3.125rem;height:3.125rem;top:1.330078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3TgRakOT1cTDPrUyeWo5aFGEoTDky20 { width:3.125rem;height:3.125rem;top:45.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4MXzbxU9rJfKl2t1ktbax8wpUf3KPCf { display:none; }#e4MXzbxU9rJfKl2t1ktbax8wpUf3KPCf > .row .container { width:20rem;height:8.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PyCb5Zhs3gJ1CEWcIyuUvs2BMTo4aCWT { width:15.9375rem;height:6.09375rem;top:2.1875rem;left:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7ao16BDLT1Hysw6GqQckQIqpsLTakWX { display:none; }#y7ao16BDLT1Hysw6GqQckQIqpsLTakWX > .row .container { width:20rem;height:28.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #W9pZWQ5zihgWDuyp2wMZOfCBTv2vqTPO { width:20rem;height:6.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLTMn8i0GNUMgpe58fbQ8rLfPBiBDI2C { display:block; }
 }@media only screen and (max-width: 763px) { #goqZ4l85J0NoaXVeM8QRMXX8tKUTN8ks { width:20rem;height:6.875rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDiGaxbPIP7tUKT0KOnf3TddCmWVM3o8 { display:block; }
 }@media only screen and (max-width: 763px) { #WNAH0Lozb8P42LXwsLNAAtH6E2BJf0dn { width:20rem;height:6.875rem;top:18rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pe4zAlZTJfB2SnyLQn0UpqwI2zsQJEKM { display:block; }
 }@media only screen and (max-width: 763px) { #Ok85qOhRO2nq55HSxvmzXZ5EqO5e95D9 { display:block; }#Ok85qOhRO2nq55HSxvmzXZ5EqO5e95D9 > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rOzTf4DaApO7wCv7k8hUAKTUfuLgHx4v { width:20rem;height:2.03125rem;top:1.8593816757202rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UokCg2Ts7ovwXT650TwAQfNSRmfBT3uq { display:block; }#UokCg2Ts7ovwXT650TwAQfNSRmfBT3uq > .row .container { width:20rem;height:72.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #unhDToJ4ZDo5aZvZmRg9eZp8PgiGV72M { width:11.3743125rem;height:1.1375rem;top:9.886375rem;left:4.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lezmcaz5VRcybOti3r0gVf3q9CIzBqv1 { width:15.68675rem;height:1.4625rem;top:11.022656440735rem;left:2.1562499403954rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F8TQNSh8WXIu4rlFSQweRmPopF6vt6Ez { width:15.68675rem;height:1.4625rem;top:24.757814407349rem;left:2.1562499403954rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Df4sgeFJswUHDhzFI007lfBNLv7AyvMo { width:11.3743125rem;height:1.1375rem;top:23.62129375rem;left:4.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #muPw76FUT4GcMvrFWTnTcEZUFEp0P7o3 { width:7.386363625rem;height:7.386363625rem;top:1.25rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1lqAOPGT0kUc9f2x9BokiZOJZp9cFkq { display:block; }
 }@media only screen and (max-width: 763px) { #Gq9TLGJmwZyHD5WJql4cad9WJbK23oVe { width:15.625rem;height:1.4625rem;top:39.3125rem;left:2.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZXwGL0xmXd2gOeWnIFdI8tvxzsdeZUT1 { width:11.312125rem;height:1.1375rem;top:38.1875rem;left:4.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SpXQeKpaNneHdoRrn1BlTstn1rERF5mc { width:7.25rem;height:7.25rem;top:29.75rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMWNylP4M4XEOo92AyDnp2h2MlXvVRWk { display:block; }
 }@media only screen and (max-width: 763px) { #qtPkwmyeloaOEhl7Zt75PnzOBkLKfJvb { width:7.25rem;height:7.25rem;top:15.053266644478rem;left:6.374289393425rem;display:block; }
 }@media only screen and (max-width: 763px) { #bphw8TLoiU0KtyMfkOl9lG4yvnxacaqv { display:block; }
 }@media only screen and (max-width: 763px) { #UZPBihqkcK9g7xAyUXxIQO3F36MnkOhZ { width:7.1875rem;height:7.1875rem;top:43.5234375rem;left:6.40625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a9a354d0-2b0d-47c7-9a11-c7e7a33d47ec/IMG_7884.JPEG");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#UZPBihqkcK9g7xAyUXxIQO3F36MnkOhZ.adaptive-delivery-prevent-bg, #UZPBihqkcK9g7xAyUXxIQO3F36MnkOhZ.lazyload, #UZPBihqkcK9g7xAyUXxIQO3F36MnkOhZ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #CCd7wktZgb4WtFKPbuEsdVXgxzl68xsl { display:block; }
 }@media only screen and (max-width: 763px) { #c0AGyQPTrH9TIV2Z2TDcVDkW7I553QtH { width:11.375rem;height:1.13671875rem;top:52.3372375rem;left:4.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrhH9e5Rxh29oeQJaaXuJ10FE9fmnTaT { width:16.375rem;height:1.4622375rem;top:53.473960876465rem;left:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHa0DM3xa74bRubfCPi2FU2aeDPA1zB3 { width:7.20833375rem;height:7.20833375rem;top:57.75rem;left:6.3932294845581rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #I6MC0exMm2tKmgrT0T62owIvOfLv6x7H { display:block; }
 }@media only screen and (max-width: 763px) { #heqozzuexEtCuzJDQEES6IPMbrT2DUHO { width:11.3736875rem;height:1.13671875rem;top:66.563802719119rem;left:4.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #OPciIQD1CZF4va3xHAKdaI4DP6FJruKi { width:15.6861875rem;height:1.4622375rem;top:67.700521469119rem;left:2.15625rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #dgcJGszBVMkQVFeTtBVD0ALKyr8B6gZI { display:block; }#dgcJGszBVMkQVFeTtBVD0ALKyr8B6gZI > .row .container { width:20rem;height:57.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZH3fWVbUD6OAGK7i5h3NnhR61WasbV21 { width:11.375rem;height:1.1375rem;top:10.8125rem;left:4.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSEDrQBx5NguqFFRrQbAc5JXuKuRyHXC { width:15.6875rem;height:1.4625rem;top:11.9375rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiHsLUABvt2mgzl9pa8WyyMuKE0HFgvv { width:15.6875rem;height:1.4625rem;top:26.5625rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqMtVNMDX8J4AVnQPtw5ywEfe03SPlyk { width:11.375rem;height:1.1375rem;top:25.4375rem;left:4.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDfLDQgxQTehdu53ekPwG3DbqtSAk4cL { width:15.6875rem;height:1.4625rem;top:41.0625rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRvIMJamsmyaxcB4pKIlkZTpxT1TTa0B { width:11.375rem;height:1.1375rem;top:39.9375rem;left:4.5rem;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hqeQox9tJycuyIn4wTMfpayxNa5lAZc5 { width:7.25rem;height:7.25rem;top:1.75rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaMJCTbylBvXBrdkUVJJqIGCqM9pmoki { display:block; }
 }@media only screen and (max-width: 763px) { #zNJSaohsURhRLv5XzvcALuTTwSOAx51q { width:7.25rem;height:7.25rem;top:16.6875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X60UXoTPCcFfZw0WMehpQluuNfaTFzfV { display:block; }
 }@media only screen and (max-width: 763px) { #pJaPeAxn5miUJGoevMQTRKTgXk99Qx3v { width:7.25rem;height:7.25rem;top:30.6875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8eWxeLnAaCG89uCBJGhTIWpfF7G2V3f { display:block; }
 }@media only screen and (max-width: 763px) { #bATGEfhtDXXR9xSzQ4GkZAlrSwdFuI0b { width:7.25rem;height:7.25rem;top:44.25rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BA6Eea5H9Tq350Pe5pLKOylAiFnPTGJ7 { display:block; }
 }@media only screen and (max-width: 763px) { #Tow3TOqsMbVAB9m30QoVrSw2FdQafFHh { width:11.3743125rem;height:0;top:53.375rem;left:4.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #EB52UBe6f3aN6QpN1uptvNzkEGntAufL { width:15.68675rem;height:0;top:54.5rem;left:2.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fLXGCcnn3kwH0vOUiJgU3CMIWyn4rVrp { width:7.20833375rem;height:7.20833375rem;top:45.749919891358rem;left:6.375rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #gSq1Bouk1vonCelo1WRxEuPEknDkCPU4 { display:block; }
 }@media only screen and (max-width: 763px) { #bGM2tvdVcCwn8b1NUVVP1PnSTuOytkCQ { width:11.375rem;height:1.13671875rem;top:54.126304626465rem;left:4.3125rem;font-size:0.875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #g8OmfbCFGTXEMSgZMTcg3J3Rdrw1zBrV { width:15.6875rem;height:1.4622375rem;top:55.263023376465rem;left:2.15625rem;font-size:1.125rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #fIRiRcrmBvybvdQLVOFbB8okNlQtDsmr { display:block; }#fIRiRcrmBvybvdQLVOFbB8okNlQtDsmr > .row .container { width:20rem;height:57.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NWT47ogT8FyMnS8Fyd4CLiBykVPZnHUg { width:7.386363625rem;height:7.386363625rem;top:16.375rem;left:6.25rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/efe226b0-8086-4cba-a6c3-53d09c4e4b33/noroot.crop_532x534_0,0");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#NWT47ogT8FyMnS8Fyd4CLiBykVPZnHUg.adaptive-delivery-prevent-bg, #NWT47ogT8FyMnS8Fyd4CLiBykVPZnHUg.lazyload, #NWT47ogT8FyMnS8Fyd4CLiBykVPZnHUg.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #u5E7gK5IdRguQEf3kFapdJQT0QdOUbgp { display:block; }
 }@media only screen and (max-width: 763px) { #PqLiUO36tkR9Jcnh4xHZ8MUlp5pS2f7k { width:11.3743125rem;height:1.13671875rem;top:25.4375rem;left:4.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XSqOkdXnhWVMm2b3kUqyxS7zLZPxklHW { width:15.68625rem;height:1.4622375rem;top:26.5rem;left:2.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LBUcTWJiIqotlL6ahlCThM8OIrI36nyO { width:7.25rem;height:7.25rem;top:2.3125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzWIFJLWG1iTg2ciT0CV06aGKR0kCtEm { display:block; }
 }@media only screen and (max-width: 763px) { #tiF02FQceWX2PWTxTfFTR6xxIhguQoeM { width:11.31125rem;height:1.13671875rem;top:10.9375rem;left:4.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnFxCfUHSNHkAkznswPk5hHf1Bavr268 { width:15.625rem;height:1.4622375rem;top:12rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioUFlT6GxFZKsUQQmHLkGNTiwhSQJKn4 { width:7.25rem;height:7.25rem;top:30.8125rem;left:6.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3ba97e80-f618-4774-a791-da7203829b2f/noroot.crop_267x266_56,0");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ioUFlT6GxFZKsUQQmHLkGNTiwhSQJKn4.adaptive-delivery-prevent-bg, #ioUFlT6GxFZKsUQQmHLkGNTiwhSQJKn4.lazyload, #ioUFlT6GxFZKsUQQmHLkGNTiwhSQJKn4.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #LFFr4OwCTaQPJptiHKJ00hWZPJKbt3G9 { display:block; }
 }@media only screen and (max-width: 763px) { #fEdTzH2Ri9fZGocc48sGkuMEB3IBevoA { width:11.310375rem;height:1.13671875rem;top:39.3125rem;left:4.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lElatZmnWxdMDuaOdeTyi7LeBSRMoIMh { width:15.625rem;height:1.4622375rem;top:40.4375rem;left:2.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z2wWEsKnm6b63u3CTJH8gBxkCuakuUTe { width:7.25rem;height:7.25rem;top:44.8125rem;left:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UBPtZOyNHPX6reOyA5BTUfQGAe06KQ7o { display:block; }
 }@media only screen and (max-width: 763px) { #GFJ61seDrIPFQnvAE3gHiGyxy162Q8IL { width:11.375rem;height:0;top:53.75rem;left:4.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZMTDN7b35g2BwTHAi7PLt7ksMm4uh8MC { width:15.6875rem;height:0;top:54.875rem;left:2.1875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mc0cD1vfS6EmFXN75q2ohWnLkJ4QpwtW { width:7.20833375rem;height:7.20833375rem;top:44.635416984558rem;left:6.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6a68f8dc-e5f6-43d2-a287-4be858e84dcb/KrzysztofNowosielski.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15027;display:block; }#mc0cD1vfS6EmFXN75q2ohWnLkJ4QpwtW.adaptive-delivery-prevent-bg, #mc0cD1vfS6EmFXN75q2ohWnLkJ4QpwtW.lazyload, #mc0cD1vfS6EmFXN75q2ohWnLkJ4QpwtW.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #OPVB2H3ZHZp5WQDJSTsXLvVUronroSBt { display:block; }
 }@media only screen and (max-width: 763px) { #Ax0doSa6WQAv1zfXQID0xdlTOush2yB1 { width:11.3111875rem;height:1.13671875rem;top:53.376303672791rem;left:4.3411459922791rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #D48lzN4W7RTJUbUXHztm5AoFELDPnw9t { width:15.625rem;height:1.4622375rem;top:54.513022422791rem;left:2.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #TACSrq1ipBacTay45rQfTo3dh6NLBTkk { display:block; }#TACSrq1ipBacTay45rQfTo3dh6NLBTkk > .row .container { width:20rem;height:58.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XCTIhZv98TL2SQXTcG65SEHDs9X2KlPE { width:11.375rem;height:1.1375rem;top:10.5625rem;left:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R96PTsiPyhDBr5Luk9a9FiZAwN3wm4bi { width:15.6875rem;height:1.4625rem;top:11.6875rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKv5h3HGaiOfP0bBqG4BHbC2AwUrXiqU { width:7.25rem;height:7.25rem;top:1.9375rem;left:6.2500001788137rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmqAeUfiCGZ0T5SpItALfSSLeNDBiVT7 { display:block; }
 }@media only screen and (max-width: 763px) { #F1iiptCwuMnKIMe7Z0GGfsNKd73Dq64e { width:7.25rem;height:7.25rem;top:16.125rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJ4stkvTu7xnEMSO5G2T3qwe8mfmzbOF { display:block; }
 }@media only screen and (max-width: 763px) { #vAO7QUXPHF7B57AuA2Kn3TiTpDkQeuT4 { width:15.6875rem;height:2.92448125rem;top:25.875rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #daKZXU9SeXdRckrP5x2bmN7JEQ9GGC4u { width:11.375rem;height:1.13671875rem;top:24.75rem;left:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcfiTb18BnPWnwViHAiFK6uk4EU5hUcQ { width:7.25rem;height:7.25rem;top:43.797063827514rem;left:6.374289393425rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6a68f8dc-e5f6-43d2-a287-4be858e84dcb/KrzysztofNowosielski.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#rcfiTb18BnPWnwViHAiFK6uk4EU5hUcQ.adaptive-delivery-prevent-bg, #rcfiTb18BnPWnwViHAiFK6uk4EU5hUcQ.lazyload, #rcfiTb18BnPWnwViHAiFK6uk4EU5hUcQ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #EAw7UFxXcvzmLck7rRiMamTD30AZFMXB { display:block; }
 }@media only screen and (max-width: 763px) { #Ks3d4klXT5lguEWCWTI96oFtpdfJ4ioB { width:11.31125rem;height:0;top:52.625rem;left:4.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #w5GyVM1GmqRIOlaNNcQm1e8SxmlFL6P5 { width:15.625rem;height:0;top:53.6875rem;left:2.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #RSpe0Sh1RDgXWLWK0XHfRpC2sQp5V016 { width:7.1875rem;height:7.1875rem;top:31.6875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sReuclEHt6lIOfTQta9rOtKE1JTHkO3K { display:block; }
 }@media only screen and (max-width: 763px) { #Qr3PawcsJ1VW8QoJc1POUpIJGgziWvar { width:11.375rem;height:1.13671875rem;top:40rem;left:4.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qp866nJTyXcFaMRfnTi74qTM36Io9MkT { width:15.6875rem;height:1.4622375rem;top:41.3125rem;left:2.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SNBu1OZvXzWP75O88KvnwBe8FkqmgDqf { width:7.20833375rem;height:7.20833375rem;top:45.6875rem;left:6.375rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #hZuo9oDEzg1SeFT93XOzSihkEWbcaRRR { display:block; }
 }@media only screen and (max-width: 763px) { #cz4RacbCm7cTgH1qvowCJmC44fb8hdMs { width:11.375rem;height:1.13671875rem;top:54.3125rem;left:4.3125rem;font-size:0.875rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #Ga4Gz4rW7mbnEBlQE0dtanRTBOb7ZVPZ { width:15.6875rem;height:1.4622375rem;top:55.4375rem;left:2.1875rem;font-size:1.125rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #LHvl2Z8CIhoInrF3XGQQh7DibEoQBC68 { display:block; }#LHvl2Z8CIhoInrF3XGQQh7DibEoQBC68 > .row .container { width:20rem;height:43.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ygqmg9e2VG9ESXu82bVS00DU7ZibKz42 { width:15.6875rem;height:1.4622375rem;top:25.125rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #feL4qOvdWEhRqFhe1nSECPWZx4gA6X2v { width:11.375rem;height:1.13671875rem;top:24rem;left:4.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pk7sCiioDQdUurovKoucka514oGCwLxL { width:7.25rem;height:7.25rem;top:15.5rem;left:6.4375rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/76e84c01-d917-46e0-8e5a-9c6802fa5254/noroot.crop_530x507_61,0");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Pk7sCiioDQdUurovKoucka514oGCwLxL.adaptive-delivery-prevent-bg, #Pk7sCiioDQdUurovKoucka514oGCwLxL.lazyload, #Pk7sCiioDQdUurovKoucka514oGCwLxL.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #mWrAwVcu3Ipvum4yPAqrCpTRefpyTv9x { display:block; }
 }@media only screen and (max-width: 763px) { #pARU380TWzMLOMtHgSxXoCshS8BuWBM0 { width:7.20833375rem;height:7.20833375rem;top:28.937500953674rem;left:6.3932294845581rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iwl8kaR4vl7GNxZHUZOm5elM0TeEDEcC { display:block; }
 }@media only screen and (max-width: 763px) { #a8xVTHAwDM6zBRwvBwIV8zH9qZMu7ZRl { width:11.375rem;height:1.13671875rem;top:37.5625rem;left:4.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5MzwBoSX7AwXmVohkp27gteux9vpOhp { width:15.6875rem;height:1.4622375rem;top:38.6875rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMWb0kFT190qKDSyZThi8OlxDSVcMQBT { width:7.25rem;height:7.25rem;top:16.8125rem;left:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CSTNRlwUVKOJGn8CPeDbMeUDlrIugoMD { display:block; }
 }@media only screen and (max-width: 763px) { #fQcBKSGbS2xOV4NTArwk1rdx7AAH8LVh { width:7.5rem;height:7.5rem;top:1.75rem;left:6.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/2d2ced77-d9f6-41bd-8807-618d89c8ca28/noroot.crop_557x559_0,0");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#fQcBKSGbS2xOV4NTArwk1rdx7AAH8LVh.adaptive-delivery-prevent-bg, #fQcBKSGbS2xOV4NTArwk1rdx7AAH8LVh.lazyload, #fQcBKSGbS2xOV4NTArwk1rdx7AAH8LVh.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ZHOUQ385laZWlQfFq8ftFmhPP1uCCQtu { display:block; }
 }@media only screen and (max-width: 763px) { #TP4az7B1D1bMR4lhERw1yTOurvA9Gy0M { width:11.375rem;height:0;top:25.25rem;left:4.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CETugBKkVaEaPCJDLNhcdWBsdddlR6XK { width:11.375rem;height:1.13671875rem;top:10.75rem;left:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIFL9snVB5i3fNDmyXxmQTsDLOgHlp4l { width:15.6875rem;height:0;top:36.562419891358rem;left:2.15625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JIFEp8bVnF1KkvS2txV0ETOvfQH0DDRf { width:15.6875rem;height:1.4622375rem;top:11.875rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeNmdyEO9L3Fm0xXBSyXBf4aiBvRy0gL { display:none; }#EeNmdyEO9L3Fm0xXBSyXBf4aiBvRy0gL > .row .container { width:20rem;height:56.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #K8O62oTIdz6d9DT4clLaSBzk1mXIMizO { width:15.6875rem;height:1.4625rem;top:39.375rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2gSTINQA3dxLQdcRc1I0ySdBdTqhP1J { width:11.375rem;height:1.1375rem;top:38.25rem;left:4.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzIw4hh6oEr2tMX6TayWq7faXI2oaLTw { width:15.6875rem;height:1.4625rem;top:53.375rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOTL9uXve7cSL1Xa9DVFcLbqi9lJN1cI { width:11.375rem;height:1.1375rem;top:52.25rem;left:4.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGhhZC7Q2bPXpM8RLhZDREAWQukurOfc { width:9.375rem;height:9.375rem;top:28.3125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiqIUxXrXAdu8IfkGc6rNDuVdXRXls6V { display:block; }
 }@media only screen and (max-width: 763px) { #efdL3sGr0uExVrwnBlagu6fhEBX5Q1Wu { width:9.375rem;height:9.375rem;top:42.375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C11ecHEycehHB1lsafqcaJZgKIt2Q2X6 { display:block; }
 }@media only screen and (max-width: 763px) { #aNvikMUTrr1sQyTQR0EmFkdETvG3BOE7 { width:18.875rem;height:1.4625rem;top:11.375rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDcUFO2zVIybHMvvhKefqGUh0Wv5Ktrz { width:11.375rem;height:1.1375rem;top:10.25rem;left:4.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sehCtUuxDFUU0Bd6SKp5VOAtez5S7U8a { width:9.375rem;height:9.375rem;top:0.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkskLJChJBgGoRiiJTQlcDDv5QELO6Jk { display:block; }
 }@media only screen and (max-width: 763px) { #EZTpu28AcTK3TUUlCu0Nnx4vtTxE7MT7 { width:9.375rem;height:9.375rem;top:0.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSpR74PxE4IVtEx3nMz6cAA2b7sRTTJG { display:block; }
 }@media only screen and (max-width: 763px) { #KUJ2gZL2eeQLT9dP6iw6keTf24mKCAZD { width:11.375rem;height:1.1375rem;top:10.75rem;left:4.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VciVgTlddPSHNIBwPXlWb4clw2ny0Ov7 { width:15.6875rem;height:1.4625rem;top:11.875rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9PJxR9q3r69gpciIwVx2r8wy6P9bQb4 { display:none; }#q9PJxR9q3r69gpciIwVx2r8wy6P9bQb4 > .row .container { width:20rem;height:41.9622375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VLMRZ1h7BKMGW1fJ0h81ILos1lt26Tq2 { width:15.6875rem;height:1.4625rem;top:25.3125rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cnm2MfMl0Kw6uarsz1m0mqtWQS51WQRb { width:11.375rem;height:1.1375rem;top:24.1875rem;left:4.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZKi4CW6bJvJG6s15IIhkzQkKXwiWAh4 { width:9.375rem;height:9.375rem;top:14.3125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5W2cF3kInOHcy6eGUM8VgxzD0FrlDLL { display:block; }
 }@media only screen and (max-width: 763px) { #dm7PvWfl8EoDmZhkRwaZ8THeQSHdFTi7 { width:7.5rem;height:7.5rem;top:30.37499961257rem;left:6.2500001788137rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlQOarzHrUnHKpQKB1tHm8cHGd04SoXU { display:block; }
 }@media only screen and (max-width: 763px) { #Jd3xg7xKiDlpdDxcoWeVsZq8L6KbWI4l { width:11.375rem;height:1.1375rem;top:39.375rem;left:4.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmS3gVCi5eae69N1qKUMm93Aew59NGio { width:15.6875rem;height:1.4625rem;top:40.5rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNOOoWAQVw6BXuTb3H1RuEZgmTKPKQS7 { display:none; }#FNOOoWAQVw6BXuTb3H1RuEZgmTKPKQS7 > .row .container { width:20rem;height:16.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NHPmehMou9a76Vaa27mTlkheniQ5JuKZ { height:11.225540679712rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDxJeyFnPovdO8uUdeDypOJgFVtMnsC6 { display:block; }#nDxJeyFnPovdO8uUdeDypOJgFVtMnsC6 > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qIv6WN9Lcwv8unC3d6m3Wtro3IGJyc43 { width:20rem;height:4.0625rem;top:1.59375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlnVr8von85tuVua1IRBB7plheBvMETg { display:block; }#JlnVr8von85tuVua1IRBB7plheBvMETg > .row .container { width:20rem;height:60.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DmWzrZ7JJqtmPTGGimiR0wS0T2rxXIhb { width:18.3125rem;height:13.625rem;top:1.25rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwroPXFSKu88hPMo3eGxtl8uVVfthQaw { width:18.3125rem;height:13.625rem;top:16.125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfAG0Ro5tlPFq90AEx1qTVQgilJqs6cS { width:18.3125rem;height:13.625rem;top:31rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DATJBwr5meZds6aWVRW9E9b0v84gZGT4 { width:18.3125rem;height:13.625rem;top:45.875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PM9nWvwobN3aP6EcLUfuchahb6ewP3F3 { display:block; }#PM9nWvwobN3aP6EcLUfuchahb6ewP3F3 > .row .container { width:20rem;height:60.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lqg3dEUt5Z50a12TehV54c8DMPTbAVF3 { width:18.3125rem;height:13.625rem;top:1.25rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDgzGcR8A0UW3QAt6FpXD6FiPymv6tkl { width:18.3125rem;height:13.625rem;top:16.125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFABI9VZNJR4iEJSP0eqALTHGIT7RgVe { width:18.3125rem;height:13.625rem;top:31rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2eu0RxRHVMgqo31LUoKn2CZrwVQX9SU { width:18.3125rem;height:13.625rem;top:45.875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NypzSd5Jbcy3PqSv69gWFKIxJpWgIuNq { display:block; }#NypzSd5Jbcy3PqSv69gWFKIxJpWgIuNq > .row .container { width:20rem;height:69.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X9TkpGIDmykV9KBr0rFplLGIZcKJF60h { width:18.3125rem;height:13.625rem;top:1.25rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKs3nKTIDfNrhfGkMclgcJBNAIzoi7ZZ { width:18.3125rem;height:13.625rem;top:16.125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUQAfvedxG79RmNcOJOWZJPPRGrNxAHT { width:18.3125rem;height:13.625rem;top:31rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGerTdVkUOW4Usq1unUWMb3cuUthnTaP { width:18.3125rem;height:13.625rem;top:45.875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArXDOWimBPFKQqrMU6c2gRZiV109eTyq { width:16.1239375rem;height:3.06196875rem;top:63.372691154481rem;left:1.9371448755264rem;font-size:1rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #lProodA9UA4Nloo1d4ZgbNRFQRQ603ct { display:block; }
 }@media only screen and (max-width: 763px) { #wvxQi1b8MXmog5oIPiROJK4OGHRrM9sl { display:block; }#wvxQi1b8MXmog5oIPiROJK4OGHRrM9sl > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f7s5SxuvMsRFFAnCz87XTNwhHlrxoC2b { display:block; }#f7s5SxuvMsRFFAnCz87XTNwhHlrxoC2b > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M4DvUmTpm7iOOqDBnZZ926rGHKpmg4ix { width:16.125rem;height:1.4rem;top:28.6875rem;left:1.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OfcQ9wg3wQ9oR7BZcQ8IOtszXTUHtkNI { width:20rem;height:0;top:39rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZWTifWeSG84sXsiFHu7gLRdhoNAGaiqK { width:12.5rem;height:0.0625rem;top:14.1865234375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K151nWqEewS8UgXFiobePxcqskhC9fKf { width:1.9375rem;height:1.9375rem;top:19.6875rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iscazqmg8O16ngMGxE2kmy0WQiKIPHCc { width:17.375rem;height:2.44791875rem;top:22.25rem;left:1.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CNnM0OOp3ilKAal54tw3DWRuTRWcdw4l { width:1.9375rem;height:1.9375rem;top:26.5rem;left:9.03125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCnf6hD0PBgNS8FhgG9UDVbQfpSAButL { width:13.75rem;height:2.625rem;top:31.5rem;left:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rsezMUTuyf7iPfNuX2hbokxuCUxv8XP3 { display:block; }
 }@media only screen and (max-width: 763px) { #Gx98xyCC34RhbvFMEyC3RZuDSTtRrRLT { width:6.625rem;height:1.22514375rem;top:39.6875rem;left:5.75rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #iUqqLMFCvGCWvd1CK2CI7EJIavDGK9B5 { width:1.9370125rem;height:1.9370125rem;top:39.3125rem;left:12.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8d8u8q8QrO0iFXgJplvxlk37cEi6cIw { width:16.25rem;height:1.4rem;top:3.0625rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pUFJ0nRV7FJCL9LQvTyA07uggTVHflAu { width:10.875rem;height:1.22514375rem;top:7.1875rem;left:4.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VqHealsT5BV51UqupDnSCF4i0JxzpuPR { width:7.875rem;height:1.22514375rem;top:11.0625rem;left:6.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gTRLzyKlnaTksHRlrWrUN8ElNAidXuLa { width:1.9370125rem;height:1.9370125rem;top:9.1875rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3aNPmEh5nFTfM3ytfCQT9VgLaPGaWtn { width:1.9370125rem;height:1.9370125rem;top:5.3125rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qpv3cX7mbpAPANN7nyo3nXXvTVHqEkMh { width:14.6875rem;height:2.79948125rem;top:16.0927734375rem;left:2.65625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QqUExHQlC6KKs3KMovg8cB4mo8s04Tbt { width:13.75rem;height:2.625rem;top:34.74951171875rem;left:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w4p9Q8EiQlhsWoHNV55lyeSAVfKt8a81 { display:block; }
 }@media only screen and (max-width: 763px) { #A071Re1f2iGTw3hCP4yStIwd22gI1gJi { display:block; }#A071Re1f2iGTw3hCP4yStIwd22gI1gJi > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JC3VxuCGaHkxUsicbpRSAinNhbKeGCbv { width:5.0620125rem;height:2.2734375rem;top:6.2373046875rem;left:4.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8k5KLCFlbXrhA1Usz3WLDJsR6ezFwJD { width:6rem;height:1.75rem;top:6.5rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDfDLmT6cw9agbxqDXo1tcuMOzBIq8Qm { width:7.875rem;height:2.2734375rem;top:2rem;left:4.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mFbzWwsLaRv8BiBDbXT6rw2F8esImtF1 { width:2.25rem;height:2.875rem;top:1.6875rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6ODi3nvhVZiJsxpXbDqZJLgbwSr0sku { position:relative;z-index:auto;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#s6ODi3nvhVZiJsxpXbDqZJLgbwSr0sku > .row .container { background-color: transparent; background-image: none; }#s6ODi3nvhVZiJsxpXbDqZJLgbwSr0sku::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6ODi3nvhVZiJsxpXbDqZJLgbwSr0sku > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6ODi3nvhVZiJsxpXbDqZJLgbwSr0sku > .row .container > .video-iframe-container { display: none; }#s6ODi3nvhVZiJsxpXbDqZJLgbwSr0sku > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6ODi3nvhVZiJsxpXbDqZJLgbwSr0sku > .row > .video-iframe-container { display: none; }#s6ODi3nvhVZiJsxpXbDqZJLgbwSr0sku > .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); }#s6ODi3nvhVZiJsxpXbDqZJLgbwSr0sku > .row .container { border-width: 0; border-radius: 0; }#s6ODi3nvhVZiJsxpXbDqZJLgbwSr0sku > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s6ODi3nvhVZiJsxpXbDqZJLgbwSr0sku > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e1pvy4QW8TFt1kc303bS4QsgTKVVPSPs { position:relative;z-index:auto;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e1pvy4QW8TFt1kc303bS4QsgTKVVPSPs > .row .container { background-color: transparent; background-image: none; }#e1pvy4QW8TFt1kc303bS4QsgTKVVPSPs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1pvy4QW8TFt1kc303bS4QsgTKVVPSPs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1pvy4QW8TFt1kc303bS4QsgTKVVPSPs > .row .container > .video-iframe-container { display: none; }#e1pvy4QW8TFt1kc303bS4QsgTKVVPSPs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1pvy4QW8TFt1kc303bS4QsgTKVVPSPs > .row > .video-iframe-container { display: none; }#e1pvy4QW8TFt1kc303bS4QsgTKVVPSPs > .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); }#e1pvy4QW8TFt1kc303bS4QsgTKVVPSPs > .row .container { border-width: 0; border-radius: 0; }#e1pvy4QW8TFt1kc303bS4QsgTKVVPSPs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e1pvy4QW8TFt1kc303bS4QsgTKVVPSPs > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JDW6rt5vl9meg2FeKzgAl45R9H0uzRk6 { position:relative;z-index:auto;display:block; }#JDW6rt5vl9meg2FeKzgAl45R9H0uzRk6 { background-color: transparent; background-image: none; }#JDW6rt5vl9meg2FeKzgAl45R9H0uzRk6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDW6rt5vl9meg2FeKzgAl45R9H0uzRk6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDW6rt5vl9meg2FeKzgAl45R9H0uzRk6 > .row .container > .video-iframe-container { display: none; }#JDW6rt5vl9meg2FeKzgAl45R9H0uzRk6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDW6rt5vl9meg2FeKzgAl45R9H0uzRk6 > .row > .video-iframe-container { display: none; }#JDW6rt5vl9meg2FeKzgAl45R9H0uzRk6 > .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); }#JDW6rt5vl9meg2FeKzgAl45R9H0uzRk6 > .row .container { width:20rem;height:6.25rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IbJ7NFy4TUvAxTOoMb3RcVXocLoHCD7p { width:16.125rem;height:3.0625rem;top:1.59375rem;left:1.9374999403954rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPpEbkpRJB52WnheFdLxy8b6Oi9bJLlm { display:block; }
 }