.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:252,242,226;--color-primary-1:240,163,139;--color-primary-2:230,101,61;--color-primary-3:224,62,13;--color-primary-4:46,20,12;--color-secondary-0:217,243,232;--color-secondary-1:128,215,179;--color-secondary-2:0,175,103;--color-secondary-3:0,88,52;--color-secondary-4:0,26,15;--color-tertiary-0:255,255,255;--color-tertiary-1:200,200,200;--color-tertiary-2:163,163,163;--color-tertiary-3:98,98,98;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/fDkxCeF4/HERO_BANNER_GLOWNY.png");background-position:top right !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; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:44.1875rem;width:75rem;position:relative;display:block; }#aqOma7p92Sssme8kuqmu07p2khwAGClz { color:rgba(var(--color-tertiary-4),1);display:block;width:27.9375rem;position:absolute;font-family:lato;font-size:3.0625rem;font-weight:400;z-index:15000;line-height:1.1;letter-spacing:0;top:11.125rem;left:8.1875rem;height:10.1045rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CBa0iv00E6kL7u9vB5kACT5nqu4dDTbC { color:rgba(var(--color-tertiary-4),1);display:block;width:23.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:23.6875rem;left:8.5rem;height:;display:block; }#CBa0iv00E6kL7u9vB5kACT5nqu4dDTbC li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#CBa0iv00E6kL7u9vB5kACT5nqu4dDTbC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/fDvHEOTn/LEAF.png); }
#s1THI6z2CUKCGkioDKIhSdtqv3t4KAhP { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-primary-3),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.4375rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:35.4375rem;left:8.5rem;display:block; }
#k9CPG2soZiXIPNU8DsdgMSq4VCgqDde1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bz2DVwtw4duU8sutRP484Eq5EQehaxIh { position:absolute;display:block;z-index:15005;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:32.5rem;width:30.25rem;top:7.6875rem;left:37.3125rem;overflow:hidden;display:block; }
#GLpq7ge0LZcV1zGtm5gQ5ppKNc0msCiX { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.625rem;width:22rem;top:18.3125rem;left:33.5625rem;overflow:hidden;display:block; }
#lGNeMrXNDnb1lSPnszpRMJN0kCrzaS2M { position:relative;display:block; }#lGNeMrXNDnb1lSPnszpRMJN0kCrzaS2M { background-color: transparent; background-image: none; }#lGNeMrXNDnb1lSPnszpRMJN0kCrzaS2M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lGNeMrXNDnb1lSPnszpRMJN0kCrzaS2M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lGNeMrXNDnb1lSPnszpRMJN0kCrzaS2M > .row .container > .video-iframe-container { display: none; }#lGNeMrXNDnb1lSPnszpRMJN0kCrzaS2M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lGNeMrXNDnb1lSPnszpRMJN0kCrzaS2M > .row > .video-iframe-container { display: none; }#lGNeMrXNDnb1lSPnszpRMJN0kCrzaS2M > .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); }#lGNeMrXNDnb1lSPnszpRMJN0kCrzaS2M { border-width: 0; border-radius: 0; }#lGNeMrXNDnb1lSPnszpRMJN0kCrzaS2M > .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; }#lGNeMrXNDnb1lSPnszpRMJN0kCrzaS2M > .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:25.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EHdeiTkW6DwTuaaAMqOTKUxlEDyOFgmF { display:block;width:36.375rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:2.6875rem;left:28.375rem;height:5.11816875rem;text-align:center;text-align-last:center;display:block; }
#bmkwL5lukCPzazdhilJcdbATDXfeN1DT { background-color:#ea462f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.625rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:17.5rem;left:36.75rem;display:block; }
#Matx1Q0tBq5QMNTXerzxhBcWf98r0yG9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G2WauTyf7MT3rFkowwHGqK4heEPL1TIo { display:block;width:36.375rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:13.8125rem;left:28.375rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#bb1p6zOm6Wp9Tb801MuG9MtMRkxAhgwi { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:8.8125rem;left:30.9375rem;height:5.11816875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lTQaO7ba8ikmNUouLnmtC9EvTfgp19ZT { position:absolute;display:block;z-index:15019;height:11.25rem;width:20rem;top:2.25rem;left:11.3125rem;display:block; }
#dK5xuCTre2f7mpB4ut95ygX2zes7Vkhh { position:absolute;display:block;z-index:15015;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.125rem solid #ea462f;border-left:0.125rem solid #ea462f;border-right:0.125rem solid #ea462f;border-bottom:0.125rem solid #ea462f;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:24.0625rem;width:58.375rem;top:0.8125rem;left:8.125rem;display:block; }
#yPQeT6UNL83rhwKG4vDBpB8TnIiIitAP { position:relative;display:block; }#yPQeT6UNL83rhwKG4vDBpB8TnIiIitAP { background-color: transparent; background-image: none; }#yPQeT6UNL83rhwKG4vDBpB8TnIiIitAP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPQeT6UNL83rhwKG4vDBpB8TnIiIitAP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPQeT6UNL83rhwKG4vDBpB8TnIiIitAP > .row .container > .video-iframe-container { display: none; }#yPQeT6UNL83rhwKG4vDBpB8TnIiIitAP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPQeT6UNL83rhwKG4vDBpB8TnIiIitAP > .row > .video-iframe-container { display: none; }#yPQeT6UNL83rhwKG4vDBpB8TnIiIitAP > .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); }#yPQeT6UNL83rhwKG4vDBpB8TnIiIitAP { border-width: 0; border-radius: 0; }#yPQeT6UNL83rhwKG4vDBpB8TnIiIitAP > .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; }#yPQeT6UNL83rhwKG4vDBpB8TnIiIitAP > .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:117.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AqnoGCI3pp9op05mbLWngxB3xhLpWlGP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 2.5rem rgba(166,101,63,0.5) ;height:31rem;width:25rem;top:5rem;left:10rem;overflow:hidden;display:block; }
#XbTrdtzCR5gq2WhRyyTyXmkuDoNcmiMH { color:rgba(var(--color-tertiary-4),1);display:block;width:26.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:6rem;left:38.125rem;height:4.375rem;font-style:normal;display:block; }
#pzTTxHilbRJ3zo0gvZTR16kidRxnddHZ { color:rgba(var(--color-tertiary-4),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.25;letter-spacing:0;top:12.875rem;left:41.1875rem;height:21.25rem;display:block; }
#QAeMoqgACKs9mQOezSMFqc0Aa8gUAbtd { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:12.875rem;left:39.0625rem;overflow:hidden;display:block; }
#AewZKhtQtnccxJsh7gEEZ4XNAe5d7h0B { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:16.6875rem;left:39.0625rem;overflow:hidden;display:block; }
#w0tSXcAI53S3GGlxOn7HdTPX51A8Jag1 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:22.875rem;left:39.0625rem;overflow:hidden;display:block; }
#q4vPsnP1aKzcda3sZAJequNwqZQApazA { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:29.0625rem;left:39.0625rem;overflow:hidden;display:block; }
#GcUfEdJTpCv6hUIqVeuyxIARx7TeCJJt { 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.5625rem;top:11.3125rem;left:38.125rem;display:block; }
#WtwnVBpmclltioZMP1rT1ODvpkLy4PpB { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid rgba(var(--color-secondary-2),1);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 2.5rem rgba(166,101,63,0.5) ;height:31.0625rem;width:24.9375rem;top:42.5rem;left:38.125rem;overflow:hidden;display:block; }
#oGluHTZl5pvZarNLT2aEquGSdUHDOruS { color:rgba(var(--color-tertiary-4),1);display:block;width:26.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:44.5625rem;left:10.8125rem;height:4.0625rem;font-style:normal;display:block; }
#s2vGPMIAguTDL3R7Cziz5GkTvfBhDz3m { color:rgba(var(--color-tertiary-4),1);display:block;width:24.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.25;letter-spacing:0;top:52.4375rem;left:12.6875rem;height:13.75rem;display:block; }
#tTiCGUgnoC3A99HqIFhr6VTHBEyEyA6x { position:absolute;display:block;z-index:15014;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.5625rem;top:49.625rem;left:10.75rem;display:block; }
#bouLuBtvwF6eRxMrylBFTBccorsVOsB8 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:52.4375rem;left:10.75rem;overflow:hidden;display:block; }
#yMiZsx06S2BZaekpFKr3vSfFVNwfh5yg { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:57.28125rem;left:10.75rem;overflow:hidden;display:block; }
#FFqKJTdVXtkZCQduehRKCXCJwxocCk92 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:61.1875rem;left:10.75rem;overflow:hidden;display:block; }
#ehTBETQmuHZGVcPq1TnFCfOT3nG1eJuM { color:rgba(var(--color-tertiary-4),1);display:block;width:26.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.25;letter-spacing:0;top:67.4375rem;left:10.75rem;height:2.5rem;display:block; }
#EOXXoMVUEQ0HRQva5qtE83IK3JX1OTyC { color:rgba(var(--color-tertiary-4),1);display:block;width:26.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:81.875rem;left:38.625rem;height:2.03125rem;font-style:normal;display:block; }
#Sr1StCr2BzhXr5u4TdgAa3rG1yDMmBWy { color:rgba(var(--color-tertiary-4),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.25;letter-spacing:0;top:90rem;left:40.75rem;height:13.75rem;display:block; }
#JTmyWA6NCtTAtREBpgmVCDT91f7D3T8W { position:absolute;display:block;z-index:15015;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.5625rem;top:85.125rem;left:38.625rem;display:block; }
#L3fp7Og81xTh5v8gDJu9dNJBd4MqyyMS { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:90rem;left:38.625rem;overflow:hidden;display:block; }
#f5WGcmTJ2eAUWQ2ySgVaHhSToXXVkqVq { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:93.75rem;left:38.625rem;overflow:hidden;display:block; }
#aAMB1efSIFqFQn2uUvsaPuD5qtAazAKw { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:96.25rem;left:38.625rem;overflow:hidden;display:block; }
#Nxa37OCCGGcIox7eILMEbgsVBtir0O1u { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 2.5rem rgba(166,101,63,0.5) ;height:31rem;width:24.875rem;top:80rem;left:10.75rem;overflow:hidden;display:block; }
#r0Lor1sVXK00lIlRQNma8Te6JaTANRTE { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:101.1875rem;left:38.625rem;overflow:hidden;display:block; }
#n2z0i7WTgcIiU6FcgEQdgqwBSbD9M7Sr { color:rgba(var(--color-tertiary-4),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:88rem;left:38.625rem;height:1.29980625rem;display:block; }
#qAzMfCiL09RNyWRS1wedLfuMqtUdclLu { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.625rem;width:19.375rem;top:116.0625rem;left:40.5625rem;overflow:hidden;display:block; }
#J3ENlzXBCaF4oUOmzMJCM5yUwR8T9EqU { color:rgba(var(--color-tertiary-4),1);display:block;width:26.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.25;letter-spacing:0;top:105.25rem;left:38.625rem;height:3.75rem;display:block; }
#BSr5twKgqXmGtu1H8fD5VQCxRznlMOG7 { border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/9MivEOFt/TLO_SEKCJA_KORZYSCI.png");background-position: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; }#BSr5twKgqXmGtu1H8fD5VQCxRznlMOG7.adaptive-delivery-prevent-bg, #BSr5twKgqXmGtu1H8fD5VQCxRznlMOG7.lazyload, #BSr5twKgqXmGtu1H8fD5VQCxRznlMOG7.lazyloading { background-image: none; }#BSr5twKgqXmGtu1H8fD5VQCxRznlMOG7 > .row .container { background-color: transparent; background-image: none; }#BSr5twKgqXmGtu1H8fD5VQCxRznlMOG7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BSr5twKgqXmGtu1H8fD5VQCxRznlMOG7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BSr5twKgqXmGtu1H8fD5VQCxRznlMOG7 > .row .container > .video-iframe-container { display: none; }#BSr5twKgqXmGtu1H8fD5VQCxRznlMOG7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BSr5twKgqXmGtu1H8fD5VQCxRznlMOG7 > .row > .video-iframe-container { display: none; }#BSr5twKgqXmGtu1H8fD5VQCxRznlMOG7 > .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); }#BSr5twKgqXmGtu1H8fD5VQCxRznlMOG7 > .row .container { border-width: 0; border-radius: 0; }#BSr5twKgqXmGtu1H8fD5VQCxRznlMOG7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BSr5twKgqXmGtu1H8fD5VQCxRznlMOG7 > .row .container { font-size:0.875rem;font-family:arial;height:55.8125rem;width:75rem;position:relative;display:block; }#KyWU9I0W4znR6XqT2LOlz6uEQFxUESxJ { color:rgba(var(--color-tertiary-4),1);display:block;width:36.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:6.125rem;left:11.875rem;height:12.5rem;font-style:normal;display:block; }
#PyuQSpRW5eFA8PQpKuUHDLJu4mT6t3AV { color:rgba(var(--color-tertiary-4),1);display:block;width:53.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:24.5625rem;left:10.75rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kkzTLs9rRyR6DHKubbaG122JehM3aLOR { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-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: 0rem 0rem 3.125rem rgba(103,162,34,0.5) ;height:7.875rem;width:7.875rem;top:31.125rem;left:13.0625rem;display:block; }
#JNybqn4C8w6Z3uAkrWKDQd5ok6WrM2FN { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-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: 0rem 0rem 3.125rem rgba(103,162,34,0.5) ;height:7.875rem;width:7.875rem;top:31.125rem;left:26.75rem;display:block; }
#DuXD00tm6BGUXUiStmRxxTqBc7GP88tk { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-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: 0rem 0rem 3.125rem rgba(103,162,34,0.5) ;height:7.875rem;width:7.875rem;top:31.125rem;left:40.4375rem;display:block; }
#JJVpSABLEeST6GyabqFi7wv2PAR9vORH { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-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: 0rem 0rem 3.125rem rgba(103,162,34,0.5) ;height:7.875rem;width:7.875rem;top:31.125rem;left:54.125rem;display:block; }
#iOvJhxnN2WFyVOB95tUPxZTSGfD0ySIk { position:absolute;display:block;z-index:15016;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:;width:4.375rem;top:33.0986328125rem;left:14.8125rem;overflow:hidden;display:block; }
#DcLV5lLym99Uy0f0927kzAlMRWcuJeGN { position:absolute;display:block;z-index:15017;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:4rem;width:4rem;top:33.0625rem;left:28.6875rem;overflow:hidden;display:block; }
#BFV80aQJwu2avMEg8hKgmJ4IWMNLMPHh { position:absolute;display:block;z-index:15018;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:4rem;width:3.375rem;top:33.0625rem;left:42.6875rem;overflow:hidden;display:block; }
#KoAFRUou0xA7iplU0CZye6KHzFvouBZN { 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.6152375rem;width:3.75rem;top:33.2548828125rem;left:56.1875rem;overflow:hidden;display:block; }
#XXatUr52pOhcuRRXECmQh41R7TLVN4gZ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15020;line-height:1.33;letter-spacing:0;top:40.25rem;left:10.75rem;height:4.984375rem;text-align:center;text-align-last:center;display:block; }
#h14cEEqldrT5ThDtlZAQV0kIqF9i2V56 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15021;line-height:1.33;letter-spacing:0;top:40.25rem;left:24.4375rem;height:7.4765625rem;text-align:center;text-align-last:center;display:block; }
#VAx1EdB3DmbANPMI4xDsScX8hHO6Eiy5 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15022;line-height:1.33;letter-spacing:0;top:40.25rem;left:38.125rem;height:7.4765625rem;text-align:center;text-align-last:center;display:block; }
#rLmQPCfEipcMVewAQVV34NuLib8zOXCl { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15023;line-height:1.33;letter-spacing:0;top:40.25rem;left:51.8125rem;height:9.96875rem;text-align:center;text-align-last:center;display:block; }
#oXN4wxuCvv0TKZnIsW95Qh9u9g6PCblc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:18.375rem;display:none; }
#ff1I728oBkt6TaSSKUHFeh5tNyKT7TTE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/A4x252G8/KWIETNIK.png");background-position: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; }#ff1I728oBkt6TaSSKUHFeh5tNyKT7TTE.adaptive-delivery-prevent-bg, #ff1I728oBkt6TaSSKUHFeh5tNyKT7TTE.lazyload, #ff1I728oBkt6TaSSKUHFeh5tNyKT7TTE.lazyloading { background-image: none; }#ff1I728oBkt6TaSSKUHFeh5tNyKT7TTE > .row .container { background-color: transparent; background-image: none; }#ff1I728oBkt6TaSSKUHFeh5tNyKT7TTE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ff1I728oBkt6TaSSKUHFeh5tNyKT7TTE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ff1I728oBkt6TaSSKUHFeh5tNyKT7TTE > .row .container > .video-iframe-container { display: none; }#ff1I728oBkt6TaSSKUHFeh5tNyKT7TTE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ff1I728oBkt6TaSSKUHFeh5tNyKT7TTE > .row > .video-iframe-container { display: none; }#ff1I728oBkt6TaSSKUHFeh5tNyKT7TTE > .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); }#ff1I728oBkt6TaSSKUHFeh5tNyKT7TTE > .row .container { border-width: 0; border-radius: 0; }#ff1I728oBkt6TaSSKUHFeh5tNyKT7TTE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ff1I728oBkt6TaSSKUHFeh5tNyKT7TTE > .row .container { font-size:0.875rem;font-family:arial;height:45.125rem;width:75rem;position:relative;display:block; }#K7GuICF0XTOkQOR9BqiGB7h3ikNoc1hc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:69.5625rem;width:1.8125rem;top:39.875rem;left:36.59375rem;overflow:hidden;display:block; }
#bCWr5I8hWx4JTzm144u6RvGwTGMQwKOP { color:rgba(var(--color-tertiary-4),1);display:block;width:55.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.25;letter-spacing:0;top:28.6875rem;left:9.625rem;height:9.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LEAxlbKaBD2J3t44dZLv8WXtDF7WUqX9 { color:rgba(var(--color-tertiary-2),1);display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15012;line-height:.66;letter-spacing:0;top:43rem;left:28.0625rem;height:1.23730625rem;font-style:normal;display:block; }
#BDXrEstEo9srH5zmkyOnzMMlNViczptH { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.25;letter-spacing:0;top:42.34375rem;left:41.1875rem;height:2.5rem;text-align:left;text-align-last:left;display:block; }
#QiLsfgbwtH2zPOLKZdb4GN4wxWZ65tDZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e4efe9, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, #e4efe9, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, #e4efe9, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, #e4efe9, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4efe9', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4efe9', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, #e4efe9, rgba(var(--color-tertiary-0),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QiLsfgbwtH2zPOLKZdb4GN4wxWZ65tDZ > .row .container { background-color: transparent; background-image: none; }#QiLsfgbwtH2zPOLKZdb4GN4wxWZ65tDZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QiLsfgbwtH2zPOLKZdb4GN4wxWZ65tDZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QiLsfgbwtH2zPOLKZdb4GN4wxWZ65tDZ > .row .container > .video-iframe-container { display: none; }#QiLsfgbwtH2zPOLKZdb4GN4wxWZ65tDZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QiLsfgbwtH2zPOLKZdb4GN4wxWZ65tDZ > .row > .video-iframe-container { display: none; }#QiLsfgbwtH2zPOLKZdb4GN4wxWZ65tDZ > .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); }#QiLsfgbwtH2zPOLKZdb4GN4wxWZ65tDZ > .row .container { border-width: 0; border-radius: 0; }#QiLsfgbwtH2zPOLKZdb4GN4wxWZ65tDZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QiLsfgbwtH2zPOLKZdb4GN4wxWZ65tDZ > .row .container { font-size:0.875rem;font-family:arial;height:64.3125rem;width:75rem;position:relative;display:block; }#HTZBMSRXv9UGeDadbPEe0qOLndsxuBTT { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.25;letter-spacing:0;top:5.5rem;left:10.8125rem;height:7.5rem;text-align:right;text-align-last:right;display:block; }
#h6wFsmWhQk4PRssLNCQwMUfeDK4GB9Qg { color:rgba(var(--color-tertiary-2),1);display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15013;line-height:.66;letter-spacing:0;top:8.0625rem;left:41.25rem;height:1.23730625rem;font-style:normal;display:block; }
#LtmwtRpQuw7ZJEuUZmNg4o7gRiGlfx8N { color:rgba(var(--color-tertiary-2),1);display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15014;line-height:.66;letter-spacing:0;top:19.4375rem;left:34.34375rem;height:1.23730625rem;font-style:normal;display:block; }
#m3qztmap1lxOP8cXBHwrIvaBkE8pn3R2 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.25;letter-spacing:0;top:22.4375rem;left:26.71875rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#XNUCU7BcwTnuKA4M3nKKfX8I6ArGIiHT { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.25;letter-spacing:0;top:28.4375rem;left:10.875rem;height:7.5rem;text-align:right;text-align-last:right;display:block; }
#CqygWhTtoKAH22tRMNJGvzqAaaWq95VS { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.25;letter-spacing:0;top:31.6875rem;left:41.25rem;height:10rem;text-align:left;text-align-last:left;display:block; }
#s781PsH81CkI4SbOE3O3KE4FEk6iVEro { color:rgba(var(--color-tertiary-2),1);display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15015;line-height:.66;letter-spacing:0;top:48.125rem;left:26.125rem;height:1.23730625rem;font-style:normal;display:block; }
#LbczwRkdgtonAiJMJOUJxy24MsKrpTOB { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.25;letter-spacing:0;top:47.46875rem;left:41.25rem;height:2.5rem;text-align:left;text-align-last:left;display:block; }
#RKoNGFuC6GTE5wpwZ9c6aHVbPQwqTdr9 { color:rgba(var(--color-tertiary-2),1);display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15016;line-height:.66;letter-spacing:0;top:57.5rem;left:41.25rem;height:1.23730625rem;font-style:normal;display:block; }
#f9ahnFZ6zm0mseT3WAEQt5BUs751CI2J { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.25;letter-spacing:0;top:55.5625rem;left:10.9375rem;height:6.25rem;text-align:right;text-align-last:right;display:block; }
#WvT3GRfqmr8ZsWIxGqVnfkEWZAMZCpvL { color:rgba(var(--color-tertiary-2),1);display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15012;line-height:.66;letter-spacing:0;top:43rem;left:28.0625rem;height:1.1875rem;font-style:normal;display:none; }
#BUIxuEnZJ7BPJWkGDJzLbk4UXW71Pxol { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.25;letter-spacing:0;top:42.34375rem;left:41.1875rem;height:2.5rem;text-align:left;text-align-last:left;display:none; }
#QPq52rMEGvcDpNTd2BlKXgDTeBivqcCC { position:relative;display:block; }#QPq52rMEGvcDpNTd2BlKXgDTeBivqcCC { background-color: transparent; background-image: none; }#QPq52rMEGvcDpNTd2BlKXgDTeBivqcCC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QPq52rMEGvcDpNTd2BlKXgDTeBivqcCC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QPq52rMEGvcDpNTd2BlKXgDTeBivqcCC > .row .container > .video-iframe-container { display: none; }#QPq52rMEGvcDpNTd2BlKXgDTeBivqcCC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QPq52rMEGvcDpNTd2BlKXgDTeBivqcCC > .row > .video-iframe-container { display: none; }#QPq52rMEGvcDpNTd2BlKXgDTeBivqcCC > .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); }#QPq52rMEGvcDpNTd2BlKXgDTeBivqcCC { border-width: 0; border-radius: 0; }#QPq52rMEGvcDpNTd2BlKXgDTeBivqcCC > .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; }#QPq52rMEGvcDpNTd2BlKXgDTeBivqcCC > .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:13.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ucFqL283UhoERf9NCmAzEWg2zT20cuLe { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-primary-3),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.4375rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:5.34375rem;left:27.78125rem;display:block; }
#QsZugTtBgCMR2KTxcUSXUOuWITJywAdF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J9BJkuax8dFWu7hBFhRazOo0o5Duqnvz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J9BJkuax8dFWu7hBFhRazOo0o5Duqnvz > .row .container { background-color: transparent; background-image: none; }#J9BJkuax8dFWu7hBFhRazOo0o5Duqnvz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J9BJkuax8dFWu7hBFhRazOo0o5Duqnvz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J9BJkuax8dFWu7hBFhRazOo0o5Duqnvz > .row .container > .video-iframe-container { display: none; }#J9BJkuax8dFWu7hBFhRazOo0o5Duqnvz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J9BJkuax8dFWu7hBFhRazOo0o5Duqnvz > .row > .video-iframe-container { display: none; }#J9BJkuax8dFWu7hBFhRazOo0o5Duqnvz > .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); }#J9BJkuax8dFWu7hBFhRazOo0o5Duqnvz > .row .container { border-width: 0; border-radius: 0; }#J9BJkuax8dFWu7hBFhRazOo0o5Duqnvz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J9BJkuax8dFWu7hBFhRazOo0o5Duqnvz > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:75rem;position:relative;display:block; }#Qz4EUTtEtmIzGFQlN2GJTEUrVsCJLlLf { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:14.6875rem;top:2.75rem;left:11.9375rem;overflow:hidden;display:block; }
#TOWVNsQgl3mihRE8uGuWD2ft3URtpyy3 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.75rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.6875rem;left:29rem;height:2.03125rem;display:block; }
#AO2sKp4Fm1CgJPX8CnUMkgwkUhZuziEr { color:rgba(var(--color-tertiary-0),1);display:block;width:32.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.8125rem;left:29rem;height:6.499rem;display:block; }
#ZKx16H8miHOay59u6bw8sX7epsAFgUNF { position:relative;display:block; }#ZKx16H8miHOay59u6bw8sX7epsAFgUNF { background-color: transparent; background-image: none; }#ZKx16H8miHOay59u6bw8sX7epsAFgUNF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZKx16H8miHOay59u6bw8sX7epsAFgUNF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZKx16H8miHOay59u6bw8sX7epsAFgUNF > .row .container > .video-iframe-container { display: none; }#ZKx16H8miHOay59u6bw8sX7epsAFgUNF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZKx16H8miHOay59u6bw8sX7epsAFgUNF > .row > .video-iframe-container { display: none; }#ZKx16H8miHOay59u6bw8sX7epsAFgUNF > .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); }#ZKx16H8miHOay59u6bw8sX7epsAFgUNF { border-width: 0; border-radius: 0; }#ZKx16H8miHOay59u6bw8sX7epsAFgUNF > .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; }#ZKx16H8miHOay59u6bw8sX7epsAFgUNF > .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:62.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yr0NT7TTK4GvysmLh80WGH4OrLgD94Ka { color:rgba(var(--color-tertiary-4),1);display:block;width:33.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.8125rem;left:36.500001907349rem;height:;display:block; }
#QI3hJ4xLvkXZARExunOnHOWMNtwJ05yv { color:rgba(var(--color-tertiary-4),1);display:block;width:24.875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:11.6875rem;left:36.5rem;height:2.5rem;display:block; }
#bWEXyX7bMWLFZTWRNE45Pwps3SceEqSh { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:14.9375rem;left:36.5rem;height:2.03125rem;display:block; }
#uNlnWAyG3LcApR8ikDnT3BqiO9ozsLwX { color:rgba(var(--color-tertiary-4),1);display:block;width:23.9375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:18.0625rem;left:36.5rem;height:1.21875rem;display:block; }
#cFrm3GtyLUx82QO1DJUTiiCJzhIbHBPN { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5rem;width:19.125rem;top:4.3125rem;left:11rem;overflow:hidden;display:block; }
#QeZfrG0wPrhNplmAsoBL4mpeUiGT1p2e { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:13.9375rem;top:11rem;left:10.3125rem;overflow:hidden;display:block; }
#Am9bOVNLKH39E6A3NK6kz5is1nOrr0rl { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-primary-3),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.4375rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:21.75rem;left:36.5rem;display:block; }
#eg5hD6C3l4KSbn814iDVDI85Dus8x1ID { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KkCfA4FlC4v4T9m2VfOwxdshIUKGzcHd { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:34.25rem;left:16.6875rem;height:1.29980625rem;display:block; }
#VW91V1gyFXeIZOXDWSIwbWwdXRRAyRrM { color:rgba(var(--color-tertiary-4),1);display:block;width:23.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:37.5rem;left:12rem;height:15.84375rem;display:block; }
#RC8a5iN6Xf8ycp7SwKDWI2AxTTDoByDM { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 2.5rem rgba(62,141,98,0.15) ;height:25.375rem;width:26.125rem;top:31.9375rem;left:10.75rem;display:block; }
#tNrviK0IxQMACTMOVddxT2eJ15M4pT41 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:37.5rem;left:39.5rem;height:15.84375rem;display:block; }
#OgImseQOEJynIkNNOEwUsUCMWAbF9wJn { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 2.5rem rgba(62,141,98,0.15) ;height:25.375rem;width:26.125rem;top:31.9375rem;left:38.125rem;display:block; }
#pgbMEkbbtKLxilnR1pID8iMinmAltx0u { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:2.75rem;top:5.3125rem;left:36.500001907349rem;overflow:hidden;display:block; }
#RiGZKaooT4txfEkNKp1Wk9OPw7EsBqcE { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15030;line-height:1.27;letter-spacing:0;top:5.4562501907349rem;left:39.687501907349rem;height:1.19043125rem;font-style:normal;display:block; }
#IGtrgSLGUIHikIKNvTLTJcUVraFA9HzL { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:33.1875rem;left:12.125rem;overflow:hidden;display:block; }
#QW2qO6iSMAOtBPyuXQKx3riX4FbNxNVn { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:34.3125rem;left:44.0625rem;height:1.29980625rem;display:block; }
#xKh5shGnqck7wlPvv1L5cKSLJmFMypiR { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:33.25rem;left:39.5rem;overflow:hidden;display:block; }
#RqdtLBgH1wDsFCVwK7VhEpOolNwGobnk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RqdtLBgH1wDsFCVwK7VhEpOolNwGobnk > .row .container { background-color: transparent; background-image: none; }#RqdtLBgH1wDsFCVwK7VhEpOolNwGobnk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RqdtLBgH1wDsFCVwK7VhEpOolNwGobnk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RqdtLBgH1wDsFCVwK7VhEpOolNwGobnk > .row .container > .video-iframe-container { display: none; }#RqdtLBgH1wDsFCVwK7VhEpOolNwGobnk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RqdtLBgH1wDsFCVwK7VhEpOolNwGobnk > .row > .video-iframe-container { display: none; }#RqdtLBgH1wDsFCVwK7VhEpOolNwGobnk > .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); }#RqdtLBgH1wDsFCVwK7VhEpOolNwGobnk > .row .container { border-width: 0; border-radius: 0; }#RqdtLBgH1wDsFCVwK7VhEpOolNwGobnk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RqdtLBgH1wDsFCVwK7VhEpOolNwGobnk > .row .container { font-size:0.875rem;font-family:arial;height:11.375rem;width:75rem;position:relative;display:block; }#VEQASmzmryfOy2UOULTPBOdnb3lgTaEy { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:39.5rem;top:1.84375rem;left:17.75rem;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/fDkxCeF4/HERO_BANNER_GLOWNY.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #aqOma7p92Sssme8kuqmu07p2khwAGClz { width:27.9375rem;height:10.65rem;top:11.125rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CBa0iv00E6kL7u9vB5kACT5nqu4dDTbC { width:23.875rem;height:;top:23.6875rem;left:0rem;font-size:1.125rem;display:block; }#CBa0iv00E6kL7u9vB5kACT5nqu4dDTbC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/fDvHEOTn/LEAF.png); }
 }@media only screen and (max-width: 1199px) { #s1THI6z2CUKCGkioDKIhSdtqv3t4KAhP { width:19.4375rem;height:3.125rem;top:35.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k9CPG2soZiXIPNU8DsdgMSq4VCgqDde1 { display:block; }
 }@media only screen and (max-width: 1199px) { #Bz2DVwtw4duU8sutRP484Eq5EQehaxIh { width:23.125rem;height:24.875rem;top:7.6875rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GLpq7ge0LZcV1zGtm5gQ5ppKNc0msCiX { width:15.8125rem;height:17rem;top:18.5rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lGNeMrXNDnb1lSPnszpRMJN0kCrzaS2M { display:block; }#lGNeMrXNDnb1lSPnszpRMJN0kCrzaS2M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #EHdeiTkW6DwTuaaAMqOTKUxlEDyOFgmF { width:26.125rem;height:4.875rem;top:2.5625rem;left:19.21875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bmkwL5lukCPzazdhilJcdbATDXfeN1DT { width:19.625rem;height:3.4375rem;top:19.5rem;left:22.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Matx1Q0tBq5QMNTXerzxhBcWf98r0yG9 { display:block; }
 }@media only screen and (max-width: 1199px) { #G2WauTyf7MT3rFkowwHGqK4heEPL1TIo { width:26.125rem;height:1.625rem;top:14.375rem;left:19.21875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bb1p6zOm6Wp9Tb801MuG9MtMRkxAhgwi { width:21.375rem;height:5.0625rem;top:8.75rem;left:21.59375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lTQaO7ba8ikmNUouLnmtC9EvTfgp19ZT { width:20rem;height:11.25rem;top:1.625rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dK5xuCTre2f7mpB4ut95ygX2zes7Vkhh { width:47.5rem;height:24.0625rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yPQeT6UNL83rhwKG4vDBpB8TnIiIitAP { display:block; }#yPQeT6UNL83rhwKG4vDBpB8TnIiIitAP > .row .container { width:47.75rem;height:93rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #AqnoGCI3pp9op05mbLWngxB3xhLpWlGP { width:18.5rem;height:22.9375rem;top:4.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XbTrdtzCR5gq2WhRyyTyXmkuDoNcmiMH { width:26.125rem;height:4.3rem;top:2rem;left:21.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pzTTxHilbRJ3zo0gvZTR16kidRxnddHZ { width:24.25rem;height:21.25rem;top:8.875rem;left:23.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QAeMoqgACKs9mQOezSMFqc0Aa8gUAbtd { width:1.5rem;height:1.5rem;top:8.875rem;left:21.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AewZKhtQtnccxJsh7gEEZ4XNAe5d7h0B { width:1.5rem;height:1.5rem;top:12.6875rem;left:21.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w0tSXcAI53S3GGlxOn7HdTPX51A8Jag1 { width:1.5rem;height:1.5rem;top:18.875rem;left:21.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q4vPsnP1aKzcda3sZAJequNwqZQApazA { width:1.5rem;height:1.5rem;top:25.0625rem;left:21.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GcUfEdJTpCv6hUIqVeuyxIARx7TeCJJt { width:4.5625rem;height:0.25rem;top:7.3125rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WtwnVBpmclltioZMP1rT1ODvpkLy4PpB { width:18.4375rem;height:23rem;top:35.78125rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oGluHTZl5pvZarNLT2aEquGSdUHDOruS { width:26.125rem;height:4rem;top:33.0625rem;left:1.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s2vGPMIAguTDL3R7Cziz5GkTvfBhDz3m { width:22.4375rem;height:13.75rem;top:40.40625rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tTiCGUgnoC3A99HqIFhr6VTHBEyEyA6x { width:4.5625rem;height:0.25rem;top:38.125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bouLuBtvwF6eRxMrylBFTBccorsVOsB8 { width:1.5rem;height:1.5rem;top:40.40625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yMiZsx06S2BZaekpFKr3vSfFVNwfh5yg { width:1.5rem;height:1.5rem;top:45.4375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FFqKJTdVXtkZCQduehRKCXCJwxocCk92 { width:1.5rem;height:1.5rem;top:49.125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ehTBETQmuHZGVcPq1TnFCfOT3nG1eJuM { width:25.3125rem;height:2.5rem;top:56rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EOXXoMVUEQ0HRQva5qtE83IK3JX1OTyC { width:22.875rem;height:2rem;top:62.125rem;left:23.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sr1StCr2BzhXr5u4TdgAa3rG1yDMmBWy { width:24.25rem;height:13.75rem;top:67.5625rem;left:23.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JTmyWA6NCtTAtREBpgmVCDT91f7D3T8W { width:4.5625rem;height:0.25rem;top:64.1875rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L3fp7Og81xTh5v8gDJu9dNJBd4MqyyMS { width:1.5rem;height:1.5rem;top:67.5rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f5WGcmTJ2eAUWQ2ySgVaHhSToXXVkqVq { width:1.5rem;height:1.5rem;top:71.3125rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aAMB1efSIFqFQn2uUvsaPuD5qtAazAKw { width:1.5rem;height:1.5rem;top:73.8125rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nxa37OCCGGcIox7eILMEbgsVBtir0O1u { width:18.5rem;height:23.0625rem;top:62.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r0Lor1sVXK00lIlRQNma8Te6JaTANRTE { width:1.5rem;height:1.5rem;top:78.8125rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n2z0i7WTgcIiU6FcgEQdgqwBSbD9M7Sr { width:24.25rem;height:1.3rem;top:65.5625rem;left:23.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qAzMfCiL09RNyWRS1wedLfuMqtUdclLu { width:19.375rem;height:24.625rem;top:90.625rem;left:26.78125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J3ENlzXBCaF4oUOmzMJCM5yUwR8T9EqU { width:25.25rem;height:3.75rem;top:84.125rem;left:22.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BSr5twKgqXmGtu1H8fD5VQCxRznlMOG7 { display:block; }#BSr5twKgqXmGtu1H8fD5VQCxRznlMOG7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KyWU9I0W4znR6XqT2LOlz6uEQFxUESxJ { width:31.125rem;height:11rem;top:6.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PyuQSpRW5eFA8PQpKuUHDLJu4mT6t3AV { width:47.75rem;height:3.7rem;top:24.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kkzTLs9rRyR6DHKubbaG122JehM3aLOR { width:7.875rem;height:7.875rem;top:31.125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JNybqn4C8w6Z3uAkrWKDQd5ok6WrM2FN { width:7.875rem;height:7.875rem;top:31.125rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DuXD00tm6BGUXUiStmRxxTqBc7GP88tk { width:7.875rem;height:7.875rem;top:31.125rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JJVpSABLEeST6GyabqFi7wv2PAR9vORH { width:7.875rem;height:7.875rem;top:31.125rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iOvJhxnN2WFyVOB95tUPxZTSGfD0ySIk { width:4.375rem;height:3.9277375rem;top:33.125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DcLV5lLym99Uy0f0927kzAlMRWcuJeGN { width:4rem;height:4rem;top:33.0625rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BFV80aQJwu2avMEg8hKgmJ4IWMNLMPHh { width:3.375rem;height:4rem;top:33.0625rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KoAFRUou0xA7iplU0CZye6KHzFvouBZN { width:3.75rem;height:3.6152375rem;top:33.25rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XXatUr52pOhcuRRXECmQh41R7TLVN4gZ { width:7.9375rem;height:6rem;top:40.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h14cEEqldrT5ThDtlZAQV0kIqF9i2V56 { width:11rem;height:8.4rem;top:40.25rem;left:11.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VAx1EdB3DmbANPMI4xDsScX8hHO6Eiy5 { width:9.3125rem;height:10.8rem;top:40.25rem;left:25.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rLmQPCfEipcMVewAQVV34NuLib8zOXCl { width:10.5rem;height:12rem;top:40.25rem;left:36.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oXN4wxuCvv0TKZnIsW95Qh9u9g6PCblc { width:18.375rem;height:16.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ff1I728oBkt6TaSSKUHFeh5tNyKT7TTE { display:block; }#ff1I728oBkt6TaSSKUHFeh5tNyKT7TTE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #K7GuICF0XTOkQOR9BqiGB7h3ikNoc1hc { width:1.8125rem;height:69.5625rem;top:39.875rem;left:22.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bCWr5I8hWx4JTzm144u6RvGwTGMQwKOP { width:32.3125rem;height:5.25rem;top:30.75rem;left:7.71875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LEAxlbKaBD2J3t44dZLv8WXtDF7WUqX9 { width:6.3125rem;height:1.2rem;top:43rem;left:14.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BDXrEstEo9srH5zmkyOnzMMlNViczptH { width:21.5625rem;height:2.5rem;top:42.375rem;left:26.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QiLsfgbwtH2zPOLKZdb4GN4wxWZ65tDZ { display:block; }#QiLsfgbwtH2zPOLKZdb4GN4wxWZ65tDZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HTZBMSRXv9UGeDadbPEe0qOLndsxuBTT { width:21.5625rem;height:7.5rem;top:5.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h6wFsmWhQk4PRssLNCQwMUfeDK4GB9Qg { width:6.3125rem;height:1.2rem;top:8.0625rem;left:27.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LtmwtRpQuw7ZJEuUZmNg4o7gRiGlfx8N { width:6.3125rem;height:1.2rem;top:19.4375rem;left:20.71875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m3qztmap1lxOP8cXBHwrIvaBkE8pn3R2 { width:21.5625rem;height:2.5rem;top:22.4375rem;left:13.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XNUCU7BcwTnuKA4M3nKKfX8I6ArGIiHT { width:21.5625rem;height:7.5rem;top:28.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CqygWhTtoKAH22tRMNJGvzqAaaWq95VS { width:21.5625rem;height:10rem;top:31.6875rem;left:26.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s781PsH81CkI4SbOE3O3KE4FEk6iVEro { width:7rem;height:1.2rem;top:48.125rem;left:12.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LbczwRkdgtonAiJMJOUJxy24MsKrpTOB { width:21.5625rem;height:2.5rem;top:47.4375rem;left:26.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RKoNGFuC6GTE5wpwZ9c6aHVbPQwqTdr9 { width:6.3125rem;height:1.2rem;top:57.5rem;left:27.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f9ahnFZ6zm0mseT3WAEQt5BUs751CI2J { width:22.625rem;height:6.25rem;top:55.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WvT3GRfqmr8ZsWIxGqVnfkEWZAMZCpvL { width:6.3125rem;height:1.1875rem;top:43rem;left:14.4375rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #BUIxuEnZJ7BPJWkGDJzLbk4UXW71Pxol { width:21.5625rem;height:2.5rem;top:42.375rem;left:26.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #QPq52rMEGvcDpNTd2BlKXgDTeBivqcCC { display:block; }#QPq52rMEGvcDpNTd2BlKXgDTeBivqcCC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ucFqL283UhoERf9NCmAzEWg2zT20cuLe { width:19.4375rem;height:3.125rem;top:5.3125rem;left:14.15625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QsZugTtBgCMR2KTxcUSXUOuWITJywAdF { display:block; }
 }@media only screen and (max-width: 1199px) { #J9BJkuax8dFWu7hBFhRazOo0o5Duqnvz { display:block; }#J9BJkuax8dFWu7hBFhRazOo0o5Duqnvz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Qz4EUTtEtmIzGFQlN2GJTEUrVsCJLlLf { width:14.6875rem;height:12.5625rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TOWVNsQgl3mihRE8uGuWD2ft3URtpyy3 { width:24.75rem;height:2rem;top:4.6875rem;left:15.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AO2sKp4Fm1CgJPX8CnUMkgwkUhZuziEr { width:32.3125rem;height:6.5rem;top:7.8125rem;left:15.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZKx16H8miHOay59u6bw8sX7epsAFgUNF { display:block; }#ZKx16H8miHOay59u6bw8sX7epsAFgUNF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yr0NT7TTK4GvysmLh80WGH4OrLgD94Ka { width:24.625rem;height:3.2rem;top:7.3125001909213rem;left:23.000000357628rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QI3hJ4xLvkXZARExunOnHOWMNtwJ05yv { width:24.875rem;height:2.5rem;top:11.6875rem;left:22.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bWEXyX7bMWLFZTWRNE45Pwps3SceEqSh { width:19.9375rem;height:2rem;top:14.9375rem;left:22.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uNlnWAyG3LcApR8ikDnT3BqiO9ozsLwX { width:23.9375rem;height:1.2rem;top:18.0625rem;left:22.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cFrm3GtyLUx82QO1DJUTiiCJzhIbHBPN { width:19.125rem;height:20.5rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QeZfrG0wPrhNplmAsoBL4mpeUiGT1p2e { width:13.9375rem;height:14.9375rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Am9bOVNLKH39E6A3NK6kz5is1nOrr0rl { width:19.4375rem;height:3.125rem;top:21.75rem;left:22.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eg5hD6C3l4KSbn814iDVDI85Dus8x1ID { display:block; }
 }@media only screen and (max-width: 1199px) { #KkCfA4FlC4v4T9m2VfOwxdshIUKGzcHd { width:14.375rem;height:1.3rem;top:34.25rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VW91V1gyFXeIZOXDWSIwbWwdXRRAyRrM { width:21.4375rem;height:15.6rem;top:37.5rem;left:1.15625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RC8a5iN6Xf8ycp7SwKDWI2AxTTDoByDM { width:23.75rem;height:26.9375rem;top:31.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tNrviK0IxQMACTMOVddxT2eJ15M4pT41 { width:22.375rem;height:15.6rem;top:37.5rem;left:24.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OgImseQOEJynIkNNOEwUsUCMWAbF9wJn { width:23.75rem;height:26.9375rem;top:31.9375rem;left:24rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pgbMEkbbtKLxilnR1pID8iMinmAltx0u { width:2.75rem;height:1.4375rem;top:5.3125rem;left:22.875001907349rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RiGZKaooT4txfEkNKp1Wk9OPw7EsBqcE { width:14.25rem;height:1.15rem;top:5.4375rem;left:26.062501907349rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IGtrgSLGUIHikIKNvTLTJcUVraFA9HzL { width:3.3125rem;height:3.3125rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QW2qO6iSMAOtBPyuXQKx3riX4FbNxNVn { width:14.375rem;height:1.3rem;top:34.3125rem;left:30.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xKh5shGnqck7wlPvv1L5cKSLJmFMypiR { width:3.3125rem;height:3.3125rem;top:33.25rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RqdtLBgH1wDsFCVwK7VhEpOolNwGobnk { display:block; }#RqdtLBgH1wDsFCVwK7VhEpOolNwGobnk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VEQASmzmryfOy2UOULTPBOdnb3lgTaEy { width:39.5rem;height:7.6875rem;top:1.8125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:53.0625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/BFPzm2Hw/header.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #aqOma7p92Sssme8kuqmu07p2khwAGClz { width:20rem;height:6.6rem;top:1.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CBa0iv00E6kL7u9vB5kACT5nqu4dDTbC { width:18.1875rem;height:11.6rem;top:9.8125rem;left:0.90625rem;font-size:1.125rem;display:block; }#CBa0iv00E6kL7u9vB5kACT5nqu4dDTbC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/fDvHEOTn/LEAF.png); }
 }@media only screen and (max-width: 763px) { #s1THI6z2CUKCGkioDKIhSdtqv3t4KAhP { width:19rem;height:3.4375rem;top:21.875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9CPG2soZiXIPNU8DsdgMSq4VCgqDde1 { display:block; }
 }@media only screen and (max-width: 763px) { #Bz2DVwtw4duU8sutRP484Eq5EQehaxIh { width:16.3125rem;height:17.5625rem;top:33.7890625rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #GLpq7ge0LZcV1zGtm5gQ5ppKNc0msCiX { width:20rem;height:21.4765625rem;top:26.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGNeMrXNDnb1lSPnszpRMJN0kCrzaS2M { display:block; }#lGNeMrXNDnb1lSPnszpRMJN0kCrzaS2M > .row .container { width:20rem;height:39.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EHdeiTkW6DwTuaaAMqOTKUxlEDyOFgmF { width:20rem;height:4.5rem;top:16.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmkwL5lukCPzazdhilJcdbATDXfeN1DT { width:19.625rem;height:3.4375rem;top:32.4375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Matx1Q0tBq5QMNTXerzxhBcWf98r0yG9 { display:block; }
 }@media only screen and (max-width: 763px) { #G2WauTyf7MT3rFkowwHGqK4heEPL1TIo { width:20rem;height:1.5rem;top:29.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb1p6zOm6Wp9Tb801MuG9MtMRkxAhgwi { width:20rem;height:5.0625rem;top:22.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTQaO7ba8ikmNUouLnmtC9EvTfgp19ZT { width:20rem;height:11.25rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dK5xuCTre2f7mpB4ut95ygX2zes7Vkhh { width:19.75rem;height:24.0625rem;top:13.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPQeT6UNL83rhwKG4vDBpB8TnIiIitAP { display:block; }#yPQeT6UNL83rhwKG4vDBpB8TnIiIitAP > .row .container { width:20rem;height:201rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AqnoGCI3pp9op05mbLWngxB3xhLpWlGP { width:19rem;height:23.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbTrdtzCR5gq2WhRyyTyXmkuDoNcmiMH { width:20rem;height:4.3rem;top:26.3955rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzTTxHilbRJ3zo0gvZTR16kidRxnddHZ { width:17.5rem;height:26.25rem;top:33.625rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAeMoqgACKs9mQOezSMFqc0Aa8gUAbtd { width:1.5rem;height:1.5rem;top:33.625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AewZKhtQtnccxJsh7gEEZ4XNAe5d7h0B { width:1.5rem;height:1.5rem;top:37.4375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0tSXcAI53S3GGlxOn7HdTPX51A8Jag1 { width:1.5rem;height:1.5rem;top:45rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4vPsnP1aKzcda3sZAJequNwqZQApazA { width:1.5rem;height:1.5rem;top:52.4375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcUfEdJTpCv6hUIqVeuyxIARx7TeCJJt { width:4.5625rem;height:0.25rem;top:31.76953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtwnVBpmclltioZMP1rT1ODvpkLy4PpB { width:19.0625rem;height:23.75rem;top:61.765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGluHTZl5pvZarNLT2aEquGSdUHDOruS { width:20rem;height:4rem;top:87.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2vGPMIAguTDL3R7Cziz5GkTvfBhDz3m { width:17.5rem;height:16.25rem;top:94.6875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTiCGUgnoC3A99HqIFhr6VTHBEyEyA6x { width:4.5625rem;height:0.25rem;top:92.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bouLuBtvwF6eRxMrylBFTBccorsVOsB8 { width:1.5rem;height:1.5rem;top:94.5rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMiZsx06S2BZaekpFKr3vSfFVNwfh5yg { width:1.5rem;height:1.5rem;top:100.8125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFqKJTdVXtkZCQduehRKCXCJwxocCk92 { width:1.5rem;height:1.5rem;top:104.625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehTBETQmuHZGVcPq1TnFCfOT3nG1eJuM { width:19.6875rem;height:3.75rem;top:112.375rem;left:0.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOXXoMVUEQ0HRQva5qtE83IK3JX1OTyC { width:20rem;height:2rem;top:143.37109375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sr1StCr2BzhXr5u4TdgAa3rG1yDMmBWy { width:17.5rem;height:16.25rem;top:149.9375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTmyWA6NCtTAtREBpgmVCDT91f7D3T8W { width:4.5625rem;height:0.25rem;top:146.12109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3fp7Og81xTh5v8gDJu9dNJBd4MqyyMS { width:1.5rem;height:1.5rem;top:149.9375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5WGcmTJ2eAUWQ2ySgVaHhSToXXVkqVq { width:1.5rem;height:1.5rem;top:153.875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAMB1efSIFqFQn2uUvsaPuD5qtAazAKw { width:1.5rem;height:1.5rem;top:157.375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nxa37OCCGGcIox7eILMEbgsVBtir0O1u { width:19rem;height:23.6875rem;top:116.9873046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0Lor1sVXK00lIlRQNma8Te6JaTANRTE { width:1.5rem;height:1.5rem;top:163.6875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2z0i7WTgcIiU6FcgEQdgqwBSbD9M7Sr { width:20rem;height:1.3rem;top:147.99609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAzMfCiL09RNyWRS1wedLfuMqtUdclLu { width:19.375rem;height:24.625rem;top:175.30859375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3ENlzXBCaF4oUOmzMJCM5yUwR8T9EqU { width:20rem;height:5rem;top:167.74609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSr5twKgqXmGtu1H8fD5VQCxRznlMOG7 { display:block; }#BSr5twKgqXmGtu1H8fD5VQCxRznlMOG7 > .row .container { width:20rem;height:106rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KyWU9I0W4znR6XqT2LOlz6uEQFxUESxJ { width:20rem;height:19rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #PyuQSpRW5eFA8PQpKuUHDLJu4mT6t3AV { width:20rem;height:9.25rem;top:20.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkzTLs9rRyR6DHKubbaG122JehM3aLOR { width:7.875rem;height:7.875rem;top:32.125rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNybqn4C8w6Z3uAkrWKDQd5ok6WrM2FN { width:7.875rem;height:7.875rem;top:48.6875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuXD00tm6BGUXUiStmRxxTqBc7GP88tk { width:7.875rem;height:7.875rem;top:66.75rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJVpSABLEeST6GyabqFi7wv2PAR9vORH { width:7.875rem;height:7.875rem;top:85.3125rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOvJhxnN2WFyVOB95tUPxZTSGfD0ySIk { width:4.375rem;height:0;top:38.0986328125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcLV5lLym99Uy0f0927kzAlMRWcuJeGN { width:4rem;height:4rem;top:50.625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFV80aQJwu2avMEg8hKgmJ4IWMNLMPHh { width:3.375rem;height:4rem;top:68.6875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoAFRUou0xA7iplU0CZye6KHzFvouBZN { width:3.75rem;height:3.6152375rem;top:87.4375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXatUr52pOhcuRRXECmQh41R7TLVN4gZ { width:12.5rem;height:4.8rem;top:41.3125rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h14cEEqldrT5ThDtlZAQV0kIqF9i2V56 { width:12.5rem;height:7.2rem;top:57.9375rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAx1EdB3DmbANPMI4xDsScX8hHO6Eiy5 { width:12.5rem;height:7.2rem;top:76.3125rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLmQPCfEipcMVewAQVV34NuLib8zOXCl { width:12.5rem;height:9.6rem;top:95.177734375rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXN4wxuCvv0TKZnIsW95Qh9u9g6PCblc { top:34.3125rem;left:8rem;width:4rem;height:3.5rem;z-index:15024;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ff1I728oBkt6TaSSKUHFeh5tNyKT7TTE { background-color:#faebd4;background-image:none;display:block; }#ff1I728oBkt6TaSSKUHFeh5tNyKT7TTE > .row .container { background-color: transparent; background-image: none; }#ff1I728oBkt6TaSSKUHFeh5tNyKT7TTE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ff1I728oBkt6TaSSKUHFeh5tNyKT7TTE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ff1I728oBkt6TaSSKUHFeh5tNyKT7TTE > .row .container > .video-iframe-container { display: none; }#ff1I728oBkt6TaSSKUHFeh5tNyKT7TTE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ff1I728oBkt6TaSSKUHFeh5tNyKT7TTE > .row > .video-iframe-container { display: none; }#ff1I728oBkt6TaSSKUHFeh5tNyKT7TTE > .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); }#ff1I728oBkt6TaSSKUHFeh5tNyKT7TTE > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7GuICF0XTOkQOR9BqiGB7h3ikNoc1hc { width:1.8125rem;height:69.5625rem;top:17.4375rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bCWr5I8hWx4JTzm144u6RvGwTGMQwKOP { width:20rem;height:7rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEAxlbKaBD2J3t44dZLv8WXtDF7WUqX9 { width:6.3125rem;height:0;top:15rem;left:6.8125rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BDXrEstEo9srH5zmkyOnzMMlNViczptH { width:20rem;height:0;top:18.1875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QiLsfgbwtH2zPOLKZdb4GN4wxWZ65tDZ { display:block; }#QiLsfgbwtH2zPOLKZdb4GN4wxWZ65tDZ > .row .container { width:20rem;height:65.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HTZBMSRXv9UGeDadbPEe0qOLndsxuBTT { width:19.375rem;height:8.75rem;top:10rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #h6wFsmWhQk4PRssLNCQwMUfeDK4GB9Qg { width:6.5625rem;height:1.2rem;top:8.125rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtmwtRpQuw7ZJEuUZmNg4o7gRiGlfx8N { width:6.3125rem;height:1.2rem;top:20.6875rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3qztmap1lxOP8cXBHwrIvaBkE8pn3R2 { width:19.375rem;height:2.5rem;top:22.5rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XNUCU7BcwTnuKA4M3nKKfX8I6ArGIiHT { width:19.375rem;height:7.5rem;top:25.8125rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CqygWhTtoKAH22tRMNJGvzqAaaWq95VS { width:19.375rem;height:11.25rem;top:34.625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s781PsH81CkI4SbOE3O3KE4FEk6iVEro { width:7rem;height:1.2rem;top:47.875rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbczwRkdgtonAiJMJOUJxy24MsKrpTOB { width:19.375rem;height:2.5rem;top:50.0625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKoNGFuC6GTE5wpwZ9c6aHVbPQwqTdr9 { width:6.3125rem;height:1.2rem;top:55.1875rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9ahnFZ6zm0mseT3WAEQt5BUs751CI2J { width:19.375rem;height:6.25rem;top:57.4375rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WvT3GRfqmr8ZsWIxGqVnfkEWZAMZCpvL { width:6.3125rem;height:1.2rem;top:1.5625rem;left:0.625rem;font-size:1.875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #BUIxuEnZJ7BPJWkGDJzLbk4UXW71Pxol { width:19.375rem;height:2.5rem;top:3.34375rem;left:0.625rem;font-size:1rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #QPq52rMEGvcDpNTd2BlKXgDTeBivqcCC { display:block; }#QPq52rMEGvcDpNTd2BlKXgDTeBivqcCC > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ucFqL283UhoERf9NCmAzEWg2zT20cuLe { width:19.4375rem;height:3.125rem;top:5.3125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsZugTtBgCMR2KTxcUSXUOuWITJywAdF { display:block; }
 }@media only screen and (max-width: 763px) { #J9BJkuax8dFWu7hBFhRazOo0o5Duqnvz { display:block; }#J9BJkuax8dFWu7hBFhRazOo0o5Duqnvz > .row .container { width:20rem;height:28.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qz4EUTtEtmIzGFQlN2GJTEUrVsCJLlLf { width:14.6875rem;height:12.5625rem;top:1.25rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOWVNsQgl3mihRE8uGuWD2ft3URtpyy3 { width:20rem;height:2rem;top:15.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AO2sKp4Fm1CgJPX8CnUMkgwkUhZuziEr { width:20rem;height:9.1rem;top:18.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKx16H8miHOay59u6bw8sX7epsAFgUNF { display:block; }#ZKx16H8miHOay59u6bw8sX7epsAFgUNF > .row .container { width:20rem;height:114.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yr0NT7TTK4GvysmLh80WGH4OrLgD94Ka { width:20rem;height:3.2rem;top:4.0484375953674rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QI3hJ4xLvkXZARExunOnHOWMNtwJ05yv { width:19.9375rem;height:2.5rem;top:9.0617184638975rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bWEXyX7bMWLFZTWRNE45Pwps3SceEqSh { width:19.9375rem;height:2rem;top:12.1875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uNlnWAyG3LcApR8ikDnT3BqiO9ozsLwX { width:20rem;height:2.6rem;top:15.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFrm3GtyLUx82QO1DJUTiiCJzhIbHBPN { width:19.125rem;height:20.5rem;top:19.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeZfrG0wPrhNplmAsoBL4mpeUiGT1p2e { width:13.9375rem;height:14.9375rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Am9bOVNLKH39E6A3NK6kz5is1nOrr0rl { width:19.4375rem;height:3.125rem;top:46.875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eg5hD6C3l4KSbn814iDVDI85Dus8x1ID { display:block; }
 }@media only screen and (max-width: 763px) { #KkCfA4FlC4v4T9m2VfOwxdshIUKGzcHd { width:14.375rem;height:1.3rem;top:55.5rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VW91V1gyFXeIZOXDWSIwbWwdXRRAyRrM { width:19.375rem;height:19.2rem;top:58.75rem;left:0.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RC8a5iN6Xf8ycp7SwKDWI2AxTTDoByDM { width:20rem;height:29.875rem;top:53.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNrviK0IxQMACTMOVddxT2eJ15M4pT41 { width:19.375rem;height:16.8rem;top:90.375rem;left:0.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgImseQOEJynIkNNOEwUsUCMWAbF9wJn { width:20rem;height:29.625rem;top:84.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgbMEkbbtKLxilnR1pID8iMinmAltx0u { width:2.3125rem;height:1.3125rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiGZKaooT4txfEkNKp1Wk9OPw7EsBqcE { width:14.25rem;height:1.15rem;top:1.6742186546326rem;left:2.8750001192093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGtrgSLGUIHikIKNvTLTJcUVraFA9HzL { width:3.3125rem;height:3.3125rem;top:54.4375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QW2qO6iSMAOtBPyuXQKx3riX4FbNxNVn { width:14.375rem;height:1.3rem;top:87.1875rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKh5shGnqck7wlPvv1L5cKSLJmFMypiR { width:3.3125rem;height:3.3125rem;top:86.125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqdtLBgH1wDsFCVwK7VhEpOolNwGobnk { display:block; }#RqdtLBgH1wDsFCVwK7VhEpOolNwGobnk > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VEQASmzmryfOy2UOULTPBOdnb3lgTaEy { width:20rem;height:3.8924050632911rem;top:1.25rem;left:0rem;display:block; }
 }