.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:255,210,220;--color-primary-1:255,119,151;--color-primary-2:255,28,81;--color-primary-3:220,40,79;--color-primary-4:51,6,16;--color-secondary-0:255,250,217;--color-secondary-1:255,237,128;--color-secondary-2:255,219,0;--color-secondary-3:128,110,0;--color-secondary-4:38,33,0;--color-tertiary-0:255,255,255;--color-tertiary-1:172,176,188;--color-tertiary-2:117,123,144;--color-tertiary-3:70,74,86;--color-tertiary-4:25,35,70;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Roboto"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/285d2fe5-ac89-4522-81fc-a812a41cb50e/KONKURS_MIKOLAJKOWY_LP_2025_TO.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#UZX8FFr7SaZ9H5xG7rMZ3KEpWeb0pGKn { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/285d2fe5-ac89-4522-81fc-a812a41cb50e/KONKURS_MIKOLAJKOWY_LP_2025_TO.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#UZX8FFr7SaZ9H5xG7rMZ3KEpWeb0pGKn.adaptive-delivery-prevent-bg, #UZX8FFr7SaZ9H5xG7rMZ3KEpWeb0pGKn.lazyload, #UZX8FFr7SaZ9H5xG7rMZ3KEpWeb0pGKn.lazyloading { background-image: none; }#UZX8FFr7SaZ9H5xG7rMZ3KEpWeb0pGKn > .row .container { background-color: transparent; background-image: none; }#UZX8FFr7SaZ9H5xG7rMZ3KEpWeb0pGKn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZX8FFr7SaZ9H5xG7rMZ3KEpWeb0pGKn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZX8FFr7SaZ9H5xG7rMZ3KEpWeb0pGKn > .row .container > .video-iframe-container { display: none; }#UZX8FFr7SaZ9H5xG7rMZ3KEpWeb0pGKn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZX8FFr7SaZ9H5xG7rMZ3KEpWeb0pGKn > .row > .video-iframe-container { display: none; }#UZX8FFr7SaZ9H5xG7rMZ3KEpWeb0pGKn > .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); }#UZX8FFr7SaZ9H5xG7rMZ3KEpWeb0pGKn > .row .container { border-width: 0; border-radius: 0; }#UZX8FFr7SaZ9H5xG7rMZ3KEpWeb0pGKn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UZX8FFr7SaZ9H5xG7rMZ3KEpWeb0pGKn > .row .container { font-size:0.875rem;font-family:arial;height:34.5rem;width:75rem;overflow:visible;position:relative;display:block; }#CSLl3CAkxSW5JpU6D8OH0RcBi0oLyuVg { 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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:0;width:0;top:31.0625rem;left:0rem;display:block; }
#ImVqITktLvNP6KZ0IQqgpEd3LEzuokcO { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ff95fb71-417c-474a-bff1-0ce227db5697/promocjaswiatecznaBUTTON_3_v1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);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:33.1875rem;height:7.1875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:41.5625rem;left:38.625rem;display:none; }#ImVqITktLvNP6KZ0IQqgpEd3LEzuokcO.adaptive-delivery-prevent-bg, #ImVqITktLvNP6KZ0IQqgpEd3LEzuokcO.lazyload, #ImVqITktLvNP6KZ0IQqgpEd3LEzuokcO.lazyloading { background-image: none; }
#MeexhPgmtKeDL14UKwTD1J5W2R4w53uG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TlRB5fvcPbH7hKGI6Rg0lrLvvs7mH2ZV { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:2.8125rem;top:21.75rem;left:31.7265625rem;overflow:hidden;display:none; }
#O3FT0S8xGOMJDwIiB4qRF7yWayGUnN1L { color:#000000;display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:700;z-index:14997;line-height:1.1;letter-spacing:0;top:21.4375rem;left:40.25rem;height:8.66015625rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#cN9VCWvQdQGVGGTCX06rviopTvkHtpIl { position:absolute;display:block;z-index:14987;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.561625rem;width:31.6873125rem;top:3.5058596134186rem;left:43.31272315979rem;overflow:hidden;display:block; }
#P12atHg7VqJVnZDndLTvm2ipw3vVqHOu { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6875rem;width:14.375rem;top:20.371875762939rem;left:32.675000190735rem;overflow:hidden;display:none; }
#ta9w68Cm8J93tzBKgzs2y85WLmhOh5uU { box-sizing:content-box;height:7.5rem;width:32.4375rem;position:absolute;display:block;z-index:14980;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #b8002e, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, #b8002e, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, #b8002e, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, #b8002e, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8002e', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8002e', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, #b8002e, rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.2076826095581rem;left:17.153215408325rem;border-top-left-radius:4.5rem;border-top-right-radius:4.5rem;border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem;display:block; }
#RIEfZJppmeFyKieZN5dfmokGU4ckmMoy { color:#ffffff;display:block;width:24.4998125rem;position:absolute;font-family:cookie;font-size:7.4375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:5.1226129531861rem;left:25.249567031861rem;height:9.668625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SyEgNgsmI7HxaVATP9Tea3PdSLNeH1RM { color:#ff1c51;display:block;width:0.625rem;position:absolute;font-family:cookie;font-size:4.375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:0.58919274806976rem;left:29.096139907837rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#weXi7nrDWOohftzTe9J8XKcf6mk2sA6p { color:#373737;display:block;width:26.4355625rem;position:absolute;font-family:cookie;font-size:2.5625rem;font-weight:400;z-index:15020;line-height:1;letter-spacing:0;top:14.686415672303rem;left:24.281686782837rem;height:5.1258625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wbIaHSD4bFUOy4DT1oKv2Qg8AxDnN3CF { position:absolute;display:block;z-index:14981;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.5625rem;width:36.5625rem;top:0.43619793653488rem;left:1.9477005004882rem;overflow:hidden;display:block; }
#Km9TaczNreU3wUVhHD3N0qOmhKwSBPQn { box-sizing:content-box;height:25.9375rem;width:25.9375rem;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:14986;background-color:transparent;background-image: -webkit-linear-gradient(15deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0.2));background-image: -moz-linear-gradient(15deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0.2));background-image: -ms-linear-gradient(15deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0.2));background-image: -o-linear-gradient(15deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),0.2)' );";background-image: linear-gradient(15deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0.2));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.6562504768369rem;left:47.771272659302rem;display:block; }
#alwuxKlZy8OkBSSEnsvqxxJAHOparzIQ { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:4.9375rem;top:21.768663406372rem;left:36.382379531861rem;overflow:hidden;display:block; }
#oQND1mEG5qZRzgK0n6pb3yorPrX4nf1y { position:absolute;display:block;z-index:15039;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.624375rem;width:5.7487rem;top:1.9422744512558rem;left:1.0731353759766rem;overflow:hidden;display:block; }
#NBfJ0LukNq5GMuJyqTsTd9kLJeyqUNfu { position:absolute;display:block;z-index:14985;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:3.81185rem;top:13.707682609558rem;left:4.7536907196045rem;overflow:hidden;display:block; }
#gMDoKVvdknE5mTLmxcsb51HJTazhWyLu { position:absolute;display:block;z-index:15040;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.56206875rem;width:4.8112rem;top:0.71397572755812rem;left:68.82812690735rem;overflow:hidden;display:block; }
#Px2tGQkiKZpJQOpIDlguCbGowCeeGWsf { position:absolute;display:block;z-index:14984;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:3.75rem;top:28.042535781861rem;left:1.0047760009766rem;overflow:hidden;display:block; }
#xRR8kyFmK4hxxsxfKaQyqDTGaavMhyJ2 { color:#373737;display:block;width:26.4355625rem;position:absolute;font-family:cookie;font-size:2.5625rem;font-weight:400;z-index:15021;line-height:1;letter-spacing:0;top:17.005208969116rem;left:24.281686782837rem;height:2.56293125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gKT7S6m0NOJTI7TNJTuVx7R3PtR3lCAK { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:65.25rem;width:54rem;display:none; }
#hQVRuJfshgv6EQmt2bqlxEc0O50Ripns { position:absolute;display:block;z-index:14984;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:3.75rem;top:28.042535781861rem;left:1.0047760009766rem;overflow:hidden;display:none; }
#KORu0BmqdORyUEbVPe6SBEfEyVyP3ki9 { 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:6.18706875rem;width:23.3105625rem;top:0rem;left:45.585939407349rem;overflow:hidden;display:block; }
#EBQx1Ll2aBADBorSPN5XxfMw6uaOgvLP { box-sizing:content-box;height:25.9375rem;width:25.9375rem;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:14986;background-color:transparent;background-image: -webkit-linear-gradient(15deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0.2));background-image: -moz-linear-gradient(15deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0.2));background-image: -ms-linear-gradient(15deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0.2));background-image: -o-linear-gradient(15deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),0.2)' );";background-image: linear-gradient(15deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0.2));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.6562504768369rem;left:47.771272659302rem;display:none; }
#gfLQDxSrB1Xx4znSU9yTTZxxbN9QLHvh { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.3125rem;top:12.778863906861rem;left:29.797094345092rem;overflow:hidden;display:none; }
#LF4ueGKPFiKEy3Z1RmVyKy5cTJtJl3UN { position:absolute;display:block;z-index:14984;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:3.75rem;top:28.042535781861rem;left:1.0047760009766rem;overflow:hidden;display:none; }
#UqXxEvChefzMP2IBekCibuq3o2aID95r { position:absolute;display:block;z-index:14984;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:3.75rem;top:28.042535781861rem;left:1.0047760009766rem;overflow:hidden;display:none; }
#DuxTi2rdKWv3mG0Mdtc3an585hSCARiT { 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/285d2fe5-ac89-4522-81fc-a812a41cb50e/KONKURS_MIKOLAJKOWY_LP_2025_TO.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DuxTi2rdKWv3mG0Mdtc3an585hSCARiT.adaptive-delivery-prevent-bg, #DuxTi2rdKWv3mG0Mdtc3an585hSCARiT.lazyload, #DuxTi2rdKWv3mG0Mdtc3an585hSCARiT.lazyloading { background-image: none; }#DuxTi2rdKWv3mG0Mdtc3an585hSCARiT > .row .container { background-color: transparent; background-image: none; }#DuxTi2rdKWv3mG0Mdtc3an585hSCARiT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DuxTi2rdKWv3mG0Mdtc3an585hSCARiT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DuxTi2rdKWv3mG0Mdtc3an585hSCARiT > .row .container > .video-iframe-container { display: none; }#DuxTi2rdKWv3mG0Mdtc3an585hSCARiT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DuxTi2rdKWv3mG0Mdtc3an585hSCARiT > .row > .video-iframe-container { display: none; }#DuxTi2rdKWv3mG0Mdtc3an585hSCARiT > .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); }#DuxTi2rdKWv3mG0Mdtc3an585hSCARiT > .row .container { border-width: 0; border-radius: 0; }#DuxTi2rdKWv3mG0Mdtc3an585hSCARiT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DuxTi2rdKWv3mG0Mdtc3an585hSCARiT > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;position:relative;display:block; }#pNthqIZNcIRzdcH8tuDUOTBASXuvQzIg { position:absolute;display:block;z-index:14998;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 3.4375rem rgba(7,7,7,0.21) ;height:36.9375rem;width:25.9375rem;top:1.25rem;left:45.125rem;display:block; }
#PUegwrET6hCPeXWsvKCFoSB1vOkKxNuA { position:absolute;display:block;z-index:14985;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.624125rem;width:28.811875rem;top:18.450520992279rem;left:6.4670162200925rem;overflow:hidden;display:block; }
#wOcIBgVMfuu2BITziB4hNwqyUyUmrMhL { color:#3a4bac;display:block;width:27.6855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:14.193795204162rem;left:9.0581607818606rem;height:4.62890625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yFnsJzL1Zx2asaDm2qTEFe3LTnu9TOZI { color:rgba(var(--color-tertiary-3),1);display:block;width:26.1230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:6.5842027664188rem;left:6.4670162200925rem;height:1.8684875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#wiFrqMzeTvxTBFLJTHlyta2k9IVcstOL { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #b8002e, #ff1c51);background-image: -moz-linear-gradient(90deg, #b8002e, #ff1c51);background-image: -ms-linear-gradient(90deg, #b8002e, #ff1c51);background-image: -o-linear-gradient(90deg, #b8002e, #ff1c51);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8002e', endColorstr='#ff1c51' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8002e', endColorstr='#ff1c51' );";background-image: linear-gradient(90deg, #b8002e, #ff1c51);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5.49805rem;width:25.9375rem;top:1.25rem;left:45.125rem;display:block; }
#V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i .widget-form-header {  }
#V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i .widget-regular-label { height:auto;display:block;font-family:poppins;font-size:0.875rem;font-weight:400;color:#b3023b;width:23rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;text-align:left;text-align-last:left;line-height:1.4;font-style:normal; }
#V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i .widget-input-text { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:23rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:dosis; }
#V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i .widget-input-text {padding-top: 0; padding-bottom: 0;}#V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i .widget-textarea { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:23rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:dosis; }
#V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:dosis;font-size:0.875rem;overflow:hidden; }
#V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i .widget-input-select {padding-top: 0; padding-bottom: 0;}#V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i .widget-input-button { border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #b8002e, #ff1c51);background-image: -moz-linear-gradient(90deg, #b8002e, #ff1c51);background-image: -ms-linear-gradient(90deg, #b8002e, #ff1c51);background-image: -o-linear-gradient(90deg, #b8002e, #ff1c51);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8002e', endColorstr='#ff1c51' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8002e', endColorstr='#ff1c51' );";background-image: linear-gradient(90deg, #b8002e, #ff1c51);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:3.3125rem;margin-bottom:0.25rem;margin-left:3.3125rem;display:block;box-sizing:border-box;font-size:1.8125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:16.3125rem;height:4.125rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i [class*="-text"]:-moz-placeholder { color:rgba(55,55,55,0.57);font-family:poppins;font-size:0.875rem; }
#V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i [class*="-text"]::-moz-placeholder { color:rgba(55,55,55,0.57);font-family:poppins;font-size:0.875rem; }
#V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i [class*="-text"]:-ms-input-placeholder { color:rgba(55,55,55,0.57);font-family:poppins;font-size:0.875rem; }
#V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i [class*="-text"]::-webkit-input-placeholder { color:rgba(55,55,55,0.57);font-family:poppins;font-size:0.875rem; }
#V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i .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:poppins;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(55,55,55,0.57);vertical-align:top;width:21.5625rem;overflow:hidden;font-style:normal; }
#V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i .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; }
#V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i .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:dosis;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i .widget-container:first-of-type{padding-top:0;}#V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i .widget-container:last-of-type{padding-bottom:0;}#V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15002;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;position:absolute;top:9.4375rem;left:45.343752384186rem; }
#V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23rem; }
#V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i .widget-info-text { display:block;height:auto;font-family:poppins;font-size:0.75rem;line-height:1.3;font-weight:300;color:#002d67;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i {display:block;}#V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15002;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;position:absolute;top:9.4375rem;left:45.343752384186rem; }
#V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i #ID9IkydGmHTE1WKPB8t0bUrndNaa3FVo { position:relative; }
#V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i #mgVOxaRHDL1gRrW0MQKLTzI4Tzy1TGPo { position:relative;display:block; }
#V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i #OLTplufs1KTAOZmuTcMtgMcTNolHhM4E { position:relative; }
#V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i #X9E9giLOrWz22tKu86U016tSO4twIqEJ { position:relative; }
#V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i #LCE1qAiwTK2qglfSWTgfrNBGtz9TGuX0 { position:relative;display:block; }
#V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i #TbA0OWUzHsci71Tt4nz0rKSZixDMUvnJ { position:relative; }
#V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i #T3QZA69q9ceuttMHWT9leTKsTl4ElLAX { position:relative; }
#V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i #lLJdG64yhsaZx7uCZUe1RfTqIQVwdWqC { position:relative;display:block; }
#V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i #taTy8e9MMtVUrVa1XJdtCN9qLFWbds6z { position:relative; }
#V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i #Hodz4spBgXTrl6nWgvs9TE04WtfQSPyl { position:relative; }
#V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i #P8gTUDhxg9EK6m9nqc2FZCG42BNHlF1s { position:relative;display:block; }
#V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i #ak72lBb7Trqb6Ek615uXffwkfKEwVHVR { position:relative; }
#V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i #vmkpap2T3RUK29T9ozI0M705mGnhcof0 { position:relative; }
#V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i #ADQMleOJTAWGVnFbVLmrPCh3Gtkg94wa { position:relative;z-index:2; }
#V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i #G3N8hT4UWO8PRhQzCuXvmeNvb7gkFb2J { position:relative; }
#V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i #ioV7aeWu6rnmmpCETwdmuKpW7XIp10bn { position:relative; }
#V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i #Q26cpgBn9aTyfRTKWQ2riW12LqytGuex { position:relative;z-index:2; }
#V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i #wCxBXeZMSVn7lci46Z53wb88FPOhBkuC { position:relative; }
#V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i #Mv9ru3MldwWFKNokfFxJATgQZcvTZrQC { position:relative; }
#V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i #R4X2yrBTDJrIcUffGZTmz5dU5Up4cTXe { position:relative; }
#gxTPTT3OiNTh8db6wprgwcPrg19yZm1Z { box-sizing:content-box;height:2.56185rem;width:10rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:8.375rem;left:59.75rem;display:block; }
#OSaHVmS61mxMXk4en97EqJgAStS28rUV { color:#373737;display:block;width:10.061875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.625rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:8.75rem;left:59.6875rem;height:1.75rem;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; }
#ZiTe0mggiBck1shTmG0ASid99c0gWR8g { color:rgba(var(--color-tertiary-4),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.0625rem;left:46.5rem;height:2.35611875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QPzG1hi06cfOi6vbHknEt4z9uAEQIzso { color:#ff1c51;display:block;width:13.2498125rem;position:absolute;font-family:cookie;font-size:6.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:6.5842027664188rem;left:16.274957656861rem;height:8.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I1Eq9tte6bxqZ1UmWR3p4sk7TNo6zPiV { box-sizing:content-box;height:35.875rem;width:35.875rem;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:14984;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),0.5)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0.5));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.71875rem;left:4.9652805328369rem;display:block; }
#ZaETUXIqusksrccRdbIpBVV5wul4V1WN { position:absolute;display:block;z-index:14986;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.374375rem;width:8.9995625rem;top:5.125rem;left:41.625rem;overflow:hidden;display:block; }
#vADByTsCMbcIJTRvfboTahRa5mxBkT4Q { position:absolute;display:block;z-index:14987;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.374375rem;width:8.9985rem;top:24.75rem;left:65.0625rem;overflow:hidden;display:block; }
#J1coPHisx7D1kR3XBBHIBqdtnFQ3OFyM { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.8123125rem;width:9.8123125rem;top:18.821616172791rem;left:26.999784469604rem;overflow:hidden;display:block; }
#vXQQClLA1xS4HNLJKb0PSLhih5AmCZfv { position:absolute;display:block;z-index:14987;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:2.75rem;top:17.249350547791rem;left:35.749788284302rem;overflow:hidden;display:block; }
#x4bH1v6FWno4ppR3AUTelwVatymZ2WnZ { position:absolute;display:block;z-index:14988;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.06163125rem;width:1.74913125rem;top:25.322266578674rem;left:9.0581607818606rem;overflow:hidden;display:block; }
#e3c8awhOUpUNngCuFsQPEVBlH71OfVBT { position:absolute;display:block;z-index:14989;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.06055rem;width:1.74805rem;top:20.72048664093rem;left:36.812067031861rem;overflow:hidden;display:block; }
#pENT3CkphCzBWrsOZ4ZbIwXwnfE2s4Sn { position:absolute;display:block;z-index:14987;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:7.561875rem;top:28.256292343139rem;left:33.346357345581rem;overflow:hidden;display:block; }
#rmSxgGXJSrn780hTPzRF0BvVUaxVNcKd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rmSxgGXJSrn780hTPzRF0BvVUaxVNcKd > .row .container { background-color: transparent; background-image: none; }#rmSxgGXJSrn780hTPzRF0BvVUaxVNcKd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rmSxgGXJSrn780hTPzRF0BvVUaxVNcKd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rmSxgGXJSrn780hTPzRF0BvVUaxVNcKd > .row .container > .video-iframe-container { display: none; }#rmSxgGXJSrn780hTPzRF0BvVUaxVNcKd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rmSxgGXJSrn780hTPzRF0BvVUaxVNcKd > .row > .video-iframe-container { display: none; }#rmSxgGXJSrn780hTPzRF0BvVUaxVNcKd > .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); }#rmSxgGXJSrn780hTPzRF0BvVUaxVNcKd > .row .container { border-width: 0; border-radius: 0; }#rmSxgGXJSrn780hTPzRF0BvVUaxVNcKd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rmSxgGXJSrn780hTPzRF0BvVUaxVNcKd > .row .container { font-size:0.875rem;font-family:arial;height:17.625rem;width:75rem;position:relative;display:block; }#QizEtU97q8kbBexsdbwsn037N260vcPT { color:rgba(var(--color-tertiary-0),1);display:block;width:56.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.375rem;left:13.4375rem;height:2.2747375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PLEf2y0H7tiPKfLwv8UkdX5xIwemSdJS { box-sizing:content-box;height:4.75rem;width:55.625rem;position:absolute;display:block;z-index:14999;background-color:#e4a639;background-image:none;top:4.3125rem;left:14rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0rem;display:block; }
#Ttmqs8aNTxDVTQPGwSUZ5yOA46MGRcNb { box-sizing:content-box;height:8.4375rem;width:55.625rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:8.125rem;left:14.000000476837rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#gHaDbl8q8p5A9BGtEKrZ3VmEAPPvVdvi { color:rgba(var(--color-tertiary-3),1);display:block;width:49.436875rem;position:absolute;font-family:cookie;font-size:2.5625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:9.6085071563719rem;left:19.373914718628rem;height:6.6623125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Lc3JpUZXmxZ4ETHN09xcCQ5JTnlHEiBV { box-sizing:content-box;height:11.4995625rem;width:11.4995625rem;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:#f8f8f8;background-image:none;box-shadow: none;border-top:0.375rem solid rgba(var(--color-tertiary-0),1);border-left:0.375rem solid rgba(var(--color-tertiary-0),1);border-right:0.375rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.375rem solid rgba(var(--color-tertiary-0),1);top:2.9958763122559rem;left:5.1139316558838rem;display:block; }
#pw708dkgF0ERthi9cMVUbSG6WxUJh7v2 { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3123125rem;width:7.4370625rem;top:5.435115814209rem;left:7.4913196563719rem;overflow:hidden;display:block; }
#Ck5o3p0JL0UFvqXNuhBBupwvU8xcCExL { 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; }#Ck5o3p0JL0UFvqXNuhBBupwvU8xcCExL > .row .container { background-color: transparent; background-image: none; }#Ck5o3p0JL0UFvqXNuhBBupwvU8xcCExL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ck5o3p0JL0UFvqXNuhBBupwvU8xcCExL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ck5o3p0JL0UFvqXNuhBBupwvU8xcCExL > .row .container > .video-iframe-container { display: none; }#Ck5o3p0JL0UFvqXNuhBBupwvU8xcCExL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ck5o3p0JL0UFvqXNuhBBupwvU8xcCExL > .row > .video-iframe-container { display: none; }#Ck5o3p0JL0UFvqXNuhBBupwvU8xcCExL > .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); }#Ck5o3p0JL0UFvqXNuhBBupwvU8xcCExL > .row .container { border-width: 0; border-radius: 0; }#Ck5o3p0JL0UFvqXNuhBBupwvU8xcCExL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ck5o3p0JL0UFvqXNuhBBupwvU8xcCExL > .row .container { font-size:0.875rem;font-family:arial;height:36.375rem;width:75rem;position:relative;display:block; }#geMZA3TomXJDcDKaEwhT0lTCrPvmQVTg { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:cookie;font-size:2.8125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:1.75rem;left:6.8125rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#afGya16a8P8b53B4dSB9plKNGCtee0UM { color:rgba(var(--color-tertiary-3),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15023;line-height:1.1;letter-spacing:0;top:7.0616321563719rem;left:26.250001907349rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DsNbQNyAO6hdxA4Uv1zTuSSEqSDl8pDt { color:rgba(var(--color-tertiary-3),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15019;line-height:1.1;letter-spacing:0;top:7.0616321563719rem;left:51.250001907349rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sx4998EpJ1Oof49I7620WxaZLcw5opEg { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:cookie;font-size:2.8125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:1.75rem;left:30.875rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AxTnRHwSdpaJfPTTGyTJoNs8RucSa42g { color:#ffffff;display:block;width:15.061875rem;position:absolute;font-family:cookie;font-size:2.8125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:1.749135017395rem;left:55.593538284302rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yJG1EGS6ZvC5BMkZUgBnwHgP7g4Uw03o { color:rgba(var(--color-tertiary-3),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15024;line-height:1.1;letter-spacing:0;top:7.060546875rem;left:1.25rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xWeNlsFI1mdcGyEX5JrTSll05gTxZe7y { box-sizing:content-box;height:3.87478125rem;width:16.311875rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #b8002e, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, #b8002e, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, #b8002e, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, #b8002e, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8002e', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8002e', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, #b8002e, rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.6384544372559rem;left:4.3435344696045rem;border-top-right-radius:3rem;border-bottom-right-radius:3rem;border-bottom-left-radius:3rem;border-top-left-radius:3rem;display:block; }
#RpSaaRnvrmB3rS7EsUHaQ59gdZ5990nn { box-sizing:content-box;height:3.8737rem;width:16.311875rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #b8002e, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, #b8002e, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, #b8002e, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, #b8002e, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8002e', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8002e', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, #b8002e, rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5993919372559rem;left:29.343534469604rem;border-top-right-radius:3rem;border-bottom-right-radius:3rem;border-bottom-left-radius:3rem;border-top-left-radius:3rem;display:block; }
#GvTwVvEyolVQT1O3nykvg0IZpH5iXW3w { box-sizing:content-box;height:3.8737rem;width:16.311875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #b8002e, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, #b8002e, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, #b8002e, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, #b8002e, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8002e', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8002e', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, #b8002e, rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.6384544372559rem;left:54.968538284302rem;border-top-right-radius:3rem;border-bottom-right-radius:3rem;border-bottom-left-radius:3rem;border-top-left-radius:3rem;display:block; }
#Uz0ribTRzUW7hkFR58IATKMBVp3fVO7c { position:absolute;display:block;z-index:14998;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.875rem;width:24.875rem;top:8.9963107109069rem;left:0rem;overflow:hidden;display:block; }
#ld1CVUwEifcG5BgkrOWQneZXbobocfJe { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.0625rem;width:20.0625rem;top:13.371310710907rem;left:27.437067031861rem;overflow:hidden;display:block; }
#m6yJL6Q28rnxUgNRIrfeOs75LKKoNndG { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:20rem;top:12.808160305023rem;left:52.468538284302rem;overflow:hidden;display:block; }
#eAEmTUJRzpMLfAmaT6ET01eVnqMuV0WF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #b8002e, #ff1c51);background-image: -moz-linear-gradient(90deg, #b8002e, #ff1c51);background-image: -ms-linear-gradient(90deg, #b8002e, #ff1c51);background-image: -o-linear-gradient(90deg, #b8002e, #ff1c51);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8002e', endColorstr='#ff1c51' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8002e', endColorstr='#ff1c51' );";background-image: linear-gradient(90deg, #b8002e, #ff1c51);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eAEmTUJRzpMLfAmaT6ET01eVnqMuV0WF > .row .container { background-color: transparent; background-image: none; }#eAEmTUJRzpMLfAmaT6ET01eVnqMuV0WF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAEmTUJRzpMLfAmaT6ET01eVnqMuV0WF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAEmTUJRzpMLfAmaT6ET01eVnqMuV0WF > .row .container > .video-iframe-container { display: none; }#eAEmTUJRzpMLfAmaT6ET01eVnqMuV0WF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAEmTUJRzpMLfAmaT6ET01eVnqMuV0WF > .row > .video-iframe-container { display: none; }#eAEmTUJRzpMLfAmaT6ET01eVnqMuV0WF > .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); }#eAEmTUJRzpMLfAmaT6ET01eVnqMuV0WF > .row .container { border-width: 0; border-radius: 0; }#eAEmTUJRzpMLfAmaT6ET01eVnqMuV0WF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eAEmTUJRzpMLfAmaT6ET01eVnqMuV0WF > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;position:relative;display:block; }#pv1kfA9VBB84mDBfUIbGDmAHp1qzdC9P { color:#ffffff;display:block;width:22.8125rem;position:absolute;font-family:cookie;font-size:4.3125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:0.66514778137206rem;left:13.403863906861rem;height:11.2109375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cF59VduNhUSKNxwMp6p9BzLQkbO0i7Qc { box-sizing:content-box;height:4.62456875rem;width:27.4370625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.1555995941162rem;left:36.216363906861rem;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; }
#We5E2TCdGxTA0vVa6lQkmdhZ13AgXpNP { color:#343434;display:block;width:26.8120625rem;position:absolute;font-family:cookie;font-size:3.6875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.0720491409302rem;left:38.777132034302rem;height:9.5859375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SDmVvTZMTEWdTyUaTBaaEd4QPdUptym0 { 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/90f89a72-222e-4354-9bf5-eb8e43784cc1/FOTO_dolne.webp");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#SDmVvTZMTEWdTyUaTBaaEd4QPdUptym0.adaptive-delivery-prevent-bg, #SDmVvTZMTEWdTyUaTBaaEd4QPdUptym0.lazyload, #SDmVvTZMTEWdTyUaTBaaEd4QPdUptym0.lazyloading { background-image: none; }#SDmVvTZMTEWdTyUaTBaaEd4QPdUptym0 > .row .container { background-color: transparent; background-image: none; }#SDmVvTZMTEWdTyUaTBaaEd4QPdUptym0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDmVvTZMTEWdTyUaTBaaEd4QPdUptym0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDmVvTZMTEWdTyUaTBaaEd4QPdUptym0 > .row .container > .video-iframe-container { display: none; }#SDmVvTZMTEWdTyUaTBaaEd4QPdUptym0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDmVvTZMTEWdTyUaTBaaEd4QPdUptym0 > .row > .video-iframe-container { display: none; }#SDmVvTZMTEWdTyUaTBaaEd4QPdUptym0 > .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); }#SDmVvTZMTEWdTyUaTBaaEd4QPdUptym0 > .row .container { border-width: 0; border-radius: 0; }#SDmVvTZMTEWdTyUaTBaaEd4QPdUptym0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SDmVvTZMTEWdTyUaTBaaEd4QPdUptym0 > .row .container { font-size:0.875rem;font-family:arial;height:56.6875rem;width:75rem;position:relative;display:block; }#lKXz6ZDIngFm36puqi9R0fCJ1uLTlJ5a { color:rgba(var(--color-tertiary-3),1);display:block;width:23.811875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:19.721139907837rem;left:39.38694190979rem;height:7.06640625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QTeZ8MN6iL80DorkcQueE7LllmSvHAuD { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3120625rem;width:38.499375rem;top:24.911024570465rem;left:32.043188095093rem;overflow:hidden;display:block; }
#gGX9TBxLAQ0M5zKxo0omQEZR4beupxT3 { color:#ff1c51;display:block;width:30.8105625rem;position:absolute;font-family:cookie;font-size:6.5rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:11.341146469116rem;left:35.887590408325rem;height:8.449875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T9TSlw1J57mkyz5a9WVpq0kJaCp4Wprn { box-sizing:content-box;height:27.561875rem;width:27.561875rem;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:14985;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),0.5)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0.5));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.9971790313721rem;left:37.37522315979rem;display:block; }
#VJobTpmu3coTVhZeHxQK5BV92PmeL5k5 { position:absolute;display:block;z-index:14988;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:7.561875rem;top:3.7499980926514rem;left:63.467882156375rem;overflow:hidden;display:block; }
#yorDyq2ZrAAEBwkObBh2qvIs4m9WmV7N { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.311rem;width:8.9985rem;top:1.2858066558838rem;left:42.832033157349rem;overflow:hidden;display:block; }
#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { background-color: transparent; background-image: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container > .video-iframe-container { display: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row > .video-iframe-container { display: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .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); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { border-width: 0; border-radius: 0; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;top:2rem;left:35.5rem; }
#FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#TPpUNe8edykLeak8E1pkcfbyuCVGKiae { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;top:1.875rem;left:38.625rem; }
#TPpUNe8edykLeak8E1pkcfbyuCVGKiae > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;top:1.875rem;left:42.0625rem; }
#AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#NMJECv8JZz3IqCZLDBJtLmTHleArXIyz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;top:1.875rem;left:32.1875rem; }
#NMJECv8JZz3IqCZLDBJtLmTHleArXIyz > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { background-color: transparent; background-image: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container > .video-iframe-container { display: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container { display: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .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); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { border-width: 0; border-radius: 0; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { font-size:0.875rem;font-family:arial;height:3.375rem;width:75rem;position:relative;display:block; }#XeD4dLuNAMyEVyvcmqAT66zBv5gPbtKA { color:#243c8b;display:block;width:75rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:0.91037368774412rem;left:0rem;height:0.9746125rem;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;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UZX8FFr7SaZ9H5xG7rMZ3KEpWeb0pGKn { display:block; }#UZX8FFr7SaZ9H5xG7rMZ3KEpWeb0pGKn > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CSLl3CAkxSW5JpU6D8OH0RcBi0oLyuVg { top:31.0625rem;left:0rem;width:0;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #ImVqITktLvNP6KZ0IQqgpEd3LEzuokcO { width:33.1875rem;height:7.1875rem;top:41.5625rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeexhPgmtKeDL14UKwTD1J5W2R4w53uG { display:block; }
 }@media only screen and (max-width: 763px) { #TlRB5fvcPbH7hKGI6Rg0lrLvvs7mH2ZV { width:2.8125rem;height:4.3125rem;top:21.75rem;left:18.1015625rem;display:none; }
 }@media only screen and (max-width: 763px) { #O3FT0S8xGOMJDwIiB4qRF7yWayGUnN1L { width:9.75rem;height:2.875rem;top:29.6875rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cN9VCWvQdQGVGGTCX06rviopTvkHtpIl { width:31.625rem;height:29.503492624217rem;top:3.5rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P12atHg7VqJVnZDndLTvm2ipw3vVqHOu { width:14.375rem;height:8.6875rem;top:20.3125rem;left:19.050000190735rem;display:none; }
 }@media only screen and (max-width: 763px) { #ta9w68Cm8J93tzBKgzs2y85WLmhOh5uU { width:32.4375rem;height:7.5rem;top:6.1875rem;left:3.5282154083252rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIEfZJppmeFyKieZN5dfmokGU4ckmMoy { width:24.4375rem;height:9.625rem;top:5.0625rem;left:11.624567031861rem;font-size:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyEgNgsmI7HxaVATP9Tea3PdSLNeH1RM { width:0.625rem;height:5.625rem;top:0.5625rem;left:15.471139907837rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #weXi7nrDWOohftzTe9J8XKcf6mk2sA6p { width:26.375rem;height:5.125rem;top:14.625rem;left:10.656686782837rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbIaHSD4bFUOy4DT1oKv2Qg8AxDnN3CF { width:36.5625rem;height:32.5625rem;top:0.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Km9TaczNreU3wUVhHD3N0qOmhKwSBPQn { width:25.9375rem;height:25.9375rem;top:7.625rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #alwuxKlZy8OkBSSEnsvqxxJAHOparzIQ { width:4.9375rem;height:5.125rem;top:21.75rem;left:22.757379531861rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQND1mEG5qZRzgK0n6pb3yorPrX4nf1y { width:5.6875rem;height:6.5538526645155rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBfJ0LukNq5GMuJyqTsTd9kLJeyqUNfu { width:3.75rem;height:4.3040124873749rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMDoKVvdknE5mTLmxcsb51HJTazhWyLu { width:4.75rem;height:5.4913174597813rem;top:0.6875rem;left:43rem;display:block; }
 }@media only screen and (max-width: 763px) { #Px2tGQkiKZpJQOpIDlguCbGowCeeGWsf { width:3.75rem;height:4.375rem;top:28rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRR8kyFmK4hxxsxfKaQyqDTGaavMhyJ2 { width:26.375rem;height:2.5625rem;top:17rem;left:10.656686782837rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKT7S6m0NOJTI7TNJTuVx7R3PtR3lCAK { width:35.125rem;height:42.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hQVRuJfshgv6EQmt2bqlxEc0O50Ripns { width:3.75rem;height:4.375rem;top:28rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KORu0BmqdORyUEbVPe6SBEfEyVyP3ki9 { width:23.25rem;height:6.1709943051567rem;top:0rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBQx1Ll2aBADBorSPN5XxfMw6uaOgvLP { width:25.9375rem;height:25.9375rem;top:7.625rem;left:21.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gfLQDxSrB1Xx4znSU9yTTZxxbN9QLHvh { width:5.3125rem;height:5.125rem;top:12.75rem;left:16.172094345092rem;display:none; }
 }@media only screen and (max-width: 763px) { #LF4ueGKPFiKEy3Z1RmVyKy5cTJtJl3UN { width:3.75rem;height:4.375rem;top:28rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UqXxEvChefzMP2IBekCibuq3o2aID95r { width:3.75rem;height:4.375rem;top:28rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DuxTi2rdKWv3mG0Mdtc3an585hSCARiT { display:block; }#DuxTi2rdKWv3mG0Mdtc3an585hSCARiT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pNthqIZNcIRzdcH8tuDUOTBASXuvQzIg { top:1.25rem;left:21.8125rem;width:25.9375rem;height:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUegwrET6hCPeXWsvKCFoSB1vOkKxNuA { width:28.75rem;height:18.584128722966rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOcIBgVMfuu2BITziB4hNwqyUyUmrMhL { width:27.625rem;height:4.625rem;top:14.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFnsJzL1Zx2asaDm2qTEFe3LTnu9TOZI { width:26.0625rem;height:1.8125rem;top:6.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiFrqMzeTvxTBFLJTHlyta2k9IVcstOL { top:1.25rem;left:21.8125rem;width:25.9375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i .widget-regular-label { width:23rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i .widget-input-text { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i .widget-input-text {padding-top: 0; padding-bottom: 0;}#V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i .widget-textarea { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i .widget-input-select { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i .widget-input-select {padding-top: 0; padding-bottom: 0;}#V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i .widget-input-button { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.4375rem; }
#V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i .widget-checkbox-label { width:21.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i  { width:23rem;height:auto;top:9.4375rem;left:22.25rem; }
#V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i .radio-container { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i {display:block;}#V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i { width:23rem;height:auto;top:9.4375rem;left:22.25rem; }
 }@media only screen and (max-width: 763px) { #V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i #ID9IkydGmHTE1WKPB8t0bUrndNaa3FVo {  }
 }@media only screen and (max-width: 763px) { #V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i #mgVOxaRHDL1gRrW0MQKLTzI4Tzy1TGPo { display:block; }
 }@media only screen and (max-width: 763px) { #V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i #OLTplufs1KTAOZmuTcMtgMcTNolHhM4E {  }
 }@media only screen and (max-width: 763px) { #V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i #X9E9giLOrWz22tKu86U016tSO4twIqEJ {  }
 }@media only screen and (max-width: 763px) { #V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i #LCE1qAiwTK2qglfSWTgfrNBGtz9TGuX0 { display:block; }
 }@media only screen and (max-width: 763px) { #V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i #TbA0OWUzHsci71Tt4nz0rKSZixDMUvnJ {  }
 }@media only screen and (max-width: 763px) { #V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i #T3QZA69q9ceuttMHWT9leTKsTl4ElLAX {  }
 }@media only screen and (max-width: 763px) { #V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i #lLJdG64yhsaZx7uCZUe1RfTqIQVwdWqC { display:block; }
 }@media only screen and (max-width: 763px) { #V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i #taTy8e9MMtVUrVa1XJdtCN9qLFWbds6z {  }
 }@media only screen and (max-width: 763px) { #V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i #Hodz4spBgXTrl6nWgvs9TE04WtfQSPyl {  }
 }@media only screen and (max-width: 763px) { #V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i #P8gTUDhxg9EK6m9nqc2FZCG42BNHlF1s { display:block; }
 }@media only screen and (max-width: 763px) { #V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i #ak72lBb7Trqb6Ek615uXffwkfKEwVHVR {  }
 }@media only screen and (max-width: 763px) { #V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i #vmkpap2T3RUK29T9ozI0M705mGnhcof0 {  }
 }@media only screen and (max-width: 763px) { #V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i #ADQMleOJTAWGVnFbVLmrPCh3Gtkg94wa {  }
 }@media only screen and (max-width: 763px) { #V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i #G3N8hT4UWO8PRhQzCuXvmeNvb7gkFb2J {  }
 }@media only screen and (max-width: 763px) { #V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i #ioV7aeWu6rnmmpCETwdmuKpW7XIp10bn {  }
 }@media only screen and (max-width: 763px) { #V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i #Q26cpgBn9aTyfRTKWQ2riW12LqytGuex {  }
 }@media only screen and (max-width: 763px) { #V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i #wCxBXeZMSVn7lci46Z53wb88FPOhBkuC {  }
 }@media only screen and (max-width: 763px) { #V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i #Mv9ru3MldwWFKNokfFxJATgQZcvTZrQC {  }
 }@media only screen and (max-width: 763px) { #V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i #R4X2yrBTDJrIcUffGZTmz5dU5Up4cTXe {  }
 }@media only screen and (max-width: 763px) { #gxTPTT3OiNTh8db6wprgwcPrg19yZm1Z { width:10rem;height:2.5rem;top:8.375rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSaHVmS61mxMXk4en97EqJgAStS28rUV { top:8.75rem;left:37.75rem;width:10rem;height:1.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiTe0mggiBck1shTmG0ASid99c0gWR8g { top:3.0625rem;left:24.625rem;width:23.125rem;height:2.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPzG1hi06cfOi6vbHknEt4z9uAEQIzso { width:13.1875rem;height:8.875rem;top:6.5625rem;left:2.6499576568604rem;font-size:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1Eq9tte6bxqZ1UmWR3p4sk7TNo6zPiV { width:35.875rem;height:35.875rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaETUXIqusksrccRdbIpBVV5wul4V1WN { width:8.9375rem;height:10.304048070512rem;top:5.125rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #vADByTsCMbcIJTRvfboTahRa5mxBkT4Q { width:8.9375rem;height:10.304048070512rem;top:24.75rem;left:38.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1coPHisx7D1kR3XBBHIBqdtnFQ3OFyM { width:9.75rem;height:9.75rem;top:18.8125rem;left:13.374784469604rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXQQClLA1xS4HNLJKb0PSLhih5AmCZfv { width:2.75rem;height:3.1875rem;top:17.1875rem;left:22.124788284302rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4bH1v6FWno4ppR3AUTelwVatymZ2WnZ { width:1.6875rem;height:1.9889889534447rem;top:25.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3c8awhOUpUNngCuFsQPEVBlH71OfVBT { width:1.6875rem;height:1.9891754383456rem;top:20.6875rem;left:23.187067031861rem;display:block; }
 }@media only screen and (max-width: 763px) { #pENT3CkphCzBWrsOZ4ZbIwXwnfE2s4Sn { width:7.5rem;height:8.678403173816rem;top:28.25rem;left:19.721357345581rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmSxgGXJSrn780hTPzRF0BvVUaxVNcKd { display:block; }#rmSxgGXJSrn780hTPzRF0BvVUaxVNcKd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QizEtU97q8kbBexsdbwsn037N260vcPT { width:47.75rem;height:2.25rem;top:5.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLEf2y0H7tiPKfLwv8UkdX5xIwemSdJS { width:47.75rem;height:4.6875rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ttmqs8aNTxDVTQPGwSUZ5yOA46MGRcNb { width:47.75rem;height:8.4375rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHaDbl8q8p5A9BGtEKrZ3VmEAPPvVdvi { width:47.75rem;height:6.625rem;top:9.5625rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lc3JpUZXmxZ4ETHN09xcCQ5JTnlHEiBV { width:11.4375rem;height:11.4375rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pw708dkgF0ERthi9cMVUbSG6WxUJh7v2 { width:7.375rem;height:7.2512910423302rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ck5o3p0JL0UFvqXNuhBBupwvU8xcCExL { display:block; }#Ck5o3p0JL0UFvqXNuhBBupwvU8xcCExL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #geMZA3TomXJDcDKaEwhT0lTCrPvmQVTg { width:11.3125rem;height:3.625rem;top:1.6875rem;left:2.2495670318604rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #afGya16a8P8b53B4dSB9plKNGCtee0UM { width:22.5rem;height:4.0625rem;top:7rem;left:9.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsNbQNyAO6hdxA4Uv1zTuSSEqSDl8pDt { width:22.5rem;height:4.0625rem;top:7rem;left:25.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sx4998EpJ1Oof49I7620WxaZLcw5opEg { width:13.1875rem;height:3.625rem;top:1.6875rem;left:17.187067031861rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxTnRHwSdpaJfPTTGyTJoNs8RucSa42g { width:15rem;height:3.625rem;top:1.6875rem;left:32.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJG1EGS6ZvC5BMkZUgBnwHgP7g4Uw03o { width:22.5rem;height:4.0625rem;top:7rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWeNlsFI1mdcGyEX5JrTSll05gTxZe7y { width:16.25rem;height:3.8125rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpSaaRnvrmB3rS7EsUHaQ59gdZ5990nn { width:16.25rem;height:3.8125rem;top:1.5625rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvTwVvEyolVQT1O3nykvg0IZpH5iXW3w { width:16.25rem;height:3.8125rem;top:1.625rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uz0ribTRzUW7hkFR58IATKMBVp3fVO7c { width:24.875rem;height:24.875rem;top:8.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld1CVUwEifcG5BgkrOWQneZXbobocfJe { width:20.0625rem;height:20.0625rem;top:13.3125rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6yJL6Q28rnxUgNRIrfeOs75LKKoNndG { width:20rem;height:20rem;top:12.75rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAEmTUJRzpMLfAmaT6ET01eVnqMuV0WF { display:block; }#eAEmTUJRzpMLfAmaT6ET01eVnqMuV0WF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pv1kfA9VBB84mDBfUIbGDmAHp1qzdC9P { width:22.8125rem;height:5.5625rem;top:0.625rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cF59VduNhUSKNxwMp6p9BzLQkbO0i7Qc { width:27.375rem;height:4.5625rem;top:1.125rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #We5E2TCdGxTA0vVa6lQkmdhZ13AgXpNP { width:26.75rem;height:4.75rem;top:1.0625rem;left:21rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDmVvTZMTEWdTyUaTBaaEd4QPdUptym0 { display:block; }#SDmVvTZMTEWdTyUaTBaaEd4QPdUptym0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lKXz6ZDIngFm36puqi9R0fCJ1uLTlJ5a { width:23.75rem;height:7.0625rem;top:19.6875rem;left:24rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTeZ8MN6iL80DorkcQueE7LllmSvHAuD { width:38.4375rem;height:14.289060597575rem;top:24.875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGX9TBxLAQ0M5zKxo0omQEZR4beupxT3 { width:30.75rem;height:8.4375rem;top:11.3125rem;left:17rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9TSlw1J57mkyz5a9WVpq0kJaCp4Wprn { width:27.5rem;height:27.5rem;top:5.9375rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJobTpmu3coTVhZeHxQK5BV92PmeL5k5 { width:7.5rem;height:8.678403173816rem;top:3.6875rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yorDyq2ZrAAEBwkObBh2qvIs4m9WmV7N { width:8.9375rem;height:9.2478815913763rem;top:1.25rem;left:29.207033157349rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz { display:block; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r { width:2.25rem;height:2.25rem;top:2rem;left:21.875rem;display:block; }
#FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #TPpUNe8edykLeak8E1pkcfbyuCVGKiae { width:2.5625rem;height:2.5625rem;top:1.875rem;left:25rem;display:block; }
#TPpUNe8edykLeak8E1pkcfbyuCVGKiae > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 { width:2.5625rem;height:2.5625rem;top:1.875rem;left:28.4375rem;display:block; }
#AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #NMJECv8JZz3IqCZLDBJtLmTHleArXIyz { width:2.5rem;height:2.5rem;top:1.875rem;left:18.5625rem;display:block; }
#NMJECv8JZz3IqCZLDBJtLmTHleArXIyz > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb { display:block; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XeD4dLuNAMyEVyvcmqAT66zBv5gPbtKA { width:47.75rem;height:0.9375rem;top:0.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/285d2fe5-ac89-4522-81fc-a812a41cb50e/KONKURS_MIKOLAJKOWY_LP_2025_TO.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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) { #UZX8FFr7SaZ9H5xG7rMZ3KEpWeb0pGKn { background-color:#f2f1f0;background-image:url("https://images.assets-landingi.com/uc/285d2fe5-ac89-4522-81fc-a812a41cb50e/KONKURS_MIKOLAJKOWY_LP_2025_TO.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#UZX8FFr7SaZ9H5xG7rMZ3KEpWeb0pGKn.adaptive-delivery-prevent-bg, #UZX8FFr7SaZ9H5xG7rMZ3KEpWeb0pGKn.lazyload, #UZX8FFr7SaZ9H5xG7rMZ3KEpWeb0pGKn.lazyloading { background-image: none; }#UZX8FFr7SaZ9H5xG7rMZ3KEpWeb0pGKn > .row .container { background-color: transparent; background-image: none; }#UZX8FFr7SaZ9H5xG7rMZ3KEpWeb0pGKn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZX8FFr7SaZ9H5xG7rMZ3KEpWeb0pGKn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZX8FFr7SaZ9H5xG7rMZ3KEpWeb0pGKn > .row .container > .video-iframe-container { display: none; }#UZX8FFr7SaZ9H5xG7rMZ3KEpWeb0pGKn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZX8FFr7SaZ9H5xG7rMZ3KEpWeb0pGKn > .row > .video-iframe-container { display: none; }#UZX8FFr7SaZ9H5xG7rMZ3KEpWeb0pGKn > .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); }#UZX8FFr7SaZ9H5xG7rMZ3KEpWeb0pGKn > .row .container { width:20rem;height:51.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CSLl3CAkxSW5JpU6D8OH0RcBi0oLyuVg { width:0;height:0;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImVqITktLvNP6KZ0IQqgpEd3LEzuokcO { width:19rem;height:4.6875rem;top:31.875rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MeexhPgmtKeDL14UKwTD1J5W2R4w53uG { display:block; }
 }@media only screen and (max-width: 763px) { #TlRB5fvcPbH7hKGI6Rg0lrLvvs7mH2ZV { width:1.125rem;height:1.8125rem;top:13.8134765625rem;left:9.09375rem;z-index:15037;display:none; }
 }@media only screen and (max-width: 763px) { #O3FT0S8xGOMJDwIiB4qRF7yWayGUnN1L { width:9.75rem;height:0;top:30.25rem;left:0.625rem;font-size:1.3125rem;z-index:15041;text-align:right;text-align-last:right;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #cN9VCWvQdQGVGGTCX06rviopTvkHtpIl { width:17.7485rem;height:16.5625rem;top:30.686849594116rem;left:1.1252171397209rem;z-index:15047;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #P12atHg7VqJVnZDndLTvm2ipw3vVqHOu { width:0.625rem;height:0.625rem;top:32.3125rem;left:11.537499964237rem;z-index:15038;display:none; }
 }@media only screen and (max-width: 763px) { #ta9w68Cm8J93tzBKgzs2y85WLmhOh5uU { width:19.4375rem;height:5.75rem;top:7.3708801269531rem;left:0.28081601858139rem;z-index:14970;display:block; }
 }@media only screen and (max-width: 763px) { #RIEfZJppmeFyKieZN5dfmokGU4ckmMoy { width:13.811875rem;height:7.14975rem;top:6.6710071563719rem;left:3.1560330986977rem;font-size:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyEgNgsmI7HxaVATP9Tea3PdSLNeH1RM { width:12.8125rem;height:3.98111875rem;top:3.4592015743256rem;left:3.5937502980233rem;font-size:3.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #weXi7nrDWOohftzTe9J8XKcf6mk2sA6p { width:6.811rem;height:5.8125rem;top:13.819444656372rem;left:1.1252171397209rem;font-size:1.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wbIaHSD4bFUOy4DT1oKv2Qg8AxDnN3CF { width:11.375rem;height:10.125rem;top:11.946615219116rem;left:1.5625000596046rem;z-index:14984;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Km9TaczNreU3wUVhHD3N0qOmhKwSBPQn { width:20rem;height:20.0625rem;top:18.501520156861rem;left:0.043023082105279rem;z-index:14971;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;background-color:transparent;background-image: -webkit-linear-gradient(75deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0.5));background-image: -moz-linear-gradient(75deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0.5));background-image: -ms-linear-gradient(75deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0.5));background-image: -o-linear-gradient(75deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),0.5)' );";background-image: linear-gradient(75deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0.5));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #alwuxKlZy8OkBSSEnsvqxxJAHOparzIQ { width:5.24956875rem;height:5.4362rem;top:32.441408157349rem;left:0rem;overflow:hidden;z-index:15048;display:none; }
 }@media only screen and (max-width: 763px) { #oQND1mEG5qZRzgK0n6pb3yorPrX4nf1y { width:2.31228125rem;height:2.74956875rem;top:2.1245660781861rem;left:1.3064237236977rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBfJ0LukNq5GMuJyqTsTd9kLJeyqUNfu { width:1.49956875rem;height:1.74913125rem;top:35.723743438721rem;left:17.849393188953rem;z-index:14974;display:block; }
 }@media only screen and (max-width: 763px) { #gMDoKVvdknE5mTLmxcsb51HJTazhWyLu { width:4.75rem;height:5.4913174597813rem;top:63.360682629394rem;left:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Px2tGQkiKZpJQOpIDlguCbGowCeeGWsf { width:2.68663125rem;height:3.125rem;top:2.7495660781861rem;left:16.512587845326rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRR8kyFmK4hxxsxfKaQyqDTGaavMhyJ2 { width:8.686rem;height:3.875rem;top:13.819444656372rem;left:10.662977516651rem;font-size:1.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #gKT7S6m0NOJTI7TNJTuVx7R3PtR3lCAK { top:11.94118976593rem;left:0.49978297948838rem;width:18.499375rem;height:22.5rem;z-index:14972;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hQVRuJfshgv6EQmt2bqlxEc0O50Ripns { width:4.31206875rem;height:5.06185rem;top:50.314888000488rem;left:7.842882454395rem;z-index:14985;display:none; }
 }@media only screen and (max-width: 763px) { #KORu0BmqdORyUEbVPe6SBEfEyVyP3ki9 { width:14.4998125rem;height:3.68706875rem;top:0rem;left:2.7495661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBQx1Ll2aBADBorSPN5XxfMw6uaOgvLP { width:16.124125rem;height:16.0623125rem;top:32.441408157349rem;left:1.9379342198372rem;z-index:14976;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;background-color:transparent;background-image: -webkit-linear-gradient(50deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0.5));background-image: -moz-linear-gradient(50deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0.5));background-image: -ms-linear-gradient(50deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0.5));background-image: -o-linear-gradient(50deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),0.5)' );";background-image: linear-gradient(50deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0.5));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #gfLQDxSrB1Xx4znSU9yTTZxxbN9QLHvh { width:4.1862rem;height:4.0625rem;top:33.340930938721rem;left:1.3064237236977rem;overflow:hidden;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #LF4ueGKPFiKEy3Z1RmVyKy5cTJtJl3UN { width:2.68555rem;height:3.125rem;top:47.384984970093rem;left:1.1252171397209rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #UqXxEvChefzMP2IBekCibuq3o2aID95r { width:2.12456875rem;height:2.5rem;top:46.652563095093rem;left:16.817492783069rem;z-index:14973;display:block; }
 }@media only screen and (max-width: 763px) { #DuxTi2rdKWv3mG0Mdtc3an585hSCARiT { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #dbe4eb);background-image: -moz-linear-gradient(180deg, #ffffff, #dbe4eb);background-image: -ms-linear-gradient(180deg, #ffffff, #dbe4eb);background-image: -o-linear-gradient(180deg, #ffffff, #dbe4eb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbe4eb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbe4eb' );";background-image: linear-gradient(180deg, #ffffff, #dbe4eb);background-size:auto !important;display:block; }#DuxTi2rdKWv3mG0Mdtc3an585hSCARiT > .row .container { background-color: transparent; background-image: none; }#DuxTi2rdKWv3mG0Mdtc3an585hSCARiT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DuxTi2rdKWv3mG0Mdtc3an585hSCARiT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DuxTi2rdKWv3mG0Mdtc3an585hSCARiT > .row .container > .video-iframe-container { display: none; }#DuxTi2rdKWv3mG0Mdtc3an585hSCARiT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DuxTi2rdKWv3mG0Mdtc3an585hSCARiT > .row > .video-iframe-container { display: none; }#DuxTi2rdKWv3mG0Mdtc3an585hSCARiT > .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); }#DuxTi2rdKWv3mG0Mdtc3an585hSCARiT > .row .container { width:20rem;height:66.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pNthqIZNcIRzdcH8tuDUOTBASXuvQzIg { width:20rem;height:35.375rem;top:28.125rem;left:0rem;box-shadow: none;z-index:14978;display:block; }
 }@media only screen and (max-width: 763px) { #PUegwrET6hCPeXWsvKCFoSB1vOkKxNuA { width:19.1873125rem;height:12.374125rem;top:15.319011688233rem;left:0rem;z-index:14981;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wOcIBgVMfuu2BITziB4hNwqyUyUmrMhL { width:17.4370625rem;height:5.5234375rem;top:8.6111111640931rem;left:1.2814670205116rem;font-size:1.0625rem;z-index:15040;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yFnsJzL1Zx2asaDm2qTEFe3LTnu9TOZI { width:20rem;height:1.54361875rem;top:1.5614151954651rem;left:0rem;font-size:1.1875rem;z-index:15040;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wiFrqMzeTvxTBFLJTHlyta2k9IVcstOL { width:20rem;height:3.8125rem;top:28.125rem;left:0rem;box-shadow: none;z-index:14983;display:block; }
 }@media only screen and (max-width: 763px) { #V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i .widget-regular-label { width:16.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i .widget-input-text { width:16.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i .widget-input-text {padding-top: 0; padding-bottom: 0;}#V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i .widget-textarea { width:16.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i .widget-input-select { width:16.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i .widget-input-select {padding-top: 0; padding-bottom: 0;}#V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i .widget-input-button { width:15.875rem;margin-top:0.25rem;margin-right:0.3125rem;margin-bottom:0.25rem;margin-left:0.3125rem;height:3.5625rem;font-size:1.5rem;overflow:hidden; }
#V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i .widget-checkbox-label { width:15.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i  { width:16.5625rem;height:auto;top:33.319010257721rem;left:0rem;z-index:14980; }
#V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i .radio-container { width:16.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i {display:block;}#V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i { width:16.5625rem;height:auto;top:33.319010257721rem;left:0rem;z-index:14980; }
 }@media only screen and (max-width: 763px) { #V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i #ID9IkydGmHTE1WKPB8t0bUrndNaa3FVo {  }
 }@media only screen and (max-width: 763px) { #V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i #mgVOxaRHDL1gRrW0MQKLTzI4Tzy1TGPo { display:block; }
 }@media only screen and (max-width: 763px) { #V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i #OLTplufs1KTAOZmuTcMtgMcTNolHhM4E {  }
 }@media only screen and (max-width: 763px) { #V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i #X9E9giLOrWz22tKu86U016tSO4twIqEJ {  }
 }@media only screen and (max-width: 763px) { #V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i #LCE1qAiwTK2qglfSWTgfrNBGtz9TGuX0 { display:block; }
 }@media only screen and (max-width: 763px) { #V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i #TbA0OWUzHsci71Tt4nz0rKSZixDMUvnJ {  }
 }@media only screen and (max-width: 763px) { #V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i #T3QZA69q9ceuttMHWT9leTKsTl4ElLAX {  }
 }@media only screen and (max-width: 763px) { #V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i #lLJdG64yhsaZx7uCZUe1RfTqIQVwdWqC { display:block; }
 }@media only screen and (max-width: 763px) { #V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i #taTy8e9MMtVUrVa1XJdtCN9qLFWbds6z {  }
 }@media only screen and (max-width: 763px) { #V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i #Hodz4spBgXTrl6nWgvs9TE04WtfQSPyl {  }
 }@media only screen and (max-width: 763px) { #V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i #P8gTUDhxg9EK6m9nqc2FZCG42BNHlF1s { display:block; }
 }@media only screen and (max-width: 763px) { #V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i #ak72lBb7Trqb6Ek615uXffwkfKEwVHVR {  }
 }@media only screen and (max-width: 763px) { #V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i #vmkpap2T3RUK29T9ozI0M705mGnhcof0 {  }
 }@media only screen and (max-width: 763px) { #V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i #ADQMleOJTAWGVnFbVLmrPCh3Gtkg94wa {  }
 }@media only screen and (max-width: 763px) { #V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i #G3N8hT4UWO8PRhQzCuXvmeNvb7gkFb2J {  }
 }@media only screen and (max-width: 763px) { #V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i #ioV7aeWu6rnmmpCETwdmuKpW7XIp10bn {  }
 }@media only screen and (max-width: 763px) { #V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i #Q26cpgBn9aTyfRTKWQ2riW12LqytGuex {  }
 }@media only screen and (max-width: 763px) { #V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i #wCxBXeZMSVn7lci46Z53wb88FPOhBkuC {  }
 }@media only screen and (max-width: 763px) { #V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i #Mv9ru3MldwWFKNokfFxJATgQZcvTZrQC {  }
 }@media only screen and (max-width: 763px) { #V0iO3acI5HC2cKTwIN3F1L4Vgy9Xo86i #R4X2yrBTDJrIcUffGZTmz5dU5Up4cTXe {  }
 }@media only screen and (max-width: 763px) { #gxTPTT3OiNTh8db6wprgwcPrg19yZm1Z { width:10rem;height:2.5rem;top:32.75rem;left:9.5rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSaHVmS61mxMXk4en97EqJgAStS28rUV { width:9.436875rem;height:1.5rem;top:33.25rem;left:9.75rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZiTe0mggiBck1shTmG0ASid99c0gWR8g { width:20rem;height:1.8684875rem;top:29.125rem;left:0rem;font-size:1.4375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #QPzG1hi06cfOi6vbHknEt4z9uAEQIzso { width:13.186875rem;height:7.7995rem;top:2.1093730926514rem;left:3.4060333371162rem;font-size:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1Eq9tte6bxqZ1UmWR3p4sk7TNo6zPiV { width:20rem;height:19.124375rem;top:0.56097984313965rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZaETUXIqusksrccRdbIpBVV5wul4V1WN { width:8.936625rem;height:10.3038125rem;top:65.442711830137rem;left:2.3741319775581rem;display:none; }
 }@media only screen and (max-width: 763px) { #vADByTsCMbcIJTRvfboTahRa5mxBkT4Q { width:3.62413125rem;height:4.18728125rem;top:26.873916625976rem;left:2.3741319775581rem;z-index:14976;display:block; }
 }@media only screen and (max-width: 763px) { #J1coPHisx7D1kR3XBBHIBqdtnFQ3OFyM { width:6.9998125rem;height:6.9998125rem;top:14.129774093628rem;left:12.999132454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXQQClLA1xS4HNLJKb0PSLhih5AmCZfv { width:2.74956875rem;height:3.18685rem;top:13.123920440674rem;left:1.2814670205116rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4bH1v6FWno4ppR3AUTelwVatymZ2WnZ { width:1.6862rem;height:1.98785rem;top:5.9342451095581rem;left:17.099610626698rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3c8awhOUpUNngCuFsQPEVBlH71OfVBT { width:1.6862rem;height:1.98785rem;top:64.066843032837rem;left:7.2319882512094rem;display:block; }
 }@media only screen and (max-width: 763px) { #pENT3CkphCzBWrsOZ4ZbIwXwnfE2s4Sn { width:7.5rem;height:8.6773125rem;top:57.445749282837rem;left:10.749783813953rem;z-index:14977;display:block; }
 }@media only screen and (max-width: 763px) { #rmSxgGXJSrn780hTPzRF0BvVUaxVNcKd { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dbe4eb, #f8f8f8);background-image: -moz-linear-gradient(180deg, #dbe4eb, #f8f8f8);background-image: -ms-linear-gradient(180deg, #dbe4eb, #f8f8f8);background-image: -o-linear-gradient(180deg, #dbe4eb, #f8f8f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbe4eb', endColorstr='#f8f8f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbe4eb', endColorstr='#f8f8f8' );";background-image: linear-gradient(180deg, #dbe4eb, #f8f8f8);background-size:auto !important;display:block; }#rmSxgGXJSrn780hTPzRF0BvVUaxVNcKd > .row .container { background-color: transparent; background-image: none; }#rmSxgGXJSrn780hTPzRF0BvVUaxVNcKd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rmSxgGXJSrn780hTPzRF0BvVUaxVNcKd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rmSxgGXJSrn780hTPzRF0BvVUaxVNcKd > .row .container > .video-iframe-container { display: none; }#rmSxgGXJSrn780hTPzRF0BvVUaxVNcKd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rmSxgGXJSrn780hTPzRF0BvVUaxVNcKd > .row > .video-iframe-container { display: none; }#rmSxgGXJSrn780hTPzRF0BvVUaxVNcKd > .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); }#rmSxgGXJSrn780hTPzRF0BvVUaxVNcKd > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QizEtU97q8kbBexsdbwsn037N260vcPT { width:17.561875rem;height:3.0872375rem;top:9.125rem;left:1.1875rem;font-size:1.1875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PLEf2y0H7tiPKfLwv8UkdX5xIwemSdJS { width:20rem;height:7.625rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ttmqs8aNTxDVTQPGwSUZ5yOA46MGRcNb { width:20rem;height:8.8748125rem;top:10.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHaDbl8q8p5A9BGtEKrZ3VmEAPPvVdvi { width:19.2486875rem;height:5.625rem;top:13.666015625rem;left:0.375rem;font-size:1.875rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Lc3JpUZXmxZ4ETHN09xcCQ5JTnlHEiBV { width:6.311875rem;height:6.311875rem;top:0.8125rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pw708dkgF0ERthi9cMVUbSG6WxUJh7v2 { width:3.99956875rem;height:3.99956875rem;top:2.3125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ck5o3p0JL0UFvqXNuhBBupwvU8xcCExL { display:block; }#Ck5o3p0JL0UFvqXNuhBBupwvU8xcCExL > .row .container { width:20rem;height:85rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #geMZA3TomXJDcDKaEwhT0lTCrPvmQVTg { width:11.3748125rem;height:3.65625rem;top:0.65538442134856rem;left:4.3120663762093rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #afGya16a8P8b53B4dSB9plKNGCtee0UM { width:16.9998125rem;height:3.91796875rem;top:32.319881796837rem;left:1.4995661377907rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsNbQNyAO6hdxA4Uv1zTuSSEqSDl8pDt { width:20rem;height:3.91796875rem;top:60.998264312744rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sx4998EpJ1Oof49I7620WxaZLcw5opEg { width:13.2498125rem;height:3.65625rem;top:27.3125rem;left:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxTnRHwSdpaJfPTTGyTJoNs8RucSa42g { width:15.061875rem;height:3.65625rem;top:56.125219345093rem;left:2.4685330986977rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJG1EGS6ZvC5BMkZUgBnwHgP7g4Uw03o { width:20rem;height:4.125rem;top:5.1649265289307rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWeNlsFI1mdcGyEX5JrTSll05gTxZe7y { width:16.25rem;height:3.81185rem;top:0.57942676544189rem;left:1.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpSaaRnvrmB3rS7EsUHaQ59gdZ5990nn { width:16.25rem;height:3.81185rem;top:27.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvTwVvEyolVQT1O3nykvg0IZpH5iXW3w { width:16.25rem;height:3.81185rem;top:56.04710483551rem;left:2.3177085518837rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uz0ribTRzUW7hkFR58IATKMBVp3fVO7c { width:18.125rem;height:18.125rem;top:7.6378040313719rem;left:0.93750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld1CVUwEifcG5BgkrOWQneZXbobocfJe { width:16.5625rem;height:16.5625rem;top:37.671443939209rem;left:1.6872830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6yJL6Q28rnxUgNRIrfeOs75LKKoNndG { width:17.1875rem;height:17.1875rem;top:66.221790313719rem;left:1.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAEmTUJRzpMLfAmaT6ET01eVnqMuV0WF { display:block; }#eAEmTUJRzpMLfAmaT6ET01eVnqMuV0WF > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pv1kfA9VBB84mDBfUIbGDmAHp1qzdC9P { width:15.5620625rem;height:2.95573125rem;top:0.8572063446045rem;left:2.2189670205116rem;font-size:2.6875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #cF59VduNhUSKNxwMp6p9BzLQkbO0i7Qc { width:18.5623125rem;height:4.12435rem;top:3.8129348754883rem;left:0.71831601858137rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #We5E2TCdGxTA0vVa6lQkmdhZ13AgXpNP { width:20rem;height:2.54361875rem;top:4.775390625rem;left:0rem;font-size:2.3125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #SDmVvTZMTEWdTyUaTBaaEd4QPdUptym0 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/85b335f8-dfdb-44f5-98ff-76e170410446/FOTO_dolne_mobile.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#SDmVvTZMTEWdTyUaTBaaEd4QPdUptym0.adaptive-delivery-prevent-bg, #SDmVvTZMTEWdTyUaTBaaEd4QPdUptym0.lazyload, #SDmVvTZMTEWdTyUaTBaaEd4QPdUptym0.lazyloading { background-image: none; }#SDmVvTZMTEWdTyUaTBaaEd4QPdUptym0 > .row .container { background-color: transparent; background-image: none; }#SDmVvTZMTEWdTyUaTBaaEd4QPdUptym0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDmVvTZMTEWdTyUaTBaaEd4QPdUptym0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDmVvTZMTEWdTyUaTBaaEd4QPdUptym0 > .row .container > .video-iframe-container { display: none; }#SDmVvTZMTEWdTyUaTBaaEd4QPdUptym0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDmVvTZMTEWdTyUaTBaaEd4QPdUptym0 > .row > .video-iframe-container { display: none; }#SDmVvTZMTEWdTyUaTBaaEd4QPdUptym0 > .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); }#SDmVvTZMTEWdTyUaTBaaEd4QPdUptym0 > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lKXz6ZDIngFm36puqi9R0fCJ1uLTlJ5a { width:16.811rem;height:5.36133125rem;top:8.1174049377444rem;left:1.5939670205116rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTeZ8MN6iL80DorkcQueE7LllmSvHAuD { width:20rem;height:7.3123125rem;top:13.477649688721rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGX9TBxLAQ0M5zKxo0omQEZR4beupxT3 { width:20rem;height:5.525175rem;top:3.1553821563721rem;left:0rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9TSlw1J57mkyz5a9WVpq0kJaCp4Wprn { width:18.5625rem;height:17.9375rem;top:0rem;left:0.71831601858137rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #VJobTpmu3coTVhZeHxQK5BV92PmeL5k5 { width:7.5rem;height:8.678375rem;top:16.793611526489rem;left:3.9442275166511rem;display:none; }
 }@media only screen and (max-width: 763px) { #yorDyq2ZrAAEBwkObBh2qvIs4m9WmV7N { width:2.99913125rem;height:3.125rem;top:0.91254425048825rem;left:8.499348938465rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz { background-color:#ffffff;background-image:none;display:block; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { background-color: transparent; background-image: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container > .video-iframe-container { display: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row > .video-iframe-container { display: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .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); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r { width:1.75rem;height:1.75rem;top:1.875rem;left:7.5625rem;display:block; }
#FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #TPpUNe8edykLeak8E1pkcfbyuCVGKiae { width:2rem;height:2rem;top:1.75rem;left:10.75rem;display:block; }
#TPpUNe8edykLeak8E1pkcfbyuCVGKiae > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 { width:1.9375rem;height:1.9375rem;top:1.75rem;left:14.0625rem;display:block; }
#AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #NMJECv8JZz3IqCZLDBJtLmTHleArXIyz { width:1.75rem;height:1.75rem;top:1.875rem;left:4.0625rem;display:block; }
#NMJECv8JZz3IqCZLDBJtLmTHleArXIyz > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb { 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; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { background-color: transparent; background-image: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container > .video-iframe-container { display: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container { display: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .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); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { border-width: 0; border-radius: 0; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XeD4dLuNAMyEVyvcmqAT66zBv5gPbtKA { width:19.7471875rem;height:2rem;top:0rem;left:0rem;font-size:0.625rem;color:#343a40;line-height:1.6;display:block; }
 }