.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:254,214,235;--color-primary-1:252,133,194;--color-primary-2:250,51,153;--color-primary-3:249,0,127;--color-primary-4:176,0,118;--color-secondary-0:254,254,217;--color-secondary-1:253,253,128;--color-secondary-2:250,251,0;--color-secondary-3:125,126,0;--color-secondary-4:38,38,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Playfair Display";--paragraphs-font-family:"Montserrat"; }body { background-color:#f60182;background-image:url("https://images.assets-landingi.com/uc/cb996e9b-745a-4b24-818b-36361173677b/liniatlapodlaczonainternetulubsieci.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#iyuH4SO7ci1zIErNOIyngrBTABZQXOuL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iyuH4SO7ci1zIErNOIyngrBTABZQXOuL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iyuH4SO7ci1zIErNOIyngrBTABZQXOuL > .row > .video-iframe-container { display: none; }#iyuH4SO7ci1zIErNOIyngrBTABZQXOuL > .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); }#ui07xbHQDmXrHh1EeLi2LFBIw4FuGcO6 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cb996e9b-745a-4b24-818b-36361173677b/liniatlapodlaczonainternetulubsieci.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ui07xbHQDmXrHh1EeLi2LFBIw4FuGcO6.adaptive-delivery-prevent-bg, #ui07xbHQDmXrHh1EeLi2LFBIw4FuGcO6.lazyload, #ui07xbHQDmXrHh1EeLi2LFBIw4FuGcO6.lazyloading { background-image: none; }#ui07xbHQDmXrHh1EeLi2LFBIw4FuGcO6 > .row .container { background-color: transparent; background-image: none; }#ui07xbHQDmXrHh1EeLi2LFBIw4FuGcO6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.65); }#ui07xbHQDmXrHh1EeLi2LFBIw4FuGcO6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ui07xbHQDmXrHh1EeLi2LFBIw4FuGcO6 > .row .container > .video-iframe-container { display: none; }#ui07xbHQDmXrHh1EeLi2LFBIw4FuGcO6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.65); }#ui07xbHQDmXrHh1EeLi2LFBIw4FuGcO6 > .row > .video-iframe-container { display: none; }#ui07xbHQDmXrHh1EeLi2LFBIw4FuGcO6 > .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); }#ui07xbHQDmXrHh1EeLi2LFBIw4FuGcO6 > .row .container { border-width: 0; border-radius: 0; }#ui07xbHQDmXrHh1EeLi2LFBIw4FuGcO6::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ui07xbHQDmXrHh1EeLi2LFBIw4FuGcO6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ui07xbHQDmXrHh1EeLi2LFBIw4FuGcO6 > .row .container { width:75rem;height:45.75rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#ZBxMPAc0aU3Fm7t5NSxVgEpWJJ6aFpz8 { display:block;width:35.749875rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:12.187499046326rem;left:0rem;height:5.4994125rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;display:block; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .widget-form-header {  }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:26.25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:center;text-align-last:center;font-style:normal; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .widget-input-text { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.25rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;box-shadow: none;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .widget-input-text {padding-top: 0; padding-bottom: 0;}#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .widget-textarea { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.25rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;box-shadow: none;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(242,249,255,0.4);border-right:0.125rem solid rgba(242,249,255,0.4);border-bottom:0.125rem solid rgba(242,249,255,0.4);border-left:0.125rem solid rgba(242,249,255,0.4);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.25rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.8125rem;overflow:hidden;vertical-align:top; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .widget-input-select {padding-top: 0; padding-bottom: 0;}#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.4375rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:26.25rem;height:4.0625rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal;box-shadow: none; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),0.25);font-family:var(--paragraphs-font-family);font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),0.25);font-family:var(--paragraphs-font-family);font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),0.25);font-family:var(--paragraphs-font-family);font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),0.25);font-family:var(--paragraphs-font-family);font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:25.1875rem;overflow:hidden;font-style:normal;line-height:1.4;text-align:left;text-align-last:left; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;color:#f2f9ff;overflow:hidden;font-style:normal;line-height:1.3; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .widget-container { padding-top:0.8125rem;padding-right:0;padding-bottom:0.75rem;padding-left:0;width:100%;font-size:0;height:auto; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .widget-container:first-of-type{padding-top:0;}#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .widget-container:last-of-type{padding-bottom:0;}#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82  { background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.25rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:46.250000953674rem;top:8.8492193222044rem;z-index:15018;position:absolute;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.25rem;display:block;vertical-align:top; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:#f2f9ff;vertical-align:top;overflow:hidden;font-style:normal; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 {display:block;}#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 { background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.25rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:46.250000953674rem;top:8.8492193222044rem;z-index:15018;position:absolute;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #bTnnXPnh69ixtVIp15oJMDWHwwvkoNJy { position:relative; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #RBG5iv6y6EKZbVnVnTDBE5TTeEsSimfl { position:relative;display:block; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #zOGv2sPnSE3AzMXhZW99LhtADAsMTg6f { position:relative; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #r7gzmwd8QKkU19XZ8avrTo7vO9pQXCON { position:relative; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #aNU9RyPKZzpZAJJzo0qB36Rhf5s7pZ76 { position:relative;display:block; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #PHWae1EwPqcBAuFgWB0M98c0flyaXeXf { position:relative; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #F9rme6ffKfPQOL0yfwqaXv3yeIwbOG8P { position:relative; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #sdoWvikAKG0UORBoebemezvMOgJTTRZ2 { position:relative;display:block; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #Z2wibdMbXP9QPqXiCqDTe4VVdTqpdtyS { position:relative; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #JvKxITZmR3tWFsOKBr4Q40hcNZsNdarH { position:relative; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #aLea5emUklkmTW91RJvPIASogcFRBD8w { position:relative;z-index:2; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #L4m8lEJiMxUAWA8vdRo6ga5gEr4QRz3r { position:relative; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #EQfwcObu38GE0FEKeZ8KJyE0aU1plV1b { position:relative; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #CdolRbtBXoIcAWNIT1Zttis7gsOezu4b { position:relative; }
#QOgKysa9rTssRnLlHPDHkVADwoqPchz7 { display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:19.625rem;left:2.25rem;height:2.74970625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;display:block; }
#zcgD7dZsdwpf11z5VuwPxtFvbbzMBodB { display:block;width:27.1246875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:29.062498092651rem;left:4.3114771842956rem;height:3.8493rem;color:rgba(var(--color-tertiary-0),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dR8uXaMHPX33uu5wfgC0zJEkf2XcQTzO { display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.1875rem rgba(var(--color-primary-3),1);top:25.1875rem;left:7.5625rem;height:1.37485625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;display:block; }
#Tg9Fz3sTHPAWoFRNMR61msPO8KgAzkIq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.6875rem;width:5.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:20.875rem;left:34.687500953674rem; }
#TdcxfgELdqMT5FyWT7TAdcmcVJ8JhPP1 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6870625rem;width:9.187375rem;top:4.6867694854736rem;left:13.281248569489rem;overflow:hidden;display:block; }
#tJLMa930drr9asrX1wK0rfQc0c56AB2q { 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; }
#ruO36DW37intzH5PAWS31H3sQ02htkel { box-sizing:content-box;height:2.93735625rem;width:17.624875rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(150deg, rgba(var(--color-tertiary-0),0.5), rgba(var(--color-tertiary-2),0.5));background-image: -moz-linear-gradient(150deg, rgba(var(--color-tertiary-0),0.5), rgba(var(--color-tertiary-2),0.5));background-image: -ms-linear-gradient(150deg, rgba(var(--color-tertiary-0),0.5), rgba(var(--color-tertiary-2),0.5));background-image: -o-linear-gradient(150deg, rgba(var(--color-tertiary-0),0.5), rgba(var(--color-tertiary-2),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.5)', endColorstr='rgba(var(--color-tertiary-2),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.5)', endColorstr='rgba(var(--color-tertiary-2),0.5)' );";background-image: linear-gradient(150deg, rgba(var(--color-tertiary-0),0.5), rgba(var(--color-tertiary-2),0.5));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:24.375rem;left:9.0625rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#pKn2SeCGQEQyNZM8qGSoOiOqyGphC8vp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#pKn2SeCGQEQyNZM8qGSoOiOqyGphC8vp > .row .container { background-color: transparent; background-image: none; }#pKn2SeCGQEQyNZM8qGSoOiOqyGphC8vp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKn2SeCGQEQyNZM8qGSoOiOqyGphC8vp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKn2SeCGQEQyNZM8qGSoOiOqyGphC8vp > .row .container > .video-iframe-container { display: none; }#pKn2SeCGQEQyNZM8qGSoOiOqyGphC8vp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKn2SeCGQEQyNZM8qGSoOiOqyGphC8vp > .row > .video-iframe-container { display: none; }#pKn2SeCGQEQyNZM8qGSoOiOqyGphC8vp > .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); }#pKn2SeCGQEQyNZM8qGSoOiOqyGphC8vp > .row .container { border-width: 0; border-radius: 0; }#pKn2SeCGQEQyNZM8qGSoOiOqyGphC8vp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pKn2SeCGQEQyNZM8qGSoOiOqyGphC8vp > .row .container { font-size:0.875rem;font-family:arial;height:3.875rem;width:75rem;position:relative;display:block; }#T0ODJMF3dsSNeMmRdy721VdfTfWNp6BZ { display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:0.97500228881838rem;left:0rem;height:1.92465rem;color:rgba(var(--color-tertiary-0),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dWIMJlfGeF2bsOmZyzT80ttD0EsUE3Nm { display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:0.97500228881838rem;left:0rem;height:1.925rem;color:rgba(var(--color-tertiary-4),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#swVImrTwyhNCfrwuEfAbtxeUk2BoUGEh { 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; }#swVImrTwyhNCfrwuEfAbtxeUk2BoUGEh > .row .container { background-color: transparent; background-image: none; }#swVImrTwyhNCfrwuEfAbtxeUk2BoUGEh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#swVImrTwyhNCfrwuEfAbtxeUk2BoUGEh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#swVImrTwyhNCfrwuEfAbtxeUk2BoUGEh > .row .container > .video-iframe-container { display: none; }#swVImrTwyhNCfrwuEfAbtxeUk2BoUGEh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#swVImrTwyhNCfrwuEfAbtxeUk2BoUGEh > .row > .video-iframe-container { display: none; }#swVImrTwyhNCfrwuEfAbtxeUk2BoUGEh > .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); }#swVImrTwyhNCfrwuEfAbtxeUk2BoUGEh > .row .container { border-width: 0; border-radius: 0; }#swVImrTwyhNCfrwuEfAbtxeUk2BoUGEh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#swVImrTwyhNCfrwuEfAbtxeUk2BoUGEh > .row .container { font-size:0.875rem;font-family:arial;height:22.5625rem;width:75rem;position:relative;display:block; }#Q2ARhk98NcotiIT6vm8ugUWyvzFsfE8w { display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:12.75rem;left:6.3125rem;height:5.625rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#s6W3L09PoSpgI5lrgmT503TSoe7XGMnE { display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:12.75rem;left:44.281250953674rem;height:5.625rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#yS3zHBlr5d85QbrEaI0RMSyoswZvESFR { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4371875rem;width:9.375rem;top:3.6872081756592rem;left:14.062498569489rem;overflow:hidden;display:block; }
#DDa9s7UFE6LHx2msxulGHlLvlk71blSt { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:9.1875rem;top:3.6872081756592rem;left:51.562494754791rem;overflow:hidden;display:block; }
#oMJDgwqUP2FDPJ6DrTEWQchMwbxxqurN { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-4),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; }#oMJDgwqUP2FDPJ6DrTEWQchMwbxxqurN > .row .container { background-color: transparent; background-image: none; }#oMJDgwqUP2FDPJ6DrTEWQchMwbxxqurN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMJDgwqUP2FDPJ6DrTEWQchMwbxxqurN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMJDgwqUP2FDPJ6DrTEWQchMwbxxqurN > .row .container > .video-iframe-container { display: none; }#oMJDgwqUP2FDPJ6DrTEWQchMwbxxqurN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMJDgwqUP2FDPJ6DrTEWQchMwbxxqurN > .row > .video-iframe-container { display: none; }#oMJDgwqUP2FDPJ6DrTEWQchMwbxxqurN > .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); }#oMJDgwqUP2FDPJ6DrTEWQchMwbxxqurN > .row .container { border-width: 0; border-radius: 0; }#oMJDgwqUP2FDPJ6DrTEWQchMwbxxqurN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oMJDgwqUP2FDPJ6DrTEWQchMwbxxqurN > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:6.75rem;width:75rem;position:relative;display:block; }#pT1OoMNQTEJyk9NOTkyhURk6G4N1W94O { display:block;width:53.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.953125rem;left:10.874218940735rem;height:2.84316875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;display:block; }
#dW8QlHnbeHpqi1Hm0IWo2phxJ8EUuSyi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#dW8QlHnbeHpqi1Hm0IWo2phxJ8EUuSyi > .row .container { background-color: transparent; background-image: none; }#dW8QlHnbeHpqi1Hm0IWo2phxJ8EUuSyi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dW8QlHnbeHpqi1Hm0IWo2phxJ8EUuSyi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dW8QlHnbeHpqi1Hm0IWo2phxJ8EUuSyi > .row .container > .video-iframe-container { display: none; }#dW8QlHnbeHpqi1Hm0IWo2phxJ8EUuSyi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dW8QlHnbeHpqi1Hm0IWo2phxJ8EUuSyi > .row > .video-iframe-container { display: none; }#dW8QlHnbeHpqi1Hm0IWo2phxJ8EUuSyi > .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); }#dW8QlHnbeHpqi1Hm0IWo2phxJ8EUuSyi > .row .container { border-width: 0; border-radius: 0; }#dW8QlHnbeHpqi1Hm0IWo2phxJ8EUuSyi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dW8QlHnbeHpqi1Hm0IWo2phxJ8EUuSyi > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:block; }#ZGKTz12mBKQqoQz4x7X4LckUoTQQDVPk { display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:11rem;left:5.46875rem;height:4.7795rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rWNc7WhIZIkOsF22ThIqGfFLFL9TGm1P { display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:11rem;left:30.187500953674rem;height:4.7795rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zzJ4aqKCG5pPcLvHHPnz3TTOKuqqfziZ { display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:11rem;left:55.125000953674rem;height:6.37266875rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ySeFf4VMvl5J5pZLpixpc1Bi22h2T2aI { 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:15015;opacity:1;top:5.3625001907349rem;left:60.937500953674rem; }
#JVT7s31HfaTtsgQKb1keWeDrRrEDsfhb { 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:15016;opacity:1;top:5.3625011444092rem;left:10.936718940735rem; }
#KsQlXr6mPLaFxwlCHwd3P8dQ7JWkfqtb { 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:15017;opacity:1;top:5.3625011444092rem;left:35.937500953674rem; }
#Xy6S3sZM6PvDzxrkXAaCnB1urbg3NrX7 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:4.4250011444092rem;left:9.999218940735rem;display:block; }
#tbKmIGi4g8rCdDTrLhEnIbkhLGOZDm1D { box-sizing:content-box;height:5rem;width:5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:4.4250011444092rem;left:35.000000953674rem;display:block; }
#V5d7fF4Fg98hJ78fxLnXN1PZQ5hdtWTa { box-sizing:content-box;height:5rem;width:5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:4.4250001907349rem;left:60.000000953674rem;display:block; }
#ckbWx5ykblRmJKG5KTK0J7dXJsziVrAN { box-sizing:content-box;height:16.5rem;width:16.0625rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(150deg, rgba(var(--color-tertiary-0),0.5), rgba(var(--color-tertiary-2),0.5));background-image: -moz-linear-gradient(150deg, rgba(var(--color-tertiary-0),0.5), rgba(var(--color-tertiary-2),0.5));background-image: -ms-linear-gradient(150deg, rgba(var(--color-tertiary-0),0.5), rgba(var(--color-tertiary-2),0.5));background-image: -o-linear-gradient(150deg, rgba(var(--color-tertiary-0),0.5), rgba(var(--color-tertiary-2),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.5)', endColorstr='rgba(var(--color-tertiary-2),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.5)', endColorstr='rgba(var(--color-tertiary-2),0.5)' );";background-image: linear-gradient(150deg, rgba(var(--color-tertiary-0),0.5), rgba(var(--color-tertiary-2),0.5));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:2.3466701507568rem;left:4.4370617866516rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
#DxSxRSOEGsKLpJmHavySSc2WRZSCy1OV { box-sizing:content-box;height:16.4996875rem;width:16.062375rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(150deg, rgba(var(--color-tertiary-0),0.5), rgba(var(--color-tertiary-2),0.5));background-image: -moz-linear-gradient(150deg, rgba(var(--color-tertiary-0),0.5), rgba(var(--color-tertiary-2),0.5));background-image: -ms-linear-gradient(150deg, rgba(var(--color-tertiary-0),0.5), rgba(var(--color-tertiary-2),0.5));background-image: -o-linear-gradient(150deg, rgba(var(--color-tertiary-0),0.5), rgba(var(--color-tertiary-2),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.5)', endColorstr='rgba(var(--color-tertiary-2),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.5)', endColorstr='rgba(var(--color-tertiary-2),0.5)' );";background-image: linear-gradient(150deg, rgba(var(--color-tertiary-0),0.5), rgba(var(--color-tertiary-2),0.5));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:2.3276872634887rem;left:29.420996189117rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
#GtoNyf34Bwnwb8AHHeKD46fNPC1IzPdR { box-sizing:content-box;height:16.499rem;width:16.062375rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(150deg, rgba(var(--color-tertiary-0),0.5), rgba(var(--color-tertiary-2),0.5));background-image: -moz-linear-gradient(150deg, rgba(var(--color-tertiary-0),0.5), rgba(var(--color-tertiary-2),0.5));background-image: -ms-linear-gradient(150deg, rgba(var(--color-tertiary-0),0.5), rgba(var(--color-tertiary-2),0.5));background-image: -o-linear-gradient(150deg, rgba(var(--color-tertiary-0),0.5), rgba(var(--color-tertiary-2),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.5)', endColorstr='rgba(var(--color-tertiary-2),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.5)', endColorstr='rgba(var(--color-tertiary-2),0.5)' );";background-image: linear-gradient(150deg, rgba(var(--color-tertiary-0),0.5), rgba(var(--color-tertiary-2),0.5));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:2.3276872634887rem;left:54.420996189118rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
#JG4zW9KBlwgiT1byfMvNPry2bTdFofNy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#JG4zW9KBlwgiT1byfMvNPry2bTdFofNy > .row .container { background-color: transparent; background-image: none; }#JG4zW9KBlwgiT1byfMvNPry2bTdFofNy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JG4zW9KBlwgiT1byfMvNPry2bTdFofNy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JG4zW9KBlwgiT1byfMvNPry2bTdFofNy > .row .container > .video-iframe-container { display: none; }#JG4zW9KBlwgiT1byfMvNPry2bTdFofNy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JG4zW9KBlwgiT1byfMvNPry2bTdFofNy > .row > .video-iframe-container { display: none; }#JG4zW9KBlwgiT1byfMvNPry2bTdFofNy > .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); }#JG4zW9KBlwgiT1byfMvNPry2bTdFofNy > .row .container { border-width: 0; border-radius: 0; }#JG4zW9KBlwgiT1byfMvNPry2bTdFofNy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JG4zW9KBlwgiT1byfMvNPry2bTdFofNy > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:block; }#EQNuF8VwWTpuWEwgeyUXzXXpU7CKMpgx { display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:12.5625rem;left:7.5rem;height:3.18633125rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hSt5183lmq1srI4GouoqWGGN3yA5kuhD { display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:12.5625rem;left:31.906250953674rem;height:3.18633125rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Qgc3g07DfbotTdbXtEDdvTn3TrbexdtD { display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:12.5625rem;left:57.093750953674rem;height:3.18633125rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#t8IPdpdCADDFc1M9aRQPS6Suirnp9ED8 { 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:15017;opacity:1;top:6.5625rem;left:35.937500953674rem; }
#RwITX1o8Oy7DV2IiKLMLhBXiRiiTQvqe { 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:15018;opacity:1;top:6.5625rem;left:10.936718940735rem; }
#uBXAu1Z3yaHXbDESRDBJPiAeiOk7UTya { 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:15019;opacity:1;top:6.5625rem;left:60.937500953674rem; }
#ihxAyGHuA03ErWKz49rqHh0uJlNzTENF { box-sizing:content-box;height:5rem;width:5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:5.5rem;left:10rem;display:block; }
#eL0sK6UgHCu78cHdo2BsTkcTUJ5Qtzzi { box-sizing:content-box;height:5rem;width:5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:5.5rem;left:35.000000953674rem;display:block; }
#ZH6CpLw79qWS1gFh4gZqSSKTPinKA4ox { box-sizing:content-box;height:5rem;width:5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:5.5rem;left:60.000000953674rem;display:block; }
#Awa1QNIDPSHCwS4nrWC87V9M6e7l8tG3 { box-sizing:content-box;height:16.4996875rem;width:16.062375rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(150deg, rgba(var(--color-tertiary-0),0.5), rgba(var(--color-tertiary-2),0.5));background-image: -moz-linear-gradient(150deg, rgba(var(--color-tertiary-0),0.5), rgba(var(--color-tertiary-2),0.5));background-image: -ms-linear-gradient(150deg, rgba(var(--color-tertiary-0),0.5), rgba(var(--color-tertiary-2),0.5));background-image: -o-linear-gradient(150deg, rgba(var(--color-tertiary-0),0.5), rgba(var(--color-tertiary-2),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.5)', endColorstr='rgba(var(--color-tertiary-2),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.5)', endColorstr='rgba(var(--color-tertiary-2),0.5)' );";background-image: linear-gradient(150deg, rgba(var(--color-tertiary-0),0.5), rgba(var(--color-tertiary-2),0.5));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:2.3276863098144rem;left:4.4209980964661rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
#lBALIEWnZzmqBtzGAWwdzXSsaW2p27TJ { box-sizing:content-box;height:16.499rem;width:16.062375rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(150deg, rgba(var(--color-tertiary-0),0.5), rgba(var(--color-tertiary-2),0.5));background-image: -moz-linear-gradient(150deg, rgba(var(--color-tertiary-0),0.5), rgba(var(--color-tertiary-2),0.5));background-image: -ms-linear-gradient(150deg, rgba(var(--color-tertiary-0),0.5), rgba(var(--color-tertiary-2),0.5));background-image: -o-linear-gradient(150deg, rgba(var(--color-tertiary-0),0.5), rgba(var(--color-tertiary-2),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.5)', endColorstr='rgba(var(--color-tertiary-2),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.5)', endColorstr='rgba(var(--color-tertiary-2),0.5)' );";background-image: linear-gradient(150deg, rgba(var(--color-tertiary-0),0.5), rgba(var(--color-tertiary-2),0.5));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:2.3276863098144rem;left:29.420996189117rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
#Td8bHEItitBeHuJ3U51DpTpR5J5KPhtL { box-sizing:content-box;height:16.499rem;width:16.062375rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(150deg, rgba(var(--color-tertiary-0),0.5), rgba(var(--color-tertiary-2),0.5));background-image: -moz-linear-gradient(150deg, rgba(var(--color-tertiary-0),0.5), rgba(var(--color-tertiary-2),0.5));background-image: -ms-linear-gradient(150deg, rgba(var(--color-tertiary-0),0.5), rgba(var(--color-tertiary-2),0.5));background-image: -o-linear-gradient(150deg, rgba(var(--color-tertiary-0),0.5), rgba(var(--color-tertiary-2),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.5)', endColorstr='rgba(var(--color-tertiary-2),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.5)', endColorstr='rgba(var(--color-tertiary-2),0.5)' );";background-image: linear-gradient(150deg, rgba(var(--color-tertiary-0),0.5), rgba(var(--color-tertiary-2),0.5));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:2.3276863098144rem;left:54.420996189118rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
#Ne2m0dzUoZmL0I6mvRcZFho5QwyTtnS1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#Ne2m0dzUoZmL0I6mvRcZFho5QwyTtnS1 > .row .container { background-color: transparent; background-image: none; }#Ne2m0dzUoZmL0I6mvRcZFho5QwyTtnS1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ne2m0dzUoZmL0I6mvRcZFho5QwyTtnS1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ne2m0dzUoZmL0I6mvRcZFho5QwyTtnS1 > .row .container > .video-iframe-container { display: none; }#Ne2m0dzUoZmL0I6mvRcZFho5QwyTtnS1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ne2m0dzUoZmL0I6mvRcZFho5QwyTtnS1 > .row > .video-iframe-container { display: none; }#Ne2m0dzUoZmL0I6mvRcZFho5QwyTtnS1 > .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); }#Ne2m0dzUoZmL0I6mvRcZFho5QwyTtnS1 > .row .container { border-width: 0; border-radius: 0; }#Ne2m0dzUoZmL0I6mvRcZFho5QwyTtnS1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ne2m0dzUoZmL0I6mvRcZFho5QwyTtnS1 > .row .container { font-size:0.875rem;font-family:arial;height:3.875rem;width:75rem;position:relative;display:block; }#Ufwwn7NhQT92tG6lqGweHMN8RFanUptz { display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:0.97500038146975rem;left:0rem;height:1.92465rem;color:rgba(var(--color-tertiary-0),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JFcBTh7AcNz1xOt1poToqXSpqHAdThdD { display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:0.97500228881838rem;left:0rem;height:1.925rem;color:rgba(var(--color-tertiary-4),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#a7twetTkWvdNACl0tnatxIrkPfrJTayr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/47cd8a3c-b332-48c1-87f2-13cf92102fab/Projektbeznazwy1.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a7twetTkWvdNACl0tnatxIrkPfrJTayr.adaptive-delivery-prevent-bg, #a7twetTkWvdNACl0tnatxIrkPfrJTayr.lazyload, #a7twetTkWvdNACl0tnatxIrkPfrJTayr.lazyloading { background-image: none; }#a7twetTkWvdNACl0tnatxIrkPfrJTayr > .row .container { background-color: transparent; background-image: none; }#a7twetTkWvdNACl0tnatxIrkPfrJTayr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7twetTkWvdNACl0tnatxIrkPfrJTayr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7twetTkWvdNACl0tnatxIrkPfrJTayr > .row .container > .video-iframe-container { display: none; }#a7twetTkWvdNACl0tnatxIrkPfrJTayr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7twetTkWvdNACl0tnatxIrkPfrJTayr > .row > .video-iframe-container { display: none; }#a7twetTkWvdNACl0tnatxIrkPfrJTayr > .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); }#a7twetTkWvdNACl0tnatxIrkPfrJTayr > .row .container { border-width: 0; border-radius: 0; }#a7twetTkWvdNACl0tnatxIrkPfrJTayr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a7twetTkWvdNACl0tnatxIrkPfrJTayr > .row .container { font-size:0.875rem;font-family:arial;height:45.875rem;width:75rem;position:relative;display:block; }#uQHSRXoovkkUDllCwps4xXSfgeNbb6i4 { display:block;width:38.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.1875rem rgba(var(--color-primary-3),1);top:4.4845206737518rem;left:0rem;height:7.311625rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;display:block; }
#o6bOGexwygoXwbvuFaFH0N3wNqDmlOEL { display:block;width:32.937375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:14.810886383057rem;left:0rem;height:27.9965rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:left;text-align-last:left;display:block; }#o6bOGexwygoXwbvuFaFH0N3wNqDmlOEL li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#o6bOGexwygoXwbvuFaFH0N3wNqDmlOEL li:before{  }
#OWdRiHdOdcX4AwJ9Zu0czP95pKhO9NRC { box-sizing:content-box;height:9.0625rem;width:41.3125rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(150deg, rgba(var(--color-tertiary-0),0.5), rgba(var(--color-tertiary-2),0.5));background-image: -moz-linear-gradient(150deg, rgba(var(--color-tertiary-0),0.5), rgba(var(--color-tertiary-2),0.5));background-image: -ms-linear-gradient(150deg, rgba(var(--color-tertiary-0),0.5), rgba(var(--color-tertiary-2),0.5));background-image: -o-linear-gradient(150deg, rgba(var(--color-tertiary-0),0.5), rgba(var(--color-tertiary-2),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.5)', endColorstr='rgba(var(--color-tertiary-2),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.5)', endColorstr='rgba(var(--color-tertiary-2),0.5)' );";background-image: linear-gradient(150deg, rgba(var(--color-tertiary-0),0.5), rgba(var(--color-tertiary-2),0.5));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:3.5630838871002rem;left:-1.6875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#pZFk0ylLvCeN5xMuJSEhVdzJuSM1FRxT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#pZFk0ylLvCeN5xMuJSEhVdzJuSM1FRxT > .row .container { background-color: transparent; background-image: none; }#pZFk0ylLvCeN5xMuJSEhVdzJuSM1FRxT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pZFk0ylLvCeN5xMuJSEhVdzJuSM1FRxT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pZFk0ylLvCeN5xMuJSEhVdzJuSM1FRxT > .row .container > .video-iframe-container { display: none; }#pZFk0ylLvCeN5xMuJSEhVdzJuSM1FRxT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pZFk0ylLvCeN5xMuJSEhVdzJuSM1FRxT > .row > .video-iframe-container { display: none; }#pZFk0ylLvCeN5xMuJSEhVdzJuSM1FRxT > .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); }#pZFk0ylLvCeN5xMuJSEhVdzJuSM1FRxT > .row .container { border-width: 0; border-radius: 0; }#pZFk0ylLvCeN5xMuJSEhVdzJuSM1FRxT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pZFk0ylLvCeN5xMuJSEhVdzJuSM1FRxT > .row .container { font-size:0.875rem;font-family:arial;height:3.875rem;width:75rem;position:relative;display:block; }#pVss0LN72Vd9cyqhFr1zCdJH1MVqN39O { display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:0.97500228881838rem;left:0rem;height:1.92465rem;color:rgba(var(--color-tertiary-0),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ng19q9brxWwdxT9xKSESWXGPNsHnnx1g { display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:0.97500228881838rem;left:0rem;height:1.925rem;color:rgba(var(--color-tertiary-4),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Lg0NTUrlzStG5aTmSl9pg6aTyHGmaMoP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.65);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; }#Lg0NTUrlzStG5aTmSl9pg6aTyHGmaMoP > .row .container { background-color: transparent; background-image: none; }#Lg0NTUrlzStG5aTmSl9pg6aTyHGmaMoP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lg0NTUrlzStG5aTmSl9pg6aTyHGmaMoP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lg0NTUrlzStG5aTmSl9pg6aTyHGmaMoP > .row .container > .video-iframe-container { display: none; }#Lg0NTUrlzStG5aTmSl9pg6aTyHGmaMoP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lg0NTUrlzStG5aTmSl9pg6aTyHGmaMoP > .row > .video-iframe-container { display: none; }#Lg0NTUrlzStG5aTmSl9pg6aTyHGmaMoP > .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); }#Lg0NTUrlzStG5aTmSl9pg6aTyHGmaMoP > .row .container { border-width: 0; border-radius: 0; }#Lg0NTUrlzStG5aTmSl9pg6aTyHGmaMoP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lg0NTUrlzStG5aTmSl9pg6aTyHGmaMoP > .row .container { font-size:0.875rem;font-family:arial;height:14.5rem;width:75rem;position:relative;display:block; }#HeOyFMm57brCdtgcPANdsZmUtWtBVaA8 { 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:10rem;width:15rem;top:4.5rem;left:15rem;overflow:hidden;display:block; }
#r44ZGUW1phvRKbk6e4PO302yfyZdvhkV { 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:10rem;width:15rem;top:4.5rem;left:30rem;overflow:hidden;display:block; }
#n38oA1Ucfp4S3d0Bt7S5fRrarmw4X19S { 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:10rem;width:15rem;top:4.5rem;left:45rem;overflow:hidden;display:block; }
#D1QdfDRUwWcTWzLNJOdrn1TMd1qLUfgw { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:15rem;top:4.5rem;left:60rem;overflow:hidden;display:block; }
#v2wZeVAUmHW2SHvJWRt8g5MPD9a6AfDd { 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:10rem;width:15.5rem;top:4.5617699623108rem;left:0rem;overflow:hidden;display:block; }
#bfFP63OZXDFq7yFzWDPcZc7OGET0L7OI { 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:10rem;width:15.125rem;top:14.499853610992rem;left:0rem;overflow:hidden;display:block; }
#Z0psE62FWunOVpyAaUtNIhR1WwoNUCfx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.65);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; }#Z0psE62FWunOVpyAaUtNIhR1WwoNUCfx > .row .container { background-color: transparent; background-image: none; }#Z0psE62FWunOVpyAaUtNIhR1WwoNUCfx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0psE62FWunOVpyAaUtNIhR1WwoNUCfx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0psE62FWunOVpyAaUtNIhR1WwoNUCfx > .row .container > .video-iframe-container { display: none; }#Z0psE62FWunOVpyAaUtNIhR1WwoNUCfx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0psE62FWunOVpyAaUtNIhR1WwoNUCfx > .row > .video-iframe-container { display: none; }#Z0psE62FWunOVpyAaUtNIhR1WwoNUCfx > .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); }#Z0psE62FWunOVpyAaUtNIhR1WwoNUCfx > .row .container { border-width: 0; border-radius: 0; }#Z0psE62FWunOVpyAaUtNIhR1WwoNUCfx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z0psE62FWunOVpyAaUtNIhR1WwoNUCfx > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:75rem;position:relative;display:block; }#JoxzW6PRgasOGwRPSo0sBVJCv72XRzfp { 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:10rem;width:15rem;top:0rem;left:15rem;overflow:hidden;display:block; }
#VQ2hI3iWeluhTsGckwbn0XiuxwQ66TI1 { 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:10rem;width:15rem;top:0rem;left:30rem;overflow:hidden;display:block; }
#GnJyvHGQyclObBrABl8ALavfyyNWD2pL { 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:10.4375rem;width:15.0625rem;top:0rem;left:44.999998569489rem;overflow:hidden;display:block; }
#exEgThiscWrJwm7GIOPUXxv7SCleM6mh { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:15rem;top:0rem;left:60rem;overflow:hidden;display:block; }
#D87Hi5RGKqTT4CSTh4Uag6NGUXXvgPEs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.65);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; }#D87Hi5RGKqTT4CSTh4Uag6NGUXXvgPEs > .row .container { background-color: transparent; background-image: none; }#D87Hi5RGKqTT4CSTh4Uag6NGUXXvgPEs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D87Hi5RGKqTT4CSTh4Uag6NGUXXvgPEs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D87Hi5RGKqTT4CSTh4Uag6NGUXXvgPEs > .row .container > .video-iframe-container { display: none; }#D87Hi5RGKqTT4CSTh4Uag6NGUXXvgPEs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D87Hi5RGKqTT4CSTh4Uag6NGUXXvgPEs > .row > .video-iframe-container { display: none; }#D87Hi5RGKqTT4CSTh4Uag6NGUXXvgPEs > .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); }#D87Hi5RGKqTT4CSTh4Uag6NGUXXvgPEs > .row .container { border-width: 0; border-radius: 0; }#D87Hi5RGKqTT4CSTh4Uag6NGUXXvgPEs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D87Hi5RGKqTT4CSTh4Uag6NGUXXvgPEs > .row .container { font-size:0.875rem;font-family:arial;height:14.0625rem;width:75rem;position:relative;display:block; }#CXc5K4hTOzBPxreaty56TVihKpc5wO6r { 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:9.875rem;width:14.8125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#viFaNlmR8ZPqy48rDwtwSMvGaNwTlD0e { 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:9.875rem;width:15.125rem;top:0rem;left:14.812353610992rem;overflow:hidden;display:block; }
#CQnpieAWTssOztVw9RBOHp69QrBfX82k { 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:9.8125rem;width:15.5rem;top:0rem;left:29.937204837799rem;overflow:hidden;display:block; }
#tmroqIBeGPOwPMhAN35vAszHWGhyztW8 { 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:9.8125rem;width:15.4375rem;top:0rem;left:44.999998569489rem;overflow:hidden;display:block; }
#dXu1CESxefzS3U2lHCHWHzGyKp1NI9CV { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:14.8125rem;top:0rem;left:60rem;overflow:hidden;display:block; }
#aD01JpwgUVcwXrPrLrIcOzPEvyaV7XpH { 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; }#aD01JpwgUVcwXrPrLrIcOzPEvyaV7XpH > .row .container { background-color: transparent; background-image: none; }#aD01JpwgUVcwXrPrLrIcOzPEvyaV7XpH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aD01JpwgUVcwXrPrLrIcOzPEvyaV7XpH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aD01JpwgUVcwXrPrLrIcOzPEvyaV7XpH > .row .container > .video-iframe-container { display: none; }#aD01JpwgUVcwXrPrLrIcOzPEvyaV7XpH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aD01JpwgUVcwXrPrLrIcOzPEvyaV7XpH > .row > .video-iframe-container { display: none; }#aD01JpwgUVcwXrPrLrIcOzPEvyaV7XpH > .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); }#aD01JpwgUVcwXrPrLrIcOzPEvyaV7XpH > .row .container { border-width: 0; border-radius: 0; }#aD01JpwgUVcwXrPrLrIcOzPEvyaV7XpH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aD01JpwgUVcwXrPrLrIcOzPEvyaV7XpH > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:38.6875rem;width:75rem;position:relative;display:block; }#ewLVB6knEqR0RgPZVo0D61TSIQAiSyfI { display:block;width:24.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.8742175102234rem;left:25.312500953674rem;height:3.65638125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#f60182;text-align:center;text-align-last:center;display:block; }
#dZowOxw04twhG4yUGgRmvNT9JZF1eRsF { color:#f60182;display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:15.875rem;left:60.625rem;height:11.8115rem;text-align:center;text-align-last:center;display:block; }
#ytzknyaez6NUeH2QvXHF4DWvXi7rBxmv { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.23) ;height:25rem;width:12.5rem;top:9.28125rem;left:60.4375rem;display:block; }
#CzaACD6iACWUzgT6wu22gkix6XpXH5I1 { background-color:#f60182;background-image:url("https://images.assets-landingi.com/uc/b34307bf-35fd-4cd3-9c70-3c73988a58f1/Zrzutekranu2022015o123516.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:9.28125rem;left:0rem;display:block; }#CzaACD6iACWUzgT6wu22gkix6XpXH5I1.adaptive-delivery-prevent-bg, #CzaACD6iACWUzgT6wu22gkix6XpXH5I1.lazyload, #CzaACD6iACWUzgT6wu22gkix6XpXH5I1.lazyloading { background-image: none; }
#C844ie3ISP08ATdCFKooyEt2kD8QB9dh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OevS6dJ1w7oWtnF0zK2e4TsiQeESfDAw { color:#e6007e;display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:15.875rem;left:60.625rem;height:11.8125rem;text-align:center;text-align-last:center;display:none; }
#b5VZSgXOH1FK5gTH6xDixceOSXuHdtsV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#b5VZSgXOH1FK5gTH6xDixceOSXuHdtsV > .row .container { background-color: transparent; background-image: none; }#b5VZSgXOH1FK5gTH6xDixceOSXuHdtsV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5VZSgXOH1FK5gTH6xDixceOSXuHdtsV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5VZSgXOH1FK5gTH6xDixceOSXuHdtsV > .row .container > .video-iframe-container { display: none; }#b5VZSgXOH1FK5gTH6xDixceOSXuHdtsV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5VZSgXOH1FK5gTH6xDixceOSXuHdtsV > .row > .video-iframe-container { display: none; }#b5VZSgXOH1FK5gTH6xDixceOSXuHdtsV > .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); }#b5VZSgXOH1FK5gTH6xDixceOSXuHdtsV > .row .container { border-width: 0; border-radius: 0; }#b5VZSgXOH1FK5gTH6xDixceOSXuHdtsV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b5VZSgXOH1FK5gTH6xDixceOSXuHdtsV > .row .container { font-size:0.875rem;font-family:arial;height:3.875rem;width:75rem;position:relative;display:block; }#F5opzFT14s6gT0xIBdi5RM8s7JUFZcFb { display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:0.97500228881838rem;left:0rem;height:1.92465rem;color:rgba(var(--color-tertiary-0),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MlCaoQVmgRqUfIWSRh71C88r05NTnNyt { display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:0.97500228881838rem;left:0rem;height:1.925rem;color:rgba(var(--color-tertiary-4),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qPoh30DMvL37TJNdesh2fBW8aU1oOlRI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.65);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; }#qPoh30DMvL37TJNdesh2fBW8aU1oOlRI > .row .container { background-color: transparent; background-image: none; }#qPoh30DMvL37TJNdesh2fBW8aU1oOlRI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPoh30DMvL37TJNdesh2fBW8aU1oOlRI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPoh30DMvL37TJNdesh2fBW8aU1oOlRI > .row .container > .video-iframe-container { display: none; }#qPoh30DMvL37TJNdesh2fBW8aU1oOlRI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPoh30DMvL37TJNdesh2fBW8aU1oOlRI > .row > .video-iframe-container { display: none; }#qPoh30DMvL37TJNdesh2fBW8aU1oOlRI > .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); }#qPoh30DMvL37TJNdesh2fBW8aU1oOlRI > .row .container { border-width: 0; border-radius: 0; }#qPoh30DMvL37TJNdesh2fBW8aU1oOlRI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qPoh30DMvL37TJNdesh2fBW8aU1oOlRI > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:block; }#HZ87LgvWJG6wMfpxHVg0CU5R7KfmeDvp { display:block;width:24.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.1875rem rgba(var(--color-primary-3),1);top:1.5772485733032rem;left:25.312498569489rem;height:3.6558125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;display:block; }
#m4VXWrhq2kViETFKUeE8VOaNyXVoQw96 { box-sizing:content-box;height:3.56235625rem;width:16.062375rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(150deg, rgba(var(--color-tertiary-0),0.5), rgba(var(--color-tertiary-2),0.5));background-image: -moz-linear-gradient(150deg, rgba(var(--color-tertiary-0),0.5), rgba(var(--color-tertiary-2),0.5));background-image: -ms-linear-gradient(150deg, rgba(var(--color-tertiary-0),0.5), rgba(var(--color-tertiary-2),0.5));background-image: -o-linear-gradient(150deg, rgba(var(--color-tertiary-0),0.5), rgba(var(--color-tertiary-2),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.5)', endColorstr='rgba(var(--color-tertiary-2),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.5)', endColorstr='rgba(var(--color-tertiary-2),0.5)' );";background-image: linear-gradient(150deg, rgba(var(--color-tertiary-0),0.5), rgba(var(--color-tertiary-2),0.5));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:1.7647485733032rem;left:29.420996189117rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#FFOPlpU8LTTOVxudRP3U4sZIVV10GaFp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.65);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; }#FFOPlpU8LTTOVxudRP3U4sZIVV10GaFp > .row .container { background-color: transparent; background-image: none; }#FFOPlpU8LTTOVxudRP3U4sZIVV10GaFp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFOPlpU8LTTOVxudRP3U4sZIVV10GaFp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFOPlpU8LTTOVxudRP3U4sZIVV10GaFp > .row .container > .video-iframe-container { display: none; }#FFOPlpU8LTTOVxudRP3U4sZIVV10GaFp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFOPlpU8LTTOVxudRP3U4sZIVV10GaFp > .row > .video-iframe-container { display: none; }#FFOPlpU8LTTOVxudRP3U4sZIVV10GaFp > .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); }#FFOPlpU8LTTOVxudRP3U4sZIVV10GaFp > .row .container { border-width: 0; border-radius: 0; }#FFOPlpU8LTTOVxudRP3U4sZIVV10GaFp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FFOPlpU8LTTOVxudRP3U4sZIVV10GaFp > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#e25IaQfZiTAQxiTTnhmRd3nsMLrUTdwa { color:rgba(var(--color-tertiary-0),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:4.125rem;left:29.125rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ZrLK6NZXbispBwWMMfE7VQ8iuHba0plX { color:rgba(var(--color-tertiary-0),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:6.1875rem;left:16.125rem;height:9.002625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eJqtqbGwTw0gypGi1r61lSlmAeSPkLU8 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:6.25rem;left:41.125rem;height:9.002625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rqTcXFhJNiFcKBoINmumyktTfCxI3CA6 { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);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:block;z-index:15001;top:2.0625rem;left:23.1875rem;display:block; }
#EdwE11L19mX9p1U5NFAP5y0EWiidRxsB { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);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:block;z-index:15002;top:0rem;left:35.65625rem;display:none; }
#PJqnVTuwRBv9uvuMVyT1rwV6APlGDXe8 { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);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:block;z-index:15003;top:2.125rem;left:48.1875rem;display:block; }
#KFSR07L8TpbNQUp8xxWBD6t8OEeKWqXI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#KFSR07L8TpbNQUp8xxWBD6t8OEeKWqXI > .row .container { background-color: transparent; background-image: none; }#KFSR07L8TpbNQUp8xxWBD6t8OEeKWqXI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KFSR07L8TpbNQUp8xxWBD6t8OEeKWqXI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KFSR07L8TpbNQUp8xxWBD6t8OEeKWqXI > .row .container > .video-iframe-container { display: none; }#KFSR07L8TpbNQUp8xxWBD6t8OEeKWqXI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KFSR07L8TpbNQUp8xxWBD6t8OEeKWqXI > .row > .video-iframe-container { display: none; }#KFSR07L8TpbNQUp8xxWBD6t8OEeKWqXI > .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); }#KFSR07L8TpbNQUp8xxWBD6t8OEeKWqXI > .row .container { border-width: 0; border-radius: 0; }#KFSR07L8TpbNQUp8xxWBD6t8OEeKWqXI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KFSR07L8TpbNQUp8xxWBD6t8OEeKWqXI > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#EgiDaKzmqeec2LniT1PvFdy0mQFRFWNu { box-sizing:content-box;color:#ffffff;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:block;z-index:15010;top:0.625rem;left:71.875rem;display:block; }
#qscK4LVZ8pzB3T5tBHmK3sfW3C7Qr9eN { box-sizing:content-box;color:#ffffff;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:block;z-index:15011;top:0.625rem;left:68.8125rem;display:block; }
#c4wV3KrZtKtls9Bio0hiNAaDZK2ADADK { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:5.25rem;top:1.4375rem;left:6.4375rem;overflow:hidden;display:block; }
#zqcuaSmLyJqEggOUTkw1ouoani9voriU { color:rgba(var(--color-tertiary-0),1);display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:1.6875rem;left:0rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c5G8RtScKIxsG1xatyVks5XB30b1DI77 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:8.9375rem;top:1.65625rem;left:13.249218940735rem;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #ui07xbHQDmXrHh1EeLi2LFBIw4FuGcO6 { display:block; }#ui07xbHQDmXrHh1EeLi2LFBIw4FuGcO6 > .row .container { width:47.75rem;height:37.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZBxMPAc0aU3Fm7t5NSxVgEpWJJ6aFpz8 { width:46.75rem;height:6.1875rem;top:2rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .widget-regular-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .widget-input-text { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .widget-input-text {padding-top: 0; padding-bottom: 0;}#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .widget-textarea { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .widget-input-select { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .widget-input-select {padding-top: 0; padding-bottom: 0;}#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .widget-input-button { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .widget-checkbox-label { width:15.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82  { width:16.25rem;height:auto;top:23.8125rem;left:0rem; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .radio-container { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 {display:block;}#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 { width:16.25rem;height:auto;top:23.8125rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #bTnnXPnh69ixtVIp15oJMDWHwwvkoNJy {  }
 }@media only screen and (max-width: 1199px) { #wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #RBG5iv6y6EKZbVnVnTDBE5TTeEsSimfl { display:block; }
 }@media only screen and (max-width: 1199px) { #wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #zOGv2sPnSE3AzMXhZW99LhtADAsMTg6f {  }
 }@media only screen and (max-width: 1199px) { #wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #r7gzmwd8QKkU19XZ8avrTo7vO9pQXCON {  }
 }@media only screen and (max-width: 1199px) { #wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #aNU9RyPKZzpZAJJzo0qB36Rhf5s7pZ76 { display:block; }
 }@media only screen and (max-width: 1199px) { #wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #PHWae1EwPqcBAuFgWB0M98c0flyaXeXf {  }
 }@media only screen and (max-width: 1199px) { #wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #F9rme6ffKfPQOL0yfwqaXv3yeIwbOG8P {  }
 }@media only screen and (max-width: 1199px) { #wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #sdoWvikAKG0UORBoebemezvMOgJTTRZ2 { display:block; }
 }@media only screen and (max-width: 1199px) { #wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #Z2wibdMbXP9QPqXiCqDTe4VVdTqpdtyS {  }
 }@media only screen and (max-width: 1199px) { #wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #JvKxITZmR3tWFsOKBr4Q40hcNZsNdarH {  }
 }@media only screen and (max-width: 1199px) { #wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #aLea5emUklkmTW91RJvPIASogcFRBD8w {  }
 }@media only screen and (max-width: 1199px) { #wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #L4m8lEJiMxUAWA8vdRo6ga5gEr4QRz3r {  }
 }@media only screen and (max-width: 1199px) { #wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #EQfwcObu38GE0FEKeZ8KJyE0aU1plV1b {  }
 }@media only screen and (max-width: 1199px) { #wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #CdolRbtBXoIcAWNIT1Zttis7gsOezu4b {  }
 }@media only screen and (max-width: 1199px) { #QOgKysa9rTssRnLlHPDHkVADwoqPchz7 { width:46.75rem;height:1.375rem;top:2rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zcgD7dZsdwpf11z5VuwPxtFvbbzMBodB { width:46.75rem;height:1.92480625rem;top:15.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dR8uXaMHPX33uu5wfgC0zJEkf2XcQTzO { width:46.75rem;height:1.375rem;top:2rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tg9Fz3sTHPAWoFRNMR61msPO8KgAzkIq { width:5.6875rem;height:5.6875rem;top:20.875rem;left:21.062500953674rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TdcxfgELdqMT5FyWT7TAdcmcVJ8JhPP1 { width:9.125rem;height:5.648451849685rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tJLMa930drr9asrX1wK0rfQc0c56AB2q { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ruO36DW37intzH5PAWS31H3sQ02htkel { width:17.5625rem;height:2.875rem;top:24.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pKn2SeCGQEQyNZM8qGSoOiOqyGphC8vp { display:block; }#pKn2SeCGQEQyNZM8qGSoOiOqyGphC8vp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #T0ODJMF3dsSNeMmRdy721VdfTfWNp6BZ { width:46.75rem;height:1.92480625rem;top:15.25rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #dWIMJlfGeF2bsOmZyzT80ttD0EsUE3Nm { width:46.75rem;height:1.92480625rem;top:15.25rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #swVImrTwyhNCfrwuEfAbtxeUk2BoUGEh { display:block; }#swVImrTwyhNCfrwuEfAbtxeUk2BoUGEh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Q2ARhk98NcotiIT6vm8ugUWyvzFsfE8w { width:12.5625rem;height:11.25rem;top:4.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s6W3L09PoSpgI5lrgmT503TSoe7XGMnE { width:12.5625rem;height:9.375rem;top:4.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yS3zHBlr5d85QbrEaI0RMSyoswZvESFR { width:9.375rem;height:7.4371875rem;top:3.625rem;left:7.2499985694888rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DDa9s7UFE6LHx2msxulGHlLvlk71blSt { width:9.1875rem;height:7.3125rem;top:3.625rem;left:31.124994754791rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oMJDgwqUP2FDPJ6DrTEWQchMwbxxqurN { display:none; }#oMJDgwqUP2FDPJ6DrTEWQchMwbxxqurN > .row .container { width:47.75rem;height:11.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #pT1OoMNQTEJyk9NOTkyhURk6G4N1W94O { width:46rem;height:8.125rem;top:2.4375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dW8QlHnbeHpqi1Hm0IWo2phxJ8EUuSyi { display:none; }#dW8QlHnbeHpqi1Hm0IWo2phxJ8EUuSyi > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #ZGKTz12mBKQqoQz4x7X4LckUoTQQDVPk { width:12.5625rem;height:8.9375rem;top:4.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rWNc7WhIZIkOsF22ThIqGfFLFL9TGm1P { width:12.5625rem;height:8.9375rem;top:4.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zzJ4aqKCG5pPcLvHHPnz3TTOKuqqfziZ { width:12.5625rem;height:8.9375rem;top:4.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ySeFf4VMvl5J5pZLpixpc1Bi22h2T2aI { width:3.125rem;height:3.125rem;top:5.3125rem;left:38.125000953674rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JVT7s31HfaTtsgQKb1keWeDrRrEDsfhb { width:3.125rem;height:3.125rem;top:5.3125rem;left:6.374218940735rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KsQlXr6mPLaFxwlCHwd3P8dQ7JWkfqtb { width:3.125rem;height:3.125rem;top:5.3125rem;left:22.250000953674rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xy6S3sZM6PvDzxrkXAaCnB1urbg3NrX7 { width:5rem;height:5rem;top:4.375rem;left:5.4367189407349rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tbKmIGi4g8rCdDTrLhEnIbkhLGOZDm1D { width:5rem;height:5rem;top:4.375rem;left:21.312500953674rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V5d7fF4Fg98hJ78fxLnXN1PZQ5hdtWTa { width:5rem;height:5rem;top:4.375rem;left:37.187500953674rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ckbWx5ykblRmJKG5KTK0J7dXJsziVrAN { width:16.0625rem;height:16.5rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DxSxRSOEGsKLpJmHavySSc2WRZSCy1OV { width:16rem;height:16.4375rem;top:2.3125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GtoNyf34Bwnwb8AHHeKD46fNPC1IzPdR { width:16rem;height:16.4375rem;top:2.3125rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JG4zW9KBlwgiT1byfMvNPry2bTdFofNy { display:none; }#JG4zW9KBlwgiT1byfMvNPry2bTdFofNy > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #EQNuF8VwWTpuWEwgeyUXzXXpU7CKMpgx { width:12.5625rem;height:8.9375rem;top:4.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hSt5183lmq1srI4GouoqWGGN3yA5kuhD { width:12.5625rem;height:8.9375rem;top:4.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qgc3g07DfbotTdbXtEDdvTn3TrbexdtD { width:12.5625rem;height:8.9375rem;top:4.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t8IPdpdCADDFc1M9aRQPS6Suirnp9ED8 { width:3.125rem;height:3.125rem;top:6.5625rem;left:22.250000953674rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RwITX1o8Oy7DV2IiKLMLhBXiRiiTQvqe { width:3.125rem;height:3.125rem;top:6.5625rem;left:6.374218940735rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uBXAu1Z3yaHXbDESRDBJPiAeiOk7UTya { width:3.125rem;height:3.125rem;top:6.5625rem;left:38.125000953674rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ihxAyGHuA03ErWKz49rqHh0uJlNzTENF { width:5rem;height:5rem;top:5.5rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eL0sK6UgHCu78cHdo2BsTkcTUJ5Qtzzi { width:5rem;height:5rem;top:5.5rem;left:21.312500953674rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZH6CpLw79qWS1gFh4gZqSSKTPinKA4ox { width:5rem;height:5rem;top:5.5rem;left:37.187500953674rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Awa1QNIDPSHCwS4nrWC87V9M6e7l8tG3 { width:16rem;height:16.4375rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lBALIEWnZzmqBtzGAWwdzXSsaW2p27TJ { width:16rem;height:16.4375rem;top:2.3125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Td8bHEItitBeHuJ3U51DpTpR5J5KPhtL { width:16rem;height:16.4375rem;top:2.3125rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ne2m0dzUoZmL0I6mvRcZFho5QwyTtnS1 { display:block; }#Ne2m0dzUoZmL0I6mvRcZFho5QwyTtnS1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Ufwwn7NhQT92tG6lqGweHMN8RFanUptz { width:46.75rem;height:1.92480625rem;top:15.25rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #JFcBTh7AcNz1xOt1poToqXSpqHAdThdD { width:46.75rem;height:1.92480625rem;top:15.25rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #a7twetTkWvdNACl0tnatxIrkPfrJTayr { display:block; }#a7twetTkWvdNACl0tnatxIrkPfrJTayr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uQHSRXoovkkUDllCwps4xXSfgeNbb6i4 { width:45.5rem;height:8.6113125rem;top:3.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o6bOGexwygoXwbvuFaFH0N3wNqDmlOEL { width:12.5625rem;height:65.125rem;top:4.8125rem;left:1.125rem;display:block; }#o6bOGexwygoXwbvuFaFH0N3wNqDmlOEL li:before{  }
 }@media only screen and (max-width: 1199px) { #OWdRiHdOdcX4AwJ9Zu0czP95pKhO9NRC { width:41.3125rem;height:9.0625rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pZFk0ylLvCeN5xMuJSEhVdzJuSM1FRxT { display:block; }#pZFk0ylLvCeN5xMuJSEhVdzJuSM1FRxT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #pVss0LN72Vd9cyqhFr1zCdJH1MVqN39O { width:46.75rem;height:1.92480625rem;top:15.25rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Ng19q9brxWwdxT9xKSESWXGPNsHnnx1g { width:46.75rem;height:1.92480625rem;top:15.25rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Lg0NTUrlzStG5aTmSl9pg6aTyHGmaMoP { display:block; }#Lg0NTUrlzStG5aTmSl9pg6aTyHGmaMoP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HeOyFMm57brCdtgcPANdsZmUtWtBVaA8 { width:15rem;height:10rem;top:4.5rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r44ZGUW1phvRKbk6e4PO302yfyZdvhkV { width:15rem;height:10rem;top:4.5rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n38oA1Ucfp4S3d0Bt7S5fRrarmw4X19S { width:15rem;height:10rem;top:4.5rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D1QdfDRUwWcTWzLNJOdrn1TMd1qLUfgw { width:15rem;height:10rem;top:4.5rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v2wZeVAUmHW2SHvJWRt8g5MPD9a6AfDd { width:15.5rem;height:10rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bfFP63OZXDFq7yFzWDPcZc7OGET0L7OI { width:15.125rem;height:10rem;top:14.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z0psE62FWunOVpyAaUtNIhR1WwoNUCfx { display:block; }#Z0psE62FWunOVpyAaUtNIhR1WwoNUCfx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #JoxzW6PRgasOGwRPSo0sBVJCv72XRzfp { width:15rem;height:10rem;top:0rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VQ2hI3iWeluhTsGckwbn0XiuxwQ66TI1 { width:15rem;height:10rem;top:0rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GnJyvHGQyclObBrABl8ALavfyyNWD2pL { width:15.0625rem;height:10.4375rem;top:0rem;left:31.374998569489rem;display:block; }
 }@media only screen and (max-width: 1199px) { #exEgThiscWrJwm7GIOPUXxv7SCleM6mh { width:15rem;height:9.9375rem;top:0rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D87Hi5RGKqTT4CSTh4Uag6NGUXXvgPEs { display:block; }#D87Hi5RGKqTT4CSTh4Uag6NGUXXvgPEs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CXc5K4hTOzBPxreaty56TVihKpc5wO6r { width:14.8125rem;height:9.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #viFaNlmR8ZPqy48rDwtwSMvGaNwTlD0e { width:15.125rem;height:9.875rem;top:0rem;left:1.1873536109924rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CQnpieAWTssOztVw9RBOHp69QrBfX82k { width:15.5rem;height:9.8125rem;top:0rem;left:16.312204837799rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tmroqIBeGPOwPMhAN35vAszHWGhyztW8 { width:15.4375rem;height:9.8125rem;top:0rem;left:31.374998569489rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dXu1CESxefzS3U2lHCHWHzGyKp1NI9CV { width:14.8125rem;height:9.875rem;top:0rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aD01JpwgUVcwXrPrLrIcOzPEvyaV7XpH { display:block; }#aD01JpwgUVcwXrPrLrIcOzPEvyaV7XpH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ewLVB6knEqR0RgPZVo0D61TSIQAiSyfI { width:45.5rem;height:3.25rem;top:3.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dZowOxw04twhG4yUGgRmvNT9JZF1eRsF { width:12.125rem;height:8.4375rem;top:15.875rem;left:35.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ytzknyaez6NUeH2QvXHF4DWvXi7rBxmv { width:12.5rem;height:25rem;top:9.25rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CzaACD6iACWUzgT6wu22gkix6XpXH5I1 { width:46.75rem;height:25rem;top:9.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C844ie3ISP08ATdCFKooyEt2kD8QB9dh { display:block; }
 }@media only screen and (max-width: 1199px) { #OevS6dJ1w7oWtnF0zK2e4TsiQeESfDAw { width:17.625rem;height:4.1875rem;top:6.375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #b5VZSgXOH1FK5gTH6xDixceOSXuHdtsV { display:none; }#b5VZSgXOH1FK5gTH6xDixceOSXuHdtsV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #F5opzFT14s6gT0xIBdi5RM8s7JUFZcFb { width:46.75rem;height:1.92480625rem;top:15.25rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #MlCaoQVmgRqUfIWSRh71C88r05NTnNyt { width:46.75rem;height:1.92480625rem;top:15.25rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #qPoh30DMvL37TJNdesh2fBW8aU1oOlRI { display:block; }#qPoh30DMvL37TJNdesh2fBW8aU1oOlRI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HZ87LgvWJG6wMfpxHVg0CU5R7KfmeDvp { width:45.5rem;height:3.25rem;top:3.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m4VXWrhq2kViETFKUeE8VOaNyXVoQw96 { width:16rem;height:3.5rem;top:1.75rem;left:15.795996189117rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FFOPlpU8LTTOVxudRP3U4sZIVV10GaFp { display:block; }#FFOPlpU8LTTOVxudRP3U4sZIVV10GaFp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #e25IaQfZiTAQxiTTnhmRd3nsMLrUTdwa { width:16.75rem;height:10.5rem;top:4.125rem;left:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZrLK6NZXbispBwWMMfE7VQ8iuHba0plX { width:17.8125rem;height:9rem;top:6.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eJqtqbGwTw0gypGi1r61lSlmAeSPkLU8 { width:17.8125rem;height:9rem;top:6.25rem;left:13.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rqTcXFhJNiFcKBoINmumyktTfCxI3CA6 { width:3.625rem;height:3.625rem;top:2.0625rem;left:12.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EdwE11L19mX9p1U5NFAP5y0EWiidRxsB { width:3.6875rem;height:3.6875rem;top:0rem;left:21.96875rem;font-size:2.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #PJqnVTuwRBv9uvuMVyT1rwV6APlGDXe8 { width:3.625rem;height:3.625rem;top:2.125rem;left:28.0625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KFSR07L8TpbNQUp8xxWBD6t8OEeKWqXI { display:block; }#KFSR07L8TpbNQUp8xxWBD6t8OEeKWqXI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #EgiDaKzmqeec2LniT1PvFdy0mQFRFWNu { width:3.125rem;height:3.125rem;top:0.625rem;left:44.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qscK4LVZ8pzB3T5tBHmK3sfW3C7Qr9eN { width:3.125rem;height:3.125rem;top:0.625rem;left:42.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c4wV3KrZtKtls9Bio0hiNAaDZK2ADADK { width:5.25rem;height:1.5625rem;top:1.40625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zqcuaSmLyJqEggOUTkw1ouoani9voriU { top:1.6875rem;left:0rem;width:5.75rem;height:0.9746125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c5G8RtScKIxsG1xatyVks5XB30b1DI77 { width:12.375rem;height:1.5625rem;top:1.40625rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#910065;background-image:url("https://images.assets-landingi.com/uc/cb996e9b-745a-4b24-818b-36361173677b/liniatlapodlaczonainternetulubsieci.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#iyuH4SO7ci1zIErNOIyngrBTABZQXOuL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iyuH4SO7ci1zIErNOIyngrBTABZQXOuL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iyuH4SO7ci1zIErNOIyngrBTABZQXOuL > .row > .video-iframe-container { display: none; }#iyuH4SO7ci1zIErNOIyngrBTABZQXOuL > .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) { #ui07xbHQDmXrHh1EeLi2LFBIw4FuGcO6 { background-color:rgba(0,0,0,0.65);background-image:none;display:block; }#ui07xbHQDmXrHh1EeLi2LFBIw4FuGcO6 > .row .container { background-color: transparent; background-image: none; }#ui07xbHQDmXrHh1EeLi2LFBIw4FuGcO6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ui07xbHQDmXrHh1EeLi2LFBIw4FuGcO6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ui07xbHQDmXrHh1EeLi2LFBIw4FuGcO6 > .row .container > .video-iframe-container { display: none; }#ui07xbHQDmXrHh1EeLi2LFBIw4FuGcO6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ui07xbHQDmXrHh1EeLi2LFBIw4FuGcO6 > .row > .video-iframe-container { display: none; }#ui07xbHQDmXrHh1EeLi2LFBIw4FuGcO6 > .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); }#ui07xbHQDmXrHh1EeLi2LFBIw4FuGcO6 > .row .container { width:20rem;height:57.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZBxMPAc0aU3Fm7t5NSxVgEpWJJ6aFpz8 { width:20rem;height:3.8179rem;top:6.125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;font-size:0.75rem;overflow:hidden;display:block;color:rgba(var(--color-tertiary-0),1); }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5rem;font-size:0.625rem;overflow:hidden;color:#000000;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1); }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .widget-input-text {padding-top: 0; padding-bottom: 0;}#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.625rem;overflow:hidden;color:#000000;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1); }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .widget-input-select {padding-top: 0; padding-bottom: 0;}#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.125rem;font-size:1.25rem;overflow:hidden; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 [class*="-text"]:-moz-placeholder { font-size:0.625rem;color:rgba(0,0,0,0.24);font-family:montserrat;font-weight:400;font-style:normal; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 [class*="-text"]::-moz-placeholder { font-size:0.625rem;color:rgba(0,0,0,0.24);font-family:montserrat;font-weight:400;font-style:normal; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 [class*="-text"]:-ms-input-placeholder { font-size:0.625rem;color:rgba(0,0,0,0.24);font-family:montserrat;font-weight:400;font-style:normal; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 [class*="-text"]::-webkit-input-placeholder { font-size:0.625rem;color:rgba(0,0,0,0.24);font-family:montserrat;font-weight:400;font-style:normal; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto;color:rgba(var(--color-tertiary-0),1); }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82  { width:17.5rem;height:auto;top:27.125rem;left:0rem; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 {display:block;}#wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 { width:17.5rem;height:auto;top:27.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #bTnnXPnh69ixtVIp15oJMDWHwwvkoNJy {  }
 }@media only screen and (max-width: 763px) { #wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #RBG5iv6y6EKZbVnVnTDBE5TTeEsSimfl { display:block; }
 }@media only screen and (max-width: 763px) { #wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #zOGv2sPnSE3AzMXhZW99LhtADAsMTg6f {  }
 }@media only screen and (max-width: 763px) { #wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #r7gzmwd8QKkU19XZ8avrTo7vO9pQXCON {  }
 }@media only screen and (max-width: 763px) { #wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #aNU9RyPKZzpZAJJzo0qB36Rhf5s7pZ76 { display:block; }
 }@media only screen and (max-width: 763px) { #wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #PHWae1EwPqcBAuFgWB0M98c0flyaXeXf {  }
 }@media only screen and (max-width: 763px) { #wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #F9rme6ffKfPQOL0yfwqaXv3yeIwbOG8P {  }
 }@media only screen and (max-width: 763px) { #wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #sdoWvikAKG0UORBoebemezvMOgJTTRZ2 { display:block; }
 }@media only screen and (max-width: 763px) { #wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #Z2wibdMbXP9QPqXiCqDTe4VVdTqpdtyS {  }
 }@media only screen and (max-width: 763px) { #wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #JvKxITZmR3tWFsOKBr4Q40hcNZsNdarH {  }
 }@media only screen and (max-width: 763px) { #wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #aLea5emUklkmTW91RJvPIASogcFRBD8w {  }
 }@media only screen and (max-width: 763px) { #wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #L4m8lEJiMxUAWA8vdRo6ga5gEr4QRz3r {  }
 }@media only screen and (max-width: 763px) { #wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #EQfwcObu38GE0FEKeZ8KJyE0aU1plV1b {  }
 }@media only screen and (max-width: 763px) { #wJiq8D5BlUc8xHn4g1iEeHXOHe6hop82 #CdolRbtBXoIcAWNIT1Zttis7gsOezu4b {  }
 }@media only screen and (max-width: 763px) { #QOgKysa9rTssRnLlHPDHkVADwoqPchz7 { width:20rem;height:2.4375rem;top:10.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zcgD7dZsdwpf11z5VuwPxtFvbbzMBodB { width:18.4375rem;height:2.9745875rem;top:17.6875rem;left:0.78125005960463rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dR8uXaMHPX33uu5wfgC0zJEkf2XcQTzO { width:17.125rem;height:1.7063375rem;top:14.6875rem;left:1.4367188811302rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Tg9Fz3sTHPAWoFRNMR61msPO8KgAzkIq { display:flex;width:5.6875rem;height:5.6875rem;top:50.4375rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TdcxfgELdqMT5FyWT7TAdcmcVJ8JhPP1 { width:6.0625rem;height:3.75rem;top:1.25rem;left:6.9687501788137rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJLMa930drr9asrX1wK0rfQc0c56AB2q { display:flex;top:22.3125rem;left:8.7187501788137rem;width:2.5625rem;height:2.5625rem;z-index:15023; }
 }@media only screen and (max-width: 763px) { #ruO36DW37intzH5PAWS31H3sQ02htkel { width:17.5625rem;height:2.875rem;top:14.055927276611rem;left:1.1711447238922rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKn2SeCGQEQyNZM8qGSoOiOqyGphC8vp { display:block; }#pKn2SeCGQEQyNZM8qGSoOiOqyGphC8vp > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0ODJMF3dsSNeMmRdy721VdfTfWNp6BZ { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dWIMJlfGeF2bsOmZyzT80ttD0EsUE3Nm { width:20rem;height:1.5749125rem;top:0.77421951293944rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15013;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #swVImrTwyhNCfrwuEfAbtxeUk2BoUGEh { 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; }#swVImrTwyhNCfrwuEfAbtxeUk2BoUGEh > .row .container { background-color: transparent; background-image: none; }#swVImrTwyhNCfrwuEfAbtxeUk2BoUGEh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#swVImrTwyhNCfrwuEfAbtxeUk2BoUGEh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#swVImrTwyhNCfrwuEfAbtxeUk2BoUGEh > .row .container > .video-iframe-container { display: none; }#swVImrTwyhNCfrwuEfAbtxeUk2BoUGEh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#swVImrTwyhNCfrwuEfAbtxeUk2BoUGEh > .row > .video-iframe-container { display: none; }#swVImrTwyhNCfrwuEfAbtxeUk2BoUGEh > .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); }#swVImrTwyhNCfrwuEfAbtxeUk2BoUGEh > .row .container { border-width: 0; border-radius: 0; }#swVImrTwyhNCfrwuEfAbtxeUk2BoUGEh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#swVImrTwyhNCfrwuEfAbtxeUk2BoUGEh > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q2ARhk98NcotiIT6vm8ugUWyvzFsfE8w { width:17.125rem;height:3.65625rem;top:9.625rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #s6W3L09PoSpgI5lrgmT503TSoe7XGMnE { width:15.625rem;height:3.6558125rem;top:22.811768054962rem;left:2.1874998807907rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yS3zHBlr5d85QbrEaI0RMSyoswZvESFR { width:6.4996875rem;height:5.1869125rem;top:3.1870617866516rem;left:6.7494155168531rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDa9s7UFE6LHx2msxulGHlLvlk71blSt { width:6.999875rem;height:5.56220625rem;top:15.936039447784rem;left:6.4997073411944rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMJDgwqUP2FDPJ6DrTEWQchMwbxxqurN { background-color:#b00076;background-image:none;display:block; }#oMJDgwqUP2FDPJ6DrTEWQchMwbxxqurN > .row .container { background-color: transparent; background-image: none; }#oMJDgwqUP2FDPJ6DrTEWQchMwbxxqurN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMJDgwqUP2FDPJ6DrTEWQchMwbxxqurN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMJDgwqUP2FDPJ6DrTEWQchMwbxxqurN > .row .container > .video-iframe-container { display: none; }#oMJDgwqUP2FDPJ6DrTEWQchMwbxxqurN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMJDgwqUP2FDPJ6DrTEWQchMwbxxqurN > .row > .video-iframe-container { display: none; }#oMJDgwqUP2FDPJ6DrTEWQchMwbxxqurN > .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); }#oMJDgwqUP2FDPJ6DrTEWQchMwbxxqurN > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pT1OoMNQTEJyk9NOTkyhURk6G4N1W94O { width:17.25rem;height:3.57330625rem;top:0.96171951293944rem;left:1.3742188811302rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dW8QlHnbeHpqi1Hm0IWo2phxJ8EUuSyi { display:block; }#dW8QlHnbeHpqi1Hm0IWo2phxJ8EUuSyi > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZGKTz12mBKQqoQz4x7X4LckUoTQQDVPk { width:12.0625rem;height:3.9011375rem;top:11.25rem;left:3.9687501788139rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #rWNc7WhIZIkOsF22ThIqGfFLFL9TGm1P { width:12.125rem;height:3.9011375rem;top:29.6875rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zzJ4aqKCG5pPcLvHHPnz3TTOKuqqfziZ { width:12.9375rem;height:5.20151875rem;top:47.3125rem;left:3.5312501788139rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ySeFf4VMvl5J5pZLpixpc1Bi22h2T2aI { display:flex;width:3.125rem;height:3.125rem;top:41.375rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #JVT7s31HfaTtsgQKb1keWeDrRrEDsfhb { display:flex;width:3.125rem;height:3.125rem;top:4.8125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #KsQlXr6mPLaFxwlCHwd3P8dQ7JWkfqtb { display:flex;width:3.125rem;height:3.125rem;top:23.8125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #Xy6S3sZM6PvDzxrkXAaCnB1urbg3NrX7 { width:5rem;height:5rem;top:3.875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbKmIGi4g8rCdDTrLhEnIbkhLGOZDm1D { width:5rem;height:5rem;top:22.875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5d7fF4Fg98hJ78fxLnXN1PZQ5hdtWTa { width:5rem;height:5rem;top:40.4375rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckbWx5ykblRmJKG5KTK0J7dXJsziVrAN { width:16.0625rem;height:16.5rem;top:1.262412071228rem;left:1.9209986925125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxSxRSOEGsKLpJmHavySSc2WRZSCy1OV { width:16rem;height:16.4375rem;top:19.981017112732rem;left:1.9523946046829rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtoNyf34Bwnwb8AHHeKD46fNPC1IzPdR { width:16rem;height:16.4375rem;top:38.074615478516rem;left:1.9523946046829rem;display:block; }
 }@media only screen and (max-width: 763px) { #JG4zW9KBlwgiT1byfMvNPry2bTdFofNy { display:block; }#JG4zW9KBlwgiT1byfMvNPry2bTdFofNy > .row .container { width:20rem;height:55.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EQNuF8VwWTpuWEwgeyUXzXXpU7CKMpgx { width:9.8125rem;height:2.60075625rem;top:10.4375rem;left:5.125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hSt5183lmq1srI4GouoqWGGN3yA5kuhD { width:11.0625rem;height:2.60075625rem;top:29.25rem;left:4.5rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Qgc3g07DfbotTdbXtEDdvTn3TrbexdtD { width:13rem;height:1.30038125rem;top:46.875rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #t8IPdpdCADDFc1M9aRQPS6Suirnp9ED8 { display:flex;width:3.125rem;height:3.125rem;top:22.1875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #RwITX1o8Oy7DV2IiKLMLhBXiRiiTQvqe { display:flex;width:3.125rem;height:3.125rem;top:3.625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #uBXAu1Z3yaHXbDESRDBJPiAeiOk7UTya { display:flex;width:3.125rem;height:3.125rem;top:40.1875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #ihxAyGHuA03ErWKz49rqHh0uJlNzTENF { width:5rem;height:5rem;top:2.5625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eL0sK6UgHCu78cHdo2BsTkcTUJ5Qtzzi { width:5rem;height:5rem;top:21.125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZH6CpLw79qWS1gFh4gZqSSKTPinKA4ox { width:5rem;height:5rem;top:39.125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Awa1QNIDPSHCwS4nrWC87V9M6e7l8tG3 { width:16rem;height:16.4375rem;top:0rem;left:1.9991236925125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBALIEWnZzmqBtzGAWwdzXSsaW2p27TJ { width:16rem;height:16.4375rem;top:18.330165863037rem;left:1.9523946046829rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td8bHEItitBeHuJ3U51DpTpR5J5KPhtL { width:16rem;height:16.4375rem;top:36.110542535782rem;left:1.9523946046829rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ne2m0dzUoZmL0I6mvRcZFho5QwyTtnS1 { display:block; }#Ne2m0dzUoZmL0I6mvRcZFho5QwyTtnS1 > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ufwwn7NhQT92tG6lqGweHMN8RFanUptz { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JFcBTh7AcNz1xOt1poToqXSpqHAdThdD { width:20rem;height:1.5749125rem;top:0.77500057220456rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15014;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #a7twetTkWvdNACl0tnatxIrkPfrJTayr { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ce6f3e78-a7b0-4c9b-8345-05221274f084/Asysdent2026Karuzela.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#a7twetTkWvdNACl0tnatxIrkPfrJTayr.adaptive-delivery-prevent-bg, #a7twetTkWvdNACl0tnatxIrkPfrJTayr.lazyload, #a7twetTkWvdNACl0tnatxIrkPfrJTayr.lazyloading { background-image: none; }#a7twetTkWvdNACl0tnatxIrkPfrJTayr > .row .container { background-color: transparent; background-image: none; }#a7twetTkWvdNACl0tnatxIrkPfrJTayr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.35); }#a7twetTkWvdNACl0tnatxIrkPfrJTayr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7twetTkWvdNACl0tnatxIrkPfrJTayr > .row .container > .video-iframe-container { display: none; }#a7twetTkWvdNACl0tnatxIrkPfrJTayr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.35); }#a7twetTkWvdNACl0tnatxIrkPfrJTayr > .row > .video-iframe-container { display: none; }#a7twetTkWvdNACl0tnatxIrkPfrJTayr > .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); }#a7twetTkWvdNACl0tnatxIrkPfrJTayr > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uQHSRXoovkkUDllCwps4xXSfgeNbb6i4 { width:19.3121875rem;height:3.89895rem;top:3.660192489624rem;left:0.3431658744812rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #o6bOGexwygoXwbvuFaFH0N3wNqDmlOEL { width:20rem;height:25.0898125rem;top:10rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.3;display:block; }#o6bOGexwygoXwbvuFaFH0N3wNqDmlOEL li:before{  }
 }@media only screen and (max-width: 763px) { #OWdRiHdOdcX4AwJ9Zu0czP95pKhO9NRC { width:19.8744375rem;height:4.7495625rem;top:3.1892518997192rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZFk0ylLvCeN5xMuJSEhVdzJuSM1FRxT { display:block; }#pZFk0ylLvCeN5xMuJSEhVdzJuSM1FRxT > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pVss0LN72Vd9cyqhFr1zCdJH1MVqN39O { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ng19q9brxWwdxT9xKSESWXGPNsHnnx1g { width:20rem;height:1.5749125rem;top:0.77421951293944rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15015;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Lg0NTUrlzStG5aTmSl9pg6aTyHGmaMoP { background-color:rgba(0,0,0,0.65);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; }#Lg0NTUrlzStG5aTmSl9pg6aTyHGmaMoP > .row .container { background-color: transparent; background-image: none; }#Lg0NTUrlzStG5aTmSl9pg6aTyHGmaMoP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lg0NTUrlzStG5aTmSl9pg6aTyHGmaMoP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lg0NTUrlzStG5aTmSl9pg6aTyHGmaMoP > .row .container > .video-iframe-container { display: none; }#Lg0NTUrlzStG5aTmSl9pg6aTyHGmaMoP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lg0NTUrlzStG5aTmSl9pg6aTyHGmaMoP > .row > .video-iframe-container { display: none; }#Lg0NTUrlzStG5aTmSl9pg6aTyHGmaMoP > .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); }#Lg0NTUrlzStG5aTmSl9pg6aTyHGmaMoP > .row .container { border-width: 0; border-radius: 0; }#Lg0NTUrlzStG5aTmSl9pg6aTyHGmaMoP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lg0NTUrlzStG5aTmSl9pg6aTyHGmaMoP > .row .container { width:20rem;height:70.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HeOyFMm57brCdtgcPANdsZmUtWtBVaA8 { width:15rem;height:10rem;top:13.25rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r44ZGUW1phvRKbk6e4PO302yfyZdvhkV { width:15rem;height:10rem;top:23.75rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n38oA1Ucfp4S3d0Bt7S5fRrarmw4X19S { width:15rem;height:10rem;top:34.375rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1QdfDRUwWcTWzLNJOdrn1TMd1qLUfgw { width:15rem;height:10rem;top:45.375rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2wZeVAUmHW2SHvJWRt8g5MPD9a6AfDd { width:14.8744375rem;height:9.6246875rem;top:2.7482476234436rem;left:2.5620616674423rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfFP63OZXDFq7yFzWDPcZc7OGET0L7OI { width:15.0625rem;height:9.875rem;top:55.998826026916rem;left:2.4686037302018rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0psE62FWunOVpyAaUtNIhR1WwoNUCfx { background-color:rgba(0,0,0,0);background-image:none;display:none; }#Z0psE62FWunOVpyAaUtNIhR1WwoNUCfx > .row .container { width:20rem;height:57.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JoxzW6PRgasOGwRPSo0sBVJCv72XRzfp { width:15rem;height:10rem;top:12.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQ2hI3iWeluhTsGckwbn0XiuxwQ66TI1 { width:14.875rem;height:9.875rem;top:23.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnJyvHGQyclObBrABl8ALavfyyNWD2pL { width:6.625rem;height:4.625rem;top:34.875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #exEgThiscWrJwm7GIOPUXxv7SCleM6mh { width:15rem;height:9.9375rem;top:46.125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D87Hi5RGKqTT4CSTh4Uag6NGUXXvgPEs { display:none; }#D87Hi5RGKqTT4CSTh4Uag6NGUXXvgPEs > .row .container { width:20rem;height:57.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CXc5K4hTOzBPxreaty56TVihKpc5wO6r { width:14.875rem;height:9.875rem;top:1.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #viFaNlmR8ZPqy48rDwtwSMvGaNwTlD0e { width:6.625rem;height:4.3125rem;top:12.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQnpieAWTssOztVw9RBOHp69QrBfX82k { width:4.625rem;height:2.9375rem;top:23.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmroqIBeGPOwPMhAN35vAszHWGhyztW8 { width:6.625rem;height:4.1875rem;top:34.875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXu1CESxefzS3U2lHCHWHzGyKp1NI9CV { width:14.875rem;height:9.875rem;top:46.125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aD01JpwgUVcwXrPrLrIcOzPEvyaV7XpH { background-color:#ffffff;background-image:none;display:block; }#aD01JpwgUVcwXrPrLrIcOzPEvyaV7XpH > .row .container { background-color: transparent; background-image: none; }#aD01JpwgUVcwXrPrLrIcOzPEvyaV7XpH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aD01JpwgUVcwXrPrLrIcOzPEvyaV7XpH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aD01JpwgUVcwXrPrLrIcOzPEvyaV7XpH > .row .container > .video-iframe-container { display: none; }#aD01JpwgUVcwXrPrLrIcOzPEvyaV7XpH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aD01JpwgUVcwXrPrLrIcOzPEvyaV7XpH > .row > .video-iframe-container { display: none; }#aD01JpwgUVcwXrPrLrIcOzPEvyaV7XpH > .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); }#aD01JpwgUVcwXrPrLrIcOzPEvyaV7XpH > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ewLVB6knEqR0RgPZVo0D61TSIQAiSyfI { width:19.25rem;height:2.4375rem;top:2.75rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dZowOxw04twhG4yUGgRmvNT9JZF1eRsF { width:17.625rem;height:0;top:16.4375rem;left:1.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ytzknyaez6NUeH2QvXHF4DWvXi7rBxmv { width:20rem;height:8.0625rem;top:15.9375rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #CzaACD6iACWUzgT6wu22gkix6XpXH5I1 { width:20rem;height:9.6875rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C844ie3ISP08ATdCFKooyEt2kD8QB9dh { display:block; }
 }@media only screen and (max-width: 763px) { #OevS6dJ1w7oWtnF0zK2e4TsiQeESfDAw { width:17.625rem;height:4.21875rem;top:6.3125rem;left:1.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15009;color:#f60182;display:block; }
 }@media only screen and (max-width: 763px) { #b5VZSgXOH1FK5gTH6xDixceOSXuHdtsV { display:none; }#b5VZSgXOH1FK5gTH6xDixceOSXuHdtsV > .row .container { width:20rem;height:3.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #F5opzFT14s6gT0xIBdi5RM8s7JUFZcFb { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #MlCaoQVmgRqUfIWSRh71C88r05NTnNyt { width:20rem;height:1.575rem;top:0.77421951293944rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #qPoh30DMvL37TJNdesh2fBW8aU1oOlRI { background-color:rgba(var(--color-tertiary-4),0.65);background-image:none;display:block; }#qPoh30DMvL37TJNdesh2fBW8aU1oOlRI > .row .container { background-color: transparent; background-image: none; }#qPoh30DMvL37TJNdesh2fBW8aU1oOlRI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPoh30DMvL37TJNdesh2fBW8aU1oOlRI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPoh30DMvL37TJNdesh2fBW8aU1oOlRI > .row .container > .video-iframe-container { display: none; }#qPoh30DMvL37TJNdesh2fBW8aU1oOlRI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPoh30DMvL37TJNdesh2fBW8aU1oOlRI > .row > .video-iframe-container { display: none; }#qPoh30DMvL37TJNdesh2fBW8aU1oOlRI > .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); }#qPoh30DMvL37TJNdesh2fBW8aU1oOlRI > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZ87LgvWJG6wMfpxHVg0CU5R7KfmeDvp { width:20rem;height:2.43720625rem;top:1.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #m4VXWrhq2kViETFKUeE8VOaNyXVoQw96 { width:12.2495625rem;height:3.4995625rem;top:0.875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFOPlpU8LTTOVxudRP3U4sZIVV10GaFp { background-color:rgba(0,0,0,0.65);background-image:none;display:block; }#FFOPlpU8LTTOVxudRP3U4sZIVV10GaFp > .row .container { background-color: transparent; background-image: none; }#FFOPlpU8LTTOVxudRP3U4sZIVV10GaFp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFOPlpU8LTTOVxudRP3U4sZIVV10GaFp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFOPlpU8LTTOVxudRP3U4sZIVV10GaFp > .row .container > .video-iframe-container { display: none; }#FFOPlpU8LTTOVxudRP3U4sZIVV10GaFp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFOPlpU8LTTOVxudRP3U4sZIVV10GaFp > .row > .video-iframe-container { display: none; }#FFOPlpU8LTTOVxudRP3U4sZIVV10GaFp > .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); }#FFOPlpU8LTTOVxudRP3U4sZIVV10GaFp > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e25IaQfZiTAQxiTTnhmRd3nsMLrUTdwa { width:18.9375rem;height:10.5rem;top:18.9375rem;left:0.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZrLK6NZXbispBwWMMfE7VQ8iuHba0plX { width:19rem;height:9.002625rem;top:4.5625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJqtqbGwTw0gypGi1r61lSlmAeSPkLU8 { width:18.9375rem;height:9.002625rem;top:19.0625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqTcXFhJNiFcKBoINmumyktTfCxI3CA6 { width:3.6875rem;height:3.6875rem;top:0.875rem;left:8.1875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdwE11L19mX9p1U5NFAP5y0EWiidRxsB { width:3.6875rem;height:3.6875rem;top:15.3125rem;left:8.1875rem;font-size:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PJqnVTuwRBv9uvuMVyT1rwV6APlGDXe8 { width:3.6875rem;height:3.6875rem;top:15.4375rem;left:8.1875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFSR07L8TpbNQUp8xxWBD6t8OEeKWqXI { background-color:#ad017a;background-image:none;display:block; }#KFSR07L8TpbNQUp8xxWBD6t8OEeKWqXI > .row .container { background-color: transparent; background-image: none; }#KFSR07L8TpbNQUp8xxWBD6t8OEeKWqXI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KFSR07L8TpbNQUp8xxWBD6t8OEeKWqXI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KFSR07L8TpbNQUp8xxWBD6t8OEeKWqXI > .row .container > .video-iframe-container { display: none; }#KFSR07L8TpbNQUp8xxWBD6t8OEeKWqXI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KFSR07L8TpbNQUp8xxWBD6t8OEeKWqXI > .row > .video-iframe-container { display: none; }#KFSR07L8TpbNQUp8xxWBD6t8OEeKWqXI > .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); }#KFSR07L8TpbNQUp8xxWBD6t8OEeKWqXI > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EgiDaKzmqeec2LniT1PvFdy0mQFRFWNu { width:3.125rem;height:3.125rem;top:9.125rem;left:10.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qscK4LVZ8pzB3T5tBHmK3sfW3C7Qr9eN { width:3.125rem;height:3.125rem;top:9.125rem;left:6.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4wV3KrZtKtls9Bio0hiNAaDZK2ADADK { width:5.25rem;height:1.5625rem;top:2.7864570617676rem;left:7.3746747970581rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqcuaSmLyJqEggOUTkw1ouoani9voriU { width:5.74978125rem;height:0.975rem;top:1.25rem;left:7.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c5G8RtScKIxsG1xatyVks5XB30b1DI77 { width:11rem;height:1.3125rem;top:6.09375rem;left:4.5000001788139rem;display:block; }
 }