.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:220,245,243;--color-primary-1:149,225,220;--color-primary-2:78,205,196;--color-primary-3:44,129,183;--color-primary-4:10,112,177;--color-secondary-0:248,218,219;--color-secondary-1:233,133,136;--color-secondary-2:210,10,16;--color-secondary-3:105,5,8;--color-secondary-4:32,2,2;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Source Sans Pro";--paragraphs-font-family:"Source Sans Pro"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#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); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0faff;background-image:url("https://images.assets-landingi.com/uc/d7f7aa7e-fca2-484f-896f-2c728656b642/DSC_6635_Wydmuch_Maciej.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo.adaptive-delivery-prevent-bg, #mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo.lazyload, #mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo.lazyloading { background-image: none; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { background-color: transparent; background-image: none; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container > .video-iframe-container { display: none; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row > .video-iframe-container { display: none; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .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); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { border-width: 0; border-radius: 0; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { font-size:0.875rem;font-family:arial;height:49.1875rem;width:60rem;position:relative;display:block; }#eqMooDHRC9wuTu8coV1E3pJwcN34G2uW { 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:5.125rem;width:18.0625rem;top:4.5rem;left:5.5625rem;overflow:hidden;display:block; }
#tRq1rk5Ru5lw3XRBH99zWTA1FdhbntHX { position:absolute;display:block;z-index:15034;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:11.25rem;width:15.9375rem;top:1.4375rem;left:36.4375rem;overflow:hidden;display:block; }
#eWKIGXZ4gxkaCT2UpxTqvSL9kQRDw2nM { position:absolute;display:block;z-index:15035;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:16.9375rem;width:60rem;top:32.25rem;left:0rem;overflow:hidden;display:block; }
#cXBO69TJHSGsLSTo36Gn9PAhol6ThfFF { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:32.25rem;width:60rem;top:40.824999809265rem;left:0rem;overflow:hidden;display:block; }
#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d81115;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; }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .row .container { background-color: transparent; background-image: none; }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .row .container > .video-iframe-container { display: none; }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .row > .video-iframe-container { display: none; }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .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); }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .row .container { border-width: 0; border-radius: 0; }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:60rem;position:relative;display:block; }#vTudtMVgIzesGKt56wrpLSoIP6bBUrgw { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.3125rem;height:4.0625rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:19.90625rem;left:23.125rem;display:block; }
#ae0ZbBhLXfT7RxAgbS5MRQuh8v8pxexl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bPkkJ0G6a3GfJ66oGbWl1MLvZ6819zQ2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/bQlom59H/bg2.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; }#bPkkJ0G6a3GfJ66oGbWl1MLvZ6819zQ2.adaptive-delivery-prevent-bg, #bPkkJ0G6a3GfJ66oGbWl1MLvZ6819zQ2.lazyload, #bPkkJ0G6a3GfJ66oGbWl1MLvZ6819zQ2.lazyloading { background-image: none; }#bPkkJ0G6a3GfJ66oGbWl1MLvZ6819zQ2 > .row .container { background-color: transparent; background-image: none; }#bPkkJ0G6a3GfJ66oGbWl1MLvZ6819zQ2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bPkkJ0G6a3GfJ66oGbWl1MLvZ6819zQ2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bPkkJ0G6a3GfJ66oGbWl1MLvZ6819zQ2 > .row .container > .video-iframe-container { display: none; }#bPkkJ0G6a3GfJ66oGbWl1MLvZ6819zQ2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bPkkJ0G6a3GfJ66oGbWl1MLvZ6819zQ2 > .row > .video-iframe-container { display: none; }#bPkkJ0G6a3GfJ66oGbWl1MLvZ6819zQ2 > .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); }#bPkkJ0G6a3GfJ66oGbWl1MLvZ6819zQ2 > .row .container { border-width: 0; border-radius: 0; }#bPkkJ0G6a3GfJ66oGbWl1MLvZ6819zQ2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bPkkJ0G6a3GfJ66oGbWl1MLvZ6819zQ2 > .row .container { font-size:0.875rem;font-family:arial;height:24.1875rem;width:60rem;position:relative;display:block; }#CyJN9OkE2UWZQxl7Rn2uT2Nvvl6Knmsp { color:#ff0008;display:block;width:60rem;position:absolute;font-family:"fira sans";font-size:3.25rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:3.125rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VoQbJ1KauoiUus1pT77CTS8dKmEw18bl { color:#000000;display:block;width:9.6875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:12.3125rem;left:5.25rem;height:3.575rem;font-style:normal;display:block; }
#rDcGm5RdXddlpHllRPuHqcRba2gF9XlT { color:#000000;display:block;width:11rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:16.675001144409rem;left:5.25rem;height:4.2rem;font-style:normal;display:block; }
#Bo1bLQMtMT4KTPtQcFDieKAZ5zobzS8b { color:#6c1023;display:block;width:8.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:14.6875rem;left:50.3125rem;height:2.8rem;font-style:normal;display:block; }
#nz6Egb74g3MgnGSuNyRiuI4dDRCxv6ra { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:12.25rem;left:45.0625rem;overflow:hidden;display:block; }
#OftBxsulqPVTm9arf2illQBqlNMsUs6h { position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;border-top:0.0625rem dashed #f5be2c;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:3.4375rem;top:14rem;left:38.625rem;display:block; }
#mh4Troqcc0vkhxKheBKteTlkX51wPnoA { color:#6c1023;display:block;width:9.6875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:12.375rem;left:50.3125rem;height:1.7875rem;font-style:normal;display:block; }
#vDx4sqUkpueL47p0kyPogFVtqTJoFQkh { color:#ff0008;display:block;width:4.8125rem;position:absolute;font-family:"fira sans";font-size:3.25rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:11.082292556762rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RNzdCqRPXygRTSM2gekmgvMSceu7x83w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0faff;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; }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w > .row .container { background-color: transparent; background-image: none; }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w > .row .container > .video-iframe-container { display: none; }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w > .row > .video-iframe-container { display: none; }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w > .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); }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w > .row .container { border-width: 0; border-radius: 0; }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w > .row .container { font-size:0.875rem;font-family:arial;height:24.5625rem;width:60rem;position:relative;display:block; }#BP0N1MNw9uEy5KNAoLslKJ7OO07o6dnN { color:rgba(var(--color-tertiary-4),1);display:block;width:29.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:2.1;letter-spacing:0;top:8.25rem;left:0rem;height:11.75rem;display:block; }#BP0N1MNw9uEy5KNAoLslKJ7OO07o6dnN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BP0N1MNw9uEy5KNAoLslKJ7OO07o6dnN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/rcr9y24k/tarcza_ma_a.svg); }
#CEBOfQn8yGW7sAfkGkckaPgNfeh1lpBq { color:rgba(var(--color-tertiary-4),1);display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:4.125rem;left:0rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#wSQ7HFDcJkbIzV6ztaSyb9LN8bsDeoM4 { position:absolute;display:block;z-index:15004;height:24.0625rem;width:29.5rem;top:0rem;left:30.437503814698rem;display:block; }
#X8Fhyo0hTT1Phlfn2ehVw1X7IsvEPFhS { position:relative;display:block; }#X8Fhyo0hTT1Phlfn2ehVw1X7IsvEPFhS { background-color: transparent; background-image: none; }#X8Fhyo0hTT1Phlfn2ehVw1X7IsvEPFhS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X8Fhyo0hTT1Phlfn2ehVw1X7IsvEPFhS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X8Fhyo0hTT1Phlfn2ehVw1X7IsvEPFhS > .row .container > .video-iframe-container { display: none; }#X8Fhyo0hTT1Phlfn2ehVw1X7IsvEPFhS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X8Fhyo0hTT1Phlfn2ehVw1X7IsvEPFhS > .row > .video-iframe-container { display: none; }#X8Fhyo0hTT1Phlfn2ehVw1X7IsvEPFhS > .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); }#X8Fhyo0hTT1Phlfn2ehVw1X7IsvEPFhS { border-width: 0; border-radius: 0; }#X8Fhyo0hTT1Phlfn2ehVw1X7IsvEPFhS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#X8Fhyo0hTT1Phlfn2ehVw1X7IsvEPFhS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:39.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0faff;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; }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row .container { background-color: transparent; background-image: none; }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row .container > .video-iframe-container { display: none; }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row > .video-iframe-container { display: none; }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .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); }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row .container { border-width: 0; border-radius: 0; }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:60rem;position:relative;display:block; }#QCd9zd1BbhyvypHgxNZlHEPfKFkZD7Ku { color:rgba(var(--color-tertiary-4),1);display:block;width:59.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:1.75rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#g59SvChVlv9fxKsTUGDsHtzAfWITTGSg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0faff;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; }#g59SvChVlv9fxKsTUGDsHtzAfWITTGSg > .row .container { background-color: transparent; background-image: none; }#g59SvChVlv9fxKsTUGDsHtzAfWITTGSg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g59SvChVlv9fxKsTUGDsHtzAfWITTGSg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g59SvChVlv9fxKsTUGDsHtzAfWITTGSg > .row .container > .video-iframe-container { display: none; }#g59SvChVlv9fxKsTUGDsHtzAfWITTGSg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g59SvChVlv9fxKsTUGDsHtzAfWITTGSg > .row > .video-iframe-container { display: none; }#g59SvChVlv9fxKsTUGDsHtzAfWITTGSg > .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); }#g59SvChVlv9fxKsTUGDsHtzAfWITTGSg > .row .container { border-width: 0; border-radius: 0; }#g59SvChVlv9fxKsTUGDsHtzAfWITTGSg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g59SvChVlv9fxKsTUGDsHtzAfWITTGSg > .row .container { font-size:0.875rem;font-family:arial;height:33.375rem;width:60rem;position:relative;display:block; }#h1b92wx3kViocbohZc3vAHW6sry25mxC { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.7;letter-spacing:0;top:14.4375rem;left:0.625rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uG9Hm2qXqAZ96pE7yogN8Tv6JShVqy8w { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:2.1;letter-spacing:0;top:18.25rem;left:1.40625rem;height:6.3rem;text-align:center;text-align-last:center;display:block; }
#OsR71B022CAWiUKHB6WHoTaQvWNL5kWp { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:2.1;letter-spacing:0;top:18.25rem;left:21.46875rem;height:6.3rem;text-align:center;text-align-last:center;display:block; }
#EbV2mgTNXugp0NK5rVmW8LocneTqVTfH { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.7;letter-spacing:0;top:14.4375rem;left:20.53125rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FQerGOSdtxnE9PMnNk6T9b4iZezuPaVq { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:2.1;letter-spacing:0;top:18.25rem;left:41.625rem;height:6.3rem;text-align:center;text-align-last:center;display:block; }
#WrdFdIk4wfMB9CqXzC4VLiiFH6vvlnsT { color:rgba(var(--color-tertiary-4),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.7;letter-spacing:0;top:14.4375rem;left:41.6875rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yOEip0ZeQ6oDNgxwGxo3IEuP1PyLT8OJ { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:4.4375rem;box-shadow: none;height:1.625rem;width:1.625rem;top:11.375rem;left:2.5rem;display:block; }
#AebPitg6pCga6JI8CEMkDcrS6avg8kot { position:absolute;display:block;z-index:15006;background-color:#8390fa;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:5.0625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.3125rem;width:2.3125rem;top:1.4375rem;left:13.0625rem;display:block; }
#XrWxeTFE0RDO9yVaJ746IbPXxP9JKMTS { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:11.375rem;left:14.375rem;display:block; }
#k1wUMa2DBhQexUWEotlvlbTCaAxO0NtM { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:11.375rem;left:15.0625rem;display:block; }
#FMNLncWGv1bHwFFpRhIyzZLrK0emwfio { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:11.375rem;left:13.6875rem;display:block; }
#Otu2mME64Qvftig2KrKfVuIy3qsmeoc4 { position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:11.375rem;left:13.125rem;display:block; }
#uLX0Ra23A8AQWkycJlpFsBcgiblb9TmS { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:12rem;left:14.375rem;display:block; }
#qS3Ti6OlWb15bldO08r07ezJ1XWZr1Qw { position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:12rem;left:15.0625rem;display:block; }
#Rw3JD8VdCX9sf0JrPJbBlu7SenXXh6qh { position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:12rem;left:13.6875rem;display:block; }
#cs4SMruLzE8huFsreaSnksCKr7qsQzLn { position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:12rem;left:13.125rem;display:block; }
#vUeKOayyvIqCDm2BgMKkh2xueMwdEssi { position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:5rem;left:35.5625rem;display:block; }
#BPE2sdUobf0KOORE4A6kyvtWo36kZ9ww { position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:5rem;left:34.875rem;display:block; }
#SUz9WVq93UTXeCD97QVoFxexKcfKv3EQ { position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:5rem;left:34.1875rem;display:block; }
#u1PuCSO1PvFsqe9eI0dgbuUCgHtRkcgD { position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:5rem;left:33.625rem;display:block; }
#DHoTzULy9MWtFv1iabb2s4l10rJTazcz { position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:4.375rem;left:33.625rem;display:block; }
#FHHlseMraZ8oNQcLhxwtkU4Zhmi7V2mG { position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:4.375rem;left:34.1875rem;display:block; }
#Wtx1eRaopa18FrgFCWXiA87XPIMC5cxl { position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:4.375rem;left:34.875rem;display:block; }
#SaaVohEcKmkKCST3M4MnRBQaREUGkTah { position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:4.375rem;left:35.5625rem;display:block; }
#Mn0nV6tcTRfH5KTfxB5xhRHTEun8EKL0 { position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:9.9375rem;left:45.8125rem;display:block; }
#Do46BiPVDGuRr7nUdhT30AUKKpNSXoO8 { position:absolute;display:block;z-index:15053;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:9.9375rem;left:45.125rem;display:block; }
#T3baUKgmMZ6eNVXXsCRncP3ieSPiiJix { position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:9.9375rem;left:44.4375rem;display:block; }
#FTTLtlTLHiKGNaFAVwar7sKTsrX6l624 { position:absolute;display:block;z-index:15055;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:9.9375rem;left:43.875rem;display:block; }
#PtE3O7IFXcTqnhA08Uzy5V7HLazOBVrx { position:absolute;display:block;z-index:15051;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:9.3125rem;left:43.875rem;display:block; }
#OHsHbMhyvlwh2fJeshIbniyvznEbPASg { position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:9.3125rem;left:44.4375rem;display:block; }
#AhLFPr6F56wr69Ii4PckKTwMesuJT8UD { position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:9.3125rem;left:45.125rem;display:block; }
#SfFHI3dDVkk0LptKrRyb5UCeyIoKFp71 { position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:9.3125rem;left:45.8125rem;display:block; }
#TcRn9ASfLcBRAhklLoRPb6Ad7KnV2hi2 { position:absolute;display:block;z-index:15007;background-color:#8390fa;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:5.0625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:1.625rem;width:1.625rem;top:3.4367179870606rem;left:22.9375rem;display:block; }
#Smvshhiswm5iQtTRat9InElEX7B0Uk2E { position:absolute;display:block;z-index:15008;background-color:#ffe66d;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:4.4375rem;box-shadow: none;height:1.625rem;width:1.625rem;top:11.374218940735rem;left:35.3125rem;display:block; }
#wDQ87OTR77vybg8XdClpvz4oPo0RL0f6 { position:absolute;display:block;z-index:15009;background-color:#ffe66d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.875rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:1.625rem;width:1.625rem;top:3.75rem;left:43.25rem;display:block; }
#QoqTdDnV9vUXm4fV4OgBEXwcx2k6Znir { position:absolute;display:block;z-index:15009;background-color:#8390fa;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:4.4375rem;box-shadow: none;height:1.625rem;width:1.625rem;top:11.874218940735rem;left:55.6875rem;display:block; }
#R0TOpHovpk05cdh95RIpTKh5TrDIAID6 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:4.0625rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:27rem;left:23.71875rem;display:block; }
#HDIdwd0TgZrJnaHSihQya5f3O9haHF8A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N2JzzMI9wXgeoX4KyNgCslBIA3fqqvnq { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:10.625rem;top:2.625rem;left:4.65625rem;overflow:hidden;display:block; }
#UPdCdRfx0SLTemgdoEQPqSRDefSVZdIM { 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:10.5625rem;width:10.625rem;top:2.59375rem;left:24.625rem;overflow:hidden;display:block; }
#RTNs1d0kxMDafCNaApTkHNTfdiEeKPTU { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:10.625rem;top:2.4375rem;left:45.53125rem;overflow:hidden;display:block; }
#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/QsUzg750/Family3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee.adaptive-delivery-prevent-bg, #CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee.lazyload, #CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee.lazyloading { background-image: none; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container { background-color: transparent; background-image: none; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.35); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container > .video-iframe-container { display: none; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.35); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row > .video-iframe-container { display: none; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .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); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container { border-width: 0; border-radius: 0; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container { font-size:0.875rem;font-family:arial;height:28.0625rem;width:60rem;position:relative;display:block; }#oN3698tMHLnCCgTVHnewdPf39eG6Rhyy { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:7.25rem;left:0rem;height:4.21875rem;text-align:center;text-align-last:center;display:block; }
#WcECkAavzr56UUrMgcUNqeT7QRdz09Vk { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:2.1;letter-spacing:0;top:13.125rem;left:0rem;height:2.0996125rem;text-align:center;text-align-last:center;display:block; }
#rVHN7s92T9ua7dKwcAIfOzfiDs7hMHro { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:4.0625rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:19.5625rem;left:23.71875rem;display:block; }
#ZU59H9p7CUvcXXF0z2bAseuGxwdZMWRp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S2kISVsTJWAzUF5XaArHpk16cHaf2daZ { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:10.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5.5rem;width:5.5rem;top:19.5625rem;left:52.75rem;display:block; }
#d6CD134v1rJJkA6lihtTv1JRybDTAPE7 { position:absolute;display:block;z-index:15010;background-color:#8390fa;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.875rem;width:2.875rem;top:23.375rem;left:56.5625rem;display:block; }
#lHRbtlOpRhWSfGfWgG45Sx2eWC7EaItq { position:absolute;display:block;z-index:15019;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:3rem;left:3.625rem;display:block; }
#JVfI2fiZ3nh0M6gAbsXJO03AygrZn11c { position:absolute;display:block;z-index:15020;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:3rem;left:5.0625rem;display:block; }
#TB7txpJeFWOTh8Cc8XCu2NKxwvZmNbpS { position:absolute;display:block;z-index:15021;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:3rem;left:6.4375rem;display:block; }
#FxhKUp6ukVq6EuZ6Du9rfvnlAz57LVKr { position:absolute;display:block;z-index:15024;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:4rem;left:3.625rem;display:block; }
#O4inSU6QGSOg1Khmr4ORiT6TFdHaAXHa { position:absolute;display:block;z-index:15025;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:4rem;left:5.0625rem;display:block; }
#x56N8TzVeCrR05meZaLCbnJTT7Vttvzp { position:absolute;display:block;z-index:15026;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:4rem;left:6.4375rem;display:block; }
#SDtOWK7FN9KqFZwdBqteefPDxXFk6REB { position:absolute;display:block;z-index:15022;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:3rem;left:7.8125rem;display:block; }
#KB1NxBVyGQ04zKWNRpnzRhOvtDlJadyP { position:absolute;display:block;z-index:15027;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:4rem;left:7.8125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo { display:block; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eqMooDHRC9wuTu8coV1E3pJwcN34G2uW { top:4.5rem;left:0rem;width:18.0625rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRq1rk5Ru5lw3XRBH99zWTA1FdhbntHX { width:15.9375rem;height:11.25rem;top:1.4375rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWKIGXZ4gxkaCT2UpxTqvSL9kQRDw2nM { width:47.75rem;height:13.479427083333rem;top:32.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXBO69TJHSGsLSTo36Gn9PAhol6ThfFF { width:47.75rem;height:25.665625rem;top:40.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h { display:block; }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vTudtMVgIzesGKt56wrpLSoIP6bBUrgw { width:14.3125rem;height:4.0625rem;top:19.875rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae0ZbBhLXfT7RxAgbS5MRQuh8v8pxexl { display:block; }
 }@media only screen and (max-width: 763px) { #bPkkJ0G6a3GfJ66oGbWl1MLvZ6819zQ2 { display:block; }#bPkkJ0G6a3GfJ66oGbWl1MLvZ6819zQ2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CyJN9OkE2UWZQxl7Rn2uT2Nvvl6Knmsp { top:3.125rem;left:0rem;width:47.75rem;height:4.875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoQbJ1KauoiUus1pT77CTS8dKmEw18bl { top:12.3125rem;left:0rem;width:9.6875rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDcGm5RdXddlpHllRPuHqcRba2gF9XlT { top:16.625rem;left:0rem;width:11rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bo1bLQMtMT4KTPtQcFDieKAZ5zobzS8b { top:14.6875rem;left:39.125rem;width:8.625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nz6Egb74g3MgnGSuNyRiuI4dDRCxv6ra { top:12.25rem;left:38.9375rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OftBxsulqPVTm9arf2illQBqlNMsUs6h { top:14rem;left:32.5rem;width:3.4375rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mh4Troqcc0vkhxKheBKteTlkX51wPnoA { top:12.375rem;left:38.0625rem;width:9.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDx4sqUkpueL47p0kyPogFVtqTJoFQkh { top:11.0625rem;left:0rem;width:4.8125rem;height:4.875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNzdCqRPXygRTSM2gekmgvMSceu7x83w { display:block; }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BP0N1MNw9uEy5KNAoLslKJ7OO07o6dnN { top:8.25rem;left:0rem;width:29.625rem;height:;font-size:1rem;display:block; }#BP0N1MNw9uEy5KNAoLslKJ7OO07o6dnN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/rcr9y24k/tarcza_ma_a.svg); }
 }@media only screen and (max-width: 763px) { #CEBOfQn8yGW7sAfkGkckaPgNfeh1lpBq { top:4.125rem;left:0rem;width:27.375rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSQ7HFDcJkbIzV6ztaSyb9LN8bsDeoM4 { width:29.5rem;height:24.0625rem;top:0rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8Fhyo0hTT1Phlfn2ehVw1X7IsvEPFhS { display:block; }#X8Fhyo0hTT1Phlfn2ehVw1X7IsvEPFhS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p { display:block; }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QCd9zd1BbhyvypHgxNZlHEPfKFkZD7Ku { top:1.75rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g59SvChVlv9fxKsTUGDsHtzAfWITTGSg { display:block; }#g59SvChVlv9fxKsTUGDsHtzAfWITTGSg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h1b92wx3kViocbohZc3vAHW6sry25mxC { top:14.4375rem;left:0rem;width:18.75rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uG9Hm2qXqAZ96pE7yogN8Tv6JShVqy8w { top:18.25rem;left:0rem;width:17.1875rem;height:6.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsR71B022CAWiUKHB6WHoTaQvWNL5kWp { top:18.25rem;left:14.6875rem;width:17.0625rem;height:6.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbV2mgTNXugp0NK5rVmW8LocneTqVTfH { top:14.4375rem;left:12.8125rem;width:18.9375rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQerGOSdtxnE9PMnNk6T9b4iZezuPaVq { top:18.25rem;left:30.875rem;width:16.75rem;height:6.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrdFdIk4wfMB9CqXzC4VLiiFH6vvlnsT { top:14.4375rem;left:29.3125rem;width:18.3125rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOEip0ZeQ6oDNgxwGxo3IEuP1PyLT8OJ { top:11.375rem;left:0.4375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AebPitg6pCga6JI8CEMkDcrS6avg8kot { top:1.4375rem;left:11rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrWxeTFE0RDO9yVaJ746IbPXxP9JKMTS { top:11.375rem;left:12.3125rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1wUMa2DBhQexUWEotlvlbTCaAxO0NtM { top:11.375rem;left:13rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMNLncWGv1bHwFFpRhIyzZLrK0emwfio { top:11.375rem;left:11.625rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Otu2mME64Qvftig2KrKfVuIy3qsmeoc4 { top:11.375rem;left:11.0625rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLX0Ra23A8AQWkycJlpFsBcgiblb9TmS { top:12rem;left:12.3125rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qS3Ti6OlWb15bldO08r07ezJ1XWZr1Qw { top:12rem;left:13rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rw3JD8VdCX9sf0JrPJbBlu7SenXXh6qh { top:12rem;left:11.625rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cs4SMruLzE8huFsreaSnksCKr7qsQzLn { top:12rem;left:11.0625rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUeKOayyvIqCDm2BgMKkh2xueMwdEssi { top:5rem;left:29.375rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPE2sdUobf0KOORE4A6kyvtWo36kZ9ww { top:5rem;left:28.6875rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUz9WVq93UTXeCD97QVoFxexKcfKv3EQ { top:5rem;left:28rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1PuCSO1PvFsqe9eI0dgbuUCgHtRkcgD { top:5rem;left:27.4375rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHoTzULy9MWtFv1iabb2s4l10rJTazcz { top:4.375rem;left:27.4375rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHHlseMraZ8oNQcLhxwtkU4Zhmi7V2mG { top:4.375rem;left:28rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wtx1eRaopa18FrgFCWXiA87XPIMC5cxl { top:4.375rem;left:28.6875rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaaVohEcKmkKCST3M4MnRBQaREUGkTah { top:4.375rem;left:29.375rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn0nV6tcTRfH5KTfxB5xhRHTEun8EKL0 { top:9.9375rem;left:35.5rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Do46BiPVDGuRr7nUdhT30AUKKpNSXoO8 { top:9.9375rem;left:34.8125rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3baUKgmMZ6eNVXXsCRncP3ieSPiiJix { top:9.9375rem;left:34.125rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTTLtlTLHiKGNaFAVwar7sKTsrX6l624 { top:9.9375rem;left:33.5625rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtE3O7IFXcTqnhA08Uzy5V7HLazOBVrx { top:9.3125rem;left:33.5625rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHsHbMhyvlwh2fJeshIbniyvznEbPASg { top:9.3125rem;left:34.125rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhLFPr6F56wr69Ii4PckKTwMesuJT8UD { top:9.3125rem;left:34.8125rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfFHI3dDVkk0LptKrRyb5UCeyIoKFp71 { top:9.3125rem;left:35.5rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcRn9ASfLcBRAhklLoRPb6Ad7KnV2hi2 { top:3.375rem;left:16.75rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Smvshhiswm5iQtTRat9InElEX7B0Uk2E { top:11.3125rem;left:29.125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDQ87OTR77vybg8XdClpvz4oPo0RL0f6 { top:3.75rem;left:32.9375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoqTdDnV9vUXm4fV4OgBEXwcx2k6Znir { top:11.8125rem;left:45.375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0TOpHovpk05cdh95RIpTKh5TrDIAID6 { width:12.5625rem;height:4.0625rem;top:27rem;left:17.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDIdwd0TgZrJnaHSihQya5f3O9haHF8A { display:block; }
 }@media only screen and (max-width: 763px) { #N2JzzMI9wXgeoX4KyNgCslBIA3fqqvnq { top:2.625rem;left:2.59375rem;width:10.625rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPdCdRfx0SLTemgdoEQPqSRDefSVZdIM { top:2.5625rem;left:18.4375rem;width:10.625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTNs1d0kxMDafCNaApTkHNTfdiEeKPTU { top:2.4375rem;left:35.21875rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee { display:block; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oN3698tMHLnCCgTVHnewdPf39eG6Rhyy { top:7.25rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcECkAavzr56UUrMgcUNqeT7QRdz09Vk { top:13.125rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVHN7s92T9ua7dKwcAIfOzfiDs7hMHro { width:12.5625rem;height:4.0625rem;top:19.5625rem;left:17.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZU59H9p7CUvcXXF0z2bAseuGxwdZMWRp { display:block; }
 }@media only screen and (max-width: 763px) { #S2kISVsTJWAzUF5XaArHpk16cHaf2daZ { top:19.5625rem;left:42.25rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6CD134v1rJJkA6lihtTv1JRybDTAPE7 { top:23.375rem;left:44.875rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHRbtlOpRhWSfGfWgG45Sx2eWC7EaItq { top:3rem;left:0rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVfI2fiZ3nh0M6gAbsXJO03AygrZn11c { top:3rem;left:0rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB7txpJeFWOTh8Cc8XCu2NKxwvZmNbpS { top:3rem;left:0.3125rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxhKUp6ukVq6EuZ6Du9rfvnlAz57LVKr { top:4rem;left:0rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4inSU6QGSOg1Khmr4ORiT6TFdHaAXHa { top:4rem;left:0rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x56N8TzVeCrR05meZaLCbnJTT7Vttvzp { top:4rem;left:0.3125rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDtOWK7FN9KqFZwdBqteefPDxXFk6REB { top:3rem;left:1.6875rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KB1NxBVyGQ04zKWNRpnzRhOvtDlJadyP { top:4rem;left:1.6875rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo { position:relative;z-index:auto;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d7f7aa7e-fca2-484f-896f-2c728656b642/DSC_6635_Wydmuch_Maciej.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo.adaptive-delivery-prevent-bg, #mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo.lazyload, #mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo.lazyloading { background-image: none; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { background-color: transparent; background-image: none; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container > .video-iframe-container { display: none; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row > .video-iframe-container { display: none; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .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); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { border-width: 0; border-radius: 0; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { width:20rem;height:65.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eqMooDHRC9wuTu8coV1E3pJwcN34G2uW { width:8.75rem;height:2.625rem;top:1.5697917938232rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRq1rk5Ru5lw3XRBH99zWTA1FdhbntHX { width:15.9375rem;height:11.25rem;top:4.125rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWKIGXZ4gxkaCT2UpxTqvSL9kQRDw2nM { width:20rem;height:5.6458333333333rem;top:60.104167938233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXBO69TJHSGsLSTo36Gn9PAhol6ThfFF { width:20rem;height:10.75rem;top:35.986457824707rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h { display:block; }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .row .container { width:20rem;height:9.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vTudtMVgIzesGKt56wrpLSoIP6bBUrgw { width:13rem;height:4.0625rem;top:5.0000019073486rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae0ZbBhLXfT7RxAgbS5MRQuh8v8pxexl { display:block; }
 }@media only screen and (max-width: 763px) { #bPkkJ0G6a3GfJ66oGbWl1MLvZ6819zQ2 { display:block; }#bPkkJ0G6a3GfJ66oGbWl1MLvZ6819zQ2 > .row .container { width:20rem;height:40.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CyJN9OkE2UWZQxl7Rn2uT2Nvvl6Knmsp { width:20rem;height:3rem;top:0rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoQbJ1KauoiUus1pT77CTS8dKmEw18bl { width:9.6875rem;height:1.7875rem;top:5.3125rem;left:8.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDcGm5RdXddlpHllRPuHqcRba2gF9XlT { width:8.625rem;height:8.4rem;top:7.125rem;left:8.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bo1bLQMtMT4KTPtQcFDieKAZ5zobzS8b { width:8.625rem;height:2.8rem;top:30.75rem;left:8.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nz6Egb74g3MgnGSuNyRiuI4dDRCxv6ra { width:3.875rem;height:3.875rem;top:28.987499237061rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OftBxsulqPVTm9arf2illQBqlNMsUs6h { width:3.4375rem;height:3.4375rem;top:23.799999237061rem;left:9.96875rem;border-top:0;border-left:0.0625rem dashed #f5be2c;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #mh4Troqcc0vkhxKheBKteTlkX51wPnoA { width:9.6875rem;height:1.7875rem;top:29rem;left:8.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDx4sqUkpueL47p0kyPogFVtqTJoFQkh { width:4.8125rem;height:0;top:34.75rem;left:7.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNzdCqRPXygRTSM2gekmgvMSceu7x83w { display:block; }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w > .row .container { width:20rem;height:74.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BP0N1MNw9uEy5KNAoLslKJ7OO07o6dnN { width:20rem;height:13.85rem;top:7.125rem;left:0rem;font-size:1rem;display:block; }#BP0N1MNw9uEy5KNAoLslKJ7OO07o6dnN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/rcr9y24k/tarcza_ma_a.svg); }
 }@media only screen and (max-width: 763px) { #CEBOfQn8yGW7sAfkGkckaPgNfeh1lpBq { width:16.3125rem;height:4.875rem;top:1.1875rem;left:1.84375rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wSQ7HFDcJkbIzV6ztaSyb9LN8bsDeoM4 { width:20rem;height:29.9375rem;top:44.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8Fhyo0hTT1Phlfn2ehVw1X7IsvEPFhS { display:block; }#X8Fhyo0hTT1Phlfn2ehVw1X7IsvEPFhS > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p { display:block; }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QCd9zd1BbhyvypHgxNZlHEPfKFkZD7Ku { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g59SvChVlv9fxKsTUGDsHtzAfWITTGSg { display:block; }#g59SvChVlv9fxKsTUGDsHtzAfWITTGSg > .row .container { width:20rem;height:83.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h1b92wx3kViocbohZc3vAHW6sry25mxC { width:18.75rem;height:2.125rem;top:13.1875rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uG9Hm2qXqAZ96pE7yogN8Tv6JShVqy8w { width:17.1875rem;height:6.3rem;top:16.1875rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsR71B022CAWiUKHB6WHoTaQvWNL5kWp { width:17.0625rem;height:6.3rem;top:41.875rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbV2mgTNXugp0NK5rVmW8LocneTqVTfH { width:18.9375rem;height:2.125rem;top:39.0625rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQerGOSdtxnE9PMnNk6T9b4iZezuPaVq { width:16.75rem;height:6.3rem;top:67.375rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrdFdIk4wfMB9CqXzC4VLiiFH6vvlnsT { width:18.3125rem;height:2.125rem;top:64.4375rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOEip0ZeQ6oDNgxwGxo3IEuP1PyLT8OJ { width:1.625rem;height:1.625rem;top:9.6875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AebPitg6pCga6JI8CEMkDcrS6avg8kot { width:2.3125rem;height:2.3125rem;top:1.5rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrWxeTFE0RDO9yVaJ746IbPXxP9JKMTS { width:0.3125rem;height:0.3125rem;top:10.3125rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1wUMa2DBhQexUWEotlvlbTCaAxO0NtM { width:0.3125rem;height:0.3125rem;top:10.3125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMNLncWGv1bHwFFpRhIyzZLrK0emwfio { width:0.3125rem;height:0.3125rem;top:10.3125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Otu2mME64Qvftig2KrKfVuIy3qsmeoc4 { width:0.3125rem;height:0.3125rem;top:10.3125rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLX0Ra23A8AQWkycJlpFsBcgiblb9TmS { width:0.3125rem;height:0.3125rem;top:10.9375rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qS3Ti6OlWb15bldO08r07ezJ1XWZr1Qw { width:0.3125rem;height:0.3125rem;top:10.9375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rw3JD8VdCX9sf0JrPJbBlu7SenXXh6qh { width:0.3125rem;height:0.3125rem;top:10.9375rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cs4SMruLzE8huFsreaSnksCKr7qsQzLn { width:0.3125rem;height:0.3125rem;top:10.9375rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUeKOayyvIqCDm2BgMKkh2xueMwdEssi { width:0.3125rem;height:0.3125rem;top:28.8125rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPE2sdUobf0KOORE4A6kyvtWo36kZ9ww { width:0.3125rem;height:0.3125rem;top:28.8125rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUz9WVq93UTXeCD97QVoFxexKcfKv3EQ { width:0.3125rem;height:0.3125rem;top:28.8125rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1PuCSO1PvFsqe9eI0dgbuUCgHtRkcgD { width:0.3125rem;height:0.3125rem;top:28.8125rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHoTzULy9MWtFv1iabb2s4l10rJTazcz { width:0.3125rem;height:0.3125rem;top:28.1875rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHHlseMraZ8oNQcLhxwtkU4Zhmi7V2mG { width:0.3125rem;height:0.3125rem;top:28.1875rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wtx1eRaopa18FrgFCWXiA87XPIMC5cxl { width:0.3125rem;height:0.3125rem;top:28.1875rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaaVohEcKmkKCST3M4MnRBQaREUGkTah { width:0.3125rem;height:0.3125rem;top:28.1875rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn0nV6tcTRfH5KTfxB5xhRHTEun8EKL0 { width:0.3125rem;height:0.3125rem;top:59.9375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Do46BiPVDGuRr7nUdhT30AUKKpNSXoO8 { width:0.3125rem;height:0.3125rem;top:59.9375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3baUKgmMZ6eNVXXsCRncP3ieSPiiJix { width:0.3125rem;height:0.3125rem;top:59.9375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTTLtlTLHiKGNaFAVwar7sKTsrX6l624 { width:0.3125rem;height:0.3125rem;top:59.3125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtE3O7IFXcTqnhA08Uzy5V7HLazOBVrx { width:0.3125rem;height:0.3125rem;top:59.3125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHsHbMhyvlwh2fJeshIbniyvznEbPASg { width:0.3125rem;height:0.3125rem;top:59.9375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhLFPr6F56wr69Ii4PckKTwMesuJT8UD { width:0.3125rem;height:0.3125rem;top:59.3125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfFHI3dDVkk0LptKrRyb5UCeyIoKFp71 { width:0.3125rem;height:0.3125rem;top:59.3125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcRn9ASfLcBRAhklLoRPb6Ad7KnV2hi2 { width:1.625rem;height:1.625rem;top:27.25rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Smvshhiswm5iQtTRat9InElEX7B0Uk2E { width:1.625rem;height:1.625rem;top:35.625rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDQ87OTR77vybg8XdClpvz4oPo0RL0f6 { width:1.625rem;height:1.625rem;top:51.6875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoqTdDnV9vUXm4fV4OgBEXwcx2k6Znir { width:1.625rem;height:1.625rem;top:60.8125rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0TOpHovpk05cdh95RIpTKh5TrDIAID6 { width:12.5625rem;height:4.0625rem;top:75.9375rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDIdwd0TgZrJnaHSihQya5f3O9haHF8A { display:block; }
 }@media only screen and (max-width: 763px) { #N2JzzMI9wXgeoX4KyNgCslBIA3fqqvnq { width:10.625rem;height:10.5rem;top:1.5rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPdCdRfx0SLTemgdoEQPqSRDefSVZdIM { width:10.625rem;height:10.5625rem;top:27.25rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTNs1d0kxMDafCNaApTkHNTfdiEeKPTU { width:10.625rem;height:10.625rem;top:52.25rem;left:4.6875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee { background-color:transparent;background-image:url("https://images.assets-landingi.com/YGvdihCe/Family3mob.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee.adaptive-delivery-prevent-bg, #CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee.lazyload, #CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee.lazyloading { background-image: none; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container { background-color: transparent; background-image: none; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.35); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container > .video-iframe-container { display: none; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.35); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row > .video-iframe-container { display: none; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .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); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container { width:20rem;height:35.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oN3698tMHLnCCgTVHnewdPf39eG6Rhyy { width:20rem;height:6rem;top:6.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcECkAavzr56UUrMgcUNqeT7QRdz09Vk { width:19.5rem;height:6.3rem;top:14.0625rem;left:0.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVHN7s92T9ua7dKwcAIfOzfiDs7hMHro { width:12.5625rem;height:4.0625rem;top:22.875rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZU59H9p7CUvcXXF0z2bAseuGxwdZMWRp { display:block; }
 }@media only screen and (max-width: 763px) { #S2kISVsTJWAzUF5XaArHpk16cHaf2daZ { width:3.625rem;height:3.625rem;top:28.1875rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6CD134v1rJJkA6lihtTv1JRybDTAPE7 { width:1.8125rem;height:1.8125rem;top:31.0625rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHRbtlOpRhWSfGfWgG45Sx2eWC7EaItq { width:0.4375rem;height:0.4375rem;top:1.6875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVfI2fiZ3nh0M6gAbsXJO03AygrZn11c { width:0.4375rem;height:0.4375rem;top:2.625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB7txpJeFWOTh8Cc8XCu2NKxwvZmNbpS { width:0.4375rem;height:0.4375rem;top:1.6875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxhKUp6ukVq6EuZ6Du9rfvnlAz57LVKr { width:0.4375rem;height:0.4375rem;top:1.6875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4inSU6QGSOg1Khmr4ORiT6TFdHaAXHa { width:0.4375rem;height:0.4375rem;top:2.625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x56N8TzVeCrR05meZaLCbnJTT7Vttvzp { width:0.4375rem;height:0.4375rem;top:1.6875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDtOWK7FN9KqFZwdBqteefPDxXFk6REB { width:0.4375rem;height:0.4375rem;top:2.625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KB1NxBVyGQ04zKWNRpnzRhOvtDlJadyP { width:0.4375rem;height:0.4375rem;top:2.625rem;left:5.375rem;display:block; }
 }